*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b7ce4173
KS
12005-04-28 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-everywhere): Fix last change.
4
0b606bb2
TTN
52005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6
7 * international/latexenc.el: New file.
8 * international/mule-conf.el (file-coding-system-alist): For .tex,
9 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10
d79b6c21
LK
112005-04-28 Lute Kamstra <lute@gnu.org>
12
0a20b1dc
LK
13 * font-lock.el (font-lock-add-keywords)
14 (font-lock-remove-keywords): Clarify docstring.
15 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16 Don't start docstrings with a `*'.
17 (font-lock-update-removed-keyword-alist): Give it a docstring.
18
d79b6c21
LK
19 * generic-x.el: Update commentary section.
20 Only require font-lock when compiling.
21 Define all modes conditionally.
22 Place all generic modes in the generic-x-modes customization group.
23 (generic-x-modes): New customization group.
24 (generic-default-modes, generic-mswindows-modes)
25 (generic-unix-modes, generic-other-modes): New constants.
26 (generic-define-mswindows-modes, generic-define-unix-modes):
27 Update docstrings. Make them obsolete.
28 (generic-extras-enable-list): New default value. Update
29 docstring. Improve :type. Change :set function.
30 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31 Fix docstring.
32
33 * emacs-lisp/generic.el (generic-mode-internal): Simplify
34 font-lock-defaults.
817edb15 35 (define-generic-mode): Fix docstring.
d79b6c21
LK
36
372005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
40 font-lock-face property to highlight matches.
41
8c75afbf
NR
422005-04-28 Nick Roberts <nickrob@snap.net.nz>
43
44 * progmodes/cc-mode.el: (cc-create-define-alist): New function.
45 (cc-define-alist): New variable.
46 (c-mode): Make it local and initialise it.
47
48 * progmodes/gdb-ui.el (gdb-active-process): New variable.
49 (gdb-exited): New function.
50 (gdb-annotation-rules): Use it.
51 (gdb-starting): Set gdb-active-process to t.
52 (gdb-stopping): Amend doc string.
53 (gdb-reset): Set gdb-active-process to nil.
54
55 * tooltip.el (tooltip-gud-tips): Show the associated #define
56 directives when a C program under GDB is not executing.
57
b8a04883
SM
582005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
61 font-lock-fontify-syntactic-keywords.
62
63 * font-lock.el (font-lock-default-fontify-region): Don't force
64 parse-sexp-lookup-properties to nil.
65
a46f2d6d
EZ
662005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
67
68 * man.el (man-mode-syntax-table): Set up `:' to have
69 word-constituent syntax.
70
b2b46494
LK
712005-04-27 Lute Kamstra <lute@gnu.org>
72
73 * novice.el (disable-command): Don't add spurious newlines to the
74 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
75
a715531f
JB
762005-04-26 Jay Belanger <belanger@truman.edu>
77
78 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
79 than one window before deleting window.
80
85ab9f4e
LT
812005-04-26 Luc Teirlinck <teirllm@auburn.edu>
82
83 * shell.el (shell-prompt-pattern): Doc fix.
84 (shell-mode): Set paragraph-separate buffer locally to "\\'".
85
86 * comint.el (comint-prompt-regexp, comint-get-old-input)
87 (comint-use-prompt-regexp)
88 (comint-use-prompt-regexp-instead-of-fields)
89 (comint-replace-by-expanded-history, comint-send-input)
90 (comint-output-filter, comint-get-old-input-default)
91 (comint-line-beginning-position, comint-bol, comint-show-output)
92 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
93 (comint-next-prompt, comint-previous-prompt):
94 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
95 `comint-use-prompt-regexp'. Keep old name as alias and declare
96 obsolete.
97 (comint-use-prompt-regexp): Shorten first line of doc string.
98
99 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
100 Set paragraph-separate buffer locally to "\\'".
101
102 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
103 Adapt to above name change.
104
105 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
106 (smbclient-prompt-regexp): Ditto.
107
108 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
109
19475957
NR
1102005-04-27 Nick Roberts <nickrob@snap.net.nz>
111
112 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
113 gdb-location-list.
114 Break lines that are over 80 characters wide.
115
2231c2bc
SM
1162005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
119 New fun and var, to preserve compatibility.
120
121 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
122
1232005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
124
125 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
126 name to file-newer-than-file-p.
127
68a94f5a
RS
1282005-04-26 Richard M. Stallman <rms@gnu.org>
129
f03f317a
RS
130 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
131
68a94f5a
RS
132 * progmodes/python.el (python-mode):
133 Use new name eldoc-documentation-function.
134
135 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
136
137 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
138 (eldoc-documentation-function):
2231c2bc 139 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 140
c9c1312d
NR
1412005-04-26 Nick Roberts <nickrob@snap.net.nz>
142
143 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
144
35b1b8ab
DN
1452005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
146
147 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 148 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
149 {C,S,A,C-S}-{f1-f12}.
150
bc10bcbd
KH
1512005-04-26 Kenichi Handa <handa@m17n.org>
152
2231c2bc
SM
153 * international/mule-cmds.el (select-safe-coding-system):
154 Fix previous change.
bc10bcbd 155
ec1e11a9
LK
1562005-04-26 Lute Kamstra <lute@gnu.org>
157
c25eec81
LK
158 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
159
160 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
161 (font-lock-comment-delimiter-face): Ditto.
162
ec1e11a9
LK
163 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
164
2b2920a9
JB
1652005-04-25 Jay Belanger <belanger@truman.edu>
166
167 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
168 to t while inserting information; use help-mode.
169
c9b630f7
DN
1702005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
171
172 * term.el (ansi-term-color-vector): Use the xterm colors.
2231c2bc 173 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 174
8ba81e93
LK
1752005-04-25 Lute Kamstra <lute@gnu.org>
176
177 * font-core.el (font-lock-defaults): Fix docstring.
178
179 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
180
901ae597
KH
1812005-04-25 Kenichi Handa <handa@m17n.org>
182
2231c2bc
SM
183 * international/mule-cmds.el (select-safe-coding-system):
184 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
185 no-conversion was found to be safe.
186
a6390474
RS
1872005-04-24 Richard M. Stallman <rms@gnu.org>
188
189 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
190 citation markers at start of each line.
191
192 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
193 citation markers at start of each line.
194
195 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
196
197 * files.el (mode-require-final-newline): Fix previous change.
198 (require-final-newline): Fix type label.
199
2538808f
GM
2002005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
201
202 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
203 statement in buffer (broken by 2004-11-24 change).
204
456986fd
KS
2052005-04-24 Kim F. Storm <storm@cua.dk>
206
207 * ido.el (ido-everywhere): Save and restore old read-buffer-function
208 and read-file-name-function values. Don't overwrite existing
209 non-nil values if ido-mode is enabled without ido-everywhere.
210
e5baf107
LT
2112005-04-24 Luc Teirlinck <teirllm@auburn.edu>
212
213 * files.el (mode-require-final-newline): Minor doc fix.
214
1441edfe
EZ
2152005-04-24 Eli Zaretskii <eliz@gnu.org>
216
9d1ffd5a 217 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
218 (syntax-class): If argument is nil, return nil. Mask off upper 16
219 bits, not 8 bits.
9d1ffd5a 220
1441edfe
EZ
221 * files.el (mode-require-final-newline): Doc fix.
222 (backup-buffer-copy): Fix last change.
223
49ed33c7
YM
2242005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
225
226 * term/mac-win.el: Require select. Set selection-coding-system to
227 mac-system-coding-system. Call menu-bar-enable-clipboard.
228 (x-last-selected-text-clipboard, x-last-selected-text-primary)
229 (x-select-enable-clipboard): New variables.
230 (x-select-text, x-get-selection, x-selection-value)
231 (x-get-selection-value, mac-select-convert-to-string)
232 (mac-services-open-file, mac-services-open-selection)
233 (mac-services-insert-text): New functions.
234 (CLIPBOARD, FIND): Put mac-scrap-name property.
235 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
236 (public.tiff): Put mac-ostype property.
237 (selection-converter-alist): Add entries for them.
238 (mac-application-menu-map): New keymap.
239 (interprogram-cut-function, interprogram-paste-function): Set to
240 x-select-text and x-get-selection-value, respectively.
241 (split-window-keep-point): Set to t.
242
469bc679
RS
2432005-04-23 Richard M. Stallman <rms@gnu.org>
244
245 * files.el (read-directory-name): Always pass non-nil
246 DEFAULT-FILENAME arg to read-file-name.
247 (backup-buffer-copy, basic-save-buffer-2): Take care against
248 writing thru an unexpected existing symlink.
249 (revert-buffer): In indirect buffer, revert the base buffer.
250 (magic-mode-alist): Doc fix.
251 (buffer-stale-function): Doc fix.
252 (minibuffer-with-setup-hook): Avoid warning.
253 (mode-require-final-newline): Doc and custom fix.
e5baf107 254
469bc679
RS
255 * follow.el (follow-end-of-buffer): Use with-no-warnings.
256
257 * font-lock.el (font-lock-comment-face): On terminals with few colors,
258 use the default appearance.
259 (font-lock-comment-delimiter-face): New face, new variable.
260
261 * imenu.el (imenu--generic-function): The official position of a
262 definition is the start of the line that BEG is in.
263
264 * midnight.el (midnight-timer): Move defvar up.
265
266 * mouse.el (mouse-drag-region-1): Delete some debugging code.
267
268 * saveplace.el (save-place-to-alist): Use with-no-warnings.
269
270 * startup.el (command-line): Use with-no-warnings.
271
272 * window.el (window-size-fixed): New defvar.
273
274 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
275
e5baf107 276 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
277 Use font-lock-comment-delimiter-face.
278
279 * mail/sendmail.el (mail-font-lock-keywords):
280 Use font-lock-comment-delimiter-face.
281
282 * progmodes/compile.el (next-error-highlight-timer): New defvar.
283
2842005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
285
e5baf107 286 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
287 Specify t for LAXMATCH when matching directories.
288 Save match data around compilation-compat-error-properties form.
289
1639cc2e
DK
2902005-04-23 David Kastrup <dak@gnu.org>
291
292 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
293 Mention that the autoloaded aliases should be kept for AUCTeX.
294
d379c558
AS
2952005-04-23 Andreas Schwab <schwab@suse.de>
296
297 * isearch.el (isearch-forward): Doc fix.
298
4739237d
EZ
2992005-04-23 Eli Zaretskii <eliz@gnu.org>
300
301 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
302 (jit-lock-stealth-nice): Change default value to 0.5.
303
71baa28f
EZ
3042005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
305
306 * abbrev.el (write-abbrev-file): Write table entries in
307 alphabetical order by table name.
308
e271742d
KS
3092005-04-22 Kim F. Storm <storm@cua.dk>
310
311 * ido.el (ido-read-internal): Fix `list' completion.
312
9a9c3a4b
KH
3132005-04-22 Kenichi Handa <handa@m17n.org>
314
315 * recentf.el (recentf-save-file-coding-system): New variable.
316 (recentf-save-list): Encode the file by
317 recentf-save-file-coding-system and add coding: tag.
318
230e1e80
NR
3192005-04-22 Nick Roberts <nickrob@snap.net.nz>
320
321 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
322
e1573595
LK
3232005-04-21 Lute Kamstra <lute@gnu.org>
324
9721d904
LK
325 * loadhist.el (unload-feature): Don't remove a function from hooks
326 if it is about to be restored to an autoload . Remove functions
327 that will become unbound from auto-mode-alist. Simplify the code.
328
2c7b5da1
LK
329 * subr.el (assq-delete-all): New implementation that is linear,
330 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
331 (rassq-delete-all): New function.
332
2231c2bc
SM
333 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
334 Add size-indication-mode.
e1573595 335
2375e71a
KH
3362005-04-21 Kenichi Handa <handa@m17n.org>
337
338 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 339 eval-when-compile.
2375e71a 340
8e447172
NR
3412005-04-21 Nick Roberts <nickrob@snap.net.nz>
342
e271742d 343 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
344 Add tooltip-mode.
345
346 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
347
fcd9d525
LT
3482005-04-20 Luc Teirlinck <teirllm@auburn.edu>
349
350 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
351 (inferior-lisp-filter-regexp, inferior-lisp-program)
352 (inferior-lisp-load-command, inferior-lisp-prompt)
353 (inferior-lisp-mode-hook, lisp-source-modes)
354 (inferior-lisp-load-hook): defvar->defcustom.
355 (inferior-lisp-program, inferior-lisp-prompt)
356 (inferior-lisp-load-hook): Doc fixes.
357 (inferior-lisp-install-letter-bindings): Small change in
358 introductory comment.
359
57428691
DN
3602005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
361
362 * vc.el (vc-annotate-color-map): Change some colors so that text
363 using them as foreground is readable on both white and black
364 backgrounds.
365
c791cb54
SM
3662005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * international/mule-conf.el (translation-table-for-input):
369 Remove redundant declaration.
370
396fdf3c
NR
3712005-04-20 Nick Roberts <nickrob@snap.net.nz>
372
373 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
374
375 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
376 (tooltip-toggle-gud-tips): New function.
377
37c5c4a7
YM
3782005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
379
380 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
381 right angle brackets.
382
64cb0f82
NR
3832005-04-20 Nick Roberts <nickrob@snap.net.nz>
384
385 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
386
95ed7b42
SM
3872005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
388
b8471a02
SM
389 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
390 Remove. Update callers to use expand-file-name instead.
391
95ed7b42
SM
392 * subr.el (syntax-class): New function.
393
394 * simple.el (blink-matching-open): Use it.
395
396 * paren.el (show-paren-function): Use it to recognize parens that are
397 also used in 2-char comment markers.
398
191652f8
LK
3992005-04-19 Lute Kamstra <lute@gnu.org>
400
401 * loadhist.el (unload-feature): Update for new format of
402 load-history. Simplify the code.
403
327a3376
YM
4042005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
405
406 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
407 (mac-add-charset-info): New function. Initialize variable
408 mac-charset-info-alist using it.
409 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
410 for translation.
411 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
412 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
413 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
414 New CCL programs.
327a3376 415
5827e9d4
KS
4162005-04-19 Kim F. Storm <storm@cua.dk>
417
418 * simple.el (next-buffer, prev-buffer, next-error)
419 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
420 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
421
422 * bindings.el (next-buffer, prev-buffer, next-error)
423 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
424 (clone-indirect-buffer-other-window): Move bindings from simple.el.
425 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
426 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
427
e5feeb31
SM
4282005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * isearch.el (isearch-edit-string): Make the search-ring available for
431 minibuffer history commands.
432 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
433 the default history commands now work just as well.
434 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
435
77580d18
KS
4362005-04-18 Kim F. Storm <storm@cua.dk>
437
438 * emulation/cua-base.el (cua--pre-command-handler): Add more
439 elaborate check for shift modifier on non-window systems.
440
adbb89ef
LH
4412005-04-18 Lars Hansen <larsh@math.ku.dk>
442
443 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
444
2e764c66
KS
4452005-04-18 Kim F. Storm <storm@cua.dk>
446
447 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
448 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
449 (tooltip-gud-process-output, gdb-tooltip-print):
450 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 451 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 452
3f4413f8
YM
4532005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
454
455 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
456 `display-graphic-p' may not be bound yet.
457
742220b6
LT
4582005-04-17 Luc Teirlinck <teirllm@auburn.edu>
459
460 * startup.el (command-line): No longer enable Xterm Mouse mode by
461 default in terminals compatible with xterm.
462
463 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
464
01c515bb
NR
4652005-04-18 Nick Roberts <nickrob@snap.net.nz>
466
467 * tooltip.el (tooltip-gud-echo-area): Rename from
468 tooltip-use-echo-area.
469 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
470 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
471 area independently of where help tooltips are displayed.
472
bbeb3055
DK
4732005-04-17 David Kastrup <dak@gnu.org>
474
475 * cus-theme.el (custom-theme-write-variables): Quote variables
476 where necessary.
477
ec0cf966
RS
4782005-04-17 Richard M. Stallman <rms@gnu.org>
479
9e60c724
RS
480 * simple.el (yank-excluded-properties): Add follow-link to value.
481
ec0cf966
RS
482 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
483
484 * startup.el (fancy-splash-max-time): Just 30 seconds.
485 (fancy-splash-delay): Just 7.
486 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
487
488 * loadhist.el (unload-feature): Update for new format of load-history.
489 Simplify the code.
490
491 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
492 (rmail-font-lock-keywords): Don't fontify the text of a citation.
493
494 * mail/sendmail.el (mail-font-lock-keywords):
495 Don't fontify subject text.
496 Don't fontify the text of a citation.
497
4982005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
499
500 * comint.el (comint-output-filter): Run comint-output-filter-functions
501 with point where the user had it.
502
b72c5a86
SM
5032005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * international/ucs-tables.el (ucs-set-table-for-input):
506 Disable when using unify-on-decoding.
507
fbcaad36
DN
5082005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
509
510 * emulation/cua-base.el (cua-global-mark-face): Add special case
511 for displays supporting a high number of colors.
512
ccb9871d
EZ
5132005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
514
b72c5a86 515 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 516
3d70f279
EZ
5172005-04-16 Chong Yidong <cyd@stupidchicken.com>
518
519 * filesets.el (filesets-add-buffer): If user supplies a name of a
520 non-existing fileset, create a new fileset.
521
bf94eed3
CD
5222005-04-16 Carsten Dominik <dominik@science.uva.nl>
523
b72c5a86 524 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 525 `outline-up-heading-all'.
bf94eed3 526
a35d9075
AS
5272005-04-16 Andreas Schwab <schwab@suse.de>
528
529 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
530 /etc/permissions.d/* and /etc/aliases.d/*.
531
5f400376
KH
5322005-04-16 Kenichi Handa <handa@m17n.org>
533
b72c5a86
SM
534 * international/code-pages.el (cp-make-coding-system):
535 Set `translation-table-for-input' property value to the symbol
5f400376
KH
536 ucs-mule-to-mule-unicode, not to that value.
537 (pt154): Escape guillemet by `\'.
538
9e5b2858
LT
5392005-04-15 Luc Teirlinck <teirllm@auburn.edu>
540
541 * loadup.el: Load tooltip if x-show-tip is fboundp.
542
543 * startup.el (command-line): Add comment.
544
545 * tooltip.el (tooltip-mode): Specify correct standard value for
546 Custom in init-value.
547
3698ff2e
NR
5482005-04-15 Nick Roberts <nickrob@snap.net.nz>
549
550 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
551 possible.
552
a9f07b61
CD
5532005-04-15 Carsten Dominik <dominik@science.uva.nl>
554
b72c5a86 555 * textmodes/org.el: (org-agenda-date-prompt): Rename from
a9f07b61
CD
556 `org-agenda-date-today'.
557 (org-evaluate-time-range): Insert at point instead of directly
558 after time range.
559 (org-first-headline-recenter, org-subtree-end-visible-p)
560 (org-optimize-window-after-visibility-change): New functions
561 (org-agenda-post-command-hook): Don't allow point at end of line,
562 to make sure it always hits the text properties.
b72c5a86
SM
563 (org-agenda-next-date-line, org-agenda-previous-date-line):
564 New commands.
a9f07b61 565 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
566 (org-agenda-get-deadlines, org-agenda-get-scheduled):
567 Improve marker positions.
a9f07b61
CD
568 (org-agenda-new-marker): Argument POS made optional.
569 (org-agenda-get-timestamps): Deadlines which are done are listed
570 in org-done-face now.
571 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
572 (org-agenda-get-deadlines, org-agenda-get-scheduled):
573 Set `undone-face' and `done-face' properties.
a9f07b61
CD
574 (org-last-todo-state-is-todo): New variable.
575 (org-todo): Set `org-last-todo-state-is-todo'.
576 (org-agenda-todo): Change face according to
577 `org-last-todo-state-is-todo'. And change other lines refering to
578 the same entry.
579 (org-calendar-goto-agenda): New command.
580 (org-calendar-to-agenda-key): New option.
581 (org-startup-folded): New allowed value `content'.
582 (org-set-regexps-and-options): Accept new value `content' for
583 `org-startup-folded'.
584 (org-get-current-options): Handle new value `content' for
585 `org-startup-folded'.
586 (org-insert-todo-heading): New command.
587 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
588 interactively in empty file and option
589 `org-insert-mode-line-in-empty-file' has been set.
b72c5a86 590 (org-agenda-todo,org-agenda-priority): Modify to use
a9f07b61 591 `org-agenda-change-all-lines'.
b72c5a86 592 (org-warning-face): Change color on dark background
a9f07b61 593
c6588b4e
YM
5942005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
595
596 * international/mule-cmds.el (set-locale-environment): On Mac OS,
597 use preferences AppleLocale and AppleLanguages, and variable
598 mac-system-locale for default locale. On Mac OS Classic, use
599 mac-system-coding-system for default coding systems.
600
b72c5a86
SM
601 * term/mac-win.el: Don't set file-name-coding-system.
602 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
603 user-full-name by mac-system-coding-system on Mac OS Classic.
604 (mac-system-coding-system): New variable.
605
b3a623d0
LT
6062005-04-13 Luc Teirlinck <teirllm@auburn.edu>
607
608 * startup.el (command-line): Handle `xterm-mouse-mode' before
609 reading init file.
4d727d1a
LT
610
611 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 612
328fc313
GM
6132005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
614
615 * progmodes/sh-script.el (sh-here-document-word): Make it a
616 defcustom. Doc fix.
617 (sh-add): Bash uses $(( )) for arithmetic.
618 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
619 (sh-maybe-here-document): Remove quotes and leading whitespace
620 from heredoc word when closing. Indent heredoc with tabs if word
621 starts with "-".
622
0047373b
RS
6232005-04-13 Richard M. Stallman <rms@gnu.org>
624
625 * simple.el (undo): Fix previous change.
626
627 * custom.el (defface): Doc fix.
628
a2d66c78
LK
6292005-04-13 Lute Kamstra <lute@gnu.org>
630
5c156fdf
LK
631 * Makefile.in (DONTCOMPILE): Remove list.
632 (compile, compile-always): Don't use DONTCOMPILE.
633 (update-authors): Load the library in which batch-update-authors
634 is defined.
635 * makefile.w32-in (DONTCOMPILE): Remove list.
636 (compile, compile-always): Fix comments.
637 (update-authors): Load the library in which batch-update-authors
638 is defined.
639
a2d66c78
LK
640 * generic-x.el (generic-mode-ini-file-find-file-hook):
641 Rename to ini-generic-mode-find-file-hook.
642 Keep generic-mode-ini-file-find-file-hook as an alias.
643 (ini-generic-mode-find-file-hook): Rename from
644 generic-mode-ini-file-find-file-hook. Fix docstring.
645 (ini-generic-mode): Docstring change.
646 (bat-generic-mode-run-as-comint): Silence the byte compiler.
647
648 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
649 called from lisp.
650
651 * generic.el: Move to the emacs-lisp subdir.
652
759e9f0c
DN
6532005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
654
655 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
656 and C-S- function and cursor motion keys.
657
dc56fc01
LT
6582005-04-12 Luc Teirlinck <teirllm@auburn.edu>
659
660 * startup.el (command-line): Enable Xterm Mouse mode by default.
661 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
662 for Custom. No longer show "Mouse" in mode line when enabled.
663 Doc fix.
dc56fc01 664
d50285de
KS
6652005-04-12 Kim F. Storm <storm@cua.dk>
666
667 * emulation/cua-base.el (cua-rectangle-face)
668 (cua-rectangle-noselect-face): Define face attributes here.
669
670 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
671
ed0fb1f1
JD
6722005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
673
674 * startup.el (command-line): Turn off blinking cursor if
675 cursorBlink in resources is off or false.
676
a56e6111
YM
6772005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
678
679 * term/mac-win.el (dnd): Require dnd.
680 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
681 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
682 (kTextEncodingISOLatin2): Remove constants.
683 (mac-script-code-coding-systems): New constant.
684 (mac-handle-language-change): New function.
685 (special-event-map): Bind it to `language-change' event.
686 (mac-centraleurroman, mac-cyrillic): New coding systems.
687 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
688 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
689 and mac-cyrillic-encoder to encode-mac-centraleurroman and
690 encode-mac-cyrillic, respectively.
a56e6111 691
a1b6a089
NR
6922005-04-12 Nick Roberts <nickrob@snap.net.nz>
693
694 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
695 Don't set overlay-arrow-string to "=>" as this is done
696 globally in C now.
697
4d88e0ad
LK
6982005-04-12 Lute Kamstra <lute@gnu.org>
699
b72c5a86
SM
700 * generic-x.el (rc-generic-mode, rul-generic-mode):
701 Fix auto-mode-alist entries.
4d88e0ad
LK
702 (etc-fstab-generic-mode): Tweak fontification.
703
704 * generic.el (generic-make-keywords-list): Fix docstring.
705 (generic-mode-internal): Simplify generic-font-lock-keywords.
706
df5e8d2c
RV
7072005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
708
b72c5a86 709 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
710 (whitespace-buffer-trailing): Revert the incorrect test inversion.
711 However, fix the highlight area for the leading and
df5e8d2c
RV
712 trailing whitespaces to show space.
713
7a15a271
RV
7142005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
715
716 * whitespace.el (whitespace-version): Bump to 3.5
717
b72c5a86
SM
718 (whitespace-buffer-leading, whitespace-buffer-trailing):
719 Invert sense of the test to highlight the whitespace.
7a15a271 720
c80b3945
NR
7212005-04-12 Nick Roberts <nickrob@snap.net.nz>
722
723 * progmodes/gud.el (gud-display-line): GUD uses its own
724 overlay arrow now so don't set overlay-arrow-string.
725 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
726
22c061d6
DN
7272005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
728
729 * term.el (term-ansi-current-bold, term-ansi-current-underline)
730 (term-ansi-current-reverse, term-ansi-current-invisible)
731 (term-ansi-face-already-done): Change to boolean.
732 (term-reset-terminal, term-handle-colors-array): Handle the above
733 vars accordingly.
734 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
735 (term-emulate-terminal): Use the new name.
736
737 * faces.el (secondary-selection): Use yellow1, not yellow.
738 (trailing-whitespace): Use red1, not red.
739
b438e670
JD
7402005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
741
742 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
743 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
744 (dired-dnd-handle-file): Call dnd-get-local-file-uri
745
746 * cus-edit.el (dnd): New group.
747
748 * term/w32-win.el (dnd): Require dnd
749 (w32-drag-n-drop): Call dnd-handle-one-url.
750
751 * x-dnd.el: Require dnd.
b72c5a86
SM
752 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
753 Call dnd-handle-one-url.
b438e670
JD
754 (x-dnd-types-alist, x-dnd-insert-utf8-text)
755 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
756 to dnd-insert-text.
4d88e0ad
LK
757 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
758 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
759 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 760 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
761
762 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
763
0047373b 7642005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
765
766 * wdired.el: Doc fixes.
767 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
768 (wdired-use-dired-vertical-movement): Rename from
769 wdired-always-move-to-filename-beginning.
770 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
771 (wdired-change-to-wdired-mode): Change mode name.
772 (wdired-newline): Delete.
773
713c9020
RS
7742005-04-11 Richard M. Stallman <rms@gnu.org>
775
7dbe67a4
RS
776 * whitespace.el (whitespace-highlight-the-space):
777 Don't call whitespace-unhighlight-the-space here.
778
713c9020
RS
779 * simple.el (undo): Record t in undo-equiv-table
780 for the redo record made by an undo-in-region.
781
45bd9a1a
NR
7822005-04-12 Nick Roberts <nickrob@snap.net.nz>
783
784 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
785 (gdb-frame-inferior-io-buffer): New Functions to control
786 display of separate IO buffer.
787 (menu): Add them to menu-bar.
788 (gdb-display-buffer): Check for buffer another frame.
789 Protect GUD buffer.
790 (gdb-setup-windows): Create IO buffer if not already there.
791 (gdb-memory-mode): Remove purecopy noops.
792
055e0d88
GM
7932005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
794
795 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
796 and pass to self-insert-command.
797
9285b8bc
LK
7982005-04-11 Lute Kamstra <lute@gnu.org>
799
800 * generic.el: Commentary section cleanup.
801 (generic): Delete.
802 (generic-use-find-file-hook, generic-lines-to-scan)
803 (generic-find-file-regexp, generic-ignore-files-regexp)
804 (default-generic-mode, generic-mode-find-file-hook)
805 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
806 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
807 (generic-use-find-file-hook, generic-lines-to-scan)
808 (generic-find-file-regexp, generic-ignore-files-regexp)
809 (default-generic-mode, generic-mode-find-file-hook)
810 (generic-mode-ini-file-find-file-hook): Move from generic.el.
811
9552bee8
KF
8122005-04-10 Karl Fogel <kfogel@red-bean.com>
813
814 * bookmark.el (bookmark-write-file): Catch errors writing file.
815 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
816
6695c528
RS
8172005-04-10 Richard M. Stallman <rms@gnu.org>
818
819 * startup.el (fancy-splash-tail): Update copyright year.
820 (command-line): Split part of -Q into -D.
821 (emacs-basic-display): New defvar.
822 (fancy-splash-text): Correct name of menu item.
823
824 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
825
826 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
827 lines in one node.
828
829 * comint.el (comint-send-input): New arg ARTIFICIAL.
830 Callers in this file changed.
831
832 * abbrev.el (define-abbrevs): Read system abbrevs properly.
833
834 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
835
8362005-04-10 Chong Yidong <cyd@stupidchicken.com>
837
838 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
839 `ldap-search-internal'.
840
35f257bb
SM
8412005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
842
f587e30b
SM
843 * files.el (set-auto-mode-1): Use line-end-position.
844
35f257bb
SM
845 * international/latin-1.el:
846 * international/latin-2.el:
847 * international/latin-3.el:
848 * international/latin-4.el:
849 * international/latin-5.el:
850 * international/latin-8.el:
851 * international/latin-9.el: Give punctuation syntax to NBSP.
852
853 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
854 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
855 Use char-classes to accept non-ascii letters, accepted in some recent
856 bibtex implementations.
857
223bc577
LT
8582005-04-10 Luc Teirlinck <teirllm@auburn.edu>
859
860 * custom.el (custom-set-minor-mode): Any non-nil value for the
861 variable should enable the mode when set through Custom.
862
4bcb9c95
SM
8632005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
866 TAB binding so tab-always-indent is obeyed.
867 (vhdl-minibuffer-local-map): Move initialization into declaration.
868 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
869 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
870 (vhdl-hooked-abbrev): Avoid test for XEmacs.
871 (vhdl-current-line): Use line-beginning-position.
872 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
873 with-output-to-temp-buffer, so the current position can be recorded.
874
0c9a01ff
MY
8752005-04-10 Masatake YAMATO <jet@gyve.org>
876
4bcb9c95
SM
877 * progmodes/compile.el (compilation-error-regexp-alist-alist):
878 Add regexp for gcov.
0c9a01ff 879
91472578
MB
8802005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
881
4bcb9c95
SM
882 * calendar/time-date.el (time-to-seconds, seconds-to-time)
883 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 884 syntax which Emacs 20 doesn't support.
91472578 885
6695c528
RS
8862005-04-09 Richard M. Stallman <rms@gnu.org>
887
b72c5a86
SM
888 * help.el (describe-key-briefly, describe-key):
889 Replace strings as event types with "(any string)".
6695c528 890
941f9778
SM
8912005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * arc-mode.el (archive-mode-map): Move initialization into
894 the declaration. Override *all* bindings of `undo'.
895 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
896
1d1bf521
JB
8972005-04-09 Jay Belanger <belanger@truman.edu>
898
941f9778 899 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 900
ce102cb1
DN
9012005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
902
903 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
904 (xterm-register-default-colors): Update color values computation
905 to match xterm-200.
906
2a9e192d
KH
9072005-04-09 Kenichi Handa <handa@m17n.org>
908
909 * international/code-pages.el (iso-latin-7): Fix the map.
910
e790a4a3
LT
9112005-04-08 Luc Teirlinck <teirllm@auburn.edu>
912
913 * emacs-lisp/lisp.el (defun-prompt-regexp)
914 (parens-require-spaces, buffer-end, end-of-defun)
915 (insert-parentheses): Doc fixes.
916
3306ed3b
KS
9172005-04-08 Kim F. Storm <storm@cua.dk>
918
919 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 920 * hi-lock.el (hi-green): Likewise.
3306ed3b 921
099dcdcf
DN
9222005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
923
3306ed3b 924 * cus-edit.el (custom-modified-face):
099dcdcf
DN
925 * comint.el (comint-highlight-input): Fix previous changes.
926 * term.el (term-handle-ansi-escape): Add a comment.
927
c22c3db0
SM
9282005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
931 in the buffer and in whitespace-highlighted-space.
932 (whitespace-unhighlight-the-space): Simplify.
933 (whitespace-buffer): Simplify.
934
ea81d57e
DN
9352005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
936
937 * textmodes/table.el (table-cell-face): Add special case for
938 displays supporting a high number of colors.
939 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
940 (vhdl-font-lock-reserved-words-face)
941 (vhdl-speedbar-architecture-face)
942 (vhdl-speedbar-instantiation-face)
943 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
944 (vhdl-speedbar-instantiation-selected-face): Likewise.
945 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
946 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
947 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
948 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
949 (ebrowse-progress-face): Likewise.
950 * progmodes/compile.el (compilation-info-face): Likewise.
951 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
952 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
953 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 954 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
955 (woman-unknown-face): Likewise.
956 * wid-edit.el (widget-button-pressed-face): Likewise.
957 * whitespace.el (whitespace-highlight-face): Likewise.
958 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
959 * pcvs-info.el (cvs-marked-face): Likewise.
960 * info.el (info-xref): Likewise.
961 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 962 * hilit-chg.el (highlight-changes-face)
c22c3db0 963 (highlight-changes-delete-face): Likewise.
ea81d57e 964 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
965 (hi-red-b): Likewise.
966 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 967 * font-lock.el (font-lock-keyword-face)
c22c3db0 968 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
969 * cus-edit.el (custom-invalid-face, custom-modified-face)
970 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
971 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
972 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 973
67b4790b
LK
9742005-04-08 Lute Kamstra <lute@gnu.org>
975
976 * font-lock.el (font-lock-keywords): Docstring fixes.
977
9741224e
KH
9782005-04-08 Kenichi Handa <handa@m17n.org>
979
980 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
981 chars are more than a limit, print " and more..." at the tail.
982
3a10b9ce
KS
9832005-04-08 Kim F. Storm <storm@cua.dk>
984
985 * emacs-lisp/authors.el (authors-aliases): Update list.
986 (authors-ignored-files): New list.
987 (authors-fixed-entries): Fix typo.
988 (authors-renamed-files-alist): Update list.
989 (authors-add): Check authors-ignored-files.
990
eaf779a7
CD
9912005-04-08 Carsten Dominik <dominik@science.uva.nl>
992
214e2d48 993 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
994 optional, to ensure backward compatibility.
995
fc2cae59
SE
9962005-04-08 Stephen Eglen <stephen@gnu.org>
997
998 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
999
859b8989
KS
10002005-04-08 Kim F. Storm <storm@cua.dk>
1001
b72c5a86 1002 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
1003
1004 * mouse.el (mouse-on-link-p): Doc fix.
1005
709bfdaf
LT
10062005-04-07 Luc Teirlinck <teirllm@auburn.edu>
1007
db648b84
LT
1008 * ielm.el (ielm-prompt-read-only): Doc fix.
1009
709bfdaf
LT
1010 * comint.el (comint-prompt-read-only): Doc fix.
1011
5b523a77
JL
10122005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
1013
1014 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
1015 ensure dired always handles wildcards passed to ffap.
1016 (find-file-at-point): Use it.
1017 (ffap-dired-wildcards): Doc fix.
1018
34d86208
JL
10192005-04-07 Juri Linkov <juri@jurta.org>
1020
1021 * simple.el (next-error-overlay-arrow-position): New defvar.
1022 Put "=>" on its property `overlay-arrow-string'. Add it to
1023 `overlay-arrow-variable-list'.
1024
1025 * progmodes/compile.el (compilation-setup):
1026 Set `next-error-overlay-arrow-position' to nil. Also set it to
1027 nil in the local hook `kill-buffer-hook'. Make local variable
1028 `overlay-arrow-string' and set it to "=>".
1029 (compilation-goto-locus): Set BOL position to
1030 `next-error-overlay-arrow-position' instead of
1031 `overlay-arrow-position'.
1032
1033 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
1034 locally instead of adding it to the global hook.
1035 (Info-kill-buffer): Move up.
1036
9fb518aa
DN
10372005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
1038
1039 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 1040 xterm-200.
9fb518aa 1041
5c8b653b
SM
10422005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1043
797bf075
SM
1044 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
1045
5c8b653b
SM
1046 * fast-lock.el:
1047 * lazy-lock.el: Move them to the obsolete subdir.
1048
969ee2ad
SM
10492005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1050
1051 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
1052 (wdired-add-replace-advice): Remove.
1053 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
1054
73f0d996
KS
10552005-04-06 Kim F. Storm <storm@cua.dk>
1056
1057 * startup.el (command-line): Add --bare-bones alias for -Q.
1058
369f76bb
YM
10592005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1060
1061 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
1062 create the startup fontset if a font specification ends with
1063 `mac-roman'.
1064
e0e5f076
LK
10652005-04-06 Lute Kamstra <lute@gnu.org>
1066
9e4b54a0
LK
1067 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
1068 change.
1069
e0e5f076
LK
1070 * emacs-lisp/copyright.el (copyright-update-year): Replace the
1071 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
1072
ab7bc290
LK
10732005-04-05 Lute Kamstra <lute@gnu.org>
1074
6a8cf883
LK
1075 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
1076 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 1077
969ee2ad
SM
1078 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
1079 Put them in the generic-x group.
6a8cf883 1080
d9c39305 1081 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 1082
ab7bc290
LK
1083 * generic.el (define-generic-mode): Don't use custom-current-group.
1084 Document default :group value.
1085 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
1086 (define-global-minor-mode): Don't use custom-current-group.
1087
39b32c06
GM
10882005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1089
f4564cfd
GM
1090 * startup.el (command-line-1): Display startup-echo-area-message
1091 when fancy splash screen is in use.
1092
d6d43bde
GM
1093 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
1094 (sh-escaped-newline): New face.
1095 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
1096 newline, and use sh-escaped-newline face.
1097
39b32c06
GM
1098 * progmodes/tcl.el (tcl-escaped-newline): New face.
1099 (tcl-builtin-list): New variable.
1100 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
1101 newlines. Fix keywords subexpression number.
1102
da659ce6
CD
11032005-04-05 Carsten Dominik <dominik@science.uva.nl>
1104
d9c39305 1105 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 1106 `add-to-diary-entry'.
da659ce6 1107
7ed08c01
KS
11082005-04-05 Kim F. Storm <storm@cua.dk>
1109
1110 * ediff-init.el: Use (featurep 'xemacs).
1111
f1c7de69
DP
11122005-04-05 David Ponce <david@dponce.com>
1113
1114 * cus-edit.el (face): Derive from symbol widget. Display sample
1115 of the current face on the fly.
1116 (widget-face-sample-face-get, widget-face-notify): New functions.
1117 (widget-face-value-create): Remove.
1118
1119 * wid-edit.el (widget-field-end): Temporarily remove field
1120 narrowing before to call `get-char-property'.
1121
32503b32
JB
11222005-04-04 Jay Belanger <belanger@truman.edu>
1123
1124 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
1125 (math-read-subscripts): New variable.
1126 (math-read-preprocess-string): Process subscripts.
1127
47b143f3
LT
11282005-04-04 Luc Teirlinck <teirllm@auburn.edu>
1129
a9aa7c74
LT
1130 * comint.el (comint-prompt-read-only): Doc fix.
1131
47b143f3
LT
1132 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
1133 `-1'. Doc fix.
1134
6eb49472
CD
11352005-04-04 Carsten Dominik <dominik@science.uva.nl>
1136
969ee2ad
SM
1137 * textmodes/org.el (org-insert-mode-line-in-empty-file):
1138 Change default value to nil.
6eb49472 1139
171c707b
LK
11402005-04-04 Lute Kamstra <lute@gnu.org>
1141
8c6ef2ca
LK
1142 * autorevert.el (auto-revert-mode): Specify :group.
1143 * battery.el (display-battery-mode): Specify :group.
1144 * diff-mode.el (diff-minor-mode): Specify :group.
1145 * font-core.el (font-lock-mode): Specify :group.
1146 * hl-line.el (hl-line-mode): Specify :group.
1147 * iimage.el (iimage): New customization group.
1148 (iimage-mode): Specify :group.
1149 * longlines.el (longlines-mode): Specify :group.
1150 * master.el: Don't require easy-mmode.
1151 (master): New customization group.
1152 (master-mode): Specify :group.
1153 * msb.el (msb-mode): Specify :group.
1154 * reveal.el (reveal-mode): Specify :group.
1155 * simple.el (next-error-follow-minor-mode): Specify :group.
1156 * smerge-mode.el (smerge-mode): Specify :group.
1157 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
1158 * emulation/cua-base.el (cua-mode): Specify :group.
1159 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
1160 * language/thai-util.el (thai-auto-composition-mode)
1161 (thai-word-mode): Specify :group.
1162 * mail/supercite.el (sc-minor-mode): Specify :group.
1163 * progmodes/cwarn.el (cwarn-mode): Specify :group.
1164 * progmodes/flymake.el (flymake-mode): Specify :group.
1165 * progmodes/glasses.el (glasses-mode): Specify :group.
1166 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
1167 * textmodes/enriched.el (enriched-mode): Specify :group.
1168 * textmodes/refill.el (refill-mode): Specify :group.
1169
171c707b
LK
1170 * add-log.el (change-log-font-lock-keywords): Names in
1171 parenthesized lists can contain spaces.
1172
e3039e63
TTN
11732005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
1174
1175 * startup.el (fancy-splash-text): Shorten default text of
1176 "Emacs Tutorial" line. Also, if the current language env
1177 indicates an available tutorial file other than TUTORIAL,
1178 extract its title and append it to the line in parentheses.
1179 (fancy-splash-insert): If arg is a thunk, funcall it.
1180
1151215a
JB
11812005-04-04 Jay Belanger <belanger@truman.edu>
1182
1183 * calc.el (calc-language-alist): Add tags to customization type.
1184
745986d5
LT
11852005-04-03 Luc Teirlinck <teirllm@auburn.edu>
1186
81fb9e86 1187 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
1188 Doc fix.
1189
e9fd21e8
MT
11902005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
1191
969ee2ad
SM
1192 * add-log.el (change-log-font-lock-keywords): The manual
1193 describing a Change Log entry, says: (...) "Aside from these
1194 header lines, every line in the change log starts with a space or
1195 a tab.". The font-lock was not highlighting lines started with
1196 spaces, added support for it.
e9fd21e8 1197
63d516ce
SM
11982005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1199
1200 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
1201 (bibtex-generate-url-list): Update docstring accordingly. Put the
1202 complex example in the docstring.
1203 (bibtex-font-lock-url): Use pop.
1204
59bb9410
SM
12052005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1206
4c5113c7
SM
1207 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
1208
59bb9410
SM
1209 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
1210
6c381cba
GM
12112005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1212
1213 * filesets.el (filesets-set-default): Doc fix.
1214
07e5fb9e
LK
12152005-04-03 Lute Kamstra <lute@gnu.org>
1216
c85465f9
LK
1217 * generic.el (define-generic-mode): Add argument to specify
1218 keywords for defcustom.
1219 (default-generic-mode): Specify :group.
59bb9410 1220
0c0a9c99
LK
1221 * generic-x.el: Specify :group for all generic modes.
1222
07e5fb9e 1223 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 1224 (desktop-after-read-hook): Doc fix.
07e5fb9e 1225
2a0af9db
LT
12262005-04-02 Luc Teirlinck <teirllm@auburn.edu>
1227
1228 * simple.el (visible-mode): Use explicit :group keyword.
1229 This changes the group of `visible-mode-hook' from paren-blinking
1230 to editing-basics.
1231
2f2e2373
EZ
12322005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1233
1234 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
1235 mailbox specifications as well as URLs.
1236 (rmail-insert-inbox-text): Remove unused conditional branches.
1237
1ee49a88
JB
12382005-04-01 Jay Belanger <belanger@truman.edu>
1239
1240 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1241 (calc-gnuplot-print-command): Move definitions to calc.el.
1242
1243 * calc/calc-embed.el (calc-embedded-announce-formula)
1244 (calc-embedded-open-formula, calc-embedded-close-formula)
1245 (calc-embedded-open-word, calc-embedded-close-word)
1246 (calc-embedded-open-plain, calc-embedded-close-plain)
1247 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1248 (calc-embedded-open-mode, calc-embedded-close-mode):
1249 Move definitions to calc.el.
1250
1251 * calc/calc.el (calc-settings-file, calc-language-alist):
1252 Make customizable.
1253 (calc-embedded-announce-formula, calc-embedded-open-formula)
1254 (calc-embedded-close-formula, calc-embedded-open-word)
1255 (calc-embedded-close-word, calc-embedded-open-plain)
1256 (calc-embedded-close-plain, calc-embedded-open-new-formula)
1257 (calc-embedded-close-new-formula, calc-embedded-open-mode)
1258 (calc-embedded-close-mode, calc-gnuplot-name)
1259 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
1260 from other files and make customizable.
1261
392fe1b7
SM
12622005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
1265 Use buffer-live-p.
1266 (cvs-mode-run): Don't call cvs-update-header here.
1267 (cvs-run-process): Call cvs-update-header.
1268 Use process properties for cvs-postprocess and cvs-buffer so that
1269 the sentinel can behave better if the temp buffer is killed.
1270 Use a pipe rather than a tty, to better handle unexpected prompts.
1271 (cvs-sentinel): Rewrite. Call cvs-update-header.
1272
2e2255f6
AS
12732005-04-01 Andre Spiegel <spiegel@gnu.org>
1274
1275 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
1276 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
1277
392fe1b7
SM
12782005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * generic.el (define-generic-mode): Add indentation rule.
1281
5e9961be
LT
12822005-03-31 Luc Teirlinck <teirllm@auburn.edu>
1283
1284 * files.el (mode-require-final-newline): Make Custom correctly
1285 report a nil value and allow to set it to nil via Custom.
1286 Doc fix.
1287
9cf97f26
KH
12882005-04-01 Kenichi Handa <handa@m17n.org>
1289
1290 * international/characters.el: Enable the correct case setting for
1291 dotless-i and dotted-I.
1292
81f5c6a3
KS
12932005-04-01 Kim F. Storm <storm@cua.dk>
1294
1295 * ido.el (ido-file-internal): Fall back to non-ido command if
1296 initial directory is on slow ftp (or tramp) host.
1297
39a27f95
RS
12982005-03-31 Richard M. Stallman <rms@gnu.org>
1299
e134f4a8
RS
1300 * emacs-lisp/autoload.el (make-autoload):
1301 Handle define-global-minor-mode.
1302
39a27f95 1303 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 1304 Rename from easy-mmode-define-global-mode.
39a27f95
RS
1305 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
1306
392fe1b7
SM
1307 * progmodes/scheme.el (scheme-mode-syntax-table):
1308 Update syntax of | and # for two-character comment syntax.
39a27f95 1309
66e181ad
LK
13102005-03-31 Lute Kamstra <lute@gnu.org>
1311
1312 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
1313 (define-minor-mode): Call custom-current-group at load-time.
1314
1315 * generic.el (define-generic-mode): Add debug declaration.
1316 Add defcustom for the mode hook.
1317 (generic-mode-internal): Use run-mode-hooks.
1318
34514f48
KS
13192005-03-31 Kim F. Storm <storm@cua.dk>
1320
1321 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
1322 (mouse-fixup-help-message): New defun called by show_help_echo
1323 to fixup mouse-2 prefix in help messages when applicable.
34514f48 1324
f793f885 1325 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 1326
fafbb99d 13272005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 1328
e5729c6c
KH
1329 * language/thai-word.el (thai-find-word-ends): Pay attention to
1330 the case that we reach the end of buffer.
1331
7c315e1c
KH
1332 * textmodes/fill.el (fill-text-properties-at): New function.
1333 (fill-newline): Use fill-text-properties-at instead of
1334 text-properties-at.
1335
ace4dad6
KB
13362005-03-31 Karl Berry <karl@freefriends.org>
1337
d9c39305 1338 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
ace4dad6
KB
1339 not comint-quote-filename.
1340
13412005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1342
d9c39305 1343 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
1344 not comint-quote-filename.
1345
5ee2cf8a
TTN
13462005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
1347
1348 * help-fns.el (help-with-tutorial): Revert last change.
1349
7ab4753e
KS
13502005-03-31 Kim F. Storm <storm@cua.dk>
1351
1352 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
1353
fffaba77
PE
13542005-03-30 Paul Eggert <eggert@cs.ucla.edu>
1355
1356 * calendar/cal-china.el: Update reference to "Calendrical
1357 Calculations" book; there's a new edition.
1358 * calendar/cal-coptic.el: Likewise.
1359 * calendar/cal-french.el: Likewise.
1360 * calendar/cal-hebrew.el: Likewise.
1361 * calendar/cal-islam.el: Likewise.
1362 * calendar/cal-iso.el: Likewise.
1363 * calendar/cal-julian.el: Likewise.
1364 * calendar/cal-mayan.el: Likewise.
1365 * calendar/cal-persia.el: Likewise.
1366 * calendar/calendar.el: Likewise.
1367 * calendar/holidays.el: Likewise.
1368 * calendar/lunar.el: Likewise.
1369 * calendar/solar.el: Likewise.
1370
1371 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
1372 white space from doc string.
1373
0a2bf0fa
JB
13742005-03-30 Jay Belanger <belanger@truman.edu>
1375
1376 * calc/calc-help.el (calc-full-help): Remove email address.
1377
19577b0e
TTN
13782005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1379
1380 * help-fns.el (help-with-tutorial): Delete title line.
1381
4fdb2a6c
GM
13822005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1383
9080baba
GM
1384 * calendar/cal-x.el (calendar-one-frame-setup)
1385 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
1386 rather than 'symbol for set-window-dedicated-p.
1387
204451b6
GM
1388 * calendar/appt.el (appt-buffer-name): Make it a constant.
1389 (appt-add): Doc fix.
1390
4fdb2a6c
GM
1391 * filesets.el (filesets-menu-path, filesets-menu-before)
1392 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
1393 (filesets-menu-cache-file): Use directory ~/.emacs.d.
1394 (filesets-add-submenu): Delete and use add-submenu instead.
1395
ef943dba
CD
13962005-03-30 Carsten Dominik <dominik@science.uva.nl>
1397
19577b0e 1398 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
1399 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
1400 (org-diary-default-entry): New function.
392fe1b7 1401 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
1402 (org-agenda-check-no-diary): New function.
1403 ("diary-lib"): Advice to function `add-to-diary-list', to allow
1404 linking to diary entries.
392fe1b7
SM
1405 (org-agenda-execute-calendar-command): New function.
1406 (org-agenda): Improve visible section in window.
1407 Use `org-fit-agenda-window'.
ef943dba
CD
1408 (org-fit-agenda-window): New option.
1409 (org-move-subtree-down): Better handling of empty lines
1410 at end of subtree.
1411 (org-cycle): Numeric prefix is interpreted now as show-subtree N
1412 levels up.
1413 (org-fontify-done-headline): New option.
1414 (org-headline-done-face): New face.
1415 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
1416 (org-table-copy-down): Rename from `org-table-copy-from-above'.
1417 When current field is non-empty, it is copied to next row.
1418 (org-table-copy-from-above): Fix bug which made it
1419 impossible to copy fields containing only a single non-white character.
ef943dba 1420
c33d06b0
KS
14212005-03-30 Kim F. Storm <storm@cua.dk>
1422
1423 * kmacro.el (kmacro-end-macro): Isearch may store this command
1424 into the macro -- so ignore it when executing keyboard macro.
1425
4f5f7887
NR
14262005-03-30 Nick Roberts <nickrob@snap.net.nz>
1427
1428 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
1429
74269806
KH
14302005-03-29 Kenichi Handa <handa@m17n.org>
1431
1432 * language/thai.el ("Thai"): Set setup-function and exit-function
1433 for Thai language environment.
1434
1435 * language/thai-util.el: Require thai-word.
1436 (thai-word-mode-map): New variable.
1437 (thai-word-mode): New minor mode.
1438 (setup-thai-language-environment-internal): New function.
1439 (exit-thai-language-environment-internal): New function.
1440
1441 * language/thai-word.el (thai-word-table): Declare it by defvar,
1442 use dolist to initialize it.
1443 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
1444 (thai-fill-find-break-point): New functions.
1445
8e669bbd
RS
14462005-03-29 Richard M. Stallman <rms@gnu.org>
1447
1448 * simple.el (idle-update-delay): Move definition up.
b36a687c 1449 (set-mark): Doc fix.
8e669bbd
RS
1450
14512005-03-29 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * longlines.el: New file.
c33d06b0 1454
8e669bbd
RS
1455 * simple.el (buffer-substring-filters): New variable.
1456 (filter-buffer-substring): New function.
1457 (kill-region, copy-region-as-kill): Use it.
1458
1459 * register.el (copy-to-register, append-to-register)
1460 (prepend-to-register): Use filter-buffer-substring.
1461
5f9ffb03
NR
14622005-03-30 Nick Roberts <nickrob@snap.net.nz>
1463
c33d06b0 1464 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5f9ffb03
NR
1465 (gud-filter-pending-text): Move in front of gdb.
1466 (gud-overlay-arrow-position): New variable.
1467 (gud-sentinel, gud-display-line): Use it in place of
1468 overlay-arrow-position.
1469
0d6d7be5
GM
14702005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1471
b976213b
GM
1472 * progmodes/fortran.el (fortran-if-indent): Doc fix.
1473 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
1474 (fortran-font-lock-keywords-4): New variable.
1475 (fortran-blocks-re, fortran-end-block-re)
1476 (fortran-start-block-re): New constants, for hideshow.
1477 (hs-special-modes-alist): Add a Fortran entry.
1478 (fortran-mode-map): Bind fortran-end-of-block,
1479 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
1480 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
1481 (fortran-looking-at-if-then, fortran-end-of-block)
1482 (fortran-beginning-of-block): New functions, for hideshow.
1483
0d6d7be5
GM
1484 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
1485 fix. Tweak regexp.
1486 (f90-beginning-of-block): Push mark first.
1487
bb64248b
JB
14882005-03-29 Jay Belanger <belanger@truman.edu>
1489
1490 * calc/calc.el: Update copyright date.
1491 (calc-version): Increase to 2.1.
1492 (calc-version-date): Remove.
1493
1494 * calc/calc-help.el: Update copyright date.
1495 (calc-full-help): Remove reference to calc-version-date.
1496 Update copyright date.
1497
55ec6b37
SM
14982005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * vc.el (vc-do-command): Use a pipe for async processes, so password
1501 prompts don't show up at places where the user can't reply.
1502
ace4dad6 15032005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
1504
1505 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
1506 on the file name we pass to the inferior shell.
1507
ef91372a
SM
15082005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1509
1510 * progmodes/which-func.el (which-function): Be robust in the face of an
1511 imenu--make-index-alist failure.
1512
8d194e3e
SM
15132005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
1516
1517 * progmodes/python.el (python-preoutput-filter): Fix last change.
1518
d7029908
LK
15192005-03-29 Lute Kamstra <lute@gnu.org>
1520
1521 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
1522 functions and compiled macros.
1523 (debug-convert-byte-code): Handle macros too.
1524 (debug-on-entry-1): Don't signal an error when trying to clear a
1525 function that is not set to debug on entry.
1526
d59ea3ae
JB
15272005-03-29 Jay Belanger <belanger@truman.edu>
1528
1529 * calc/calc-lang.el: Add functions to math-function-table
1530 properties of tex and math.
1531
eab4bb89
KH
15322005-03-29 Kenichi Handa <handa@m17n.org>
1533
1534 * ps-mule.el (ps-mule-plot-string): Translate characters by
1535 ps-print-translation-table.
1536 (ps-mule-begin-job): Call find-charset-region/string with
1537 ps-print-translation-table.
8d194e3e 1538 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
1539
1540 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 1541 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 1542
073fcaf6
JL
15432005-03-29 Juri Linkov <juri@jurta.org>
1544
1545 * simple.el (next-error-highlight-timer): New variable.
1546
1547 * progmodes/compile.el (compilation-goto-locus):
1548 Use `next-error-highlight-timer' instead of `sit-for'.
1549
caf3c78f
SM
15502005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * mail/supercite.el (sc-mail-field): Use assoc-string.
1553 (sc-get-address): Simplify regexps.
1554
1555 * files.el (minibuffer-with-setup-hook): New macro.
1556 (find-file-read-args): Use it to avoid let-binding
1557 minibuffer-with-setup-hook (which breaks turning on/off
1558 file-name-shadow-mode while in the prompt).
1559
1560 * complete.el (PC-read-include-file-name-internal): Use test-completion.
1561
2d526287
LT
15622005-03-28 Luc Teirlinck <teirllm@auburn.edu>
1563
1564 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
1565
12566797
SM
15662005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1567
ba96f392
SM
1568 * window.el (window-buffer-height): Use count-screen-lines.
1569
12566797
SM
1570 * progmodes/python.el (python-preoutput-leftover): New var.
1571 (python-preoutput-filter): Use it.
1572 (python-send-receive): Loop until all the result has been received.
1573
ba40634b
JL
15742005-03-28 Juri Linkov <juri@jurta.org>
1575
1576 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
1577
1578 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
1579 "Recover Crashed Session".
1580 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
1581 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
1582 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
1583 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
1584 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
1585 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
1586 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
1587 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
1588
1589 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
1590 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
1591 Ediff Sessions", "Toggle use of separate control buffer frame",
1592 "Use separate frame for Ediff control buffer".
1593
1594 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
1595 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
1596 "Rename Bookmark", "Delete Bookmark".
1597
1598 * info.el (Info-mode-menu): Remove ellipsis from "Index".
1599 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
1600 Add `:active Info-index-alternatives' to "Next Matching Item".
1601
1602 * wdired.el (wdired-change-to-wdired-mode):
1603 Mention `wdired-abort-changes' key in the initial message.
1604
1605 * international/mule.el (auto-coding-alist): Associate non-ascii
1606 image filename extensions with `no-conversion'.
1607
8d194e3e
SM
16082005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * international/iso-acc.el:
1611 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
1612
468b711f
LT
16132005-03-26 Luc Teirlinck <teirllm@auburn.edu>
1614
73cba75d
LT
1615 * textmodes/sgml-mode.el (html-mode): Doc update.
1616
468b711f
LT
1617 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
1618
99a56581
DN
16192005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1620
1621 * term.el (term-move-columns): Fix face after extending a line.
1622 (term-insert-spaces): Likewise.
1623 (term-reset-terminal): Fix off by one error.
1624
54879547
EZ
16252005-03-26 Eli Zaretskii <eliz@gnu.org>
1626
1627 * international/mule.el (auto-coding-alist): Add .xpi files.
1628
1629 * files.el (auto-mode-alist): Add .xpi files.
1630
ee7a5ccb
EZ
16312005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
1632
1633 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
1634
b2705c8c
EZ
16352005-03-26 Eli Zaretskii <eliz@gnu.org>
1636
1637 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
1638
da8612d3
GM
16392005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1640
1641 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
1642 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
1643
1644 * calendar/cal-move.el (calendar-beginning-of-year): Move the
1645 cursor to Jan 1 when needed.
1646 (calendar-end-of-year): Fix -/+ typo.
1647 Reported by Chong Yidong <cyd@stupidchicken.com>.
1648
be940bc5
SM
16492005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1650
5ffc943b
SM
1651 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
1652
be940bc5
SM
1653 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
1654 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
1655
85df292e
RS
16562005-03-25 Richard M. Stallman <rms@gnu.org>
1657
1658 * filesets.el (filesets-init): Add autoload.
1659
1660 * mail/mailalias.el (mail-directory): Doc fix.
1661
16622005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 1663
85df292e
RS
1664 * mail/mailalias.el (mail-directory-process): Do nothing if
1665 mail-directory-process is an atom.
1666 (mail-get-names): Ignore mail-directory-names if it is an atom.
1667 (mail-directory-process defvar): Doc fix.
1668 (mail-names): Doc fix.
1669
16702005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
1671
1672 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
1673
ae766e0d
KH
16742005-03-26 Kenichi Handa <handa@m17n.org>
1675
be940bc5
SM
1676 * international/mule-util.el (detect-coding-with-priority):
1677 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 1678
5a049eca
NR
16792005-03-26 Nick Roberts <nickrob@snap.net.nz>
1680
1681 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1682 (gdb-frames-mode-map): Add follow-link property.
1683
bba984aa
JB
16842005-03-25 Jay Belanger <belanger@truman.edu>
1685
1686 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
1687 for variables.
1688
13200335
JL
16892005-03-25 Juri Linkov <juri@jurta.org>
1690
1691 * image-mode.el: Optimize image filename extension regexps in
1692 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
1693 in `auto-mode-alist'.
1694 (image-mode): Add `image-toggle-display-text' to local hook
1695 `change-major-mode-hook'. Display the image as an image by
1696 default. Set `cursor-type' and `truncate-lines' if the image
1697 is already displayed. Take into account the current mode (image
1698 or text) in message.
1699 (image-minor-mode): New minor mode.
1700 (image-mode-maybe, image-toggle-display-text): New functions.
1701 (image-toggle-display): Use called-interactively-p.
1702 Let-bind `inhibit-read-only' to t.
1703
90d0be7d
JL
1704 * image-mode.el (image-minor-mode): Set `cursor-type' and
1705 `truncate-lines' if the image is already displayed. Add turning
1706 image-minor-mode off to `change-major-mode-hook'. Add message.
1707 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 1708
5341e481
SM
17092005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
1712 Terminal.app, use utf-8.
1713 (set-display-table-and-terminal-coding-system): Add coding-system arg.
1714 (set-locale-environment): Use it.
1715
1716 * term/xterm.el: Undo last change, better done in mule-cmds.el.
1717
1718 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
1719
1720 * progmodes/python.el (python-close-block-statement-p)
1721 (python-outdent-p, python-current-defun): Use symbol-end.
1722
126c9dda
TTN
17232005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1724
1725 * files.el (save-some-buffers): Doc fix.
1726
932fb767
WL
17272005-03-25 Werner Lemberg <wl@gnu.org>
1728
1729 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 1730 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 1731 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 1732 * mail/supercite.el: Replace `legal' with `valid'.
2e8b9c7d
WL
1733 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
1734 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
1735 `valid'.
f8b00e0f
WL
1736 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
1737 with `valid'.
932fb767 1738
25f72ec0
WL
17392005-03-25 Werner Lemberg <wl@gnu.org>
1740
5341e481 1741 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
aaed846c 1742 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4920bd1e 1743 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
d00fa0a4 1744 * emulation/vip.el: Replace `illegal' with `invalid'.
5341e481 1745 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
9d034245 1746 * mail/supercite.el: Replace `illegal' with `invalid'.
eac9c0ef
WL
1747 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
1748 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
1749 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
1750 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
1751 `invalid'.
5181ff9f
WL
1752 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
1753 textmodes/reftex-index.el, textmodes/reftex-parse.el,
1754 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
5341e481 1755 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
25f72ec0 1756
781da985
SM
17572005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1758
5341e481
SM
1759 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
1760 (flymake-find-buildfile, flymake-find-possible-master-files)
1761 (flymake-check-include, flymake-parse-line): Replace loops over the
1762 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
1763
1764 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
1765 Substitute file-name-as-directory in the rest of the file.
1766 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
1767 (flymake-replace-region): Remove unused arg `buffer'.
1768 (flymake-check-patch-master-file-buffer): Update calls to it.
1769 (flymake-add-err-info): Remove unused var `count'.
1770 (flymake-mode): Use define-minor-mode.
1771
1772 * progmodes/flymake.el: Use with-current-buffer.
1773 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
1774 flymake-replace-regexp-in-string, flymake-line-beginning-position)
1775 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
1776 Avoid testing for `xemacs'.
1777 (flymake-nop): Move.
1778 (flymake-region-has-flymake-overlays): Return the computed value.
1779 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
1780 Remove unused var `endline'.
1781 (flymake-get-line-count): Remove unused function.
1782 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
1783
1784 * emulation/vi.el:
1785 * generic.el:
1786 * hilit-chg.el (global-highlight-changes):
1787 * hi-lock.el (hi-lock-mode):
1788 * follow.el: find-file-hooks -> find-file-hook.
1789
781da985
SM
1790 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
1791
3659a2b8
JL
17922005-03-24 Juri Linkov <juri@jurta.org>
1793
1794 * dired.el (dired-mode-map): Add menu item "Compare directories"
1795 for dired-compare-directories.
1796
1797 * dired-aux.el (dired-compare-directories): Add autoload cookie.
1798 Doc fix. Replace `read-file-name' with `read-directory-name'.
1799
781da985 18002005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
1801
1802 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
1803
0fa1a6b8
JB
18042005-03-24 Jay Belanger <belanger@truman.edu>
1805
1806 * calc/calc-embed.el (calc-embedded-mode-change): Save all
1807 relevant mode settings in calc-embedded-original-modes when modes
1808 are permanently changed.
1809
a702ffbb
SM
18102005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * autoinsert.el: find-file-hooks -> find-file-hook.
1813
fbc5e359
LK
18142005-03-24 Lute Kamstra <lute@gnu.org>
1815
1816 * generic.el (generic-font-lock-defaults): Make it obsolete.
1817 (generic-font-lock-keywords): New variable to replace
1818 generic-font-lock-defaults.
1819 (generic-mode-set-font-lock): Delete it.
1820 (generic-mode-internal): Don't call generic-mode-set-font-lock.
1821 (generic-bracket-support): Add docstring.
1822
16a013c2
LK
1823 * generic-x.el: Rename generic-font-lock-defaults to
1824 generic-font-lock-keywords throughout.
1825 (mailagent-rules-setup-function): Delete it.
1826 (mailagent-rules-generic-mode): Use anonymous function instead.
1827 (show-tabs-generic-mode-font-lock-defaults-1)
1828 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
1829 Quote faces.
1830 (show-tabs-tab-face, show-tabs-space-face): Specify background,
1831 not foreground.
1832
48621281
LK
1833 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1834 Recognize define-generic-mode.
1835
a702ffbb
SM
18362005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
1839 if there's no completion table.
1840
c29749e7
MB
18412005-03-23 Miles Bader <miles@gnu.org>
1842
fbc5e359 1843 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
1844 Remove tty-specific variants, as they're no longer needed.
1845
ca2d9ad8
LK
18462005-03-23 Lute Kamstra <lute@gnu.org>
1847
a702ffbb 1848 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
1849 (installshield-statement-keyword-list)
1850 (installshield-system-functions-list)
1851 (installshield-system-variables-list, installshield-types-list)
1852 (installshield-funarg-constants-list): Make them constants.
1853
ef300cff
LK
1854 * generic.el (generic-make-keywords-list): Add autoload cookie.
1855
a702ffbb
SM
1856 * calendar/time-date.el: Add comment on time value formats.
1857 Don't require parse-time.
ca2d9ad8
LK
1858 (with-decoded-time-value): New macro.
1859 (encode-time-value): New function.
1860 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1861 (days-to-time): Return a valid time value when arg is huge.
1862 (time-since): Use time-subtract.
1863 (time-to-number-of-days): Use time-to-seconds.
1864
bbcb3b44
DP
18652005-03-23 David Ponce <david@dponce.com>
1866
1867 * recentf.el: (recentf-keep): New option.
1868 (recentf-menu-action): Default to `find-file'.
1869 (recentf-keep-non-readable-files-flag)
1870 (recentf-keep-non-readable-files-p)
1871 (recentf-file-readable-p, recentf-find-file)
1872 (recentf-cleanup-remote): Remove.
1873 (recentf-include-p): More robust.
1874 (recentf-keep-p): New function.
1875 (recentf-remove-if-non-kept): Rename from
a702ffbb
SM
1876 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
1877 All callers updated.
bbcb3b44
DP
1878 (recentf-menu-items-for-commands): Fix help string.
1879 (recentf-track-closed-file): Update. Doc fix.
1880 (recentf-cleanup): Update. Count removed files. Doc fix.
1881
8df0ffbe
KS
18822005-03-23 Kim F. Storm <storm@cua.dk>
1883
1884 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1885 Don't inherit from fringe face (now happens automatically).
1886
eac7d7eb
KS
18872005-03-22 Kim F. Storm <storm@cua.dk>
1888
1889 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
1890 position values.
1891
4a4a82d6
SM
18922005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * menu-bar.el (showhide-date-time): Remove.
1895 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
1896 (menu-bar-make-mm-toggle): Simplify.
1897
18982005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1899
1900 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
1901 Accept qualified variable and function names.
1902
b9d8ddef
TTN
19032005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
1904
1905 * bindings.el (completion-ignored-extensions):
1906 Remove ".lis" for `vax-vms'.
1907
9660f868
AS
19082005-03-22 Andreas Schwab <schwab@suse.de>
1909
1910 * generic-x.el: Revert last change.
1911 * ldefs-boot.el: Update.
1912
948e33b9
JB
19132005-03-22 Jay Belanger <belanger@truman.edu>
1914
1915 * calc/calc-embed (calc-embedded-original-modes): New variable.
1916 (calc-embedded-save-original-modes)
1917 (calc-embedded-restore-original-modes): New functions.
1918 (calc-do-embedded): Save original modes when entering embedded mode
1919 and restore when leaving embedded mode.
1920 (calc-embedded-modes-change): Change the value of
1921 calc-embedded-original-modes to reflect permanent changes.
1922
e6c901b6
LK
19232005-03-22 Lute Kamstra <lute@gnu.org>
1924
1925 * generic-x.el: Require generic again.
1926
28c22055
MB
19272005-03-22 Miles Bader <miles@gnu.org>
1928
1929 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1930 Tweak details to look good on both ttys and bitmap displays, light
1931 or dark background, etc.
1932
f0ebf1eb
KS
19332005-03-21 Kim F. Storm <storm@cua.dk>
1934
1935 * tooltip.el (tooltip-show-help-function): Check car and cdr of
1936 mouse position.
1937
47fda8fc
SM
19382005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * icomplete.el: Don't forcibly turn on the mode upon load.
1941 (icomplete-mode): Use define-minor-mode.
1942 (icomplete-eoinput): Default to nil.
1943 (icomplete-minibuffer-setup): Remove autoload.
1944 (icomplete-tidy): Simplify.
1945 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
1946 in the initial state or if the user has modified the field.
1947 Fix handling of icomplete-max-delay-chars.
1948 Remove code that handles the oddball case where
1949 minibuffer-completion-table is an integer.
1950 Wrap icomplete-completions in while-no-input in case building
1951 completions takes more time than expected.
1952 (icomplete-completions): Simplify.
1953
a775dff4
RS
19542005-03-21 Richard M. Stallman <rms@gnu.org>
1955
1956 * jka-compr.el (jka-compr-really-do-compress):
1957 Make variable buffer-local.
1958
1959 * image-mode.el: Handle .xpm files too.
1960 (image-toggle-display): Preserve modification flag.
1961
1962 * help.el (where-is): Don't mention aliases with no key bindings.
1963
077f7085
LK
19642005-03-21 Lute Kamstra <lute@gnu.org>
1965
a57e098f 1966 * generic.el: Fix commentary section. Don't require cl for compilation.
077f7085
LK
1967 (generic-mode-list): Add autoload cookie.
1968 (generic-use-find-file-hook, generic-lines-to-scan)
1969 (generic-find-file-regexp, generic-ignore-files-regexp)
1970 (generic-mode, generic-mode-find-file-hook)
1971 (generic-mode-ini-file-find-file-hook): Fix docstrings.
1972 (define-generic-mode): Make it a defmacro. Fix docstring.
1973 (generic-mode-internal): Code cleanup. Add autoload cookie.
1974 (generic-mode-set-comments): Code cleanup.
1975 * generic-x.el: Don't prevent compilation. Don't require generic.
1976 Follow coding conventions. Minor code cleanup.
1977 (etc-fstab-generic-mode): Add some keywords.
1978 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
1979 define-generic-mode like a function declaration.
1980
51d6d300
JB
19812005-03-21 Jay Belanger <belanger@truman.edu>
1982
1983 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
1984 changing modes.
1985
568ec09d
SS
19862005-03-21 Sam Steingold <sds@gnu.org>
1987
1988 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
1989
7651545c
TTN
19902005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
1991
1992 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
1993 Add underscore to "f$ lexicals" regexp.
1994
fe6b1dbd
JL
19952005-03-20 Juri Linkov <juri@jurta.org>
1996
1997 * subr.el (progress-reporter-do-update): When `min-value' is equal
1998 to `max-value', set `percentage' to 0 and prevent division by zero.
1999
340b8d4f
MA
20002005-03-20 Michael Albinus <michael.albinus@gmx.de>
2001
2002 Sync with Tramp 2.0.48.
2003
2004 * tramp.el (all): Change all addresses to .gnu.org.
2005 (tramp-append-tramp-buffers): New defun.
2006 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
2007 Catch `dont-send' signal.
2008 (tramp-set-auto-save-file-modes): Set always permissions, because
2009 there might be an old auto-saved file belonging to another
2010 original file. This could be a security threat. Reported by
2011 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
2012 Check for Emacs 21.3.50 removed.
2013
2014 * tramp-smb.el (all): Remove debug construct for
2015 `with-parsed-tramp-file-name'.
a57e098f 2016 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
2017 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
2018 No error message if DIRECTORY or FILENAME doesn't exist.
2019 (tramp-smb-open-connection): Check existence of
2020 `tramp-smb-program'.
2021
a57e098f
SM
20222005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
2025 Properly handle the case where the `m' or `s' command's argument is not
2026 yet terminated.
2027 (perl-indent-new-calculate): New function.
2028 (perl-indent-line): Use it.
2029
e38b967a
MB
20302005-03-20 Miles Bader <miles@gnu.org>
2031
2032 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
2033 in text-mode too. Change to new face names.
a57e098f 2034 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 2035 Add `:weight bold' attribute.
a57e098f 2036 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 2037
0ee6e7b7
JL
20382005-03-19 Juri Linkov <juri@jurta.org>
2039
2040 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
2041
2042 * international/mule.el (auto-coding-alist): Sync with
2043 `auto-mode-alist' by adding upper case archive file extensions
2044 and adding ear/war to jar extension.
2045
864f69e9
EZ
20462005-03-19 David Casperson <casper@unbc.ca> (tiny change)
2047
2048 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
2049 running, restart it.
2050
580a2a02
EZ
20512005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
2052
a57e098f 2053 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
2054
2055 * man.el (Man-follow-manual-reference): If current-word returns
2056 nil, use "".
2057
09ad1a5b
EZ
20582005-03-19 Matt Hodges <MPHodges@member.fsf.org>
2059
2060 * simple.el (goto-line): Doc fix.
2061
9dce96b5
EZ
20622005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
2063
2064 * files.el (save-buffer): Doc fix.
2065
068f123a
EZ
20662005-03-19 Michael R. Mauger <mmaug@yahoo.com>
2067
2068 * recentf.el (recentf-cleanup-remote): New variable.
2069 (recentf-cleanup): Use it to conditionally check availablity of
2070 remote files.
2071
1b1556b1
EZ
20722005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
2073
2074 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
2075 function names.
2076
504f06a2
EZ
20772005-03-19 Eli Zaretskii <eliz@gnu.org>
2078
2079 * language/thai-word.el: New file.
2080
79d2d279
EZ
20812005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2082
2083 * files.el (backup-buffer): If the file's directory is not
2084 writable, use copy instead of move to backup the file.
2085
f3b7338c
EZ
20862005-03-19 Eli Zaretskii <eliz@gnu.org>
2087
2088 * obsolete/keyswap.el: Moved to obsolete/ from term/.
2089
5d62baca
VJL
20902005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2091
a57e098f
SM
2092 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
2093 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
2094 <darkman_spam@yahoo.fr>.
2095 (ps-print-version): New version 6.6.6.
2096
951f97e6
SM
20972005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
2098
2099 * textmodes/table.el (table--line-column-position): New idiom.
2100 (table--row-column-insertion-point-p): New function to test
2101 validity of row and column insertion operation at a location.
2102 (table-global-menu, table-cell-menu): Use above functions for
2103 deterministic test operation.
2104 (table--editable-cell-p): Behave in deterministic fashion.
2105
1332f1a0
JL
21062005-03-18 Juri Linkov <juri@jurta.org>
2107
2108 * isearch.el (isearch-lazy-highlight-new-loop):
2109 Make arguments beg and end optional.
2110 (isearch-update): Remove optional arguments nil from
2111 isearch-lazy-highlight-new-loop.
2112 (isearch-lazy-highlight-search): Let-bind case-fold-search to
2113 isearch-lazy-highlight-case-fold-search instead of
2114 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
2115 isearch-lazy-highlight-regexp.
2116 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
2117
2118 * replace.el (perform-replace): Remove bindings of global
2119 variables isearch-string, isearch-regexp, isearch-case-fold-search.
2120 Add three new arguments to `replace-highlight'.
2121 (replace-highlight): Add arguments string, regexp, case-fold.
2122 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
2123 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 2124 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
2125 variables whose values lazy highlighting will use regardless of
2126 changes to global variables isearch-string, isearch-regexp,
2127 isearch-case-fold-search during lazy highlighting loop.
2128 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
2129 to `lazy-highlight-cleanup'.
2130
2131 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
2132 (ispell-highlight-face): Set default face to `isearch' when
2133 lazy highlighting is enabled.
2134 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
2135 priority to 1. Add lazy highlighting.
2136 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
2137 from `isearch-dehighlight'.
2138
42f73fb4
DP
21392005-03-18 David Ponce <david@dponce.com>
2140
2141 * files.el (hack-local-variables): Do a case-insensitive search
2142 for End.
2143
46fe9018
JL
21442005-03-18 Juri Linkov <juri@jurta.org>
2145
2146 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
2147 `isearch-lazy-highlight-cleanup', add alias to old name and
2148 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
2149 (isearch-done, isearch-lazy-highlight-new-loop):
2150 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
2151 (lazy-highlight-cleanup) <variable>: Doc fix.
2152 (isearch-lazy-highlight-update): Rename obsolete
2153 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
2154
951f97e6 21552005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
2156
2157 * language/thai-util.el: Fix categorization of Thai characters in
2158 thai-category-table.
2159 (thai-composition-pattern): Adjust it for the above change.
2160 (thai-self-insert-command, thai-compose-syllable): New functions.
2161 (thai-compose-region): Use thai-compose-syllable.
2162 (thai-compose-string): Likewise.
2163 (thai-composition-function): Likewise.
2164 (thai-auto-composition): New function.
2165 (thai-auto-composition-mode): New minor mode.
2166
2167 * language/thai.el: Fix patterns to be registered in
2168 composition-function-table.
2169
2170 * international/quail.el (quail-input-method): Locally bind
2171 inhibit-modification-hooks to t.
2172
c7bd5d57
RS
21732005-03-17 Richard M. Stallman <rms@gnu.org>
2174
2175 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
2176 (perl-mode): Use run-mode-hooks.
2177
2178 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
2179 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
2180 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
2181
951f97e6 2182 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
2183 to compute resend-to-address and use it.
2184
2185 * tar-mode.el (tar-mode): Turn off undo unconditionally.
2186
2187 * image-mode.el: New file.
2188
2189 * image.el (insert-sliced-image): Add autoload cookie.
2190
2191 * font-lock.el (font-lock-lines-before): New user option.
2192 (font-lock-after-change-function): Obey it.
2193
2194 * bindings.el (esc-map): Make M-g a prefix.
2195 Bind M-g g and M-g M-g to goto-line.
2196
c7bd5d57
RS
2197 * faces.el (face-id): Doc fix.
2198
21992005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2200
2201 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
2202 (rmail-show-message): Use rmail-unknown-mail-followup-to.
2203 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
2204
2205 * mail/sendmail.el (mail-yank-ignored-headers)
2206 (mail-font-lock-keywords, mail-mode-fill-paragraph):
2207 Add Mail-Followup-To and Mail-Reply-To headers.
2208 (mail-citation-hook): Add autoload cookie.
2209 (mail-mode): Doc fix.
2210 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
2211 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
2212 (mail-mode-fill-paragraph): Handle those headers.
2213 (mail-mailing-lists): New variable.
2214 (mail-mail-reply-to, mail-mail-followup-to): New functions.
2215
5a1f9fcf
JL
22162005-03-17 Juri Linkov <juri@jurta.org>
2217
2218 * isearch.el (isearch-fallback): Check for `(car previous)'
2219 before calling `isearch-other-end-state'.
2220
0b6ec58d
KS
22212005-03-17 Kim F. Storm <storm@cua.dk>
2222
2223 * simple.el (move-beginning-of-line): Move to beginning of buffer
2224 line, as well as beginning of screen line.
2225
eae4ba2a
GM
22262005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
2227
2228 * calendar/diary-lib.el (mark-diary-entries): Use new optional
2229 argument REDRAW rather than calendar-redrawing variable.
2230 * calendar/calendar.el (calendar-redrawing): Delete.
2231 (redraw-calendar): Do not bind calendar-redrawing.
2232
22332005-03-16 Matt Hodges <MPHodges@member.fsf.org>
2234
2235 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
2236 diary-file buffer.
2237
b3e484d7
SM
22382005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * help.el (describe-mode): Allow a :minor-mode-function property to
2241 specify a different minor mode toggle function than the variable.
2242 * simple.el (auto-fill-function):
2243 * subr.el (add-minor-mode): Use it.
2244
7bf880c6
KH
22452005-03-16 Kenichi Handa <handa@m17n.org>
2246
2247 * language/ethio-util.el (sera-being-called-by-w3): New variable.
2248 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
2249 (ethio-fidel-to-sera-buffer): Likewise.
2250
fe3947c3
JL
22512005-03-16 Juri Linkov <juri@jurta.org>
2252
2253 * emacs-lisp/find-func.el (find-function-regexp):
2254 Add defun-emitting macro `menu-bar-make-toggle'.
2255
2256 * isearch.el: Put `isearch-scroll' property to
2257 `split-window-horizontally'.
2258
2259 * info.el: Update error messages for `debug-ignored-errors'.
2260 (Info-isearch-search): Doc fix.
2261 (Info-find-node): Move up code to go into info buffer before
2262 recording the node to the history.
2263 (Info-fontify-node): Fontify titles only if the next line
2264 has two or more `*', `=', `-', `.'.
2265 Display "go to this node" for empty (match-string 3).
2266
6a3fac90
YM
22672005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2268
2269 * term/mac-win.el: Add mouse pointer shape constants.
2270
bc438588
KS
22712005-03-15 Kim F. Storm <storm@cua.dk>
2272
2273 * simple.el (move-beginning-of-line): Use vertical-motion.
2274
65e7180e
JL
22752005-03-15 Juri Linkov <juri@jurta.org>
2276
2277 * isearch.el (isearch-error): New variable.
2278 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 2279 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
2280 (isearch-within-brackets-state): Remove.
2281 (isearch-case-fold-search-state, isearch-pop-fun-state):
2282 Decrease frame index.
2283 (isearch-mode, isearch-top-state, isearch-push-state)
2284 (isearch-edit-string, isearch-abort, isearch-search-and-update)
2285 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
2286 (isearch-search, isearch-lazy-highlight-new-loop):
2287 Replace `isearch-invalid-regexp' with `isearch-error'.
2288 Remove `isearch-within-brackets'.
2289 (isearch-search): Add `search-failed' handler to `condition-case'.
2290 (isearch-lazy-highlight-search): Add `condition-case' to catch
2291 errors and allow `isearch-lazy-highlight-update' to try
2292 highlighting from the beginning of the window.
2293 (isearch-repeat): Move up code to set isearch-wrapped to t
2294 before calling isearch-wrap-function.
2295
2296 * info.el (Info-isearch-initial-node): New internal variable.
2297 (Info-search): Signal an error in isearch mode when search leaves
2298 the initial node. Signal an error when `bound' is non-nil and
2299 nothing was found in the current subfile.
2300 (Info-isearch-search): Remove `condition-case'.
2301 (Info-isearch-wrap): Don't wrap when search failed during leaving
2302 the initial node. If `Info-isearch-search' is nil, wrap around
2303 the current node.
2304 (Info-isearch-start): New fun.
2305 (Info-mode): Add buffer-local hook `Info-isearch-start' to
2306 `isearch-mode-hook'.
2307
a7321976
YM
23082005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2309
2310 * simple.el (normal-erase-is-backspace): Set default to t if
2311 running on Mac.
2312
2313 * term/mac-win.el (function-key-map): Sync with x-win.el.
2314
8dedddd5
KH
23152005-03-15 Kenichi Handa <handa@m17n.org>
2316
2317 * international/mule-cmds.el (locale-language-names): Modify the
2318 format of elements and add more entries.
2319 (locale-preferred-coding-systems): Add more entries.
b3e484d7 2320 (set-locale-environment): Adjust for the change of
8dedddd5
KH
2321 locale-language-names.
2322
8a462381
SM
23232005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * pcvs.el (smerge-ediff): Remove bogus autoload.
2326
43314bf6
LK
23272005-03-14 Lute Kamstra <lute@gnu.org>
2328
dc64809a
LK
2329 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
2330 Ignore a `*' at the beginning of a line.
2331
8a462381 2332 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
2333 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
2334 subr.el.
2335 (dont-compile, eval-when-compile, eval-and-compile): Use declare
2336 to specify indentation.
2337
43314bf6
LK
2338 * generic.el (define-generic-mode): Let generic-mode-list be a
2339 list of strings; test membership with equal.
2340
40821110
KS
23412005-03-14 Kim F. Storm <storm@cua.dk>
2342
2343 * simple.el (next-line, previous-line): Add optional try-vscroll
2344 arg to recognize interactive use. Pass it on to line-move.
2345 (line-move): Don't perform auto-window-vscroll when defining or
2346 executing keyboard macro to ensure consistent behaviour.
2347
b70d9316
SM
23482005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
2351
c4fbcb01
LK
23522005-03-13 Lute Kamstra <lute@gnu.org>
2353
2354 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
2355 debugger-setup-buffer so that backtrace marks the frames set to
2356 debug-on-exit and we don't have to do it manually. Set an extra
2357 debug-on-exit for macro's.
2358 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 2359
3fdfb09c
LK
23602005-03-12 Lute Kamstra <lute@gnu.org>
2361
2362 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
2363 lisp-indent-function throughout.
2364 (with-no-warnings): Set lisp-indent-function property.
2365
09d252f2
TTN
23662005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
2367
2368 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
2369 Add entry for backslash.
2370
c10d2217
JL
23712005-03-12 Juri Linkov <juri@jurta.org>
2372
2373 * info.el (Info-search): Four fixes for backward search.
2374
0e425a58
JB
23752005-03-11 Jay Belanger <belanger@truman.edu>
2376
2377 * calc/calc.el (calc-language-alist): New variable.
2378 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
2379 (calc-embedded-find-modes): Use calc-language-alist instead of
2380 calc-embedded-language-alist.
2381
33873bad
GM
23822005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2383
2384 * calendar/calendar.el (calendar-redrawing): New internal
2385 variable.
2386 (redraw-calendar): Remove bogus save-excursion from previous
2387 change. Bind calendar-redrawing to t for mark-diary-entries.
2388 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
2389 calendar if that is why we were called.
2390
fa815b14
KH
23912005-03-11 Kenichi Handa <handa@m17n.org>
2392
2393 * international/mule.el (make-coding-system): Set property
c7bd5d57 2394 coding-system-define-form to nil.
fa815b14
KH
2395 (define-coding-system-alias): Likewise.
2396
ac249c4c
KH
23972005-03-11 Kenichi Handa <handa@m17n.org>
2398
2399 These changes are suggested by Dave Love <fx@gnu.org>.
2400
2401 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
2402 coding: tag.
2403 (adaptive-fill-regexp): Add more bullets.
2404 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
2405 regexps.
2406
ef75a647
SM
24072005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2408
dd39c336
SM
2409 * help.el (describe-mode): Properly handle non-trivial lighters.
2410 Don't ignore minor modes that are not listed in minor-mode-list.
2411
ef75a647
SM
2412 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
2413 feature ON when the user requests to turn it OFF.
2414
449808f7
LK
24152005-03-10 Lute Kamstra <lute@gnu.org>
2416
2417 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 2418 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
2419 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
2420 second argument as the 2005-03-07 change makes it obsolete.
2421 (debug-on-entry, cancel-debug-on-entry): Update call to
2422 debug-on-entry-1.
2423 (debug, debugger-setup-buffer): Comment update.
ef75a647 2424 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 2425
134d277e
JB
24262005-03-10 Jay Belanger <belanger@truman.edu>
2427
2428 * calc/calc-embed.el (math-ms-args): Declare it.
2429 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
2430 math-ms-args.
2431 (calc-embedded-subst): Use math-multi-subst-rec to substitute
2432 variables.
2433
33c76f5a
NR
24342005-03-10 Nick Roberts <nickrob@snap.net.nz>
2435
2436 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
2437 Use message-box.
2438
2439 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
2440 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
2441 (tooltip-gud-tips): Simplify.
2442 (tooltip-gud-tips-p): Remove superflouous :set.
2443 (tooltip-gud-modes): Add fortran-mode.
2444 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2445
2446 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 2447
7f351d0b
KS
24482005-03-09 Kim F. Storm <storm@cua.dk>
2449
2450 * play/animate.el (animate-place-char): Use forward-line instead
2451 of next-line to improve performance.
2452
e62ecf85
SJ
24532005-03-09 Simon Josefsson <jas@extundo.com>
2454
2455 * net/browse-url.el (browse-url-default-browser): Doc fix.
2456
f1953880
MB
24572005-03-09 Miles Bader <miles@gnu.org>
2458
2459 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
2460 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2461
ca8d88cd
KH
24622005-03-09 Kenichi Handa <handa@m17n.org>
2463
ec4e909a
KH
2464 * international/latin-1.el: Set case and syntax for 255 only if
2465 set-case-syntax-set-multibyte is nil.
2466
7f351d0b 2467 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 2468 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 2469 (ispell-process-line): Likewise.
ca8d88cd
KH
2470 (ispell-complete-word): Likewise.
2471
9839760a
GM
24722005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2473
2474 * calendar/calendar.el (redraw-calendar): Preserve point.
2475 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2476 (calendar-week-start-day): Move after definition of
2477 redraw-calendar. Delete buffer test, since redraw-calendar has
2478 that now.
2479
2480 * calendar/diary-lib.el (mark-diary-entries): Only call
2481 redraw-calendar in the first of any recursive calls.
2482 Reported by Alan Shutko <ats@acm.org>.
2483
9553cf63
JL
24842005-03-08 Juri Linkov <juri@jurta.org>
2485
2486 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
2487 (html-horizontal-rule, html-line, html-image, html-checkboxes)
2488 (html-radio-buttons): Add a space before the trailing `/>' where
2489 sgml-xml-mode is non-nil.
2490 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
2491 the subsequent tag of the empty XML tag.
2492 (html-href-anchor): Don't set initial input to "http:".
2493 (html-image): Ask for the image URL and set point inside alt="".
2494 (html-name-anchor): Duplicate the name in the `id' attribute when
2495 sgml-xml-mode is non-nil.
2496 (html-paragraph): Remove \n before <p>.
2497 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
2498 instead of `checked' when sgml-xml-mode is non-nil.
2499
2500 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
2501 Remove 1 space before #RRGGBB to not truncate it on terminal
2502 windows w/o fringes. Remove 1 space between bg and fg examples
2503 to get more space.
2504 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
2505 avoid byte-compile warnings.
2506
2507 * image-file.el (image-file-handler): Put `safe-magic' property to
2508 `image-file-handler'.
2509
2510 * info.el (Info-isearch-search): Emulate word search in
2511 isearching through multiple Info nodes with Info-search.
2512 (Info-isearch-wrap): Allow isearch-word.
2513
9b54d453
LK
25142005-03-08 Lute Kamstra <lute@gnu.org>
2515
2516 * emacs-lisp/debug.el (debugger-step-through): Make sure that
2517 stepping into the debugger's code is not possible.
2518 (debugger-jumping-flag): Docstring update.
2519
41d4eedc
JB
25202005-03-08 Jay Belanger <belanger@truman.edu>
2521
2522 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
2523 embedded mode begins.
2524 (calc-embedded-language-alist): New variable.
2525 (calc-embedded-find-modes): Use calc-embedded-language-alist to
2526 set default language mode.
2527
c68f7e21
KH
25282005-03-08 Kenichi Handa <handa@m17n.org>
2529
2530 * international/ccl.el (define-ccl-program): Fix docstring about
2531 extra 256 bytes assured for the output buffer.
2532
2533 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2534 Fix BUFFER_MAGNIFICATION to 2.
2535 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2536
3ee9f6ac
JW
25372005-03-07 Karl Chen <quarl@cs.berkeley.edu>
2538
2539 * align.el (align-rules-list): Added an alignment rule for CSS
2540 declarations (applies to css-mode and html-mode buffers).
2541
a29cf450
SM
25422005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
2545
2f8cd1ce
KS
25462005-03-07 Kim F. Storm <storm@cua.dk>
2547
a54595d4
KS
2548 * simple.el (move-beginning-of-line): New command.
2549
2550 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
2551
2552 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
2553
2554 * emulation/cua-base.el: Put CUA move property on move-end-of-line
2555 and move-beginning-of-line.
2556
2f8cd1ce
KS
2557 * apropos.el (apropos-print): Omit command from M-x ... RET.
2558
7a2306d9
NR
25592005-03-07 Nick Roberts <nickrob@snap.net.nz>
2560
2561 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
2562 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
2563
aaf2cff2
RS
25642005-03-06 Richard M. Stallman <rms@gnu.org>
2565
2566 * bindings.el (esc-map): Bind M-g to goto-line.
2567
2568 * facemenu.el (global-map): Bind M-o, not M-g.
2569
bf7970c5
JD
25702005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2571
2572 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
2573 "Open Directory" as for "Open File".
2574
0251bafb
RS
25752005-03-06 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
2578 (push-mark-command): Run activate-mark-hook.
2579
25802005-03-06 Richard M. Stallman <rms@gnu.org>
2581
2582 * help-mode.el (help-mode-finish): Don't alter the element
2583 in view-return-to-alist if there already is one.
2584
2585 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
2586 make sure the current buffer is the expected one.
2587
2588 * novice.el (disabled-command-function): Output in *Disabled Command*.
2589 Explicitly ignore non-keyboard events, and explicitly handle C-g.
2590
2591 * textmodes/flyspell.el (flyspell-large-region):
2592 Pass args differently for aspell.
2593
2594 * files.el (mode-require-final-newline): Doc fix.
2595
25962005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2597
2f8cd1ce 2598 * progmodes/which-func.el (which-function):
0251bafb
RS
2599 Specify NOERROR when calling imenu--make-index-alist.
2600
55d0f066
SM
26012005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2602
a3194d03
SM
2603 * simple.el (normal-erase-is-backspace): Define default value.
2604
2605 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
2606 (custom-reevaluate-setting): Simple function to handle
2607 variables that are defined before their default value can really
2608 be computed.
2609
2610 * startup.el (command-line): Use it for temporary-file-directory,
2611 small-emporary-file-directory, auto-save-file-name-transforms,
2612 blink-cursor-mode, and normal-erase-is-backspace.
2613
55d0f066
SM
2614 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
2615 progress, even with buggy anchored keywords.
2616
f38c52df
LT
26172005-03-05 Luc Teirlinck <teirllm@auburn.edu>
2618
be6e87e5 2619 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 2620
bb96021a
RS
26212005-03-05 Richard M. Stallman <rms@gnu.org>
2622
2623 * simple.el (goto-line): Use a number at point as the default.
2624 With C-u as arg, switch buffers.
2625
3ff96c81
JL
26262005-03-05 Juri Linkov <juri@jurta.org>
2627
2628 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
2629 with `no-blinking-cursor'.
2630
2631 * startup.el (no-blinking-cursor): New defvar.
2632 (command-line): Add `--no-blinking-cursor' to longopts.
2633 Set `no-blinking-cursor' to t for command line arguments
2634 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
2635 with `no-blinking-cursor' in the condition for calling
2636 `blink-cursor-mode'.
2637
c3a52675
LT
26382005-03-04 Luc Teirlinck <teirllm@auburn.edu>
2639
2640 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
2641 (menu-bar-options-save): Add blink-cursor-mode.
2642 (menu-bar-options-menu): Add blink-cursor-mode.
2643
77b94af3
GM
26442005-03-04 Ulf Jasper <ulf.jasper@web.de>
2645
2646 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
2647 (icalendar-export-file, icalendar-export-region)
a29cf450 2648 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
2649 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
2650
524352d6
LK
26512005-03-04 Lute Kamstra <lute@gnu.org>
2652
a29cf450 2653 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
2654 (debug-function-list): Ditto.
2655
b12e59fd
RC
26562005-03-04 Robert J. Chassell <bob@rattlesnake.com>
2657
2658 * textmodes/texinfmt.el (texinfo-append-refill):
2659 Redefine the types of line to which @refill
2660 is not appended by replacing a search for `@refill\\|@bye' with
2661 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
2662 itemize@refill' bug and the unfilled long lines bug.
a29cf450 2663 (texinfmt-version): Update number and date.
b12e59fd 2664
518d3637
RS
26652005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2666
2667 * international/code-pages.el (windows-1250, windows-125[2-8])
2668 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2669
d245ff23
SM
26702005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
2673 bound yet.
2674
b8210c6e
JPW
26752005-03-02 Romain Francoise <romain@orebokech.com>
2676
2677 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
2678 buffer after removing limits.
2679 (ibuffer-pop-filter): Ditto.
2680 Update copyright.
2681
aad1926a
MB
26822005-03-02 Miles Bader <miles@gnu.org>
2683
2684 * button.el (make-text-button): If the user doesn't specify a
2685 type, use the default. Rewrite to use `add-text-properties' and
2686 plist functions.
2687
284f0680
LK
26882005-03-01 Lute Kamstra <lute@gnu.org>
2689
2690 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
2691 (debugger-jumping-flag): New var.
2692 (debug-entry-code): Use it.
2693 (debugger-jump): Use debugger-jumping-flag and add
2694 debugger-reenable to post-command-hook.
2695 (debugger-reenable): Use debugger-jumping-flag and remove itself
2696 from post-command-hook.
2697 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
2698 debugger-reenable.
2699
43e7d00a
RC
27002005-03-01 Robert J. Chassell <bob@rattlesnake.com>
2701
284f0680 2702 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
2703 inclusion of "itemize\\|", which may be unnecessary, is certainly
2704 inelegant, and stops refilling in itemize lists when formatting
2705 Japanese Texinfo files to Info.
2706 Update copyright to 2005.
2707
911ba5f8
NR
27082005-03-01 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
2711 of an error if GDB can't find the source file.
2712
f830b09e
GM
27132005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
2714
2715 * calendar/calendar.el (redraw-calendar): Work from any buffer,
2716 not just the calendar.
2717
2718 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
2719 first.
2720 (diary-redraw-calendar): New function.
2721 (make-diary-entry): Add diary-redraw-calendar to local
2722 write-contents-functions. Turn off selective display before
2723 inserting in diary.
2724
5582d76d
KS
27252005-03-01 Kim F. Storm <storm@cua.dk>
2726
2727 * emacs-lisp/copyright.el (copyright-fix-years): New command.
2728
a9ee5cac
LK
27292005-03-01 Lute Kamstra <lute@gnu.org>
2730
2731 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
2732 that debug-entry-code can be safely removed from a function while
2733 this code is being evaluated. Revert the 2005-02-27 change as the
2734 new implementation no longer requires it. Make sure that a
dd39c336 2735 function body containing just a string is not mistaken for a docstring.
439368ed
LK
2736 (debug): Skip one more frame in case of debug on entry.
2737 (debugger-setup-buffer): Delete one more frame line in case of
2738 debug on entry.
2739 (debugger-frame-number): Update to use the new text introduced by
d245ff23 2740 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 2741
77032434
KS
27422005-02-28 Kim F. Storm <storm@cua.dk>
2743
2744 * double.el (double-translate-key): Call force-window-update after
2745 read-event to avoid crash in redisplay.
2746
c4d5a8a1
SM
27472005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
2750 (debug): Use it. Move the inhibit-trace earlier.
2751 (debug-entry-code): New const.
2752 (debug-on-entry-1): Use it.
2753
4c23089d 27542005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 2755
c4d5a8a1
SM
2756 * international/utf-16.el (ccl-encode-mule-utf-16le):
2757 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
2758 (ccl-encode-mule-utf-16be): Likewise.
2759
27602005-02-28 Kenichi Handa <handa@m17n.org>
2761
2762 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2763 Fix BUFFER_MAGNIFICATION to 4.
2764 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2765
0f468ead
NR
27662005-02-28 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * speedbar.el (speedbar-update-flag): Doc fix.
2769 (speedbar-show-info-under-mouse): Give set-mouse-position the right
2770 argument.
2771
35c5f5d3
SM
27722005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2773
fc88c288
SM
2774 * reveal.el (reveal-post-command): Don't try to reveal overlays which
2775 have a non-nil `invisible' property but are actually visible.
2776
35c5f5d3
SM
2777 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
2778 for perldoc sections.
2779 (perl-outline-regexp, perl-outline-level): New var and function.
2780 (perl-mode): Use them.
2781
f43ae016
GM
27822005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2783
2784 * calendar/diary-lib.el (diary-remind): Discard any mark portion
2785 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
2786
04c9dde8
LT
27872005-02-27 Luc Teirlinck <teirllm@auburn.edu>
2788
2789 * cus-edit.el: Comment change.
2790 (custom-buffer-create-internal): Slightly reword text at top of
2791 Custom buffers. Mention there that saving an option edits the
2792 init file. Add link to Emacs manual node on `custom-file'.
2793 (custom-magic-alist): Rewrite individual State messages to use
2794 capitalized keywords. Doc fix.
2795
261b7f30
GM
27962005-02-27 Matt Hodges <MPHodges@member.fsf.org>
2797
2798 * calendar/calendar.el (calendar-buffer): Move above
2799 calendar-week-start-day.
2800 (calendar-week-start-day): Doc fix. Add :set function.
2801 (calendar-minimum-window-height): New variable.
2802 (generate-calendar-window): Only resize window if selected-window
2803 is displaying the calendar buffer. Use new variable
2804 calendar-minimum-window-height.
2805 (generate-calendar): Reword error message.
2806 (calendar-mode-map): Bind DEL to scroll-other-window-down.
2807
b71c9e75
AS
28082005-02-27 Andreas Schwab <schwab@suse.de>
2809
c58447fd
AS
2810 * vc.el (vc-do-command): Don't run command asynchronously when
2811 operating in a remote directory.
2812
b71c9e75
AS
2813 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
2814 change from sync with Tramp 2.0.47.
2815
aa5c6b3e
RS
28162005-02-27 Richard M. Stallman <rms@gnu.org>
2817
2818 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2819
2820 * textmodes/flyspell.el (flyspell-mode-on):
2821 Call ispell-change-dictionary only if necessary.
2822
2823 * emacs-lisp/re-builder.el (regexp-builder): New function.
2824
2825 * register.el (describe-register-1): Explicitly handle
2826 yank-excluded-properties = t.
2827
2828 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
2829 (custom-magic-alist): Change the status descriptions again.
2830 (face widget-type): Total rewrite based on `restricted-sexp'
2831 to eliminate the confusing double hiding levels.
2832
2833 * emacs-lisp/debug.el (debug-on-entry-1):
2834 If function body is empty, add nil as body form.
2835
5f8a82e1
SM
28362005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * emacs-lisp/trace.el (inhibit-trace): New var.
2839 (trace-make-advice): Use it.
2840
2841 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
2842
c6f4488c
KS
28432005-02-26 Kim F. Storm <storm@cua.dk>
2844
2845 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
2846 (mouse-on-link-p, mouse-drag-region-1): Use it.
2847
a0b497c5
LK
28482005-02-25 Lute Kamstra <lute@gnu.org>
2849
2850 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
2851
ffa8d0ef
LT
28522005-02-24 Luc Teirlinck <teirllm@auburn.edu>
2853
2854 * frame.el (blink-cursor-mode): Add :group keyword.
2855
1a951b51
GM
28562005-02-24 Ulf Jasper <ulf.jasper@web.de>
2857
78d54dee
SM
2858 * calendar/icalendar.el (icalendar--decode-isodatetime):
2859 New optional argument DAY-SHIFT.
1a951b51
GM
2860 (icalendar-export-region): Fix coding-system-for-write.
2861 (icalendar--convert-ical-to-diary): Shift end-day of all-day
2862 events by one.
2863
6ecedb40
SM
28642005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
2867
1749aa90
KS
28682005-02-24 Kim F. Storm <storm@cua.dk>
2869
2870 * international/iso-acc.el (iso-accents-compose): Fix crash
2871 during redisplay. Call force-window-update after read-event
2872 and delete-region to signal that window is not accurate.
2873
78d54dee
SM
28742005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
2877 Remove unused and inexistent var `inhibit-trace'.
2878 (debugger-mode): Use run-mode-hooks.
2879 (debugger-list-functions): Add buttons; setup xref stack.
2880
a98ac7ae
RS
28812005-02-23 Richard M. Stallman <rms@gnu.org>
2882
2883 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
2884 appointment says it was explicitly made.
2885 (appt-add): Set the 3rd element.
2886 (appt-make-list): Preserve explicit appointments.
2887
2888 * subr.el (find-tag-default): Catch errors in forward-sexp.
2889
91c66262
JL
28902005-02-23 Juri Linkov <juri@jurta.org>
2891
2892 * info.el (Info-isearch-search): New defcustom.
2893 (Info-isearch-search): Call the default isearch function
2894 when Info-isearch-search is nil.
2895 (Info-isearch-wrap): Use variable Info-isearch-search.
2896
01d746be
LT
28972005-02-22 Luc Teirlinck <teirllm@auburn.edu>
2898
2899 * cus-edit.el: Comment change.
2900
b686dd59
KS
29012005-02-22 Kim F. Storm <storm@cua.dk>
2902
6ecedb40
SM
2903 * progmodes/hideif.el (hide-ifdef-use-define-alist):
2904 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 2905
fe77c061
SJ
29062005-02-22 Simon Josefsson <jas@extundo.com>
2907
6ecedb40
SM
2908 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
2909 New variable.
fe77c061
SJ
2910 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
2911 Oskarsson" <myrkraverk@users.sourceforget.net>.
2912
baf70a02
KS
29132005-02-22 Kim F. Storm <storm@cua.dk>
2914
2915 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
2916 check that window of that event is the selected window.
2917 (mouse-drag-region-1): Compare mouse event window to selected
2918 window before setting point.
2919
2920 * tooltip.el (tooltip-show-help-function): Pass event to
2921 mouse-on-link-p so it can check selected window.
2922
ca69e8aa
KH
29232005-02-22 Kenichi Handa <handa@m17n.org>
2924
2925 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
2926 (ps-mule-show-warning): New function.
2927 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
2928 characters are found.
2929
2930 * ps-print.el (ps-header-footer-string): Return a list of header
2931 and footer strings.
2932
dae3211d
SM
29332005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2934
2935 * pcvs.el (cvs-retrieve-revision): Fix thinko.
2936
29372005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 2938
9df747e1
SM
2939 * frame.el (blink-cursor-mode): Use define-minor-mode.
2940
2c75eddf
SM
2941 * term/mac-win.el (function-key-map): Use char-names more consistently.
2942 (file-name-coding-system): Only set it for MacOS-9. The other case is
2943 already handled in mule-cmds.el (where it also works when mac-win.el
2944 is not used).
2945
c4a166f1
KH
29462005-02-21 Kenichi Handa <handa@m17n.org>
2947
002dc239
KH
2948 * international/mule.el (ctext-pre-write-conversion): Always use
2949 " *code-converting-work*" buffer for work.
2950
c4a166f1
KH
2951 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
2952
22071507
TTN
29532005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
2954
2955 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
2956
50d9c396
JY
29572005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
2958
2c75eddf 2959 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
2960 allows changes outside the restricted area of the buffer.
2961
0fba9f25
KS
29622005-02-20 Kim F. Storm <storm@cua.dk>
2963
2964 * simple.el (line-move): Add fourth optional arg try-vscroll which
2965 must be set to perform auto-window-vscroll.
2966 When moving backwards and doing auto-window-vscroll, automatically
2967 vscroll to the last part of lines which are taller than the window.
2968 (next-line, previous-line): Set try-vscroll arg on line-move.
2969
ac010fca
DN
29702005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2971
f79bdb3a
DN
2972 * replace.el (query-replace, query-replace-regexp)
2973 (replace-string, replace-regexp): When operating on region, make
2974 the minibuffer prompt say so.
2975
ac010fca
DN
2976 * isearch.el (isearch-forward): Document isearch-query-replace and
2977 isearch-query-replace-regexp keybindings.
0fba9f25 2978
fa64fa22
JB
29792005-02-19 Jay Belanger <belanger@truman.edu>
2980
2981 * calc/calc-aent.el (math-read-token): Add local variable.
2982
2983 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
2984 (calc-edit-top): Move declaration to earlier in file.
2985 (calc-edit-macro-repeats): Add local variables.
2986
2987 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
2988 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
2989 calcFunc-tanh.
2990 Adjust integration rule for calcFunc-tan.
2991
3f9526a3 29922005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
2993
2994 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
2995 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
2996 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
2997 (viper-skip-separators): Bug fix.
2998 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 2999 particular major mode.
0fba9f25 3000 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 3001 kill ring.
0fba9f25
KS
3002
3003 * viper-ex.el (viper-color-display-p): New function.
3004 (viper-has-face-support-p): Use viper-color-display-p.
3005
3006 * viper-keym.el (viper-gnus-modifier-map): New keymap.
3007
3008 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
3009
3010 * viper-util.el (viper-glob-unix-files): Fix shell status check.
3011 (viper-file-remote-p): Make equivalent to file-remote-p.
3012
78d54dee
SM
3013 * viper.el (viper-major-mode-modifier-list):
3014 Use viper-gnus-modifier-map.
0fba9f25 3015
c761fd55
DK
30162005-02-19 David Kastrup <dak@gnu.org>
3017
3018 * subr.el (subregexp-context-p): Fix garbled doc string by adding
3019 quoting.
3020
7ca4e8a1
JB
30212005-02-19 Jay Belanger <belanger@truman.edu>
3022
3023 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 3024 Remove extra definitions.
7ca4e8a1
JB
3025 (calc-coth): New function.
3026 (calcFunc-cot): Fix `let'.
3027
0e0d5683
EZ
30282005-02-19 Eli Zaretskii <eliz@gnu.org>
3029
3030 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
3031 the reasons we use "type pc" in these faces.
3032
3033 * button.el (button): Ditto.
3034
2511035d
EZ
30352005-02-19 Michael Mauger <mmaug@yahoo.com>
3036
3037 * replace.el (query-replace-read-from): Set the value of
3038 query-replace-from-history-variable to handle the case of an empty
3039 string entered to accept the suggested default.
74f69b93 3040
78d54dee
SM
3041 * net/tramp.el (tramp-file-name-for-operation):
3042 Use dired-call-process instead of dired-call-process-command.
74f69b93 3043
7182a9a6
JB
30442005-02-19 Jay Belanger <belanger@truman.edu>
3045
3046 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
3047 (math-div-non-trig): New variables.
3048 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
3049 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
3050 (math-combine-prod, math-div-symb-fancy): Add simplifications for
3051 trig expressions.
3052
8c4e7434
NR
30532005-02-19 Nick Roberts <nickrob@snap.net.nz>
3054
3055 * progmodes/gdb-ui.el (gdb-var-update-handler)
3056 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
3057 for watch expressions,
3058 (gdb-var-create-handler): Don't set speedbar-update-flag.
3059 (gdb-post-prompt): Simplify test for speedbar.
3060
17561e4f 30612005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 3062
78d54dee
SM
3063 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
3064 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 3065 we use the syntax table of the correct buffer.
78d54dee 3066 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 3067 Felix Gatzemeier.
0fba9f25 3068
78d54dee
SM
3069 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
3070 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 3071 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 3072
78d54dee
SM
3073 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
3074 ediff-recurse-to-subdirectories.
3075 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 3076 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 3077
78d54dee 3078 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 3079 nil.
0fba9f25 3080
9be92b96
SM
30812005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * log-view.el (log-view-message-re): Fix up Subversion regexp.
3084
3a51abf1
DK
30852005-02-18 David Kastrup <dak@gnu.org>
3086
3087 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
3088 use `mark-active' when defined.
3089
92dc83a9
KH
30902005-02-18 Kenichi Handa <handa@m17n.org>
3091
3092 * ps-print.el (ps-font-info-database): New entry
3093 ZapfChancery-MediumItalic with correct font name. Fix font name
3094 of the entry Zapf-Chancery-MediumItalic.
3095
6dbbc01d
LT
30962005-02-16 Luc Teirlinck <teirllm@auburn.edu>
3097
3098 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
3099
4aed6e1e
KS
31002005-02-16 Kim F. Storm <storm@cua.dk>
3101
3102 * ido.el (ido-fallback-command): Pass user input to fallback command.
3103
31042005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
3105
3106 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3107 (gdb-find-file-hook): Add server prefix.
3108
a29c9707
RS
31092005-02-16 Richard M. Stallman <rms@gnu.org>
3110
3111 * replace.el (perform-replace): Pass new args to replace-highlight.
3112 (replace-highlight): Take region args,
3113 and pass them to isearch-lazy-highlight-new-loop.
3114
3115 * novice.el (disabled-command-hook): Autoload the defalias
3116 and the make-obsolete-variable call.
3117
3118 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
3119
3120 * isearch.el (isearch-lazy-highlight-start-limit)
3121 (isearch-lazy-highlight-end-limit): New variables limit
3122 the region for highlighting.
3123 (isearch-lazy-highlight-new-loop): New args BEG and END.
3124 (isearch-lazy-highlight-search): Use the new vars.
3125 (isearch-lazy-highlight-update): Likewise.
3126
3127 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
3128
3129 * cus-start.el (all): Use default-boundp.
3130
4aed6e1e 31312005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
3132
3133 * menu-bar.el (menu-bar-select-frame): Handle current frame.
3134
e1c9f939
LT
31352005-02-15 Luc Teirlinck <teirllm@auburn.edu>
3136
3137 * autorevert.el (auto-revert-stop-on-user-input)
3138 (auto-revert-verbose): Doc fixes.
3139
52c7f9ee
JR
31402005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3141
3142 * international/mule-cmds.el (set-locale-environment): Remove call
3143 to set-selection-coding-system on Windows.
3144
6ec30302
JB
31452005-02-15 Jay Belanger <belanger@truman.edu>
3146
3147 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 3148 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
3149 calcFunc-coth.
3150 (math-simplify-sqrt): Add simplifications.
3151
3152 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
3153 to list.
3154
3155 * calc/calc-ext.el: Add functions to autoloads.
3156
3157 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
3158 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
3159 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
3160 (math-csc-raw, math-cot-raw): New functions.
3161
3162 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
3163
3164 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
3165 the variable name in a message.
3166
3167 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
3168 calcFunc-csc, calcFunc-cot.
3169
3170 * calc/calcalg2.el: Add derivative and integration rules for
3171 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
3172 calcFunc-csch, calcFunc-coth.
3173 (math-do-integral-methods): Add to checks for when to use
3174 substitutions.
3175
3176 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
3177
43817a75
LK
31782005-02-15 Lute Kamstra <lute@gnu.org>
3179
9be92b96
SM
3180 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3181 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
3182 <monnier@iro.umontreal.ca>
3183 (lisp-outline-level): Improve efficiency. Suggested by David
3184 Kastrup <dak@gnu.org>.
3185
34093ed7
NR
31862005-02-15 Nick Roberts <nickrob@snap.net.nz>
3187
3188 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
3189 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
3190 (gdb-set-gud-minor-mode-existing-buffers): New functions.
3191 (gdb-find-file-hook): New hook. Add it to find-file-hook.
3192 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
3193
0f014aa1
LT
31942005-02-14 Luc Teirlinck <teirllm@auburn.edu>
3195
3196 * cus-start.el (all): Comment change.
3197
23e8c095
LK
31982005-02-14 Lute Kamstra <lute@gnu.org>
3199
3200 * cus-start.el (all): Check if symbol is void.
3201
a4869139
CD
32022005-02-14 Carsten Dominik <dominik@science.uva.nl>
3203
3204 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
3205 optional argument to \cite.
3206
134948fc
RS
32072005-02-14 Richard M. Stallman <rms@gnu.org>
3208
3209 * cus-edit.el (custom-buffer-create-internal): Update help message.
3210 (custom-magic-alist): Update help messages.
3211
3212 * cus-start.el (all): Allow a var to specify a standard value.
3213
5e2087b8
LT
32142005-02-12 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * custom.el (custom-theme-set-variables): Handle variable aliases.
3217
3218 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
3219 (blink-cursor): Make it an alias for `blink-cursor-mode' and
3220 declare obsolete.
03e38499
LT
3221 (blink-cursor-mode): Define with defcustom and use correct
3222 standard expression in that defcustom.
5e2087b8
LT
3223 * startup.el (command-line): Adapt to above changes in frame.el.
3224
b7a2a696
LK
32252005-02-11 Lute Kamstra <lute@gnu.org>
3226
3227 * apropos.el (apropos-score-doc): Prevent division by zero.
3228
ea66d5e0
GM
32292005-02-11 Ulf Jasper <ulf.jasper@web.de>
3230
3231 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
3232 (icalendar--get-event-property-attributes)
3233 (icalendar--get-event-properties)
3234 (icalendar--datetime-to-diary-date): New functions.
3235 (icalendar--split-value): Doc fix.
3236 (icalendar--datetime-to-noneuropean-date)
3237 (icalendar--datetime-to-european-date): New optional argument
3238 SEPARATOR. Return result as a string instead of a list.
3239 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
3240 (icalendar--convert-string-for-export): Rename arg S to STRING.
3241 (icalendar-export-region): Doc fix. Change name of error buffer.
3242 Save output buffer.
3243 (icalendar-import-file): Add blank at end of prompt.
3244 (icalendar-import-buffer): Doc fix. Do not switch to error
3245 buffer. Indicate status in return value.
3246 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
3247 buffer. Save output buffer. Handle exception from recurrence
3248 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
3249 events. Fix problems with weekly all-day events.
3250
44291460
RS
32512005-02-10 Richard M. Stallman <rms@gnu.org>
3252
3253 * simple.el (eval-expression-print-format):
3254 Avoid warning about edebug-active.
3255
9be92b96 3256 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
3257 (help-for-help): Define with defalias.
3258
3259 * font-core.el (font-lock-default-function): Use with-no-warnings.
3260
3261 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
3262
3263 * custom.el (defface): Doc fix.
3264
37956fd5
NR
32652005-02-10 Nick Roberts <nickrob@snap.net.nz>
3266
3267 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
3268 width 0" to prevent word wrapping problems.
3269
44042fe7
KS
32702005-02-09 Kim F. Storm <storm@cua.dk>
3271
3272 * ido.el (ido-file-extensions-order): New defcustom.
3273 (ido-file-extension-lessp, ido-file-extension-aux)
3274 (ido-file-extension-order): New advanced file ordering.
3275 (ido-file-lessp): New simple file ordering.
3276 (ido-sort-list): Remove.
3277 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
3278 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
3279
e7eaabae
DN
32802005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
3281
3282 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
3283 that some versions of grep produce.
3284 (grep-mode-font-lock-keywords): Likewise.
3285
76f8cd56
NR
32862005-02-09 Nick Roberts <nickrob@snap.net.nz>
3287
3288 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 3289 (gdb-cdir): Delete.
76f8cd56
NR
3290 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
3291 (gdb-source-info): Treat case when source file is in another
3292 directory properly.
3293 (gdb-get-location): New function.
3294
519b13cd
JB
32952005-02-07 Jay Belanger <belanger@truman.edu>
3296
3297 * calc/calc-prog.el (calc-write-parse-table-part)
3298 (calc-fix-token-name): Fix a check for language type.
3299
9be92b96 3300 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 3301
009bb5d2
AS
33022005-02-07 Andre Spiegel <spiegel@gnu.org>
3303
3304 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
3305 as directory not writable.
3306
82ec225b
KS
33072005-02-07 Kim F. Storm <storm@cua.dk>
3308
3309 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
3310 (cua--standard-movement-commands): Remove list.
3311 Instead, set CUA property value to move for movement commands.
3312 (cua-movement-commands): Remove. Users must set CUA prop instead.
3313 (cua--pre-command-handler): Check CUA property.
3314 (cua--init-keymaps): Don't remap undo commands.
3315 (cua-mode): Don't call cua--rectangle-on-off.
3316
3317 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
3318 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
3319 (cua--rect-undo-set-point): New var.
3320 (cua--rectangle-undo-boundary): Setup undo apply entry.
3321 (cua--rect-undo-handler): New function for rectangle undo.
3322 (cua--rect-start-position, cua--rect-end-position): Add.
3323 (cua--rectangle-post-command): Call cua--rectangle-set-corners
3324 for restored rectangle. Set point if cua--rect-undo-set-point.
3325
c529f7f7
JB
33262005-02-06 Jay Belanger <belanger@truman.edu>
3327
3328 * calc/calc-lang.el (calc-tex-language): Display more information
3329 in messages.
3330
3331 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
3332 in TeX mode.
3333
ba2c991c
RS
33342005-02-06 Richard M. Stallman <rms@gnu.org>
3335
3336 * emacs-lisp/lisp.el (buffer-end): Doc fix.
3337
6d61d855
EZ
33382005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3339
3340 * net/ldap.el (ldap-search-internal): Support attributes with
3341 optional descriptions separated by a semi-colon, as in
3342 "userCertificate;binary".
3343
18daafed
JD
33442005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3345
3346 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
3347 isn't a cons (i.e. the version is 0).
3348
cb602754
EZ
33492005-02-05 Eli Zaretskii <eliz@gnu.org>
3350
3351 * help.el (help-for-help): Doc fix.
3352
a0079e58
NR
33532005-02-05 Nick Roberts <nickrob@snap.net.nz>
3354
3355 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
3356 GDB-Windows on the menu-bar as this works better.
3357
e67d06eb
JB
33582005-02-04 Jay Belanger <belanger@truman.edu>
3359
3360 * calc/calc-embed.el (calc-embedded-update): Don't put in
3361 unnecessary newlines. Adjust the end of formula marker.
3362
3363 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
3364 (math-latex-parse-two-args): New function.
3365
02f244c8
LK
33662005-02-03 Lute Kamstra <lute@gnu.org>
3367
3368 * help-fns.el (help-with-tutorial): Make sure that users cannot
3369 remove the entire text of the tutorial by means of `undo'.
3370
ca97010c
SM
33712005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
3374 in recent changes, where the ispell process was repeatedly
3375 killed & restarted.
a41118cc
SM
3376
3377 * international/mule-cmds.el (set-locale-environment): Set file-name
3378 coding system to utf-8 on Darwin systems.
3379 (set-default-coding-systems): Don't set default-file-name-coding-system
3380 on Darwin systems.
3381
4e07258f
RS
33822005-02-03 Richard M. Stallman <rms@gnu.org>
3383
3384 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
3385
33862005-02-03 Matt Hodges <MPHodges@member.fsf.org>
3387
3388 * faces.el (list-faces-display): Add optional argument.
3389
30b940a7
SM
33902005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * font-core.el (font-lock-default-function): Handle the rare case where
3393 only font-lock-keywords is set.
3394
4e07258f 33952005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 3396
30b940a7 3397 * international/characters.el: Cancel previous change for
fbbde29a
KH
3398 I-WITH-DOT-ABOVE and DOTLESS-i.
3399
3400 * international/latin-5.el: Cancel previous change.
3401
87c366c1
NR
34022005-02-02 Nick Roberts <nickrob@snap.net.nz>
3403
3404 * progmodes/gud.el: Correction to syntax in gud-menu-map.
3405
56072160
KH
34062005-02-02 Kenichi Handa <handa@m17n.org>
3407
3408 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
3409 DOTLESS-i.
3410
3411 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
3412 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
3413
394dff57 3414 * case-table.el (get-upcase-table): New function.
56072160
KH
3415 (copy-case-table): Copy upcaes table too if non-nil.
3416 (set-case-syntax-delims): Maintain upcase table too.
3417 (set-case-syntax-pair): Likewise.
3418 (set-upcase-syntax, set-downcase-syntax): New functions.
3419 (set-case-syntax): Maintain upcase table too.
3420
dd8e8b27
NR
34212005-02-02 Nick Roberts <nickrob@snap.net.nz>
3422
3423 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
3424
3425 * progmodes/gud.el (gud-goto-info): New function.
3426 (gud-tool-bar-map): Use correct icon.
3427
cc08f5b2
TTN
34282005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3429
3430 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
3431 When delegating, order args in the funcall correctly.
3432
b961eb0e
TTN
34332005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3434
3435 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3436
2fdf4457
CD
34372005-02-01 Carsten Dominik <dominik@science.uva.nl>
3438
3439 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
3440 buffer not visiting a file.
3441
a214f7ba
JB
34422005-01-31 Jay Belanger <belanger@truman.edu>
3443
3444 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
3445 bound on the line with the formula.
3446
fb89c330
KS
34472005-01-31 Kim F. Storm <storm@cua.dk>
3448
3449 * ses.el (ses-create-cell-variable-range)
3450 (ses-destroy-cell-variable-range, ses-reset-header-string)
3451 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
3452 (ses-insert-row): Fix format of apply undo entries.
3453
998858ae
JB
34542005-01-31 Jay Belanger <belanger@truman.edu>
3455
3456 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
3457 parts.
3458
3459 * calc/calc-embed.el (calc-embedded-open-formula)
3460 (calc-embedded-close-formula): Ignore matrix environments.
3461
3462 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
3463 TeX mode.
3464
3465 * calc/calc-lang.el (math-function-table, math-oper-table)
3466 (math-variable-table): Adjust the LaTeX portions.
3467
3468 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
3469 (math-latex-ignore-words): New constant.
3470
a6e7a34b
RS
34712005-01-31 Richard M. Stallman <rms@gnu.org>
3472
3473 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
3474 (ispell-local-dictionary): Doc fix.
3475 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
3476 Don't reinitialize at run time. Don't defcustom.
3477 All uses changed to append ispell-local-dictionary-alist,
3478 or check it first.
3479 (ispell-current-dictionary): New variable for dictionary in use.
3480 (ispell-dictionary): Now used only for global default.
3481 (ispell-start-process): Set ispell-current-dictionary,
3482 not ispell-dictionary.
3483 (ispell-change-dictionary): Use this only for setting
3484 user preferences.
3485 (ispell-internal-change-dictionary): New function
3486 to change the current dictionary in use.
fb89c330
KS
3487 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
3488 Use ispell-current-dictionary.
a6e7a34b
RS
3489 Handle ispell-local-dictionary-overridden.
3490 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
3491
1be70c61
JB
34922005-01-31 Jay Belanger <belanger@truman.edu>
3493
3494 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
3495
3496 * calc/calc-ext.el: Add calc-latex-language to autoloads.
3497 (calc-mode-map): Add calc-latex-language.
3498
3499 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
3500 (math-latex-print-frac): New functions.
3501 (math-oper-table, math-function-table, math-variable-table)
3502 (math-complex-format, math-input-filter): Add latex properties.
3503 (calc-set-language): Set math-expr-special-function-mapping.
3504
3505 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
3506 (calc-write-parse-table-part): Add LaTeX support.
3507
3508 * calc/calc.el (calc-language): Adjust docstring.
3509 (calc-set-mode-line): Add LaTeX support.
3510 (math-expr-special-function-mapping): New variable.
e09d97e8 3511 (math-tex-ignore-words): Add to list.
fb89c330 3512
1be70c61
JB
3513 * calc/calccomp.el (math-compose-expr, math-compose-rows):
3514 Add LaTeX support.
3515 (math-compose-expr): Add support for special functions.
3516
3517 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
3518
2d08f307
NR
35192005-01-31 Nick Roberts <nickrob@snap.net.nz>
3520
3521 * progmodes/gdb-ui.el (gdb-memory-address)
3522 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
3523 (gdb-memory-mode-map, gdb-memory-format-keymap)
3524 (gdb-memory-format-menu, gdb-memory-unit-keymap)
3525 (gdb-memory-unit-menu): New variables for a buffer
3526 that lets the user examine program memory.
3527 (gdb-memory-set-address, gdb-memory-set-repeat-count)
3528 (gdb-memory-format-binary, gdb-memory-format-octal)
3529 (gdb-memory-format-unsigned, gdb-memory-format-signed)
3530 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
3531 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
3532 (gdb-memory-unit-word, gdb-memory-unit-halfword)
3533 (gdb-memory-unit-byte, gdb-memory-unit-menu)
3534 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
3535 (gdb-memory-mode, gdb-memory-buffer-name)
3536 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
3537 New functions for above buffer.
3538
ce406543
RS
35392005-01-30 Richard M. Stallman <rms@gnu.org>
3540
3541 * cus-edit.el (custom-bury-buffer): Function deleted.
3542 (custom-buffer-done-function): Option deleted.
3543 (custom-buffer-done-kill): New (replacement option.
3544 (Custom-buffer-done): Call quit-window.
3545 (custom-buffer-create-internal): Update for above changes.
3546
03c64f2e
LT
35472005-01-29 Luc Teirlinck <teirllm@auburn.edu>
3548
3549 * simple.el (undo-ask-before-discard): New var.
3550 (undo-outer-limit-truncate): Implement it.
3551 (undo-extra-outer-limit): Doc update.
3552
5a92a9eb
RS
35532005-01-29 Richard M. Stallman <rms@gnu.org>
3554
394dff57 3555 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
3556 (ses-begin-change): Doc fix.
3557
3558 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
3559 instead of rebinding C-x u and C-_.
3560
3561 * files.el (normal-backup-enable-predicate): Return nil for files
3562 in /tmp, regardless of temporary-file-directory.
3563
3564 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
3565
3566 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
3567 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 3568 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
3569 for move-to-column's 2nd arg.
3570
3571 * simple.el (undo): Fix the test for continuing a series of undos.
3572 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 3573 (pending-undo-list): Move up defvar.
5a92a9eb
RS
3574
3575 * wid-edit.el (widget-button-click):
3576 Shorten the range of the track-mouse binding.
3577
3578 * comint.el (comint-insert-input): Undo previous changes;
3579 use last-input-event in interactive spec.
3580
28d986b9
EZ
35812005-01-29 Eli Zaretskii <eliz@gnu.org>
3582
cf63e6fa
EZ
3583 * progmodes/compile.el (compilation-start): Bind buffer-read-only
3584 to nil before invoking call-process. Reset buffer's modified flag
3585 after fontifying it in the no-async branch.
3586
28d986b9
EZ
3587 * wid-edit.el (widget-specify-button): If mouse pointer shape
3588 cannot be changed, use mouse face instead.
3589
c7c87573
NR
35902005-01-29 Nick Roberts <nickrob@snap.net.nz>
3591
3592 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3593 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7
NR
3594 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
3595 (gdb-assembler-custom): Update to recognise breakpoint information
3596 added on 2005-01-19.
c7c87573 3597
394dff57
SM
35982005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
3601 (dsssl-mode): Use define-derived-mode.
3602 (scheme-mode-initialize): Remove.
3603 (scheme-mode): Use run-mode-hooks.
3604
3605 * cus-edit.el (customize-group-other-window)
3606 (custom-buffer-create-other-window): Don't override special-display-*.
3607 (custom-mode-map): Make it dense.
3608
3609 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
3610 sets the default value.
3611
2d65673f
EZ
36122005-01-28 Eli Zaretskii <eliz@gnu.org>
3613
3614 * descr-text.el: Add more keywords.
3615
6b626913
SM
36162005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3617
b9fbc167
SM
3618 * speedbar.el: Avoid unnecessary use of locate-library.
3619
6b626913
SM
3620 * international/mule-cmds.el (standard-display-european-internal):
3621 Don't fiddle with latin-1 non-break space any more since it's now
3622 special cased in the C code.
3623 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
3624
3bf93f74
LT
36252005-01-26 Luc Teirlinck <teirllm@auburn.edu>
3626
3627 * cus-start.el (all): Add `undo-outer-limit'.
3628
31df23f5
LK
36292005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3630
6b626913
SM
3631 * textmodes/bibtex.el (bibtex-format-entry):
3632 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
3633 field lines.
3634 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
3635 not on part of a buffer.
3636
36372005-01-25 Lute Kamstra <lute@gnu.org>
3638
3639 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
3640 nonempty field text strings like "{letters\\macro{}more letters}".
3641 Clarify docstring.
3642 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
3643 (bibtex-entry-offset, bibtex-parse-association)
3644 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 3645 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 3646
640d0c89
KS
36472005-01-24 Carsten Dominik <dominik@science.uva.nl>
3648
60fc9395 3649 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 3650 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
3651 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
3652 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
3653
3654 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
3655 isearch minor mode.
3656
fe860842
LT
36572005-01-24 Luc Teirlinck <teirllm@auburn.edu>
3658
3659 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
3660
2fc3738c
LK
36612005-01-24 Lute Kamstra <lute@gnu.org>
3662
3663 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
3664 CASECHARS and NOT-CASECHARS regular expressions of the
3665 "nederlands" and "nederlands8" dictionaries to prevent a "Range
3666 striding over charsets" error.
3667
dacb2f70
JB
36682005-01-24 Jay Belanger <belanger@truman.edu>
3669
3670 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
3671 display variable name.
3672
e1a050dc
KH
36732005-01-24 Kenichi Handa <handa@m17n.org>
3674
3675 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
3676 Fix setting of the element of encoded-kbd-iso2022-invocations.
3677
ac94d5f4
NR
36782005-01-24 Nick Roberts <nickrob@snap.net.nz>
3679
3680 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3681 (gdb-threads-select): Change to also accept mouse events.
3682 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
3683 (gdb-threads-mouse-select): Delete.
3684
9bb99df6
LT
36852005-01-23 Luc Teirlinck <teirllm@auburn.edu>
3686
3687 * files.el (insert-directory): Take care of empty directory,
3688 listed without -a switch.
3689
bd6a8278
SM
36902005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3691
04138be8
SM
3692 * textmodes/refill.el (refill-post-command-function):
3693 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
3694 to the list of functions that we should be careful not to undo.
3695 (refill-late-fill-paragraph-function): Remove.
3696 (refill-saved-state): New var.
3697 (refill-mode): Use it to save fill-paragraph-function.
3698 Save also the value of auto-fill-function.
3699
bd6a8278
SM
3700 * term/w32-win.el: Simplify code.
3701
5c20cae2
KS
37022005-01-23 Kim F. Storm <storm@cua.dk>
3703
8f958b40
KS
3704 * simple.el (line-move): Adapt to new return value from
3705 pos-visible-in-window-p.
3706
5c20cae2
KS
3707 * simple.el (line-move): Fix last change. Check partial
3708 visibility at point rather than at window-start.
3709
e1c7e69a
JR
37102005-01-22 Jason Rumney <jasonr@gnu.org>
3711
3712 * term/w32-win.el (xw-defined-colors): Remove debug-message.
3713
3d4d788a
DK
37142005-01-22 David Kastrup <dak@gnu.org>
3715
3716 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
3717
1a8461d3
EZ
37182005-01-22 Eli Zaretskii <eliz@gnu.org>
3719
3720 * type-break.el (type-break-mode): Add a test for
3721 type-break-file-name being non-nil.
3722
1da1887d
EZ
37232005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3724
3725 * net/eudc.el (top level): Call (message "") via progn, so that
3726 eudc-options-file is loaded.
3727
d00e399a
KS
37282005-01-22 Kim F. Storm <storm@cua.dk>
3729
3730 * simple.el (line-move-1): Rename from line-move.
3731 (line-move): New function that adjusts vscroll for partially
3732 visible rows, and calls line-move-1 otherwise.
3733
2ff1dec9
JW
37342005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
3735
3736 * pcomplete.el: define pcomplete-read-event instead of read-event,
3737 since it's not a complete read-event implementation
3738
7ec35700
JB
37392005-01-20 Jay Belanger <belanger@truman.edu>
3740
3741 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
3742 for called function.
3743
a15252fd
ST
37442005-01-20 Steven Tamm <steventamm@mac.com>
3745
6b626913 3746 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
3747 Controlled now by s/darwin.h:PTY_ITERATION.
3748
66c226bf
SM
37492005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * window.el (handle-select-window): Don't switch window when we're
3752 in the minibuffer.
3753
7c018923
SM
37542005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
3755
3756 * subr.el (dotimes-with-progress-reporter): New macro.
3757
3758 * ses.el (ses-dotimes-msg): Remove macro.
3759 Use `dotimes-with-progress-reporter' instead.
3760
8db8a5cf
ST
37612005-01-19 Steven Tamm <steventamm@mac.com>
3762
3763 * term/mac-win.el (process-connection-type): Use new
3764 operating-system-release variable to use ptys on Darwin 7 (OSX
3765 10.3) when using carbon build.
3766
7679290d
JB
37672005-01-19 Jay Belanger <belanger@truman.edu>
3768
3769 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
3770 flags if the last command was a tab or M-tab.
3771
17c90a9e
JB
3772 * calc/calc-prog.el (calc-user-define-edit): Put original formula
3773 in formula editing buffer.
3774
2c60b6d3
NR
37752005-01-19 Nick Roberts <nickrob@snap.net.nz>
3776
3777 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
3778 breakpoint image symbol in margin.
3779
1ff85beb
JB
37802005-01-19 Jay Belanger <belanger@truman.edu>
3781
3782 * calc/calc-prog.el (calc-execute-kbd-macro):
3783 Ignore calc-keep-arg-flag.
3784
664ca704
KH
37852005-01-19 Kenichi Handa <handa@m17n.org>
3786
3787 * textmodes/ispell.el (ispell-looking-at): New function.
3788 (ispell-process-line): Use ispell-looking-at to compare the ispell
3789 output and the buffer contents.
3790
926787be
JB
37912005-01-18 Jay Belanger <belanger@truman.edu>
3792
3793 * calc/calc.el (calc-display-raw): Fix docstring.
3794
67b9b71f
SM
37952005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3796
7c018923
SM
3797 * simple.el (blink-matching-open): Strip extra info from syntax.
3798
67b9b71f
SM
3799 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
3800 funny chars in the end-of-here-doc marker.
3801
83c7f806
NR
38022005-01-19 Nick Roberts <nickrob@snap.net.nz>
3803
3804 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
3805 that enable/disabled state of breakpoints is shown correctly in
3806 fringe and on ttys.
3807 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
3808 Add breakpoint information as text properties.
67b9b71f 3809 (gdb-mouse-toggle-breakpoint):
83c7f806 3810 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 3811 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
3812 breakpoints in the margin.
3813 (gdb-remove-strings): Simplify.
3814
538a5f8b
JB
38152005-01-17 Jay Belanger <belanger@truman.edu>
3816
3817 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
3818 erasing buffer.
3819
444919be
RS
38202005-01-17 Richard M. Stallman <rms@gnu.org>
3821
3822 * progmodes/grep.el (grep-find): Copy from `grep' the condition
3823 for calling grep-compute-defaults.
3824
3825 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
3826 if buffer is empty.
3827
3828 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
3829
67476fca
SM
38302005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * hilit-chg.el (highlight-changes-mode): Don't autoload.
3833
3834 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
3835 non-preloaded variables.
3836
4042dc25
ST
38372005-01-17 Steven Tamm <steventamm@mac.com>
3838
3839 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
3840 tex-shell cause to force interactivity when using pipes.
3841
aea3bdb1
KS
38422005-01-17 Kim F. Storm <storm@cua.dk>
3843
3844 * simple.el (just-one-space): Make arg optional.
3845
41774623
NR
38462005-01-17 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 3849 posn-at-x-y to t to access left-margin.
41774623 3850
01917a18
MA
38512005-01-16 Michael Albinus <michael.albinus@gmx.de>
3852
3853 Sync with Tramp 2.0.47.
3854
3855 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
3856 catching keep-date problems in cp/scp operations.
3857 (tramp-handle-copy-file): Don't call `set-file-modes'
3858 unconditionally. Specialized functions should know better what is
3859 necessary. This improves performance a little bit, and the
3860 functions could catch errors with `cp -p' and `scp -p'.
3861 (tramp-do-copy-or-rename-file-via-buffer)
3862 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
3863 when appropriate.
67476fca
SM
3864 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
3865 Call `set-file-modes' when appropriate.
01917a18
MA
3866 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
3867 Johnsson <isak@hypergene.com>
3868 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
3869 of both Tramp buffer and debug buffer. Reported by Joakim Verona
3870 <joakim@verona.se>
3871 (tramp-file-name-for-operation): Mark `shell-command' as magic for
3872 Emacs only.
3873
3874 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
3875 `find-file-hooks' and `dired-mode-hook'.
3876 (tramp-minor-mode-map): Respective map. Add remapping for
3877 `compile' and `recompile'.
3878 (tramp-remap-command, tramp-recompile): New defuns.
3879 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
3880 in buffer "*Compilation*". Call the commands asynchronously.
3881
3882 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
3883 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
3884 `shell-command', because it isn't magic in XEmacs. Reported by
3885 Adrian Aichner <adrian@xemacs.org>.
3886
3887 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3888 `substitute-in-file-name.
3889 (tramp-smb-handle-substitute-in-file-name): New defun.
3890 (tramp-smb-advice-PC-do-completion): Delete advice.
3891
38922005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
3893
3894 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
3895 Fix error in deleting region.
3896
d4b6c2e3
RS
38972005-01-15 Richard M. Stallman <rms@gnu.org>
3898
3899 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
3900 In non-temp buffer, switch syntax table temporarily.
3901
3902 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
3903
3904 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
3905
3906 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
3907
3908 * imenu.el (imenu--split-menu): Copy menulist before sorting.
3909 (imenu--generic-function): Use START, not BEG, as pos of definition.
3910
3911 * simple.el (just-one-space): Argument specifies number of spaces.
3912
3913 * simple.el (eval-expression-print-format): Avoid warning
3914 about edebug-active.
3915
c85465f9 39162005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
3917
3918 * progmodes/sh-script.el: Code copied from make-mode.el
3919 with small changes,
3920 (sh-mode-map): Bind C-c C-\.
3921 (sh-backslash-column, sh-backslash-align): New variables.
3922 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 3923
43805352
EZ
39242005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3925
3926 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 3927 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 3928 rmail-obsolete group.
67476fca 3929 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 3930 All callers updated.
67476fca 3931 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
3932 Take an argument specifying whether it is POP or IMAP mailbox we
3933 are using. All callers updated.
67476fca
SM
3934 (rmail-pop-password-error): Rename to
3935 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
3936 (rmail-movemail-search-path)
3937 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
3938 (rmail-remote-password, rmail-remote-password-required):
3939 New customization variables.
3940 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 3941 (rmail-parse-url): New function.
67476fca 3942 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
3943 with GNU mailutils movemail.
3944
5754a69e
EZ
39452005-01-15 Kevin Ryde <user42@zip.com.au>
3946
3947 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
3948 suffix to space, $ or '$, to correctly position point when going
3949 to @table style constants like DBL_MAX.
3950
a7ed85f0
EZ
39512005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3952
3953 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
3954 (type-break-file-keystroke-count, type-break-choose-file):
3955 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
3956 is nil.
3957 (type-break-file-name): Doc update as per the above.
3958
f79b331a
EZ
39592005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3960
3961 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
3962 lookup-key might return nil; handle that.
3963
8b3a75ac
EZ
39642005-01-15 Alan Mackenzie <acm@muc.de>
3965
3966 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 3967 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 3968
791d856f
CD
39692005-01-14 Carsten Dominik <dominik@science.uva.nl>
3970
3971 * textmodes/org.el (org-show-following-heading): New option.
3972 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 3973 (org-cycle): Documentation fix.
791d856f
CD
3974
3975 * textmodes/org.el (orgtbl-optimized): New option
3976 (orgtbl-mode): New command, a minor mode.
3977 (orgtbl-mode-map): New variable.
3978 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3979 (orgtbl-error, orgtbl-self-insert-command)
3980 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3981
3982 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
3983 a local variable in each org-mode buffer.
3984
67476fca 3985 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 3986 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 3987 (org-get-current-options): Add STARTUP options.
791d856f
CD
3988 (org-table-insert-row): Mode mode intelligent about when
3989 realignment is needed.
67476fca
SM
3990 (org-self-insert-command, org-delete-backward-char, org-delete-char):
3991 New commands.
3992 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
3993 (org-table-blank-field): Support blanking regions if active.
3994
af41e141
CD
39952005-01-14 Carsten Dominik <dominik@science.uva.nl>
3996
099fc2c9
CD
3997 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
3998 if the year is not given.
af41e141 3999
67476fca
SM
4000 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
4001 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 4002 save-match-data.
67476fca
SM
4003 (reftex-reference): Remove ?. from list of spaces.
4004 (reftex-label-info): Add automatic label prefix recognition.
4005
4006 * textmodes/reftex-index.el (reftex-index-next-phrase):
4007 Add slave parameter to call of `reftex-index-this-phrase'.
4008 (reftex-index-this-phrase): New optional argument.
4009 (reftex-index-region-phrases): Add slave parameter to call of
4010 `reftex-index-this-phrase'.
4011 (reftex-display-index): New argument redo.
4012 (reftex-index-rescan): Add 'redo to arguments of
4013 `reftex-display-index'.
af41e141 4014 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
4015 (reftex-index-switch-index-tag): Add 'redo to arguments of
4016 `reftex-display-index'.
4017 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
4018 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
4019 after the word.
4020
67476fca
SM
4021 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4022 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
4023 (reftex-citation): Prefix argument no longer rescans the document,
4024 but forces prompting for optional arguments of cite macros.
67476fca 4025 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 4026
67476fca
SM
4027 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4028 Add optional arguments to most cite commands.
af41e141
CD
4029 (reftex-cite-cleanup-optional-args): New option
4030 (reftex-cite-prompt-optional-args): New option.
67476fca 4031 (reftex-trust-label-prefix): New option.
af41e141 4032
67476fca
SM
4033 * textmodes/reftex-toc.el (reftex-toc-find-section):
4034 Add push-mark before changing the position in the buffer.
af41e141 4035
67476fca
SM
4036 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
4037 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 4038
5ca75c83
NR
40392005-01-14 Nick Roberts <nickrob@snap.net.nz>
4040
4041 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
4042 more carefully.
4043
ed8031f2
SM
40442005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
4047 (sgml-mode): Use it.
4048 (sgml-get-context): Better keep track of implicitly closed tags.
4049
7573e36d
KH
40502005-01-13 Kenichi Handa <handa@m17n.org>
4051
4052 * textmodes/ispell.el: These changes are to fix misalignment error
4053 caused by equivalent characters of different Emacs charsets.
4054 (ispell-unified-chars-table): New variable.
4055 (ispell-get-decoded-string): New function.
4056 (ispell-get-casechars, ispell-get-not-casechars)
4057 (ispell-get-otherchars): Call ispell-get-decoded-string.
4058
80888260
JPW
40592005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4060
4061 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 4062 of (defvar . symbol) in `current-load-list'.
80888260 4063
9deb0aba
RS
40642005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
4065
4066 * emacs-lisp/elint.el: Fixed typo in Commentary section.
4067
f5340eb7
JB
40682005-01-12 Jay Belanger <belanger@truman.edu>
4069
4070 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
4071 to create a Calc summary.
4072
1e801ac3
KS
40732005-01-12 Kim F. Storm <storm@cua.dk>
4074
4075 * mouse.el (mouse-on-link-p): Change functionality and doc
4076 string to comply with latest description in lisp ref.
4077
a1c9fd19
NR
40782005-01-12 Nick Roberts <nickrob@snap.net.nz>
4079
ed8031f2
SM
4080 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
4081 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
4082 (event-type): Give mouse event symbols an 'event-kind property
4083 with value 'mouse-click.
4084
066a23af
JL
40852005-01-12 Juri Linkov <juri@jurta.org>
4086
4087 * facemenu.el (list-colors-display): Add new arg buffer-name.
4088 Use it. Fix docstring. Replace code for identifying duplicate
4089 colors by the name with call to `list-colors-duplicates' which
4090 identifies duplicate colors by the value unless the color
4091 is one of special Windows colors. Set truncate-lines to t.
4092 Print sorted duplicate color names on each line. Indent to 22
4093 \(the longest color name in rgb.txt) instead of 20. Optimize.
4094 (list-colors-duplicates): New function.
4095 (facemenu-color-name-equal): Delete function.
4096
987d1819
JL
4097 * facemenu.el (list-colors-print): New function created from code
4098 in list-colors-display. Print #RRGGBB at the window right edge.
4099 (list-colors-display): When temp-buffer-show-function is not
4100 defined, call list-colors-print from temp-buffer-show-hook
4101 to get the right value of window-width in list-colors-print
4102 after the buffer is displayed.
4103
aac42a1b
JL
4104 * simple.el (pop-mark): Move deactivate-mark out of conditional
4105 part to deactivate the active mark regardless of the state of the
4106 mark ring.
4107
4108 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
4109 variables line in desktop files.
4110
afd33362
JL
41112005-01-12 Juri Linkov <juri@jurta.org>
4112
4113 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
4114 Bring together isearch highlight related options.
4115 (lazy-highlight): Replace group `replace' by `matching'.
4116 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4117 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
4118 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
4119 and declare them obsolete.
4120 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
4121 (isearch-faces): Remove defgroup.
4122 (isearch-overlay, isearch-highlight, isearch-dehighlight):
4123 Move isearch highlighting code closer to lazy highlighting code.
4124
4125 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
4126 (query-replace-highlight, query-replace-lazy-highlight)
4127 (query-replace): Move definitions to the beginning of the file.
4128
424b9d3e
JL
41292005-01-11 Juri Linkov <juri@jurta.org>
4130
4131 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
4132 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
4133 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
4134
4135 * info.el (Info-history-forward): New variable.
4136 (Info-select-node): Reset Info-history-forward to nil.
4137 (Info-last): Turn into defalias.
4138 (Info-history-back): Rename from Info-last.
4139 Add current node to Info-history-forward.
4140 (Info-history-forward): New fun.
4141 (Info-mode-map): Replace Info-last by Info-history-back.
4142 Bind Info-history-forward to "r".
4143 (Info-mode-menu): Replace Info-last by Info-history-back.
4144 Fix menu item text. Add menu item for Info-history-forward.
4145 (info-tool-bar-map): Replace Info-last by Info-history-back.
4146 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
4147 for Info-history-forward.
4148 (Info-mode): Replace Info-last by Info-history-back in docstring.
4149 Add local variable Info-history-forward.
4150 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
4151
fbd8dc8a
SM
41522005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
4155 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
4156 Ignore select-window events rather than fiddle with
4157 mouse-autoselect-window.
4158
28f94a34
RS
41592005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
4160
4161 * type-break.el (type-break-mode): Fix previous change.
4162
b748957a
JB
41632005-01-10 Jay Belanger <belanger@truman.edu>
4164
10907497 4165 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
4166 calculator; only reset when point is inside a calculator.
4167 Don't adjust the window height if the window takes up the whole height
10907497 4168 of the frame.
b748957a 4169
e4edc5cd
TTN
41702005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4171
4172 * ebuff-menu.el (Electric-buffer-menu-mode):
4173 Preserve value of buffer-local var header-line-format.
4174
3579f0c2
JB
41752005-01-09 Jay Belanger <belanger@truman.edu>
4176
4177 * calc/calc.el (calc-mode-var-list-restore-saved-values):
4178 Make sure settings file exists before accessing it.
4179
7f72c3db
JB
4180 * calc/calc-embed.el (calc-embedded-subst):
4181 Replace math-multi-subst-rec, which is only supposed to be called
4182 by math-multi-subst, by math-multi-subst.
4183
5fbf7903
AS
41842005-01-09 Andre Spiegel <spiegel@gnu.org>
4185
4186 * vc.el (vc-allow-async-revert): New user option.
4187 (vc-disable-async-diff): New internal variable.
4188 (vc-revert-buffer): Use them to disable asynchronous diff.
4189
fbd8dc8a
SM
4190 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
4191 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
4192 asynchronously if vc-disable-async-diff is t.
4193
809c26be
JB
41942005-01-09 Jay Belanger <belanger@truman.edu>
4195
4196 * calc/calc.el (defcalcmodevar): New macro.
4197 (calc-mode-var-list-restore-default-values)
4198 (calc-mode-var-list-restore-saved-values): New functions.
4199 (calc-mode-var-list): Use defcalcmodevar to define it.
4200 (calc-always-load-extensions, calc-line-numbering)
4201 (calc-line-breaking, calc-display-just, calc-display-origin)
4202 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4203 (calc-group-char, calc-point-char, calc-frac-format)
4204 (calc-prefer-frac, calc-hms-format, calc-date-format)
4205 (calc-float-format, calc-full-float-format, calc-complex-format)
4206 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4207 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4208 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4209 (calc-matrix-brackets, calc-language, calc-language-option)
4210 (calc-left-label, calc-right-label, calc-word-size)
4211 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4212 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4213 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4214 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4215 (calc-window-height, calc-display-trail, calc-show-selections)
4216 (calc-use-selections, calc-assoc-selections)
4217 (calc-display-working-message, calc-auto-why, calc-timing)
4218 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
4219 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
4220 (calc-gnuplot-default-device, calc-gnuplot-default-output)
4221 (calc-gnuplot-print-device, calc-gnuplot-print-output)
4222 (calc-gnuplot-geometry, calc-graph-default-resolution)
4223 (calc-graph-default-resolution-3d, calc-invocation-macro)
4224 (calc-show-banner): Use defcalcmodevar to declare them and set
4225 their default values.
4226
4227 * calc/calc-ext.el (calc-reset): Restore saved values of variables
4228 instead of default values (but restore default values if there is
4229 an argument of 0).
4230
0ba9bc53
DK
42312005-01-09 David Kastrup <dak@gnu.org>
4232
4233 * desktop.el (desktop-restore-eager): Fix typo in type.
4234
03e31a1a
RS
42352005-01-08 Richard M. Stallman <rms@gnu.org>
4236
4237 * cus-edit.el (customize): Delete :link.
4238
3aba853a
JB
42392005-01-08 Jay Belanger <belanger@truman.edu>
4240
4241 * calc/calc.el (calc-mode): Remove the extension from the
4242 `calc-settings-file' file name when loading it.
4243
1f387600
KS
42442005-01-08 Kim F. Storm <storm@cua.dk>
4245
4246 * info.el (Info-mode-map, Info-next-link-keymap)
4247 (Info-prev-link-keymap, Info-up-link-keymap):
4248 Map follow-link to mouse-face.
4249 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
4250
a4dfc830
JB
42512005-01-08 Jay Belanger <belanger@truman.edu>
4252
4253 * calc/calc.el (calc-settings-file): Change default value.
4254 Suggested by cgw in a comment in calc-mode.el.
4255
4256 * calc/calc-mode.el (calc-settings-file-name):
4257 Compare calc-settings-file to user-init-file instead of ~/.emacs.
4258 Replace ~/.emacs in a prompt by calc-settings-file.
4259
9abb41eb
LH
42602005-01-07 Lars Hansen <larsh@math.ku.dk>
4261
7716b93b
KS
4262 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
4263 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
4264 (desktop-buffer-args-list): New variable.
4265 (desktop-append-buffer-args): New function.
4266 (desktop-save): Call desktop-append-buffer-args for some buffers.
4267 (desktop-lazy-create-buffer): New function.
4268 (desktop-idle-create-buffers): New function.
4269 (desktop-read): Add message about buffers to restore lazily.
4270 (desktop-lazy-abort): New command.
4271 (desktop-clear): Call desktop-lazy-abort.
4272 (desktop-lazy-complete): New command.
4273
c7ce7fc4
RS
42742005-01-06 Richard M. Stallman <rms@gnu.org>
4275
4276 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 4277 Rename from find-face.
c7ce7fc4 4278
c35b0c6b
KS
42792005-01-06 Kim F. Storm <storm@cua.dk>
4280
4281 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
4282
4283 * man.el (Man-xref-man-page, Man-xref-header-file)
4284 (Man-xref-normal-file): Add follow-link property.
4285
4c07596d
JB
42862005-01-06 Jay Belanger <belanger@truman.edu>
4287
4288 * calc/calc-units.el: Make sure the proper macro definitions are
4289 available when compiling.
4290
b49018ff
JL
42912005-01-06 Juri Linkov <juri@jurta.org>
4292
fbd8dc8a
SM
4293 * isearch.el (isearch-lazy-highlight-update):
4294 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 4295
e3cde0c7
MB
42962005-01-06 Miles Bader <miles@gnu.org>
4297
fbd8dc8a 4298 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
4299 (isearch-lazy-highlight-face): Use new name.
4300
4dbbcb46
SM
43012005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4302
2eec3e8e
SM
4303 * uniquify.el (uniquify-rationalize-file-buffer-names):
4304 Re-add an interactive spec.
9890ec7d
SM
4305 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
4306 to the same name.
2eec3e8e 4307
4dbbcb46
SM
4308 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
4309 (isearch-update, isearch-done): Adjust calls accordingly.
4310
436c08c2
RS
43112005-01-05 Richard M. Stallman <rms@gnu.org>
4312
c7ce7fc4
RS
4313 * custom.el (custom-set-variables, custom-theme-set-variables):
4314 Clarify documentation.
4315
436c08c2 4316 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 4317 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
4318 Fix the TYPE args to find-function-read and find-function-do-it.
4319 (find-function): Doc fix.
4320 (find-function-at-point): Replace function-at-point alias.
4321
4829145a
RS
43222005-01-04 Richard M. Stallman <rms@gnu.org>
4323
4324 * cus-face.el (custom-declare-face):
4325 Record defface in current-load-list.
4326
4327 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
4328
4329 * emacs-lisp/find-func.el: Doc fixes.
4330 (find-face-regexp): New variable.
4331 (find-function-regexp-alist): New variable.
4332 (find-function-C-source): Third arg is now TYPE.
4333 (find-function-search-for-symbol): Handle general TYPE.
4334 (find-function-read, find-function-do-it): Handle general TYPE.
4335 (find-definition-noselect, find-face): New functions.
4336 (function-at-point): Alias deleted.
4337
73a6a972
SM
43382005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * battery.el (display-battery-mode): Rename from display-battery.
4341 Handle the case where it gets turned off.
4342
60d1a807
RS
43432005-01-04 Richard M. Stallman <rms@gnu.org>
4344
dd496df6
RS
4345 * cus-edit.el (customize): Make :link point to user doc.
4346
4347 * man.el (Man-fontify-manpage): Turn off undo generation.
4348
60d1a807
RS
4349 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
4350
d198dfaa
AS
43512005-01-04 Andreas Schwab <schwab@suse.de>
4352
4353 * files.el (insert-directory): Only look for error lines in
73a6a972 4354 inserted text. Don't move too far after processing --dired markers.
d198dfaa 4355
69ba53f7
RS
43562005-01-04 Richard M. Stallman <rms@gnu.org>
4357
4358 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4359 Don't expand if the character is @, period, dash, etc.
4360 (define-mail-abbrev): Quote names that contain problem characters.
4361
d4bb7735
TTN
43622005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4363
4364 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
4365
d57c7572
RS
43662005-01-03 Richard M. Stallman <rms@gnu.org>
4367
4368 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
4369 (query-replace-highlight, query-replace-lazy-highlight)
4370 (query-replace): Definitions moved up. Doc fix.
4371
43722005-01-03 Richard M. Stallman <rms@gnu.org>
4373
4374 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
4375 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4376 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 4377 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
4378 Change all references to them.
4379
985a8e0f
LT
43802005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4381
4382 * cus-edit.el (custom-file): Doc fix for defcustom.
4383 (custom-file): The function no longer sets the variable
4384 `custom-file' to its return value.
4385
4386 * startup.el (command-line): No longer load `custom-file'.
4387
8a525646
SM
43882005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4389
1b60b25a
SM
4390 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
4391
8a525646
SM
4392 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
4393 Don't confuse module-prefixed identifiers for labels.
4394 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
4395
c45c149c
RS
43962005-01-02 Richard M. Stallman <rms@gnu.org>
4397
969be033
RS
4398 * files.el (basic-save-buffer-1): Fix previous change.
4399
19996af4
RS
4400 * loadhist.el (file-loadhist-lookup): New function.
4401 (file-provides, file-requires): Use it.
4402
c45c149c
RS
4403 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
4404 instead of calculating the right size.
4405
d57c7572 44062005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 4407
3625f6b7 4408 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2
RS
4409
44102005-01-02 Stefan <monnier@iro.umontreal.ca>
3625f6b7 4411
5e39b98a
SM
4412 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4413
50292b6e
SM
4414 * files.el (hack-local-variables): Fix last change.
4415
731da695
JB
44162005-01-02 Jay Belanger <belanger@truman.edu>
4417
4418 * calc/calc-yank.el (calc-edit-top): New variable.
4419 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
4420 object. Change header properties.
4421 (calc-edit-finish, calc-edit-finish-stack-object)
4422 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
4423 edited object.
4424 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
4425 for the beginning of the edited object.
4426 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
4427 for the beginning of the edited object.
4428 * calc/calc-prog.el (calc-edit-macro-finish-edit)
4429 (calc-finish-formula-edit, calc-macro-repeats)
4430 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
4431 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
4432 beginning of the edited object.
4433 (calc-user-define-edit): Change the header for editing macros.
4434 Remove unnecessary variable.
4435
227c9573
JB
44362005-01-01 Jay Belanger <belanger@truman.edu>
4437
731da695 4438 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 4439 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 4440 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 4441 header.
42a797de 4442 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
4443 mode to match new header.
4444 (calc-user-define-edit): Change titles to include names of commands.
42a797de 4445 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 4446 (calc-finish-macro-edit): Remove.
227c9573
JB
4447 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
4448 (calc-edit-macro-command, calc-edit-macro-command-type)
4449 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
4450 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
4451 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
4452 (calc-edit-macro-finish-edit): New functions.
4453 (calc-user-define-edit): Use new functions to edit named calc macros.
4454
4c6af0f6
SM
44552005-01-01 Stefan <monnier@iro.umontreal.ca>
4456
4457 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
4458
4459 * ses.el (copy-region-as-kill): Deactivate mark.
4460
3f68d7c8
RS
44612005-01-01 Richard M. Stallman <rms@gnu.org>
4462
f42a241b
RS
4463 * replace.el (occur-1): If the output buffer is also an input,
4464 don't kill it, rename it.
4465
4466 * faces.el (set-face-background, set-face-foreground): Doc fix.
4467
3f68d7c8
RS
4468 * cus-face.el (custom-face-attributes): Fix :help-echo strings
4469 for :foreground and :background.
4470
3f68d7c8 4471 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 4472 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
4473 Delete the code to use it.
4474
41d0b092
KS
44752005-01-01 Kim F. Storm <storm@cua.dk>
4476
4477 * image.el (insert-sliced-image): Use t for line-height property.
4478
553fd77e
JB
44792004-12-31 Jay Belanger <belanger@truman.edu>
4480
4481 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
4482 for "var-" at the beginning of the minibuffer.
4483
1241e32d
RS
44842004-12-31 Richard M. Stallman <rms@gnu.org>
4485
1db7dd46
RS
4486 * faces.el (read-face-name):
4487 Don't treat an attribute spec as a list of faces.
4488
4489 * simple.el (undo): Use undo-equiv-table to detect
4490 unexpected changes since previous undo.
4491 (undo-list-saved): Variable deleted.
4492 (buffer-disable-undo): Don't alter undo-list-saved.
4493
1241e32d
RS
4494 * files.el (require-final-newline): Allow `visit' and `visit-save'.
4495 (mode-require-final-newline): New option.
4496 (after-find-file): Handle require-final-newline with new values.
4497 (basic-save-buffer): Handle new values of require-final-newline.
4498
4499 * progmodes/sh-script.el (sh-require-final-newline):
4500 Alist value now controls whether to use mode-require-final-newline.
4501 (sh-set-shell): Implement that new meaning.
4502
4503 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
4504 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
4505 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
4506 Delete old-Emacs compatibility code.
4507 (antlr-c-common-init): Function deleted.
41d0b092 4508
1241e32d
RS
4509 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
4510 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
4511 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
4512 * progmodes/python.el (python-mode): Use mode-require-final-newline.
4513 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
4514 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
4515 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
4516 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
4517 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
4518 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
4519 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
4520 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
4521 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
4522 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
4523 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
4524 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
4525
ebf0c615
JB
45262004-12-31 Jay Belanger <belanger@truman.edu>
4527
a10e1fb7
JB
4528 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
4529 way to return to Calc.
4530
4531 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
4532 finish, C-xk as the way to cancel the edit. Add cancel routine to
4533 kill-buffer-hook.
4534
ebf0c615
JB
4535 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
4536 MacEdit code.
4537
4538 * calc/calc-prog.el: Remove obsolete MacEdit code.
4539 (calc-macro-edit-algebraic, calc-macro-edit-variable)
4540 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
4541
e205f8c1
KH
45422004-12-31 Kenichi Handa <handa@m17n.org>
4543
4544 * international/mule.el (buffer-file-coding-system-explicit):
4c6af0f6
SM
4545 Rename for explicit-buffer-file-coding-system.
4546 (after-insert-file-set-coding): Adjust for the above change.
e205f8c1 4547
4c6af0f6
SM
4548 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
4549 to buffer-file-coding-system-explicit.
e205f8c1
KH
4550 (basic-save-buffer-1): Likewise.
4551
1241e32d
RS
45522004-12-30 Richard M. Stallman <rms@gnu.org>
4553
4554 * textmodes/artist.el (artist-butlast-fn): Var deleted.
4555 (artist-butlast, artist-last): Functions deleted.
4556 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
4557 (artist-compute-key-compl-table): Call remq directly.
4558 (artist-remove-nulls): Function deleted.
4559 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
4560 (artist-push, artist-pop): Macro deleted.
4561
45622004-12-30 Andreas Leue <al@sphenon.de>
4563
4564 * textmodes/artist.el (artist-version): 1.2.6
4565 (artist-prev-next-op-alist): New variable.
4566 (artist-select-next-op-in-list): New function.
4567 (artist-select-prev-op-in-list): New function.
4568 (artist-make-prev-next-op-alist): New function.
4569 (artist-is-in-op-list-p): New function.
4570 (artist-get-first-non-nil-op): New function.
4571 (artist-get-last-non-nil-op): New function.
4572 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4c6af0f6 4573 artist-prev-next-op-alist.
1241e32d 4574 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4c6af0f6 4575 change drawing operation.
1241e32d 4576
d918508e
LT
45772004-12-30 Luc Teirlinck <teirllm@auburn.edu>
4578
4579 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
4580
51b4073a
MY
45812004-12-31 Masatake YAMATO <jet@gyve.org>
4582
4583 * server.el (server-process-filter): Suppress `error', too.
4584
5196b999
JB
45852004-12-30 Jay Belanger <belanger@truman.edu>
4586
4c6af0f6
SM
4587 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
4588 Change the way a variable is displayed in a message.
5196b999 4589
0c753fd7
JB
4590 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
4591 (calc-user-define-permanent, calc-execute-kbd-macro):
4592 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
4593
c243063e
KH
45942004-12-30 Kenichi Handa <handa@m17n.org>
4595
4c6af0f6
SM
4596 * files.el (basic-save-buffer-1):
4597 Set explicit-buffer-file-coding-system to last-coding-system-used.
c243063e
KH
4598 (revert-buffer): Pay attention to
4599 explicit-buffer-file-coding-system (not buffer-file-coding-system)
4600 on bind coding-system-for-read.
4601
4c6af0f6
SM
4602 * international/mule.el (explicit-buffer-file-coding-system):
4603 New buffer local variable.
c243063e
KH
4604 (after-insert-file-set-coding): Set it to coding-system-for-read.
4605
9e559f9b
LT
46062004-12-29 Luc Teirlinck <teirllm@auburn.edu>
4607
4608 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4609
456e761b
ST
46102004-12-29 Sanghyuk Suh <han9kin@mac.com>
4611
4612 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
4613 that include line numbers.
4614
c4cb00d0
RS
46152004-12-29 Milan Zamazal <pdm@zamazal.org>
4616
4617 * files.el (hack-local-variables): If no PREFIX, set it to "^".
4618 Redundant variable PREFIXLEN removed.
4619
46202004-12-28 Matt Hodges <MPHodges@member.fsf.org>
4621
4622 * eshell/em-hist.el (eshell-previous-matching-input):
4623 Start the deletion from the end of the output.
4624
30c92fab
ST
46252004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4626
4627 * term/mac-win.el: Require x-dnd.
4c6af0f6 4628 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
30c92fab 4629
f4b483aa
DK
46302004-12-29 David Kastrup <dak@gnu.org>
4631
4c6af0f6
SM
4632 * international/mule.el (decode-coding-inserted-region):
4633 Don't barf if `buffer-undo-list' is already set to `t'.
f4b483aa 4634
e15de347
JB
46352004-12-29 Jay Belanger <belanger@truman.edu>
4636
4637 * calc/calc-prog.el (calc-user-define-formula): Put default values
4638 for function names in prompts.
4639 (calc-user-define-permanent, calc-user-define-composition)
4640 (calc-user-define-formula): Remove the need for "calcFunc-" in the
4641 default input for algebraic functions.
4642
903d71fb
TTN
46432004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
4644
4645 * vc-rcs.el (vc-rcs-annotate-command):
4646 Fix omission bug: Call `vc-setup-buffer'.
4647
a28e0218
KH
46482004-12-29 Kenichi Handa <handa@m17n.org>
4649
4650 * international/mule.el (recode-region): New function.
4651
0d808a63
RS
46522004-12-28 Richard M. Stallman <rms@gnu.org>
4653
94ed0931
RS
4654 * simple.el (undo-extra-outer-limit): New variable.
4655 (undo-outer-limit-truncate): Test and set it.
4656
4657 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
4658 enables the feature to extend the existing region.
4659
4660 * simple.el (mark-word): New arg ALLOW-EXTEND
4661 enables the feature to extend the existing region.
4662
4663 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
4664 enables the feature to extend the existing region.
4665
4666 * startup.el (site-run-file): Don't allow setting it with Custom.
4667
0d808a63
RS
4668 * simple.el (buffer-disable-undo): Fix previous change.
4669
62490a3a
MY
46702004-12-27 Masatake YAMATO <jet@gyve.org>
4671
4672 * hexl.el (hexlify-buffer): Remove fontification here.
4673 Use font lock mechanism instead.
4674 (hexl-font-lock-keywords): New font lock kewords.
4675 (hexl-mode-old-font-lock-keywords): New variable.
4676 (hexl-mode): Store the old font lock keywords.
4677 (hexl-mode-exit): Restore the old font lock keywords.
4678
e8298998
RS
46792004-12-27 Richard M. Stallman <rms@gnu.org>
4680
4681 * simple.el (undo): Fix previous change.
4682
74e2abe2
ST
46832004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4684
4685 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4c6af0f6
SM
4686 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
4687 Call x-open-connection on Mac OS X.
74e2abe2 4688
56011a8c
RS
46892004-12-27 Richard M. Stallman <rms@gnu.org>
4690
e8298998
RS
4691 * files.el (buffer-save-without-query): New var (buffer-local).
4692 (save-some-buffers): Save those buffers first, w/o asking.
4693
4694 * files.el (insert-directory-ls-version): New variable.
4695 (insert-directory): When ls returns an error, test the version
4696 number to decide what the return code means.
4697 With --dired output format, detect and distinguish lines
4698 that are really error messages.
4699 (insert-directory-adj-pos): New function.
a2c7e69a 4700
56011a8c
RS
4701 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
4702
4703 * battery.el (battery-mode-line-format): Remove initial spaces.
4704
4705 * uniquify.el (uniquify-rationalize-file-buffer-names):
4706 Delete interactive spec.
4707
4708 * type-break.el (type-break-mode): Set buffer-save-without-query.
4709 Remove code that tried to set save-some-buffers-always.
4710 (type-break-file-keystroke-count): Bind deactivate-mark.
4711
4712 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
4713
4714 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
4715 Test that the buffer is live, and maybe reject current buffer too.
4716 Clarify.
4717 (next-error-find-buffer): Rewrite for clarity.
4718
4719 * loadup.el: Don't use buffer-disable-undo; do it directly.
4720
4721 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
4722 (describe-variable): Call symbol-file with `defvar'.
4723
4724 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
4725 (symbol-file): Rewritten to handle new load-history format.
4726 Now takes an arg TYPE to specify looking for a particular
4727 type of definition only.
4728
a2c7e69a 4729 * emacs-lisp/debug.el (debugger-make-xrefs):
56011a8c
RS
4730 Call symbol-file with `defun'.
4731
a2c7e69a 4732 * emacs-lisp/find-func.el (find-function-noselect):
56011a8c
RS
4733 Call symbol-file with `defun'.
4734 (find-variable-noselect): Call symbol-file with `defvar'.
4735
a2c7e69a 4736 * eshell/esh-cmd.el (eshell-find-alias-function):
56011a8c
RS
4737 Call symbol-file with `defun'.
4738
4739 * eshell/esh-test.el (eshell-test-goto-func):
4740 Call symbol-file with `defun'.
4741
4742 * mail/rmail.el (rmail-resend):
4743 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
4744
4745 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
4746
4747 * progmodes/compile.el (compilation-find-buffer): Rename arg.
4748
4749 * textmodes/texinfmt.el (texinfo-format-buffer-1):
4750 Call buffer-disable-undo.
4751
4752 * simple.el (undo-list-saved): New variable (buffer-local).
4753 (undo): Set and test it.
4c6af0f6 4754 (buffer-disable-undo): Move here from buffer.c.
e8298998 4755 Clear out undo-list-saved.
a2c7e69a
KS
4756
4757 * international/mule.el (decode-coding-inserted-region):
56011a8c
RS
4758 Set buffer-undo-list in a correct and optimal way.
4759
4760 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
4761 (cperl-font-lock-unfontify-region-function): No need to save and
4762 restore info, since font-lock.el does it for us.
a2c7e69a 4763
56011a8c
RS
4764 * ansi-color.el (save-buffer-state): Definition deleted.
4765 (ansi-color-unfontify-region): Don't use save-buffer-state.
4766
47672004-12-27 Dave Love <fx@gnu.org>
4768
4769 * wid-edit.el (function): Use restricted-sexp as parent.
4770
47712004-12-27 Kevin Ryde <user42@zip.com.au>
4772
a2c7e69a 4773 * simple.el (next-matching-history-element): Use same
56011a8c
RS
4774 `interactive' form as previous-matching-history-element.
4775
a2c7e69a 4776 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4c6af0f6 4777 it can appear unencoded and has been seen from yahoo.
56011a8c 4778
75ed162d 47792004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8ffc3990
SJ
4780
4781 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1a63439b 4782 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8ffc3990 4783
e314a6e4
KH
47842004-12-27 Kenichi Handa <handa@m17n.org>
4785
4c6af0f6
SM
4786 * international/utf-8.el (utf-translate-cjk-load-tables):
4787 Bind coding-system-for-read to nil while loading subst-*.
e314a6e4 4788
82141d51
JB
47892004-12-26 Jay Belanger <belanger@truman.edu>
4790
4791 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
4792 default input.
4793
d8b7bc9b
LT
47942004-12-26 Luc Teirlinck <teirllm@auburn.edu>
4795
4796 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
4797 before reverting and disable undo recording while reverting.
4798
dfdc1af2
TTN
47992004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
4800
4801 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
4802 (hs-make-overlay): New function.
4803 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
4804 (hs-flag-region): Delete function.
4805 (hs-hide-comment-region): No longer use `hs-flag-region'.
4806 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
4807 (hs-hide-block-at-point): Likewise.
4808 (hs-hide-level-recursive): Use `hs-discard-overlays'.
4809 (hs-hide-all, hs-show-all): Likewise.
4810 (hs-show-block): Likewise.
4811 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
4812
70d16390
TTN
48132004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
4814
4815 * progmodes/hideshow.el: Require `cl' when compiling.
4816 Remove XEmacs and Emacs 19 compatibility.
4817 Use `dolist' and `add-to-list' for load-time actions.
4818 (hs-discard-overlays): Use `dolist'.
4819 (hs-show-block): Likewise.
4820
11c2175c
DN
48212004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4822
4823 * faces.el (mode-line, mode-line-inactive): Use min-colors.
4824
aa7d6700
TTN
48252004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
4826
4827 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
4828 When extending backwards, move outside the current comment first.
4829
7a0ea9e3
KH
48302004-12-22 Kenichi Handa <handa@m17n.org>
4831
4832 * international/quail.el (quail-start-translation): Fix prompt
4833 string for the case if input-method-use-echo-area being non-nil.
4834 (quail-start-conversion): Likewise.
4835 (quail-show-guidance): Don't show guidance if
4836 input-method-use-echo-area is non-nil.
4837
56351784
RS
48382004-12-21 Richard M. Stallman <rms@gnu.org>
4839
4840 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
4841
a74deabc
GM
48422004-12-21 Markus Rost <rost@ias.edu>
4843
4c6af0f6
SM
4844 * calendar/diary-lib.el (mark-diary-entries):
4845 Set mark-diary-entries-in-calendar only after checking for diary-file.
a74deabc 4846
fda2922a
RS
48472004-12-21 Richard M. Stallman <rms@gnu.org>
4848
4849 * faces.el (escape-glyph): Use blue against light foreground.
4850
4851 * simple.el (undo-outer-limit-truncate): New function.
4852 (undo-outer-limit-function): Use undo-outer-limit-truncate.
4853
48542004-12-21 Eli Barzilay <eli@barzilay.org>
aa7d6700 4855
fda2922a
RS
4856 * calculator.el: (calculator-radix-grouping-mode)
4857 (calculator-radix-grouping-digits)
4858 (calculator-radix-grouping-separator):
4859 New defcustoms for the new radix grouping mode functionality.
56011a8c
RS
4860 (calculator-mode-hook): Now used in electric mode too,
4861 (calculator): Call it.
fda2922a
RS
4862 (calculator-mode-map): Some new keys.
4863 (calculator-message): New function. Some new calls.
56011a8c
RS
4864 (calculator-op, calculator-set-register): Use it.
4865 (calculator-string-to-number): New function, mostly moved and
4866 updated code from calculator-curnum-value.
fda2922a 4867 (calculator-curnum-value): Use it.
4c6af0f6 4868 (calculator-paste): Use it, and update grabbing the current-kill.
56011a8c
RS
4869 (calculator-rotate-displayer)
4870 (calculator-rotate-displayer-back): Toggle digit grouping when
4871 in radix mode, use calculator-message.
4c6af0f6
SM
4872 (calculator-displayer-prev, calculator-displayer-next):
4873 Change digit group size when in radix mode.
4874 (calculator-number-to-string): Rename from
56011a8c
RS
4875 calculator-num-to-string. Now deals with digit grouping in
4876 radix mode.
4c6af0f6 4877 (calculator-update-display, calculator-put-value): Use the new name.
56011a8c
RS
4878 (calculator-fact): Return a floating point number.
4879 (calculator-mode): Doc fix.
fda2922a 4880
8f449c3a
GM
48812004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4882
4883 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4c6af0f6
SM
4884 * calendar/diary-lib.el (view-other-diary-entries):
4885 Use current-prefix-arg in interactive spec.
8f449c3a 4886
9ee7410d
JB
48872004-12-19 Jay Belanger <belanger@truman.edu>
4888
4889 * calc/calc-aent.el (calcAlg-blank-matching-open):
4c6af0f6 4890 Temporarily adjust the syntax of both delimiters of half-open intervals.
9ee7410d 4891
4edf8c04
KS
48922004-12-19 Kim F. Storm <storm@cua.dk>
4893
4894 * mouse.el (mouse-1-click-follows-link): Doc fix.
4895
fbe6152f
ST
48962004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4897
4898 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
4899 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
4900 instead of centraleuropean as the name
4901
c08e6004
MA
49022004-12-17 Michael Albinus <michael.albinus@gmx.de>
4903
4904 Sync with Tramp 2.0.46.
4905
4906 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
4907 parameters wrt Tramp convention.
4908 (tramp-handle-file-attributes-with-perl)
4909 (tramp-handle-directory-files-and-attributes): Apply it.
4910 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
4911 `copy-program'. Reported by Zack Weinberg
4912 <zack@codesourcery.com>.
4913 (top): Set `edebug-form-spec' property directly rather than
4914 calling `def-edebug-spec'.
4915
4916 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
4917 advice less fragile. Surround temporary redefinition of
4918 `substitute-in-file-name' with `unwind-protect'. Suggested by
4919 Matt Hodges <MPHodges@member.fsf.org>.
4920
2c13e47b
JL
49212004-12-17 Juri Linkov <juri@jurta.org>
4922
4923 * replace.el (occur-accumulate-lines, occur-engine):
4924 Make forcing deferred font-lock fontification jit-specific.
4925
c44edf72
KS
49262004-12-17 Kim F. Storm <storm@cua.dk>
4927
4928 * mouse.el (mouse-1-click-follows-link): New defcustom.
4929 (mouse-on-link-p): New function.
4930 (mouse-drag-region-1): Implement mouse-1-click-follows-link
4931 functionality. Map a mouse-1 click event into a mouse-2 (or
4932 other) event when position is inside a link.
4933
4934 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
4935 prefix in tooltip text with "mouse-1" when this is a link
4936 recognized by mouse-1-click-follows-link functionality.
4937
4938 * help.el (describe-key): Report effective and original binding
4939 for mouse-1 when clicked on a link.
4940 (describe-mode): Add follow-link property to "minor-mode" button.
4941
4942 * help-fns.el (describe-variable): Add follow-link property to
4943 "below" button.
4944
4945 * help-mode.el (help-xref): Add follow-link property.
4946
4947 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
4948 (apropos-command, apropos-variable, apropos-face, apropos-group)
4949 (apropos-widget, apropos-plist): Add follow-link property.
4950
4951 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
4952 checks if position is in a filename, rather than some other
4953 clickable item. Function looks for cvs-filename-face at position.
4954
4955 * wid-edit.el (widget-specify-field, widget-specify-button):
4956 Map a :follow-link keyword into a follow-link property.
4957 (link): Add :follow-link keyword, map to RET binding.
4958
4959 * dired.el (dired-mode-map): Map follow-link to mouse-face.
4960
4961 * progmodes/compile.el (compilation-minor-mode-map)
4962 (compilation-button-map, compilation-mode-map): Likewise.
4963
e3fa1c11
TTN
49642004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
4965
4966 * play/zone.el (zone): Init `line-spacing' from orig buffer.
4967 (zone-replace-char): Take `count' and `del-count'
4968 instead of `direction'. Update callers. When `del-count' is
4969 non-nil, delete that many characters, otherwise `count' characters
4970 backwards. Insert the newly-replaced string `count' times.
4971 (zone-fret): Handle chars w/ width greater than one.
4972 (zone-fall-through-ws): No longer take window width `ww'.
4973 Update callers. Add handling for `char-width' greater than one.
4974 (zone-pgm-drip): Update var holding window-end position every cycle.
4975
a2961378
AS
49762004-12-17 Andre Spiegel <spiegel@gnu.org>
4977
4978 * vc.el (vc-default-update-changelog): Use insert-file-contents,
4979 rather than insert-file.
4980
0e0803f7
JB
49812004-12-16 Jay Belanger <belanger@truman.edu>
4982
4983 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
4984 (math-init-random-base, math-random-digit): Check to see if
4985 var-RandSeed is bound.
4986 (math-random-last): Declare it.
4987 (math-random-digit): Don't make math-random-last local.
4988
8b000fc3
TTN
49892004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
4990
4991 * play/zone.el (zone): Fix omission bug: Use a self-disabling
4992 one-shot thunk for uniform (error, quit, normal) recovery.
4993 Reported by John Paul Wallington.
4994 (zone-pgm-random-life): Fix bug:
4995 Recognize empty initial field by lack of "@" chars.
4996
f1f007dc
JL
49972004-12-16 Juri Linkov <juri@jurta.org>
4998
4999 * help.el (function-called-at-point):
4c6af0f6 5000 * help-fns.el (variable-at-point): As a last resort try stripping
f1f007dc
JL
5001 non-word prefixes and suffixes.
5002
5003 * descr-text.el (describe-property-list): Don't treat syntax-table
5004 specially. Use describe-text-sexp which inserts [show] button
5005 for large objects and handles printing errors. Sort properties
5006 by names in alphabetical order instead of by value sizes.
5007 Add `mouse-face' to list of properties for `describe-face' widget.
5008 (describe-char): Mask out face-id from 19 bits of character.
5009 Print face-id separately.
5010
5011 * replace.el (occur-accumulate-lines, occur-engine):
5012 Fontify unfontified matching lines in the source buffer
5013 before copying them.
5014 (occur-engine): Don't put mouse-face on context lines.
5015 (occur-next-error): Set point to line beginning/end
5016 before searching for prev/next property to skip multiple
5017 matches on a line (not supported by occur engine).
5018 Remove redundant prefix-numeric-value.
5019
8270a848
JL
50202004-12-15 Juri Linkov <juri@jurta.org>
5021
5022 * replace.el (match): New face.
5023 (list-matching-lines-face): Change default from `bold' to `match'.
5024
5025 * progmodes/grep.el (grep-match-face): New defvar.
5026 (grep-mode-font-lock-keywords): Use grep-match-face instead of
5027 compilation-column-face to highlight grep matches.
5028
5029 * apropos.el (apropos-match-face): Change default from
5030 `secondary-selection' to `match'.
5031
5032 * info-look.el (info-lookup-highlight-face): Change default from
5033 `highlight' to `match'.
5034
78f617dd
DP
50352004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
5036
5037 * progmodes/executable.el (executable-interpret): Eliminate
5038 obsolete compile-internal, and switch to comint for interaction.
5039
b66d0e6b
S
50402004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
5041
5042 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
5043 `&&' when skipping multiple statements on a line.
5044
6f5546a9
TTN
50452004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
5046
5047 * play/zone.el (zone): Set `truncate-lines'.
5048 Also, init `tab-width' with value from original buffer.
5049 (zone-shift-up): Rewrite for speed.
5050 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
5051 (zone-pgm-jitter): Remove redundant entries from ops vector.
5052 (zone-exploding-remove): Reduce iteration count.
5053 (zone-cpos): Convert to defsubst.
5054 (zone-replace-char): New defsubst.
5055 (zone-park/sit-for): Likewise.
5056 (zone-fret): Take window-start arg.
5057 Update callers. Use `zone-park/sit-for'.
5058 (zone-fill-out-screen): Rewrite.
5059 (zone-fall-through-ws): Likewise. Update callers.
5060 (zone-pgm-drip): Use `zone-replace-char'.
5061 Move var inits before while-loop. Use `zone-park/sit-for'.
5062 (zone-pgm-random-life): Handle empty initial field.
5063 Use `zone-replace-char' and `zone-park/sit-for'.
5064
a31a30b5
JL
50652004-12-15 Juri Linkov <juri@jurta.org>
5066
5067 * isearch.el (isearch-update): Test isearch-lazy-highlight
5068 before calling isearch-lazy-highlight-new-loop.
5069 (isearch-lazy-highlight-new-loop):
5070 Don't test isearch-lazy-highlight.
5071
5072 * replace.el (perform-replace): Add isearch-case-fold-search.
5073 Use delimited-flag for isearch-regexp.
5074 Reset isearch-lazy-highlight-last-string to force lazy
5075 highlighting when called from isearch mode.
5076 (query-replace-highlight): Revert defcustom type to boolean.
5077 (query-replace-lazy-highlight): New defcustom.
5078 (query-replace): New face.
5079 (perform-replace, replace-highlight, replace-dehighlight):
5080 Test query-replace-lazy-highlight instead of special value
5081 `isearch' of query-replace-highlight.
5082 (replace-dehighlight): Don't call isearch-dehighlight.
5083 (replace-highlight): Don't call isearch-highlight.
5084 Use face `query-replace' unconditionally.
5085
5b631efc
KS
50862004-12-14 Kim F. Storm <storm@cua.dk>
5087
5088 * simple.el (inhibit-mark-movement): Remove defvar.
5089 (beginning-of-buffer, end-of-buffer): Don't use it.
5090
4c6af0f6
SM
5091 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5092 Don't use inhibit-mark-movement.
5b631efc
KS
5093
5094 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
5095 (cua--undo-push-mark): Remove.
4c6af0f6
SM
5096 (cua--pre-command-handler, cua--post-command-handler):
5097 Don't fiddle with inhibit-mark-movement.
5b631efc 5098
a0e4e275
JL
50992004-12-14 Juri Linkov <juri@jurta.org>
5100
5101 * buff-menu.el (list-buffers-noselect): Collect internal info
5102 for every buffer in BUFFER-LIST arg too.
5103 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
5104 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
5105 Bind same-window-buffer-names and same-window-regexps to nil.
5106
37d8fcc2
JL
51072004-12-13 Juri Linkov <juri@jurta.org>
5108
4c6af0f6 5109 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
37d8fcc2
JL
5110
5111 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
5112 (sc-cite-region, sc-uncite-region, sc-recite-region):
5113 Fix previous change to handle not alist as a symbol, but
5114 a citation frame as a symbol that represents a variable name.
5115
d9c1ce9d
RS
51162004-12-13 Richard M. Stallman <rms@gnu.org>
5117
5118 * filecache.el (file-cache-add-directory-using-find):
5119 Only set up file-cache-find-command-posix-flag if we will use it.
5120
37d8fcc2 5121 * bindings.el (mode-line-buffer-identification-keymap):
d9c1ce9d
RS
5122 Don't cancel the mode-line's usual down-mouse-1 binding.
5123
5124 * cus-edit.el (custom-face-selected): Handle `default' specs.
5125 (custom-face-edit): Increase extra-offset.
5126 (custom-display): Handle `default' specs.
5127
5128 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
5129
5130 * emacs-lisp/elint.el (elint-standard-variables)
5131 (elint-unknown-builtin-args): Move definitions up.
5132
5133 * net/browse-url.el (browse-url-url-at-point): Add autoload.
5134
5135 * info.el (info-xref-visited): Use `default' instead of t.
5136 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
5137
5138 * faces.el (header-line, mode-line-inactive, tool-bar):
5139 Use `default' instead of t for setting the defaults.
5140 (face-spec-choose): Separate `t' from `default'.
5141
5142 * subr.el (while-no-input): New macro.
5143
51442004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
5145
5146 * filecache.el (file-cache-add-directory-using-find):
5147 Only test file-cache-find-command-posix-flag on some systems.
5148
17a5a301
SM
51492004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
5152 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
5153 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
5154 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
5155 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
5156
3f11c6df
JL
51572004-12-12 Juri Linkov <juri@jurta.org>
5158
5159 * files.el (find-file-other-window, find-file-other-frame):
5160 Add the first buffer to the returned value to return the complete
5161 list of all visited buffers.
5162 (find-file-read-only, find-file-read-only-other-window)
5163 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
5164 `find-file-read-args'. Signal an error about non-existent file
5165 only if file name doesn't contain wildcards. Toggle read-only in
5166 all visited buffers.
5167 (find-alternate-file, find-alternate-file-other-window):
5168 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
5169 called interactively. Pass arg `wildcards' to other functions.
5170 (find-file-noselect): Doc fix.
5171
5172 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
5173 Doc fix.
5174 (ffap-directory-finder): New variable.
5175 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
5176 (ffap-file-at-point): Add /* to immediately rejected names.
5177 Return absolute file names matching ffap-dired-wildcards.
5178 (ffap-read-file-or-url): Set default value for `completing-read'
5179 to `buffer-file-name'.
5180 (find-file-at-point): When filename matches ffap-dired-wildcards,
5181 call ffap-file-finder with t arg `wildcards', instead of dired.
5182 (ffap-other-window, ffap-other-frame): Return visited buffers.
5183 (ffap-read-only, ffap-read-only-other-window)
5184 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
5185 (dired-at-point): Call ffap-directory-finder instead of dired.
5186 (ffap-dired-other-window, ffap-dired-other-frame)
5187 (ffap-list-directory): New commands.
5188 (ffap-bindings): New keybindings for new commands.
5189
6a2067b2
JL
51902004-12-12 Juri Linkov <juri@jurta.org>
5191
5192 * simple.el (beginning-of-buffer, end-of-buffer):
5193 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5194 Do not push mark when mark is active in transient-mark-mode.
5195
5196 * simple.el (mark-word):
5197 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
5198 * textmodes/paragraphs.el (mark-paragraph):
5199 Extend the region when mark is active in transient-mark-mode,
5200 regardless of the last command. Doc fix.
5201
5202 * simple.el (mark-word): Preserve direction when repeating.
5203 Make arg optional. Interactive "p" -> "P".
5204 (transient-mark-mode, inhibit-mark-movement): Doc fix.
5205
5206 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
5207 preserving direction, to mark forward instead of backward when mark
5208 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
5209
35d59c0f
JL
52102004-12-12 Juri Linkov <juri@jurta.org>
5211
5212 * isearch.el (isearch-edit-string): Set 7th arg of
5213 `read-from-minibuffer' to `t' to inherit the current input
5214 method (whose name is indicated by [IM] in the minibuffer prompt)
5215 from the current buffer to the minibuffer.
5216 (isearch-lazy-highlight-update): Put body to `with-local-quit'
5217 to allow C-g quitting for lazy highlighting looping inside the
5218 search with nested repetition operators. Add overlay to the list
5219 before setting its face and other properties to avoid the case of
5220 code quitting after placing the new overlay but before it's
5221 recorded on the list. Select the window where isearch was
5222 activated, to highlight matches in the right window when isearch
5223 switches the current window to the minibuffer.
5224
5225 * international/isearch-x.el
5226 (isearch-process-search-multibyte-characters):
5227 Use `isearch-message' as initial input for `read-string' instead
5228 of adding it to the minibuffer prompt. After reading a string
5229 remove the initial value of `isearch-message' from the string.
5230
5231 * replace.el (replace-match-maybe-edit): Doc fix.
5232 (perform-replace): Don't call `replace-highlight' when automatic
5233 replacement is requested in literal mode, since it is intended
5234 only to highlight words during entering a new replacement string
5235 for \? in non-literal mode.
5236
5237 * replace.el (query-replace-highlight): Add new value `isearch'
5238 that allows query replacement to use isearch highlighting.
5239 Change type from `boolean' to `choice'. Doc fix.
5240 (replace-highlight, replace-dehighlight, perform-replace):
5241 Use isearch highlighting if query-replace-highlight eq `isearch'.
5242
6f8ffb88
SM
52432004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5246 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
5247
5248 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
5249 case of \end{verbatim}.
5250
d56bb1ab
DN
52512004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5252
5253 * term.el (term-termcap-format): Synchronyze with terminfo.
5254 (term-emulate-terminal): Handle reset.
5255 (term-reset-terminal): New function.
5256
0ccb50fc
TTN
52572004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
5258
5259 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
5260 (zone-fill-out-screen): New func.
5261 (zone-pgm-drip): Use `zone-fill-out-screen'.
5262 Also, no longer go to point-min on every cycle.
5263 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
5264 (zone-pgm-random-life-wait): New user var.
5265 (zone-pgm-random-life): New func.
5266
00daa381
TTN
52672004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
5268
5269 * files.el (auto-mode-alist): Map .com to DCL mode.
5270
ec06d344
RS
52712004-12-09 Richard M. Stallman <rms@gnu.org>
5272
5273 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
5274
ae09da48 52752004-12-09 Nick Roberts <nickrob@snap.net.nz>
06cc57db
NR
5276
5277 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
5278 buffer with a display margin.
5279
a9e0384f
JB
52802004-12-08 Jay Belanger <belanger@truman.edu>
5281
5282 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
5283 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
5284
cc1caa4e
RS
52852004-12-08 Richard M. Stallman <rms@gnu.org>
5286
5287 * faces.el: Delete code to set display table.
5288 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
5289
3073399b
JB
52902004-12-08 Jay Belanger <belanger@truman.edu>
5291
5292 * calc/calc.el: Add math-read-preprocess-string to autoloads.
5293
5294 * calc/calc-ext.el (math-read-replacement-list)
5295 (math-read-superscripts, math-read-preprocess-string): Move to
5296 calc-aent.el.
5297
5298 * calc/calc-aent.el (math-read-replacement-list)
5299 (math-read-superscripts, math-read-preprocess-string): Move from
5300 calc-ext.el.
5301
be02a7ed
SM
53022004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * isearch.el (isearch-quote-char): Fix up typo in last change.
5305
5a27c5d8
LT
53062004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5307
5308 * mouse.el (mouse-set-font): Handle the case where the command was
5309 not invoked using the mouse.
5310
5311 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
5312 (edmacro-finish-edit): Further update for keyboard macros that are
5313 lambda forms.
ae09da48 5314 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5a27c5d8 5315
ae09da48 53162004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
d3a403e5
SM
5317
5318 * font-lock.el (font-lock-unfontify-region): Save buffer state.
be02a7ed 5319 (font-lock-default-unfontify-region): Don't save buffer state any more.
d3a403e5 5320
33c886d0
JB
53212004-12-07 Jay Belanger <belanger@truman.edu>
5322
d3a403e5 5323 * calc/calc-help.el (calc-describe-key):
33c886d0
JB
5324 Set calc-summary-indentation even when Calc Summary buffer exists.
5325
c9ba50dd
GM
53262004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
5327
5328 * calendar/holidays.el (holiday-easter-etc): Make arguments
1615f2a3 5329 optional for backwards compatibility. Doc fix.
d3a403e5 5330 Remove un-necessary local vars mandatory, output-list.
94f1c41a 5331 (holiday-advent): Make arguments optional for backwards
1615f2a3 5332 compatibility. Doc fix.
c9ba50dd 5333
22864a48
SM
53342004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5335
96bda29d
SM
5336 * paren.el (show-paren-function): Fix last change (2004-12-02).
5337
5338 * international/mule-util.el (char-displayable-p): Return nil for
5339 unibyte mode.
5340
22864a48
SM
5341 * subr.el (subregexp-context-p): New function.
5342
5343 * isearch.el (isearch-quote-char): Use it.
5344
5345 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
5346 (regexp-opt-not-groupie*-re): Remove.
5347 (regexp-opt): Properly handle inputs with duplicate entries.
5348
39ebd5dd
RS
53492004-12-06 Richard M. Stallman <rms@gnu.org>
5350
1bc897ca
RS
5351 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
5352
5353 * cus-edit.el (custom-file): Doc fix.
5354
39ebd5dd
RS
5355 * textmodes/org.el: New file.
5356
952cb084
KH
53572004-12-06 Kenichi Handa <handa@m17n.org>
5358
5359 * ldefs-boot.el: Update international/mule-util.el section.
5360
c95e9af3
SS
53612004-12-05 Sam Steingold <sds@gnu.org>
5362
22864a48 5363 * net/tramp.el (tramp-handle-file-accessible-directory-p):
d3a403e5 5364 Fix `tramp-time-diff' comparison logic.
c95e9af3 5365
911aa049
TTN
53662004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
5367
22864a48
SM
5368 * progmodes/which-func.el (which-function):
5369 Use `run-hook-with-args-until-success' instead of a custom loop.
911aa049
TTN
5370 Fixes bug with local hooks.
5371
d10e87a2
SM
53722004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5373
5374 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
5375 Use delete-dups when calculating the initial value.
5376 (bibtex-autokey-get-title): Use <=.
5377 (bibtex-goto-line): New function.
5378 (bibtex-reposition-window): Use line numbers instead of point
5379 positions. Use window-body-height.
5380 (bibtex-find-crossref): Use bibtex-reposition-window.
5381 (bibtex-find-entry): Use bibtex-reposition-window. Always return
5382 position of entry if key is found or nil if not found.
5383
32a6e6fc
RS
53842004-12-05 Richard M. Stallman <rms@gnu.org>
5385
5386 * cus-edit.el (custom-file): Doc fix.
5387
5388 * progmodes/sh-script.el (sh-indent-for-then): Change default.
5389
96bda29d
SM
53902004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * simple.el (blink-matching-open):
5393 * textmodes/tex-mode.el (tex-validate-region):
5394 Obey syntax-table text properties.
5395
32a6e6fc
RS
53962004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
5397
5398 * wid-edit.el (widget-specify-field): Add `real-field' property to
44240c37 5399 boundary.
32a6e6fc
RS
5400 (widget-field-at): Use it.
5401
ab67e8b6
RS
54022004-12-02 Richard M. Stallman <rms@gnu.org>
5403
f6101ac9
RS
5404 * progmodes/cc-mode.el (awk-mode autoload):
5405 Supply t meaning interactive function.
5406
ab67e8b6
RS
5407 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
5408 (isearch-mode-map): No special definition for space.
5409 (isearch-whitespace-chars): Command deleted.
5410 (isearch-forward-regexp): Doc fix.
5411 (isearch-quote-char): When a space is not inside brackets,
5412 use `[ ]' instead of just space.
5413 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
5414
5415 * imenu.el (imenu--generic-function): Delete code to exclude
5416 matches in comments.
5417
5418 * man.el (Man-reverse-face): Change default to `highlight'.
5419
5420 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
5421 (occur-engine): Use `face' prop rather than `font-lock-face'
5422 when specifying use of `match-face'.
5423 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
5424
5425 * emacs-lisp/elint.el (elint-standard-variables): Update list.
5426
5427 * add-log.el (add-log-current-defun): Handle the case where point
5428 is in the header part of a DEFUN construct.
5429
54302004-12-02 Dave Love <fx@gnu.org>
5431
5432 * progmodes/python.el (python-font-lock-syntactic-keywords):
5433 Fix previous change.
5434
54352004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
5436
5437 * paren.el (show-paren-function): Check for matching chars
5438 specified by text props.
5439
7e1637c2
JB
54402004-12-02 Jay Belanger <belanger@truman.edu>
5441
5442 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
5443 when reading a new key sequence.
5444
03f01237
KS
54452004-12-02 Kim F. Storm <storm@cua.dk>
5446
5447 * faces.el (escape-glyph): Rename from glyph.
5448 (standard-display-table): Set it here. Add escape-glyph face to
5449 extra slot characters.
5450
5451 * disp-table.el: Undo 2004-12-01 change. Display table is now
5452 setup in faces.el.
5453
21c05941
MH
54542004-12-02 Mark A. Hershberger <mah@everybody.org>
5455
5456 * xml.el (xml-parse-dtd): Don't show validity messages when
5457 xml-validating-parser is nil.
5458 (xml-substitute-special): Fix validity error messages to
5459 actually show the unexpandable entity. Added validity error if &
5460 isn't followed by an entity.
96bda29d 5461 (xml-parse-tag): Concatenate any string following the a
21c05941 5462 <![CDATA[]]> section to the parsed CDATA.
63b446bc
MH
5463 (xml-parse-dtd): Skip parameter entity declarations and use of
5464 parameter entities.
21c05941 5465
8b744bb8
LT
54662004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5467
5468 * kmacro.el (kmacro-default-counter-format): New var.
5469 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
5470 (kmacro-display): Remove `nil' from `and' form. Delete call to
5471 `format' inside `message'.
5472 (kmacro-start-macro): Use `kmacro-default-counter-format'.
5473
31982e1f
SM
54742004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5475
5476 * pcvs.el (cvs-header-msg): New function.
5477 (cvs-update-header): Use it. Change calling convention.
5478 Correctly handle the case of having simultaneous active processes.
5479 (cvs-sentinel): Don't call cvs-update-header any more.
5480 (cvs-mode-run): Update call and add cvs-update-header to postproc.
5481
d5639b35
JB
54822004-12-01 Jay Belanger <belanger@truman.edu>
5483
5484 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
5485 Change message.
5486
957ea28a
JL
54872004-12-01 Juri Linkov <juri@jurta.org>
5488
5489 * progmodes/prolog.el (prolog-mode-variables):
5490 Fix imenu-generic-expression.
5491
fb568b49
DP
54922004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
5493
5494 * faces.el (glyph): New face.
5495
5496 * disp-table.el: Add an autoloaded table, that doesn't require
5497 this library, with glyph face.
5498
5499 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
5500 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
5501 (conf-quote-normal): Allow normalizing only ' or ".
5502 (conf-mode): Regexp-quote constructed comment-start and don't
5503 match section {} where "name" contains braces.
5504
5505 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
5506 files.
5507
2d5cd4e6
KH
55082004-12-01 Kenichi Handa <handa@m17n.org>
5509
5510 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
5511 (x-select-text): Don't treat eight-bit-control/graphic chars
5512 specially. Store the encoded text in the X cut buffer.
5513 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
5514 with x-last-selected-text-cut-encoded.
5515
31982e1f
SM
55162004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
5519
034a48f4
MR
55202004-11-30 Markus Rost <rost@ias.edu>
5521
5522 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
5523 AUCTeX.
5524
9dbee55e
JB
55252004-11-30 Jay Belanger <belanger@truman.edu>
5526
83a2a07a
JB
5527 * calc/calc-arith.el (math-possible-signs): Made stronger checks
5528 on signs of intervals.
5529 (math-pow-of-zero): Strengthen checks for positive and negative
5530 exponents.
5531
9dbee55e
JB
5532 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
5533 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
5534 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
5535 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
5536 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
5537 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
5538 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
5539 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
5540 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
5541 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
5542 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
5543 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
5544 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
5545 with provide statements.
5546
5547 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
5548
5549 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
5550
5551 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
5552 (calc-load-everything, math-defsimplify): Replace dummy autoloading
5553 functions by require statements.
5554 (math-defsimplify): Move to calc-alg.el, add to autoloads.
5555
5556 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5557 (calc-gnuplot-print): Give them values.
5558
5559 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
5560 autoloads.
5561 Add calc-do-embedded-activate to autoloads.
5562 (calc-gnuplot-name, calc-gnuplot-plot-command)
5563 (calc-gnuplot-print-command): Move them to calc-graph.el.
5564
f084eeb9
ST
55652004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5566
5567 * term/mac-win.el (ccl-encode-mac-roman-font)
5568 (ccl-encode-mac-cyrillic-font)
5569 (ccl-encode-mac-centraleuropean-font, encoder-list)
5570 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
5571 Support Cyrillic, CentralEuropean, and Dingbat font display
5572
26c14a95
AS
55732004-11-30 Andre Spiegel <spiegel@gnu.org>
5574
31982e1f 5575 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
26c14a95
AS
5576
5577 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
5578 still nil.
5579
d55f9265
LT
55802004-11-29 Luc Teirlinck <teirllm@auburn.edu>
5581
5582 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
5583 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
5584
d0132055
JB
55852004-11-29 Jay Belanger <belanger@truman.edu>
5586
5587 * calc/calc-arith.el (math-pow-of-zero): Take into account different
5588 cases of the base and exponent.
5589
5f9e0ca5
TZ
55902004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
5591
fc368889
KS
5592 * simple.el (next-error-buffer-p): Allow for inclusive and
5593 exclusive tests for finding a buffer.
5594 (next-error-find-buffer): Pass the exclusive and inclusive tests
5595 to next-error-buffer-p.
5596
5597 * replace.el (occur-next-error): Switch to the Occur buffer when
5598 appropriate, use the exclusive filter to next-error-find-buffer to
5599 do it. Use the absolute value of the motion amount.
5f9e0ca5 5600
a778cf63
KH
56012004-11-29 Kenichi Handa <handa@m17n.org>
5602
25a0994a 5603 * startup.el (command-line): Decode all default-directory by
a778cf63
KH
5604 locale-coding-system.
5605
21e6ab43
JB
56062004-11-29 Jay Belanger <belanger@truman.edu>
5607
5608 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
5609 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
5610 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
5611 Replace calls to calc-extensions by appropriate require, replace
5612 calc-extensions-loaded by appropriate featurep.
5613
5614 * calc/calc-ext.el: Move require to end of file.
5615 Remove redundant loading of calc.el.
5616 (calc-extensions-loaded): Remove unnecessary variable.
5617 (calc-extensions): Remove unnecessary function.
5618 (calc-load-everything): Replace calc-need-macros by appropriate require.
5619
5620 * calc/calc-macs.el: Move provide to end of file.
5621 (calc-need-macros): Remove unnecessary function.
5622
5623 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
5624 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
5625 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
5626 Replace calc-extensions by appropriate require.
5627 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
5628
5629 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
5630 Replace calc-need-macros by appropriate require.
5631
5632 * calc/calc.el: Move require to end of file.
5633 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
5634 Remove unnecessary variable.
5635 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
5636 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
5637 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
5638 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
5639 (math-stack-value-offset, math-format-value, math-format-flat-expr)
5640 (math-format-number, math-format-bignum, math-read-number)
5641 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
5642 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
5643 by appropriate require.
5644 (calc-check-defines): Replace calc-need-macros by appropriate require.
5645
bbf877e1
KS
56462004-11-29 Kim F. Storm <storm@cua.dk>
5647
5648 * macros.el (insert-kbd-macro): Handle kmacro functions.
5649
20c78df0
JL
56502004-11-28 Juri Linkov <juri@jurta.org>
5651
5652 * compare-w.el (compare-windows-highlight): Attach each overlay
5653 to its window to properly highlight differences while comparing
5654 two windows of the same buffer. Fix arguments.
5655 (compare-windows-sync-default-function): Fix arguments of
5656 `compare-windows-highlight'.
5657
5658 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
5659 Use `read-expression-history'. Set initial contents only if
5660 `edebug-global-break-condition' is non-nil. Set histpos to 1
5661 if initial contents is equal to the last history element.
5662 (edebug-set-conditional-breakpoint): Instead of temporarily
5663 prepending the current condition to the history, set initial
5664 contents to the current condition. Set histpos to 1 if initial
5665 contents is equal to the last history element.
5666
180ee7c7
JL
5667 * info.el (Info-search-whitespace-regexp): Remove shy group.
5668 (Info-search): Forward line if search is on the header line.
5669 Use search-whitespace-regexp in two other places.
5670
9e66b14a
LT
56712004-11-27 Luc Teirlinck <teirllm@auburn.edu>
5672
5673 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
5674 warning. Delay real definition, which uses
31982e1f 5675 `set-fringe-indicators-1' till after the definition of that function.
9e66b14a 5676
4cf6519d
KS
56772004-11-28 Kim F. Storm <storm@cua.dk>
5678
5679 * fringe.el (fringe): New defgroup.
5680 (fringe-mode): Move to fringe group.
5681 (fringe-indicators): New defcustom.
5682 (set-fringe-indicators-1): New defun.
5683
5684 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
5685 (menu-bar-showhide-fringe-ind-menu): New keymap.
5686 (menu-bar-showhide-fringe-ind-empty)
5687 (menu-bar-showhide-fringe-ind-mixed)
5688 (menu-bar-showhide-fringe-ind-box)
5689 (menu-bar-showhide-fringe-ind-right)
5690 (menu-bar-showhide-fringe-ind-left)
5691 (menu-bar-showhide-fringe-ind-none): New defuns.
5692 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
5693
94221759
RS
56942004-11-27 Richard M. Stallman <rms@gnu.org>
5695
31982e1f 5696 * comint.el (comint-read-noecho): Add trivial compatibility definition.
94221759
RS
5697
5698 * generic.el (define-generic-mode): Doc fix.
5699
5700 * menu-bar.el (menu-bar-options-save): For the options
5701 that are toggled with menu-bar-make-mm-toggle, don't check
5702 for customized-value prop.
5703
671c30d8
EZ
57042004-11-27 Eli Zaretskii <eliz@gnu.org>
5705
5706 * mail/supercite.el (sc-cite-region): Handle the case where
5707 sc-cite-frame-alist is a symbol.
5708 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
5709 a symbol.
5710 (sc-recite-region): Handle the case where sc-recite-frame-alist is
5711 a symbol.
5712
39528a68 57132004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
ca5e6fef
EZ
5714
5715 * wid-edit.el (widget-narrow-to-field): New function.
5716 (widget-complete): Use it.
5717
670c0015
JB
57182004-11-27 Jay Belanger <belanger@truman.edu>
5719
5720 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
5721 variable.
5722 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
5723 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
5724 (math-alg-inequalities): Move declaration to earlier in the file.
5725
5726 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
5727 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
5728 Declare them.
5729
5730 * calc/calc-lang.el (math-expr-data, math-expr-token)
5731 (math-exp-old-pos): Declare them.
5732
5733 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
5734 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
5735
552380b4
KS
57362004-11-27 Kim F. Storm <storm@cua.dk>
5737
5738 * progmodes/flymake.el: Use (featurep 'xemacs).
443b961a 5739 (flymake-makehash): Change to defsubst. Use fboundp.
552380b4
KS
5740 (flymake-time-to-float): Remove.
5741 (flymake-float-time): Merge code from flymake-time-to-float here.
5742 (flymake-replace-regexp-in-string): Change to defsubst.
443b961a
SM
5743 (flymake-split-string-remove-empty-edges):
5744 Rename to flymake-split-string.
552380b4
KS
5745 (flymake-split-string): Remove previous defalias.
5746 (flymake-get-temp-dir): Change to defsubst.
443b961a
SM
5747 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
5748 Define for xemacs only.
552380b4
KS
5749 (flymake-master-file-count-limit): Change into compiler defvar only.
5750 (flymake-find-possible-master-files): Let-bind it dynamically while
5751 sorting files using flymake-master-file-compare.
5752
443b961a
SM
57532004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
5756 of defun-prompt-regexp matches inside a comment/string but the
5757 beginning is correctly outside everything.
5758
5759 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
5760 appears within a string or a comment.
5761
5762 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
5763 rather than make-symbol for symbols which are used in
5764 a symbol-macrolet or equivalent.
5765
b9bc92b4
JB
57662004-11-26 Jay Belanger <belanger@truman.edu>
5767
5768 * calc-misc.el (calc-last-why-command): Declare it.
5769
5770 * calc-vec.el (math-grade-vec): New variable.
5771 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
5772 Replace variable grade-vec by declared variable.
5773 (math-rb-close): New variable.
5774 (math-read-brackets, math-read-vector): Replace variable close by
5775 declared variable.
5776
5777 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
5778 (calc-one-window, calc-edit-handler, calc-restore-trail)
5779 (calc-allow-ret): Declare them.
5780
443b961a 5781 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
b9bc92b4
JB
5782 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
5783 (math-radix-float-cache-tag, math-random-cache)
5784 (math-max-digits-cache, math-integral-cache, math-units-table)
5785 (math-format-date-cache, math-holidays-cache-tag): Declare them.
5786 (math-moc-func): New variable.
5787 (math-map-over-constants, math-map-over-constants-rec):
5788 Replace variable func by declared variable.
5789
5790 * calc/calc-store.el (calc-given-value, calc-store-opers):
5791 Declare them.
5792 (calc-var-name-map): Move declaration to earlier in the file.
5793 (calc-pv-pos): New variable.
5794 (calc-permanent-variable, calc-insert-permanent-variable):
5795 Replace variable pos by declared variable.
5796
5797 * calc/calc-mtx.el (calc-det-lu): New variable.
443b961a 5798 (math-det-raw, math-det-step): Replace variable lu by declared variable.
b9bc92b4
JB
5799
5800 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
5801 (math-multi-subst, math-multi-subst-rec): Replace variables temp
5802 and arg by declared variables.
5803 (calcFunc-reducer): Fix incorrect variable.
5804 (math-inner-mul-func, math-inner-add-func): New variables.
5805 (calcFunc-inner, math-inner-mats): Replace variables mul-func
5806 and add-func by declared variables.
5807
5808 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
5809 (calc-digit-value): Declare them.
5810
5811 * calc/calc-help.el (Info-history): Declare it.
443b961a 5812 (calc-describe-key): Make calc-summary-indentation a local variable.
b9bc92b4
JB
5813 (calc-help-long-names): Move declaration to earlier in file.
5814
5815 * calc/calc-embed.el (calc-original-buffer): Declare it.
5816 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
5817 (calc-embed-bot): New variables.
5818 (calc-do-embedded, calc-embedded-mark-formula)
5819 (calc-embedded-find-bounds, calc-embedded-duplicate)
443b961a
SM
5820 (calc-embedded-new-formula, calc-embedded-make-info):
5821 Replace vars outer-top, outer-bot, bot and top by declared variables.
b9bc92b4
JB
5822 (calc-embed-prev-modes): New variable.
5823 (calc-embedded-set-modes, calc-embedded-update): Replace variable
5824 prev-modes with declared variable.
5825 (calc-embed-vars-used): New variable.
5826 (calc-embedded-make-info, calc-embedded-evaluate-expr)
5827 (calc-embedded-update, calc-embedded-find-vars): Replace variable
5828 vars-used by declared variable.
5829
443b961a 5830 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
b9bc92b4
JB
5831 (math-format-radix-float): Remove unnecessary setq.
5832 (math-radix-float-cache): Declare it.
5833
5834 * calc/calcsel2.el (calc-keep-selection): Declare it.
5835
5836 * calc/calc-maint.el: Remove file.
5837
02c8032e
SM
58382004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5839
5840 * textmodes/bibtex.el (bibtex-sort-entry-class)
5841 (bibtex-comment-start): Use defcustom.
5842 (bibtex-entry-field-alist): Use nil if initial content of the
5843 field is undefined. Fix docstring.
5844 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
5845 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
5846 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
5847 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
5848 Fix docstring.
5849 (bibtex-autokey-title-terminators): Use only one regexp.
5850 (bibtex-string-maybe-empty-head): New variable.
5851 (bibtex-remove-delimiters-string): New function.
5852 (bibtex-text-in-field-bounds, bibtex-text-in-string):
5853 Use bibtex-remove-delimiters-string.
5854 (bibtex-progress-message, bibtex-field-left-delimiter)
5855 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
5856 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
5857 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
5858 Simplify.
5859 (bibtex-format-entry): Use save-excursion for inherited booktitle.
5860 Use eq and bibtex-remove-delimiters-string. For end markers use
5861 insertion type so that marker stays after inserted text.
5862 (bibtex-autokey-get-names): Return empty string if name is missing.
5863 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
5864 calling bibtex-autokey-name-case-convert.
5865 (bibtex-autokey-demangle-title):
5866 Call bibtex-autokey-titleword-case-convert. Remove call to
5867 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
5868 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
5869 (bibtex-read-key): New optional arg global.
5870 (bibtex-files-expand): New optional arg force.
5871 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
5872 (bibtex-complete-crossref-cleanup): Rename from
5873 bibtex-complete-key-cleanup. Simplify code.
5874 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
5875 Operate on current entry.
5876 (bibtex-button): Add docstring.
5877 (bibtex-entry): Simplify.
5878 (bibtex-make-field): Replace optional arg called-by-yank with more
5879 specific args move and interactive.
5880 (bibtex-end-of-entry): Use forward-sexp.
5881 (bibtex-find-entry-globally): Remove.
5882 (bibtex-find-crossref): Allow for crossref key located in other buffer.
5883 Bound to C-c C-x.
5884 (bibtex-find-entry): New optional args global and display.
5885 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
5886 (bibtex-validate): Use arg force of bibtex-files-expand.
5887 (bibtex-clean-entry): Bugfix, clean string entries properly.
5888 Always keep point at beginning of entry.
5889 (bibtex-complete): Bugfix. Handle string entries properly.
5890 Call cleanup functions only if needed.
5891 (bibtex-String): Use bibtex-read-string-key.
5892 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
5893 case of replacement text.
5894
c82c5727
LH
58952004-11-26 Lars Hansen <larsh@math.ku.dk>
5896
02c8032e 5897 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
c82c5727
LH
5898 (tramp-perl-directory-files-and-attributes): New constant.
5899 (tramp-file-name-handler-alist): Delete file-directory-files, add
5900 directory-files-and-attributes.
5901 (tramp-perl-file-attributes): Surround uid and gid by double
5902 quotes. Change parameter id-format from nonnumeric.
5903 (tramp-convert-file-attributes): New function.
5904 (tramp-handle-file-attributes): Use it.
5905 (tramp-maybe-send-perl-script): New function.
5906 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
5907 file mode. Change parameter id-format from nonnumeric.
5908 (tramp-handle-file-attributes-with-ls): Change parameter id-format
5909 from nonnumeric.
5910 (tramp-post-connection): Don't send tramp-perl-file-attributes
5911 script. Reset connection property "perl-scripts".
5912 (tramp-handle-insert-directory): Run real handler when ls-lisp is
5913 in use.
5914
48aa4dfc
LH
59152004-11-26 Lars Hansen <larsh@math.ku.dk>
5916
5917 * desktop.el (desktop-read): Replace mapcar with mapc.
02c8032e
SM
5918 (desktop-create-buffer): Replace mapcar with mapc.
5919 Remove redundant piece of code.
48aa4dfc 5920
fb130b2d
NR
59212004-11-27 Nick Roberts <nickrob@snap.net.nz>
5922
5923 * progmodes/gud.el (gud-display-line): Use display-buffer
5924 for GDB-UI as for GUD.
5925
5926 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
5927 Delete variables.
5928 (gdb-ann3): Don't make GUD buffer dedicated.
02c8032e 5929 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
fb130b2d
NR
5930 (gdb-display-source-buffer): Delete function.
5931 (gdb-view-source-function, gdb-view-assembler): Delete functions.
5932 (menu): Delete menu bindings for viewing source/assembler.
5933 (gdb-setup-windows, gdb-restore-windows):
5934 Don't dedicate GUD. No assembler now.
5935 (gdb-reset): No need to undedicate source buffers now.
5936 (gdb-source-info): No assembler now.
5937
4d4f2edf
NR
59382004-11-26 Nick Roberts <nickrob@snap.net.nz>
5939
5940 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
5941 width to those for special frames.
5942 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
5943 Use display-buffer.
5944 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
5945 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5946 (gdb-frame-assembler-buffer): Rework like
5947 gdb-frame-breakpoints-buffer.
5948
5ffc01b6
RS
59492004-11-25 Richard M. Stallman <rms@gnu.org>
5950
5951 * progmodes/flymake.el: Reindent.
5952 (flymake-split-string): Turn into defalias.
02c8032e 5953 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5ffc01b6 5954 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
02c8032e
SM
5955 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
5956 (flymake-build-relative-filename): Rename from ...path.
5ffc01b6
RS
5957 Fix error message.
5958
59592004-11-25 Cheng Gao <chenggao@gmail.com>
5960
5961 * progmodes/flymake.el: Much whitespace and capitalization change.
5962 Move `provide' to end. Require `compile' only when compiling.
5963
b67b1f0b
JB
59642004-11-24 Jay Belanger <belanger@truman.edu>
5965
5966 * calc/calc-alg.el: Added comment.
5967 (math-polynomial-base): Replace variable mpb-top-expr by
5968 math-poly-base-top-expr.
5969
5970 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
5971 (math-polynomial-p1): Replace variable mpb-top-expr by declared
5972 variable.
5973 (math-poly-base-total-base): New variable.
5974 (math-total-polynomial-base, math-polynomial-p1): Replace variable
5975 mpb-total-base by declared variable.
5976 (math-factored-vars, math-to-list): Declare it.
5977 (math-fact-expr): New variable.
5978 (calcFunc-factors, calcFunc-factor, math-factor-expr)
5979 (math-factor-expr-try, math-factor-expr-part): Replace variable
5980 expr by declared variable.
5981 (math-fet-x): New variable.
5982 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
5983 by declared variable.
5984 (math-factor-poly-coefs): Make temp a local variable.
5985
5986 * calc/calc-units.el (calc-convert-units): Make units a local
5987 variable.
5988 (calc-num-units, calc-den-units): New variables.
5989 (calc-explain-units, calc-explain-units-rec): Replace variables
5990 num-units and den-units by declared variables.
5991 (math-cu-unit-list): New variable.
5992 (math-build-units-table, math-compare-unit-names)
5993 (math-convert-units, math-convert-units-rec): Replace variable
5994 unit-list by declared variable.
5995 (math-fbu-base, math-fbu-entry): New variables.
5996 (math-find-base-units, math-find-base-units-rec): Replace variables
5997 base and entry by declared variables.
5998 (math-which-standard): New variable.
5999 (math-to-standard-units, math-to-standard-rec): Replace variable
6000 which-standard by declared variable.
6001 (math-fcu-u): New variable.
6002 (math-find-compatible-unit, math-find-compatible-unit-rec):
6003 Replace variable u by declared variable.
6004 (math-cu-new-units, math-cu-pure): New variables.
6005 (math-convert-units, math-convert-units-rec): Replace variables
6006 new-units and pure by declared variables.
6007 (math-try-cancel-units): New variable.
6008 (math-simplify-units-quotient): Replace variable try-cancel-units by
6009 declared variable.
6010
261b01c6
RS
60112004-11-24 Richard M. Stallman <rms@gnu.org>
6012
6013 * textmodes/ispell.el (ispell-check-version):
6014 If default-directory is nonexistent, use home dir.
6015
6016 * progmodes/grep.el (grep-regexp-alist):
6017 Don't match parens around line numbers.
6018
6019 * progmodes/cperl-mode.el (cperl-indent-region)
7707da3c 6020 (cperl-imenu--create-perl-index, cperl-xsub-scan):
261b01c6
RS
6021 Don't print progress messages.
6022
6023 * progmodes/compile.el (compilation-mode-map):
6024 Don't inherit from compilation-minor-mode-map;
6025 copy its bindings instead. But the menu bar Compile
6026 entry now does inherit from compilation-menu-map.
6027
6028 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6029 Use with-no-warnings around compiler-macroexpand.
6030
6031 * imenu.el: Don't always require newcomment.
6032 (imenu--generic-function): Call comment-normalize-vars
6033 if we have a comment syntax.
6034 Exit the loop if REGEXP matches the null string.
6035 Test comment-start as well as comment-start-skip
6036 when deciding whether to check for comments.
6037
6038 * tooltip.el (tooltip-mode): Doc fix.
6039
6040 * term.el (term-escape-char, term-mode): Doc fixes.
6041
60422004-11-24 Dave Love <fx@gnu.org>
6043
6044 * progmodes/python.el (python-font-lock-syntactic-keywords):
6045 Check for escapes in the regexp.
6046 (python-quote-syntax): Don't do it here.
6047
2c212859 60482004-11-24 Nick Roberts <nickrob@snap.net.nz>
29b5fa7e
NR
6049
6050 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6051 (gdb-frames-mode-map, gdb-threads-mode-map)
6052 (gdb-registers-mode-map, gdb-locals-mode-map)
6053 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7707da3c 6054 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
29b5fa7e 6055
7707da3c 6056 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
29b5fa7e
NR
6057 (dedicated-switch-to-buffer): Rework.
6058 (gdb-var-evaluate-expression-handler, gdb-put-string):
6059 Remove unused variable bindings.
6060 (gdb-setup-windows, gdb-display-buffer):
6061 Simplify. Use pop-to-buffer.
6062 (gdb-view-source-function): Simplify.
6063 (gdb-frame-breakpoints-buffer):
6064 Use pop-to-buffer, special-display-regexps.
6065
2c212859 60662004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
f607ff4b
GM
6067
6068 * progmodes/f90.el (f90-smart-end)
6069 (f90-previous-statement, f90-beginning-of-block): Doc fix.
6070 (f90-calculate-indent): Handle un-named PROGRAM blocks.
6071 (f90-end-of-block): Doc fix. Make check of outermost block
6072 conditional on value of `f90-smart-end'.
6073 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
6074 Handle case where END-BLOCK is nil.
6075 (f90-match-end): Handle un-named PROGRAM blocks.
6076 (f90-backslash-not-special): New function.
6077
25cad79b
JB
60782004-11-24 Jay Belanger <belanger@truman.edu>
6079
7a96b50d
JB
6080 * calc/calc.el (calc-embedded-active): Removed unnecessary
6081 declaration.
6082 (calc-show-banner): Removed redundant declaration.
6083
6084 * calc/calc-graph.el (calc-gnuplot-default-device)
6085 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6086 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6087 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
6088 Remove redundant initial values.
6089
6090 * calc/calc-arith.el (math-scalar-functions)
6091 (math-nonscalar-functions, math-scalar-if-args-functions)
6092 (math-real-functions, math-positive-functions)
6093 (math-nonnegative-functions, math-real-scalar-functions)
6094 (math-real-if-arg-functions, math-integer-functions)
6095 (math-num-integer-functions, math-rounding-functions)
6096 (math-float-rounding-functions, math-integer-if-args-functions)
6097 (math-super-types): Move declarations to earlier in file.
6098 (math-unit-prefixes): Declared it.
6099 (math-floor-prec, math-trunc-prec): New variables.
6100 (math-trunc-fancy): Replace variable prec by declared variable.
6101 (math-floor-fancy): Replace variable prec by declared variable.
6102 (math-com-bterms): New variable.
6103 (math-commutative-equal, math-commutative-collect):
6104 Replace variable bterms by declared variable.
6105
6106 * calc/calc-misc.el (math-trunc): Replace variable prec by
6107 math-trunc-prec.
6108 (math-floor): Replace variable prec by math-floor-prec.
6109
25cad79b
JB
6110 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
6111 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
6112 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
6113 (math-format-date, math-format-date-part): Replace variables
6114 date, dt, year, month, day, weekday, hour, minute, second and
6115 bc-flag by declared variables.
6116 (math-pd-str): New variable.
6117 (math-parse-date, math-parse-date-word, math-parse-standard-date):
6118 Replace variable str by declared variable.
6119 (math-daylight-savings-hook, math-tzone-names): Move definitions
6120 to earlier in the file.
6121 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
6122 (math-sh-year): New variable.
6123 (math-setup-add-holidays, math-setup-holidays)
1b436112 6124 (math-setup-year-holidays): Replace variable `year' by declared
25cad79b
JB
6125 variable.
6126
6127 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
6128 New variables.
6129 (math-nth-root-float, math-nth-root-float-iter): Replace variables
6130 n, nf and nfm1 by declared variables.
6131 (math-nri-n): New variable.
1b436112
JB
6132 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
6133 n by declared variable.
25cad79b
JB
6134 (calcFunc-log): Removed misplaced condition.
6135
0e7acedf
SM
61362004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
6139
1919c2cd
NR
61402004-11-24 Nick Roberts <nickrob@snap.net.nz>
6141
6142 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
0e7acedf
SM
6143 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
6144 Dedicate gdb-related windows.
1919c2cd
NR
6145 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
6146 other frames.
6147 (gdb-reset): Remove dedicated property after debugging.
6148
0d0b3b81
JB
61492004-11-24 Jay Belanger <belanger@truman.edu>
6150
6151 * calc/calc-sel.el: Add comment.
6152
6153 * calc/calc.el (math-stack-value-offset): Replace variables c,
6154 wid and off with math-svo-c, math-svo-wid and math-svo-off.
6155
6156 * calc/calccomp.el (math-comp-sel-tag): Declare it.
0d0b3b81
JB
6157 (math-svo-c, math-svo-wid, math-svo-off): New variables.
6158 (math-stack-value-offset-fancy): Replace variables c, wid and off
6159 by declared variables.
0d0b3b81 6160 (math-comp-just, math-comp-comma-spc): New variables.
1b436112
JB
6161 (math-compose-expr, math-compose-matrix): Replace variables `just'
6162 and comma-spc by declared variable.
0d0b3b81
JB
6163 (math-comp-vector-prec): New variable.
6164 (math-compose-expr, math-compose-matrix, math-compose-rows):
6165 Replace variable vector-prec by declared variable.
0d0b3b81
JB
6166 (math-comp-left-bracket, math-comp-right-bracket)
6167 (math-comp-comma): New variables.
6168 (math-compose-expr, math-compose-rows): Replace variables
6169 left-bracket, right-bracket and comma by declared variables.
0d0b3b81
JB
6170 (math-comp-full-width): New variable.
6171 (math-comp-to-string-flat, math-comp-to-string-flat-term):
6172 Replace variable full-width by declared variable.
0d0b3b81
JB
6173 (math-comp-highlight, math-comp-word, math-comp-level)
6174 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
6175 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
6176 New variables.
6177 (math-comp-to-string-flat, math-comp-to-string-flat-term)
6178 (math-comp-sel-flat-term): Replace variables comp-highlight,
6179 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
6180 declared variables.
6181 (math-comp-simplify, math-comp-simplify-term)
6182 (math-comp-add-string, math-comp-add-string-sel):
6183 Replace variables comp-highlight, comp-buf, comp-base,
0e7acedf 6184 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
0d0b3b81 6185
6f8a2742
JD
61862004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6187
0e7acedf 6188 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
c5c56f46 6189
6f8a2742
JD
6190 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
6191 and x-server-version may throw.
6192
14ed2ad6
KS
61932004-11-23 Kim F. Storm <storm@cua.dk>
6194
0e7acedf
SM
6195 * subr.el (substitute-key-definition-key): Optimize.
6196 Don't call indirect-function for nil defn (always signals error).
92c8c0ce 6197
14ed2ad6
KS
6198 * ido.el (ido-read-internal): Fix require-match check when
6199 ido-directory-too-big is set.
6200
298a667c
JB
62012004-11-23 Jay Belanger <belanger@truman.edu>
6202
6203 * calc/calc-ext.el (math-read-replacement-list)
6204 (math-read-superscripts): New variables.
6205 (math-read-preprocess-string): New function.
0e7acedf 6206 (math-read-expr): Filter input through math-read-preprocess-string.
298a667c
JB
6207
6208 * calc/calc-aent.el (math-read-exprs): Filter input through
6209 math-read-preprocess-string.
6210
8fc464b6
DP
62112004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
6212
6213 * progmodes/compile.el (compilation-start): In cd command use
6214 substitute-env-vars -- not quite shell compatible but better than
6215 nothing.
6216 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
6217 handle the newer versions messages, which are more parseable.
6218
ea78522d
SM
62192004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * reveal.el (reveal-mode-map): New var.
6222 (reveal-mode): Use it.
6223
47924ad5
NR
62242004-11-23 Nick Roberts <nickrob@snap.net.nz>
6225
6226 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
6227 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
6228
49561cf6
SM
62292004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
6232 header-line when needed.
6233 Use fixed-pitch only in the header-line.
6234 Build the underline automatically. Use emdash if available.
6235
1668b456
RS
62362004-11-22 Richard M. Stallman <rms@gnu.org>
6237
49561cf6
SM
6238 * dired.el (dired-recursive-copies): Move from dired-aux.el.
6239 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1668b456 6240
771aad8e
NR
62412004-11-22 Nick Roberts <nickrob@snap.net.nz>
6242
6243 * progmodes/gdb-ui.el (gdb-resync): New function.
6244 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
77c99c7f 6245 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
771aad8e
NR
6246 Use it to fail more gracefully.
6247 (gdb-variables): Delete variable.
6248 Re-order variables to reduce byte-compiler warnings.
6249
d8ac3d27
SM
62502004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * descr-text.el (describe-char):
6253 * paren.el (show-paren-function):
6254 * subr.el (syntax-after): Undo last change.
6255
6256 * progmodes/python.el (run-python): Don't hard code *Python*.
6257 Don't modify global process-environment.
6258 (python-send-region, python-load-file): Don't assume that
6259 python-buffer == (process-buffer (python-proc)).
6260 (python-switch-to-python): Simplify.
6261
6262 * dired.el (dired-align-file): Don't assume line starts with spaces.
6263
8dd989f6
JB
62642004-11-21 Jay Belanger <belanger@truman.edu>
6265
6266 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
6267 Replace variable `lines' by math-read-big-lines.
6268 (math-read-big-expr): Replace variables the-baseline, the-h2
6269 and err-msg by math-read-big-baseline, math-read-big-h2 and
6270 math-read-err-msg.
6271 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
6272
6273 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8dd989f6 6274 (math-read-big-balance): Replace unbound variable by value.
8dd989f6
JB
6275 (math-read-big-lines): New variable.
6276 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6277 (math-read-big-error, math-read-big-balance): Replace variable
6278 `lines' by declared variable.
8dd989f6
JB
6279 (math-read-big-baseline, math-read-big-h2): New variables.
6280 (math-read-big-rec): Replace variables the-baseline and the-h2
6281 by declared variables.
8dd989f6
JB
6282 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
6283 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6284 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
6285 declared variables.
8dd989f6
JB
6286 (math-read-big-err-msg): New variable.
6287 (math-read-big-error): Replace variable err-msg by declared variable.
6288
58cf70d3
SM
62892004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * ses.el: Add coding cookie.
6292 Fix up docstrings, follow new commenting conventions.
6293 (ses-header-line-menu): Fix missing variable rename for header-row.
6294 (ses-cell-size): Remove.
6295 (ses-make-cell): New function.
6296 (ses-cell, ses-insert-row, ses-insert-column): Use it.
6297 (ses-calculate-cell): Remove unused var `symbol'.
6298 (ses-narrowed-p): New function.
6299 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
6300 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
6301 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
6302 (ses-setup): Use restore-buffer-modified-p.
6303 (ses-cleanup): Remove unused var `end'.
6304 (ses-header-string-left-offset): Remove.
6305 (ses-create-header-string): Adjust to new behavior of `align-to'.
6306 Truncate excessively large fields to preserve alignment.
6307 (ses-reconstruct-all): Remove unused var `refs'.
6308 (ses-read-cell-printer): Remove unused var `prompt'.
6309 (ses-delete-row): Remove unused var `pos'.
6310 (ses-delete-column): Remove unused var `new'.
6311
b6d0ac87
VJL
63122004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6313
6314 * ps-print.el: Insert :version tag into all defgroup and defcustom.
6315 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6316 Eliminate eval-and-compile usage.
6317 (ps-insert-file): Use insert-file-contents instead of insert-file.
c033ddef 6318 (ps-setup): Code fix.
b6d0ac87 6319
83aebfe6
VJL
6320 * printing.el (pr-setup, lpr-setup): Code fix.
6321
802efb40
JB
63222004-11-21 Jay Belanger <belanger@truman.edu>
6323
6324 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
6325 (calc-original-buffer): Declare them.
802efb40
JB
6326 (calc-user-formula-alist): New variable.
6327 (calc-user-define-formula, calc-fix-user-formula)
6328 (calc-user-define-composition, calc-finish-formula-edit):
6329 Replace variable `alist' by declared variable.
802efb40
JB
6330 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
6331 (var-q7, var-q7, var-q8, var-q9): Declare them.
6332 (calc-kbd-push): Don't check to see if var-q0 through var-q9
6333 are bound.
802efb40 6334 (calcFunc-typeof): Replace undeclared variable by expression.
802efb40 6335 (math-exp-env): New variable.
58cf70d3 6336 (math-define-body, math-define-exp): Replace exp-env by declared var.
802efb40
JB
6337 (math-define-exp): Replace misplaced variable by expression.
6338
6339 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
6340 (calc-curve-model, calc-curve-coefnames): New variables.
6341 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
6342 varnames, model and coefnames by declared variables.
802efb40
JB
6343 (math-root-widen): New variable.
6344 (math-search-root, math-find-root): Replace variable root-widen by
6345 declared variable.
802efb40
JB
6346 (var-DUMMY): Declare it.
6347 (math-root-vars, math-min-vars): Move the declarations to earlier in
6348 the file.
802efb40 6349 (math-brent-min): Make d a local variable.
802efb40 6350 (math-find-minimum): Replace non-existent variable.
802efb40 6351 (math-ninteg-romberg): Remove unnecessary variable.
802efb40
JB
6352 (math-ninteg-temp): New variable.
6353 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
6354 integ-temp by declared variable.
802efb40
JB
6355 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
6356 New variables.
6357 (math-general-fit): Replace variables first-var, first-coef and
6358 new-coefs by declared variables.
6359 (calcFunc-fitvar): Replace variable first-var by declared variable.
6360 (calcFunc-fitparam): Replace variable first-coef by declared variable.
6361 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
802efb40
JB
6362 (math-all-vars-vars, math-all-vars-found): New variables.
6363 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
6364 found by declared variable math-all-vars-vars.
6365
8e528e73
LT
63662004-11-20 Luc Teirlinck <teirllm@auburn.edu>
6367
6368 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
6369 of `defconst'.
6370
dedbac89
RS
63712004-11-20 Richard M. Stallman <rms@gnu.org>
6372
1668b456
RS
6373 * isearch.el (isearch-mode-map): Don't bind SPC.
6374 (isearch-whitespace-chars): Function deleted.
6375 (isearch-search): Bind search-spaces-regexp.
6376 (isearch-lazy-highlight-search): Likewise.
6377 (search-whitespace-regexp): Doc fix.
6378 (isearch-forward-regexp): Doc fix.
6379
fd6866c8
RS
6380 * emacs-lisp/bytecomp.el (byte-compile-form):
6381 Move the calls to byte-compile-set-symbol-position,
6382 to avoid having two for the same symbol occurrence.
6383
9961365e
RS
6384 * comint.el (comint-input-ring-size): Increase to 150.
6385
8e528e73 6386 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
b27ce24f
RS
6387 New variables.
6388 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
6389 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
6390
58b00d47
RS
6391 * imenu.el (imenu--generic-function):
6392 Ensure we keep moving backward even if BEG isn't further back.
6393
8e528e73 6394 * replace.el (query-replace-read-to, query-replace-read-from):
58b00d47
RS
6395 Specify t for KEEP-ALL in read-from-minibuffer.
6396
6397 * progmodes/python.el (python-switch-to-python):
6398 If Python isn't running, start it.
6399 Don't alter debug-ignored-errors.
6400
6401 * progmodes/cperl-mode.el (cperl-indent-region):
6402 Don't mind imenu-scanning-message.
6403
6404 * bindings.el (global-map): Bind C-e to move-end-of-line.
6405
6406 * simple.el (line-move-finish): New arg FORWARD.
6407 Ignore invisible newlines, not intangible ones.
6408 Conditions for acceptable stopping positions depend on FORWARD.
6409 (line-move): Pass FORWARD arg to line-move-finish.
6410
6d3bce2b
RS
6411 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
6412 of HEADER. Compensate for this change in the code to add display
6413 properties. Don't make the first line intangible.
6414
dedbac89
RS
6415 * info.el (Info-search): Fix previous change.
6416
2f672bb5
TTN
64172004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6418
6419 * Makefile.in (recompile): Revert 2004-11-19 change.
6420 (compile): Likewise.
6421
18cb59e8
LT
64222004-11-19 Luc Teirlinck <teirllm@auburn.edu>
6423
6424 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
6425
b11b1870
VJL
64262004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6427
ad96a7ef 6428 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
99439846 6429 defgroup and defcustom. Eliminate eval-and-compile usage.
ad96a7ef
VJL
6430
6431 * progmodes/ebnf-otz.el: Fix typos.
b11b1870 6432
c85b0022
JB
64332004-11-19 Jay Belanger <belanger@truman.edu>
6434
0434d288
JB
6435 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
6436 (calc-edit-finish, calc-finish-stack-edit): Replace variable
6437 disp-trail by declared variable.
6438
6439 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
6440 (calc-finish-selection-edit): Replace variable disp-trail by
6441 declared variable.
58cf70d3 6442 (calc-selection-cache-entry): Move declaration to earlier in the file.
0434d288
JB
6443 (calc-selection-cache-num, calc-selection-cache-comp)
6444 (calc-selection-cache-offset, calc-selection-true-num)
6445 (calc-final-point-line, calc-final-point-column)
6446 (calc-original-buffer): Declare them.
0434d288
JB
6447 (calc-fnp-op, calc-fnp-num): New variables.
6448 (calc-find-nth-part, calc-find-nth-part-rec)
58cf70d3 6449 (calc-select-previous): Replace op and num by declared variables.
0434d288
JB
6450 (calc-rsf-old, calc-rsf-new): New variables.
6451 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
6452 Replace variables old and new by declared variables.
0434d288
JB
6453 (calc-sel-reselect): New variable.
6454 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
6455 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
6456 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
6457 reselect with declared variable.
6458
c85b0022
JB
6459 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
6460 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
6461 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6462 (math-import-list, math-rewrite-phase): Declare them.
c85b0022 6463 (math-rewrite): Use let* to declare variables.
c85b0022 6464 (calc-rewrite-selection): Make rules a local variable.
c85b0022
JB
6465 (calc-rewr-sel): New variable.
6466 (calc-rewrite-selection, calc-locate-selection-marker)
6467 (calc-rewrite): Use the declared variable calc-rewr-sel instead
6468 of sel.
c85b0022
JB
6469 (math-rewrite-whole-expr): New variable.
6470 (math-rewrite, math-rewrite-phase): Replace variable expr by
6471 declared variable.
c85b0022
JB
6472 (math-rewrite-heads-heads, math-rewrite-heads-skips)
6473 (math-rewrite-heads-blanks ): New variables.
6474 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
6475 heads, skips and blanks by declared variables.
c85b0022
JB
6476 (math-rwcomp-subst-old, math-rwcomp-subst-new)
6477 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
6478 New variables.
6479 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
6480 old, new, old-func and new-func by declared variables.
c85b0022
JB
6481 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
6482 Remove unnecessary variable.
c85b0022
JB
6483 (math-apply-rw-regs): New variable.
6484 (math-apply-rewrites, math-rwapply-replace-regs)
58cf70d3 6485 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
c85b0022
JB
6486 (math-apply-rw-ruleset): New variable.
6487 (math-apply-rewrites, math-rwapply-remember): Replace variable
6488 ruleset by declared variable.
6489
6de891db
RS
64902004-11-19 Richard M. Stallman <rms@gnu.org>
6491
6492 * info.el (Info-search): Use search-whitespace-regexp.
6493
e1c1c5a7
TTN
64942004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6495
6496 * vc-rcs.el (vc-rcs-parse): New function.
6497 (vc-rcs-annotate-command): Likewise.
6498 (vc-rcs-annotate-current-time): Likewise.
6499 (vc-rcs-annotate-time): Likewise.
6500 (vc-rcs-annotate-extract-revision-at-line): Likewise.
6501
087b413d
TTN
65022004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6503
6504 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
6505
c456ee78
JB
65062004-11-18 Jay Belanger <belanger@truman.edu>
6507
58cf70d3 6508 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
c456ee78 6509
9f7a9918
VJL
65102004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6511
6512 * printing.el: Eliminate use of interactive-p and eval-and-compile.
6513 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6514 Use make-temp-file to generate PostScript files in any situation.
6515 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7573a5af
SM
6516 (pr-interactive-p): Eliminate var.
6517 (pr-save-interactive): Eliminate macro.
9f7a9918
VJL
6518 (pr-interface, pr-ps-directory-preview)
6519 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6520 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6521 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6522 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6523 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6524 (pr-ps-region-ps-print, pr-ps-mode-preview)
6525 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6526 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6527 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
6528 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6529 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6530 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6531 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6532 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6533 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6534 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6535 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6536 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
6537 Eliminate pr-save-interactive usage.
7573a5af
SM
6538 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
6539 Eliminate pr-interactive-p usage.
9f7a9918
VJL
6540 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
6541 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
6542 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
6543 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
6544 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
6545 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7573a5af
SM
6546 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
6547 New funs.
9f7a9918
VJL
6548 (pr-ps-file): Use make-temp-file to generate a temporary file.
6549
00a789bd 65502004-11-17 Jay Belanger <belanger@truman.edu>
00a789bd 6551
6abf3a27
SM
6552 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
6553 a local variable.
6abf3a27 6554 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6abf3a27
SM
6555 (math-top-only): New variable.
6556 (math-simplify, math-simplify-step): Replace variable top-only by
00a789bd 6557 declared variable math-top-only.
6abf3a27 6558 (math-simplify-expr): Declare it.
77c99c7f 6559 Replace argument expr in all calls of math-defsimplify by
087b413d 6560 math-simplify-expr.
00a789bd
JB
6561 (math-simplify-plus, math-simplify-times, math-simplify-divide)
6562 (math-simplify-divisor, math-simplify-one-divisor)
6563 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6abf3a27 6564 (math-simplify-pow): Replace variable expr by declared variable
00a789bd 6565 math-simplify-expr.
6abf3a27
SM
6566 (math-simplify-divisor): Remove local variables temp and op.
6567 (math-simplify-one-divisor): Make temp and op local variables.
6abf3a27
SM
6568 (math-simplify-divisor-nover, math-simplify-divisor-dover):
6569 New variables.
6570 (math-simplify-divisor, math-simplify-one-divisor):
6571 Replace variables nover and dover by declared variables.
6abf3a27
SM
6572 (math-expr-subst-new, math-expr-subst-old): New variables.
6573 (math-expr-subst, math-expr-subst-rec): Replace variables new
00a789bd 6574 and old by declared variables.
6abf3a27
SM
6575 (math-is-poly-degree, math-is-poly-loose): New variables.
6576 (math-is-polynomial, math-is-poly-rec): Replace variables degree
00a789bd 6577 and loose by declared variables.
00a789bd 6578 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6abf3a27
SM
6579 (math-polynomial-base, math-polynomial-base-rec):
6580 Replace variables const-ok and mpb-pred by declared variables.
00a789bd 6581
6abf3a27 6582 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
00a789bd 6583
6abf3a27
SM
6584 * calc/calc-ext.el (math-defsimplify): Change the argument in
6585 the created function to math-simplify-expr.
00a789bd 6586
6abf3a27
SM
6587 * calc/calc-units.el (math-simplify-expr): Declare it.
6588 Replace argument expr in all calls of math-defsimplify by
087b413d 6589 math-simplify-expr.
6abf3a27 6590 (math-simplify-units-prod): Replace variable expr by declared
00a789bd
JB
6591 variable math-simplify-expr.
6592
6abf3a27
SM
65932004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
6596 Replace mapcar->dolist, format->string.
6597
c10de401
MB
65982004-11-17 Miles Bader <miles@gnu.org>
6599
6600 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
6601 * progmodes/idlwave.el: Remove RCS keywords.
2da3fbb1
MB
6602
66032004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
6604
6605 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
6606 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
77c99c7f 6607 Update to IDLWAVE version 5.5. Too many changes to list them here.
2da3fbb1
MB
6608 * progmodes/idlw-help.el: New file.
6609
ee31cd78
RS
66102004-11-16 Richard M. Stallman <rms@gnu.org>
6611
6612 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6613 Discard spaces after \i according to TeX rules.
6614
6abf3a27 6615 * international/mule.el (set-buffer-file-coding-system):
ee31cd78
RS
6616 New arg NOMODIFY.
6617 (after-insert-file-set-coding): Pass that new arg.
6618 Prevent set-buffer-multibyte from trying to lock the file.
6619
6620 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
6621
6622 * saveplace.el (save-place): Doc fix.
6623
6624 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
6625 temporarily widen before finding the following word to copy.
6626
6627 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
6628 (cl-map-keymap): Definition deleted.
6629
6630 * subr.el (map-keymap-internal): New function.
6631
6abf3a27
SM
66322004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
6635 when pressing rather than when releasing mouse-2. Simplify.
6636
7573a5af
SM
66372004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
6640 (compilation-mode): Set it here instead.
6641
6642 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
6643
6644 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
6645 (loop, cl-parse-loop-clause, defsetf): Use backquote.
6646
66472004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * progmodes/compile.el (compilation-internal-error-properties):
6650 Fix up a transposition-typo. Check end-col before using it.
6651
ee31cd78
RS
66522004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
6653
6abf3a27 6654 * international/iso-cvt.el (iso-tex2iso-trans-tab):
ee31cd78
RS
6655 Discard whitespace after macro \i when converting it.
6656
b0339ffd
JL
66572004-11-16 Juri Linkov <juri@jurta.org>
6658
6659 * emacs-lisp/find-func.el (find-function-regexp):
6660 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
6661 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
6662 Remove invalid `\W' from [^cgv\W]. Doc fix.
6663 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
6664
ce2bbf6a
LT
66652004-11-15 Luc Teirlinck <teirllm@auburn.edu>
6666
6667 * play/life.el: Maintainer is now FSF.
6668 (life-patterns, life-neighbor-deltas, life-window-start)
6669 (life-current-generation, life-generation-string): Use defvar
6670 instead of defconst.
6671
9c8e6c85
SM
66722004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * progmodes/compile.el (compilation-move-to-column): New fun.
6675 (compilation-internal-error-properties)
6676 (compilation-next-error-function): Use it to make sure we don't go past
6677 the end of line.
6678
fbee29e6
JPW
66792004-11-15 John Paul Wallington <jpw@gnu.org>
6680
6681 * autoinsert.el (auto-insert-alist): Insert the user's name in
6682 copyright notice, rather than Free Software Foundation, for the
6683 Emacs Lisp header case too.
6684
14b84c94
VJL
66852004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6686
6687 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
6688 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6689 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
6690 return the list of string in a string.
6691 (pr-call-process): Message if calling process returns an error, that
6692 is, the exit status is different of zero.
6693
46a73156
JB
66942004-11-15 Jay Belanger <belanger@truman.edu>
6695
9c8e6c85
SM
6696 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
6697 variable var-thing.
9c8e6c85 6698 (math-integ-depth, math-integ-level, math-integral-limit)
46a73156
JB
6699 (math-enable-subst, math-any-substs, math-integ-msg)
6700 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
6701 (math-int-threshold, math-int-factors, math-double-roots)
6702 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
6703 (var-GenCount): Declare these variables.
6704 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9c8e6c85
SM
6705 (math-integral-cache, math-integral-cache-state):
6706 Move declarations to earlier in the file.
46a73156
JB
6707 (math-deriv-var, math-deriv-total, math-deriv-symb)
6708 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
6709 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
6710 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
6711 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
6712 (math-solve-res): New variables
6713 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
6714 (math-integral, math-replace-integral-parts)
6715 (math-integrate-by-parts, calc-dump-integral-cache)
6716 (math-try-integral, math-do-integral, math-do-integral)
9c8e6c85 6717 (math-do-integral-methods, math-try-solve-for)
46a73156
JB
6718 (math-try-solve-prod, math-solve-poly-funny-powers)
6719 (math-solve-crunch-poly, math-decompose-poly)
6720 (math-solve-find-root-term, math-find-root-in-prod)
6721 (math-integ-try-linear-substitutions)
6722 (math-integ-try-substitutions, math-expr-rational-in)
9c8e6c85 6723 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
46a73156
JB
6724 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
6725 (math-solve-for, math-solve-system, math-solve-system-rec)
6726 (math-solve-get-sign, math-solve-get-int)
6727 (math-solve-system-subst): Replace undeclared variables with newly
6728 declared variables.
6729
7573a5af
SM
67302004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * winner.el (winner-active-region, winner-edges, winner-window-list):
6733 Define at toplevel.
6734 (winner-mode-map): Move init inside declaration.
6735
87589a70
LT
67362004-11-14 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * files.el (convert-standard-filename): Doc fix.
6739
b14f1885
DP
67402004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
6741
9c8e6c85 6742 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
b14f1885
DP
6743 passwd, group, shadow, default/* and pam.d/*.
6744
bf490c7b
VJL
67452004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6746
6747 * printing.el (pr-menu-spec): Adjust menu specification.
6748
6367b616
VJL
67492004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6750
6751 * printing.el: Doc fix. Insert :version tag into all defcustom.
572f248f
SM
6752 Handle interactive-p as is recommended in Emacs Lisp Reference.
6753 Set the file permission bits for newly created files.
6754 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6755 The printing menu specification (in `pr-menu-spec') was merged.
6756 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6367b616
VJL
6757 (pr-version): New version number (6.8.3).
6758 (pr-file-modes): New option.
6759 (pr-interactive-p): New var.
6760 (pr-save-interactive, pr-save-file-modes): New macros.
6761 (pr-setup): Code fix.
6762 (pr-menu-spec): Menu specification merged.
6763 (pr-call-process, pr-text2ps): Set file permission bits.
6764 (pr-despool-print): Set file permission bits. Handle interactive-p as
6765 is recommended.
6766 (pr-interface, pr-ps-directory-preview)
6767 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6768 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6769 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6770 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6771 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6772 (pr-ps-region-ps-print, pr-ps-mode-preview)
6773 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6774 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6775 (pr-despool-using-ghostscript, pr-despool-ps-print)
6776 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6777 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6778 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6779 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6780 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6781 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6782 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6783 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6784 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
6785 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
6786 Handle interactive-p as is recommended.
6787
572f248f
SM
67882004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
6791 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
6792
6793 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
6794 so it doesn't forget to highlight the beginning of the region either.
6795
955afc13
DP
67962004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
6797
6798 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
6799 (c-font-lock-init): Eliminate obsolete make-local-hook.
6800 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6801 (awk-mode): Use run-mode-hooks.
6802
6803 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
6804
5596fbf1
KS
68052004-11-13 Kim F. Storm <storm@cua.dk>
6806
6807 * mouse.el (mouse-drag-copy-region): Add :version.
6808 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
6809 while dragging mode line, so mode line can be dragged downwards.
6810 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
6811 while pressing mouse button so window doesn't scroll until we
6812 release the mouse if clicking on partially visible line.
6813
68d1b30d
JB
68142004-11-12 Jay Belanger <belanger@truman.edu>
6815
8571856b 6816 * calc/calc-graph.el (calc-dumb-map): Declare it.
68d1b30d 6817 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8571856b 6818 than unbound.
68d1b30d
JB
6819 (calc-graph-name): Made `end' a local variable.
6820 (calc-graph-lookup): Made `varname' a local variable.
8571856b
KS
6821 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
6822 Declare them.
572f248f 6823 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8571856b 6824 (calc-graph-plot, calc-graph-compute-3d): Remove references to
68d1b30d 6825 the unused variable y3vec.
572f248f 6826 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8571856b
KS
6827 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
6828 calc-graph-prev-kill-hook.
68d1b30d
JB
6829 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
6830 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
6831 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
6832 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
6833 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
6834 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
6835 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
6836 (calc-graph-y3value, calc-graph-y3name)
6837 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
6838 (calc-graph-stepcount, calc-graph-is-splot)
6839 (calc-graph-surprise-splot, calc-graph-blank)
8571856b 6840 (calc-graph-non-blank, calc-graph-curve-num): New variables.
68d1b30d
JB
6841 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
6842 (calc-graph-recompute-2d, calc-graph-compute-3d)
8571856b
KS
6843 (calc-graph-format-data): Replace undeclared variables with the
6844 above newly declared variables.
68d1b30d 6845
7c7d4075
EZ
68462004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
6847
f431a910
EZ
6848 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
6849 `rsf-beep' and `rsf-sleep-after-message'.
6850
7c7d4075
EZ
6851 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
6852 list if `message-sender' is non-nil.
6853
63cd5734
EZ
68542004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6855
6856 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
6857 consing by using mapc instead of mapcar.
6858
cf66c8aa
NR
68592004-11-12 Nick Roberts <nickrob@snap.net.nz>
6860
6861 * tooltip.el (require): Explain why CL is needed.
6862
e22c7647
VJL
68632004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6864
6865 * printing.el: Insert :version into defgroup (printing). All reference
6866 to Files option in menubar were changed to File.
6867 (pr-version): New version number (6.8.2).
6868 (pr-get-symbol): Call easy-menu-intern.
6869 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
6870 compilation gripes.
6871
977b50fb
SM
68722004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6873
036cf769
SM
6874 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
6875 new byte-compile-function-environment binding to t.
6876
6877 * font-lock.el (font-lock-fontify-syntactically-region):
6878 Don't forget to highlight the last char when we hit `end'.
6879
6880 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
6881 (mwheel-scroll): Adjust accordingly.
6882
6883 * cvs-status.el: Reduce spurious warnings.
6884 (cvs-status-checkout): Remove.
6885 (cvs-status-mode-map): Use cvs-mode-checkout instead.
6886
6887 * pcvs.el (cvs-mode-checkout): New command.
6888
8cece98a
SM
6889 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
6890
6891 * tooltip.el: Require CL.
6892
977b50fb
SM
6893 * emacs-lisp/bytecomp.el: Use push.
6894 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
6895 (defalias): Remove the `byte-compile' property and add
6896 a `byte-hunk-handler'.
6897
be4b3ae8
JL
68982004-11-11 Juri Linkov <juri@jurta.org>
6899
6900 * info.el (Info-search): Save match data for isearch.
6901 Skip Tag Table node.
6902
6903 * descr-text.el (describe-char): Replace syntax-after with code
6904 from its previous version.
6905
6906 * files.el (magic-mode-alist): Use optimization for SGML mode too.
6907 (set-auto-mode): Doc fix. Remove unused variable `xml'.
6908
6909 * international/mule.el (sgml-html-meta-auto-coding-function):
6910 Remove > after <html to allow HTML attributes.
6911
fe1f8500
JB
69122004-11-11 Jay Belanger <belanger@truman.edu>
6913
8cece98a
SM
6914 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
6915 a variable.
6916 (calcFunc-dfac): Replace unbound max by n.
13643b5f
JB
6917 (math-stirling-local-cache): New variable.
6918 (math-stirling-number, math-stirling-1, math-stirling-2):
8cece98a
SM
6919 Replace the variable `cache' by the declared variable
6920 math-stirling-local-cache.
6921 (var-RandSeed): Declare it as a variable.
13643b5f 6922 (math-init-random-base, math-random-digit): Don't check to see if
8cece98a 6923 var-RandSeed is bound.
13643b5f 6924 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8cece98a 6925 Declare them instead of just setting them.
13643b5f
JB
6926 (math-init-random-base): Made i a local variable.
6927 (math-random-digit): Made math-random-last a local variable.
8cece98a 6928 (math-prime-test-cache): Move declaration to before it is used.
13643b5f
JB
6929 (math-prime-test-cache-k, math-prime-test-cache-q)
6930 (math-prime-test-cache-nm1, math-prime-factors-finished):
8cece98a 6931 Declare them as variables.
13643b5f 6932
8cece98a 69332004-11-11 Jay Belanger <belanger@truman.edu>
13643b5f 6934
fe1f8500 6935 * calc/calc-ext.el (math-defcache): Use defvar for the new
977b50fb 6936 variables it creates.
fe1f8500 6937
af61551b
LH
69382004-11-11 Lars Hansen <larsh@math.ku.dk>
6939
8cece98a
SM
6940 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
6941 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
6942 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
6943 (desktop-save): Add :version.
af61551b 6944
3a502e66
SM
69452004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * printing.el (pr-get-symbol): Don't downcase.
6948
4726a1df 69492004-11-10 Jay Belanger <belanger@truman.edu>
3a502e66 6950
4726a1df 6951 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3a502e66 6952 string to kill-ring.
4726a1df
JB
6953
6954 * calc/calc-aent.el (calc-alg-exp, math-toks)
6955 (math-exp-pos,math-exp-old-pos, math-exp-token)
3a502e66
SM
6956 (math-exp-keep-spaces, math-exp-str): New variables.
6957 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4726a1df
JB
6958 (calcAlg-enter): Use declared variable calc-alg-exp.
6959 (math-build-parse-table, math-find-user-token): Use declared
3a502e66 6960 variable math-toks.
4726a1df
JB
6961 (math-read-exprs, math-read-token, calc-check-user-syntax)
6962 (calc-match-user-syntax, match-factor-after, math-read-factor):
6963 Use declared variables math-exp-pos math-exp-old-pos.
6964 (math-read-exprs, math-read-token, math-read-expr-level)
6965 (calc-check-user-syntax, calc-match-user-syntax)
6966 (match-factor-after, math-read-factor): Use declared variable
8571856b 6967 math-exp-token.
4726a1df 6968 (math-read-exprs, math-read-expr-list, math-read-token)
3a502e66 6969 (math-read-factor): Use declared variable math-exp-keep-spaces.
4726a1df
JB
6970 (math-read-exprs, math-read-token): Use declared variable
6971 math-exp-str.
8571856b 6972 (calc-match-user-syntax): Make m a local variable.
4726a1df
JB
6973
6974 * calc/calc-ext.el (math-read-expr): Use declared variables
3a502e66 6975 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4726a1df
JB
6976 math-exp-keep-spaces.
6977
6978 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3a502e66 6979 variables math-exp-pos, math-exp-str.
4726a1df
JB
6980
6981 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8571856b 6982 math-exp-old-pos.
4726a1df
JB
6983 (math-parse-fortran-vector, math-parse-fortran-vector-end)
6984 (math-parse-eqn-prime): Use declared variable math-exp-token.
6985
6986 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3a502e66 6987 Use declared variable math-exp-pos.
4726a1df
JB
6988 (math-check-for-commas): Use declared variable math-exp-str.
6989 (math-read-brackets): Use declared variables math-exp-old-pos,
6990 math-exp-keep-spaces.
3a502e66
SM
6991 (math-read-brackets, math-read-vector, math-read-matrix):
6992 Use declared variable math-exp-token.
4726a1df 6993
e9146d5a
SM
69942004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6995
9c8e6c85
SM
6996 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
6997 where the keymap is a symbol.
6998 (easy-menu-add-item): Use keymap-prompt. Simplify.
6999
32a0479a
SM
7000 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
7001
e9146d5a
SM
7002 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
7003 (sgml-parse-tag-backward): Use it to skip spurious < or >.
7004
86523fac
TTN
70052004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
7006
7007 * ebuff-menu.el: Doc fixes throughout.
7008 (electric-buffer-menu-mode-hook): New defvar.
7009
df388ce6
NR
70102004-11-10 Nick Roberts <nickrob@snap.net.nz>
7011
7012 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
32a0479a 7013 compilation. The resulting compiler warnings appear to be harmless.
df388ce6 7014
dd0f1553
DP
70152004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
7016
7017 * textmodes/conf-mode.el: New file.
7018
7019 * files.el (auto-mode-alist, magic-mode-alist): Use it.
7020
e9146d5a
SM
70212004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
7024
6d37f0f1
JB
70252004-11-09 Jay Belanger <belanger@truman.edu>
7026
7027 * calc/calc-ext.el (calc-init-extensions): Remove old code.
7028
7029 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
dd0f1553 7030 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
6d37f0f1 7031 (calc-z-prefix-help, calc-user-function-list): Use declared
dd0f1553 7032 variables calc-z-prefix-buf, calc-z-prefix-msgs.
6d37f0f1 7033 (math-map-tree, math-map-tree-rec): Use declared variables
dd0f1553 7034 math-mt-many, math-mt-func.
6d37f0f1 7035 (math-read-expression, math-read-string): Use declared variable
dd0f1553
DP
7036 math-expr-data.
7037
6d37f0f1 7038 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
dd0f1553 7039 variable math-normalize-a.
6d37f0f1
JB
7040
7041 * calc/calc.el (math-normalize-a): New variable.
7042 (math-normalize): Use declared variable math-normalize-a.
7043
7044 * calc/calc-poly.el (math-expand-form): Use declared variable
dd0f1553 7045 math-mt-many.
6d37f0f1 7046
e9146d5a
SM
7047 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7048 Use declared variable math-mt-many.
6d37f0f1
JB
7049 (math-rewrite): Use declared variable math-mt-func.
7050
7051 * calc/calc-vec.el (math-read-brackets, math-read-vector)
dd0f1553 7052 (math-read-matrix): Use declared variable math-expr-data.
6d37f0f1
JB
7053
7054 * calc/calc-lang.el (math-parse-fortran-vector)
7055 (math-parse-fortran-vector-end, math-parse-tex-sum)
7056 (math-parse-eqn-matrix, math-parse-eqn-prime)
dd0f1553 7057 (math-read-math-subscr): Use declared variable math-expr-data.
6d37f0f1
JB
7058
7059 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
7060 (math-read-expr-level, math-read-token, calc-check-user-syntax)
7061 (calc-match-user-syntax, math-read-if, math-factor-after)
dd0f1553 7062 (math-read-factor): Use declared variable math-expr-data.
6d37f0f1 7063
b4f8e43e
GM
70642004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7065
7066 * calendar/diary-lib.el (diary-from-outlook)
7067 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
32261ad3 7068 interactive-p; but rather new optional argument NOCONFIRM.
b4f8e43e 7069
32a0479a 70702004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
0c90b629
SM
7071
7072 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
7073 (easy-menu-name-match): Revert correspondingly.
7074
a7a7ddf1
RS
70752004-11-09 Richard M. Stallman <rms@gnu.org>
7076
7077 * emacs-lisp/bytecomp.el (byte-compile-defalias):
7078 Turn off warnings for the new function even if definition not constant.
7079 If the definition isn't a quoted symbol, record (FUNCTION . t).
7080 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
7081 (byte-compile-callargs-warn): Handle (FUNCTION . t).
7082 (display-call-tree, byte-compile-arglist-warn):
7083 Handle t returned by byte-compile-fdefinition.
7084
84c2fd9f
JD
70852004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7086
366fc3f9
JD
7087 * Makefile.in (maintainer-clean): Depend on distclean.
7088
84c2fd9f
JD
7089 * help-fns.el (help-C-file-name): File name must be in build-files
7090 to be returned.
7091
6b644e8d
JB
70922004-11-09 Jay Belanger <belanger@truman.edu>
7093
7094 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
0c90b629
SM
7095 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
7096
7097 * calc/calc.el (calc, calc-trail-display, calc-mode):
7098 Remove obsolete sections.
6b644e8d 7099
0c90b629 7100 * calc/calc.el (calc-x-paste-text): Remove.
6b644e8d 7101
0c90b629
SM
7102 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
7103 mouse-2.
6b644e8d 7104
ec3dd752
NR
71052004-11-09 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
7108 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
7109 current frame (in case of recursive calls).
7110 (gdb-show-changed-values): Add :version keyword.
7111
a778cf63
KH
71122004-11-09 Kenichi Handa <handa@m17n.org>
7113
7114 * international/mule-cmds.el: Change coding: tag back to
7115 iso-2022-7bit.
7116
0c90b629
SM
71172004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7118
0c90b629
SM
7119 * international/mule-cmds.el: Change coding-system to utf-8.
7120 (select-safe-coding-system-interactively):
7121 New function extracted from select-safe-coding-system.
7122 (select-safe-coding-system): Use it.
7123
1efc19eb
RS
71242004-11-08 Richard M. Stallman <rms@gnu.org>
7125
7126 * subr.el (syntax-after): Doc fix.
7127
7128 * paren.el (show-paren-function): Change calls to syntax-after
7129 for new way of returning the value.
7130
7131 * menu-bar.el (menu-bar-file-menu): Make this the real name
7132 and menu-bar-files-menu the alias. Use the former.
7133 (global-map): Use `file', not `files', as the symbol.
7134
7135 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
7136
7137 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
7138 Don't use beginning-of-buffer.
7139 (filesets-cmd-show-result): Use with-no-warnings.
7140
b056d9cb
JL
71412004-11-08 Juri Linkov <juri@jurta.org>
7142
7143 * progmodes/compile.el (compile): Don't overwrite last command in
7144 minibuffer history with default command if they are not equal.
7145
3c29dab1
JB
71462004-11-08 Jay Belanger <belanger@truman.edu>
7147
7148 * calc/calcalg2.el (math-do-integral-methods): Try linear then
0c90b629 7149 non-linear substitutions.
3c29dab1 7150
bd6bda79
JB
71512004-11-08 Jay Belanger <belanger@truman.edu>
7152
7153 * calc/calcalg2.el (math-linear-subst-tried): New variable.
0c90b629 7154 (math-do-integral): Set `math-linear-subst-tried' to nil.
bd6bda79 7155 (math-do-integral-methods): Use `math-linear-subst-tried' to
0c90b629
SM
7156 determine what type of substitution to try.
7157 (math-integ-try-linear-substituion):
7158 Set `math-linear-subst-tried' to t.
bd6bda79 7159
85c38542
KS
71602004-11-08 Kim F. Storm <storm@cua.dk>
7161
7162 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
7163
91337c1f
JL
71642004-11-07 Juri Linkov <juri@jurta.org>
7165
7166 * info-look.el (info-lookup): Allow reusing in the current buffer
7167 not only *info* buffer, but all (even renamed) Info buffers
7168 by checking for major-mode instead of *info* buffer name.
7169 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
7170 (octave-mode, maxima-mode) <doc-spec>:
7171 Allow long dashes generated by Texinfo 4.7 before definitions.
7172 (texinfo-mode) <doc-spec>: Add space to suffix to find command
7173 definitions with argument separated by space.
7174
551373ea
RS
71752004-11-06 Richard M. Stallman <rms@gnu.org>
7176
7177 * simple.el (next-error group, face): Move before first use.
7178 (next-error-highlight, next-error-highlight-no-select): Likewise.
1efc19eb 7179
0c90b629 7180 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
551373ea
RS
7181 (line-move): New args NOERROR and TO-END.
7182 Return t if if succeed in moving specified number of lines.
7183 (move-end-of-line): New function.
1efc19eb
RS
7184
7185 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
7186 (end-of-buffer-other-window): Likewise.
551373ea
RS
7187
7188 * simple.el (line-move-ignore-invisible): Default to t.
7189
7190 * subr.el (syntax-after): Return the syntax letter, not the raw code.
7191
7192 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
7193
0c90b629
SM
7194 * international/iso-cvt.el (iso-cvt-define-menu):
7195 Rename menu-bar-files-menu to menu-bar-file-menu.
551373ea
RS
7196
7197 * net/browse-url.el (browse-url-gnome-moz-program)
7198 (browse-url-gnome-moz-arguments): Move up before first use.
7199
7200 * net/tramp.el (tramp group): Add :version.
7201
0c90b629 7202 * progmodes/ada-xref.el (ada-gdb-application):
551373ea
RS
7203 Use goto-char instead of beginning-of-buffer.
7204
0c90b629 7205 * progmodes/cperl-mode.el (cperl-info-on-command):
551373ea
RS
7206 Use goto-char instead of beginning-of-buffer.
7207
0c90b629 7208 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
551373ea
RS
7209 Move up before first use.
7210 (idlwave-shell-temp-pro-file): Likewise.
7211 (idlwave-shell-temp-rinfo-save-file): Likewise.
7212 (idlwave-shell-temp-file): Minor doc fix.
7213
7214 * textmodes/flyspell.el (flyspell-external-point-words):
7215 Use goto-char instead of beginning-of-buffer.
7216
e7b52b6d
KG
72172004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
7218
0c90b629
SM
7219 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
7220 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
c37ee7cb 7221 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
e7b52b6d 7222
59341ff0
DP
72232004-11-06 David Ponce <david@dponce.com>
7224
7225 * recentf.el (recentf-menu-path): Use menu item name.
7226
6159c232
EZ
72272004-11-06 Eli Zaretskii <eliz@gnu.org>
7228
7229 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
7230 display doesn't support images.
7231
cffe562a
AS
72322004-11-06 Andreas Schwab <schwab@suse.de>
7233
803a05c2
AS
7234 * tempo.el (tempo-match-finder): Doc fix.
7235
cffe562a
AS
7236 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
7237
32a0479a 72382004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
98961e08
AS
7239
7240 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
7241 (easy-menu-lookup-name): New fun to replace it.
7242 (easy-menu-get-map): Use it to obey menu item names (rather than just
7243 keys) when looking up `path'.
7244 (easy-menu-always-true-p): Rename from easy-menu-always-true.
7245 (easy-menu-convert-item-1): Adjust to new name.
7246
27540e81
EZ
72472004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
7248
7249 * outline.el (hide-body): Don't hide lines at the top of the file
7250 that precede the first header line.
7251
14e32dd3
EZ
72522004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
7253
7254 * align.el (align-areas): Delete whitespace before reindenting, so
7255 that tabs are never placed after spaces.
7256
4d79b874
EZ
72572004-11-06 Alan Shutko <ats@acm.org>
7258
7259 * macros.el (insert-kbd-macro): Do completions based on macros,
7260 rather than all commands.
7261
16d24ae8
EZ
72622004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
7263
7264 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
7265 to solve a bug whereby tags with 'b' don't match.
7266
3296d21b
JL
72672004-11-05 Juri Linkov <juri@jurta.org>
7268
7269 * info.el (Info-search): Don't search in node header lines
7270 and file headers.
7271
7272 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
7273 symbol-constituent characters after dot, not only digits.
7274
5dcd636b
DP
72752004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
7276
0c90b629 7277 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5dcd636b 7278
8d9e2a49
JD
72792004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7280
7281 * dired.el (dired-read-dir-and-switches): Call read-directory-name
7282 if a dialog will be used, read-file-name otherwise.
5dcd636b 7283
fb54e72e
RS
72842004-11-04 Richard M. Stallman <rms@gnu.org>
7285
7286 * textmodes/table.el (table group): Add :version.
7287
5dcd636b 7288 * textmodes/ispell.el (ispell-word):
fb54e72e
RS
7289 Don't alter args; set them only thru `interactive' spec.
7290
7291 * textmodes/flyspell.el (flyspell-word):
7292 Don't alter FOLLOWING; set it only thru `interactive' spec.
7293
7294 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
7295
7296 * net/browse-url.el (browse-url-maybe-new-window):
7297 Use called-interactively-p.
7298
5dcd636b 7299 * mail/supercite.el (sc-cite-region):
fb54e72e
RS
7300 Don't use interactive-p. Add arg INTERACTIVE.
7301 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
7302
5dcd636b 7303 * international/mule-cmds.el (set-input-method, toggle-input-method):
fb54e72e
RS
7304 Don't use interactive-p. Add arg INTERACTIVE.
7305
7306 * eshell/esh-mode.el (eshell-show-maximum-output):
7307 Don't use interactive-p.
7308 (eshell-truncate-buffer): Just message, no error, if buffer is short.
7309
7310 * mouse.el (mouse-show-mark): Get positions to delete from mark
7311 and point, not from mouse-drag-overlay.
7312
7313 * imenu.el (imenu-eager-completion-buffer): Add :version.
7314
7315 * filesets.el (filesets group): Add :version.
7316
6a36ed14
DP
73172004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
7318
7319 * files.el (xml-based-modes): Delete var.
7320 (magic-mode-alist): New more general var.
7321 (set-auto-mode): Use it.
7322
7323 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
7324 when clicking from another window.
7325
f36e4afe
TTN
73262004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
7327
b44a1825
TTN
7328 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
7329 (vc-cvs-annotate-time): Incorporate value of deleted var.
7330 Remove special-case handling of beginning-of-buffer cruft.
7331 Cache ending position (point) and return value in text property
7332 `vc-cvs-annotate-time', and consult it on subsequent invocations.
7333
cd227df3
TTN
7334 * vc-cvs.el (vc-cvs-annotate-command):
7335 Delete extraneous lines from beginning of buffer.
7336 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
7337
02b73b97
TTN
7338 * progmodes/grep.el (grep-default-command): Take empty string
7339 for tag if all other methods yield nil. Shell-quote the tag.
7340
f36e4afe
TTN
7341 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
7342 spec in `interactive' form, and mention it in the docstring.
2e734353 7343 Also, make sure point is at bol after calling `annotate-time'.
f36e4afe 7344
29bb7127
RS
73452004-11-02 Richard M. Stallman <rms@gnu.org>
7346
fb54e72e
RS
7347 * cus-edit.el (customize-group-other-window):
7348 Select the window that displays the custom buffer.
7349 (custom-buffer-create-other-window): Likewise.
7350
7351 * comint.el (comint-insert-input): Fix previous change.
7352
29bb7127
RS
7353 * emacs-lisp/elp.el (elp-instrument-function):
7354 Use called-interactively-p.
7355
7356 * emacs-lisp/easymenu.el (easy-menu-intern):
7357 Don't downcase; rather, case-flip the first letter of each word.
7358
7359 * emacs-lisp/easy-mmode.el (define-minor-mode):
7360 Use called-interactively-p.
7361
7362 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7363 Add interactive-only.
7364 (byte-compile-warnings): Add interactive-only as option.
7365 (byte-compile-interactive-only-functions): New variable.
7366 (byte-compile-form): Warn about calls to functions
7367 in byte-compile-interactive-only-functions.
7368
7369 * emacs-lisp/autoload.el (update-file-autoloads):
7370 Don't use interactive-p; take new arg SAVE-AFTER.
7371
7372 * emacs-lisp/advice.el (ad-make-advised-definition):
7373 Use called-interactively-p.
7374
46bfc73b
JD
73752004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7376
7377 * files.el (find-file-existing): New function.
7378
7379 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
7380 find-file-existing. Add "New File..." that calls find-file.
7381
424b9d3e 7382 * diropen.pbm, diropen.xpm: New files.
f36e4afe 7383
46bfc73b
JD
7384 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
7385 icon diropen. New tool bar item find-file-existing uses icon open.
7386
7387 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
7388 instead of read-file-name.
7389
fba8240f
GM
73902004-11-02 Ulf Jasper <ulf.jasper@web.de>
7391
7392 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
7393 (icalendar--split-value): Change name of work buffer.
7394 (icalendar--get-weekday-abbrev): Return nil on error.
7395 (icalendar--date-to-isodate): New function.
7396 (icalendar-convert-diary-to-ical)
7397 (icalendar-extract-ical-from-buffer): Use only two args for
7398 make-obsolete (XEmacs compatibility).
0c90b629 7399 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
fba8240f
GM
7400 (icalendar-export-region): Doc fix.
7401 If error, return non-nil and write errors to a buffer.
7402 Use correct weekday for weekly recurring events.
7403 Check whether date has been parsed for ordinary events.
7404 Make weekly events start in the year 2000.
7405 DTEND is non-inclusive, shift end date by one day if
7406 necessary (not for entries that have date and time).
7407 Rename local let variables: oops -> found-error, datestring ->
7408 startdatestring.
7409
23ed65c0
KS
74102004-11-02 Kim F. Storm <storm@cua.dk>
7411
ad8d994c
KS
7412 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
7413 keep-mode-if-same variable. Add it as optional arg instead.
7414 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
7415
3fc26d48
KS
7416 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
7417 substitute-command-keys will select lower-case bindings like those
7418 used in the static help texts.
7419
1b25dccd
KS
7420 * descr-text.el (describe-text-properties): Don't err if called in
7421 the *Help* buffer; output to *Help-2* buffer instead.
7422
23ed65c0
KS
7423 * kmacro.el (group kmacro): Add :version.
7424 (kmacro-keyboard-quit): New function to cleanup on C-g.
7425 (kmacro-start-macro): Set defining-kbd-macro to append when
7426 appending to last macro.
7427
7428 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
7429
f73f9708
NR
74302004-11-02 Nick Roberts <nickrob@snap.net.nz>
7431
7432 * progmodes/gdb-ui.el (gdb-enable-debug-log)
7433 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
7434 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
7435 Add :version keyword.
7436
23ed65c0 74372004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
97d83988 7438
0c90b629
SM
7439 * progmodes/flymake.el (flymake-err-line-patterns):
7440 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12e46b00 7441 `compilation-error-regexp-alist-alist' to internal Flymake format.
23ed65c0 7442
77c99c7f 7443 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12e46b00 7444
23ed65c0
KS
74452004-11-01 Jay Belanger <belanger@truman.edu>
7446
0c90b629
SM
7447 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
7448 with `interactive "s"'.
23ed65c0 7449
df0a91e2
JD
74502004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7451
11fd50f7
SM
7452 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7453 Revert change from 2004-10-16. '*' checks the current buffer, but the
df0a91e2
JD
7454 mouse click may be in another buffer.
7455
2b601e1c
JPW
74562004-11-01 John Paul Wallington <jpw@gnu.org>
7457
7458 * files.el (large-file-warning-threshold): Add :version keyword.
7459 (kill-some-buffers): Doc fix.
7460
7461 * thumbs.el (group thumbs): Add :version keyword.
7462
2c10c0f0
JPW
7463 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
7464
2d1ef312
RS
74652004-11-01 Richard M. Stallman <rms@gnu.org>
7466
29bb7127
RS
7467 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
7468
7469 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
7470
2d1ef312
RS
7471 * allout.el (allout group): Add :version.
7472 (allout-init): Don't use interactive-p.
7473 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11fd50f7 7474 (allout-forward-current-level, allout-backward-current-level):
2d1ef312
RS
7475 Don't use interactive-p.
7476
7477 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
7478 (bibtex-find-text): Likewise.
7479
7480 * progmodes/vhdl-mode.el (vhdl-fill-region)
7481 (vhdl-beginning-of-statement): Don't use interactive-p.
7482
7483 * progmodes/idlwave.el (idlwave-update-routine-info):
7484 Don't use interactive-p.
7485
7486 * progmodes/idlw-shell.el (idlwave-shell-send-char):
7487 Don't use interactive-p.
7488
11fd50f7 7489 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2d1ef312
RS
7490 Don't use interactive-p.
7491
7492 * progmodes/ada-xref.el (ada-make-body-gnatstub):
7493 Don't use interactive-p.
7494
7495 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
7496 (fortune-in-buffer): Doc fix.
7497
7498 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
7499
7500 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
7501 don't select the temporary buffer.
7502 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
7503 (eudc-get-phone): Likewise.
7504
5bad6053
KS
75052004-11-01 Kim F. Storm <storm@cua.dk>
7506
7507 * man.el (Man-xref-normal-file): Fix help-echo.
7508
11fd50f7
SM
75092004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * reveal.el (reveal-last-tick): New var.
7512 (reveal-post-command): Use it to avoid closing overlays when we're
7513 appending text to them.
7514
e0dc0c55
SM
75152004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7516
7517 * textmodes/bibtex.el: Require button.
7518 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
7519 (bibtex-reference-keys): Distinguish between header keys and
7520 crossref keys.
7521 (bibtex-beginning-of-field): New function.
7522 (bibtex-url-map): Remove.
7523 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
7524 (bibtex-font-lock-url-regexp): Assume that field names begin at
7525 the beginning of a line.
7526 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
7527 Remove field delimiters. Use bibtex-beginning-of-field.
7528 Bugfix, point can be inside a field with a url.
7529 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
7530 New functions.
7531 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
7532 (bibtex-key-in-head): Simplify.
7533 (bibtex-current-line): Use bolp.
7534 (bibtex-parse-keys): Remove unused arg `add'.
7535 Use bibtex-type-in-head and bibtex-key-in-head.
7536 (bibtex-parse-entry, bibtex-autofill-entry):
7537 Use bibtex-type-in-head and bibtex-key-in-head.
7538 (bibtex-autokey-get-field): Do not alter case of replacement text.
7539 (bibtex-autokey-get-names): Do all processing of name list.
7540 (bibtex-autokey-get-year): New function.
7541 (bibtex-autokey-get-title): Do all processing of title words.
7542 (bibtex-generate-autokey): Simplify.
7543 (bibtex-string-files-init): Use default-directory.
7544 Allow for absolute file names in bibtex-string-files.
7545 (bibtex-files, bibtex-file-path): New variables.
7546 (bibtex-files-expand): New function.
7547 (bibtex-find-entry-globally): New command.
7548 (bibtex-summary-function): New variable.
7549 (bibtex-summary): Default value of bibtex-summary-function.
7550 (bibtex-find-crossref): New optional args pnt and split.
7551 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
7552 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
7553 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
7554 Fix handling of required and alternative fields.
7555 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
7556 Use cons and display-buffer.
7557 (bibtex-validate-globally): New command.
7558 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
7559 bibtex-parse-keys and bibtex-parse-strings for updating
7560 bibtex-reference-keys and bibtex-strings.
7561 (bibtex-realign): Remove blank lines past the last entry.
7562 (bibtex-reformat): Use bibtex-entry-format as default.
7563 (bibtex-choose-completion-string): Remove.
7564 (bibtex-complete): Do not use bibtex-choose-completion-string.
7565 (bibtex-url): Simplify.
7566
67156185
JD
75672004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7568
7569 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
7570 (x-dnd-types-alist, x-dnd-open-file-other-window)
7571 (x-dnd-known-types): Add :version.
7572
d98410ed
JPW
75732004-10-31 John Paul Wallington <jpw@gnu.org>
7574
7575 * ibuffer.el (group ibuffer): Add :version keyword.
7576
ad1432ee
KS
75772004-10-31 Kim F. Storm <storm@cua.dk>
7578
7579 * ido.el (group ido): Add :version keyword.
7580 (ido-mode): Remove :version keyword.
7581
7582 * emulation/cua-base.el (group cua): Add :version keyword.
7583 (cua-mode): Remove :version keyword.
7584
be203836
LT
75852004-10-30 Luc Teirlinck <teirllm@auburn.edu>
7586
0a306700
LT
7587 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
7588
be203836
LT
7589 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
7590 compiler warning.
7c26939b
LT
7591 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
7592 function.
7593 (help-at-pt-display-when-idle): Remove autoload.
be203836 7594
11fd50f7 75952004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5459bcdf
SM
7596
7597 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
7598
d6288299
JL
75992004-10-30 Juri Linkov <juri@jurta.org>
7600
7601 * help.el (function-called-at-point):
5459bcdf 7602 * help-fns.el (variable-at-point): Read -> intern.
d6288299 7603
707994d2
SJ
76042004-10-30 Simon Josefsson <jas@extundo.com>
7605
5459bcdf
SM
7606 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7607 Recognize AS_* too.
707994d2 7608
266725f1
SJ
76092004-10-29 Simon Josefsson <jas@extundo.com>
7610
7611 * subr.el (read-passwd): Move back from password.el.
7612
7613 * password.el: Remove, not ready yet.
7614
88aab7b4
AS
76152004-10-29 Andreas Schwab <schwab@suse.de>
7616
7617 * speedbar.el (speedbar-frame-parameters): Improve customize type.
7618
ab60bd74
SS
76192004-10-29 Sam Steingold <sds@gnu.org>
7620
f946e47e 7621 * mouse.el (mouse-show-mark): Replace the last occurrence of
ab60bd74
SS
7622 x-lost-selection-hooks with x-lost-selection-functions.
7623
11fd50f7 76242004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
7625
7626 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
7627 x-lost-selection-functions is bound.
7628
7629 * mouse-sel.el (mouse-sel-mode):
7630 * emacs-lisp/lselect.el: Adjust to new names for
7631 x-(lost|sent)-selection-functions.
7632
7633 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
7634 New obsolete aliases of x-lost-selection-functions and
7635 x-sent-selection-functions.
7636
a00725c7
KS
76372004-10-28 Kim F. Storm <storm@cua.dk>
7638
7639 * imenu.el (imenu-scanning-message): Remove.
7640 (imenu-progress-message): Make it a no-op.
7641
8a9cdb8d
JPW
76422004-10-28 John Paul Wallington <jpw@gnu.org>
7643
7644 * files.el (set-auto-mode): Call `throw' correctly.
7645
02c9f5cd
JL
76462004-10-28 Juri Linkov <juri@jurta.org>
7647
7648 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
7649 to search `Info-...' commands in `info' manual.
7650 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7651 Add 'info-file "emacs" property.
7652 (Info-find-emacs-command-nodes): Fix index line number regexp.
7653 Set real line number (instead of fake 0) in first element of the
7654 returned list.
7655 (Info-goto-emacs-command-node): Use line number of first element
7656 to set point in the first found Info node.
7657
7658 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
7659 code to `grep-mode-font-lock-keywords'.
7660 (grep-mode-font-lock-keywords): Delete grep markers instead
7661 of making them invisible.
7662
f4982064
JD
76632004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7664
7665 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
7666 and x-server-version in bug report.
7667
521cf174
DP
76682004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
7669
7670 * files.el (set-auto-mode-0): New function.
7671 (set-auto-mode): Use it to handle aliased modes and to
7672 be consistent between C-x C-f and C-x C-w.
7673
16a3d4e5
KH
76742004-10-28 Kenichi Handa <handa@m17n.org>
7675
5459bcdf
SM
7676 * international/utf-8.el (utf-translate-cjk-charsets):
7677 Add katakana-jisx0201.
7d9d5480 7678
16a3d4e5
KH
7679 * international/subst-jis.el: Add data for JISX0201.
7680
068f3848
SM
76812004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7682
7683 * obsolete/hilit19.el (hilit-mode): New function.
7684 Move all the toplevel side-effecting stuff into it, so that loading
7685 hilit19 doesn't mess everything up any more.
7686
4660a9e3
RS
76872004-10-27 Richard M. Stallman <rms@gnu.org>
7688
563631fe
RS
7689 * add-log.el (add-change-log-entry): Set up mailing address
7690 and full name later, and don't alter add-log-mailing-address
7691 or add-log-full-name.
7692
7693 * elide-head.el (elide-head): Change error to message.
7694 (elide-head-show): Likewise.
7695
7696 * apropos.el (apropos-macrop): Doc fix.
7697
7698 * mouse.el (mouse-show-mark): Do most processing the same
7699 regardless of transient-mark-mode.
7700
7701 * shadowfile.el (shadow-copy-files): Use interactive-p
7702 only to control whether to print a message.
7703
7704 * tar-mode.el (tar-mode): Use write-contents-functions,
7705 not write-contents-hooks.
7706
4660a9e3
RS
7707 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
7708 directory-sep-char.
7709
77102004-10-27 Richard M. Stallman <rms@gnu.org>
7711
7712 * strokes.el (strokes-unload-hook): Fix previous change.
7713
7714 * type-break.el (type-break-run-at-time): Always use run-at-time;
7715 forget the alternatives.
7716 (type-break-cancel-function-timers): Always use cancel-function-timers;
7717 forget the alternatives.
7718
7719 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
7720
af3b9e47
KH
77212004-10-27 Kenichi Handa <handa@m17n.org>
7722
068f3848 7723 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
af3b9e47
KH
7724
7725 * international/subst-gb2312.el: Likewise.
7726
7727 * international/subst-big5.el: Likewise.
7728
7729 * international/subst-ksc.el: Likewise.
7730
7731 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
7732 New variable.
7733 (utf-translate-cjk-set-unicode-range): New function.
7734 (utf-translate-cjk-unicode-range): Make it customizable.
068f3848
SM
7735 (utf-8-post-read-conversion):
7736 Use utf-translate-cjk-unicode-range-string.
3ccf95cb
KH
7737 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
7738 Unicode ranges.
af3b9e47 7739
bbc67516
DP
77402004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
7741
7742 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
7743 trivial variants to shorten the list.
7744 (xml-based-modes): New var.
7745 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
7746 declaration higher priority than auto-mode-alist.
7747
7748 * find-file.el (cc-other-file-alist): Bring it in line with
7749 cc-mode's auto-mode-alist entries and use \' instead of $.
7750
7751 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
7752 and add "Id" and "Name" submenus to it.
7753
7754 * imenu.el (imenu--generic-function): Skip matches in comments.
7755
8cb77f98
JB
77562004-10-26 Jay Belanger <belanger@truman.edu>
7757
7758 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
7759 (full-calc-keypad, calc-trail-display): Use an extra argument
7760 instead of `interactive-p'.
7761
7762 * calc/calc-misc.el (calc-other-window): Use an extra argument
bbc67516 7763 instead of `interactive-p'.
8cb77f98 7764
bbc67516
DP
7765 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
7766 `interactive-p'.
8cb77f98 7767
c8636435
KS
77682004-10-26 Kim F. Storm <storm@cua.dk>
7769
7770 * help.el (describe-key): Describe both down-event and up-event
7771 for a mouse click.
7772
fb2496f4
RS
77732004-10-26 Richard M. Stallman <rms@gnu.org>
7774
7775 * woman.el (woman): Don't call interactive-p.
7776
7777 * pcomplete.el (pcomplete): Instead of interactive-p,
7778 use an arg set non-nil by the interactive spec.
7779
7780 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
7781 use an arg set non-nil by the interactive spec.
7782
7783 * man.el (Man-cleanup-manpage): Instead of interactive-p,
7784 use an arg set non-nil by the interactive spec.
7785
e3c9b21e
MY
77862004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7787
068f3848
SM
7788 * progmodes/flymake.el (flymake-split-string):
7789 Use `flymake-split-string-remove-empty-edges' in any case.
c8636435 7790
e3c9b21e
MY
77912004-10-26 Masatake YAMATO <jet@gyve.org>
7792
c8636435
KS
7793 * progmodes/flymake.el (flymake-err-line-patterns):
7794 Use `compilation-error-regexp-alist-alist' instead of
e3c9b21e
MY
7795 `compilation-error-regexp-alist'.
7796
068f3848
SM
77972004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
7800 verbatim face on the \ of \end{verbatim}.
7801
967d58da
JB
78022004-10-25 Jay Belanger <belanger@truman.edu>
7803
7804 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
7805 erasing minibuffer.
7806
d7aea840
SJ
78072004-10-25 Simon Josefsson <jas@extundo.com>
7808
7809 * subr.el (read-passwd): Move to net/password.el.
7810
7811 * net/password.el (read-passwd): Add. Autoload it.
7812
3acd2c4f
KG
78132004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
7814
7815 * mouse-sel.el (mouse-sel-mode): Specify custom group.
7816
85af630d
KG
7817 * simple.el (process-file): Fix logic.
7818
6faab05f
LT
78192004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7820
f328b6c4 7821 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6faab05f
LT
7822 (increase-right-margin): Remove erroneous call to `interactive-p'.
7823
4a2ca8dd
KS
78242004-10-24 Kim F. Storm <storm@cua.dk>
7825
7826 * help.el (describe-mode): Fix 2004-10-13 change.
7827 Copy pure "Auto Fill" string so it can be propertized later
7828 without causing a read-only error.
7829
f254e21f
LT
78302004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7831
7832 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
7833 style indexes.
7834
8de40f9f
KG
78352004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7836
7837 * simple.el (process-file): Accept nil for INFILE. Reported by
7838 Luc Teirlinck.
7839
3988d9c6
MY
78402004-10-24 Masatake YAMATO <jet@gyve.org>
7841
f328b6c4
SM
7842 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
7843 Handle periods and underscores in a function name.
3988d9c6
MY
7844 Remove the address fontification.
7845
135a6e29
NR
78462004-10-24 Masatake YAMATO <jet@gyve.org>
7847
f328b6c4
SM
7848 * progmodes/asm-mode.el (asm-font-lock-keywords):
7849 Use font-lock-variable-name-face for registers.
135a6e29
NR
7850
78512004-10-24 Nick Roberts <nickrob@snap.net.nz>
7852
7853 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
7854 kill-all-local-variables.
7855 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
f328b6c4
SM
7856 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
7857 Use kill-all-local-variables and provide mode-hooks.
7858 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
135a6e29
NR
7859 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
7860 Suggested by Masatake YAMATO <jet@gyve.org>.
7861
0457dd55
KG
78622004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
7863
7864 * simple.el (process-file): New function, similar to call-process
7865 but supports file handlers.
7866 * vc.el (vc-do-command): Use it, instead of call-process.
7867 * net/tramp-vc.el (vc-do-command): Do not advise it if
7868 process-file is fboundp.
7869 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
7870 process-file.
7871 (tramp-handle-process-file): New function.
7872 (tramp-file-name-for-operation): Support process-file.
7873
45af6ed7
GM
78742004-10-23 Ulf Jasper <ulf.jasper@web.de>
7875
7876 * calendar/icalendar.el (icalendar--weekday-array): New constant.
7877 (icalendar-weekdayabbrev-table)
7878 (icalendar-monthnumber-table): Delete.
7879 (icalendar--get-month-number): Use calendar-month-name-array.
7880 (icalendar--get-weekday-number): New function.
7881 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
7882 (icalendar-export-region): Handle multi-line entries.
7883 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
7884
33a584e6
JPW
78852004-10-23 John Paul Wallington <jpw@gnu.org>
7886
818f3c45
JPW
7887 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
7888 `wildcards' set to t in interactive spec.
7889
33a584e6 7890 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1818237f 7891 interactive spec rather than use `interactive-p'.
818f3c45
JPW
7892 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
7893 rather than use function `interactive-p'.
33a584e6 7894
d0ee2ed3
KH
78952004-10-22 Kenichi Handa <handa@m17n.org>
7896
7897 * international/mule.el (translate-region): Implement it in Lisp
7898 as a front end of translate-region-internal.
7899
23b24d63
JB
79002004-10-21 Jay Belanger <belanger@truman.edu>
7901
7902 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
f328b6c4 7903 Declare these variables with defvar.
23b24d63
JB
7904
7905 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
7906 is bound, only check to see if it is bound.
7907
22101fbb
SM
79082004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7909
f328b6c4
SM
7910 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7911 Don't output messages.
7912
22101fbb
SM
7913 * calc/calc-help.el (calc-describe-bindings): Fix last change.
7914
6e237e72
JB
79152004-10-21 John Paul Wallington <jpw@gnu.org>
7916
7917 * calc/calc-graph.el (calc-graph-init):
7918 Use `set-process-query-on-exit-flag'.
7919
199143f1
DP
79202004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
7921
7922 * progmodes/compile.el (compilation-start): Rely on `cd' to get
7923 dir right and also allow argumentless cd.
7924
8550b998
RS
79252004-10-19 Richard M. Stallman <rms@gnu.org>
7926
7927 * textmodes/flyspell.el (flyspell-mode): Doc fix.
7928
7929 * eshell/em-unix.el (eshell-grep):
7930 Don't bind compilation-process-setup-function.
7931
7932 * comint.el (comint-insert-input): Use @ in `interactive'.
7933 (comint-input-filter-functions): Doc fix.
7934 (comint-kill-whole-line, comint-get-source): Doc fix.
7935
7936 * progmodes/compile.el (compilation-setup):
7937 Don't set buffer-read-only if MINOR is non-nil.
7938
9c5cb892
JB
79392004-10-19 Jay Belanger <belanger@truman.edu>
7940
7941 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
22101fbb
SM
7942 (calc-emacs-type-gnu19): Remove.
7943 (calc-digit-map, calc-read-key-sequence, calc-read-key):
7944 Remove check for old emacs versions.
9c5cb892 7945
22101fbb 7946 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9c5cb892
JB
7947 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
7948 for current Emacs.
7949
7950 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
7951 the end of the minibuffer.
7952 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
7953 copy `esc-map'.
7954
22101fbb 7955 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9c5cb892 7956
22101fbb 7957 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9c5cb892
JB
7958 call that would be given when the current emacs was used.
7959
8a41a047
GM
79602004-10-19 Ulf Jasper <ulf.jasper@web.de>
7961
7962 * calendar/icalendar.el: Set coding to utf-8.
7963 (icalendar-version): Increase to 0.07.
7964 (icalendar-monthnumber-table): Change March pattern.
7965 (icalendar-get-all-event-properties)
7966 (icalendar-set-event-property): Delete.
7967 (icalendar-all-events): No longer interactive.
7968 (icalendar-convert-diary-to-ical)
7969 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
7970 their replacements.
7971 (icalendar-export-file, icalendar-export-region): New functions;
7972 essentially old `icalendar-convert-diary-to-ical' but appending to
7973 target rather than overwriting.
7974 (icalendar-import-file): Append to target file rather than
7975 overwriting. Fourth arg deleted.
7976 (icalendar-import-buffer): New name for old
7977 `icalendar-extract-ical-from-buffer'.
7978 (icalendar--convert-string-for-import): New name for
7979 old `icalendar-convert-for-import'.
7980 (include-icalendar-files): Delete.
7981 Prefix for all internal functions changed from `icalendar-'
7982 to `icalendar--'.
7983
b18ba80e
RS
79842004-10-19 Richard M. Stallman <rms@gnu.org>
7985
7986 * paths.el (news-path): Fix previous change.
7987
9c5cb892
JB
79882004-10-18 Jay Belanger <belanger@truman.edu>
7989
22101fbb
SM
7990 * calc/calc-help.el (calc-describe-bindings):
7991 Set `buffer-read-only' to nil while working in the keybindings buffer;
9c5cb892
JB
7992 remove some extra information from the keybindings buffer.
7993
7a892a8b
DP
79942004-10-18 David Ponce <david@dponce.com>
7995
7996 * mouse.el (mouse-drag-move-window-top): New function.
7997 (mouse-drag-mode-line-1): Use it.
7998
e14105f6
TTN
79992004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8000
8001 * info.el (Info-fontify-node): For multiline refs,
8002 arrange to unfontify newline and surrounding whitespace.
8003
bcabe045
SM
80042004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
8007 directory is missing.
8008
957237cb
JPW
80092004-10-17 John Paul Wallington <jpw@gnu.org>
8010
8011 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
8012 New customizable variable; whether to display buffers that match
8013 `ibuffer-maybe-show-predicates' by default.
8014 (ibuffer-maybe-show-predicates): Mention it in docstring.
8015 (ibuffer-display-maybe-show-predicates): New variable.
8016 (ibuffer-update): Prefix arg now toggles whether buffers that
8017 match `ibuffer-maybe-show-predicates' should be displayed.
8018 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
8019 locally to heed `ibuffer-default-display-maybe-show-predicates'.
8020 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
8021
b15d0c4c
MA
80222004-10-17 Michael Albinus <michael.albinus@gmx.de>
8023
8024 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
8025 work correctly.
8026
bfb2dda4
DP
80272004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
8028
8029 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
8030 (Buffer-menu-beginning): New helper function.
8031 (Buffer-menu-execute): Use it.
8032 (Buffer-menu-select): Use it.
8033 (Buffer-menu-sort): Use it and also keep markers.
8034
69075cdd
RS
80352004-10-17 Richard M. Stallman <rms@gnu.org>
8036
bcabe045 8037 * paths.el (news-directory): Rename from news-path. Old name alias.
69075cdd
RS
8038 (rmail-spool-directory): Use defvar.
8039 (sendmail-program): Use defcustom.
8040 (remote-shell-program): Use defcustom.
8041 (term-file-prefix): Use defvar.
8042 (abbrev-file-name): Use defvar.
8043
8044 * term.el: Add maintainer.
8045
8046 * subr.el (with-local-quit): Return nil if there's a quit.
8047 (read-passwd): Use with-local-quit. Doc fix.
8048
8049 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
8050 (strokes-unload-hook): Set as a variable with add-hook.
8051
8052 * startup.el (fancy-splash-tail, normal-splash-screen):
8053 Update copyright year.
8054
8055 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
8056
8057 * server.el (server-unload-hook): Set as a variable with add-hook.
8058
8059 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
8060
bfb2dda4 8061 * frame.el (special-display-popup-frame):
69075cdd
RS
8062 Make the buffer current as its frame is created.
8063
8064 * delsel.el (delsel-unload-hook): Set as a variable.
8065
8066 * comint.el (comint-output-filter-functions):
8067 Add comint-watch-for-password-prompt.
8068 (comint-read-noecho): Function deleted.
8069 (send-invisible): Use read-passwd.
8070
8071 * fringe.el (fringe-mode-initialize): New function.
8072 (fringe-mode): Use fringe-mode-initialize as :initialize.
8073
690987a7
KS
80742004-10-17 Kim F. Storm <storm@cua.dk>
8075
8076 * language/indian.el (indian-script-language-alist): Swap value and doc.
8077 (indian-font-char-index-table): Doc fix.
8078
4d11f532
SM
80792004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
8082
577bf5d2
JL
80832004-10-16 Juri Linkov <juri@jurta.org>
8084
8085 * progmodes/compile.el (compilation-start): Move let-binding of
8086 `process-environment' into `with-current-buffer' body.
8087 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8088
c2e2ede7
RS
80892004-10-16 Richard M. Stallman <rms@gnu.org>
8090
8091 * pcvs-util.el (cvs-bury-buffer):
8092 Don't call get-buffer-window for effect.
8093
8094 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
8095
8096 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
8097
8098 * msb.el (msb-unload-hook): Set the variable.
8099
8100 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8101 Use * to err if buffer is readonly.
8102
8103 * subr.el (looking-back): Return only t or nil.
8104
8105 * whitespace.el (whitespace-unload-hook): Set the variable.
8106
8107 * view.el (view-mode-enable): Set view-page-size and
8108 view-half-page-size to nil.
8109 (view-set-half-page-size-default): view-half-page-size = nil
8110 means the default.
8111 (View-scroll-page-forward): Use view-page-size-default.
8112 (View-scroll-page-backward): Likewise.
8113 (view-page-size, view-half-page-size): Doc fixes.
8114
8115 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
8116
8117 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
8118
8119 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
8120 "cl" like other files. Instead, call byte-compile-find-cl-functions.
8121 (byte-compile-log-1): Bind inhibit-read-only.
8122 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
8123 (byte-compile-log-warning): Likewise.
8124 (byte-compile-file-form-require): Detect "cl" from the arg value.
8125
8126 * progmodes/compile.el (compilation-start): Assume compilation-mode
8127 will make the buffer read-only.
8128 (compilation-mode): Take arg name-of-mode.
8129 (compilation-setup): Make buffer read-only.
8130 (compilation-handle-exit): Bind inhibit-read-only.
8131
8132 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
8133 (ispell-message): Likewise.
8134 (ispell-show-choices): Don't call get-buffer-window uselessly.
8135 (ispell-init-process): Use set-process-query-on-exit-flag.
8136
9df95fa0
KS
81372004-10-16 Kim F. Storm <storm@cua.dk>
8138
d12757b7
KS
8139 * fringe.el (fringe-bitmaps): Only initialize when defined.
8140
9df95fa0
KS
8141 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
8142 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
8143
8144 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
8145
d3b628d9
SJ
81462004-10-15 Simon Josefsson <jas@extundo.com>
8147
8148 * net/password.el: Add.
8149
4a2ca8dd
KS
81502004-10-14 Masatake YAMATO <jet@gyve.org>
8151
8152 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
8153 (gdb-script-end-of-defun): New function.
8154 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
8155 `gdb-script-end-of-defun' as *-of-defun-function.
8156
e25e90b4
DP
81572004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
8158
4d11f532 8159 * button.el (button-activate): Allow a marker to display as an action.
e25e90b4 8160
4d11f532 8161 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
e25e90b4
DP
8162
8163 * help.el (describe-mode): Use it to make minor mode list into
8164 hyperlinks.
8165
9238467d
SM
81662004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * vc.el (vc-annotate-display-select): Fix typo.
8169
8170 * subr.el (substitute-key-definition-key): New function.
8171 (substitute-key-definition): Use it with map-keymap.
8172 (event-modifiers): Use push.
8173 (mouse-movement-p, with-temp-buffer): Simplify.
8174
9c5cb892
JB
81752004-10-12 Jay Belanger <belanger@truman.edu>
8176
8177 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
22101fbb 8178 New variables.
9c5cb892 8179 (calc-help-index-entries): New function.
22101fbb
SM
8180 (calc-describe-function): Use `calc-help-function-list' instead of
8181 obarray for completion.
8182 (calc-describe-variable): Use `calc-help-variable-list' instead
8183 of obarray for completion.
9c5cb892 8184
c2e2ede7
RS
81852004-10-12 Richard M. Stallman <rms@gnu.org>
8186
8187 * info-look.el (info-lookup-file): Add info-file property.
8188 (info-lookup-symbol): Likewise.
8189
8190 * info.el (info-xref): Add underlining.
8191 (info): Add info-file property.
8192 (Info-find-emacs-command-nodes): Specify case-sensitive search.
8193
414da5ab
MA
81942004-10-12 Michael Albinus <michael.albinus@gmx.de>
8195
8196 Sync with Tramp 2.0.45.
8197
8198 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
adc182c8 8199 defined. This is not the case for XEmacs without package "edebug".
414da5ab
MA
8200 (tramp-set-auto-save-file-modes): Set permissions of autosaved
8201 remote files to the permissions of the original file. This is not
8202 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
8203 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
adc182c8 8204 (tramp-perl-decode): Fix an error in Perl implementation.
414da5ab
MA
8205 $pending must be cleared every loop. Reported by Benjamin Place
8206 <benjaminplace@sprintmail.com>
8207
adc182c8
SM
8208 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
8209 Don't activate advice during definition. This is done later on,
8210 depending on test result of `substitute-in-file-name'.
8211 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8212
82132004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
8216
8217 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
414da5ab 8218
82862190
DP
82192004-10-12 David Ponce <david@dponce.com>
8220
8221 * recentf.el (recentf-edit-list): Update the menu when the recentf
8222 list has been modified.
8223
3bb53a84
SJ
82242004-10-12 Simon Josefsson <jas@extundo.com>
8225
8226 * net/tls.el (tls-certtool-program): New variable.
8227 (tls-certificate-information): New function, based on
8228 ssl-certificate-information.
8229
5e2e859a
KH
82302004-10-12 Kenichi Handa <handa@m17n.org>
8231
adc182c8 8232 * international/mule.el (coding-system-equal): Move from mule-util.el.
5e2e859a 8233
adc182c8 8234 * international/mule-util.el (coding-system-equal): Move to mule.el.
5e2e859a 8235
b583964c
KS
82362004-10-12 Kim F. Storm <storm@cua.dk>
8237
8238 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
8239 reset kmacro-initial-counter-value if set.
8240 (kmacro-set-counter): Only set kmacro-counter if defining or executing
8241 macro. Set kmacro-initial-counter-value otherwise. Never set both.
8242 (kmacro-display): Show macro counter if non-zero.
5a484642
KS
8243
8244 * subr.el (substitute-key-definition): Mention command remapping
8245 in doc string.
8246
9c5cb892
JB
82472004-10-11 Jay Belanger <belanger@truman.edu>
8248
8249 * calc/calc-misc.el (calc-info-goto-node): New function.
8250 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
22101fbb 8251 node in one step.
9c5cb892
JB
8252 (calc-describe-copying, calc-describe-distribution)
8253 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
8254 Go to appropriate info node in one step.
8255
9238467d 82562004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
8257
8258 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
8259
8260 * font-lock.el (font-lock-apply-highlight): Fix last change.
8261
e8620cb6
SJ
82622004-10-11 Simon Josefsson <jas@extundo.com>
8263
8264 * mail/smtpmail.el (smtpmail-open-stream): Look for
8265 starttls-gnutls-program instead of starttls-program iff
8266 starttls-use-gnutls is non-nil.
8267 (smtpmail-open-stream): Don't overwrite user settings of
8268 starttls-extra-arguments and starttls-extra-args.
8269
9238467d 82702004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
8271
8272 * comint.el (comint-mouse-insert-input): Remove.
8273 (comint-insert-input): Make it work for mouse bindings.
8274 (comint-mode-map): Move defs into the declaration.
8275 (comint-output-filter): Typo.
8276
8277 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
8278
97e810ff
KG
82792004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
8280
8281 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
8282 (ange-ftp-call-chmod): Reference remote-shell-program instead of
8283 ange-ftp-remote-shell.
8284
af8c5477
AS
82852004-10-10 Andreas Schwab <schwab@suse.de>
8286
8287 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
8288 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
8289 Reported by <sri@asu.edu>.
8290
fd1cf0a0
AS
82912004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
8292
8293 * vc.el (vc-annotate-mode): Remove variable.
8294 (vc-annotate-display-select): Only call vc-annotate-mode
8295 if we're not in that mode already.
8296
adc182c8
SM
82972004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8298
8299 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
8300 (imenu-choose-buffer-index): Check here for rescan instead.
8301
8302 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
8303 where the face expression evals to nil.
8304
8305 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
8306 (tex-font-lock-keywords-2): Use it.
8307 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
8308
8309 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
8310
c2b4a97b
KS
83112004-10-09 Kim F. Storm <storm@cua.dk>
8312
8313 * subr.el (progress-reporter-update): Define before first usage.
8314 (make-progress-reporter): Doc fix.
8315
9f4b6e73
LT
83162004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8317
8318 * textmodes/paragraphs.el (sentence-end-double-space)
8319 (sentence-end-without-period, sentence-end-without-space)
8320 (sentence-end): Doc fixes.
8321
657f0f9c
EZ
83222004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
8323
adc182c8
SM
8324 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
8325 Change paragraph-start regexp so we don't fill code starting with #'(.
9f4b6e73 8326
67e61e16
EZ
83272004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
8328
8329 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
8330 New defcustom.
8331 (extract-address-components): Use it.
8332
b4329caa
EZ
83332004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8334
8335 * subr.el (make-progress-reporter, progress-reporter-update)
8336 (progress-reporter-force-update, progress-reporter-do-update)
8337 (progress-reporter-done): New functions.
4f124fb5
EZ
8338
8339 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
8340
8341 * progmodes/etags.el (etags-tags-completion-table): Use progress
8342 reporter.
8343 (etags-tags-apropos): Likewise.
b4329caa 8344
a1883913
EZ
83452004-10-08 Alan Mackenzie <acm@muc.de>
8346
8347 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
8348 of current line.
8349
83502004-10-08 Masatake YAMATO <jet@gyve.org>
9afed9b1 8351
9f4b6e73 8352 * server.el (server-process-filter): Wrap `process-send-region'
adc182c8 8353 by `condition-case' to guard the case when the pipe to PROC is closed.
9afed9b1 8354
f6caa5db
MH
83552004-10-07 Mark A. Hershberger <mah@everybody.org>
8356
adc182c8 8357 * xml.el (xml-substitute-special): Limit handling of external entities.
f6caa5db 8358
fb1adf17
NR
83592004-10-06 Nick Roberts <nickrob@snap.net.nz>
8360
8361 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
8362
07f7e9ae
JPW
83632004-10-06 John Paul Wallington <jpw@gnu.org>
8364
8365 * xml.el (xml-parse-dtd): Fix `error' call.
8366
fcb21188
MH
83672004-10-05 Mark A. Hershberger <mah@everybody.org>
8368
8369 * xml.el (xml-substitute-special): Return a single string instead
8370 of a list of strings if an entity substitution is made.
8371
1698fb36
GM
83722004-10-05 Ulf Jasper <ulf.jasper@web.de>
8373
8374 * calendar/icalendar.el: New file.
8375
ea99d5c8
JL
83762004-10-05 Juri Linkov <juri@jurta.org>
8377
8378 * isearch.el (isearch-done): Set mark after running hook.
577bf5d2 8379 Reported by Drew Adams <drew.adams@oracle.com>.
ea99d5c8
JL
8380
8381 * info.el (Info-history, Info-toc): Fix Info headers.
8382 (Info-toc): Narrow buffer before Info-fontify-node.
8383 (Info-build-toc): Don't check for special Info file names.
8384 Set main-file to nil if Info-find-file returns a symbol.
8385
80a47b51
GM
83862004-10-05 Emilio C. Lopes <eclig@gmx.net>:
8387
8388 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
8389 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
8390 * calendar/cal-menu.el (calendar-mode-map): Ditto.
8391
83922004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
8393
8394 * calendar/cal-iso.el (calendar-iso-read-args): New function,
8395 for old interactive spec from calendar-goto-iso-date.
8396 (calendar-goto-iso-date): Use it.
8397 (calendar-goto-iso-week): New function. Suggested by Emilio
8398 C. Lopes <eclig@gmx.net>.
8399
5086e75d
LT
84002004-10-04 Luc Teirlinck <teirllm@auburn.edu>
8401
adc182c8
SM
8402 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
8403 `set-right-margin' bindings that follow the minor mode conventions.
5086e75d 8404
9238467d 84052004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
dd166d5f
SM
8406
8407 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
8408 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
8409 (latex-block-args-alist): Add minipage and picture.
8410 (latex-block-body-alist): Use reftex-label if enabled.
8411 (latex-insert-block): Don't insert a \n if not necessary.
8412 (tex-compile-commands): Make sure dvips doesn't send to printer.
8413 (tex-compile-default): Handle the case where no executable is found.
8414 (latex-noindent-environments): New var.
8415 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
8416 If tex-indent-allhanging is non-nil, make sure we only align for macros
8417 at beginning of line.
8418
2308f447
DP
84192004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
8420
8421 * newcomment.el (comment-beginning): Doc fix and don't choke on
dd166d5f 8422 unset `comment-end-skip' when at beginning of comment.
2308f447 8423
972a542d
DN
84242004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8425
8426 * term.el (term-adjust-current-row-cache): Don't allow the current
8427 row to become negative.
8428 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
8429 the end of the line. Fix scroll down. Add comments.
8430 (term-handle-ansi-escape): Don't exceed terminal width when moving
2308f447 8431 right.
dd166d5f 8432 (term-scroll-region): Move the cursor after setting the scroll region.
972a542d 8433
a5b3d1b8
LT
84342004-10-01 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
8437 to `width' for consistency with docstring. Doc fix.
8438
9a737a1f
MS
84392004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
8440
8441 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
8442 This is necessary for derived modes.
8443
31437c9b
KS
84442004-09-30 Kim F. Storm <storm@cua.dk>
8445
8446 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
8447 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
8448
8449 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
8450 kmacro-extract-lambda functions.
8451 (edit-kbd-macro): Handle kmacro lambda forms.
8452 Include counter and counter format in edit buffer.
8453 (edmacro-finish-edit): Get counter and format from edit buffer and
8454 update kmacro bindings when found.
8455
978b94d0
LT
84562004-09-29 Luc Teirlinck <teirllm@auburn.edu>
8457
dd166d5f
SM
8458 * textmodes/paragraphs.el (forward-paragraph):
8459 Avoid args-out-of-range error when point winds up at the beginning of
30857a61
LT
8460 the buffer and hard newlines are enabled.
8461
978b94d0
LT
8462 * newcomment.el (comment-multi-line): Doc fix.
8463
bd9d7d76
SM
84642004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
8467 (diff-fixup-modifs): Catch unified-diff file-headers.
8468
841a8bca
KS
84692004-09-29 Kim F. Storm <storm@cua.dk>
8470
8471 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
8472 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
8473 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
8474
8475 * fringe.el (fringe-bitmap-p): New macro.
8476 (fringe-bitmaps): Add standard fringe bitmaps on load.
8477
4a2ca8dd
KS
84782004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * dired.el (dired-view-command-alist): Use more efficient regexps.
8481 Remove dubious arguments.
8482 (dired-align-file): New function.
8483 (dired-insert-directory): Use it.
8484 (dired-move-to-end-of-filename): Make the " -> " search more specific.
8485 (dired-buffers-for-dir): Remove unused var `pattern'.
8486
28f94a34 84872004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
ba55e59f
GM
8488
8489 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
8490 from diary display excursion. Store diary buffer's point for
8491 `simple-diary-display'.
8492 (simple-diary-display): Set window point and start when
8493 displaying buffer, to preserve point.
8494
e2577410
LT
84952004-09-27 Luc Teirlinck <teirllm@auburn.edu>
8496
8497 * textmodes/enriched.el (enriched-translations): Replace defconst
8498 with defvar.
8499
b1f6fa86
VJL
85002004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8501
8502 * printing.el: Doc fix.
8503 (pr-version): New version number (6.8.1).
8504 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
8505 make-temp-name.
bd9d7d76
SM
8506 (pr-delete-file): Check if file exists before deleting it.
8507 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6c1178b5 8508
9238467d 85092004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
d6be0122
DN
8510
8511 * term.el (term-display-table): New variable.
8512 (term-mode): Use it.
8513 (term-exec-1): Set the coding system to binary.
8514 (term-emulate-terminal): Decode the string before inserting it.
6c1178b5 8515
d6be0122
DN
85162004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
8517
8518 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
bd9d7d76 8519 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
d6be0122
DN
8520 (map): Bind S-prior, S-next and S-insert.
8521 (term-mode): Set `indent-tabs-mode' to nil.
8522 (term-paste): New function to be bound to S-insert.
8523 (term-send-del, term-send-backspace): Change the strings sent.
8524 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
8525 (term-handle-colors-array): Fix handling of underline and reverse.
bd9d7d76 8526 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
d6be0122 8527 (term-erase-in-line): Fix comparison.
bd9d7d76
SM
8528 (term-emulate-terminal): Fix line wrap handling.
8529 (term-start-output-log): Rename from `term-set-output-log'.
8530 (term-stop-output-log): Rename from `term-stop-photo'.
8531 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6c1178b5 8532
9238467d 85332004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
52e281e8 8534
1f3b4d04
SM
8535 * dired.el (dired-move-to-filename): Don't output a message if
8536 raise-error is non-nil. Fix return position and value.
8537
52e281e8
SM
8538 * files.el (insert-directory): Obey --dired even with symlinks.
8539
b3df990b
LH
85402004-09-25 Lars Hansen <larsh@math.ku.dk>
8541
52e281e8 8542 * ls-lisp.el (ls-lisp-format): Mark file names with property
b3df990b
LH
8543 dired-filename.
8544
ffb032e2
KS
85452004-09-25 Kim F. Storm <storm@cua.dk>
8546
8547 * ido.el (ido-max-directory-size): New defcustom.
8548 (ido-decorations): Add "too big" element.
8549 (ido-directory-too-big): New dynamic var.
8550 (ido-may-cache-directory): Don't cache big directories.
8551 (ido-directory-too-big-p): New defun.
8552 (ido-set-current-directory): Update ido-directory-too-big.
8553 (ido-read-internal): Make empty ido-cur-item if too-big.
8554 (ido-buffer-internal): Use ido-read-internal directly instead of
8555 ido-read-buffer.
8556 (ido-file-internal): Init ido-directory-too-big.
8557 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
8558 and redo completion with full list.
8559 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
8560 it, and show completions.
8561 (ido-all-completions): Let bind ido-directory-too-big to nil.
8562 (ido-exhibit): Handle ido-directory-too-big.
52e281e8
SM
8563 (ido-read-buffer): Handle fallback to read-buffer.
8564 Init ido-directory-too-big.
ffb032e2
KS
8565 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
8566 Init ido-directory-too-big.
8567
0869a860
LH
85682004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8569
8570 * subr.el (delay-mode-hooks): Doc fix.
8571
998733b3
LT
85722004-09-23 Luc Teirlinck <teirllm@auburn.edu>
8573
8574 * textmodes/enriched.el
8575 (enriched-default-text-properties-local-flag): New variable.
8576 (enriched-mode): Make sure that enabling and disabling the mode is
8577 a no-op. Doc fix.
8578
7daf6654 85792004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
97f3be50
GM
8580
8581 * calendar/holidays.el (holiday-advent): Report on a specified day
8582 offset from advent, not just advent.
8583 (holiday-easter-etc): Report on one specified day offset from
8584 easter, not all easter holidays. Various Easter holidays moved to
8585 `christian-holidays' variable in calendar.el.
8586 * calendar/calendar.el (christian-holidays): Adapt for new
8587 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
8588
54e7526b
KS
85892004-09-23 Kim F. Storm <storm@cua.dk>
8590
ed2846bd
KS
8591 * image.el (insert-sliced-image): Add doc string.
8592
54e7526b
KS
8593 * ido.el (ido-choice-list): New dynamic var for `list' context.
8594 (ido-context-switch-command): New dynamic var.
8595 (ido-define-mode-map): Generalize switch between file/buffer contexts.
8596 (ido-read-internal): Handle new `list' context.
8597 Handle insert-buffer and insert-file ido-exit values.
8598 (ido-buffer-internal): New arg switch-cmd. Use it to setup
8599 ido-context-switch-command. Handle insert-file ido-exit value.
8600 (ido-read-buffer): Set ido-context-switch-command to 'ignore
8601 unless it is already bound by caller.
8602 (ido-file-internal): New arg switch-cmd. Use it to setup
8603 ido-context-switch-command. Handle insert-buffer ido-exit value.
8604 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
8605 used for context switching.
8606 (ido-all-completions): Handle new `list' context.
8607 (ido-make-choice-list): Return choices for `list' context.
8608 (ido-find-file-in-dir, ido-display-file, ido-write-file)
8609 (ido-display-buffer, ido-kill-buffer): Disable context switching.
8610 (ido-insert-buffer, ido-insert-file): Setup context switching.
8611 (ido-exhibit): Handle `list' context.
8612 (ido-read-file-name): Disable context switching. Handle fallback.
8613 (ido-read-directory-name): Disable context switching.
8614 (ido-completing-read): New defun like completing-read. Setup and
8615 use new `list' context.
8616
a2052295
JH
86172004-09-20 Jesper Harder <harder@ifa.au.dk>
8618
8619 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
8620
9c5cb892
JB
86212004-09-21 Jay Belanger <belanger@truman.edu>
8622
77c99c7f 8623 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9c5cb892 8624 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4a2ca8dd 8625 separate window.
9c5cb892 8626
d45774a3
LT
86272004-09-21 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * subr.el (after-change-major-mode-hook): Doc fix.
8630
082b4369
VJL
86312004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8632
8633 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
8634 of ghostscript for monochrome PostScript file in Windows.
8635
88a74fa5
KH
86362004-09-21 Kenichi Handa <handa@m17n.org>
8637
59bb9410 8638 * descr-text.el (describe-char): Checking of quail activation fixed.
88a74fa5 8639
9c5cb892 86402004-09-21 Jay Belanger <belanger@truman.edu>
4a2ca8dd 8641
77c99c7f 8642 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9c5cb892 8643
6d9ac082
LT
86442004-09-20 Luc Teirlinck <teirllm@auburn.edu>
8645
8646 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6622d928 8647 after the mode hooks instead of before. Doc fix.
6d9ac082 8648
fe7ecaf2
JR
86492004-09-20 Jason Rumney <jasonr@gnu.org>
8650
8651 * startup.el (command-line) [windows-nt]: Try .emacs first, then
8652 _emacs, but revert to .emacs if neither exists in home directory.
8653
2e74da96
JPW
86542004-09-20 John Paul Wallington <jpw@gnu.org>
8655
8656 * bindings.el (completion-ignored-extensions): Add .dfsl.
8657
4d894c98
RS
86582004-09-20 Richard M. Stallman <rms@gnu.org>
8659
8660 * bindings.el (scroll-left): Make it disabled.
8661
8662 * files.el (enable-local-eval): Doc fix.
8663
8664 * indent.el (move-to-left-margin): Special case for minibuffer.
8665
8666 * term.el (term-emulate-terminal): Turn off undo for output.
8667 Use with-current-buffer and save-selected-window.
8668
8669 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
8670
6d9ac082 8671 * progmodes/make-mode.el (makefile-fill-paragraph):
4d894c98 8672 Don't insist on spaces when looking for comments. # is enough.
6d9ac082 8673
4d894c98
RS
8674 * files.el (hack-local-variables): Copy the variables list
8675 to another buffer, strip prefixes and suffixes there, then read.
8676 (enable-local-eval): Doc fix.
8677 (ignored-local-variables): Initialize to nil.
8678 (risky-local-variable-p): Don't check ignored-local-variables here.
8679 (hack-one-local-variable): Ignore var if in ignored-local-variables.
8680
86812004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8682
8683 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
8684 of = to "." (punctuation).
8685
9238467d 86862004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
a8a64811
SM
8687
8688 * subr.el (event-basic-type): Fix mask (extend to 22bits).
8689
7320911b
LT
86902004-09-18 Luc Teirlinck <teirllm@auburn.edu>
8691
8692 * textmodes/enriched.el (enriched-rerun-flag): New variable.
8693 (enriched-before-change-major-mode): New function.
8694 Add it to `change-major-mode-hook'.
8695 (enriched-after-change-major-mode): New function.
8696 Add it to `after-change-major-mode-hook'.
8697 (enriched-mode): Make it work correctly if called from
8698 `after-change-major-mode-hook'.
8699 No longer set `indent-line-function'.
8700
8701 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
8702
8703 * subr.el (after-change-major-mode-hook): New variable.
8704 (run-mode-hooks): Implement it.
8705
0f4a15f8
SM
87062004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * battery.el (battery-linux-proc-apm): Use string-to-number.
8709 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
8710 Use dolist (and less indentation). Use erase-buffer.
8711 Pre-initialize `design-capacity', `warn', and `low'.
8712 (battery-format): Use replace-regexp-in-string.
8713
d66fe334
EZ
87142004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
8715
8716 * battery.el: Delete superfluous empty lines.
8717 (battery-linux-proc-acpi): Attempt to gather information from all
8718 battery subdirectories regardless of their file name.
8719 (battery-linux-proc-apm): Replace all occurrences of
8720 battery-hex-to-int-2 with string-to-int (base 16).
8721 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
8722 (battery-hex-map): Delete variable.
8723
0529fb36
JPW
87242004-09-18 John Paul Wallington <jpw@gnu.org>
8725
8726 * calc/calc-units.el (calc-quick-units): Fix overzealous
8727 s/or/unless/.
8728
9c5cb892
JB
87292004-09-17 Jay Belanger <belanger@truman.edu>
8730
11fd50f7 8731 * calc/calc.el (calc-mode-var-list): Fix the value of
4a2ca8dd
KS
8732 `calc-matrix-brackets'.
8733
dc711054
JPW
87342004-09-17 Romain Francoise <romain@orebokech.com>
8735
0f4a15f8
SM
8736 * ibuf-ext.el (define-ibuffer-filter filename):
8737 Expand dired-directory since buffer-file-name is absolute.
dc711054 8738
6e3654ab
KS
87392004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8740
c8be3fe8
KS
8741 * ediff-init.el (ediff-current-diff-face-A)
8742 (ediff-current-diff-face-B, ediff-current-diff-face-C)
8743 (ediff-current-diff-face-Ancestor)
8744 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8745 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8746 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8747 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8748 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8749 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8750 Use min-colors.
8751
6e3654ab 8752 * term.el (term-down): Perform vertical motion if DOWN is negative.
0f4a15f8 8753 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6e3654ab
KS
8754 (term-termcap-format): Synchronyze with the eterm terminfo entry
8755 in etc/e/eterm.ti.
8756 (term-handle-colors-array): If the current foreground or
8757 background are zero (i.e. unspecified), use the foreground and
8758 background of the default face for reverse video.
8759 (term-ansi-at-eval-string, term-ansi-default-fg)
0f4a15f8 8760 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6e3654ab
KS
8761 (term-mem): Delete ununsed function.
8762 (term-protocol-version): Increment.
8763 (term-current-face): Set to default.
8764
9c5cb892
JB
87652004-09-15 Jay Belanger <belanger@truman.edu>
8766
8767 * calc/calc.el (calc-mode-var-list): Define this variable.
8768 (calc-always-load-extensions, calc-line-numbering)
8769 (calc-line-breaking, calc-display-just, calc-display-origin)
8770 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8771 (calc-group-char, calc-point-char, calc-frac-format)
8772 (calc-prefer-frac, calc-hms-format, calc-date-format)
8773 (calc-float-format, calc-full-float-format, calc-complex-format)
8774 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8775 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8776 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8777 (calc-matrix-brackets, calc-language, calc-language-option)
8778 (calc-left-label, calc-right-label, calc-word-size)
8779 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8780 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8781 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8782 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8783 (calc-window-height, calc-display-trail, calc-show-selections)
8784 (calc-use-selections, calc-assoc-selections)
8785 (calc-display-working-message, calc-auto-why, calc-timing)
8786 (calc-mode-save-mode, calc-standard-date-formats)
8787 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
8788 (calc-user-parse-tables, calc-gnuplot-default-device)
8789 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8790 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8791 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8792 (calc-invocation-macro, calc-show-banner): Give these values as
8793 part of `calc-mode-var-list's initialization after the variables
8794 are declared with defvar.
77c99c7f
KS
8795 (calc-bug-address): Change email address to send bug reports to.
8796 Change the maintainer address at the top.
9c5cb892
JB
8797 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
8798 than "\\.emacs" to determine if it is the user-init-file.
8799
8800 * calc/calc-embed.el (calc-embedded-set-modes): Use
8801 `calc-mode-var-list' correctly.
8802
113e270a
TTN
88032004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
8804
8805 * vc.el (annotate-time): Document point handling.
8806 (vc-annotate-display-autoscale): Doc fix.
8807
5c2137b8
MB
88082004-09-15 Miles Bader <miles@gnu.org>
8809
8810 * generic.el (generic-make-keywords-list): Use symbol rather than
8811 word anchors in regexp.
8812
a386a960
JPW
88132004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
8814
8815 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
8816 no file name consider `dired-directory'.
8817
bfa02563
KS
88182004-09-14 Kim F. Storm <storm@cua.dk>
8819
8820 * faces.el (cursor): Add face-no-inherit property. Doc fix.
8821
0904599e
SJ
88222004-09-14 Simon Josefsson <jas@extundo.com>
8823
8824 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
8825
8826 * textmodes/dns-mode.el: Add.
8827
c046590e
SM
88282004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
8831 (disabled-command-function): Make the ?\ char more obvious.
8832
8833 * vc-arch.el (vc-arch-root, vc-arch-registered):
8834 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
8835
82ae2f3f
EZ
88362004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
8837
8838 * windmove.el (windmove-frame-edges): Report coordinates of
8839 outside edges of frame, not inside edges.
8840 (windmove-coordinates-of-position): Convert into wrapper to new
8841 function `windmove-coordinates-of-window-position';
8842 `compute-motion' always applies to selected window.
8843 (windmove-coordinates-of-position): Update documentation to refer
8844 to Emacs 21 Lisp Reference Manual.
8845 (windmove-find-other-window): Fix off-by-one errors for max x,y.
8846
93e212f9
KS
88472004-09-13 Kim F. Storm <storm@cua.dk>
8848
8849 * isearch.el (isearch-resume-in-command-history): Rename from
8850 isearch-resume-enabled and change default to nil.
8851
c046590e 88522004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7c732021 8853
ce9f8ffb
SM
8854 * vc-hooks.el (vc-ignore-dir-regexp): New var.
8855 (vc-registered): Use it.
8856 (vc-find-root): New fun.
8857
87a53d2e
SM
8858 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8859 Don't tell to use \\{...} when it's already done.
8860
7c732021
SM
8861 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
8862 Provide a sample complex default.
8863 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
8864 (bibtex-entry): Use mapc.
8865
f2e92e79
KS
88662004-09-12 Kim F. Storm <storm@cua.dk>
8867
c0ad3b38
KS
8868 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
8869
f4961c00
KS
8870 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
8871 inhibit-field-text-motion to t so rectangles work in comint buffers.
8872
f2e92e79
KS
8873 * simple.el (choose-completion-string): Set buffer before running
8874 choose-completion-string-functions hook so it can be buffer-local.
8875
139aea08
DP
88762004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
8877
8878 * progmodes/compile.el (compilation-start): Parse command to see
8879 if it starts with a cd, and if so perform it for the *compilation*
8880 buffer. Change the header to reflect this.
8881
72b92836
KS
88822004-09-11 Kim F. Storm <storm@cua.dk>
8883
8884 * ido.el (ido-enable-dot-prefix): Doc fix.
8885 (ido-enable-dot-prefix): New defcustom.
8886 (ido-set-matches1): Use it.
8887
d528bff7
SM
88882004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * textmodes/bibtex.el (bibtex-mark-active)
8891 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
8892
88932004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8894
8895 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
8896 used in a case insensitive environment.
8897 (bibtex-mode-map): Rearrange order of menus.
8898 (bibtex-quoted-string-re): Obsolete.
8899 (bibtex-complete-key-cleanup): Variable replaced by new function.
8900 (bibtex-font-lock-keywords): Use backquotes.
8901 (bibtex-font-lock-url-regexp): New internal variable.
8902 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
8903 "OPT" and "ALT".
8904 (bibtex-insert-current-kill, bibtex-make-field)
8905 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
8906 (bibtex-parse-field-text): Simplify.
8907 (bibtex-string=): New helper function.
8908 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
8909 (bibtex-map-entries): Use bibtex-string=.
8910 (bibtex-search-entry): Use not.
8911 (bibtex-enclosing-field): Fix docstring.
8912 (bibtex-assoc-regexp): Obsolete.
8913 (bibtex-format-entry): Use assoc-string and bibtex-string=.
8914 (bibtex-autokey-get-names): Handle empty name field.
8915 (bibtex-parse-strings): Use assoc-string and unless.
8916 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
8917 Use assoc-string.
8918 (bibtex-pop): Simplify.
8919 (bibtex-mode): Set font-lock-extra-managed-props.
8920 (bibtex-entry-update): Use assoc-string.
8921 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
8922 (bibtex-autofill-entry): Use bibtex-string=.
8923 (bibtex-print-help-message): Simplify.
8924 (bibtex-find-entry): New optional arg START.
8925 (bibtex-validate): Use bibtex-string= and assoc-string.
8926 Do not call obsolete function compilation-parse-errors.
8927 (bibtex-remove-delimiters): Only remove delimiters if present.
8928 (bibtex-copy-entry-as-kill): Add docstring.
8929 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
8930 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
8931 (bibtex-complete): Use bibtex-predefined-month-strings,
8932 bibtex-string=, and new function bibtex-complete-key-cleanup.
8933 (bibtex-generate-url-list): New variable.
8934 (bibtex-url): New command bound to C-c C-l and mouse-2.
8935 (bibtex-url-map): New local keymap for bibtex-url-mouse.
8936 (bibtex-font-lock-url): New function.
8937
cbd5542a
SM
89382004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
8941
419a6e22
KS
89422004-09-09 Kim F. Storm <storm@cua.dk>
8943
8944 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
8945 counter and format with binding.
8946 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
8947 the declared macro uses own macro counter and format. Give symbol
8948 kmacro property.
8949 (kmacro-keymap): Bind kmacro-name-last-macro to n.
8950 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
8951 (kmacro-end-and-call-macro): Doc fix.
8952
340db502
LH
89532004-09-09 Lars Hansen <larsh@math.ku.dk>
8954
cbd5542a
SM
8955 * desktop.el (desktop-clear-preserve-buffers):
8956 Remove make-obsolete-variable.
340db502 8957
4d894c98
RS
89582004-09-08 Richard M. Stallman <rms@gnu.org>
8959
8960 * buff-menu.el (list-buffers-noselect): Call format-mode-line
8961 with the buffer as argument.
8962
c046590e 89632004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
c9cb3a26
SM
8964
8965 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
8966
a13cf3bc
JL
89672004-09-08 Juri Linkov <juri@jurta.org>
8968
8969 * replace.el (perform-replace): Use `query-replace-descr'.
8970
8971 * cus-start.el (history-delete-duplicates): Specify customization.
8972
8973 * diff-mode.el (diff-mode-map):
8974 * progmodes/compile.el (compilation-mode-map):
8975 * progmodes/grep.el (grep-mode-map):
8976 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
8977 to `next-error-follow-minor-mode'.
8978
89792004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8980
8981 * isearch.el (isearch-lazy-highlight-update): Take into account
8982 the case of zero-length match at the search bound.
8983
303e592c
KS
89842004-09-08 Kim F. Storm <storm@cua.dk>
8985
8986 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
8987 change. Use zero width overlays when necessary.
8988
52c408f2
TTN
89892004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8990
8991 * subr.el (split-string): Docfix.
8992
dfd5bc54
TTN
89932004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8994
8995 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
8996 (display-call-tree): Ensure newline after caller/calls blocks.
8997
6cc52547
TTN
89982004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8999
9000 * startup.el (command-line-1): Make option
9001 --directory/-L modify `load-path' straight away.
9002
edbf5932
TTN
90032004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9004
9005 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
9006
e114fc2c
TTN
90072004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9008
9009 * emacs-lisp/autoload.el (make-autoload):
9010 Handle `define-compilation-mode'.
9011
9012 * emacs-lisp/lisp-mode.el (define-compilation-mode):
9013 Specify `doc-string-elt' property.
9014
d430d2e8
TTN
90152004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9016
9017 * bs.el (bs-mode): Doc fix.
9018
9c64f299
TTN
90192004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9020
9021 * info.el (Info-insert-dir): Fix temp buffer leak bug.
9022
2fdc1cee
TTN
90232004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9024
9025 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
9026
c52da52a
KH
90272004-09-08 Kenichi Handa <handa@m17n.org>
9028
9029 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
9030 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
9031 ps-mule-next-point -> 1+).
9032
9033 * composite.el (encode-composition-rule): Add autoload cooky.
9034
a020987f
LT
90352004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9036
9037 * format.el (buffer-auto-save-file-format): Make it permanent local.
9038
a01c5155
KS
90392004-09-07 Kim F. Storm <storm@cua.dk>
9040
4e14f66c
KS
9041 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
9042 (authors-fixed-entries): Fix typo.
9043 (authors-canonical-author-name): Compact multiple spaces.
9044 Ignore trivial names (e.g. only first name).
9045
a01c5155
KS
9046 * term.el (term-window-width): Only use full window width on
9047 window system if overflow-newline-into-fringe is enabled.
9048 (term-mode): Don't disable overflow-newline-into-fringe.
9049
c046590e 90502004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
718dc91d 9051
c9cb3a26
SM
9052 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
9053 motion as seen on my Mac OS X xterms.
9054
718dc91d
SM
9055 * newcomment.el (uncomment-region-default, comment-region-default):
9056 New functions extracted from uncomment-region and comment-region.
9057 (comment-region, comment-region-function, uncomment-region)
9058 (uncomment-region-function): Use them.
9059
9060 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
9061
9062 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
9063 It's not crucial but can make sense at times.
9064
9065 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
9066 the first commit.
9067
9068 * vc.el (vc-buffer-context, vc-restore-buffer-context):
9069 Disable obsolete code.
9070
00889cf9
JL
90712004-09-07 Juri Linkov <juri@jurta.org>
9072
9073 * progmodes/grep.el (grep-highlight-matches): Change default from
8041ea75 9074 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
00889cf9
JL
9075 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
9076 if grep option `--color' is available, or to `nil' otherwise.
8041ea75
JL
9077 (grep-process-setup): Call `grep-compute-defaults' if
9078 `grep-highlight-matches' is not computed. Set env-vars only
9079 if `grep-highlight-matches' is `t'.
00889cf9
JL
9080 (grep-use-null-device): Remove redundant type `boolean' (`choice'
9081 is already defined).
9082
8041ea75
JL
9083 * progmodes/compile.el (compilation-start): Use copy of
9084 `process-environment' created by `copy-sequence' to not
9085 modify env-vars in the global `process-environment'.
9086
8a98a6c2
EZ
90872004-09-06 Eli Zaretskii <eliz@gnu.org>
9088
9089 * simple.el (next-error-follow-minor-mode): Fix last change.
9090
c28e534b
LT
90912004-09-05 Luc Teirlinck <teirllm@auburn.edu>
9092
9093 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
9094 permanent local.
9095
5f3a57c9
RS
90962004-09-04 Richard M. Stallman <rms@gnu.org>
9097
9098 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
9099 highlighting if the search string is empty.
9100
240c0c90
LT
91012004-09-04 Luc Teirlinck <teirllm@auburn.edu>
9102
9103 * facemenu.el (facemenu-active-faces): Change condition of inner
9104 `while' loop to also check the first two elements of `face-atts'
9105 and `mask-atts'.
9106
8e734456
JPW
91072004-09-04 John Paul Wallington <jpw@gnu.org>
9108
9109 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
9110 (thumbs-view-image-mode): Make buffer read-only.
9111
8f0d9e76
EZ
91122004-09-04 Christopher J. Madsen <cjm@pobox.com>
9113
9114 * textmodes/ispell.el (ispell-really-aspell): New defvar.
9115 (ispell-check-version): Set it.
9116 (ispell-send-replacement): New function.
9117 (ispell-process-line): Call ispell-send-replacement.
9118
2a1c966e
EZ
91192004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9120
9121 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
9122 Support choosing seconds with "s".
9123
0721fbe3
EZ
91242004-09-04 Jari Aalto <jari.aalto@poboxes.com>
9125
9126 * terminal.el (te-escape): Show `?' in prompt for help key.
9127
db1febad
EZ
91282004-09-04 Emilio C. Lopes <eclig@gmx.net>
9129
9130 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
9131
cbdad6e2
EZ
91322004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9133
2a223f35 9134 * simple.el (next-error-follow-minor-mode)
0ad10447
EZ
9135 (next-error-follow-mode-post-command-hook): New functions.
9136 (next-error-follow-last-line): New defvar.
9137
718dc91d 9138 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
0ad10447
EZ
9139 * progmodes/compile.el (compilation-mode-map): Likewise.
9140 * progmodes/grep.el (grep-mode-map): Likewise.
9141 * replace.el (occur-mode-map): Likewise.
9142
cbdad6e2
EZ
9143 * newcomment.el (uncomment-region): Bind comment-use-global-state
9144 to nil.
9145
90e118ab
LT
91462004-09-03 Luc Teirlinck <teirllm@auburn.edu>
9147
9148 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
9149 locally around the call to `revert-buffer'.
9150
9e68f42d
JL
91512004-09-03 Juri Linkov <juri@jurta.org>
9152
9153 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
9154 `isearch-adjusted' to `t'.
9155 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
9156 (isearch-message-prefix): Add "pending" for isearch-adjusted.
9157 (isearch-other-meta-char): Restore isearch-point unconditionally.
9158 (isearch-query-replace): Add new arg `regexp-flag' and use it.
9159 Set point to start of match if region is not active in transient
9160 mark mode (to include the current match to region boundaries).
9161 Push the search string to `query-replace-from-history-variable'.
9162 Add prompt "Query replace regexp" for isearch-regexp.
9163 Add region beginning/end as last arguments of `perform-replace.'
9164 (isearch-query-replace-regexp): Replace code by the call to
9165 `isearch-query-replace' with arg `t'.
9166
b4fab893
RS
91672004-09-03 Richard M. Stallman <rms@gnu.org>
9168
9169 * startup.el (normal-top-level): Undo previous TERM change.
9170
46540080
KS
91712004-09-03 Kim F. Storm <storm@cua.dk>
9172
c59ee3b4
KS
9173 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
9174 highlight overlays; allow using RET when cursor is over a button.
9175 (cua--highlight-rectangle): Use it.
9176 (cua--rectangle-set-corners): Don't move backwards at eol.
9177 (cua--forward-line): Don't move into void after eob.
9178
46540080
KS
9179 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
9180 point is set (and displayed) inside rectangle.
9181 (cua--rectangle-operation): Fix for highlight of empty lines.
9182 (cua--highlight-rectangle): Fix highlight for tabs.
9183 Position cursor at left/right edge of rectangle using new `cursor'
9184 property on overlay strings.
9185 (cua--indent-rectangle): Don't tabify.
9186 (cua-rotate-rectangle): Ignore that point has moved.
9187
4bc6a872
RS
91882004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9189
9190 * term/mac-win.el: Add ASCII equivalents for some function keys.
9191 (mode-line-frame-identification): Sync with x-win.el.
9192
c3829a8e
JL
91932004-09-02 Juri Linkov <juri@jurta.org>
9194
9195 * progmodes/compile.el (compilation-buffer-name): Compare major
9196 mode with second element of compilation-arguments instead of third
9197 to reflect latest changes in compilation-arguments structure.
9198 (recompile): Use global variable `compilation-directory' to get
9199 recent compilation directory only when `recompile' is invoked NOT
9200 in the compilation buffer. Otherwise, use `default-directory' of
9201 the compilation buffer.
f0206910
JL
9202 (compilation-error-properties): Allow to funcall col and end-col.
9203 (compilation-mode-font-lock-keywords): Check col and end-col by
9204 `integerp'.
9205 (compilation-goto-locus): If end-mk is non-nil in transient mark
9206 mode don't activate the mark (and don't display message in
9207 push-mark), but highlight overlay between mk and end-mk.
9208
9209 * progmodes/grep.el (grep-highlight-matches): New defcustom.
9210 (grep-regexp-alist): Add rule to highlight grep matches.
9211 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
9212
9213 * info.el (Info-fontify-node): Don't compute other-tag
9214 if Info-hide-note-references=hide.
9215
9216 * help.el (function-called-at-point):
9217 * help-fns.el (variable-at-point):
9218 Try `find-tag-default' when other methods failed.
c3829a8e
JL
9219
9220 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9221 Do not push mark if inhibit-mark-movement is non-nil.
9222
9223 * textmodes/ispell.el (ispell-html-skip-alists):
9224 Fix backslashes in docstring.
9225
6a18e4e7
JL
92262004-09-01 Juri Linkov <juri@jurta.org>
9227
9228 * isearch.el (isearch-wrap-function)
9229 (isearch-push-state-function): New defvars.
9230 (isearch-pop-fun-state): New defsubst.
9231 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
9232 (isearch-push-state): Set the result of calling
9233 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
9234 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
9235 restore the mode-specific starting point of terminated search.
9236 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
9237 (isearch-repeat): Call `isearch-wrap-function' if defined.
9238 (isearch-message-prefix): Don't add prefix "over" to the message
9239 for wrapped search if `isearch-wrap-function' is defined.
9240 (isearch-search): Call function saved in `isearch-pop-fun-state' to
9241 restore the mode-specific starting point of failed search.
9242
9243 * info.el (Info-search-whitespace-regexp): Fix backslashes.
9244 (Info-search): Add new optional arguments for the sake of isearch.
9245 Replace whitespace in Info-search-whitespace-regexp literally.
9246 Add backward search. Don't call `Info-select-node' if regexp is
9247 found in the same Info node. Don't add node to Info-history for
9248 wrapped isearch.
9249 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
9250 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
9251 (Info-mode): Set local variables `isearch-search-fun-function',
9252 `isearch-wrap-function', `isearch-push-state-function',
9253 `search-whitespace-regexp'.
9254
9255 * isearch.el: Remove ancient Change Log section.
9256 (isearch-string, isearch-message-string, isearch-point)
9257 (isearch-success, isearch-forward-flag, isearch-other-end)
9258 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9259 (isearch-barrier, isearch-within-brackets)
9260 (isearch-case-fold-search): Add suffix `-state' to state-related
9261 defsubsts to avoid name clashes with other function names.
9262
9263 * simple.el (next-error): New defgroup and defface.
9264 (next-error-highlight, next-error-highlight-no-select):
9265 New defcustoms.
9266 (next-error-no-select): Let-bind next-error-highlight to the value
9267 of next-error-highlight-no-select before calling `next-error'.
9268
9269 * progmodes/compile.el (compilation-goto-locus):
9270 Use `next-error' face instead of `region'. Set 4-th argument of
9271 `move-overlay' to `current-buffer' to move overlay to different
9272 source buffers. Use new variable `next-error-highlight'.
9273
9274 * simple.el (next-error-find-buffer): Move the rule
9275 "if current buffer is a next-error capable buffer" after the
9276 rule "if next-error-last-buffer is set to a live buffer".
9277 Simplify to test all rules in one `or'.
9278 (next-error): Doc fix.
9279 (next-error, previous-error, first-error)
9280 (next-error-no-select, previous-error-no-select):
9281 Make arguments optional.
9282
7d01236c
LT
92832004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9284
9285 * macros.el (apply-macro-to-region-lines): Make it operate on all
9286 lines that begin in the region, rather than on all complete lines
9287 in the region.
9288
7a01b040
JD
92892004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9290
9291 * x-dnd.el (x-dnd-protocol-alist): Document update.
9292 (x-dnd-known-types): Defcustom it.
9293 (x-dnd-handle-motif): Print message-atom in error message.
9294
f04232c3
JPW
92952004-08-30 John Paul Wallington <jpw@gnu.org>
9296
9297 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
9298 strings rather than programatically constructing message.
9299
4f4ce597
RS
93002004-08-30 Richard M. Stallman <rms@gnu.org>
9301
9302 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
9303 Don't return a string that would read as the wrong character code.
9304
2661eae9
KS
93052004-08-29 Kim F. Storm <storm@cua.dk>
9306
c046590e
SM
9307 * emulation/cua-base.el (cua-auto-expand-rectangles):
9308 Remove automatic rectangle padding feature; replace by non-destructive
2661eae9
KS
9309 virtual rectangle edges feature.
9310 (cua-virtual-rectangle-edges): New defcustom.
9311 (cua-auto-tabify-rectangles): New defcustom.
9312 (cua-paste): If paste into a marked rectangle, insert rectangle at
9313 current column, even if virtual; also paste exactly as many lines
9314 as has been marked (ignore additional lines or add empty lines),
9315 but paste whole source if only one line is marked.
9316 (cua--update-indications): No longer use overwrite-cursor to
9317 indicate rectangle padding
9318
9319 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
9320 (cua--rectangle-virtual-edges): New defun.
9321 (cua--rectangle-get-corners): Remove optional PAD arg.
9322 (cua--rectangle-set-corners): Never do padding.
9323 (cua--forward-line): Remove optional PAD arg. Simplify.
9324 (cua-resize-rectangle-right, cua-resize-rectangle-left)
9325 (cua-resize-rectangle-down, cua-resize-rectangle-up):
9326 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
9327 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
9328 (cua--rectangle-move): Never do padding. Simplify.
9329 (cua--tabify-start): New defun.
9330 (cua--rectangle-operation): Add tabify arg. All callers changed.
9331 (cua--pad-rectangle): Remove.
9332 (cua--delete-rectangle): Handle delete with virtual edges.
9333 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
9334 (cua--insert-rectangle): Handle insert at virtual column.
9335 Perform auto-tabify if necessary.
9336 (cua--activate-rectangle): Remove optional FORCE arg.
9337 Never do padding. Simplify.
9338 (cua--highlight-rectangle): Enhance for virtual edges.
9339 (cua-toggle-rectangle-padding): Remove command.
9340 (cua-toggle-rectangle-virtual-edges): New command.
9341 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
9342 (cua--rectangle-post-command): Don't force rectangle padding.
9343 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
9344
a71eb435
LT
93452004-08-28 Luc Teirlinck <teirllm@auburn.edu>
9346
9347 * indent.el (edit-tab-stops-buffer): Doc fix.
9348
ea2e9f8d
RS
93492004-08-28 Richard M. Stallman <rms@gnu.org>
9350
9351 * progmodes/grep.el (grep-default-command): Use find-tag-default.
9352 (grep-tag-default): Function deleted.
9353
77c99c7f 9354 * subr.el (find-tag-default): Move from etags.el.
ea2e9f8d 9355
77c99c7f 9356 * progmodes/etags.el (find-tag-default): Move to subr.el.
ea2e9f8d
RS
9357
9358 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
9359 into the basic character if it has an uppercase form.
9360
11d2e01b
KH
93612004-08-27 Kenichi Handa <handa@m17n.org>
9362
9363 * international/utf-8.el (utf-8-post-read-conversion): If the
9364 buffer is unibyte, temporarily make it multibyte.
9365
0e48150a
MY
93662004-08-27 Masatake YAMATO <jet@gyve.org>
9367
9368 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
9369
2eb43e13
JPW
93702004-08-25 John Paul Wallington <jpw@gnu.org>
9371
003274a0
JPW
9372 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
9373 0, 1, and many mismatches in message.
9374 (tex-start-shell): Use `set-process-query-on-exit-flag'.
9375
2eb43e13
JPW
9376 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
9377 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
9378
55a88c8a
SM
93792004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
9382 vc-diff-switches differently.
9383
49eac10f
LT
93842004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9385
9386 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
9387 before and a real defvar after
9388 `speedbar-supported-extension-expressions'. This is to silence
9389 the compiler without breaking bootstrapping.
9390
2ee3b79e
RS
93912004-08-22 Richard M. Stallman <rms@gnu.org>
9392
55a88c8a
SM
9393 * textmodes/flyspell.el (flyspell-word):
9394 Use set-process-query-on-exit-flag.
2ee3b79e
RS
9395 (flyspell-highlight-duplicate-region): Take POSS as arg.
9396 (flyspell-word): Pass POSS as arg.
9397
9398 * progmodes/ada-xref.el: Many doc and style fixes.
9399 (ada-find-any-references): Use compilation-start.
9400 (ada-get-ali-file-name): Improve error msg.
9401 (ada-get-ada-file-name): Likewise.
9402
9403 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
9404 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
9405
9406 * mail/mail-extr.el (mail-extr-all-top-level-domains):
9407 Add forward defvar.
9408
9409 * whitespace.el (global-whitespace-mode): New alias
9410 for whitespace-global-mode.
9411
77c99c7f 9412 * speedbar.el (speedbar-file-regexp): Move definition up.
2ee3b79e
RS
9413 (speedbar-mode, speedbar-set-mode-line-format):
9414 Use with-no-warnings.
9415 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
9416
9417 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
9418 controls whether to display the error buffer.
9419
9420 * ps-mule.el: Delete compatibility code for old Emacses.
9421 (ps-mule-find-wrappoint): Don't use chars-in-region.
9422
49eac10f 9423 * frame.el (display-mouse-p, display-selections-p):
2ee3b79e 9424 Use with-no-warnings.
49eac10f 9425
2ee3b79e
RS
9426 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
9427
90a02640
DK
94282004-08-22 David Kastrup <dak@gnu.org>
9429
818226ac
DK
9430 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
9431 information.
9432
90a02640
DK
9433 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
9434
2b54cb7b
AS
94352004-08-22 Andreas Schwab <schwab@suse.de>
9436
55a88c8a 9437 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2b54cb7b 9438
44feddcf
MY
94392004-08-22 Masatake YAMATO <jet@gyve.org>
9440
9441 * cvs-status.el (cvs-status-checkout): New function.
9442 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
9443
311f32fe
DK
94442004-08-21 David Kastrup <dak@gnu.org>
9445
9446 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
9447 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
9448 has been converted to use hashtables, the relation `nil=none' is
9449 no longer valid, as `nil' is not a hashtable. This patch tries to
9450 reduce the number of resulting errors.
9451
3829aa6f
JPW
94522004-08-21 John Paul Wallington <jpw@gnu.org>
9453
9454 * subr.el (process-kill-without-query): Made obsolete in
9455 version 21.4, not 21.5.
9456
9457 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
9458 (vc-previous-comment, vc-next-comment)
9459 (vc-comment-search-reverse, vc-comment-search-forward)
9460 (vc-comment-to-change-log): Likewise.
9461
9462 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
9463
29bbca9e
EZ
94642004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
9465
aca16f78
SM
9466 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
9467 Correct indentation of DEFMETHODS with non-standard method
29bbca9e
EZ
9468 combinations (e.g., PROGN, MIN, MAX).
9469
aca16f78
SM
94702004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * startup.el (normal-top-level-add-subdirs-to-load-path):
9473 Avoid unnecessarily checking system-type.
9474 (normal-top-level): Set TERM to "dumb". Simplify.
9475
9476 * avoid.el (mouse-avoidance-ignore-p): New fun.
9477 Also ignore switch-frame, select-window, double, and triple clicks.
9478 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
9479 (mouse-avoidance-fancy-hook): Use it.
9480
94812004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
9482
9483 * avoid.el (mouse-avoidance-nudge-mouse)
9484 (mouse-avoidance-banish-destination): Stay within the current window
9485 to avoid problems with mouse-autoselect-window.
9486
27615979
SM
94872004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
9490 the newer format of some messages in cvs-1.12.1.
9491
2b8d823f
MY
94922004-08-19 Masatake YAMATO <jet@gyve.org>
9493
9494 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
9495 (elp-results-jump-to-definition-by-mouse)
aca16f78 9496 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2b8d823f
MY
9497 (elp-output-result): Use elp-output-insert-symname.
9498
295f3b30
KH
94992004-08-18 Kenichi Handa <handa@m17n.org>
9500
9501 * language/cyrillic.el: Register koi8-r in
9502 ctext-non-standard-encodings-alist.
9503 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
9504
eacd5edc
LT
95052004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9506
9507 * emacs-lisp/copyright.el (copyright-update-year): Delete code
9508 that replaces 20xy with xy.
9509
ee1fcbdd
JPW
95102004-08-17 John Paul Wallington <jpw@gnu.org>
9511
9512 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9513 (reb-force-update): Doc fix.
9514
8afc13c6
RS
95152004-08-16 Richard M. Stallman <rms@gnu.org>
9516
9517 * progmodes/which-func.el (which-func-update-1): Doc fix.
9518
9519 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
9520 (sh-mode-abbrev-table): New variable.
9521
9522 * progmodes/compile.el (compilation-mode): Doc fix.
9523
9524 * emacs-lisp/lisp-mode.el (eval-last-sexp):
9525 Don't cons a new symbol each time.
9526 (eval-last-sexp-fake-value): New variable.
9527
9528 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
9529 (copyright-update-year): Detect continuation of list of years.
9530
9531 * term.el (term-default-fg-color, term-default-bg-color)
9532 (ansi-term-color-vector): Use `unspecified', not nil, as default.
9533
9534 * imenu.el: Several doc fixes: don't say variables are buffer-local.
9535
be3a9510
LT
95362004-08-16 Davis Herring <herring@lanl.gov>
9537
9538 * isearch.el (isearch-string, isearch-message-string, isearch-point)
9539 (isearch-success, isearch-forward-flag, isearch-other-end)
9540 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9541 (isearch-barrier, isearch-within-brackets)
9542 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
9543
68fbea3a
KH
95442004-08-16 Kenichi Handa <handa@m17n.org>
9545
9546 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
9547
c3ff5bc1
KH
95482004-08-15 Kenichi Handa <handa@m17n.org>
9549
9550 * term/x-win.el (x-selection-value): If utf8 was successful but
9551 ctext was not, use utf8 string.
9552
e11d1dd9
EZ
95532004-08-14 Davis Herring <herring@lanl.gov>
9554
9555 * isearch.el: Remove accidental changes of March 4. Fix backing
9556 up when a regexp isearch is made more general. Use symbolic
9557 accessor functions for isearch stack frames to make usage clearer.
9558 (search-whitespace-regexp): Made groups in documentation shy (as
9559 is the group in the default value).
9560 (isearch-fallback): New function, addresses problems with regexps
9561 liberalized by `\|', adds support for liberalization by `\}' (the
9562 general repetition construct), and incorporates behavior for
9563 `*'/`?'.
9564 (isearch-}-char): New command, calls `isearch-fallback' with
9565 arguments appropriate to a typed `}'.
9566 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
9567 appropriately.
9568 (isearch-mode-map): Bind `}' to `isearch-}-char'.
be3a9510
LT
9569 (isearch-string, isearch-message,string, isearch-point)
9570 (isearch-success, isearch-forward-flag, isearch-other-end)
9571 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9572 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
e11d1dd9
EZ
9573 New inline functions to read fields of a stack frame.
9574
ab5a4a32
EZ
95752004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
9576
9577 * battery.el (battery-linux-proc-acpi): Look into battery
9578 directories matching the literal string "CMB", too (required for
9579 Linux kernel version 2.6.7).
9580
78642e03
JPW
95812004-08-14 John Paul Wallington <jpw@gnu.org>
9582
6dad1714
JPW
9583 * cus-start.el (read-file-name-completion-ignore-case): Add.
9584 (blink-cursor-alist): Change version to "21.4".
9585
78642e03
JPW
9586 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
9587
048526bd
DP
95882004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
9589
9590 * speedbar.el (speedbar-scan-subdirs): New option.
9591 (speedbar-file-lists): Don't ignore file-name case on Unix and use
9592 dolist.
9593 (speedbar-insert-files-at-point): Take an extra argument and use
9594 it to optionally find out if a subdir is empty. Also unreadable
9595 files don't get expand buttons.
42e1fd33 9596 (speedbar-directory): New image (unused pixmap already existed).
048526bd
DP
9597 (speedbar-expand-image-button-alist): Use it.
9598
2a15eb73
MS
95992004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9600
9601 CC Mode update to 5.30.9:
9602
9603 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
aca16f78 9604 Move from cc-vars to cc-defs for dependency reasons. Fix the
2a15eb73
MS
9605 POSIX char class test to check that it works in
9606 `skip-chars-(forward|backward)' too.
9607
aca16f78 9608 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2a15eb73
MS
9609 first argument starts with a special brace list.
9610
aca16f78 9611 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2a15eb73
MS
9612 when `c-opt-type-concat-key' is used (i.e. in Pike).
9613
aca16f78
SM
9614 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
9615 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2a15eb73
MS
9616 >)".
9617
9618 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
9619 whitespace safe.
9620
aca16f78 9621 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2a15eb73
MS
9622 position for `arglist-intro', `arglist-cont-nonempty' and
9623 `arglist-close' when there are two arglist open parens on the same
9624 line and there's nothing in front of the first.
9625
aca16f78 9626 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2a15eb73
MS
9627 locking of qualified names in Java, which previously could fontify
9628 common indexing expressions in many cases. The standard Java
9629 naming conventions are used to tell them apart.
9630
aca16f78
SM
9631 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
9632 Fix inconsistency wrt opening parens on the first line inside a paren
2a15eb73
MS
9633 block.
9634
9635 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
9636 compile time for the sake of `c-major-mode-is'.
9637
9638 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
9639 `c-major-mode-is' in the event that this is used inside a
9640 `c-lang-defconst'.
9641
aca16f78 9642 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2a15eb73
MS
9643 `c-lang-defconst' so that it works better with fallback languages.
9644
aca16f78 9645 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2a15eb73
MS
9646 it to fail to record the base mode.
9647
aca16f78
SM
9648 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9649 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
77c99c7f 9650 is used. Reorder the syntax checks to get more efficient
2a15eb73
MS
9651 skipping in some situations.
9652
9653 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
9654 continuation which might precede the newly inserted '{'.
9655
aca16f78
SM
9656 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9657 Fix cases where it could loop indefinitely.
2a15eb73
MS
9658
9659 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
9660 size specs correctly. Only fontify identifiers in front of '('
77c99c7f 9661 with as functions - don't accept any paren char. Tighten up
2a15eb73
MS
9662 initializer skipping to stop before function and class blocks.
9663
aca16f78 9664 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2a15eb73
MS
9665 the point could be left directly after an open paren when finding
9666 the beginning of the first decl in the block.
9667
9668 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
9669 table when filtering out legitimate open parens to be recorded.
9670 This could cause cache inconsistencies when e.g.
9671 `c++-template-syntax-table' was temporarily in use.
9672
aca16f78
SM
9673 * progmodes/cc-engine.el (c-on-identifier)
9674 (c-simple-skip-symbol-backward): Small fix for handling "-"
2a15eb73
MS
9675 correctly in `skip-chars-backward'. Affected the operator lfun
9676 syntax in Pike.
9677
aca16f78
SM
9678 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
9679 Fix bug that could cause an error from `after-change-functions' when
2a15eb73
MS
9680 the changed region is at bob.
9681
96822004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
9683
9684 CC Mode update to 5.30.9:
9685
9686 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
9687 to say that <TAB> doesn't insert WS into a CPP line.
9688 (c-indent-command, c-tab-always-indent): Amend doc strings.
9689
9690 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
9691 checks for user errors, thus eliminating cryptic and unhelpful
9692 Emacs error messages. (1) Check the arg to `c-set-style' is a
9693 string. (2) Check that settings to `c-offsets-alist' are not
9694 spuriously quoted.
9695
aca16f78 9696 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2a15eb73
MS
9697 which precedes the newly inserted `{'.
9698
48ddd622
MA
96992004-08-10 Michael Albinus <michael.albinus@gmx.de>
9700
9701 Sync with Tramp 2.0.44.
9702
9703 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
9704 function "tramp_file_attributes". Otherwise, file names
9705 containing spaces are misinterpreted. Reported by Magnus Henoch
9706 <mange@freemail.hu>.
9707 (tramp-handle-file-truename): FILENAME must be expanded first.
9708 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
9709 obscure results. Reported by D. Goel <deego@gnufans.org>.
9710 (tramp-handle-verify-visited-file-modtime): If file does not
9711 exist, say it is not modified if and only if that agrees with the
9712 buffer's record. Check whether a file is visiting the buffer, or
9713 the buffer has no recorded last modification time. Return t in
9714 case the visiting file doesn't exist. Suggested by Luc Teirlinck
9715 <teirllm@auburn.edu>.
9716 (tramp-handle-write-region): Pass modtime explicitely to
9717 `set-visited-file-modtime', because filename can be different
9718 from (buffer-file-name) if `file-precious-flag' is set.
9719 `set-visited-file-modtime' must be called always when `visit' is t
9720 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
9721 (tramp-handle-set-visited-file-modtime): If `time-list' is not
9722 nil, don't apply the whole body. If the file doesn't exists, set
9723 modtime to '(-1 65535). Suggested by Luc Teirlinck
9724 <teirllm@auburn.edu>.
9725
2bd77330
LT
97262004-08-09 Luc Teirlinck <teirllm@auburn.edu>
9727
9728 * help.el (describe-bindings): Doc fix.
9729
9730 * subr.el (kbd): Doc fix.
9731
7ad938e7
JPW
97322004-08-08 John Paul Wallington <jpw@gnu.org>
9733
9734 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
9735 instead of `string-to-int'.
9736 (define-ibuffer-column mode): Fix indentation.
9737
3bc603c4
LH
97382004-08-08 Lars Hansen <larsh@math.ku.dk>
9739
aca16f78 9740 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3bc603c4 9741
8392e138
LT
97422004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9743
9744 * subr.el (global-unset-key, local-unset-key): Doc fixes.
9745
9746 * novice.el (disabled-command-function): New variable renamed from
9747 `disabled-command-hook'.
9748 (disabled-command-hook): Keep the _variable_ as alias for
9749 `disabled-command-function' and make obsolete.
9750 (disabled-command-function): Function renamed from
9751 `disabled-command-hook'. Adapt code to name change of the variable.
9752
abaf2e77
EZ
97532004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
9754
9755 * simple.el (completion-root-regexp): New defvar.
9756 (completion-setup-function): Use it instead of a literal string.
9757
8bd6323a
JPW
97582004-08-07 John Paul Wallington <jpw@gnu.org>
9759
9760 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
9761 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
9762 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
9763 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
9764
093b77de
KH
97652004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9766
9767 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
9768 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
9769
af1781ac
KH
97702004-08-04 Kenichi Handa <handa@m17n.org>
9771
aca16f78
SM
9772 * international/encoded-kb.el (encoded-kbd-setup-keymap):
9773 Fix previous change.
af1781ac
KH
9774
97752004-08-03 Kenichi Handa <handa@m17n.org>
9776
9777 * international/encoded-kb.el: The following changes are to
9778 utilize key-translation-map instead of minor mode map.
9779 (encoded-kbd-iso2022-non-ascii-map): Delete it.
9780 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
9781 (encoded-kbd-last-key): New function.
9782 (encoded-kbd-iso2022-single-shift): New function.
9783 (encoded-kbd-iso2022-designation)
9784 (encoded-kbd-self-insert-iso2022-7bit)
9785 (encoded-kbd-self-insert-iso2022-8bit)
9786 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
9787 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
9788 key-translation-map.
9789 (encoded-kbd-setup-keymap): Setup key-translation-map.
9790 (saved-key-translation-map): New variable.
c046590e
SM
9791 (encoded-kbd-mode): Save/restore key-translation-map.
9792 Adjust for the change of encoded-kbd-setup-keymap.
af1781ac 9793
0f7a93c1
KS
97942004-08-02 Kim F. Storm <storm@cua.dk>
9795
9796 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
9797 and call compute-motion with nil for topos and width to get proper
9798 usable width and height for both window and non-window systems.
9799
9800 * windmove.el (windmove-coordinates-of-position): Let compute-motion
9801 calculate usable window width and height.
9802
9803 * window.el (window-buffer-height): Call compute-motion with nil width.
9804
78629844
DK
98052004-08-01 David Kastrup <dak@gnu.org>
9806
aca16f78
SM
9807 * replace.el (query-replace-read-from):
9808 Use `query-replace-compile-replacement'.
78629844
DK
9809 (query-replace-compile-replacement): New function.
9810 (query-replace-read-to): Use `query-replace-compile-replacement'
9811 for repeating the last command.
9812
e7fdaf63
JPW
98132004-08-01 John Paul Wallington <jpw@gnu.org>
9814
fdeadcd1
JPW
9815 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
9816 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
9817 (pr-switches): Remove period from end of error messages.
9818
9819 * help-mode.el (help-go-back): Likewise.
9820
e7fdaf63
JPW
9821 * abbrev.el (only-global-abbrevs): Doc fix.
9822 (edit-abbrevs-map): Define within defvar.
9823 (quietly-read-abbrev-file): Doc fix.
9824
83f64226
LT
98252004-07-31 Luc Teirlinck <teirllm@auburn.edu>
9826
9827 * novice.el (enable-command, disable-command): Doc fixes.
9828
9829 * subr.el (event-modifiers, event-basic-type): Doc fixes.
9830
53a7160c
RS
98312004-07-30 Richard M. Stallman <rms@gnu.org>
9832
9833 * subr.el (with-local-quit): Doc fix.
9834
4bcce19c
LT
98352004-07-30 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
9838
ee945d08
LT
98392004-07-28 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * custom.el (defcustom): Doc fix.
9842
31f98a93
MY
98432004-07-28 Masatake YAMATO <jet@gyve.org>
9844
9845 * progmodes/etags.el (etags-tags-apropos): Show building progress.
9846
38357a23
SM
98472004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * imenu.el (imenu-prev-index-position-function)
9850 (imenu-extract-index-name-function, imenu-name-lookup-function)
9851 (imenu--index-alist): Docstring redundancy fix.
9852
e0db2366
LH
98532004-07-25 Lars Hansen <larsh@math.ku.dk>
9854
9855 * wdired.el (wdired-finish-edit): Require dired-aux before locally
9856 binding dired-backup-overwrite.
9857
a3111ae4
JPW
98582004-07-25 John Paul Wallington <jpw@gnu.org>
9859
9860 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
9861
b96b979c
LT
98622004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * term/tty-colors.el (tty-color-approximate): Doc fix.
9865
9866 * select.el (x-get-selection, x-set-selection): Doc fixes.
9867
9868 * frame.el (make-frame): Doc fix.
9869
7630911d
RS
98702004-07-24 Richard M. Stallman <rms@gnu.org>
9871
9872 * mail/rmail.el (rmail-mime-charset-pattern):
9873 Don't include semicolon in the charset value.
9874
9875 * replace.el (occur-next-error): Call set-window-point.
9876 (occur-engine): Handle negative NLINES.
9877
d398de43
LT
98782004-07-23 Luc Teirlinck <teirllm@auburn.edu>
9879
9880 * frame.el (modify-all-frames-parameters): Minor doc fix.
833a249e 9881 (set-frame-configuration): Doc fix.
d398de43 9882
55c4a67c
EZ
98832004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9884
9885 * simple.el (completion-setup-function): Compute the common parts
9886 and the first difference place correctly when
9887 partial-completion-mode is on.
9888
9586e1d3
VJL
98892004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9890
47a97a6d 9891 * ps-print.el: Doc fix.
9586e1d3
VJL
9892 (ps-print-version): New version 6.6.5.
9893 (ps-printing-region): Doc fix.
9894 (ps-generate-string-list): Comment fix.
47a97a6d
VJL
9895 (ps-message-log-max): Code fix.
9896
47a97a6d
VJL
98972004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9898
9899 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
9900 generated PostScript.
9586e1d3 9901
23f87bed
MB
99022004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
9903
9904 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
9905 with Gnus v5_10 branch.)
9906
99072004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9908
9909 * calendar/time-date.el (time-to-number-of-days): New function.
9910 Imported from from Gnus.
9911
8b66e34f
KS
99122004-07-22 Kim F. Storm <storm@cua.dk>
9913
9914 * progmodes/make-mode.el: Fix comments.
9915
553d3334
VJL
99162004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9917
9918 * printing.el: Doc fix.
9919
bf294e2f
LT
99202004-07-20 Luc Teirlinck <teirllm@auburn.edu>
9921
9922 * frame.el (modify-all-frames-parameters): Minor doc fix.
9923
1637ed87
RS
99242004-07-20 Richard M. Stallman <rms@gnu.org>
9925
6a18e4e7
JL
9926 * textmodes/fill.el (fill-nobreak-p): If this break point is
9927 at the end of the line, don't consider the newline which follows
9928 as a reason to return t.
1637ed87 9929
9375be01
JPW
99302004-07-19 John Paul Wallington <jpw@gnu.org>
9931
9932 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
9933
c60b302c
LT
99342004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9935
9936 * dired-aux.el (dired-do-kill-lines): Expand docstring.
9937 Delete irrelevant code.
9938
cdfa3ecc
KG
99392004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9940
38357a23
SM
9941 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9942 New docstring. From Luc Teirlinck.
cdfa3ecc 9943
2d677766
LT
99442004-07-17 Luc Teirlinck <teirllm@auburn.edu>
9945
9946 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
9947 section.
9948 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
9949 non-file buffers. We know it is nil.
9950
07dfe738
KG
99512004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9952
9953 Sync with Tramp 2.0.43.
9954
c046590e
SM
9955 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9956 Remove outdated comment.
07dfe738
KG
9957 (tramp-locked, tramp-locker): New variables for implementing a
9958 global lock.
c046590e 9959 (tramp-sh-file-name-handler): Use them to implement the global lock.
2d677766 9960
07dfe738
KG
99612004-07-13 Michael Albinus <michael.albinus@gmx.de>
9962
9963 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
9964 calls to respective `xxx` calls.
9965 (tramp-process-alive-regexp): Precise doc string.
9966 (tramp-multi-action-process-alive): New defun.
9967 (tramp-multi-actions): Use it.
9968 (tramp-handle-find-backup-file-name): `copy-tree' is available
bf247b6e 9969 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
07dfe738
KG
9970 in order to avoid this function.
9971 (tramp-handle-write-region): Set current buffer. If connection
9972 wasn't open, `file-modes' has changed it accidently. Reported by
9973 David Kastrup <dak@gnu.org>.
9974 (tramp-enter-password, tramp-read-passwd): New arguments USER and
9975 HOST.
9976 (tramp-action-password, tramp-multi-action-password): Apply it.
9977 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
9978 name must still contain the port number. Otherwise, we have two
9979 Tramp buffers, with all the confusion. Reported by Myron Selby
9980 <myron@xytech.com> and Rolf Dubitzky
9981 <Dubitzky@physi.uni-heidelberg.de>.
9982
9983 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
9984 HOST to `tramp-enter-passwd'.
9985
9986 * net/tramp-vc.el (all): Code cleanup. Change all
9987 `tramp-handle-xxx' calls to respective `xxx` calls.
2d677766 9988
3e39672f
JY
99892004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
9990
9991 * emacs-lisp/testcover.el: New category "potentially-1valued" for
9992 functions that are not erroneous if either 1-valued or
9993 multi-valued. Detect functions in this class.
c046590e 9994 (testcover-1value-functions, testcover-compose-functions)
77c99c7f 9995 (testcover-progn-functions) Add some additional functions to lists.
3e39672f
JY
9996 (testcover-mark): Bugfix when marking up the definition for an
9997 empty function.
9998
3751eb00
RS
99992004-07-17 Richard M. Stallman <rms@gnu.org>
10000
c046590e
SM
10001 * replace.el (occur-read-primary-args): Pass default to
10002 read-from-minibuffer.
3751eb00
RS
10003
10004 * mail/footnote.el (footnote-section-tag): Use defcustom.
10005
10006 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
10007 Compile font-lock-keywords, not KEYWORDS.
10008 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
10009 Add warn, check-type. Handle cerror like error.
10010
77787810
DP
100112004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
10012
10013 * progmodes/which-func.el (which-func-keymap): New var.
10014 (which-func-face): New face.
10015 (which-func-format): Use them.
10016
b6fdd1ef
EZ
100172004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10018
10019 * buff-menu.el (list-buffers-noselect): Append the buffer's
10020 process status to its mode name.
10021
f9253326
KS
100222004-07-16 Kim F. Storm <storm@cua.dk>
10023
10024 * simple.el (inhibit-mark-movement): New defvar.
10025 (beginning-of-buffer, end-of-buffer): Do not push mark if
10026 inhibit-mark-movement is non-nil or C-u prefix is given.
10027
10028 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
10029 Init to beginning-of-buffer and end-of-buffer.
10030 (cua--undo-push-mark): New defvar.
10031 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
10032 already active and command is in cua--preserve-mark-commands.
10033 Also fix check for shift modifier on non-window systems.
10034 (cua--post-command-handler): Clear inhibit-mark-movement if set.
10035
386c8f42
LT
100362004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10037
10038 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
10039 of two integers, instead of a cons.
10040
10041 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10042 `visited-file-modtime' now returns a list of two integers, instead
10043 of a cons.
10044
10045 * dired.el (dired-directory-changed-p): Ditto.
10046
10047 * progmodes/grep.el (grep): Doc fix.
10048
c29a05c8
DP
100492004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
10050
10051 * autorevert.el (auto-revert-tail-mode)
10052 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
10053 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
10054 in both at the same time.
10055 (auto-revert-tail-mode): New command.
10056 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
10057 (auto-revert-handler): Revert only either tail or whole file.
10058
10059 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
10060 add auto-revert-tail-mode.
10061
0117451d
VJL
100622004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10063
10064 * printing.el: Doc fix. Change name of some funs.
10065 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
10066 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
10067 (pr-standard-file-name): New fun. Replace pr-standard-path.
10068 (pr-call-process): Code fix.
10069
01df0a6d
LT
100702004-07-12 Luc Teirlinck <teirllm@auburn.edu>
10071
10072 * subr.el (with-selected-window): Doc fix.
10073
3ac08e99
LT
100742004-07-11 Luc Teirlinck <teirllm@auburn.edu>
10075
10076 * subr.el (get-buffer-window-list): Doc fix.
10077
90dc1922
LT
100782004-07-10 Luc Teirlinck <teirllm@auburn.edu>
10079
da38045d
LT
10080 * files.el (switch-to-buffer-other-window): Doc fix.
10081
90dc1922 10082 * window.el (save-selected-window, one-window-p)
0ba2e87b
LT
10083 (split-window-keep-point, split-window-vertically)
10084 (split-window-horizontally): Doc fixes.
90dc1922 10085
45f17557
VJL
100862004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10087
10088 * printing.el: Doc fix. Now it uses call-process instead of
10089 shell-command for low command execution.
10090 (pr-version): New version number (6.8).
10091 (pr-shell-file-name): Option removed.
10092 (pr-shell-command): Fun removed.
10093 (pr-call-process): New fun. Replace pr-shell-command.
10094 (pr-standard-path, pr-remove-nil-from-list): New funs.
10095 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
10096 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
10097 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
10098 (pr-ps-utility-process, pr-txt-print): Code fix.
10099
831dc66d
EZ
101002004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10101
10102 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
10103 boolean.
10104
80a7a1bf
LH
101052004-07-09 Lars Hansen <larsh@math.ku.dk>
10106
10107 * wid-edit.el (widget-field-buffer): Doc fix.
10108
a29ccd9f
JPW
101092004-07-09 John Paul Wallington <jpw@gnu.org>
10110
c046590e
SM
10111 * emacs-lisp/re-builder.el (reb-update-overlays):
10112 Distinguish between one and several matches in message.
a29ccd9f 10113
02c04e6f
RS
101142004-07-09 Richard M. Stallman <rms@gnu.org>
10115
10116 * mouse.el (mouse-set-region-1): If transient-mark-mode
10117 is `identity', change it to `only'.
10118
10119 * simple.el (current-word): Doc fix.
10120
6d12a4df
MH
101212004-07-09 Mark A. Hershberger <mah@everybody.org>
10122
ae04ab88
MH
10123 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
10124 so that it is more understanding of whitespace.
10125
7c018923 10126 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6d12a4df
MH
10127 (("ns" . "element") (attr-list) children) instead of
10128 ((:ns . "element") (attr-list) children) in order to reduce the
10129 number of symbols used.
10130 (xml-skip-dtd): Change to use xml-parse-dtd but set
10131 xml-validating-parsing to nil.
10132 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
10133 (xml-substitute-entity): Remove in favor of new entity substitution.
10134 (xml-substitute-special): Rewrite in to substitute complex
10135 entities from DOCTYPE declarations.
10136 (xml-parse-fragment): Parse fragments from entity deleclarations.
10137 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
10138 (xml-parse-dtd, xml-substitute-special): Make validity checks
10139 conditioned on xml-validating-parser. Add "Not Well Formed" to
10140 error messages about well-formedness.
10141
0ecc9999
ST
101422004-07-08 Steven Tamm <steventamm@mac.com>
10143
10144 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
10145 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
10146 Do not treat double clicks and triple clicks specially in the
10147 scroll bar (preventing strange repositioning problems)
10148
c046590e 101492004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
cc0aea1a
SM
10150
10151 * replace.el (query-replace-regexp-eval): Fix last change.
10152
c046590e 101532004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6f1df6d9
SM
10154
10155 * replace.el (query-replace-descr): New fun.
10156 (query-replace-read-from, query-replace-read-args): Default to the
10157 previous from&to.
10158 (query-replace-read-to): Quote the `from' string when displaying it.
10159 (query-replace-regexp-eval): Immediately check read-only status.
10160 Use query-replace-read-from to get the \n checking.
10161 Quote the `from' string when displaying it.
10162 (map-query-replace-regexp, occur-read-primary-args):
10163 Quote the `from' string when displaying it.
10164
10165 * isearch.el (isearch-query-replace): Pass the regexp-ness and
10166 delimited-ness of the search to query-replace.
10167
10168 * replace.el (query-replace-read-from, query-replace-read-to):
10169 New funs extracted from query-replace-read-args.
10170 (query-replace-read-args): Use them.
10171
10172 * replace.el (query-replace-interactive, query-replace-read-args):
10173 Remove the `initial' special value.
10174 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
10175 (occur-engine): Remove unused var `matchend'.
10176
10177 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
10178 Use the search string without prompting.
10179
475344c3
KH
101802004-07-05 Kenichi Handa <handa@m17n.org>
10181
6f1df6d9
SM
10182 * international/mule.el (decode-coding-inserted-region):
10183 Set last-coding-system-used only when coding is nil.
475344c3 10184
2a1a35c6
EZ
101852004-07-03 Eli Zaretskii <eliz@gnu.org>
10186
10187 * progmodes/grep.el (grep-compute-defaults, grep-command)
10188 (grep-program, find-program, grep-find-use-xargs, grep-history)
10189 (grep-find-history, grep-tag-default, grep-find-command)
10190 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
10191 Add autoload cookies, for unbundled packages that load `compile'
10192 and expect all grep-related symbols to become defined.
10193
610101de
EZ
101942004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
10195
6f1df6d9 10196 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
610101de
EZ
10197 (iimage-mode-image-search-path): New user option to search the
10198 image file.
10199 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
10200 have locate-file.
10201 (iimage-mode-buffer): Use it.
10202
e21badcd
NR
102032004-07-03 Nick Roberts <nickrob@gnu.org>
10204
10205 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
10206 carefully.
10207 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
10208
52979451
JL
102092004-07-03 Juri Linkov <juri@jurta.org>
10210
10211 * replace.el (query-replace-read-args): Swallow space after 'foo,
10212 not after (quote foo). Match space only immediately after symbol,
10213 not anywhere in the whole string.
10214
e3ccf404
RS
102152004-07-02 Richard M. Stallman <rms@gnu.org>
10216
10217 * replace.el (query-replace-read-args): Swallow space after
10218 symbols, not after closeparens. But avoid error if string ends there.
10219
10220 * progmodes/python.el (python-beginning-of-statement):
10221 Exit the loop if backward-up-list gets error.
10222
10223 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
10224
1e118124
AS
102252004-07-02 Andre Spiegel <spiegel@gnu.org>
10226
10227 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
10228 only if vc-consult-headers is non-nil.
10229
5dc0a68b
JL
102302004-07-02 Juri Linkov <juri@jurta.org>
10231
10232 * pcvs.el (cvs-mode-diff-repository): New command.
10233
10234 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
10235
0ec4febd
JL
102362004-07-01 Juri Linkov <juri@jurta.org>
10237
10238 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
10239 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
10240 C-M-% to isearch-query-replace-regexp.
10241 (minibuffer-local-isearch-map): Add arrow key bindings.
10242 Bind C-f to isearch-yank-char-in-minibuffer.
10243 (isearch-forward): Doc fix.
10244 (isearch-edit-string): Doc fix.
10245 (isearch-query-replace, isearch-query-replace-regexp): New funs.
10246 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
10247 (isearch-yank-char): Add optional arg.
10248 (isearch-yank-char-in-minibuffer): New fun.
10249
10250 * replace.el (query-replace-interactive): Change type from boolean
10251 to choice. Add value `initial'.
10252 (query-replace-read-args): Handle value `initial' of
10253 query-replace-interactive.
10254
5fa405b6
KS
102552004-06-29 Kim F. Storm <storm@cua.dk>
10256
10257 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
10258 (breakpoint-disabled-bitmap-face): Add :group 'gud.
10259
10260 * progmodes/ada-xref.el (ada-tight-gvd-integration):
10261 Add :group 'ada.
10262
10263 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
10264
637b9d73
JL
102652004-06-29 Juri Linkov <juri@jurta.org>
10266
10267 * replace.el (query-replace-read-args): Swallow a space after
10268 everything except )]" which in most cases means after a symbol.
10269
10270 * emacs-lisp/pp.el (pp-buffer): Add autoload.
10271
e3ccf404
RS
102722004-06-28 Richard M. Stallman <rms@gnu.org>
10273
10274 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
10275 More changes to go with previous change in font-lock.el.
10276
cb05ca25
DK
102772004-06-26 David Kastrup <dak@gnu.org>
10278
10279 * replace.el (perform-replace): Highlight the match even in
10280 non-query mode if there is potential replace string editing.
10281
3f788773
KG
102822004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
10283
15cc764c
KG
10284 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
10285 agree with new return value of `file-remote-p'.
10286 This syncs with Tramp 2.0.42.
10287
3f788773
KG
10288 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
10289 according to new documentation of `file-remote-p'.
10290
10291 * files.el (file-remote-p): Fix doc to say that return value is
10292 identification of remote system, if not nil.
10293 (file-relative-name): Use new return value of `file-remote-p'.
10294
817819c2
NR
102952004-06-26 Nick Roberts <nickrob@gnu.org>
10296
5fa405b6 10297 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
817819c2
NR
10298 (gdb-goto-breakpoint): Fix breakage.
10299
00170b0d
EZ
103002004-06-26 Eli Zaretskii <eliz@gnu.org>
10301
10302 * man.el (Man-getpage-in-background): Add windows-nt to the list
10303 of systems where shell-file-name should be used instead of
10304 literal "sh".
10305
bc071f64
SS
103062004-06-25 Sam Steingold <sds@gnu.org>
10307
10308 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
10309 function names `(setf symbol)'.
10310
b4a4b0ae
RS
103112004-06-24 Richard M. Stallman <rms@gnu.org>
10312
10313 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
10314
10315 * font-lock.el (font-lock-keywords): Change format of compiled values.
10316 Document it.
10317 (font-lock-add-keywords): If font-lock-keywords is compiled,
10318 extract the uncompiled version, modify, then recompile.
10319 (font-lock-remove-keywords): Likewise.
10320 (font-lock-fontify-keywords-region): Handle changed format.
10321 (font-lock-compile-keywords): Handle changed format.
10322 (font-lock-set-defaults): Compile the keywords explicitly here.
10323
7c1c02ac
DK
103242004-06-24 David Kastrup <dak@gnu.org>
10325
10326 * replace.el (query-replace-read-args): Implement `\,' and `\#'
10327 replacements here.
10328 (query-replace-regexp): Doc string explaining this and the new
10329 `\?' replacement. Remove `\,' and `\#' implementation here, as it
10330 is better placed in `query-replace-read-args'.
10331 (replace-regexp): Explain `\,', `\#' and `\?'.
10332 (replace-match-data): New function for thorough reuse/destruction
10333 of old match-data.
c8d09ad8 10334 (replace-match-maybe-edit): Function for implementing `\?' editing.
7c1c02ac
DK
10335 (perform-replace): Fix maintaining of the match stack including
10336 already matched regions, implement `\?', fix various problems
10337 with regions while editing and other stuff.
c8d09ad8 10338 (replace-highlight): Simplify.
7c1c02ac 10339
bb72b9d0
DP
103402004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
10341
10342 * progmodes/grep.el (grep-error-screen-columns): New variable.
10343 (grep-regexp-alist): Give it the full functionality of gnu style
10344 compilation messages with line and column ranges. Ask me for the
10345 perl script I'm working on, that uses these.
10346
7b199114
NR
103472004-06-23 Nick Roberts <nickrob@gnu.org>
10348
10349 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
10350 Remove.
10351 (comint-insert-input, comint-mouse-insert-input): New functions
10352 based on comint-insert-clicked-input for two bindings but just
10353 one functionality.
10354
21ae22ff
LT
103552004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10356
10357 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
10358
255d07dc
LH
103592004-06-23 Lars Hansen <larsh@math.ku.dk>
10360
10361 * files.el (write-contents-functions): Doc fix.
10362
4e9691e9
JB
103632004-06-21 Juanma Barranquero <lektu@terra.es>
10364
c8d09ad8 10365 * image.el (image-library-alist): Rewrite docstring in active voice.
4e9691e9 10366
376de739
RS
103672004-06-20 Richard M. Stallman <rms@gnu.org>
10368
10369 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
10370
10371 * isearch.el (isearch-repeat): Avoid testing old match data.
10372 (isearch-message): Display trailing space in special font
10373 when search is failing.
10374 (isearch-search-fun-function): Doc fix.
10375
10376 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
10377
e6c45c29
LT
103782004-06-19 Luc Teirlinck <teirllm@auburn.edu>
10379
10380 * frame.el (show-trailing-whitespace): Doc fix.
10381
10382 * cus-edit.el (custom-variable-documentation): New function.
10383 (custom-variable): Use it.
10384
6871c35f
NR
103852004-06-19 Nick Roberts <nickrob@gnu.org>
10386
10387 * man.el (Man-getpage-in-background): Revert previous change but
10388 make cygwin a special case.
10389
9ae0d84f
LT
103902004-06-18 Luc Teirlinck <teirllm@auburn.edu>
10391
c8d09ad8
SM
10392 * autorevert.el (global-auto-revert-non-file-buffers):
10393 Update docstring.
9ae0d84f 10394
fed0b1ee
DP
103952004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
10396
10397 * progmodes/compile.el (compilation-error-properties): Store one
10398 more than end-col, if present, so that transient-mark-mode will
10399 highlight last char too.
10400 * progmodes/grep.el (grep-regexp-alist): Match columns and column
10401 ranges, if present.
10402
f34bdfdc
JR
104032004-06-18 Jason Rumney <jasonr@gnu.org>
10404
10405 * makefile.w32-in: Double percent signs in for loops.
10406
2f57bf85
DK
104072004-06-17 David Kastrup <dak@gnu.org>
10408
10409 * replace.el (query-replace-read-args): Only warn about use of \n
10410 and \t when we are doing a regexp replacement and the actual
10411 escaped character is n or t.
10412 (query-replace-regexp): Add \, and \# interpretation to
10413 interactive call and document it.
c8d09ad8 10414 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2f57bf85
DK
10415 as shortkey for replace-count.
10416 (replace-quote): New function for doubling backslashes.
10417
0111ab41
JB
104182004-06-17 Juanma Barranquero <lektu@terra.es>
10419
f4af98d8
JB
10420 * files.el (parse-colon-path, cd): Mention in docstring that the
10421 path separator is colon in GNU-like systems.
10422
10423 * newcomment.el (comment-region-internal): Fix docstring.
10424
0111ab41
JB
10425 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
10426 (ewoc-invalidate, ewoc-collect): Doc fixes.
10427 (ewoc--create-node, ewoc--delete-node-internal):
10428 Fix typos in docstring.
10429
c90dcdd5
LT
104302004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10431
10432 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
10433 manual to docstring.
10434
3a504454
VJL
104352004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10436
10437 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
10438
1f94377f
LT
104392004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10440
10441 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10442 Add hyperlink to emacs-xtra manual to docstring.
10443
c8d09ad8
SM
10444 * autorevert.el (global-auto-revert-non-file-buffers):
10445 Add hyperlink to emacs-xtra manual to docstring, as well as an
1f94377f
LT
10446 info-link.
10447
fe347034
JB
104482004-06-14 Juanma Barranquero <lektu@terra.es>
10449
10450 * image.el (image-library-alist): New variable to map image types
10451 to external libraries. Initialized to nil, unless system-specific
10452 configs change it.
10453 (image-type-available-p): Determine whether an image type is
10454 available by calling `init-image-library'.
10455
10456 * term/w32-win.el (image-library-alist): Initialize to a known set
10457 of probable library names.
10458
c1136bda
KH
104592004-06-14 Kenichi Handa <handa@m17n.org>
10460
4060d762
KH
10461 * international/code-pages.el (windows-1256, cp1125): Fix tables
10462 for several characters.
10463
c8d09ad8 10464 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
c1136bda 10465
092de21d
RS
104662004-06-13 Richard M. Stallman <rms@gnu.org>
10467
10468 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
10469
10470 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
10471 not "`pc-selection-mode'".
10472
10473 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
10474
10475 * simple.el (previous-matching-history-element): Specify a default.
10476
10477 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
10478
10479 * cus-face.el (custom-declare-face): Simplify code.
10480
10481 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
10482
25f6295e
LT
104832004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * files.el (before-save-hook): Add `time-stamp' to the options.
10486
10487 * time-stamp.el (time-stamp): Recommend adding it to
1ebd4f78 10488 `before-save-hook', rather than `write-file-functions'.
25f6295e
LT
10489 Make a similar change in `Commentary' section.
10490
6393ab2a
KG
104912004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10492
10493 * diff-mode.el (diff-current-defun): If at start of hunk, use
10494 position of first change.
10495
c04ebd1d
LH
104962004-06-13 Lars Hansen <larsh@math.ku.dk>
10497
10498 * dired-x.el (dired-mark-omitted): Bind to "*O".
10499
037b0a87
KF
105002004-06-12 Karl Fogel <kfogel@red-bean.com>
10501
10502 * bookmark.el (bookmark-bmenu-relocate): New function, as
10503 suggested by David J. Biesack <David.Biesack@sas.com>.
10504 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
10505 (bookmark-bmenu-mode): Describe binding in doc string.
10506 (bookmark-set-filename): Save the bookmark list if it's time.
10507
6fb41b5b
KH
105082004-06-13 Kenichi Handa <handa@m17n.org>
10509
c8d09ad8 10510 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6fb41b5b
KH
10511 (ccl-untranslated-to-ucs): Fix typo.
10512
95e4a189 105132004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
fc3095ce 10514
c8d09ad8
SM
10515 * progmodes/python.el (python-open-block-statement-p):
10516 Fix indentation after a block opening that contains a comment.
fc3095ce 10517
7c226e40
EZ
105182004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
10519
10520 * bindings.el (completion-ignored-extensions): Add file extensions
10521 of Python byte-compiled files.
10522
1c492b87
JL
105232004-06-12 Juri Linkov <juri@jurta.org>
10524
10525 * info.el (Info-goto-node): Add autoload.
10526 (Info-toc): Add substring-no-properties on Info file name.
10527 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
10528 (Info-mode-map): Bind L to Info-history, T to Info-toc.
10529
66189a40
KH
105302004-06-12 Kenichi Handa <handa@m17n.org>
10531
c8d09ad8
SM
10532 * international/mule-cmds.el (set-language-environment):
10533 Load subst tables if necessary.
66189a40 10534
c8d09ad8 10535 * international/mule.el (decode-char): Load subst tables if necessary.
66189a40
KH
10536 (encode-char): Likewise.
10537
10538 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
10539 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
10540 (utf-16le-decode-loop): Set r5 to -1 before loop.
10541 (utf-16be-decode-loop): Likewise.
10542 (ccl-decode-mule-utf-16le): Add EOF processing block.
10543 (ccl-decode-mule-utf-16be): Likewise.
10544 (ccl-decode-mule-utf-16le-with-signature): Likewise.
10545 (ccl-decode-mule-utf-16be-with-signature): Likewise.
10546 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
10547 (ccl-mule-utf-16-encode-untrans): New CCL.
10548 (utf-16-decode-to-ucs): Handle pre-read character.
10549 (utf-16le-encode-loop): Handle surrogate pair.
10550 (utf-16be-encode-loop): Likewise.
c8d09ad8 10551 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
66189a40 10552 of utf-16le-encode-loop.
c8d09ad8 10553 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
66189a40 10554 of utf-16be-encode-loop.
c8d09ad8
SM
10555 (mule-utf-16-post-read-conversion):
10556 Call utf-8-post-read-conversion at first.
10557 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
10558 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
66189a40
KH
10559 Add post-read-conversion and pre-write-conversion.
10560
c8d09ad8 10561 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
66189a40
KH
10562 (utf-translate-cjk-unicode-range): New variable.
10563 (utf-translate-cjk-load-tables): New function.
10564 (utf-lookup-subst-table-for-decode): New function.
10565 (utf-lookup-subst-table-for-encode): New function.
10566 (utf-translate-cjk-mode): Init-value changed to t. Don't load
10567 tables here. Update safe-charsets of utf-* coding systems.
10568 (ccl-mule-utf-untrans): New CCL.
10569 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
10570 at end of each branch.
10571 (ccl-mule-utf-8-encode-untrans): New CCL.
10572 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
10573 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
10574 length of encoding. Don't return r0.
10575 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
c8d09ad8
SM
10576 (utf-8-post-read-conversion): Narrow to region properly.
10577 If utf-translate-cjk-mode is on, load tables if necessary.
10578 Call utf-8-compose with hash-table arg if necessary.
10579 Call XXX-compose-region instead of XXX-post-read-convesion.
66189a40
KH
10580 (utf-8-pre-write-conversion): New function.
10581 (mule-utf-8): Include CJK charsets in safe-charsets if
10582 utf-translate-cjk-mode is on. Add pre-write-conversion.
10583
10584 * international/characters.el: Temporarily set
10585 utf-translate-cjk-mode to nil.
10586
c8d09ad8
SM
10587 * language/devan-util.el (devanagari-compose-region):
10588 Add autoload cookie.
66189a40
KH
10589
10590 * international/ccl.el (ccl-dump-call): Fix printing the
10591 subroutine name.
10592
7805cdbd
LT
105932004-06-11 Luc Teirlinck <teirllm@auburn.edu>
10594
10595 * dired.el (dired-revert): If buffer is marked unmodified before
10596 reverting, keep it marked unmodified.
10597 Adapt to new conventions for commenting out code.
c8d09ad8 10598 (dired-make-relative): Adapt to new conventions for commenting out code.
7805cdbd 10599
0c2222fa
MB
106002004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
10601
c8d09ad8
SM
10602 * eshell/esh-module.el (eshell-load-defgroups):
10603 Bind `vc-handled-backends' to nil when opening files.
0c2222fa 10604
e9efcef4
JB
106052004-06-11 Juanma Barranquero <lektu@terra.es>
10606
10607 * files.el (parse-colon-path, cd): Doc fixes (refer to
10608 `path-separator', not colon).
10609
9fc2be4c
JB
106102004-06-10 Juanma Barranquero <lektu@terra.es>
10611
10612 * newcomment.el (comment-search-forward)
10613 (comment-search-backward): Fix typos in docstring.
10614 (comment-region): Doc fix.
10615
d39e545f
LT
106162004-06-10 Luc Teirlinck <teirllm@auburn.edu>
10617
10618 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
10619 switch is no longer stored in `dired-switches-alist'.
10620
10621 * dired-aux.el (dired-insert-subdir): Do not store R switch in
10622 `dired-switches-alist'.
10623
d82baff9
KS
106242004-06-10 Kim F. Storm <storm@cua.dk>
10625
10626 * pcvs.el (cvs-mode-diff-yesterday): New command.
10627
10628 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
10629
4545a37c
JL
106302004-06-10 Juri Linkov <juri@jurta.org>
10631
10632 * emacs-lisp/edebug.el (edebug-eval-defun):
10633 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
10634 Fix docstring.
10635
10636 * simple.el (eval-expression-print-format): Don't print additional
10637 information on the first call to `eval-print-last-sexp'.
10638 (next-error-find-buffer): Fix punctuation.
10639 (killing) <defgroup>: Fix punctuation.
10640 (yank-excluded-properties): Change group from editing to killing.
10641
10642 * replace.el (perform-replace): Use `limit' to terminate the
10643 while-loop explicitly.
10644
2736c905
JD
106452004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10646
d82baff9
KS
10647 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
10648 Use lc-*.xpm as prefix instead of *-locol.xpm.
2736c905
JD
10649
10650 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
10651 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
10652 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
10653 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
10654 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
10655 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
10656 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
10657 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
10658 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
10659 * toolbar/lc-up_arrow.xpm:
77c99c7f 10660 Rename from *-locol.xpm.
2736c905 10661
067eac9b
RV
106622004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
10663
10664 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
10665 include forms like &<str>; as valid url patterns.
10666
ca0028ce
LT
106672004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10668
10669 * dired.el (dired-diff, dired-backup-diff)
10670 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
10671 (dired-do-chown, dired-do-touch, dired-do-print)
10672 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
10673 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
10674 (dired-create-directory, dired-do-copy, dired-do-symlink)
10675 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10676 (dired-do-copy-regexp, dired-do-hardlink-regexp)
10677 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
10678 (dired-maybe-insert-subdir, dired-next-subdir)
10679 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
10680 (dired-kill-subdir, dired-tree-up, dired-tree-down)
10681 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
10682 (dired-run-shell-command, dired-query): Remove redundant,
10683 or incorrect, autoloads.
10684
10685 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
c8d09ad8
SM
10686 does not end in a slash. Add optional argument KILL-ROOT.
10687 Update docstring.
ca0028ce
LT
10688 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
10689 (dired-query): Add autoloads.
10690
ed27bf96
DP
106912004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
10692
c8d09ad8
SM
10693 * progmodes/compile.el (compilation-set-window-height):
10694 Rearrange the save-* functions because a buffer can have several current
ed27bf96
DP
10695 point in different windows.
10696 (compilation-error-regexp-alist-alist): Recognize {standard input}
10697 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
10698
9757a56b
JD
106992004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10700
10701 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
10702 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
10703 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
a4ba8298 10704 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9757a56b
JD
10705 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
10706 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
a4ba8298 10707 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9757a56b
JD
10708 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
10709 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
10710 * toolbar/up_arrow-locol.xpm:
10711 New versions of icons that uses fewer colors.
ed27bf96 10712
9757a56b
JD
10713 * toolbar/tool-bar.el (tool-bar-local-item)
10714 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
10715 if display-color-cells is 256 or less.
10716
765771b1
KS
107172004-06-08 Kim F. Storm <storm@cua.dk>
10718
10719 * wid-edit.el (widget-specify-button): Use hand pointer rather
10720 than mouse-face as visible mouse-over effect.
10721
5f29a6c8
KF
107222004-06-07 Karl Fogel <kfogel@red-bean.com>
10723
10724 * saveplace.el (save-place-alist-to-file): Bind `print-length'
765771b1 10725 and `print-level' to nil when writing out `save-place-alist'.
5f29a6c8 10726 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
765771b1 10727
0b0dea7b
JB
107282004-06-07 Juanma Barranquero <lektu@terra.es>
10729
10730 * completion.el (completion-kill-region): Doc fix.
10731
10732 * format.el (format-insert-annotations)
10733 (format-annotate-location): Doc fixes.
c8d09ad8 10734 (format-subtract-regions): Make arguments match their use in docstring.
0b0dea7b
JB
10735
10736 * simple.el (kill-region): Doc fix.
10737
10738 * subr.el (insert-buffer-substring-no-properties)
10739 (insert-buffer-substring-as-yank): Doc fixes.
10740
487327a9
LT
107412004-06-07 Luc Teirlinck <teirllm@auburn.edu>
10742
0aa99669
LT
10743 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10744 Update docstring.
10745 (dired-reset-subdir-switches): New function.
10746
487327a9
LT
10747 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
10748 Limit scope of `buffer-read-only' binding.
10749
2a050854
JW
107502004-06-06 Emilio C. Lopes <eclig@gmx.net>
10751
08384afd
KS
10752 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
10753 eshell-explicit-command-char.
2a050854 10754
8c1138be
JB
107552004-06-06 Juanma Barranquero <lektu@terra.es>
10756
10757 * help-fns.el (help-argument-name): Inherit from italic face only
10758 if the frame supports it.
10759
722ceca4
JD
107602004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10761
d82baff9 10762 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
60ce1c58
KS
10763 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
10764 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
10765 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
10766 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
10767 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
10768 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
10769 New conversions from xpm files.
722ceca4
JD
10770
10771 * toolbar/README: New file.
10772
33bc06fb
RS
107732004-06-06 Richard M. Stallman <rms@gnu.org>
10774
10775 * isearch.el (isearch-mode-map): Undo previous change.
10776
575f6118
JL
107772004-06-05 Juri Linkov <juri@jurta.org>
10778
10779 * bindings.el (debug-ignored-errors): Add regexps for history
10780 related messages. Remove $ from "No further undo information".
10781 Move Ediff's messages to ediff.el.
10782
10783 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
10784
10785 * cus-edit.el (custom-display): Add `min-colors'.
10786
10787 * custom.el (defface): Add `supports' to docstring.
10788
10789 * help-fns.el (help-argument-name): Add :group 'help.
10790
a994ebb8
LT
107912004-06-05 Luc Teirlinck <teirllm@auburn.edu>
10792
10793 * find-dired.el (find-ls-subdir-switches): New user option.
10794 (find-dired): No longer call `abbreviate-file-name' on DIR.
10795 Set `dired-subdir-switches' buffer-locally.
10796
10797 * locate.el: Merge the two `Commentary' sections.
10798 (locate-ls-subdir-switches): New user option.
10799 (locate): Update for other changes.
10800 (locate-mode-map): Restore Dired binding for mouse-2.
10801 Bind `locate-mouse-view-file' to M-mouse-2.
10802 Bind `l' to `locate-do-redisplay'.
10803 (locate-main-listing-line-p, locate-do-redisplay): New functions.
10804 (locate-mouse-view-file, locate-tags, locate-find-directory):
10805 Print message if used outside main listing.
10806 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
10807 Various changes to support inserted subdirectories.
10808 (locate-insert-header): Change header of *Locate* buffer.
10809
10810 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10811 Change interactive default switches.
10812 (dired-rename-subdir-2): Update `dired-switches-alist'.
10813 (dired-insert-subdir, dired-kill-subdir):
10814 Handle `dired-switches-alist'. Do not mark buffer modified.
10815 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
10816 (dired-insert-subdir-doinsert): Omit messages.
10817 Handle `dired-subdir-switches'.
10818 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
10819
c8d09ad8 10820 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
a994ebb8
LT
10821 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
10822 subdirs if -R switch is used for a subdir.
10823 (dired-mode): Set `dired-switches-alist'.
10824 (dired-build-subdir-alist): Only print number of directories in
10825 echo area when invoked interactively.
10826
d6921846
LH
108272004-06-05 Lars Hansen <larsh@math.ku.dk>
10828
10829 * dired-x.el (dired-omit-mode): Rename from
88c29504 10830 dired-omit-files-p. Use define-minor-mode to define it.
d6921846 10831 (dired-omit-files-p): Add as alias for dired-omit-mode.
88c29504 10832 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
d6921846 10833 dired-mark-omitted.
88c29504 10834 (dired-mark-omitted): Add. Bind to M-O.
d6921846 10835
62bfe0fc
KH
108362004-06-05 Kenichi Handa <handa@m17n.org>
10837
10838 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
10839
8be2a2dd
JB
108402004-06-05 Juanma Barranquero <lektu@terra.es>
10841
10842 * help-fns.el (help-argument-name): Reintroduce face.
10843 (help-default-arg-highlight): Use it, now that
10844 `face-differs-from-default-p' can be trusted.
10845
7780d793
JB
108462004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10847
10848 * textmodes/table.el: Sentence commands added to Point Motion
10849 group; kill and backward-kill commands added to Extraction group.
10850
9742a3a6
EZ
108512004-06-04 Mario Lang <mlang@delysid.org>
10852
c8d09ad8 10853 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9742a3a6
EZ
10854 systems appear to use mW, make the code handle this. Fix a
10855 division-by-zero bug while at it, and handle kernels with
10856 a slightly different layout in /proc/acpi.
10857
e2cae769 108582004-06-04 Karl Fogel <kfogel@red-bean.com>
5129f10c
KF
10859
10860 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
10861 because the latter is a CL-ism. This fixes the bug reported by
7780d793 10862 Shawn Boyette <mdxi@collapsar.net> in
c8d09ad8 10863 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5129f10c 10864
9717e36c
MB
108652004-06-04 Miles Bader <miles@gnu.org>
10866
10867 * faces.el (display-supports-face-attributes-p): Function moved to
10868 C code. Previously only the tty-related portion of this function
10869 was done in C; however the previous attempt to do a halfway-proper
10870 job for non-tty displays in lisp didn't work properly because of
e2cae769 10871 funny conditions during Emacs startup.
1151d617
MB
10872 (face-differs-from-default-p): Simplify, now that
10873 display-supports-face-attributes-p works properly on all display
10874 types. Remove :stipple from comparison; it doesn't really work
10875 in emacs anyway.
9717e36c 10876
7e07a66d
MB
108772004-06-04 Miles Bader <miles@gnu.org>
10878
10879 * faces.el (face-differs-from-default-p): Use a different
10880 implementation, so we can really check whether FACE displays
10881 differently or not.
10882
421c91e5
MB
108832004-06-04 Miles Bader <miles@gnu.org>
10884
10885 * faces.el (display-supports-face-attributes-p): Implement a
10886 `different from default' check for non-tty displays.
10887
67c41d86
DK
108882004-06-03 David Kastrup <dak@gnu.org>
10889
10890 * woman.el (woman-mapcan): More concise code.
10891 (woman-topic-all-completions, woman-topic-all-completions-1)
10892 (woman-topic-all-completions-merge): Replace by a simpler and
10893 much faster implementation based on O(n log n) sort/merge instead
10894 of the old O(n^2) behavior.
10895
2bb680b0
MB
108962004-06-03 Miles Bader <miles@gnu.org>
10897
2d14d61e
MB
10898 * subr.el (read-number): Use canonical format for default in prompt.
10899
c8d09ad8
SM
10900 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
10901 Add regexp for " [...]" style defaults.
2bb680b0 10902
0bdd7ae4
JPW
109032004-06-02 Romain Francoise <romain@orebokech.com>
10904
10905 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
10906 groups: if the user asks for a hidden buffer, open the
10907 corresponding filter group to expose it.
10908
10909 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
10910 `ibuffer-jump-to-buffer'.
10911 (ibuffer-jump-offer-only-visible-buffers): New user option.
10912
86d373e6
JB
109132004-06-02 Juanma Barranquero <lektu@terra.es>
10914
10915 * faces.el (frame-update-faces): Add empty docstring so the one
10916 for `ignore' doesn't show through.
10917
10918 * subr.el (process-kill-without-query): Remove spurious "\n" on
10919 obsolescence string.
10920 (focus-frame, unfocus-frame): Add obsolescence declaration and
10921 empty docstring.
10922
10923 * international/mule.el (register-char-codings): Make alias for
c8d09ad8 10924 `ignore'. Move docstring to obsolescence info and remove redundancy.
86d373e6 10925
90ec69c7
KS
109262004-06-02 Kim F. Storm <storm@cua.dk>
10927
10928 * frame.el (blink-cursor-start): Turn cursor off initially so blink
10929 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
10930
c8d09ad8
SM
109312004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * comint.el (comint-replace-by-expanded-history-before-point):
10934 Obey `start' as the docstring says.
10935 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
10936 (comint-update-fence): Prevent font-lock from running unnecessarily.
10937 (comint-dynamic-list-completions): Use with-current-buffer.
10938
109392004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10940
10941 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
10942 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
10943 (bibtex-entry-update): Handle alternatives and optional fields.
10944 (bibtex-parse-entry): Bugfix, handle empty key.
10945
ef5572c5
SM
109462004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * vc-arch.el (vc-arch-state): Don't assume the file exists.
10949
7bfa55b3
LH
109502004-05-31 Lars Hansen <larsh@math.ku.dk>
10951
10952 * desktop.el (desktop-save): Don't save minor modes without a
10953 known mode initialization function.
10954
64df673d
LT
109552004-05-30 Luc Teirlinck <teirllm@auburn.edu>
10956
ef5572c5 10957 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
64df673d
LT
10958
10959 * autorevert.el: Update `Commentary' section.
10960
aa8ca433
JB
109612004-05-30 Juanma Barranquero <lektu@terra.es>
10962
10963 * dos-fns.el (convert-standard-filename):
10964 * files.el (convert-standard-filename):
10965 * w32-fns.el (convert-standard-filename):
10966 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
10967
2fcaee47 109682004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
aa8ca433 10969
2fcaee47
KG
10970 Sync with Tramp.
10971
aa8ca433 10972 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
ef5572c5
SM
10973 (tramp-let-maybe): Move to an earlier spot in the file.
10974 Patch by Andreas Schwab.
2fcaee47 10975
5709c1a0
AS
109762004-05-30 Andreas Schwab <schwab@suse.de>
10977
10978 * dired.el (dired-get-filename): Don't use dired-re-dot.
10979
7a61e456
RS
109802004-05-30 Richard M. Stallman <rms@gnu.org>
10981
10982 * files.el (find-file): Doc fix.
10983
10984 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
10985
f471ca2b
NR
109862004-05-30 Nick Roberts <nickrob@gnu.org>
10987
10988 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
10989 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
10990 modeline of the locals buffer.
10991 (gdb-goto-breakpoint): Handle gdbmi.
10992 (gdb-get-frame-number): Change for gdbmi.
10993
c8364415
MA
109942004-05-30 Michael Albinus <michael.albinus@gmx.de>
10995
10996 * files.el (file-remote-p): Apply file name handler for operation
10997 `file-remote-p'. It isn' a property any longer.
10998 (file-relative-name): `fh' and `fd' get the required value via
10999 `find-file-name-handler' already.
11000
11001 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
11002 (top): Remove setting of `file-remote-p' property for
ef5572c5 11003 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
c8364415 11004
19a87064
MA
110052004-05-29 Michael Albinus <michael.albinus@gmx.de>
11006
11007 Version 2.0.41 of Tramp released.
11008
ef5572c5
SM
11009 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
11010 Throw away if process has died.
11011 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
11012 (tramp-out-of-band-prompt-regexp): Rename to
19a87064
MA
11013 `tramp-process-alive-regexp', because its usage is widen.
11014 (tramp-actions-copy-out-of-band): Apply it.
ef5572c5
SM
11015 (tramp-actions-before-shell, tramp-multi-actions):
11016 Add `tramp-action-process-alive' action.
19a87064
MA
11017 (tramp-action-process-alive): New defun.
11018 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11019 Add entry for `file-remote-p'.
11020 (tramp-handle-file-remote-p): New defun.
11021 (top): Remove setting of `file-remote-p'. Don't set
11022 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
11023
11024 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
11025 `file-remote-p'.
11026
11027 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
ef5572c5
SM
11028 counted for (last) line. [They should or they shouldn't? --Stef]
11029 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
19a87064
MA
11030
110312004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
11032
11033 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
11034 not really necessary but seems to keep the shell history smaller
11035 in some cases. It is no substitute for setting HISTFILE and
11036 HISTSIZE from tramp-open-connection-setup-interactive-shell,
11037 though. Suggested by Luc Teirlinck.
11038 (tramp-open-connection-setup-interactive-shell): Export variables
11039 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
11040 (tramp-set-process-query-on-exit-flag): New compat function.
11041 (tramp-open-connection-multi, tramp-open-connection-su)
11042 (tramp-open-connection-rsh, tramp-open-connection-telnet)
11043 (tramp-do-copy-or-rename-file-out-of-band): Use it.
11044 (tramp-let-maybe): New macro, let-binds a variable only if it
11045 isn't obsolete.
11046 (tramp-check-ls-commands, tramp-handle-expand-file-name)
11047 (tramp-handle-file-truename): Use it.
11048 (tramp-completion-file-name-regexp-unified): Avoid matching
11049 filenames starting with "/:" -- those are reserved for
11050 file-name-non-special.
11051
ef5572c5
SM
11052 * tramp-smb.el (tramp-smb-open-connection):
11053 Use tramp-set-process-query-on-exit-flag compat function.
19a87064 11054
08fd1251
RS
110552004-05-29 Richard M. Stallman <rms@gnu.org>
11056
11057 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
11058
11059 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
11060 (eval-last-sexp-print-value): Print char equivalent regardless
11061 of standard-output value.
11062
ef5572c5 11063 * thumbs.el (thumbs-subst-char-in-string): Delete.
08fd1251
RS
11064 (thumbs-thumbname): Use subst-char-in-string.
11065 (thumbs-resize-image): Use condition-case, not ignore-errors.
11066 (thumbs-kill-buffer): Likewise.
11067
11068 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
11069 (thumbs-mode): Make buffer read-only.
11070 (thumbs-make-thumb): Unconditionally accept an existing file.
11071 (thumbs-insert-thumb): Add thumb-image-file property to the image.
11072 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
11073 (thumbs-show-thumbs-list): Error if images not supported.
11074 (thumbs-save-current-image): Improve prompt string.
11075 (thumbs-mode-map): Define u, R, x.
11076 (thumbs-unmark): New command.
11077 (thumbs-emboss-image): Minor cleanup.
11078 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
11079 (thumbs-rename-images): New command.
11080 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
11081
11082 * thumbs.el (thumbs-current-image): New function.
11083 (thumbs-file-list, thumbs-file-alist): New functions.
11084 (thumbs-find-image): Delete arg L.
11085 Don't set up thumbs-fileL as buffer-local global var.
11086 (thumbs-find-image-at-point): Use thumbs-current-image.
11087 (thumbs-set-image-at-point-to-root-window): Likewise.
11088 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
11089 Record and warn about errors. Update thumbs-markedL for deletions.
11090 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
11091 (thumbs-redraw-buffer): Use thumbs-file-list.
11092 (thumbs-mark): Use thumbs-current-image.
11093 (thumbs-show-name): Use thumbs-current-image.
11094
11095 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
11096 and imenu--last-menubar-index-alist.
11097
11098 * subr.el (with-selected-window): Undo previous change.
11099
111002004-05-29 John Paul Wallington <jpw@gnu.org>
11101
11102 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
11103 (thumbs-mouse-find-image): New command.
11104 (thumbs-mode-map): Bind it to mouse-2.
e2cae769 11105 (thumbs-mode): Make mode-class special.
08fd1251
RS
11106 (thumbs-view-image-mode): Likewise.
11107
9dd5e8d7
EZ
111082004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
11109
11110 * flymake.el: New file.
11111
0a11c70b
LT
111122004-05-28 Luc Teirlinck <teirllm@auburn.edu>
11113
11114 * files.el (find-file-noselect-1): Do not bind
11115 `inhibit-read-only' to t during execution of
11116 `find-file-not-found-functions'.
11117
227ef0ff
SM
111182004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
11121 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
11122
6b9654dc
JL
111232004-05-28 Juri Linkov <juri@jurta.org>
11124
11125 * simple.el (eval-expression-print-format): New fun.
11126
11127 * simple.el (eval-expression):
11128 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11129 * emacs-lisp/edebug.el (edebug-compute-previous-result)
11130 (edebug-eval-expression): Print additionally the value returned by
11131 `eval-expression-print-format'.
11132
11133 * emacs-lisp/lisp.el (insert-pair-alist): New var.
11134 (insert-pair): Make arguments optional. Find character pair
11135 from `insert-pair-alist' according to the last input event.
11136 (insert-parentheses): Make arguments optional.
11137 (raise-sexp, delete-pair): New funs.
11138
11139 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
11140 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11141 Bind C-M-q to `indent-pp-sexp'.
11142
11143 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
11144 `pp-to-string' modified to be able to format text with newlines.
11145 (pp-to-string): Move the buffer-formatting part of the code to
11146 `pp-buffer'. Call `pp-buffer'.
11147
11148 * info.el (Info-desktop-buffer-misc-data): Don't save information
11149 about virtual files.
11150 (Info-restore-desktop-buffer): Restore Info buffers in prepared
11151 buffers with names obtained from the desktop file instead of the
11152 default *info* buffer.
11153
ce50a847
SM
111542004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11155
034a6113
SM
11156 * subr.el (with-selected-window): Only save/restore the selected window.
11157
ce50a847
SM
11158 * progmodes/compile.el (compilation-error-regexp-alist):
11159 Use expand-file-name and data-directory.
11160
11161 * progmodes/grep.el (grep-tree): Rework previous fix.
11162
11163 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
11164 after the user marked text with the mouse.
11165
11166 * startup.el (command-line): Keep the first regexp of
11167 auto-save-file-name-transforms intact.
11168
5445d287
JB
111692004-05-28 Juanma Barranquero <lektu@terra.es>
11170
11171 * cus-edit.el (customize-face, customize-face-other-window)
86d373e6
JB
11172 (custom-face-edit-delete): Make arguments match their use in
11173 docstring.
11174 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
11175 docstring.
5445d287
JB
11176
11177 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
11178 not `cvs-butlast'.
11179
11180 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
11181 `nbutlast' are in subr.el).
11182
11183 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
11184 (set-w32-system-coding-system): Doc fixes.
11185
ce50a847 11186 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5445d287
JB
11187 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
11188 Make arguments match their use in docstring.
11189 (artist-draw-region-trim-line-endings)
11190 (artist-mouse-choose-operation): Fix typo in docstring.
11191 (artist-key-set-point-common): Doc fix.
11192
1cfd38a8
SJ
111932004-05-28 Simon Josefsson <jas@extundo.com>
11194
ce50a847
SM
11195 * mail/smtpmail.el (smtpmail-open-stream):
11196 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1cfd38a8 11197
9e94e254
SJ
111982004-05-26 Simon Josefsson <jas@extundo.com>
11199
11200 * starttls.el: Merge with my GNUTLS based starttls.el.
11201 (starttls-gnutls-program, starttls-use-gnutls)
11202 (starttls-extra-arguments, starttls-process-connection-type)
ce50a847 11203 (starttls-connect, starttls-failure, starttls-success): New variables.
9e94e254 11204 (starttls-program, starttls-extra-args): Doc fix.
ce50a847
SM
11205 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
11206 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
11207 and pass on to corresponding *-gnutls function if it is set.
9e94e254 11208
62aad204
LT
112092004-05-27 Luc Teirlinck <teirllm@auburn.edu>
11210
11211 * autorevert.el (auto-revert-handler): Disable auto-reverting of
11212 remote files.
11213
ae3b2983
MA
112142004-05-27 Michael Albinus <michael.albinus@gmx.de>
11215
11216 * files.el (file-name-non-special): There are more operations
11217 which need handling: `find-backup-file-name',
11218 `insert-file-contents', `verify-visited-file-modtime',
11219 `write-region'. Rename t value of method to `add'. Add new
11220 methods `quote' and `unquote-then-quote' to file-arg-indices.
11221
1021748d
JL
112222004-05-25 Juri Linkov <juri@jurta.org>
11223
11224 * info.el (Info-toc): Call Info-mode on intermediate buffer.
11225 (Info-index-nodes): Enclose code in condition-case to catch errors.
11226 (Info-index-node): Don't search all index nodes if request is only
11227 for the current node and file is not in the cache of index nodes.
11228 (Info-mode-map): Bind Info-copy-current-node-name to `w'
11229 for consistency with dired-copy-filename-as-kill.
11230 Bind `S' to Info-search-case-sensitively.
11231 (Info-copy-current-node-name): New arg. With zero prefix arg put
11232 the name inside a function call to `info'. Display copied text in
11233 the echo area.
11234
59de4ad0
SS
112352004-05-25 Sam Steingold <sds@gnu.org>
11236
11237 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
11238 strip the package prefix from the symbol name, if any.
11239 Make it the `find-tag-default-function' for `lisp-mode'.
11240
1a597f4f
JPW
112412004-05-25 John Paul Wallington <jpw@gnu.org>
11242
11243 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
11244 instead of obsolete `process-kill-without-query'.
11245
11246 * textmodes/texinfmt.el (texinfo-indexvar-alist):
11247 Declare as variable, not constant.
11248
74dca654
LT
112492004-05-25 Luc Teirlinck <teirllm@auburn.edu>
11250
11251 * files.el (find-file-noselect-1): Fix bug introduced by
11252 Revision 1.694. As a side effect, `inhibit-read-only'
11253 is again, by default, t during execution of
11254 `find-file-not-found-functions'.
11255 (insert-directory): Check that lines were really inserted by
11256 the --dired switch, before erasing them.
11257
00da1cc5
NR
112582004-05-24 Nick Roberts <nickrob@gnu.org>
11259
c9858347 11260 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
00da1cc5 11261 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
c9858347
NR
11262 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
11263 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
11264 gud-minor-mode (gdbmi).
00da1cc5 11265
4c493999
JB
112662004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11267
11268 * net/browse-url.el (browse-url-interactive-arg): Enable user to
11269 explicitly select the text to be taken as URL.
11270
675254bc
JL
112712004-05-23 Juri Linkov <juri@jurta.org>
11272
11273 * info.el (Info-index-nodes): New var and fun.
11274 (Info-goto-index, Info-index, info-apropos)
11275 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
11276 (Info-index): Fix docstring. Store and restore Info-history-list.
11277 (Info-complete-nodes): New var.
11278 (Info-complete-menu-item): Use it.
11279 (Info-index-node): New fun.
11280 (Info-final-node, Info-forward-node, Info-backward-node)
11281 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
11282 Use Info-index-node.
11283 (Info-extract-menu-item, Info-extract-menu-counting): Set second
11284 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
11285 (Info-find-node-2): If a node with period in its name not found,
11286 try to find a node without the name part after period.
11287 (Info-select-node): Call Info-fontify-node only if
11288 Info-fontify-maximum-menu-size is not nil.
11289 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
11290 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
11291 Preserve Info-history-list.
11292 (Info-toc): Set Info-current-file.
11293 (Info-build-toc): Move point to the beginning of the buffer.
11294 Add main-file variable.
11295 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
11296 Use backslashed representation of the control character ^_.
11297
11298 * textmodes/texinfmt.el (texinfo-print-index): Print index line
11299 numbers in the new Texinfo 4.7 format.
11300
11301 * add-log.el (change-log-font-lock-keywords): Remove `:' from
11302 regexps for function and variable names.
11303
11304 * descr-text.el (describe-property-list): Add [show] button for
11305 `syntax-table' property with action to pp to a separate buffer.
11306 (describe-char): Replace search-forward by re-search-forward with
ce50a847 11307 whitespace regexp after "character:" to not fail in too narrow windows.
675254bc
JL
11308
11309 * simple.el (next-error-find-buffer): Add a rule to return
11310 next-error capable buffer if one window on the selected frame
11311 displays such buffer.
11312
0145381f
NR
113132004-05-23 Nick Roberts <nickrob@gnu.org>
11314
11315 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
11316 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
11317 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
11318 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
ce50a847
SM
11319 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
11320 Handle new value for gud-minor-mode (gdbmi).
0145381f 11321 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
ce50a847
SM
11322 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
11323 Change from local to global gdb variable set.
0145381f
NR
11324 (gdb-ann3): Initialise above gdb variable set.
11325 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
11326 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
11327 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
11328 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
11329 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
11330 (gdb-info-locals-handler, gdb-invalidate-assembler)
11331 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
11332 set as global variables.
11333 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
11334 Handle gdbmi.
11335 (gdb-info-breakpoints-custom): Fix regexp.
11336 (def-gdb-var): Delete.
11337
11338 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
11339 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
11340 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4c493999 11341 a new mode. The file (gdb-mi.el) for this mode will be included
0145381f
NR
11342 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
11343 primary interface.
11344
f5340e29
JH
113452004-05-23 Jesper Harder <harder@ifa.au.dk>
11346
11347 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
11348 interpreted as a directory.
11349
657cc4ff
RS
113502004-05-22 Richard M. Stallman <rms@gnu.org>
11351
71d5a208
RS
11352 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
11353 as a close quote.
11354
11355 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
11356
675254bc 11357 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
71d5a208 11358 Use assoc-string, not assoc-ignore-case.
675254bc 11359
71d5a208
RS
11360 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
11361
657cc4ff
RS
11362 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
11363 If moving back then fwd gets a defun that ends before point,
11364 try again moving fwd then back.
11365
11366 * files.el (file-name-non-special): Allow t in file-arg-indices
11367 to mean requote the return value. Use `identity' as an element
11368 rather than as the whole value.
11369
11370 * gs.el (gs-options): Add -dSAFER. Mark it risky.
11371
7d57db29
JB
113722004-05-22 Juanma Barranquero <lektu@terra.es>
11373
11374 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
11375 `help-make-usage'.
11376 (help-highlight-arguments): Skip function name before searching
11377 for arguments.
11378
24462ed2
JB
113792004-05-21 Juanma Barranquero <lektu@terra.es>
11380
11381 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
11382 Don't mention in the docstring these arguments meant for
11383 internal (recursive) use only.
11384 (allout-char-spec): Comment out (it's not implemented).
11385 (allout-old-expose-topic, allout-exposure): Fix docstring and add
11386 obsolescence declaration.
11387 (allout-flatten-exposed-to-buffer)
11388 (allout-indented-exposed-to-buffer): Fix typos in docstring.
11389 (my-mark-marker): Doc fix.
11390 (produce-allout-mode-map, allout-sibling-index)
11391 (allout-isearch-expose, allout-distinctive-bullet)
11392 (allout-open-topic, allout-reindent-body)
11393 (allout-rebullet-heading, allout-process-exposed)
11394 (allout-insert-listified, allout-latex-verb-quote)
11395 (allout-insert-latex-header, allout-insert-latex-trailer):
11396 Make arguments match their use in docstring.
11397 (allout-primary-bullet, allout-old-style-prefixes)
11398 (allout-inhibit-protection, allout-init, allout-mode)
11399 (allout-before-change-protect, allout-flag-region):
11400 Use "Emacs" instead of "emacs" in docstrings.
11401
ce44846f
KH
114022004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11403
11404 * international/characters.el: Modify syntax of more characters.
11405
a6e7bdf1
MY
114062004-05-21 Masatake YAMATO <jet@gyve.org>
11407
ce50a847 11408 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
46de1c5a 11409 (etags-tags-completion-table): Show parsing progress.
a6e7bdf1 11410
442c8150
LT
114112004-05-20 Luc Teirlinck <teirllm@auburn.edu>
11412
11413 * locate.el (locate-prompt-for-command): Shorten first line of
11414 docstring.
11415 (locate-mode): Expand docstring and include keymap summary.
11416
4edcfd17
LT
11417 * files.el (find-file-noselect-1): Limit the scope of the
11418 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
11419 is, by default, nil during the execution of
11420 `find-file-not-found-functions' and `find-file-hook'.
11421
64867fce
EZ
114222004-05-20 Michael Mauger <mmaug@yahoo.com>
11423
11424 * facemenu.el (facemenu-color-name-equal): New function.
11425 (list-colors-display): Use it to compare colors instead of
11426 facemenu-color-equal.
11427
88537a99
EZ
114282004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
11429
11430 * compare-w.el (compare-windows-face): Use min-colors instead of
11431 checking for tty or pc types.
11432
47ff5b28
SM
114332004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
11436 (completion-setup-function): Use with-current-buffer.
11437 Properly save excursion. Simplify.
11438 Don't assume there is necessarily a `mouse-face' property somewhere.
11439
11440 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
11441
11442 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
11443
11444 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
11445 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
11446 Use with-current-buffer.
11447 (byte-goto-log-buffer): Delete.
11448 (byte-compile-log-file): Call compilation-forget-errors.
11449
2aa4a729
PJ
114502004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11451
11452 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
11453 output messages into the search result.
11454
15aa7790
MY
114552004-05-19 Masatake YAMATO <jet@gyve.org>
11456
47ff5b28 11457 * wid-edit.el (widget-radio-button-notify): Revert my last
24462ed2 11458 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15aa7790 11459
70abfe90
KH
114602004-05-19 Kenichi Handa <handa@m17n.org>
11461
e4ad9cf1
SM
11462 * international/characters.el: Fix syntax (open/close) of CJK chars.
11463
114642004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11465
11466 * help-mode.el (help-go-back): Don't depend on position of back button.
11467
114682004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
11471 files files don't contain an accidental additional /.
11472
11473 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
11474 in source buffer.
70abfe90 11475
4d4ea14a
MY
114762004-05-18 Masatake YAMATO <jet@gyve.org>
11477
11478 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
e4ad9cf1 11479 to widget-apply. :action method assumes 2 arguments, not 3.
4d4ea14a 11480
2c375837
GM
114812004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
11482
e4ad9cf1
SM
11483 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11484 New constants.
2c375837
GM
11485 (hs-special-modes-alist): Add an f90-mode entry.
11486
410019e5
SS
114872004-05-17 Sam Steingold <sds@gnu.org>
11488
e4ad9cf1
SM
11489 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11490 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
410019e5 11491
57116789
KS
114922004-05-16 Kim F. Storm <storm@cua.dk>
11493
11494 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
11495
e9e132ed
JW
114962004-05-15 John Wiegley <johnw@newartisans.com>
11497
e4ad9cf1 11498 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
e9e132ed 11499 (eshell-output-object-to-target): Improve output speed 20% by not
e4ad9cf1 11500 calling `eshell-stringify' if something is already known to be a string.
e9e132ed 11501
c1380aa6
EZ
115022004-05-15 Alex Ott <ott@jet.msk.su>
11503
e4ad9cf1
SM
11504 * textmodes/ispell.el (ispell-local-dictionary-alist):
11505 Add windows-1251 to the choice of coding systems.
c1380aa6
EZ
11506 (ispell-dictionary-alist-6): Add support for "russianw.aff",
11507 encoded in cp1251.
11508
bc3621a0
EZ
115092004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
11510
11511 * progmodes/compile.el (compilation-warning-face)
11512 (compilation-info-face): Use min-colors.
11513
26955824
JD
115142004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11515
60ce1c58
KS
11516 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
11517 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
11518 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
11519 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
11520 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
11521 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
11522 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
11523 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
11524 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
11525 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
11526 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
11527 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
11528 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
11529 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
26955824 11530
62f3da3b
KS
115312004-05-15 Kim F. Storm <storm@cua.dk>
11532
11533 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
11534 Use it to set triggered-p element of timer.
11535 (timer-event-handler): Set triggered-p element non-nil while running
11536 the timer function.
11537
d5c24489
SM
115382004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * descr-text.el (describe-char-unicode-data)
11541 (describe-char-unicodedata-file): Re-enable the unicode code now that
11542 the licensing issues have been cleared in the unicode-4 license.
11543 (describe-text-properties-1): Remove unused `overlay' var.
11544 (describe-char): Remove unused var `buffer'.
11545
ddda21d3
DP
115462004-05-14 David Ponce <david@dponce.com>
11547
11548 * tree-widget.el: New file.
11549
c7a73294
DK
115502004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
11551
e4ad9cf1 11552 * language/european.el ("Brazilian Portuguese"): Add support for
c7a73294
DK
11553 Brazilian Portuguese.
11554
97dad9d3
JW
115552004-05-13 John Wiegley <johnw@newartisans.com>
11556
11557 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
11558 `recentf-mode' if this variable has been customized to t.
11559
11560 * eshell/esh-test.el (eshell-test): Call the function
e4ad9cf1 11561 `emacs-version' rather than trying to build a custom version string.
97dad9d3 11562
a267ab4d
SM
115632004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * net/telnet.el (telnet-mode): Use define-derived-mode.
11566 Don't modify the global value of comint-prompt-regexp.
11567
64bd6fd1
JPW
115682004-05-13 John Paul Wallington <jpw@gnu.org>
11569
11570 * version.el (emacs-version): Check for `gtk' feature before
11571 `x-toolkit' feature.
11572
aae424b9
JB
115732004-05-13 Juanma Barranquero <lektu@terra.es>
11574
08cbceb9
JB
11575 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
11576 arguments in the docstring, they're used only in recursive calls.
11577
aae424b9
JB
11578 * help-fns.el (help-arg-highlighting-function)
11579 (help-argument-name): Delete.
11580 (help-default-arg-highlight): New function.
11581 (help-do-arg-highlighting): Use it.
11582
eb15ce9e
GM
115832004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11584
a267ab4d
SM
11585 * calendar/appt.el (appt-disp-window):
11586 Use `calendar-set-mode-line' for a centered mode-line.
eb15ce9e
GM
11587
115882004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11589
11590 * calendar/appt.el (appt-disp-window): Do not split window
11591 excessively when `split-height-threshold' is low.
11592
da1a6bb8
NR
115932004-05-12 Nick Roberts <nickrob@gnu.org>
11594
11595 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
11596 kill-buffer-hook here and make it local.
11597 (gud-kill-buffer-hook): Use kill-process for a sure kill.
11598
0e52264f
DP
115992004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
11600
a267ab4d
SM
11601 * progmodes/compile.el (compilation-set-window-height):
11602 Use save-excursion to protect against misplaced marker.
0e52264f 11603
9b44aa8b
JD
116042004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11605
11606 * custom.el (defface): Document that type can have value gtk.
11607
11608 * faces.el (face-spec-set-match-display): Handle type gtk in display.
11609
08020f9a
KH
116102004-05-12 Kenichi Handa <handa@m17n.org>
11611
11612 * descr-text.el: Require quail at comile time.
11613 (describe-char): If an input method is on and it supports the
11614 character, show how to input it.
11615
11616 * international/quail.el (quail-install-decode-map): Accept a
11617 char-table whose subtype is `quail-decode-map'.
11618 (quail-store-decode-map-key, quail-gen-decode-map1)
11619 (quail-gen-decode-map, quail-find-key1, quail-find-key)
11620 (quail-show-key): New functions.
11621
c9688100
JB
116222004-05-12 Juanma Barranquero <lektu@terra.es>
11623
71507e47
JB
11624 * generic.el (define-generic-mode): Remove redundant arglist info.
11625
c9688100
JB
11626 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
11627 Make arguments match their use in docstring.
11628 (help-arg-highlighting-function): New variable.
11629 (help-argument-name): Mention it in the docstring.
11630 (help-do-arg-highlight): Use it. Expand regexp to accept also
11631 ARG-xxx and xxx-ARG references.
11632
cdc9b845
EZ
116332004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11634
11635 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
11636 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
11637 and "mailto:addr1?to=addr2" equal.
11638
ac00945e
EZ
116392004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11640
11641 * man.el (Man-getpage-in-background): Use shell-file-name
a267ab4d 11642 and shell-command-switch variables instead of hard-coded values.
ac00945e 11643
1e77b112
EZ
116442004-05-11 Eli Zaretskii <eliz@gnu.org>
11645
11646 * iimage.el: New file.
11647
494bcd27
JB
116482004-05-11 Juanma Barranquero <lektu@terra.es>
11649
86d373e6
JB
11650 * custom.el (custom-initialize-default, defcustom):
11651 Fix typo in docstring.
f68d54e7 11652
b4777370
JB
11653 * files.el (set-visited-file-name, file-expand-wildcards):
11654 Fix docstring.
11655
f68d54e7
SM
116562004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
11659
11660 * subr.el (eventp): Be more discriminating with integers.
494bcd27 11661
10436a47
DP
116622004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
11663
11664 * progmodes/compile.el (compile): Add universal prefix arg.
11665 (compilation-error-regexp-alist-alist): Add edg patterns.
11666
3eab7193
SS
116672004-05-10 Sam Steingold <sds@gnu.org>
11668
f68d54e7
SM
11669 * textmodes/ispell.el (ispell-message):
11670 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3eab7193 11671
522067b2
SM
116722004-05-10 Dave Love <fx@gnu.org>
11673
11674 * progmodes/python.el (help-buffer): Autoload when compiling.
11675 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
11676 (run-python): Prepend to any existing PYTHONPATH.
11677
95157669
NR
116782004-05-10 Nick Roberts <nick@nick.uklinux.net>
11679
11680 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
11681 for pending breakpoints.
11682
e109331a
RS
116832004-05-10 Richard M. Stallman <rms@gnu.org>
11684
11685 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
11686 directly without calling any functions in Rmail.
11687 (unrmail-unprune): Function deleted.
11688
b82a6ae7
SM
116892004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
11692 C-c C-z binding.
11693
a57e8159
KH
116942004-05-10 Kenichi Handa <handa@m17n.org>
11695
11696 * descr-text.el (describe-char): Fix previous change. Don't make
11697 a unibyte character to multibyte in the *Help* buffer.
11698
f9878c26
MB
116992004-05-10 Miles Bader <miles@gnu.org>
11700
11701 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
11702 buffer an error if the debugger process is actually running.
11703
efde45ca
JB
117042004-05-10 Juanma Barranquero <lektu@terra.es>
11705
aa7094ba
JB
11706 * help-fns.el (help-argument-name): Default to italic.
11707 (help-highlight-arguments): Return always (usage . doc), even when
11708 usage is nil.
11709
11710 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
11711 (define-ibuffer-filter): Add usage info.
11712 (define-ibuffer-op): Add usage info (but CL-style defaults for
11713 keyword args are not shown).
11714
efde45ca 11715 * subr.el (remove-overlays, read-passwd): Fix docstring.
54ce7cbf
JB
11716 (start-process-shell-command): Fix docstring. Put usage info in a
11717 format usable by `describe-function'.
11718 (open-network-stream, open-network-stream-nowait)
11719 (open-network-stream-server): Fix docstring.
efde45ca 11720
893b49bb
JR
117212004-05-09 Jason Rumney <jasonr@gnu.org>
11722
64ec7df9
JR
11723 * international/code-pages (cp932, cp936, cp949, c950): Remove.
11724 Only define cp125* if windows-125* is already defined.
11725
11726 * language/korean.el (cp949): Add alias.
11727
11728 * language/chinese.el (cp936, cp950): Add aliases.
11729
11730 * language/japanese.el (cp932): Add alias.
11731
ceb96489
JR
11732 * term/w32-win.el: Require code-pages.
11733
b82a6ae7
SM
11734 * international/mule-cmds.el (set-locale-environment):
11735 On MS-Windows use ansi code-page for default coding-systems.
893b49bb
JR
11736 Set up paper sizes for Windows 3 letter languages.
11737
b82a6ae7
SM
11738 * international/code-pages.el (cp932, cp936, cp949, cp950):
11739 Add aliases. Also add cp125* if not already defined.
893b49bb 11740
b1c661c7
JB
117412004-05-09 Juanma Barranquero <lektu@terra.es>
11742
b4777370
JB
11743 * help-fns.el (help-highlight-arguments): Don't try to highlight
11744 missing or autoloaded arglists. Accept structured arguments, like
11745 the first ones of `do' and `flet'.
d0aa1aab
JB
11746
11747 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
11748 (cvs-get-marked): Remove redundant arglist info.
11749
b4777370
JB
11750 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
11751 Don't use CL-style default args.
b1c661c7 11752
9e24a165
AS
117532004-05-08 Andreas Schwab <schwab@suse.de>
11754
70d4043b
AS
11755 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
11756
9e24a165
AS
11757 * international/subst-ksc.el: Fix references to utf-translate-cjk
11758 into utf-translate-cjk-mode.
11759 * international/subst-big5.el: Likewise.
11760 * international/subst-gb2312.el: Likewise.
11761 * international/subst-jis.el: Likewise.
11762 * international/utf-16.el: Likewise.
11763 * international/utf-8.el: Likewise.
11764
c4ae2d51
JW
117652004-05-08 John Wiegley <johnw@newartisans.com>
11766
b82a6ae7 11767 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
c4ae2d51
JW
11768 "virtual buffers" (off by default), which makes it possible to
11769 switch to the "virtual" buffers of recently visited files. When a
11770 buffer name search fails, and this option is on, iswitchb will
11771 look at the list of recently visited files, and permit matching
11772 against those names. When the user hits RET on a match, it will
11773 revisit that file.
b82a6ae7 11774 (iswitchb-read-buffer): Add two optional arguments, which makes
c4ae2d51 11775 isearchb.el possible.
b82a6ae7
SM
11776 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
11777 (iswitchb-next-match): Add support for virtual buffers.
c4ae2d51
JW
11778
11779 * isearchb.el: This module extends iswitchb to provide "as you
11780 type" buffer selection.
11781
11782 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
11783 Ignore the read-only property when flyspell highlighting is on.
11784 Not ignoring it leads to a series of confusing errors.
11785 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
11786 but also make sure to call flyspell-incorrect-hook.
11787 (flyspell-maybe-correct-transposition): Perform transposition test
11788 by bit twiddling a string, rather than using a temp buffer.
11789 (flyspell-maybe-correct-doubling): Use a string rather than a temp
11790 buffer. This is also the original version of the code, which
11791 could not be checked in before due to a previous lack of
11792 assignment papers. This version has seen heavy usage on my system
11793 for several years now.
11794
11795 * calendar/cal-bahai.el: New file, which adds support for the
11796 Baha'i calendar to Emacs. This calendar is based on a solar year
11797 of 19 months of 19 days, with 4 intercalary days. Each year
11798 begins on March 21, with the calendar starting in 1844.
603b9df9 11799
c4ae2d51
JW
11800 * calendar/cal-menu.el, calendar/calendar.el,
11801 calendar/diary-lib.el, calendar/holidays.el: Added support for
11802 using cal-bahai.el.
11803
11804 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
11805 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
11806 function can be used outside of eshell buffers.
11807 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
11808
0f0af7a8
JB
118092004-05-08 Juanma Barranquero <lektu@terra.es>
11810
11811 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
11812 word constituent so FOO-ARG is not recognized as an arg.
b82a6ae7 11813 (help-highlight-arguments): Don't skip lists in mandatory arguments.
0f0af7a8
JB
11814
11815 * simple.el (next-error): Fix typo in docstring.
11816 (open-line): Make argument names match their use in docstring.
11817 (split-line): Fix docstring.
11818
603b9df9
JB
11819 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
11820 usable by `describe-function'.
11821 (gensym, gentemp, typep, ignore-errors): Make argument names match
11822 their use in docstring.
11823
11824 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
11825 argument to `help-setup-xref'.
11826
38c65fca
KG
118272004-05-07 Kai Grossjohann <kai@emptydomain.de>
11828
11829 Version 2.0.40 of Tramp released.
11830
b82a6ae7
SM
11831 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
11832 Use symbol-function to invoke functions only known on some Emacs
38c65fca
KG
11833 flavors. This avoids byte-compiler warnings. Reported by Kevin
11834 Scaldeferri <kevin@scaldeferri.com>.
b82a6ae7 11835 (tramp-do-copy-or-rename-file-via-buffer): Rename from
38c65fca
KG
11836 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
11837 consistent with the other tramp-do-* functions.
11838 (tramp-do-copy-or-rename-file): Calls adjusted.
11839 (tramp-process-initial-commands): Avoid liveness check on shell --
11840 we know that it must be alive since we're opening a connection at
11841 this moment.
11842 (tramp-last-cmd): New internal variable.
11843 (tramp-process-echoes): New tunable.
11844 (tramp-send-command): Set tramp-last-cmd.
11845 (tramp-wait-for-output): Delete echo, if applicable.
11846 (tramp-read-passwd): Construct the key for the password cache in a
11847 way that works for multi methods, too.
11848 (tramp-bug): Add backup-directory-alist and
b82a6ae7 11849 bkup-backup-directory-info to bug reports, with Tramp counterparts.
38c65fca 11850
0f0af7a8 118512004-05-07 Michael Albinus <michael.albinus@gmx.de>
38c65fca
KG
11852
11853 * net/tramp*.el: Suppress byte-compiler warnings where possible.
11854
11855 * net/tramp.el (tramp-out-of-band-prompt-regexp)
11856 (tramp-actions-copy-out-of-band): New defcustoms.
11857 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
11858 used instead of a synchronous one. Allows password entering.
11859 (tramp-action-out-of-band): New defun.
b82a6ae7
SM
11860 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
11861 Remove restriction with password from doc string.
38c65fca
KG
11862 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
11863 `tramp-out-of-band-prompt-regexp',
11864 `tramp-actions-copy-out-of-band', `password-cache' and
11865 `password-cache-expiry'.
11866 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
11867 password caching.
11868 (tramp-touch): FILE can be a local file, too.
11869 (TODO): Remove items done.
11870 (tramp-handle-insert-directory): Properly quote file name also if
11871 not full-directory-p. Handle wildcard case. Reported by Andreas
11872 Schwab <schwab@suse.de>.
11873 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
11874 new file.
b82a6ae7
SM
11875 (tramp-handle-file-local-copy, tramp-handle-write-region):
11876 The permissions of the temporary file are set if filename exists.
38c65fca
KG
11877 Reported by Ted Stern <stern@cray.com>.
11878 (tramp-backup-directory-alist)
11879 (tramp-bkup-backup-directory-info): New defcustoms.
b82a6ae7
SM
11880 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
11881 (tramp-handle-find-backup-file-name): New function.
11882 Implements Tramp's find-backup-file-name.
38c65fca
KG
11883
11884 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
11885 for `find-backup-file-name'.
11886
11887 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
11888 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
11889
9bcabb45
LH
118902004-05-07 Lars Hansen <larsh@math.ku.dk>
11891
11892 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
11893
a478f3e1
JB
118942004-05-07 Juanma Barranquero <lektu@terra.es>
11895
a478f3e1
JB
11896 * subr.el (lambda): Add arglist description to docstring.
11897 (declare): Fix typo in docstring.
11898 (open-network-stream): Fix docstring.
b82a6ae7 11899 (process-kill-without-query): Fix docstring and add obsolescence info.
a478f3e1
JB
11900 (last, butlast, nbutlast): Make arguments match their use in docstring.
11901 (insert-buffer-substring-no-properties): Likewise.
11902 (insert-buffer-substring-as-yank): Likewise.
11903 (split-string): Fix docstring.
11904
0f0af7a8
JB
11905 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11906 Make argument names match their use in docstring.
11907
a478f3e1
JB
11908 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
11909
6dba30fb
NR
119102004-05-06 Nick Roberts <nickrob@gnu.org>
11911
11912 * progmodes/gdb-ui.el: Improve/extend documentation strings.
11913 Fit first sentence on one line for apropos-command.
11914
24d5055c
SM
119152004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 Changes largely merged in from Dave Love's code.
11918 * progmodes/python.el: Doc fixes.
11919 (python-mode-map): Add python-complete-symbol.
11920 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
11921 (python-comment-indent, python-complete-symbol)
11922 (python-symbol-completions, python-partial-symbol)
11923 (python-try-complete): New.
11924 (python-indent-line): Remove optional arg. Use python-block-end-p.
11925 (python-check): Bind compilation-error-regexp-alist.
11926 (inferior-python-mode): Use rx. Move keybindings to top level.
11927 Set comint-input-filter.
11928 (python-preoutput-filter): Use rx.
11929 (python-input-filter): Re-introduce.
11930 (python-proc): Start new process if necessary.
11931 Check python-buffer non-nil.
11932 (view-return-to-alist): Defvar.
11933 (python-send-receive): New.
11934 (python-eldoc-function): Use it.
11935 (python-mode-running): Don't defvar.
11936 (python-mode): Set comment-indent-function.
11937 Maybe update hippie-expand-try-functions-list.
11938 (python-indentation-levels): Initialize differently.
11939 (python-block-end-p): New.
11940 (python-indent-line): Use it.
11941 (python-compilation-regexp-alist): Augment.
11942 (run-python): Import `emacs' module to Python rather than loading
11943 code directly. Set python-buffer differently.
11944 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
11945 Use python-proc.
11946 (python-send-command): Go to end of comint buffer.
11947 (python-load-file): Use python-proc, emacs.eimport.
11948 (python-describe-symbol): Simplify interactive form.
11949 Use emacs.help. Do use temp-buffer-show-hook.
11950 Call print-help-return-message.
11951 (hippie-exp): Require when compiling.
11952 (python-preoutput-continuation): Use rx.
11953
11954 * diff-mode.el (diff-make-unified): Fix regexp.
11955
b90a6a12
JPW
119562004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
11957
11958 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
11959 filter groups from the buffer when rebuilding the Ibuffer buffer
11960 and `ibuffer-show-empty-filter-groups' is nil.
11961
1ed43c8e
VJL
119622004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11963
11964 * ps-print.el (ps-print-quote): Call ps-value-string.
cfb7b9ce
VJL
11965 (ps-setup): Call ps-comment-string.
11966 (ps-value-string, ps-comment-string): New funs.
1ed43c8e 11967
b03a4fdd
JB
119682004-05-06 Juanma Barranquero <lektu@terra.es>
11969
b4777370
JB
11970 * ehelp.el (electric-help-command-loop): Check whether the last
11971 character is visible, not (point-max).
11972
1c34b5a9
JB
11973 * help-fns.el (help-argument-name): Default to bold; don't inherit
11974 from font-lock-variable-name-face.
11975 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
11976
f747bef9
KH
119772004-05-05 Kenichi Handa <handa@m17n.org>
11978
11979 * descr-text.el (describe-char): Copy the character with text
11980 properties and overlays into the first line, and call
11981 describe-text-properties on it.
11982
971cb834
SE
119832004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
11984
11985 * iswitchb.el (iswitchb-global-map): Fix typo.
b03a4fdd 11986 Remove unwanted ###autoloads from source file.
971cb834 11987
2a93ca78
LH
119882004-05-05 Lars Hansen <larsh@math.ku.dk>
11989
11990 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
b03a4fdd 11991 in run-hooks. Use substitute-command-keys in message.
2a93ca78
LH
11992 (wdired-abort-changes): Add message.
11993
9a9069c9
SM
119942004-05-03 Michael Mauger <mmaug@yahoo.com>
11995
11996 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
11997 (sql-emacs20-p): Remove.
11998 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
11999 (sql-builtin-face, sql-doc-face): Remove.
12000 (sql-mode-ansi-font-lock-keywords)
12001 (sql-mode-oracle-font-lock-keywords)
12002 (sql-mode-postgres-font-lock-keywords)
12003 (sql-mode-linter-font-lock-keywords)
12004 (sql-mode-ms-font-lock-keywords)
12005 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
12006 (sql-product-font-lock): Fix font-lock reset when font rules change.
12007 (sql-highlight-product): Remove incorrect font-lock reset logic.
12008
c21c3d89
JY
120092004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
12010
12011 * ses.el (ses-set-parameter): Fix typo.
12012
bdcc01de
KS
120132004-05-04 Kim F. Storm <storm@cua.dk>
12014
12015 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
12016 Must expand directory for completion to work; and don't mess with
12017 process-environment.
6ab66799
KS
12018 (ido-read-file-name): If command has ido property, don't use ido
12019 if value is ignore, or read as directory if value is dir.
12020 Set ido ignore property for dired-do-rename command.
bdcc01de 12021
8eae13fd
JB
120222004-05-04 Juanma Barranquero <lektu@terra.es>
12023
b4777370
JB
12024 * ehelp.el (electric-help-command-loop, electric-help-undefined)
12025 (electric-help-help): Check against unmapped commands.
12026
c57ada27
JB
12027 * help-fns.el (help-argument-name): New face, inheriting from
12028 font-lock-variable-name-face, to highlight function arguments in
12029 `describe-function' and `describe-key'.
12030 (help-do-arg-highlight): Auxiliary function to highlight a given
12031 list of arguments in a string.
12032 (help-highlight-arguments): Highlight the function arguments and
12033 all uses of them in the docstring.
24462ed2 12034 (describe-function-1): Use it. Do docstring output via `insert',
c57ada27
JB
12035 not 'princ', so text attributes are preserved.
12036
b4777370
JB
12037 * winner.el (winner-mode-map): Move `winner-undo' and
12038 `winner-redo' to C-c <left> and C-c <right>, respectively (the
12039 previous bindings conflict with `prev-buffer', `next-buffer').
8eae13fd 12040
8bf38a9b
SM
120412004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12042
12043 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
12044 (bibtex-entry-update): New command bound to C-c C-u.
12045 (bibtex-text-in-string): Fix regexp.
12046 (bibtex-assoc-of-regexp): Remove.
12047 (bibtex-progress-message): Fix docstring.
12048 (bibtex-inside-field): Use if.
12049 (bibtex-assoc-regexp): New function.
12050 (bibtex-format-entry): Make code more robust so that it formats
12051 also old entries.
12052 (bibtex-autokey-demangle-title): Merge with obsolete function
12053 bibtex-assoc-of-regexp.
12054 (bibtex-field-list): New function.
12055 (bibtex-entry): Use bibtex-field-list.
12056 (bibtex-parse-entry): Fix docstring.
12057 (bibtex-print-help-message): Use bibtex-field-list.
12058 (bibtex-make-field): Use bibtex-field-list.
24462ed2 12059 (bibtex-entry-index): Bugfix. Return crossref key if required.
8bf38a9b
SM
12060 (bibtex-lessp): Fix docstring.
12061
9bfadbd3
LT
120622004-05-03 Luc Teirlinck <teirllm@auburn.edu>
12063
8bf38a9b 12064 * select.el (xselect-convert-to-string): Move comment to intended line.
9bfadbd3 12065
0928a1d8
JD
120662004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12067
12068 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
12069 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
12070
120712004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e43a720f
JD
12072
12073 * term/x-win.el (x-clipboard-yank): Don't exit on error from
12074 x-get-selection.
12075
238add5e
JR
120762004-05-03 Jason Rumney <jasonr@gnu.org>
12077
12078 * makefile.nt: Remove.
12079
d83e1f9d
KS
120802004-05-03 Kim F. Storm <storm@cua.dk>
12081
8bf38a9b 12082 * emulation/cua-base.el (cua--update-indications): Fix last change.
a6133def 12083 (cua-mode): Deactivate mark when cua-mode is enabled.
d83e1f9d 12084
deae888e
LT
120852004-05-02 Luc Teirlinck <teirllm@auburn.edu>
12086
8bf38a9b 12087 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
deae888e 12088
a89f5c79
NR
120892004-05-03 Nick Roberts <nickrob@gnu.org>
12090
31b5ff39 12091 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
a89f5c79 12092 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
31b5ff39
NR
12093 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
12094 window over visible frames.
12095 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
a89f5c79 12096
822001db
SM
120972004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12098
8eae13fd 12099 * progmodes/compile.el (compilation-gcpro): New var.
822001db
SM
12100 (compilation-fake-loc): Use it.
12101 (compilation-forget-errors): Reset it.
12102
55f2eb7e
SM
121032004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
12104
12105 * diff-mode.el (diff-header-face, diff-file-header-face):
12106 Use min-colors.
12107
5ad1dfd6
SM
121082004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12109
12110 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
12111 (bibtex-clean-entry): Disentangle code.
12112 (bibtex-realign): New function.
12113 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
12114 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
12115 Remove undocumented optional arg called-by-convert-alien.
12116 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
12117 for sorting instead of bibtex-sort-buffer.
12118
cf8f099f
EZ
121192004-05-02 Eli Zaretskii <eliz@gnu.org>
12120
12121 * progmodes/compile.el (compilation-start): In the
12122 no-async-subprocesses branch, call sit-for to give redisplay a
052ca4d1
EZ
12123 chance to show the updated process status in the mode line, and
12124 fontify the buffer explicitly after the process exits.
cf8f099f 12125
37384ede
SM
121262004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * progmodes/python.el (python-compilation-line-number): Remove.
12129 (python-compilation-regexp-alist): Don't use it any more.
12130 (python-orig-start, python-input-filter): Remove.
12131 (inferior-python-mode): Don't set up comint-input-filter-functions.
12132 (python-send-region): Use compilation-fake-loc.
12133
12134 * progmodes/compile.el (compilation-messages-start): New var.
12135 (compilation-mode): Don't setup next-error-function here.
12136 (compilation-setup): Set it up here instead (for minor modes as well).
12137 Make compilation-messages-start buffer local.
12138 (compilation-next-error-function): Use it.
12139 (compilation-forget-errors): Set compilation-messages-start.
12140
7655d378
LT
121412004-05-01 Luc Teirlinck <teirllm@auburn.edu>
12142
12143 * ielm.el (ielm-prompt-read-only): Update docstring.
12144
12145 * comint.el (comint-prompt-read-only): Update docstring.
12146 (comint-update-fence, comint-kill-whole-line)
12147 (comint-kill-region): New functions.
12148
12149 * simple.el (kill-whole-line): Use "p" instead of "P" in
a4683d66 12150 interactive form.
7655d378 12151
9242b3b7
JB
121522004-05-01 Juanma Barranquero <lektu@terra.es>
12153
12154 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
12155 format arglist so default values in CL-style argument lists are
12156 correctly shown.
12157
1e8b532f
JR
121582004-05-01 Jason Rumney <jasonr@gnu.org>
12159
12160 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
12161
d1df889e
KH
121622004-05-01 Kenichi Handa <handa@m17n.org>
12163
12164 * international/titdic-cnv.el (miscdic-convert): Don't generate a
12165 quail file if it is up to date.
12166
8aa3c147
JL
121672004-04-30 Juri Linkov <juri@jurta.org>
12168
12169 * cus-edit.el (custom-mode-map):
12170 Add key binding `C-x C-s' to `Custom-save'.
12171
12172 * outline.el (outline-blank-line): New var.
12173 (outline-next-preface, outline-show-heading)
12174 (outline-end-of-subtree): Use it.
12175
12176 * dired-aux.el (dired-touch-initial): New fun.
12177 (dired-do-chxxx): Call it for op-symbol `touch'.
4ae73f87
JL
12178 (dired-diff): Use `dired-dwim-target-directory'
12179 if current dired buffer has no buffer mark.
8aa3c147
JL
12180
12181 * bindings.el (propertized-buffer-identification):
12182 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
12183 Add C-M-arrow keys for consistency.
12184
12185 * files.el (confirm-kill-emacs):
12186 Change group from top-level `emacs' to `convenience'.
12187
12188 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12189 Push mark on the first call of successive command calls.
12190 (insert-pair): New fun created from `insert-parentheses' with
12191 `open' and `close' arguments added. Enclose active regions
12192 in paired characters. Compare adjacent characters syntax with
12193 inserted characters syntax before inserting a space.
12194 (insert-parentheses): Call `insert-pair' with ?\( ?\).
12195
12196 * delsel.el: Don't put `delete-selection' property
12197 on `insert-parentheses' symbol to take advantage of
12198 region handling in `insert-pair' function.
9242b3b7 12199 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8aa3c147 12200
b2dae92a
KS
122012004-04-30 Kim F. Storm <storm@cua.dk>
12202
b2b55d03
KS
12203 * emulation/cua-base.el: Add support for changing cursor types;
12204 based on patch from Michael Mauger.
12205 (cua-normal-cursor-color, cua-read-only-cursor-color)
12206 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
12207 Customization cursor type and/or cursor color.
12208 (cua--update-indications): Handle cursor type changes.
12209 (cua-mode): Update cursor indications if enabled.
12210
3b365de3
KS
12211 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
12212
b2dae92a
KS
12213 * mouse.el (mouse-drag-copy-region): New defcustom.
12214 (mouse-set-region, mouse-drag-region-1): Use it.
12215
12216 * simple.el (kill-ring-save): If region face background color is
12217 unspecified (if no highlighting), show extent of fully visible
12218 region even if transient-mark-mode is enabled.
12219
12220 * emulation/cua-base.el (cua--standard-movement-commands):
12221 Add cua-scroll-up and cua-scroll-down.
12222 (cua-scroll-up, cua-scroll-down): New commands.
12223 (cua--init-keymaps): Remap scroll-up and scroll-down.
12224
12225 * emulation/cua-rect.el (cua--convert-rectangle-as):
12226 New defmacro.
12227 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
12228 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9242b3b7 12229 New commands (suggested by Jordan Breeding).
b2dae92a 12230
3b0af402
JB
122312004-04-30 Juanma Barranquero <lektu@terra.es>
12232
12233 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
12234
76f024d9
JB
122352004-04-30 Mario Lang <mlang@delysid.org>
12236
12237 * diff.el (diff-switches): Fix typo in docstring.
12238
38784ed8
AS
122392004-04-30 Alex Schroeder <alex@gnu.org>
12240
12241 * xml.el (xml-debug-print-internal): Don't add newline and
12242 indentation to text nodes and write empty elements as empty tags
12243 instead of opening and closing tags.
12244 (xml-debug-print): Take optional indent-string argument.
12245 (xml-print): Alias for xml-debug-print.
12246
d71d20ea
GM
122472004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12248
12249 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
12250 than duplicate call to `line-beginning-position'.
12251
e4ad9cf1
SM
12252 * progmodes/f90.el (f90-get-present-comment-type):
12253 Return whitespace, as well as comment chars, for consistent filling
d71d20ea 12254 of comment blocks. Use `match-string-no-properties'.
e4ad9cf1 12255 (f90-break-line): Trim trailing whitespace when filling comments.
d71d20ea
GM
12256
122572004-04-30 Dave Love <fx@gnu.org>
12258
12259 * calendar/diary-lib.el (diary-outlook-formats): New variable.
12260 (diary-from-outlook-internal, diary-from-outlook)
e4ad9cf1
SM
12261 (diary-from-outlook-gnus, diary-from-outlook-rmail):
12262 New functions to import diary entries from Outlook-format
d71d20ea
GM
12263 appointments in mail messages.
12264
dafb59b2
SM
122652004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12266
2c2cd44f
SM
12267 * progmodes/python.el (python-send-command): New fun.
12268 (python-send-region, python-load-file): Use it.
12269
12270 * progmodes/compile.el (compilation-last-buffer): Add var alias.
12271
dafb59b2
SM
12272 * help-fns.el (help-C-file-name): Use new subr-name.
12273 Prepend `src/' to the file name.
12274 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
76f024d9
JB
12275 (describe-function-1, describe-variable): Only find a C source file
12276 name if DOC is already loaded.
dafb59b2
SM
12277
12278 * help-mode.el (help-function-def, help-variable-def):
12279 Use the new find-function-search-for-symbol functionality.
12280 Allow FILE to be `C-source'.
12281
12282 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
12283 (find-function-C-source): New fun.
12284 (find-function-search-for-symbol): Use it.
12285
76f024d9 122862004-03-29 Michael Mauger <mmaug@yahoo.com>
2c2cd44f
SM
12287
12288 * progmodes/sql.el (sql-product-alist): Rename variable
12289 `sql-product-support'. Add Postgres login parameters.
e4ad9cf1 12290 (sql-set-product, sql-product-feature): Update with renamed variable.
2c2cd44f
SM
12291 (sql-connect-postgres): Add username prompt.
12292 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
12293 Make patterns less product specific.
e2cae769 12294 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2c2cd44f
SM
12295 (sql-mode-abbrev-table): Modify initialization.
12296 (sql-builtin-face): Add variable.
12297 (sql-keywords-re): Add macro.
12298 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
12299 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
12300 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
12301 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
12302 (sql-mode-linter-font-lock-keywords)
12303 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
12304 (sql-mode-sybase-font-lock-keywords)
12305 (sql-mode-informix-font-lock-keywords)
12306 (sql-mode-interbase-font-lock-keywords)
12307 (sql-mode-ingres-font-lock-keywords)
12308 (sql-mode-solid-font-lock-keywords)
12309 (sql-mode-sqlite-font-lock-keywords)
12310 (sql-mode-db2-font-lock-keywords): Default to nil.
12311 (sql-product-font-lock): Always highlight ANSI keywords.
e4ad9cf1 12312 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2c2cd44f
SM
12313 (sql-send-string): Add function.
12314
b4777370 123152004-04-29 Dave Love <fx@gnu.org>
2c2cd44f
SM
12316
12317 * progmodes/cfengine.el (cfengine-beginning-of-defun)
12318 (cfengine-end-of-defun): Ensure progress through buffer.
12319
12320 * info-look.el (cfengine-mode): Accept a terminal ().
12321
e4619728
JL
123222004-04-29 Juri Linkov <juri@jurta.org>
12323
12324 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
12325 instead of isearch-yank-word-or-char. Add new key bindings for
12326 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
12327 (isearch-del-char): New fun.
12328 (isearch-forward, isearch-edit-string): Update docstring.
12329 (isearch-yank-char): Doc fix.
12330 (isearch-other-meta-char): Restore point after scrolling.
12331
12332 * progmodes/compile.el (compilation-context-lines): Add nil option
12333 to disable compilation output window scrolling.
12334 (compilation-set-window): Use it.
12335
dafb59b2
SM
12336 * outline.el (outline-next-preface, outline-show-heading):
12337 Don't leave unhidden blank line before heading.
e4619728
JL
12338 (outline-end-of-subtree): Include last newline into subtree.
12339 (hide-entry): Leave point at beginning of heading instead of end.
12340 (outline-up-heading): Push mark for the first call of successive
12341 command calls.
12342
016b8f71
LT
123432004-04-28 Luc Teirlinck <teirllm@auburn.edu>
12344
12345 * comint.el (comint-prompt-read-only): New variable.
12346 (comint-output-filter): Implement it.
12347
12348 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
12349 (ielm-prompt-internal): New variable.
12350 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
12351 (ielm-send-input): Delete unused variable `buf'.
12352 (ielm-eval-input): Use `ielm-prompt-internal'.
12353 (inferior-emacs-lisp-mode): Use new variables
12354 `comint-prompt-read-only' and `ielm-prompt-internal'.
12355 Get rid of obsolete variable `directory-sep-char'.
12356 (ielm): Use `zerop'.
12357
d70d59e9
JPW
123582004-04-29 John Paul Wallington <jpw@gnu.org>
12359
12360 * thumbs.el (toplevel): Require cl at compile time.
12361 Remove conditional definitions of `ignore-errors' and `caddar'
12362 because they occur at run time.
12363
e51797d0
NR
123642004-04-28 Nick Roberts <nickrob@gnu.org>
12365
12366 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
dafb59b2 12367 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
e51797d0 12368 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
dafb59b2 12369 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
e51797d0
NR
12370
12371 * progmodes/gud.el (gud-common-init): Throw an error if program is
12372 already running under gdb.
12373
d42799bd
JPW
123742004-04-28 John Paul Wallington <jpw@gnu.org>
12375
12376 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
12377 (thumbs-show-image-num): Move assignment of
51adae01 12378 `thumbs-current-image-filename' within scope of `i'.
d42799bd
JPW
12379 (thumbs-emboss-image): Don't use `evenp'.
12380
83a0f060
RS
123812004-04-28 Richard M. Stallman <rms@gnu.org>
12382
12383 * progmodes/compile.el (compilation-context-lines): Default now 0.
12384
66dc9a0f
JB
123852004-04-28 Juanma Barranquero <lektu@terra.es>
12386
12387 Use `time-less-p' from calendar/time-date.el instead of defining
12388 custom versions of it.
12389
12390 * pcomplete.el (pcomplete-time-less-p): Remove.
12391
12392 * thumbs.el (time-less-p): Remove.
12393
12394 * calendar/timeclock.el (timeclock-time-less-p): Remove.
12395 (timeclock-generate-report): Use `time-less-p'.
12396
12397 * emacs-lisp/autoload.el (autoload-before-p): Remove.
12398 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
12399
f24485f1
MY
124002004-04-28 Masatake YAMATO <jet@gyve.org>
12401
033ad8c6 12402 * subr.el (remove-overlays): Make arguments optional.
f24485f1 12403
033ad8c6 12404 * wid-edit.el (widget-specify-button): Put evaporate to the
f24485f1
MY
12405 overlay for sample.
12406 (widget-specify-sample): Put evaporate to the overlay for sample.
12407 (widget-specify-doc): Put evaporate to the overlay for documentation.
12408
5242942f
JH
124092004-04-27 Jesper Harder <harder@ifa.au.dk>
12410
12411 * info.el (info-apropos): Make it an index node. Align node names
12412 like makeinfo.
12413
93397360
EZ
124142004-04-27 Eli Zaretskii <eliz@gnu.org>
12415
12416 * net/browse-url.el (browse-url-netscape-sentinel)
12417 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
033ad8c6
SM
12418 (browse-url-epiphany-sentinel, browse-url-mosaic):
12419 Use browse-url-*-program instead of a literal program name.
93397360 12420
0c54865e
EZ
124212004-04-27 Kevin Ryde <user42@zip.com.au>
12422
12423 * eshell/em-alias.el:
12424 * eshell/em-dirs.el:
12425 * eshell/em-hist.el:
12426 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
12427 features when M-x customize-group loads modules before the main
12428 eshell.el.
12429
12092fb3
EZ
124302004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12431
12432 * subr.el (momentary-string-display): Support EXIT-CHAR that is
12433 either a character representation of an event or an event
12434 description list.
12435
27cd478d
EZ
12436 * type-break.el: Capitalise Emacs and Lisp.
12437 (type-break-good-break-interval, type-break-demo-boring-stats)
12438 (type-break-terse-messages, type-break-file-name): New defcustoms.
12439 (type-break-post-command-hook)
033ad8c6
SM
12440 (type-break-warning-countdown-string): Quote variable names in doc.
12441 (type-break-interval-start, type-break-auto-save-file-name): New vars.
27cd478d
EZ
12442 (type-break-mode): Document type-break-good-break-interval and the
12443 "session" file. Schedule break according to the session file.
12444 Kill session file buffer on exit. Organise for save-some-buffers
12445 to always save the session file.
12446 (type-break-mode-line-message-mode, type-break-query-mode):
12447 Uppercase arguments.
12448 (type-break-file-time, type-break-file-keystroke-count, timep)
12449 (type-break-choose-file, type-break-get-previous-time)
12450 (type-break-get-previous-count): New defuns.
12451 (type-break): Avoid break querying after a completed break in the
12452 case where the query was initiated during user invocation of the
033ad8c6
SM
12453 break. Optional terse messages.
12454 Use type-break-good-break-interval if type-break-good-rest-interval is
27cd478d
EZ
12455 nil. File the break time.
12456 (type-break-schedule): New optional args for overriding the use of
12457 the current time.
12458 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
12459 after a break.
12460 (type-break-check): File the keystroke count.
12461 (type-break-do-query): Prevent a second query when the break is
12462 interrupted. Optional terse message.
033ad8c6 12463 (type-break-keystroke-reset): Record the start of a typing interval.
27cd478d
EZ
12464 (type-break-demo-boring): Optional terse messages. Display word
12465 per minute and keystroke counts according to
12466 type-break-demo-boring-stats.
12467
aecb322b
EZ
124682004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
12469
12470 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
12471 directories, make sure they exist under archive-tmpdir.
12472
eb982898
JL
124732004-04-27 Juri Linkov <juri@jurta.org>
12474
12475 * help.el (view-emacs-news): With argument, display info for the
12476 selected version by finding it among different NEWS files, and
12477 narrowing the buffer to the selected version.
12478
12479 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
12480 same-window-buffer-names.
12481 (info): New arg `buffer'. Use it. Doc fix. Read file name for
12482 non-numeric prefix argument, append the number to the buffer name
12483 for numeric prefix argument.
12484 (info-other-window): Bind same-window-regexps to nil.
12485 (Info-reference-name): Rename to Info-point-loc.
12486 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
12487 and Info-find-index-name for stringy Info-point-loc.
12488 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
12489 without middle `.', but with final `.' and optional line number
12490 for it. Set Info-point-loc for index nodes.
12491 (Info-index): Remove middle `.' from index entry regexp.
12492 Modify line number regexp.
12493 (Info-index-next): Decrement line number.
12494 (info-apropos): Remove middle `.' from index entry regexp.
12495 Add optional line number regexp at the end. Add matched value
12496 for line number to the result list and insert it to the buffer.
a6095665
JL
12497 Replace match-string by match-string-no-properties.
12498 Reorder result list.
eb982898
JL
12499 (Info-fontify-node): Hide index line numbers.
12500 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
12501 empty matches.
12502 (Info-follow-reference): Use `str' instead of
12503 Info-following-node-name-re.
12504 (Info-toc): Use full file names. Set Info-current-node to "Top".
12505 (Info-fontify-node): Compare file names without directory name.
12506 (Info-try-follow-nearest-node): Don't set Info-reference-name.
12507 Set second arg of Info-extract-menu-node-name for index nodes.
12508 (info-xref-visited): Use magenta3 instead of magenta4.
12509 (Info-mode): Add info-apropos to docstring.
12510
12511 * log-view.el (log-view-diff): Replace interactive code "r"
12512 by a list to allow to call it even if region is not active.
12513
12514 * paren.el (show-paren-highlight-openparen): New var.
12515 (show-paren-function): Turn on openparen highlighting when
12516 matching forward if show-paren-highlight-openparen is non-nil.
12517
12518 * simple.el (kill-ring-save): Use blink-matching-delay instead of
12519 the constant value 1.
12520 (completions-common-part): Expand docstring.
12521
12522 * textmodes/picture.el (picture-mode-map): Add arrow keys.
12523
360fe9d2
KS
125242004-04-27 Kim F. Storm <storm@cua.dk>
12525
12526 * image.el (insert-sliced-image): Use line-height instead of
12527 line-spacing property on newline.
12528
ebb39555 125292004-04-26 Lars Hansen <larsh@math.ku.dk>
6c61299c 12530
ebb39555
LH
12531 * desktop.el (desktop-buffer-misc-data-function): Rename to
12532 desktop-save-buffer and change docstring.
12533 (desktop-buffer-modes-to-save): Delete.
12534 (desktop-save-buffer-p): Use desktop-save-buffer instead of
12535 desktop-buffer-modes-to-save.
12536 (desktop-save): Rename desktop-buffer-misc-data-function to
12537 desktop-save-buffer and allow non-function value.
12538 (desktop-missing-file-warning): Correct docstring.
eb982898 12539
ebb39555
LH
12540 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
12541 to desktop-save-buffer.
eb982898 12542
ebb39555
LH
12543 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
12544 desktop-save-buffer.
eb982898 12545
ebb39555 12546 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
eb982898 12547
ebb39555
LH
12548 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
12549
1d359d88
EZ
125502004-04-26 Eli Zaretskii <eliz@gnu.org>
12551
033ad8c6 12552 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1d359d88 12553
ee9cd72d
LT
125542004-04-25 Luc Teirlinck <teirllm@auburn.edu>
12555
12556 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
12557 (ielm): Only go to the end of the buffer when starting a new process.
12558
76364803
JB
125592004-04-25 Juanma Barranquero <lektu@terra.es>
12560
12561 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
12562 mode line. Bind `inhibit-read-only' to t before modifying
12563 properties of text in the buffer.
12564 (ielm): Force point to the end of buffer, even when running ielm
12565 from inside itself.
12566
82f1aca9
JH
125672004-04-25 Jesper Harder <harder@ifa.au.dk>
12568
12569 * info.el (info-apropos): Reset Info-complete-cache.
12570
dbd97672
DP
125712004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
12572
12573 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12574 Also recognize severe Irix et al. messages.
12575 (compilation-normalize-filename, compile-abbreviate-directory):
12576 Delete functions.
12577 (compilation-get-file-structure): New function inherits
12578 functionality of the two preceding ones.
033ad8c6
SM
12579 (compilation-internal-error-properties, compilation-fake-loc):
12580 Use it so that different paths to the same file share the same
dbd97672
DP
12581 markers. Also optimize finding adjacent marker slightly.
12582
9ff3aa31
KS
125832004-04-25 Kim F. Storm <storm@cua.dk>
12584
12585 * image.el (insert-sliced-image): Add line-spacing t property
12586 to newlines separating image lines.
12587
759f960a
LT
125882004-04-24 Luc Teirlinck <teirllm@auburn.edu>
12589
21fb7588
LT
12590 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
12591
759f960a
LT
12592 * ielm.el (ielm-prompt-read-only): New user option.
12593 (ielm-prompt): Expand docstring to describe new behavior.
12594 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
12595 mention it in the docstring.
12596
fd75d62d
AS
125972004-04-24 Andreas Schwab <schwab@suse.de>
12598
14116f3c
AS
12599 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
12600
fd75d62d
AS
12601 * diff.el (diff): Set default-directory in diff buffer.
12602
473551ac
EZ
126032004-04-24 Eli Zaretskii <eliz@gnu.org>
12604
6f60853a
EZ
12605 * mail/sendmail.el (mail-bury): Don't delete the frame where the
12606 mail was being composed if the terminal cannot display more than
12607 one frame; instead, switch to previous frame.
12608
473551ac
EZ
12609 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
12610 (rmail-start-mail): Support rmail-mail-new-frame even on
12611 terminals that can display only one frame at a time.
12612
033ad8c6
SM
126132004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12614
12615 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
12616 (checkdoc-output-font-lock-keywords): Remove error regexp.
12617 (checkdoc-output-mode-map): Remove.
12618 (checkdoc-output-mode): Derive from compilation-mode.
12619 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
12620
12621 * dired.el (dired-mode-map): Add a menu entry for wdired.
12622
12623 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
12624 (rx-bracket, rx-check-any, rx-any): Clean up name space.
12625
12626 * wdired.el: (wdired-mode-map): Move init into declaration.
12627 Fix `return' binding.
12628 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12629 Use force-mode-line-update.
12630 (wdired-get-filename): Use `unless'.
12631 (wdired-preprocess-files): Don't assume names have no \n and use / for
12632 dir separator.
12633 (wdired-normalize-filename): Use replace-regexp-in-string.
12634 (wdired-load-hooks): Remove.
12635 (wdired-mode-hooks): Rename to wdired-mode-hook.
12636
12637 * info-look.el: Add support for cfengine-mode.
12638 (info-lookup-setup-mode): Use dolist.
12639
126402004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
12641
12642 * wdired.el: New file.
12643
c62aec78
JB
126442004-04-23 Juanma Barranquero <lektu@terra.es>
12645
12646 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
12647
12648 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
12649 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
12650 (pcomplete--help, pcomplete--here): Doc fixes.
12651
4b284383
JB
126522004-04-23 Andre Spiegel <spiegel@gnu.org>
12653
12654 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
12655 handles wrong-number-of-arguments in backend call.
12656
12657 * vc.el (vc-print-log): Likewise.
12658
033ad8c6
SM
126592004-04-20 Dave Love <fx@gnu.org>
12660
12661 * emacs-lisp/rx.el: Doc fixes.
12662 (rx-constituents): Add/extend many forms.
12663 (rx-check): Check form is a list.
12664 (bracket): Defvar.
12665 (rx-check-any, rx-any, rx-check-not): Modify.
12666 (rx-not): Simplify.
12667 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
12668 (rx-kleene): Use rx-trans-forms.
12669 (rx-quote-for-set): Delete.
12670 (rx): Allow multiple args.
12671
f24814e0
KH
126722004-04-23 Kenichi Handa <handa@m17n.org>
12673
033ad8c6 12674 * international/mule-util.el (char-displayable-p): Simplify by
f24814e0
KH
12675 using internal-char-font.
12676
d814862a
JB
126772004-04-23 Juanma Barranquero <lektu@terra.es>
12678
12679 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12680
6fc049f6
SM
126812004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * diff-mode.el (diff-next-error): New fun.
12684 (diff-mode): Use it.
12685
12686 * simple.el (next-error): Change arg name.
12687 Add support for the documented C-u C-x ` usage.
12688
12689 * frame.el (special-display-popup-frame, next-multiframe-window)
12690 (previous-multiframe-window): Only consider frames on same display.
12691
2a3f604d
LH
126922004-04-22 Lars Hansen <larsh@math.ku.dk>
12693
12694 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
12695 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
12696
879054ea
KS
126972004-04-22 Kim F. Storm <storm@cua.dk>
12698
12699 * net/telnet.el (telnet): Add optional port arg.
12700
063a45c5
SM
127012004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12704 Minor sanity check on the `hyperlink' slot.
12705
12706 * Makefile.in (recompile): Compile new files.
12707
12708 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
12709 Add byte-recompile-directory's optional `arg'.
12710
12711 * cvs-status.el (cvs-tree-use-charset): New var.
12712 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
12713 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
12714 (cvs-status-cvstrees): Use it.
12715
12716 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
12717 Make it a normal major mode.
12718 (checkdoc-buffer-label): Make sure the file name is meaningful.
12719 (checkdoc-output-to-error-buffer): Remove.
12720 (checkdoc-error, checkdoc-start-section): Rewrite.
12721
12722 * info.el (info-node, info-menu-5, info-xref, info-header-node)
12723 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12724 (Info-title-4-face): Use new syntax.
12725 (info-xref-visited): Inherit from info-xref.
12726
12727 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
12728
d88beab5
KS
127292004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
12730
12731 * simple.el (next-error-last-buffer, next-error-function):
12732 New variables for the next-error framework.
12733 (next-error-buffer-p): New function.
12734 (next-error-find-buffer): Generalize compilation-find-buffer.
12735 (next-error, previous-error, first-error, next-error-no-select)
12736 (previous-error-no-select): Move from compile.el.
12737
12738 * replace.el (occur-next-error, occur-1): Hook into the next-error
12739 framework.
12740
12741 * progmodes/compile.el (compilation-start):
12742 Set next-error-last-buffer so next-error knows where to jump.
12743 (compilation-setup): Set the buffer-local variable
12744 next-error-function to 'compilation-next-error-function.
12745 (compilation-buffer-p, compilation-buffer-internal-p): Use an
12746 alternate way to find if a buffer is a compilation buffer, for
12747 next-error convenience.
12748 (next-error-no-select, previous-error-no-select, next-error)
12749 (previous-error, first-error): Move to simple.el.
12750 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
12751 (compilation-last-buffer): Remove.
12752 (compilation-start, compilation-next-error, compilation-setup)
12753 (compilation-next-error-function, compilation-find-buffer):
12754 Remove compilation-last-buffer use.
12755
a568a2cc
JB
127562004-04-21 Juanma Barranquero <lektu@terra.es>
12757
a568a2cc
JB
12758 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
12759 (font-lock-warning-face): Fix spacing.
12760
b4777370
JB
12761 * makefile.w32-in (WINS): Add url/ directory.
12762
54b06e66 127632004-04-21 Lars Hansen <larsh@math.ku.dk>
a568a2cc 12764
063a45c5
SM
12765 * desktop.el (desktop-buffer-mode-handlers): New variable.
12766 Alist of major mode specific functions to restore a desktop buffer.
a568a2cc 12767 (desktop-buffer-handlers): Make variable obsolete.
063a45c5
SM
12768 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
12769 Catch errors signaled in handlers. Update buffer count.
12770 Evaluate desktop-buffer-point.
54b06e66
LH
12771 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
12772 move to dired.el.
12773 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
12774 move to info.el.
12775 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
12776 move to mail/rmail.el.
12777 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
12778 to mh-e/mh-e.el.
a568a2cc
JB
12779 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
12780 On fail, print message (to message buffer) even if
54b06e66 12781 desktop-missing-file-warning is nil.
a568a2cc
JB
12782 (desktop-buffer-misc-data-function): New buffer local variable.
12783 Function returning major mode specific data.
54b06e66
LH
12784 (desktop-buffer-misc-functions): Make variable obsolete.
12785 (desktop-save): Use desktop-buffer-misc-data-function.
12786 (desktop-buffer-dired-misc-data): Rename to
12787 dired-desktop-buffer-misc-data and move to dired.el.
12788 (desktop-buffer-info-misc-data): Rename to
12789 Info-desktop-buffer-misc-data and move to info.el.
063a45c5 12790 (desktop-read): Add message about number of buffers restored/failed.
1c492b87 12791
a568a2cc
JB
12792 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
12793 Add parameters. Pause to display error only when
54b06e66 12794 desktop-missing-file-warning is non-nil.
a568a2cc 12795 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 12796 (dired-mode): Bind desktop-buffer-misc-data-function.
1c492b87 12797
a568a2cc
JB
12798 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
12799 Add Parameters.
12800 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 12801 (Info-mode): Bind desktop-buffer-misc-data-function.
1c492b87 12802
a568a2cc
JB
12803 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
12804 Add Parameters.
1c492b87 12805
a568a2cc
JB
12806 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
12807 Add Parameters.
54b06e66 12808
e921af9e
RS
128092003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
12810
a4391d42
EZ
12811 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
12812 the case of letters in case-insensitive expansions when the
12813 abbrev is preceded by characters with letter syntax.
e921af9e 12814
0ce7de92
RS
128152004-04-21 Richard M. Stallman <rms@gnu.org>
12816
12817 * progmodes/cperl-mode.el (cperl-putback-char):
12818 Delete Emacs 18 definition.
12819
a568a2cc 12820 * international/mule.el (ctext-post-read-conversion):
0ce7de92 12821 Use assoc-string, not assoc-ignore-case.
a568a2cc 12822
0ce7de92
RS
12823 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
12824
12825 * emacs-lisp/easymenu.el (easy-menu-add):
12826 Do call x-popup-menu, but only if it's defined.
12827
12828 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
12829
12830 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
12831 Handle multiple args: compile like progn.
12832
12833 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
12834 take all args as &rest arg.
12835
12836 * autoinsert.el (auto-insert-alist): Insert the user's name in
12837 copyright notice, rather than Free Software Foundation.
12838
02f32cf0
KH
128392004-04-21 Kenichi Handa <handa@m17n.org>
12840
12841 * descr-text.el (describe-char): Make it work on *Help* buffer.
12842
c7b08a9d
KS
128432004-04-21 Kim F. Storm <storm@cua.dk>
12844
12845 * image.el (insert-image): Add optional SLICE arg.
12846 (insert-sliced-image): New defun.
12847
d58f8753
SM
128482004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
12849
12850 * subr.el (read-number): Check whether `default' is nil.
12851
128522004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 * progmodes/compile.el (compilation-error-properties):
12855 Split into two.
12856 (compilation-internal-error-properties): New one.
a568a2cc 12857 (compilation-compat-error-properties): Use it. Fix the non-marker case.
d58f8753 12858
6b3b4dbb
RS
128592004-04-20 Richard M. Stallman <rms@gnu.org>
12860
c7b08a9d 12861 * window.el (split-window-save-restore-data):
6b3b4dbb
RS
12862 Don't update the data if OLD-INFO is nil.
12863
12864 * view.el (view-return-to-alist): Mark it permanent local.
12865
12866 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
12867
12868 * recentf.el (recentf-save-list): Catch and warn about errors.
12869
12870 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
12871 so "Buffers" won't be pure.
12872
12873 * help-mode.el (help-mode-finish): Set help-return-alist first
12874 thing, setting only the entry for the selected window.
12875
12876 * help-fns.el (describe-function-1): If many non-control non-meta
12877 keys run the command, don't list all of them.
12878
1525ea1e
JB
128792004-04-20 Juanma Barranquero <lektu@terra.es>
12880
b349012b
JB
12881 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
12882 arg. Copied from Andre Spiegel's patch of 2004-03-21.
12883
1525ea1e
JB
12884 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
12885
5b6156fa
KH
128862004-04-20 Kenichi Handa <handa@m17n.org>
12887
12888 * international/quail.el (quail-lookup-key): New optional arg
12889 NOT-RESET-INDICES.
12890 (quail-get-translations): Call quail-lookup-key with
12891 NOT-RESET-INDICES t.
12892 (quail-completion): Likewise.
12893 (quail-lookup-map-and-concat): Likewise.
12894
a19788b1
KH
128952004-04-20 Kenichi Handa <handa@m17n.org>
12896
12897 * international/quail.el (quail-update-translation): Don't insert
12898 such an unsupported multibyte char in a unibyte buffer.
12899
d481033a
NR
129002004-04-20 Nick Roberts <nick@nick.uklinux.net>
12901
12902 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1525ea1e
JB
12903 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
12904 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
d481033a
NR
12905 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
12906 (gdb-frame-assembler-buffer): Improve behaviour with
12907 multiple frames.
12908 (gdb-display-buffer): Extend search to all visible frames.
12909
177cd3b9
EZ
129102004-04-19 Eli Zaretskii <eliz@gnu.org>
12911
12912 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
12913 characters left after base64 decoding.
12914 (rmail-decode-region): Use -dos variety of `coding', to remove any
12915 ^M characters left after qp or base64 decoding.
12916
d8dc1ccc
JD
129172004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12918
d58f8753 12919 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
d8dc1ccc
JD
12920 messages.
12921
d9ee5172
SE
129222004-04-19 Stephen Eglen <stephen@gnu.org>
12923
12924 * add-log.el (add-change-log-entry): Update doc string to mention
12925 add-log-full-name and add-log-mailing-address.
12926
d1d37da8
JL
129272004-04-18 Juri Linkov <juri@jurta.org>
12928
12929 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
12930 (Info-find-node-2): Simplify error message.
12931 (Info-insert-dir): Use Info-following-node-name.
12932 (Info-goto-node): Remove *info-history* and *info-toc*.
12933 (Info-history): Create a node of the virtual history file.
12934 (Info-toc): Create a node of the virtual toc file.
12935 (Info-insert-toc): New arg `curr-file' for reference file names.
12936 (info-apropos): Remove redundant var binding for temp-file.
12937 (Info-index, Info-index-next, Info-mode): Doc fix.
12938 (Info-goto-emacs-command-node): Don't jump to *info* from
12939 non-*info* Info buffers.
12940 (Info-fontify-node): Don't show the file name of external
12941 references if `Info-hide-note-references' is `hide'. Don't hide
12942 newlines at the end of paragraphs.
12943
12944 * international/mule-diag.el (list-input-methods):
12945 Fix args to help-xref-button.
12946
72266056
JL
12947 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
12948 to put into effect local variables from TUTORIAL files.
12949
12950 * textmodes/paragraphs.el (sentence-end) <function>: New fun
12951 with default value taken from the variable `sentence-end'.
12952 (sentence-end) <defcustom>: Set default to nil. Doc fix.
12953 Add nil const to :type.
12954 (sentence-end-without-period, sentence-end-double-space)
12955 (sentence-end-without-space): Doc fix.
12956
12957 * textmodes/paragraphs.el (forward-sentence):
12958 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
12959 (fill-delete-newlines):
d58f8753
SM
12960 * progmodes/cc-cmds.el (c-beginning-of-statement):
12961 Use function `sentence-end' instead of variable `sentence-end'.
72266056 12962
225df139
AS
129632004-04-18 Andreas Schwab <schwab@suse.de>
12964
12965 * progmodes/compile.el (compilation-start): Set window start to
12966 point-min if compilation-scroll-output is nil.
12967
8fef838b
JW
129682004-04-18 John Wiegley <johnw@newartisans.com>
12969
d58f8753 12970 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8fef838b 12971
677eb6a5
NR
129722004-04-18 Nick Roberts <nick@nick.uklinux.net>
12973
12974 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
12975 (gdb-info-breakpoints-custom): Revert previous change.
12976 (gdb-view-assembler): Update assembler if necessary.
12977 (gdb-frame-handler): Parse correctly for gdb-current-frame.
12978 (gdb-display-source-buffer): Update properly when both source and
12979 assembler are visible.
12980
554e2741
JW
129812004-04-17 John Wiegley <johnw@newartisans.com>
12982
d58f8753 12983 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
554e2741
JW
12984 which limits the number of names shown in the minibuffer. Off by
12985 default.
12986 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
12987 up iswitchb for users with a multitude of open buffers by showing
12988 only the first and last N/2 buffers in the completion list (which
12989 is enough to aid C-s/C-r, and to know that more characters are
12990 needed to refine the completion list).
12991
1ee652eb
RS
129922004-04-17 Richard M. Stallman <rms@gnu.org>
12993
12994 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
12995 (file-truename): Expand all ~ constructs directly.
12996 (insert-directory): Delete any error msg output by the
12997 `insert-directory-program'.
12998
12999 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
13000 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
13001 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
13002 (allout-init): Use find-file-hook, not find-file-hooks.
13003 (allout-mode): Eliminate Emacs 18 support.
13004 Use write-contents-functions, not local-write-file-hooks.
13005
eb6fb6e2
DP
130062004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
13007
13008 * progmodes/compile.el (compilation-error-properties): Fix for
13009 adding messages when there are already markers for their file.
13010 (compilation-fake-loc): New function.
13011
da879ae8
SM
130122004-04-16 Dave Love <fx@gnu.org>
13013
13014 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
13015 (python-load-file): Fix python-orig-start setting.
13016
13017 * progmodes/compile.el: Doc fixes.
13018 (compilation-error-regexp-alist-alist)
13019 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
13020 (compilation-assq): Wrap in eval-when-compile.
13021 (compilation-mode-font-lock-keywords): Don't use list*.
13022 (compilation-start): Avoid warning.
13023 (compilation-compat-error-properties)
13024 (compilation-directory-properties): Add keymap property.
13025 (compilation-parsing-end): Make it a marker for better compatibility.
13026
13027 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
13028
130292004-04-16 Mark A. Hershberger <mah@everybody.org>
13030
13031 * xml.el: Doc fixes.
13032 (xml-get-children): Only looks at sub-tags and ignore strings.
13033
13034 * xml.el (xml-parse-tag): Avoid overwriting node-name.
13035
130362004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13037
da879ae8
SM
13038 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
13039
3f0d8131
AS
130402004-04-16 Andre Spiegel <spiegel@gnu.org>
13041
13042 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
13043
13044 * vc.el (vc-print-log): Likewise.
13045
9a1120ea
MY
130462004-04-16 Masatake YAMATO <jet@gyve.org>
13047
13048 * simple.el (completion-setup-function): Set an initial value
a568a2cc 13049 to `element-common-end' before entering loop. Set a value
9a1120ea 13050 to `element-common-end' at the end of loop.
da879ae8 13051 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6a4940b2
MY
13052 (completions-common-part): Rename from completion-de-emphasis.
13053 (completions-first-difference): Rename from completion-emphasis.
13054 Suggested by RMS.
9a1120ea 13055
dc5dcc00
JB
130562004-04-16 Juanma Barranquero <lektu@terra.es>
13057
13058 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
13059 (bookmark-edit-annotation-mode): Add mode name.
13060
da879ae8
SM
130612004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
13064 for nested conflict markers.
13065 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
13066
865f6a21
NR
130672004-04-15 Nick Roberts <nick@nick.uklinux.net>
13068
13069 * progmodes/gdb-ui.el (gdb-goto-info): New function.
13070
13071 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
13072
96ef1feb
SM
130732004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13074
572943b3
SM
13075 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
13076 Give a backtrace if requested.
13077
13078 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
13079
13080 * progmodes/python.el (python-mouse-2-command, python-RET-command):
13081 Remove unused functions.
13082 (python-orig-start-line, python-orig-file): Remove.
13083 (python-orig-start): New var.
13084 (python-input-filter, python-compilation-line-number)
13085 (python-send-region, python-load-file): Use it.
13086
f4e432bb 13087 * info.el (info): Always jump to *info*.
96ef1feb
SM
13088
13089 * subr.el (posn-set-point): New function.
13090
13091 * mouse.el (mouse-set-point): Use it.
13092
13093 * progmodes/compile.el (compile-goto-error): Use it.
f4e432bb
SM
13094 (compilation-button-map): New keymap.
13095 (compilation-error-properties): Use it.
13096 (compilation-shell-minor-mode-map): Don't bind mouse-2.
96ef1feb
SM
13097
13098 * smerge-mode.el (smerge-popup-context-menu): Use it.
13099
13100 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
13101 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
13102 mouse and non-mouse case.
13103
13104 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
13105 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
13106
f4e432bb
SM
13107 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
13108 Make it work for non-mouse events.
13109
13110 * pcvs-info.el (cvs-status-map): Update binding name.
13111
131122004-04-14 Mark A. Hershberger <mah@everybody.org>
13113
13114 * xml.el (xml-maybe-do-ns): New function to handle namespace
13115 parsing of both attribute and element names.
13116 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
13117 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
13118 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
13119 (xml-parse-attlist): Make it do its own namespace parsing.
13120
131212004-04-14 Dave Love <fx@gnu.org>
13122
572943b3
SM
13123 * progmodes/python.el (run-python): Fix use of \n.
13124 (python-load-file): Remove `try' from Python fragment.
13125 (python-describe-symbol): Fix message.
13126
f4e432bb
SM
13127 * comint.el: Doc fixes.
13128 (comint-last-input-start, comint-last-input-end)
13129 (comint-last-output-start): Give them values.
13130 (comint-arguments): Avoid warning.
13131 (comint-skip-prompt): Use line-end-position.
13132 (comint-backward-matching-input): Rename arg to agree with doc.
13133 (comint-extract-string): Use syntax-ppss.
13134 (comint-dynamic-simple-complete): Delete useless list construction.
13135 (comint-redirect-subvert-readonly): New.
13136 (comint-redirect-preoutput-filter): Use it.
13137
13138 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13139 Correctly handle negative arguments when calling hook functions.
13140
37600b6d
JH
131412004-04-14 Jesper Harder <harder@ifa.au.dk>
13142
13143 * info.el (info-apropos): Don't clobber Info-history-list.
13144
b3a7f48f
DP
131452004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
13146
f4e432bb
SM
13147 * progmodes/compile.el (compilation-setup):
13148 Localize overlay-arrow-position.
b3a7f48f
DP
13149 (compilation-sentinel): Restructure code equivalently.
13150 (compilation-next-error): Find message on same line after point if
13151 not found before point.
13152 (compile-mouse-goto-error): Restore function so that compilation
13153 buffer need not be current and use compile-goto-error.
13154 (compile-goto-error): Restore function.
13155 (next-error): Set overlay-arrow-position.
13156 (compilation-forget-errors): Don't localize already local
13157 compilation-locs and remove FIXME about refontifying.
13158
c09a9077
JL
131592004-04-14 Kim F. Storm <storm@cua.dk>
13160
13161 * startup.el (emacs-quick-startup): New defvar (set by -Q).
13162 (command-line): New option -Q. Like -q --no-site-file, but
13163 in addition it also disables menu-bar, tool-bar, scroll-bars,
13164 tool-tips, and the blinking cursor.
13165 (command-line-1): Skip startup screen if -Q.
13166 (fancy-splash-head): Use ":align-to center" prop to center splash image.
13167
13168 * emulation/cua-base.el (cua-read-only-cursor-color)
13169 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
13170
131712004-04-13 Dave Love <fx@gnu.org>
13172
13173 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
13174 (syntax): Don't require.
13175 (python) <defgroup>: Add :version.
13176 (python-quote-syntax): Re-written.
13177 (inferior-python-mode): Move stuff here from run-python and add
13178 some more.
13179 (python-preoutput-continuation, python-preoutput-result)
13180 (python-dotty-syntax-table): New.
13181 (python-describe-symbol): Use them.
13182 (run-python): Move stuff to inferior-python-mode. Modify code
13183 loaded into Python.
13184 (python-send-region): Use python-proc, python-send-string.
13185 (python-send-string): Send newlines too. Callers changed.
13186 (python-load-file): Re-written.
13187 (python-eldoc-function): New.
13188 (info-look): Don't require.
13189 (python-after-info-look): New. A modified version of former
13190 top-level code for use with eval-after-load.
13191 (python-maybe-jython, python-guess-indent): Use widened buffer.
13192 (python-fill-paragraph): Re-written.
13193 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
13194 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
13195
131962004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
13199 Set compilation-error-regexp-alist earlier.
13200
13201 * progmodes/compile.el (compilation-minor-mode-map)
13202 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
13203 (compile-goto-error): Re-merge the mouse and non-mouse commands.
13204
132052004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * progmodes/compile.el (compile-goto-error): Select the buffer/window
13208 corresponding to the event.
13209
132102004-04-12 Joe Buehler <jbuehler@hekiman.com>
13211
13212 * loadup.el: Add cygwin to system-type list, for unexec() support.
13213
132142004-04-12 John Paul Wallington <jpw@gnu.org>
13215
13216 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
13217 (ibuffer-restore-window-config-on-quit): New variable to replace
13218 `ibuffer-delete-window-on-quit'. Update all references.
13219 (ibuffer-prev-window-config): New variable.
13220 (ibuffer-quit): Restore previous window configuration instead of
13221 deleting window.
13222 (ibuffer): Save window configuration before showing Ibuffer buffer.
13223
13224 * help.el (describe-mode): Doc fix.
13225
132262004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13227
13228 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
13229 not to treat nil as a function.
13230
13231 * vc-arch.el (vc-arch-root): Be a bit more careful.
13232 (vc-arch-register): Save the buffer if we modified it.
13233 (vc-arch-delete-rej-if-obsolete): Save excursion.
13234 (vc-arch-find-file-hook): Use the simpler after-save-hook.
13235 (vc-arch-responsible-p, vc-arch-init-version): New functions.
13236
13237 * net/ldap.el (ldap-search): Use list*.
13238
132392004-04-12 Juri Linkov <juri@jurta.org>
13240
13241 * info.el (Info-follow-reference): Allow multiline reference name.
13242
132432004-04-11 Dave Love <fx@gnu.org>
13244
13245 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
13246
13247 * progmodes/python.el: New file.
13248
132492004-04-11 Andre Spiegel <spiegel@gnu.org>
13250
13251 * vc-hooks.el (vc-arg-list): Function removed.
13252 (vc-default-workfile-unchanged-p): Use condition-case to check for
13253 backward compatibility.
13254
13255 * vc.el (vc-print-log): Use condition-case to check for backward
13256 compatibility.
13257
132582004-04-11 Juri Linkov <juri@jurta.org>
13259
13260 * dired.el (dired-faces): New defgroup.
13261 (dired-header, dired-mark, dired-marked, dired-flagged)
13262 (dired-warning, dired-directory, dired-symlink, dired-ignored):
13263 New faces.
13264 (dired-header-face, dired-mark-face, dired-marked-face)
13265 (dired-flagged-face, dired-warning-face, dired-directory-face)
13266 (dired-symlink-face, dired-ignored-face): New face variables.
13267 (dired-font-lock-keywords): Use them instead of font-lock faces.
ee213e98
JL
13268 Split the rule for dired marks into 3 separate rules: for marks,
13269 marked file names and flagged file names.
13270
13271 * help-mode.el (help-make-xrefs): Add a final newline to the
13272 *Help* buffer.
13273
dbed3cd3
JPW
132742004-04-11 John Paul Wallington <jpw@gnu.org>
13275
13276 * replace.el (occur-engine): Distinguish between one and several
13277 matches in the matches per buffer heading.
13278
539859c3
KS
132792004-04-11 Kim F. Storm <storm@cua.dk>
13280
13281 * ido.el (ido-confirm-unique-completion): New defcustom.
13282 (ido-complete): Use it.
13283 (ido-write-file): Set it to t unconditionally.
13284
1f3ddf11
MB
132852004-04-10 Miles Bader <miles@gnu.org>
13286
13287 RCS keyword removal (only non-comment changes are enumerated here):
13288
13289 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
13290 (byte-compile-insert-header): Don't use `byte-compile-version'.
1f3ddf11
MB
13291 * forms.el (forms-version): Variable removed.
13292 (forms-mode): Don't use `forms-version'.
13293 * recentf.el (recentf-version): Variable removed.
13294 * progmodes/delphi.el (delphi-version): Variable removed.
13295 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
13296
40899d7b
SM
132972004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
13300
7b30b20c
JH
133012004-04-09 Jesper Harder <harder@ifa.au.dk>
13302
13303 * info.el (info-apropos): Improve menu item regexp.
13304
758b7b09
SJ
133052004-04-09 Simon Josefsson <jas@extundo.com>
13306
13307 * mail/smtpmail.el: Add comment, based on report by
13308 kdc@rcn.com (Kevin D. Clark).
13309
91fa27cd
SM
133102004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13313 Redo one more thing that I didn't notice Daniel had undone.
13314
e20b265a
NR
133152004-04-08 Nick Roberts <nick@nick.uklinux.net>
13316
dc5dcc00 13317 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
e20b265a
NR
13318 (gdb-goto-breakpoint, gdb-display-buffer)
13319 (gdb-display-source-buffer, gdb-view-source-function)
13320 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
13321 (gdb-source-info, gdb-frame-handler): Don't specify a window
13322 for display.
13323 (gdb-info-breakpoints-custom): Remove superfluous update of
13324 assembler buffer.
13325 (gdb-many-windows): Make settable outside gdb.
13326
79b42981
GM
133272004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
13328
13329 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
13330 Derive from fundamental-mode rather than text-mode.
13331
8a7757f6
JL
133322004-04-08 Juri Linkov <juri@jurta.org>
13333
13334 * info.el (Info-history): Doc fix.
13335 (Info-history-list): New var.
13336 (info-xref): Change magenta4 to blue, remove bold for dark and
13337 light backgrounds, change bold to underline for non-color classes.
13338 (info-xref-visited): New face.
13339 (Info-fontify-visited-nodes): New custom.
13340 (Info-hide-note-references): Add new value `hide'. Doc fix.
13341 (Info-reference-name): New var.
13342 (Info-selection-hook): New custom.
13343 (Info-edit-mode-hook): New var.
13344 (Info-find-file): New fun.
13345 (Info-find-node): Move part of code to Info-find-file.
13346 (Info-find-node-2): Add anchors to Info-history-list. Move point
13347 to the place with the reference name if name is defined.
13348 (Info-select-node): Add current node to Info-history-list.
13349 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
13350 (Info-search-whitespace-regexp): New custom.
13351 (Info-search-case-fold): New var.
cb53a351
SM
13352 (Info-search): Add "case-sensitively" to the prompt.
13353 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8a7757f6
JL
13354 (Info-search-case-sensitively, Info-search-next): New fun.
13355 (Info-up): Move point to the menu item of the current node.
a568a2cc
JB
13356 (Info-history): New fun. Add *info-history* to
13357 same-window-buffer-names.
8a7757f6
JL
13358 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
13359 (Info-insert-toc): New fun.
13360 (Info-build-toc): New fun.
13361 (Info-follow-reference): Add new arg `fork'. Doc fix.
13362 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
13363 with the same name prefer the reference closest to point.
13364 (Info-next-reference): Replace * by + in the *Note regexp.
13365 Add regexp for http:// and ftp://. Skip the *Note prefix.
13366 (Info-prev-reference): Replace * by + in the *Note regexp.
13367 Add regexp for http:// and ftp://. Skip the *Note prefix.
13368 (Info-follow-nearest-node): Add new arg `fork'.
13369 (Info-try-follow-nearest-node): Add new arg `fork'.
13370 Call browse-url for http:// and ftp:// references.
13371 Set Info-reference-name for index entries.
13372 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
13373 Info-search-next, Info-history, Info-toc, clone-buffer.
13374 (Info-menu-update): Replace * by + in the *Note regexp.
13375 (Info-mode): Add documentation for Info-history, Info-toc,
13376 Info-search-case-sensitively, Info-search-next, clone-buffer.
13377 (Info-fontify-menu-headers): Remove fun. Move code to
13378 Info-fontify-node.
13379 (Info-fontify-node): Add docstring. Add local vars
13380 fontify-visited-p and not-fontified-p. If not-fontified-p is t
13381 then fontify header line, titles, menu headers, http and ftp
13382 references, refill paragraphs. If not-fontified-p is t or
13383 fontify-visited-p is t then fontify cross references, menu items.
cb53a351
SM
13384 Fontify menu headers. Fontify http and ftp references.
13385 Change regexp for cross references to require whitespace after *Note,
13386 add matching groups for file and node names. Remove hack for quote.
8a7757f6
JL
13387 Use display property for Info-hide-note-references=t. Use fifth
13388 or fourth match for help-echo. Display visited nodes in a
cb53a351
SM
13389 different face. Unhide file names of external references.
13390 Unhide newlines. Display visited menu items in a different face.
13391
91fa27cd
SM
133922004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * progmodes/compile.el: Require CL.
13395 (compilation-mode-font-lock-keywords): Re-install the "line as
13396 function" patch.
13397
13398 * help-fns.el (help-C-source-directory): New var.
13399 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
13400 (describe-function-1, describe-variable): Use them.
13401
13402 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
13403 to C source files specially.
13404
0c1b7af5
JL
134052004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
13406
13407 * info.el (Info-hide-cookies-node): New function.
13408 (Info-select-node): Use it.
13409 (Info-display-images-node): Remove message with image file name.
13410
f6164cdd
DP
134112004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
13412
13413 * progmodes/compile.el (compilation-warning-face)
13414 (compilation-info-face, compilation-skip-threshold)
cb53a351
SM
13415 (compilation-skip-visited, compilation-context-lines):
13416 Declare :version when added to Emacs.
f6164cdd
DP
13417 (compilation-error-regexp-alist-alist): Extend caml and irix.
13418 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
13419 (compilation-mode-font-lock-keywords): Temporarily undo line as
13420 function patch, which wasn't ready.
13421
3a8b6993
KH
134222004-04-07 Kenichi Handa <handa@m17n.org>
13423
13424 * international/latin1-disp.el (latin1-display-setup): Check each
13425 character is displayable or not instead of calling
13426 latin1-display-check-font.
13427
3699afe8
KH
134282004-04-06 Kenichi Handa <handa@m17n.org>
13429
cb53a351
SM
13430 * language/ethio-util.el (ethio-sera-being-called-by-w3):
13431 New variable.
3699afe8
KH
13432 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
13433 instead of sera-being-called-by-w3.
13434 (ethio-fidel-to-sera-buffer): Likewise.
13435 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
13436 instead of sera-being-called-by-w3.
13437 (ethio-write-file): Likewise.
13438
f88aa6e5
VJL
134392004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13440
5fe26b00 13441 * printing.el: Doc fix.
f88aa6e5 13442
38e33352
NR
134432004-04-05 Nick Roberts <nick@nick.uklinux.net>
13444
13445 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
13446 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
13447 (gdb-setup-windows): Only use separate IO buffer if required.
13448
c953fe1b
KS
134492004-04-06 Kim F. Storm <storm@cua.dk>
13450
13451 * term.el (term-is-xemacs): Remove.
13452 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
13453 (term-window-width): New function.
13454 (term-mode, term-check-size): Use it.
13455 (term-mode): Disable overflow-newline-into-fringe in term buffer.
13456
8e4d1662
PA
134572004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
13458
cb53a351 13459 * cus-edit.el (custom-add-parent-links): Change unbound variable
c953fe1b 13460 `symbol' to `name'.
8e4d1662 13461
cbfbd37d 134622004-04-05 Jesper Harder <harder@ifa.au.dk>
ab2f22ad
JH
13463 * info.el (info-apropos): New function.
13464 (Info-mode-menu): Add it.
13465 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
13466
1d0a6ebb
JH
13467 * help-mode.el (help-make-xrefs): Recognize aliased variable with
13468 inherited docstring.
13469
cbfbd37d
JH
13470 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
13471
cb53a351
SM
134722004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
13475
13476 * progmodes/compile.el (font-lock): Don't require any more.
13477 (compilation-error-properties, compilation-start, compilation-sentinel)
13478 (compilation-filter, next-error): Use with-current-buffer.
13479 (compilation-skip-to-next-location, compilation-skip-threshold)
13480 (compilation-skip-visited): Move to silence the byte-compiler.
13481 (compilation-setup): Simplify.
13482 (compilation-next-error): Use line-(beginning|end)-position.
13483 Make sure `pt' is non-nil before using compilation-loop.
13484 (compile-goto-error): Add optional event arg. Use it.
13485 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
13486 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
13487 Update the binding for mouse-2.
13488 (first-error): Set compilation-current-error to nil rather than bob.
13489 (compilation-parsing-end, compilation-parse-errors-function)
13490 (compilation-error-list, compilation-old-error-list):
13491 "New" compatibility variables.
13492 (compile-buffer-substring, compilation-compat-error-properties)
13493 (compilation-compat-parse-errors, compilation-forget-errors):
13494 New compatibility functions.
13495 (compilation-mode-font-lock-keywords): Use them.
13496
1f41bcba
LT
134972004-04-04 Luc Teirlinck <teirllm@auburn.edu>
13498
13499 * autorevert.el (auto-revert-handler): If point (or a window
13500 point) is at the end of the buffer, keep it there after
13501 reverting. This allows to tail a file.
13502 Mention this in the `Commentary'.
13503
13504 * format.el (format-write-file): Add optional argument CONFIRM
13505 and make it behave like the analogous argument to `write-file'.
13506
6411a60a
VJL
135072004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13508
13509 * progmodes/ebnf2ps.el: Doc fix.
13510 (ebnf-version): New version number (4.2).
13511 (ebnf-syntax): Customization and docstring fix.
cb53a351
SM
13512 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
13513 Put autoloaded funs before first use.
6411a60a
VJL
13514 (ebnf-style-database): Add dtd entry.
13515 (ebnf-syntax-alist): Add dtd initialization.
13516 (ebnf-token-sequence): New fun.
13517 (ebnf-comment-table): Add new comment action character.
cb53a351 13518 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6411a60a
VJL
13519
13520 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
13521 Type Definition for XML).
13522
cb53a351
SM
13523 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
13524 * progmodes/ebnf-bnf.el (ebnf-sequence):
13525 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
13526 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
13527 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
13528 Code simplification: call ebnf-token-sequence.
6411a60a 13529
c1994268
EZ
135302004-04-04 Eli Zaretskii <eliz@gnu.org>
13531
13532 * calendar/timeclock.el (timeclock-relative)
13533 (timeclock-get-project-function, timeclock-get-workday-function)
13534 (timeclock-query-out, timeclock-when-to-leave)
13535 (timeclock-when-to-leave-string, timeclock-log-data)
13536 (timeclock-generate-report, timeclock-in): Doc fixes.
13537
aa81d8d2
SM
135382004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13539
4dfde3dd 13540 * url/: New dir. Import the URL package from its repository.
cb53a351 13541
5c84686c
AS
135422004-04-03 Andreas Schwab <schwab@suse.de>
13543
13544 * diff-mode.el (diff-mode): Fix missing quote.
13545
35aeddc4
JL
135462004-04-03 Juri Linkov <juri@jurta.org>
13547
13548 * descr-text.el (describe-property-list): Add `font-lock-face'.
13549
13550 * dired.el (dired-font-lock-keywords): Fix permission regexps.
13551
bcfa9925
JD
135522004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13553
aa81d8d2
SM
13554 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
13555 Use utf-16le on little endian machines and utf-16be otherwise.
bcfa9925 13556
6555a8dd
DK
135572004-04-02 David Kastrup <dak@gnu.org>
13558
13559 * net/browse-url.el (browse-url-generic): Use call-process
13560 instead of start-process to allow browsers that fork and detach.
13561
e5c644da
DP
135622004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
13563
13564 * compile.el (compilation-current-error): New var.
13565 (compilation-setup, compile-mouse-goto-error)
13566 (compile-goto-error, next-error): Use it.
13567 (compilation-skip-to-next-location): Default to t, which gives
13568 contiguous skipping like old compile (where this was redundant).
13569 (compilation-next-error): Prevent previous-* commands from moving
13570 back to message at or just before point.
13571
38253bba
VJL
135722004-04-01 Nick Roberts <nick@nick.uklinux.net>
13573
13574 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
13575 (gdb-source-info): Don't display source at startup, if required.
13576 (gdb-show-main): New option.
13577 (gdba): Update documentation.
13578 (gdb-source): Cover case of auto-display output.
13579
71c8db4c
LT
135802004-03-31 Luc Teirlinck <teirllm@auburn.edu>
13581
13582 * autorevert.el: Delete obsolete autoload's and defvar's.
04e08b8c 13583 (auto-revert-check-vc-info): New user option.
71c8db4c
LT
13584 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13585 (auto-revert-handler-vc): Delete.
13586 (auto-revert-handler): Treat return value `fast' of
13587 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
13588
13589 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
13590 return `fast'.
13591
13592 * files.el (buffer-stale-function): Doc change.
13593
38253bba 135942004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606ebcd1 13595
38253bba
VJL
13596 * printing.el: New tip on Tips section.
13597 (pr-version): New version number (6.7.4).
13598 (pr-shell-file-name): Initialization fix.
606ebcd1 13599
3ccd3160
JL
136002004-03-31 Juri Linkov <juri@jurta.org>
13601
13602 * dired.el: Add autoload for `dired-do-touch'.
13603 (dired-touch-program): New var.
13604 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
13605 (dired-no-confirm): Add `touch' to docstring.
13606
13607 * dired-aux.el (dired-do-touch): New fun.
13608 (dired-do-chxxx): Add argument -t for touch operation.
13609
13610 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
13611 `dired-move-to-filename-regexp'.
13612
136132004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
13614
0c1b7af5 13615 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3ccd3160 13616
1ede99a8
VJL
136172004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13618
13619 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
13620 and only if the buffer was modified.
13621
ce4dd05c
KH
136222004-03-30 Kenichi Handa <handa@m17n.org>
13623
13624 * international/characters.el: Delete pairs for U+2308..U+230B.
13625
5d987733
NR
136262004-03-29 Nick Roberts <nick@nick.uklinux.net>
13627
13628 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
13629 to detect the beginning of a level 2 or 3 annotation.
13630
984d06b3
KH
136312004-03-29 Kenichi Handa <handa@m17n.org>
13632
13633 * international/ucs-tables.el (ucs-insert): Fix the error message.
13634
39cc05f5
KH
136352004-03-29 Kenichi Handa <handa@m17n.org>
13636
2d76740f
KH
13637 * international/mule-util.el (char-displayable-p): Fix generation
13638 of XLFD file name.
13639
39cc05f5
KH
13640 * Makefile.in (setwins, setwins_almost): Change directory to $wd
13641 before finding directories by `find'.
13642
adb3b353
SM
136432004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * subr.el (interactive-form): Delete. Now implemented in C.
13646
13647 * pcvs.el (cvs-parse-process): Workaround for Darwin.
13648
13649 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
13650 (vc-diff-label): New fun.
13651 (vc-diff-internal): Use it.
13652
13653 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
13654
757caf1c
VJL
136552004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13656
9d59cbb0
VJL
13657 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
13658
0b6f125d
VJL
13659 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
13660 specify XML (EBNFX).
13661
6ca94f87
VJL
13662 * progmodes/ebnf2ps.el: Doc fix.
13663 (ebnf-version): New version number (4.1).
13664 (ebnf-syntax): Adjust customization.
13665 (ebnf-style-database): Add ebnfx entry.
13666 (ebnf-syntax-alist): Add ebnfx initialization.
cb53a351 13667 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6ca94f87 13668
f8b09957
VJL
13669 * printing.el: Doc fix.
13670 (pr-version): New version number (6.7.3).
13671 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
13672 returns nil for mouse position. Reported by Drew Adams
13673 <drew.adams@oracle.com>.
13674 (pr-update-menus): Modify interactive declaration. Reported by Drew
13675 Adams <drew.adams@oracle.com>.
13676
80cce9ae
NR
136772004-03-28 Nick Roberts <nick@nick.uklinux.net>
13678
13679 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
13680 (gud-gdba-marker-filter): Log the process input and output, if
dc5dcc00 13681 required. From Stefan Monnier.
80cce9ae
NR
13682 (gdb-debug-log, gdb-enable-debug-log): New variables.
13683 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
13684
1e87be1b
SM
136852004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13686
13687 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
59de4ad0 13688 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
1e87be1b 13689
c86afc19
LT
136902004-03-27 Luc Teirlinck <teirllm@auburn.edu>
13691
13692 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
13693 Call vc-find-file-hook here instead of in auto-revert-buffers.
13694 (auto-revert-buffers): Delete call to vc-find-file-hook.
75e975ea
LT
13695 (auto-revert-verbose, global-auto-revert-non-file-buffers)
13696 (global-auto-revert-mode, auto-revert-set-timer)
13697 (auto-revert-handler, auto-revert-buffers): Doc fixes.
c86afc19 13698
692feebd
EZ
136992004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13700
13701 * woman.el (woman-change-fonts): Rename local variable
13702 woman-font-alist to font-alist to avoid a compiler warning.
13703
99e0e3e2
EZ
137042004-03-27 Dave Love <fx@gnu.org>
13705
4d82882b
EZ
13706 * emacs-lisp/rx.el (rx): Doc fix.
13707 Fix copyright years.
05ec033b 13708
99e0e3e2 13709 * strokes.el (strokes-global-set-stroke-string): New function.
1e87be1b
SM
13710 (strokes-list-strokes): Cope with strings, not just commands.
13711 Set foreground colour of image.
99e0e3e2
EZ
13712 (strokes-global-set-stroke): Doc fix.
13713
77bca4db
LT
137142004-03-26 Luc Teirlinck <teirllm@auburn.edu>
13715
13716 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
13717 Auto Revert mode.
13718 (Buffer-menu-files-only): New variable.
13719 (Buffer-menu-toggle-files-only): New function.
13720 (Buffer-menu-mode-map): Bind it to `T'.
13721 (Buffer-menu-mode): Mention `T' in docstring.
13722 Set buffer-stale-function.
13723 (list-buffers-noselect): Mark buffer non-modified and set
13724 Buffer-menu-files-only.
13725
13726 * dired.el (buffer-stale-function): Remove no longer needed defvar.
13727
13728 * autorevert.el (auto-revert-handler): Print revert message
13729 before, rather than after, reverting.
13730 (buffer-stale-function): Move to files.el.
13731
1e87be1b 13732 * files.el (buffer-stale-function): Move here from autorevert.el.
77bca4db 13733
e1fbd956
SM
137342004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13735
8dc87047
SM
13736 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
13737
e1fbd956
SM
13738 * calc/calc.el (calc-mode-map): Use mapc.
13739
13740 * apropos.el (apropos-mode): Don't autoload.
13741 (apropos-symbols-internal): New fun. Extracted from `apropos'.
13742 (apropos): Use it.
13743 (apropos-print): Add optional `text' argument.
13744 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
13745 Don't assume point-min == 1.
13746
13747 * bs.el (bs-buffer-list): Use buffer-local-value.
13748 (bs--set-toggle-to-show): Use with-current-buffer.
13749
13750 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
13751 New funs.
13752 (list-buffers-noselect): Use them. Adjust :align-to to new style.
13753
13754 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
13755
13756 * dabbrev.el (dabbrev-expand): Fix regexp construction.
13757 (dabbrev--find-expansion): Use pop.
13758 (dabbrev--search): Use match-string-no-properties.
13759
13760 * dired.el (dired-mode): Use run-mode-hooks.
13761 (dired-move-to-end-of-filename): Use match-string.
13762
13763 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
13764 is bound before using it.
13765 (ediff-verbose-p): Make it into a var since it's not constant.
13766
13767 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
13768
13769 * faces.el (read-face-font): Don't cons up unnecessarily.
13770 (header-line, tool-bar): Share common parts.
13771
13772 * files.el (file-relative-name): Use compare-strings.
13773
13774 * finder.el (finder-mode): Follow coding convention.
13775
13776 * subr.el (read-number): New function.
13777
13778 * ses.el (ses-read-number): Move to subr.el.
13779 (ses-set-header-row): Use read-number.
13780
c3504abb
AS
137812004-03-26 Andre Spiegel <spiegel@gnu.org>
13782
13783 * vc-hooks.el (vc-arg-list): New function, which handles both
13784 compiled and uncompiled code.
13785 (vc-default-workfile-unchanged-p): Use it.
13786
13787 * vc.el (vc-print-log): Undo prev change, use new function
13788 vc-arg-list from vc-hooks.el.
7c7085c0 13789
abcdd45a
MY
137902004-03-26 Masatake YAMATO <jet@gyve.org>
13791
13792 * simple.el (completion-setup-function): Emphasize the
825d0745 13793 first uncommon characters in the completions; and de-emphasize
abcdd45a
MY
13794 the common prefix substrings.
13795 (completion-emphasis): New face.
13796 (completion-de-emphasis): New face.
13797
825d0745
JB
137982004-03-25 Juanma Barranquero <lektu@terra.es>
13799
13800 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
13801 Comment out (it's unused and unfinished code).
13802
5217a76a
SS
138032004-03-25 Sam Steingold <sds@gnu.org>
13804
e1fbd956 13805 * vc.el (vc-print-log): Fix a bug in the last patch:
825d0745 13806 backend-function may be a byte-compiled object, not a lambda.
5217a76a 13807
ead14730
JL
138082004-03-25 Juri Linkov <juri@jurta.org>
13809
13810 * descr-text.el (describe-property-list): Add a button
13811 for `face' property that calls `describe-face'.
13812 Suggested by luis fernandes <elf@ee.ryerson.ca>
13813
13814 * international/mule.el (keyboard-coding-system):
13815 * kmacro.el (kmacro-call-macro): Fix docstring.
13816
13817 * dired.el: Fix comments.
13818
13819 * textmodes/fill.el (fill): Fix Info link.
13820
13821 * font-lock.el (fast-lock, lazy-lock):
13822 * jit-lock.el (jit-lock): Remove links to removed Support Modes
13823 Info node.
13824
7c7085c0
JL
13825 * eshell/eshell.el (eshell): Fix broken info-link.
13826
13827 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
13828 * eshell/em-banner.el (eshell-banner):
13829 * eshell/em-smart.el (eshell-smart):
13830 * eshell/esh-cmd.el (eshell-cmd):
13831 Comment out broken info-links to incomplete Info manual.
13832
ead14730
JL
13833 * info-xref.el: Fix commentary.
13834
138352004-03-25 Kevin Ryde <user42@zip.com.au>
13836
13837 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
13838 Remove spurious node duplicate suppression, doesn't work, not wanted.
13839 (info-xref-output): Take format style args, add "sit-for 0" to let
13840 user see the results as they progress.
13841 (info-xref-check-all-custom): New function.
13842
0d1a8fa0
NR
138432004-03-25 Nick Roberts <nick@nick.uklinux.net>
13844
13845 * gdb-ui.el: Moved to progmodes.
ead14730 13846
cb53a351
SM
138472004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
13850
9edfb3d2
GM
138512004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13852
13853 * calendar/appt.el (appt-check): Remove superfluous progn.
13854 When finished with diary buffer: if it was not being displayed
13855 before, kill it; otherwise restore its original state.
13856 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
13857
13858 * calendar/calendar.el (calendar-set-mode-line): Use total
13859 available mode-line width, rather than frame-width.
13860
13861 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
13862 after mode change so effect not lost.
13863
d7aed37c
SM
138642004-03-23 Dave Love <fx@gnu.org>
13865
13866 * dired.el (dired) <defgroup>: Add link to manual.
ead14730 13867 (dired-font-lock-keywords): Add highlighting on unusual permissions.
d7aed37c
SM
13868 (dired-revert): Use dolist.
13869 (dired-mode-map): Add U binding.
13870 (dired-mode): Add font-lock-beginning-of-syntax-function.
13871 (dired-garbage-files-regexp): Make it a defcustom.
13872
138732004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
13876 is equivalent to nil.
13877 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
13878 (vc-arch-mode-line-string): Accept `added' state.
13879 (vc-arch-state): Use inode-sigs if available.
13880 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
13881 Copy&delete existing id file if any. Fallback if uuidgen is absent.
13882 (vc-arch-tagline-re): New var.
13883 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
13884 New functions.
13885 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
13886 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
13887
13888 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
13889 (vc-file-not-found-hook): Use it.
13890
13891 * diff-mode.el (diff-default-read-only): Change default.
13892 (diff-mode-hook): Make it a defcustom. Add some options.
13893 (diff-mode-map): Bind diff-refine-hook.
13894 (diff-yank-handler): New var.
13895 (diff-yank-function): New fun.
13896 (diff-font-lock-keywords): Use them.
13897 (diff-end-of-file): Handle case where file-header looks like diff text.
13898 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
13899 (diff-file-kill): Delete a subsequent empty line, if applicable.
13900 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
13901 (diff-find-file-name): Use it.
13902 (diff-tell-file-name): New command.
13903 (diff-mode): Be careful with view-mode.
13904 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
13905 New functions, for use in diff-mode-hook.
13906 (diff-find-source-location): Catch "regex too large" errors.
13907 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
13908 (diff-refine-hunk): New command.
13909
13910 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
13911 (smerge-context-menu-map): Remove unused var.
13912 (smerge-keep-all): Preserve markers.
13913 (smerge-keep-n): New fun.
13914 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13915 (smerge-keep-current, smerge-ediff): Use it.
13916 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
13917 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
13918 (smerge-resolve): Resolve trivial 3-part conflicts.
13919
ef3e9175
JL
139202004-03-23 Juri Linkov <juri@jurta.org>
13921
13922 * man.el (Man-width): New var.
13923 (Man-getpage-in-background): Use it.
13924 (Man-support-local-filenames): New var and fun.
13925 (Man-build-man-command): Don't add a second %s.
13926 (Man-fontify-manpage): Clean up message.
13927 (Man-mode): Set outline-regexp, outline-level,
13928 imenu-generic-expression.
13929
13930 * woman.el (woman-fill-frame): Doc fix.
13931 (woman-decode-region): Use window-width instead of frame-width.
13932
d7aed37c
SM
13933 * abbrevlist.el (list-one-abbrev-table):
13934 * descr-text.el (describe-char):
13935 * international/mule-diag.el (describe-current-coding-system):
13936 * international/quail.el (quail-insert-decode-map):
13937 Use window-width instead of frame-width.
ef3e9175
JL
13938
13939 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
13940 (jka-compr-mode-alist-additions): Add tbz.
d7aed37c
SM
13941 (jka-compr-write-region, jka-compr-insert-file-contents):
13942 Add message for undefined compress-program.
ef3e9175
JL
13943 (jka-compr-write-region): Remove redundant var bindings.
13944
13945 * dired-x.el (dired-guess-shell-alist-default): Add choices for
13946 extracting files into subdirectory. Add tbz and dz. Fix regexps.
13947 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
13948 (dired-man): Use dired-guess-shell-command.
13949 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
13950 Change default nil to t.
13951
13952 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
13953 (dired-compare-directories): Add default value for empty input.
13954
13955 * help-at-pt.el: Move suggestions for key bindings to Commentary.
13956
13957 * time.el (display-time-string-forms): Fix help-echo date format.
13958
d4411cef
LT
139592004-03-22 Luc Teirlinck <teirllm@auburn.edu>
13960
d7aed37c 13961 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
d4411cef
LT
13962 (buffer-stale-function): New variable.
13963 (auto-revert-list-diff, auto-revert-dired-file-list)
13964 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
13965 (auto-revert-handler): Take over some functionality of deleted
13966 functions.
13967 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
13968
b6ea9927
LT
13969 * dired.el (dired-directory-changed-p): New fun, extracted from
13970 dired-internal-noselect.
13971 (dired-buffer-stale-p): New fun.
d4411cef
LT
13972 (dired-internal-noselect): Use dired-directory-changed-p.
13973 Eliminate revert messages.
13974 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
13975
39cc05f5 139762004-03-23 Kenichi Handa <handa@m17n.org>
d6af0bff
KH
13977
13978 * international/characters.el: Setup syntaxes for more parentheses
13979 Unicode characters.
6aa69bd7 13980
d7aed37c
SM
13981 * international/mule-cmds.el (select-safe-coding-system):
13982 Merge coding-system and auto-cs before comparing them.
6aa69bd7 13983
d08c4c28
SM
139842004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13985
13986 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
13987
13988 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13989 normal-auto-fill-function and comment-indent-function.
13990 The default values now work just as well.
13991 Don't set font-lock-beginning-of-syntax-function since we already set
13992 syntax-begin-function.
13993 (lisp-outline-level): Put ;;;###autoload at same level as (.
13994 (prin1-char): Quote special chars.
13995
13996 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
13997 than with-no-warnings.
13998
13999 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
14000 if the source location can't be found.
14001 (edebug-compute-previous-result): Use prin1-char.
14002
575f6118 14003 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
d08c4c28
SM
14004 (debug-ignored-errors): Add an entry.
14005
14006 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
14007 (byte-compile-file): Output warning when deleting a file.
14008
14009 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
14010 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
14011
14012 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
14013 (byte-compile-inline-expand): Use backquote.
14014 (byte-optimize-pure-func): Rename from byte-optimize-concat.
14015 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
14016
14017 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
14018
14019 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
14020
8f7ea687
JL
140212004-03-22 Juri Linkov <juri@jurta.org>
14022
14023 * finder.el (finder-known-keywords): Fix data, tex, unix.
14024
14025 * play/landmark.el: Fix keywords.
14026
14027 * language/ethio-util.el (ethio-find-file): Doc fix.
14028
14029 * emacs-lisp/warnings.el: Doc fix.
14030
14031 * textmodes/ispell.el (ispell-help): Doc fix.
14032
19e580b4
LT
140332004-03-21 Luc Teirlinck <teirllm@auburn.edu>
14034
14035 * format.el (format-insert-file): Always return a list of two
14036 elements, like insert-file-contents does.
14037
091ec192
AS
140382004-03-21 Andre Spiegel <spiegel@gnu.org>
14039
675254bc 14040 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
091ec192
AS
14041 and vc-BACKEND-diff.
14042 (vc-print-log): If the print-log implementation supports it, use
14043 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
14044 (vc-version-diff, vc-diff-internal): Doc fixes.
14045
14046 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19e580b4 14047 implementation supports it, let diff output go to *vc*,
091ec192
AS
14048 not *vc-diff*, since this is an internal call.
14049
d08c4c28 14050 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
091ec192
AS
14051
14052 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
14053
14054 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19e580b4 14055
942269e7
JB
140562004-03-21 Dave Love <fx@gnu.org>
14057
d08c4c28
SM
14058 * progmodes/cfengine.el (cfengine-mode):
14059 Set parse-sexp-ignore-comments.
942269e7
JB
14060
14061 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
14062
f134d28b
JB
140632004-03-21 Juanma Barranquero <lektu@terra.es>
14064
14065 * allout.el (allout-mode): Fix docstring.
14066
a2ac68f1
LT
140672004-03-20 Luc Teirlinck <teirllm@auburn.edu>
14068
8f8607be
LT
14069 * files.el (insert-directory): Fix bug if SWITCHES is a list.
14070
a2ac68f1
LT
14071 * autorevert.el (auto-revert-interval): Make new value take
14072 effect immediately when set through Custom.
14073 (auto-revert-set-timer): Add interactive declaration.
14074
31da0380
KS
140752004-03-19 David Ponce <david@dponce.com>
14076
d08c4c28
SM
14077 * ruler-mode.el (ruler-mode-header-line-format-old):
14078 Don't `make-variable-buffer-local'.
31da0380
KS
14079 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
14080 (ruler-mode-header-line-format): Simply funcall the above.
14081 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
14082 to save/restore a previous header line format.
14083 (ruler-mode-space): Don't depend on a numeric WIDTH value.
14084 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
14085 fringes and margins width.
942269e7 14086 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
31da0380 14087
d08c4c28
SM
140882004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * log-edit.el (log-edit-font-lock-keywords): Typo.
14091
14092 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
14093 (tex-send-tex-command): Rather than here.
14094 (tex-compilation-parse-errors): Simplify.
14095
14096 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
14097
14098 * time.el (display-time-string-forms): Add help-echo with date on time.
14099
14100 * composite.el (compose-region): Use restore-buffer-modified-p.
14101
14102 * disp-table.el (standard-display-8bit): Simplify.
14103
14104 * server.el (server-process-filter): Delete temp frame.
14105
14106 * add-log.el (add-change-log-entry): Simplify.
14107
45dbfc84
KS
141082004-03-19 Kim F. Storm <storm@cua.dk>
14109
36bc84aa 14110 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
ec952fde 14111 (hexl-follow-line): Don't require 'fringe.
36bc84aa 14112
45dbfc84
KS
14113 * progmodes/compile.el (compilation-start): Always set
14114 compilation-last-buffer and return it.
14115
b2a737cd
LT
141162004-03-17 Luc Teirlinck <teirllm@auburn.edu>
14117
14118 * simple.el (clone-buffer): Doc fix.
14119
7ab91c5f
JB
141202004-03-18 Juanma Barranquero <lektu@terra.es>
14121
14122 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
14123
37264101
SM
141242004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 * log-edit.el (log-edit-font-lock-keywords): New var.
14127 (log-edit-mode): Use it.
14128
feaa7f5c
NR
141292004-03-17 Nick Roberts <nick@nick.uklinux.net>
14130
14131 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
14132 properly for watching in speedbar.
14133
935ce7ca
MY
141342004-03-17 Masatake YAMATO <jet@gyve.org>
14135
37264101
SM
14136 * smerge-mode.el (smerge-popup-context-menu):
14137 Put `unwind-protect' around `overlay-put' and `popup-menu'.
14138
141392004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
14142 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
14143 Take sealed revisions into account.
14144 (vc-arch-checkin): Extract a summary line from the message.
935ce7ca 14145
0f214cdf
MY
141462004-03-16 Masatake YAMATO <jet@gyve.org>
14147
14148 * register.el (register): Provide `register' feature.
14149
11ece56b
MY
141502004-03-15 Masatake YAMATO <jet@gyve.org>
14151
14152 Added context menu support in smerge mode.
14153 Most of the part is written by Stefan Monnier.
0820b1f6
SM
14154
14155 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
14156 New keymap and menu.
11ece56b
MY
14157 (smerge-text-properties): New function.
14158 (smerge-remove-props): New function.
14159 (smerge-popup-context-menu): New function.
14160 (smerge-resolve): Call `smerge-remove-props'.
0820b1f6 14161 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11ece56b
MY
14162 (smerge-keep-current): Ditto.
14163 (smerge-kill-current): New function.
0820b1f6
SM
14164 (smerge-match-conflict): Put text properties.
14165 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11ece56b 14166
0eeebaf5
MY
141672004-03-15 David Ponce <david@dponce.com>
14168
14169 * ruler-mode.el: (ruler-mode-left-fringe-cols)
14170 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
14171 (ruler-mode-right-scroll-bar-cols): Remove.
14172 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
0820b1f6
SM
14173 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
14174 Use fringe-columns and scroll-bar-columns.
0eeebaf5 14175
9fd76d04
MY
141762004-03-15 Masatake YAMATO <jet@gyve.org>
14177
14178 * hl-line.el (hl-line-range-function): New variable.
14179 (hl-line-move): New function.
14180 (global-hl-line-highlight): Use `hl-line-move'.
14181 (hl-line-highlight): Ditto.
14182
0820b1f6
SM
14183 * scroll-bar.el (scroll-bar-columns):
14184 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9fd76d04
MY
14185
14186 * ruler-mode.el (top-level): Require scroll-bar and fringe.
14187 (ruler-mode-left-fringe-cols)
14188 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
14189 (ruler-mode-right-scroll-bar-cols)
14190 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
14191 (ruler-mode-ruler-function): New variable.
14192 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
14193 if the value for `ruler-mode-ruler-function'is given.
14194
14195 * hexl.el (hexl-mode-hook): Make the hook customizable.
9b05111d 14196 (hexl-address-area, hexl-ascii-area): New customize variables.
0820b1f6 14197 (hexlify-buffer): Put font-lock-faces on the address area and
9fd76d04
MY
14198 the ascii area.
14199 (hexl-activate-ruler): New function.
14200 (hexl-follow-line): New function.
14201 (hexl-highlight-line-range): New function.
14202 (hexl-mode-ruler): New function.
14203
0820b1f6
SM
142042004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
14207 (vc-default-find-file-hook): New fun.
14208 (vc-find-file-hook): Call new find-file-hook operation.
14209
14210 * vc-arch.el: New file.
14211
5109b06a
EZ
142122004-03-12 Jesper Harder <harder@ifa.au.dk>
14213
14214 * info-look.el (info-lookup): Reuse an existing Info window.
14215
1239851c
EZ
142162004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14217
14218 * woman.el (woman-preserve-ascii): Default value changed to t and
14219 doc string revised.
14220
e69cfac2
RS
142212004-03-12 Richard M. Stallman <rms@gnu.org>
14222
14223 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14224 Fix minor bug.
14225
14226 * replace.el (occur-engine): Change message for count of matches.
14227
14228 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
14229 For strings, do compare text properties.
14230
fbc4d3bd
SM
142312004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
14232
14233 * progmodes/compile.el (compile-auto-highlight)
14234 (compilation-error-list, compilation-old-error-list)
14235 (compilation-parse-errors-function, compilation-parsing-end)
14236 (compilation-error-message, compilation-directory-stack)
14237 (compilation-enter-directory-regexp-alist)
14238 (compilation-leave-directory-regexp-alist)
14239 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
14240 (compilation-current-file, compilation-regexps): Remove vars.
14241
14242 (compile-error-at-point, compilation-error-filedata)
14243 (compilation-error-filedata-file-name, compile-reinitialize-errors)
14244 (compilation-next-error-locus, compilation-forget-errors)
14245 (count-regexp-groupings, compilation-parse-errors)
14246 (compile-collect-regexps, compile-buffer-substring): Remove funs.
14247
14248 (compile-internal): Make obsolete.
14249
14250 (compilation-first-column, compilation-error)
14251 (compilation-directory-matcher, compilation-page-delimiter)
14252 (compilation-mode-font-lock-keywords, compilation-debug)
14253 (compilation-error-face, compilation-warning-face)
14254 (compilation-info-face, compilation-line-face)
14255 (compilation-column-face, compilation-enter-directory-face)
14256 (compilation-leave-directory-face, compilation-skip-threshold)
14257 (compilation-skip-visited, compilation-context-lines): New vars.
14258
14259 (compilation-warning-face, compilation-info-face)
14260 (compilation-message-face): New faces.
14261
14262 (compilation-error-regexp-alist-alist): New constant.
14263
14264 (compilation-face, compilation-directory-properties)
14265 (compilation-assq, compilation-error-properties, compilation-start)
14266 (define-compilation-mode, compilation-loop)
14267 (compilation-set-window): New functions.
14268
14269 (compile): Additional argument for interactive compiles like TeX.
14270
14271 * progmodes/grep.el (kill-grep): Move here from compile.el
14272 (grep-error, grep-hit-face, grep-error-face)
14273 (grep-mode-font-lock-keywords): New variables.
14274 (grep-regexp-alist): Simplify regexp and add `binary' case.
14275 (grep-mode): New mode.
14276 (grep-process-setup): Simplify.
14277
f6a20b2c
JR
142782004-03-11 Jason Rumney <jasonr@gnu.org>
14279
14280 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
14281 letters on DOS/Windows.
14282
61042632
SM
142832004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * server.el (server-name): New var.
14286 (server-socket-dir): New var to replace server-socket-name.
14287 (server-start): Use them.
14288
2ceed428
SJ
142892004-03-11 Simon Josefsson <jas@extundo.com>
14290
14291 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
14292 died to avoid infloop. Reported by Jonathan Glauner
14293 <jglauner@sbum.org>.
14294
61042632
SM
142952004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
14298 (smerge-mode-menu): Use it to deactivate menu entries.
14299 (smerge-keep-current): New fun.
14300 (smerge-keep-current): Use it.
14301
d544d2ca
JPW
143022004-03-10 John Paul Wallington <jpw@gnu.org>
14303
61042632 14304 * foldout.el (foldout-fold-list, foldout-modeline-string):
d544d2ca
JPW
14305 Declare them as variables, not constants.
14306
197d4ebc
VJL
143072004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14308
14309 * ps-print.el: Modification to print *Messages* buffer.
14310 (ps-print-version): New version 6.6.4.
14311 (ps-message-log-max): New fun.
14312 (ps-spool-without-faces, ps-spool-with-faces)
14313 (ps-count-lines-preprint): Code fix.
14314
1f5a8e4a
VJL
14315 * printing.el: New tips in Tips section.
14316
739ce395
VJL
143172004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14318
14319 * delim-col.el: Doc fix.
14320
14321 * printing.el: Doc fix. New doc section (Tips).
14322
2c8155f7
SM
143232004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * type-break.el (type-break-emacs-variant): Remove.
14326 (type-break-run-at-time, type-break-cancel-function-timers):
14327 Use fboundp rather than version name and number.
14328
4f918f60
MY
143292004-03-09 Masatake YAMATO <jet@gyve.org>
14330
2c8155f7 14331 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4f918f60
MY
14332 `make-variable-buffer-local'.
14333
1a9c959b
MA
143342004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
14335
14336 * find-dired.el (find-dired): Call `shell-command' instead of
14337 `start-process-shell-command'. By this, Tramp takes over
14338 handling of remote directories.
14339
5895f7fd
SM
143402004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14341
0820b1f6
SM
14342 * newcomment.el (comment-use-global-state): New var.
14343 (comment-search-forward): Use it.
14344
14345 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
14346
5895f7fd
SM
14347 * cus-edit.el (fill) <defgroup>: Move to fill.el.
14348
14349 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
14350 (enable-kinsoku): Make it a defcustom.
14351 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
14352 paragraph to same-comment-start-marker.
14353
651f4d9f
EZ
143542004-03-07 Dave Love <fx@gnu.org>
14355
14356 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
14357 (browse-url-mail): Use it.
14358
5895f7fd 14359 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
651f4d9f
EZ
14360 (rfc2368-unhexify-string): Use replace-regexp-in-string.
14361
372713e6
EZ
143622004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14363
14364 * woman.el (woman-man.conf-path): Doc fix.
14365 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
14366
a6eeaa81 143672004-03-07 Eli Zaretskii <eliz@gnu.org>
263d3d5d
EZ
14368
14369 * sort.el (sort-columns): Remove ms-dos from the list of systems
14370 where the external `sort' command is not used.
14371
d90ee664
KS
143722004-03-07 Kim F. Storm <storm@cua.dk>
14373
14374 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
14375 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
14376 from overlay-arrow-variable-list.
5895f7fd 14377 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
d90ee664 14378
0d3cb997
NR
143792004-03-06 Nick Roberts <nick@nick.uklinux.net>
14380
14381 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
14382 overlay arrow string properly for the assembler buffer.
14383
5895f7fd
SM
143842004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * mail/sendmail.el (mail-mode): Fix last change.
14387
06884a35
NR
143882004-03-05 Nick Roberts <nick@nick.uklinux.net>
14389
14390 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
14391 for the assembler buffer.
14392 (gdb-assembler-custom): Position the overlay arrow.
14393 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
14394
032cbf90
SM
143952004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
14396
5895f7fd
SM
14397 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
14398
14399 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
14400 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
14401
032cbf90
SM
14402 * mail/sendmail.el (mail-mode): Set comment-start-skip.
14403
14404 * newcomment.el (uncomment-region): Allow non-terminated comment.
14405 (comment-normalize-vars): Check the user-specified comstart marker.
14406
2e8d40a1
RS
144072004-03-04 Jesper Harder <harder@ifa.au.dk>
14408
14409 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
14410 Otherwise, do use it if the region only contains font-lock text
14411 properties.
14412
01ff9136
MY
144132004-03-04 Masatake YAMATO <jet@gyve.org>
14414
14415 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
14416 as the callback function for eldoc.
14417 (hexl-print-current-point-info): New function.
032cbf90 14418 (hexl-current-address): Print the address in both decimal
01ff9136
MY
14419 and hexadecimal format.
14420
04a6e76b
RS
144212004-03-04 Richard M. Stallman <rms@gnu.org>
14422
14423 * mail/rmail.el (rmail-convert-to-babyl-format):
14424 Specify t for UNIBYTE when calling mail-unquote-printable-region.
14425
14426 * mail/mail-utils.el (mail-unquote-printable-region):
14427 New arg UNIBYTE.
14428
14429 * startup.el (command-switch-alist): Doc fix.
14430
14431 * simple.el (undo): Temporarily set this-command to `undo-start',
14432 then set it to `undo' once undo-start returns without error.
14433
14434 * simple.el (minibuffer-history-sexp-flag): Doc fix.
14435
14436 * simple.el (kill-line): Don't disregard trailing whitespace
14437 in eol condition, if show-trailing-whitespace is set.
14438
14439 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
14440 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
14441 When disabling, restore old values only if mouse-sel-has-been-enabled.
14442
14443 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
14444 (isearch-{-char): New function.
14445 (isearch-mode-map): Bind { to isearch-{-char.
14446
14447 * font-lock.el (lisp-font-lock-keywords-2):
14448 Turn off the CL with-... and do-... general patterns.
14449 Instead, recognize several specific with... and do... constructs.
032cbf90
SM
14450
14451 * files.el (switch-to-buffer-other-window):
14452 Bind same-window-buffer-names and same-window-regexps to nil.
04a6e76b 14453 (switch-to-buffer-other-frame): Likewise.
032cbf90 14454
5a7139ee
SM
144552004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
14458 recognizing leading comment on code line.
14459
5895f7fd
SM
144602004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
14463 hidden files/directories.
14464
5a7139ee
SM
144652004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
14468 only comment-start (in case the mode hasn't set it).
14469
14470 * Makefile.in (AUTOGENEL): New var.
14471 (bootstrap-prepare): Rename from bootstrap-clean.
14472 Don't remove elc files.
14473 (maintainer-clean): New target.
14474
14475 * xml.el (xml-get-attribute-or-nil): Simplify.
14476
5fe61ed2
JL
144772004-03-02 Juri Linkov <juri@jurta.org>
14478
14479 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
14480 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
14481 URL to prevent their substitution with the environment variable
14482 values by browsers.
14483
71efd3c4
VJL
144842004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14485
14486 * ps-print.el: Doc fix.
14487 (ps-print-version): New version number (6.6.3).
14488 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
14489 Docstring fix.
14490 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
14491 before printing.
14492 (ps-time-stamp-yyyy-mm-dd): New fun.
14493 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
14494
d24bc50f
KS
144952004-03-02 Kim F. Storm <storm@cua.dk>
14496
14497 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
14498
05f1c4ec
JB
144992004-03-01 Juanma Barranquero <lektu@terra.es>
14500
45435c0e
JB
14501 * allout.el (allout-rebullet-heading): Fix typo in docstring.
14502
05f1c4ec
JB
14503 * desktop.el (desktop-file-version)
14504 (desktop-after-read-hook): Fix typos.
14505 (desktop-clear-preserve-buffers): Remove redundant info in
14506 docstring already shown by the obsolescence message.
14507 (desktop-truncate, desktop-internal-v2s)
d8d95bc7 14508 (desktop-value-to-string): Change argument name to match docstring.
05f1c4ec
JB
14509
14510 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
14511
14512 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
14513 docstring.
14514
acc037ba
VJL
145152004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14516
b8d955f4
VJL
14517 * printing.el: Replace "As Is..." in PostScript file print/preview by
14518 "No Preprocessing...". Suggested by Colin Marquardt
cd930256 14519 <_marquardt_@zmd.de>.
b8d955f4 14520 (pr-insert-section-4): Adjust buffer interface.
acc037ba 14521
5ec2cc41 145222004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9e6e8d1a 14523
5ec2cc41
KG
14524 Version 2.0.39 of Tramp released.
14525
14526 * net/tramp.el (tramp-handle-file-local-copy)
d8d95bc7
SM
14527 (tramp-handle-write-region, tramp-open-connection-rsh):
14528 Variable name typo. Small change. From Patrick Tullmann
5ec2cc41
KG
14529 <tullmann@flux.utah.edu>.
14530 (tramp-process-connection-type): New variable.
14531 (tramp-maybe-open-connection): Use it.
d8d95bc7 14532 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5ec2cc41 14533 (tramp-touch): Set last-modified time of a remote file.
d8d95bc7 14534 (tramp-handle-write-region): Say which function is used when encoding.
5ec2cc41 14535
5ec2cc41
KG
145362004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
14537
14538 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
14539 case of non-existing filename, too. Reported by Christoph Bauer
14540 <c_bauer@informatik.uni-kl.de>.
14541 (tramp-smb-get-file-entries): The directory in question should
14542 have permissions "drwxrwxrwx". Just virtual, because we don't
14543 know the real permissions. Don't we know?
14544 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
14545 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
14546 (tramp-smb-wait-for-output): Optimize algorithm getting pending
14547 output. If it was received chunkwise, there have been problems.
14548 Remove the "prompt not found" error message; it is obvious.
14549 Simplify algorithm.
d8d95bc7 14550 (tramp-smb-process-running): Remove. Since we acknowledge the
5ec2cc41
KG
14551 virtual prompt for shares, there's no need for distinction of
14552 reading shares (process ends afterwards) and interactive mode of
14553 smblient.
14554 (tramp-smb-open-connection): Setting process sentinel removed.
14555 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
14556 "NT_STATUS_NETWORK_ACCESS_DENIED".
14557 (tramp-smb-maybe-open-connection): Set `process-connection-type'
14558 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
14559 (top-level): Setting default value in `tramp-default-method-alist'
d8d95bc7 14560 corrected. Order of USER and HOST have been wrong.
d08c4c28 14561 Nobody complained for months ...
d8d95bc7
SM
14562 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
14563 (tramp-smb-open-connection): Clear password cache if login has failed.
14564
14565 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5ec2cc41
KG
14566 `tramp-unified-filenames'.
14567 (tramp-completion-mode): Make test for XEmacs explicitely.
d8d95bc7
SM
14568 `event-to-character' can exists in Emacs packages too.
14569 Reported by Matt Swift <swift@alum.mit.edu>.
5ec2cc41
KG
14570 (tramp-buffer-name): Buffer name must contain the user if exists.
14571 Reported by Adrian Phillips <a.phillips@met.no>.
d8d95bc7
SM
14572 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
14573 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
14574 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5ec2cc41
KG
14575 `tramp-do-copy-or-rename-file-one-local', because it handles also
14576 the case both files use the same out-of-band method.
14577 Implementation added.
14578 (tramp-handle-file-local-copy, tramp-handle-write-region):
14579 Out-of-band handling removed. `copy-file' called instead, which
14580 calls `tramp-do-copy-or-rename-file-out-of-band'.
14581 (tramp-action-password): Check for out-of-band method removed.
14582 This function is used for 'login-program.
14583 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
14584 appropriate.
14585 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
14586 and `tramp-parse-sknownhosts'.
14587 (tramp-completion-function-alist): It's a defvar now, because we
14588 want to apply the optimized `tramp-set-completion-function'
14589 instead of a static list.
d8d95bc7
SM
14590 (tramp-set-completion-function): Implementation tuned.
14591 Avoid double entries, and entries where the function or the
5ec2cc41
KG
14592 file/directory doesn't exist.
14593 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
14594 for SSH2.
14595 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
14596 (tramp-handle-dired-compress-file): New function.
14597 (tramp-async-proc): New variable.
d8d95bc7
SM
14598 (tramp-handle-shell-command): Adding asynchronous processes.
14599 They are far from being perfect, but it works at least for
bf247b6e 14600 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
5ec2cc41
KG
14601 (top-level): Require password.el if visible. Should be mandatory
14602 once No Gnus has found its way into (X)Emacs.
14603 (tramp-read-passwd): Invoke `password-read' if available,
a568a2cc 14604 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5ec2cc41
KG
14605 fallback any longer.
14606 (tramp-clear-passwd): New function.
d8d95bc7
SM
14607 (tramp-process-actions, tramp-process-multi-actions):
14608 Clear password cache if login has failed.
5ec2cc41
KG
14609
14610 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
14611 its own module.
14612 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
14613 `ange-ftp-ftp-name-res'. There could be incorrect values from
14614 previous calls in case the "ftp" method is used in the Tramp file
14615 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14616
ab6d47ea
RS
146172004-02-28 Richard M. Stallman <rms@gnu.org>
14618
14619 * term.el (term-mouse-paste): Call mouse-set-point.
14620
14621 * thumbs.el: New file.
14622
06c97a04
VJL
146232004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14624
9d59cbb0 14625 * progmodes/ebnf-abn.el: Doc fix.
06c97a04 14626
9d59cbb0 14627 * progmodes/ebnf-bnf.el: Doc fix.
7fd08a0a
VJL
14628 (ebnf-repeat): Code fix.
14629
9d59cbb0 14630 * progmodes/ebnf2ps.el: Doc fix.
cd0f9f85 14631 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
97818b07 14632
c0bf9913
JL
146332004-02-28 Juri Linkov <juri@jurta.org>
14634
14635 * ffap.el (dired-at-point): Additional writability test for
14636 relative directory names.
14637 (dired-at-point-prompter): Treat directories as a directory, get
14638 the directory component from files.
d8d95bc7 14639 (ffap-string-at-point): Return string from region if region is active.
c0bf9913
JL
14640 (ffap-file-at-point): Remove redundant code.
14641
ec03e8b3
KS
146422004-02-28 Kim F. Storm <storm@cua.dk>
14643
28eba01f 14644 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
ec03e8b3
KS
14645 Initialize margin area images to nil.
14646 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
14647 (breakpoint-enabled-bitmap-face)
14648 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
14649 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
14650 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
14651 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
14652 (gdb-reset): Use gdb-remove-breakpoint-icons.
14653 (gdb-put-string): Add dprop arg to specify alternative display
14654 property (for setting fringe bitmap).
14655 (gdb-remove-strings): Doc fix.
14656 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
14657 icon in fringe (if available), or else as icon or text in display
14658 margin. Creates necessary icons in breakpoint-bitmap,
d8d95bc7
SM
14659 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
14660 Also make left window margin if required.
ec03e8b3
KS
14661 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
14662 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
14663 no longer needed.
14664 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
14665 gdb-put-breakpoint-icon.
14666 (gdb-assembler-mode): Don't set left-margin-width here.
14667
9022d421
EZ
146682004-02-27 Kevin Ryde <user42@zip.com.au>
14669
14670 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
d8d95bc7 14671 comma, so that it DTRT in macros.
9022d421 14672
5d18b953
EZ
146732004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
14674
14675 * progmodes/sh-script.el (sh-shell-arg)
14676 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
14677 (sh-leading-keywords, sh-other-keywords): Fix custom type.
14678
328419c1
EZ
146792004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
14680
28eba01f
JB
14681 * faces.el (face-spec-set-match-display): Add a new attribute,
14682 `min-colors'.
9e6e8d1a 14683 (region, highlight, secondary-selection): Use `min-colors'.
328419c1
EZ
14684
14685 * custom.el (defface): Add documentation for `min-colors'.
14686
14687 * font-lock.el (font-lock-comment-face, font-lock-string-face)
14688 (font-lock-keyword-face, font-lock-function-name-face)
d8d95bc7
SM
14689 (font-lock-variable-name-face, font-lock-constant-face):
14690 Use `min-colors'.
328419c1 14691
d8d95bc7 14692 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
328419c1 14693
ea946fcc
VJL
146942004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14695
9d59cbb0
VJL
14696 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
14697 define assq-delete-all if it's not defined.
ea946fcc
VJL
14698 (ebnf-generate-region): Code fix.
14699
449cba44
VJL
14700 * printing.el: Doc fix.
14701 (pr-version): New version number (6.7.2).
14702 (pr-command): Return empty string if command is an empty string.
14703
ac4780a1
VJL
147042004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14705
9d59cbb0 14706 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
ac4780a1 14707
9d59cbb0
VJL
14708 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
14709 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
14710 semi-down-full. Fix a bug on productions like test = {"test"}* | (
14711 "tt" ["test"] ). Reported by Markus Dreyer
14712 <mdreyer@ix.urz.uni-heidelberg.de>.
ac4780a1
VJL
14713 (ebnf-version): New version number (4.0).
14714 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
14715 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
14716 (ebnf-delete-style): New commands.
14717 (ebnf-directory, ebnf-file): New funs.
14718 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
14719 (ebnf-production-name-p, ebnf-stop-on-error): New options.
14720 (ebnf-syntax-alist): New var.
14721 (ebnf-element-width): New fun replacing ebnf-list-width.
14722 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
14723 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
14724 (ebnf-prologue): Adjust vars.
14725 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
14726 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
14727 (ebnf-check-style-values, ebnf-generate-production)
14728 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
14729 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
14730 (ebnf-token-repeat): Code fix.
14731
9d59cbb0
VJL
14732 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
14733 %right, %left and %prec. Suggested by Matthew K. Junker
14734 <junker@alum.mit.edu>.
ac4780a1
VJL
14735 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
14736
9d59cbb0 14737 * progmodes/ebnf-iso.el: Doc fix.
ac4780a1
VJL
14738 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
14739 (ebnf-iso-lex): Code fix.
14740
9d59cbb0 14741 * progmodes/ebnf-bnf.el: Doc fix.
ac4780a1
VJL
14742 (ebnf-bnf-lex): Code fix.
14743
9d59cbb0 14744 * progmodes/ebnf-otz.el: Doc fix.
ac4780a1 14745
92f5fba2
LT
147462004-02-23 Luc Teirlinck <teirllm@auburn.edu>
14747
14748 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
14749 (abbrev-prefix-mark): Doc fix.
14750
baf92c0d
NR
147512004-02-23 Nick Roberts <nick@nick.uklinux.net>
14752
14753 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
14754 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
14755 (gdb-var-delete): Make interactive (really).
14756 (gdb-edit-value): Make non-interactive.
14757
d8d95bc7
SM
14758 * progmodes/gud.el (gud-speedbar-menu-items):
14759 Add gdb-var-delete and, indirectly, gdb-edit-value.
14760 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
baf92c0d
NR
14761 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
14762 (gud-gdb-marker-filter): Add comment for annotations.
14763
4c635ea3
GM
147642004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14765
14766 * calendar/calendar.el (generate-calendar)
14767 (calendar-read-date): Prevent display of BC calendars once more -
14768 reverts 2003-10-01 change.
14769 (generate-calendar-month): Doc fix.
14770
147712004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
14772
14773 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
14774 return value of increment-calendar-month.
14775
4effffca
EZ
147762004-02-21 Stephen Compall <s11@member.fsf.org>
14777
14778 * saveplace.el (save-place-forget-unreadable-files)
d8d95bc7 14779 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4effffca
EZ
14780 (save-place-forget-unreadable-files): New function.
14781 (save-place-alist-to-file): Use it to filter out files that are
14782 no longer readable.
235de372
EZ
14783
14784 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
14785 current Texinfo environment, using the same method as in
14786 `texinfo-insert-@end', and insert a space rather than a newline if
14787 point in a @table environment.
14788
7e1626fb
EZ
147892004-02-21 Juri Linkov <juri@jurta.org>
14790
14791 * ffap.el (ffap-file-at-point): Try parent directories.
14792
69e82404
EZ
147932004-02-21 Klaus Zeitler <kzeitler@lucent.com>
14794
14795 * vcursor.el (vcursor-modifiers): New defcustom.
14796 (vcursor-cs-binding): Use vcursor-modifiers instead of a
14797 hard-coded list.
14798
8bcfd13b
EZ
147992004-02-21 Masatake YAMATO <jet@gyve.org>
14800
14801 * play/animate.el (animate-birthday-present): Accept names other
14802 than `Sarah', too.
14803
32e51983
EZ
148042004-02-21 Juri Linkov <juri@jurta.org>
14805
14806 * startup.el: Remove table of command line arguments from the
14807 Commentary section.
14808
36b0f52b
JW
148092004-02-20 John Wiegley <johnw@newartisans.com>
14810
d8d95bc7 14811 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
36b0f52b
JW
14812 again" modifier from 'e' to 'E', since 'e' is also used by the
14813 "file extension" modifier.
14814
923c1e6f
LT
148152004-02-19 Luc Teirlinck <teirllm@auburn.edu>
14816
14817 * help-fns.el (describe-categories): Doc fix.
14818
6d2986fb
MK
148192003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14820
14821 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
14822 temporary file for buffer already visiting one. This change makes
14823 output likely to be directly usable by patch program.
14824 Suggested by Adrian Aichner <adrian@xemacs.org>
923c1e6f 14825
5223afda
NR
148262004-02-20 Nick Roberts <nick@nick.uklinux.net>
14827
14828 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
14829 case of variables defined in compound statements.
d8d95bc7
SM
14830 (gdb-setup-windows, gdb-source-info, gdb-source-info):
14831 Simplify constructions using switch-to-buffer.
5223afda 14832
507c5deb
SJ
148332004-02-19 Simon Josefsson <jas@extundo.com>
14834
14835 * play/morse.el: Fix typo.
14836 (morse-code): Add @.
14837
e306dc9f
GM
148382004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14839
14840 * calendar/appt.el (appt-display-format): Change default to
28eba01f 14841 'ignore, for backwards compatibility.
e306dc9f
GM
14842 (appt-display-message): If appt-display-format is 'ignore,
14843 respect old vars appt-msg-window and appt-visible.
14844 (appt-activate): Don't depend on return value of cancel-timer.
14845
14846 * calendar/calendar.el (calendar-holidays): Doc fix.
14847
b15aa9f9
SM
14848 * calendar/cal-coptic.el (coptic-prompt-for-date):
14849 Use assoc-string instead of assoc-ignore-case.
e306dc9f
GM
14850 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
14851 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
14852 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
14853 * calendar/cal-islam.el (calendar-goto-islamic-date)
14854 (mark-islamic-diary-entries): Ditto.
14855 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
14856 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
14857 (calendar-read-mayan-tzolkin-date): Ditto.
14858 * calendar/calendar.el (calendar-read-date): Ditto.
14859 * calendar/diary-lib.el (mark-diary-entries): Ditto.
14860
c6190ba0
MR
148612004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
14862
b15aa9f9
SM
14863 * progmodes/executable.el (executable-command-find-posix-p):
14864 Fix choice of the directory.
c6190ba0 14865
8e5d85ff
LT
148662004-02-17 Luc Teirlinck <teirllm@auburn.edu>
14867
14868 * simple.el (interprogram-cut-function)
14869 (interprogram-paste-function, kill-new, kill-append):
14870 Doc fixes.
14871 (kill-region): Make it return nil. Doc fix.
14872 (yank-pop): Make its argument optional.
14873 (yank): Make ARG `-' equivalent to `-1'.
14874
a6eeaa81 148752004-02-17 Eli Zaretskii <eliz@gnu.org>
ac84042c
EZ
14876
14877 * mail/rmail.el (rmail-get-new-mail): Don't reference
14878 rmail-use-spam-filter if rmail-spam-filter is not loaded.
14879
8a9825f7
LT
148802004-02-16 Luc Teirlinck <teirllm@auburn.edu>
14881
14882 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
14883 if one of global-auto-revert-non-file-buffers or autorevert-mode
14884 is non-nil.
14885
a6eeaa81 148862004-02-16 Eli Zaretskii <eliz@gnu.org>
4e039f3f
EZ
14887
14888 * subr.el (delete-dups): A better implementation from Karl Heuer
14889 <kwzh@gnu.org>.
14890
279dffd6
EZ
148912004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14892
14893 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
43e48bda
LT
14894 correct place.
14895 * progmodes/icon.el (icon-indent-command): Ditto.
279dffd6
EZ
14896 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
14897
a6eeaa81 148982004-02-16 Eli Zaretskii <eliz@gnu.org>
8c094106
EZ
14899
14900 * progmodes/grep.el (grep-compute-defaults): Undo change from
14901 2004-01-29: don't use executable-command-find-posix-p.
14902
c33b76da
EZ
149032004-02-16 Richard Sharman <rsharman@pobox.com>
14904
14905 * hilit-chg.el: Use require instead of eval-and-compile.
14906 (highlight-compare-buffers): New function.
14907
1c0ecbc4
EZ
149082004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
14909
14910 * man.el (Man-fontify-manpage): Render section headings in
14911 `Man-overstrike-face' even when overstrike was not used by man
14912 formatter for section headings.
14913
88fcbeaa
EZ
149142004-02-16 Eli Tziperman <eli@deas.harvard.edu>
14915
14916 * rmail-spam-filter.el: (vm-use-spam-filter)
14917 (rsf-min-region-length-added-to-spam-list): New variables.
b15aa9f9 14918 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
d8d95bc7 14919 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
88fcbeaa
EZ
14920 spam testing. Don't delete spam message if automatic deletion
14921 after output via variable rmail-delete-after-output is turned on.
b15aa9f9 14922 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
88fcbeaa
EZ
14923 rsf-bbdb-dont-create-entries-for-spam.
14924 (check-field): New function, extracted from code in
d08c4c28 14925 rmail-spam-filter to ease addition of header fields like content-type.
88fcbeaa
EZ
14926 (message-content-type): New variable to check the content-type:
14927 field added, also in defcustom of rsf-definitions-alist.
14928 (rmail-spam-filter): Replace repeated test code for header fields
14929 by calls to check-field; change the call to
14930 rmail-output-to-rmail-file such that rmail-current-message stays
b15aa9f9 14931 the same to avoid wrong deletion of unseen flags.
88fcbeaa
EZ
14932 (rsf-add-contents-type): New function to convert old format
14933 of rmail-spam-definitions-alist into new one.
b15aa9f9 14934 Change prefixes of all variables and functions from
88fcbeaa
EZ
14935 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
14936
a6eeaa81 149372004-02-16 Eli Zaretskii <eliz@gnu.org>
dffc4dfc
EZ
14938
14939 * loadhist.el (unload-hook-features-list): New defvar.
14940
0ca9aa8f
EZ
149412004-02-16 Dave Love <fx@gnu.org>
14942
14943 * loadhist.el (unload-feature): Doc fix. Rename flist to
14944 unload-hook-features-list.
14945
28eba01f 149462004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7b5368c1
EZ
14947
14948 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
14949 cookie. Don't check if we are looking-at open-formula.
14950
ca4bc494
EZ
149512004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
14952
14953 * subr.el (match-string-no-properties): Use substring-no-properties.
14954
a6eeaa81 149552004-02-16 Eli Zaretskii <eliz@gnu.org>
740b7c2d
EZ
14956
14957 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
b15aa9f9
SM
14958 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
14959 Use lower-case "rx" in all error message.
740b7c2d
EZ
14960
149612004-02-16 Dave Love <fx@gnu.org>
14962
14963 * emacs-lisp/rx.el (rx-or): Put group around result.
14964 (rx-constituents): Add backref.
14965 (rx-syntax): Add string-delimiter, comment-delimiter.
14966 (rx-categories): Add combining-diacritic.
14967 (rx-check-not, rx-greedy, rx): Doc fix.
14968 (rx-backref, rx-check-backref): New.
14969
065b7364
EZ
149702004-02-16 Jesper Harder <harder@ifa.au.dk>
14971
14972 * newcomment.el (uncomment-region): Allow eob as comment end.
14973
0eee131e 149742004-02-16 Jari Aalto <jari.aalto@poboxes.com>
bbc66b08
EZ
14975
14976 * filecache.el: All message and error commands now use prefix
14977 "Filecache:" to make it easy to read *Messages* buffer.
14978
fb94f75f
EZ
149792004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14980
d08c4c28
SM
14981 * autorevert.el: Add support to detect changed dired and VC buffers.
14982 (auto-revert-active-p, auto-revert-list-diff)
fb94f75f
EZ
14983 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
14984 (auto-revert-handler, auto-revert-active-p): New functions.
b15aa9f9 14985 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
fb94f75f 14986 and `auto-revert-active-p'.
4e664f62
EZ
14987 (eval-when-compile): Defvar dired-directory and vc-mode.
14988 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14989 (auto-revert-handler-vc): New functions.
fb94f75f 14990
ebb8cb68
EZ
149912004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14992
14993 * progmodes/compile.el (compilation-directory): New defvar.
14994 (compile): Save current directory in compilation-directory.
14995 (recompile): Bind default-directory to compilation-directory if
14996 that is non-nil.
14997
062a9fce
EZ
149982004-02-16 Dave Love <fx@gnu.org>
14999
8a9825f7 15000 * newcomment.el (comment-insert-comment-function)
a71b3805
EZ
15001 (comment-region-function, uncomment-region-function): New.
15002 (comment-indent): Use comment-insert-comment-function.
15003 (uncomment-region): Use uncomment-region-function.
15004 (comment-region): Use comment-region-function.
15005
062a9fce
EZ
15006 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
15007
f800daf6
EZ
150082004-02-16 Richard Stallman <rms@gnu.org>
15009
15010 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
15011 loaddefs* and ldefs-boot*.
15012
a6eeaa81 150132004-02-16 Eli Zaretskii <eliz@gnu.org>
ca06718d
EZ
15014
15015 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
15016 and email address at the beginning and end of the address.
15017
15018 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
15019 anchored at the beginning of the email address.
15020
f92f5e37
KH
150212004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
15022
15023 * international/ccl.el (ccl-compile-write): Pass `left' to
15024 ccl-embed-code to generate correct code of write-expr-register.
15025
4ae8d76c
TTN
150262004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
15027
15028 * progmodes/grep.el (grep-compute-defaults): Fix typos.
15029
49f87d23
JD
150302004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15031
15032 * x-dnd.el: Mention support for Motif in commentary.
15033 (x-dnd-handle-drag-n-drop-event): Ditto.
15034
584b627e
JY
150352004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
15036
783bcffa
SM
15037 * ses.el: Use "ses--" prefixes for buffer-local variables.
15038 Use (point-min) instead of 1, even when we know the buffer
15039 is unnarrowed.
15040 (ses-build-load-map): Delete. Distribute its content to defconst's for
15041 the three maps.
15042 (ses-menu, ses-header-line-menu): New menus.
15043 (ses-mode-map): Use them.
15044 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
584b627e 15045
84456793
MS
150462004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
15047
b15aa9f9 15048 * Makefile.in: Fix the CC Mode recompile kludge so it works
84456793
MS
15049 when building in a different directory.
15050
7e46b7bf
LT
150512004-02-13 Luc Teirlinck <teirllm@auburn.edu>
15052
783bcffa
SM
15053 * simple.el (kill-new): Put yank-handler property on the entire string.
15054
b15aa9f9
SM
150552004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * diff.el: Don't use compile any more, use diff-mode instead.
15058 (diff-regexp-alist, diff-old-file, diff-new-file)
15059 (diff-parse-differences, diff-process-setup): Remove.
15060 (diff-sentinel): New fun.
15061 (diff): Use it. Run the process ourselves.
15062 Use diff-mode for the rest of the processing.
15063
15064 * diff.el (diff): Simplify code handling `switch'.
15065
783bcffa
SM
150662004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * pcvs-defs.el (cvs-menu): Add `tag'.
7e46b7bf 15069
6827d730
LT
150702004-02-11 Luc Teirlinck <teirllm@auburn.edu>
15071
fb2dcf04
LT
15072 * simple.el (kill-append): Doc fix.
15073
783bcffa
SM
15074 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15075 Adapt outline-regexp to the new conventions for commenting out code.
6827d730 15076
1cdb6ab4
JPW
150772004-02-11 John Paul Wallington <jpw@gnu.org>
15078
15079 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
15080
4c11f6a8
SM
150812004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 * diff.el (diff-switches): New fun.
15084 (diff, diff-backup): Use it.
15085 (diff): Clean up the args construction. Use backquote.
15086 Use listp instead of consp to avoid putting a nil arg.
d8d95bc7 15087 (diff): Add a revert-buffer function.
4c11f6a8 15088
b9aafad5
JD
150892004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15090
15091 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
d08c4c28 15092 handled by x-dnd-handle-file-name.
b9aafad5
JD
15093 (x-dnd-known-types): Add COMPOUND_TEXT.
15094 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
15095 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
15096 x-dnd-empty-state.
15097 (x-dnd-forget-drop): Ditto.
15098 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
15099 (x-dnd-handle-one-url): Return private when inserting text.
15100 (x-dnd-insert-ctext): New function.
15101 (x-dnd-handle-file-name): New function for FILE_NAME.
15102 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
15103 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
15104 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
15105
3638f0e0
KH
151062004-02-10 Kenichi Handa <handa@m17n.org>
15107
15108 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
15109 instead of while loop.
15110
4d449b11
MB
151112004-02-10 Miles Bader <miles@gnu.org>
15112
15113 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
15114
f73145c1
KH
151152004-02-09 Kenichi Handa <handa@m17n.org>
15116
15117 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
15118 have end-of-line.
15119
7fefaee7
MS
151202004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
15121
15122 * Makefile.in: Added extra dependencies in the recompile target
15123 needed to cope with the compile time macro expansions in CC Mode.
15124
82722af3
KS
151252004-02-09 Kim F. Storm <storm@cua.dk>
15126
15127 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
15128 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
15129 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
15130 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
15131 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
15132 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
15133 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
15134 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
15135 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
15136 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
15137 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
fc4d69e1
SM
15138
151392004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
15142 Don't allow shrink if there's a window on our right.
15143
15144 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
15145 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
15146 Bring together declaration and initialization.
15147 (prolog-mode-variables): Don't set the syntax table.
15148 Don't set paragraph-start and comment-indent-function.
15149 Add /*..*/ to the comment regexps.
15150 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
15151 (prolog-mode-map): Don't bind TAB.
15152 (prolog-mode): Set the syntax table.
15153 (prolog-comment-indent): Remove.
15154 (inferior-prolog-mode-map): Initialize in the declaration.
15155 (inferior-prolog-mode-syntax-table)
15156 (inferior-prolog-mode-abbrev-table): New vars.
15157 (inferior-prolog-mode): Derive from comint-mode.
15158 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
15159 minibuffer windows.
15160
15161 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
15162 in file names, as long as it is unabmiguous.
15163
e1dc18db
AS
151642004-02-08 Andreas Schwab <schwab@suse.de>
15165
15166 * textmodes/reftex-toc.el
15167 (reftex-toc-load-all-files-for-promotion): Remove useless use of
15168 format. Doc fix.
15169
15170 * textmodes/refer.el (refer-find-entry-internal): Remove extra
15171 format string arguments.
15172
15173 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
15174 string argument.
15175
fc4d69e1 15176 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
e1dc18db
AS
15177
15178 * play/zone.el (zone-call): Fix format string.
15179
fc4d69e1 15180 * net/webjump.el (webjump-builtin): Add missing format string argument.
e1dc18db 15181
fc4d69e1 15182 * midnight.el (midnight-delay-set): Remove extra format string argument.
e1dc18db 15183
fc4d69e1 15184 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
e1dc18db
AS
15185
15186 * hexl.el (hexl-insert-char): Add missing format string argument.
15187
15188 * format.el (format-decode): Fix format string.
15189
15190 * emulation/vi.el (vi-mode): Remove extra format string argument.
15191 (vi-repeat-last-search): Likewise.
15192 (vi-reverse-last-search): Likewise.
15193 (vi-goto-mark): Likewise.
15194 (vi-reverse-last-find-char): Likewise.
15195 (vi-repeat-last-find-char): Likewise.
15196 (vi-locate-def): Likewise.
15197
fc4d69e1 15198 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
e1dc18db
AS
15199
15200 * ediff-util.el (ediff-toggle-read-only): Remove extra format
15201 string argument.
15202 (ediff-toggle-regexp-match): Likewise.
15203
15204 * dired-aux.el (dired-do-query-replace-regexp): Add missing
15205 format string argument.
15206
15207 * calc/calc-map.el (calc-get-operator): Remove extra format
15208 string argument.
15209
15210 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
15211
15212 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
15213 string argument.
15214
15215 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
15216
fc4d69e1 15217 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
e1dc18db 15218
fc4d69e1 15219 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
e1dc18db 15220
fc4d69e1 15221 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
e1dc18db
AS
15222 (cl-struct-setf-expander): Likewise.
15223
15224 * vc.el (with-vc-file): Fix unsafe uses of error.
15225 (vc-cancel-version): Likewise.
15226
c35391d1
NR
152272004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
15228
15229 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
15230 thousands separator; fixes <class>:<line-number> regexp for
15231 non-english locales.
15232
ea855511
AS
152332004-02-08 Andreas Schwab <schwab@suse.de>
15234
15235 * view.el (view-mode-enable): Revert previous change.
15236
7fdd1f62
KS
152372004-02-07 Kim F. Storm <storm@cua.dk>
15238
15239 * simple.el (line-number-at-pos): Rename from line-at-pos.
15240 Uses changed (what-line and vc-annotate-warp-version).
15241
783bcffa
SM
152422004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
15245 (diff-mode): Remove aborted attempt at support for compile.el.
15246 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
15247
daa3ea8d
AS
152482004-02-06 Andreas Schwab <schwab@suse.de>
15249
15250 * view.el (view-mode-enable): Add view-mode-map to
15251 minor-mode-overriding-map-alist.
15252
14ca8854
JD
152532004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15254
15255 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
15256
d1345427
SM
152572004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
15258
15259 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
15260 with point inside rather than after the paragraph.
15261
dbfa9ed4
SS
152622004-02-04 Sam Steingold <sds@gnu.org>
15263
15264 * mail/smtpmail.el (smtpmail-try-auth-methods):
15265 Do not try authentication when no mechanism is available.
15266 Pass port-name as defaultport to `netrc-machine'.
15267
12ad758a
SE
152682004-02-04 Stephen Eglen <stephen@gnu.org>
15269
15270 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
15271 to show how minibuffer height can be constrained.
15272
21575d92
JPW
152732004-02-04 John Paul Wallington <jpw@gnu.org>
15274
15275 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
15276
133aad74
JD
152772004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15278
15279 * x-dnd.el: New file for drag and drop.
15280
15281 * term/x-win.el: require x-dnd, set after-make-frame-functions
15282 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
15283 drag-n-drop event.
15284
15285 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
15286 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
15287 (dired-dnd-handle-file): New functions for drag and drop support.
15288 (dired-mode): Initialize drag and drop if x-dnd present.
15289
d1345427
SM
152902004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15291
15292 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
15293 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
15294 (cperl-mode): Set fill-paragraph-function.
15295 (cperl-fill-paragraph): Make it non-interactive.
15296
c010ecfa
BR
152972004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
15298
15299 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
15300
0fc8fa73
DK
153012004-02-02 David Kastrup <dak@gnu.org>
15302
15303 * replace.el (perform-replace): Allow 'literal argument in
15304 regexp-flag to indicate literal replacement.
15305 (query-replace-regexp-eval): Use it.
15306
679be517
AS
153072004-02-01 Andreas Schwab <schwab@suse.de>
15308
d1345427 15309 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
679be517 15310
b3a3e4e1
SE
153112004-02-01 Stephen Eglen <stephen@gnu.org>
15312
15313 * info-look.el: Add support for maxima-mode. Update commentary
15314 because info-lookup-symbol is now bound to C-h S.
15315
11178a06
LT
153162004-01-31 Luc Teirlinck <teirllm@auburn.edu>
15317
15318 * simple.el (edit-and-eval-command): Bind print-level and
15319 minibuffer-history-sexp-flag around call to read-from-minibuffer.
15320 Correct initial position in command-history.
15321
eb996101
LT
153222004-01-30 Luc Teirlinck <teirllm@auburn.edu>
15323
15324 * files.el (read-directory-name): Adapt the docstring to recent
15325 change in Fread_file_name.
15326
9e2d29b6
JY
153272004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
15328
15329 * ses.el (ses-print-cell): If print format too wide for column
15330 width, truncate decimal places if that helps to avoid "#####" fill.
15331 * ses.el (ses-initial-column-width): Revert previous change.
15332
cce5462e 153332004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
ab43c850 15334
cce5462e
SM
15335 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
15336 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
15337 Add edebug info.
15338 (jit-lock-mode): Setup/cancel the new timer.
15339 (jit-lock-context-fontify): New fun. Extracted from
15340 context fontification code of jit-lock-stealth-fontify.
15341 (jit-lock-stealth-fontify): Don't do context fontification any more.
ab43c850 15342
cce5462e
SM
15343 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
15344 (jit-lock-fontify-now): Handle the `quit' case.
15345 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
15346
153472004-01-29 Jari Aalto <jari.aalto@poboxes.com>
15348
15349 * progmodes/executable.el (executable-command-find-posix-p):
15350 New. Check if find handles arguments Posix-style.
15351
15352 * progmodes/grep.el (grep-compute-defaults):
ab43c850 15353 Use executable-command-find-posix-p.
cce5462e 15354 (grep-find): Check `grep-find-command'.
ab43c850 15355
cce5462e 15356 * filecache.el (file-cache-find-posix-p): Delete.
ab43c850 15357 (file-cache-add-directory-using-find):
cce5462e 15358 Use `executable-command-find-posix-p'.
ab43c850
RS
15359
153602004-01-29 Dave Love <fx@gnu.org>
15361
15362 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15363 Iterate the hook function if arg is given.
15364 (mark-defun, narrow-to-defun): Change order of finding the limits.
15365
15366 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
15367 (byte-compile-format-warn): New.
15368 (byte-compile-callargs-warn): Use it.
15369 (Format, message, error): Add byte-compile-format-like property.
15370 (byte-compile-maybe-guarded): New.
15371 (byte-compile-if, byte-compile-cond): Use it.
15372 (byte-compile-lambda): Compile interactive forms,
15373 just to make warnings about them.
15374
100eda14
JY
153752004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
15376
15377 * ses.el (ses-initial-column-width): Increase to 14, so it will
15378 work well with the default printer of "%.7g" for extreme values
15379 like "-1.234567e+07".
15380
3ff05361
KH
153812004-01-29 Kenichi Handa <handa@m17n.org>
15382
15383 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
15384
d57625a0
JR
153852004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
15386
15387 * dos-w32.el: Added support for the `default-printer-name' function.
15388
05e72590
SM
153892004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15390
15391 * server.el (server-socket-name): Don't use the hostname in the
15392 socket name since /tmp is local to the host anyway.
15393
15394 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
15395 robust check of widening and fix var-naming.
15396
f5ea26f8
RS
153972004-01-27 Eli Tziperman <eli@deas.harvard.edu>
15398
15399 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
15400 or rmail-spam- to rsf- in all function and variable names.
15401 (rsf-min-region-to-spam-list): New variable.
05e72590 15402 (rsf-bbdb-auto-delete-spam-entries): Rename from
f5ea26f8
RS
15403 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
15404 scanned together with the recipients field for spam testing; Don't
15405 delete spam message if rmail-delete-after-output is non-nil;
05e72590 15406 (rsf-check-field): New function, extracted from code in
f5ea26f8
RS
15407 rmail-spam-filter to ease addition of header fields like
15408 content-type:;
05e72590 15409 (message-content-type): New variable. The content-type: field was
f5ea26f8
RS
15410 added also in defcustom of rsf-definitions-alist;
15411 (rmail-spam-filter): Replace repeated test code for header fields
15412 by calls to check-field; change the call to
15413 rmail-output-to-rmail-file such that rmail-current-message stays
15414 the same to avoid wrong deletion of unseen flags.
15415 (rmail-use-spam-filter): Add autoload cookie.
15416
05e72590 154172004-01-27 Jari Aalto <jari.aalto@poboxes.com>
f5ea26f8 15418
05e72590
SM
15419 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
15420 (file-cache-add-directory-using-find): Add Cygwin support.
15421 (file-cache-find-command-posix-flag): New user variable.
f5ea26f8 15422
05e72590
SM
15423 * filecache.el (file-cache-add-directory): Check for
15424 directories an remove them from dir-files.
f5ea26f8
RS
15425
154262004-01-27 Richard M. Stallman <rms@gnu.org>
15427
15428 * man.el (Man-fontify-manpage): Clean up message.
15429
f43a0b98
KH
154302004-01-27 Kenichi Handa <handa@m17n.org>
15431
15432 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
15433 (sentence-end): Define using sentence-end-without-space.
15434
05e72590
SM
15435 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
15436 a sentence ends with one of a character in sentence-end-without-space.
f43a0b98 15437
6497a8f8
SM
154382004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * font-lock.el (font-lock): Add jit-lock as explicit group member.
15441 (jit-lock): Group declaration moved to jit-lock.el.
15442 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
15443 when necessary.
15444
15445 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
15446 (jit-lock-context-unfontify-pos): Rename from
15447 jit-lock-first-unfontify-pos.
15448 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
15449
337c50a5
GM
154502004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
15451
6497a8f8
SM
15452 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
15453 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
337c50a5
GM
15454 (fortran-fill): When filling a string, adjust re-search-backward
15455 argument for special case of string just on fill-column.
15456 When filling non-string, allow one extra char if
6497a8f8
SM
15457 fortran-break-before-delimiters is non-nil.
15458 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
337c50a5
GM
15459 Use fortran-break-delimiters-re and fortran-no-break-re to
15460 correctly handle cases such as "**".
15461
15462 * progmodes/f90.el (f90-break-delimiters): Doc fix.
15463 (f90-no-break-re): Add some extra tokens. Doc fix.
15464
2528f9c4
TTN
154652004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
15466
15467 * mail/rmail-spam-filter.el:
15468 Use two semicolons as Commentary line prefix.
15469 Add ";;; Code:" stylized comment.
15470 Delete end-of-line whitespace.
15471 Wrap (require 'cl) with `eval-when-compile'.
15472
414f7d4e
AS
154732004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
15474
15475 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
15476 at the top level of vc.el.
15477
fe722d76
AS
154782004-01-23 Andre Spiegel <spiegel@gnu.org>
15479
15480 * vc.el (vc-current-line): Function removed. This is now done by
15481 the new function line-at-pos in simple.el.
15482 (vc-annotate-warp-version): Use line-at-pos instead of
15483 vc-current-line.
15484
f076870a
KS
154852004-01-22 Kim F. Storm <storm@cua.dk>
15486
15487 * simple.el (line-at-pos): New defun.
15488 (what-line): Use it. Optimize by only counting lines in narrowed
15489 region once.
15490
6a8b9ce4
KH
154912004-01-22 Kenichi Handa <handa@m17n.org>
15492
6497a8f8
SM
15493 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
15494 point (register r1) only for charset mule-unicode-0100-24ff.
6a8b9ce4 15495
f78d258e
MR
154962004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
15497
15498 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
15499 trailing white space and ensure a final newline.
15500
6497a8f8
SM
15501 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
15502 Add autoload cookie.
f78d258e 15503
3a849027
AS
155042004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
15505
15506 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
15507 activate view-mode explicitly.
15508
a5bfbd4e
JD
155092004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15510
15511 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
15512 use clipboard first.
15513
f56af8ca
SM
155142004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15515
438fc6c0
SM
15516 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
15517 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
15518 (vc-mcvs-cvs): Remove.
15519 (vc-mcvs-command): Remove use of assert.
15520
f56af8ca
SM
15521 * outline.el (outline-insert-heading): Tighten up match.
15522 (outline-demote, outline-move-subtree-down): Don't assume anything
15523 about outline-regexp.
15524
15525 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
15526 (texinfo-show-structure): Explicitly add ^, and simplify.
15527
4e788be2
GM
155282004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
15529
15530 * calendar/appt.el (appt-check): Restore usage of
15531 appt-issue-message deleted in previous change.
15532 (top-level): Activate package when loaded (needed for backwards
15533 compatibility).
15534
24aaadec
GM
155352004-01-20 Jesper Harder <harder@ifa.au.dk>
15536
15537 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
15538 following previous change to smtpmail-send-data.
15539
00911925
AS
155402004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
15541
15542 * vc.el (vc-default-previous-version): Doc enhancement.
15543 (vc-default-next-version): New function.
15544 (vc-print-log): New arg FOCUS-REV.
f56af8ca
SM
15545 (vc-annotate-mode): Derive from view-mode.
15546 (vc-annotate): New args REVISION, DISPLAY-MODE.
15547 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
15548 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
15549 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
15550 (vc-annotate-show-diff-revision-at-line, vc-current-line)
15551 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
15552
15553 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
00911925 15554
a73c2999
KB
155552004-01-19 Karl Berry <karl@gnu.org>
15556
15557 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
15558 or "TexInfo".
15559
d0cd7210
LT
155602004-01-19 Luc Teirlinck <teirllm@auburn.edu>
15561
15562 * subr.el (delete-dups): New function.
15563
412be09b
KB
155642004-01-19 Karl Berry <karl@gnu.org>
15565
f56af8ca 15566 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
412be09b
KB
15567 with ^, since that's what texinfo-show-structure
15568 documentation says (plus it works much better in texinfo.txi).
15569
dd64e5e5
GM
155702004-01-18 Jesper Harder <harder@ifa.au.dk>
15571
f56af8ca 15572 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
dd64e5e5
GM
15573
155742004-01-18 David Ponce <david@dponce.com> (tiny change)
15575
15576 * progmodes/which-func.el (which-function-mode): Don't cancel
f56af8ca 15577 which-func-update-timer if not set.
dd64e5e5 15578
d14b04bc
TTN
155792004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
15580
15581 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
15582 Remove spurious left square bracket in XX:XXam regexp.
15583
a151ecff
LT
155842004-01-16 Luc Teirlinck <teirllm@auburn.edu>
15585
15586 * progmodes/cc-defs.el: Do not require cl at run time.
15587
557be036
RS
155882004-01-16 Richard M. Stallman <rms@gnu.org>
15589
15590 * emacs-lisp/cl.el (cl-cannot-unload): New function.
15591 (cl-unload-hook): Defvar this to run cl-cannot-unload.
15592
15593 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
15594 Call rmail-spam-filter. Delete and expunge spam.
15595 Print number of spam messages deleted.
15596 Save and restore the deletion status of old messages when reading
15597 new mail with spam filter, so that expunging spam does not expunge
15598 msgs deleted by the user.
f56af8ca 15599 (rmail-only-expunge): Add an optional argument dont-show to
557be036
RS
15600 prevent showing message after expunge.
15601
3e7274ae
LT
156022004-01-15 Luc Teirlinck <teirllm@auburn.edu>
15603
15604 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
15605 * subr.el (declare): New macro.
15606
c1bfdd54
TTN
156072004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
15608
15609 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
15610
7fc34f85
SM
156112004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
15612
15613 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15614 Test window-system rather than system-type (for X11/Mac).
15615
4007b34c
LT
156162004-01-12 Luc Teirlinck <teirllm@auburn.edu>
15617
15618 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
15619
09843470
RS
156202004-01-12 Richard M. Stallman <rms@gnu.org>
15621
9b07d734
SM
15622 * mail/rmail.el (rmail-convert-to-babyl-format):
15623 Use mail-unquote-printable-region.
09843470
RS
15624 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
15625 (rmail-hex-char-to-integer): Functions deleted.
15626
15627 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
15628 (mail-unquote-printable-region): New arg NOERROR.
15629 For invalid encoding, either signal an error to just return nil.
15630
21dcb709
GM
156312004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15632
15633 * calendar/appt.el: Update copyright and commentary.
d9acc06f 15634 (appt-issue-message): Make obsolete.
21dcb709
GM
15635 (appt-visible, appt-msg-window): Make obsolete, in favour of
15636 appt-display-format.
15637 (appt-display-mode-line, appt-display-duration)
15638 (appt-display-diary, appt-time-msg-list, appt-mode-string)
15639 (appt-prev-comp-time, appt-display-count, appt-timer)
15640 (appt-convert-time): Doc change.
9b07d734
SM
15641 (appt-disp-window-function, appt-delete-window-function):
15642 Use defcustom rather than defvar.
21dcb709 15643 (appt-display-format): New variable.
9b07d734
SM
15644 (appt-display-message): New function with display code from appt-check.
15645 (appt-check): Add optional FORCE argument. Doc change.
15646 Add appt-make-list to diary-hook if displaying diary.
15647 Remove checking of view-diary-entries-initially.
15648 Message display section removed to new function appt-display-message.
21dcb709
GM
15649 (appt-display-window): Doc change. Remove unused internal var
15650 this-buffer. Do not beep, since appt-display-message does that.
15651 (appt-make-list): Doc change. Use caar.
15652 (appt-sort-list): Simplify by using builtin sort function.
15653 (appt-update-list): New function for updating appts when diary is
15654 saved.
15655 (appt-activate): New autoloaded function to toggle package
15656 functionality.
15657
15658 * calendar/cal-x.el: (calendar-one-frame-setup)
9b07d734 15659 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21dcb709
GM
15660
15661 * calendar/calendar.el: Update copyright.
9b07d734 15662 (view-diary-entries-initially, european-calendar-style): Doc change.
21dcb709
GM
15663 (calendar-setup): Make defcustom rather than defvar.
15664 (mark-visible-calendar-date): Initialize temp-face and faceinfo
15665 in let binding so local to function.
15666
15667 * calendar/diary-lib.el: Update copyright.
15668 (diary, diary-entry-time): Doc change.
15669 (list-diary-entries): Doc change. Trivial logic change.
15670 (fancy-diary-display): Restore make-face command mistakenly
15671 deleted 2003-05-08.
15672 (show-all-diary-entries): Allow to pop-up frame if needed.
15673
fdce4c6d
JPW
156742004-01-09 John Paul Wallington <jpw@gnu.org>
15675
15676 * bindings.el (mode-line-change-eol): Add EVENT parameter.
15677 Temporarily select EVENT's window for changing eol type.
15678
3b42c185
TTN
156792004-01-09 Deepak Goel <deego@gnufans.org>
15680
15681 * calendar/diary-lib.el (diary-entry-time):
15682 Also accept time in the form XX[.XX][am/pm/AM/PM].
15683 (fancy-diary-font-lock-keywords): Likewise.
15684 (diary-font-lock-keywords): Likewise.
15685 * calendar/appt.el (appt-add): Likewise.
15686 (appt-make-list): Likewise.
15687 (appt-convert-time): Likewise.
15688
7f0edca4
NR
156892004-01-08 Nick Roberts <nick@nick.uklinux.net>
15690
15691 * gdb-ui.el (gdb-ann3): Revert previous change.
15692 (gdb-source-info): Allow for case of where compilation directory
15693 is not recorded.
15694
c9ec040a
JPW
156952004-01-08 John Paul Wallington <jpw@gnu.org>
15696
15697 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
15698
2fae1984
NR
156992004-01-07 Nick Roberts <nick@nick.uklinux.net>
15700
9b07d734 15701 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2fae1984 15702
7f0edca4
NR
15703 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
15704 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
15705 problems.
2fae1984
NR
15706 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
15707
583c353d
LT
157082004-01-07 Luc Teirlinck <teirllm@auburn.edu>
15709
15710 * files.el (write-file-functions, write-contents-functions):
15711 Clarify docstrings.
15712
c251286b
KH
157132004-01-07 Kenichi Handa <handa@m17n.org>
15714
15715 * international/mule.el (set-auto-coding): Fix for the case that
15716 end-of-line is only CR.
15717
05faee07
KS
157182004-01-07 Kim F. Storm <storm@cua.dk>
15719
15720 * subr.el (event-start, event-end): Doc fix.
15721 (posn-string, posn-image): New defuns.
15722 (posn-object): Return either image or string object.
15723 (posn-object-x-y): Return 8th element of position.
15724 (posn-object-width-height): New defun.
15725
a8410c29
AS
157262004-01-06 Andreas Schwab <schwab@suse.de>
15727
15728 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
15729 output.
15730
2e3b4a0b
KB
157312004-01-05 Karl Berry <karl@gnu.org>
15732
28eba01f 15733 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2e3b4a0b
KB
15734 / and *, too.
15735
3c3b81d1
SJ
157362003-12-31 Simon Josefsson <jas@extundo.com>
15737
15738 * files.el (before-save-hook): Add.
15739 (basic-save-buffer): Use before-save-hook.
15740
bcbc6fd3
SJ
15741 * emacs-lisp/copyright.el: Fix comment to recommend
15742 before-save-hook instead of write-file-functions.
15743
61e938eb
RS
157442004-01-05 Richard M. Stallman <rms@gnu.org>
15745
15746 * finder.el (finder-commentary): Call delete-other-windows.
15747
15748 * net/ange-ftp.el (ange-ftp-file-attributes):
15749 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
15750
17b33776
KB
157512004-01-04 Karl Berry <karl@gnu.org>
15752
28eba01f 15753 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17b33776
KB
15754 comment characters % and # in the copyright year notice,
15755 as well as ;.
15756
125f1820 157572004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
972c0c49 15758
125f1820
PA
15759 * wid-edit.el (default): Define dummy :value-delete.
15760 Reported by Jesper Harder <harder@ifa.au.dk>.
55115079
PA
15761
157622004-01-03 Richard M. Stallman <rms@gnu.org>
15763
15764 * progmodes/compile.el (compile-internal): Use point, not point-min,
15765 for set-window-point.
15766
15767 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
15768
438fc6c0 15769 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
55115079
PA
15770
15771 * progmodes/grep.el (grep-mode-map):
15772 Don't remap next-line, previous-line.
15773
157742004-01-03 Eric M. Ludlam <eric@siege-engine.com>
15775
15776 * speedbar.el (speedbar-edit-line): Change regexp to position
15777 the cursor on the first character of this line's button.
15778
157792004-01-03 Luc Teirlinck <teirllm@auburn.edu>
15780
15781 * subr.el (functionp): Doc fix.
15782
157832004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
15784
15785 * progmodes/idlwave.el (idlwave-make-tags):
15786 * textmodes/flyspell.el (flyspell-large-region):.
15787 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
15788 * emulation/viper-util.el (viper-glob-unix-files):
15789 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
15790 * man.el (Man-init-defvars):
15791 * jka-compr.el (jka-compr-call-process):
15792 * files.el (get-free-disk-space,insert-directory):
15793 * ediff-ptch.el (ediff-test-patch-utility):
15794 * ediff-diff.el (ediff-test-utility):
15795 * dired-aux.el (dired-check-process):
15796 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
15797 test the return value of call-process, because it can be a string.
15798
157992003-12-31 John Paul Wallington <jpw@gnu.org>
15800
15801 * bindings.el (completion-ignored-extensions): Add .pfsl.
15802
158032003-12-31 Kim F. Storm <storm@cua.dk>
15804
15805 * ido.el (ido-nonreadable-directory-p): New defun to check for
15806 nonreadable directory without activating tramp (to avoid problems
28eba01f 15807 with checking incomplete tramp paths).
55115079
PA
15808 (ido-set-current-directory, ido-file-internal)
15809 (ido-file-name-all-completions1): Use it.
15810
158112003-12-30 Luc Teirlinck <teirllm@auburn.edu>
15812
15813 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
15814 documentation if the anchor (or node) name is preceded by `info
15815 anchor' or `Info anchor' in addition to earlier `info node' and
15816 `Info node'.
15817 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
15818
a6eeaa81 158192003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15820
15821 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
15822 error in arguments to base64-decode-region. Remove ^M characters
15823 after decoding base64.
15824
158252003-12-30 Simon Josefsson <jas@extundo.com>
15826
15827 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
15828 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
15829 have only been distributed with Emacs for some years.
15830 (texinfo-mode-hook): Customize.
15831
a6eeaa81 158322003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15833
15834 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
15835 cleaner (suggested by Richard Stallman).
15836
15837 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
15838 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
15839 file-name clashes on 8+3 DOS filesystems.
15840
15841 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
15842 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
15843 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
15844 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
15845 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
15846 file-name clashes on 8+3 filesystems.
15847
9b07d734
SM
15848 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
15849 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
15850 file-name clashes on 8+3 DOS filesystems.
55115079
PA
15851
158522003-12-29 Richard M. Stallman <rms@gnu.org>
15853
15854 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
15855 Upcase the character.
15856
15857 * textmodes/flyspell.el (mail-mode-flyspell-verify):
15858 Search for header separator alone on a line, literally,
15859 and search for it backward, not forward.
15860 (flyspell-abbrev-table): Always use global-abbrev-table
15861 if there is no local one.
15862
15863 * progmodes/sh-script.el (sh-get-indent-info):
15864 Don't move point back if at bob.
15865
15866 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
15867
15868 * play/handwrite.el (handwrite): Make the handwrite credit message
15869 a comment rather than an output command.
15870
15871 * obsolete/sc.el: Display message that this file is obsolete.
15872
15873 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
15874
15875 * mail/rfc822.el (rfc822-address-start): Declare variable.
15876 Renamed from address-start. All uses changed.
15877
15878 * term.el (term-exec): Set up sentinel.
15879 (term-sentinel): New function.
15880 (term-handle-exit): New function.
15881
3b42c185 15882 * subr.el (assoc-ignore-case, assoc-ignore-representation):
55115079
PA
15883 Use assoc-string, and mark them obsolete.
15884 (delay-mode-hooks): Mark as permanent local.
15885
15886 * simple.el (sendmail-user-agent-compose): Use assoc-string.
15887
15888 * register.el (copy-rectangle-to-register): Doc fix.
15889
15890 * info.el (Info-insert-dir): Use assoc-string.
15891
15892 * info-look.el (info-lookup): Use assoc-string.
15893
15894 * frame.el (pop-up-frame-function): Use quote, not `function'.
15895 (frame-notice-user-settings): Calculate ADJUSTED-TOP
15896 copying with lists as coordinate values.
15897
15898 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
15899
15900 * find-dired.el (kill-find): New command.
15901 (find-dired): Make buffer read-only.
15902 Set up a keymap with C-c C-k running kill-find.
15903 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
15904
15905 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
15906
15907 * filecache.el (file-cache-ignore-case): New variable.
15908 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
15909
15910 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
15911 (comint-dynamic-complete-as-filename): Rename local vars.
15912 (comint-dynamic-list-filename-completions): Likewise.
15913
15914 * comint.el (comint-dynamic-list-completions-config): New var.
15915 (comint-dynamic-list-completions): Handle both SPC and TAB right.
15916
15917 * comint.el (comint-file-name-chars): Add [].
15918 (comint-word): Use skip-chars-backward, not search.
15919
15920 * shell.el (shell-file-name-chars): Add [].
15921
15922 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
15923
15924 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
15925
15926 * generic.el (define-generic-mode): Doc fix.
15927
a6eeaa81 159282003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15929
15930 * files.el (kill-some-buffers): Doc fix.
15931
28eba01f 159322003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
55115079
PA
15933
15934 * comint.el (comint-watch-for-password-prompt): Pass `string' as
15935 arg to send-invisible
15936 (send-invisible): Doc fix. The argument is now a prompt, not the
15937 string to send.
15938 (comint-read-noecho): Doc fix.
15939
159402003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
15941
15942 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
15943 "@", as required by some ISP hosting service. Fix defcustom
15944 argument syntax errors that prevented use of customization.
15945
a6eeaa81 159462003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15947
15948 * xml.el (xml-get-attribute-or-nil): Doc fix.
15949
28eba01f 159502003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
55115079
PA
15951
15952 * net/zone-mode.el (zone-mode): Use write-file-functions, not
15953 write-file-hooks.
15954
28eba01f 159552003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
15956
15957 * autorevert.el (auto-revert-interval): Doc fix.
15958
28eba01f 159592003-12-29 Mark A. Hershberger <mah@everybody.org>
55115079
PA
15960
15961 * xml.el (xml-get-attribute-or-nil): New function, like
15962 xml-get-attribute, but returns nil if the attribute was not found.
9b07d734 15963 (xml-get-attribute): Convert to defsubst, uses
55115079
PA
15964 xml-get-attribute-or-nil.
15965
a6eeaa81 159662003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15967
15968 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15969
28eba01f 159702003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
55115079
PA
15971
15972 * custom.el (custom-declare-theme): Use `value' when putting
15973 properties on `theme'.
15974
28eba01f 159752003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
55115079
PA
15976
15977 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
15978 for each yank-handler segment.
15979 (insert-for-yank-1): New function, with the body of the previous
15980 insert-for-yank.
15981
15982 * textmodes/table.el (table-yank-handler): New defcustom.
15983 (table--put-cell-indicator-property): Put yank-handler property
15984 that indicates the yank handler for the table cell.
15985
28eba01f 159862003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
55115079
PA
15987
15988 * generic-x.el (etc-modules-conf-generic-mode): A more complete
15989 set of keywords.
15990
a6eeaa81 159912003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15992
15993 * international/mule-cmds.el (reset-language-environment)
15994 (set-language-environment): Don't invoke fontset-related functions
15995 if fontset-list is not fboundp.
15996
159972003-12-29 Kenichi Handa <handa@m17n.org>
15998
9b07d734
SM
15999 * international/mule-cmds.el (reset-language-environment):
16000 Call set-overriding-fontspec-internal with nil.
55115079
PA
16001 (set-language-environment): Call set-overriding-fontspec-internal
16002 if the language environment specify `overriding-fontspec'.
16003 (language-info-alist): Doc added.
16004
16005 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
16006 characters of mule-unicode-0100-24ff.
16007 (ccl-encode-windows-1251-font): New CCL program.
16008 ("Bulgarian"): Specify overriding-fontspec.
16009 ("Belarusian"): Likewise.
16010
160112003-12-28 Sam Steingold <sds@gnu.org>
16012
16013 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
16014 parameter ID-FORMAT to conform with the 2003-11-30 patch.
16015
160162003-12-28 Nick Roberts <nick@nick.uklinux.net>
16017
16018 * progmodes/gud.el (gud-gdb-command-name): Set default to
16019 "gdb --annotate=3".
16020 (gud-gdb-marker-filter): Look out for annotations.
16021 (gdb-first-pre-prompt): New variable.
16022 Remove trailing white space.
16023
16024 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
16025 if necessary.
a568a2cc 16026 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
55115079
PA
16027 annotations are detected.
16028 (gud-gdba-marker-filter): Use global variable gud-marker-acc
16029 instead of a local one to allow transition from
16030 gud-gdb-marker-filter.
16031 Remove trailing white space.
16032
160332003-12-27 Kim F. Storm <storm@cua.dk>
16034
16035 * ido.el: Handle non-readable directories.
16036 (ido-decorations): Add 9th element for non-readable directory.
16037 (ido-directory-nonreadable): New dynamic var.
16038 (ido-set-current-directory): Set it.
16039 (ido-read-buffer, ido-file-internal):
16040 (ido-read-file-name, ido-read-directory-name): Let-bind it.
16041 (ido-file-name-all-completions1): Return empty list for
16042 non-readable directory.
16043 (ido-exhibit): Print [Not readable] if directory is not readable.
16044 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
16045 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
16046 Use it.
16047
160482003-12-27 Lars Hansen <larsh@math.ku.dk>
16049
16050 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
16051 calls to directory-files-and-attributes and file-attributes.
16052 (ls-lisp-format): Remove system dependent handling of user and
16053 group id's.
16054
160552003-12-25 Luc Teirlinck <teirllm@auburn.edu>
16056
16057 * ffap.el (ffap-read-file-or-url): Revert previous change.
16058
28eba01f 160592003-12-25 Robert J. Chassell <bob@rattlesnake.com>
55115079
PA
16060
16061 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
16062 new list of included files called `files-with-node-lines', that
16063 only have node lines. This way @include commands can include any
16064 file, such as version and update files without node lines, not
16065 just files that are chapters.
16066
160672003-12-25 Andreas Schwab <schwab@suse.de>
16068
16069 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
16070 file not found.
16071
160722003-12-08 Miles Bader <miles@gnu.org>
16073
16074 * dired.el (dired-between-files): Always use dired-move-to-filename,
16075 which is more robust in non-english locales.
16076
160772003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
16078
16079 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
16080
160812003-12-24 Andreas Schwab <schwab@suse.de>
16082
16083 * shell.el (shell-file-name-quote-list): Add backslash.
16084
16085 * comint.el (comint-quote-filename): Correctly handle backslash
16086 in comint-file-name-quote-list.
16087
160882003-12-24 Kenichi Handa <handa@m17n.org>
16089
9b07d734
SM
16090 * international/mule-cmds.el (set-default-coding-systems):
16091 Call ucs-set-table-for-input for all buffers that don't have local
55115079
PA
16092 value of buffer-file-coding-system.
16093
9b07d734
SM
16094 * international/ucs-tables.el (ucs-set-table-for-input):
16095 If translation-table-for-encode is a symbol, get its
55115079
PA
16096 translation-table property.
16097
160982003-12-23 Luc Teirlinck <teirllm@auburn.edu>
16099
16100 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
16101 to `completing-read' on a recently fixed bug.
16102
16103 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9b07d734
SM
16104 instead of SPACE, to get the list of possible fringe modes.
16105 SPACE only works if both `partial-completion-mode' and
55115079
PA
16106 `completion-auto-help' are nil.
16107
9b07d734 16108 * complete.el (PC-is-complete-p): Delete.
55115079
PA
16109 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
16110 calls to `test-completion'.
16111
161122003-12-23 Nick Roberts <nick@nick.uklinux.net>
16113
16114 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
16115 to edit values when there are no children.
16116
16117 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
16118 a mode called "Assembler" already exists.
9b07d734 16119 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
a568a2cc 16120 (gud-watch): Use format option. Remove font properties from string.
9b07d734
SM
16121 (gdb-var-create-handler, gdb-var-list-children-handler):
16122 Don't bother about properties as there are none.
55115079
PA
16123 (gdb-var-create-handler, gdb-var-list-children-handler)
16124 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
16125 with two arguments.
9b07d734
SM
16126 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
16127 Let speedbar show value changes with a different font.
55115079
PA
16128 (gdb-edit-value): New defun.
16129 (gdb-clear-partial-output, gdb-clear-inferior-io)
16130 (def-gdb-auto-update-handler): Use erase-buffer.
16131 (gdb-frame-handler): Display watch expressions in
16132 FUNCTION::VARIABLE format if required.
16133
161342003-12-23 John Paul Wallington <jpw@gnu.org>
16135
16136 * info.el (Info-unescape-quotes, Info-split-parameter-string)
16137 (Info-goto-emacs-command-node): Doc fixes.
16138
28eba01f 161392003-12-12 Jesper Harder <harder@ifa.au.dk>
55115079
PA
16140
16141 * cus-edit.el (custom-add-parent-links): Define "many".
16142
161432003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
16144
16145 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
16146 (widget-child-validate, widget-type-value-create)
16147 (widget-type-default-get, widget-type-match): New functions.
16148 (lazy): New widget.
16149 (menu-choice, checklist, radio-button-choice, editable-list)
9b07d734 16150 (group, documentation-string): Remove redundant (per 2003-10-25
55115079 16151 change) calls to `widget-children-value-delete'.
9b07d734
SM
16152 (widget-choice-value-get, widget-choice-value-inline): Remove.
16153 (menu-choice): Update widget.
55115079
PA
16154
161552003-12-03 Kenichi Handa <handa@m17n.org>
16156
16157 * language/cyrillic.el: Register "microsoft-cp1251" in
16158 ctext-non-standard-encodings-alist.
16159 ("Bulgarian"): Add ctext-non-standard-encodings.
16160 ("Belarusian"): Likewise.
16161
16162 * international/mule-conf.el (compound-text-with-extensions):
16163 Change the type to 2 (iso-2022 base).
16164
16165 * international/mule.el (ctext-non-standard-encodings-alist):
16166 Change the format.
16167 (ctext-non-standard-encodings): New variable.
16168 (ctext-post-read-conversion): Fully re-written.
16169 (ctext-non-standard-designations-alist): Delete it.
16170 (ctext-non-standard-encodings-table): New function.
16171 (ctext-pre-write-conversion): Fully re-written.
16172
161732003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
16174
16175 * cus-edit.el (custom-add-parent-links): Add documentation links
16176 for parent, if the item has none of its own.
16177
161782003-11-30 Richard M. Stallman <rms@gnu.org>
16179
16180 * dired-aux.el (dired-do-query-replace-regexp):
16181 Report files visited read-only.
16182
161832003-11-30 Juri Linkov <juri@jurta.org>
16184
16185 * dired-aux.el (dired-compare-directories): New command.
16186 (dired-file-set-difference, dired-files-attributes): New functions.
16187
161882003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16189 Version 2.0.38 of Tramp released.
16190
16191 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
16192 Charles Curley <charlescurley@charlescurley.com>.
16193 (tramp-multi-connection-function-alist): Add ssht entry which adds
16194 "-e none -t -t" to the list of ssh args. Suggested by Adrian
16195 Aichner.
16196 (tramp-get-method-parameter): New function to retrieve a method
16197 parameter. This allows for omission of method parameters.
16198 Callers adjusted.
16199
162002003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
16201
16202 * net/tramp.el: Add new optional parameter ID-FORMAT to
16203 `file-attributes'. Calls of `file-attributes' won't use this
16204 parameter for backward compatibility reasons.
16205 (tramp-perl-file-attributes): Add a new parameter to Perl script
16206 in order to handle uid/gid as strings, if desired.
9b07d734
SM
16207 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
16208 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
55115079
PA
16209 order to make the function more general.
16210 (tramp-handle-file-attributes): Replace proprietary optional
bf247b6e 16211 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
55115079 16212 (tramp-handle-file-attributes-with-perl): Handle parameter
a568a2cc 16213 NONNUMERIC if set. This wasn't done in the past.
55115079
PA
16214 (tramp-post-connection): Apply second parameter "$2" if
16215 `tramp-remote-perl' is called.
16216
9b07d734
SM
16217 * net/tramp-smb.el (tramp-smb-handle-delete-file):
16218 Correct cut'n'waste error (`filename' instead of `directory').
55115079 16219 (tramp-smb-handle-directory-files-and-attributes)
bf247b6e 16220 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
55115079
PA
16221 introduced parameter ID-FORMAT.
16222 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
16223 error (`directory' instead of `ldir').
16224
16225 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
16226 `file-attributes' has a second parameter. If yes, apply it with
16227 value "'integer". Otherwise, don't use that parameter (default is
16228 integer format).
16229
55115079
PA
162302003-11-30 Luc Teirlinck <teirllm@auburn.edu>
16231
16232 * help.el (help-map): Bind `display-local-help' to `C-h .'.
16233 (help-for-help): Add `C-h .' to the listed Help options.
16234 Remove trailing whitespace.
16235
16236 * help-at-pt.el: New file.
16237
162382003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
16239
9b07d734
SM
16240 * subr.el (noreturn, 1value): New macros for test coverage.
16241 See `testcover.el'.
55115079
PA
16242
16243 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
16244
16245 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
16246 for macro `1value'.
16247 (testcover-1value): New function. Checks that a 1value form
16248 actually returns only one value. Requested by RMS.
16249
162502003-11-29 Nick Roberts <nick@nick.uklinux.net>
16251
16252 * gdb-ui.el (gud-watch, gdb-var-create-handler)
16253 (gdb-var-list-children, gdb-var-list-children-handler)
16254 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
16255 gdb commands that use mi to keep them out of the command history.
16256
162572003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16258
16259 * cus-start.el (all): Add use-file-dialog.
16260
9b07d734
SM
162612003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16262
16263 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
16264
55115079
PA
162652003-11-27 Kim F. Storm <storm@cua.dk>
16266
16267 * subr.el (posn-object-x-y): New defun.
16268
9b07d734
SM
162692003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
16270
16271 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
16272 Don't use `space' for \\\n.
16273 Be more selective as to which # are comment-starters.
16274
55115079
PA
162752003-11-26 Luc Teirlinck <teirllm@auburn.edu>
16276
16277 * subr.el (number-sequence): Improve handling of floating point
16278 arguments (suggested by Kim Storm). Allow negative arguments.
16279
162802003-11-26 Kenichi Handa <handa@m17n.org>
16281
16282 * international/mule-cmds.el (standard-display-european-internal):
16283 Cancel the standard-display-table setting for ` and '.
16284
162852003-11-26 Kim F. Storm <storm@cua.dk>
16286
16287 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
16288 New defcustoms to add ffap-like functionality to ido.
16289 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
16290 (ido-no-final-slash): New defun.
16291 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
16292 (ido-read-file-name): ): Toggle VC checking via
16293 vc-handled-backends instead of vc-master-templates.
16294 (ido-file-internal): Handle ido-use-url-at-point and
16295 ido-use-filename-at-point via code borrowed from ffap-guesser.
16296 Handle new ido-exit code ffap.
16297 (ido-sort-list): Ignore final slash when sorting file names.
16298
162992003-11-25 Kim F. Storm <storm@cua.dk>
16300
16301 * emulation/cua-base.el (cua--standard-movement-commands):
16302 Add forward-sentence and backward-sentence.
16303
163042003-11-25 Stephen Eglen <stephen@gnu.org>
16305
16306 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
16307 iswitchb-exit is set to 'usefirst when user selects buffer at head
16308 of list using RET. (Selecting buffers at the head of the list was
16309 broken if the substring was also a complete buffername.)
16310
163112003-11-23 Kim F. Storm <storm@cua.dk>
16312
16313 * progmodes/compile.el (grep-command, grep-use-null-device)
16314 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
16315 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
16316 (grep-regexp-alist, grep-program, find-program)
16317 (grep-find-use-xargs, grep-history, grep-find-history)
16318 (grep-process-setup, grep-compute-defaults)
16319 (grep-default-command, grep, grep-tag-default, grep-find)
16320 (grep-expand-command-macros, grep-tree-last-regexp)
16321 (grep-tree-last-files, grep-tree): Move grep variables, functions
16322 and commands to new file grep.el.
16323 (compilation-mode-map): Remove grep commands from Compile sub-menu.
16324 (compilation-process-setup-function): Doc fix.
16325 (compilation-highlight-regexp, compilation-highlight-overlay): New
16326 defvars used for highlighting current compile error in source buffer.
16327 (compile-internal): New optional args HIGHLIGHT-REGEXP and
16328 LOCAL-MAP which overrides compilation-highlight-regexp and
16329 compilation-mode-map for this compilation.
16330 Delay calling compilation-set-window-height until after running
16331 compilation-process-setup-function so it can buffer-local override
16332 compilation-window-height.
16333 Check buffer-local value of compilation-scroll-output.
16334 (compilation-set-window-height): Use buffer-local value of
16335 compilation-window-height.
16336 (compilation-revert-buffer): Don't pass (undefined)
16337 preserve-modes arg to revert-buffer.
16338 (next-error-no-select, previous-error-no-select): New commands.
16339 (compilation-goto-locus): Temporarily highlight current match in
16340 source buffer using compilation-highlight-regexp.
16341
16342 * progmodes/grep.el: New file with grep code from compile.el.
16343 (grep): New defcustom group.
16344 (grep-window-height): New defcustom, like compilation-window-height.
16345 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
16346 (grep-scroll-output): New defcustom, like compilation-scroll-output.
16347 (grep-command, grep-use-null-device, grep-find-command)
16348 (grep-tree-files-aliases, grep-tree-ignore-case)
16349 (grep-tree-ignore-CVS-directories): Move to grep custom group.
16350 (grep-setup-hook): New hook variable.
16351 (grep-mode-map): New keymap for grep commands. Add Grep menu.
16352 (grep-last-buffer): New defvar, override compilation-last-buffer.
16353 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
16354 Call compile-internal with args highlight-regexp and grep-mode-map.
16355
163562003-11-23 Kim F. Storm <storm@cua.dk>
16357
16358 * subr.el (event-start, event-end): Doc fix.
16359 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
16360 (posn-area, posn-actual-col-row, posn-object): New defuns.
16361 (posn-col-row): Simplify doc. Rewrite to use cond.
16362 (posn-point): Also return buffer position for events outside text
16363 area (that info is now present in the event position).
16364
16365 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
16366 mouse-set-point so that hscroll still works now that clicks on
16367 fringes generate specific mouse events.
16368 (mouse-set-point): Note that it now works in fringes and margins
16369 too due to new semantics of posn-point in fringes and margins.
16370
16371 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
16372 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
16373
163742003-11-20 Kim F. Storm <storm@cua.dk>
16375
16376 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
16377 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
16378 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
16379 to 100 for icons to avoid increasing line height when shown.
16380
9b07d734
SM
163812003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16382
16383 * newcomment.el (comment-normalize-vars): Initialize properly if
16384 comment-start was nil.
16385
55115079
PA
163862003-11-19 Andreas Schwab <schwab@suse.de>
16387
16388 * simple.el (set-variable): Fix indentation.
16389
163902003-11-17 Kenichi Handa <handa@m17n.org>
16391
9b07d734
SM
16392 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
16393 Fix docstring.
55115079
PA
16394
163952003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16396
16397 * international/latin1-disp.el (latin1-display): Fix docstring.
16398
163992003-11-16 John Wiegley <johnw@newartisans.com>
16400
16401 * eshell/em-ls.el (eshell-ls-file): There are times with
16402 size-width is nil and uncomputed (when directories are created in
16403 dired, for example); in this case, 4 is reasonable default value,
16404 although it may caused skewed new entries (which could be avoided
16405 by returning the original value of 8 in all cases, but 99% of the
16406 time this is a waste of whitespace).
16407
164082003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16409
9b07d734
SM
16410 * cc-engine.el (c-guess-continued-construct)
16411 (c-guess-basic-syntax): Check a little more carefully if it's a
55115079
PA
16412 function declaration when an unknown construct followed by a block
16413 is found inside a statement context. This avoids macros followed
16414 by blocks to be taken as function declarations.
16415
9b07d734 16416 (c-guess-continued-construct): Change the analysis of a statement
55115079
PA
16417 continuation with a brace open to `substatement-block', for
16418 consistency with recognized statements.
16419
16420 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
16421 start is in a position so that `c-beginning-of-statement-1' jumped
16422 to the beginning of the same statement.
16423
9b07d734
SM
16424 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
16425 Don't accept binary operators in the arglist if we're in a function
16426 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
55115079
PA
16427 template recognition in cases like "if (a < b || c > d)".
16428
16429 (c-restricted-<>-arglists): New more appropriate name for
16430 `c-disallow-comma-in-<>-arglists'.
16431
16432 Accessing functions updated for the variable name change.
16433
16434 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
16435 match data could get clobbered if NOT-INSIDE-TOKEN is used.
16436
16437 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
16438 labels.
16439
16440 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
16441 instead of duplicating parts of it. This fixes bogus label
16442 recognition.
16443
9b07d734 16444 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
55115079
PA
16445 of checking the context in which to apply the minimum indentation,
16446 so that it isn't enforced in e.g. namespace blocks.
16447
16448 * cc-vars.el (c-inside-block-syms): New constant used by
16449 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
16450 to somewhat reduce the risk of becoming stale.
16451
9b07d734 16452 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
55115079
PA
16453 cc-cmds to cc-engine to allow use from cc-align.
16454
16455 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
16456 qualified identifiers containing "::".
16457
9b07d734 16458 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
55115079
PA
16459 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
16460
16461 * cc-vars.el (c-emacs-features): Use a space in front of the name
16462 of the temporary buffer. That also avoids dumping problems in
9b07d734 16463 XEmacs due to undo info being left around after the buffer is killed.
55115079
PA
16464
16465 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
16466 arglist to see if it's a K&R style declaration.
16467
16468 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
16469 before returning `knr-argdecl-intro'.
16470
164712003-11-16 John Wiegley <johnw@newartisans.com>
16472
16473 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
16474 field in a long-listing always 8 characters, use `size-width',
16475 which has already been computed.
16476
164772003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
16478
16479 * subr.el (minor-mode-list): Add `hs-minor-mode'.
16480
164812003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16482
9b07d734
SM
16483 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
16484 Support operation while narrowed, with `diff-restrict-view'.
55115079
PA
16485
164862003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16487
9b07d734
SM
16488 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16489 Take additional optional arg NARROWFUN. For the generated functions:
16490 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
16491 include frags that arrange to check for and save narrowing state before
16492 the move and then conditionally call NARROWFUN after the move.
55115079
PA
16493
164942003-11-14 John Wiegley <johnw@newartisans.com>
16495
9b07d734
SM
16496 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
16497 that was optional, but obviously missing based on surrounding code.
55115079
PA
16498
16499 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
16500 string arguments to numbers unless the whole argument was seen as
16501 a number.
16502
165032003-11-14 Kenichi Handa <handa@m17n.org>
16504
9b07d734
SM
16505 * international/mule.el (ctext-non-standard-encodings-alist):
16506 Fix coding systems.
55115079
PA
16507
165082003-11-10 Kenichi Handa <handa@m17n.org>
16509
16510 * language/kannada.el ("Kannada"): Add sample-text.
16511
16512 * language/knd-util.el (kannada-compose-region)
9b07d734
SM
16513 (kannada-compose-string, kannada-post-read-conversion):
16514 Add autoload cookie.
55115079
PA
16515
16516 * international/quail.el (quail-completion): Change the message
16517 "corresponding translations" to "corresponding characters".
16518
165192003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
16520
16521 * descr-text.el (describe-char): Fix typo.
16522
28eba01f 165232003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
55115079
PA
16524
16525 These changes are to support Kannada language/script.
16526
16527 * Makefile.in (DONTCOMPILE): Add kannada.el.
16528
16529 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
16530
16531 * loadup.el: Preload kannada.el.
16532
16533 * language/ind-util.el (ucs-kannada-to-is13194-alist)
16534 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
16535 New variables.
16536
16537 * language/kannada.el: New file.
16538
16539 * language/knd-util.el: New file.
16540
165412003-11-07 Andreas Schwab <schwab@suse.de>
16542
9b07d734
SM
16543 * progmodes/autoconf.el (autoconf-font-lock-keywords):
16544 Also highlight AH_*.
55115079
PA
16545
16546 * xml.el (xml-parse-dtd): Fix misplaced paren.
16547
165482003-11-07 Kenichi Handa <handa@m17n.org>
16549
16550 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
16551
165522003-11-05 Juri Linkov <juri@jurta.org>
16553
16554 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
16555 (desktop-buffer-file): Use saved buffer-file-coding-system
16556 for file reading. Set auto-insert to nil to prevent automatic
16557 insertion into restored empty files.
16558
165592003-11-04 Luc Teirlinck <teirllm@auburn.edu>
16560
16561 * files.el (risky-local-variable-p): Make second argument optional.
16562
9b07d734
SM
165632003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16564
16565 * subr.el (add-hook): Fix last change.
16566
a6eeaa81 165672003-11-03 Eli Zaretskii <eliz@gnu.org>
55115079 16568
9b07d734
SM
16569 * mail/rmail.el (rmail-convert-to-babyl-format):
16570 If base64-decode-region signals an error, catch it and silently
55115079
PA
16571 ignore it.
16572
165732003-11-01 Mark A. Hershberger <mah@everybody.org>
16574
16575 * xml.el (xml-parse-region): Allow comments to appear after the
16576 topmost element has closed.
16577 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3b42c185 16578 (xml-ns-expand-attr): New functions to do namespace handling.
9b07d734 16579 (xml-intern-attrlist): Back-compatible handling of attribute names.
28eba01f 16580 (xml-parse-tag): Move namespace handling to separate functions.
55115079
PA
16581 Now produces elements in the form ((:ns . "element") (attr-list)
16582 children) instead of ('ns:element (attr-list) children).
16583 (xml-parse-attlist): Fix attribute parsing.
16584 (xml-parse-dtd): Change parsing so that it produces strings
16585 instead of interned symbols.
16586
165872003-11-01 era@iki.fi <era@iki.fi> (tiny change)
16588
16589 * dired.el (dired-ls-sorting-switches): Doc fix.
16590
165912003-11-01 Oliver Scholz <epameinondas@gmx.de>
16592
16593 * emacs-lisp/rx.el (rx-or): Fix the case of
16594 "(rx (and ?a (or ?b ?c) ?d))".
16595
165962003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
16597
16598 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
16599 (texinfo-format-region): Use it.
16600 (texinfo-format-buffer-1): Ditto.
16601
166022003-11-01 Alan Mackenzie <acm@muc.de>
16603
16604 Changes to allow scrolling whilst in isearch mode:
16605 * isearch.el (isearch-unread-key-sequence): New function,
16606 extracted from isearch-other-meta-char.
16607 (top level): (put 'foo 'isearch-scroll) on all Emacs's
16608 "scrollable" standard functions.
16609 (isearch-allow-scroll): New customizable variable.
16610 (isearch-string-out-of-window, isearch-back-into-window)
16611 (isearch-reread-key-sequence-naturally)
16612 (isearch-lookup-scroll-key): New functions.
16613 (isearch-other-meta-char): Doc string and functionality enhanced.
16614 Now accepts a prefix argument.
16615 (isearch-lazy-highlight-window-end): New variable.
16616 (isearch-lazy-highlight-new-loop): Pay attention to the window's
16617 end (thru isearch-lazy-highlight-window-end), not only its start.
16618
9b07d734
SM
16619 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
16620 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
55115079
PA
16621 (universal-argument, universal-argument-more, negative-argument)
16622 (digit-argument, universal-argument-other-key): Minor changes.
16623
166242003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16625
16626 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
16627 recursively if the last message is deleted, thus avoiding an
16628 infinite loop.
16629
166302003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16631
16632 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
16633 (tex-main-file): Don't add .tex if the extension is already present.
16634 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
16635
166362003-10-29 Lute Kamstra <lute@gnu.org>
16637
16638 * progmodes/octave-inf.el (inferior-octave-prompt):
16639 Recognize version number in prompt.
16640
166412003-10-28 Dave Love <fx@gnu.org>
16642
16643 * international/characters.el: Fix some Unicode ranges.
16644
166452003-10-28 Kenichi Handa <handa@m17n.org>
16646
16647 * disp-table.el (standard-display-8bit)
16648 (standard-display-default, standard-display-ascii)
16649 (standard-display-g1, standard-display-graphic)
16650 (standard-display-underline): Assure that standard-display-table
16651 is a display table.
16652
166532003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * simple.el (reindent-then-newline-and-indent): Delete space *after*
16656 reindenting the first line.
16657
166582003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
16659
16660 * wid-edit.el (widget-default-delete): Always delete child widgets.
16661
166622003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * newcomment.el (comment-indent): Don't call indent-according-to-mode
16665 if the line has code.
16666 Don't try to line up with something that's too far left.
16667
16668 * progmodes/octave-mod.el (octave-comment-start): Simplify.
16669 (octave-mode-syntax-table): Add % as a comment starter.
16670 (octave-point): Remove.
16671 (octave-in-comment-p, octave-in-string-p)
16672 (octave-not-in-string-or-comment-p, calculate-octave-indent)
16673 (octave-blink-matching-block-open, octave-auto-fill):
16674 Use line-(beginning|end)-position instead.
16675
166762003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16677
16678 * emacs-lisp/authors.el (authors-aliases): Add correct realname
16679 for Francesco Potort\e,Al\e(B.
16680
166812003-10-23 Dave Love <fx@gnu.org>
16682
16683 * international/mule-cmds.el (locale-charset-to-coding-system):
16684 Don't rely on nil being a coding system.
16685
16686 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
16687 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
16688 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
16689
166902003-10-21 Nick Roberts <nick@nick.uklinux.net>
16691
16692 * gdb-ui.el (gdb-current-language): New variable.
16693 (gdb-update-flag): Remove variable.
16694 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
16695 (gdb-take-last-elt): Remove function.
16696 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
16697 (gdb-post-prompt): Check for variable object changes here.
16698
16699 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
16700 object changes in gdb-ui.el.
16701
167022003-10-21 Richard M. Stallman <rms@gnu.org>
16703
16704 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
16705
16706 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
16707 Don't check for foo*/ wildcard form here.
16708 (insert-directory): Recognize foo*/ as a wildcard.
16709 Separate wildcard-regexp variable from the arg, wildcard.
16710
16711 * subr.el (add-hook): Correctly detect when make-local-hook was used.
16712 (remove-hook): Correctly handle strange cases about local hooks.
16713
167142003-10-21 David Ponce <david@dponce.com>
16715
16716 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
16717 argument REAL, to return a real number instead of a rounded
16718 integer value. Define as inline function.
16719 (ruler-mode-right-fringe-cols): Likewise.
16720 (ruler-mode-scroll-bar-cols): New function.
16721 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
16722 (ruler-mode-right-scroll-bar-cols): Likewise.
16723 (ruler-mode-space): New function.
16724 (ruler-mode-ruler): Use it. Handle variations of fringe style,
16725 scroll bar mode and margins in a more robust way.
16726
167272003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
16728
16729 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
16730 (antlr-c-init-language-vars): New function.
16731 (antlr-mode): Use it with cc-mode before v5.29.
16732 (antlr-c-common-init): Don't set some local vars here.
16733 (antlr-mode): Set them here.
16734 (antlr-c-forward-sws): New function alias.
16735 (antlr-mode): Redefine with cc-mode before v5.30.
16736 (antlr-skip-sexps): Use it.
16737 (antlr-skip-exception-part): Ditto.
16738 (antlr-skip-file-prelude): Ditto.
16739 (antlr-outside-rule-p): Ditto.
16740 (antlr-end-of-body): Ditto.
16741 (antlr-option-kind): Ditto.
16742 (antlr-insert-option-area): Ditto.
16743 (antlr-file-dependencies): Ditto.
16744
167452003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16746
16747 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
16748 Move backward only if point was not inside an entry.
16749
167502003-10-21 Richard M. Stallman <rms@gnu.org>
16751
16752 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
16753
167542003-10-21 Juri Linkov <juri@jurta.org>
16755
16756 * compare-w.el: Automatically skip non-matching text to resync.
16757 (compare-windows-whitespace): Doc fix.
16758 (compare-windows-sync, compare-windows-sync-string-size)
16759 (compare-windows-recenter, compare-ignore-whitespace)
16760 (compare-windows-highlight, compare-windows-face): New variables.
16761 (compare-windows): Use compare-windows-sync.
16762 (compare-windows-highlight, compare-windows-dehighlight)
16763 (compare-windows-sync-regexp)
16764 (compare-windows-sync-default-function): New functions.
16765
167662003-10-21 Juri Linkov <juri@jurta.org>
16767
16768 * diff.el (diff-parse-differences): Don't visit the files now;
16769 instead, just record the error locus.
16770
167712003-10-21 Dave Love <fx@gnu.org>
16772
16773 * progmodes/cfengine.el: New file.
16774
167752003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16776
16777 * complete.el (PC-do-completion): Do not forget to use `pred' as the
16778 default-directory when completing file names.
16779
167802003-10-20 Luc Teirlinck <teirllm@auburn.edu>
16781
16782 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
16783 followed by the word `face', it gets treated as a face, even if
16784 it is also defined as a variable or a function.
16785
167862003-10-20 Dave Love <fx@gnu.org>
16787
16788 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16789 Avoid incf in macro expansion.
16790
167912003-10-20 John Paul Wallington <jpw@gnu.org>
16792
16793 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
16794 `evenp' so we don't implicitly require cl library at runtime.
16795
167962003-10-18 Luc Teirlinck <teirllm@auburn.edu>
16797
16798 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
16799 (help-make-xrefs): Only make cross-references for faces if
16800 preceded or followed by the word `face'. Do not make a
16801 cross-reference for variables without variable documentation,
16802 unless preceded by the word `variable' or `option'. Update doc
16803 string accordingly.
16804
168052003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
16806
16807 * progmodes/hideshow.el: Rewrite one-armed `if'
16808 constructs using either `when' or `unless'.
16809 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
16810
168112003-10-16 Nick Roberts <nick@nick.uklinux.net>
16812
16813 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
16814 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
16815 instead of 12x12.
16816
a6eeaa81 168172003-10-16 Eli Zaretskii <eliz@gnu.org>
55115079
PA
16818
16819 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
16820 message while converting to Babyl.
16821
168222003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
16823
16824 * allout.el (allout-mode): Doc fix.
16825
168262003-10-16 Lute Kamstra <lute@gnu.org>
16827
16828 * subr.el (force-mode-line-update): Fix docstring.
16829
168302003-10-14 Dave Love <fx@gnu.org>
16831
16832 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
16833 (default-input-method): Add :link, improve :type.
16834 (locale-charset-language-names): Fix utf-8 pattern.
16835 (locale-charset-match-p, locale-charset-alist)
16836 (locale-charset-to-coding-system): New.
16837 (set-locale-environment): Deal with codeset part of locale specs.
16838
168392003-10-14 Lute Kamstra <lute@gnu.org>
16840
16841 * fringe.el (fringe-mode): Use active voice in docstring.
16842 (set-fringe-style): Ditto.
16843
168442003-10-13 Lute Kamstra <lute@gnu.org>
16845
16846 * fringe.el (fringe-mode): Fix docstring.
16847 (set-fringe-style): Ditto.
16848
168492003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
16850
16851 * ediff-mult.el (ediff-filegroup-action):
16852 Use ediff-default-filtering-regexp.
16853
16854 * ediff-util.el (ediff-recenter): Don't call
16855 ediff-restore-highlighting twice.
16856 (ediff-select-difference): Set current difference.
16857 (ediff-unselect-and-select-difference): Add comment.
16858
16859 * ediff.el (ediff-directories,ediff-directory-revisions)
16860 (ediff-directories3,ediff-merge-directories)
16861 (ediff-merge-directories-with-ancestor)
16862 (ediff-merge-directory-revisions)
16863 (ediff-merge-directory-revisions-with-ancestor):
16864 Use ediff-default-filtering-regexp.
16865
168662003-10-12 Andreas Schwab <schwab@suse.de>
16867
16868 * international/mule-cmds.el (locale-charset-language-names):
16869 Simplify regex by removing unused grouping.
16870
168712003-10-10 Dave Love <fx@gnu.org>
16872
16873 * bindings.el: Don't bind stop.
16874
168752003-10-08 Miles Bader <miles@gnu.org>
16876
16877 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
16878 face instead of attempting to emulate it.
16879
168802003-10-07 Kenichi Handa <handa@m17n.org>
16881
16882 * international/mule-diag.el (list-coding-systems-1): List coding
16883 systems that are loaded automatically.
16884
16885 * international/code-pages.el (iso-8859-11): Add autoload cookie.
16886
16887 * international/mule.el (autoload-coding-system): New function.
16888
168892003-10-07 Andreas Schwab <schwab@suse.de>
16890
16891 * log-edit.el (log-edit-changelog-entries): Prefer local value of
16892 change-log-default-name in the buffer visiting the file.
16893
168942003-10-06 Dave Love <fx@gnu.org>
16895
16896 * files.el (find-file-hook): Customize.
16897 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
16898
16899 * bindings.el (completion-ignored-extensions): Remove .log.
16900 (global-map): Add again, open, stop keys.
16901
169022003-10-05 Richard M. Stallman <rms@gnu.org>
16903
16904 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
16905 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
16906 Use sh-modify directly.
16907 (sh-select): Use sh-append, not eval.
16908
16909 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
16910
16911 * info.el (Info-following-node-name): New function.
16912
16913 * loadhist.el (unload-feature-special-hooks):
16914 Rename from loadhist-hook-functions.
16915 (loadhist-hook-functions): Now an alias.
16916
a6eeaa81 169172003-10-04 Eli Zaretskii <eliz@gnu.org>
55115079
PA
16918
16919 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
16920 file-name clashes on 8+3 filesystems.
16921
16922 * Makefile.in (DONTCOMPILE, bootstrap-clean):
16923 Rename loaddefs-boot.el to ldefs-boot.el
16924
16925 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
16926 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
16927
169282003-10-03 Lute Kamstra <lute@gnu.org>
16929
16930 * info.el (Info-mode): Revert previous change.
16931 (Info-escape-percent): New function.
16932 (Info-fontify-node): Use it.
16933
169342003-10-02 Andreas Schwab <schwab@suse.de>
16935
16936 * loaddefs-boot.el: Regenerated.
16937
169382003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
16939
16940 * ffap.el: Remove defadvice related code from CVS since `complete'
16941 provides a `PC-completion-as-file-name-predicate' variable that
16942 ffap can override.
16943
169442003-10-02 Kenichi Handa <handa@m17n.org>
16945
16946 * international/utf-8.el (ccl-decode-mule-utf-8):
16947 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
16948
16949 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
16950 * international/subst-big5.el: Likewise.
16951 * international/subst-gb2312.el: Likewise.
16952 * international/subst-ksc.el: Likewise.
16953
169542003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16955
16956 * calendar/calendar.el (increment-calendar-month)
16957 (calendar-leap-year-p, calendar-absolute-from-gregorian)
16958 (generate-calendar, calendar-read-date, calendar-interval)
16959 (calendar-day-of-week): Handle years BC.
16960 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
16961
169622003-10-01 Dave Love <fx@gnu.org>
16963
16964 * language/cyrillic.el (cp1251): Alias for windows-1251.
16965
16966 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
16967 bootstrap.
16968
169692003-10-01 Lute Kamstra <lute@gnu.org>
16970
16971 * files.el: Fix typo.
16972 * imenu.el (imenu--generic-function): Docstring fix.
16973
169742003-09-30 Richard M. Stallman <rms@gnu.org>
16975
16976 * dired.el (dired-mode): Handle dired-directory as a list.
16977
169782003-09-30 Nick Roberts <nick@nick.uklinux.net>
16979
16980 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
16981
16982 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
16983
16984 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
16985 Replace gud-display with gud-watch.
16986 (gud-speedbar-buttons): Add stuff for watching expressions
a568a2cc 16987 in the speedbar when using M-x gdba. Use dolist on old part
55115079
PA
16988 of this function.
16989
16990 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
16991 (gdb-update-flag): New variables.
16992 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
16993 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
16994 (gud-watch, gdb-var-create-handler) : New functions.
16995 (gdb-var-list-children, gdb-var-list-children-handler)
16996 (gdb-var-create-regexp, gdb-var-update-regexp)
16997 (gdb-var-list-children-regexp): New constants.
16998 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
16999 (gdb-annotation-rules): Reduce annotation set (level 3).
17000 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
17001 (gdb-post-prompt): Don't update GDB buffers every time speedbar
17002 updates.
17003 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
17004 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
17005 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
17006 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
17007 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
17008 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
17009 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
17010 (gud-display, gud-display1)
17011 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
17012 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
17013 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
17014 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
17015 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
17016 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
17017 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
17018 (gdb-display-display-buffer, gdb-toggle-display)
17019 (gdb-delete-display, gdb-expressions-popup-menu)
17020 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
17021 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
17022 to display buffer.
17023
170242003-09-30 Richard M. Stallman <rms@gnu.org>
17025
17026 * progmodes/ada-mode.el (ada-mode): Don't use advice.
17027 Instead, set which-func-functions.
17028
17029 * progmodes/which-func.el (which-func-modes): Add ada-mode.
17030 (which-func-functions): New variable.
17031 (which-function): Use that.
17032
17033 * info.el (Info-mode): Double each `%' in header line.
17034
17035 * emacs-lisp/lisp-mnt.el (lm-with-file):
17036 When FILE is nil, run BODY in current buffer.
17037
17038 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
17039
17040 * help.el (describe-mode): Start with a brief list of minor modes.
17041 Find them thru minor-mode-list so as to find them all.
17042 Show them in alphabetical order.
17043
17044 * mail/sendmail.el (mail-aliases): Doc fix.
17045
17046 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
17047
170482003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17049
17050 * mail/rmailsum.el (rmail-make-summary-line-1):
17051 Change comma after last label to a space.
17052 (rmail-summary-font-lock-keywords): Adapt to that change.
17053
170542003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
17055
17056 * progmodes/scheme.el (scheme-mode-variables): When setting
17057 `font-lock-defaults', also specify that "#" should
17058 be interpreted with `word' syntax.
17059 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
17060
170612003-09-30 Lars Hansen <larsh@math.ku.dk>
17062
17063 * desktop.el: A lot of comments updated.
17064 (desktop-save-mode): Minor mode introduced.
17065 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
17066 (desktop-load-default): Function made obsolete.
17067 (desktop-locals-to-save): Variable made customizable.
17068 (desktop-read): Optional parameter `dirname' added.
17069 (desktop-change-dir, desktop-revert): Parameter `dirname' in
17070 `desktop-read' used.
17071 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
17072
170732003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
17074
17075 * whitespace.el (whitespace-clean-msg): Add user customizable message
17076 for displaying ``clean'' output.
17077 (whitespace-buffer): Use `whitespace-clean-msg'.
17078 (whitespace-global-mode): Fix typo.
17079
170802003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
17081
17082 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
17083
170842003-09-29 Lute Kamstra <lute@gnu.org>
17085
17086 * bindings.el (mode-line-modes): Remove superfluous :propertize
17087 construct in initialization.
17088 (mode-line-position): Change cons cell into proper list in
17089 initialization.
17090
28eba01f 170912003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
55115079
PA
17092
17093 * international/mule.el (decode-coding-inserted-region): Use car
17094 of the return value of find-operation-coding-system.
17095
170962003-09-29 Kenichi Handa <handa@m17n.org>
17097
17098 * descr-text.el (describe-char): Fix previous change.
17099
171002003-09-28 Kenichi Handa <handa@m17n.org>
17101
17102 * descr-text.el (describe-char-display): New function.
17103 (describe-char): Pay attention to display table on describing how
17104 a character is displayed.
17105
17106 * international/mule-cmds.el (encoded-string-description):
17107 Prepend "0x" to each encoded byte.
17108
171092003-09-28 Andreas Schwab <schwab@suse.de>
17110
17111 * find-file.el (ff-special-constructs): Add autoload cookie.
17112
171132003-09-28 Kevin Ryde <user42@zip.com.au>
17114
17115 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
17116 makeinfo appends to duplicate index entries.
17117
a6eeaa81 171182003-09-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
17119
17120 * dired-x.el (dired-clean-tex): Doc fix.
17121
17122 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
17123 using a Chinese tutorial.
17124
171252003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
17126
17127 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
17128 between "MAIL FROM:" and "RCPT TO:" and the following address.
17129
171302003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
17131
17132 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
17133
171342003-09-28 David Ponce <david@dponce.com>
17135
17136 * recentf.el (recentf-initialize-file-name-history): New defcustom.
17137 (recentf-load-list): When `recentf-initialize-file-name-history'
17138 is non-nil, initialize an empty `file-name-history' with the
17139 recent list.
17140
28eba01f 171412003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
55115079
PA
17142
17143 * man.el (Man-default-man-entry): Remove the leading `*' from the
17144 word at point.
17145
171462003-09-26 Lute Kamstra <lute@gnu.org>
17147
17148 * bindings.el (mode-line-position): Mention size indication in
17149 docstring.
17150
171512003-09-26 Andre Spiegel <spiegel@gnu.org>
17152
17153 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
17154
17155 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
17156 because it's autoloaded now.
17157
171582003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17159
17160 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
17161 (sh-font-lock-keywords, sh-feature): Fix previous change of
17162 sh-feature to avoid infloop with sh-font-lock-keywords.
17163
171642003-09-25 Kim F. Storm <storm@cua.dk>
17165
17166 * frame.el (frame-current-scroll-bars): New defun.
17167
17168 * window.el (window-current-scroll-bars): New defun.
17169
171702003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17171
17172 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
17173 cause errors when the state cache contains info on parts that have
17174 been narrowed out.
17175
171762003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17177
17178 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
17179 `c-setup-paragraph-variables' has to be used when this variable is
17180 changed; it doesn't work to reinitialize the mode since that
17181 typically clobbers the variable.
17182
17183 * progmodes/cc-styles.el (c-setup-paragraph-variables):
17184 Make it interactive.
17185
171862003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17187
17188 * progmodes/cc-fonts.el (c-font-lock-declarations):
17189 Fix recognition of constructors and destructors for classes whose
17190 names are matched by `*-font-lock-extra-types'.
17191
17192 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
17193 followed by an identifier in C++ then it's a type.
17194
171952003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17196
17197 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
17198 problem that primarily affected XEmacs. Don't use faces to find
17199 unterminated strings since Emacs and XEmacs fontify strings
17200 differently - this function should now work better in XEmacs.
17201
172022003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17203
17204 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
17205 `expand-abbrev' workaround which caused braces to misbehave inside
17206 macros.
17207
17208 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
17209 handling. This bug could cause interactive font locking to bail out.
17210
172112003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17212
17213 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17214 Handle paren-style types in Pike. Also fixed some cases of
17215 insufficient handling of unbalanced parens.
17216
172172003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
17218
17219 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
17220 common shell prompts that are not common filename or URL characters.
17221 (ffap-file-at-point): Use the new regexp to strip the prompts from
a568a2cc 17222 the file names. This is an issue mostly for user prompts that
55115079 17223 don't have a trailing space and find-file-at-point is invoked from
e2cae769 17224 within a shell inside Emacs.
55115079
PA
17225
172262003-09-24 Andre Spiegel <spiegel@gnu.org>
17227
17228 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
17229 stamps numerically, rather than textually.
17230
172312003-09-24 Kenichi Handa <handa@m17n.org>
17232
17233 * language/devan-util.el (devanagari-post-read-conversion):
17234 * language/mlm-util.el (malayalam-post-read-conversion):
17235 * language/tml-util.el (tamil-post-read-conversion):
17236 Add autoload cookie.
17237
17238 * international/utf-8.el (utf-8-post-read-conversion):
17239 Call post-read-conversion functions for Devanagari, Malayalam,
17240 and Tamil.
17241
172422003-09-23 Dave Love <fx@gnu.org>
17243
17244 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
17245
172462003-09-22 Nick Roberts <nick@nick.uklinux.net>
17247
17248 * progmodes/gud.el (perldb): Add gud-until to list of commands.
17249 Update gud-remove.
17250
172512003-09-22 Richard M. Stallman <rms@gnu.org>
17252
17253 * progmodes/sh-script.el (sh-mode-default-syntax-table):
17254 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
17255 (sh-mode-syntax-table-input): New variable.
17256 (sh-require-final-newline): Don't use eval.
17257 (sh-builtins, sh-leading-keywords, sh-other-keywords)
17258 (sh-variables, sh-font-lock-keywords): Don't use eval.
17259 (sh-set-shell): When setting require-final-newline,
17260 treat value = `require-final-newline' as don't change it.
17261 Set sh-mode-syntax-table locally based on
17262 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
17263
17264 * progmodes/compile.el (compile-internal):
17265 Call compilation-set-window-height before setting window start.
17266
172672003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
17268
17269 * emacs-lisp/bytecomp.el (byte-compile-log-file):
17270 Clear out byte-compile-last-warned-form.
17271
172722003-09-22 Richard M. Stallman <rms@gnu.org>
17273
17274 * woman.el (woman-file-name, woman-follow-word):
17275 If current-word returns nil, use "".
17276
17277 * simple.el (eval-expression): Bind standard-output in to-buffer case.
17278
172792003-09-22 Richard M. Stallman <rms@gnu.org>
17280
17281 * emacs-lisp/lisp-mnt.el (lm-with-file):
17282 Don't visit the file, just use insert-file-contents in temp buffer.
17283
172842003-09-22 Jari Aalto <jari.aalto@poboxes.com>
17285
17286 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
17287 Add surrounding \\( and \\) around the header, as in
17288 for lm-history-header 'Change Log\\|History'.
17289
172902003-09-22 John Paul Wallington <jpw@gnu.org>
17291
17292 * progmodes/ld-script.el: Add Commentary section,
17293 minor cleanup of file header.
17294 (ld-script-font-lock-keywords): Doc fix.
17295 (toplevel): Provide `ld-script' feature.
17296
172972003-09-21 Kim F. Storm <storm@cua.dk>
17298
17299 * scroll-bar.el (set-scroll-bar-mode): Initialize to
17300 new built-in variable default-frame-scroll-bars.
17301 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
17302 scroll-bar-mode; notably, use it instead of t when we toggle
17303 scroll-bars on.
17304 (toggle-scroll-bar): Use default-frame-scroll-bars.
17305
173062003-09-19 Masatake YAMATO <jet@gyve.org>
17307
17308 * pcvs.el (cvs-do-removal): Change the prompt depending on
17309 `filter' value.
17310
173112003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17312
17313 * startup.el (command-line-1): Stop startup-echo-area-message
17314 being hidden by "Loading image..." message.
17315 (use-fancy-splash-screens-p, display-splash-screen):
17316 Move display-graphic-p test from latter to former.
17317
17318 * progmodes/sh-script.el (sh-font-lock-keywords):
17319 Highlight escaped EOLs differently from other backslash constructs.
17320
173212003-09-19 Richard M. Stallman <rms@gnu.org>
17322
17323 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
17324 New functions.
17325 (edebug-enter, edebug-outside-excursion): Use them.
17326
17327 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
17328 Fix the condition for whether to print "In WHERE".
17329
173302003-09-19 Jari Aalto <jari.aalto@poboxes.com>
17331
17332 * finder.el (finder-mode-hook): New variable.
17333 (finder-mode): Run hook finder-mode-hook
17334
173352003-09-18 Masatake YAMATO <jet@gyve.org>
17336
17337 * progmodes/ebrowse.el: Fix broken magic autoload comments.
17338
173392003-09-17 Mario Lang <mlang@delysid.org>
17340
17341 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
17342 "p %e" to actually print the value in the GUD buffer.
17343
173442003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
17345
17346 From David Ponce <david.ponce@wanadoo.fr>:
17347 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
17348 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
17349 from loaddefs-boot.el if necessary.
17350
28eba01f 173512003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
55115079
PA
17352
17353 * progmodes/gud.el (gud-find-class): Make jdb work again since
17354 cc-mode changed the syntactic information.
17355
173562003-09-15 David Ponce <david@dponce.com>
17357
17358 * recentf.el: (recentf-exclude): Accept predicates too.
17359 (recentf-file-readable-p): New function.
17360 (recentf-include-p): Handle predicates in recentf-exclude.
17361 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
17362 (recentf-cleanup): Likewise.
17363 (recentf-save-list): Use write-file to handle backup of
17364 recentf-save-file.
17365
173662003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
17367
17368 * loaddefs-boot.el: Renamed from `loaddefs.el'
17369 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
17370 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
17371 necessary.
17372
173732003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
17374
17375 * electric.el (Electric-pop-up-window): For the `one-window' case,
17376 no longer disconcertingly move point in the original buffer.
17377
173782003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17379
17380 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
17381
28eba01f 173822003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
17383
17384 * dired.el (dired-mode-map): Fix typo.
17385
173862003-09-11 Richard M. Stallman <rms@gnu.org>
17387
17388 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
17389
173902003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17391
17392 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
17393 the function is less noisy. Now only `kill-buffer' can ask questions.
17394
173952003-09-10 Mario Lang <mlang@delysid.org>
17396
17397 * battery.el: Update Commentary and Copyright.
17398 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
17399 appear due to wrong ordering of the expressions in `or'.
17400
174012003-09-09 Lute Kamstra <lute@gnu.org>
17402
17403 * misc.el (upcase-char): Fix docstring.
17404 (zap-up-to-char): New command.
17405
174062003-09-08 David Ponce <david@dponce.com>
17407
17408 Ensure that recentf correctly updates the menu bar.
17409 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
17410 (recentf-menu-bar): New function.
17411 (recentf-clear-data): Use it
17412 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
17413 of easy-menu-change.
17414
174152003-09-08 Lute Kamstra <lute@gnu.org>
17416
17417 * simple.el (size-indication-mode): New.
17418 * bindings.el (mode-line-position): Add buffer size indicator.
17419
174202003-09-04 Mario Lang <mlang@delysid.org>
17421
17422 * battery.el (battery-linux-proc-acpi): New function.
17423 (battery-status-function): Modify default value calculation to also
17424 check for availability of ACPI.
17425 (battery-echo-area-format): Ditto.
17426 (battery-mode-line-format): Ditto.
17427
174282003-09-06 Dave Love <fx@gnu.org>
17429
17430 * ielm.el (ielm-mode-hook): Add :options.
17431
17432 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
17433 (eldoc-print-current-symbol-info): Use it.
17434
174352003-09-04 Nick Roberts <nick@nick.uklinux.net>
17436
17437 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
17438 being displayed in GUD buffer.
a568a2cc 17439 (gdb-idle-input-queue): Remove var. Use just one queue.
55115079
PA
17440 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
17441 Remove functions. Use just one queue.
17442 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
17443 (gdb-invalidate-assembler, gdb-get-current-frame):
17444 Modify functions. Use just one queue.
17445
174462003-09-04 Dave Love <fx@gnu.org>
17447
17448 * cus-start.el: Add blink-cursor-alist.
17449
17450 * ruler-mode.el (ruler-mode-fill-column-char)
17451 (ruler-mode-current-column-char): Use char-displayable-p,
17452 not window-system.
17453
17454 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
17455
17456 * language/european.el (windows-1252): Move from code-pages.
17457
17458 * language/cyrillic.el ("Windows-1251"): Delete.
17459 ("Bulgarian", "Belarusian"): Remove `features'.
17460 (windows-1251): Move from code-pages.
17461
17462 * international/mule-diag.el (non-iso-charset-alist):
17463 Remove `codepage' stuff.
17464 (print-designation, list-coding-systems-1): Output fixes.
17465
17466 * international/code-pages.el (cp-make-translation-table)
17467 (cp-valid-codes): Made defsubsts.
17468 (cp-fix-safe-chars): Delete.
17469 (mule-diag): Don't require.
17470 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
17471 (top-level): Check for defined coding system when defining
17472 cp... aliases. Change w32-add-charset-info test to avoid warning.
17473 (non-iso-charset-alist): Defvar when compiling.
17474 (cp-make-coding-system): Doc fix.
17475
174762003-09-02 Jason Rumney <jasonr@gnu.org>
17477
17478 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
17479 line-ends from CVS before doing conversion.
17480
174812003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
17482
17483 * calendar/diary-lib.el (diary-header-line-flag)
17484 (diary-header-line-format): New variables.
17485 (list-diary-entries): Use them to set header line in simple diary.
17486
17487 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
17488 other than font-lock-string-face to highlight backslashes.
17489
174902003-09-01 Jason Rumney <jasonr@gnu.org>
17491
17492 * international/titdic-cnv.el (tit-read-key-value): Include \r in
17493 regexp.
17494
174952003-09-01 Dave Love <fx@gnu.org>
17496
17497 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
17498
17499 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
17500 and :help; also line and column numbers labels.
17501
17502 * international/mule-util.el (char-displayable-p): Move from
17503 latin1-disp, rename and autoload.
17504
17505 * international/latin1-disp.el (latin1-char-displayable-p):
17506 Now obsolete alias. Replace uses with char-displayable-p.
17507 (latin1-display-ucs-per-lynx): Fix last change.
17508
17509 * international/mule-cmds.el (standard-display-european-internal):
17510 Don't use char code for Latin-1 NBSP.
17511 <XFree86 4>: Unfrob NBSP display table. Set display table to use
17512 U+2018, U+2019 for `'.
17513 (select-safe-coding-system): Message fix.
17514
175152003-09-01 Kenichi Handa <handa@m17n.org>
17516
17517 * international/fontset.el (setup-default-fontset): For Thai
17518 font, specify "*" family.
17519
28eba01f 175202003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
55115079
PA
17521
17522 * progmodes/compile.el (previous-error): Accept a prefix
17523 argument, similarly to next-error.
17524
175252003-08-31 Masatake YAMATO <jet@gyve.org>
17526
17527 * pcvs.el (cvs-do-removal): Use = instead of eq to check
17528 the number of files. Bind the number of files to a local
17529 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
17530
a6eeaa81 175312003-08-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
17532
17533 * vc-hooks.el (vc-make-version-backup): Fix the change made on
17534 2003-07-26: msdos-long-file-names is a function, not a variable.
17535
175362003-08-29 Richard M. Stallman <rms@gnu.org>
17537
17538 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
17539 Do nothing with mail-personal-alias-file if it is nil.
17540
17541 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
17542 Do nothing if mail-personal-alias-file is nil.
17543
17544 * term.el (term-exec-1): Bind coding-system-for-read.
17545
17546 * dired.el (dired-mouse-find-file-other-window):
17547 Use dired-view-command-alist here, as in dired-view-file.
17548 (dired-view-command-alist): Use %s to substitute file name.
17549 Handle .ps_pages, .eps, .jpg, .gif, .png.
17550
175512003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17552
17553 * info.el (Info-mode-map): Bind S-tab and <backtab> to
17554 `Info-prev-reference', instead of M-tab.
17555
175562003-08-29 Martin Stjernholm <mast@lysator.liu.se>
17557
17558 * simple.el (blink-matching-open): Work correctly on chars that
17559 are designated as parens through the syntax-table text property.
17560
28eba01f 175612003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
55115079
PA
17562
17563 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
17564 line break position in the middle of a non-kinsoku (e.g. latin)
17565 word, making it skip until either a space or a character with
17566 category "|".
17567 (kinsoku-longer): Test for end of buffer.
17568
a6eeaa81 175692003-08-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
17570
17571 * mail/rmail.el (rmail-convert-to-babyl-format):
17572 Detect quoted-printable- and base64-encoded messages and decode them
17573 automatically. Set the message's encoding from the charset=
17574 header, if any. Decode base64-encoded messages in Mail format as well.
17575
175762003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17577
9310ba21 17578 * mail/smtpmail.el: Fix previous change.
55115079
PA
17579 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
17580 calling smtpmail-via-smtp.
17581 (smtpmail-via-smtp): Add fall-back values for envelope-from.
17582
175832003-08-26 John Paul Wallington <jpw@gnu.org>
17584
17585 * image.el (image-jpeg-p): Don't search beyond length of data.
17586
175872003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17588
17589 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
17590 misfeature in `expand-abbrev' which caused electric keywords like
17591 "else" to disappear if an open brace was typed directly afterwards.
17592
175932003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17594
17595 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
17596 mandatory in `define-widget'.
17597
17598 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
17599 Don't align the operators "!=", "<=" and ">=" as assignment operators.
17600
17601 (c-assignment-operators): New language constant that only contains
17602 the assignment operators.
17603
17604 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
17605
176062003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17607
17608 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17609 Safeguard against unbalanced sexps.
17610
28eba01f 176112003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
55115079
PA
17612
17613 * version.el (emacs-version): Check for gtk. Include gtk version info.
17614
176152003-08-25 John Paul Wallington <jpw@gnu.org>
17616
17617 * man.el (Man-default-man-entry): Don't whizz past the section
17618 number before looking for it.
17619
176202003-08-24 Nick Roberts <nick@nick.uklinux.net>
17621
17622 * progmodes/gud.el (gud-display-line): Don't set window-point if
a568a2cc 17623 source buffer is not visible. (Only happens with M-x gdba.)
55115079
PA
17624
17625 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
17626 documentation.
17627 (gdb-source, gdb-source-info): Update to assembler unnecessary
17628 as its done after each GDB command anyway.
17629 (gdb-pre-prompt): Use with-current-buffer.
17630 (gdb-insert-field): Add help-echo text.
17631 (gdb-invalidate-assembler): Re-display of assembler now done in
17632 gdb-info-breakpoints-custom.
17633 (gdb-info-breakpoints-custom): Force re-display of assembler to
17634 happen *after* update of breakpoints buffer.
17635 (gdb-display-source-buffer): Don't choke if gdb-source-window
17636 isn't visible.
17637 (gdb-put-string, gdb-put-arrow): Remove free variables.
17638
176392003-08-24 John Paul Wallington <jpw@gnu.org>
17640
17641 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
17642
17643 * man.el (Man-default-man-entry): Strip text properties when
17644 snarfing parts of entry because `format' preserves properties.
17645
176462003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17647
17648 * files.el (file-newest-backup): Use `expand-file-name'.
17649
17650 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
17651 Allow the diary to pop up a new frame, if needed.
17652
17653 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
17654 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
17655 (smtpmail-send-it): Make treatment of envelope-from consistent with
17656 sendmail.el.
17657
17658 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
17659 (sh-leading-keywords): Add the bash `time' reserved word.
17660 (sh-variables): Add some bash variables.
17661 (sh-add-completer): Fix nil branch of case statement.
17662
176632003-08-24 Masatake YAMATO <jet@gyve.org>
17664
17665 * progmodes/ld-script.el: New file.
17666
176672003-08-23 Markus Rost <rost@math.ohio-state.edu>
17668
17669 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
17670
176712003-08-23 Andre Spiegel <spiegel@gnu.org>
17672
17673 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
17674 Better explain obsolescence, and what to use instead.
17675
176762003-08-23 Masatake YAMATO <jet@gyve.org>
17677
17678 * pcvs.el (cvs-do-removal): Show the deleted file name
17679 on the prompt.
17680
176812003-08-20 Dave Love <fx@gnu.org>
17682
17683 * international/mule.el (make-coding-system)
17684 (set-buffer-file-coding-system): Doc fix.
17685
17686 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
17687
17688 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
17689
17690 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
17691
17692 * international/utf-16.el: Add mime-text-unsuitable coding system
17693 properties.
17694
17695 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
17696
17697 * cus-edit.el: Add some :links.
17698 (bib): Remove.
17699
17700 * textmodes/bib-mode.el (bib): Add :group external.
17701
177022003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
17703
17704 * wid-edit.el (widget-echo-help): Make it handle expressions that
17705 evaluate to strings.
17706
177072003-08-18 Michael Mauger <mmaug@yahoo.com>
17708
17709 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
17710
17711 Simplify selection of SQL products to define highlighting and
17712 interactive mode. Includes detailed instructions on adding
17713 support for new products.
17714
17715 * progmodes/sql.el (sql-product): New variable. Identifies SQL
17716 product for use in highlighting and interactive mode.
17717 (sql-interactive-product): New variable. SQL product for
17718 sql-interactive-mode.
17719 (sql-product-support): New variable. Specifies product-specific
17720 parameters to drive highlighting and interactive mode.
17721 (sql-imenu-generic-expression): Add more object types.
17722 (sql-sqlite-options): Correct comment.
17723 (sql-ms-program): Use "osql" rather than "isql".
17724 (sql-prompt-regexp, sql-prompt-length): Update comment.
17725 (sql-mode-menu): Add "Start SQLi session" entry.
17726 Replace Highlighting submenu with Product menu. Fix Send Region entry.
17727 (sql-mode-abbrev-table): Add abbreviations. Support of
17728 SYSTEM-FLAG on define-abbrev. Support was removed with last
17729 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
17730 (sql-mode-font-lock-object-name): Add font-lock pattern for object
17731 names.
17732 (sql-mode-ansi-font-lock-keywords): Set as default value.
17733 (sql-mode-oracle-font-lock-keywords): Set as default value.
17734 Support Oracle 9i keywords.
17735 (sql-mode-postgres-font-lock-keywords): Set as default value.
17736 (sql-mode-linter-font-lock-keywords): Set as default value.
17737 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
17738 SQLServer 2000.
17739 (sql-mode-sybase-font-lock-keywords)
17740 (sql-mode-interbase-font-lock-keywords)
17741 (sql-mode-sqlite-font-lock-keywords)
17742 (sql-mode-strong-font-lock-keywords)
17743 (sql-mode-mysql-font-lock-keywords)
17744 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
17745 keywords.
17746 (sql-mode-font-lock-defaults): Update comment.
17747 (sql-product-feature): New function. Returns feature associated
17748 with a product from `sql-product-support' alist.
17749 (sql-product-font-lock): New function. Set font-lock support
17750 based on `sql-product'.
17751 (sql-add-product-keywords): New function. Add font-lock rules to
17752 product-specific keyword variables.
17753 (sql-set-product): New function. Set `sql-product' and apply
17754 appropriate font-lock highlighting.
17755 (sql-highlight-product): New function. Set font-lock support
17756 based on a product. Also set mode name to include product name.
17757 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
17758 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
17759 Use `sql-set-product'.
17760 (sql-highlight-ms-keywords)
17761 (sql-highlight-sybase-keywords)
17762 (sql-highlight-interbase-keywords)
17763 (sql-highlight-strong-keywords)
17764 (sql-highlight-mysql-keywords)
17765 (sql-highlight-sqlite-keywords)
17766 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
17767 (sql-get-login): Prompt in the same order as the tokens.
17768 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
17769 (sql-product-interactive): New function. Common portions of
17770 product-specific interactive mode wrappers.
17771 (sql-interactive-mode): Rewritten to use product features.
17772 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
17773 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
17774 (sql-db2, sql-linter): Use `sql-product-interactive'.
17775 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
17776 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
17777 (sql-connect-ingres, sql-connect-postgres)
17778 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
17779 New functions. Format command line parameters and invoke comint on
17780 the appropriate interpreter. Code was in the corresponding
17781 `sql-xyz' function before.
17782 (sql-connect-ms): New function. Support -E argument to use
17783 operating system credentials for authentication.
17784
177852003-08-18 Kenichi Handa <handa@m17n.org>
17786
17787 * international/mule.el (encode-char): Fix for the ASCII case.
17788
177892003-08-15 Kenichi Handa <handa@m17n.org>
17790
17791 * international/fontset.el (setup-default-fontset): Change "*" to
17792 nil in the specifications of font family.
17793
177942003-08-18 Kim F. Storm <storm@cua.dk>
17795
17796 * kmacro.el (kmacro-keymap): Group related bindings in
17797 initialization for clarity. Bind C-s to start macro.
17798 Remove C-r binding.
17799 (kmacro-initial-counter-value): New defvar to hold initial counter
17800 value in case we set the value before defining a macro.
17801 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
17802 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
17803 not defining or executing macro. Doc fix.
17804 (kmacro-add-counter): Clear kmacro-initial-counter-value.
17805 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
17806 temporarily view older elements on the macro ring without cycling
17807 the ring.
17808 (kmacro-display): Doc fix.
17809 (kmacro-exec-ring-item): New helper function.
17810 (kmacro-call-ring-2nd): Use it.
17811 (kmacro-call-ring-2nd-repeat): Doc fix.
17812 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
17813 (kmacro-end-or-call-macro): Execute last viewed macro (using
17814 kmacro-exec-ring-item) from ring if this follows
17815 kmacro-view-macro. This allows us to find a macro on the ring
17816 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
17817 the ring to bring it to the head of the ring.
17818 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
17819 Allow binding to reserved keys without specifying C-x C-k prefix.
17820 Ask for confirmation if entered key sequence is already bound to
17821 a non-macro command.
17822 (kmacro-view-macro): Repeating command will show older elements
17823 on the macro ring; C-k will execute the last viewed macro.
17824 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
17825 property from 'ring to 'head.
17826
178272003-08-17 Alan Shutko <ats@acm.org>
17828
17829 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
17830 keeping December out of the alist.
17831
178322003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
17833
17834 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
17835 * calendar/calendar.el (calendar-mode-map): Bind it to key.
17836 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
17837 (calendar-flatten): New function.
17838 (calendar-mouse-view-other-diary-entries)
17839 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
17840 in the menu title and to show multi-line diary entries correctly
17841 in the menu.
17842
178432003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
17844
17845 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
17846 defcustom, because the default was recently changed.
17847
178482003-08-16 Richard M. Stallman <rms@gnu.org>
17849
17850 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
17851
17852 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17853 New subroutine, broken out of eval-last-sexp-1.
17854 (eval-last-sexp-1): Use eval-last-sexp-print-value.
17855
17856 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
17857
17858 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
17859
17860 * simple.el (eval-expression): Use eval-last-sexp-print-value.
17861
178622003-08-14 Jari Aalto <jari.aalto@poboxes.com>
17863
17864 * progmodes/compile.el (compilation-error-regexp-alist):
17865 Add Java ANt error detection as described in document
17866 http://ant.apache.org/faq.html
17867
178682003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
17869
17870 * simple.el (backward-word, forward-to-indentation)
9242b3b7 17871 (backward-to-indentation): Argument changed to optional.
55115079
PA
17872 (next-line, previous-line): Use `or' instead of `unless'.
17873
178742003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17875
17876 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
17877 instead of a constant.
17878
178792003-08-12 Markus Rost <rost@math.ohio-state.edu>
17880
17881 * shell.el (shell): With prefix-arg, suggest a new buffer name.
17882
178832003-08-12 Andre Spiegel <spiegel@gnu.org>
17884
17885 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
17886 (vc-sccs-workfile-version): Search the entire delta table, rather
17887 than just the first entry, because that might be a deleted version.
17888
178892003-08-11 Karl Fogel <kfogel@red-bean.com>
17890
17891 * menu-bar.el (menu-bar-options-menu): Supply a body for the
17892 [save-place] binding in the Options menu. Have it require
17893 'saveplace' and then toggle the variable manually, to avoid an an
17894 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
17895 for the bug report.
17896
178972003-08-11 Nick Roberts <nick@nick.uklinux.net>
17898
17899 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
17900 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
17901 (gdb-info-threads-custom): Add help-echo text.
17902 (gdb-display-back): Don't use purecopy.
17903 (gdb-info-breakpoints-custom, gdb-reset)
17904 (gdb-assembler-custom): Use display-images-p to test if breakpoint
17905 icons can be displayed.
17906
179072003-08-11 Markus Rost <rost@math.ohio-state.edu>
17908
17909 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
17910
179112003-08-11 Stefan Monnier <monnier@cs.yale.edu>
17912
17913 * bookmark.el (bookmark-completing-read):
17914 Return a string, instead of a list of one string.
17915 Use a popup menu if activated from the mouse.
17916 (bookmark-edit-annotation): Remove unused vars.
17917 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
17918 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
17919 to bookmark-completing-read.
17920 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17921 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
17922 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
17923 and erase-buffer.
17924 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
17925 (bookmark-menu-jump, bookmark-menu-insert)
17926 (bookmark-popup-menu-and-apply-function)
17927 (bookmark-menu-popup-paned-bookmark-menu): Remove.
17928 (bookmark-menu-build-paned-menu): Remove by folding it into
17929 bookmark-menu-popup-paned-menu.
17930 (menu-bar-bookmark-map): Move the define-key statements here.
17931 Use the "non-menu" commands since they now pop up a menu if needed.
17932 (bookmark-exit-hook-internal): Simplify.
17933
179342003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
17935
17936 * reftex-toc.el (reftex-toc-rename-label): New function.
17937 (reftex-toc-check-docstruct): New function.
17938
17939 * reftex.el (reftex-region-active-p): New function.
17940
17941 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
17942 regexp to find the \bibliography macro.
17943
17944 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
17945 which does not exist in LaTeX.
17946 (reftex-cite-format-builtin): Added amsrefs support.
17947 (reftex-toc-confirm-promotion): New option
17948
17949 * reftex-toc.el
17950 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
17951 (reftex-toc-demote, reftex-toc-promote)
17952 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17953 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17954 (reftex-toc-newhead-from-alist)
17955 (reftex-toc-load-all-files-for-promotion): New functions.
17956 (reftex-toc-help): Added description of new keys.
17957 (reftex-toc-split-windows-fraction): New option.
17958 (reftex-recenter-toc-when-idle): Search *toc* window on all
17959 visible frames.
17960 (reftex-toc): Additional parameter REUSE
17961 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
17962 with REUSE argument.
17963 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
17964 the call of `reftex-toc'.
17965 (reftex-make-separate-toc-frame): New function .
17966 (reftex-toc-recenter): When called with triple prefix arg, call
17967 `reftex-make-separate-toc-frame' first.
17968 (reftex-toc-toggle-dedicated-frame): New command.
17969 (reftex-toc-quit): Adapted to delete frame when called in
17970 dedicated frame.
17971
17972 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
17973 all enclosing macros.
17974
17975
179762003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17977
17978 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
17979 first use.
17980
179812003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17982
17983 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
17984
179852003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17986
17987 * calendar/calendar.el (list-diary-entries-hook)
17988 (diary-display-hook, nongregorian-diary-listing-hook)
17989 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
17990 Add some customize options for these hooks.
17991 (calendar-abbrev-construct): Don't try to take a substring longer
17992 than the original string.
17993
179942003-08-05 Richard M. Stallman <rms@gnu.org>
17995
17996 * emacs-lisp/testcover.el (noreturn): Report error if does return.
17997 (testcover-reinstrument-clauses): Doc fix.
17998
17999 * emacs-lisp/warnings.el: Doc fixes, args renamed.
18000 (warning-type-format): Rename from warning-group-format.
18001
18002 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
18003 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
18004 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
18005 to prevent warnings about defvar for an obsolete variable.
18006
18007 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
18008 warning-group-format renamed to warning-type-format.
18009
18010 * subr.el (read-passwd): Use clear-string instead of fillarray.
18011
18012 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
18013 Use vconcat instead of concat.
18014 (edmacro-sanitize-for-string): New function.
18015
180162003-08-05 Dave Love <fx@gnu.org>
18017
18018 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
18019 line-number-display-limit-width.
18020
18021 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
18022
180232003-08-05 Kenichi Handa <handa@m17n.org>
18024
18025 * international/code-pages.el: Don't require mule-diag.
18026
18027 * international/mule-diag.el (non-iso-charset-alist):
18028 Add autoload cookie.
18029
18030 * language/devan-util.el (dev-glyph-order): Add an entry for the
18031 glyph code #xC4.
18032
180332003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18034
18035 * calendar/calendar.el (diary-file, diary-file-name-prefix)
18036 (european-calendar-style, diary-date-forms)
18037 (calendar-day-name-array, calendar-month-name-array): Doc change.
18038 (generate-calendar-month): Adapt for new behaviour of
18039 `calendar-day-name' function.
18040 (calendar-abbrev-length, calendar-day-abbrev-array)
18041 (calendar-month-abbrev-array): New variables.
18042 (calendar-abbrev-construct): New function.
18043 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
18044 rather than fixing abbrevs at some width. Calling syntax change.
18045 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
18046 (calendar-date-string): Adapt for new behaviours of
18047 `calendar-day-name' and `calendar-month-name' functions.
18048
18049 * calendar/diary-lib.el (list-diary-entries): Adapt for new
18050 behaviour of `calendar-day-name' and `calendar-month-name' functions.
18051 (diary-name-pattern): Use abbrev arrays, rather than fixing
18052 abbrevs at three chars. Calling syntax change.
9242b3b7 18053 (mark-diary-entries): Adapt for new behaviours of
55115079
PA
18054 `diary-name-pattern' and `calendar-make-alist' functions.
18055 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
18056 `diary-name-pattern' function.
18057 (font-lock-diary-date-forms): Use abbrev arrays, rather than
18058 fixing abbrevs at three chars. Calling syntax change.
18059 (cal-hebrew, cal-islam): Require when compiling.
18060 (diary-font-lock-keywords): Adapt for new behaviour of
18061 `font-lock-diary-date-forms' function.
18062
18063 * calendar/cal-hebrew.el: Reposition some code so defined before used.
18064 (calendar-hebrew-month-name-array-common-year)
18065 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
18066 (list-hebrew-diary-entries): Adapt for new behaviours of
18067 `calendar-day-name' and `add-to-diary-list' functions.
18068 (mark-hebrew-diary-entries): Adapt for new behaviours of
18069 `diary-name-pattern' and `calendar-make-alist' functions.
18070
18071 * calendar/cal-islam.el (calendar-islamic-month-name-array):
18072 Add doc string.
18073 (list-islamic-diary-entries): Adapt for new behaviours of
18074 `calendar-day-name' and `add-to-diary-list' functions.
18075 (mark-islamic-diary-entries): Adapt for new behaviours of
18076 `diary-name-pattern' and `calendar-make-alist' functions.
18077
18078 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
18079 `calendar-month-name' function.
18080
18081 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
18082
18083 * calendar/solar.el (solar-seasons-data): Move definition before use.
18084
18085 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
18086 (cal-tex-LaTeX-hourbox): Move definition before use.
18087
18088 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
18089 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
18090 lunar.el, solar.el
18091 (displayed-month, displayed-year): Define for compiler.
18092
180932003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18094
18095 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
18096 MODE. Renamed from c-init-c-language-vars'.
18097 (c-initialize-cc-mode): Change accordingly.
18098 (c-common-init): Ditto.
18099 (c-mode): Ditto.
18100 (c++-mode): Use `c-init-language-vars-for'.
18101 (objc-mode): Ditto.
18102 (java-mode): Ditto.
18103 (idl-mode): Ditto.
18104 (pike-mode): Ditto.
18105 (awk-mode): Ditto.
18106
181072003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18108
18109 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
18110 or not the point moved.
18111
18112 (c-search-decl-header-end): Don't trip up on operator identifiers
18113 in C++ and operators like == in all languages.
18114
18115 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18116 Detect leading labels correctly.
18117
181182003-08-02 Andreas Schwab <schwab@suse.de>
18119
18120 * textmodes/ispell.el: Don't redo key bindings on loading, put
18121 them only in loaddefs.el.
18122 * bookmark.el: Likewise.
18123 * dabbrev.el: Likewise.
18124 * emerge.el: Likewise.
18125
18126 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
18127 has more than one member.
18128
18129 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
18130
181312003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18132
18133 * lpr.el (printify-region): It was ending conversion before the
18134 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
18135
181362003-07-31 John Paul Wallington <jpw@gnu.org>
18137
18138 * net/browse-url.el (browse-url-epiphany): Doc fix.
18139
181402003-07-30 Kenichi Handa <handa@m17n.org>
18141
18142 * international/fontset.el (setup-default-fontset):
18143 Change registry names of Akurti fonts.
18144
181452003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18146
18147 * comint.el (comint-read-noecho): Use `clear-string' instead of
18148 `fillarray'.
18149
181502003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
18151
18152 * outline.el (outline-mode-hook): Add defvar.
18153
181542003-07-28 Nick Roberts <nick@nick.uklinux.net>
18155
18156 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
18157 Restore assembler in source window if that is what has been selected.
18158 (menu): Add gdb-restore-windows to menu. Make gdba
18159 specific menus only visible from gdba.
18160
181612003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
18162
18163 * progmodes/compile.el (compilation-environment): New user variable.
18164 (compile-internal): Respect it.
18165
181662003-07-23 Masatake YAMATO <jet@gyve.org>
18167
18168 * progmodes/gud.el (gdb-script-font-lock-keywords):
18169 Put `font-lock-function-name-face' on a symbol which includes
18170 `-' like `hook-run'. Put font-lock-variable-name-face
18171 on a symbol starting with $.
18172
181732003-07-27 Markus Rost <rost@math.ohio-state.edu>
18174
18175 * files.el (set-visited-file-name): Use truename for buffer-file-name.
18176
181772003-07-26 Markus Rost <rost@math.ohio-state.edu>
18178
18179 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
18180
181812003-07-26 Andre Spiegel <spiegel@gnu.org>
18182
18183 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
18184 Use with-no-warnings.
18185 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
18186 rather than to find-file-not-found-hook, which doesn't exist.
18187
181882003-07-26 Markus Rost <rost@math.ohio-state.edu>
18189
18190 * international/quail.el (quail-translate-key): Fix previous change.
18191
181922003-07-25 John Paul Wallington <jpw@gnu.org>
18193
18194 * server.el (server-start): Check `server-process' is non-nil
18195 before killing it to avoid killing current buffer's process.
18196
18197 * simple.el (choose-completion-string): Use `minibufferp';
18198 test `completion-reference-buffer' if `buffer' arg is nil.
18199 (push-mark): Use `when' and `unless'.
18200 (pop-mark): Use `when'.
18201
18202 * mouse-sel.el (mouse-sel-get-selection-function):
18203 Check `x-last-selected-text-primary'. Don't barf if it or
18204 `x-last-selected-text' aren't bound.
18205
182062003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18207
18208 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
18209
182102003-07-23 Stefan Monnier <monnier@cs.yale.edu>
18211
18212 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
18213
182142003-07-23 John Paul Wallington <jpw@gnu.org>
18215
18216 * tooltip.el (defface tooltip): Inherit from variable-pitch.
18217
182182003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18219
18220 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
18221 string. Defvar the derived hook.
18222
18223 * macros.el (insert-kbd-macro): Escape double quote character.
18224 From Thomas W Murphy <twm@andrew.cmu.edu>.
18225
182262003-07-22 Stefan Monnier <monnier@cs.yale.edu>
18227
18228 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
18229 to match the specific mark rather than reusing comment-start-skip.
18230
182312003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
18232
18233 * progmodes/hideshow.el (hs-special-modes-alist):
18234 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
18235
182362003-07-21 Markus Rost <rost@math.ohio-state.edu>
18237
18238 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
18239 value using ?\s.
18240
182412003-07-21 John Paul Wallington <jpw@gnu.org>
18242
18243 * subr.el (with-selected-window): Add closing paren.
18244
182452003-07-21 Richard M. Stallman <rms@gnu.org>
18246
18247 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
18248 (lisp-mode): Likewise.
18249
18250 * subr.el (with-selected-window): Copy code form save-selected-window
18251 so as to call select-window with norecord arg.
18252 (dynamic-completion-table): Doc fix.
18253 (lazy-completion-table): Doc fix.
18254
18255 * international/mule-cmds.el (set-locale-environment):
18256 langinfo renamed to locale-info.
18257
18258 * international/mule.el (auto-coding-functions): Doc fix.
18259
182602003-07-21 Kenichi Handa <handa@m17n.org>
18261
18262 * international/quail.el (quail-translate-key):
18263 Update quail-current-str correctly.
18264
182652003-07-21 Andreas Schwab <schwab@suse.de>
18266
18267 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
18268 ?, to "_".
18269
182702003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
18271 Version 2.0.36 of Tramp released.
18272
18273 * net/tramp.el (tramp-default-password-end-of-line): Rename from
18274 tramp-password-end-of-line.
18275 (tramp-password-end-of-line): New method parameter.
18276 (tramp-get-password-end-of-line): Function to access method
18277 parameter `tramp-password-end-of-line', or variable
18278 `tramp-default-password-end-of-line' (default value).
18279 (tramp-methods): Add entries for new parameter
18280 tramp-password-end-of-line.
18281 (tramp-enter-password): Use new function
18282 `tramp-get-password-end-of-line'.
18283 (tramp-handle-insert-file-contents): Do not
18284 unconditionally inhibit the file operation file-local-copy, only
18285 do that when the inhibit-file-name-operation is currently
18286 insert-file-contents. This fixes finding remote CVS-controlled
18287 files. (It would barf on inserting the CVS/Entries file
18288 literally, because the file-local-copy handler wasn't called.)
18289 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
18290 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
18291 (tramp-initial-commands): New variable.
18292 (tramp-process-initial-commands): New function, using the variable.
18293 (tramp-open-connection-setup-interactive-shell): Call the new function.
18294 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
18295 method into the buffer name, never use nil. Reported by Hanak
18296 David <dhanak@inf.bme.hu>.
18297 (tramp-open-connection-setup-interactive-shell): Erase buffer
18298 before sending "stty -onlcr".
18299
18300 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
18301
183022003-07-19 Markus Rost <rost@math.ohio-state.edu>
18303
18304 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
18305
183062003-07-19 John Paul Wallington <jpw@gnu.org>
18307
18308 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
18309 (artist-draw-rect, artist-draw-square): Doc fixes.
18310
18311 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
18312
18313 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
18314
183152003-07-19 Kenichi Handa <handa@m17n.org>
18316
18317 * international/kkc.el (kkc-show-conversion-list-update):
18318 Highlight the correct candidate in the message.
18319
183202003-07-18 John Paul Wallington <jpw@gnu.org>
18321
18322 * simple.el (current-word): Don't include punctuation char when
18323 `really-word' arg is non-nil.
18324
183252003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
18326
18327 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
18328 moved to the directory obsolete.
18329
183302003-07-16 Stefan Monnier <monnier@cs.yale.edu>
18331
18332 * info.el (Info-menu-entry-name-re): Allow newlines in
18333 menu entry names.
18334
18335 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
18336 syntax-ppss-after-change-function.
18337 (syntax-ppss-after-change-function): New alias. Update uses.
18338 (syntax-ppss): Catch the case where the buffer is narrowed.
18339
183402003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18341
18342 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
18343 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
18344
183452003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18346
18347 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
18348 since it might be modified.
18349
18350 * progmodes/cc-langs.el (c++-make-template-syntax-table)
18351 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
18352 names to these language constants.
18353
183542003-07-15 Kim F. Storm <storm@cua.dk>
18355
18356 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
18357 All uses changed.
18358
183592003-07-14 Mark A. Hershberger <mah@everybody.org>
18360
18361 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
18362 Namespace support.
18363
183642003-07-13 Juanma Barranquero <lektu@terra.es>
18365
18366 * frame.el (modify-all-frames-parameters): Reinstall (copyright
18367 papers received).
18368
183692003-07-13 Karl Eichwalder <ke@suse.de>
18370
18371 * textmodes/po.el (po-find-charset): White space at the start of the
18372 Content-Type field body is non-mandatory.
18373
183742003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
18375
18376 * textmodes/texinfo.el (texinfo-section-list):
18377 Append appendixsection; a synonym for appendixsec.
18378
183792003-07-13 Jari Aalto <jari.aalto@poboxes.com>
18380
18381 * man.el (Man-translate-cleanup): New.
18382 (Man-translate-references): Call `Man-translate-cleanup' to clean
18383 leading, trailing and middle spaces.
18384
183852003-07-13 Lars Hansen <larsh@math.ku.dk>
18386
18387 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
18388 Handle `dired-directory' being a list.
18389
183902003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
18391
18392 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
18393 it doesn't exist.
18394
183952003-07-12 Richard M. Stallman <rms@gnu.org>
18396
18397 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
18398
18399 * progmodes/cc-defs.el (c-make-keywords-re):
18400 Don't use delete-duplicates.
18401 (c-lang-const): Don't use mapcan.
18402
18403 * apropos.el (apropos-show-scores): Make it customizable.
18404 Document new meaning.
18405 (apropos): Compute scores from symbols.
18406 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
18407
184082003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18409
18410 * ps-bdf.el: Fix copyright line.
18411 (bdf-directory-list): Fix initialization code.
18412
184132003-07-11 John Paul Wallington <jpw@gnu.org>
18414
18415 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
18416 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
18417 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
18418
184192003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
18420
18421 * emacs-lisp/ring.el (ring-elements): Doc fix.
18422
184232003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18424
18425 * calendar/timeclock.el (timeclock-relative)
18426 (timeclock-ask-before-exiting, timeclock-use-display-time):
18427 Doc changes.
18428 (timeclock-modeline-display): Give a message if
18429 `timeclock-use-display-time' is non-nil but `display-time-mode'
18430 is not active.
18431
184322003-07-11 Kenichi Handa <handa@m17n.org>
18433
18434 * international/mule-cmds.el (set-language-environment):
18435 Set current-language-environment to the correct string.
18436
184372003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18438
18439 * ps-print.el: Print line number correctly in a region. Reported by
c9688100 18440 Tim Allen <timallen@ls83.fsnet.co.uk>.
55115079
PA
18441 (ps-print-version): New version number (6.6.2).
18442 (ps-printing-region): Code fix.
18443
184442003-07-10 John Paul Wallington <jpw@gnu.org>
18445
18446 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
18447 this function can be called from `add-completions-from-tags-table'.
18448
184492003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
18450
18451 * calendar/timeclock.el (timeclock-use-display-time)
18452 (timeclock-day-over-hook, timeclock-workday-remaining)
18453 (timeclock-status-string, timeclock-when-to-leave)
18454 (timeclock-when-to-leave-string, timeclock-log-data)
18455 (timeclock-find-discrep, timeclock-day-base)
18456 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
18457 (timeclock-modeline-display): Set the variable
18458 `timeclock-modeline-display'.
18459 (timeclock-update-modeline): Doc fix. Respect value of
18460 `timeclock-relative'.
18461
184622003-07-09 Richard M. Stallman <rms@gnu.org>
18463
18464 * textmodes/reftex-parse.el (reftex-all-document-files):
18465 Add autoload cookie.
18466
18467 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
18468 (reftex-scanning-info-available-p): Add autoload cookie.
18469
18470 * international/mule-cmds.el
18471 (set-display-table-and-terminal-coding-system): Delete duplicate
18472 aset on standard-display-table.
18473
18474 * view.el (view-file): If existing buffer's major mode is special,
18475 don't go into view mode.
18476
18477 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
18478
184792003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18480
18481 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
18482 buffer changes; there's third party code that calls this function
18483 directly.
18484
184852003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18486
18487 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
18488 (autodoc-font-lock-keywords): Don't byte compile on font lock
18489 initialization when running from byte compiled files.
18490
184912003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18492
18493 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
18494 statement ends with auto-increment "++".
18495
184962003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18497
18498 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18499 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18500 these are changed, so declare them as variables and not constants.
18501
185022003-07-08 Markus Rost <rost@math.ohio-state.edu>
18503
9242b3b7 18504 * subr.el (dolist, dotimes): Doc fix.
55115079
PA
18505
185062003-07-08 Kim F. Storm <storm@cua.dk>
18507
18508 * international/mule-cmds.el
18509 (set-display-table-and-terminal-coding-system): Don't break
18510 bootstrap if standard-display-table isn't setup yet.
18511
185122003-07-07 Richard M. Stallman <rms@gnu.org>
18513
18514 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
18515 Give it a doc string, and autoload it.
18516
18517 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
18518 Use with-no-warnings.
18519
18520 * info.el (Info-search): If find invisible text, search again.
18521
18522 * isearch.el (search-whitespace-regexp): Add a shy group around it.
18523
18524 * man.el (Man-name-regexp): Match + as part of name.
18525
18526 * simple.el (visible-mode): Rename from vis-mode.
18527 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
18528
18529 * simple.el (current-word): New arg REALLY-WORD specifies
18530 don't include punctuation chars.
18531
18532 * emacs-lisp/debug.el (debug, debugger-env-macro):
18533 Use with-no-warnings while accessing and binding unread-command-char.
18534
18535 * international/mule-cmds.el
18536 (set-display-table-and-terminal-coding-system): Use explicit loop
18537 instead of calling standard-display-default.
18538
18539 * net/ange-ftp.el (ange-ftp-file-symlink-p):
18540 Use condition-case to catch error in ange-ftp-get-files.
18541
18542 * net/browse-url.el (browse-url-browser-function):
18543 Add alternative for Epiphany.
18544 (browse-url-epiphany-program, browse-url-epiphany-arguments)
18545 (browse-url-epiphany-startup-arguments)
18546 (browse-url-epiphany-new-window-is-tab): New variables.
18547 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
18548
18549 * progmodes/compile.el (compile-auto-highlight): Default now t.
18550 (compile): Doc fix.
18551 (compilation-next-error): Fix previous change.
18552
18553 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
18554
18555 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
18556
185572003-07-07 Nick Roberts <nick@nick.uklinux.net>
18558
18559 * gdb-ui.el (gdb-source-info): Display current frame when
18560 attaching to an existing process.
18561 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
18562 while laying out windows when attaching to an existing process.
18563
185642003-07-07 Stefan Monnier <monnier@cs.yale.edu>
18565
18566 * info.el (Info-menu): Use Info-menu-entry-name-re.
18567
185682003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18569
18570 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
18571 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
18572
18573 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
18574 to match the same text.
18575
185762003-07-06 John Paul Wallington <jpw@gnu.org>
18577
18578 * vc.el (vc-annotate-offset): Move defvar up.
18579
185802003-07-06 Kim F. Storm <storm@cua.dk>
18581
18582 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
18583 This should fix the infinite loop when extracting menu names.
18584
185852003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18586
18587 * files.el (auto-mode-alist, interpreter-mode-alist):
18588 Remove entries to CC Mode modes to avoid duplicates; they are now added
18589 with autoload directives in cc-mode.el.
18590
185912003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18592
18593 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18594 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18595 these are changed, so declare them as variables and not constants.
18596
18597 * progmodes/cc-mode.el: Fix some autoload problems: Try to
18598 ensure that the entry for ".c" extension comes before the one for
18599 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
18600 Fix incorrect entries that were added to `interpreter-mode-alist'.
18601 Move the autoload directives for AWK to the top level since they
18602 aren't recognized anywhere else. Do not use the new AWK mode doc
18603 in the autoload form for the old AWK mode.
18604
186052003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18606
18607 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
18608 (bibtex-sort-ignore-string-entries): Default value t.
18609 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
18610 erroneously in previous version.
18611 (bibtex-string-files): Docstring reflects new parsing scheme.
18612 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
18613 docstring, add # as one of the chars to crush
18614 (bibtex-autokey-prefix-string, bibtex-autokey-names)
18615 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
18616 (bibtex-autokey-name-change-strings)
18617 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
18618 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
18619 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
18620 (bibtex-autokey-title-terminators)
18621 (bibtex-autokey-titlewords-stretch)
18622 (bibtex-autokey-titleword-ignore)
18623 (bibtex-autokey-titleword-case-convert)
18624 (bibtex-autokey-titleword-abbrevs)
18625 (bibtex-autokey-titleword-abbrevs)
18626 (bibtex-autokey-titleword-change-strings)
18627 (bibtex-autokey-titleword-length)
18628 (bibtex-autokey-titleword-separator)
18629 (bibtex-autokey-name-year-separator)
18630 (bibtex-autokey-year-title-separator)
18631 (bibtex-autokey-before-presentation-function)
18632 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
18633 Fix docstring.
18634 (bibtex-strings, bibtex-reference-keys):
18635 Use lazy-completion-table and make-variable-buffer-local.
18636 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
18637 (bibtex-braced-string-syntax-table)
18638 (bibtex-quoted-string-syntax-table): New variables.
18639 (bibtex-parse-nested-braces): Remove.
18640 (bibtex-parse-field-string): Use syntax table and forward-sexp.
18641 (bibtex-parse-association): Simplify.
18642 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
18643 (bibtex-parse-field-text): Simplify.
18644 (bibtex-search-forward-field, bibtex-search-backward-field):
18645 argument BOUND can take value t.
18646 (bibtex-start-of-field, bibtex-start-of-name-in-field)
18647 (bibtex-end-of-name-in-field, bibtex-end-of-field)
18648 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18649 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
18650 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
18651 (bibtex-skip-to-valid-entry): Return buffer position of beginning
18652 and ending of entry. Update for changes of bibtex-search-entry.
18653 Simplify.
18654 (bibtex-map-entries): FUN is called with three arguments.
18655 (bibtex-search-entry): Return a cons pair with buffer positions of
18656 beginning and end of entry.
18657 (bibtex-enclosing-field): Simplify.
18658 (bibtex-format-entry): Use booktitle to set a missing title.
18659 (bibtex-autokey-get-names): Fiddle with regexps.
18660 (bibtex-generate-autokey): Use identity.
18661 (bibtex-parse-keys): Use simplified parsing algorithm if
a568a2cc
JB
18662 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
18663 arguments. Return alist of keys.
18664 (bibtex-parse-strings): Simplify. Return alist of strings.
55115079
PA
18665 (bibtex-complete-string-cleanup): Fix docstring.
18666 (bibtex-read-key): New function.
a568a2cc
JB
18667 (bibtex-mode): Fix docstring. Do not parse for keys and
18668 strings when the mode is entered. Set fill-paragraph-function to
18669 bibtex-fill-field. Setup font-lock-mark-block-function the way
55115079 18670 font-lock intended.
a568a2cc 18671 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
55115079
PA
18672 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
18673 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
18674 (bibtex-Preamble): Avoid hard coded constants.
a568a2cc 18675 (bibtex-make-field): Fix docstring. Simplify.
55115079
PA
18676 (bibtex-beginning-of-entry): Always return new position of point.
18677 (bibtex-end-of-entry): Rearrange cond clauses.
18678 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
18679 Update for changes of bibtex-map-entries.
18680 (bibtex-ispell-abstract): Do not move point.
a568a2cc 18681 (bibtex-entry-index): Use downcase. Simplify.
55115079
PA
18682 (bibtex-lessp): Handle catch-all.
18683 (bibtex-find-crossref): Turn into a command.
a568a2cc
JB
18684 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
18685 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
55115079
PA
18686 preamble entries.
18687 (bibtex-fill-field-bounds): New function.
a568a2cc 18688 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
55115079
PA
18689 (bibtex-fill-entry): Use bibtex-fill-field-bounds
18690 (bibtex-String): Use bibtex-strings. Always obey
18691 bibtex-sort-ignore-string-entries.
18692
186932003-07-05 John Paul Wallington <jpw@gnu.org>
18694
18695 * cus-theme.el (customize-create-theme):
18696 Call `customize-create-theme' in Reset widget's notify function.
18697
18698 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
18699 (ibuffer-mark-interactive): Use `or' instead of `unless'.
18700 (define-ibuffer-column name): Add summarizer.
18701 (define-ibuffer-column size): Likewise.
18702 (define-ibuffer-column filename): Likewise.
18703 (define-ibuffer-column process): Likewise. Change BODY's output too.
18704 (define-ibuffer-column filename-and-process): Likewise, likewise.
18705 (ibuffer): Remove local vars `already-in' and `need-update'.
18706
18707 * ibuf-ext.el: Don't require `derived' at compile-time.
18708
187092003-07-05 Kim F. Storm <storm@cua.dk>
18710
18711 * info.el: Disable paragraph refilling.
18712 (Info-refill-paragraphs): New defcustom.
18713 (Info-fontify-node): Use it.
18714
187152003-07-04 Stefan Monnier <monnier@cs.yale.edu>
18716
18717 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
18718 thingies from constructors created by defstruct.
18719
18720 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
18721 the default value of the variable.
18722 (byte-code-meter): Move declaration to top level.
18723
18724 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
18725
18726 * info.el (Info-following-node-name-re): New fun.
18727 (Info-following-node-name): Remove.
18728 (Info-insert-dir): Use the new fun.
18729 (Info-extract-pointer): Don't save restriction; use new fun.
18730 (Info-menu-entry-name-re): New const.
18731 (Info-menu-entry-name-re): Use it along with new fun.
18732 (Info-node-spec-re): Use new fun.
18733 (Info-complete-menu-item, Info-fontify-node): Use new const.
18734 (Info-goto-node, Info-follow-reference, Info-menu-update):
18735 Use match-string.
18736 (Info-follow-reference): Use assoc-string.
18737 Use a list of strings for the completion table.
18738 (Info-fontify-node): Use match-string, line-end-position.
18739 Limit the search for `node:' to the first line.
18740
18741 * newcomment.el (uncomment-region): Remove padding coming from
18742 comment-start rather than just from comment-padding.
18743
18744 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
18745 (vc-cvs-stay-local-p): Use vc-stay-local-p.
18746 (vc-cvs-rename-file): Remove (use the default).
18747 (vc-cvs-register): Register parent dir if needed.
18748 (vc-cvs-could-register): Return non-nil if parent can be registered.
18749 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
18750 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
18751
18752 * vc-svn.el (vc-svn-use-edit): Make it into a const.
18753 (vc-svn-update): Fix the arguments to `svn'.
18754 (vc-svn-diff-tree): Just use `vc-svn-diff'.
18755 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
18756 Simple implementations, assuming `name' is a URL.
18757
18758 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
18759 set of chars allowed unquoted in a case pattern.
18760
18761 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
18762
18763 * font-lock.el (font-lock-extra-types-widget)
18764 (c-font-lock-extra-types, c++-font-lock-extra-types)
18765 (objc-font-lock-extra-types, java-font-lock-extra-types)
18766 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
18767 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
18768 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18769 (font-lock-match-c++-structor-declaration)
18770 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
18771 (c++-font-lock-keywords-3, c++-font-lock-keywords)
18772 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
18773 (objc-font-lock-keywords-3, objc-font-lock-keywords)
18774 (java-font-lock-keywords-1, java-font-lock-keywords-2)
18775 (java-font-lock-keywords-3, java-font-lock-keywords)
18776 (java-font-lock-syntactic-face-function): Remove obsolete code
18777 and constants. It's all in cc-fonts.el now.
18778
187792003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
18780
18781 * mail/sendmail.el (mail-specify-envelope-from)
18782 (mail-envelope-from): Doc fix.
18783
187842003-07-04 Martin Stjernholm <mast@lysator.liu.se>
18785
18786 * generic-x.el: Do away with the dependency on `c-emacs-features'
18787 when populating `rul-generic-mode-syntax-table'; we already know
18788 this isn't XEmacs.
18789
18790See ChangeLog.10 for earlier changes.
18791
18792;; Local Variables:
18793;; coding: iso-2022-7bit
18794;; End:
18795
47ff5b28 18796 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
55115079
PA
18797 Copying and distribution of this file, with or without modification,
18798 are permitted provided the copyright notice and this notice are preserved.
18799
18800;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1