(tooltip-show): Change second arg to USE-ECHO-AREA
[bpt/emacs.git] / lisp / ChangeLog
1 2005-04-18 Kim F. Storm <storm@cua.dk>
2
3 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4 and make it optional. Don't test tooltip-gud-echo-area here.
5 (tooltip-gud-process-output, gdb-tooltip-print): Pass
6 tooltip-gud-echo-area to tooltip-show.
7 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8
9 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10
11 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
12 `display-graphic-p' may not be bound yet.
13
14 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
15
16 * startup.el (command-line): No longer enable Xterm Mouse mode by
17 default in terminals compatible with xterm.
18
19 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20
21 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22
23 * tooltip.el (tooltip-gud-echo-area): Rename from
24 tooltip-use-echo-area.
25 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
27 area independently of where help tooltips are displayed.
28
29 2005-04-17 David Kastrup <dak@gnu.org>
30
31 * cus-theme.el (custom-theme-write-variables): Quote variables
32 where necessary.
33
34 2005-04-17 Richard M. Stallman <rms@gnu.org>
35
36 * simple.el (yank-excluded-properties): Add follow-link to value.
37
38 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
39
40 * startup.el (fancy-splash-max-time): Just 30 seconds.
41 (fancy-splash-delay): Just 7.
42 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
43
44 * loadhist.el (unload-feature): Update for new format of load-history.
45 Simplify the code.
46
47 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
48 (rmail-font-lock-keywords): Don't fontify the text of a citation.
49
50 * mail/sendmail.el (mail-font-lock-keywords):
51 Don't fontify subject text.
52 Don't fontify the text of a citation.
53
54 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
55
56 * comint.el (comint-output-filter): Run comint-output-filter-functions
57 with point where the user had it.
58
59 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * international/ucs-tables.el (ucs-set-table-for-input):
62 Disable when using unify-on-decoding.
63
64 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
65
66 * emulation/cua-base.el (cua-global-mark-face): Add special case
67 for displays supporting a high number of colors.
68
69 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
70
71 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
72
73 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
74
75 * filesets.el (filesets-add-buffer): If user supplies a name of a
76 non-existing fileset, create a new fileset.
77
78 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
79
80 * textmodes/org.el (org-up-heading-all): Fix bug with
81 `outline-up-heading-all'.
82
83 2005-04-16 Andreas Schwab <schwab@suse.de>
84
85 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
86 /etc/permissions.d/* and /etc/aliases.d/*.
87
88 2005-04-16 Kenichi Handa <handa@m17n.org>
89
90 * international/code-pages.el (cp-make-coding-system):
91 Set `translation-table-for-input' property value to the symbol
92 ucs-mule-to-mule-unicode, not to that value.
93 (pt154): Escape guillemet by `\'.
94
95 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
96
97 * loadup.el: Load tooltip if x-show-tip is fboundp.
98
99 * startup.el (command-line): Add comment.
100
101 * tooltip.el (tooltip-mode): Specify correct standard value for
102 Custom in init-value.
103
104 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
105
106 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
107 possible.
108
109 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
110
111 * textmodes/org.el: (org-agenda-date-prompt): Rename from
112 `org-agenda-date-today'.
113 (org-evaluate-time-range): Insert at point instead of directly
114 after time range.
115 (org-first-headline-recenter, org-subtree-end-visible-p)
116 (org-optimize-window-after-visibility-change): New functions
117 (org-agenda-post-command-hook): Don't allow point at end of line,
118 to make sure it always hits the text properties.
119 (org-agenda-next-date-line, org-agenda-previous-date-line):
120 New commands.
121 (org-set-regexps-and-options): Category may contain white space.
122 (org-agenda-get-deadlines, org-agenda-get-scheduled):
123 Improve marker positions.
124 (org-agenda-new-marker): Argument POS made optional.
125 (org-agenda-get-timestamps): Deadlines which are done are listed
126 in org-done-face now.
127 (org-agenda-get-todos, org-agenda-get-timestamps)
128 (org-agenda-get-deadlines, org-agenda-get-scheduled):
129 Set `undone-face' and `done-face' properties.
130 (org-last-todo-state-is-todo): New variable.
131 (org-todo): Set `org-last-todo-state-is-todo'.
132 (org-agenda-todo): Change face according to
133 `org-last-todo-state-is-todo'. And change other lines refering to
134 the same entry.
135 (org-calendar-goto-agenda): New command.
136 (org-calendar-to-agenda-key): New option.
137 (org-startup-folded): New allowed value `content'.
138 (org-set-regexps-and-options): Accept new value `content' for
139 `org-startup-folded'.
140 (org-get-current-options): Handle new value `content' for
141 `org-startup-folded'.
142 (org-insert-todo-heading): New command.
143 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
144 interactively in empty file and option
145 `org-insert-mode-line-in-empty-file' has been set.
146 (org-agenda-todo,org-agenda-priority): Modify to use
147 `org-agenda-change-all-lines'.
148 (org-warning-face): Change color on dark background
149
150 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
151
152 * international/mule-cmds.el (set-locale-environment): On Mac OS,
153 use preferences AppleLocale and AppleLanguages, and variable
154 mac-system-locale for default locale. On Mac OS Classic, use
155 mac-system-coding-system for default coding systems.
156
157 * term/mac-win.el: Don't set file-name-coding-system.
158 Decode variables system-name, emacs-build-system, user-login-name, and
159 user-full-name by mac-system-coding-system on Mac OS Classic.
160 (mac-system-coding-system): New variable.
161
162 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
163
164 * startup.el (command-line): Handle `xterm-mouse-mode' before
165 reading init file.
166
167 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
168
169 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
170
171 * progmodes/sh-script.el (sh-here-document-word): Make it a
172 defcustom. Doc fix.
173 (sh-add): Bash uses $(( )) for arithmetic.
174 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
175 (sh-maybe-here-document): Remove quotes and leading whitespace
176 from heredoc word when closing. Indent heredoc with tabs if word
177 starts with "-".
178
179 2005-04-13 Richard M. Stallman <rms@gnu.org>
180
181 * simple.el (undo): Fix previous change.
182
183 * custom.el (defface): Doc fix.
184
185 2005-04-13 Lute Kamstra <lute@gnu.org>
186
187 * Makefile.in (DONTCOMPILE): Remove list.
188 (compile, compile-always): Don't use DONTCOMPILE.
189 (update-authors): Load the library in which batch-update-authors
190 is defined.
191 * makefile.w32-in (DONTCOMPILE): Remove list.
192 (compile, compile-always): Fix comments.
193 (update-authors): Load the library in which batch-update-authors
194 is defined.
195
196 * generic-x.el (generic-mode-ini-file-find-file-hook):
197 Rename to ini-generic-mode-find-file-hook.
198 Keep generic-mode-ini-file-find-file-hook as an alias.
199 (ini-generic-mode-find-file-hook): Rename from
200 generic-mode-ini-file-find-file-hook. Fix docstring.
201 (ini-generic-mode): Docstring change.
202 (bat-generic-mode-run-as-comint): Silence the byte compiler.
203
204 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
205 called from lisp.
206
207 * generic.el: Move to the emacs-lisp subdir.
208
209 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
210
211 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
212 and C-S- function and cursor motion keys.
213
214 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
215
216 * startup.el (command-line): Enable Xterm Mouse mode by default.
217 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
218 for Custom. No longer show "Mouse" in mode line when enabled.
219 Doc fix.
220
221 2005-04-12 Kim F. Storm <storm@cua.dk>
222
223 * emulation/cua-base.el (cua-rectangle-face)
224 (cua-rectangle-noselect-face): Define face attributes here.
225
226 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
227
228 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
229
230 * startup.el (command-line): Turn off blinking cursor if
231 cursorBlink in resources is off or false.
232
233 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
234
235 * term/mac-win.el (dnd): Require dnd.
236 (mac-drag-n-drop): Call dnd-handle-one-url.
237 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
238 (kTextEncodingISOLatin2): Remove constants.
239 (mac-script-code-coding-systems): New constant.
240 (mac-handle-language-change): New function.
241 (special-event-map): Bind it to `language-change' event.
242 (mac-centraleurroman, mac-cyrillic): New coding systems.
243 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
244 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
245 and mac-cyrillic-encoder to encode-mac-centraleurroman and
246 encode-mac-cyrillic, respectively.
247
248 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
249
250 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
251 Don't set overlay-arrow-string to "=>" as this is done
252 globally in C now.
253
254 2005-04-12 Lute Kamstra <lute@gnu.org>
255
256 * generic-x.el (rc-generic-mode, rul-generic-mode):
257 Fix auto-mode-alist entries.
258 (etc-fstab-generic-mode): Tweak fontification.
259
260 * generic.el (generic-make-keywords-list): Fix docstring.
261 (generic-mode-internal): Simplify generic-font-lock-keywords.
262
263 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
264
265 * whitespace.el (whitespace-buffer-leading)
266 (whitespace-buffer-trailing): Revert the incorrect test
267 inversion. However, fix the highlight area for the leading and
268 trailing whitespaces to show space.
269
270 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
271
272 * whitespace.el (whitespace-version): Bump to 3.5
273
274 (whitespace-buffer-leading, whitespace-buffer-trailing):
275 Invert sense of the test to highlight the whitespace.
276
277 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
278
279 * progmodes/gud.el (gud-display-line): GUD uses its own
280 overlay arrow now so don't set overlay-arrow-string.
281 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
282
283 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
284
285 * term.el (term-ansi-current-bold, term-ansi-current-underline)
286 (term-ansi-current-reverse, term-ansi-current-invisible)
287 (term-ansi-face-already-done): Change to boolean.
288 (term-reset-terminal, term-handle-colors-array): Handle the above
289 vars accordingly.
290 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
291 (term-emulate-terminal): Use the new name.
292
293 * faces.el (secondary-selection): Use yellow1, not yellow.
294 (trailing-whitespace): Use red1, not red.
295
296 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
297
298 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
299 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
300 (dired-dnd-handle-file): Call dnd-get-local-file-uri
301
302 * cus-edit.el (dnd): New group.
303
304 * term/w32-win.el (dnd): Require dnd
305 (w32-drag-n-drop): Call dnd-handle-one-url.
306
307 * x-dnd.el: Require dnd.
308 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
309 Call dnd-handle-one-url.
310 (x-dnd-types-alist, x-dnd-insert-utf8-text)
311 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
312 to dnd-insert-text.
313 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
314 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
315 (x-dnd-get-local-file-name, x-dnd-open-local-file)
316 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
317
318 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
319
320 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
321
322 * wdired.el: Doc fixes.
323 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
324 (wdired-use-dired-vertical-movement): Rename from
325 wdired-always-move-to-filename-beginning.
326 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
327 (wdired-change-to-wdired-mode): Change mode name.
328 (wdired-newline): Delete.
329
330 2005-04-11 Richard M. Stallman <rms@gnu.org>
331
332 * whitespace.el (whitespace-highlight-the-space):
333 Don't call whitespace-unhighlight-the-space here.
334
335 * simple.el (undo): Record t in undo-equiv-table
336 for the redo record made by an undo-in-region.
337
338 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
339
340 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
341 (gdb-frame-inferior-io-buffer): New Functions to control
342 display of separate IO buffer.
343 (menu): Add them to menu-bar.
344 (gdb-display-buffer): Check for buffer another frame.
345 Protect GUD buffer.
346 (gdb-setup-windows): Create IO buffer if not already there.
347 (gdb-memory-mode): Remove purecopy noops.
348
349 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
350
351 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
352 and pass to self-insert-command.
353
354 2005-04-11 Lute Kamstra <lute@gnu.org>
355
356 * generic.el: Commentary section cleanup.
357 (generic): Delete.
358 (generic-use-find-file-hook, generic-lines-to-scan)
359 (generic-find-file-regexp, generic-ignore-files-regexp)
360 (default-generic-mode, generic-mode-find-file-hook)
361 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
362 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
363 (generic-use-find-file-hook, generic-lines-to-scan)
364 (generic-find-file-regexp, generic-ignore-files-regexp)
365 (default-generic-mode, generic-mode-find-file-hook)
366 (generic-mode-ini-file-find-file-hook): Move from generic.el.
367
368 2005-04-10 Karl Fogel <kfogel@red-bean.com>
369
370 * bookmark.el (bookmark-write-file): Catch errors writing file.
371 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
372
373 2005-04-10 Richard M. Stallman <rms@gnu.org>
374
375 * startup.el (fancy-splash-tail): Update copyright year.
376 (command-line): Split part of -Q into -D.
377 (emacs-basic-display): New defvar.
378 (fancy-splash-text): Correct name of menu item.
379
380 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
381
382 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
383 lines in one node.
384
385 * comint.el (comint-send-input): New arg ARTIFICIAL.
386 Callers in this file changed.
387
388 * abbrev.el (define-abbrevs): Read system abbrevs properly.
389
390 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
391
392 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
393
394 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
395 `ldap-search-internal'.
396
397 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * files.el (set-auto-mode-1): Use line-end-position.
400
401 * international/latin-1.el:
402 * international/latin-2.el:
403 * international/latin-3.el:
404 * international/latin-4.el:
405 * international/latin-5.el:
406 * international/latin-8.el:
407 * international/latin-9.el: Give punctuation syntax to NBSP.
408
409 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
410 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
411 Use char-classes to accept non-ascii letters, accepted in some recent
412 bibtex implementations.
413
414 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
415
416 * custom.el (custom-set-minor-mode): Any non-nil value for the
417 variable should enable the mode when set through Custom.
418
419 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
422 TAB binding so tab-always-indent is obeyed.
423 (vhdl-minibuffer-local-map): Move initialization into declaration.
424 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
425 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
426 (vhdl-hooked-abbrev): Avoid test for XEmacs.
427 (vhdl-current-line): Use line-beginning-position.
428 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
429 with-output-to-temp-buffer, so the current position can be recorded.
430
431 2005-04-10 Masatake YAMATO <jet@gyve.org>
432
433 * progmodes/compile.el (compilation-error-regexp-alist-alist):
434 Add regexp for gcov.
435
436 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
437
438 * calendar/time-date.el (time-to-seconds, seconds-to-time)
439 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
440 syntax which Emacs 20 doesn't support.
441
442 2005-04-09 Richard M. Stallman <rms@gnu.org>
443
444 * help.el (describe-key-briefly, describe-key):
445 Replace strings as event types with "(any string)".
446
447 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * arc-mode.el (archive-mode-map): Move initialization into
450 the declaration. Override *all* bindings of `undo'.
451 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
452
453 2005-04-09 Jay Belanger <belanger@truman.edu>
454
455 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
456
457 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
458
459 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
460 (xterm-register-default-colors): Update color values computation
461 to match xterm-200.
462
463 2005-04-09 Kenichi Handa <handa@m17n.org>
464
465 * international/code-pages.el (iso-latin-7): Fix the map.
466
467 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
468
469 * emacs-lisp/lisp.el (defun-prompt-regexp)
470 (parens-require-spaces, buffer-end, end-of-defun)
471 (insert-parentheses): Doc fixes.
472
473 2005-04-08 Kim F. Storm <storm@cua.dk>
474
475 * comint.el (comint-highlight-prompt): Fix face spec.
476 * hi-lock.el (hi-green): Likewise.
477
478 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
479
480 * cus-edit.el (custom-modified-face):
481 * comint.el (comint-highlight-input): Fix previous changes.
482 * term.el (term-handle-ansi-escape): Add a comment.
483
484 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
487 in the buffer and in whitespace-highlighted-space.
488 (whitespace-unhighlight-the-space): Simplify.
489 (whitespace-buffer): Simplify.
490
491 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
492
493 * textmodes/table.el (table-cell-face): Add special case for
494 displays supporting a high number of colors.
495 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
496 (vhdl-font-lock-reserved-words-face)
497 (vhdl-speedbar-architecture-face)
498 (vhdl-speedbar-instantiation-face)
499 (vhdl-speedbar-architecture-selected-face)
500 (vhdl-speedbar-instantiation-selected-face): Likewise.
501 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
502 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
503 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
504 (ebrowse-root-class-face, ebrowse-member-attribute-face)
505 (ebrowse-progress-face): Likewise.
506 * progmodes/compile.el (compilation-info-face): Likewise.
507 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
508 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
509 * calendar/calendar.el (diary-face): Likewise.
510 * woman.el (woman-italic-face, woman-bold-face)
511 (woman-unknown-face): Likewise.
512 * wid-edit.el (widget-button-pressed-face): Likewise.
513 * whitespace.el (whitespace-highlight-face): Likewise.
514 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
515 * pcvs-info.el (cvs-marked-face): Likewise.
516 * info.el (info-xref): Likewise.
517 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
518 * hilit-chg.el (highlight-changes-face)
519 (highlight-changes-delete-face): Likewise.
520 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
521 (hi-red-b): Likewise.
522 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
523 * font-lock.el (font-lock-keyword-face)
524 (font-lock-function-name-face, font-lock-warning-face): Likewise.
525 * cus-edit.el (custom-invalid-face, custom-modified-face)
526 (custom-set-face, custom-changed-face, custom-variable-tag-face)
527 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
528 * comint.el (comint-highlight-prompt): Likewise.
529
530 2005-04-08 Lute Kamstra <lute@gnu.org>
531
532 * font-lock.el (font-lock-keywords): Docstring fixes.
533
534 2005-04-08 Kenichi Handa <handa@m17n.org>
535
536 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
537 chars are more than a limit, print " and more..." at the tail.
538
539 2005-04-08 Kim F. Storm <storm@cua.dk>
540
541 * emacs-lisp/authors.el (authors-aliases): Update list.
542 (authors-ignored-files): New list.
543 (authors-fixed-entries): Fix typo.
544 (authors-renamed-files-alist): Update list.
545 (authors-add): Check authors-ignored-files.
546
547 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
548
549 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
550 optional, to ensure backward compatibility.
551
552 2005-04-08 Stephen Eglen <stephen@gnu.org>
553
554 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
555
556 2005-04-08 Kim F. Storm <storm@cua.dk>
557
558 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
559
560 * mouse.el (mouse-on-link-p): Doc fix.
561
562 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
563
564 * ielm.el (ielm-prompt-read-only): Doc fix.
565
566 * comint.el (comint-prompt-read-only): Doc fix.
567
568 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
569
570 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
571 ensure dired always handles wildcards passed to ffap.
572 (find-file-at-point): Use it.
573 (ffap-dired-wildcards): Doc fix.
574
575 2005-04-07 Juri Linkov <juri@jurta.org>
576
577 * simple.el (next-error-overlay-arrow-position): New defvar.
578 Put "=>" on its property `overlay-arrow-string'. Add it to
579 `overlay-arrow-variable-list'.
580
581 * progmodes/compile.el (compilation-setup):
582 Set `next-error-overlay-arrow-position' to nil. Also set it to
583 nil in the local hook `kill-buffer-hook'. Make local variable
584 `overlay-arrow-string' and set it to "=>".
585 (compilation-goto-locus): Set BOL position to
586 `next-error-overlay-arrow-position' instead of
587 `overlay-arrow-position'.
588
589 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
590 locally instead of adding it to the global hook.
591 (Info-kill-buffer): Move up.
592
593 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
594
595 * term/xterm.el (xterm-standard-colors): Update color values from
596 xterm-200.
597
598 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
601
602 * fast-lock.el:
603 * lazy-lock.el: Move them to the obsolete subdir.
604
605 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
606
607 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
608 (wdired-add-replace-advice): Remove.
609 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
610
611 2005-04-06 Kim F. Storm <storm@cua.dk>
612
613 * startup.el (command-line): Add --bare-bones alias for -Q.
614
615 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
616
617 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
618 create the startup fontset if a font specification ends with
619 `mac-roman'.
620
621 2005-04-06 Lute Kamstra <lute@gnu.org>
622
623 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
624 change.
625
626 * emacs-lisp/copyright.el (copyright-update-year): Replace the
627 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
628
629 2005-04-05 Lute Kamstra <lute@gnu.org>
630
631 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
632 (define-generic-mode): Ditto. Fix debug declaration.
633
634 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
635 Put them in the generic-x group.
636
637 * calendar/timeclock.el (timeclock): Doc fix.
638
639 * generic.el (define-generic-mode): Don't use custom-current-group.
640 Document default :group value.
641 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
642 (define-global-minor-mode): Don't use custom-current-group.
643
644 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
645
646 * startup.el (command-line-1): Display startup-echo-area-message
647 when fancy splash screen is in use.
648
649 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
650 (sh-escaped-newline): New face.
651 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
652 newline, and use sh-escaped-newline face.
653
654 * progmodes/tcl.el (tcl-escaped-newline): New face.
655 (tcl-builtin-list): New variable.
656 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
657 newlines. Fix keywords subexpression number.
658
659 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
660
661 * textmodes/org.el (org-diary-default-entry): Fix call to
662 `add-to-diary-entry'.
663
664 2005-04-05 Kim F. Storm <storm@cua.dk>
665
666 * ediff-init.el: Use (featurep 'xemacs).
667
668 2005-04-05 David Ponce <david@dponce.com>
669
670 * cus-edit.el (face): Derive from symbol widget. Display sample
671 of the current face on the fly.
672 (widget-face-sample-face-get, widget-face-notify): New functions.
673 (widget-face-value-create): Remove.
674
675 * wid-edit.el (widget-field-end): Temporarily remove field
676 narrowing before to call `get-char-property'.
677
678 2005-04-04 Jay Belanger <belanger@truman.edu>
679
680 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
681 (math-read-subscripts): New variable.
682 (math-read-preprocess-string): Process subscripts.
683
684 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
685
686 * comint.el (comint-prompt-read-only): Doc fix.
687
688 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
689 `-1'. Doc fix.
690
691 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
692
693 * textmodes/org.el (org-insert-mode-line-in-empty-file):
694 Change default value to nil.
695
696 2005-04-04 Lute Kamstra <lute@gnu.org>
697
698 * autorevert.el (auto-revert-mode): Specify :group.
699 * battery.el (display-battery-mode): Specify :group.
700 * diff-mode.el (diff-minor-mode): Specify :group.
701 * font-core.el (font-lock-mode): Specify :group.
702 * hl-line.el (hl-line-mode): Specify :group.
703 * iimage.el (iimage): New customization group.
704 (iimage-mode): Specify :group.
705 * longlines.el (longlines-mode): Specify :group.
706 * master.el: Don't require easy-mmode.
707 (master): New customization group.
708 (master-mode): Specify :group.
709 * msb.el (msb-mode): Specify :group.
710 * reveal.el (reveal-mode): Specify :group.
711 * simple.el (next-error-follow-minor-mode): Specify :group.
712 * smerge-mode.el (smerge-mode): Specify :group.
713 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
714 * emulation/cua-base.el (cua-mode): Specify :group.
715 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
716 * language/thai-util.el (thai-auto-composition-mode)
717 (thai-word-mode): Specify :group.
718 * mail/supercite.el (sc-minor-mode): Specify :group.
719 * progmodes/cwarn.el (cwarn-mode): Specify :group.
720 * progmodes/flymake.el (flymake-mode): Specify :group.
721 * progmodes/glasses.el (glasses-mode): Specify :group.
722 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
723 * textmodes/enriched.el (enriched-mode): Specify :group.
724 * textmodes/refill.el (refill-mode): Specify :group.
725
726 * add-log.el (change-log-font-lock-keywords): Names in
727 parenthesized lists can contain spaces.
728
729 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
730
731 * startup.el (fancy-splash-text): Shorten default text of
732 "Emacs Tutorial" line. Also, if the current language env
733 indicates an available tutorial file other than TUTORIAL,
734 extract its title and append it to the line in parentheses.
735 (fancy-splash-insert): If arg is a thunk, funcall it.
736
737 2005-04-04 Jay Belanger <belanger@truman.edu>
738
739 * calc.el (calc-language-alist): Add tags to customization type.
740
741 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
742
743 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
744 Doc fix.
745
746 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
747
748 * add-log.el (change-log-font-lock-keywords): The manual
749 describing a Change Log entry, says: (...) "Aside from these
750 header lines, every line in the change log starts with a space or
751 a tab.". The font-lock was not highlighting lines started with
752 spaces, added support for it.
753
754 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
755
756 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
757 (bibtex-generate-url-list): Update docstring accordingly. Put the
758 complex example in the docstring.
759 (bibtex-font-lock-url): Use pop.
760
761 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
764
765 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
766
767 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
768
769 * filesets.el (filesets-set-default): Doc fix.
770
771 2005-04-03 Lute Kamstra <lute@gnu.org>
772
773 * generic.el (define-generic-mode): Add argument to specify
774 keywords for defcustom.
775 (default-generic-mode): Specify :group.
776
777 * generic-x.el: Specify :group for all generic modes.
778
779 * desktop.el (desktop-no-desktop-file-hook)
780 (desktop-after-read-hook): Doc fix.
781
782 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
783
784 * simple.el (visible-mode): Use explicit :group keyword.
785 This changes the group of `visible-mode-hook' from paren-blinking
786 to editing-basics.
787
788 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
789
790 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
791 mailbox specifications as well as URLs.
792 (rmail-insert-inbox-text): Remove unused conditional branches.
793
794 2005-04-01 Jay Belanger <belanger@truman.edu>
795
796 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
797 (calc-gnuplot-print-command): Move definitions to calc.el.
798
799 * calc/calc-embed.el (calc-embedded-announce-formula)
800 (calc-embedded-open-formula, calc-embedded-close-formula)
801 (calc-embedded-open-word, calc-embedded-close-word)
802 (calc-embedded-open-plain, calc-embedded-close-plain)
803 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
804 (calc-embedded-open-mode, calc-embedded-close-mode):
805 Move definitions to calc.el.
806
807 * calc/calc.el (calc-settings-file, calc-language-alist):
808 Make customizable.
809 (calc-embedded-announce-formula, calc-embedded-open-formula)
810 (calc-embedded-close-formula, calc-embedded-open-word)
811 (calc-embedded-close-word, calc-embedded-open-plain)
812 (calc-embedded-close-plain, calc-embedded-open-new-formula)
813 (calc-embedded-close-new-formula, calc-embedded-open-mode)
814 (calc-embedded-close-mode, calc-gnuplot-name)
815 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
816 from other files and make customizable.
817
818 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
821 Use buffer-live-p.
822 (cvs-mode-run): Don't call cvs-update-header here.
823 (cvs-run-process): Call cvs-update-header.
824 Use process properties for cvs-postprocess and cvs-buffer so that
825 the sentinel can behave better if the temp buffer is killed.
826 Use a pipe rather than a tty, to better handle unexpected prompts.
827 (cvs-sentinel): Rewrite. Call cvs-update-header.
828
829 2005-04-01 Andre Spiegel <spiegel@gnu.org>
830
831 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
832 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
833
834 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * generic.el (define-generic-mode): Add indentation rule.
837
838 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
839
840 * files.el (mode-require-final-newline): Make Custom correctly
841 report a nil value and allow to set it to nil via Custom.
842 Doc fix.
843
844 2005-04-01 Kenichi Handa <handa@m17n.org>
845
846 * international/characters.el: Enable the correct case setting for
847 dotless-i and dotted-I.
848
849 2005-04-01 Kim F. Storm <storm@cua.dk>
850
851 * ido.el (ido-file-internal): Fall back to non-ido command if
852 initial directory is on slow ftp (or tramp) host.
853
854 2005-03-31 Richard M. Stallman <rms@gnu.org>
855
856 * emacs-lisp/autoload.el (make-autoload):
857 Handle define-global-minor-mode.
858
859 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
860 Rename from easy-mmode-define-global-mode.
861 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
862
863 * progmodes/scheme.el (scheme-mode-syntax-table):
864 Update syntax of | and # for two-character comment syntax.
865
866 2005-03-31 Lute Kamstra <lute@gnu.org>
867
868 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
869 (define-minor-mode): Call custom-current-group at load-time.
870
871 * generic.el (define-generic-mode): Add debug declaration.
872 Add defcustom for the mode hook.
873 (generic-mode-internal): Use run-mode-hooks.
874
875 2005-03-31 Kim F. Storm <storm@cua.dk>
876
877 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
878 (mouse-fixup-help-message): New defun called by show_help_echo
879 to fixup mouse-2 prefix in help messages when applicable.
880
881 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
882
883 2005-03-31 Kenichi Handa <handa@m17n.org>
884
885 * language/thai-word.el (thai-find-word-ends): Pay attention to
886 the case that we reach the end of buffer.
887
888 * textmodes/fill.el (fill-text-properties-at): New function.
889 (fill-newline): Use fill-text-properties-at instead of
890 text-properties-at.
891
892 2005-03-31 Karl Berry <karl@freefriends.org>
893
894 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
895 not comint-quote-filename.
896
897 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
898
899 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
900 not comint-quote-filename.
901
902 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
903
904 * help-fns.el (help-with-tutorial): Revert last change.
905
906 2005-03-31 Kim F. Storm <storm@cua.dk>
907
908 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
909
910 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
911
912 * calendar/cal-china.el: Update reference to "Calendrical
913 Calculations" book; there's a new edition.
914 * calendar/cal-coptic.el: Likewise.
915 * calendar/cal-french.el: Likewise.
916 * calendar/cal-hebrew.el: Likewise.
917 * calendar/cal-islam.el: Likewise.
918 * calendar/cal-iso.el: Likewise.
919 * calendar/cal-julian.el: Likewise.
920 * calendar/cal-mayan.el: Likewise.
921 * calendar/cal-persia.el: Likewise.
922 * calendar/calendar.el: Likewise.
923 * calendar/holidays.el: Likewise.
924 * calendar/lunar.el: Likewise.
925 * calendar/solar.el: Likewise.
926
927 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
928 white space from doc string.
929
930 2005-03-30 Jay Belanger <belanger@truman.edu>
931
932 * calc/calc-help.el (calc-full-help): Remove email address.
933
934 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
935
936 * help-fns.el (help-with-tutorial): Delete title line.
937
938 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
939
940 * calendar/cal-x.el (calendar-one-frame-setup)
941 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
942 rather than 'symbol for set-window-dedicated-p.
943
944 * calendar/appt.el (appt-buffer-name): Make it a constant.
945 (appt-add): Doc fix.
946
947 * filesets.el (filesets-menu-path, filesets-menu-before)
948 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
949 (filesets-menu-cache-file): Use directory ~/.emacs.d.
950 (filesets-add-submenu): Delete and use add-submenu instead.
951
952 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
953
954 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
955 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
956 (org-diary-default-entry): New function.
957 (org-get-entries-from-diary): Better parsing of diary entries.
958 (org-agenda-check-no-diary): New function.
959 ("diary-lib"): Advice to function `add-to-diary-list', to allow
960 linking to diary entries.
961 (org-agenda-execute-calendar-command): New function.
962 (org-agenda): Improve visible section in window.
963 Use `org-fit-agenda-window'.
964 (org-fit-agenda-window): New option.
965 (org-move-subtree-down): Better handling of empty lines
966 at end of subtree.
967 (org-cycle): Numeric prefix is interpreted now as show-subtree N
968 levels up.
969 (org-fontify-done-headline): New option.
970 (org-headline-done-face): New face.
971 (org-set-font-lock-defaults): Use `org-headline-done-face'.
972 (org-table-copy-down): Rename from `org-table-copy-from-above'.
973 When current field is non-empty, it is copied to next row.
974 (org-table-copy-from-above): Fix bug which made it
975 impossible to copy fields containing only a single non-white character.
976
977 2005-03-30 Kim F. Storm <storm@cua.dk>
978
979 * kmacro.el (kmacro-end-macro): Isearch may store this command
980 into the macro -- so ignore it when executing keyboard macro.
981
982 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
983
984 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
985
986 2005-03-29 Kenichi Handa <handa@m17n.org>
987
988 * language/thai.el ("Thai"): Set setup-function and exit-function
989 for Thai language environment.
990
991 * language/thai-util.el: Require thai-word.
992 (thai-word-mode-map): New variable.
993 (thai-word-mode): New minor mode.
994 (setup-thai-language-environment-internal): New function.
995 (exit-thai-language-environment-internal): New function.
996
997 * language/thai-word.el (thai-word-table): Declare it by defvar,
998 use dolist to initialize it.
999 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
1000 (thai-fill-find-break-point): New functions.
1001
1002 2005-03-29 Richard M. Stallman <rms@gnu.org>
1003
1004 * simple.el (idle-update-delay): Move definition up.
1005 (set-mark): Doc fix.
1006
1007 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * longlines.el: New file.
1010
1011 * simple.el (buffer-substring-filters): New variable.
1012 (filter-buffer-substring): New function.
1013 (kill-region, copy-region-as-kill): Use it.
1014
1015 * register.el (copy-to-register, append-to-register)
1016 (prepend-to-register): Use filter-buffer-substring.
1017
1018 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1019
1020 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
1021 (gud-filter-pending-text): Move in front of gdb.
1022 (gud-overlay-arrow-position): New variable.
1023 (gud-sentinel, gud-display-line): Use it in place of
1024 overlay-arrow-position.
1025
1026 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1027
1028 * progmodes/fortran.el (fortran-if-indent): Doc fix.
1029 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
1030 (fortran-font-lock-keywords-4): New variable.
1031 (fortran-blocks-re, fortran-end-block-re)
1032 (fortran-start-block-re): New constants, for hideshow.
1033 (hs-special-modes-alist): Add a Fortran entry.
1034 (fortran-mode-map): Bind fortran-end-of-block,
1035 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
1036 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
1037 (fortran-looking-at-if-then, fortran-end-of-block)
1038 (fortran-beginning-of-block): New functions, for hideshow.
1039
1040 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
1041 fix. Tweak regexp.
1042 (f90-beginning-of-block): Push mark first.
1043
1044 2005-03-29 Jay Belanger <belanger@truman.edu>
1045
1046 * calc/calc.el: Update copyright date.
1047 (calc-version): Increase to 2.1.
1048 (calc-version-date): Remove.
1049
1050 * calc/calc-help.el: Update copyright date.
1051 (calc-full-help): Remove reference to calc-version-date.
1052 Update copyright date.
1053
1054 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * vc.el (vc-do-command): Use a pipe for async processes, so password
1057 prompts don't show up at places where the user can't reply.
1058
1059 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1060
1061 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
1062 on the file name we pass to the inferior shell.
1063
1064 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1065
1066 * progmodes/which-func.el (which-function): Be robust in the face of an
1067 imenu--make-index-alist failure.
1068
1069 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
1072
1073 * progmodes/python.el (python-preoutput-filter): Fix last change.
1074
1075 2005-03-29 Lute Kamstra <lute@gnu.org>
1076
1077 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
1078 functions and compiled macros.
1079 (debug-convert-byte-code): Handle macros too.
1080 (debug-on-entry-1): Don't signal an error when trying to clear a
1081 function that is not set to debug on entry.
1082
1083 2005-03-29 Jay Belanger <belanger@truman.edu>
1084
1085 * calc/calc-lang.el: Add functions to math-function-table
1086 properties of tex and math.
1087
1088 2005-03-29 Kenichi Handa <handa@m17n.org>
1089
1090 * ps-mule.el (ps-mule-plot-string): Translate characters by
1091 ps-print-translation-table.
1092 (ps-mule-begin-job): Call find-charset-region/string with
1093 ps-print-translation-table.
1094 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
1095
1096 * ps-print.el (ps-print-translation-table): New variable.
1097 (ps-plot-region): Translate characters by ps-print-translation-table.
1098
1099 2005-03-29 Juri Linkov <juri@jurta.org>
1100
1101 * simple.el (next-error-highlight-timer): New variable.
1102
1103 * progmodes/compile.el (compilation-goto-locus):
1104 Use `next-error-highlight-timer' instead of `sit-for'.
1105
1106 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * mail/supercite.el (sc-mail-field): Use assoc-string.
1109 (sc-get-address): Simplify regexps.
1110
1111 * files.el (minibuffer-with-setup-hook): New macro.
1112 (find-file-read-args): Use it to avoid let-binding
1113 minibuffer-with-setup-hook (which breaks turning on/off
1114 file-name-shadow-mode while in the prompt).
1115
1116 * complete.el (PC-read-include-file-name-internal): Use test-completion.
1117
1118 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
1119
1120 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
1121
1122 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * window.el (window-buffer-height): Use count-screen-lines.
1125
1126 * progmodes/python.el (python-preoutput-leftover): New var.
1127 (python-preoutput-filter): Use it.
1128 (python-send-receive): Loop until all the result has been received.
1129
1130 2005-03-28 Juri Linkov <juri@jurta.org>
1131
1132 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
1133
1134 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
1135 "Recover Crashed Session".
1136 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
1137 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
1138 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
1139 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
1140 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
1141 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
1142 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
1143 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
1144
1145 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
1146 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
1147 Ediff Sessions", "Toggle use of separate control buffer frame",
1148 "Use separate frame for Ediff control buffer".
1149
1150 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
1151 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
1152 "Rename Bookmark", "Delete Bookmark".
1153
1154 * info.el (Info-mode-menu): Remove ellipsis from "Index".
1155 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
1156 Add `:active Info-index-alternatives' to "Next Matching Item".
1157
1158 * wdired.el (wdired-change-to-wdired-mode):
1159 Mention `wdired-abort-changes' key in the initial message.
1160
1161 * international/mule.el (auto-coding-alist): Associate non-ascii
1162 image filename extensions with `no-conversion'.
1163
1164 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * international/iso-acc.el:
1167 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
1168
1169 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
1170
1171 * textmodes/sgml-mode.el (html-mode): Doc update.
1172
1173 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
1174
1175 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1176
1177 * term.el (term-move-columns): Fix face after extending a line.
1178 (term-insert-spaces): Likewise.
1179 (term-reset-terminal): Fix off by one error.
1180
1181 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1182
1183 * international/mule.el (auto-coding-alist): Add .xpi files.
1184
1185 * files.el (auto-mode-alist): Add .xpi files.
1186
1187 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
1188
1189 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
1190
1191 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1192
1193 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
1194
1195 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1196
1197 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
1198 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
1199
1200 * calendar/cal-move.el (calendar-beginning-of-year): Move the
1201 cursor to Jan 1 when needed.
1202 (calendar-end-of-year): Fix -/+ typo.
1203 Reported by Chong Yidong <cyd@stupidchicken.com>.
1204
1205 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
1208
1209 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
1210 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
1211
1212 2005-03-25 Richard M. Stallman <rms@gnu.org>
1213
1214 * filesets.el (filesets-init): Add autoload.
1215
1216 * mail/mailalias.el (mail-directory): Doc fix.
1217
1218 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1219
1220 * mail/mailalias.el (mail-directory-process): Do nothing if
1221 mail-directory-process is an atom.
1222 (mail-get-names): Ignore mail-directory-names if it is an atom.
1223 (mail-directory-process defvar): Doc fix.
1224 (mail-names): Doc fix.
1225
1226 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
1227
1228 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
1229
1230 2005-03-26 Kenichi Handa <handa@m17n.org>
1231
1232 * international/mule-util.el (detect-coding-with-priority):
1233 Call update-coding-systems-internal before detect-coding-region.
1234
1235 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
1236
1237 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1238 (gdb-frames-mode-map): Add follow-link property.
1239
1240 2005-03-25 Jay Belanger <belanger@truman.edu>
1241
1242 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
1243 for variables.
1244
1245 2005-03-25 Juri Linkov <juri@jurta.org>
1246
1247 * image-mode.el: Optimize image filename extension regexps in
1248 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
1249 in `auto-mode-alist'.
1250 (image-mode): Add `image-toggle-display-text' to local hook
1251 `change-major-mode-hook'. Display the image as an image by
1252 default. Set `cursor-type' and `truncate-lines' if the image
1253 is already displayed. Take into account the current mode (image
1254 or text) in message.
1255 (image-minor-mode): New minor mode.
1256 (image-mode-maybe, image-toggle-display-text): New functions.
1257 (image-toggle-display): Use called-interactively-p.
1258 Let-bind `inhibit-read-only' to t.
1259
1260 * image-mode.el (image-minor-mode): Set `cursor-type' and
1261 `truncate-lines' if the image is already displayed. Add turning
1262 image-minor-mode off to `change-major-mode-hook'. Add message.
1263 Call `image-toggle-display-text' after turning image-minor-mode off.
1264
1265 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
1268 Terminal.app, use utf-8.
1269 (set-display-table-and-terminal-coding-system): Add coding-system arg.
1270 (set-locale-environment): Use it.
1271
1272 * term/xterm.el: Undo last change, better done in mule-cmds.el.
1273
1274 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
1275
1276 * progmodes/python.el (python-close-block-statement-p)
1277 (python-outdent-p, python-current-defun): Use symbol-end.
1278
1279 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1280
1281 * files.el (save-some-buffers): Doc fix.
1282
1283 2005-03-25 Werner Lemberg <wl@gnu.org>
1284
1285 * complete.el, thumbs.el: Replace `legal' with `valid'.
1286 * calendar/calendar.el: Replace `legal' with `valid'.
1287 * emacs-lisp/advice.el: Replace `legal' with `valid'.
1288 * mail/supercite.el: Replace `legal' with `valid'.
1289 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
1290 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
1291 `valid'.
1292 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
1293 with `valid'.
1294
1295 2005-03-25 Werner Lemberg <wl@gnu.org>
1296
1297 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
1298 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
1299 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
1300 * emulation/vip.el: Replace `illegal' with `invalid'.
1301 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
1302 * mail/supercite.el: Replace `illegal' with `invalid'.
1303 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
1304 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
1305 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
1306 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
1307 `invalid'.
1308 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
1309 textmodes/reftex-index.el, textmodes/reftex-parse.el,
1310 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
1311 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
1312
1313 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
1316 (flymake-find-buildfile, flymake-find-possible-master-files)
1317 (flymake-check-include, flymake-parse-line): Replace loops over the
1318 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
1319
1320 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
1321 Substitute file-name-as-directory in the rest of the file.
1322 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
1323 (flymake-replace-region): Remove unused arg `buffer'.
1324 (flymake-check-patch-master-file-buffer): Update calls to it.
1325 (flymake-add-err-info): Remove unused var `count'.
1326 (flymake-mode): Use define-minor-mode.
1327
1328 * progmodes/flymake.el: Use with-current-buffer.
1329 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
1330 flymake-replace-regexp-in-string, flymake-line-beginning-position)
1331 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
1332 Avoid testing for `xemacs'.
1333 (flymake-nop): Move.
1334 (flymake-region-has-flymake-overlays): Return the computed value.
1335 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
1336 Remove unused var `endline'.
1337 (flymake-get-line-count): Remove unused function.
1338 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
1339
1340 * emulation/vi.el:
1341 * generic.el:
1342 * hilit-chg.el (global-highlight-changes):
1343 * hi-lock.el (hi-lock-mode):
1344 * follow.el: find-file-hooks -> find-file-hook.
1345
1346 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
1347
1348 2005-03-24 Juri Linkov <juri@jurta.org>
1349
1350 * dired.el (dired-mode-map): Add menu item "Compare directories"
1351 for dired-compare-directories.
1352
1353 * dired-aux.el (dired-compare-directories): Add autoload cookie.
1354 Doc fix. Replace `read-file-name' with `read-directory-name'.
1355
1356 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
1359
1360 2005-03-24 Jay Belanger <belanger@truman.edu>
1361
1362 * calc/calc-embed.el (calc-embedded-mode-change): Save all
1363 relevant mode settings in calc-embedded-original-modes when modes
1364 are permanently changed.
1365
1366 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * autoinsert.el: find-file-hooks -> find-file-hook.
1369
1370 2005-03-24 Lute Kamstra <lute@gnu.org>
1371
1372 * generic.el (generic-font-lock-defaults): Make it obsolete.
1373 (generic-font-lock-keywords): New variable to replace
1374 generic-font-lock-defaults.
1375 (generic-mode-set-font-lock): Delete it.
1376 (generic-mode-internal): Don't call generic-mode-set-font-lock.
1377 (generic-bracket-support): Add docstring.
1378
1379 * generic-x.el: Rename generic-font-lock-defaults to
1380 generic-font-lock-keywords throughout.
1381 (mailagent-rules-setup-function): Delete it.
1382 (mailagent-rules-generic-mode): Use anonymous function instead.
1383 (show-tabs-generic-mode-font-lock-defaults-1)
1384 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
1385 Quote faces.
1386 (show-tabs-tab-face, show-tabs-space-face): Specify background,
1387 not foreground.
1388
1389 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1390 Recognize define-generic-mode.
1391
1392 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
1395 if there's no completion table.
1396
1397 2005-03-23 Miles Bader <miles@gnu.org>
1398
1399 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1400 Remove tty-specific variants, as they're no longer needed.
1401
1402 2005-03-23 Lute Kamstra <lute@gnu.org>
1403
1404 * generic-x.el: Code cleanup: make args constant whenever possible.
1405 (installshield-statement-keyword-list)
1406 (installshield-system-functions-list)
1407 (installshield-system-variables-list, installshield-types-list)
1408 (installshield-funarg-constants-list): Make them constants.
1409
1410 * generic.el (generic-make-keywords-list): Add autoload cookie.
1411
1412 * calendar/time-date.el: Add comment on time value formats.
1413 Don't require parse-time.
1414 (with-decoded-time-value): New macro.
1415 (encode-time-value): New function.
1416 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1417 (days-to-time): Return a valid time value when arg is huge.
1418 (time-since): Use time-subtract.
1419 (time-to-number-of-days): Use time-to-seconds.
1420
1421 2005-03-23 David Ponce <david@dponce.com>
1422
1423 * recentf.el: (recentf-keep): New option.
1424 (recentf-menu-action): Default to `find-file'.
1425 (recentf-keep-non-readable-files-flag)
1426 (recentf-keep-non-readable-files-p)
1427 (recentf-file-readable-p, recentf-find-file)
1428 (recentf-cleanup-remote): Remove.
1429 (recentf-include-p): More robust.
1430 (recentf-keep-p): New function.
1431 (recentf-remove-if-non-kept): Rename from
1432 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
1433 All callers updated.
1434 (recentf-menu-items-for-commands): Fix help string.
1435 (recentf-track-closed-file): Update. Doc fix.
1436 (recentf-cleanup): Update. Count removed files. Doc fix.
1437
1438 2005-03-23 Kim F. Storm <storm@cua.dk>
1439
1440 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1441 Don't inherit from fringe face (now happens automatically).
1442
1443 2005-03-22 Kim F. Storm <storm@cua.dk>
1444
1445 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
1446 position values.
1447
1448 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * menu-bar.el (showhide-date-time): Remove.
1451 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
1452 (menu-bar-make-mm-toggle): Simplify.
1453
1454 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1455
1456 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
1457 Accept qualified variable and function names.
1458
1459 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
1460
1461 * bindings.el (completion-ignored-extensions):
1462 Remove ".lis" for `vax-vms'.
1463
1464 2005-03-22 Andreas Schwab <schwab@suse.de>
1465
1466 * generic-x.el: Revert last change.
1467 * ldefs-boot.el: Update.
1468
1469 2005-03-22 Jay Belanger <belanger@truman.edu>
1470
1471 * calc/calc-embed (calc-embedded-original-modes): New variable.
1472 (calc-embedded-save-original-modes)
1473 (calc-embedded-restore-original-modes): New functions.
1474 (calc-do-embedded): Save original modes when entering embedded mode
1475 and restore when leaving embedded mode.
1476 (calc-embedded-modes-change): Change the value of
1477 calc-embedded-original-modes to reflect permanent changes.
1478
1479 2005-03-22 Lute Kamstra <lute@gnu.org>
1480
1481 * generic-x.el: Require generic again.
1482
1483 2005-03-22 Miles Bader <miles@gnu.org>
1484
1485 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1486 Tweak details to look good on both ttys and bitmap displays, light
1487 or dark background, etc.
1488
1489 2005-03-21 Kim F. Storm <storm@cua.dk>
1490
1491 * tooltip.el (tooltip-show-help-function): Check car and cdr of
1492 mouse position.
1493
1494 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * icomplete.el: Don't forcibly turn on the mode upon load.
1497 (icomplete-mode): Use define-minor-mode.
1498 (icomplete-eoinput): Default to nil.
1499 (icomplete-minibuffer-setup): Remove autoload.
1500 (icomplete-tidy): Simplify.
1501 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
1502 in the initial state or if the user has modified the field.
1503 Fix handling of icomplete-max-delay-chars.
1504 Remove code that handles the oddball case where
1505 minibuffer-completion-table is an integer.
1506 Wrap icomplete-completions in while-no-input in case building
1507 completions takes more time than expected.
1508 (icomplete-completions): Simplify.
1509
1510 2005-03-21 Richard M. Stallman <rms@gnu.org>
1511
1512 * jka-compr.el (jka-compr-really-do-compress):
1513 Make variable buffer-local.
1514
1515 * image-mode.el: Handle .xpm files too.
1516 (image-toggle-display): Preserve modification flag.
1517
1518 * help.el (where-is): Don't mention aliases with no key bindings.
1519
1520 2005-03-21 Lute Kamstra <lute@gnu.org>
1521
1522 * generic.el: Fix commentary section. Don't require cl for compilation.
1523 (generic-mode-list): Add autoload cookie.
1524 (generic-use-find-file-hook, generic-lines-to-scan)
1525 (generic-find-file-regexp, generic-ignore-files-regexp)
1526 (generic-mode, generic-mode-find-file-hook)
1527 (generic-mode-ini-file-find-file-hook): Fix docstrings.
1528 (define-generic-mode): Make it a defmacro. Fix docstring.
1529 (generic-mode-internal): Code cleanup. Add autoload cookie.
1530 (generic-mode-set-comments): Code cleanup.
1531 * generic-x.el: Don't prevent compilation. Don't require generic.
1532 Follow coding conventions. Minor code cleanup.
1533 (etc-fstab-generic-mode): Add some keywords.
1534 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
1535 define-generic-mode like a function declaration.
1536
1537 2005-03-21 Jay Belanger <belanger@truman.edu>
1538
1539 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
1540 changing modes.
1541
1542 2005-03-21 Sam Steingold <sds@gnu.org>
1543
1544 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
1545
1546 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
1547
1548 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
1549 Add underscore to "f$ lexicals" regexp.
1550
1551 2005-03-20 Juri Linkov <juri@jurta.org>
1552
1553 * subr.el (progress-reporter-do-update): When `min-value' is equal
1554 to `max-value', set `percentage' to 0 and prevent division by zero.
1555
1556 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
1557
1558 Sync with Tramp 2.0.48.
1559
1560 * tramp.el (all): Change all addresses to .gnu.org.
1561 (tramp-append-tramp-buffers): New defun.
1562 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
1563 Catch `dont-send' signal.
1564 (tramp-set-auto-save-file-modes): Set always permissions, because
1565 there might be an old auto-saved file belonging to another
1566 original file. This could be a security threat. Reported by
1567 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
1568 Check for Emacs 21.3.50 removed.
1569
1570 * tramp-smb.el (all): Remove debug construct for
1571 `with-parsed-tramp-file-name'.
1572 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
1573 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
1574 No error message if DIRECTORY or FILENAME doesn't exist.
1575 (tramp-smb-open-connection): Check existence of
1576 `tramp-smb-program'.
1577
1578 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
1581 Properly handle the case where the `m' or `s' command's argument is not
1582 yet terminated.
1583 (perl-indent-new-calculate): New function.
1584 (perl-indent-line): Use it.
1585
1586 2005-03-20 Miles Bader <miles@gnu.org>
1587
1588 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
1589 in text-mode too. Change to new face names.
1590 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
1591 Add `:weight bold' attribute.
1592 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
1593
1594 2005-03-19 Juri Linkov <juri@jurta.org>
1595
1596 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
1597
1598 * international/mule.el (auto-coding-alist): Sync with
1599 `auto-mode-alist' by adding upper case archive file extensions
1600 and adding ear/war to jar extension.
1601
1602 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
1603
1604 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
1605 running, restart it.
1606
1607 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
1608
1609 * finder.el (finder-current-item): Throw an error on an empty line.
1610
1611 * man.el (Man-follow-manual-reference): If current-word returns
1612 nil, use "".
1613
1614 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
1615
1616 * simple.el (goto-line): Doc fix.
1617
1618 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
1619
1620 * files.el (save-buffer): Doc fix.
1621
1622 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
1623
1624 * recentf.el (recentf-cleanup-remote): New variable.
1625 (recentf-cleanup): Use it to conditionally check availablity of
1626 remote files.
1627
1628 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1629
1630 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
1631 function names.
1632
1633 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1634
1635 * language/thai-word.el: New file.
1636
1637 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1638
1639 * files.el (backup-buffer): If the file's directory is not
1640 writable, use copy instead of move to backup the file.
1641
1642 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1643
1644 * obsolete/keyswap.el: Moved to obsolete/ from term/.
1645
1646 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1647
1648 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
1649 Use functionp instead of symbolp and fboundp. Reported by Drkm
1650 <darkman_spam@yahoo.fr>.
1651 (ps-print-version): New version 6.6.6.
1652
1653 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
1654
1655 * textmodes/table.el (table--line-column-position): New idiom.
1656 (table--row-column-insertion-point-p): New function to test
1657 validity of row and column insertion operation at a location.
1658 (table-global-menu, table-cell-menu): Use above functions for
1659 deterministic test operation.
1660 (table--editable-cell-p): Behave in deterministic fashion.
1661
1662 2005-03-18 Juri Linkov <juri@jurta.org>
1663
1664 * isearch.el (isearch-lazy-highlight-new-loop):
1665 Make arguments beg and end optional.
1666 (isearch-update): Remove optional arguments nil from
1667 isearch-lazy-highlight-new-loop.
1668 (isearch-lazy-highlight-search): Let-bind case-fold-search to
1669 isearch-lazy-highlight-case-fold-search instead of
1670 isearch-case-fold-search, and let-bind isearch-regexp to
1671 isearch-lazy-highlight-regexp.
1672 Use isearch-lazy-highlight-last-string instead of isearch-string.
1673
1674 * replace.el (perform-replace): Remove bindings of global
1675 variables isearch-string, isearch-regexp, isearch-case-fold-search.
1676 Add three new arguments to `replace-highlight'.
1677 (replace-highlight): Add arguments string, regexp, case-fold.
1678 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
1679 to allow isearch-lazy-highlight-new-loop to use these values
1680 to set corresponding isearch-lazy-highlight-* internal
1681 variables whose values lazy highlighting will use regardless of
1682 changes to global variables isearch-string, isearch-regexp,
1683 isearch-case-fold-search during lazy highlighting loop.
1684 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
1685 to `lazy-highlight-cleanup'.
1686
1687 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
1688 (ispell-highlight-face): Set default face to `isearch' when
1689 lazy highlighting is enabled.
1690 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
1691 priority to 1. Add lazy highlighting.
1692 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
1693 from `isearch-dehighlight'.
1694
1695 2005-03-18 David Ponce <david@dponce.com>
1696
1697 * files.el (hack-local-variables): Do a case-insensitive search
1698 for End.
1699
1700 2005-03-18 Juri Linkov <juri@jurta.org>
1701
1702 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
1703 `isearch-lazy-highlight-cleanup', add alias to old name and
1704 declare obsolete. Add release numbers to other obsolete vars.
1705 (isearch-done, isearch-lazy-highlight-new-loop):
1706 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
1707 (lazy-highlight-cleanup) <variable>: Doc fix.
1708 (isearch-lazy-highlight-update): Rename obsolete
1709 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
1710
1711 2005-03-18 Kenichi Handa <handa@m17n.org>
1712
1713 * language/thai-util.el: Fix categorization of Thai characters in
1714 thai-category-table.
1715 (thai-composition-pattern): Adjust it for the above change.
1716 (thai-self-insert-command, thai-compose-syllable): New functions.
1717 (thai-compose-region): Use thai-compose-syllable.
1718 (thai-compose-string): Likewise.
1719 (thai-composition-function): Likewise.
1720 (thai-auto-composition): New function.
1721 (thai-auto-composition-mode): New minor mode.
1722
1723 * language/thai.el: Fix patterns to be registered in
1724 composition-function-table.
1725
1726 * international/quail.el (quail-input-method): Locally bind
1727 inhibit-modification-hooks to t.
1728
1729 2005-03-17 Richard M. Stallman <rms@gnu.org>
1730
1731 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
1732 (perl-mode): Use run-mode-hooks.
1733
1734 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
1735 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
1736 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
1737
1738 * mail/sendmail.el (sendmail-send-it): Reenable the code
1739 to compute resend-to-address and use it.
1740
1741 * tar-mode.el (tar-mode): Turn off undo unconditionally.
1742
1743 * image-mode.el: New file.
1744
1745 * image.el (insert-sliced-image): Add autoload cookie.
1746
1747 * font-lock.el (font-lock-lines-before): New user option.
1748 (font-lock-after-change-function): Obey it.
1749
1750 * bindings.el (esc-map): Make M-g a prefix.
1751 Bind M-g g and M-g M-g to goto-line.
1752
1753 * faces.el (face-id): Doc fix.
1754
1755 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1756
1757 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
1758 (rmail-show-message): Use rmail-unknown-mail-followup-to.
1759 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
1760
1761 * mail/sendmail.el (mail-yank-ignored-headers)
1762 (mail-font-lock-keywords, mail-mode-fill-paragraph):
1763 Add Mail-Followup-To and Mail-Reply-To headers.
1764 (mail-citation-hook): Add autoload cookie.
1765 (mail-mode): Doc fix.
1766 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
1767 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
1768 (mail-mode-fill-paragraph): Handle those headers.
1769 (mail-mailing-lists): New variable.
1770 (mail-mail-reply-to, mail-mail-followup-to): New functions.
1771
1772 2005-03-17 Juri Linkov <juri@jurta.org>
1773
1774 * isearch.el (isearch-fallback): Check for `(car previous)'
1775 before calling `isearch-other-end-state'.
1776
1777 2005-03-17 Kim F. Storm <storm@cua.dk>
1778
1779 * simple.el (move-beginning-of-line): Move to beginning of buffer
1780 line, as well as beginning of screen line.
1781
1782 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
1783
1784 * calendar/diary-lib.el (mark-diary-entries): Use new optional
1785 argument REDRAW rather than calendar-redrawing variable.
1786 * calendar/calendar.el (calendar-redrawing): Delete.
1787 (redraw-calendar): Do not bind calendar-redrawing.
1788
1789 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
1790
1791 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
1792 diary-file buffer.
1793
1794 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * help.el (describe-mode): Allow a :minor-mode-function property to
1797 specify a different minor mode toggle function than the variable.
1798 * simple.el (auto-fill-function):
1799 * subr.el (add-minor-mode): Use it.
1800
1801 2005-03-16 Kenichi Handa <handa@m17n.org>
1802
1803 * language/ethio-util.el (sera-being-called-by-w3): New variable.
1804 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
1805 (ethio-fidel-to-sera-buffer): Likewise.
1806
1807 2005-03-16 Juri Linkov <juri@jurta.org>
1808
1809 * emacs-lisp/find-func.el (find-function-regexp):
1810 Add defun-emitting macro `menu-bar-make-toggle'.
1811
1812 * isearch.el: Put `isearch-scroll' property to
1813 `split-window-horizontally'.
1814
1815 * info.el: Update error messages for `debug-ignored-errors'.
1816 (Info-isearch-search): Doc fix.
1817 (Info-find-node): Move up code to go into info buffer before
1818 recording the node to the history.
1819 (Info-fontify-node): Fontify titles only if the next line
1820 has two or more `*', `=', `-', `.'.
1821 Display "go to this node" for empty (match-string 3).
1822
1823 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1824
1825 * term/mac-win.el: Add mouse pointer shape constants.
1826
1827 2005-03-15 Kim F. Storm <storm@cua.dk>
1828
1829 * simple.el (move-beginning-of-line): Use vertical-motion.
1830
1831 2005-03-15 Juri Linkov <juri@jurta.org>
1832
1833 * isearch.el (isearch-error): New variable.
1834 (isearch-invalid-regexp, isearch-within-brackets): Remove.
1835 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
1836 (isearch-within-brackets-state): Remove.
1837 (isearch-case-fold-search-state, isearch-pop-fun-state):
1838 Decrease frame index.
1839 (isearch-mode, isearch-top-state, isearch-push-state)
1840 (isearch-edit-string, isearch-abort, isearch-search-and-update)
1841 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
1842 (isearch-search, isearch-lazy-highlight-new-loop):
1843 Replace `isearch-invalid-regexp' with `isearch-error'.
1844 Remove `isearch-within-brackets'.
1845 (isearch-search): Add `search-failed' handler to `condition-case'.
1846 (isearch-lazy-highlight-search): Add `condition-case' to catch
1847 errors and allow `isearch-lazy-highlight-update' to try
1848 highlighting from the beginning of the window.
1849 (isearch-repeat): Move up code to set isearch-wrapped to t
1850 before calling isearch-wrap-function.
1851
1852 * info.el (Info-isearch-initial-node): New internal variable.
1853 (Info-search): Signal an error in isearch mode when search leaves
1854 the initial node. Signal an error when `bound' is non-nil and
1855 nothing was found in the current subfile.
1856 (Info-isearch-search): Remove `condition-case'.
1857 (Info-isearch-wrap): Don't wrap when search failed during leaving
1858 the initial node. If `Info-isearch-search' is nil, wrap around
1859 the current node.
1860 (Info-isearch-start): New fun.
1861 (Info-mode): Add buffer-local hook `Info-isearch-start' to
1862 `isearch-mode-hook'.
1863
1864 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1865
1866 * simple.el (normal-erase-is-backspace): Set default to t if
1867 running on Mac.
1868
1869 * term/mac-win.el (function-key-map): Sync with x-win.el.
1870
1871 2005-03-15 Kenichi Handa <handa@m17n.org>
1872
1873 * international/mule-cmds.el (locale-language-names): Modify the
1874 format of elements and add more entries.
1875 (locale-preferred-coding-systems): Add more entries.
1876 (set-locale-environment): Adjust for the change of
1877 locale-language-names.
1878
1879 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * pcvs.el (smerge-ediff): Remove bogus autoload.
1882
1883 2005-03-14 Lute Kamstra <lute@gnu.org>
1884
1885 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
1886 Ignore a `*' at the beginning of a line.
1887
1888 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
1889 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
1890 subr.el.
1891 (dont-compile, eval-when-compile, eval-and-compile): Use declare
1892 to specify indentation.
1893
1894 * generic.el (define-generic-mode): Let generic-mode-list be a
1895 list of strings; test membership with equal.
1896
1897 2005-03-14 Kim F. Storm <storm@cua.dk>
1898
1899 * simple.el (next-line, previous-line): Add optional try-vscroll
1900 arg to recognize interactive use. Pass it on to line-move.
1901 (line-move): Don't perform auto-window-vscroll when defining or
1902 executing keyboard macro to ensure consistent behaviour.
1903
1904 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
1907
1908 2005-03-13 Lute Kamstra <lute@gnu.org>
1909
1910 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
1911 debugger-setup-buffer so that backtrace marks the frames set to
1912 debug-on-exit and we don't have to do it manually. Set an extra
1913 debug-on-exit for macro's.
1914 (debugger-setup-buffer): Don't mark the top frame manually.
1915
1916 2005-03-12 Lute Kamstra <lute@gnu.org>
1917
1918 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
1919 lisp-indent-function throughout.
1920 (with-no-warnings): Set lisp-indent-function property.
1921
1922 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
1923
1924 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
1925 Add entry for backslash.
1926
1927 2005-03-12 Juri Linkov <juri@jurta.org>
1928
1929 * info.el (Info-search): Four fixes for backward search.
1930
1931 2005-03-11 Jay Belanger <belanger@truman.edu>
1932
1933 * calc/calc.el (calc-language-alist): New variable.
1934 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
1935 (calc-embedded-find-modes): Use calc-language-alist instead of
1936 calc-embedded-language-alist.
1937
1938 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
1939
1940 * calendar/calendar.el (calendar-redrawing): New internal
1941 variable.
1942 (redraw-calendar): Remove bogus save-excursion from previous
1943 change. Bind calendar-redrawing to t for mark-diary-entries.
1944 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
1945 calendar if that is why we were called.
1946
1947 2005-03-11 Kenichi Handa <handa@m17n.org>
1948
1949 * international/mule.el (make-coding-system): Set property
1950 coding-system-define-form to nil.
1951 (define-coding-system-alias): Likewise.
1952
1953 2005-03-11 Kenichi Handa <handa@m17n.org>
1954
1955 These changes are suggested by Dave Love <fx@gnu.org>.
1956
1957 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
1958 coding: tag.
1959 (adaptive-fill-regexp): Add more bullets.
1960 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
1961 regexps.
1962
1963 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * help.el (describe-mode): Properly handle non-trivial lighters.
1966 Don't ignore minor modes that are not listed in minor-mode-list.
1967
1968 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
1969 feature ON when the user requests to turn it OFF.
1970
1971 2005-03-10 Lute Kamstra <lute@gnu.org>
1972
1973 * emacs-lisp/debug.el (debug-entry-code): Delete it.
1974 (implement-debug-on-entry): New function to replace debug-entry-code.
1975 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
1976 second argument as the 2005-03-07 change makes it obsolete.
1977 (debug-on-entry, cancel-debug-on-entry): Update call to
1978 debug-on-entry-1.
1979 (debug, debugger-setup-buffer): Comment update.
1980 (debugger-frame-number): Update to work with implement-debug-on-entry.
1981
1982 2005-03-10 Jay Belanger <belanger@truman.edu>
1983
1984 * calc/calc-embed.el (math-ms-args): Declare it.
1985 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
1986 math-ms-args.
1987 (calc-embedded-subst): Use math-multi-subst-rec to substitute
1988 variables.
1989
1990 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
1991
1992 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
1993 Use message-box.
1994
1995 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
1996 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
1997 (tooltip-gud-tips): Simplify.
1998 (tooltip-gud-tips-p): Remove superflouous :set.
1999 (tooltip-gud-modes): Add fortran-mode.
2000 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2001
2002 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
2003
2004 2005-03-09 Kim F. Storm <storm@cua.dk>
2005
2006 * play/animate.el (animate-place-char): Use forward-line instead
2007 of next-line to improve performance.
2008
2009 2005-03-09 Simon Josefsson <jas@extundo.com>
2010
2011 * net/browse-url.el (browse-url-default-browser): Doc fix.
2012
2013 2005-03-09 Miles Bader <miles@gnu.org>
2014
2015 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
2016 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2017
2018 2005-03-09 Kenichi Handa <handa@m17n.org>
2019
2020 * international/latin-1.el: Set case and syntax for 255 only if
2021 set-case-syntax-set-multibyte is nil.
2022
2023 * textmodes/ispell.el (ispell-insert-word): New function.
2024 (ispell-word): Use ispell-insert-word to insert a new word.
2025 (ispell-process-line): Likewise.
2026 (ispell-complete-word): Likewise.
2027
2028 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2029
2030 * calendar/calendar.el (redraw-calendar): Preserve point.
2031 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2032 (calendar-week-start-day): Move after definition of
2033 redraw-calendar. Delete buffer test, since redraw-calendar has
2034 that now.
2035
2036 * calendar/diary-lib.el (mark-diary-entries): Only call
2037 redraw-calendar in the first of any recursive calls.
2038 Reported by Alan Shutko <ats@acm.org>.
2039
2040 2005-03-08 Juri Linkov <juri@jurta.org>
2041
2042 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
2043 (html-horizontal-rule, html-line, html-image, html-checkboxes)
2044 (html-radio-buttons): Add a space before the trailing `/>' where
2045 sgml-xml-mode is non-nil.
2046 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
2047 the subsequent tag of the empty XML tag.
2048 (html-href-anchor): Don't set initial input to "http:".
2049 (html-image): Ask for the image URL and set point inside alt="".
2050 (html-name-anchor): Duplicate the name in the `id' attribute when
2051 sgml-xml-mode is non-nil.
2052 (html-paragraph): Remove \n before <p>.
2053 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
2054 instead of `checked' when sgml-xml-mode is non-nil.
2055
2056 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
2057 Remove 1 space before #RRGGBB to not truncate it on terminal
2058 windows w/o fringes. Remove 1 space between bg and fg examples
2059 to get more space.
2060 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
2061 avoid byte-compile warnings.
2062
2063 * image-file.el (image-file-handler): Put `safe-magic' property to
2064 `image-file-handler'.
2065
2066 * info.el (Info-isearch-search): Emulate word search in
2067 isearching through multiple Info nodes with Info-search.
2068 (Info-isearch-wrap): Allow isearch-word.
2069
2070 2005-03-08 Lute Kamstra <lute@gnu.org>
2071
2072 * emacs-lisp/debug.el (debugger-step-through): Make sure that
2073 stepping into the debugger's code is not possible.
2074 (debugger-jumping-flag): Docstring update.
2075
2076 2005-03-08 Jay Belanger <belanger@truman.edu>
2077
2078 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
2079 embedded mode begins.
2080 (calc-embedded-language-alist): New variable.
2081 (calc-embedded-find-modes): Use calc-embedded-language-alist to
2082 set default language mode.
2083
2084 2005-03-08 Kenichi Handa <handa@m17n.org>
2085
2086 * international/ccl.el (define-ccl-program): Fix docstring about
2087 extra 256 bytes assured for the output buffer.
2088
2089 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2090 Fix BUFFER_MAGNIFICATION to 2.
2091 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2092
2093 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
2094
2095 * align.el (align-rules-list): Added an alignment rule for CSS
2096 declarations (applies to css-mode and html-mode buffers).
2097
2098 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
2101
2102 2005-03-07 Kim F. Storm <storm@cua.dk>
2103
2104 * simple.el (move-beginning-of-line): New command.
2105
2106 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
2107
2108 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
2109
2110 * emulation/cua-base.el: Put CUA move property on move-end-of-line
2111 and move-beginning-of-line.
2112
2113 * apropos.el (apropos-print): Omit command from M-x ... RET.
2114
2115 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
2116
2117 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
2118 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
2119
2120 2005-03-06 Richard M. Stallman <rms@gnu.org>
2121
2122 * bindings.el (esc-map): Bind M-g to goto-line.
2123
2124 * facemenu.el (global-map): Bind M-o, not M-g.
2125
2126 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2127
2128 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
2129 "Open Directory" as for "Open File".
2130
2131 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
2134 (push-mark-command): Run activate-mark-hook.
2135
2136 2005-03-06 Richard M. Stallman <rms@gnu.org>
2137
2138 * help-mode.el (help-mode-finish): Don't alter the element
2139 in view-return-to-alist if there already is one.
2140
2141 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
2142 make sure the current buffer is the expected one.
2143
2144 * novice.el (disabled-command-function): Output in *Disabled Command*.
2145 Explicitly ignore non-keyboard events, and explicitly handle C-g.
2146
2147 * textmodes/flyspell.el (flyspell-large-region):
2148 Pass args differently for aspell.
2149
2150 * files.el (mode-require-final-newline): Doc fix.
2151
2152 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2153
2154 * progmodes/which-func.el (which-function):
2155 Specify NOERROR when calling imenu--make-index-alist.
2156
2157 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * simple.el (normal-erase-is-backspace): Define default value.
2160
2161 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
2162 (custom-reevaluate-setting): Simple function to handle
2163 variables that are defined before their default value can really
2164 be computed.
2165
2166 * startup.el (command-line): Use it for temporary-file-directory,
2167 small-emporary-file-directory, auto-save-file-name-transforms,
2168 blink-cursor-mode, and normal-erase-is-backspace.
2169
2170 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
2171 progress, even with buggy anchored keywords.
2172
2173 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
2174
2175 * simple.el (goto-line): Remove unbalanced final parenthesis.
2176
2177 2005-03-05 Richard M. Stallman <rms@gnu.org>
2178
2179 * simple.el (goto-line): Use a number at point as the default.
2180 With C-u as arg, switch buffers.
2181
2182 2005-03-05 Juri Linkov <juri@jurta.org>
2183
2184 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
2185 with `no-blinking-cursor'.
2186
2187 * startup.el (no-blinking-cursor): New defvar.
2188 (command-line): Add `--no-blinking-cursor' to longopts.
2189 Set `no-blinking-cursor' to t for command line arguments
2190 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
2191 with `no-blinking-cursor' in the condition for calling
2192 `blink-cursor-mode'.
2193
2194 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
2197 (menu-bar-options-save): Add blink-cursor-mode.
2198 (menu-bar-options-menu): Add blink-cursor-mode.
2199
2200 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
2201
2202 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
2203 (icalendar-export-file, icalendar-export-region)
2204 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
2205 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
2206
2207 2005-03-04 Lute Kamstra <lute@gnu.org>
2208
2209 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
2210 (debug-function-list): Ditto.
2211
2212 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
2213
2214 * textmodes/texinfmt.el (texinfo-append-refill):
2215 Redefine the types of line to which @refill
2216 is not appended by replacing a search for `@refill\\|@bye' with
2217 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
2218 itemize@refill' bug and the unfilled long lines bug.
2219 (texinfmt-version): Update number and date.
2220
2221 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2222
2223 * international/code-pages.el (windows-1250, windows-125[2-8])
2224 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2225
2226 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
2229 bound yet.
2230
2231 2005-03-02 Romain Francoise <romain@orebokech.com>
2232
2233 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
2234 buffer after removing limits.
2235 (ibuffer-pop-filter): Ditto.
2236 Update copyright.
2237
2238 2005-03-02 Miles Bader <miles@gnu.org>
2239
2240 * button.el (make-text-button): If the user doesn't specify a
2241 type, use the default. Rewrite to use `add-text-properties' and
2242 plist functions.
2243
2244 2005-03-01 Lute Kamstra <lute@gnu.org>
2245
2246 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
2247 (debugger-jumping-flag): New var.
2248 (debug-entry-code): Use it.
2249 (debugger-jump): Use debugger-jumping-flag and add
2250 debugger-reenable to post-command-hook.
2251 (debugger-reenable): Use debugger-jumping-flag and remove itself
2252 from post-command-hook.
2253 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
2254 debugger-reenable.
2255
2256 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
2257
2258 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
2259 inclusion of "itemize\\|", which may be unnecessary, is certainly
2260 inelegant, and stops refilling in itemize lists when formatting
2261 Japanese Texinfo files to Info.
2262 Update copyright to 2005.
2263
2264 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
2265
2266 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
2267 of an error if GDB can't find the source file.
2268
2269 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
2270
2271 * calendar/calendar.el (redraw-calendar): Work from any buffer,
2272 not just the calendar.
2273
2274 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
2275 first.
2276 (diary-redraw-calendar): New function.
2277 (make-diary-entry): Add diary-redraw-calendar to local
2278 write-contents-functions. Turn off selective display before
2279 inserting in diary.
2280
2281 2005-03-01 Kim F. Storm <storm@cua.dk>
2282
2283 * emacs-lisp/copyright.el (copyright-fix-years): New command.
2284
2285 2005-03-01 Lute Kamstra <lute@gnu.org>
2286
2287 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
2288 that debug-entry-code can be safely removed from a function while
2289 this code is being evaluated. Revert the 2005-02-27 change as the
2290 new implementation no longer requires it. Make sure that a
2291 function body containing just a string is not mistaken for a docstring.
2292 (debug): Skip one more frame in case of debug on entry.
2293 (debugger-setup-buffer): Delete one more frame line in case of
2294 debug on entry.
2295 (debugger-frame-number): Update to use the new text introduced by
2296 the 1999-11-03 change. Skip one more frame in case of debug on entry.
2297
2298 2005-02-28 Kim F. Storm <storm@cua.dk>
2299
2300 * double.el (double-translate-key): Call force-window-update after
2301 read-event to avoid crash in redisplay.
2302
2303 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
2306 (debug): Use it. Move the inhibit-trace earlier.
2307 (debug-entry-code): New const.
2308 (debug-on-entry-1): Use it.
2309
2310 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * international/utf-16.el (ccl-encode-mule-utf-16le):
2313 Fix BUFFER_MAGNIFICATION to 2.
2314 (ccl-encode-mule-utf-16be): Likewise.
2315
2316 2005-02-28 Kenichi Handa <handa@m17n.org>
2317
2318 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2319 Fix BUFFER_MAGNIFICATION to 4.
2320 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2321
2322 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
2323
2324 * speedbar.el (speedbar-update-flag): Doc fix.
2325 (speedbar-show-info-under-mouse): Give set-mouse-position the right
2326 argument.
2327
2328 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 * reveal.el (reveal-post-command): Don't try to reveal overlays which
2331 have a non-nil `invisible' property but are actually visible.
2332
2333 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
2334 for perldoc sections.
2335 (perl-outline-regexp, perl-outline-level): New var and function.
2336 (perl-mode): Use them.
2337
2338 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2339
2340 * calendar/diary-lib.el (diary-remind): Discard any mark portion
2341 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
2342
2343 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
2344
2345 * cus-edit.el: Comment change.
2346 (custom-buffer-create-internal): Slightly reword text at top of
2347 Custom buffers. Mention there that saving an option edits the
2348 init file. Add link to Emacs manual node on `custom-file'.
2349 (custom-magic-alist): Rewrite individual State messages to use
2350 capitalized keywords. Doc fix.
2351
2352 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
2353
2354 * calendar/calendar.el (calendar-buffer): Move above
2355 calendar-week-start-day.
2356 (calendar-week-start-day): Doc fix. Add :set function.
2357 (calendar-minimum-window-height): New variable.
2358 (generate-calendar-window): Only resize window if selected-window
2359 is displaying the calendar buffer. Use new variable
2360 calendar-minimum-window-height.
2361 (generate-calendar): Reword error message.
2362 (calendar-mode-map): Bind DEL to scroll-other-window-down.
2363
2364 2005-02-27 Andreas Schwab <schwab@suse.de>
2365
2366 * vc.el (vc-do-command): Don't run command asynchronously when
2367 operating in a remote directory.
2368
2369 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
2370 change from sync with Tramp 2.0.47.
2371
2372 2005-02-27 Richard M. Stallman <rms@gnu.org>
2373
2374 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2375
2376 * textmodes/flyspell.el (flyspell-mode-on):
2377 Call ispell-change-dictionary only if necessary.
2378
2379 * emacs-lisp/re-builder.el (regexp-builder): New function.
2380
2381 * register.el (describe-register-1): Explicitly handle
2382 yank-excluded-properties = t.
2383
2384 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
2385 (custom-magic-alist): Change the status descriptions again.
2386 (face widget-type): Total rewrite based on `restricted-sexp'
2387 to eliminate the confusing double hiding levels.
2388
2389 * emacs-lisp/debug.el (debug-on-entry-1):
2390 If function body is empty, add nil as body form.
2391
2392 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2393
2394 * emacs-lisp/trace.el (inhibit-trace): New var.
2395 (trace-make-advice): Use it.
2396
2397 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
2398
2399 2005-02-26 Kim F. Storm <storm@cua.dk>
2400
2401 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
2402 (mouse-on-link-p, mouse-drag-region-1): Use it.
2403
2404 2005-02-25 Lute Kamstra <lute@gnu.org>
2405
2406 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
2407
2408 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
2409
2410 * frame.el (blink-cursor-mode): Add :group keyword.
2411
2412 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
2413
2414 * calendar/icalendar.el (icalendar--decode-isodatetime):
2415 New optional argument DAY-SHIFT.
2416 (icalendar-export-region): Fix coding-system-for-write.
2417 (icalendar--convert-ical-to-diary): Shift end-day of all-day
2418 events by one.
2419
2420 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
2423
2424 2005-02-24 Kim F. Storm <storm@cua.dk>
2425
2426 * international/iso-acc.el (iso-accents-compose): Fix crash
2427 during redisplay. Call force-window-update after read-event
2428 and delete-region to signal that window is not accurate.
2429
2430 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
2433 Remove unused and inexistent var `inhibit-trace'.
2434 (debugger-mode): Use run-mode-hooks.
2435 (debugger-list-functions): Add buttons; setup xref stack.
2436
2437 2005-02-23 Richard M. Stallman <rms@gnu.org>
2438
2439 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
2440 appointment says it was explicitly made.
2441 (appt-add): Set the 3rd element.
2442 (appt-make-list): Preserve explicit appointments.
2443
2444 * subr.el (find-tag-default): Catch errors in forward-sexp.
2445
2446 2005-02-23 Juri Linkov <juri@jurta.org>
2447
2448 * info.el (Info-isearch-search): New defcustom.
2449 (Info-isearch-search): Call the default isearch function
2450 when Info-isearch-search is nil.
2451 (Info-isearch-wrap): Use variable Info-isearch-search.
2452
2453 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
2454
2455 * cus-edit.el: Comment change.
2456
2457 2005-02-22 Kim F. Storm <storm@cua.dk>
2458
2459 * progmodes/hideif.el (hide-ifdef-use-define-alist):
2460 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
2461
2462 2005-02-22 Simon Josefsson <jas@extundo.com>
2463
2464 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
2465 New variable.
2466 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
2467 Oskarsson" <myrkraverk@users.sourceforget.net>.
2468
2469 2005-02-22 Kim F. Storm <storm@cua.dk>
2470
2471 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
2472 check that window of that event is the selected window.
2473 (mouse-drag-region-1): Compare mouse event window to selected
2474 window before setting point.
2475
2476 * tooltip.el (tooltip-show-help-function): Pass event to
2477 mouse-on-link-p so it can check selected window.
2478
2479 2005-02-22 Kenichi Handa <handa@m17n.org>
2480
2481 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
2482 (ps-mule-show-warning): New function.
2483 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
2484 characters are found.
2485
2486 * ps-print.el (ps-header-footer-string): Return a list of header
2487 and footer strings.
2488
2489 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2490
2491 * pcvs.el (cvs-retrieve-revision): Fix thinko.
2492
2493 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * frame.el (blink-cursor-mode): Use define-minor-mode.
2496
2497 * term/mac-win.el (function-key-map): Use char-names more consistently.
2498 (file-name-coding-system): Only set it for MacOS-9. The other case is
2499 already handled in mule-cmds.el (where it also works when mac-win.el
2500 is not used).
2501
2502 2005-02-21 Kenichi Handa <handa@m17n.org>
2503
2504 * international/mule.el (ctext-pre-write-conversion): Always use
2505 " *code-converting-work*" buffer for work.
2506
2507 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
2508
2509 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
2510
2511 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
2512
2513 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
2514
2515 * ses.el (undo-more): Restore defadvice, but only the part that
2516 allows changes outside the restricted area of the buffer.
2517
2518 2005-02-20 Kim F. Storm <storm@cua.dk>
2519
2520 * simple.el (line-move): Add fourth optional arg try-vscroll which
2521 must be set to perform auto-window-vscroll.
2522 When moving backwards and doing auto-window-vscroll, automatically
2523 vscroll to the last part of lines which are taller than the window.
2524 (next-line, previous-line): Set try-vscroll arg on line-move.
2525
2526 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2527
2528 * replace.el (query-replace, query-replace-regexp)
2529 (replace-string, replace-regexp): When operating on region, make
2530 the minibuffer prompt say so.
2531
2532 * isearch.el (isearch-forward): Document isearch-query-replace and
2533 isearch-query-replace-regexp keybindings.
2534
2535 2005-02-19 Jay Belanger <belanger@truman.edu>
2536
2537 * calc/calc-aent.el (math-read-token): Add local variable.
2538
2539 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
2540 (calc-edit-top): Move declaration to earlier in file.
2541 (calc-edit-macro-repeats): Add local variables.
2542
2543 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
2544 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
2545 calcFunc-tanh.
2546 Adjust integration rule for calcFunc-tan.
2547
2548 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2549
2550 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
2551 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
2552 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
2553 (viper-skip-separators): Bug fix.
2554 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
2555 particular major mode.
2556 (viper-del-backward-char-in-replace): Don't put deleted char on the
2557 kill ring.
2558
2559 * viper-ex.el (viper-color-display-p): New function.
2560 (viper-has-face-support-p): Use viper-color-display-p.
2561
2562 * viper-keym.el (viper-gnus-modifier-map): New keymap.
2563
2564 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
2565
2566 * viper-util.el (viper-glob-unix-files): Fix shell status check.
2567 (viper-file-remote-p): Make equivalent to file-remote-p.
2568
2569 * viper.el (viper-major-mode-modifier-list):
2570 Use viper-gnus-modifier-map.
2571
2572 2005-02-19 David Kastrup <dak@gnu.org>
2573
2574 * subr.el (subregexp-context-p): Fix garbled doc string by adding
2575 quoting.
2576
2577 2005-02-19 Jay Belanger <belanger@truman.edu>
2578
2579 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
2580 Remove extra definitions.
2581 (calc-coth): New function.
2582 (calcFunc-cot): Fix `let'.
2583
2584 2005-02-19 Eli Zaretskii <eliz@gnu.org>
2585
2586 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
2587 the reasons we use "type pc" in these faces.
2588
2589 * button.el (button): Ditto.
2590
2591 2005-02-19 Michael Mauger <mmaug@yahoo.com>
2592
2593 * replace.el (query-replace-read-from): Set the value of
2594 query-replace-from-history-variable to handle the case of an empty
2595 string entered to accept the suggested default.
2596
2597 * net/tramp.el (tramp-file-name-for-operation):
2598 Use dired-call-process instead of dired-call-process-command.
2599
2600 2005-02-19 Jay Belanger <belanger@truman.edu>
2601
2602 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
2603 (math-div-non-trig): New variables.
2604 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
2605 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
2606 (math-combine-prod, math-div-symb-fancy): Add simplifications for
2607 trig expressions.
2608
2609 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
2610
2611 * progmodes/gdb-ui.el (gdb-var-update-handler)
2612 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
2613 for watch expressions,
2614 (gdb-var-create-handler): Don't set speedbar-update-flag.
2615 (gdb-post-prompt): Simplify test for speedbar.
2616
2617 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2618
2619 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
2620 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
2621 we use the syntax table of the correct buffer.
2622 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
2623 Felix Gatzemeier.
2624
2625 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
2626 (ediff-file-remote-p): Make synonymous with file-remote-p.
2627 In all deffaces ediff-*-face-*, use min-colors.
2628
2629 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
2630 ediff-recurse-to-subdirectories.
2631 (ediff-mark-if-equal): Check that the arguments are strings, use
2632 ediff-same-contents (after to Felix Gatzemeier).
2633
2634 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
2635 nil.
2636
2637 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * log-view.el (log-view-message-re): Fix up Subversion regexp.
2640
2641 2005-02-18 David Kastrup <dak@gnu.org>
2642
2643 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
2644 use `mark-active' when defined.
2645
2646 2005-02-18 Kenichi Handa <handa@m17n.org>
2647
2648 * ps-print.el (ps-font-info-database): New entry
2649 ZapfChancery-MediumItalic with correct font name. Fix font name
2650 of the entry Zapf-Chancery-MediumItalic.
2651
2652 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
2653
2654 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
2655
2656 2005-02-16 Kim F. Storm <storm@cua.dk>
2657
2658 * ido.el (ido-fallback-command): Pass user input to fallback command.
2659
2660 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2663 (gdb-find-file-hook): Add server prefix.
2664
2665 2005-02-16 Richard M. Stallman <rms@gnu.org>
2666
2667 * replace.el (perform-replace): Pass new args to replace-highlight.
2668 (replace-highlight): Take region args,
2669 and pass them to isearch-lazy-highlight-new-loop.
2670
2671 * novice.el (disabled-command-hook): Autoload the defalias
2672 and the make-obsolete-variable call.
2673
2674 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
2675
2676 * isearch.el (isearch-lazy-highlight-start-limit)
2677 (isearch-lazy-highlight-end-limit): New variables limit
2678 the region for highlighting.
2679 (isearch-lazy-highlight-new-loop): New args BEG and END.
2680 (isearch-lazy-highlight-search): Use the new vars.
2681 (isearch-lazy-highlight-update): Likewise.
2682
2683 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
2684
2685 * cus-start.el (all): Use default-boundp.
2686
2687 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
2688
2689 * menu-bar.el (menu-bar-select-frame): Handle current frame.
2690
2691 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
2692
2693 * autorevert.el (auto-revert-stop-on-user-input)
2694 (auto-revert-verbose): Doc fixes.
2695
2696 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2697
2698 * international/mule-cmds.el (set-locale-environment): Remove call
2699 to set-selection-coding-system on Windows.
2700
2701 2005-02-15 Jay Belanger <belanger@truman.edu>
2702
2703 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
2704 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
2705 calcFunc-coth.
2706 (math-simplify-sqrt): Add simplifications.
2707
2708 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
2709 to list.
2710
2711 * calc/calc-ext.el: Add functions to autoloads.
2712
2713 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
2714 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
2715 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
2716 (math-csc-raw, math-cot-raw): New functions.
2717
2718 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
2719
2720 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
2721 the variable name in a message.
2722
2723 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
2724 calcFunc-csc, calcFunc-cot.
2725
2726 * calc/calcalg2.el: Add derivative and integration rules for
2727 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
2728 calcFunc-csch, calcFunc-coth.
2729 (math-do-integral-methods): Add to checks for when to use
2730 substitutions.
2731
2732 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
2733
2734 2005-02-15 Lute Kamstra <lute@gnu.org>
2735
2736 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2737 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
2738 <monnier@iro.umontreal.ca>
2739 (lisp-outline-level): Improve efficiency. Suggested by David
2740 Kastrup <dak@gnu.org>.
2741
2742 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
2743
2744 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
2745 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
2746 (gdb-set-gud-minor-mode-existing-buffers): New functions.
2747 (gdb-find-file-hook): New hook. Add it to find-file-hook.
2748 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
2749
2750 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
2751
2752 * cus-start.el (all): Comment change.
2753
2754 2005-02-14 Lute Kamstra <lute@gnu.org>
2755
2756 * cus-start.el (all): Check if symbol is void.
2757
2758 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
2759
2760 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
2761 optional argument to \cite.
2762
2763 2005-02-14 Richard M. Stallman <rms@gnu.org>
2764
2765 * cus-edit.el (custom-buffer-create-internal): Update help message.
2766 (custom-magic-alist): Update help messages.
2767
2768 * cus-start.el (all): Allow a var to specify a standard value.
2769
2770 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
2771
2772 * custom.el (custom-theme-set-variables): Handle variable aliases.
2773
2774 * frame.el (blink-cursor-timer): Doc fix.
2775 (blink-cursor): Make it an alias for `blink-cursor-mode' and
2776 declare obsolete.
2777 (blink-cursor-mode): Define with defcustom and use correct
2778 standard expression in that defcustom.
2779 * startup.el (command-line): Adapt to above changes in frame.el.
2780
2781 2005-02-11 Lute Kamstra <lute@gnu.org>
2782
2783 * apropos.el (apropos-score-doc): Prevent division by zero.
2784
2785 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
2786
2787 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
2788 (icalendar--get-event-property-attributes)
2789 (icalendar--get-event-properties)
2790 (icalendar--datetime-to-diary-date): New functions.
2791 (icalendar--split-value): Doc fix.
2792 (icalendar--datetime-to-noneuropean-date)
2793 (icalendar--datetime-to-european-date): New optional argument
2794 SEPARATOR. Return result as a string instead of a list.
2795 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
2796 (icalendar--convert-string-for-export): Rename arg S to STRING.
2797 (icalendar-export-region): Doc fix. Change name of error buffer.
2798 Save output buffer.
2799 (icalendar-import-file): Add blank at end of prompt.
2800 (icalendar-import-buffer): Doc fix. Do not switch to error
2801 buffer. Indicate status in return value.
2802 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
2803 buffer. Save output buffer. Handle exception from recurrence
2804 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
2805 events. Fix problems with weekly all-day events.
2806
2807 2005-02-10 Richard M. Stallman <rms@gnu.org>
2808
2809 * simple.el (eval-expression-print-format):
2810 Avoid warning about edebug-active.
2811
2812 * help.el (help-for-help-internal): Rename from help-for-help.
2813 (help-for-help): Define with defalias.
2814
2815 * font-core.el (font-lock-default-function): Use with-no-warnings.
2816
2817 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
2818
2819 * custom.el (defface): Doc fix.
2820
2821 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
2822
2823 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
2824 width 0" to prevent word wrapping problems.
2825
2826 2005-02-09 Kim F. Storm <storm@cua.dk>
2827
2828 * ido.el (ido-file-extensions-order): New defcustom.
2829 (ido-file-extension-lessp, ido-file-extension-aux)
2830 (ido-file-extension-order): New advanced file ordering.
2831 (ido-file-lessp): New simple file ordering.
2832 (ido-sort-list): Remove.
2833 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
2834 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
2835
2836 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
2839 that some versions of grep produce.
2840 (grep-mode-font-lock-keywords): Likewise.
2841
2842 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
2843
2844 * progmodes/gdb-ui.el (gdb-location-list): New variable.
2845 (gdb-cdir): Delete.
2846 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
2847 (gdb-source-info): Treat case when source file is in another
2848 directory properly.
2849 (gdb-get-location): New function.
2850
2851 2005-02-07 Jay Belanger <belanger@truman.edu>
2852
2853 * calc/calc-prog.el (calc-write-parse-table-part)
2854 (calc-fix-token-name): Fix a check for language type.
2855
2856 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
2857
2858 2005-02-07 Andre Spiegel <spiegel@gnu.org>
2859
2860 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
2861 as directory not writable.
2862
2863 2005-02-07 Kim F. Storm <storm@cua.dk>
2864
2865 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
2866 (cua--standard-movement-commands): Remove list.
2867 Instead, set CUA property value to move for movement commands.
2868 (cua-movement-commands): Remove. Users must set CUA prop instead.
2869 (cua--pre-command-handler): Check CUA property.
2870 (cua--init-keymaps): Don't remap undo commands.
2871 (cua-mode): Don't call cua--rectangle-on-off.
2872
2873 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
2874 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
2875 (cua--rect-undo-set-point): New var.
2876 (cua--rectangle-undo-boundary): Setup undo apply entry.
2877 (cua--rect-undo-handler): New function for rectangle undo.
2878 (cua--rect-start-position, cua--rect-end-position): Add.
2879 (cua--rectangle-post-command): Call cua--rectangle-set-corners
2880 for restored rectangle. Set point if cua--rect-undo-set-point.
2881
2882 2005-02-06 Jay Belanger <belanger@truman.edu>
2883
2884 * calc/calc-lang.el (calc-tex-language): Display more information
2885 in messages.
2886
2887 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
2888 in TeX mode.
2889
2890 2005-02-06 Richard M. Stallman <rms@gnu.org>
2891
2892 * emacs-lisp/lisp.el (buffer-end): Doc fix.
2893
2894 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
2895
2896 * net/ldap.el (ldap-search-internal): Support attributes with
2897 optional descriptions separated by a semi-colon, as in
2898 "userCertificate;binary".
2899
2900 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2901
2902 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
2903 isn't a cons (i.e. the version is 0).
2904
2905 2005-02-05 Eli Zaretskii <eliz@gnu.org>
2906
2907 * help.el (help-for-help): Doc fix.
2908
2909 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
2910
2911 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
2912 GDB-Windows on the menu-bar as this works better.
2913
2914 2005-02-04 Jay Belanger <belanger@truman.edu>
2915
2916 * calc/calc-embed.el (calc-embedded-update): Don't put in
2917 unnecessary newlines. Adjust the end of formula marker.
2918
2919 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
2920 (math-latex-parse-two-args): New function.
2921
2922 2005-02-03 Lute Kamstra <lute@gnu.org>
2923
2924 * help-fns.el (help-with-tutorial): Make sure that users cannot
2925 remove the entire text of the tutorial by means of `undo'.
2926
2927 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
2930 in recent changes, where the ispell process was repeatedly
2931 killed & restarted.
2932
2933 * international/mule-cmds.el (set-locale-environment): Set file-name
2934 coding system to utf-8 on Darwin systems.
2935 (set-default-coding-systems): Don't set default-file-name-coding-system
2936 on Darwin systems.
2937
2938 2005-02-03 Richard M. Stallman <rms@gnu.org>
2939
2940 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
2941
2942 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
2943
2944 * faces.el (list-faces-display): Add optional argument.
2945
2946 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * font-core.el (font-lock-default-function): Handle the rare case where
2949 only font-lock-keywords is set.
2950
2951 2005-02-02 Kenichi Handa <handa@m17n.org>
2952
2953 * international/characters.el: Cancel previous change for
2954 I-WITH-DOT-ABOVE and DOTLESS-i.
2955
2956 * international/latin-5.el: Cancel previous change.
2957
2958 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
2959
2960 * progmodes/gud.el: Correction to syntax in gud-menu-map.
2961
2962 2005-02-02 Kenichi Handa <handa@m17n.org>
2963
2964 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
2965 DOTLESS-i.
2966
2967 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
2968 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
2969
2970 * case-table.el (get-upcase-table): New function.
2971 (copy-case-table): Copy upcaes table too if non-nil.
2972 (set-case-syntax-delims): Maintain upcase table too.
2973 (set-case-syntax-pair): Likewise.
2974 (set-upcase-syntax, set-downcase-syntax): New functions.
2975 (set-case-syntax): Maintain upcase table too.
2976
2977 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
2978
2979 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
2980
2981 * progmodes/gud.el (gud-goto-info): New function.
2982 (gud-tool-bar-map): Use correct icon.
2983
2984 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
2985
2986 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
2987 When delegating, order args in the funcall correctly.
2988
2989 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
2990
2991 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2992
2993 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
2994
2995 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
2996 buffer not visiting a file.
2997
2998 2005-01-31 Jay Belanger <belanger@truman.edu>
2999
3000 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
3001 bound on the line with the formula.
3002
3003 2005-01-31 Kim F. Storm <storm@cua.dk>
3004
3005 * ses.el (ses-create-cell-variable-range)
3006 (ses-destroy-cell-variable-range, ses-reset-header-string)
3007 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
3008 (ses-insert-row): Fix format of apply undo entries.
3009
3010 2005-01-31 Jay Belanger <belanger@truman.edu>
3011
3012 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
3013 parts.
3014
3015 * calc/calc-embed.el (calc-embedded-open-formula)
3016 (calc-embedded-close-formula): Ignore matrix environments.
3017
3018 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
3019 TeX mode.
3020
3021 * calc/calc-lang.el (math-function-table, math-oper-table)
3022 (math-variable-table): Adjust the LaTeX portions.
3023
3024 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
3025 (math-latex-ignore-words): New constant.
3026
3027 2005-01-31 Richard M. Stallman <rms@gnu.org>
3028
3029 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
3030 (ispell-local-dictionary): Doc fix.
3031 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
3032 Don't reinitialize at run time. Don't defcustom.
3033 All uses changed to append ispell-local-dictionary-alist,
3034 or check it first.
3035 (ispell-current-dictionary): New variable for dictionary in use.
3036 (ispell-dictionary): Now used only for global default.
3037 (ispell-start-process): Set ispell-current-dictionary,
3038 not ispell-dictionary.
3039 (ispell-change-dictionary): Use this only for setting
3040 user preferences.
3041 (ispell-internal-change-dictionary): New function
3042 to change the current dictionary in use.
3043 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
3044 Use ispell-current-dictionary.
3045 Handle ispell-local-dictionary-overridden.
3046 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
3047
3048 2005-01-31 Jay Belanger <belanger@truman.edu>
3049
3050 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
3051
3052 * calc/calc-ext.el: Add calc-latex-language to autoloads.
3053 (calc-mode-map): Add calc-latex-language.
3054
3055 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
3056 (math-latex-print-frac): New functions.
3057 (math-oper-table, math-function-table, math-variable-table)
3058 (math-complex-format, math-input-filter): Add latex properties.
3059 (calc-set-language): Set math-expr-special-function-mapping.
3060
3061 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
3062 (calc-write-parse-table-part): Add LaTeX support.
3063
3064 * calc/calc.el (calc-language): Adjust docstring.
3065 (calc-set-mode-line): Add LaTeX support.
3066 (math-expr-special-function-mapping): New variable.
3067 (math-tex-ignore-words): Add to list.
3068
3069 * calc/calccomp.el (math-compose-expr, math-compose-rows):
3070 Add LaTeX support.
3071 (math-compose-expr): Add support for special functions.
3072
3073 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
3074
3075 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
3076
3077 * progmodes/gdb-ui.el (gdb-memory-address)
3078 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
3079 (gdb-memory-mode-map, gdb-memory-format-keymap)
3080 (gdb-memory-format-menu, gdb-memory-unit-keymap)
3081 (gdb-memory-unit-menu): New variables for a buffer
3082 that lets the user examine program memory.
3083 (gdb-memory-set-address, gdb-memory-set-repeat-count)
3084 (gdb-memory-format-binary, gdb-memory-format-octal)
3085 (gdb-memory-format-unsigned, gdb-memory-format-signed)
3086 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
3087 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
3088 (gdb-memory-unit-word, gdb-memory-unit-halfword)
3089 (gdb-memory-unit-byte, gdb-memory-unit-menu)
3090 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
3091 (gdb-memory-mode, gdb-memory-buffer-name)
3092 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
3093 New functions for above buffer.
3094
3095 2005-01-30 Richard M. Stallman <rms@gnu.org>
3096
3097 * cus-edit.el (custom-bury-buffer): Function deleted.
3098 (custom-buffer-done-function): Option deleted.
3099 (custom-buffer-done-kill): New (replacement option.
3100 (Custom-buffer-done): Call quit-window.
3101 (custom-buffer-create-internal): Update for above changes.
3102
3103 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
3104
3105 * simple.el (undo-ask-before-discard): New var.
3106 (undo-outer-limit-truncate): Implement it.
3107 (undo-extra-outer-limit): Doc update.
3108
3109 2005-01-29 Richard M. Stallman <rms@gnu.org>
3110
3111 * ses.el (undo-more): Delete defadvice.
3112 (ses-begin-change): Doc fix.
3113
3114 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
3115 instead of rebinding C-x u and C-_.
3116
3117 * files.el (normal-backup-enable-predicate): Return nil for files
3118 in /tmp, regardless of temporary-file-directory.
3119
3120 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
3121
3122 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
3123 (open-rectangle, delete-whitespace-rectangle-line)
3124 (clear-rectangle-line): If FILL, pass t instead of FILL
3125 for move-to-column's 2nd arg.
3126
3127 * simple.el (undo): Fix the test for continuing a series of undos.
3128 (undo-more): Set pending-undo-list to t when we reach end.
3129 (pending-undo-list): Move up defvar.
3130
3131 * wid-edit.el (widget-button-click):
3132 Shorten the range of the track-mouse binding.
3133
3134 * comint.el (comint-insert-input): Undo previous changes;
3135 use last-input-event in interactive spec.
3136
3137 2005-01-29 Eli Zaretskii <eliz@gnu.org>
3138
3139 * progmodes/compile.el (compilation-start): Bind buffer-read-only
3140 to nil before invoking call-process. Reset buffer's modified flag
3141 after fontifying it in the no-async branch.
3142
3143 * wid-edit.el (widget-specify-button): If mouse pointer shape
3144 cannot be changed, use mouse face instead.
3145
3146 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
3147
3148 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3149 (gdb-goto-breakpoint): Make breakpoint handling work on template
3150 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
3151 (gdb-assembler-custom): Update to recognise breakpoint information
3152 added on 2005-01-19.
3153
3154 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
3157 (dsssl-mode): Use define-derived-mode.
3158 (scheme-mode-initialize): Remove.
3159 (scheme-mode): Use run-mode-hooks.
3160
3161 * cus-edit.el (customize-group-other-window)
3162 (custom-buffer-create-other-window): Don't override special-display-*.
3163 (custom-mode-map): Make it dense.
3164
3165 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
3166 sets the default value.
3167
3168 2005-01-28 Eli Zaretskii <eliz@gnu.org>
3169
3170 * descr-text.el: Add more keywords.
3171
3172 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * speedbar.el: Avoid unnecessary use of locate-library.
3175
3176 * international/mule-cmds.el (standard-display-european-internal):
3177 Don't fiddle with latin-1 non-break space any more since it's now
3178 special cased in the C code.
3179 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
3180
3181 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
3182
3183 * cus-start.el (all): Add `undo-outer-limit'.
3184
3185 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3186
3187 * textmodes/bibtex.el (bibtex-format-entry):
3188 Use `bibtex-empty-field-re' only on the text of fields, not on entire
3189 field lines.
3190 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
3191 not on part of a buffer.
3192
3193 2005-01-25 Lute Kamstra <lute@gnu.org>
3194
3195 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
3196 nonempty field text strings like "{letters\\macro{}more letters}".
3197 Clarify docstring.
3198 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
3199 (bibtex-entry-offset, bibtex-parse-association)
3200 (bibtex-parse-field-name): Fix typos in docstrings.
3201 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
3202
3203 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
3204
3205 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
3206 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
3207 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
3208 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
3209
3210 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
3211 isearch minor mode.
3212
3213 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
3214
3215 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
3216
3217 2005-01-24 Lute Kamstra <lute@gnu.org>
3218
3219 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
3220 CASECHARS and NOT-CASECHARS regular expressions of the
3221 "nederlands" and "nederlands8" dictionaries to prevent a "Range
3222 striding over charsets" error.
3223
3224 2005-01-24 Jay Belanger <belanger@truman.edu>
3225
3226 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
3227 display variable name.
3228
3229 2005-01-24 Kenichi Handa <handa@m17n.org>
3230
3231 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
3232 Fix setting of the element of encoded-kbd-iso2022-invocations.
3233
3234 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
3235
3236 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3237 (gdb-threads-select): Change to also accept mouse events.
3238 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
3239 (gdb-threads-mouse-select): Delete.
3240
3241 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
3242
3243 * files.el (insert-directory): Take care of empty directory,
3244 listed without -a switch.
3245
3246 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * textmodes/refill.el (refill-post-command-function):
3249 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
3250 to the list of functions that we should be careful not to undo.
3251 (refill-late-fill-paragraph-function): Remove.
3252 (refill-saved-state): New var.
3253 (refill-mode): Use it to save fill-paragraph-function.
3254 Save also the value of auto-fill-function.
3255
3256 * term/w32-win.el: Simplify code.
3257
3258 2005-01-23 Kim F. Storm <storm@cua.dk>
3259
3260 * simple.el (line-move): Adapt to new return value from
3261 pos-visible-in-window-p.
3262
3263 * simple.el (line-move): Fix last change. Check partial
3264 visibility at point rather than at window-start.
3265
3266 2005-01-22 Jason Rumney <jasonr@gnu.org>
3267
3268 * term/w32-win.el (xw-defined-colors): Remove debug-message.
3269
3270 2005-01-22 David Kastrup <dak@gnu.org>
3271
3272 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
3273
3274 2005-01-22 Eli Zaretskii <eliz@gnu.org>
3275
3276 * type-break.el (type-break-mode): Add a test for
3277 type-break-file-name being non-nil.
3278
3279 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3280
3281 * net/eudc.el (top level): Call (message "") via progn, so that
3282 eudc-options-file is loaded.
3283
3284 2005-01-22 Kim F. Storm <storm@cua.dk>
3285
3286 * simple.el (line-move-1): Rename from line-move.
3287 (line-move): New function that adjusts vscroll for partially
3288 visible rows, and calls line-move-1 otherwise.
3289
3290 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
3291
3292 * pcomplete.el: define pcomplete-read-event instead of read-event,
3293 since it's not a complete read-event implementation
3294
3295 2005-01-20 Jay Belanger <belanger@truman.edu>
3296
3297 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
3298 for called function.
3299
3300 2005-01-20 Steven Tamm <steventamm@mac.com>
3301
3302 * term/mac-win.el (process-connection-type): Remove.
3303 Controlled now by s/darwin.h:PTY_ITERATION.
3304
3305 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * window.el (handle-select-window): Don't switch window when we're
3308 in the minibuffer.
3309
3310 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
3311
3312 * subr.el (dotimes-with-progress-reporter): New macro.
3313
3314 * ses.el (ses-dotimes-msg): Remove macro.
3315 Use `dotimes-with-progress-reporter' instead.
3316
3317 2005-01-19 Steven Tamm <steventamm@mac.com>
3318
3319 * term/mac-win.el (process-connection-type): Use new
3320 operating-system-release variable to use ptys on Darwin 7 (OSX
3321 10.3) when using carbon build.
3322
3323 2005-01-19 Jay Belanger <belanger@truman.edu>
3324
3325 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
3326 flags if the last command was a tab or M-tab.
3327
3328 * calc/calc-prog.el (calc-user-define-edit): Put original formula
3329 in formula editing buffer.
3330
3331 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3332
3333 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
3334 breakpoint image symbol in margin.
3335
3336 2005-01-19 Jay Belanger <belanger@truman.edu>
3337
3338 * calc/calc-prog.el (calc-execute-kbd-macro):
3339 Ignore calc-keep-arg-flag.
3340
3341 2005-01-19 Kenichi Handa <handa@m17n.org>
3342
3343 * textmodes/ispell.el (ispell-looking-at): New function.
3344 (ispell-process-line): Use ispell-looking-at to compare the ispell
3345 output and the buffer contents.
3346
3347 2005-01-18 Jay Belanger <belanger@truman.edu>
3348
3349 * calc/calc.el (calc-display-raw): Fix docstring.
3350
3351 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * simple.el (blink-matching-open): Strip extra info from syntax.
3354
3355 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
3356 funny chars in the end-of-here-doc marker.
3357
3358 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3359
3360 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
3361 that enable/disabled state of breakpoints is shown correctly in
3362 fringe and on ttys.
3363 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
3364 Add breakpoint information as text properties.
3365 (gdb-mouse-toggle-breakpoint):
3366 Rename to gdb-mouse-set-clear-breakpoint.
3367 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
3368 breakpoints in the margin.
3369 (gdb-remove-strings): Simplify.
3370
3371 2005-01-17 Jay Belanger <belanger@truman.edu>
3372
3373 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
3374 erasing buffer.
3375
3376 2005-01-17 Richard M. Stallman <rms@gnu.org>
3377
3378 * progmodes/grep.el (grep-find): Copy from `grep' the condition
3379 for calling grep-compute-defaults.
3380
3381 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
3382 if buffer is empty.
3383
3384 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
3385
3386 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * hilit-chg.el (highlight-changes-mode): Don't autoload.
3389
3390 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
3391 non-preloaded variables.
3392
3393 2005-01-17 Steven Tamm <steventamm@mac.com>
3394
3395 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
3396 tex-shell cause to force interactivity when using pipes.
3397
3398 2005-01-17 Kim F. Storm <storm@cua.dk>
3399
3400 * simple.el (just-one-space): Make arg optional.
3401
3402 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
3403
3404 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
3405 posn-at-x-y to t to access left-margin.
3406
3407 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
3408
3409 Sync with Tramp 2.0.47.
3410
3411 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
3412 catching keep-date problems in cp/scp operations.
3413 (tramp-handle-copy-file): Don't call `set-file-modes'
3414 unconditionally. Specialized functions should know better what is
3415 necessary. This improves performance a little bit, and the
3416 functions could catch errors with `cp -p' and `scp -p'.
3417 (tramp-do-copy-or-rename-file-via-buffer)
3418 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
3419 when appropriate.
3420 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
3421 Call `set-file-modes' when appropriate.
3422 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
3423 Johnsson <isak@hypergene.com>
3424 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
3425 of both Tramp buffer and debug buffer. Reported by Joakim Verona
3426 <joakim@verona.se>
3427 (tramp-file-name-for-operation): Mark `shell-command' as magic for
3428 Emacs only.
3429
3430 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
3431 `find-file-hooks' and `dired-mode-hook'.
3432 (tramp-minor-mode-map): Respective map. Add remapping for
3433 `compile' and `recompile'.
3434 (tramp-remap-command, tramp-recompile): New defuns.
3435 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
3436 in buffer "*Compilation*". Call the commands asynchronously.
3437
3438 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
3439 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
3440 `shell-command', because it isn't magic in XEmacs. Reported by
3441 Adrian Aichner <adrian@xemacs.org>.
3442
3443 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3444 `substitute-in-file-name.
3445 (tramp-smb-handle-substitute-in-file-name): New defun.
3446 (tramp-smb-advice-PC-do-completion): Delete advice.
3447
3448 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
3449
3450 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
3451 Fix error in deleting region.
3452
3453 2005-01-15 Richard M. Stallman <rms@gnu.org>
3454
3455 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
3456 In non-temp buffer, switch syntax table temporarily.
3457
3458 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
3459
3460 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
3461
3462 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
3463
3464 * imenu.el (imenu--split-menu): Copy menulist before sorting.
3465 (imenu--generic-function): Use START, not BEG, as pos of definition.
3466
3467 * simple.el (just-one-space): Argument specifies number of spaces.
3468
3469 * simple.el (eval-expression-print-format): Avoid warning
3470 about edebug-active.
3471
3472 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
3473
3474 * progmodes/sh-script.el: Code copied from make-mode.el
3475 with small changes,
3476 (sh-mode-map): Bind C-c C-\.
3477 (sh-backslash-column, sh-backslash-align): New variables.
3478 (sh-backslash-region, sh-append-backslash): New functions.
3479
3480 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3481
3482 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
3483 (rmail-pop-password, rmail-pop-password-required): Move to
3484 rmail-obsolete group.
3485 (rmail-set-pop-password): Rename to rmail-set-remote-password.
3486 All callers updated.
3487 (rmail-get-pop-password): Rename to rmail-get-remote-password.
3488 Take an argument specifying whether it is POP or IMAP mailbox we
3489 are using. All callers updated.
3490 (rmail-pop-password-error): Rename to
3491 rmail-remote-password-error. Added mailutils-specific error message.
3492 (rmail-movemail-search-path)
3493 (rmail-movemail-variant-in-use): New variables.
3494 (rmail-remote-password, rmail-remote-password-required):
3495 New customization variables.
3496 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
3497 (rmail-parse-url): New function.
3498 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
3499 with GNU mailutils movemail.
3500
3501 2005-01-15 Kevin Ryde <user42@zip.com.au>
3502
3503 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
3504 suffix to space, $ or '$, to correctly position point when going
3505 to @table style constants like DBL_MAX.
3506
3507 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3508
3509 * type-break.el (type-break-mode, type-break-file-time)
3510 (type-break-file-keystroke-count, type-break-choose-file):
3511 Don't store data in or load data from the file if type-break-file-name
3512 is nil.
3513 (type-break-file-name): Doc update as per the above.
3514
3515 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3516
3517 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
3518 lookup-key might return nil; handle that.
3519
3520 2005-01-15 Alan Mackenzie <acm@muc.de>
3521
3522 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
3523 rather than the element found, thus enabling the tree to be setcar'd.
3524
3525 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3526
3527 * textmodes/org.el (org-show-following-heading): New option.
3528 (org-show-hierarchy-above): Use `org-show-following-heading'.
3529 (org-cycle): Documentation fix.
3530
3531 * textmodes/org.el (orgtbl-optimized): New option
3532 (orgtbl-mode): New command, a minor mode.
3533 (orgtbl-mode-map): New variable.
3534 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3535 (orgtbl-error, orgtbl-self-insert-command)
3536 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3537
3538 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
3539 a local variable in each org-mode buffer.
3540
3541 * textmodes/org.el (org-set-regexps-and-options): Rename from
3542 `org-set-regexps'. Added checking for STARTUP keyword.
3543 (org-get-current-options): Add STARTUP options.
3544 (org-table-insert-row): Mode mode intelligent about when
3545 realignment is needed.
3546 (org-self-insert-command, org-delete-backward-char, org-delete-char):
3547 New commands.
3548 (org-enable-table-editor): New default value `optimized'.
3549 (org-table-blank-field): Support blanking regions if active.
3550
3551 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3552
3553 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
3554 if the year is not given.
3555
3556 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
3557 Add new escapes %m and %M, fixed bug with %F by adding
3558 save-match-data.
3559 (reftex-reference): Remove ?. from list of spaces.
3560 (reftex-label-info): Add automatic label prefix recognition.
3561
3562 * textmodes/reftex-index.el (reftex-index-next-phrase):
3563 Add slave parameter to call of `reftex-index-this-phrase'.
3564 (reftex-index-this-phrase): New optional argument.
3565 (reftex-index-region-phrases): Add slave parameter to call of
3566 `reftex-index-this-phrase'.
3567 (reftex-display-index): New argument redo.
3568 (reftex-index-rescan): Add 'redo to arguments of
3569 `reftex-display-index'.
3570 (reftex-index-Rescan, reftex-index-revert)
3571 (reftex-index-switch-index-tag): Add 'redo to arguments of
3572 `reftex-display-index'.
3573 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
3574 indexing. Fix bug with matching is there is a quote before or
3575 after the word.
3576
3577 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3578 Fix bug when collecting citation keys in lines with comments.
3579 (reftex-citation): Prefix argument no longer rescans the document,
3580 but forces prompting for optional arguments of cite macros.
3581 (reftex-do-citation): Prompting for optional arguments implemented.
3582
3583 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3584 Add optional arguments to most cite commands.
3585 (reftex-cite-cleanup-optional-args): New option
3586 (reftex-cite-prompt-optional-args): New option.
3587 (reftex-trust-label-prefix): New option.
3588
3589 * textmodes/reftex-toc.el (reftex-toc-find-section):
3590 Add push-mark before changing the position in the buffer.
3591
3592 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
3593 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
3594
3595 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
3596
3597 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
3598 more carefully.
3599
3600 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
3603 (sgml-mode): Use it.
3604 (sgml-get-context): Better keep track of implicitly closed tags.
3605
3606 2005-01-13 Kenichi Handa <handa@m17n.org>
3607
3608 * textmodes/ispell.el: These changes are to fix misalignment error
3609 caused by equivalent characters of different Emacs charsets.
3610 (ispell-unified-chars-table): New variable.
3611 (ispell-get-decoded-string): New function.
3612 (ispell-get-casechars, ispell-get-not-casechars)
3613 (ispell-get-otherchars): Call ispell-get-decoded-string.
3614
3615 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
3616
3617 * custom.el (custom-declare-variable): Just put symbol instead
3618 of (defvar . symbol) in `current-load-list'.
3619
3620 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3621
3622 * emacs-lisp/elint.el: Fixed typo in Commentary section.
3623
3624 2005-01-12 Jay Belanger <belanger@truman.edu>
3625
3626 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
3627 to create a Calc summary.
3628
3629 2005-01-12 Kim F. Storm <storm@cua.dk>
3630
3631 * mouse.el (mouse-on-link-p): Change functionality and doc
3632 string to comply with latest description in lisp ref.
3633
3634 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
3635
3636 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
3637 Enable mouse clicks on mode-line, header-line and margin.
3638 (event-type): Give mouse event symbols an 'event-kind property
3639 with value 'mouse-click.
3640
3641 2005-01-12 Juri Linkov <juri@jurta.org>
3642
3643 * facemenu.el (list-colors-display): Add new arg buffer-name.
3644 Use it. Fix docstring. Replace code for identifying duplicate
3645 colors by the name with call to `list-colors-duplicates' which
3646 identifies duplicate colors by the value unless the color
3647 is one of special Windows colors. Set truncate-lines to t.
3648 Print sorted duplicate color names on each line. Indent to 22
3649 \(the longest color name in rgb.txt) instead of 20. Optimize.
3650 (list-colors-duplicates): New function.
3651 (facemenu-color-name-equal): Delete function.
3652
3653 * facemenu.el (list-colors-print): New function created from code
3654 in list-colors-display. Print #RRGGBB at the window right edge.
3655 (list-colors-display): When temp-buffer-show-function is not
3656 defined, call list-colors-print from temp-buffer-show-hook
3657 to get the right value of window-width in list-colors-print
3658 after the buffer is displayed.
3659
3660 * simple.el (pop-mark): Move deactivate-mark out of conditional
3661 part to deactivate the active mark regardless of the state of the
3662 mark ring.
3663
3664 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
3665 variables line in desktop files.
3666
3667 2005-01-12 Juri Linkov <juri@jurta.org>
3668
3669 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
3670 Bring together isearch highlight related options.
3671 (lazy-highlight): Replace group `replace' by `matching'.
3672 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3673 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3674 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
3675 and declare them obsolete.
3676 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
3677 (isearch-faces): Remove defgroup.
3678 (isearch-overlay, isearch-highlight, isearch-dehighlight):
3679 Move isearch highlighting code closer to lazy highlighting code.
3680
3681 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
3682 (query-replace-highlight, query-replace-lazy-highlight)
3683 (query-replace): Move definitions to the beginning of the file.
3684
3685 2005-01-11 Juri Linkov <juri@jurta.org>
3686
3687 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
3688 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
3689 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
3690
3691 * info.el (Info-history-forward): New variable.
3692 (Info-select-node): Reset Info-history-forward to nil.
3693 (Info-last): Turn into defalias.
3694 (Info-history-back): Rename from Info-last.
3695 Add current node to Info-history-forward.
3696 (Info-history-forward): New fun.
3697 (Info-mode-map): Replace Info-last by Info-history-back.
3698 Bind Info-history-forward to "r".
3699 (Info-mode-menu): Replace Info-last by Info-history-back.
3700 Fix menu item text. Add menu item for Info-history-forward.
3701 (info-tool-bar-map): Replace Info-last by Info-history-back.
3702 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
3703 for Info-history-forward.
3704 (Info-mode): Replace Info-last by Info-history-back in docstring.
3705 Add local variable Info-history-forward.
3706 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
3707
3708 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
3711 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
3712 Ignore select-window events rather than fiddle with
3713 mouse-autoselect-window.
3714
3715 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
3716
3717 * type-break.el (type-break-mode): Fix previous change.
3718
3719 2005-01-10 Jay Belanger <belanger@truman.edu>
3720
3721 * calc/calc-ext.el (calc-reset): Reset when inside embedded
3722 calculator; only reset when point is inside a calculator.
3723 Don't adjust the window height if the window takes up the whole height
3724 of the frame.
3725
3726 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3727
3728 * ebuff-menu.el (Electric-buffer-menu-mode):
3729 Preserve value of buffer-local var header-line-format.
3730
3731 2005-01-09 Jay Belanger <belanger@truman.edu>
3732
3733 * calc/calc.el (calc-mode-var-list-restore-saved-values):
3734 Make sure settings file exists before accessing it.
3735
3736 * calc/calc-embed.el (calc-embedded-subst):
3737 Replace math-multi-subst-rec, which is only supposed to be called
3738 by math-multi-subst, by math-multi-subst.
3739
3740 2005-01-09 Andre Spiegel <spiegel@gnu.org>
3741
3742 * vc.el (vc-allow-async-revert): New user option.
3743 (vc-disable-async-diff): New internal variable.
3744 (vc-revert-buffer): Use them to disable asynchronous diff.
3745
3746 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
3747 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
3748 asynchronously if vc-disable-async-diff is t.
3749
3750 2005-01-09 Jay Belanger <belanger@truman.edu>
3751
3752 * calc/calc.el (defcalcmodevar): New macro.
3753 (calc-mode-var-list-restore-default-values)
3754 (calc-mode-var-list-restore-saved-values): New functions.
3755 (calc-mode-var-list): Use defcalcmodevar to define it.
3756 (calc-always-load-extensions, calc-line-numbering)
3757 (calc-line-breaking, calc-display-just, calc-display-origin)
3758 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3759 (calc-group-char, calc-point-char, calc-frac-format)
3760 (calc-prefer-frac, calc-hms-format, calc-date-format)
3761 (calc-float-format, calc-full-float-format, calc-complex-format)
3762 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3763 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3764 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3765 (calc-matrix-brackets, calc-language, calc-language-option)
3766 (calc-left-label, calc-right-label, calc-word-size)
3767 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3768 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3769 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3770 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3771 (calc-window-height, calc-display-trail, calc-show-selections)
3772 (calc-use-selections, calc-assoc-selections)
3773 (calc-display-working-message, calc-auto-why, calc-timing)
3774 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
3775 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
3776 (calc-gnuplot-default-device, calc-gnuplot-default-output)
3777 (calc-gnuplot-print-device, calc-gnuplot-print-output)
3778 (calc-gnuplot-geometry, calc-graph-default-resolution)
3779 (calc-graph-default-resolution-3d, calc-invocation-macro)
3780 (calc-show-banner): Use defcalcmodevar to declare them and set
3781 their default values.
3782
3783 * calc/calc-ext.el (calc-reset): Restore saved values of variables
3784 instead of default values (but restore default values if there is
3785 an argument of 0).
3786
3787 2005-01-09 David Kastrup <dak@gnu.org>
3788
3789 * desktop.el (desktop-restore-eager): Fix typo in type.
3790
3791 2005-01-08 Richard M. Stallman <rms@gnu.org>
3792
3793 * cus-edit.el (customize): Delete :link.
3794
3795 2005-01-08 Jay Belanger <belanger@truman.edu>
3796
3797 * calc/calc.el (calc-mode): Remove the extension from the
3798 `calc-settings-file' file name when loading it.
3799
3800 2005-01-08 Kim F. Storm <storm@cua.dk>
3801
3802 * info.el (Info-mode-map, Info-next-link-keymap)
3803 (Info-prev-link-keymap, Info-up-link-keymap):
3804 Map follow-link to mouse-face.
3805 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
3806
3807 2005-01-08 Jay Belanger <belanger@truman.edu>
3808
3809 * calc/calc.el (calc-settings-file): Change default value.
3810 Suggested by cgw in a comment in calc-mode.el.
3811
3812 * calc/calc-mode.el (calc-settings-file-name):
3813 Compare calc-settings-file to user-init-file instead of ~/.emacs.
3814 Replace ~/.emacs in a prompt by calc-settings-file.
3815
3816 2005-01-07 Lars Hansen <larsh@math.ku.dk>
3817
3818 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
3819 (desktop-lazy-idle-delay): New customizable variables.
3820 (desktop-buffer-args-list): New variable.
3821 (desktop-append-buffer-args): New function.
3822 (desktop-save): Call desktop-append-buffer-args for some buffers.
3823 (desktop-lazy-create-buffer): New function.
3824 (desktop-idle-create-buffers): New function.
3825 (desktop-read): Add message about buffers to restore lazily.
3826 (desktop-lazy-abort): New command.
3827 (desktop-clear): Call desktop-lazy-abort.
3828 (desktop-lazy-complete): New command.
3829
3830 2005-01-06 Richard M. Stallman <rms@gnu.org>
3831
3832 * emacs-lisp/find-func.el (find-face-definition):
3833 Rename from find-face.
3834
3835 2005-01-06 Kim F. Storm <storm@cua.dk>
3836
3837 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
3838
3839 * man.el (Man-xref-man-page, Man-xref-header-file)
3840 (Man-xref-normal-file): Add follow-link property.
3841
3842 2005-01-06 Jay Belanger <belanger@truman.edu>
3843
3844 * calc/calc-units.el: Make sure the proper macro definitions are
3845 available when compiling.
3846
3847 2005-01-06 Juri Linkov <juri@jurta.org>
3848
3849 * isearch.el (isearch-lazy-highlight-update):
3850 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
3851
3852 2005-01-06 Miles Bader <miles@gnu.org>
3853
3854 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
3855 (isearch-lazy-highlight-face): Use new name.
3856
3857 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * uniquify.el (uniquify-rationalize-file-buffer-names):
3860 Re-add an interactive spec.
3861 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
3862 to the same name.
3863
3864 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
3865 (isearch-update, isearch-done): Adjust calls accordingly.
3866
3867 2005-01-05 Richard M. Stallman <rms@gnu.org>
3868
3869 * custom.el (custom-set-variables, custom-theme-set-variables):
3870 Clarify documentation.
3871
3872 * emacs-lisp/find-func.el (find-variable)
3873 (find-variable-other-window, find-variable-other-frame):
3874 Fix the TYPE args to find-function-read and find-function-do-it.
3875 (find-function): Doc fix.
3876 (find-function-at-point): Replace function-at-point alias.
3877
3878 2005-01-04 Richard M. Stallman <rms@gnu.org>
3879
3880 * cus-face.el (custom-declare-face):
3881 Record defface in current-load-list.
3882
3883 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
3884
3885 * emacs-lisp/find-func.el: Doc fixes.
3886 (find-face-regexp): New variable.
3887 (find-function-regexp-alist): New variable.
3888 (find-function-C-source): Third arg is now TYPE.
3889 (find-function-search-for-symbol): Handle general TYPE.
3890 (find-function-read, find-function-do-it): Handle general TYPE.
3891 (find-definition-noselect, find-face): New functions.
3892 (function-at-point): Alias deleted.
3893
3894 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 * battery.el (display-battery-mode): Rename from display-battery.
3897 Handle the case where it gets turned off.
3898
3899 2005-01-04 Richard M. Stallman <rms@gnu.org>
3900
3901 * cus-edit.el (customize): Make :link point to user doc.
3902
3903 * man.el (Man-fontify-manpage): Turn off undo generation.
3904
3905 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
3906
3907 2005-01-04 Andreas Schwab <schwab@suse.de>
3908
3909 * files.el (insert-directory): Only look for error lines in
3910 inserted text. Don't move too far after processing --dired markers.
3911
3912 2005-01-04 Richard M. Stallman <rms@gnu.org>
3913
3914 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3915 Don't expand if the character is @, period, dash, etc.
3916 (define-mail-abbrev): Quote names that contain problem characters.
3917
3918 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
3919
3920 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
3921
3922 2005-01-03 Richard M. Stallman <rms@gnu.org>
3923
3924 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
3925 (query-replace-highlight, query-replace-lazy-highlight)
3926 (query-replace): Definitions moved up. Doc fix.
3927
3928 2005-01-03 Richard M. Stallman <rms@gnu.org>
3929
3930 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
3931 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3932 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3933 (lazy-highlight-face): Rename from isearch-lazy-...
3934 Change all references to them.
3935
3936 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
3937
3938 * cus-edit.el (custom-file): Doc fix for defcustom.
3939 (custom-file): The function no longer sets the variable
3940 `custom-file' to its return value.
3941
3942 * startup.el (command-line): No longer load `custom-file'.
3943
3944 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
3947
3948 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
3949 Don't confuse module-prefixed identifiers for labels.
3950 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
3951
3952 2005-01-02 Richard M. Stallman <rms@gnu.org>
3953
3954 * files.el (basic-save-buffer-1): Fix previous change.
3955
3956 * loadhist.el (file-loadhist-lookup): New function.
3957 (file-provides, file-requires): Use it.
3958
3959 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
3960 instead of calculating the right size.
3961
3962 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
3963
3964 * vc-svn.el (vc-svn-diff): Stay local if possible.
3965
3966 2005-01-02 Stefan <monnier@iro.umontreal.ca>
3967
3968 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
3969
3970 * files.el (hack-local-variables): Fix last change.
3971
3972 2005-01-02 Jay Belanger <belanger@truman.edu>
3973
3974 * calc/calc-yank.el (calc-edit-top): New variable.
3975 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
3976 object. Change header properties.
3977 (calc-edit-finish, calc-edit-finish-stack-object)
3978 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
3979 edited object.
3980 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
3981 for the beginning of the edited object.
3982 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
3983 for the beginning of the edited object.
3984 * calc/calc-prog.el (calc-edit-macro-finish-edit)
3985 (calc-finish-formula-edit, calc-macro-repeats)
3986 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
3987 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
3988 beginning of the edited object.
3989 (calc-user-define-edit): Change the header for editing macros.
3990 Remove unnecessary variable.
3991
3992 2005-01-01 Jay Belanger <belanger@truman.edu>
3993
3994 * calc/calc-yank.el (calc-edit-mode): Change default header.
3995 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
3996 * calc/calc-store.el (calc-edit-variable): Change title to match new
3997 header.
3998 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
3999 mode to match new header.
4000 (calc-user-define-edit): Change titles to include names of commands.
4001 (calc-finish-formula-edit): Adjust to handle new header.
4002 (calc-finish-macro-edit): Remove.
4003 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
4004 (calc-edit-macro-command, calc-edit-macro-command-type)
4005 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
4006 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
4007 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
4008 (calc-edit-macro-finish-edit): New functions.
4009 (calc-user-define-edit): Use new functions to edit named calc macros.
4010
4011 2005-01-01 Stefan <monnier@iro.umontreal.ca>
4012
4013 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
4014
4015 * ses.el (copy-region-as-kill): Deactivate mark.
4016
4017 2005-01-01 Richard M. Stallman <rms@gnu.org>
4018
4019 * replace.el (occur-1): If the output buffer is also an input,
4020 don't kill it, rename it.
4021
4022 * faces.el (set-face-background, set-face-foreground): Doc fix.
4023
4024 * cus-face.el (custom-face-attributes): Fix :help-echo strings
4025 for :foreground and :background.
4026
4027 * dired.el (dired-view-command-alist): Variable deleted.
4028 (dired-view-file, dired-mouse-find-file-other-window):
4029 Delete the code to use it.
4030
4031 2005-01-01 Kim F. Storm <storm@cua.dk>
4032
4033 * image.el (insert-sliced-image): Use t for line-height property.
4034
4035 2004-12-31 Jay Belanger <belanger@truman.edu>
4036
4037 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
4038 for "var-" at the beginning of the minibuffer.
4039
4040 2004-12-31 Richard M. Stallman <rms@gnu.org>
4041
4042 * faces.el (read-face-name):
4043 Don't treat an attribute spec as a list of faces.
4044
4045 * simple.el (undo): Use undo-equiv-table to detect
4046 unexpected changes since previous undo.
4047 (undo-list-saved): Variable deleted.
4048 (buffer-disable-undo): Don't alter undo-list-saved.
4049
4050 * files.el (require-final-newline): Allow `visit' and `visit-save'.
4051 (mode-require-final-newline): New option.
4052 (after-find-file): Handle require-final-newline with new values.
4053 (basic-save-buffer): Handle new values of require-final-newline.
4054
4055 * progmodes/sh-script.el (sh-require-final-newline):
4056 Alist value now controls whether to use mode-require-final-newline.
4057 (sh-set-shell): Implement that new meaning.
4058
4059 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
4060 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
4061 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
4062 Delete old-Emacs compatibility code.
4063 (antlr-c-common-init): Function deleted.
4064
4065 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
4066 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
4067 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
4068 * progmodes/python.el (python-mode): Use mode-require-final-newline.
4069 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
4070 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
4071 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
4072 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
4073 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
4074 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
4075 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
4076 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
4077 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
4078 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
4079 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
4080 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
4081
4082 2004-12-31 Jay Belanger <belanger@truman.edu>
4083
4084 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
4085 way to return to Calc.
4086
4087 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
4088 finish, C-xk as the way to cancel the edit. Add cancel routine to
4089 kill-buffer-hook.
4090
4091 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
4092 MacEdit code.
4093
4094 * calc/calc-prog.el: Remove obsolete MacEdit code.
4095 (calc-macro-edit-algebraic, calc-macro-edit-variable)
4096 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
4097
4098 2004-12-31 Kenichi Handa <handa@m17n.org>
4099
4100 * international/mule.el (buffer-file-coding-system-explicit):
4101 Rename for explicit-buffer-file-coding-system.
4102 (after-insert-file-set-coding): Adjust for the above change.
4103
4104 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
4105 to buffer-file-coding-system-explicit.
4106 (basic-save-buffer-1): Likewise.
4107
4108 2004-12-30 Richard M. Stallman <rms@gnu.org>
4109
4110 * textmodes/artist.el (artist-butlast-fn): Var deleted.
4111 (artist-butlast, artist-last): Functions deleted.
4112 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
4113 (artist-compute-key-compl-table): Call remq directly.
4114 (artist-remove-nulls): Function deleted.
4115 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
4116 (artist-push, artist-pop): Macro deleted.
4117
4118 2004-12-30 Andreas Leue <al@sphenon.de>
4119
4120 * textmodes/artist.el (artist-version): 1.2.6
4121 (artist-prev-next-op-alist): New variable.
4122 (artist-select-next-op-in-list): New function.
4123 (artist-select-prev-op-in-list): New function.
4124 (artist-make-prev-next-op-alist): New function.
4125 (artist-is-in-op-list-p): New function.
4126 (artist-get-first-non-nil-op): New function.
4127 (artist-get-last-non-nil-op): New function.
4128 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4129 artist-prev-next-op-alist.
4130 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4131 change drawing operation.
4132
4133 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
4134
4135 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
4136
4137 2004-12-31 Masatake YAMATO <jet@gyve.org>
4138
4139 * server.el (server-process-filter): Suppress `error', too.
4140
4141 2004-12-30 Jay Belanger <belanger@truman.edu>
4142
4143 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
4144 Change the way a variable is displayed in a message.
4145
4146 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
4147 (calc-user-define-permanent, calc-execute-kbd-macro):
4148 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
4149
4150 2004-12-30 Kenichi Handa <handa@m17n.org>
4151
4152 * files.el (basic-save-buffer-1):
4153 Set explicit-buffer-file-coding-system to last-coding-system-used.
4154 (revert-buffer): Pay attention to
4155 explicit-buffer-file-coding-system (not buffer-file-coding-system)
4156 on bind coding-system-for-read.
4157
4158 * international/mule.el (explicit-buffer-file-coding-system):
4159 New buffer local variable.
4160 (after-insert-file-set-coding): Set it to coding-system-for-read.
4161
4162 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
4163
4164 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4165
4166 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
4167
4168 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
4169 that include line numbers.
4170
4171 2004-12-29 Milan Zamazal <pdm@zamazal.org>
4172
4173 * files.el (hack-local-variables): If no PREFIX, set it to "^".
4174 Redundant variable PREFIXLEN removed.
4175
4176 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
4177
4178 * eshell/em-hist.el (eshell-previous-matching-input):
4179 Start the deletion from the end of the output.
4180
4181 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4182
4183 * term/mac-win.el: Require x-dnd.
4184 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
4185
4186 2004-12-29 David Kastrup <dak@gnu.org>
4187
4188 * international/mule.el (decode-coding-inserted-region):
4189 Don't barf if `buffer-undo-list' is already set to `t'.
4190
4191 2004-12-29 Jay Belanger <belanger@truman.edu>
4192
4193 * calc/calc-prog.el (calc-user-define-formula): Put default values
4194 for function names in prompts.
4195 (calc-user-define-permanent, calc-user-define-composition)
4196 (calc-user-define-formula): Remove the need for "calcFunc-" in the
4197 default input for algebraic functions.
4198
4199 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
4200
4201 * vc-rcs.el (vc-rcs-annotate-command):
4202 Fix omission bug: Call `vc-setup-buffer'.
4203
4204 2004-12-29 Kenichi Handa <handa@m17n.org>
4205
4206 * international/mule.el (recode-region): New function.
4207
4208 2004-12-28 Richard M. Stallman <rms@gnu.org>
4209
4210 * simple.el (undo-extra-outer-limit): New variable.
4211 (undo-outer-limit-truncate): Test and set it.
4212
4213 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
4214 enables the feature to extend the existing region.
4215
4216 * simple.el (mark-word): New arg ALLOW-EXTEND
4217 enables the feature to extend the existing region.
4218
4219 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
4220 enables the feature to extend the existing region.
4221
4222 * startup.el (site-run-file): Don't allow setting it with Custom.
4223
4224 * simple.el (buffer-disable-undo): Fix previous change.
4225
4226 2004-12-27 Masatake YAMATO <jet@gyve.org>
4227
4228 * hexl.el (hexlify-buffer): Remove fontification here.
4229 Use font lock mechanism instead.
4230 (hexl-font-lock-keywords): New font lock kewords.
4231 (hexl-mode-old-font-lock-keywords): New variable.
4232 (hexl-mode): Store the old font lock keywords.
4233 (hexl-mode-exit): Restore the old font lock keywords.
4234
4235 2004-12-27 Richard M. Stallman <rms@gnu.org>
4236
4237 * simple.el (undo): Fix previous change.
4238
4239 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4240
4241 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4242 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
4243 Call x-open-connection on Mac OS X.
4244
4245 2004-12-27 Richard M. Stallman <rms@gnu.org>
4246
4247 * files.el (buffer-save-without-query): New var (buffer-local).
4248 (save-some-buffers): Save those buffers first, w/o asking.
4249
4250 * files.el (insert-directory-ls-version): New variable.
4251 (insert-directory): When ls returns an error, test the version
4252 number to decide what the return code means.
4253 With --dired output format, detect and distinguish lines
4254 that are really error messages.
4255 (insert-directory-adj-pos): New function.
4256
4257 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
4258
4259 * battery.el (battery-mode-line-format): Remove initial spaces.
4260
4261 * uniquify.el (uniquify-rationalize-file-buffer-names):
4262 Delete interactive spec.
4263
4264 * type-break.el (type-break-mode): Set buffer-save-without-query.
4265 Remove code that tried to set save-some-buffers-always.
4266 (type-break-file-keystroke-count): Bind deactivate-mark.
4267
4268 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
4269
4270 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
4271 Test that the buffer is live, and maybe reject current buffer too.
4272 Clarify.
4273 (next-error-find-buffer): Rewrite for clarity.
4274
4275 * loadup.el: Don't use buffer-disable-undo; do it directly.
4276
4277 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
4278 (describe-variable): Call symbol-file with `defvar'.
4279
4280 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
4281 (symbol-file): Rewritten to handle new load-history format.
4282 Now takes an arg TYPE to specify looking for a particular
4283 type of definition only.
4284
4285 * emacs-lisp/debug.el (debugger-make-xrefs):
4286 Call symbol-file with `defun'.
4287
4288 * emacs-lisp/find-func.el (find-function-noselect):
4289 Call symbol-file with `defun'.
4290 (find-variable-noselect): Call symbol-file with `defvar'.
4291
4292 * eshell/esh-cmd.el (eshell-find-alias-function):
4293 Call symbol-file with `defun'.
4294
4295 * eshell/esh-test.el (eshell-test-goto-func):
4296 Call symbol-file with `defun'.
4297
4298 * mail/rmail.el (rmail-resend):
4299 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
4300
4301 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
4302
4303 * progmodes/compile.el (compilation-find-buffer): Rename arg.
4304
4305 * textmodes/texinfmt.el (texinfo-format-buffer-1):
4306 Call buffer-disable-undo.
4307
4308 * simple.el (undo-list-saved): New variable (buffer-local).
4309 (undo): Set and test it.
4310 (buffer-disable-undo): Move here from buffer.c.
4311 Clear out undo-list-saved.
4312
4313 * international/mule.el (decode-coding-inserted-region):
4314 Set buffer-undo-list in a correct and optimal way.
4315
4316 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
4317 (cperl-font-lock-unfontify-region-function): No need to save and
4318 restore info, since font-lock.el does it for us.
4319
4320 * ansi-color.el (save-buffer-state): Definition deleted.
4321 (ansi-color-unfontify-region): Don't use save-buffer-state.
4322
4323 2004-12-27 Dave Love <fx@gnu.org>
4324
4325 * wid-edit.el (function): Use restricted-sexp as parent.
4326
4327 2004-12-27 Kevin Ryde <user42@zip.com.au>
4328
4329 * simple.el (next-matching-history-element): Use same
4330 `interactive' form as previous-matching-history-element.
4331
4332 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4333 it can appear unencoded and has been seen from yahoo.
4334
4335 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4336
4337 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
4338 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
4339
4340 2004-12-27 Kenichi Handa <handa@m17n.org>
4341
4342 * international/utf-8.el (utf-translate-cjk-load-tables):
4343 Bind coding-system-for-read to nil while loading subst-*.
4344
4345 2004-12-26 Jay Belanger <belanger@truman.edu>
4346
4347 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
4348 default input.
4349
4350 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
4351
4352 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
4353 before reverting and disable undo recording while reverting.
4354
4355 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
4356
4357 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
4358 (hs-make-overlay): New function.
4359 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
4360 (hs-flag-region): Delete function.
4361 (hs-hide-comment-region): No longer use `hs-flag-region'.
4362 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
4363 (hs-hide-block-at-point): Likewise.
4364 (hs-hide-level-recursive): Use `hs-discard-overlays'.
4365 (hs-hide-all, hs-show-all): Likewise.
4366 (hs-show-block): Likewise.
4367 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
4368
4369 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
4370
4371 * progmodes/hideshow.el: Require `cl' when compiling.
4372 Remove XEmacs and Emacs 19 compatibility.
4373 Use `dolist' and `add-to-list' for load-time actions.
4374 (hs-discard-overlays): Use `dolist'.
4375 (hs-show-block): Likewise.
4376
4377 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4378
4379 * faces.el (mode-line, mode-line-inactive): Use min-colors.
4380
4381 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
4382
4383 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
4384 When extending backwards, move outside the current comment first.
4385
4386 2004-12-22 Kenichi Handa <handa@m17n.org>
4387
4388 * international/quail.el (quail-start-translation): Fix prompt
4389 string for the case if input-method-use-echo-area being non-nil.
4390 (quail-start-conversion): Likewise.
4391 (quail-show-guidance): Don't show guidance if
4392 input-method-use-echo-area is non-nil.
4393
4394 2004-12-21 Richard M. Stallman <rms@gnu.org>
4395
4396 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
4397
4398 2004-12-21 Markus Rost <rost@ias.edu>
4399
4400 * calendar/diary-lib.el (mark-diary-entries):
4401 Set mark-diary-entries-in-calendar only after checking for diary-file.
4402
4403 2004-12-21 Richard M. Stallman <rms@gnu.org>
4404
4405 * faces.el (escape-glyph): Use blue against light foreground.
4406
4407 * simple.el (undo-outer-limit-truncate): New function.
4408 (undo-outer-limit-function): Use undo-outer-limit-truncate.
4409
4410 2004-12-21 Eli Barzilay <eli@barzilay.org>
4411
4412 * calculator.el: (calculator-radix-grouping-mode)
4413 (calculator-radix-grouping-digits)
4414 (calculator-radix-grouping-separator):
4415 New defcustoms for the new radix grouping mode functionality.
4416 (calculator-mode-hook): Now used in electric mode too,
4417 (calculator): Call it.
4418 (calculator-mode-map): Some new keys.
4419 (calculator-message): New function. Some new calls.
4420 (calculator-op, calculator-set-register): Use it.
4421 (calculator-string-to-number): New function, mostly moved and
4422 updated code from calculator-curnum-value.
4423 (calculator-curnum-value): Use it.
4424 (calculator-paste): Use it, and update grabbing the current-kill.
4425 (calculator-rotate-displayer)
4426 (calculator-rotate-displayer-back): Toggle digit grouping when
4427 in radix mode, use calculator-message.
4428 (calculator-displayer-prev, calculator-displayer-next):
4429 Change digit group size when in radix mode.
4430 (calculator-number-to-string): Rename from
4431 calculator-num-to-string. Now deals with digit grouping in
4432 radix mode.
4433 (calculator-update-display, calculator-put-value): Use the new name.
4434 (calculator-fact): Return a floating point number.
4435 (calculator-mode): Doc fix.
4436
4437 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4438
4439 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4440 * calendar/diary-lib.el (view-other-diary-entries):
4441 Use current-prefix-arg in interactive spec.
4442
4443 2004-12-19 Jay Belanger <belanger@truman.edu>
4444
4445 * calc/calc-aent.el (calcAlg-blank-matching-open):
4446 Temporarily adjust the syntax of both delimiters of half-open intervals.
4447
4448 2004-12-19 Kim F. Storm <storm@cua.dk>
4449
4450 * mouse.el (mouse-1-click-follows-link): Doc fix.
4451
4452 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4453
4454 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
4455 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
4456 instead of centraleuropean as the name
4457
4458 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
4459
4460 Sync with Tramp 2.0.46.
4461
4462 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
4463 parameters wrt Tramp convention.
4464 (tramp-handle-file-attributes-with-perl)
4465 (tramp-handle-directory-files-and-attributes): Apply it.
4466 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
4467 `copy-program'. Reported by Zack Weinberg
4468 <zack@codesourcery.com>.
4469 (top): Set `edebug-form-spec' property directly rather than
4470 calling `def-edebug-spec'.
4471
4472 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
4473 advice less fragile. Surround temporary redefinition of
4474 `substitute-in-file-name' with `unwind-protect'. Suggested by
4475 Matt Hodges <MPHodges@member.fsf.org>.
4476
4477 2004-12-17 Juri Linkov <juri@jurta.org>
4478
4479 * replace.el (occur-accumulate-lines, occur-engine):
4480 Make forcing deferred font-lock fontification jit-specific.
4481
4482 2004-12-17 Kim F. Storm <storm@cua.dk>
4483
4484 * mouse.el (mouse-1-click-follows-link): New defcustom.
4485 (mouse-on-link-p): New function.
4486 (mouse-drag-region-1): Implement mouse-1-click-follows-link
4487 functionality. Map a mouse-1 click event into a mouse-2 (or
4488 other) event when position is inside a link.
4489
4490 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
4491 prefix in tooltip text with "mouse-1" when this is a link
4492 recognized by mouse-1-click-follows-link functionality.
4493
4494 * help.el (describe-key): Report effective and original binding
4495 for mouse-1 when clicked on a link.
4496 (describe-mode): Add follow-link property to "minor-mode" button.
4497
4498 * help-fns.el (describe-variable): Add follow-link property to
4499 "below" button.
4500
4501 * help-mode.el (help-xref): Add follow-link property.
4502
4503 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
4504 (apropos-command, apropos-variable, apropos-face, apropos-group)
4505 (apropos-widget, apropos-plist): Add follow-link property.
4506
4507 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
4508 checks if position is in a filename, rather than some other
4509 clickable item. Function looks for cvs-filename-face at position.
4510
4511 * wid-edit.el (widget-specify-field, widget-specify-button):
4512 Map a :follow-link keyword into a follow-link property.
4513 (link): Add :follow-link keyword, map to RET binding.
4514
4515 * dired.el (dired-mode-map): Map follow-link to mouse-face.
4516
4517 * progmodes/compile.el (compilation-minor-mode-map)
4518 (compilation-button-map, compilation-mode-map): Likewise.
4519
4520 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
4521
4522 * play/zone.el (zone): Init `line-spacing' from orig buffer.
4523 (zone-replace-char): Take `count' and `del-count'
4524 instead of `direction'. Update callers. When `del-count' is
4525 non-nil, delete that many characters, otherwise `count' characters
4526 backwards. Insert the newly-replaced string `count' times.
4527 (zone-fret): Handle chars w/ width greater than one.
4528 (zone-fall-through-ws): No longer take window width `ww'.
4529 Update callers. Add handling for `char-width' greater than one.
4530 (zone-pgm-drip): Update var holding window-end position every cycle.
4531
4532 2004-12-17 Andre Spiegel <spiegel@gnu.org>
4533
4534 * vc.el (vc-default-update-changelog): Use insert-file-contents,
4535 rather than insert-file.
4536
4537 2004-12-16 Jay Belanger <belanger@truman.edu>
4538
4539 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
4540 (math-init-random-base, math-random-digit): Check to see if
4541 var-RandSeed is bound.
4542 (math-random-last): Declare it.
4543 (math-random-digit): Don't make math-random-last local.
4544
4545 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
4546
4547 * play/zone.el (zone): Fix omission bug: Use a self-disabling
4548 one-shot thunk for uniform (error, quit, normal) recovery.
4549 Reported by John Paul Wallington.
4550 (zone-pgm-random-life): Fix bug:
4551 Recognize empty initial field by lack of "@" chars.
4552
4553 2004-12-16 Juri Linkov <juri@jurta.org>
4554
4555 * help.el (function-called-at-point):
4556 * help-fns.el (variable-at-point): As a last resort try stripping
4557 non-word prefixes and suffixes.
4558
4559 * descr-text.el (describe-property-list): Don't treat syntax-table
4560 specially. Use describe-text-sexp which inserts [show] button
4561 for large objects and handles printing errors. Sort properties
4562 by names in alphabetical order instead of by value sizes.
4563 Add `mouse-face' to list of properties for `describe-face' widget.
4564 (describe-char): Mask out face-id from 19 bits of character.
4565 Print face-id separately.
4566
4567 * replace.el (occur-accumulate-lines, occur-engine):
4568 Fontify unfontified matching lines in the source buffer
4569 before copying them.
4570 (occur-engine): Don't put mouse-face on context lines.
4571 (occur-next-error): Set point to line beginning/end
4572 before searching for prev/next property to skip multiple
4573 matches on a line (not supported by occur engine).
4574 Remove redundant prefix-numeric-value.
4575
4576 2004-12-15 Juri Linkov <juri@jurta.org>
4577
4578 * replace.el (match): New face.
4579 (list-matching-lines-face): Change default from `bold' to `match'.
4580
4581 * progmodes/grep.el (grep-match-face): New defvar.
4582 (grep-mode-font-lock-keywords): Use grep-match-face instead of
4583 compilation-column-face to highlight grep matches.
4584
4585 * apropos.el (apropos-match-face): Change default from
4586 `secondary-selection' to `match'.
4587
4588 * info-look.el (info-lookup-highlight-face): Change default from
4589 `highlight' to `match'.
4590
4591 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
4592
4593 * progmodes/executable.el (executable-interpret): Eliminate
4594 obsolete compile-internal, and switch to comint for interaction.
4595
4596 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
4597
4598 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
4599 `&&' when skipping multiple statements on a line.
4600
4601 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
4602
4603 * play/zone.el (zone): Set `truncate-lines'.
4604 Also, init `tab-width' with value from original buffer.
4605 (zone-shift-up): Rewrite for speed.
4606 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
4607 (zone-pgm-jitter): Remove redundant entries from ops vector.
4608 (zone-exploding-remove): Reduce iteration count.
4609 (zone-cpos): Convert to defsubst.
4610 (zone-replace-char): New defsubst.
4611 (zone-park/sit-for): Likewise.
4612 (zone-fret): Take window-start arg.
4613 Update callers. Use `zone-park/sit-for'.
4614 (zone-fill-out-screen): Rewrite.
4615 (zone-fall-through-ws): Likewise. Update callers.
4616 (zone-pgm-drip): Use `zone-replace-char'.
4617 Move var inits before while-loop. Use `zone-park/sit-for'.
4618 (zone-pgm-random-life): Handle empty initial field.
4619 Use `zone-replace-char' and `zone-park/sit-for'.
4620
4621 2004-12-15 Juri Linkov <juri@jurta.org>
4622
4623 * isearch.el (isearch-update): Test isearch-lazy-highlight
4624 before calling isearch-lazy-highlight-new-loop.
4625 (isearch-lazy-highlight-new-loop):
4626 Don't test isearch-lazy-highlight.
4627
4628 * replace.el (perform-replace): Add isearch-case-fold-search.
4629 Use delimited-flag for isearch-regexp.
4630 Reset isearch-lazy-highlight-last-string to force lazy
4631 highlighting when called from isearch mode.
4632 (query-replace-highlight): Revert defcustom type to boolean.
4633 (query-replace-lazy-highlight): New defcustom.
4634 (query-replace): New face.
4635 (perform-replace, replace-highlight, replace-dehighlight):
4636 Test query-replace-lazy-highlight instead of special value
4637 `isearch' of query-replace-highlight.
4638 (replace-dehighlight): Don't call isearch-dehighlight.
4639 (replace-highlight): Don't call isearch-highlight.
4640 Use face `query-replace' unconditionally.
4641
4642 2004-12-14 Kim F. Storm <storm@cua.dk>
4643
4644 * simple.el (inhibit-mark-movement): Remove defvar.
4645 (beginning-of-buffer, end-of-buffer): Don't use it.
4646
4647 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4648 Don't use inhibit-mark-movement.
4649
4650 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
4651 (cua--undo-push-mark): Remove.
4652 (cua--pre-command-handler, cua--post-command-handler):
4653 Don't fiddle with inhibit-mark-movement.
4654
4655 2004-12-14 Juri Linkov <juri@jurta.org>
4656
4657 * buff-menu.el (list-buffers-noselect): Collect internal info
4658 for every buffer in BUFFER-LIST arg too.
4659 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
4660 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
4661 Bind same-window-buffer-names and same-window-regexps to nil.
4662
4663 2004-12-13 Juri Linkov <juri@jurta.org>
4664
4665 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
4666
4667 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
4668 (sc-cite-region, sc-uncite-region, sc-recite-region):
4669 Fix previous change to handle not alist as a symbol, but
4670 a citation frame as a symbol that represents a variable name.
4671
4672 2004-12-13 Richard M. Stallman <rms@gnu.org>
4673
4674 * filecache.el (file-cache-add-directory-using-find):
4675 Only set up file-cache-find-command-posix-flag if we will use it.
4676
4677 * bindings.el (mode-line-buffer-identification-keymap):
4678 Don't cancel the mode-line's usual down-mouse-1 binding.
4679
4680 * cus-edit.el (custom-face-selected): Handle `default' specs.
4681 (custom-face-edit): Increase extra-offset.
4682 (custom-display): Handle `default' specs.
4683
4684 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
4685
4686 * emacs-lisp/elint.el (elint-standard-variables)
4687 (elint-unknown-builtin-args): Move definitions up.
4688
4689 * net/browse-url.el (browse-url-url-at-point): Add autoload.
4690
4691 * info.el (info-xref-visited): Use `default' instead of t.
4692 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
4693
4694 * faces.el (header-line, mode-line-inactive, tool-bar):
4695 Use `default' instead of t for setting the defaults.
4696 (face-spec-choose): Separate `t' from `default'.
4697
4698 * subr.el (while-no-input): New macro.
4699
4700 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
4701
4702 * filecache.el (file-cache-add-directory-using-find):
4703 Only test file-cache-find-command-posix-flag on some systems.
4704
4705 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
4708 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
4709 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
4710 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
4711 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
4712
4713 2004-12-12 Juri Linkov <juri@jurta.org>
4714
4715 * files.el (find-file-other-window, find-file-other-frame):
4716 Add the first buffer to the returned value to return the complete
4717 list of all visited buffers.
4718 (find-file-read-only, find-file-read-only-other-window)
4719 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
4720 `find-file-read-args'. Signal an error about non-existent file
4721 only if file name doesn't contain wildcards. Toggle read-only in
4722 all visited buffers.
4723 (find-alternate-file, find-alternate-file-other-window):
4724 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
4725 called interactively. Pass arg `wildcards' to other functions.
4726 (find-file-noselect): Doc fix.
4727
4728 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
4729 Doc fix.
4730 (ffap-directory-finder): New variable.
4731 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
4732 (ffap-file-at-point): Add /* to immediately rejected names.
4733 Return absolute file names matching ffap-dired-wildcards.
4734 (ffap-read-file-or-url): Set default value for `completing-read'
4735 to `buffer-file-name'.
4736 (find-file-at-point): When filename matches ffap-dired-wildcards,
4737 call ffap-file-finder with t arg `wildcards', instead of dired.
4738 (ffap-other-window, ffap-other-frame): Return visited buffers.
4739 (ffap-read-only, ffap-read-only-other-window)
4740 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
4741 (dired-at-point): Call ffap-directory-finder instead of dired.
4742 (ffap-dired-other-window, ffap-dired-other-frame)
4743 (ffap-list-directory): New commands.
4744 (ffap-bindings): New keybindings for new commands.
4745
4746 2004-12-12 Juri Linkov <juri@jurta.org>
4747
4748 * simple.el (beginning-of-buffer, end-of-buffer):
4749 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4750 Do not push mark when mark is active in transient-mark-mode.
4751
4752 * simple.el (mark-word):
4753 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
4754 * textmodes/paragraphs.el (mark-paragraph):
4755 Extend the region when mark is active in transient-mark-mode,
4756 regardless of the last command. Doc fix.
4757
4758 * simple.el (mark-word): Preserve direction when repeating.
4759 Make arg optional. Interactive "p" -> "P".
4760 (transient-mark-mode, inhibit-mark-movement): Doc fix.
4761
4762 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
4763 preserving direction, to mark forward instead of backward when mark
4764 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
4765
4766 2004-12-12 Juri Linkov <juri@jurta.org>
4767
4768 * isearch.el (isearch-edit-string): Set 7th arg of
4769 `read-from-minibuffer' to `t' to inherit the current input
4770 method (whose name is indicated by [IM] in the minibuffer prompt)
4771 from the current buffer to the minibuffer.
4772 (isearch-lazy-highlight-update): Put body to `with-local-quit'
4773 to allow C-g quitting for lazy highlighting looping inside the
4774 search with nested repetition operators. Add overlay to the list
4775 before setting its face and other properties to avoid the case of
4776 code quitting after placing the new overlay but before it's
4777 recorded on the list. Select the window where isearch was
4778 activated, to highlight matches in the right window when isearch
4779 switches the current window to the minibuffer.
4780
4781 * international/isearch-x.el
4782 (isearch-process-search-multibyte-characters):
4783 Use `isearch-message' as initial input for `read-string' instead
4784 of adding it to the minibuffer prompt. After reading a string
4785 remove the initial value of `isearch-message' from the string.
4786
4787 * replace.el (replace-match-maybe-edit): Doc fix.
4788 (perform-replace): Don't call `replace-highlight' when automatic
4789 replacement is requested in literal mode, since it is intended
4790 only to highlight words during entering a new replacement string
4791 for \? in non-literal mode.
4792
4793 * replace.el (query-replace-highlight): Add new value `isearch'
4794 that allows query replacement to use isearch highlighting.
4795 Change type from `boolean' to `choice'. Doc fix.
4796 (replace-highlight, replace-dehighlight, perform-replace):
4797 Use isearch highlighting if query-replace-highlight eq `isearch'.
4798
4799 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4802 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
4803
4804 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
4805 case of \end{verbatim}.
4806
4807 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4808
4809 * term.el (term-termcap-format): Synchronyze with terminfo.
4810 (term-emulate-terminal): Handle reset.
4811 (term-reset-terminal): New function.
4812
4813 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
4814
4815 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
4816 (zone-fill-out-screen): New func.
4817 (zone-pgm-drip): Use `zone-fill-out-screen'.
4818 Also, no longer go to point-min on every cycle.
4819 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
4820 (zone-pgm-random-life-wait): New user var.
4821 (zone-pgm-random-life): New func.
4822
4823 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
4824
4825 * files.el (auto-mode-alist): Map .com to DCL mode.
4826
4827 2004-12-09 Richard M. Stallman <rms@gnu.org>
4828
4829 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
4830
4831 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
4832
4833 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
4834 buffer with a display margin.
4835
4836 2004-12-08 Jay Belanger <belanger@truman.edu>
4837
4838 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
4839 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
4840
4841 2004-12-08 Richard M. Stallman <rms@gnu.org>
4842
4843 * faces.el: Delete code to set display table.
4844 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
4845
4846 2004-12-08 Jay Belanger <belanger@truman.edu>
4847
4848 * calc/calc.el: Add math-read-preprocess-string to autoloads.
4849
4850 * calc/calc-ext.el (math-read-replacement-list)
4851 (math-read-superscripts, math-read-preprocess-string): Move to
4852 calc-aent.el.
4853
4854 * calc/calc-aent.el (math-read-replacement-list)
4855 (math-read-superscripts, math-read-preprocess-string): Move from
4856 calc-ext.el.
4857
4858 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * isearch.el (isearch-quote-char): Fix up typo in last change.
4861
4862 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4863
4864 * mouse.el (mouse-set-font): Handle the case where the command was
4865 not invoked using the mouse.
4866
4867 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
4868 (edmacro-finish-edit): Further update for keyboard macros that are
4869 lambda forms.
4870 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
4871
4872 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * font-lock.el (font-lock-unfontify-region): Save buffer state.
4875 (font-lock-default-unfontify-region): Don't save buffer state any more.
4876
4877 2004-12-07 Jay Belanger <belanger@truman.edu>
4878
4879 * calc/calc-help.el (calc-describe-key):
4880 Set calc-summary-indentation even when Calc Summary buffer exists.
4881
4882 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
4883
4884 * calendar/holidays.el (holiday-easter-etc): Make arguments
4885 optional for backwards compatibility. Doc fix.
4886 Remove un-necessary local vars mandatory, output-list.
4887 (holiday-advent): Make arguments optional for backwards
4888 compatibility. Doc fix.
4889
4890 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * paren.el (show-paren-function): Fix last change (2004-12-02).
4893
4894 * international/mule-util.el (char-displayable-p): Return nil for
4895 unibyte mode.
4896
4897 * subr.el (subregexp-context-p): New function.
4898
4899 * isearch.el (isearch-quote-char): Use it.
4900
4901 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
4902 (regexp-opt-not-groupie*-re): Remove.
4903 (regexp-opt): Properly handle inputs with duplicate entries.
4904
4905 2004-12-06 Richard M. Stallman <rms@gnu.org>
4906
4907 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
4908
4909 * cus-edit.el (custom-file): Doc fix.
4910
4911 * textmodes/org.el: New file.
4912
4913 2004-12-06 Kenichi Handa <handa@m17n.org>
4914
4915 * ldefs-boot.el: Update international/mule-util.el section.
4916
4917 2004-12-05 Sam Steingold <sds@gnu.org>
4918
4919 * net/tramp.el (tramp-handle-file-accessible-directory-p):
4920 Fix `tramp-time-diff' comparison logic.
4921
4922 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
4923
4924 * progmodes/which-func.el (which-function):
4925 Use `run-hook-with-args-until-success' instead of a custom loop.
4926 Fixes bug with local hooks.
4927
4928 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4929
4930 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
4931 Use delete-dups when calculating the initial value.
4932 (bibtex-autokey-get-title): Use <=.
4933 (bibtex-goto-line): New function.
4934 (bibtex-reposition-window): Use line numbers instead of point
4935 positions. Use window-body-height.
4936 (bibtex-find-crossref): Use bibtex-reposition-window.
4937 (bibtex-find-entry): Use bibtex-reposition-window. Always return
4938 position of entry if key is found or nil if not found.
4939
4940 2004-12-05 Richard M. Stallman <rms@gnu.org>
4941
4942 * cus-edit.el (custom-file): Doc fix.
4943
4944 * progmodes/sh-script.el (sh-indent-for-then): Change default.
4945
4946 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * simple.el (blink-matching-open):
4949 * textmodes/tex-mode.el (tex-validate-region):
4950 Obey syntax-table text properties.
4951
4952 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
4953
4954 * wid-edit.el (widget-specify-field): Add `real-field' property to
4955 boundary.
4956 (widget-field-at): Use it.
4957
4958 2004-12-02 Richard M. Stallman <rms@gnu.org>
4959
4960 * progmodes/cc-mode.el (awk-mode autoload):
4961 Supply t meaning interactive function.
4962
4963 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
4964 (isearch-mode-map): No special definition for space.
4965 (isearch-whitespace-chars): Command deleted.
4966 (isearch-forward-regexp): Doc fix.
4967 (isearch-quote-char): When a space is not inside brackets,
4968 use `[ ]' instead of just space.
4969 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
4970
4971 * imenu.el (imenu--generic-function): Delete code to exclude
4972 matches in comments.
4973
4974 * man.el (Man-reverse-face): Change default to `highlight'.
4975
4976 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
4977 (occur-engine): Use `face' prop rather than `font-lock-face'
4978 when specifying use of `match-face'.
4979 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
4980
4981 * emacs-lisp/elint.el (elint-standard-variables): Update list.
4982
4983 * add-log.el (add-log-current-defun): Handle the case where point
4984 is in the header part of a DEFUN construct.
4985
4986 2004-12-02 Dave Love <fx@gnu.org>
4987
4988 * progmodes/python.el (python-font-lock-syntactic-keywords):
4989 Fix previous change.
4990
4991 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
4992
4993 * paren.el (show-paren-function): Check for matching chars
4994 specified by text props.
4995
4996 2004-12-02 Jay Belanger <belanger@truman.edu>
4997
4998 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
4999 when reading a new key sequence.
5000
5001 2004-12-02 Kim F. Storm <storm@cua.dk>
5002
5003 * faces.el (escape-glyph): Rename from glyph.
5004 (standard-display-table): Set it here. Add escape-glyph face to
5005 extra slot characters.
5006
5007 * disp-table.el: Undo 2004-12-01 change. Display table is now
5008 setup in faces.el.
5009
5010 2004-12-02 Mark A. Hershberger <mah@everybody.org>
5011
5012 * xml.el (xml-parse-dtd): Don't show validity messages when
5013 xml-validating-parser is nil.
5014 (xml-substitute-special): Fix validity error messages to
5015 actually show the unexpandable entity. Added validity error if &
5016 isn't followed by an entity.
5017 (xml-parse-tag): Concatenate any string following the a
5018 <![CDATA[]]> section to the parsed CDATA.
5019 (xml-parse-dtd): Skip parameter entity declarations and use of
5020 parameter entities.
5021
5022 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5023
5024 * kmacro.el (kmacro-default-counter-format): New var.
5025 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
5026 (kmacro-display): Remove `nil' from `and' form. Delete call to
5027 `format' inside `message'.
5028 (kmacro-start-macro): Use `kmacro-default-counter-format'.
5029
5030 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * pcvs.el (cvs-header-msg): New function.
5033 (cvs-update-header): Use it. Change calling convention.
5034 Correctly handle the case of having simultaneous active processes.
5035 (cvs-sentinel): Don't call cvs-update-header any more.
5036 (cvs-mode-run): Update call and add cvs-update-header to postproc.
5037
5038 2004-12-01 Jay Belanger <belanger@truman.edu>
5039
5040 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
5041 Change message.
5042
5043 2004-12-01 Juri Linkov <juri@jurta.org>
5044
5045 * progmodes/prolog.el (prolog-mode-variables):
5046 Fix imenu-generic-expression.
5047
5048 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
5049
5050 * faces.el (glyph): New face.
5051
5052 * disp-table.el: Add an autoloaded table, that doesn't require
5053 this library, with glyph face.
5054
5055 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
5056 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
5057 (conf-quote-normal): Allow normalizing only ' or ".
5058 (conf-mode): Regexp-quote constructed comment-start and don't
5059 match section {} where "name" contains braces.
5060
5061 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
5062 files.
5063
5064 2004-12-01 Kenichi Handa <handa@m17n.org>
5065
5066 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
5067 (x-select-text): Don't treat eight-bit-control/graphic chars
5068 specially. Store the encoded text in the X cut buffer.
5069 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
5070 with x-last-selected-text-cut-encoded.
5071
5072 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
5075
5076 2004-11-30 Markus Rost <rost@ias.edu>
5077
5078 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
5079 AUCTeX.
5080
5081 2004-11-30 Jay Belanger <belanger@truman.edu>
5082
5083 * calc/calc-arith.el (math-possible-signs): Made stronger checks
5084 on signs of intervals.
5085 (math-pow-of-zero): Strengthen checks for positive and negative
5086 exponents.
5087
5088 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
5089 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
5090 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
5091 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
5092 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
5093 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
5094 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
5095 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
5096 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
5097 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
5098 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
5099 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
5100 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
5101 with provide statements.
5102
5103 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
5104
5105 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
5106
5107 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
5108 (calc-load-everything, math-defsimplify): Replace dummy autoloading
5109 functions by require statements.
5110 (math-defsimplify): Move to calc-alg.el, add to autoloads.
5111
5112 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5113 (calc-gnuplot-print): Give them values.
5114
5115 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
5116 autoloads.
5117 Add calc-do-embedded-activate to autoloads.
5118 (calc-gnuplot-name, calc-gnuplot-plot-command)
5119 (calc-gnuplot-print-command): Move them to calc-graph.el.
5120
5121 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5122
5123 * term/mac-win.el (ccl-encode-mac-roman-font)
5124 (ccl-encode-mac-cyrillic-font)
5125 (ccl-encode-mac-centraleuropean-font, encoder-list)
5126 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
5127 Support Cyrillic, CentralEuropean, and Dingbat font display
5128
5129 2004-11-30 Andre Spiegel <spiegel@gnu.org>
5130
5131 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
5132
5133 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
5134 still nil.
5135
5136 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
5137
5138 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
5139 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
5140
5141 2004-11-29 Jay Belanger <belanger@truman.edu>
5142
5143 * calc/calc-arith.el (math-pow-of-zero): Take into account different
5144 cases of the base and exponent.
5145
5146 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
5147
5148 * simple.el (next-error-buffer-p): Allow for inclusive and
5149 exclusive tests for finding a buffer.
5150 (next-error-find-buffer): Pass the exclusive and inclusive tests
5151 to next-error-buffer-p.
5152
5153 * replace.el (occur-next-error): Switch to the Occur buffer when
5154 appropriate, use the exclusive filter to next-error-find-buffer to
5155 do it. Use the absolute value of the motion amount.
5156
5157 2004-11-29 Kenichi Handa <handa@m17n.org>
5158
5159 * startup.el (command-line): Decode all default-directory by
5160 locale-coding-system.
5161
5162 2004-11-29 Jay Belanger <belanger@truman.edu>
5163
5164 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
5165 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
5166 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
5167 Replace calls to calc-extensions by appropriate require, replace
5168 calc-extensions-loaded by appropriate featurep.
5169
5170 * calc/calc-ext.el: Move require to end of file.
5171 Remove redundant loading of calc.el.
5172 (calc-extensions-loaded): Remove unnecessary variable.
5173 (calc-extensions): Remove unnecessary function.
5174 (calc-load-everything): Replace calc-need-macros by appropriate require.
5175
5176 * calc/calc-macs.el: Move provide to end of file.
5177 (calc-need-macros): Remove unnecessary function.
5178
5179 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
5180 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
5181 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
5182 Replace calc-extensions by appropriate require.
5183 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
5184
5185 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
5186 Replace calc-need-macros by appropriate require.
5187
5188 * calc/calc.el: Move require to end of file.
5189 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
5190 Remove unnecessary variable.
5191 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
5192 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
5193 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
5194 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
5195 (math-stack-value-offset, math-format-value, math-format-flat-expr)
5196 (math-format-number, math-format-bignum, math-read-number)
5197 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
5198 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
5199 by appropriate require.
5200 (calc-check-defines): Replace calc-need-macros by appropriate require.
5201
5202 2004-11-29 Kim F. Storm <storm@cua.dk>
5203
5204 * macros.el (insert-kbd-macro): Handle kmacro functions.
5205
5206 2004-11-28 Juri Linkov <juri@jurta.org>
5207
5208 * compare-w.el (compare-windows-highlight): Attach each overlay
5209 to its window to properly highlight differences while comparing
5210 two windows of the same buffer. Fix arguments.
5211 (compare-windows-sync-default-function): Fix arguments of
5212 `compare-windows-highlight'.
5213
5214 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
5215 Use `read-expression-history'. Set initial contents only if
5216 `edebug-global-break-condition' is non-nil. Set histpos to 1
5217 if initial contents is equal to the last history element.
5218 (edebug-set-conditional-breakpoint): Instead of temporarily
5219 prepending the current condition to the history, set initial
5220 contents to the current condition. Set histpos to 1 if initial
5221 contents is equal to the last history element.
5222
5223 * info.el (Info-search-whitespace-regexp): Remove shy group.
5224 (Info-search): Forward line if search is on the header line.
5225 Use search-whitespace-regexp in two other places.
5226
5227 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
5228
5229 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
5230 warning. Delay real definition, which uses
5231 `set-fringe-indicators-1' till after the definition of that function.
5232
5233 2004-11-28 Kim F. Storm <storm@cua.dk>
5234
5235 * fringe.el (fringe): New defgroup.
5236 (fringe-mode): Move to fringe group.
5237 (fringe-indicators): New defcustom.
5238 (set-fringe-indicators-1): New defun.
5239
5240 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
5241 (menu-bar-showhide-fringe-ind-menu): New keymap.
5242 (menu-bar-showhide-fringe-ind-empty)
5243 (menu-bar-showhide-fringe-ind-mixed)
5244 (menu-bar-showhide-fringe-ind-box)
5245 (menu-bar-showhide-fringe-ind-right)
5246 (menu-bar-showhide-fringe-ind-left)
5247 (menu-bar-showhide-fringe-ind-none): New defuns.
5248 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
5249
5250 2004-11-27 Richard M. Stallman <rms@gnu.org>
5251
5252 * comint.el (comint-read-noecho): Add trivial compatibility definition.
5253
5254 * generic.el (define-generic-mode): Doc fix.
5255
5256 * menu-bar.el (menu-bar-options-save): For the options
5257 that are toggled with menu-bar-make-mm-toggle, don't check
5258 for customized-value prop.
5259
5260 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5261
5262 * mail/supercite.el (sc-cite-region): Handle the case where
5263 sc-cite-frame-alist is a symbol.
5264 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
5265 a symbol.
5266 (sc-recite-region): Handle the case where sc-recite-frame-alist is
5267 a symbol.
5268
5269 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5270
5271 * wid-edit.el (widget-narrow-to-field): New function.
5272 (widget-complete): Use it.
5273
5274 2004-11-27 Jay Belanger <belanger@truman.edu>
5275
5276 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
5277 variable.
5278 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
5279 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
5280 (math-alg-inequalities): Move declaration to earlier in the file.
5281
5282 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
5283 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
5284 Declare them.
5285
5286 * calc/calc-lang.el (math-expr-data, math-expr-token)
5287 (math-exp-old-pos): Declare them.
5288
5289 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
5290 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
5291
5292 2004-11-27 Kim F. Storm <storm@cua.dk>
5293
5294 * progmodes/flymake.el: Use (featurep 'xemacs).
5295 (flymake-makehash): Change to defsubst. Use fboundp.
5296 (flymake-time-to-float): Remove.
5297 (flymake-float-time): Merge code from flymake-time-to-float here.
5298 (flymake-replace-regexp-in-string): Change to defsubst.
5299 (flymake-split-string-remove-empty-edges):
5300 Rename to flymake-split-string.
5301 (flymake-split-string): Remove previous defalias.
5302 (flymake-get-temp-dir): Change to defsubst.
5303 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
5304 Define for xemacs only.
5305 (flymake-master-file-count-limit): Change into compiler defvar only.
5306 (flymake-find-possible-master-files): Let-bind it dynamically while
5307 sorting files using flymake-master-file-compare.
5308
5309 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
5312 of defun-prompt-regexp matches inside a comment/string but the
5313 beginning is correctly outside everything.
5314
5315 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
5316 appears within a string or a comment.
5317
5318 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
5319 rather than make-symbol for symbols which are used in
5320 a symbol-macrolet or equivalent.
5321
5322 2004-11-26 Jay Belanger <belanger@truman.edu>
5323
5324 * calc-misc.el (calc-last-why-command): Declare it.
5325
5326 * calc-vec.el (math-grade-vec): New variable.
5327 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
5328 Replace variable grade-vec by declared variable.
5329 (math-rb-close): New variable.
5330 (math-read-brackets, math-read-vector): Replace variable close by
5331 declared variable.
5332
5333 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
5334 (calc-one-window, calc-edit-handler, calc-restore-trail)
5335 (calc-allow-ret): Declare them.
5336
5337 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
5338 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
5339 (math-radix-float-cache-tag, math-random-cache)
5340 (math-max-digits-cache, math-integral-cache, math-units-table)
5341 (math-format-date-cache, math-holidays-cache-tag): Declare them.
5342 (math-moc-func): New variable.
5343 (math-map-over-constants, math-map-over-constants-rec):
5344 Replace variable func by declared variable.
5345
5346 * calc/calc-store.el (calc-given-value, calc-store-opers):
5347 Declare them.
5348 (calc-var-name-map): Move declaration to earlier in the file.
5349 (calc-pv-pos): New variable.
5350 (calc-permanent-variable, calc-insert-permanent-variable):
5351 Replace variable pos by declared variable.
5352
5353 * calc/calc-mtx.el (calc-det-lu): New variable.
5354 (math-det-raw, math-det-step): Replace variable lu by declared variable.
5355
5356 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
5357 (math-multi-subst, math-multi-subst-rec): Replace variables temp
5358 and arg by declared variables.
5359 (calcFunc-reducer): Fix incorrect variable.
5360 (math-inner-mul-func, math-inner-add-func): New variables.
5361 (calcFunc-inner, math-inner-mats): Replace variables mul-func
5362 and add-func by declared variables.
5363
5364 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
5365 (calc-digit-value): Declare them.
5366
5367 * calc/calc-help.el (Info-history): Declare it.
5368 (calc-describe-key): Make calc-summary-indentation a local variable.
5369 (calc-help-long-names): Move declaration to earlier in file.
5370
5371 * calc/calc-embed.el (calc-original-buffer): Declare it.
5372 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
5373 (calc-embed-bot): New variables.
5374 (calc-do-embedded, calc-embedded-mark-formula)
5375 (calc-embedded-find-bounds, calc-embedded-duplicate)
5376 (calc-embedded-new-formula, calc-embedded-make-info):
5377 Replace vars outer-top, outer-bot, bot and top by declared variables.
5378 (calc-embed-prev-modes): New variable.
5379 (calc-embedded-set-modes, calc-embedded-update): Replace variable
5380 prev-modes with declared variable.
5381 (calc-embed-vars-used): New variable.
5382 (calc-embedded-make-info, calc-embedded-evaluate-expr)
5383 (calc-embedded-update, calc-embedded-find-vars): Replace variable
5384 vars-used by declared variable.
5385
5386 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
5387 (math-format-radix-float): Remove unnecessary setq.
5388 (math-radix-float-cache): Declare it.
5389
5390 * calc/calcsel2.el (calc-keep-selection): Declare it.
5391
5392 * calc/calc-maint.el: Remove file.
5393
5394 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5395
5396 * textmodes/bibtex.el (bibtex-sort-entry-class)
5397 (bibtex-comment-start): Use defcustom.
5398 (bibtex-entry-field-alist): Use nil if initial content of the
5399 field is undefined. Fix docstring.
5400 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
5401 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
5402 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
5403 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
5404 Fix docstring.
5405 (bibtex-autokey-title-terminators): Use only one regexp.
5406 (bibtex-string-maybe-empty-head): New variable.
5407 (bibtex-remove-delimiters-string): New function.
5408 (bibtex-text-in-field-bounds, bibtex-text-in-string):
5409 Use bibtex-remove-delimiters-string.
5410 (bibtex-progress-message, bibtex-field-left-delimiter)
5411 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
5412 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
5413 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
5414 Simplify.
5415 (bibtex-format-entry): Use save-excursion for inherited booktitle.
5416 Use eq and bibtex-remove-delimiters-string. For end markers use
5417 insertion type so that marker stays after inserted text.
5418 (bibtex-autokey-get-names): Return empty string if name is missing.
5419 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
5420 calling bibtex-autokey-name-case-convert.
5421 (bibtex-autokey-demangle-title):
5422 Call bibtex-autokey-titleword-case-convert. Remove call to
5423 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
5424 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
5425 (bibtex-read-key): New optional arg global.
5426 (bibtex-files-expand): New optional arg force.
5427 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
5428 (bibtex-complete-crossref-cleanup): Rename from
5429 bibtex-complete-key-cleanup. Simplify code.
5430 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
5431 Operate on current entry.
5432 (bibtex-button): Add docstring.
5433 (bibtex-entry): Simplify.
5434 (bibtex-make-field): Replace optional arg called-by-yank with more
5435 specific args move and interactive.
5436 (bibtex-end-of-entry): Use forward-sexp.
5437 (bibtex-find-entry-globally): Remove.
5438 (bibtex-find-crossref): Allow for crossref key located in other buffer.
5439 Bound to C-c C-x.
5440 (bibtex-find-entry): New optional args global and display.
5441 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
5442 (bibtex-validate): Use arg force of bibtex-files-expand.
5443 (bibtex-clean-entry): Bugfix, clean string entries properly.
5444 Always keep point at beginning of entry.
5445 (bibtex-complete): Bugfix. Handle string entries properly.
5446 Call cleanup functions only if needed.
5447 (bibtex-String): Use bibtex-read-string-key.
5448 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
5449 case of replacement text.
5450
5451 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5452
5453 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
5454 (tramp-perl-directory-files-and-attributes): New constant.
5455 (tramp-file-name-handler-alist): Delete file-directory-files, add
5456 directory-files-and-attributes.
5457 (tramp-perl-file-attributes): Surround uid and gid by double
5458 quotes. Change parameter id-format from nonnumeric.
5459 (tramp-convert-file-attributes): New function.
5460 (tramp-handle-file-attributes): Use it.
5461 (tramp-maybe-send-perl-script): New function.
5462 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
5463 file mode. Change parameter id-format from nonnumeric.
5464 (tramp-handle-file-attributes-with-ls): Change parameter id-format
5465 from nonnumeric.
5466 (tramp-post-connection): Don't send tramp-perl-file-attributes
5467 script. Reset connection property "perl-scripts".
5468 (tramp-handle-insert-directory): Run real handler when ls-lisp is
5469 in use.
5470
5471 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5472
5473 * desktop.el (desktop-read): Replace mapcar with mapc.
5474 (desktop-create-buffer): Replace mapcar with mapc.
5475 Remove redundant piece of code.
5476
5477 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
5478
5479 * progmodes/gud.el (gud-display-line): Use display-buffer
5480 for GDB-UI as for GUD.
5481
5482 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
5483 Delete variables.
5484 (gdb-ann3): Don't make GUD buffer dedicated.
5485 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
5486 (gdb-display-source-buffer): Delete function.
5487 (gdb-view-source-function, gdb-view-assembler): Delete functions.
5488 (menu): Delete menu bindings for viewing source/assembler.
5489 (gdb-setup-windows, gdb-restore-windows):
5490 Don't dedicate GUD. No assembler now.
5491 (gdb-reset): No need to undedicate source buffers now.
5492 (gdb-source-info): No assembler now.
5493
5494 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
5495
5496 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
5497 width to those for special frames.
5498 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
5499 Use display-buffer.
5500 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
5501 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5502 (gdb-frame-assembler-buffer): Rework like
5503 gdb-frame-breakpoints-buffer.
5504
5505 2004-11-25 Richard M. Stallman <rms@gnu.org>
5506
5507 * progmodes/flymake.el: Reindent.
5508 (flymake-split-string): Turn into defalias.
5509 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5510 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
5511 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
5512 (flymake-build-relative-filename): Rename from ...path.
5513 Fix error message.
5514
5515 2004-11-25 Cheng Gao <chenggao@gmail.com>
5516
5517 * progmodes/flymake.el: Much whitespace and capitalization change.
5518 Move `provide' to end. Require `compile' only when compiling.
5519
5520 2004-11-24 Jay Belanger <belanger@truman.edu>
5521
5522 * calc/calc-alg.el: Added comment.
5523 (math-polynomial-base): Replace variable mpb-top-expr by
5524 math-poly-base-top-expr.
5525
5526 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
5527 (math-polynomial-p1): Replace variable mpb-top-expr by declared
5528 variable.
5529 (math-poly-base-total-base): New variable.
5530 (math-total-polynomial-base, math-polynomial-p1): Replace variable
5531 mpb-total-base by declared variable.
5532 (math-factored-vars, math-to-list): Declare it.
5533 (math-fact-expr): New variable.
5534 (calcFunc-factors, calcFunc-factor, math-factor-expr)
5535 (math-factor-expr-try, math-factor-expr-part): Replace variable
5536 expr by declared variable.
5537 (math-fet-x): New variable.
5538 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
5539 by declared variable.
5540 (math-factor-poly-coefs): Make temp a local variable.
5541
5542 * calc/calc-units.el (calc-convert-units): Make units a local
5543 variable.
5544 (calc-num-units, calc-den-units): New variables.
5545 (calc-explain-units, calc-explain-units-rec): Replace variables
5546 num-units and den-units by declared variables.
5547 (math-cu-unit-list): New variable.
5548 (math-build-units-table, math-compare-unit-names)
5549 (math-convert-units, math-convert-units-rec): Replace variable
5550 unit-list by declared variable.
5551 (math-fbu-base, math-fbu-entry): New variables.
5552 (math-find-base-units, math-find-base-units-rec): Replace variables
5553 base and entry by declared variables.
5554 (math-which-standard): New variable.
5555 (math-to-standard-units, math-to-standard-rec): Replace variable
5556 which-standard by declared variable.
5557 (math-fcu-u): New variable.
5558 (math-find-compatible-unit, math-find-compatible-unit-rec):
5559 Replace variable u by declared variable.
5560 (math-cu-new-units, math-cu-pure): New variables.
5561 (math-convert-units, math-convert-units-rec): Replace variables
5562 new-units and pure by declared variables.
5563 (math-try-cancel-units): New variable.
5564 (math-simplify-units-quotient): Replace variable try-cancel-units by
5565 declared variable.
5566
5567 2004-11-24 Richard M. Stallman <rms@gnu.org>
5568
5569 * textmodes/ispell.el (ispell-check-version):
5570 If default-directory is nonexistent, use home dir.
5571
5572 * progmodes/grep.el (grep-regexp-alist):
5573 Don't match parens around line numbers.
5574
5575 * progmodes/cperl-mode.el (cperl-indent-region)
5576 (cperl-imenu--create-perl-index, cperl-xsub-scan):
5577 Don't print progress messages.
5578
5579 * progmodes/compile.el (compilation-mode-map):
5580 Don't inherit from compilation-minor-mode-map;
5581 copy its bindings instead. But the menu bar Compile
5582 entry now does inherit from compilation-menu-map.
5583
5584 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5585 Use with-no-warnings around compiler-macroexpand.
5586
5587 * imenu.el: Don't always require newcomment.
5588 (imenu--generic-function): Call comment-normalize-vars
5589 if we have a comment syntax.
5590 Exit the loop if REGEXP matches the null string.
5591 Test comment-start as well as comment-start-skip
5592 when deciding whether to check for comments.
5593
5594 * tooltip.el (tooltip-mode): Doc fix.
5595
5596 * term.el (term-escape-char, term-mode): Doc fixes.
5597
5598 2004-11-24 Dave Love <fx@gnu.org>
5599
5600 * progmodes/python.el (python-font-lock-syntactic-keywords):
5601 Check for escapes in the regexp.
5602 (python-quote-syntax): Don't do it here.
5603
5604 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5605
5606 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5607 (gdb-frames-mode-map, gdb-threads-mode-map)
5608 (gdb-registers-mode-map, gdb-locals-mode-map)
5609 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
5610 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
5611
5612 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
5613 (dedicated-switch-to-buffer): Rework.
5614 (gdb-var-evaluate-expression-handler, gdb-put-string):
5615 Remove unused variable bindings.
5616 (gdb-setup-windows, gdb-display-buffer):
5617 Simplify. Use pop-to-buffer.
5618 (gdb-view-source-function): Simplify.
5619 (gdb-frame-breakpoints-buffer):
5620 Use pop-to-buffer, special-display-regexps.
5621
5622 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5623
5624 * progmodes/f90.el (f90-smart-end)
5625 (f90-previous-statement, f90-beginning-of-block): Doc fix.
5626 (f90-calculate-indent): Handle un-named PROGRAM blocks.
5627 (f90-end-of-block): Doc fix. Make check of outermost block
5628 conditional on value of `f90-smart-end'.
5629 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
5630 Handle case where END-BLOCK is nil.
5631 (f90-match-end): Handle un-named PROGRAM blocks.
5632 (f90-backslash-not-special): New function.
5633
5634 2004-11-24 Jay Belanger <belanger@truman.edu>
5635
5636 * calc/calc.el (calc-embedded-active): Removed unnecessary
5637 declaration.
5638 (calc-show-banner): Removed redundant declaration.
5639
5640 * calc/calc-graph.el (calc-gnuplot-default-device)
5641 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5642 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5643 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
5644 Remove redundant initial values.
5645
5646 * calc/calc-arith.el (math-scalar-functions)
5647 (math-nonscalar-functions, math-scalar-if-args-functions)
5648 (math-real-functions, math-positive-functions)
5649 (math-nonnegative-functions, math-real-scalar-functions)
5650 (math-real-if-arg-functions, math-integer-functions)
5651 (math-num-integer-functions, math-rounding-functions)
5652 (math-float-rounding-functions, math-integer-if-args-functions)
5653 (math-super-types): Move declarations to earlier in file.
5654 (math-unit-prefixes): Declared it.
5655 (math-floor-prec, math-trunc-prec): New variables.
5656 (math-trunc-fancy): Replace variable prec by declared variable.
5657 (math-floor-fancy): Replace variable prec by declared variable.
5658 (math-com-bterms): New variable.
5659 (math-commutative-equal, math-commutative-collect):
5660 Replace variable bterms by declared variable.
5661
5662 * calc/calc-misc.el (math-trunc): Replace variable prec by
5663 math-trunc-prec.
5664 (math-floor): Replace variable prec by math-floor-prec.
5665
5666 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
5667 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
5668 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
5669 (math-format-date, math-format-date-part): Replace variables
5670 date, dt, year, month, day, weekday, hour, minute, second and
5671 bc-flag by declared variables.
5672 (math-pd-str): New variable.
5673 (math-parse-date, math-parse-date-word, math-parse-standard-date):
5674 Replace variable str by declared variable.
5675 (math-daylight-savings-hook, math-tzone-names): Move definitions
5676 to earlier in the file.
5677 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
5678 (math-sh-year): New variable.
5679 (math-setup-add-holidays, math-setup-holidays)
5680 (math-setup-year-holidays): Replace variable `year' by declared
5681 variable.
5682
5683 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
5684 New variables.
5685 (math-nth-root-float, math-nth-root-float-iter): Replace variables
5686 n, nf and nfm1 by declared variables.
5687 (math-nri-n): New variable.
5688 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
5689 n by declared variable.
5690 (calcFunc-log): Removed misplaced condition.
5691
5692 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
5695
5696 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5697
5698 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
5699 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
5700 Dedicate gdb-related windows.
5701 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
5702 other frames.
5703 (gdb-reset): Remove dedicated property after debugging.
5704
5705 2004-11-24 Jay Belanger <belanger@truman.edu>
5706
5707 * calc/calc-sel.el: Add comment.
5708
5709 * calc/calc.el (math-stack-value-offset): Replace variables c,
5710 wid and off with math-svo-c, math-svo-wid and math-svo-off.
5711
5712 * calc/calccomp.el (math-comp-sel-tag): Declare it.
5713 (math-svo-c, math-svo-wid, math-svo-off): New variables.
5714 (math-stack-value-offset-fancy): Replace variables c, wid and off
5715 by declared variables.
5716 (math-comp-just, math-comp-comma-spc): New variables.
5717 (math-compose-expr, math-compose-matrix): Replace variables `just'
5718 and comma-spc by declared variable.
5719 (math-comp-vector-prec): New variable.
5720 (math-compose-expr, math-compose-matrix, math-compose-rows):
5721 Replace variable vector-prec by declared variable.
5722 (math-comp-left-bracket, math-comp-right-bracket)
5723 (math-comp-comma): New variables.
5724 (math-compose-expr, math-compose-rows): Replace variables
5725 left-bracket, right-bracket and comma by declared variables.
5726 (math-comp-full-width): New variable.
5727 (math-comp-to-string-flat, math-comp-to-string-flat-term):
5728 Replace variable full-width by declared variable.
5729 (math-comp-highlight, math-comp-word, math-comp-level)
5730 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
5731 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
5732 New variables.
5733 (math-comp-to-string-flat, math-comp-to-string-flat-term)
5734 (math-comp-sel-flat-term): Replace variables comp-highlight,
5735 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
5736 declared variables.
5737 (math-comp-simplify, math-comp-simplify-term)
5738 (math-comp-add-string, math-comp-add-string-sel):
5739 Replace variables comp-highlight, comp-buf, comp-base,
5740 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
5741
5742 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5743
5744 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
5745
5746 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
5747 and x-server-version may throw.
5748
5749 2004-11-23 Kim F. Storm <storm@cua.dk>
5750
5751 * subr.el (substitute-key-definition-key): Optimize.
5752 Don't call indirect-function for nil defn (always signals error).
5753
5754 * ido.el (ido-read-internal): Fix require-match check when
5755 ido-directory-too-big is set.
5756
5757 2004-11-23 Jay Belanger <belanger@truman.edu>
5758
5759 * calc/calc-ext.el (math-read-replacement-list)
5760 (math-read-superscripts): New variables.
5761 (math-read-preprocess-string): New function.
5762 (math-read-expr): Filter input through math-read-preprocess-string.
5763
5764 * calc/calc-aent.el (math-read-exprs): Filter input through
5765 math-read-preprocess-string.
5766
5767 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
5768
5769 * progmodes/compile.el (compilation-start): In cd command use
5770 substitute-env-vars -- not quite shell compatible but better than
5771 nothing.
5772 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
5773 handle the newer versions messages, which are more parseable.
5774
5775 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * reveal.el (reveal-mode-map): New var.
5778 (reveal-mode): Use it.
5779
5780 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
5781
5782 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
5783 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
5784
5785 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
5788 header-line when needed.
5789 Use fixed-pitch only in the header-line.
5790 Build the underline automatically. Use emdash if available.
5791
5792 2004-11-22 Richard M. Stallman <rms@gnu.org>
5793
5794 * dired.el (dired-recursive-copies): Move from dired-aux.el.
5795 * dired-aux.el (dired-recursive-copies): Move to dired.el.
5796
5797 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
5798
5799 * progmodes/gdb-ui.el (gdb-resync): New function.
5800 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
5801 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
5802 Use it to fail more gracefully.
5803 (gdb-variables): Delete variable.
5804 Re-order variables to reduce byte-compiler warnings.
5805
5806 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * descr-text.el (describe-char):
5809 * paren.el (show-paren-function):
5810 * subr.el (syntax-after): Undo last change.
5811
5812 * progmodes/python.el (run-python): Don't hard code *Python*.
5813 Don't modify global process-environment.
5814 (python-send-region, python-load-file): Don't assume that
5815 python-buffer == (process-buffer (python-proc)).
5816 (python-switch-to-python): Simplify.
5817
5818 * dired.el (dired-align-file): Don't assume line starts with spaces.
5819
5820 2004-11-21 Jay Belanger <belanger@truman.edu>
5821
5822 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
5823 Replace variable `lines' by math-read-big-lines.
5824 (math-read-big-expr): Replace variables the-baseline, the-h2
5825 and err-msg by math-read-big-baseline, math-read-big-h2 and
5826 math-read-err-msg.
5827 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
5828
5829 * calc/calc-lang.el (math-read-big-rec): Fix typo.
5830 (math-read-big-balance): Replace unbound variable by value.
5831 (math-read-big-lines): New variable.
5832 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5833 (math-read-big-error, math-read-big-balance): Replace variable
5834 `lines' by declared variable.
5835 (math-read-big-baseline, math-read-big-h2): New variables.
5836 (math-read-big-rec): Replace variables the-baseline and the-h2
5837 by declared variables.
5838 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
5839 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5840 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
5841 declared variables.
5842 (math-read-big-err-msg): New variable.
5843 (math-read-big-error): Replace variable err-msg by declared variable.
5844
5845 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * ses.el: Add coding cookie.
5848 Fix up docstrings, follow new commenting conventions.
5849 (ses-header-line-menu): Fix missing variable rename for header-row.
5850 (ses-cell-size): Remove.
5851 (ses-make-cell): New function.
5852 (ses-cell, ses-insert-row, ses-insert-column): Use it.
5853 (ses-calculate-cell): Remove unused var `symbol'.
5854 (ses-narrowed-p): New function.
5855 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
5856 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
5857 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
5858 (ses-setup): Use restore-buffer-modified-p.
5859 (ses-cleanup): Remove unused var `end'.
5860 (ses-header-string-left-offset): Remove.
5861 (ses-create-header-string): Adjust to new behavior of `align-to'.
5862 Truncate excessively large fields to preserve alignment.
5863 (ses-reconstruct-all): Remove unused var `refs'.
5864 (ses-read-cell-printer): Remove unused var `prompt'.
5865 (ses-delete-row): Remove unused var `pos'.
5866 (ses-delete-column): Remove unused var `new'.
5867
5868 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5869
5870 * ps-print.el: Insert :version tag into all defgroup and defcustom.
5871 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
5872 Eliminate eval-and-compile usage.
5873 (ps-insert-file): Use insert-file-contents instead of insert-file.
5874 (ps-setup): Code fix.
5875
5876 * printing.el (pr-setup, lpr-setup): Code fix.
5877
5878 2004-11-21 Jay Belanger <belanger@truman.edu>
5879
5880 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
5881 (calc-original-buffer): Declare them.
5882 (calc-user-formula-alist): New variable.
5883 (calc-user-define-formula, calc-fix-user-formula)
5884 (calc-user-define-composition, calc-finish-formula-edit):
5885 Replace variable `alist' by declared variable.
5886 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
5887 (var-q7, var-q7, var-q8, var-q9): Declare them.
5888 (calc-kbd-push): Don't check to see if var-q0 through var-q9
5889 are bound.
5890 (calcFunc-typeof): Replace undeclared variable by expression.
5891 (math-exp-env): New variable.
5892 (math-define-body, math-define-exp): Replace exp-env by declared var.
5893 (math-define-exp): Replace misplaced variable by expression.
5894
5895 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
5896 (calc-curve-model, calc-curve-coefnames): New variables.
5897 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
5898 varnames, model and coefnames by declared variables.
5899 (math-root-widen): New variable.
5900 (math-search-root, math-find-root): Replace variable root-widen by
5901 declared variable.
5902 (var-DUMMY): Declare it.
5903 (math-root-vars, math-min-vars): Move the declarations to earlier in
5904 the file.
5905 (math-brent-min): Make d a local variable.
5906 (math-find-minimum): Replace non-existent variable.
5907 (math-ninteg-romberg): Remove unnecessary variable.
5908 (math-ninteg-temp): New variable.
5909 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
5910 integ-temp by declared variable.
5911 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
5912 New variables.
5913 (math-general-fit): Replace variables first-var, first-coef and
5914 new-coefs by declared variables.
5915 (calcFunc-fitvar): Replace variable first-var by declared variable.
5916 (calcFunc-fitparam): Replace variable first-coef by declared variable.
5917 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
5918 (math-all-vars-vars, math-all-vars-found): New variables.
5919 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
5920 found by declared variable math-all-vars-vars.
5921
5922 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
5923
5924 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
5925 of `defconst'.
5926
5927 2004-11-20 Richard M. Stallman <rms@gnu.org>
5928
5929 * isearch.el (isearch-mode-map): Don't bind SPC.
5930 (isearch-whitespace-chars): Function deleted.
5931 (isearch-search): Bind search-spaces-regexp.
5932 (isearch-lazy-highlight-search): Likewise.
5933 (search-whitespace-regexp): Doc fix.
5934 (isearch-forward-regexp): Doc fix.
5935
5936 * emacs-lisp/bytecomp.el (byte-compile-form):
5937 Move the calls to byte-compile-set-symbol-position,
5938 to avoid having two for the same symbol occurrence.
5939
5940 * comint.el (comint-input-ring-size): Increase to 150.
5941
5942 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
5943 New variables.
5944 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
5945 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
5946
5947 * imenu.el (imenu--generic-function):
5948 Ensure we keep moving backward even if BEG isn't further back.
5949
5950 * replace.el (query-replace-read-to, query-replace-read-from):
5951 Specify t for KEEP-ALL in read-from-minibuffer.
5952
5953 * progmodes/python.el (python-switch-to-python):
5954 If Python isn't running, start it.
5955 Don't alter debug-ignored-errors.
5956
5957 * progmodes/cperl-mode.el (cperl-indent-region):
5958 Don't mind imenu-scanning-message.
5959
5960 * bindings.el (global-map): Bind C-e to move-end-of-line.
5961
5962 * simple.el (line-move-finish): New arg FORWARD.
5963 Ignore invisible newlines, not intangible ones.
5964 Conditions for acceptable stopping positions depend on FORWARD.
5965 (line-move): Pass FORWARD arg to line-move-finish.
5966
5967 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
5968 of HEADER. Compensate for this change in the code to add display
5969 properties. Don't make the first line intangible.
5970
5971 * info.el (Info-search): Fix previous change.
5972
5973 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5974
5975 * Makefile.in (recompile): Revert 2004-11-19 change.
5976 (compile): Likewise.
5977
5978 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
5979
5980 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
5981
5982 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5983
5984 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
5985 defgroup and defcustom. Eliminate eval-and-compile usage.
5986
5987 * progmodes/ebnf-otz.el: Fix typos.
5988
5989 2004-11-19 Jay Belanger <belanger@truman.edu>
5990
5991 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
5992 (calc-edit-finish, calc-finish-stack-edit): Replace variable
5993 disp-trail by declared variable.
5994
5995 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
5996 (calc-finish-selection-edit): Replace variable disp-trail by
5997 declared variable.
5998 (calc-selection-cache-entry): Move declaration to earlier in the file.
5999 (calc-selection-cache-num, calc-selection-cache-comp)
6000 (calc-selection-cache-offset, calc-selection-true-num)
6001 (calc-final-point-line, calc-final-point-column)
6002 (calc-original-buffer): Declare them.
6003 (calc-fnp-op, calc-fnp-num): New variables.
6004 (calc-find-nth-part, calc-find-nth-part-rec)
6005 (calc-select-previous): Replace op and num by declared variables.
6006 (calc-rsf-old, calc-rsf-new): New variables.
6007 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
6008 Replace variables old and new by declared variables.
6009 (calc-sel-reselect): New variable.
6010 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
6011 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
6012 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
6013 reselect with declared variable.
6014
6015 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
6016 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
6017 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6018 (math-import-list, math-rewrite-phase): Declare them.
6019 (math-rewrite): Use let* to declare variables.
6020 (calc-rewrite-selection): Make rules a local variable.
6021 (calc-rewr-sel): New variable.
6022 (calc-rewrite-selection, calc-locate-selection-marker)
6023 (calc-rewrite): Use the declared variable calc-rewr-sel instead
6024 of sel.
6025 (math-rewrite-whole-expr): New variable.
6026 (math-rewrite, math-rewrite-phase): Replace variable expr by
6027 declared variable.
6028 (math-rewrite-heads-heads, math-rewrite-heads-skips)
6029 (math-rewrite-heads-blanks ): New variables.
6030 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
6031 heads, skips and blanks by declared variables.
6032 (math-rwcomp-subst-old, math-rwcomp-subst-new)
6033 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
6034 New variables.
6035 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
6036 old, new, old-func and new-func by declared variables.
6037 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
6038 Remove unnecessary variable.
6039 (math-apply-rw-regs): New variable.
6040 (math-apply-rewrites, math-rwapply-replace-regs)
6041 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
6042 (math-apply-rw-ruleset): New variable.
6043 (math-apply-rewrites, math-rwapply-remember): Replace variable
6044 ruleset by declared variable.
6045
6046 2004-11-19 Richard M. Stallman <rms@gnu.org>
6047
6048 * info.el (Info-search): Use search-whitespace-regexp.
6049
6050 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6051
6052 * vc-rcs.el (vc-rcs-parse): New function.
6053 (vc-rcs-annotate-command): Likewise.
6054 (vc-rcs-annotate-current-time): Likewise.
6055 (vc-rcs-annotate-time): Likewise.
6056 (vc-rcs-annotate-extract-revision-at-line): Likewise.
6057
6058 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6059
6060 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
6061
6062 2004-11-18 Jay Belanger <belanger@truman.edu>
6063
6064 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
6065
6066 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6067
6068 * printing.el: Eliminate use of interactive-p and eval-and-compile.
6069 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6070 Use make-temp-file to generate PostScript files in any situation.
6071 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
6072 (pr-interactive-p): Eliminate var.
6073 (pr-save-interactive): Eliminate macro.
6074 (pr-interface, pr-ps-directory-preview)
6075 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6076 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6077 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6078 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6079 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6080 (pr-ps-region-ps-print, pr-ps-mode-preview)
6081 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6082 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6083 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
6084 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6085 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6086 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6087 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6088 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6089 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6090 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6091 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6092 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
6093 Eliminate pr-save-interactive usage.
6094 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
6095 Eliminate pr-interactive-p usage.
6096 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
6097 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
6098 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
6099 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
6100 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
6101 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
6102 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
6103 New funs.
6104 (pr-ps-file): Use make-temp-file to generate a temporary file.
6105
6106 2004-11-17 Jay Belanger <belanger@truman.edu>
6107
6108 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
6109 a local variable.
6110 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6111 (math-top-only): New variable.
6112 (math-simplify, math-simplify-step): Replace variable top-only by
6113 declared variable math-top-only.
6114 (math-simplify-expr): Declare it.
6115 Replace argument expr in all calls of math-defsimplify by
6116 math-simplify-expr.
6117 (math-simplify-plus, math-simplify-times, math-simplify-divide)
6118 (math-simplify-divisor, math-simplify-one-divisor)
6119 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6120 (math-simplify-pow): Replace variable expr by declared variable
6121 math-simplify-expr.
6122 (math-simplify-divisor): Remove local variables temp and op.
6123 (math-simplify-one-divisor): Make temp and op local variables.
6124 (math-simplify-divisor-nover, math-simplify-divisor-dover):
6125 New variables.
6126 (math-simplify-divisor, math-simplify-one-divisor):
6127 Replace variables nover and dover by declared variables.
6128 (math-expr-subst-new, math-expr-subst-old): New variables.
6129 (math-expr-subst, math-expr-subst-rec): Replace variables new
6130 and old by declared variables.
6131 (math-is-poly-degree, math-is-poly-loose): New variables.
6132 (math-is-polynomial, math-is-poly-rec): Replace variables degree
6133 and loose by declared variables.
6134 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6135 (math-polynomial-base, math-polynomial-base-rec):
6136 Replace variables const-ok and mpb-pred by declared variables.
6137
6138 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
6139
6140 * calc/calc-ext.el (math-defsimplify): Change the argument in
6141 the created function to math-simplify-expr.
6142
6143 * calc/calc-units.el (math-simplify-expr): Declare it.
6144 Replace argument expr in all calls of math-defsimplify by
6145 math-simplify-expr.
6146 (math-simplify-units-prod): Replace variable expr by declared
6147 variable math-simplify-expr.
6148
6149 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
6152 Replace mapcar->dolist, format->string.
6153
6154 2004-11-17 Miles Bader <miles@gnu.org>
6155
6156 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
6157 * progmodes/idlwave.el: Remove RCS keywords.
6158
6159 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
6160
6161 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
6162 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
6163 Update to IDLWAVE version 5.5. Too many changes to list them here.
6164 * progmodes/idlw-help.el: New file.
6165
6166 2004-11-16 Richard M. Stallman <rms@gnu.org>
6167
6168 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6169 Discard spaces after \i according to TeX rules.
6170
6171 * international/mule.el (set-buffer-file-coding-system):
6172 New arg NOMODIFY.
6173 (after-insert-file-set-coding): Pass that new arg.
6174 Prevent set-buffer-multibyte from trying to lock the file.
6175
6176 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
6177
6178 * saveplace.el (save-place): Doc fix.
6179
6180 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
6181 temporarily widen before finding the following word to copy.
6182
6183 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
6184 (cl-map-keymap): Definition deleted.
6185
6186 * subr.el (map-keymap-internal): New function.
6187
6188 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
6191 when pressing rather than when releasing mouse-2. Simplify.
6192
6193 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
6196 (compilation-mode): Set it here instead.
6197
6198 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
6199
6200 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
6201 (loop, cl-parse-loop-clause, defsetf): Use backquote.
6202
6203 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * progmodes/compile.el (compilation-internal-error-properties):
6206 Fix up a transposition-typo. Check end-col before using it.
6207
6208 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
6209
6210 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6211 Discard whitespace after macro \i when converting it.
6212
6213 2004-11-16 Juri Linkov <juri@jurta.org>
6214
6215 * emacs-lisp/find-func.el (find-function-regexp):
6216 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
6217 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
6218 Remove invalid `\W' from [^cgv\W]. Doc fix.
6219 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
6220
6221 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
6222
6223 * play/life.el: Maintainer is now FSF.
6224 (life-patterns, life-neighbor-deltas, life-window-start)
6225 (life-current-generation, life-generation-string): Use defvar
6226 instead of defconst.
6227
6228 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * progmodes/compile.el (compilation-move-to-column): New fun.
6231 (compilation-internal-error-properties)
6232 (compilation-next-error-function): Use it to make sure we don't go past
6233 the end of line.
6234
6235 2004-11-15 John Paul Wallington <jpw@gnu.org>
6236
6237 * autoinsert.el (auto-insert-alist): Insert the user's name in
6238 copyright notice, rather than Free Software Foundation, for the
6239 Emacs Lisp header case too.
6240
6241 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6242
6243 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
6244 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6245 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
6246 return the list of string in a string.
6247 (pr-call-process): Message if calling process returns an error, that
6248 is, the exit status is different of zero.
6249
6250 2004-11-15 Jay Belanger <belanger@truman.edu>
6251
6252 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
6253 variable var-thing.
6254 (math-integ-depth, math-integ-level, math-integral-limit)
6255 (math-enable-subst, math-any-substs, math-integ-msg)
6256 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
6257 (math-int-threshold, math-int-factors, math-double-roots)
6258 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
6259 (var-GenCount): Declare these variables.
6260 (calcFunc-integ): Don't check if var-IntegLimit is bound.
6261 (math-integral-cache, math-integral-cache-state):
6262 Move declarations to earlier in the file.
6263 (math-deriv-var, math-deriv-total, math-deriv-symb)
6264 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
6265 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
6266 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
6267 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
6268 (math-solve-res): New variables
6269 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
6270 (math-integral, math-replace-integral-parts)
6271 (math-integrate-by-parts, calc-dump-integral-cache)
6272 (math-try-integral, math-do-integral, math-do-integral)
6273 (math-do-integral-methods, math-try-solve-for)
6274 (math-try-solve-prod, math-solve-poly-funny-powers)
6275 (math-solve-crunch-poly, math-decompose-poly)
6276 (math-solve-find-root-term, math-find-root-in-prod)
6277 (math-integ-try-linear-substitutions)
6278 (math-integ-try-substitutions, math-expr-rational-in)
6279 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
6280 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
6281 (math-solve-for, math-solve-system, math-solve-system-rec)
6282 (math-solve-get-sign, math-solve-get-int)
6283 (math-solve-system-subst): Replace undeclared variables with newly
6284 declared variables.
6285
6286 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * winner.el (winner-active-region, winner-edges, winner-window-list):
6289 Define at toplevel.
6290 (winner-mode-map): Move init inside declaration.
6291
6292 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * files.el (convert-standard-filename): Doc fix.
6295
6296 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
6297
6298 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
6299 passwd, group, shadow, default/* and pam.d/*.
6300
6301 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6302
6303 * printing.el (pr-menu-spec): Adjust menu specification.
6304
6305 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6306
6307 * printing.el: Doc fix. Insert :version tag into all defcustom.
6308 Handle interactive-p as is recommended in Emacs Lisp Reference.
6309 Set the file permission bits for newly created files.
6310 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6311 The printing menu specification (in `pr-menu-spec') was merged.
6312 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6313 (pr-version): New version number (6.8.3).
6314 (pr-file-modes): New option.
6315 (pr-interactive-p): New var.
6316 (pr-save-interactive, pr-save-file-modes): New macros.
6317 (pr-setup): Code fix.
6318 (pr-menu-spec): Menu specification merged.
6319 (pr-call-process, pr-text2ps): Set file permission bits.
6320 (pr-despool-print): Set file permission bits. Handle interactive-p as
6321 is recommended.
6322 (pr-interface, pr-ps-directory-preview)
6323 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6324 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6325 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6326 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6327 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6328 (pr-ps-region-ps-print, pr-ps-mode-preview)
6329 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6330 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6331 (pr-despool-using-ghostscript, pr-despool-ps-print)
6332 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6333 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6334 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6335 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6336 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6337 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6338 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6339 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6340 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
6341 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
6342 Handle interactive-p as is recommended.
6343
6344 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
6347 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
6348
6349 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
6350 so it doesn't forget to highlight the beginning of the region either.
6351
6352 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
6353
6354 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
6355 (c-font-lock-init): Eliminate obsolete make-local-hook.
6356 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6357 (awk-mode): Use run-mode-hooks.
6358
6359 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
6360
6361 2004-11-13 Kim F. Storm <storm@cua.dk>
6362
6363 * mouse.el (mouse-drag-copy-region): Add :version.
6364 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
6365 while dragging mode line, so mode line can be dragged downwards.
6366 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
6367 while pressing mouse button so window doesn't scroll until we
6368 release the mouse if clicking on partially visible line.
6369
6370 2004-11-12 Jay Belanger <belanger@truman.edu>
6371
6372 * calc/calc-graph.el (calc-dumb-map): Declare it.
6373 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
6374 than unbound.
6375 (calc-graph-name): Made `end' a local variable.
6376 (calc-graph-lookup): Made `varname' a local variable.
6377 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
6378 Declare them.
6379 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
6380 (calc-graph-plot, calc-graph-compute-3d): Remove references to
6381 the unused variable y3vec.
6382 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
6383 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
6384 calc-graph-prev-kill-hook.
6385 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
6386 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
6387 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
6388 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
6389 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
6390 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
6391 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
6392 (calc-graph-y3value, calc-graph-y3name)
6393 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
6394 (calc-graph-stepcount, calc-graph-is-splot)
6395 (calc-graph-surprise-splot, calc-graph-blank)
6396 (calc-graph-non-blank, calc-graph-curve-num): New variables.
6397 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
6398 (calc-graph-recompute-2d, calc-graph-compute-3d)
6399 (calc-graph-format-data): Replace undeclared variables with the
6400 above newly declared variables.
6401
6402 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
6403
6404 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
6405 `rsf-beep' and `rsf-sleep-after-message'.
6406
6407 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
6408 list if `message-sender' is non-nil.
6409
6410 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6411
6412 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
6413 consing by using mapc instead of mapcar.
6414
6415 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
6416
6417 * tooltip.el (require): Explain why CL is needed.
6418
6419 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6420
6421 * printing.el: Insert :version into defgroup (printing). All reference
6422 to Files option in menubar were changed to File.
6423 (pr-version): New version number (6.8.2).
6424 (pr-get-symbol): Call easy-menu-intern.
6425 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
6426 compilation gripes.
6427
6428 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
6431 new byte-compile-function-environment binding to t.
6432
6433 * font-lock.el (font-lock-fontify-syntactically-region):
6434 Don't forget to highlight the last char when we hit `end'.
6435
6436 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
6437 (mwheel-scroll): Adjust accordingly.
6438
6439 * cvs-status.el: Reduce spurious warnings.
6440 (cvs-status-checkout): Remove.
6441 (cvs-status-mode-map): Use cvs-mode-checkout instead.
6442
6443 * pcvs.el (cvs-mode-checkout): New command.
6444
6445 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
6446
6447 * tooltip.el: Require CL.
6448
6449 * emacs-lisp/bytecomp.el: Use push.
6450 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
6451 (defalias): Remove the `byte-compile' property and add
6452 a `byte-hunk-handler'.
6453
6454 2004-11-11 Juri Linkov <juri@jurta.org>
6455
6456 * info.el (Info-search): Save match data for isearch.
6457 Skip Tag Table node.
6458
6459 * descr-text.el (describe-char): Replace syntax-after with code
6460 from its previous version.
6461
6462 * files.el (magic-mode-alist): Use optimization for SGML mode too.
6463 (set-auto-mode): Doc fix. Remove unused variable `xml'.
6464
6465 * international/mule.el (sgml-html-meta-auto-coding-function):
6466 Remove > after <html to allow HTML attributes.
6467
6468 2004-11-11 Jay Belanger <belanger@truman.edu>
6469
6470 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
6471 a variable.
6472 (calcFunc-dfac): Replace unbound max by n.
6473 (math-stirling-local-cache): New variable.
6474 (math-stirling-number, math-stirling-1, math-stirling-2):
6475 Replace the variable `cache' by the declared variable
6476 math-stirling-local-cache.
6477 (var-RandSeed): Declare it as a variable.
6478 (math-init-random-base, math-random-digit): Don't check to see if
6479 var-RandSeed is bound.
6480 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
6481 Declare them instead of just setting them.
6482 (math-init-random-base): Made i a local variable.
6483 (math-random-digit): Made math-random-last a local variable.
6484 (math-prime-test-cache): Move declaration to before it is used.
6485 (math-prime-test-cache-k, math-prime-test-cache-q)
6486 (math-prime-test-cache-nm1, math-prime-factors-finished):
6487 Declare them as variables.
6488
6489 2004-11-11 Jay Belanger <belanger@truman.edu>
6490
6491 * calc/calc-ext.el (math-defcache): Use defvar for the new
6492 variables it creates.
6493
6494 2004-11-11 Lars Hansen <larsh@math.ku.dk>
6495
6496 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
6497 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
6498 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
6499 (desktop-save): Add :version.
6500
6501 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * printing.el (pr-get-symbol): Don't downcase.
6504
6505 2004-11-10 Jay Belanger <belanger@truman.edu>
6506
6507 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
6508 string to kill-ring.
6509
6510 * calc/calc-aent.el (calc-alg-exp, math-toks)
6511 (math-exp-pos,math-exp-old-pos, math-exp-token)
6512 (math-exp-keep-spaces, math-exp-str): New variables.
6513 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
6514 (calcAlg-enter): Use declared variable calc-alg-exp.
6515 (math-build-parse-table, math-find-user-token): Use declared
6516 variable math-toks.
6517 (math-read-exprs, math-read-token, calc-check-user-syntax)
6518 (calc-match-user-syntax, match-factor-after, math-read-factor):
6519 Use declared variables math-exp-pos math-exp-old-pos.
6520 (math-read-exprs, math-read-token, math-read-expr-level)
6521 (calc-check-user-syntax, calc-match-user-syntax)
6522 (match-factor-after, math-read-factor): Use declared variable
6523 math-exp-token.
6524 (math-read-exprs, math-read-expr-list, math-read-token)
6525 (math-read-factor): Use declared variable math-exp-keep-spaces.
6526 (math-read-exprs, math-read-token): Use declared variable
6527 math-exp-str.
6528 (calc-match-user-syntax): Make m a local variable.
6529
6530 * calc/calc-ext.el (math-read-expr): Use declared variables
6531 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
6532 math-exp-keep-spaces.
6533
6534 * calc/calc-forms.el (math-read-angle-bracket): Use declared
6535 variables math-exp-pos, math-exp-str.
6536
6537 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
6538 math-exp-old-pos.
6539 (math-parse-fortran-vector, math-parse-fortran-vector-end)
6540 (math-parse-eqn-prime): Use declared variable math-exp-token.
6541
6542 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
6543 Use declared variable math-exp-pos.
6544 (math-check-for-commas): Use declared variable math-exp-str.
6545 (math-read-brackets): Use declared variables math-exp-old-pos,
6546 math-exp-keep-spaces.
6547 (math-read-brackets, math-read-vector, math-read-matrix):
6548 Use declared variable math-exp-token.
6549
6550 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
6553 where the keymap is a symbol.
6554 (easy-menu-add-item): Use keymap-prompt. Simplify.
6555
6556 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
6557
6558 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
6559 (sgml-parse-tag-backward): Use it to skip spurious < or >.
6560
6561 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
6562
6563 * ebuff-menu.el: Doc fixes throughout.
6564 (electric-buffer-menu-mode-hook): New defvar.
6565
6566 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
6567
6568 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
6569 compilation. The resulting compiler warnings appear to be harmless.
6570
6571 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
6572
6573 * textmodes/conf-mode.el: New file.
6574
6575 * files.el (auto-mode-alist, magic-mode-alist): Use it.
6576
6577 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
6580
6581 2004-11-09 Jay Belanger <belanger@truman.edu>
6582
6583 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6584
6585 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
6586 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
6587 (calc-z-prefix-help, calc-user-function-list): Use declared
6588 variables calc-z-prefix-buf, calc-z-prefix-msgs.
6589 (math-map-tree, math-map-tree-rec): Use declared variables
6590 math-mt-many, math-mt-func.
6591 (math-read-expression, math-read-string): Use declared variable
6592 math-expr-data.
6593
6594 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
6595 variable math-normalize-a.
6596
6597 * calc/calc.el (math-normalize-a): New variable.
6598 (math-normalize): Use declared variable math-normalize-a.
6599
6600 * calc/calc-poly.el (math-expand-form): Use declared variable
6601 math-mt-many.
6602
6603 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6604 Use declared variable math-mt-many.
6605 (math-rewrite): Use declared variable math-mt-func.
6606
6607 * calc/calc-vec.el (math-read-brackets, math-read-vector)
6608 (math-read-matrix): Use declared variable math-expr-data.
6609
6610 * calc/calc-lang.el (math-parse-fortran-vector)
6611 (math-parse-fortran-vector-end, math-parse-tex-sum)
6612 (math-parse-eqn-matrix, math-parse-eqn-prime)
6613 (math-read-math-subscr): Use declared variable math-expr-data.
6614
6615 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
6616 (math-read-expr-level, math-read-token, calc-check-user-syntax)
6617 (calc-match-user-syntax, math-read-if, math-factor-after)
6618 (math-read-factor): Use declared variable math-expr-data.
6619
6620 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6621
6622 * calendar/diary-lib.el (diary-from-outlook)
6623 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
6624 interactive-p; but rather new optional argument NOCONFIRM.
6625
6626 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
6629 (easy-menu-name-match): Revert correspondingly.
6630
6631 2004-11-09 Richard M. Stallman <rms@gnu.org>
6632
6633 * emacs-lisp/bytecomp.el (byte-compile-defalias):
6634 Turn off warnings for the new function even if definition not constant.
6635 If the definition isn't a quoted symbol, record (FUNCTION . t).
6636 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
6637 (byte-compile-callargs-warn): Handle (FUNCTION . t).
6638 (display-call-tree, byte-compile-arglist-warn):
6639 Handle t returned by byte-compile-fdefinition.
6640
6641 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6642
6643 * Makefile.in (maintainer-clean): Depend on distclean.
6644
6645 * help-fns.el (help-C-file-name): File name must be in build-files
6646 to be returned.
6647
6648 2004-11-09 Jay Belanger <belanger@truman.edu>
6649
6650 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
6651 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
6652
6653 * calc/calc.el (calc, calc-trail-display, calc-mode):
6654 Remove obsolete sections.
6655
6656 * calc/calc.el (calc-x-paste-text): Remove.
6657
6658 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
6659 mouse-2.
6660
6661 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
6662
6663 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
6664 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
6665 current frame (in case of recursive calls).
6666 (gdb-show-changed-values): Add :version keyword.
6667
6668 2004-11-09 Kenichi Handa <handa@m17n.org>
6669
6670 * international/mule-cmds.el: Change coding: tag back to
6671 iso-2022-7bit.
6672
6673 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * international/mule-cmds.el: Change coding-system to utf-8.
6676 (select-safe-coding-system-interactively):
6677 New function extracted from select-safe-coding-system.
6678 (select-safe-coding-system): Use it.
6679
6680 2004-11-08 Richard M. Stallman <rms@gnu.org>
6681
6682 * subr.el (syntax-after): Doc fix.
6683
6684 * paren.el (show-paren-function): Change calls to syntax-after
6685 for new way of returning the value.
6686
6687 * menu-bar.el (menu-bar-file-menu): Make this the real name
6688 and menu-bar-files-menu the alias. Use the former.
6689 (global-map): Use `file', not `files', as the symbol.
6690
6691 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
6692
6693 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
6694 Don't use beginning-of-buffer.
6695 (filesets-cmd-show-result): Use with-no-warnings.
6696
6697 2004-11-08 Juri Linkov <juri@jurta.org>
6698
6699 * progmodes/compile.el (compile): Don't overwrite last command in
6700 minibuffer history with default command if they are not equal.
6701
6702 2004-11-08 Jay Belanger <belanger@truman.edu>
6703
6704 * calc/calcalg2.el (math-do-integral-methods): Try linear then
6705 non-linear substitutions.
6706
6707 2004-11-08 Jay Belanger <belanger@truman.edu>
6708
6709 * calc/calcalg2.el (math-linear-subst-tried): New variable.
6710 (math-do-integral): Set `math-linear-subst-tried' to nil.
6711 (math-do-integral-methods): Use `math-linear-subst-tried' to
6712 determine what type of substitution to try.
6713 (math-integ-try-linear-substituion):
6714 Set `math-linear-subst-tried' to t.
6715
6716 2004-11-08 Kim F. Storm <storm@cua.dk>
6717
6718 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
6719
6720 2004-11-07 Juri Linkov <juri@jurta.org>
6721
6722 * info-look.el (info-lookup): Allow reusing in the current buffer
6723 not only *info* buffer, but all (even renamed) Info buffers
6724 by checking for major-mode instead of *info* buffer name.
6725 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
6726 (octave-mode, maxima-mode) <doc-spec>:
6727 Allow long dashes generated by Texinfo 4.7 before definitions.
6728 (texinfo-mode) <doc-spec>: Add space to suffix to find command
6729 definitions with argument separated by space.
6730
6731 2004-11-06 Richard M. Stallman <rms@gnu.org>
6732
6733 * simple.el (next-error group, face): Move before first use.
6734 (next-error-highlight, next-error-highlight-no-select): Likewise.
6735
6736 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
6737 (line-move): New args NOERROR and TO-END.
6738 Return t if if succeed in moving specified number of lines.
6739 (move-end-of-line): New function.
6740
6741 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
6742 (end-of-buffer-other-window): Likewise.
6743
6744 * simple.el (line-move-ignore-invisible): Default to t.
6745
6746 * subr.el (syntax-after): Return the syntax letter, not the raw code.
6747
6748 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
6749
6750 * international/iso-cvt.el (iso-cvt-define-menu):
6751 Rename menu-bar-files-menu to menu-bar-file-menu.
6752
6753 * net/browse-url.el (browse-url-gnome-moz-program)
6754 (browse-url-gnome-moz-arguments): Move up before first use.
6755
6756 * net/tramp.el (tramp group): Add :version.
6757
6758 * progmodes/ada-xref.el (ada-gdb-application):
6759 Use goto-char instead of beginning-of-buffer.
6760
6761 * progmodes/cperl-mode.el (cperl-info-on-command):
6762 Use goto-char instead of beginning-of-buffer.
6763
6764 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
6765 Move up before first use.
6766 (idlwave-shell-temp-pro-file): Likewise.
6767 (idlwave-shell-temp-rinfo-save-file): Likewise.
6768 (idlwave-shell-temp-file): Minor doc fix.
6769
6770 * textmodes/flyspell.el (flyspell-external-point-words):
6771 Use goto-char instead of beginning-of-buffer.
6772
6773 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
6774
6775 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
6776 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
6777 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
6778
6779 2004-11-06 David Ponce <david@dponce.com>
6780
6781 * recentf.el (recentf-menu-path): Use menu item name.
6782
6783 2004-11-06 Eli Zaretskii <eliz@gnu.org>
6784
6785 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
6786 display doesn't support images.
6787
6788 2004-11-06 Andreas Schwab <schwab@suse.de>
6789
6790 * tempo.el (tempo-match-finder): Doc fix.
6791
6792 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
6793
6794 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
6797 (easy-menu-lookup-name): New fun to replace it.
6798 (easy-menu-get-map): Use it to obey menu item names (rather than just
6799 keys) when looking up `path'.
6800 (easy-menu-always-true-p): Rename from easy-menu-always-true.
6801 (easy-menu-convert-item-1): Adjust to new name.
6802
6803 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
6804
6805 * outline.el (hide-body): Don't hide lines at the top of the file
6806 that precede the first header line.
6807
6808 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
6809
6810 * align.el (align-areas): Delete whitespace before reindenting, so
6811 that tabs are never placed after spaces.
6812
6813 2004-11-06 Alan Shutko <ats@acm.org>
6814
6815 * macros.el (insert-kbd-macro): Do completions based on macros,
6816 rather than all commands.
6817
6818 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
6819
6820 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
6821 to solve a bug whereby tags with 'b' don't match.
6822
6823 2004-11-05 Juri Linkov <juri@jurta.org>
6824
6825 * info.el (Info-search): Don't search in node header lines
6826 and file headers.
6827
6828 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
6829 symbol-constituent characters after dot, not only digits.
6830
6831 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
6832
6833 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
6834
6835 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6836
6837 * dired.el (dired-read-dir-and-switches): Call read-directory-name
6838 if a dialog will be used, read-file-name otherwise.
6839
6840 2004-11-04 Richard M. Stallman <rms@gnu.org>
6841
6842 * textmodes/table.el (table group): Add :version.
6843
6844 * textmodes/ispell.el (ispell-word):
6845 Don't alter args; set them only thru `interactive' spec.
6846
6847 * textmodes/flyspell.el (flyspell-word):
6848 Don't alter FOLLOWING; set it only thru `interactive' spec.
6849
6850 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
6851
6852 * net/browse-url.el (browse-url-maybe-new-window):
6853 Use called-interactively-p.
6854
6855 * mail/supercite.el (sc-cite-region):
6856 Don't use interactive-p. Add arg INTERACTIVE.
6857 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
6858
6859 * international/mule-cmds.el (set-input-method, toggle-input-method):
6860 Don't use interactive-p. Add arg INTERACTIVE.
6861
6862 * eshell/esh-mode.el (eshell-show-maximum-output):
6863 Don't use interactive-p.
6864 (eshell-truncate-buffer): Just message, no error, if buffer is short.
6865
6866 * mouse.el (mouse-show-mark): Get positions to delete from mark
6867 and point, not from mouse-drag-overlay.
6868
6869 * imenu.el (imenu-eager-completion-buffer): Add :version.
6870
6871 * filesets.el (filesets group): Add :version.
6872
6873 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
6874
6875 * files.el (xml-based-modes): Delete var.
6876 (magic-mode-alist): New more general var.
6877 (set-auto-mode): Use it.
6878
6879 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
6880 when clicking from another window.
6881
6882 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
6883
6884 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
6885 (vc-cvs-annotate-time): Incorporate value of deleted var.
6886 Remove special-case handling of beginning-of-buffer cruft.
6887 Cache ending position (point) and return value in text property
6888 `vc-cvs-annotate-time', and consult it on subsequent invocations.
6889
6890 * vc-cvs.el (vc-cvs-annotate-command):
6891 Delete extraneous lines from beginning of buffer.
6892 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
6893
6894 * progmodes/grep.el (grep-default-command): Take empty string
6895 for tag if all other methods yield nil. Shell-quote the tag.
6896
6897 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
6898 spec in `interactive' form, and mention it in the docstring.
6899 Also, make sure point is at bol after calling `annotate-time'.
6900
6901 2004-11-02 Richard M. Stallman <rms@gnu.org>
6902
6903 * cus-edit.el (customize-group-other-window):
6904 Select the window that displays the custom buffer.
6905 (custom-buffer-create-other-window): Likewise.
6906
6907 * comint.el (comint-insert-input): Fix previous change.
6908
6909 * emacs-lisp/elp.el (elp-instrument-function):
6910 Use called-interactively-p.
6911
6912 * emacs-lisp/easymenu.el (easy-menu-intern):
6913 Don't downcase; rather, case-flip the first letter of each word.
6914
6915 * emacs-lisp/easy-mmode.el (define-minor-mode):
6916 Use called-interactively-p.
6917
6918 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
6919 Add interactive-only.
6920 (byte-compile-warnings): Add interactive-only as option.
6921 (byte-compile-interactive-only-functions): New variable.
6922 (byte-compile-form): Warn about calls to functions
6923 in byte-compile-interactive-only-functions.
6924
6925 * emacs-lisp/autoload.el (update-file-autoloads):
6926 Don't use interactive-p; take new arg SAVE-AFTER.
6927
6928 * emacs-lisp/advice.el (ad-make-advised-definition):
6929 Use called-interactively-p.
6930
6931 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6932
6933 * files.el (find-file-existing): New function.
6934
6935 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
6936 find-file-existing. Add "New File..." that calls find-file.
6937
6938 * diropen.pbm, diropen.xpm: New files.
6939
6940 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
6941 icon diropen. New tool bar item find-file-existing uses icon open.
6942
6943 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
6944 instead of read-file-name.
6945
6946 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
6947
6948 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
6949 (icalendar--split-value): Change name of work buffer.
6950 (icalendar--get-weekday-abbrev): Return nil on error.
6951 (icalendar--date-to-isodate): New function.
6952 (icalendar-convert-diary-to-ical)
6953 (icalendar-extract-ical-from-buffer): Use only two args for
6954 make-obsolete (XEmacs compatibility).
6955 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
6956 (icalendar-export-region): Doc fix.
6957 If error, return non-nil and write errors to a buffer.
6958 Use correct weekday for weekly recurring events.
6959 Check whether date has been parsed for ordinary events.
6960 Make weekly events start in the year 2000.
6961 DTEND is non-inclusive, shift end date by one day if
6962 necessary (not for entries that have date and time).
6963 Rename local let variables: oops -> found-error, datestring ->
6964 startdatestring.
6965
6966 2004-11-02 Kim F. Storm <storm@cua.dk>
6967
6968 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
6969 keep-mode-if-same variable. Add it as optional arg instead.
6970 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
6971
6972 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
6973 substitute-command-keys will select lower-case bindings like those
6974 used in the static help texts.
6975
6976 * descr-text.el (describe-text-properties): Don't err if called in
6977 the *Help* buffer; output to *Help-2* buffer instead.
6978
6979 * kmacro.el (group kmacro): Add :version.
6980 (kmacro-keyboard-quit): New function to cleanup on C-g.
6981 (kmacro-start-macro): Set defining-kbd-macro to append when
6982 appending to last macro.
6983
6984 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
6985
6986 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
6987
6988 * progmodes/gdb-ui.el (gdb-enable-debug-log)
6989 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
6990 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
6991 Add :version keyword.
6992
6993 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
6994
6995 * progmodes/flymake.el (flymake-err-line-patterns):
6996 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
6997 `compilation-error-regexp-alist-alist' to internal Flymake format.
6998
6999 * progmodes/flymake.el: Eliminate byte-compiler warnings.
7000
7001 2004-11-01 Jay Belanger <belanger@truman.edu>
7002
7003 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
7004 with `interactive "s"'.
7005
7006 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7007
7008 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7009 Revert change from 2004-10-16. '*' checks the current buffer, but the
7010 mouse click may be in another buffer.
7011
7012 2004-11-01 John Paul Wallington <jpw@gnu.org>
7013
7014 * files.el (large-file-warning-threshold): Add :version keyword.
7015 (kill-some-buffers): Doc fix.
7016
7017 * thumbs.el (group thumbs): Add :version keyword.
7018
7019 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
7020
7021 2004-11-01 Richard M. Stallman <rms@gnu.org>
7022
7023 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
7024
7025 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
7026
7027 * allout.el (allout group): Add :version.
7028 (allout-init): Don't use interactive-p.
7029 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
7030 (allout-forward-current-level, allout-backward-current-level):
7031 Don't use interactive-p.
7032
7033 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
7034 (bibtex-find-text): Likewise.
7035
7036 * progmodes/vhdl-mode.el (vhdl-fill-region)
7037 (vhdl-beginning-of-statement): Don't use interactive-p.
7038
7039 * progmodes/idlwave.el (idlwave-update-routine-info):
7040 Don't use interactive-p.
7041
7042 * progmodes/idlw-shell.el (idlwave-shell-send-char):
7043 Don't use interactive-p.
7044
7045 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
7046 Don't use interactive-p.
7047
7048 * progmodes/ada-xref.el (ada-make-body-gnatstub):
7049 Don't use interactive-p.
7050
7051 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
7052 (fortune-in-buffer): Doc fix.
7053
7054 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
7055
7056 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
7057 don't select the temporary buffer.
7058 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
7059 (eudc-get-phone): Likewise.
7060
7061 2004-11-01 Kim F. Storm <storm@cua.dk>
7062
7063 * man.el (Man-xref-normal-file): Fix help-echo.
7064
7065 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * reveal.el (reveal-last-tick): New var.
7068 (reveal-post-command): Use it to avoid closing overlays when we're
7069 appending text to them.
7070
7071 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7072
7073 * textmodes/bibtex.el: Require button.
7074 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
7075 (bibtex-reference-keys): Distinguish between header keys and
7076 crossref keys.
7077 (bibtex-beginning-of-field): New function.
7078 (bibtex-url-map): Remove.
7079 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
7080 (bibtex-font-lock-url-regexp): Assume that field names begin at
7081 the beginning of a line.
7082 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
7083 Remove field delimiters. Use bibtex-beginning-of-field.
7084 Bugfix, point can be inside a field with a url.
7085 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
7086 New functions.
7087 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
7088 (bibtex-key-in-head): Simplify.
7089 (bibtex-current-line): Use bolp.
7090 (bibtex-parse-keys): Remove unused arg `add'.
7091 Use bibtex-type-in-head and bibtex-key-in-head.
7092 (bibtex-parse-entry, bibtex-autofill-entry):
7093 Use bibtex-type-in-head and bibtex-key-in-head.
7094 (bibtex-autokey-get-field): Do not alter case of replacement text.
7095 (bibtex-autokey-get-names): Do all processing of name list.
7096 (bibtex-autokey-get-year): New function.
7097 (bibtex-autokey-get-title): Do all processing of title words.
7098 (bibtex-generate-autokey): Simplify.
7099 (bibtex-string-files-init): Use default-directory.
7100 Allow for absolute file names in bibtex-string-files.
7101 (bibtex-files, bibtex-file-path): New variables.
7102 (bibtex-files-expand): New function.
7103 (bibtex-find-entry-globally): New command.
7104 (bibtex-summary-function): New variable.
7105 (bibtex-summary): Default value of bibtex-summary-function.
7106 (bibtex-find-crossref): New optional args pnt and split.
7107 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
7108 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
7109 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
7110 Fix handling of required and alternative fields.
7111 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
7112 Use cons and display-buffer.
7113 (bibtex-validate-globally): New command.
7114 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
7115 bibtex-parse-keys and bibtex-parse-strings for updating
7116 bibtex-reference-keys and bibtex-strings.
7117 (bibtex-realign): Remove blank lines past the last entry.
7118 (bibtex-reformat): Use bibtex-entry-format as default.
7119 (bibtex-choose-completion-string): Remove.
7120 (bibtex-complete): Do not use bibtex-choose-completion-string.
7121 (bibtex-url): Simplify.
7122
7123 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7124
7125 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
7126 (x-dnd-types-alist, x-dnd-open-file-other-window)
7127 (x-dnd-known-types): Add :version.
7128
7129 2004-10-31 John Paul Wallington <jpw@gnu.org>
7130
7131 * ibuffer.el (group ibuffer): Add :version keyword.
7132
7133 2004-10-31 Kim F. Storm <storm@cua.dk>
7134
7135 * ido.el (group ido): Add :version keyword.
7136 (ido-mode): Remove :version keyword.
7137
7138 * emulation/cua-base.el (group cua): Add :version keyword.
7139 (cua-mode): Remove :version keyword.
7140
7141 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
7142
7143 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
7144
7145 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
7146 compiler warning.
7147 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
7148 function.
7149 (help-at-pt-display-when-idle): Remove autoload.
7150
7151 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
7154
7155 2004-10-30 Juri Linkov <juri@jurta.org>
7156
7157 * help.el (function-called-at-point):
7158 * help-fns.el (variable-at-point): Read -> intern.
7159
7160 2004-10-30 Simon Josefsson <jas@extundo.com>
7161
7162 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7163 Recognize AS_* too.
7164
7165 2004-10-29 Simon Josefsson <jas@extundo.com>
7166
7167 * subr.el (read-passwd): Move back from password.el.
7168
7169 * password.el: Remove, not ready yet.
7170
7171 2004-10-29 Andreas Schwab <schwab@suse.de>
7172
7173 * speedbar.el (speedbar-frame-parameters): Improve customize type.
7174
7175 2004-10-29 Sam Steingold <sds@gnu.org>
7176
7177 * mouse.el (mouse-show-mark): Replace the last occurrence of
7178 x-lost-selection-hooks with x-lost-selection-functions.
7179
7180 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
7183 x-lost-selection-functions is bound.
7184
7185 * mouse-sel.el (mouse-sel-mode):
7186 * emacs-lisp/lselect.el: Adjust to new names for
7187 x-(lost|sent)-selection-functions.
7188
7189 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
7190 New obsolete aliases of x-lost-selection-functions and
7191 x-sent-selection-functions.
7192
7193 2004-10-28 Kim F. Storm <storm@cua.dk>
7194
7195 * imenu.el (imenu-scanning-message): Remove.
7196 (imenu-progress-message): Make it a no-op.
7197
7198 2004-10-28 John Paul Wallington <jpw@gnu.org>
7199
7200 * files.el (set-auto-mode): Call `throw' correctly.
7201
7202 2004-10-28 Juri Linkov <juri@jurta.org>
7203
7204 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
7205 to search `Info-...' commands in `info' manual.
7206 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7207 Add 'info-file "emacs" property.
7208 (Info-find-emacs-command-nodes): Fix index line number regexp.
7209 Set real line number (instead of fake 0) in first element of the
7210 returned list.
7211 (Info-goto-emacs-command-node): Use line number of first element
7212 to set point in the first found Info node.
7213
7214 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
7215 code to `grep-mode-font-lock-keywords'.
7216 (grep-mode-font-lock-keywords): Delete grep markers instead
7217 of making them invisible.
7218
7219 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7220
7221 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
7222 and x-server-version in bug report.
7223
7224 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
7225
7226 * files.el (set-auto-mode-0): New function.
7227 (set-auto-mode): Use it to handle aliased modes and to
7228 be consistent between C-x C-f and C-x C-w.
7229
7230 2004-10-28 Kenichi Handa <handa@m17n.org>
7231
7232 * international/utf-8.el (utf-translate-cjk-charsets):
7233 Add katakana-jisx0201.
7234
7235 * international/subst-jis.el: Add data for JISX0201.
7236
7237 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * obsolete/hilit19.el (hilit-mode): New function.
7240 Move all the toplevel side-effecting stuff into it, so that loading
7241 hilit19 doesn't mess everything up any more.
7242
7243 2004-10-27 Richard M. Stallman <rms@gnu.org>
7244
7245 * add-log.el (add-change-log-entry): Set up mailing address
7246 and full name later, and don't alter add-log-mailing-address
7247 or add-log-full-name.
7248
7249 * elide-head.el (elide-head): Change error to message.
7250 (elide-head-show): Likewise.
7251
7252 * apropos.el (apropos-macrop): Doc fix.
7253
7254 * mouse.el (mouse-show-mark): Do most processing the same
7255 regardless of transient-mark-mode.
7256
7257 * shadowfile.el (shadow-copy-files): Use interactive-p
7258 only to control whether to print a message.
7259
7260 * tar-mode.el (tar-mode): Use write-contents-functions,
7261 not write-contents-hooks.
7262
7263 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
7264 directory-sep-char.
7265
7266 2004-10-27 Richard M. Stallman <rms@gnu.org>
7267
7268 * strokes.el (strokes-unload-hook): Fix previous change.
7269
7270 * type-break.el (type-break-run-at-time): Always use run-at-time;
7271 forget the alternatives.
7272 (type-break-cancel-function-timers): Always use cancel-function-timers;
7273 forget the alternatives.
7274
7275 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
7276
7277 2004-10-27 Kenichi Handa <handa@m17n.org>
7278
7279 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
7280
7281 * international/subst-gb2312.el: Likewise.
7282
7283 * international/subst-big5.el: Likewise.
7284
7285 * international/subst-ksc.el: Likewise.
7286
7287 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
7288 New variable.
7289 (utf-translate-cjk-set-unicode-range): New function.
7290 (utf-translate-cjk-unicode-range): Make it customizable.
7291 (utf-8-post-read-conversion):
7292 Use utf-translate-cjk-unicode-range-string.
7293 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
7294 Unicode ranges.
7295
7296 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
7297
7298 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
7299 trivial variants to shorten the list.
7300 (xml-based-modes): New var.
7301 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
7302 declaration higher priority than auto-mode-alist.
7303
7304 * find-file.el (cc-other-file-alist): Bring it in line with
7305 cc-mode's auto-mode-alist entries and use \' instead of $.
7306
7307 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
7308 and add "Id" and "Name" submenus to it.
7309
7310 * imenu.el (imenu--generic-function): Skip matches in comments.
7311
7312 2004-10-26 Jay Belanger <belanger@truman.edu>
7313
7314 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
7315 (full-calc-keypad, calc-trail-display): Use an extra argument
7316 instead of `interactive-p'.
7317
7318 * calc/calc-misc.el (calc-other-window): Use an extra argument
7319 instead of `interactive-p'.
7320
7321 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
7322 `interactive-p'.
7323
7324 2004-10-26 Kim F. Storm <storm@cua.dk>
7325
7326 * help.el (describe-key): Describe both down-event and up-event
7327 for a mouse click.
7328
7329 2004-10-26 Richard M. Stallman <rms@gnu.org>
7330
7331 * woman.el (woman): Don't call interactive-p.
7332
7333 * pcomplete.el (pcomplete): Instead of interactive-p,
7334 use an arg set non-nil by the interactive spec.
7335
7336 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
7337 use an arg set non-nil by the interactive spec.
7338
7339 * man.el (Man-cleanup-manpage): Instead of interactive-p,
7340 use an arg set non-nil by the interactive spec.
7341
7342 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7343
7344 * progmodes/flymake.el (flymake-split-string):
7345 Use `flymake-split-string-remove-empty-edges' in any case.
7346
7347 2004-10-26 Masatake YAMATO <jet@gyve.org>
7348
7349 * progmodes/flymake.el (flymake-err-line-patterns):
7350 Use `compilation-error-regexp-alist-alist' instead of
7351 `compilation-error-regexp-alist'.
7352
7353 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
7356 verbatim face on the \ of \end{verbatim}.
7357
7358 2004-10-25 Jay Belanger <belanger@truman.edu>
7359
7360 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
7361 erasing minibuffer.
7362
7363 2004-10-25 Simon Josefsson <jas@extundo.com>
7364
7365 * subr.el (read-passwd): Move to net/password.el.
7366
7367 * net/password.el (read-passwd): Add. Autoload it.
7368
7369 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
7370
7371 * mouse-sel.el (mouse-sel-mode): Specify custom group.
7372
7373 * simple.el (process-file): Fix logic.
7374
7375 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
7378 (increase-right-margin): Remove erroneous call to `interactive-p'.
7379
7380 2004-10-24 Kim F. Storm <storm@cua.dk>
7381
7382 * help.el (describe-mode): Fix 2004-10-13 change.
7383 Copy pure "Auto Fill" string so it can be propertized later
7384 without causing a read-only error.
7385
7386 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7387
7388 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
7389 style indexes.
7390
7391 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7392
7393 * simple.el (process-file): Accept nil for INFILE. Reported by
7394 Luc Teirlinck.
7395
7396 2004-10-24 Masatake YAMATO <jet@gyve.org>
7397
7398 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
7399 Handle periods and underscores in a function name.
7400 Remove the address fontification.
7401
7402 2004-10-24 Masatake YAMATO <jet@gyve.org>
7403
7404 * progmodes/asm-mode.el (asm-font-lock-keywords):
7405 Use font-lock-variable-name-face for registers.
7406
7407 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
7408
7409 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
7410 kill-all-local-variables.
7411 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7412 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
7413 Use kill-all-local-variables and provide mode-hooks.
7414 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
7415 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
7416 Suggested by Masatake YAMATO <jet@gyve.org>.
7417
7418 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
7419
7420 * simple.el (process-file): New function, similar to call-process
7421 but supports file handlers.
7422 * vc.el (vc-do-command): Use it, instead of call-process.
7423 * net/tramp-vc.el (vc-do-command): Do not advise it if
7424 process-file is fboundp.
7425 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
7426 process-file.
7427 (tramp-handle-process-file): New function.
7428 (tramp-file-name-for-operation): Support process-file.
7429
7430 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
7431
7432 * calendar/icalendar.el (icalendar--weekday-array): New constant.
7433 (icalendar-weekdayabbrev-table)
7434 (icalendar-monthnumber-table): Delete.
7435 (icalendar--get-month-number): Use calendar-month-name-array.
7436 (icalendar--get-weekday-number): New function.
7437 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
7438 (icalendar-export-region): Handle multi-line entries.
7439 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
7440
7441 2004-10-23 John Paul Wallington <jpw@gnu.org>
7442
7443 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
7444 `wildcards' set to t in interactive spec.
7445
7446 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
7447 interactive spec rather than use `interactive-p'.
7448 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
7449 rather than use function `interactive-p'.
7450
7451 2004-10-22 Kenichi Handa <handa@m17n.org>
7452
7453 * international/mule.el (translate-region): Implement it in Lisp
7454 as a front end of translate-region-internal.
7455
7456 2004-10-21 Jay Belanger <belanger@truman.edu>
7457
7458 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
7459 Declare these variables with defvar.
7460
7461 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
7462 is bound, only check to see if it is bound.
7463
7464 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7467 Don't output messages.
7468
7469 * calc/calc-help.el (calc-describe-bindings): Fix last change.
7470
7471 2004-10-21 John Paul Wallington <jpw@gnu.org>
7472
7473 * calc/calc-graph.el (calc-graph-init):
7474 Use `set-process-query-on-exit-flag'.
7475
7476 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
7477
7478 * progmodes/compile.el (compilation-start): Rely on `cd' to get
7479 dir right and also allow argumentless cd.
7480
7481 2004-10-19 Richard M. Stallman <rms@gnu.org>
7482
7483 * textmodes/flyspell.el (flyspell-mode): Doc fix.
7484
7485 * eshell/em-unix.el (eshell-grep):
7486 Don't bind compilation-process-setup-function.
7487
7488 * comint.el (comint-insert-input): Use @ in `interactive'.
7489 (comint-input-filter-functions): Doc fix.
7490 (comint-kill-whole-line, comint-get-source): Doc fix.
7491
7492 * progmodes/compile.el (compilation-setup):
7493 Don't set buffer-read-only if MINOR is non-nil.
7494
7495 2004-10-19 Jay Belanger <belanger@truman.edu>
7496
7497 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
7498 (calc-emacs-type-gnu19): Remove.
7499 (calc-digit-map, calc-read-key-sequence, calc-read-key):
7500 Remove check for old emacs versions.
7501
7502 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
7503 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
7504 for current Emacs.
7505
7506 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
7507 the end of the minibuffer.
7508 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
7509 copy `esc-map'.
7510
7511 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
7512
7513 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
7514 call that would be given when the current emacs was used.
7515
7516 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
7517
7518 * calendar/icalendar.el: Set coding to utf-8.
7519 (icalendar-version): Increase to 0.07.
7520 (icalendar-monthnumber-table): Change March pattern.
7521 (icalendar-get-all-event-properties)
7522 (icalendar-set-event-property): Delete.
7523 (icalendar-all-events): No longer interactive.
7524 (icalendar-convert-diary-to-ical)
7525 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
7526 their replacements.
7527 (icalendar-export-file, icalendar-export-region): New functions;
7528 essentially old `icalendar-convert-diary-to-ical' but appending to
7529 target rather than overwriting.
7530 (icalendar-import-file): Append to target file rather than
7531 overwriting. Fourth arg deleted.
7532 (icalendar-import-buffer): New name for old
7533 `icalendar-extract-ical-from-buffer'.
7534 (icalendar--convert-string-for-import): New name for
7535 old `icalendar-convert-for-import'.
7536 (include-icalendar-files): Delete.
7537 Prefix for all internal functions changed from `icalendar-'
7538 to `icalendar--'.
7539
7540 2004-10-19 Richard M. Stallman <rms@gnu.org>
7541
7542 * paths.el (news-path): Fix previous change.
7543
7544 2004-10-18 Jay Belanger <belanger@truman.edu>
7545
7546 * calc/calc-help.el (calc-describe-bindings):
7547 Set `buffer-read-only' to nil while working in the keybindings buffer;
7548 remove some extra information from the keybindings buffer.
7549
7550 2004-10-18 David Ponce <david@dponce.com>
7551
7552 * mouse.el (mouse-drag-move-window-top): New function.
7553 (mouse-drag-mode-line-1): Use it.
7554
7555 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7556
7557 * info.el (Info-fontify-node): For multiline refs,
7558 arrange to unfontify newline and surrounding whitespace.
7559
7560 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
7563 directory is missing.
7564
7565 2004-10-17 John Paul Wallington <jpw@gnu.org>
7566
7567 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
7568 New customizable variable; whether to display buffers that match
7569 `ibuffer-maybe-show-predicates' by default.
7570 (ibuffer-maybe-show-predicates): Mention it in docstring.
7571 (ibuffer-display-maybe-show-predicates): New variable.
7572 (ibuffer-update): Prefix arg now toggles whether buffers that
7573 match `ibuffer-maybe-show-predicates' should be displayed.
7574 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
7575 locally to heed `ibuffer-default-display-maybe-show-predicates'.
7576 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
7577
7578 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
7579
7580 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
7581 work correctly.
7582
7583 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
7584
7585 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
7586 (Buffer-menu-beginning): New helper function.
7587 (Buffer-menu-execute): Use it.
7588 (Buffer-menu-select): Use it.
7589 (Buffer-menu-sort): Use it and also keep markers.
7590
7591 2004-10-17 Richard M. Stallman <rms@gnu.org>
7592
7593 * paths.el (news-directory): Rename from news-path. Old name alias.
7594 (rmail-spool-directory): Use defvar.
7595 (sendmail-program): Use defcustom.
7596 (remote-shell-program): Use defcustom.
7597 (term-file-prefix): Use defvar.
7598 (abbrev-file-name): Use defvar.
7599
7600 * term.el: Add maintainer.
7601
7602 * subr.el (with-local-quit): Return nil if there's a quit.
7603 (read-passwd): Use with-local-quit. Doc fix.
7604
7605 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
7606 (strokes-unload-hook): Set as a variable with add-hook.
7607
7608 * startup.el (fancy-splash-tail, normal-splash-screen):
7609 Update copyright year.
7610
7611 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
7612
7613 * server.el (server-unload-hook): Set as a variable with add-hook.
7614
7615 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
7616
7617 * frame.el (special-display-popup-frame):
7618 Make the buffer current as its frame is created.
7619
7620 * delsel.el (delsel-unload-hook): Set as a variable.
7621
7622 * comint.el (comint-output-filter-functions):
7623 Add comint-watch-for-password-prompt.
7624 (comint-read-noecho): Function deleted.
7625 (send-invisible): Use read-passwd.
7626
7627 * fringe.el (fringe-mode-initialize): New function.
7628 (fringe-mode): Use fringe-mode-initialize as :initialize.
7629
7630 2004-10-17 Kim F. Storm <storm@cua.dk>
7631
7632 * language/indian.el (indian-script-language-alist): Swap value and doc.
7633 (indian-font-char-index-table): Doc fix.
7634
7635 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
7638
7639 2004-10-16 Juri Linkov <juri@jurta.org>
7640
7641 * progmodes/compile.el (compilation-start): Move let-binding of
7642 `process-environment' into `with-current-buffer' body.
7643 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7644
7645 2004-10-16 Richard M. Stallman <rms@gnu.org>
7646
7647 * pcvs-util.el (cvs-bury-buffer):
7648 Don't call get-buffer-window for effect.
7649
7650 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
7651
7652 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
7653
7654 * msb.el (msb-unload-hook): Set the variable.
7655
7656 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7657 Use * to err if buffer is readonly.
7658
7659 * subr.el (looking-back): Return only t or nil.
7660
7661 * whitespace.el (whitespace-unload-hook): Set the variable.
7662
7663 * view.el (view-mode-enable): Set view-page-size and
7664 view-half-page-size to nil.
7665 (view-set-half-page-size-default): view-half-page-size = nil
7666 means the default.
7667 (View-scroll-page-forward): Use view-page-size-default.
7668 (View-scroll-page-backward): Likewise.
7669 (view-page-size, view-half-page-size): Doc fixes.
7670
7671 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
7672
7673 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
7674
7675 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
7676 "cl" like other files. Instead, call byte-compile-find-cl-functions.
7677 (byte-compile-log-1): Bind inhibit-read-only.
7678 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
7679 (byte-compile-log-warning): Likewise.
7680 (byte-compile-file-form-require): Detect "cl" from the arg value.
7681
7682 * progmodes/compile.el (compilation-start): Assume compilation-mode
7683 will make the buffer read-only.
7684 (compilation-mode): Take arg name-of-mode.
7685 (compilation-setup): Make buffer read-only.
7686 (compilation-handle-exit): Bind inhibit-read-only.
7687
7688 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
7689 (ispell-message): Likewise.
7690 (ispell-show-choices): Don't call get-buffer-window uselessly.
7691 (ispell-init-process): Use set-process-query-on-exit-flag.
7692
7693 2004-10-16 Kim F. Storm <storm@cua.dk>
7694
7695 * fringe.el (fringe-bitmaps): Only initialize when defined.
7696
7697 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
7698 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
7699
7700 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
7701
7702 2004-10-15 Simon Josefsson <jas@extundo.com>
7703
7704 * net/password.el: Add.
7705
7706 2004-10-14 Masatake YAMATO <jet@gyve.org>
7707
7708 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
7709 (gdb-script-end-of-defun): New function.
7710 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
7711 `gdb-script-end-of-defun' as *-of-defun-function.
7712
7713 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
7714
7715 * button.el (button-activate): Allow a marker to display as an action.
7716
7717 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
7718
7719 * help.el (describe-mode): Use it to make minor mode list into
7720 hyperlinks.
7721
7722 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * vc.el (vc-annotate-display-select): Fix typo.
7725
7726 * subr.el (substitute-key-definition-key): New function.
7727 (substitute-key-definition): Use it with map-keymap.
7728 (event-modifiers): Use push.
7729 (mouse-movement-p, with-temp-buffer): Simplify.
7730
7731 2004-10-12 Jay Belanger <belanger@truman.edu>
7732
7733 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
7734 New variables.
7735 (calc-help-index-entries): New function.
7736 (calc-describe-function): Use `calc-help-function-list' instead of
7737 obarray for completion.
7738 (calc-describe-variable): Use `calc-help-variable-list' instead
7739 of obarray for completion.
7740
7741 2004-10-12 Richard M. Stallman <rms@gnu.org>
7742
7743 * info-look.el (info-lookup-file): Add info-file property.
7744 (info-lookup-symbol): Likewise.
7745
7746 * info.el (info-xref): Add underlining.
7747 (info): Add info-file property.
7748 (Info-find-emacs-command-nodes): Specify case-sensitive search.
7749
7750 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
7751
7752 Sync with Tramp 2.0.45.
7753
7754 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
7755 defined. This is not the case for XEmacs without package "edebug".
7756 (tramp-set-auto-save-file-modes): Set permissions of autosaved
7757 remote files to the permissions of the original file. This is not
7758 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
7759 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
7760 (tramp-perl-decode): Fix an error in Perl implementation.
7761 $pending must be cleared every loop. Reported by Benjamin Place
7762 <benjaminplace@sprintmail.com>
7763
7764 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
7765 Don't activate advice during definition. This is done later on,
7766 depending on test result of `substitute-in-file-name'.
7767 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7768
7769 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
7772
7773 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
7774
7775 2004-10-12 David Ponce <david@dponce.com>
7776
7777 * recentf.el (recentf-edit-list): Update the menu when the recentf
7778 list has been modified.
7779
7780 2004-10-12 Simon Josefsson <jas@extundo.com>
7781
7782 * net/tls.el (tls-certtool-program): New variable.
7783 (tls-certificate-information): New function, based on
7784 ssl-certificate-information.
7785
7786 2004-10-12 Kenichi Handa <handa@m17n.org>
7787
7788 * international/mule.el (coding-system-equal): Move from mule-util.el.
7789
7790 * international/mule-util.el (coding-system-equal): Move to mule.el.
7791
7792 2004-10-12 Kim F. Storm <storm@cua.dk>
7793
7794 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
7795 reset kmacro-initial-counter-value if set.
7796 (kmacro-set-counter): Only set kmacro-counter if defining or executing
7797 macro. Set kmacro-initial-counter-value otherwise. Never set both.
7798 (kmacro-display): Show macro counter if non-zero.
7799
7800 * subr.el (substitute-key-definition): Mention command remapping
7801 in doc string.
7802
7803 2004-10-11 Jay Belanger <belanger@truman.edu>
7804
7805 * calc/calc-misc.el (calc-info-goto-node): New function.
7806 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
7807 node in one step.
7808 (calc-describe-copying, calc-describe-distribution)
7809 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
7810 Go to appropriate info node in one step.
7811
7812 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
7815
7816 * font-lock.el (font-lock-apply-highlight): Fix last change.
7817
7818 2004-10-11 Simon Josefsson <jas@extundo.com>
7819
7820 * mail/smtpmail.el (smtpmail-open-stream): Look for
7821 starttls-gnutls-program instead of starttls-program iff
7822 starttls-use-gnutls is non-nil.
7823 (smtpmail-open-stream): Don't overwrite user settings of
7824 starttls-extra-arguments and starttls-extra-args.
7825
7826 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * comint.el (comint-mouse-insert-input): Remove.
7829 (comint-insert-input): Make it work for mouse bindings.
7830 (comint-mode-map): Move defs into the declaration.
7831 (comint-output-filter): Typo.
7832
7833 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
7834
7835 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
7836
7837 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
7838 (ange-ftp-call-chmod): Reference remote-shell-program instead of
7839 ange-ftp-remote-shell.
7840
7841 2004-10-10 Andreas Schwab <schwab@suse.de>
7842
7843 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
7844 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
7845 Reported by <sri@asu.edu>.
7846
7847 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
7848
7849 * vc.el (vc-annotate-mode): Remove variable.
7850 (vc-annotate-display-select): Only call vc-annotate-mode
7851 if we're not in that mode already.
7852
7853 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
7856 (imenu-choose-buffer-index): Check here for rescan instead.
7857
7858 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
7859 where the face expression evals to nil.
7860
7861 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
7862 (tex-font-lock-keywords-2): Use it.
7863 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
7864
7865 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
7866
7867 2004-10-09 Kim F. Storm <storm@cua.dk>
7868
7869 * subr.el (progress-reporter-update): Define before first usage.
7870 (make-progress-reporter): Doc fix.
7871
7872 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7873
7874 * textmodes/paragraphs.el (sentence-end-double-space)
7875 (sentence-end-without-period, sentence-end-without-space)
7876 (sentence-end): Doc fixes.
7877
7878 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
7879
7880 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
7881 Change paragraph-start regexp so we don't fill code starting with #'(.
7882
7883 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
7884
7885 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
7886 New defcustom.
7887 (extract-address-components): Use it.
7888
7889 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7890
7891 * subr.el (make-progress-reporter, progress-reporter-update)
7892 (progress-reporter-force-update, progress-reporter-do-update)
7893 (progress-reporter-done): New functions.
7894
7895 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
7896
7897 * progmodes/etags.el (etags-tags-completion-table): Use progress
7898 reporter.
7899 (etags-tags-apropos): Likewise.
7900
7901 2004-10-08 Alan Mackenzie <acm@muc.de>
7902
7903 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
7904 of current line.
7905
7906 2004-10-08 Masatake YAMATO <jet@gyve.org>
7907
7908 * server.el (server-process-filter): Wrap `process-send-region'
7909 by `condition-case' to guard the case when the pipe to PROC is closed.
7910
7911 2004-10-07 Mark A. Hershberger <mah@everybody.org>
7912
7913 * xml.el (xml-substitute-special): Limit handling of external entities.
7914
7915 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
7916
7917 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
7918
7919 2004-10-06 John Paul Wallington <jpw@gnu.org>
7920
7921 * xml.el (xml-parse-dtd): Fix `error' call.
7922
7923 2004-10-05 Mark A. Hershberger <mah@everybody.org>
7924
7925 * xml.el (xml-substitute-special): Return a single string instead
7926 of a list of strings if an entity substitution is made.
7927
7928 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
7929
7930 * calendar/icalendar.el: New file.
7931
7932 2004-10-05 Juri Linkov <juri@jurta.org>
7933
7934 * isearch.el (isearch-done): Set mark after running hook.
7935 Reported by Drew Adams <drew.adams@oracle.com>.
7936
7937 * info.el (Info-history, Info-toc): Fix Info headers.
7938 (Info-toc): Narrow buffer before Info-fontify-node.
7939 (Info-build-toc): Don't check for special Info file names.
7940 Set main-file to nil if Info-find-file returns a symbol.
7941
7942 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
7943
7944 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
7945 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
7946 * calendar/cal-menu.el (calendar-mode-map): Ditto.
7947
7948 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7949
7950 * calendar/cal-iso.el (calendar-iso-read-args): New function,
7951 for old interactive spec from calendar-goto-iso-date.
7952 (calendar-goto-iso-date): Use it.
7953 (calendar-goto-iso-week): New function. Suggested by Emilio
7954 C. Lopes <eclig@gmx.net>.
7955
7956 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
7957
7958 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
7959 `set-right-margin' bindings that follow the minor mode conventions.
7960
7961 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
7964 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
7965 (latex-block-args-alist): Add minipage and picture.
7966 (latex-block-body-alist): Use reftex-label if enabled.
7967 (latex-insert-block): Don't insert a \n if not necessary.
7968 (tex-compile-commands): Make sure dvips doesn't send to printer.
7969 (tex-compile-default): Handle the case where no executable is found.
7970 (latex-noindent-environments): New var.
7971 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
7972 If tex-indent-allhanging is non-nil, make sure we only align for macros
7973 at beginning of line.
7974
7975 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
7976
7977 * newcomment.el (comment-beginning): Doc fix and don't choke on
7978 unset `comment-end-skip' when at beginning of comment.
7979
7980 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
7981
7982 * term.el (term-adjust-current-row-cache): Don't allow the current
7983 row to become negative.
7984 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
7985 the end of the line. Fix scroll down. Add comments.
7986 (term-handle-ansi-escape): Don't exceed terminal width when moving
7987 right.
7988 (term-scroll-region): Move the cursor after setting the scroll region.
7989
7990 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
7991
7992 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
7993 to `width' for consistency with docstring. Doc fix.
7994
7995 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
7996
7997 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
7998 This is necessary for derived modes.
7999
8000 2004-09-30 Kim F. Storm <storm@cua.dk>
8001
8002 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
8003 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
8004
8005 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
8006 kmacro-extract-lambda functions.
8007 (edit-kbd-macro): Handle kmacro lambda forms.
8008 Include counter and counter format in edit buffer.
8009 (edmacro-finish-edit): Get counter and format from edit buffer and
8010 update kmacro bindings when found.
8011
8012 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
8013
8014 * textmodes/paragraphs.el (forward-paragraph):
8015 Avoid args-out-of-range error when point winds up at the beginning of
8016 the buffer and hard newlines are enabled.
8017
8018 * newcomment.el (comment-multi-line): Doc fix.
8019
8020 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
8023 (diff-fixup-modifs): Catch unified-diff file-headers.
8024
8025 2004-09-29 Kim F. Storm <storm@cua.dk>
8026
8027 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
8028 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
8029 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
8030
8031 * fringe.el (fringe-bitmap-p): New macro.
8032 (fringe-bitmaps): Add standard fringe bitmaps on load.
8033
8034 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * dired.el (dired-view-command-alist): Use more efficient regexps.
8037 Remove dubious arguments.
8038 (dired-align-file): New function.
8039 (dired-insert-directory): Use it.
8040 (dired-move-to-end-of-filename): Make the " -> " search more specific.
8041 (dired-buffers-for-dir): Remove unused var `pattern'.
8042
8043 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
8044
8045 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
8046 from diary display excursion. Store diary buffer's point for
8047 `simple-diary-display'.
8048 (simple-diary-display): Set window point and start when
8049 displaying buffer, to preserve point.
8050
8051 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
8052
8053 * textmodes/enriched.el (enriched-translations): Replace defconst
8054 with defvar.
8055
8056 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8057
8058 * printing.el: Doc fix.
8059 (pr-version): New version number (6.8.1).
8060 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
8061 make-temp-name.
8062 (pr-delete-file): Check if file exists before deleting it.
8063 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
8064
8065 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * term.el (term-display-table): New variable.
8068 (term-mode): Use it.
8069 (term-exec-1): Set the coding system to binary.
8070 (term-emulate-terminal): Decode the string before inserting it.
8071
8072 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
8073
8074 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
8075 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
8076 (map): Bind S-prior, S-next and S-insert.
8077 (term-mode): Set `indent-tabs-mode' to nil.
8078 (term-paste): New function to be bound to S-insert.
8079 (term-send-del, term-send-backspace): Change the strings sent.
8080 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
8081 (term-handle-colors-array): Fix handling of underline and reverse.
8082 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
8083 (term-erase-in-line): Fix comparison.
8084 (term-emulate-terminal): Fix line wrap handling.
8085 (term-start-output-log): Rename from `term-set-output-log'.
8086 (term-stop-output-log): Rename from `term-stop-photo'.
8087 (term-switch-to-alternate-sub-buffer): Comment out, unused.
8088
8089 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * dired.el (dired-move-to-filename): Don't output a message if
8092 raise-error is non-nil. Fix return position and value.
8093
8094 * files.el (insert-directory): Obey --dired even with symlinks.
8095
8096 2004-09-25 Lars Hansen <larsh@math.ku.dk>
8097
8098 * ls-lisp.el (ls-lisp-format): Mark file names with property
8099 dired-filename.
8100
8101 2004-09-25 Kim F. Storm <storm@cua.dk>
8102
8103 * ido.el (ido-max-directory-size): New defcustom.
8104 (ido-decorations): Add "too big" element.
8105 (ido-directory-too-big): New dynamic var.
8106 (ido-may-cache-directory): Don't cache big directories.
8107 (ido-directory-too-big-p): New defun.
8108 (ido-set-current-directory): Update ido-directory-too-big.
8109 (ido-read-internal): Make empty ido-cur-item if too-big.
8110 (ido-buffer-internal): Use ido-read-internal directly instead of
8111 ido-read-buffer.
8112 (ido-file-internal): Init ido-directory-too-big.
8113 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
8114 and redo completion with full list.
8115 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
8116 it, and show completions.
8117 (ido-all-completions): Let bind ido-directory-too-big to nil.
8118 (ido-exhibit): Handle ido-directory-too-big.
8119 (ido-read-buffer): Handle fallback to read-buffer.
8120 Init ido-directory-too-big.
8121 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
8122 Init ido-directory-too-big.
8123
8124 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8125
8126 * subr.el (delay-mode-hooks): Doc fix.
8127
8128 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
8129
8130 * textmodes/enriched.el
8131 (enriched-default-text-properties-local-flag): New variable.
8132 (enriched-mode): Make sure that enabling and disabling the mode is
8133 a no-op. Doc fix.
8134
8135 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
8136
8137 * calendar/holidays.el (holiday-advent): Report on a specified day
8138 offset from advent, not just advent.
8139 (holiday-easter-etc): Report on one specified day offset from
8140 easter, not all easter holidays. Various Easter holidays moved to
8141 `christian-holidays' variable in calendar.el.
8142 * calendar/calendar.el (christian-holidays): Adapt for new
8143 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
8144
8145 2004-09-23 Kim F. Storm <storm@cua.dk>
8146
8147 * image.el (insert-sliced-image): Add doc string.
8148
8149 * ido.el (ido-choice-list): New dynamic var for `list' context.
8150 (ido-context-switch-command): New dynamic var.
8151 (ido-define-mode-map): Generalize switch between file/buffer contexts.
8152 (ido-read-internal): Handle new `list' context.
8153 Handle insert-buffer and insert-file ido-exit values.
8154 (ido-buffer-internal): New arg switch-cmd. Use it to setup
8155 ido-context-switch-command. Handle insert-file ido-exit value.
8156 (ido-read-buffer): Set ido-context-switch-command to 'ignore
8157 unless it is already bound by caller.
8158 (ido-file-internal): New arg switch-cmd. Use it to setup
8159 ido-context-switch-command. Handle insert-buffer ido-exit value.
8160 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
8161 used for context switching.
8162 (ido-all-completions): Handle new `list' context.
8163 (ido-make-choice-list): Return choices for `list' context.
8164 (ido-find-file-in-dir, ido-display-file, ido-write-file)
8165 (ido-display-buffer, ido-kill-buffer): Disable context switching.
8166 (ido-insert-buffer, ido-insert-file): Setup context switching.
8167 (ido-exhibit): Handle `list' context.
8168 (ido-read-file-name): Disable context switching. Handle fallback.
8169 (ido-read-directory-name): Disable context switching.
8170 (ido-completing-read): New defun like completing-read. Setup and
8171 use new `list' context.
8172
8173 2004-09-20 Jesper Harder <harder@ifa.au.dk>
8174
8175 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
8176
8177 2004-09-21 Jay Belanger <belanger@truman.edu>
8178
8179 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
8180 `calc-graph-set-styles' so the gnuplot buffer will appear in a
8181 separate window.
8182
8183 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
8184
8185 * subr.el (after-change-major-mode-hook): Doc fix.
8186
8187 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8188
8189 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
8190 of ghostscript for monochrome PostScript file in Windows.
8191
8192 2004-09-21 Kenichi Handa <handa@m17n.org>
8193
8194 * descr-text.el (describe-char): Checking of quail activation fixed.
8195
8196 2004-09-21 Jay Belanger <belanger@truman.edu>
8197
8198 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
8199
8200 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
8203 after the mode hooks instead of before. Doc fix.
8204
8205 2004-09-20 Jason Rumney <jasonr@gnu.org>
8206
8207 * startup.el (command-line) [windows-nt]: Try .emacs first, then
8208 _emacs, but revert to .emacs if neither exists in home directory.
8209
8210 2004-09-20 John Paul Wallington <jpw@gnu.org>
8211
8212 * bindings.el (completion-ignored-extensions): Add .dfsl.
8213
8214 2004-09-20 Richard M. Stallman <rms@gnu.org>
8215
8216 * bindings.el (scroll-left): Make it disabled.
8217
8218 * files.el (enable-local-eval): Doc fix.
8219
8220 * indent.el (move-to-left-margin): Special case for minibuffer.
8221
8222 * term.el (term-emulate-terminal): Turn off undo for output.
8223 Use with-current-buffer and save-selected-window.
8224
8225 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
8226
8227 * progmodes/make-mode.el (makefile-fill-paragraph):
8228 Don't insist on spaces when looking for comments. # is enough.
8229
8230 * files.el (hack-local-variables): Copy the variables list
8231 to another buffer, strip prefixes and suffixes there, then read.
8232 (enable-local-eval): Doc fix.
8233 (ignored-local-variables): Initialize to nil.
8234 (risky-local-variable-p): Don't check ignored-local-variables here.
8235 (hack-one-local-variable): Ignore var if in ignored-local-variables.
8236
8237 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8238
8239 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
8240 of = to "." (punctuation).
8241
8242 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * subr.el (event-basic-type): Fix mask (extend to 22bits).
8245
8246 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
8247
8248 * textmodes/enriched.el (enriched-rerun-flag): New variable.
8249 (enriched-before-change-major-mode): New function.
8250 Add it to `change-major-mode-hook'.
8251 (enriched-after-change-major-mode): New function.
8252 Add it to `after-change-major-mode-hook'.
8253 (enriched-mode): Make it work correctly if called from
8254 `after-change-major-mode-hook'.
8255 No longer set `indent-line-function'.
8256
8257 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
8258
8259 * subr.el (after-change-major-mode-hook): New variable.
8260 (run-mode-hooks): Implement it.
8261
8262 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8263
8264 * battery.el (battery-linux-proc-apm): Use string-to-number.
8265 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
8266 Use dolist (and less indentation). Use erase-buffer.
8267 Pre-initialize `design-capacity', `warn', and `low'.
8268 (battery-format): Use replace-regexp-in-string.
8269
8270 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
8271
8272 * battery.el: Delete superfluous empty lines.
8273 (battery-linux-proc-acpi): Attempt to gather information from all
8274 battery subdirectories regardless of their file name.
8275 (battery-linux-proc-apm): Replace all occurrences of
8276 battery-hex-to-int-2 with string-to-int (base 16).
8277 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
8278 (battery-hex-map): Delete variable.
8279
8280 2004-09-18 John Paul Wallington <jpw@gnu.org>
8281
8282 * calc/calc-units.el (calc-quick-units): Fix overzealous
8283 s/or/unless/.
8284
8285 2004-09-17 Jay Belanger <belanger@truman.edu>
8286
8287 * calc/calc.el (calc-mode-var-list): Fix the value of
8288 `calc-matrix-brackets'.
8289
8290 2004-09-17 Romain Francoise <romain@orebokech.com>
8291
8292 * ibuf-ext.el (define-ibuffer-filter filename):
8293 Expand dired-directory since buffer-file-name is absolute.
8294
8295 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8296
8297 * ediff-init.el (ediff-current-diff-face-A)
8298 (ediff-current-diff-face-B, ediff-current-diff-face-C)
8299 (ediff-current-diff-face-Ancestor)
8300 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8301 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8302 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8303 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8304 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8305 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8306 Use min-colors.
8307
8308 * term.el (term-down): Perform vertical motion if DOWN is negative.
8309 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
8310 (term-termcap-format): Synchronyze with the eterm terminfo entry
8311 in etc/e/eterm.ti.
8312 (term-handle-colors-array): If the current foreground or
8313 background are zero (i.e. unspecified), use the foreground and
8314 background of the default face for reverse video.
8315 (term-ansi-at-eval-string, term-ansi-default-fg)
8316 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
8317 (term-mem): Delete ununsed function.
8318 (term-protocol-version): Increment.
8319 (term-current-face): Set to default.
8320
8321 2004-09-15 Jay Belanger <belanger@truman.edu>
8322
8323 * calc/calc.el (calc-mode-var-list): Define this variable.
8324 (calc-always-load-extensions, calc-line-numbering)
8325 (calc-line-breaking, calc-display-just, calc-display-origin)
8326 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8327 (calc-group-char, calc-point-char, calc-frac-format)
8328 (calc-prefer-frac, calc-hms-format, calc-date-format)
8329 (calc-float-format, calc-full-float-format, calc-complex-format)
8330 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8331 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8332 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8333 (calc-matrix-brackets, calc-language, calc-language-option)
8334 (calc-left-label, calc-right-label, calc-word-size)
8335 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8336 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8337 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8338 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8339 (calc-window-height, calc-display-trail, calc-show-selections)
8340 (calc-use-selections, calc-assoc-selections)
8341 (calc-display-working-message, calc-auto-why, calc-timing)
8342 (calc-mode-save-mode, calc-standard-date-formats)
8343 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
8344 (calc-user-parse-tables, calc-gnuplot-default-device)
8345 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8346 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8347 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8348 (calc-invocation-macro, calc-show-banner): Give these values as
8349 part of `calc-mode-var-list's initialization after the variables
8350 are declared with defvar.
8351 (calc-bug-address): Change email address to send bug reports to.
8352 Change the maintainer address at the top.
8353 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
8354 than "\\.emacs" to determine if it is the user-init-file.
8355
8356 * calc/calc-embed.el (calc-embedded-set-modes): Use
8357 `calc-mode-var-list' correctly.
8358
8359 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
8360
8361 * vc.el (annotate-time): Document point handling.
8362 (vc-annotate-display-autoscale): Doc fix.
8363
8364 2004-09-15 Miles Bader <miles@gnu.org>
8365
8366 * generic.el (generic-make-keywords-list): Use symbol rather than
8367 word anchors in regexp.
8368
8369 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
8370
8371 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
8372 no file name consider `dired-directory'.
8373
8374 2004-09-14 Kim F. Storm <storm@cua.dk>
8375
8376 * faces.el (cursor): Add face-no-inherit property. Doc fix.
8377
8378 2004-09-14 Simon Josefsson <jas@extundo.com>
8379
8380 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
8381
8382 * textmodes/dns-mode.el: Add.
8383
8384 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
8387 (disabled-command-function): Make the ?\ char more obvious.
8388
8389 * vc-arch.el (vc-arch-root, vc-arch-registered):
8390 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
8391
8392 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
8393
8394 * windmove.el (windmove-frame-edges): Report coordinates of
8395 outside edges of frame, not inside edges.
8396 (windmove-coordinates-of-position): Convert into wrapper to new
8397 function `windmove-coordinates-of-window-position';
8398 `compute-motion' always applies to selected window.
8399 (windmove-coordinates-of-position): Update documentation to refer
8400 to Emacs 21 Lisp Reference Manual.
8401 (windmove-find-other-window): Fix off-by-one errors for max x,y.
8402
8403 2004-09-13 Kim F. Storm <storm@cua.dk>
8404
8405 * isearch.el (isearch-resume-in-command-history): Rename from
8406 isearch-resume-enabled and change default to nil.
8407
8408 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * vc-hooks.el (vc-ignore-dir-regexp): New var.
8411 (vc-registered): Use it.
8412 (vc-find-root): New fun.
8413
8414 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8415 Don't tell to use \\{...} when it's already done.
8416
8417 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
8418 Provide a sample complex default.
8419 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
8420 (bibtex-entry): Use mapc.
8421
8422 2004-09-12 Kim F. Storm <storm@cua.dk>
8423
8424 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
8425
8426 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
8427 inhibit-field-text-motion to t so rectangles work in comint buffers.
8428
8429 * simple.el (choose-completion-string): Set buffer before running
8430 choose-completion-string-functions hook so it can be buffer-local.
8431
8432 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
8433
8434 * progmodes/compile.el (compilation-start): Parse command to see
8435 if it starts with a cd, and if so perform it for the *compilation*
8436 buffer. Change the header to reflect this.
8437
8438 2004-09-11 Kim F. Storm <storm@cua.dk>
8439
8440 * ido.el (ido-enable-dot-prefix): Doc fix.
8441 (ido-enable-dot-prefix): New defcustom.
8442 (ido-set-matches1): Use it.
8443
8444 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * textmodes/bibtex.el (bibtex-mark-active)
8447 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
8448
8449 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8450
8451 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
8452 used in a case insensitive environment.
8453 (bibtex-mode-map): Rearrange order of menus.
8454 (bibtex-quoted-string-re): Obsolete.
8455 (bibtex-complete-key-cleanup): Variable replaced by new function.
8456 (bibtex-font-lock-keywords): Use backquotes.
8457 (bibtex-font-lock-url-regexp): New internal variable.
8458 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
8459 "OPT" and "ALT".
8460 (bibtex-insert-current-kill, bibtex-make-field)
8461 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
8462 (bibtex-parse-field-text): Simplify.
8463 (bibtex-string=): New helper function.
8464 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
8465 (bibtex-map-entries): Use bibtex-string=.
8466 (bibtex-search-entry): Use not.
8467 (bibtex-enclosing-field): Fix docstring.
8468 (bibtex-assoc-regexp): Obsolete.
8469 (bibtex-format-entry): Use assoc-string and bibtex-string=.
8470 (bibtex-autokey-get-names): Handle empty name field.
8471 (bibtex-parse-strings): Use assoc-string and unless.
8472 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
8473 Use assoc-string.
8474 (bibtex-pop): Simplify.
8475 (bibtex-mode): Set font-lock-extra-managed-props.
8476 (bibtex-entry-update): Use assoc-string.
8477 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
8478 (bibtex-autofill-entry): Use bibtex-string=.
8479 (bibtex-print-help-message): Simplify.
8480 (bibtex-find-entry): New optional arg START.
8481 (bibtex-validate): Use bibtex-string= and assoc-string.
8482 Do not call obsolete function compilation-parse-errors.
8483 (bibtex-remove-delimiters): Only remove delimiters if present.
8484 (bibtex-copy-entry-as-kill): Add docstring.
8485 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
8486 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
8487 (bibtex-complete): Use bibtex-predefined-month-strings,
8488 bibtex-string=, and new function bibtex-complete-key-cleanup.
8489 (bibtex-generate-url-list): New variable.
8490 (bibtex-url): New command bound to C-c C-l and mouse-2.
8491 (bibtex-url-map): New local keymap for bibtex-url-mouse.
8492 (bibtex-font-lock-url): New function.
8493
8494 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
8497
8498 2004-09-09 Kim F. Storm <storm@cua.dk>
8499
8500 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
8501 counter and format with binding.
8502 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
8503 the declared macro uses own macro counter and format. Give symbol
8504 kmacro property.
8505 (kmacro-keymap): Bind kmacro-name-last-macro to n.
8506 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
8507 (kmacro-end-and-call-macro): Doc fix.
8508
8509 2004-09-09 Lars Hansen <larsh@math.ku.dk>
8510
8511 * desktop.el (desktop-clear-preserve-buffers):
8512 Remove make-obsolete-variable.
8513
8514 2004-09-08 Richard M. Stallman <rms@gnu.org>
8515
8516 * buff-menu.el (list-buffers-noselect): Call format-mode-line
8517 with the buffer as argument.
8518
8519 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
8522
8523 2004-09-08 Juri Linkov <juri@jurta.org>
8524
8525 * replace.el (perform-replace): Use `query-replace-descr'.
8526
8527 * cus-start.el (history-delete-duplicates): Specify customization.
8528
8529 * diff-mode.el (diff-mode-map):
8530 * progmodes/compile.el (compilation-mode-map):
8531 * progmodes/grep.el (grep-mode-map):
8532 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
8533 to `next-error-follow-minor-mode'.
8534
8535 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8536
8537 * isearch.el (isearch-lazy-highlight-update): Take into account
8538 the case of zero-length match at the search bound.
8539
8540 2004-09-08 Kim F. Storm <storm@cua.dk>
8541
8542 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
8543 change. Use zero width overlays when necessary.
8544
8545 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8546
8547 * subr.el (split-string): Docfix.
8548
8549 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8550
8551 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
8552 (display-call-tree): Ensure newline after caller/calls blocks.
8553
8554 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8555
8556 * startup.el (command-line-1): Make option
8557 --directory/-L modify `load-path' straight away.
8558
8559 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8560
8561 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
8562
8563 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8564
8565 * emacs-lisp/autoload.el (make-autoload):
8566 Handle `define-compilation-mode'.
8567
8568 * emacs-lisp/lisp-mode.el (define-compilation-mode):
8569 Specify `doc-string-elt' property.
8570
8571 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8572
8573 * bs.el (bs-mode): Doc fix.
8574
8575 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8576
8577 * info.el (Info-insert-dir): Fix temp buffer leak bug.
8578
8579 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8580
8581 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
8582
8583 2004-09-08 Kenichi Handa <handa@m17n.org>
8584
8585 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
8586 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
8587 ps-mule-next-point -> 1+).
8588
8589 * composite.el (encode-composition-rule): Add autoload cooky.
8590
8591 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8592
8593 * format.el (buffer-auto-save-file-format): Make it permanent local.
8594
8595 2004-09-07 Kim F. Storm <storm@cua.dk>
8596
8597 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
8598 (authors-fixed-entries): Fix typo.
8599 (authors-canonical-author-name): Compact multiple spaces.
8600 Ignore trivial names (e.g. only first name).
8601
8602 * term.el (term-window-width): Only use full window width on
8603 window system if overflow-newline-into-fringe is enabled.
8604 (term-mode): Don't disable overflow-newline-into-fringe.
8605
8606 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
8609 motion as seen on my Mac OS X xterms.
8610
8611 * newcomment.el (uncomment-region-default, comment-region-default):
8612 New functions extracted from uncomment-region and comment-region.
8613 (comment-region, comment-region-function, uncomment-region)
8614 (uncomment-region-function): Use them.
8615
8616 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
8617
8618 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
8619 It's not crucial but can make sense at times.
8620
8621 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
8622 the first commit.
8623
8624 * vc.el (vc-buffer-context, vc-restore-buffer-context):
8625 Disable obsolete code.
8626
8627 2004-09-07 Juri Linkov <juri@jurta.org>
8628
8629 * progmodes/grep.el (grep-highlight-matches): Change default from
8630 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
8631 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
8632 if grep option `--color' is available, or to `nil' otherwise.
8633 (grep-process-setup): Call `grep-compute-defaults' if
8634 `grep-highlight-matches' is not computed. Set env-vars only
8635 if `grep-highlight-matches' is `t'.
8636 (grep-use-null-device): Remove redundant type `boolean' (`choice'
8637 is already defined).
8638
8639 * progmodes/compile.el (compilation-start): Use copy of
8640 `process-environment' created by `copy-sequence' to not
8641 modify env-vars in the global `process-environment'.
8642
8643 2004-09-06 Eli Zaretskii <eliz@gnu.org>
8644
8645 * simple.el (next-error-follow-minor-mode): Fix last change.
8646
8647 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
8648
8649 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
8650 permanent local.
8651
8652 2004-09-04 Richard M. Stallman <rms@gnu.org>
8653
8654 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
8655 highlighting if the search string is empty.
8656
8657 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
8658
8659 * facemenu.el (facemenu-active-faces): Change condition of inner
8660 `while' loop to also check the first two elements of `face-atts'
8661 and `mask-atts'.
8662
8663 2004-09-04 John Paul Wallington <jpw@gnu.org>
8664
8665 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
8666 (thumbs-view-image-mode): Make buffer read-only.
8667
8668 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
8669
8670 * textmodes/ispell.el (ispell-really-aspell): New defvar.
8671 (ispell-check-version): Set it.
8672 (ispell-send-replacement): New function.
8673 (ispell-process-line): Call ispell-send-replacement.
8674
8675 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8676
8677 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
8678 Support choosing seconds with "s".
8679
8680 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
8681
8682 * terminal.el (te-escape): Show `?' in prompt for help key.
8683
8684 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
8685
8686 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
8687
8688 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8689
8690 * simple.el (next-error-follow-minor-mode)
8691 (next-error-follow-mode-post-command-hook): New functions.
8692 (next-error-follow-last-line): New defvar.
8693
8694 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
8695 * progmodes/compile.el (compilation-mode-map): Likewise.
8696 * progmodes/grep.el (grep-mode-map): Likewise.
8697 * replace.el (occur-mode-map): Likewise.
8698
8699 * newcomment.el (uncomment-region): Bind comment-use-global-state
8700 to nil.
8701
8702 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
8703
8704 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
8705 locally around the call to `revert-buffer'.
8706
8707 2004-09-03 Juri Linkov <juri@jurta.org>
8708
8709 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
8710 `isearch-adjusted' to `t'.
8711 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
8712 (isearch-message-prefix): Add "pending" for isearch-adjusted.
8713 (isearch-other-meta-char): Restore isearch-point unconditionally.
8714 (isearch-query-replace): Add new arg `regexp-flag' and use it.
8715 Set point to start of match if region is not active in transient
8716 mark mode (to include the current match to region boundaries).
8717 Push the search string to `query-replace-from-history-variable'.
8718 Add prompt "Query replace regexp" for isearch-regexp.
8719 Add region beginning/end as last arguments of `perform-replace.'
8720 (isearch-query-replace-regexp): Replace code by the call to
8721 `isearch-query-replace' with arg `t'.
8722
8723 2004-09-03 Richard M. Stallman <rms@gnu.org>
8724
8725 * startup.el (normal-top-level): Undo previous TERM change.
8726
8727 2004-09-03 Kim F. Storm <storm@cua.dk>
8728
8729 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
8730 highlight overlays; allow using RET when cursor is over a button.
8731 (cua--highlight-rectangle): Use it.
8732 (cua--rectangle-set-corners): Don't move backwards at eol.
8733 (cua--forward-line): Don't move into void after eob.
8734
8735 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
8736 point is set (and displayed) inside rectangle.
8737 (cua--rectangle-operation): Fix for highlight of empty lines.
8738 (cua--highlight-rectangle): Fix highlight for tabs.
8739 Position cursor at left/right edge of rectangle using new `cursor'
8740 property on overlay strings.
8741 (cua--indent-rectangle): Don't tabify.
8742 (cua-rotate-rectangle): Ignore that point has moved.
8743
8744 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8745
8746 * term/mac-win.el: Add ASCII equivalents for some function keys.
8747 (mode-line-frame-identification): Sync with x-win.el.
8748
8749 2004-09-02 Juri Linkov <juri@jurta.org>
8750
8751 * progmodes/compile.el (compilation-buffer-name): Compare major
8752 mode with second element of compilation-arguments instead of third
8753 to reflect latest changes in compilation-arguments structure.
8754 (recompile): Use global variable `compilation-directory' to get
8755 recent compilation directory only when `recompile' is invoked NOT
8756 in the compilation buffer. Otherwise, use `default-directory' of
8757 the compilation buffer.
8758 (compilation-error-properties): Allow to funcall col and end-col.
8759 (compilation-mode-font-lock-keywords): Check col and end-col by
8760 `integerp'.
8761 (compilation-goto-locus): If end-mk is non-nil in transient mark
8762 mode don't activate the mark (and don't display message in
8763 push-mark), but highlight overlay between mk and end-mk.
8764
8765 * progmodes/grep.el (grep-highlight-matches): New defcustom.
8766 (grep-regexp-alist): Add rule to highlight grep matches.
8767 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
8768
8769 * info.el (Info-fontify-node): Don't compute other-tag
8770 if Info-hide-note-references=hide.
8771
8772 * help.el (function-called-at-point):
8773 * help-fns.el (variable-at-point):
8774 Try `find-tag-default' when other methods failed.
8775
8776 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8777 Do not push mark if inhibit-mark-movement is non-nil.
8778
8779 * textmodes/ispell.el (ispell-html-skip-alists):
8780 Fix backslashes in docstring.
8781
8782 2004-09-01 Juri Linkov <juri@jurta.org>
8783
8784 * isearch.el (isearch-wrap-function)
8785 (isearch-push-state-function): New defvars.
8786 (isearch-pop-fun-state): New defsubst.
8787 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
8788 (isearch-push-state): Set the result of calling
8789 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
8790 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
8791 restore the mode-specific starting point of terminated search.
8792 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
8793 (isearch-repeat): Call `isearch-wrap-function' if defined.
8794 (isearch-message-prefix): Don't add prefix "over" to the message
8795 for wrapped search if `isearch-wrap-function' is defined.
8796 (isearch-search): Call function saved in `isearch-pop-fun-state' to
8797 restore the mode-specific starting point of failed search.
8798
8799 * info.el (Info-search-whitespace-regexp): Fix backslashes.
8800 (Info-search): Add new optional arguments for the sake of isearch.
8801 Replace whitespace in Info-search-whitespace-regexp literally.
8802 Add backward search. Don't call `Info-select-node' if regexp is
8803 found in the same Info node. Don't add node to Info-history for
8804 wrapped isearch.
8805 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
8806 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
8807 (Info-mode): Set local variables `isearch-search-fun-function',
8808 `isearch-wrap-function', `isearch-push-state-function',
8809 `search-whitespace-regexp'.
8810
8811 * isearch.el: Remove ancient Change Log section.
8812 (isearch-string, isearch-message-string, isearch-point)
8813 (isearch-success, isearch-forward-flag, isearch-other-end)
8814 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8815 (isearch-barrier, isearch-within-brackets)
8816 (isearch-case-fold-search): Add suffix `-state' to state-related
8817 defsubsts to avoid name clashes with other function names.
8818
8819 * simple.el (next-error): New defgroup and defface.
8820 (next-error-highlight, next-error-highlight-no-select):
8821 New defcustoms.
8822 (next-error-no-select): Let-bind next-error-highlight to the value
8823 of next-error-highlight-no-select before calling `next-error'.
8824
8825 * progmodes/compile.el (compilation-goto-locus):
8826 Use `next-error' face instead of `region'. Set 4-th argument of
8827 `move-overlay' to `current-buffer' to move overlay to different
8828 source buffers. Use new variable `next-error-highlight'.
8829
8830 * simple.el (next-error-find-buffer): Move the rule
8831 "if current buffer is a next-error capable buffer" after the
8832 rule "if next-error-last-buffer is set to a live buffer".
8833 Simplify to test all rules in one `or'.
8834 (next-error): Doc fix.
8835 (next-error, previous-error, first-error)
8836 (next-error-no-select, previous-error-no-select):
8837 Make arguments optional.
8838
8839 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8840
8841 * macros.el (apply-macro-to-region-lines): Make it operate on all
8842 lines that begin in the region, rather than on all complete lines
8843 in the region.
8844
8845 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8846
8847 * x-dnd.el (x-dnd-protocol-alist): Document update.
8848 (x-dnd-known-types): Defcustom it.
8849 (x-dnd-handle-motif): Print message-atom in error message.
8850
8851 2004-08-30 John Paul Wallington <jpw@gnu.org>
8852
8853 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
8854 strings rather than programatically constructing message.
8855
8856 2004-08-30 Richard M. Stallman <rms@gnu.org>
8857
8858 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
8859 Don't return a string that would read as the wrong character code.
8860
8861 2004-08-29 Kim F. Storm <storm@cua.dk>
8862
8863 * emulation/cua-base.el (cua-auto-expand-rectangles):
8864 Remove automatic rectangle padding feature; replace by non-destructive
8865 virtual rectangle edges feature.
8866 (cua-virtual-rectangle-edges): New defcustom.
8867 (cua-auto-tabify-rectangles): New defcustom.
8868 (cua-paste): If paste into a marked rectangle, insert rectangle at
8869 current column, even if virtual; also paste exactly as many lines
8870 as has been marked (ignore additional lines or add empty lines),
8871 but paste whole source if only one line is marked.
8872 (cua--update-indications): No longer use overwrite-cursor to
8873 indicate rectangle padding
8874
8875 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
8876 (cua--rectangle-virtual-edges): New defun.
8877 (cua--rectangle-get-corners): Remove optional PAD arg.
8878 (cua--rectangle-set-corners): Never do padding.
8879 (cua--forward-line): Remove optional PAD arg. Simplify.
8880 (cua-resize-rectangle-right, cua-resize-rectangle-left)
8881 (cua-resize-rectangle-down, cua-resize-rectangle-up):
8882 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
8883 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
8884 (cua--rectangle-move): Never do padding. Simplify.
8885 (cua--tabify-start): New defun.
8886 (cua--rectangle-operation): Add tabify arg. All callers changed.
8887 (cua--pad-rectangle): Remove.
8888 (cua--delete-rectangle): Handle delete with virtual edges.
8889 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
8890 (cua--insert-rectangle): Handle insert at virtual column.
8891 Perform auto-tabify if necessary.
8892 (cua--activate-rectangle): Remove optional FORCE arg.
8893 Never do padding. Simplify.
8894 (cua--highlight-rectangle): Enhance for virtual edges.
8895 (cua-toggle-rectangle-padding): Remove command.
8896 (cua-toggle-rectangle-virtual-edges): New command.
8897 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
8898 (cua--rectangle-post-command): Don't force rectangle padding.
8899 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
8900
8901 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
8902
8903 * indent.el (edit-tab-stops-buffer): Doc fix.
8904
8905 2004-08-28 Richard M. Stallman <rms@gnu.org>
8906
8907 * progmodes/grep.el (grep-default-command): Use find-tag-default.
8908 (grep-tag-default): Function deleted.
8909
8910 * subr.el (find-tag-default): Move from etags.el.
8911
8912 * progmodes/etags.el (find-tag-default): Move to subr.el.
8913
8914 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
8915 into the basic character if it has an uppercase form.
8916
8917 2004-08-27 Kenichi Handa <handa@m17n.org>
8918
8919 * international/utf-8.el (utf-8-post-read-conversion): If the
8920 buffer is unibyte, temporarily make it multibyte.
8921
8922 2004-08-27 Masatake YAMATO <jet@gyve.org>
8923
8924 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
8925
8926 2004-08-25 John Paul Wallington <jpw@gnu.org>
8927
8928 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
8929 0, 1, and many mismatches in message.
8930 (tex-start-shell): Use `set-process-query-on-exit-flag'.
8931
8932 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
8933 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
8934
8935 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
8938 vc-diff-switches differently.
8939
8940 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8941
8942 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
8943 before and a real defvar after
8944 `speedbar-supported-extension-expressions'. This is to silence
8945 the compiler without breaking bootstrapping.
8946
8947 2004-08-22 Richard M. Stallman <rms@gnu.org>
8948
8949 * textmodes/flyspell.el (flyspell-word):
8950 Use set-process-query-on-exit-flag.
8951 (flyspell-highlight-duplicate-region): Take POSS as arg.
8952 (flyspell-word): Pass POSS as arg.
8953
8954 * progmodes/ada-xref.el: Many doc and style fixes.
8955 (ada-find-any-references): Use compilation-start.
8956 (ada-get-ali-file-name): Improve error msg.
8957 (ada-get-ada-file-name): Likewise.
8958
8959 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
8960 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
8961
8962 * mail/mail-extr.el (mail-extr-all-top-level-domains):
8963 Add forward defvar.
8964
8965 * whitespace.el (global-whitespace-mode): New alias
8966 for whitespace-global-mode.
8967
8968 * speedbar.el (speedbar-file-regexp): Move definition up.
8969 (speedbar-mode, speedbar-set-mode-line-format):
8970 Use with-no-warnings.
8971 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
8972
8973 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
8974 controls whether to display the error buffer.
8975
8976 * ps-mule.el: Delete compatibility code for old Emacses.
8977 (ps-mule-find-wrappoint): Don't use chars-in-region.
8978
8979 * frame.el (display-mouse-p, display-selections-p):
8980 Use with-no-warnings.
8981
8982 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
8983
8984 2004-08-22 David Kastrup <dak@gnu.org>
8985
8986 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
8987 information.
8988
8989 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
8990
8991 2004-08-22 Andreas Schwab <schwab@suse.de>
8992
8993 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
8994
8995 2004-08-22 Masatake YAMATO <jet@gyve.org>
8996
8997 * cvs-status.el (cvs-status-checkout): New function.
8998 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
8999
9000 2004-08-21 David Kastrup <dak@gnu.org>
9001
9002 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
9003 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
9004 has been converted to use hashtables, the relation `nil=none' is
9005 no longer valid, as `nil' is not a hashtable. This patch tries to
9006 reduce the number of resulting errors.
9007
9008 2004-08-21 John Paul Wallington <jpw@gnu.org>
9009
9010 * subr.el (process-kill-without-query): Made obsolete in
9011 version 21.4, not 21.5.
9012
9013 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
9014 (vc-previous-comment, vc-next-comment)
9015 (vc-comment-search-reverse, vc-comment-search-forward)
9016 (vc-comment-to-change-log): Likewise.
9017
9018 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
9019
9020 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
9021
9022 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
9023 Correct indentation of DEFMETHODS with non-standard method
9024 combinations (e.g., PROGN, MIN, MAX).
9025
9026 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * startup.el (normal-top-level-add-subdirs-to-load-path):
9029 Avoid unnecessarily checking system-type.
9030 (normal-top-level): Set TERM to "dumb". Simplify.
9031
9032 * avoid.el (mouse-avoidance-ignore-p): New fun.
9033 Also ignore switch-frame, select-window, double, and triple clicks.
9034 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
9035 (mouse-avoidance-fancy-hook): Use it.
9036
9037 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
9038
9039 * avoid.el (mouse-avoidance-nudge-mouse)
9040 (mouse-avoidance-banish-destination): Stay within the current window
9041 to avoid problems with mouse-autoselect-window.
9042
9043 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
9046 the newer format of some messages in cvs-1.12.1.
9047
9048 2004-08-19 Masatake YAMATO <jet@gyve.org>
9049
9050 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
9051 (elp-results-jump-to-definition-by-mouse)
9052 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
9053 (elp-output-result): Use elp-output-insert-symname.
9054
9055 2004-08-18 Kenichi Handa <handa@m17n.org>
9056
9057 * language/cyrillic.el: Register koi8-r in
9058 ctext-non-standard-encodings-alist.
9059 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
9060
9061 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9062
9063 * emacs-lisp/copyright.el (copyright-update-year): Delete code
9064 that replaces 20xy with xy.
9065
9066 2004-08-17 John Paul Wallington <jpw@gnu.org>
9067
9068 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9069 (reb-force-update): Doc fix.
9070
9071 2004-08-16 Richard M. Stallman <rms@gnu.org>
9072
9073 * progmodes/which-func.el (which-func-update-1): Doc fix.
9074
9075 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
9076 (sh-mode-abbrev-table): New variable.
9077
9078 * progmodes/compile.el (compilation-mode): Doc fix.
9079
9080 * emacs-lisp/lisp-mode.el (eval-last-sexp):
9081 Don't cons a new symbol each time.
9082 (eval-last-sexp-fake-value): New variable.
9083
9084 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
9085 (copyright-update-year): Detect continuation of list of years.
9086
9087 * term.el (term-default-fg-color, term-default-bg-color)
9088 (ansi-term-color-vector): Use `unspecified', not nil, as default.
9089
9090 * imenu.el: Several doc fixes: don't say variables are buffer-local.
9091
9092 2004-08-16 Davis Herring <herring@lanl.gov>
9093
9094 * isearch.el (isearch-string, isearch-message-string, isearch-point)
9095 (isearch-success, isearch-forward-flag, isearch-other-end)
9096 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9097 (isearch-barrier, isearch-within-brackets)
9098 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
9099
9100 2004-08-16 Kenichi Handa <handa@m17n.org>
9101
9102 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
9103
9104 2004-08-15 Kenichi Handa <handa@m17n.org>
9105
9106 * term/x-win.el (x-selection-value): If utf8 was successful but
9107 ctext was not, use utf8 string.
9108
9109 2004-08-14 Davis Herring <herring@lanl.gov>
9110
9111 * isearch.el: Remove accidental changes of March 4. Fix backing
9112 up when a regexp isearch is made more general. Use symbolic
9113 accessor functions for isearch stack frames to make usage clearer.
9114 (search-whitespace-regexp): Made groups in documentation shy (as
9115 is the group in the default value).
9116 (isearch-fallback): New function, addresses problems with regexps
9117 liberalized by `\|', adds support for liberalization by `\}' (the
9118 general repetition construct), and incorporates behavior for
9119 `*'/`?'.
9120 (isearch-}-char): New command, calls `isearch-fallback' with
9121 arguments appropriate to a typed `}'.
9122 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
9123 appropriately.
9124 (isearch-mode-map): Bind `}' to `isearch-}-char'.
9125 (isearch-string, isearch-message,string, isearch-point)
9126 (isearch-success, isearch-forward-flag, isearch-other-end)
9127 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9128 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
9129 New inline functions to read fields of a stack frame.
9130
9131 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
9132
9133 * battery.el (battery-linux-proc-acpi): Look into battery
9134 directories matching the literal string "CMB", too (required for
9135 Linux kernel version 2.6.7).
9136
9137 2004-08-14 John Paul Wallington <jpw@gnu.org>
9138
9139 * cus-start.el (read-file-name-completion-ignore-case): Add.
9140 (blink-cursor-alist): Change version to "21.4".
9141
9142 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
9143
9144 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
9145
9146 * speedbar.el (speedbar-scan-subdirs): New option.
9147 (speedbar-file-lists): Don't ignore file-name case on Unix and use
9148 dolist.
9149 (speedbar-insert-files-at-point): Take an extra argument and use
9150 it to optionally find out if a subdir is empty. Also unreadable
9151 files don't get expand buttons.
9152 (speedbar-directory): New image (unused pixmap already existed).
9153 (speedbar-expand-image-button-alist): Use it.
9154
9155 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9156
9157 CC Mode update to 5.30.9:
9158
9159 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
9160 Move from cc-vars to cc-defs for dependency reasons. Fix the
9161 POSIX char class test to check that it works in
9162 `skip-chars-(forward|backward)' too.
9163
9164 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9165 first argument starts with a special brace list.
9166
9167 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
9168 when `c-opt-type-concat-key' is used (i.e. in Pike).
9169
9170 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
9171 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
9172 >)".
9173
9174 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
9175 whitespace safe.
9176
9177 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
9178 position for `arglist-intro', `arglist-cont-nonempty' and
9179 `arglist-close' when there are two arglist open parens on the same
9180 line and there's nothing in front of the first.
9181
9182 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
9183 locking of qualified names in Java, which previously could fontify
9184 common indexing expressions in many cases. The standard Java
9185 naming conventions are used to tell them apart.
9186
9187 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
9188 Fix inconsistency wrt opening parens on the first line inside a paren
9189 block.
9190
9191 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
9192 compile time for the sake of `c-major-mode-is'.
9193
9194 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
9195 `c-major-mode-is' in the event that this is used inside a
9196 `c-lang-defconst'.
9197
9198 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
9199 `c-lang-defconst' so that it works better with fallback languages.
9200
9201 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
9202 it to fail to record the base mode.
9203
9204 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9205 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
9206 is used. Reorder the syntax checks to get more efficient
9207 skipping in some situations.
9208
9209 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
9210 continuation which might precede the newly inserted '{'.
9211
9212 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9213 Fix cases where it could loop indefinitely.
9214
9215 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
9216 size specs correctly. Only fontify identifiers in front of '('
9217 with as functions - don't accept any paren char. Tighten up
9218 initializer skipping to stop before function and class blocks.
9219
9220 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9221 the point could be left directly after an open paren when finding
9222 the beginning of the first decl in the block.
9223
9224 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
9225 table when filtering out legitimate open parens to be recorded.
9226 This could cause cache inconsistencies when e.g.
9227 `c++-template-syntax-table' was temporarily in use.
9228
9229 * progmodes/cc-engine.el (c-on-identifier)
9230 (c-simple-skip-symbol-backward): Small fix for handling "-"
9231 correctly in `skip-chars-backward'. Affected the operator lfun
9232 syntax in Pike.
9233
9234 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
9235 Fix bug that could cause an error from `after-change-functions' when
9236 the changed region is at bob.
9237
9238 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
9239
9240 CC Mode update to 5.30.9:
9241
9242 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
9243 to say that <TAB> doesn't insert WS into a CPP line.
9244 (c-indent-command, c-tab-always-indent): Amend doc strings.
9245
9246 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
9247 checks for user errors, thus eliminating cryptic and unhelpful
9248 Emacs error messages. (1) Check the arg to `c-set-style' is a
9249 string. (2) Check that settings to `c-offsets-alist' are not
9250 spuriously quoted.
9251
9252 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
9253 which precedes the newly inserted `{'.
9254
9255 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9256
9257 Sync with Tramp 2.0.44.
9258
9259 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
9260 function "tramp_file_attributes". Otherwise, file names
9261 containing spaces are misinterpreted. Reported by Magnus Henoch
9262 <mange@freemail.hu>.
9263 (tramp-handle-file-truename): FILENAME must be expanded first.
9264 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
9265 obscure results. Reported by D. Goel <deego@gnufans.org>.
9266 (tramp-handle-verify-visited-file-modtime): If file does not
9267 exist, say it is not modified if and only if that agrees with the
9268 buffer's record. Check whether a file is visiting the buffer, or
9269 the buffer has no recorded last modification time. Return t in
9270 case the visiting file doesn't exist. Suggested by Luc Teirlinck
9271 <teirllm@auburn.edu>.
9272 (tramp-handle-write-region): Pass modtime explicitely to
9273 `set-visited-file-modtime', because filename can be different
9274 from (buffer-file-name) if `file-precious-flag' is set.
9275 `set-visited-file-modtime' must be called always when `visit' is t
9276 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
9277 (tramp-handle-set-visited-file-modtime): If `time-list' is not
9278 nil, don't apply the whole body. If the file doesn't exists, set
9279 modtime to '(-1 65535). Suggested by Luc Teirlinck
9280 <teirllm@auburn.edu>.
9281
9282 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
9283
9284 * help.el (describe-bindings): Doc fix.
9285
9286 * subr.el (kbd): Doc fix.
9287
9288 2004-08-08 John Paul Wallington <jpw@gnu.org>
9289
9290 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
9291 instead of `string-to-int'.
9292 (define-ibuffer-column mode): Fix indentation.
9293
9294 2004-08-08 Lars Hansen <larsh@math.ku.dk>
9295
9296 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
9297
9298 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9299
9300 * subr.el (global-unset-key, local-unset-key): Doc fixes.
9301
9302 * novice.el (disabled-command-function): New variable renamed from
9303 `disabled-command-hook'.
9304 (disabled-command-hook): Keep the _variable_ as alias for
9305 `disabled-command-function' and make obsolete.
9306 (disabled-command-function): Function renamed from
9307 `disabled-command-hook'. Adapt code to name change of the variable.
9308
9309 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
9310
9311 * simple.el (completion-root-regexp): New defvar.
9312 (completion-setup-function): Use it instead of a literal string.
9313
9314 2004-08-07 John Paul Wallington <jpw@gnu.org>
9315
9316 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
9317 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
9318 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
9319 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
9320
9321 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9322
9323 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
9324 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
9325
9326 2004-08-04 Kenichi Handa <handa@m17n.org>
9327
9328 * international/encoded-kb.el (encoded-kbd-setup-keymap):
9329 Fix previous change.
9330
9331 2004-08-03 Kenichi Handa <handa@m17n.org>
9332
9333 * international/encoded-kb.el: The following changes are to
9334 utilize key-translation-map instead of minor mode map.
9335 (encoded-kbd-iso2022-non-ascii-map): Delete it.
9336 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
9337 (encoded-kbd-last-key): New function.
9338 (encoded-kbd-iso2022-single-shift): New function.
9339 (encoded-kbd-iso2022-designation)
9340 (encoded-kbd-self-insert-iso2022-7bit)
9341 (encoded-kbd-self-insert-iso2022-8bit)
9342 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
9343 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
9344 key-translation-map.
9345 (encoded-kbd-setup-keymap): Setup key-translation-map.
9346 (saved-key-translation-map): New variable.
9347 (encoded-kbd-mode): Save/restore key-translation-map.
9348 Adjust for the change of encoded-kbd-setup-keymap.
9349
9350 2004-08-02 Kim F. Storm <storm@cua.dk>
9351
9352 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
9353 and call compute-motion with nil for topos and width to get proper
9354 usable width and height for both window and non-window systems.
9355
9356 * windmove.el (windmove-coordinates-of-position): Let compute-motion
9357 calculate usable window width and height.
9358
9359 * window.el (window-buffer-height): Call compute-motion with nil width.
9360
9361 2004-08-01 David Kastrup <dak@gnu.org>
9362
9363 * replace.el (query-replace-read-from):
9364 Use `query-replace-compile-replacement'.
9365 (query-replace-compile-replacement): New function.
9366 (query-replace-read-to): Use `query-replace-compile-replacement'
9367 for repeating the last command.
9368
9369 2004-08-01 John Paul Wallington <jpw@gnu.org>
9370
9371 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
9372 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
9373 (pr-switches): Remove period from end of error messages.
9374
9375 * help-mode.el (help-go-back): Likewise.
9376
9377 * abbrev.el (only-global-abbrevs): Doc fix.
9378 (edit-abbrevs-map): Define within defvar.
9379 (quietly-read-abbrev-file): Doc fix.
9380
9381 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
9382
9383 * novice.el (enable-command, disable-command): Doc fixes.
9384
9385 * subr.el (event-modifiers, event-basic-type): Doc fixes.
9386
9387 2004-07-30 Richard M. Stallman <rms@gnu.org>
9388
9389 * subr.el (with-local-quit): Doc fix.
9390
9391 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
9392
9393 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
9394
9395 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
9396
9397 * custom.el (defcustom): Doc fix.
9398
9399 2004-07-28 Masatake YAMATO <jet@gyve.org>
9400
9401 * progmodes/etags.el (etags-tags-apropos): Show building progress.
9402
9403 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * imenu.el (imenu-prev-index-position-function)
9406 (imenu-extract-index-name-function, imenu-name-lookup-function)
9407 (imenu--index-alist): Docstring redundancy fix.
9408
9409 2004-07-25 Lars Hansen <larsh@math.ku.dk>
9410
9411 * wdired.el (wdired-finish-edit): Require dired-aux before locally
9412 binding dired-backup-overwrite.
9413
9414 2004-07-25 John Paul Wallington <jpw@gnu.org>
9415
9416 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
9417
9418 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9419
9420 * term/tty-colors.el (tty-color-approximate): Doc fix.
9421
9422 * select.el (x-get-selection, x-set-selection): Doc fixes.
9423
9424 * frame.el (make-frame): Doc fix.
9425
9426 2004-07-24 Richard M. Stallman <rms@gnu.org>
9427
9428 * mail/rmail.el (rmail-mime-charset-pattern):
9429 Don't include semicolon in the charset value.
9430
9431 * replace.el (occur-next-error): Call set-window-point.
9432 (occur-engine): Handle negative NLINES.
9433
9434 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
9435
9436 * frame.el (modify-all-frames-parameters): Minor doc fix.
9437 (set-frame-configuration): Doc fix.
9438
9439 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9440
9441 * simple.el (completion-setup-function): Compute the common parts
9442 and the first difference place correctly when
9443 partial-completion-mode is on.
9444
9445 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9446
9447 * ps-print.el: Doc fix.
9448 (ps-print-version): New version 6.6.5.
9449 (ps-printing-region): Doc fix.
9450 (ps-generate-string-list): Comment fix.
9451 (ps-message-log-max): Code fix.
9452
9453 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9454
9455 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
9456 generated PostScript.
9457
9458 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
9459
9460 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
9461 with Gnus v5_10 branch.)
9462
9463 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9464
9465 * calendar/time-date.el (time-to-number-of-days): New function.
9466 Imported from from Gnus.
9467
9468 2004-07-22 Kim F. Storm <storm@cua.dk>
9469
9470 * progmodes/make-mode.el: Fix comments.
9471
9472 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9473
9474 * printing.el: Doc fix.
9475
9476 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
9477
9478 * frame.el (modify-all-frames-parameters): Minor doc fix.
9479
9480 2004-07-20 Richard M. Stallman <rms@gnu.org>
9481
9482 * textmodes/fill.el (fill-nobreak-p): If this break point is
9483 at the end of the line, don't consider the newline which follows
9484 as a reason to return t.
9485
9486 2004-07-19 John Paul Wallington <jpw@gnu.org>
9487
9488 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
9489
9490 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9491
9492 * dired-aux.el (dired-do-kill-lines): Expand docstring.
9493 Delete irrelevant code.
9494
9495 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9496
9497 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9498 New docstring. From Luc Teirlinck.
9499
9500 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
9501
9502 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
9503 section.
9504 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
9505 non-file buffers. We know it is nil.
9506
9507 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9508
9509 Sync with Tramp 2.0.43.
9510
9511 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9512 Remove outdated comment.
9513 (tramp-locked, tramp-locker): New variables for implementing a
9514 global lock.
9515 (tramp-sh-file-name-handler): Use them to implement the global lock.
9516
9517 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
9518
9519 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
9520 calls to respective `xxx` calls.
9521 (tramp-process-alive-regexp): Precise doc string.
9522 (tramp-multi-action-process-alive): New defun.
9523 (tramp-multi-actions): Use it.
9524 (tramp-handle-find-backup-file-name): `copy-tree' is available
9525 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
9526 in order to avoid this function.
9527 (tramp-handle-write-region): Set current buffer. If connection
9528 wasn't open, `file-modes' has changed it accidently. Reported by
9529 David Kastrup <dak@gnu.org>.
9530 (tramp-enter-password, tramp-read-passwd): New arguments USER and
9531 HOST.
9532 (tramp-action-password, tramp-multi-action-password): Apply it.
9533 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
9534 name must still contain the port number. Otherwise, we have two
9535 Tramp buffers, with all the confusion. Reported by Myron Selby
9536 <myron@xytech.com> and Rolf Dubitzky
9537 <Dubitzky@physi.uni-heidelberg.de>.
9538
9539 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
9540 HOST to `tramp-enter-passwd'.
9541
9542 * net/tramp-vc.el (all): Code cleanup. Change all
9543 `tramp-handle-xxx' calls to respective `xxx` calls.
9544
9545 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
9546
9547 * emacs-lisp/testcover.el: New category "potentially-1valued" for
9548 functions that are not erroneous if either 1-valued or
9549 multi-valued. Detect functions in this class.
9550 (testcover-1value-functions, testcover-compose-functions)
9551 (testcover-progn-functions) Add some additional functions to lists.
9552 (testcover-mark): Bugfix when marking up the definition for an
9553 empty function.
9554
9555 2004-07-17 Richard M. Stallman <rms@gnu.org>
9556
9557 * replace.el (occur-read-primary-args): Pass default to
9558 read-from-minibuffer.
9559
9560 * mail/footnote.el (footnote-section-tag): Use defcustom.
9561
9562 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
9563 Compile font-lock-keywords, not KEYWORDS.
9564 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
9565 Add warn, check-type. Handle cerror like error.
9566
9567 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9568
9569 * progmodes/which-func.el (which-func-keymap): New var.
9570 (which-func-face): New face.
9571 (which-func-format): Use them.
9572
9573 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9574
9575 * buff-menu.el (list-buffers-noselect): Append the buffer's
9576 process status to its mode name.
9577
9578 2004-07-16 Kim F. Storm <storm@cua.dk>
9579
9580 * simple.el (inhibit-mark-movement): New defvar.
9581 (beginning-of-buffer, end-of-buffer): Do not push mark if
9582 inhibit-mark-movement is non-nil or C-u prefix is given.
9583
9584 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
9585 Init to beginning-of-buffer and end-of-buffer.
9586 (cua--undo-push-mark): New defvar.
9587 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
9588 already active and command is in cua--preserve-mark-commands.
9589 Also fix check for shift modifier on non-window systems.
9590 (cua--post-command-handler): Clear inhibit-mark-movement if set.
9591
9592 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9593
9594 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
9595 of two integers, instead of a cons.
9596
9597 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9598 `visited-file-modtime' now returns a list of two integers, instead
9599 of a cons.
9600
9601 * dired.el (dired-directory-changed-p): Ditto.
9602
9603 * progmodes/grep.el (grep): Doc fix.
9604
9605 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9606
9607 * autorevert.el (auto-revert-tail-mode)
9608 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
9609 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
9610 in both at the same time.
9611 (auto-revert-tail-mode): New command.
9612 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
9613 (auto-revert-handler): Revert only either tail or whole file.
9614
9615 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
9616 add auto-revert-tail-mode.
9617
9618 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9619
9620 * printing.el: Doc fix. Change name of some funs.
9621 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
9622 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
9623 (pr-standard-file-name): New fun. Replace pr-standard-path.
9624 (pr-call-process): Code fix.
9625
9626 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
9627
9628 * subr.el (with-selected-window): Doc fix.
9629
9630 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
9631
9632 * subr.el (get-buffer-window-list): Doc fix.
9633
9634 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
9635
9636 * files.el (switch-to-buffer-other-window): Doc fix.
9637
9638 * window.el (save-selected-window, one-window-p)
9639 (split-window-keep-point, split-window-vertically)
9640 (split-window-horizontally): Doc fixes.
9641
9642 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9643
9644 * printing.el: Doc fix. Now it uses call-process instead of
9645 shell-command for low command execution.
9646 (pr-version): New version number (6.8).
9647 (pr-shell-file-name): Option removed.
9648 (pr-shell-command): Fun removed.
9649 (pr-call-process): New fun. Replace pr-shell-command.
9650 (pr-standard-path, pr-remove-nil-from-list): New funs.
9651 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
9652 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
9653 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
9654 (pr-ps-utility-process, pr-txt-print): Code fix.
9655
9656 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9657
9658 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
9659 boolean.
9660
9661 2004-07-09 Lars Hansen <larsh@math.ku.dk>
9662
9663 * wid-edit.el (widget-field-buffer): Doc fix.
9664
9665 2004-07-09 John Paul Wallington <jpw@gnu.org>
9666
9667 * emacs-lisp/re-builder.el (reb-update-overlays):
9668 Distinguish between one and several matches in message.
9669
9670 2004-07-09 Richard M. Stallman <rms@gnu.org>
9671
9672 * mouse.el (mouse-set-region-1): If transient-mark-mode
9673 is `identity', change it to `only'.
9674
9675 * simple.el (current-word): Doc fix.
9676
9677 2004-07-09 Mark A. Hershberger <mah@everybody.org>
9678
9679 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
9680 so that it is more understanding of whitespace.
9681
9682 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
9683 (("ns" . "element") (attr-list) children) instead of
9684 ((:ns . "element") (attr-list) children) in order to reduce the
9685 number of symbols used.
9686 (xml-skip-dtd): Change to use xml-parse-dtd but set
9687 xml-validating-parsing to nil.
9688 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
9689 (xml-substitute-entity): Remove in favor of new entity substitution.
9690 (xml-substitute-special): Rewrite in to substitute complex
9691 entities from DOCTYPE declarations.
9692 (xml-parse-fragment): Parse fragments from entity deleclarations.
9693 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
9694 (xml-parse-dtd, xml-substitute-special): Make validity checks
9695 conditioned on xml-validating-parser. Add "Not Well Formed" to
9696 error messages about well-formedness.
9697
9698 2004-07-08 Steven Tamm <steventamm@mac.com>
9699
9700 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
9701 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
9702 Do not treat double clicks and triple clicks specially in the
9703 scroll bar (preventing strange repositioning problems)
9704
9705 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * replace.el (query-replace-regexp-eval): Fix last change.
9708
9709 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * replace.el (query-replace-descr): New fun.
9712 (query-replace-read-from, query-replace-read-args): Default to the
9713 previous from&to.
9714 (query-replace-read-to): Quote the `from' string when displaying it.
9715 (query-replace-regexp-eval): Immediately check read-only status.
9716 Use query-replace-read-from to get the \n checking.
9717 Quote the `from' string when displaying it.
9718 (map-query-replace-regexp, occur-read-primary-args):
9719 Quote the `from' string when displaying it.
9720
9721 * isearch.el (isearch-query-replace): Pass the regexp-ness and
9722 delimited-ness of the search to query-replace.
9723
9724 * replace.el (query-replace-read-from, query-replace-read-to):
9725 New funs extracted from query-replace-read-args.
9726 (query-replace-read-args): Use them.
9727
9728 * replace.el (query-replace-interactive, query-replace-read-args):
9729 Remove the `initial' special value.
9730 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
9731 (occur-engine): Remove unused var `matchend'.
9732
9733 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
9734 Use the search string without prompting.
9735
9736 2004-07-05 Kenichi Handa <handa@m17n.org>
9737
9738 * international/mule.el (decode-coding-inserted-region):
9739 Set last-coding-system-used only when coding is nil.
9740
9741 2004-07-03 Eli Zaretskii <eliz@gnu.org>
9742
9743 * progmodes/grep.el (grep-compute-defaults, grep-command)
9744 (grep-program, find-program, grep-find-use-xargs, grep-history)
9745 (grep-find-history, grep-tag-default, grep-find-command)
9746 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
9747 Add autoload cookies, for unbundled packages that load `compile'
9748 and expect all grep-related symbols to become defined.
9749
9750 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
9751
9752 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
9753 (iimage-mode-image-search-path): New user option to search the
9754 image file.
9755 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
9756 have locate-file.
9757 (iimage-mode-buffer): Use it.
9758
9759 2004-07-03 Nick Roberts <nickrob@gnu.org>
9760
9761 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
9762 carefully.
9763 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
9764
9765 2004-07-03 Juri Linkov <juri@jurta.org>
9766
9767 * replace.el (query-replace-read-args): Swallow space after 'foo,
9768 not after (quote foo). Match space only immediately after symbol,
9769 not anywhere in the whole string.
9770
9771 2004-07-02 Richard M. Stallman <rms@gnu.org>
9772
9773 * replace.el (query-replace-read-args): Swallow space after
9774 symbols, not after closeparens. But avoid error if string ends there.
9775
9776 * progmodes/python.el (python-beginning-of-statement):
9777 Exit the loop if backward-up-list gets error.
9778
9779 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
9780
9781 2004-07-02 Andre Spiegel <spiegel@gnu.org>
9782
9783 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
9784 only if vc-consult-headers is non-nil.
9785
9786 2004-07-02 Juri Linkov <juri@jurta.org>
9787
9788 * pcvs.el (cvs-mode-diff-repository): New command.
9789
9790 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
9791
9792 2004-07-01 Juri Linkov <juri@jurta.org>
9793
9794 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
9795 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
9796 C-M-% to isearch-query-replace-regexp.
9797 (minibuffer-local-isearch-map): Add arrow key bindings.
9798 Bind C-f to isearch-yank-char-in-minibuffer.
9799 (isearch-forward): Doc fix.
9800 (isearch-edit-string): Doc fix.
9801 (isearch-query-replace, isearch-query-replace-regexp): New funs.
9802 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
9803 (isearch-yank-char): Add optional arg.
9804 (isearch-yank-char-in-minibuffer): New fun.
9805
9806 * replace.el (query-replace-interactive): Change type from boolean
9807 to choice. Add value `initial'.
9808 (query-replace-read-args): Handle value `initial' of
9809 query-replace-interactive.
9810
9811 2004-06-29 Kim F. Storm <storm@cua.dk>
9812
9813 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
9814 (breakpoint-disabled-bitmap-face): Add :group 'gud.
9815
9816 * progmodes/ada-xref.el (ada-tight-gvd-integration):
9817 Add :group 'ada.
9818
9819 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
9820
9821 2004-06-29 Juri Linkov <juri@jurta.org>
9822
9823 * replace.el (query-replace-read-args): Swallow a space after
9824 everything except )]" which in most cases means after a symbol.
9825
9826 * emacs-lisp/pp.el (pp-buffer): Add autoload.
9827
9828 2004-06-28 Richard M. Stallman <rms@gnu.org>
9829
9830 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
9831 More changes to go with previous change in font-lock.el.
9832
9833 2004-06-26 David Kastrup <dak@gnu.org>
9834
9835 * replace.el (perform-replace): Highlight the match even in
9836 non-query mode if there is potential replace string editing.
9837
9838 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
9839
9840 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
9841 agree with new return value of `file-remote-p'.
9842 This syncs with Tramp 2.0.42.
9843
9844 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
9845 according to new documentation of `file-remote-p'.
9846
9847 * files.el (file-remote-p): Fix doc to say that return value is
9848 identification of remote system, if not nil.
9849 (file-relative-name): Use new return value of `file-remote-p'.
9850
9851 2004-06-26 Nick Roberts <nickrob@gnu.org>
9852
9853 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
9854 (gdb-goto-breakpoint): Fix breakage.
9855
9856 2004-06-26 Eli Zaretskii <eliz@gnu.org>
9857
9858 * man.el (Man-getpage-in-background): Add windows-nt to the list
9859 of systems where shell-file-name should be used instead of
9860 literal "sh".
9861
9862 2004-06-25 Sam Steingold <sds@gnu.org>
9863
9864 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
9865 function names `(setf symbol)'.
9866
9867 2004-06-24 Richard M. Stallman <rms@gnu.org>
9868
9869 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
9870
9871 * font-lock.el (font-lock-keywords): Change format of compiled values.
9872 Document it.
9873 (font-lock-add-keywords): If font-lock-keywords is compiled,
9874 extract the uncompiled version, modify, then recompile.
9875 (font-lock-remove-keywords): Likewise.
9876 (font-lock-fontify-keywords-region): Handle changed format.
9877 (font-lock-compile-keywords): Handle changed format.
9878 (font-lock-set-defaults): Compile the keywords explicitly here.
9879
9880 2004-06-24 David Kastrup <dak@gnu.org>
9881
9882 * replace.el (query-replace-read-args): Implement `\,' and `\#'
9883 replacements here.
9884 (query-replace-regexp): Doc string explaining this and the new
9885 `\?' replacement. Remove `\,' and `\#' implementation here, as it
9886 is better placed in `query-replace-read-args'.
9887 (replace-regexp): Explain `\,', `\#' and `\?'.
9888 (replace-match-data): New function for thorough reuse/destruction
9889 of old match-data.
9890 (replace-match-maybe-edit): Function for implementing `\?' editing.
9891 (perform-replace): Fix maintaining of the match stack including
9892 already matched regions, implement `\?', fix various problems
9893 with regions while editing and other stuff.
9894 (replace-highlight): Simplify.
9895
9896 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
9897
9898 * progmodes/grep.el (grep-error-screen-columns): New variable.
9899 (grep-regexp-alist): Give it the full functionality of gnu style
9900 compilation messages with line and column ranges. Ask me for the
9901 perl script I'm working on, that uses these.
9902
9903 2004-06-23 Nick Roberts <nickrob@gnu.org>
9904
9905 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
9906 Remove.
9907 (comint-insert-input, comint-mouse-insert-input): New functions
9908 based on comint-insert-clicked-input for two bindings but just
9909 one functionality.
9910
9911 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9912
9913 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
9914
9915 2004-06-23 Lars Hansen <larsh@math.ku.dk>
9916
9917 * files.el (write-contents-functions): Doc fix.
9918
9919 2004-06-21 Juanma Barranquero <lektu@terra.es>
9920
9921 * image.el (image-library-alist): Rewrite docstring in active voice.
9922
9923 2004-06-20 Richard M. Stallman <rms@gnu.org>
9924
9925 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
9926
9927 * isearch.el (isearch-repeat): Avoid testing old match data.
9928 (isearch-message): Display trailing space in special font
9929 when search is failing.
9930 (isearch-search-fun-function): Doc fix.
9931
9932 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
9933
9934 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
9935
9936 * frame.el (show-trailing-whitespace): Doc fix.
9937
9938 * cus-edit.el (custom-variable-documentation): New function.
9939 (custom-variable): Use it.
9940
9941 2004-06-19 Nick Roberts <nickrob@gnu.org>
9942
9943 * man.el (Man-getpage-in-background): Revert previous change but
9944 make cygwin a special case.
9945
9946 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
9947
9948 * autorevert.el (global-auto-revert-non-file-buffers):
9949 Update docstring.
9950
9951 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
9952
9953 * progmodes/compile.el (compilation-error-properties): Store one
9954 more than end-col, if present, so that transient-mark-mode will
9955 highlight last char too.
9956 * progmodes/grep.el (grep-regexp-alist): Match columns and column
9957 ranges, if present.
9958
9959 2004-06-18 Jason Rumney <jasonr@gnu.org>
9960
9961 * makefile.w32-in: Double percent signs in for loops.
9962
9963 2004-06-17 David Kastrup <dak@gnu.org>
9964
9965 * replace.el (query-replace-read-args): Only warn about use of \n
9966 and \t when we are doing a regexp replacement and the actual
9967 escaped character is n or t.
9968 (query-replace-regexp): Add \, and \# interpretation to
9969 interactive call and document it.
9970 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
9971 as shortkey for replace-count.
9972 (replace-quote): New function for doubling backslashes.
9973
9974 2004-06-17 Juanma Barranquero <lektu@terra.es>
9975
9976 * files.el (parse-colon-path, cd): Mention in docstring that the
9977 path separator is colon in GNU-like systems.
9978
9979 * newcomment.el (comment-region-internal): Fix docstring.
9980
9981 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
9982 (ewoc-invalidate, ewoc-collect): Doc fixes.
9983 (ewoc--create-node, ewoc--delete-node-internal):
9984 Fix typos in docstring.
9985
9986 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9987
9988 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
9989 manual to docstring.
9990
9991 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9992
9993 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
9994
9995 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9996
9997 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9998 Add hyperlink to emacs-xtra manual to docstring.
9999
10000 * autorevert.el (global-auto-revert-non-file-buffers):
10001 Add hyperlink to emacs-xtra manual to docstring, as well as an
10002 info-link.
10003
10004 2004-06-14 Juanma Barranquero <lektu@terra.es>
10005
10006 * image.el (image-library-alist): New variable to map image types
10007 to external libraries. Initialized to nil, unless system-specific
10008 configs change it.
10009 (image-type-available-p): Determine whether an image type is
10010 available by calling `init-image-library'.
10011
10012 * term/w32-win.el (image-library-alist): Initialize to a known set
10013 of probable library names.
10014
10015 2004-06-14 Kenichi Handa <handa@m17n.org>
10016
10017 * international/code-pages.el (windows-1256, cp1125): Fix tables
10018 for several characters.
10019
10020 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
10021
10022 2004-06-13 Richard M. Stallman <rms@gnu.org>
10023
10024 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
10025
10026 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
10027 not "`pc-selection-mode'".
10028
10029 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
10030
10031 * simple.el (previous-matching-history-element): Specify a default.
10032
10033 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
10034
10035 * cus-face.el (custom-declare-face): Simplify code.
10036
10037 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
10038
10039 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10040
10041 * files.el (before-save-hook): Add `time-stamp' to the options.
10042
10043 * time-stamp.el (time-stamp): Recommend adding it to
10044 `before-save-hook', rather than `write-file-functions'.
10045 Make a similar change in `Commentary' section.
10046
10047 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10048
10049 * diff-mode.el (diff-current-defun): If at start of hunk, use
10050 position of first change.
10051
10052 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10053
10054 * dired-x.el (dired-mark-omitted): Bind to "*O".
10055
10056 2004-06-12 Karl Fogel <kfogel@red-bean.com>
10057
10058 * bookmark.el (bookmark-bmenu-relocate): New function, as
10059 suggested by David J. Biesack <David.Biesack@sas.com>.
10060 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
10061 (bookmark-bmenu-mode): Describe binding in doc string.
10062 (bookmark-set-filename): Save the bookmark list if it's time.
10063
10064 2004-06-13 Kenichi Handa <handa@m17n.org>
10065
10066 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
10067 (ccl-untranslated-to-ucs): Fix typo.
10068
10069 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
10070
10071 * progmodes/python.el (python-open-block-statement-p):
10072 Fix indentation after a block opening that contains a comment.
10073
10074 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
10075
10076 * bindings.el (completion-ignored-extensions): Add file extensions
10077 of Python byte-compiled files.
10078
10079 2004-06-12 Juri Linkov <juri@jurta.org>
10080
10081 * info.el (Info-goto-node): Add autoload.
10082 (Info-toc): Add substring-no-properties on Info file name.
10083 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
10084 (Info-mode-map): Bind L to Info-history, T to Info-toc.
10085
10086 2004-06-12 Kenichi Handa <handa@m17n.org>
10087
10088 * international/mule-cmds.el (set-language-environment):
10089 Load subst tables if necessary.
10090
10091 * international/mule.el (decode-char): Load subst tables if necessary.
10092 (encode-char): Likewise.
10093
10094 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
10095 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
10096 (utf-16le-decode-loop): Set r5 to -1 before loop.
10097 (utf-16be-decode-loop): Likewise.
10098 (ccl-decode-mule-utf-16le): Add EOF processing block.
10099 (ccl-decode-mule-utf-16be): Likewise.
10100 (ccl-decode-mule-utf-16le-with-signature): Likewise.
10101 (ccl-decode-mule-utf-16be-with-signature): Likewise.
10102 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
10103 (ccl-mule-utf-16-encode-untrans): New CCL.
10104 (utf-16-decode-to-ucs): Handle pre-read character.
10105 (utf-16le-encode-loop): Handle surrogate pair.
10106 (utf-16be-encode-loop): Likewise.
10107 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
10108 of utf-16le-encode-loop.
10109 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
10110 of utf-16be-encode-loop.
10111 (mule-utf-16-post-read-conversion):
10112 Call utf-8-post-read-conversion at first.
10113 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
10114 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
10115 Add post-read-conversion and pre-write-conversion.
10116
10117 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
10118 (utf-translate-cjk-unicode-range): New variable.
10119 (utf-translate-cjk-load-tables): New function.
10120 (utf-lookup-subst-table-for-decode): New function.
10121 (utf-lookup-subst-table-for-encode): New function.
10122 (utf-translate-cjk-mode): Init-value changed to t. Don't load
10123 tables here. Update safe-charsets of utf-* coding systems.
10124 (ccl-mule-utf-untrans): New CCL.
10125 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
10126 at end of each branch.
10127 (ccl-mule-utf-8-encode-untrans): New CCL.
10128 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
10129 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
10130 length of encoding. Don't return r0.
10131 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
10132 (utf-8-post-read-conversion): Narrow to region properly.
10133 If utf-translate-cjk-mode is on, load tables if necessary.
10134 Call utf-8-compose with hash-table arg if necessary.
10135 Call XXX-compose-region instead of XXX-post-read-convesion.
10136 (utf-8-pre-write-conversion): New function.
10137 (mule-utf-8): Include CJK charsets in safe-charsets if
10138 utf-translate-cjk-mode is on. Add pre-write-conversion.
10139
10140 * international/characters.el: Temporarily set
10141 utf-translate-cjk-mode to nil.
10142
10143 * language/devan-util.el (devanagari-compose-region):
10144 Add autoload cookie.
10145
10146 * international/ccl.el (ccl-dump-call): Fix printing the
10147 subroutine name.
10148
10149 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
10150
10151 * dired.el (dired-revert): If buffer is marked unmodified before
10152 reverting, keep it marked unmodified.
10153 Adapt to new conventions for commenting out code.
10154 (dired-make-relative): Adapt to new conventions for commenting out code.
10155
10156 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
10157
10158 * eshell/esh-module.el (eshell-load-defgroups):
10159 Bind `vc-handled-backends' to nil when opening files.
10160
10161 2004-06-11 Juanma Barranquero <lektu@terra.es>
10162
10163 * files.el (parse-colon-path, cd): Doc fixes (refer to
10164 `path-separator', not colon).
10165
10166 2004-06-10 Juanma Barranquero <lektu@terra.es>
10167
10168 * newcomment.el (comment-search-forward)
10169 (comment-search-backward): Fix typos in docstring.
10170 (comment-region): Doc fix.
10171
10172 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
10173
10174 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
10175 switch is no longer stored in `dired-switches-alist'.
10176
10177 * dired-aux.el (dired-insert-subdir): Do not store R switch in
10178 `dired-switches-alist'.
10179
10180 2004-06-10 Kim F. Storm <storm@cua.dk>
10181
10182 * pcvs.el (cvs-mode-diff-yesterday): New command.
10183
10184 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
10185
10186 2004-06-10 Juri Linkov <juri@jurta.org>
10187
10188 * emacs-lisp/edebug.el (edebug-eval-defun):
10189 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
10190 Fix docstring.
10191
10192 * simple.el (eval-expression-print-format): Don't print additional
10193 information on the first call to `eval-print-last-sexp'.
10194 (next-error-find-buffer): Fix punctuation.
10195 (killing) <defgroup>: Fix punctuation.
10196 (yank-excluded-properties): Change group from editing to killing.
10197
10198 * replace.el (perform-replace): Use `limit' to terminate the
10199 while-loop explicitly.
10200
10201 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10202
10203 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
10204 Use lc-*.xpm as prefix instead of *-locol.xpm.
10205
10206 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
10207 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
10208 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
10209 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
10210 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
10211 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
10212 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
10213 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
10214 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
10215 * toolbar/lc-up_arrow.xpm:
10216 Rename from *-locol.xpm.
10217
10218 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
10219
10220 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
10221 include forms like &<str>; as valid url patterns.
10222
10223 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10224
10225 * dired.el (dired-diff, dired-backup-diff)
10226 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
10227 (dired-do-chown, dired-do-touch, dired-do-print)
10228 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
10229 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
10230 (dired-create-directory, dired-do-copy, dired-do-symlink)
10231 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10232 (dired-do-copy-regexp, dired-do-hardlink-regexp)
10233 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
10234 (dired-maybe-insert-subdir, dired-next-subdir)
10235 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
10236 (dired-kill-subdir, dired-tree-up, dired-tree-down)
10237 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
10238 (dired-run-shell-command, dired-query): Remove redundant,
10239 or incorrect, autoloads.
10240
10241 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
10242 does not end in a slash. Add optional argument KILL-ROOT.
10243 Update docstring.
10244 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
10245 (dired-query): Add autoloads.
10246
10247 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
10248
10249 * progmodes/compile.el (compilation-set-window-height):
10250 Rearrange the save-* functions because a buffer can have several current
10251 point in different windows.
10252 (compilation-error-regexp-alist-alist): Recognize {standard input}
10253 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
10254
10255 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10256
10257 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
10258 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
10259 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
10260 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
10261 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
10262 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
10263 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
10264 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
10265 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
10266 * toolbar/up_arrow-locol.xpm:
10267 New versions of icons that uses fewer colors.
10268
10269 * toolbar/tool-bar.el (tool-bar-local-item)
10270 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
10271 if display-color-cells is 256 or less.
10272
10273 2004-06-08 Kim F. Storm <storm@cua.dk>
10274
10275 * wid-edit.el (widget-specify-button): Use hand pointer rather
10276 than mouse-face as visible mouse-over effect.
10277
10278 2004-06-07 Karl Fogel <kfogel@red-bean.com>
10279
10280 * saveplace.el (save-place-alist-to-file): Bind `print-length'
10281 and `print-level' to nil when writing out `save-place-alist'.
10282 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
10283
10284 2004-06-07 Juanma Barranquero <lektu@terra.es>
10285
10286 * completion.el (completion-kill-region): Doc fix.
10287
10288 * format.el (format-insert-annotations)
10289 (format-annotate-location): Doc fixes.
10290 (format-subtract-regions): Make arguments match their use in docstring.
10291
10292 * simple.el (kill-region): Doc fix.
10293
10294 * subr.el (insert-buffer-substring-no-properties)
10295 (insert-buffer-substring-as-yank): Doc fixes.
10296
10297 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
10298
10299 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10300 Update docstring.
10301 (dired-reset-subdir-switches): New function.
10302
10303 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
10304 Limit scope of `buffer-read-only' binding.
10305
10306 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
10307
10308 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
10309 eshell-explicit-command-char.
10310
10311 2004-06-06 Juanma Barranquero <lektu@terra.es>
10312
10313 * help-fns.el (help-argument-name): Inherit from italic face only
10314 if the frame supports it.
10315
10316 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10317
10318 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
10319 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
10320 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
10321 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
10322 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
10323 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
10324 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
10325 New conversions from xpm files.
10326
10327 * toolbar/README: New file.
10328
10329 2004-06-06 Richard M. Stallman <rms@gnu.org>
10330
10331 * isearch.el (isearch-mode-map): Undo previous change.
10332
10333 2004-06-05 Juri Linkov <juri@jurta.org>
10334
10335 * bindings.el (debug-ignored-errors): Add regexps for history
10336 related messages. Remove $ from "No further undo information".
10337 Move Ediff's messages to ediff.el.
10338
10339 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
10340
10341 * cus-edit.el (custom-display): Add `min-colors'.
10342
10343 * custom.el (defface): Add `supports' to docstring.
10344
10345 * help-fns.el (help-argument-name): Add :group 'help.
10346
10347 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
10348
10349 * find-dired.el (find-ls-subdir-switches): New user option.
10350 (find-dired): No longer call `abbreviate-file-name' on DIR.
10351 Set `dired-subdir-switches' buffer-locally.
10352
10353 * locate.el: Merge the two `Commentary' sections.
10354 (locate-ls-subdir-switches): New user option.
10355 (locate): Update for other changes.
10356 (locate-mode-map): Restore Dired binding for mouse-2.
10357 Bind `locate-mouse-view-file' to M-mouse-2.
10358 Bind `l' to `locate-do-redisplay'.
10359 (locate-main-listing-line-p, locate-do-redisplay): New functions.
10360 (locate-mouse-view-file, locate-tags, locate-find-directory):
10361 Print message if used outside main listing.
10362 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
10363 Various changes to support inserted subdirectories.
10364 (locate-insert-header): Change header of *Locate* buffer.
10365
10366 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10367 Change interactive default switches.
10368 (dired-rename-subdir-2): Update `dired-switches-alist'.
10369 (dired-insert-subdir, dired-kill-subdir):
10370 Handle `dired-switches-alist'. Do not mark buffer modified.
10371 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
10372 (dired-insert-subdir-doinsert): Omit messages.
10373 Handle `dired-subdir-switches'.
10374 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
10375
10376 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
10377 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
10378 subdirs if -R switch is used for a subdir.
10379 (dired-mode): Set `dired-switches-alist'.
10380 (dired-build-subdir-alist): Only print number of directories in
10381 echo area when invoked interactively.
10382
10383 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10384
10385 * dired-x.el (dired-omit-mode): Rename from
10386 dired-omit-files-p. Use define-minor-mode to define it.
10387 (dired-omit-files-p): Add as alias for dired-omit-mode.
10388 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
10389 dired-mark-omitted.
10390 (dired-mark-omitted): Add. Bind to M-O.
10391
10392 2004-06-05 Kenichi Handa <handa@m17n.org>
10393
10394 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
10395
10396 2004-06-05 Juanma Barranquero <lektu@terra.es>
10397
10398 * help-fns.el (help-argument-name): Reintroduce face.
10399 (help-default-arg-highlight): Use it, now that
10400 `face-differs-from-default-p' can be trusted.
10401
10402 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10403
10404 * textmodes/table.el: Sentence commands added to Point Motion
10405 group; kill and backward-kill commands added to Extraction group.
10406
10407 2004-06-04 Mario Lang <mlang@delysid.org>
10408
10409 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
10410 systems appear to use mW, make the code handle this. Fix a
10411 division-by-zero bug while at it, and handle kernels with
10412 a slightly different layout in /proc/acpi.
10413
10414 2004-06-04 Karl Fogel <kfogel@red-bean.com>
10415
10416 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
10417 because the latter is a CL-ism. This fixes the bug reported by
10418 Shawn Boyette <mdxi@collapsar.net> in
10419 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
10420
10421 2004-06-04 Miles Bader <miles@gnu.org>
10422
10423 * faces.el (display-supports-face-attributes-p): Function moved to
10424 C code. Previously only the tty-related portion of this function
10425 was done in C; however the previous attempt to do a halfway-proper
10426 job for non-tty displays in lisp didn't work properly because of
10427 funny conditions during Emacs startup.
10428 (face-differs-from-default-p): Simplify, now that
10429 display-supports-face-attributes-p works properly on all display
10430 types. Remove :stipple from comparison; it doesn't really work
10431 in emacs anyway.
10432
10433 2004-06-04 Miles Bader <miles@gnu.org>
10434
10435 * faces.el (face-differs-from-default-p): Use a different
10436 implementation, so we can really check whether FACE displays
10437 differently or not.
10438
10439 2004-06-04 Miles Bader <miles@gnu.org>
10440
10441 * faces.el (display-supports-face-attributes-p): Implement a
10442 `different from default' check for non-tty displays.
10443
10444 2004-06-03 David Kastrup <dak@gnu.org>
10445
10446 * woman.el (woman-mapcan): More concise code.
10447 (woman-topic-all-completions, woman-topic-all-completions-1)
10448 (woman-topic-all-completions-merge): Replace by a simpler and
10449 much faster implementation based on O(n log n) sort/merge instead
10450 of the old O(n^2) behavior.
10451
10452 2004-06-03 Miles Bader <miles@gnu.org>
10453
10454 * subr.el (read-number): Use canonical format for default in prompt.
10455
10456 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
10457 Add regexp for " [...]" style defaults.
10458
10459 2004-06-02 Romain Francoise <romain@orebokech.com>
10460
10461 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
10462 groups: if the user asks for a hidden buffer, open the
10463 corresponding filter group to expose it.
10464
10465 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
10466 `ibuffer-jump-to-buffer'.
10467 (ibuffer-jump-offer-only-visible-buffers): New user option.
10468
10469 2004-06-02 Juanma Barranquero <lektu@terra.es>
10470
10471 * faces.el (frame-update-faces): Add empty docstring so the one
10472 for `ignore' doesn't show through.
10473
10474 * subr.el (process-kill-without-query): Remove spurious "\n" on
10475 obsolescence string.
10476 (focus-frame, unfocus-frame): Add obsolescence declaration and
10477 empty docstring.
10478
10479 * international/mule.el (register-char-codings): Make alias for
10480 `ignore'. Move docstring to obsolescence info and remove redundancy.
10481
10482 2004-06-02 Kim F. Storm <storm@cua.dk>
10483
10484 * frame.el (blink-cursor-start): Turn cursor off initially so blink
10485 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
10486
10487 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 * comint.el (comint-replace-by-expanded-history-before-point):
10490 Obey `start' as the docstring says.
10491 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
10492 (comint-update-fence): Prevent font-lock from running unnecessarily.
10493 (comint-dynamic-list-completions): Use with-current-buffer.
10494
10495 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10496
10497 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
10498 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
10499 (bibtex-entry-update): Handle alternatives and optional fields.
10500 (bibtex-parse-entry): Bugfix, handle empty key.
10501
10502 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * vc-arch.el (vc-arch-state): Don't assume the file exists.
10505
10506 2004-05-31 Lars Hansen <larsh@math.ku.dk>
10507
10508 * desktop.el (desktop-save): Don't save minor modes without a
10509 known mode initialization function.
10510
10511 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
10512
10513 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
10514
10515 * autorevert.el: Update `Commentary' section.
10516
10517 2004-05-30 Juanma Barranquero <lektu@terra.es>
10518
10519 * dos-fns.el (convert-standard-filename):
10520 * files.el (convert-standard-filename):
10521 * w32-fns.el (convert-standard-filename):
10522 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
10523
10524 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10525
10526 Sync with Tramp.
10527
10528 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
10529 (tramp-let-maybe): Move to an earlier spot in the file.
10530 Patch by Andreas Schwab.
10531
10532 2004-05-30 Andreas Schwab <schwab@suse.de>
10533
10534 * dired.el (dired-get-filename): Don't use dired-re-dot.
10535
10536 2004-05-30 Richard M. Stallman <rms@gnu.org>
10537
10538 * files.el (find-file): Doc fix.
10539
10540 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
10541
10542 2004-05-30 Nick Roberts <nickrob@gnu.org>
10543
10544 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
10545 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
10546 modeline of the locals buffer.
10547 (gdb-goto-breakpoint): Handle gdbmi.
10548 (gdb-get-frame-number): Change for gdbmi.
10549
10550 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10551
10552 * files.el (file-remote-p): Apply file name handler for operation
10553 `file-remote-p'. It isn' a property any longer.
10554 (file-relative-name): `fh' and `fd' get the required value via
10555 `find-file-name-handler' already.
10556
10557 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
10558 (top): Remove setting of `file-remote-p' property for
10559 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
10560
10561 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10562
10563 Version 2.0.41 of Tramp released.
10564
10565 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
10566 Throw away if process has died.
10567 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
10568 (tramp-out-of-band-prompt-regexp): Rename to
10569 `tramp-process-alive-regexp', because its usage is widen.
10570 (tramp-actions-copy-out-of-band): Apply it.
10571 (tramp-actions-before-shell, tramp-multi-actions):
10572 Add `tramp-action-process-alive' action.
10573 (tramp-action-process-alive): New defun.
10574 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10575 Add entry for `file-remote-p'.
10576 (tramp-handle-file-remote-p): New defun.
10577 (top): Remove setting of `file-remote-p'. Don't set
10578 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
10579
10580 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10581 `file-remote-p'.
10582
10583 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
10584 counted for (last) line. [They should or they shouldn't? --Stef]
10585 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
10586
10587 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10588
10589 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
10590 not really necessary but seems to keep the shell history smaller
10591 in some cases. It is no substitute for setting HISTFILE and
10592 HISTSIZE from tramp-open-connection-setup-interactive-shell,
10593 though. Suggested by Luc Teirlinck.
10594 (tramp-open-connection-setup-interactive-shell): Export variables
10595 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
10596 (tramp-set-process-query-on-exit-flag): New compat function.
10597 (tramp-open-connection-multi, tramp-open-connection-su)
10598 (tramp-open-connection-rsh, tramp-open-connection-telnet)
10599 (tramp-do-copy-or-rename-file-out-of-band): Use it.
10600 (tramp-let-maybe): New macro, let-binds a variable only if it
10601 isn't obsolete.
10602 (tramp-check-ls-commands, tramp-handle-expand-file-name)
10603 (tramp-handle-file-truename): Use it.
10604 (tramp-completion-file-name-regexp-unified): Avoid matching
10605 filenames starting with "/:" -- those are reserved for
10606 file-name-non-special.
10607
10608 * tramp-smb.el (tramp-smb-open-connection):
10609 Use tramp-set-process-query-on-exit-flag compat function.
10610
10611 2004-05-29 Richard M. Stallman <rms@gnu.org>
10612
10613 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
10614
10615 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
10616 (eval-last-sexp-print-value): Print char equivalent regardless
10617 of standard-output value.
10618
10619 * thumbs.el (thumbs-subst-char-in-string): Delete.
10620 (thumbs-thumbname): Use subst-char-in-string.
10621 (thumbs-resize-image): Use condition-case, not ignore-errors.
10622 (thumbs-kill-buffer): Likewise.
10623
10624 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
10625 (thumbs-mode): Make buffer read-only.
10626 (thumbs-make-thumb): Unconditionally accept an existing file.
10627 (thumbs-insert-thumb): Add thumb-image-file property to the image.
10628 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
10629 (thumbs-show-thumbs-list): Error if images not supported.
10630 (thumbs-save-current-image): Improve prompt string.
10631 (thumbs-mode-map): Define u, R, x.
10632 (thumbs-unmark): New command.
10633 (thumbs-emboss-image): Minor cleanup.
10634 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
10635 (thumbs-rename-images): New command.
10636 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
10637
10638 * thumbs.el (thumbs-current-image): New function.
10639 (thumbs-file-list, thumbs-file-alist): New functions.
10640 (thumbs-find-image): Delete arg L.
10641 Don't set up thumbs-fileL as buffer-local global var.
10642 (thumbs-find-image-at-point): Use thumbs-current-image.
10643 (thumbs-set-image-at-point-to-root-window): Likewise.
10644 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
10645 Record and warn about errors. Update thumbs-markedL for deletions.
10646 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
10647 (thumbs-redraw-buffer): Use thumbs-file-list.
10648 (thumbs-mark): Use thumbs-current-image.
10649 (thumbs-show-name): Use thumbs-current-image.
10650
10651 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
10652 and imenu--last-menubar-index-alist.
10653
10654 * subr.el (with-selected-window): Undo previous change.
10655
10656 2004-05-29 John Paul Wallington <jpw@gnu.org>
10657
10658 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
10659 (thumbs-mouse-find-image): New command.
10660 (thumbs-mode-map): Bind it to mouse-2.
10661 (thumbs-mode): Make mode-class special.
10662 (thumbs-view-image-mode): Likewise.
10663
10664 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10665
10666 * flymake.el: New file.
10667
10668 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
10669
10670 * files.el (find-file-noselect-1): Do not bind
10671 `inhibit-read-only' to t during execution of
10672 `find-file-not-found-functions'.
10673
10674 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
10677 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
10678
10679 2004-05-28 Juri Linkov <juri@jurta.org>
10680
10681 * simple.el (eval-expression-print-format): New fun.
10682
10683 * simple.el (eval-expression):
10684 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10685 * emacs-lisp/edebug.el (edebug-compute-previous-result)
10686 (edebug-eval-expression): Print additionally the value returned by
10687 `eval-expression-print-format'.
10688
10689 * emacs-lisp/lisp.el (insert-pair-alist): New var.
10690 (insert-pair): Make arguments optional. Find character pair
10691 from `insert-pair-alist' according to the last input event.
10692 (insert-parentheses): Make arguments optional.
10693 (raise-sexp, delete-pair): New funs.
10694
10695 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
10696 (emacs-lisp-mode-map, lisp-interaction-mode-map):
10697 Bind C-M-q to `indent-pp-sexp'.
10698
10699 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
10700 `pp-to-string' modified to be able to format text with newlines.
10701 (pp-to-string): Move the buffer-formatting part of the code to
10702 `pp-buffer'. Call `pp-buffer'.
10703
10704 * info.el (Info-desktop-buffer-misc-data): Don't save information
10705 about virtual files.
10706 (Info-restore-desktop-buffer): Restore Info buffers in prepared
10707 buffers with names obtained from the desktop file instead of the
10708 default *info* buffer.
10709
10710 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * subr.el (with-selected-window): Only save/restore the selected window.
10713
10714 * progmodes/compile.el (compilation-error-regexp-alist):
10715 Use expand-file-name and data-directory.
10716
10717 * progmodes/grep.el (grep-tree): Rework previous fix.
10718
10719 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
10720 after the user marked text with the mouse.
10721
10722 * startup.el (command-line): Keep the first regexp of
10723 auto-save-file-name-transforms intact.
10724
10725 2004-05-28 Juanma Barranquero <lektu@terra.es>
10726
10727 * cus-edit.el (customize-face, customize-face-other-window)
10728 (custom-face-edit-delete): Make arguments match their use in
10729 docstring.
10730 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
10731 docstring.
10732
10733 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
10734 not `cvs-butlast'.
10735
10736 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
10737 `nbutlast' are in subr.el).
10738
10739 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
10740 (set-w32-system-coding-system): Doc fixes.
10741
10742 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
10743 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
10744 Make arguments match their use in docstring.
10745 (artist-draw-region-trim-line-endings)
10746 (artist-mouse-choose-operation): Fix typo in docstring.
10747 (artist-key-set-point-common): Doc fix.
10748
10749 2004-05-28 Simon Josefsson <jas@extundo.com>
10750
10751 * mail/smtpmail.el (smtpmail-open-stream):
10752 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
10753
10754 2004-05-26 Simon Josefsson <jas@extundo.com>
10755
10756 * starttls.el: Merge with my GNUTLS based starttls.el.
10757 (starttls-gnutls-program, starttls-use-gnutls)
10758 (starttls-extra-arguments, starttls-process-connection-type)
10759 (starttls-connect, starttls-failure, starttls-success): New variables.
10760 (starttls-program, starttls-extra-args): Doc fix.
10761 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
10762 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
10763 and pass on to corresponding *-gnutls function if it is set.
10764
10765 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
10766
10767 * autorevert.el (auto-revert-handler): Disable auto-reverting of
10768 remote files.
10769
10770 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
10771
10772 * files.el (file-name-non-special): There are more operations
10773 which need handling: `find-backup-file-name',
10774 `insert-file-contents', `verify-visited-file-modtime',
10775 `write-region'. Rename t value of method to `add'. Add new
10776 methods `quote' and `unquote-then-quote' to file-arg-indices.
10777
10778 2004-05-25 Juri Linkov <juri@jurta.org>
10779
10780 * info.el (Info-toc): Call Info-mode on intermediate buffer.
10781 (Info-index-nodes): Enclose code in condition-case to catch errors.
10782 (Info-index-node): Don't search all index nodes if request is only
10783 for the current node and file is not in the cache of index nodes.
10784 (Info-mode-map): Bind Info-copy-current-node-name to `w'
10785 for consistency with dired-copy-filename-as-kill.
10786 Bind `S' to Info-search-case-sensitively.
10787 (Info-copy-current-node-name): New arg. With zero prefix arg put
10788 the name inside a function call to `info'. Display copied text in
10789 the echo area.
10790
10791 2004-05-25 Sam Steingold <sds@gnu.org>
10792
10793 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
10794 strip the package prefix from the symbol name, if any.
10795 Make it the `find-tag-default-function' for `lisp-mode'.
10796
10797 2004-05-25 John Paul Wallington <jpw@gnu.org>
10798
10799 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
10800 instead of obsolete `process-kill-without-query'.
10801
10802 * textmodes/texinfmt.el (texinfo-indexvar-alist):
10803 Declare as variable, not constant.
10804
10805 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
10806
10807 * files.el (find-file-noselect-1): Fix bug introduced by
10808 Revision 1.694. As a side effect, `inhibit-read-only'
10809 is again, by default, t during execution of
10810 `find-file-not-found-functions'.
10811 (insert-directory): Check that lines were really inserted by
10812 the --dired switch, before erasing them.
10813
10814 2004-05-24 Nick Roberts <nickrob@gnu.org>
10815
10816 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
10817 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
10818 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
10819 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
10820 gud-minor-mode (gdbmi).
10821
10822 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
10823
10824 * net/browse-url.el (browse-url-interactive-arg): Enable user to
10825 explicitly select the text to be taken as URL.
10826
10827 2004-05-23 Juri Linkov <juri@jurta.org>
10828
10829 * info.el (Info-index-nodes): New var and fun.
10830 (Info-goto-index, Info-index, info-apropos)
10831 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
10832 (Info-index): Fix docstring. Store and restore Info-history-list.
10833 (Info-complete-nodes): New var.
10834 (Info-complete-menu-item): Use it.
10835 (Info-index-node): New fun.
10836 (Info-final-node, Info-forward-node, Info-backward-node)
10837 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
10838 Use Info-index-node.
10839 (Info-extract-menu-item, Info-extract-menu-counting): Set second
10840 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
10841 (Info-find-node-2): If a node with period in its name not found,
10842 try to find a node without the name part after period.
10843 (Info-select-node): Call Info-fontify-node only if
10844 Info-fontify-maximum-menu-size is not nil.
10845 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
10846 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
10847 Preserve Info-history-list.
10848 (Info-toc): Set Info-current-file.
10849 (Info-build-toc): Move point to the beginning of the buffer.
10850 Add main-file variable.
10851 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
10852 Use backslashed representation of the control character ^_.
10853
10854 * textmodes/texinfmt.el (texinfo-print-index): Print index line
10855 numbers in the new Texinfo 4.7 format.
10856
10857 * add-log.el (change-log-font-lock-keywords): Remove `:' from
10858 regexps for function and variable names.
10859
10860 * descr-text.el (describe-property-list): Add [show] button for
10861 `syntax-table' property with action to pp to a separate buffer.
10862 (describe-char): Replace search-forward by re-search-forward with
10863 whitespace regexp after "character:" to not fail in too narrow windows.
10864
10865 * simple.el (next-error-find-buffer): Add a rule to return
10866 next-error capable buffer if one window on the selected frame
10867 displays such buffer.
10868
10869 2004-05-23 Nick Roberts <nickrob@gnu.org>
10870
10871 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
10872 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
10873 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
10874 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
10875 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
10876 Handle new value for gud-minor-mode (gdbmi).
10877 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
10878 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
10879 Change from local to global gdb variable set.
10880 (gdb-ann3): Initialise above gdb variable set.
10881 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
10882 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
10883 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
10884 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
10885 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
10886 (gdb-info-locals-handler, gdb-invalidate-assembler)
10887 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
10888 set as global variables.
10889 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
10890 Handle gdbmi.
10891 (gdb-info-breakpoints-custom): Fix regexp.
10892 (def-gdb-var): Delete.
10893
10894 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
10895 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
10896 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
10897 a new mode. The file (gdb-mi.el) for this mode will be included
10898 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
10899 primary interface.
10900
10901 2004-05-23 Jesper Harder <harder@ifa.au.dk>
10902
10903 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
10904 interpreted as a directory.
10905
10906 2004-05-22 Richard M. Stallman <rms@gnu.org>
10907
10908 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
10909 as a close quote.
10910
10911 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
10912
10913 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
10914 Use assoc-string, not assoc-ignore-case.
10915
10916 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
10917
10918 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
10919 If moving back then fwd gets a defun that ends before point,
10920 try again moving fwd then back.
10921
10922 * files.el (file-name-non-special): Allow t in file-arg-indices
10923 to mean requote the return value. Use `identity' as an element
10924 rather than as the whole value.
10925
10926 * gs.el (gs-options): Add -dSAFER. Mark it risky.
10927
10928 2004-05-22 Juanma Barranquero <lektu@terra.es>
10929
10930 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
10931 `help-make-usage'.
10932 (help-highlight-arguments): Skip function name before searching
10933 for arguments.
10934
10935 2004-05-21 Juanma Barranquero <lektu@terra.es>
10936
10937 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
10938 Don't mention in the docstring these arguments meant for
10939 internal (recursive) use only.
10940 (allout-char-spec): Comment out (it's not implemented).
10941 (allout-old-expose-topic, allout-exposure): Fix docstring and add
10942 obsolescence declaration.
10943 (allout-flatten-exposed-to-buffer)
10944 (allout-indented-exposed-to-buffer): Fix typos in docstring.
10945 (my-mark-marker): Doc fix.
10946 (produce-allout-mode-map, allout-sibling-index)
10947 (allout-isearch-expose, allout-distinctive-bullet)
10948 (allout-open-topic, allout-reindent-body)
10949 (allout-rebullet-heading, allout-process-exposed)
10950 (allout-insert-listified, allout-latex-verb-quote)
10951 (allout-insert-latex-header, allout-insert-latex-trailer):
10952 Make arguments match their use in docstring.
10953 (allout-primary-bullet, allout-old-style-prefixes)
10954 (allout-inhibit-protection, allout-init, allout-mode)
10955 (allout-before-change-protect, allout-flag-region):
10956 Use "Emacs" instead of "emacs" in docstrings.
10957
10958 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10959
10960 * international/characters.el: Modify syntax of more characters.
10961
10962 2004-05-21 Masatake YAMATO <jet@gyve.org>
10963
10964 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
10965 (etags-tags-completion-table): Show parsing progress.
10966
10967 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
10968
10969 * locate.el (locate-prompt-for-command): Shorten first line of
10970 docstring.
10971 (locate-mode): Expand docstring and include keymap summary.
10972
10973 * files.el (find-file-noselect-1): Limit the scope of the
10974 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
10975 is, by default, nil during the execution of
10976 `find-file-not-found-functions' and `find-file-hook'.
10977
10978 2004-05-20 Michael Mauger <mmaug@yahoo.com>
10979
10980 * facemenu.el (facemenu-color-name-equal): New function.
10981 (list-colors-display): Use it to compare colors instead of
10982 facemenu-color-equal.
10983
10984 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
10985
10986 * compare-w.el (compare-windows-face): Use min-colors instead of
10987 checking for tty or pc types.
10988
10989 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
10992 (completion-setup-function): Use with-current-buffer.
10993 Properly save excursion. Simplify.
10994 Don't assume there is necessarily a `mouse-face' property somewhere.
10995
10996 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
10997
10998 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
10999
11000 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
11001 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
11002 Use with-current-buffer.
11003 (byte-goto-log-buffer): Delete.
11004 (byte-compile-log-file): Call compilation-forget-errors.
11005
11006 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11007
11008 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
11009 output messages into the search result.
11010
11011 2004-05-19 Masatake YAMATO <jet@gyve.org>
11012
11013 * wid-edit.el (widget-radio-button-notify): Revert my last
11014 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11015
11016 2004-05-19 Kenichi Handa <handa@m17n.org>
11017
11018 * international/characters.el: Fix syntax (open/close) of CJK chars.
11019
11020 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11021
11022 * help-mode.el (help-go-back): Don't depend on position of back button.
11023
11024 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
11027 files files don't contain an accidental additional /.
11028
11029 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
11030 in source buffer.
11031
11032 2004-05-18 Masatake YAMATO <jet@gyve.org>
11033
11034 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
11035 to widget-apply. :action method assumes 2 arguments, not 3.
11036
11037 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
11038
11039 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11040 New constants.
11041 (hs-special-modes-alist): Add an f90-mode entry.
11042
11043 2004-05-17 Sam Steingold <sds@gnu.org>
11044
11045 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11046 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
11047
11048 2004-05-16 Kim F. Storm <storm@cua.dk>
11049
11050 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
11051
11052 2004-05-15 John Wiegley <johnw@newartisans.com>
11053
11054 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
11055 (eshell-output-object-to-target): Improve output speed 20% by not
11056 calling `eshell-stringify' if something is already known to be a string.
11057
11058 2004-05-15 Alex Ott <ott@jet.msk.su>
11059
11060 * textmodes/ispell.el (ispell-local-dictionary-alist):
11061 Add windows-1251 to the choice of coding systems.
11062 (ispell-dictionary-alist-6): Add support for "russianw.aff",
11063 encoded in cp1251.
11064
11065 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
11066
11067 * progmodes/compile.el (compilation-warning-face)
11068 (compilation-info-face): Use min-colors.
11069
11070 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11071
11072 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
11073 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
11074 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
11075 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
11076 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
11077 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
11078 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
11079 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
11080 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
11081 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
11082 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
11083 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
11084 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
11085 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
11086
11087 2004-05-15 Kim F. Storm <storm@cua.dk>
11088
11089 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
11090 Use it to set triggered-p element of timer.
11091 (timer-event-handler): Set triggered-p element non-nil while running
11092 the timer function.
11093
11094 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * descr-text.el (describe-char-unicode-data)
11097 (describe-char-unicodedata-file): Re-enable the unicode code now that
11098 the licensing issues have been cleared in the unicode-4 license.
11099 (describe-text-properties-1): Remove unused `overlay' var.
11100 (describe-char): Remove unused var `buffer'.
11101
11102 2004-05-14 David Ponce <david@dponce.com>
11103
11104 * tree-widget.el: New file.
11105
11106 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
11107
11108 * language/european.el ("Brazilian Portuguese"): Add support for
11109 Brazilian Portuguese.
11110
11111 2004-05-13 John Wiegley <johnw@newartisans.com>
11112
11113 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
11114 `recentf-mode' if this variable has been customized to t.
11115
11116 * eshell/esh-test.el (eshell-test): Call the function
11117 `emacs-version' rather than trying to build a custom version string.
11118
11119 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * net/telnet.el (telnet-mode): Use define-derived-mode.
11122 Don't modify the global value of comint-prompt-regexp.
11123
11124 2004-05-13 John Paul Wallington <jpw@gnu.org>
11125
11126 * version.el (emacs-version): Check for `gtk' feature before
11127 `x-toolkit' feature.
11128
11129 2004-05-13 Juanma Barranquero <lektu@terra.es>
11130
11131 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
11132 arguments in the docstring, they're used only in recursive calls.
11133
11134 * help-fns.el (help-arg-highlighting-function)
11135 (help-argument-name): Delete.
11136 (help-default-arg-highlight): New function.
11137 (help-do-arg-highlighting): Use it.
11138
11139 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11140
11141 * calendar/appt.el (appt-disp-window):
11142 Use `calendar-set-mode-line' for a centered mode-line.
11143
11144 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11145
11146 * calendar/appt.el (appt-disp-window): Do not split window
11147 excessively when `split-height-threshold' is low.
11148
11149 2004-05-12 Nick Roberts <nickrob@gnu.org>
11150
11151 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
11152 kill-buffer-hook here and make it local.
11153 (gud-kill-buffer-hook): Use kill-process for a sure kill.
11154
11155 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
11156
11157 * progmodes/compile.el (compilation-set-window-height):
11158 Use save-excursion to protect against misplaced marker.
11159
11160 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11161
11162 * custom.el (defface): Document that type can have value gtk.
11163
11164 * faces.el (face-spec-set-match-display): Handle type gtk in display.
11165
11166 2004-05-12 Kenichi Handa <handa@m17n.org>
11167
11168 * descr-text.el: Require quail at comile time.
11169 (describe-char): If an input method is on and it supports the
11170 character, show how to input it.
11171
11172 * international/quail.el (quail-install-decode-map): Accept a
11173 char-table whose subtype is `quail-decode-map'.
11174 (quail-store-decode-map-key, quail-gen-decode-map1)
11175 (quail-gen-decode-map, quail-find-key1, quail-find-key)
11176 (quail-show-key): New functions.
11177
11178 2004-05-12 Juanma Barranquero <lektu@terra.es>
11179
11180 * generic.el (define-generic-mode): Remove redundant arglist info.
11181
11182 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
11183 Make arguments match their use in docstring.
11184 (help-arg-highlighting-function): New variable.
11185 (help-argument-name): Mention it in the docstring.
11186 (help-do-arg-highlight): Use it. Expand regexp to accept also
11187 ARG-xxx and xxx-ARG references.
11188
11189 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11190
11191 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
11192 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
11193 and "mailto:addr1?to=addr2" equal.
11194
11195 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11196
11197 * man.el (Man-getpage-in-background): Use shell-file-name
11198 and shell-command-switch variables instead of hard-coded values.
11199
11200 2004-05-11 Eli Zaretskii <eliz@gnu.org>
11201
11202 * iimage.el: New file.
11203
11204 2004-05-11 Juanma Barranquero <lektu@terra.es>
11205
11206 * custom.el (custom-initialize-default, defcustom):
11207 Fix typo in docstring.
11208
11209 * files.el (set-visited-file-name, file-expand-wildcards):
11210 Fix docstring.
11211
11212 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
11215
11216 * subr.el (eventp): Be more discriminating with integers.
11217
11218 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
11219
11220 * progmodes/compile.el (compile): Add universal prefix arg.
11221 (compilation-error-regexp-alist-alist): Add edg patterns.
11222
11223 2004-05-10 Sam Steingold <sds@gnu.org>
11224
11225 * textmodes/ispell.el (ispell-message):
11226 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
11227
11228 2004-05-10 Dave Love <fx@gnu.org>
11229
11230 * progmodes/python.el (help-buffer): Autoload when compiling.
11231 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
11232 (run-python): Prepend to any existing PYTHONPATH.
11233
11234 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
11235
11236 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
11237 for pending breakpoints.
11238
11239 2004-05-10 Richard M. Stallman <rms@gnu.org>
11240
11241 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
11242 directly without calling any functions in Rmail.
11243 (unrmail-unprune): Function deleted.
11244
11245 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
11248 C-c C-z binding.
11249
11250 2004-05-10 Kenichi Handa <handa@m17n.org>
11251
11252 * descr-text.el (describe-char): Fix previous change. Don't make
11253 a unibyte character to multibyte in the *Help* buffer.
11254
11255 2004-05-10 Miles Bader <miles@gnu.org>
11256
11257 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
11258 buffer an error if the debugger process is actually running.
11259
11260 2004-05-10 Juanma Barranquero <lektu@terra.es>
11261
11262 * help-fns.el (help-argument-name): Default to italic.
11263 (help-highlight-arguments): Return always (usage . doc), even when
11264 usage is nil.
11265
11266 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
11267 (define-ibuffer-filter): Add usage info.
11268 (define-ibuffer-op): Add usage info (but CL-style defaults for
11269 keyword args are not shown).
11270
11271 * subr.el (remove-overlays, read-passwd): Fix docstring.
11272 (start-process-shell-command): Fix docstring. Put usage info in a
11273 format usable by `describe-function'.
11274 (open-network-stream, open-network-stream-nowait)
11275 (open-network-stream-server): Fix docstring.
11276
11277 2004-05-09 Jason Rumney <jasonr@gnu.org>
11278
11279 * international/code-pages (cp932, cp936, cp949, c950): Remove.
11280 Only define cp125* if windows-125* is already defined.
11281
11282 * language/korean.el (cp949): Add alias.
11283
11284 * language/chinese.el (cp936, cp950): Add aliases.
11285
11286 * language/japanese.el (cp932): Add alias.
11287
11288 * term/w32-win.el: Require code-pages.
11289
11290 * international/mule-cmds.el (set-locale-environment):
11291 On MS-Windows use ansi code-page for default coding-systems.
11292 Set up paper sizes for Windows 3 letter languages.
11293
11294 * international/code-pages.el (cp932, cp936, cp949, cp950):
11295 Add aliases. Also add cp125* if not already defined.
11296
11297 2004-05-09 Juanma Barranquero <lektu@terra.es>
11298
11299 * help-fns.el (help-highlight-arguments): Don't try to highlight
11300 missing or autoloaded arglists. Accept structured arguments, like
11301 the first ones of `do' and `flet'.
11302
11303 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
11304 (cvs-get-marked): Remove redundant arglist info.
11305
11306 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
11307 Don't use CL-style default args.
11308
11309 2004-05-08 Andreas Schwab <schwab@suse.de>
11310
11311 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
11312
11313 * international/subst-ksc.el: Fix references to utf-translate-cjk
11314 into utf-translate-cjk-mode.
11315 * international/subst-big5.el: Likewise.
11316 * international/subst-gb2312.el: Likewise.
11317 * international/subst-jis.el: Likewise.
11318 * international/utf-16.el: Likewise.
11319 * international/utf-8.el: Likewise.
11320
11321 2004-05-08 John Wiegley <johnw@newartisans.com>
11322
11323 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
11324 "virtual buffers" (off by default), which makes it possible to
11325 switch to the "virtual" buffers of recently visited files. When a
11326 buffer name search fails, and this option is on, iswitchb will
11327 look at the list of recently visited files, and permit matching
11328 against those names. When the user hits RET on a match, it will
11329 revisit that file.
11330 (iswitchb-read-buffer): Add two optional arguments, which makes
11331 isearchb.el possible.
11332 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
11333 (iswitchb-next-match): Add support for virtual buffers.
11334
11335 * isearchb.el: This module extends iswitchb to provide "as you
11336 type" buffer selection.
11337
11338 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
11339 Ignore the read-only property when flyspell highlighting is on.
11340 Not ignoring it leads to a series of confusing errors.
11341 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
11342 but also make sure to call flyspell-incorrect-hook.
11343 (flyspell-maybe-correct-transposition): Perform transposition test
11344 by bit twiddling a string, rather than using a temp buffer.
11345 (flyspell-maybe-correct-doubling): Use a string rather than a temp
11346 buffer. This is also the original version of the code, which
11347 could not be checked in before due to a previous lack of
11348 assignment papers. This version has seen heavy usage on my system
11349 for several years now.
11350
11351 * calendar/cal-bahai.el: New file, which adds support for the
11352 Baha'i calendar to Emacs. This calendar is based on a solar year
11353 of 19 months of 19 days, with 4 intercalary days. Each year
11354 begins on March 21, with the calendar starting in 1844.
11355
11356 * calendar/cal-menu.el, calendar/calendar.el,
11357 calendar/diary-lib.el, calendar/holidays.el: Added support for
11358 using cal-bahai.el.
11359
11360 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
11361 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
11362 function can be used outside of eshell buffers.
11363 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
11364
11365 2004-05-08 Juanma Barranquero <lektu@terra.es>
11366
11367 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
11368 word constituent so FOO-ARG is not recognized as an arg.
11369 (help-highlight-arguments): Don't skip lists in mandatory arguments.
11370
11371 * simple.el (next-error): Fix typo in docstring.
11372 (open-line): Make argument names match their use in docstring.
11373 (split-line): Fix docstring.
11374
11375 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
11376 usable by `describe-function'.
11377 (gensym, gentemp, typep, ignore-errors): Make argument names match
11378 their use in docstring.
11379
11380 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
11381 argument to `help-setup-xref'.
11382
11383 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
11384
11385 Version 2.0.40 of Tramp released.
11386
11387 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
11388 Use symbol-function to invoke functions only known on some Emacs
11389 flavors. This avoids byte-compiler warnings. Reported by Kevin
11390 Scaldeferri <kevin@scaldeferri.com>.
11391 (tramp-do-copy-or-rename-file-via-buffer): Rename from
11392 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
11393 consistent with the other tramp-do-* functions.
11394 (tramp-do-copy-or-rename-file): Calls adjusted.
11395 (tramp-process-initial-commands): Avoid liveness check on shell --
11396 we know that it must be alive since we're opening a connection at
11397 this moment.
11398 (tramp-last-cmd): New internal variable.
11399 (tramp-process-echoes): New tunable.
11400 (tramp-send-command): Set tramp-last-cmd.
11401 (tramp-wait-for-output): Delete echo, if applicable.
11402 (tramp-read-passwd): Construct the key for the password cache in a
11403 way that works for multi methods, too.
11404 (tramp-bug): Add backup-directory-alist and
11405 bkup-backup-directory-info to bug reports, with Tramp counterparts.
11406
11407 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
11408
11409 * net/tramp*.el: Suppress byte-compiler warnings where possible.
11410
11411 * net/tramp.el (tramp-out-of-band-prompt-regexp)
11412 (tramp-actions-copy-out-of-band): New defcustoms.
11413 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
11414 used instead of a synchronous one. Allows password entering.
11415 (tramp-action-out-of-band): New defun.
11416 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
11417 Remove restriction with password from doc string.
11418 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
11419 `tramp-out-of-band-prompt-regexp',
11420 `tramp-actions-copy-out-of-band', `password-cache' and
11421 `password-cache-expiry'.
11422 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
11423 password caching.
11424 (tramp-touch): FILE can be a local file, too.
11425 (TODO): Remove items done.
11426 (tramp-handle-insert-directory): Properly quote file name also if
11427 not full-directory-p. Handle wildcard case. Reported by Andreas
11428 Schwab <schwab@suse.de>.
11429 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
11430 new file.
11431 (tramp-handle-file-local-copy, tramp-handle-write-region):
11432 The permissions of the temporary file are set if filename exists.
11433 Reported by Ted Stern <stern@cray.com>.
11434 (tramp-backup-directory-alist)
11435 (tramp-bkup-backup-directory-info): New defcustoms.
11436 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
11437 (tramp-handle-find-backup-file-name): New function.
11438 Implements Tramp's find-backup-file-name.
11439
11440 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
11441 for `find-backup-file-name'.
11442
11443 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
11444 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
11445
11446 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11447
11448 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
11449
11450 2004-05-07 Juanma Barranquero <lektu@terra.es>
11451
11452 * subr.el (lambda): Add arglist description to docstring.
11453 (declare): Fix typo in docstring.
11454 (open-network-stream): Fix docstring.
11455 (process-kill-without-query): Fix docstring and add obsolescence info.
11456 (last, butlast, nbutlast): Make arguments match their use in docstring.
11457 (insert-buffer-substring-no-properties): Likewise.
11458 (insert-buffer-substring-as-yank): Likewise.
11459 (split-string): Fix docstring.
11460
11461 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11462 Make argument names match their use in docstring.
11463
11464 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
11465
11466 2004-05-06 Nick Roberts <nickrob@gnu.org>
11467
11468 * progmodes/gdb-ui.el: Improve/extend documentation strings.
11469 Fit first sentence on one line for apropos-command.
11470
11471 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 Changes largely merged in from Dave Love's code.
11474 * progmodes/python.el: Doc fixes.
11475 (python-mode-map): Add python-complete-symbol.
11476 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
11477 (python-comment-indent, python-complete-symbol)
11478 (python-symbol-completions, python-partial-symbol)
11479 (python-try-complete): New.
11480 (python-indent-line): Remove optional arg. Use python-block-end-p.
11481 (python-check): Bind compilation-error-regexp-alist.
11482 (inferior-python-mode): Use rx. Move keybindings to top level.
11483 Set comint-input-filter.
11484 (python-preoutput-filter): Use rx.
11485 (python-input-filter): Re-introduce.
11486 (python-proc): Start new process if necessary.
11487 Check python-buffer non-nil.
11488 (view-return-to-alist): Defvar.
11489 (python-send-receive): New.
11490 (python-eldoc-function): Use it.
11491 (python-mode-running): Don't defvar.
11492 (python-mode): Set comment-indent-function.
11493 Maybe update hippie-expand-try-functions-list.
11494 (python-indentation-levels): Initialize differently.
11495 (python-block-end-p): New.
11496 (python-indent-line): Use it.
11497 (python-compilation-regexp-alist): Augment.
11498 (run-python): Import `emacs' module to Python rather than loading
11499 code directly. Set python-buffer differently.
11500 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
11501 Use python-proc.
11502 (python-send-command): Go to end of comint buffer.
11503 (python-load-file): Use python-proc, emacs.eimport.
11504 (python-describe-symbol): Simplify interactive form.
11505 Use emacs.help. Do use temp-buffer-show-hook.
11506 Call print-help-return-message.
11507 (hippie-exp): Require when compiling.
11508 (python-preoutput-continuation): Use rx.
11509
11510 * diff-mode.el (diff-make-unified): Fix regexp.
11511
11512 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
11513
11514 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
11515 filter groups from the buffer when rebuilding the Ibuffer buffer
11516 and `ibuffer-show-empty-filter-groups' is nil.
11517
11518 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11519
11520 * ps-print.el (ps-print-quote): Call ps-value-string.
11521 (ps-setup): Call ps-comment-string.
11522 (ps-value-string, ps-comment-string): New funs.
11523
11524 2004-05-06 Juanma Barranquero <lektu@terra.es>
11525
11526 * ehelp.el (electric-help-command-loop): Check whether the last
11527 character is visible, not (point-max).
11528
11529 * help-fns.el (help-argument-name): Default to bold; don't inherit
11530 from font-lock-variable-name-face.
11531 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
11532
11533 2004-05-05 Kenichi Handa <handa@m17n.org>
11534
11535 * descr-text.el (describe-char): Copy the character with text
11536 properties and overlays into the first line, and call
11537 describe-text-properties on it.
11538
11539 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
11540
11541 * iswitchb.el (iswitchb-global-map): Fix typo.
11542 Remove unwanted ###autoloads from source file.
11543
11544 2004-05-05 Lars Hansen <larsh@math.ku.dk>
11545
11546 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
11547 in run-hooks. Use substitute-command-keys in message.
11548 (wdired-abort-changes): Add message.
11549
11550 2004-05-03 Michael Mauger <mmaug@yahoo.com>
11551
11552 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
11553 (sql-emacs20-p): Remove.
11554 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
11555 (sql-builtin-face, sql-doc-face): Remove.
11556 (sql-mode-ansi-font-lock-keywords)
11557 (sql-mode-oracle-font-lock-keywords)
11558 (sql-mode-postgres-font-lock-keywords)
11559 (sql-mode-linter-font-lock-keywords)
11560 (sql-mode-ms-font-lock-keywords)
11561 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
11562 (sql-product-font-lock): Fix font-lock reset when font rules change.
11563 (sql-highlight-product): Remove incorrect font-lock reset logic.
11564
11565 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
11566
11567 * ses.el (ses-set-parameter): Fix typo.
11568
11569 2004-05-04 Kim F. Storm <storm@cua.dk>
11570
11571 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
11572 Must expand directory for completion to work; and don't mess with
11573 process-environment.
11574 (ido-read-file-name): If command has ido property, don't use ido
11575 if value is ignore, or read as directory if value is dir.
11576 Set ido ignore property for dired-do-rename command.
11577
11578 2004-05-04 Juanma Barranquero <lektu@terra.es>
11579
11580 * ehelp.el (electric-help-command-loop, electric-help-undefined)
11581 (electric-help-help): Check against unmapped commands.
11582
11583 * help-fns.el (help-argument-name): New face, inheriting from
11584 font-lock-variable-name-face, to highlight function arguments in
11585 `describe-function' and `describe-key'.
11586 (help-do-arg-highlight): Auxiliary function to highlight a given
11587 list of arguments in a string.
11588 (help-highlight-arguments): Highlight the function arguments and
11589 all uses of them in the docstring.
11590 (describe-function-1): Use it. Do docstring output via `insert',
11591 not 'princ', so text attributes are preserved.
11592
11593 * winner.el (winner-mode-map): Move `winner-undo' and
11594 `winner-redo' to C-c <left> and C-c <right>, respectively (the
11595 previous bindings conflict with `prev-buffer', `next-buffer').
11596
11597 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11598
11599 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
11600 (bibtex-entry-update): New command bound to C-c C-u.
11601 (bibtex-text-in-string): Fix regexp.
11602 (bibtex-assoc-of-regexp): Remove.
11603 (bibtex-progress-message): Fix docstring.
11604 (bibtex-inside-field): Use if.
11605 (bibtex-assoc-regexp): New function.
11606 (bibtex-format-entry): Make code more robust so that it formats
11607 also old entries.
11608 (bibtex-autokey-demangle-title): Merge with obsolete function
11609 bibtex-assoc-of-regexp.
11610 (bibtex-field-list): New function.
11611 (bibtex-entry): Use bibtex-field-list.
11612 (bibtex-parse-entry): Fix docstring.
11613 (bibtex-print-help-message): Use bibtex-field-list.
11614 (bibtex-make-field): Use bibtex-field-list.
11615 (bibtex-entry-index): Bugfix. Return crossref key if required.
11616 (bibtex-lessp): Fix docstring.
11617
11618 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
11619
11620 * select.el (xselect-convert-to-string): Move comment to intended line.
11621
11622 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11623
11624 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
11625 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
11626
11627 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11628
11629 * term/x-win.el (x-clipboard-yank): Don't exit on error from
11630 x-get-selection.
11631
11632 2004-05-03 Jason Rumney <jasonr@gnu.org>
11633
11634 * makefile.nt: Remove.
11635
11636 2004-05-03 Kim F. Storm <storm@cua.dk>
11637
11638 * emulation/cua-base.el (cua--update-indications): Fix last change.
11639 (cua-mode): Deactivate mark when cua-mode is enabled.
11640
11641 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
11642
11643 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
11644
11645 2004-05-03 Nick Roberts <nickrob@gnu.org>
11646
11647 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
11648 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
11649 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
11650 window over visible frames.
11651 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
11652
11653 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11654
11655 * progmodes/compile.el (compilation-gcpro): New var.
11656 (compilation-fake-loc): Use it.
11657 (compilation-forget-errors): Reset it.
11658
11659 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11660
11661 * diff-mode.el (diff-header-face, diff-file-header-face):
11662 Use min-colors.
11663
11664 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11665
11666 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
11667 (bibtex-clean-entry): Disentangle code.
11668 (bibtex-realign): New function.
11669 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
11670 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
11671 Remove undocumented optional arg called-by-convert-alien.
11672 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
11673 for sorting instead of bibtex-sort-buffer.
11674
11675 2004-05-02 Eli Zaretskii <eliz@gnu.org>
11676
11677 * progmodes/compile.el (compilation-start): In the
11678 no-async-subprocesses branch, call sit-for to give redisplay a
11679 chance to show the updated process status in the mode line, and
11680 fontify the buffer explicitly after the process exits.
11681
11682 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * progmodes/python.el (python-compilation-line-number): Remove.
11685 (python-compilation-regexp-alist): Don't use it any more.
11686 (python-orig-start, python-input-filter): Remove.
11687 (inferior-python-mode): Don't set up comint-input-filter-functions.
11688 (python-send-region): Use compilation-fake-loc.
11689
11690 * progmodes/compile.el (compilation-messages-start): New var.
11691 (compilation-mode): Don't setup next-error-function here.
11692 (compilation-setup): Set it up here instead (for minor modes as well).
11693 Make compilation-messages-start buffer local.
11694 (compilation-next-error-function): Use it.
11695 (compilation-forget-errors): Set compilation-messages-start.
11696
11697 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
11698
11699 * ielm.el (ielm-prompt-read-only): Update docstring.
11700
11701 * comint.el (comint-prompt-read-only): Update docstring.
11702 (comint-update-fence, comint-kill-whole-line)
11703 (comint-kill-region): New functions.
11704
11705 * simple.el (kill-whole-line): Use "p" instead of "P" in
11706 interactive form.
11707
11708 2004-05-01 Juanma Barranquero <lektu@terra.es>
11709
11710 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
11711 format arglist so default values in CL-style argument lists are
11712 correctly shown.
11713
11714 2004-05-01 Jason Rumney <jasonr@gnu.org>
11715
11716 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
11717
11718 2004-05-01 Kenichi Handa <handa@m17n.org>
11719
11720 * international/titdic-cnv.el (miscdic-convert): Don't generate a
11721 quail file if it is up to date.
11722
11723 2004-04-30 Juri Linkov <juri@jurta.org>
11724
11725 * cus-edit.el (custom-mode-map):
11726 Add key binding `C-x C-s' to `Custom-save'.
11727
11728 * outline.el (outline-blank-line): New var.
11729 (outline-next-preface, outline-show-heading)
11730 (outline-end-of-subtree): Use it.
11731
11732 * dired-aux.el (dired-touch-initial): New fun.
11733 (dired-do-chxxx): Call it for op-symbol `touch'.
11734 (dired-diff): Use `dired-dwim-target-directory'
11735 if current dired buffer has no buffer mark.
11736
11737 * bindings.el (propertized-buffer-identification):
11738 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
11739 Add C-M-arrow keys for consistency.
11740
11741 * files.el (confirm-kill-emacs):
11742 Change group from top-level `emacs' to `convenience'.
11743
11744 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11745 Push mark on the first call of successive command calls.
11746 (insert-pair): New fun created from `insert-parentheses' with
11747 `open' and `close' arguments added. Enclose active regions
11748 in paired characters. Compare adjacent characters syntax with
11749 inserted characters syntax before inserting a space.
11750 (insert-parentheses): Call `insert-pair' with ?\( ?\).
11751
11752 * delsel.el: Don't put `delete-selection' property
11753 on `insert-parentheses' symbol to take advantage of
11754 region handling in `insert-pair' function.
11755 Suggested by Stephan Stahl <stahl@eos.franken.de>.
11756
11757 2004-04-30 Kim F. Storm <storm@cua.dk>
11758
11759 * emulation/cua-base.el: Add support for changing cursor types;
11760 based on patch from Michael Mauger.
11761 (cua-normal-cursor-color, cua-read-only-cursor-color)
11762 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
11763 Customization cursor type and/or cursor color.
11764 (cua--update-indications): Handle cursor type changes.
11765 (cua-mode): Update cursor indications if enabled.
11766
11767 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
11768
11769 * mouse.el (mouse-drag-copy-region): New defcustom.
11770 (mouse-set-region, mouse-drag-region-1): Use it.
11771
11772 * simple.el (kill-ring-save): If region face background color is
11773 unspecified (if no highlighting), show extent of fully visible
11774 region even if transient-mark-mode is enabled.
11775
11776 * emulation/cua-base.el (cua--standard-movement-commands):
11777 Add cua-scroll-up and cua-scroll-down.
11778 (cua-scroll-up, cua-scroll-down): New commands.
11779 (cua--init-keymaps): Remap scroll-up and scroll-down.
11780
11781 * emulation/cua-rect.el (cua--convert-rectangle-as):
11782 New defmacro.
11783 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
11784 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
11785 New commands (suggested by Jordan Breeding).
11786
11787 2004-04-30 Juanma Barranquero <lektu@terra.es>
11788
11789 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
11790
11791 2004-04-30 Mario Lang <mlang@delysid.org>
11792
11793 * diff.el (diff-switches): Fix typo in docstring.
11794
11795 2004-04-30 Alex Schroeder <alex@gnu.org>
11796
11797 * xml.el (xml-debug-print-internal): Don't add newline and
11798 indentation to text nodes and write empty elements as empty tags
11799 instead of opening and closing tags.
11800 (xml-debug-print): Take optional indent-string argument.
11801 (xml-print): Alias for xml-debug-print.
11802
11803 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11804
11805 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
11806 than duplicate call to `line-beginning-position'.
11807
11808 * progmodes/f90.el (f90-get-present-comment-type):
11809 Return whitespace, as well as comment chars, for consistent filling
11810 of comment blocks. Use `match-string-no-properties'.
11811 (f90-break-line): Trim trailing whitespace when filling comments.
11812
11813 2004-04-30 Dave Love <fx@gnu.org>
11814
11815 * calendar/diary-lib.el (diary-outlook-formats): New variable.
11816 (diary-from-outlook-internal, diary-from-outlook)
11817 (diary-from-outlook-gnus, diary-from-outlook-rmail):
11818 New functions to import diary entries from Outlook-format
11819 appointments in mail messages.
11820
11821 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * progmodes/python.el (python-send-command): New fun.
11824 (python-send-region, python-load-file): Use it.
11825
11826 * progmodes/compile.el (compilation-last-buffer): Add var alias.
11827
11828 * help-fns.el (help-C-file-name): Use new subr-name.
11829 Prepend `src/' to the file name.
11830 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
11831 (describe-function-1, describe-variable): Only find a C source file
11832 name if DOC is already loaded.
11833
11834 * help-mode.el (help-function-def, help-variable-def):
11835 Use the new find-function-search-for-symbol functionality.
11836 Allow FILE to be `C-source'.
11837
11838 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
11839 (find-function-C-source): New fun.
11840 (find-function-search-for-symbol): Use it.
11841
11842 2004-03-29 Michael Mauger <mmaug@yahoo.com>
11843
11844 * progmodes/sql.el (sql-product-alist): Rename variable
11845 `sql-product-support'. Add Postgres login parameters.
11846 (sql-set-product, sql-product-feature): Update with renamed variable.
11847 (sql-connect-postgres): Add username prompt.
11848 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
11849 Make patterns less product specific.
11850 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
11851 (sql-mode-abbrev-table): Modify initialization.
11852 (sql-builtin-face): Add variable.
11853 (sql-keywords-re): Add macro.
11854 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
11855 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
11856 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
11857 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
11858 (sql-mode-linter-font-lock-keywords)
11859 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
11860 (sql-mode-sybase-font-lock-keywords)
11861 (sql-mode-informix-font-lock-keywords)
11862 (sql-mode-interbase-font-lock-keywords)
11863 (sql-mode-ingres-font-lock-keywords)
11864 (sql-mode-solid-font-lock-keywords)
11865 (sql-mode-sqlite-font-lock-keywords)
11866 (sql-mode-db2-font-lock-keywords): Default to nil.
11867 (sql-product-font-lock): Always highlight ANSI keywords.
11868 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
11869 (sql-send-string): Add function.
11870
11871 2004-04-29 Dave Love <fx@gnu.org>
11872
11873 * progmodes/cfengine.el (cfengine-beginning-of-defun)
11874 (cfengine-end-of-defun): Ensure progress through buffer.
11875
11876 * info-look.el (cfengine-mode): Accept a terminal ().
11877
11878 2004-04-29 Juri Linkov <juri@jurta.org>
11879
11880 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
11881 instead of isearch-yank-word-or-char. Add new key bindings for
11882 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
11883 (isearch-del-char): New fun.
11884 (isearch-forward, isearch-edit-string): Update docstring.
11885 (isearch-yank-char): Doc fix.
11886 (isearch-other-meta-char): Restore point after scrolling.
11887
11888 * progmodes/compile.el (compilation-context-lines): Add nil option
11889 to disable compilation output window scrolling.
11890 (compilation-set-window): Use it.
11891
11892 * outline.el (outline-next-preface, outline-show-heading):
11893 Don't leave unhidden blank line before heading.
11894 (outline-end-of-subtree): Include last newline into subtree.
11895 (hide-entry): Leave point at beginning of heading instead of end.
11896 (outline-up-heading): Push mark for the first call of successive
11897 command calls.
11898
11899 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
11900
11901 * comint.el (comint-prompt-read-only): New variable.
11902 (comint-output-filter): Implement it.
11903
11904 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
11905 (ielm-prompt-internal): New variable.
11906 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
11907 (ielm-send-input): Delete unused variable `buf'.
11908 (ielm-eval-input): Use `ielm-prompt-internal'.
11909 (inferior-emacs-lisp-mode): Use new variables
11910 `comint-prompt-read-only' and `ielm-prompt-internal'.
11911 Get rid of obsolete variable `directory-sep-char'.
11912 (ielm): Use `zerop'.
11913
11914 2004-04-29 John Paul Wallington <jpw@gnu.org>
11915
11916 * thumbs.el (toplevel): Require cl at compile time.
11917 Remove conditional definitions of `ignore-errors' and `caddar'
11918 because they occur at run time.
11919
11920 2004-04-28 Nick Roberts <nickrob@gnu.org>
11921
11922 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
11923 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
11924 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11925 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
11926
11927 * progmodes/gud.el (gud-common-init): Throw an error if program is
11928 already running under gdb.
11929
11930 2004-04-28 John Paul Wallington <jpw@gnu.org>
11931
11932 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
11933 (thumbs-show-image-num): Move assignment of
11934 `thumbs-current-image-filename' within scope of `i'.
11935 (thumbs-emboss-image): Don't use `evenp'.
11936
11937 2004-04-28 Richard M. Stallman <rms@gnu.org>
11938
11939 * progmodes/compile.el (compilation-context-lines): Default now 0.
11940
11941 2004-04-28 Juanma Barranquero <lektu@terra.es>
11942
11943 Use `time-less-p' from calendar/time-date.el instead of defining
11944 custom versions of it.
11945
11946 * pcomplete.el (pcomplete-time-less-p): Remove.
11947
11948 * thumbs.el (time-less-p): Remove.
11949
11950 * calendar/timeclock.el (timeclock-time-less-p): Remove.
11951 (timeclock-generate-report): Use `time-less-p'.
11952
11953 * emacs-lisp/autoload.el (autoload-before-p): Remove.
11954 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
11955
11956 2004-04-28 Masatake YAMATO <jet@gyve.org>
11957
11958 * subr.el (remove-overlays): Make arguments optional.
11959
11960 * wid-edit.el (widget-specify-button): Put evaporate to the
11961 overlay for sample.
11962 (widget-specify-sample): Put evaporate to the overlay for sample.
11963 (widget-specify-doc): Put evaporate to the overlay for documentation.
11964
11965 2004-04-27 Jesper Harder <harder@ifa.au.dk>
11966
11967 * info.el (info-apropos): Make it an index node. Align node names
11968 like makeinfo.
11969
11970 2004-04-27 Eli Zaretskii <eliz@gnu.org>
11971
11972 * net/browse-url.el (browse-url-netscape-sentinel)
11973 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
11974 (browse-url-epiphany-sentinel, browse-url-mosaic):
11975 Use browse-url-*-program instead of a literal program name.
11976
11977 2004-04-27 Kevin Ryde <user42@zip.com.au>
11978
11979 * eshell/em-alias.el:
11980 * eshell/em-dirs.el:
11981 * eshell/em-hist.el:
11982 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
11983 features when M-x customize-group loads modules before the main
11984 eshell.el.
11985
11986 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11987
11988 * subr.el (momentary-string-display): Support EXIT-CHAR that is
11989 either a character representation of an event or an event
11990 description list.
11991
11992 * type-break.el: Capitalise Emacs and Lisp.
11993 (type-break-good-break-interval, type-break-demo-boring-stats)
11994 (type-break-terse-messages, type-break-file-name): New defcustoms.
11995 (type-break-post-command-hook)
11996 (type-break-warning-countdown-string): Quote variable names in doc.
11997 (type-break-interval-start, type-break-auto-save-file-name): New vars.
11998 (type-break-mode): Document type-break-good-break-interval and the
11999 "session" file. Schedule break according to the session file.
12000 Kill session file buffer on exit. Organise for save-some-buffers
12001 to always save the session file.
12002 (type-break-mode-line-message-mode, type-break-query-mode):
12003 Uppercase arguments.
12004 (type-break-file-time, type-break-file-keystroke-count, timep)
12005 (type-break-choose-file, type-break-get-previous-time)
12006 (type-break-get-previous-count): New defuns.
12007 (type-break): Avoid break querying after a completed break in the
12008 case where the query was initiated during user invocation of the
12009 break. Optional terse messages.
12010 Use type-break-good-break-interval if type-break-good-rest-interval is
12011 nil. File the break time.
12012 (type-break-schedule): New optional args for overriding the use of
12013 the current time.
12014 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
12015 after a break.
12016 (type-break-check): File the keystroke count.
12017 (type-break-do-query): Prevent a second query when the break is
12018 interrupted. Optional terse message.
12019 (type-break-keystroke-reset): Record the start of a typing interval.
12020 (type-break-demo-boring): Optional terse messages. Display word
12021 per minute and keystroke counts according to
12022 type-break-demo-boring-stats.
12023
12024 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
12025
12026 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
12027 directories, make sure they exist under archive-tmpdir.
12028
12029 2004-04-27 Juri Linkov <juri@jurta.org>
12030
12031 * help.el (view-emacs-news): With argument, display info for the
12032 selected version by finding it among different NEWS files, and
12033 narrowing the buffer to the selected version.
12034
12035 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
12036 same-window-buffer-names.
12037 (info): New arg `buffer'. Use it. Doc fix. Read file name for
12038 non-numeric prefix argument, append the number to the buffer name
12039 for numeric prefix argument.
12040 (info-other-window): Bind same-window-regexps to nil.
12041 (Info-reference-name): Rename to Info-point-loc.
12042 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
12043 and Info-find-index-name for stringy Info-point-loc.
12044 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
12045 without middle `.', but with final `.' and optional line number
12046 for it. Set Info-point-loc for index nodes.
12047 (Info-index): Remove middle `.' from index entry regexp.
12048 Modify line number regexp.
12049 (Info-index-next): Decrement line number.
12050 (info-apropos): Remove middle `.' from index entry regexp.
12051 Add optional line number regexp at the end. Add matched value
12052 for line number to the result list and insert it to the buffer.
12053 Replace match-string by match-string-no-properties.
12054 Reorder result list.
12055 (Info-fontify-node): Hide index line numbers.
12056 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
12057 empty matches.
12058 (Info-follow-reference): Use `str' instead of
12059 Info-following-node-name-re.
12060 (Info-toc): Use full file names. Set Info-current-node to "Top".
12061 (Info-fontify-node): Compare file names without directory name.
12062 (Info-try-follow-nearest-node): Don't set Info-reference-name.
12063 Set second arg of Info-extract-menu-node-name for index nodes.
12064 (info-xref-visited): Use magenta3 instead of magenta4.
12065 (Info-mode): Add info-apropos to docstring.
12066
12067 * log-view.el (log-view-diff): Replace interactive code "r"
12068 by a list to allow to call it even if region is not active.
12069
12070 * paren.el (show-paren-highlight-openparen): New var.
12071 (show-paren-function): Turn on openparen highlighting when
12072 matching forward if show-paren-highlight-openparen is non-nil.
12073
12074 * simple.el (kill-ring-save): Use blink-matching-delay instead of
12075 the constant value 1.
12076 (completions-common-part): Expand docstring.
12077
12078 * textmodes/picture.el (picture-mode-map): Add arrow keys.
12079
12080 2004-04-27 Kim F. Storm <storm@cua.dk>
12081
12082 * image.el (insert-sliced-image): Use line-height instead of
12083 line-spacing property on newline.
12084
12085 2004-04-26 Lars Hansen <larsh@math.ku.dk>
12086
12087 * desktop.el (desktop-buffer-misc-data-function): Rename to
12088 desktop-save-buffer and change docstring.
12089 (desktop-buffer-modes-to-save): Delete.
12090 (desktop-save-buffer-p): Use desktop-save-buffer instead of
12091 desktop-buffer-modes-to-save.
12092 (desktop-save): Rename desktop-buffer-misc-data-function to
12093 desktop-save-buffer and allow non-function value.
12094 (desktop-missing-file-warning): Correct docstring.
12095
12096 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
12097 to desktop-save-buffer.
12098
12099 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
12100 desktop-save-buffer.
12101
12102 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
12103
12104 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
12105
12106 2004-04-26 Eli Zaretskii <eliz@gnu.org>
12107
12108 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
12109
12110 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
12113 (ielm): Only go to the end of the buffer when starting a new process.
12114
12115 2004-04-25 Juanma Barranquero <lektu@terra.es>
12116
12117 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
12118 mode line. Bind `inhibit-read-only' to t before modifying
12119 properties of text in the buffer.
12120 (ielm): Force point to the end of buffer, even when running ielm
12121 from inside itself.
12122
12123 2004-04-25 Jesper Harder <harder@ifa.au.dk>
12124
12125 * info.el (info-apropos): Reset Info-complete-cache.
12126
12127 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
12128
12129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12130 Also recognize severe Irix et al. messages.
12131 (compilation-normalize-filename, compile-abbreviate-directory):
12132 Delete functions.
12133 (compilation-get-file-structure): New function inherits
12134 functionality of the two preceding ones.
12135 (compilation-internal-error-properties, compilation-fake-loc):
12136 Use it so that different paths to the same file share the same
12137 markers. Also optimize finding adjacent marker slightly.
12138
12139 2004-04-25 Kim F. Storm <storm@cua.dk>
12140
12141 * image.el (insert-sliced-image): Add line-spacing t property
12142 to newlines separating image lines.
12143
12144 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
12145
12146 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
12147
12148 * ielm.el (ielm-prompt-read-only): New user option.
12149 (ielm-prompt): Expand docstring to describe new behavior.
12150 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
12151 mention it in the docstring.
12152
12153 2004-04-24 Andreas Schwab <schwab@suse.de>
12154
12155 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
12156
12157 * diff.el (diff): Set default-directory in diff buffer.
12158
12159 2004-04-24 Eli Zaretskii <eliz@gnu.org>
12160
12161 * mail/sendmail.el (mail-bury): Don't delete the frame where the
12162 mail was being composed if the terminal cannot display more than
12163 one frame; instead, switch to previous frame.
12164
12165 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
12166 (rmail-start-mail): Support rmail-mail-new-frame even on
12167 terminals that can display only one frame at a time.
12168
12169 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
12172 (checkdoc-output-font-lock-keywords): Remove error regexp.
12173 (checkdoc-output-mode-map): Remove.
12174 (checkdoc-output-mode): Derive from compilation-mode.
12175 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
12176
12177 * dired.el (dired-mode-map): Add a menu entry for wdired.
12178
12179 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
12180 (rx-bracket, rx-check-any, rx-any): Clean up name space.
12181
12182 * wdired.el: (wdired-mode-map): Move init into declaration.
12183 Fix `return' binding.
12184 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12185 Use force-mode-line-update.
12186 (wdired-get-filename): Use `unless'.
12187 (wdired-preprocess-files): Don't assume names have no \n and use / for
12188 dir separator.
12189 (wdired-normalize-filename): Use replace-regexp-in-string.
12190 (wdired-load-hooks): Remove.
12191 (wdired-mode-hooks): Rename to wdired-mode-hook.
12192
12193 * info-look.el: Add support for cfengine-mode.
12194 (info-lookup-setup-mode): Use dolist.
12195
12196 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
12197
12198 * wdired.el: New file.
12199
12200 2004-04-23 Juanma Barranquero <lektu@terra.es>
12201
12202 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
12203
12204 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
12205 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
12206 (pcomplete--help, pcomplete--here): Doc fixes.
12207
12208 2004-04-23 Andre Spiegel <spiegel@gnu.org>
12209
12210 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
12211 handles wrong-number-of-arguments in backend call.
12212
12213 * vc.el (vc-print-log): Likewise.
12214
12215 2004-04-20 Dave Love <fx@gnu.org>
12216
12217 * emacs-lisp/rx.el: Doc fixes.
12218 (rx-constituents): Add/extend many forms.
12219 (rx-check): Check form is a list.
12220 (bracket): Defvar.
12221 (rx-check-any, rx-any, rx-check-not): Modify.
12222 (rx-not): Simplify.
12223 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
12224 (rx-kleene): Use rx-trans-forms.
12225 (rx-quote-for-set): Delete.
12226 (rx): Allow multiple args.
12227
12228 2004-04-23 Kenichi Handa <handa@m17n.org>
12229
12230 * international/mule-util.el (char-displayable-p): Simplify by
12231 using internal-char-font.
12232
12233 2004-04-23 Juanma Barranquero <lektu@terra.es>
12234
12235 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12236
12237 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12238
12239 * diff-mode.el (diff-next-error): New fun.
12240 (diff-mode): Use it.
12241
12242 * simple.el (next-error): Change arg name.
12243 Add support for the documented C-u C-x ` usage.
12244
12245 * frame.el (special-display-popup-frame, next-multiframe-window)
12246 (previous-multiframe-window): Only consider frames on same display.
12247
12248 2004-04-22 Lars Hansen <larsh@math.ku.dk>
12249
12250 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
12251 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
12252
12253 2004-04-22 Kim F. Storm <storm@cua.dk>
12254
12255 * net/telnet.el (telnet): Add optional port arg.
12256
12257 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12260 Minor sanity check on the `hyperlink' slot.
12261
12262 * Makefile.in (recompile): Compile new files.
12263
12264 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
12265 Add byte-recompile-directory's optional `arg'.
12266
12267 * cvs-status.el (cvs-tree-use-charset): New var.
12268 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
12269 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
12270 (cvs-status-cvstrees): Use it.
12271
12272 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
12273 Make it a normal major mode.
12274 (checkdoc-buffer-label): Make sure the file name is meaningful.
12275 (checkdoc-output-to-error-buffer): Remove.
12276 (checkdoc-error, checkdoc-start-section): Rewrite.
12277
12278 * info.el (info-node, info-menu-5, info-xref, info-header-node)
12279 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12280 (Info-title-4-face): Use new syntax.
12281 (info-xref-visited): Inherit from info-xref.
12282
12283 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
12284
12285 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
12286
12287 * simple.el (next-error-last-buffer, next-error-function):
12288 New variables for the next-error framework.
12289 (next-error-buffer-p): New function.
12290 (next-error-find-buffer): Generalize compilation-find-buffer.
12291 (next-error, previous-error, first-error, next-error-no-select)
12292 (previous-error-no-select): Move from compile.el.
12293
12294 * replace.el (occur-next-error, occur-1): Hook into the next-error
12295 framework.
12296
12297 * progmodes/compile.el (compilation-start):
12298 Set next-error-last-buffer so next-error knows where to jump.
12299 (compilation-setup): Set the buffer-local variable
12300 next-error-function to 'compilation-next-error-function.
12301 (compilation-buffer-p, compilation-buffer-internal-p): Use an
12302 alternate way to find if a buffer is a compilation buffer, for
12303 next-error convenience.
12304 (next-error-no-select, previous-error-no-select, next-error)
12305 (previous-error, first-error): Move to simple.el.
12306 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
12307 (compilation-last-buffer): Remove.
12308 (compilation-start, compilation-next-error, compilation-setup)
12309 (compilation-next-error-function, compilation-find-buffer):
12310 Remove compilation-last-buffer use.
12311
12312 2004-04-21 Juanma Barranquero <lektu@terra.es>
12313
12314 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
12315 (font-lock-warning-face): Fix spacing.
12316
12317 * makefile.w32-in (WINS): Add url/ directory.
12318
12319 2004-04-21 Lars Hansen <larsh@math.ku.dk>
12320
12321 * desktop.el (desktop-buffer-mode-handlers): New variable.
12322 Alist of major mode specific functions to restore a desktop buffer.
12323 (desktop-buffer-handlers): Make variable obsolete.
12324 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
12325 Catch errors signaled in handlers. Update buffer count.
12326 Evaluate desktop-buffer-point.
12327 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
12328 move to dired.el.
12329 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
12330 move to info.el.
12331 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
12332 move to mail/rmail.el.
12333 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
12334 to mh-e/mh-e.el.
12335 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
12336 On fail, print message (to message buffer) even if
12337 desktop-missing-file-warning is nil.
12338 (desktop-buffer-misc-data-function): New buffer local variable.
12339 Function returning major mode specific data.
12340 (desktop-buffer-misc-functions): Make variable obsolete.
12341 (desktop-save): Use desktop-buffer-misc-data-function.
12342 (desktop-buffer-dired-misc-data): Rename to
12343 dired-desktop-buffer-misc-data and move to dired.el.
12344 (desktop-buffer-info-misc-data): Rename to
12345 Info-desktop-buffer-misc-data and move to info.el.
12346 (desktop-read): Add message about number of buffers restored/failed.
12347
12348 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
12349 Add parameters. Pause to display error only when
12350 desktop-missing-file-warning is non-nil.
12351 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12352 (dired-mode): Bind desktop-buffer-misc-data-function.
12353
12354 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
12355 Add Parameters.
12356 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12357 (Info-mode): Bind desktop-buffer-misc-data-function.
12358
12359 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
12360 Add Parameters.
12361
12362 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
12363 Add Parameters.
12364
12365 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
12366
12367 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
12368 the case of letters in case-insensitive expansions when the
12369 abbrev is preceded by characters with letter syntax.
12370
12371 2004-04-21 Richard M. Stallman <rms@gnu.org>
12372
12373 * progmodes/cperl-mode.el (cperl-putback-char):
12374 Delete Emacs 18 definition.
12375
12376 * international/mule.el (ctext-post-read-conversion):
12377 Use assoc-string, not assoc-ignore-case.
12378
12379 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
12380
12381 * emacs-lisp/easymenu.el (easy-menu-add):
12382 Do call x-popup-menu, but only if it's defined.
12383
12384 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
12385
12386 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
12387 Handle multiple args: compile like progn.
12388
12389 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
12390 take all args as &rest arg.
12391
12392 * autoinsert.el (auto-insert-alist): Insert the user's name in
12393 copyright notice, rather than Free Software Foundation.
12394
12395 2004-04-21 Kenichi Handa <handa@m17n.org>
12396
12397 * descr-text.el (describe-char): Make it work on *Help* buffer.
12398
12399 2004-04-21 Kim F. Storm <storm@cua.dk>
12400
12401 * image.el (insert-image): Add optional SLICE arg.
12402 (insert-sliced-image): New defun.
12403
12404 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
12405
12406 * subr.el (read-number): Check whether `default' is nil.
12407
12408 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * progmodes/compile.el (compilation-error-properties):
12411 Split into two.
12412 (compilation-internal-error-properties): New one.
12413 (compilation-compat-error-properties): Use it. Fix the non-marker case.
12414
12415 2004-04-20 Richard M. Stallman <rms@gnu.org>
12416
12417 * window.el (split-window-save-restore-data):
12418 Don't update the data if OLD-INFO is nil.
12419
12420 * view.el (view-return-to-alist): Mark it permanent local.
12421
12422 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
12423
12424 * recentf.el (recentf-save-list): Catch and warn about errors.
12425
12426 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
12427 so "Buffers" won't be pure.
12428
12429 * help-mode.el (help-mode-finish): Set help-return-alist first
12430 thing, setting only the entry for the selected window.
12431
12432 * help-fns.el (describe-function-1): If many non-control non-meta
12433 keys run the command, don't list all of them.
12434
12435 2004-04-20 Juanma Barranquero <lektu@terra.es>
12436
12437 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
12438 arg. Copied from Andre Spiegel's patch of 2004-03-21.
12439
12440 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
12441
12442 2004-04-20 Kenichi Handa <handa@m17n.org>
12443
12444 * international/quail.el (quail-lookup-key): New optional arg
12445 NOT-RESET-INDICES.
12446 (quail-get-translations): Call quail-lookup-key with
12447 NOT-RESET-INDICES t.
12448 (quail-completion): Likewise.
12449 (quail-lookup-map-and-concat): Likewise.
12450
12451 2004-04-20 Kenichi Handa <handa@m17n.org>
12452
12453 * international/quail.el (quail-update-translation): Don't insert
12454 such an unsupported multibyte char in a unibyte buffer.
12455
12456 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
12457
12458 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
12459 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
12460 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
12461 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
12462 (gdb-frame-assembler-buffer): Improve behaviour with
12463 multiple frames.
12464 (gdb-display-buffer): Extend search to all visible frames.
12465
12466 2004-04-19 Eli Zaretskii <eliz@gnu.org>
12467
12468 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
12469 characters left after base64 decoding.
12470 (rmail-decode-region): Use -dos variety of `coding', to remove any
12471 ^M characters left after qp or base64 decoding.
12472
12473 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12474
12475 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
12476 messages.
12477
12478 2004-04-19 Stephen Eglen <stephen@gnu.org>
12479
12480 * add-log.el (add-change-log-entry): Update doc string to mention
12481 add-log-full-name and add-log-mailing-address.
12482
12483 2004-04-18 Juri Linkov <juri@jurta.org>
12484
12485 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
12486 (Info-find-node-2): Simplify error message.
12487 (Info-insert-dir): Use Info-following-node-name.
12488 (Info-goto-node): Remove *info-history* and *info-toc*.
12489 (Info-history): Create a node of the virtual history file.
12490 (Info-toc): Create a node of the virtual toc file.
12491 (Info-insert-toc): New arg `curr-file' for reference file names.
12492 (info-apropos): Remove redundant var binding for temp-file.
12493 (Info-index, Info-index-next, Info-mode): Doc fix.
12494 (Info-goto-emacs-command-node): Don't jump to *info* from
12495 non-*info* Info buffers.
12496 (Info-fontify-node): Don't show the file name of external
12497 references if `Info-hide-note-references' is `hide'. Don't hide
12498 newlines at the end of paragraphs.
12499
12500 * international/mule-diag.el (list-input-methods):
12501 Fix args to help-xref-button.
12502
12503 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
12504 to put into effect local variables from TUTORIAL files.
12505
12506 * textmodes/paragraphs.el (sentence-end) <function>: New fun
12507 with default value taken from the variable `sentence-end'.
12508 (sentence-end) <defcustom>: Set default to nil. Doc fix.
12509 Add nil const to :type.
12510 (sentence-end-without-period, sentence-end-double-space)
12511 (sentence-end-without-space): Doc fix.
12512
12513 * textmodes/paragraphs.el (forward-sentence):
12514 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
12515 (fill-delete-newlines):
12516 * progmodes/cc-cmds.el (c-beginning-of-statement):
12517 Use function `sentence-end' instead of variable `sentence-end'.
12518
12519 2004-04-18 Andreas Schwab <schwab@suse.de>
12520
12521 * progmodes/compile.el (compilation-start): Set window start to
12522 point-min if compilation-scroll-output is nil.
12523
12524 2004-04-18 John Wiegley <johnw@newartisans.com>
12525
12526 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
12527
12528 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
12529
12530 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
12531 (gdb-info-breakpoints-custom): Revert previous change.
12532 (gdb-view-assembler): Update assembler if necessary.
12533 (gdb-frame-handler): Parse correctly for gdb-current-frame.
12534 (gdb-display-source-buffer): Update properly when both source and
12535 assembler are visible.
12536
12537 2004-04-17 John Wiegley <johnw@newartisans.com>
12538
12539 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
12540 which limits the number of names shown in the minibuffer. Off by
12541 default.
12542 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
12543 up iswitchb for users with a multitude of open buffers by showing
12544 only the first and last N/2 buffers in the completion list (which
12545 is enough to aid C-s/C-r, and to know that more characters are
12546 needed to refine the completion list).
12547
12548 2004-04-17 Richard M. Stallman <rms@gnu.org>
12549
12550 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
12551 (file-truename): Expand all ~ constructs directly.
12552 (insert-directory): Delete any error msg output by the
12553 `insert-directory-program'.
12554
12555 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
12556 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
12557 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
12558 (allout-init): Use find-file-hook, not find-file-hooks.
12559 (allout-mode): Eliminate Emacs 18 support.
12560 Use write-contents-functions, not local-write-file-hooks.
12561
12562 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
12563
12564 * progmodes/compile.el (compilation-error-properties): Fix for
12565 adding messages when there are already markers for their file.
12566 (compilation-fake-loc): New function.
12567
12568 2004-04-16 Dave Love <fx@gnu.org>
12569
12570 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
12571 (python-load-file): Fix python-orig-start setting.
12572
12573 * progmodes/compile.el: Doc fixes.
12574 (compilation-error-regexp-alist-alist)
12575 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
12576 (compilation-assq): Wrap in eval-when-compile.
12577 (compilation-mode-font-lock-keywords): Don't use list*.
12578 (compilation-start): Avoid warning.
12579 (compilation-compat-error-properties)
12580 (compilation-directory-properties): Add keymap property.
12581 (compilation-parsing-end): Make it a marker for better compatibility.
12582
12583 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
12584
12585 2004-04-16 Mark A. Hershberger <mah@everybody.org>
12586
12587 * xml.el: Doc fixes.
12588 (xml-get-children): Only looks at sub-tags and ignore strings.
12589
12590 * xml.el (xml-parse-tag): Avoid overwriting node-name.
12591
12592 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
12595
12596 2004-04-16 Andre Spiegel <spiegel@gnu.org>
12597
12598 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
12599
12600 * vc.el (vc-print-log): Likewise.
12601
12602 2004-04-16 Masatake YAMATO <jet@gyve.org>
12603
12604 * simple.el (completion-setup-function): Set an initial value
12605 to `element-common-end' before entering loop. Set a value
12606 to `element-common-end' at the end of loop.
12607 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
12608 (completions-common-part): Rename from completion-de-emphasis.
12609 (completions-first-difference): Rename from completion-emphasis.
12610 Suggested by RMS.
12611
12612 2004-04-16 Juanma Barranquero <lektu@terra.es>
12613
12614 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
12615 (bookmark-edit-annotation-mode): Add mode name.
12616
12617 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
12620 for nested conflict markers.
12621 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
12622
12623 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
12624
12625 * progmodes/gdb-ui.el (gdb-goto-info): New function.
12626
12627 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
12628
12629 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12632 Give a backtrace if requested.
12633
12634 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
12635
12636 * progmodes/python.el (python-mouse-2-command, python-RET-command):
12637 Remove unused functions.
12638 (python-orig-start-line, python-orig-file): Remove.
12639 (python-orig-start): New var.
12640 (python-input-filter, python-compilation-line-number)
12641 (python-send-region, python-load-file): Use it.
12642
12643 * info.el (info): Always jump to *info*.
12644
12645 * subr.el (posn-set-point): New function.
12646
12647 * mouse.el (mouse-set-point): Use it.
12648
12649 * progmodes/compile.el (compile-goto-error): Use it.
12650 (compilation-button-map): New keymap.
12651 (compilation-error-properties): Use it.
12652 (compilation-shell-minor-mode-map): Don't bind mouse-2.
12653
12654 * smerge-mode.el (smerge-popup-context-menu): Use it.
12655
12656 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
12657 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
12658 mouse and non-mouse case.
12659
12660 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
12661 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
12662
12663 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
12664 Make it work for non-mouse events.
12665
12666 * pcvs-info.el (cvs-status-map): Update binding name.
12667
12668 2004-04-14 Mark A. Hershberger <mah@everybody.org>
12669
12670 * xml.el (xml-maybe-do-ns): New function to handle namespace
12671 parsing of both attribute and element names.
12672 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
12673 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
12674 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
12675 (xml-parse-attlist): Make it do its own namespace parsing.
12676
12677 2004-04-14 Dave Love <fx@gnu.org>
12678
12679 * progmodes/python.el (run-python): Fix use of \n.
12680 (python-load-file): Remove `try' from Python fragment.
12681 (python-describe-symbol): Fix message.
12682
12683 * comint.el: Doc fixes.
12684 (comint-last-input-start, comint-last-input-end)
12685 (comint-last-output-start): Give them values.
12686 (comint-arguments): Avoid warning.
12687 (comint-skip-prompt): Use line-end-position.
12688 (comint-backward-matching-input): Rename arg to agree with doc.
12689 (comint-extract-string): Use syntax-ppss.
12690 (comint-dynamic-simple-complete): Delete useless list construction.
12691 (comint-redirect-subvert-readonly): New.
12692 (comint-redirect-preoutput-filter): Use it.
12693
12694 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12695 Correctly handle negative arguments when calling hook functions.
12696
12697 2004-04-14 Jesper Harder <harder@ifa.au.dk>
12698
12699 * info.el (info-apropos): Don't clobber Info-history-list.
12700
12701 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
12702
12703 * progmodes/compile.el (compilation-setup):
12704 Localize overlay-arrow-position.
12705 (compilation-sentinel): Restructure code equivalently.
12706 (compilation-next-error): Find message on same line after point if
12707 not found before point.
12708 (compile-mouse-goto-error): Restore function so that compilation
12709 buffer need not be current and use compile-goto-error.
12710 (compile-goto-error): Restore function.
12711 (next-error): Set overlay-arrow-position.
12712 (compilation-forget-errors): Don't localize already local
12713 compilation-locs and remove FIXME about refontifying.
12714
12715 2004-04-14 Kim F. Storm <storm@cua.dk>
12716
12717 * startup.el (emacs-quick-startup): New defvar (set by -Q).
12718 (command-line): New option -Q. Like -q --no-site-file, but
12719 in addition it also disables menu-bar, tool-bar, scroll-bars,
12720 tool-tips, and the blinking cursor.
12721 (command-line-1): Skip startup screen if -Q.
12722 (fancy-splash-head): Use ":align-to center" prop to center splash image.
12723
12724 * emulation/cua-base.el (cua-read-only-cursor-color)
12725 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
12726
12727 2004-04-13 Dave Love <fx@gnu.org>
12728
12729 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
12730 (syntax): Don't require.
12731 (python) <defgroup>: Add :version.
12732 (python-quote-syntax): Re-written.
12733 (inferior-python-mode): Move stuff here from run-python and add
12734 some more.
12735 (python-preoutput-continuation, python-preoutput-result)
12736 (python-dotty-syntax-table): New.
12737 (python-describe-symbol): Use them.
12738 (run-python): Move stuff to inferior-python-mode. Modify code
12739 loaded into Python.
12740 (python-send-region): Use python-proc, python-send-string.
12741 (python-send-string): Send newlines too. Callers changed.
12742 (python-load-file): Re-written.
12743 (python-eldoc-function): New.
12744 (info-look): Don't require.
12745 (python-after-info-look): New. A modified version of former
12746 top-level code for use with eval-after-load.
12747 (python-maybe-jython, python-guess-indent): Use widened buffer.
12748 (python-fill-paragraph): Re-written.
12749 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
12750 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
12751
12752 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12753
12754 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
12755 Set compilation-error-regexp-alist earlier.
12756
12757 * progmodes/compile.el (compilation-minor-mode-map)
12758 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
12759 (compile-goto-error): Re-merge the mouse and non-mouse commands.
12760
12761 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * progmodes/compile.el (compile-goto-error): Select the buffer/window
12764 corresponding to the event.
12765
12766 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
12767
12768 * loadup.el: Add cygwin to system-type list, for unexec() support.
12769
12770 2004-04-12 John Paul Wallington <jpw@gnu.org>
12771
12772 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
12773 (ibuffer-restore-window-config-on-quit): New variable to replace
12774 `ibuffer-delete-window-on-quit'. Update all references.
12775 (ibuffer-prev-window-config): New variable.
12776 (ibuffer-quit): Restore previous window configuration instead of
12777 deleting window.
12778 (ibuffer): Save window configuration before showing Ibuffer buffer.
12779
12780 * help.el (describe-mode): Doc fix.
12781
12782 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
12785 not to treat nil as a function.
12786
12787 * vc-arch.el (vc-arch-root): Be a bit more careful.
12788 (vc-arch-register): Save the buffer if we modified it.
12789 (vc-arch-delete-rej-if-obsolete): Save excursion.
12790 (vc-arch-find-file-hook): Use the simpler after-save-hook.
12791 (vc-arch-responsible-p, vc-arch-init-version): New functions.
12792
12793 * net/ldap.el (ldap-search): Use list*.
12794
12795 2004-04-12 Juri Linkov <juri@jurta.org>
12796
12797 * info.el (Info-follow-reference): Allow multiline reference name.
12798
12799 2004-04-11 Dave Love <fx@gnu.org>
12800
12801 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
12802
12803 * progmodes/python.el: New file.
12804
12805 2004-04-11 Andre Spiegel <spiegel@gnu.org>
12806
12807 * vc-hooks.el (vc-arg-list): Function removed.
12808 (vc-default-workfile-unchanged-p): Use condition-case to check for
12809 backward compatibility.
12810
12811 * vc.el (vc-print-log): Use condition-case to check for backward
12812 compatibility.
12813
12814 2004-04-11 Juri Linkov <juri@jurta.org>
12815
12816 * dired.el (dired-faces): New defgroup.
12817 (dired-header, dired-mark, dired-marked, dired-flagged)
12818 (dired-warning, dired-directory, dired-symlink, dired-ignored):
12819 New faces.
12820 (dired-header-face, dired-mark-face, dired-marked-face)
12821 (dired-flagged-face, dired-warning-face, dired-directory-face)
12822 (dired-symlink-face, dired-ignored-face): New face variables.
12823 (dired-font-lock-keywords): Use them instead of font-lock faces.
12824 Split the rule for dired marks into 3 separate rules: for marks,
12825 marked file names and flagged file names.
12826
12827 * help-mode.el (help-make-xrefs): Add a final newline to the
12828 *Help* buffer.
12829
12830 2004-04-11 John Paul Wallington <jpw@gnu.org>
12831
12832 * replace.el (occur-engine): Distinguish between one and several
12833 matches in the matches per buffer heading.
12834
12835 2004-04-11 Kim F. Storm <storm@cua.dk>
12836
12837 * ido.el (ido-confirm-unique-completion): New defcustom.
12838 (ido-complete): Use it.
12839 (ido-write-file): Set it to t unconditionally.
12840
12841 2004-04-10 Miles Bader <miles@gnu.org>
12842
12843 RCS keyword removal (only non-comment changes are enumerated here):
12844
12845 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
12846 (byte-compile-insert-header): Don't use `byte-compile-version'.
12847 * forms.el (forms-version): Variable removed.
12848 (forms-mode): Don't use `forms-version'.
12849 * recentf.el (recentf-version): Variable removed.
12850 * progmodes/delphi.el (delphi-version): Variable removed.
12851 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
12852
12853 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
12856
12857 2004-04-09 Jesper Harder <harder@ifa.au.dk>
12858
12859 * info.el (info-apropos): Improve menu item regexp.
12860
12861 2004-04-09 Simon Josefsson <jas@extundo.com>
12862
12863 * mail/smtpmail.el: Add comment, based on report by
12864 kdc@rcn.com (Kevin D. Clark).
12865
12866 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12869 Redo one more thing that I didn't notice Daniel had undone.
12870
12871 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
12872
12873 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
12874 (gdb-goto-breakpoint, gdb-display-buffer)
12875 (gdb-display-source-buffer, gdb-view-source-function)
12876 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
12877 (gdb-source-info, gdb-frame-handler): Don't specify a window
12878 for display.
12879 (gdb-info-breakpoints-custom): Remove superfluous update of
12880 assembler buffer.
12881 (gdb-many-windows): Make settable outside gdb.
12882
12883 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
12884
12885 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
12886 Derive from fundamental-mode rather than text-mode.
12887
12888 2004-04-08 Juri Linkov <juri@jurta.org>
12889
12890 * info.el (Info-history): Doc fix.
12891 (Info-history-list): New var.
12892 (info-xref): Change magenta4 to blue, remove bold for dark and
12893 light backgrounds, change bold to underline for non-color classes.
12894 (info-xref-visited): New face.
12895 (Info-fontify-visited-nodes): New custom.
12896 (Info-hide-note-references): Add new value `hide'. Doc fix.
12897 (Info-reference-name): New var.
12898 (Info-selection-hook): New custom.
12899 (Info-edit-mode-hook): New var.
12900 (Info-find-file): New fun.
12901 (Info-find-node): Move part of code to Info-find-file.
12902 (Info-find-node-2): Add anchors to Info-history-list. Move point
12903 to the place with the reference name if name is defined.
12904 (Info-select-node): Add current node to Info-history-list.
12905 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
12906 (Info-search-whitespace-regexp): New custom.
12907 (Info-search-case-fold): New var.
12908 (Info-search): Add "case-sensitively" to the prompt.
12909 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
12910 (Info-search-case-sensitively, Info-search-next): New fun.
12911 (Info-up): Move point to the menu item of the current node.
12912 (Info-history): New fun. Add *info-history* to
12913 same-window-buffer-names.
12914 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
12915 (Info-insert-toc): New fun.
12916 (Info-build-toc): New fun.
12917 (Info-follow-reference): Add new arg `fork'. Doc fix.
12918 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
12919 with the same name prefer the reference closest to point.
12920 (Info-next-reference): Replace * by + in the *Note regexp.
12921 Add regexp for http:// and ftp://. Skip the *Note prefix.
12922 (Info-prev-reference): Replace * by + in the *Note regexp.
12923 Add regexp for http:// and ftp://. Skip the *Note prefix.
12924 (Info-follow-nearest-node): Add new arg `fork'.
12925 (Info-try-follow-nearest-node): Add new arg `fork'.
12926 Call browse-url for http:// and ftp:// references.
12927 Set Info-reference-name for index entries.
12928 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
12929 Info-search-next, Info-history, Info-toc, clone-buffer.
12930 (Info-menu-update): Replace * by + in the *Note regexp.
12931 (Info-mode): Add documentation for Info-history, Info-toc,
12932 Info-search-case-sensitively, Info-search-next, clone-buffer.
12933 (Info-fontify-menu-headers): Remove fun. Move code to
12934 Info-fontify-node.
12935 (Info-fontify-node): Add docstring. Add local vars
12936 fontify-visited-p and not-fontified-p. If not-fontified-p is t
12937 then fontify header line, titles, menu headers, http and ftp
12938 references, refill paragraphs. If not-fontified-p is t or
12939 fontify-visited-p is t then fontify cross references, menu items.
12940 Fontify menu headers. Fontify http and ftp references.
12941 Change regexp for cross references to require whitespace after *Note,
12942 add matching groups for file and node names. Remove hack for quote.
12943 Use display property for Info-hide-note-references=t. Use fifth
12944 or fourth match for help-echo. Display visited nodes in a
12945 different face. Unhide file names of external references.
12946 Unhide newlines. Display visited menu items in a different face.
12947
12948 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12949
12950 * progmodes/compile.el: Require CL.
12951 (compilation-mode-font-lock-keywords): Re-install the "line as
12952 function" patch.
12953
12954 * help-fns.el (help-C-source-directory): New var.
12955 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
12956 (describe-function-1, describe-variable): Use them.
12957
12958 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
12959 to C source files specially.
12960
12961 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
12962
12963 * info.el (Info-hide-cookies-node): New function.
12964 (Info-select-node): Use it.
12965 (Info-display-images-node): Remove message with image file name.
12966
12967 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
12968
12969 * progmodes/compile.el (compilation-warning-face)
12970 (compilation-info-face, compilation-skip-threshold)
12971 (compilation-skip-visited, compilation-context-lines):
12972 Declare :version when added to Emacs.
12973 (compilation-error-regexp-alist-alist): Extend caml and irix.
12974 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
12975 (compilation-mode-font-lock-keywords): Temporarily undo line as
12976 function patch, which wasn't ready.
12977
12978 2004-04-07 Kenichi Handa <handa@m17n.org>
12979
12980 * international/latin1-disp.el (latin1-display-setup): Check each
12981 character is displayable or not instead of calling
12982 latin1-display-check-font.
12983
12984 2004-04-06 Kenichi Handa <handa@m17n.org>
12985
12986 * language/ethio-util.el (ethio-sera-being-called-by-w3):
12987 New variable.
12988 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
12989 instead of sera-being-called-by-w3.
12990 (ethio-fidel-to-sera-buffer): Likewise.
12991 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
12992 instead of sera-being-called-by-w3.
12993 (ethio-write-file): Likewise.
12994
12995 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12996
12997 * printing.el: Doc fix.
12998
12999 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
13000
13001 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
13002 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
13003 (gdb-setup-windows): Only use separate IO buffer if required.
13004
13005 2004-04-06 Kim F. Storm <storm@cua.dk>
13006
13007 * term.el (term-is-xemacs): Remove.
13008 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
13009 (term-window-width): New function.
13010 (term-mode, term-check-size): Use it.
13011 (term-mode): Disable overflow-newline-into-fringe in term buffer.
13012
13013 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
13014
13015 * cus-edit.el (custom-add-parent-links): Change unbound variable
13016 `symbol' to `name'.
13017
13018 2004-04-05 Jesper Harder <harder@ifa.au.dk>
13019 * info.el (info-apropos): New function.
13020 (Info-mode-menu): Add it.
13021 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
13022
13023 * help-mode.el (help-make-xrefs): Recognize aliased variable with
13024 inherited docstring.
13025
13026 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
13027
13028 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
13031
13032 * progmodes/compile.el (font-lock): Don't require any more.
13033 (compilation-error-properties, compilation-start, compilation-sentinel)
13034 (compilation-filter, next-error): Use with-current-buffer.
13035 (compilation-skip-to-next-location, compilation-skip-threshold)
13036 (compilation-skip-visited): Move to silence the byte-compiler.
13037 (compilation-setup): Simplify.
13038 (compilation-next-error): Use line-(beginning|end)-position.
13039 Make sure `pt' is non-nil before using compilation-loop.
13040 (compile-goto-error): Add optional event arg. Use it.
13041 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
13042 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
13043 Update the binding for mouse-2.
13044 (first-error): Set compilation-current-error to nil rather than bob.
13045 (compilation-parsing-end, compilation-parse-errors-function)
13046 (compilation-error-list, compilation-old-error-list):
13047 "New" compatibility variables.
13048 (compile-buffer-substring, compilation-compat-error-properties)
13049 (compilation-compat-parse-errors, compilation-forget-errors):
13050 New compatibility functions.
13051 (compilation-mode-font-lock-keywords): Use them.
13052
13053 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
13054
13055 * autorevert.el (auto-revert-handler): If point (or a window
13056 point) is at the end of the buffer, keep it there after
13057 reverting. This allows to tail a file.
13058 Mention this in the `Commentary'.
13059
13060 * format.el (format-write-file): Add optional argument CONFIRM
13061 and make it behave like the analogous argument to `write-file'.
13062
13063 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13064
13065 * progmodes/ebnf2ps.el: Doc fix.
13066 (ebnf-version): New version number (4.2).
13067 (ebnf-syntax): Customization and docstring fix.
13068 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
13069 Put autoloaded funs before first use.
13070 (ebnf-style-database): Add dtd entry.
13071 (ebnf-syntax-alist): Add dtd initialization.
13072 (ebnf-token-sequence): New fun.
13073 (ebnf-comment-table): Add new comment action character.
13074 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
13075
13076 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
13077 Type Definition for XML).
13078
13079 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
13080 * progmodes/ebnf-bnf.el (ebnf-sequence):
13081 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
13082 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
13083 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
13084 Code simplification: call ebnf-token-sequence.
13085
13086 2004-04-04 Eli Zaretskii <eliz@gnu.org>
13087
13088 * calendar/timeclock.el (timeclock-relative)
13089 (timeclock-get-project-function, timeclock-get-workday-function)
13090 (timeclock-query-out, timeclock-when-to-leave)
13091 (timeclock-when-to-leave-string, timeclock-log-data)
13092 (timeclock-generate-report, timeclock-in): Doc fixes.
13093
13094 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * url/: New dir. Import the URL package from its repository.
13097
13098 2004-04-03 Andreas Schwab <schwab@suse.de>
13099
13100 * diff-mode.el (diff-mode): Fix missing quote.
13101
13102 2004-04-03 Juri Linkov <juri@jurta.org>
13103
13104 * descr-text.el (describe-property-list): Add `font-lock-face'.
13105
13106 * dired.el (dired-font-lock-keywords): Fix permission regexps.
13107
13108 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13109
13110 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
13111 Use utf-16le on little endian machines and utf-16be otherwise.
13112
13113 2004-04-02 David Kastrup <dak@gnu.org>
13114
13115 * net/browse-url.el (browse-url-generic): Use call-process
13116 instead of start-process to allow browsers that fork and detach.
13117
13118 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
13119
13120 * compile.el (compilation-current-error): New var.
13121 (compilation-setup, compile-mouse-goto-error)
13122 (compile-goto-error, next-error): Use it.
13123 (compilation-skip-to-next-location): Default to t, which gives
13124 contiguous skipping like old compile (where this was redundant).
13125 (compilation-next-error): Prevent previous-* commands from moving
13126 back to message at or just before point.
13127
13128 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
13129
13130 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
13131 (gdb-source-info): Don't display source at startup, if required.
13132 (gdb-show-main): New option.
13133 (gdba): Update documentation.
13134 (gdb-source): Cover case of auto-display output.
13135
13136 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
13137
13138 * autorevert.el: Delete obsolete autoload's and defvar's.
13139 (auto-revert-check-vc-info): New user option.
13140 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13141 (auto-revert-handler-vc): Delete.
13142 (auto-revert-handler): Treat return value `fast' of
13143 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
13144
13145 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
13146 return `fast'.
13147
13148 * files.el (buffer-stale-function): Doc change.
13149
13150 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13151
13152 * printing.el: New tip on Tips section.
13153 (pr-version): New version number (6.7.4).
13154 (pr-shell-file-name): Initialization fix.
13155
13156 2004-03-31 Juri Linkov <juri@jurta.org>
13157
13158 * dired.el: Add autoload for `dired-do-touch'.
13159 (dired-touch-program): New var.
13160 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
13161 (dired-no-confirm): Add `touch' to docstring.
13162
13163 * dired-aux.el (dired-do-touch): New fun.
13164 (dired-do-chxxx): Add argument -t for touch operation.
13165
13166 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
13167 `dired-move-to-filename-regexp'.
13168
13169 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
13170
13171 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
13172
13173 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13174
13175 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
13176 and only if the buffer was modified.
13177
13178 2004-03-30 Kenichi Handa <handa@m17n.org>
13179
13180 * international/characters.el: Delete pairs for U+2308..U+230B.
13181
13182 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
13183
13184 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
13185 to detect the beginning of a level 2 or 3 annotation.
13186
13187 2004-03-29 Kenichi Handa <handa@m17n.org>
13188
13189 * international/ucs-tables.el (ucs-insert): Fix the error message.
13190
13191 2004-03-29 Kenichi Handa <handa@m17n.org>
13192
13193 * international/mule-util.el (char-displayable-p): Fix generation
13194 of XLFD file name.
13195
13196 * Makefile.in (setwins, setwins_almost): Change directory to $wd
13197 before finding directories by `find'.
13198
13199 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * subr.el (interactive-form): Delete. Now implemented in C.
13202
13203 * pcvs.el (cvs-parse-process): Workaround for Darwin.
13204
13205 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
13206 (vc-diff-label): New fun.
13207 (vc-diff-internal): Use it.
13208
13209 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
13210
13211 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13212
13213 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
13214
13215 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
13216 specify XML (EBNFX).
13217
13218 * progmodes/ebnf2ps.el: Doc fix.
13219 (ebnf-version): New version number (4.1).
13220 (ebnf-syntax): Adjust customization.
13221 (ebnf-style-database): Add ebnfx entry.
13222 (ebnf-syntax-alist): Add ebnfx initialization.
13223 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
13224
13225 * printing.el: Doc fix.
13226 (pr-version): New version number (6.7.3).
13227 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
13228 returns nil for mouse position. Reported by Drew Adams
13229 <drew.adams@oracle.com>.
13230 (pr-update-menus): Modify interactive declaration. Reported by Drew
13231 Adams <drew.adams@oracle.com>.
13232
13233 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
13234
13235 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
13236 (gud-gdba-marker-filter): Log the process input and output, if
13237 required. From Stefan Monnier.
13238 (gdb-debug-log, gdb-enable-debug-log): New variables.
13239 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
13240
13241 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
13244 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
13245
13246 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
13247
13248 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
13249 Call vc-find-file-hook here instead of in auto-revert-buffers.
13250 (auto-revert-buffers): Delete call to vc-find-file-hook.
13251 (auto-revert-verbose, global-auto-revert-non-file-buffers)
13252 (global-auto-revert-mode, auto-revert-set-timer)
13253 (auto-revert-handler, auto-revert-buffers): Doc fixes.
13254
13255 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13256
13257 * woman.el (woman-change-fonts): Rename local variable
13258 woman-font-alist to font-alist to avoid a compiler warning.
13259
13260 2004-03-27 Dave Love <fx@gnu.org>
13261
13262 * emacs-lisp/rx.el (rx): Doc fix.
13263 Fix copyright years.
13264
13265 * strokes.el (strokes-global-set-stroke-string): New function.
13266 (strokes-list-strokes): Cope with strings, not just commands.
13267 Set foreground colour of image.
13268 (strokes-global-set-stroke): Doc fix.
13269
13270 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
13271
13272 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
13273 Auto Revert mode.
13274 (Buffer-menu-files-only): New variable.
13275 (Buffer-menu-toggle-files-only): New function.
13276 (Buffer-menu-mode-map): Bind it to `T'.
13277 (Buffer-menu-mode): Mention `T' in docstring.
13278 Set buffer-stale-function.
13279 (list-buffers-noselect): Mark buffer non-modified and set
13280 Buffer-menu-files-only.
13281
13282 * dired.el (buffer-stale-function): Remove no longer needed defvar.
13283
13284 * autorevert.el (auto-revert-handler): Print revert message
13285 before, rather than after, reverting.
13286 (buffer-stale-function): Move to files.el.
13287
13288 * files.el (buffer-stale-function): Move here from autorevert.el.
13289
13290 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
13293
13294 * calc/calc.el (calc-mode-map): Use mapc.
13295
13296 * apropos.el (apropos-mode): Don't autoload.
13297 (apropos-symbols-internal): New fun. Extracted from `apropos'.
13298 (apropos): Use it.
13299 (apropos-print): Add optional `text' argument.
13300 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
13301 Don't assume point-min == 1.
13302
13303 * bs.el (bs-buffer-list): Use buffer-local-value.
13304 (bs--set-toggle-to-show): Use with-current-buffer.
13305
13306 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
13307 New funs.
13308 (list-buffers-noselect): Use them. Adjust :align-to to new style.
13309
13310 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
13311
13312 * dabbrev.el (dabbrev-expand): Fix regexp construction.
13313 (dabbrev--find-expansion): Use pop.
13314 (dabbrev--search): Use match-string-no-properties.
13315
13316 * dired.el (dired-mode): Use run-mode-hooks.
13317 (dired-move-to-end-of-filename): Use match-string.
13318
13319 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
13320 is bound before using it.
13321 (ediff-verbose-p): Make it into a var since it's not constant.
13322
13323 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
13324
13325 * faces.el (read-face-font): Don't cons up unnecessarily.
13326 (header-line, tool-bar): Share common parts.
13327
13328 * files.el (file-relative-name): Use compare-strings.
13329
13330 * finder.el (finder-mode): Follow coding convention.
13331
13332 * subr.el (read-number): New function.
13333
13334 * ses.el (ses-read-number): Move to subr.el.
13335 (ses-set-header-row): Use read-number.
13336
13337 2004-03-26 Andre Spiegel <spiegel@gnu.org>
13338
13339 * vc-hooks.el (vc-arg-list): New function, which handles both
13340 compiled and uncompiled code.
13341 (vc-default-workfile-unchanged-p): Use it.
13342
13343 * vc.el (vc-print-log): Undo prev change, use new function
13344 vc-arg-list from vc-hooks.el.
13345
13346 2004-03-26 Masatake YAMATO <jet@gyve.org>
13347
13348 * simple.el (completion-setup-function): Emphasize the
13349 first uncommon characters in the completions; and de-emphasize
13350 the common prefix substrings.
13351 (completion-emphasis): New face.
13352 (completion-de-emphasis): New face.
13353
13354 2004-03-25 Juanma Barranquero <lektu@terra.es>
13355
13356 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
13357 Comment out (it's unused and unfinished code).
13358
13359 2004-03-25 Sam Steingold <sds@gnu.org>
13360
13361 * vc.el (vc-print-log): Fix a bug in the last patch:
13362 backend-function may be a byte-compiled object, not a lambda.
13363
13364 2004-03-25 Juri Linkov <juri@jurta.org>
13365
13366 * descr-text.el (describe-property-list): Add a button
13367 for `face' property that calls `describe-face'.
13368 Suggested by luis fernandes <elf@ee.ryerson.ca>
13369
13370 * international/mule.el (keyboard-coding-system):
13371 * kmacro.el (kmacro-call-macro): Fix docstring.
13372
13373 * dired.el: Fix comments.
13374
13375 * textmodes/fill.el (fill): Fix Info link.
13376
13377 * font-lock.el (fast-lock, lazy-lock):
13378 * jit-lock.el (jit-lock): Remove links to removed Support Modes
13379 Info node.
13380
13381 * eshell/eshell.el (eshell): Fix broken info-link.
13382
13383 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
13384 * eshell/em-banner.el (eshell-banner):
13385 * eshell/em-smart.el (eshell-smart):
13386 * eshell/esh-cmd.el (eshell-cmd):
13387 Comment out broken info-links to incomplete Info manual.
13388
13389 * info-xref.el: Fix commentary.
13390
13391 2004-03-25 Kevin Ryde <user42@zip.com.au>
13392
13393 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
13394 Remove spurious node duplicate suppression, doesn't work, not wanted.
13395 (info-xref-output): Take format style args, add "sit-for 0" to let
13396 user see the results as they progress.
13397 (info-xref-check-all-custom): New function.
13398
13399 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
13400
13401 * gdb-ui.el: Moved to progmodes.
13402
13403 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
13406
13407 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13408
13409 * calendar/appt.el (appt-check): Remove superfluous progn.
13410 When finished with diary buffer: if it was not being displayed
13411 before, kill it; otherwise restore its original state.
13412 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
13413
13414 * calendar/calendar.el (calendar-set-mode-line): Use total
13415 available mode-line width, rather than frame-width.
13416
13417 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
13418 after mode change so effect not lost.
13419
13420 2004-03-23 Dave Love <fx@gnu.org>
13421
13422 * dired.el (dired) <defgroup>: Add link to manual.
13423 (dired-font-lock-keywords): Add highlighting on unusual permissions.
13424 (dired-revert): Use dolist.
13425 (dired-mode-map): Add U binding.
13426 (dired-mode): Add font-lock-beginning-of-syntax-function.
13427 (dired-garbage-files-regexp): Make it a defcustom.
13428
13429 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
13432 is equivalent to nil.
13433 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
13434 (vc-arch-mode-line-string): Accept `added' state.
13435 (vc-arch-state): Use inode-sigs if available.
13436 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
13437 Copy&delete existing id file if any. Fallback if uuidgen is absent.
13438 (vc-arch-tagline-re): New var.
13439 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
13440 New functions.
13441 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
13442 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
13443
13444 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
13445 (vc-file-not-found-hook): Use it.
13446
13447 * diff-mode.el (diff-default-read-only): Change default.
13448 (diff-mode-hook): Make it a defcustom. Add some options.
13449 (diff-mode-map): Bind diff-refine-hook.
13450 (diff-yank-handler): New var.
13451 (diff-yank-function): New fun.
13452 (diff-font-lock-keywords): Use them.
13453 (diff-end-of-file): Handle case where file-header looks like diff text.
13454 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
13455 (diff-file-kill): Delete a subsequent empty line, if applicable.
13456 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
13457 (diff-find-file-name): Use it.
13458 (diff-tell-file-name): New command.
13459 (diff-mode): Be careful with view-mode.
13460 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
13461 New functions, for use in diff-mode-hook.
13462 (diff-find-source-location): Catch "regex too large" errors.
13463 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
13464 (diff-refine-hunk): New command.
13465
13466 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
13467 (smerge-context-menu-map): Remove unused var.
13468 (smerge-keep-all): Preserve markers.
13469 (smerge-keep-n): New fun.
13470 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13471 (smerge-keep-current, smerge-ediff): Use it.
13472 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
13473 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
13474 (smerge-resolve): Resolve trivial 3-part conflicts.
13475
13476 2004-03-23 Juri Linkov <juri@jurta.org>
13477
13478 * man.el (Man-width): New var.
13479 (Man-getpage-in-background): Use it.
13480 (Man-support-local-filenames): New var and fun.
13481 (Man-build-man-command): Don't add a second %s.
13482 (Man-fontify-manpage): Clean up message.
13483 (Man-mode): Set outline-regexp, outline-level,
13484 imenu-generic-expression.
13485
13486 * woman.el (woman-fill-frame): Doc fix.
13487 (woman-decode-region): Use window-width instead of frame-width.
13488
13489 * abbrevlist.el (list-one-abbrev-table):
13490 * descr-text.el (describe-char):
13491 * international/mule-diag.el (describe-current-coding-system):
13492 * international/quail.el (quail-insert-decode-map):
13493 Use window-width instead of frame-width.
13494
13495 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
13496 (jka-compr-mode-alist-additions): Add tbz.
13497 (jka-compr-write-region, jka-compr-insert-file-contents):
13498 Add message for undefined compress-program.
13499 (jka-compr-write-region): Remove redundant var bindings.
13500
13501 * dired-x.el (dired-guess-shell-alist-default): Add choices for
13502 extracting files into subdirectory. Add tbz and dz. Fix regexps.
13503 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
13504 (dired-man): Use dired-guess-shell-command.
13505 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
13506 Change default nil to t.
13507
13508 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
13509 (dired-compare-directories): Add default value for empty input.
13510
13511 * help-at-pt.el: Move suggestions for key bindings to Commentary.
13512
13513 * time.el (display-time-string-forms): Fix help-echo date format.
13514
13515 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
13516
13517 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
13518 (buffer-stale-function): New variable.
13519 (auto-revert-list-diff, auto-revert-dired-file-list)
13520 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
13521 (auto-revert-handler): Take over some functionality of deleted
13522 functions.
13523 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
13524
13525 * dired.el (dired-directory-changed-p): New fun, extracted from
13526 dired-internal-noselect.
13527 (dired-buffer-stale-p): New fun.
13528 (dired-internal-noselect): Use dired-directory-changed-p.
13529 Eliminate revert messages.
13530 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
13531
13532 2004-03-23 Kenichi Handa <handa@m17n.org>
13533
13534 * international/characters.el: Setup syntaxes for more parentheses
13535 Unicode characters.
13536
13537 * international/mule-cmds.el (select-safe-coding-system):
13538 Merge coding-system and auto-cs before comparing them.
13539
13540 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
13543
13544 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13545 normal-auto-fill-function and comment-indent-function.
13546 The default values now work just as well.
13547 Don't set font-lock-beginning-of-syntax-function since we already set
13548 syntax-begin-function.
13549 (lisp-outline-level): Put ;;;###autoload at same level as (.
13550 (prin1-char): Quote special chars.
13551
13552 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
13553 than with-no-warnings.
13554
13555 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
13556 if the source location can't be found.
13557 (edebug-compute-previous-result): Use prin1-char.
13558
13559 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
13560 (debug-ignored-errors): Add an entry.
13561
13562 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
13563 (byte-compile-file): Output warning when deleting a file.
13564
13565 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
13566 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
13567
13568 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
13569 (byte-compile-inline-expand): Use backquote.
13570 (byte-optimize-pure-func): Rename from byte-optimize-concat.
13571 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
13572
13573 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
13574
13575 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
13576
13577 2004-03-22 Juri Linkov <juri@jurta.org>
13578
13579 * finder.el (finder-known-keywords): Fix data, tex, unix.
13580
13581 * play/landmark.el: Fix keywords.
13582
13583 * language/ethio-util.el (ethio-find-file): Doc fix.
13584
13585 * emacs-lisp/warnings.el: Doc fix.
13586
13587 * textmodes/ispell.el (ispell-help): Doc fix.
13588
13589 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
13590
13591 * format.el (format-insert-file): Always return a list of two
13592 elements, like insert-file-contents does.
13593
13594 2004-03-21 Andre Spiegel <spiegel@gnu.org>
13595
13596 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
13597 and vc-BACKEND-diff.
13598 (vc-print-log): If the print-log implementation supports it, use
13599 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
13600 (vc-version-diff, vc-diff-internal): Doc fixes.
13601
13602 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
13603 implementation supports it, let diff output go to *vc*,
13604 not *vc-diff*, since this is an internal call.
13605
13606 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
13607
13608 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
13609
13610 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
13611
13612 2004-03-21 Dave Love <fx@gnu.org>
13613
13614 * progmodes/cfengine.el (cfengine-mode):
13615 Set parse-sexp-ignore-comments.
13616
13617 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
13618
13619 2004-03-21 Juanma Barranquero <lektu@terra.es>
13620
13621 * allout.el (allout-mode): Fix docstring.
13622
13623 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
13624
13625 * files.el (insert-directory): Fix bug if SWITCHES is a list.
13626
13627 * autorevert.el (auto-revert-interval): Make new value take
13628 effect immediately when set through Custom.
13629 (auto-revert-set-timer): Add interactive declaration.
13630
13631 2004-03-19 David Ponce <david@dponce.com>
13632
13633 * ruler-mode.el (ruler-mode-header-line-format-old):
13634 Don't `make-variable-buffer-local'.
13635 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
13636 (ruler-mode-header-line-format): Simply funcall the above.
13637 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
13638 to save/restore a previous header line format.
13639 (ruler-mode-space): Don't depend on a numeric WIDTH value.
13640 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
13641 fringes and margins width.
13642 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
13643
13644 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * log-edit.el (log-edit-font-lock-keywords): Typo.
13647
13648 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
13649 (tex-send-tex-command): Rather than here.
13650 (tex-compilation-parse-errors): Simplify.
13651
13652 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
13653
13654 * time.el (display-time-string-forms): Add help-echo with date on time.
13655
13656 * composite.el (compose-region): Use restore-buffer-modified-p.
13657
13658 * disp-table.el (standard-display-8bit): Simplify.
13659
13660 * server.el (server-process-filter): Delete temp frame.
13661
13662 * add-log.el (add-change-log-entry): Simplify.
13663
13664 2004-03-19 Kim F. Storm <storm@cua.dk>
13665
13666 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
13667 (hexl-follow-line): Don't require 'fringe.
13668
13669 * progmodes/compile.el (compilation-start): Always set
13670 compilation-last-buffer and return it.
13671
13672 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
13673
13674 * simple.el (clone-buffer): Doc fix.
13675
13676 2004-03-18 Juanma Barranquero <lektu@terra.es>
13677
13678 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
13679
13680 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * log-edit.el (log-edit-font-lock-keywords): New var.
13683 (log-edit-mode): Use it.
13684
13685 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
13686
13687 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
13688 properly for watching in speedbar.
13689
13690 2004-03-17 Masatake YAMATO <jet@gyve.org>
13691
13692 * smerge-mode.el (smerge-popup-context-menu):
13693 Put `unwind-protect' around `overlay-put' and `popup-menu'.
13694
13695 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
13698 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
13699 Take sealed revisions into account.
13700 (vc-arch-checkin): Extract a summary line from the message.
13701
13702 2004-03-16 Masatake YAMATO <jet@gyve.org>
13703
13704 * register.el (register): Provide `register' feature.
13705
13706 2004-03-15 Masatake YAMATO <jet@gyve.org>
13707
13708 Added context menu support in smerge mode.
13709 Most of the part is written by Stefan Monnier.
13710
13711 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
13712 New keymap and menu.
13713 (smerge-text-properties): New function.
13714 (smerge-remove-props): New function.
13715 (smerge-popup-context-menu): New function.
13716 (smerge-resolve): Call `smerge-remove-props'.
13717 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
13718 (smerge-keep-current): Ditto.
13719 (smerge-kill-current): New function.
13720 (smerge-match-conflict): Put text properties.
13721 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
13722
13723 2004-03-15 David Ponce <david@dponce.com>
13724
13725 * ruler-mode.el: (ruler-mode-left-fringe-cols)
13726 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
13727 (ruler-mode-right-scroll-bar-cols): Remove.
13728 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
13729 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
13730 Use fringe-columns and scroll-bar-columns.
13731
13732 2004-03-15 Masatake YAMATO <jet@gyve.org>
13733
13734 * hl-line.el (hl-line-range-function): New variable.
13735 (hl-line-move): New function.
13736 (global-hl-line-highlight): Use `hl-line-move'.
13737 (hl-line-highlight): Ditto.
13738
13739 * scroll-bar.el (scroll-bar-columns):
13740 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
13741
13742 * ruler-mode.el (top-level): Require scroll-bar and fringe.
13743 (ruler-mode-left-fringe-cols)
13744 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
13745 (ruler-mode-right-scroll-bar-cols)
13746 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
13747 (ruler-mode-ruler-function): New variable.
13748 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
13749 if the value for `ruler-mode-ruler-function'is given.
13750
13751 * hexl.el (hexl-mode-hook): Make the hook customizable.
13752 (hexl-address-area, hexl-ascii-area): New customize variables.
13753 (hexlify-buffer): Put font-lock-faces on the address area and
13754 the ascii area.
13755 (hexl-activate-ruler): New function.
13756 (hexl-follow-line): New function.
13757 (hexl-highlight-line-range): New function.
13758 (hexl-mode-ruler): New function.
13759
13760 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
13763 (vc-default-find-file-hook): New fun.
13764 (vc-find-file-hook): Call new find-file-hook operation.
13765
13766 * vc-arch.el: New file.
13767
13768 2004-03-12 Jesper Harder <harder@ifa.au.dk>
13769
13770 * info-look.el (info-lookup): Reuse an existing Info window.
13771
13772 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13773
13774 * woman.el (woman-preserve-ascii): Default value changed to t and
13775 doc string revised.
13776
13777 2004-03-12 Richard M. Stallman <rms@gnu.org>
13778
13779 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13780 Fix minor bug.
13781
13782 * replace.el (occur-engine): Change message for count of matches.
13783
13784 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
13785 For strings, do compare text properties.
13786
13787 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
13788
13789 * progmodes/compile.el (compile-auto-highlight)
13790 (compilation-error-list, compilation-old-error-list)
13791 (compilation-parse-errors-function, compilation-parsing-end)
13792 (compilation-error-message, compilation-directory-stack)
13793 (compilation-enter-directory-regexp-alist)
13794 (compilation-leave-directory-regexp-alist)
13795 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
13796 (compilation-current-file, compilation-regexps): Remove vars.
13797
13798 (compile-error-at-point, compilation-error-filedata)
13799 (compilation-error-filedata-file-name, compile-reinitialize-errors)
13800 (compilation-next-error-locus, compilation-forget-errors)
13801 (count-regexp-groupings, compilation-parse-errors)
13802 (compile-collect-regexps, compile-buffer-substring): Remove funs.
13803
13804 (compile-internal): Make obsolete.
13805
13806 (compilation-first-column, compilation-error)
13807 (compilation-directory-matcher, compilation-page-delimiter)
13808 (compilation-mode-font-lock-keywords, compilation-debug)
13809 (compilation-error-face, compilation-warning-face)
13810 (compilation-info-face, compilation-line-face)
13811 (compilation-column-face, compilation-enter-directory-face)
13812 (compilation-leave-directory-face, compilation-skip-threshold)
13813 (compilation-skip-visited, compilation-context-lines): New vars.
13814
13815 (compilation-warning-face, compilation-info-face)
13816 (compilation-message-face): New faces.
13817
13818 (compilation-error-regexp-alist-alist): New constant.
13819
13820 (compilation-face, compilation-directory-properties)
13821 (compilation-assq, compilation-error-properties, compilation-start)
13822 (define-compilation-mode, compilation-loop)
13823 (compilation-set-window): New functions.
13824
13825 (compile): Additional argument for interactive compiles like TeX.
13826
13827 * progmodes/grep.el (kill-grep): Move here from compile.el
13828 (grep-error, grep-hit-face, grep-error-face)
13829 (grep-mode-font-lock-keywords): New variables.
13830 (grep-regexp-alist): Simplify regexp and add `binary' case.
13831 (grep-mode): New mode.
13832 (grep-process-setup): Simplify.
13833
13834 2004-03-11 Jason Rumney <jasonr@gnu.org>
13835
13836 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
13837 letters on DOS/Windows.
13838
13839 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * server.el (server-name): New var.
13842 (server-socket-dir): New var to replace server-socket-name.
13843 (server-start): Use them.
13844
13845 2004-03-11 Simon Josefsson <jas@extundo.com>
13846
13847 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
13848 died to avoid infloop. Reported by Jonathan Glauner
13849 <jglauner@sbum.org>.
13850
13851 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
13854 (smerge-mode-menu): Use it to deactivate menu entries.
13855 (smerge-keep-current): New fun.
13856 (smerge-keep-current): Use it.
13857
13858 2004-03-10 John Paul Wallington <jpw@gnu.org>
13859
13860 * foldout.el (foldout-fold-list, foldout-modeline-string):
13861 Declare them as variables, not constants.
13862
13863 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13864
13865 * ps-print.el: Modification to print *Messages* buffer.
13866 (ps-print-version): New version 6.6.4.
13867 (ps-message-log-max): New fun.
13868 (ps-spool-without-faces, ps-spool-with-faces)
13869 (ps-count-lines-preprint): Code fix.
13870
13871 * printing.el: New tips in Tips section.
13872
13873 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13874
13875 * delim-col.el: Doc fix.
13876
13877 * printing.el: Doc fix. New doc section (Tips).
13878
13879 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13880
13881 * type-break.el (type-break-emacs-variant): Remove.
13882 (type-break-run-at-time, type-break-cancel-function-timers):
13883 Use fboundp rather than version name and number.
13884
13885 2004-03-09 Masatake YAMATO <jet@gyve.org>
13886
13887 * hexl.el (hexl-mode): Use `make-local-variable' instead of
13888 `make-variable-buffer-local'.
13889
13890 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
13891
13892 * find-dired.el (find-dired): Call `shell-command' instead of
13893 `start-process-shell-command'. By this, Tramp takes over
13894 handling of remote directories.
13895
13896 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * newcomment.el (comment-use-global-state): New var.
13899 (comment-search-forward): Use it.
13900
13901 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
13902
13903 * cus-edit.el (fill) <defgroup>: Move to fill.el.
13904
13905 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
13906 (enable-kinsoku): Make it a defcustom.
13907 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
13908 paragraph to same-comment-start-marker.
13909
13910 2004-03-07 Dave Love <fx@gnu.org>
13911
13912 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
13913 (browse-url-mail): Use it.
13914
13915 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
13916 (rfc2368-unhexify-string): Use replace-regexp-in-string.
13917
13918 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13919
13920 * woman.el (woman-man.conf-path): Doc fix.
13921 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
13922
13923 2004-03-07 Eli Zaretskii <eliz@gnu.org>
13924
13925 * sort.el (sort-columns): Remove ms-dos from the list of systems
13926 where the external `sort' command is not used.
13927
13928 2004-03-07 Kim F. Storm <storm@cua.dk>
13929
13930 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
13931 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
13932 from overlay-arrow-variable-list.
13933 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
13934
13935 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
13936
13937 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
13938 overlay arrow string properly for the assembler buffer.
13939
13940 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * mail/sendmail.el (mail-mode): Fix last change.
13943
13944 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
13945
13946 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
13947 for the assembler buffer.
13948 (gdb-assembler-custom): Position the overlay arrow.
13949 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
13950
13951 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
13952
13953 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
13954
13955 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
13956 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
13957
13958 * mail/sendmail.el (mail-mode): Set comment-start-skip.
13959
13960 * newcomment.el (uncomment-region): Allow non-terminated comment.
13961 (comment-normalize-vars): Check the user-specified comstart marker.
13962
13963 2004-03-04 Jesper Harder <harder@ifa.au.dk>
13964
13965 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
13966 Otherwise, do use it if the region only contains font-lock text
13967 properties.
13968
13969 2004-03-04 Masatake YAMATO <jet@gyve.org>
13970
13971 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
13972 as the callback function for eldoc.
13973 (hexl-print-current-point-info): New function.
13974 (hexl-current-address): Print the address in both decimal
13975 and hexadecimal format.
13976
13977 2004-03-04 Richard M. Stallman <rms@gnu.org>
13978
13979 * mail/rmail.el (rmail-convert-to-babyl-format):
13980 Specify t for UNIBYTE when calling mail-unquote-printable-region.
13981
13982 * mail/mail-utils.el (mail-unquote-printable-region):
13983 New arg UNIBYTE.
13984
13985 * startup.el (command-switch-alist): Doc fix.
13986
13987 * simple.el (undo): Temporarily set this-command to `undo-start',
13988 then set it to `undo' once undo-start returns without error.
13989
13990 * simple.el (minibuffer-history-sexp-flag): Doc fix.
13991
13992 * simple.el (kill-line): Don't disregard trailing whitespace
13993 in eol condition, if show-trailing-whitespace is set.
13994
13995 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
13996 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
13997 When disabling, restore old values only if mouse-sel-has-been-enabled.
13998
13999 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
14000 (isearch-{-char): New function.
14001 (isearch-mode-map): Bind { to isearch-{-char.
14002
14003 * font-lock.el (lisp-font-lock-keywords-2):
14004 Turn off the CL with-... and do-... general patterns.
14005 Instead, recognize several specific with... and do... constructs.
14006
14007 * files.el (switch-to-buffer-other-window):
14008 Bind same-window-buffer-names and same-window-regexps to nil.
14009 (switch-to-buffer-other-frame): Likewise.
14010
14011 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
14014 recognizing leading comment on code line.
14015
14016 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14017
14018 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
14019 hidden files/directories.
14020
14021 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
14024 only comment-start (in case the mode hasn't set it).
14025
14026 * Makefile.in (AUTOGENEL): New var.
14027 (bootstrap-prepare): Rename from bootstrap-clean.
14028 Don't remove elc files.
14029 (maintainer-clean): New target.
14030
14031 * xml.el (xml-get-attribute-or-nil): Simplify.
14032
14033 2004-03-02 Juri Linkov <juri@jurta.org>
14034
14035 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
14036 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
14037 URL to prevent their substitution with the environment variable
14038 values by browsers.
14039
14040 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14041
14042 * ps-print.el: Doc fix.
14043 (ps-print-version): New version number (6.6.3).
14044 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
14045 Docstring fix.
14046 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
14047 before printing.
14048 (ps-time-stamp-yyyy-mm-dd): New fun.
14049 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
14050
14051 2004-03-02 Kim F. Storm <storm@cua.dk>
14052
14053 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
14054
14055 2004-03-01 Juanma Barranquero <lektu@terra.es>
14056
14057 * allout.el (allout-rebullet-heading): Fix typo in docstring.
14058
14059 * desktop.el (desktop-file-version)
14060 (desktop-after-read-hook): Fix typos.
14061 (desktop-clear-preserve-buffers): Remove redundant info in
14062 docstring already shown by the obsolescence message.
14063 (desktop-truncate, desktop-internal-v2s)
14064 (desktop-value-to-string): Change argument name to match docstring.
14065
14066 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
14067
14068 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
14069 docstring.
14070
14071 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14072
14073 * printing.el: Replace "As Is..." in PostScript file print/preview by
14074 "No Preprocessing...". Suggested by Colin Marquardt
14075 <_marquardt_@zmd.de>.
14076 (pr-insert-section-4): Adjust buffer interface.
14077
14078 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14079
14080 Version 2.0.39 of Tramp released.
14081
14082 * net/tramp.el (tramp-handle-file-local-copy)
14083 (tramp-handle-write-region, tramp-open-connection-rsh):
14084 Variable name typo. Small change. From Patrick Tullmann
14085 <tullmann@flux.utah.edu>.
14086 (tramp-process-connection-type): New variable.
14087 (tramp-maybe-open-connection): Use it.
14088 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
14089 (tramp-touch): Set last-modified time of a remote file.
14090 (tramp-handle-write-region): Say which function is used when encoding.
14091
14092 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
14093
14094 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
14095 case of non-existing filename, too. Reported by Christoph Bauer
14096 <c_bauer@informatik.uni-kl.de>.
14097 (tramp-smb-get-file-entries): The directory in question should
14098 have permissions "drwxrwxrwx". Just virtual, because we don't
14099 know the real permissions. Don't we know?
14100 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
14101 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
14102 (tramp-smb-wait-for-output): Optimize algorithm getting pending
14103 output. If it was received chunkwise, there have been problems.
14104 Remove the "prompt not found" error message; it is obvious.
14105 Simplify algorithm.
14106 (tramp-smb-process-running): Remove. Since we acknowledge the
14107 virtual prompt for shares, there's no need for distinction of
14108 reading shares (process ends afterwards) and interactive mode of
14109 smblient.
14110 (tramp-smb-open-connection): Setting process sentinel removed.
14111 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
14112 "NT_STATUS_NETWORK_ACCESS_DENIED".
14113 (tramp-smb-maybe-open-connection): Set `process-connection-type'
14114 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
14115 (top-level): Setting default value in `tramp-default-method-alist'
14116 corrected. Order of USER and HOST have been wrong.
14117 Nobody complained for months ...
14118 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
14119 (tramp-smb-open-connection): Clear password cache if login has failed.
14120
14121 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
14122 `tramp-unified-filenames'.
14123 (tramp-completion-mode): Make test for XEmacs explicitely.
14124 `event-to-character' can exists in Emacs packages too.
14125 Reported by Matt Swift <swift@alum.mit.edu>.
14126 (tramp-buffer-name): Buffer name must contain the user if exists.
14127 Reported by Adrian Phillips <a.phillips@met.no>.
14128 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
14129 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
14130 (tramp-do-copy-or-rename-file-out-of-band): Rename from
14131 `tramp-do-copy-or-rename-file-one-local', because it handles also
14132 the case both files use the same out-of-band method.
14133 Implementation added.
14134 (tramp-handle-file-local-copy, tramp-handle-write-region):
14135 Out-of-band handling removed. `copy-file' called instead, which
14136 calls `tramp-do-copy-or-rename-file-out-of-band'.
14137 (tramp-action-password): Check for out-of-band method removed.
14138 This function is used for 'login-program.
14139 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
14140 appropriate.
14141 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
14142 and `tramp-parse-sknownhosts'.
14143 (tramp-completion-function-alist): It's a defvar now, because we
14144 want to apply the optimized `tramp-set-completion-function'
14145 instead of a static list.
14146 (tramp-set-completion-function): Implementation tuned.
14147 Avoid double entries, and entries where the function or the
14148 file/directory doesn't exist.
14149 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
14150 for SSH2.
14151 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
14152 (tramp-handle-dired-compress-file): New function.
14153 (tramp-async-proc): New variable.
14154 (tramp-handle-shell-command): Adding asynchronous processes.
14155 They are far from being perfect, but it works at least for
14156 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
14157 (top-level): Require password.el if visible. Should be mandatory
14158 once No Gnus has found its way into (X)Emacs.
14159 (tramp-read-passwd): Invoke `password-read' if available,
14160 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
14161 fallback any longer.
14162 (tramp-clear-passwd): New function.
14163 (tramp-process-actions, tramp-process-multi-actions):
14164 Clear password cache if login has failed.
14165
14166 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
14167 its own module.
14168 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
14169 `ange-ftp-ftp-name-res'. There could be incorrect values from
14170 previous calls in case the "ftp" method is used in the Tramp file
14171 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14172
14173 2004-02-28 Richard M. Stallman <rms@gnu.org>
14174
14175 * term.el (term-mouse-paste): Call mouse-set-point.
14176
14177 * thumbs.el: New file.
14178
14179 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14180
14181 * progmodes/ebnf-abn.el: Doc fix.
14182
14183 * progmodes/ebnf-bnf.el: Doc fix.
14184 (ebnf-repeat): Code fix.
14185
14186 * progmodes/ebnf2ps.el: Doc fix.
14187 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
14188
14189 2004-02-28 Juri Linkov <juri@jurta.org>
14190
14191 * ffap.el (dired-at-point): Additional writability test for
14192 relative directory names.
14193 (dired-at-point-prompter): Treat directories as a directory, get
14194 the directory component from files.
14195 (ffap-string-at-point): Return string from region if region is active.
14196 (ffap-file-at-point): Remove redundant code.
14197
14198 2004-02-28 Kim F. Storm <storm@cua.dk>
14199
14200 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
14201 Initialize margin area images to nil.
14202 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
14203 (breakpoint-enabled-bitmap-face)
14204 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
14205 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
14206 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
14207 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
14208 (gdb-reset): Use gdb-remove-breakpoint-icons.
14209 (gdb-put-string): Add dprop arg to specify alternative display
14210 property (for setting fringe bitmap).
14211 (gdb-remove-strings): Doc fix.
14212 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
14213 icon in fringe (if available), or else as icon or text in display
14214 margin. Creates necessary icons in breakpoint-bitmap,
14215 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
14216 Also make left window margin if required.
14217 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
14218 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
14219 no longer needed.
14220 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
14221 gdb-put-breakpoint-icon.
14222 (gdb-assembler-mode): Don't set left-margin-width here.
14223
14224 2004-02-27 Kevin Ryde <user42@zip.com.au>
14225
14226 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
14227 comma, so that it DTRT in macros.
14228
14229 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
14230
14231 * progmodes/sh-script.el (sh-shell-arg)
14232 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
14233 (sh-leading-keywords, sh-other-keywords): Fix custom type.
14234
14235 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
14236
14237 * faces.el (face-spec-set-match-display): Add a new attribute,
14238 `min-colors'.
14239 (region, highlight, secondary-selection): Use `min-colors'.
14240
14241 * custom.el (defface): Add documentation for `min-colors'.
14242
14243 * font-lock.el (font-lock-comment-face, font-lock-string-face)
14244 (font-lock-keyword-face, font-lock-function-name-face)
14245 (font-lock-variable-name-face, font-lock-constant-face):
14246 Use `min-colors'.
14247
14248 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
14249
14250 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14251
14252 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
14253 define assq-delete-all if it's not defined.
14254 (ebnf-generate-region): Code fix.
14255
14256 * printing.el: Doc fix.
14257 (pr-version): New version number (6.7.2).
14258 (pr-command): Return empty string if command is an empty string.
14259
14260 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14261
14262 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
14263
14264 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
14265 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
14266 semi-down-full. Fix a bug on productions like test = {"test"}* | (
14267 "tt" ["test"] ). Reported by Markus Dreyer
14268 <mdreyer@ix.urz.uni-heidelberg.de>.
14269 (ebnf-version): New version number (4.0).
14270 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
14271 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
14272 (ebnf-delete-style): New commands.
14273 (ebnf-directory, ebnf-file): New funs.
14274 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
14275 (ebnf-production-name-p, ebnf-stop-on-error): New options.
14276 (ebnf-syntax-alist): New var.
14277 (ebnf-element-width): New fun replacing ebnf-list-width.
14278 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
14279 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
14280 (ebnf-prologue): Adjust vars.
14281 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
14282 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
14283 (ebnf-check-style-values, ebnf-generate-production)
14284 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
14285 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
14286 (ebnf-token-repeat): Code fix.
14287
14288 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
14289 %right, %left and %prec. Suggested by Matthew K. Junker
14290 <junker@alum.mit.edu>.
14291 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
14292
14293 * progmodes/ebnf-iso.el: Doc fix.
14294 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
14295 (ebnf-iso-lex): Code fix.
14296
14297 * progmodes/ebnf-bnf.el: Doc fix.
14298 (ebnf-bnf-lex): Code fix.
14299
14300 * progmodes/ebnf-otz.el: Doc fix.
14301
14302 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
14303
14304 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
14305 (abbrev-prefix-mark): Doc fix.
14306
14307 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
14308
14309 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
14310 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
14311 (gdb-var-delete): Make interactive (really).
14312 (gdb-edit-value): Make non-interactive.
14313
14314 * progmodes/gud.el (gud-speedbar-menu-items):
14315 Add gdb-var-delete and, indirectly, gdb-edit-value.
14316 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
14317 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
14318 (gud-gdb-marker-filter): Add comment for annotations.
14319
14320 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14321
14322 * calendar/calendar.el (generate-calendar)
14323 (calendar-read-date): Prevent display of BC calendars once more -
14324 reverts 2003-10-01 change.
14325 (generate-calendar-month): Doc fix.
14326
14327 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
14328
14329 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
14330 return value of increment-calendar-month.
14331
14332 2004-02-21 Stephen Compall <s11@member.fsf.org>
14333
14334 * saveplace.el (save-place-forget-unreadable-files)
14335 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
14336 (save-place-forget-unreadable-files): New function.
14337 (save-place-alist-to-file): Use it to filter out files that are
14338 no longer readable.
14339
14340 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
14341 current Texinfo environment, using the same method as in
14342 `texinfo-insert-@end', and insert a space rather than a newline if
14343 point in a @table environment.
14344
14345 2004-02-21 Juri Linkov <juri@jurta.org>
14346
14347 * ffap.el (ffap-file-at-point): Try parent directories.
14348
14349 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
14350
14351 * vcursor.el (vcursor-modifiers): New defcustom.
14352 (vcursor-cs-binding): Use vcursor-modifiers instead of a
14353 hard-coded list.
14354
14355 2004-02-21 Masatake YAMATO <jet@gyve.org>
14356
14357 * play/animate.el (animate-birthday-present): Accept names other
14358 than `Sarah', too.
14359
14360 2004-02-21 Juri Linkov <juri@jurta.org>
14361
14362 * startup.el: Remove table of command line arguments from the
14363 Commentary section.
14364
14365 2004-02-20 John Wiegley <johnw@newartisans.com>
14366
14367 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
14368 again" modifier from 'e' to 'E', since 'e' is also used by the
14369 "file extension" modifier.
14370
14371 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
14372
14373 * help-fns.el (describe-categories): Doc fix.
14374
14375 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14376
14377 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
14378 temporary file for buffer already visiting one. This change makes
14379 output likely to be directly usable by patch program.
14380 Suggested by Adrian Aichner <adrian@xemacs.org>
14381
14382 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
14383
14384 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
14385 case of variables defined in compound statements.
14386 (gdb-setup-windows, gdb-source-info, gdb-source-info):
14387 Simplify constructions using switch-to-buffer.
14388
14389 2004-02-19 Simon Josefsson <jas@extundo.com>
14390
14391 * play/morse.el: Fix typo.
14392 (morse-code): Add @.
14393
14394 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14395
14396 * calendar/appt.el (appt-display-format): Change default to
14397 'ignore, for backwards compatibility.
14398 (appt-display-message): If appt-display-format is 'ignore,
14399 respect old vars appt-msg-window and appt-visible.
14400 (appt-activate): Don't depend on return value of cancel-timer.
14401
14402 * calendar/calendar.el (calendar-holidays): Doc fix.
14403
14404 * calendar/cal-coptic.el (coptic-prompt-for-date):
14405 Use assoc-string instead of assoc-ignore-case.
14406 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
14407 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
14408 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
14409 * calendar/cal-islam.el (calendar-goto-islamic-date)
14410 (mark-islamic-diary-entries): Ditto.
14411 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
14412 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
14413 (calendar-read-mayan-tzolkin-date): Ditto.
14414 * calendar/calendar.el (calendar-read-date): Ditto.
14415 * calendar/diary-lib.el (mark-diary-entries): Ditto.
14416
14417 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
14418
14419 * progmodes/executable.el (executable-command-find-posix-p):
14420 Fix choice of the directory.
14421
14422 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
14423
14424 * simple.el (interprogram-cut-function)
14425 (interprogram-paste-function, kill-new, kill-append):
14426 Doc fixes.
14427 (kill-region): Make it return nil. Doc fix.
14428 (yank-pop): Make its argument optional.
14429 (yank): Make ARG `-' equivalent to `-1'.
14430
14431 2004-02-17 Eli Zaretskii <eliz@gnu.org>
14432
14433 * mail/rmail.el (rmail-get-new-mail): Don't reference
14434 rmail-use-spam-filter if rmail-spam-filter is not loaded.
14435
14436 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
14437
14438 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
14439 if one of global-auto-revert-non-file-buffers or autorevert-mode
14440 is non-nil.
14441
14442 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14443
14444 * subr.el (delete-dups): A better implementation from Karl Heuer
14445 <kwzh@gnu.org>.
14446
14447 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14448
14449 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
14450 correct place.
14451 * progmodes/icon.el (icon-indent-command): Ditto.
14452 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
14453
14454 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14455
14456 * progmodes/grep.el (grep-compute-defaults): Undo change from
14457 2004-01-29: don't use executable-command-find-posix-p.
14458
14459 2004-02-16 Richard Sharman <rsharman@pobox.com>
14460
14461 * hilit-chg.el: Use require instead of eval-and-compile.
14462 (highlight-compare-buffers): New function.
14463
14464 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
14465
14466 * man.el (Man-fontify-manpage): Render section headings in
14467 `Man-overstrike-face' even when overstrike was not used by man
14468 formatter for section headings.
14469
14470 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
14471
14472 * rmail-spam-filter.el: (vm-use-spam-filter)
14473 (rsf-min-region-length-added-to-spam-list): New variables.
14474 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
14475 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
14476 spam testing. Don't delete spam message if automatic deletion
14477 after output via variable rmail-delete-after-output is turned on.
14478 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
14479 rsf-bbdb-dont-create-entries-for-spam.
14480 (check-field): New function, extracted from code in
14481 rmail-spam-filter to ease addition of header fields like content-type.
14482 (message-content-type): New variable to check the content-type:
14483 field added, also in defcustom of rsf-definitions-alist.
14484 (rmail-spam-filter): Replace repeated test code for header fields
14485 by calls to check-field; change the call to
14486 rmail-output-to-rmail-file such that rmail-current-message stays
14487 the same to avoid wrong deletion of unseen flags.
14488 (rsf-add-contents-type): New function to convert old format
14489 of rmail-spam-definitions-alist into new one.
14490 Change prefixes of all variables and functions from
14491 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
14492
14493 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14494
14495 * loadhist.el (unload-hook-features-list): New defvar.
14496
14497 2004-02-16 Dave Love <fx@gnu.org>
14498
14499 * loadhist.el (unload-feature): Doc fix. Rename flist to
14500 unload-hook-features-list.
14501
14502 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
14503
14504 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
14505 cookie. Don't check if we are looking-at open-formula.
14506
14507 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
14508
14509 * subr.el (match-string-no-properties): Use substring-no-properties.
14510
14511 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14512
14513 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
14514 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
14515 Use lower-case "rx" in all error message.
14516
14517 2004-02-16 Dave Love <fx@gnu.org>
14518
14519 * emacs-lisp/rx.el (rx-or): Put group around result.
14520 (rx-constituents): Add backref.
14521 (rx-syntax): Add string-delimiter, comment-delimiter.
14522 (rx-categories): Add combining-diacritic.
14523 (rx-check-not, rx-greedy, rx): Doc fix.
14524 (rx-backref, rx-check-backref): New.
14525
14526 2004-02-16 Jesper Harder <harder@ifa.au.dk>
14527
14528 * newcomment.el (uncomment-region): Allow eob as comment end.
14529
14530 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14531
14532 * filecache.el: All message and error commands now use prefix
14533 "Filecache:" to make it easy to read *Messages* buffer.
14534
14535 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14536
14537 * autorevert.el: Add support to detect changed dired and VC buffers.
14538 (auto-revert-active-p, auto-revert-list-diff)
14539 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
14540 (auto-revert-handler, auto-revert-active-p): New functions.
14541 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
14542 and `auto-revert-active-p'.
14543 (eval-when-compile): Defvar dired-directory and vc-mode.
14544 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14545 (auto-revert-handler-vc): New functions.
14546
14547 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14548
14549 * progmodes/compile.el (compilation-directory): New defvar.
14550 (compile): Save current directory in compilation-directory.
14551 (recompile): Bind default-directory to compilation-directory if
14552 that is non-nil.
14553
14554 2004-02-16 Dave Love <fx@gnu.org>
14555
14556 * newcomment.el (comment-insert-comment-function)
14557 (comment-region-function, uncomment-region-function): New.
14558 (comment-indent): Use comment-insert-comment-function.
14559 (uncomment-region): Use uncomment-region-function.
14560 (comment-region): Use comment-region-function.
14561
14562 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
14563
14564 2004-02-16 Richard Stallman <rms@gnu.org>
14565
14566 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
14567 loaddefs* and ldefs-boot*.
14568
14569 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14570
14571 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
14572 and email address at the beginning and end of the address.
14573
14574 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
14575 anchored at the beginning of the email address.
14576
14577 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
14578
14579 * international/ccl.el (ccl-compile-write): Pass `left' to
14580 ccl-embed-code to generate correct code of write-expr-register.
14581
14582 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
14583
14584 * progmodes/grep.el (grep-compute-defaults): Fix typos.
14585
14586 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14587
14588 * x-dnd.el: Mention support for Motif in commentary.
14589 (x-dnd-handle-drag-n-drop-event): Ditto.
14590
14591 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
14592
14593 * ses.el: Use "ses--" prefixes for buffer-local variables.
14594 Use (point-min) instead of 1, even when we know the buffer
14595 is unnarrowed.
14596 (ses-build-load-map): Delete. Distribute its content to defconst's for
14597 the three maps.
14598 (ses-menu, ses-header-line-menu): New menus.
14599 (ses-mode-map): Use them.
14600 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
14601
14602 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
14603
14604 * Makefile.in: Fix the CC Mode recompile kludge so it works
14605 when building in a different directory.
14606
14607 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
14608
14609 * simple.el (kill-new): Put yank-handler property on the entire string.
14610
14611 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * diff.el: Don't use compile any more, use diff-mode instead.
14614 (diff-regexp-alist, diff-old-file, diff-new-file)
14615 (diff-parse-differences, diff-process-setup): Remove.
14616 (diff-sentinel): New fun.
14617 (diff): Use it. Run the process ourselves.
14618 Use diff-mode for the rest of the processing.
14619
14620 * diff.el (diff): Simplify code handling `switch'.
14621
14622 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14623
14624 * pcvs-defs.el (cvs-menu): Add `tag'.
14625
14626 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
14627
14628 * simple.el (kill-append): Doc fix.
14629
14630 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14631 Adapt outline-regexp to the new conventions for commenting out code.
14632
14633 2004-02-11 John Paul Wallington <jpw@gnu.org>
14634
14635 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
14636
14637 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14638
14639 * diff.el (diff-switches): New fun.
14640 (diff, diff-backup): Use it.
14641 (diff): Clean up the args construction. Use backquote.
14642 Use listp instead of consp to avoid putting a nil arg.
14643 (diff): Add a revert-buffer function.
14644
14645 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14646
14647 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
14648 handled by x-dnd-handle-file-name.
14649 (x-dnd-known-types): Add COMPOUND_TEXT.
14650 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
14651 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
14652 x-dnd-empty-state.
14653 (x-dnd-forget-drop): Ditto.
14654 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
14655 (x-dnd-handle-one-url): Return private when inserting text.
14656 (x-dnd-insert-ctext): New function.
14657 (x-dnd-handle-file-name): New function for FILE_NAME.
14658 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
14659 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
14660 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
14661
14662 2004-02-10 Kenichi Handa <handa@m17n.org>
14663
14664 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
14665 instead of while loop.
14666
14667 2004-02-10 Miles Bader <miles@gnu.org>
14668
14669 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
14670
14671 2004-02-09 Kenichi Handa <handa@m17n.org>
14672
14673 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
14674 have end-of-line.
14675
14676 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
14677
14678 * Makefile.in: Added extra dependencies in the recompile target
14679 needed to cope with the compile time macro expansions in CC Mode.
14680
14681 2004-02-09 Kim F. Storm <storm@cua.dk>
14682
14683 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
14684 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
14685 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
14686 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
14687 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
14688 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
14689 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
14690 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
14691 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
14692 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
14693 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
14694
14695 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
14698 Don't allow shrink if there's a window on our right.
14699
14700 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
14701 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
14702 Bring together declaration and initialization.
14703 (prolog-mode-variables): Don't set the syntax table.
14704 Don't set paragraph-start and comment-indent-function.
14705 Add /*..*/ to the comment regexps.
14706 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
14707 (prolog-mode-map): Don't bind TAB.
14708 (prolog-mode): Set the syntax table.
14709 (prolog-comment-indent): Remove.
14710 (inferior-prolog-mode-map): Initialize in the declaration.
14711 (inferior-prolog-mode-syntax-table)
14712 (inferior-prolog-mode-abbrev-table): New vars.
14713 (inferior-prolog-mode): Derive from comint-mode.
14714 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
14715 minibuffer windows.
14716
14717 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
14718 in file names, as long as it is unabmiguous.
14719
14720 2004-02-08 Andreas Schwab <schwab@suse.de>
14721
14722 * textmodes/reftex-toc.el
14723 (reftex-toc-load-all-files-for-promotion): Remove useless use of
14724 format. Doc fix.
14725
14726 * textmodes/refer.el (refer-find-entry-internal): Remove extra
14727 format string arguments.
14728
14729 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
14730 string argument.
14731
14732 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
14733
14734 * play/zone.el (zone-call): Fix format string.
14735
14736 * net/webjump.el (webjump-builtin): Add missing format string argument.
14737
14738 * midnight.el (midnight-delay-set): Remove extra format string argument.
14739
14740 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
14741
14742 * hexl.el (hexl-insert-char): Add missing format string argument.
14743
14744 * format.el (format-decode): Fix format string.
14745
14746 * emulation/vi.el (vi-mode): Remove extra format string argument.
14747 (vi-repeat-last-search): Likewise.
14748 (vi-reverse-last-search): Likewise.
14749 (vi-goto-mark): Likewise.
14750 (vi-reverse-last-find-char): Likewise.
14751 (vi-repeat-last-find-char): Likewise.
14752 (vi-locate-def): Likewise.
14753
14754 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
14755
14756 * ediff-util.el (ediff-toggle-read-only): Remove extra format
14757 string argument.
14758 (ediff-toggle-regexp-match): Likewise.
14759
14760 * dired-aux.el (dired-do-query-replace-regexp): Add missing
14761 format string argument.
14762
14763 * calc/calc-map.el (calc-get-operator): Remove extra format
14764 string argument.
14765
14766 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
14767
14768 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
14769 string argument.
14770
14771 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
14772
14773 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
14774
14775 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
14776
14777 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
14778 (cl-struct-setf-expander): Likewise.
14779
14780 * vc.el (with-vc-file): Fix unsafe uses of error.
14781 (vc-cancel-version): Likewise.
14782
14783 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
14784
14785 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
14786 thousands separator; fixes <class>:<line-number> regexp for
14787 non-english locales.
14788
14789 2004-02-08 Andreas Schwab <schwab@suse.de>
14790
14791 * view.el (view-mode-enable): Revert previous change.
14792
14793 2004-02-07 Kim F. Storm <storm@cua.dk>
14794
14795 * simple.el (line-number-at-pos): Rename from line-at-pos.
14796 Uses changed (what-line and vc-annotate-warp-version).
14797
14798 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
14801 (diff-mode): Remove aborted attempt at support for compile.el.
14802 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
14803
14804 2004-02-06 Andreas Schwab <schwab@suse.de>
14805
14806 * view.el (view-mode-enable): Add view-mode-map to
14807 minor-mode-overriding-map-alist.
14808
14809 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14810
14811 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
14812
14813 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
14816 with point inside rather than after the paragraph.
14817
14818 2004-02-04 Sam Steingold <sds@gnu.org>
14819
14820 * mail/smtpmail.el (smtpmail-try-auth-methods):
14821 Do not try authentication when no mechanism is available.
14822 Pass port-name as defaultport to `netrc-machine'.
14823
14824 2004-02-04 Stephen Eglen <stephen@gnu.org>
14825
14826 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
14827 to show how minibuffer height can be constrained.
14828
14829 2004-02-04 John Paul Wallington <jpw@gnu.org>
14830
14831 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
14832
14833 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14834
14835 * x-dnd.el: New file for drag and drop.
14836
14837 * term/x-win.el: require x-dnd, set after-make-frame-functions
14838 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
14839 drag-n-drop event.
14840
14841 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
14842 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
14843 (dired-dnd-handle-file): New functions for drag and drop support.
14844 (dired-mode): Initialize drag and drop if x-dnd present.
14845
14846 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14847
14848 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
14849 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
14850 (cperl-mode): Set fill-paragraph-function.
14851 (cperl-fill-paragraph): Make it non-interactive.
14852
14853 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
14854
14855 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
14856
14857 2004-02-02 David Kastrup <dak@gnu.org>
14858
14859 * replace.el (perform-replace): Allow 'literal argument in
14860 regexp-flag to indicate literal replacement.
14861 (query-replace-regexp-eval): Use it.
14862
14863 2004-02-01 Andreas Schwab <schwab@suse.de>
14864
14865 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
14866
14867 2004-02-01 Stephen Eglen <stephen@gnu.org>
14868
14869 * info-look.el: Add support for maxima-mode. Update commentary
14870 because info-lookup-symbol is now bound to C-h S.
14871
14872 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
14873
14874 * simple.el (edit-and-eval-command): Bind print-level and
14875 minibuffer-history-sexp-flag around call to read-from-minibuffer.
14876 Correct initial position in command-history.
14877
14878 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
14879
14880 * files.el (read-directory-name): Adapt the docstring to recent
14881 change in Fread_file_name.
14882
14883 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
14884
14885 * ses.el (ses-print-cell): If print format too wide for column
14886 width, truncate decimal places if that helps to avoid "#####" fill.
14887 * ses.el (ses-initial-column-width): Revert previous change.
14888
14889 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
14892 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
14893 Add edebug info.
14894 (jit-lock-mode): Setup/cancel the new timer.
14895 (jit-lock-context-fontify): New fun. Extracted from
14896 context fontification code of jit-lock-stealth-fontify.
14897 (jit-lock-stealth-fontify): Don't do context fontification any more.
14898
14899 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
14900 (jit-lock-fontify-now): Handle the `quit' case.
14901 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
14902
14903 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
14904
14905 * progmodes/executable.el (executable-command-find-posix-p):
14906 New. Check if find handles arguments Posix-style.
14907
14908 * progmodes/grep.el (grep-compute-defaults):
14909 Use executable-command-find-posix-p.
14910 (grep-find): Check `grep-find-command'.
14911
14912 * filecache.el (file-cache-find-posix-p): Delete.
14913 (file-cache-add-directory-using-find):
14914 Use `executable-command-find-posix-p'.
14915
14916 2004-01-29 Dave Love <fx@gnu.org>
14917
14918 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14919 Iterate the hook function if arg is given.
14920 (mark-defun, narrow-to-defun): Change order of finding the limits.
14921
14922 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
14923 (byte-compile-format-warn): New.
14924 (byte-compile-callargs-warn): Use it.
14925 (Format, message, error): Add byte-compile-format-like property.
14926 (byte-compile-maybe-guarded): New.
14927 (byte-compile-if, byte-compile-cond): Use it.
14928 (byte-compile-lambda): Compile interactive forms,
14929 just to make warnings about them.
14930
14931 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
14932
14933 * ses.el (ses-initial-column-width): Increase to 14, so it will
14934 work well with the default printer of "%.7g" for extreme values
14935 like "-1.234567e+07".
14936
14937 2004-01-29 Kenichi Handa <handa@m17n.org>
14938
14939 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
14940
14941 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
14942
14943 * dos-w32.el: Added support for the `default-printer-name' function.
14944
14945 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * server.el (server-socket-name): Don't use the hostname in the
14948 socket name since /tmp is local to the host anyway.
14949
14950 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
14951 robust check of widening and fix var-naming.
14952
14953 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
14954
14955 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
14956 or rmail-spam- to rsf- in all function and variable names.
14957 (rsf-min-region-to-spam-list): New variable.
14958 (rsf-bbdb-auto-delete-spam-entries): Rename from
14959 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
14960 scanned together with the recipients field for spam testing; Don't
14961 delete spam message if rmail-delete-after-output is non-nil;
14962 (rsf-check-field): New function, extracted from code in
14963 rmail-spam-filter to ease addition of header fields like
14964 content-type:;
14965 (message-content-type): New variable. The content-type: field was
14966 added also in defcustom of rsf-definitions-alist;
14967 (rmail-spam-filter): Replace repeated test code for header fields
14968 by calls to check-field; change the call to
14969 rmail-output-to-rmail-file such that rmail-current-message stays
14970 the same to avoid wrong deletion of unseen flags.
14971 (rmail-use-spam-filter): Add autoload cookie.
14972
14973 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
14974
14975 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
14976 (file-cache-add-directory-using-find): Add Cygwin support.
14977 (file-cache-find-command-posix-flag): New user variable.
14978
14979 * filecache.el (file-cache-add-directory): Check for
14980 directories an remove them from dir-files.
14981
14982 2004-01-27 Richard M. Stallman <rms@gnu.org>
14983
14984 * man.el (Man-fontify-manpage): Clean up message.
14985
14986 2004-01-27 Kenichi Handa <handa@m17n.org>
14987
14988 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
14989 (sentence-end): Define using sentence-end-without-space.
14990
14991 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
14992 a sentence ends with one of a character in sentence-end-without-space.
14993
14994 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * font-lock.el (font-lock): Add jit-lock as explicit group member.
14997 (jit-lock): Group declaration moved to jit-lock.el.
14998 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
14999 when necessary.
15000
15001 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
15002 (jit-lock-context-unfontify-pos): Rename from
15003 jit-lock-first-unfontify-pos.
15004 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
15005
15006 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
15007
15008 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
15009 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
15010 (fortran-fill): When filling a string, adjust re-search-backward
15011 argument for special case of string just on fill-column.
15012 When filling non-string, allow one extra char if
15013 fortran-break-before-delimiters is non-nil.
15014 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
15015 Use fortran-break-delimiters-re and fortran-no-break-re to
15016 correctly handle cases such as "**".
15017
15018 * progmodes/f90.el (f90-break-delimiters): Doc fix.
15019 (f90-no-break-re): Add some extra tokens. Doc fix.
15020
15021 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
15022
15023 * mail/rmail-spam-filter.el:
15024 Use two semicolons as Commentary line prefix.
15025 Add ";;; Code:" stylized comment.
15026 Delete end-of-line whitespace.
15027 Wrap (require 'cl) with `eval-when-compile'.
15028
15029 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
15030
15031 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
15032 at the top level of vc.el.
15033
15034 2004-01-23 Andre Spiegel <spiegel@gnu.org>
15035
15036 * vc.el (vc-current-line): Function removed. This is now done by
15037 the new function line-at-pos in simple.el.
15038 (vc-annotate-warp-version): Use line-at-pos instead of
15039 vc-current-line.
15040
15041 2004-01-22 Kim F. Storm <storm@cua.dk>
15042
15043 * simple.el (line-at-pos): New defun.
15044 (what-line): Use it. Optimize by only counting lines in narrowed
15045 region once.
15046
15047 2004-01-22 Kenichi Handa <handa@m17n.org>
15048
15049 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
15050 point (register r1) only for charset mule-unicode-0100-24ff.
15051
15052 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
15053
15054 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
15055 trailing white space and ensure a final newline.
15056
15057 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
15058 Add autoload cookie.
15059
15060 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
15061
15062 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
15063 activate view-mode explicitly.
15064
15065 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15066
15067 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
15068 use clipboard first.
15069
15070 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15071
15072 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
15073 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
15074 (vc-mcvs-cvs): Remove.
15075 (vc-mcvs-command): Remove use of assert.
15076
15077 * outline.el (outline-insert-heading): Tighten up match.
15078 (outline-demote, outline-move-subtree-down): Don't assume anything
15079 about outline-regexp.
15080
15081 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
15082 (texinfo-show-structure): Explicitly add ^, and simplify.
15083
15084 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
15085
15086 * calendar/appt.el (appt-check): Restore usage of
15087 appt-issue-message deleted in previous change.
15088 (top-level): Activate package when loaded (needed for backwards
15089 compatibility).
15090
15091 2004-01-20 Jesper Harder <harder@ifa.au.dk>
15092
15093 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
15094 following previous change to smtpmail-send-data.
15095
15096 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
15097
15098 * vc.el (vc-default-previous-version): Doc enhancement.
15099 (vc-default-next-version): New function.
15100 (vc-print-log): New arg FOCUS-REV.
15101 (vc-annotate-mode): Derive from view-mode.
15102 (vc-annotate): New args REVISION, DISPLAY-MODE.
15103 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
15104 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
15105 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
15106 (vc-annotate-show-diff-revision-at-line, vc-current-line)
15107 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
15108
15109 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
15110
15111 2004-01-19 Karl Berry <karl@gnu.org>
15112
15113 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
15114 or "TexInfo".
15115
15116 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
15117
15118 * subr.el (delete-dups): New function.
15119
15120 2004-01-19 Karl Berry <karl@gnu.org>
15121
15122 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
15123 with ^, since that's what texinfo-show-structure
15124 documentation says (plus it works much better in texinfo.txi).
15125
15126 2004-01-18 Jesper Harder <harder@ifa.au.dk>
15127
15128 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
15129
15130 2004-01-18 David Ponce <david@dponce.com> (tiny change)
15131
15132 * progmodes/which-func.el (which-function-mode): Don't cancel
15133 which-func-update-timer if not set.
15134
15135 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
15136
15137 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
15138 Remove spurious left square bracket in XX:XXam regexp.
15139
15140 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
15141
15142 * progmodes/cc-defs.el: Do not require cl at run time.
15143
15144 2004-01-16 Richard M. Stallman <rms@gnu.org>
15145
15146 * emacs-lisp/cl.el (cl-cannot-unload): New function.
15147 (cl-unload-hook): Defvar this to run cl-cannot-unload.
15148
15149 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
15150 Call rmail-spam-filter. Delete and expunge spam.
15151 Print number of spam messages deleted.
15152 Save and restore the deletion status of old messages when reading
15153 new mail with spam filter, so that expunging spam does not expunge
15154 msgs deleted by the user.
15155 (rmail-only-expunge): Add an optional argument dont-show to
15156 prevent showing message after expunge.
15157
15158 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
15159
15160 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
15161 * subr.el (declare): New macro.
15162
15163 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
15164
15165 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
15166
15167 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15170 Test window-system rather than system-type (for X11/Mac).
15171
15172 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
15173
15174 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
15175
15176 2004-01-12 Richard M. Stallman <rms@gnu.org>
15177
15178 * mail/rmail.el (rmail-convert-to-babyl-format):
15179 Use mail-unquote-printable-region.
15180 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
15181 (rmail-hex-char-to-integer): Functions deleted.
15182
15183 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
15184 (mail-unquote-printable-region): New arg NOERROR.
15185 For invalid encoding, either signal an error to just return nil.
15186
15187 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15188
15189 * calendar/appt.el: Update copyright and commentary.
15190 (appt-issue-message): Make obsolete.
15191 (appt-visible, appt-msg-window): Make obsolete, in favour of
15192 appt-display-format.
15193 (appt-display-mode-line, appt-display-duration)
15194 (appt-display-diary, appt-time-msg-list, appt-mode-string)
15195 (appt-prev-comp-time, appt-display-count, appt-timer)
15196 (appt-convert-time): Doc change.
15197 (appt-disp-window-function, appt-delete-window-function):
15198 Use defcustom rather than defvar.
15199 (appt-display-format): New variable.
15200 (appt-display-message): New function with display code from appt-check.
15201 (appt-check): Add optional FORCE argument. Doc change.
15202 Add appt-make-list to diary-hook if displaying diary.
15203 Remove checking of view-diary-entries-initially.
15204 Message display section removed to new function appt-display-message.
15205 (appt-display-window): Doc change. Remove unused internal var
15206 this-buffer. Do not beep, since appt-display-message does that.
15207 (appt-make-list): Doc change. Use caar.
15208 (appt-sort-list): Simplify by using builtin sort function.
15209 (appt-update-list): New function for updating appts when diary is
15210 saved.
15211 (appt-activate): New autoloaded function to toggle package
15212 functionality.
15213
15214 * calendar/cal-x.el: (calendar-one-frame-setup)
15215 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
15216
15217 * calendar/calendar.el: Update copyright.
15218 (view-diary-entries-initially, european-calendar-style): Doc change.
15219 (calendar-setup): Make defcustom rather than defvar.
15220 (mark-visible-calendar-date): Initialize temp-face and faceinfo
15221 in let binding so local to function.
15222
15223 * calendar/diary-lib.el: Update copyright.
15224 (diary, diary-entry-time): Doc change.
15225 (list-diary-entries): Doc change. Trivial logic change.
15226 (fancy-diary-display): Restore make-face command mistakenly
15227 deleted 2003-05-08.
15228 (show-all-diary-entries): Allow to pop-up frame if needed.
15229
15230 2004-01-09 John Paul Wallington <jpw@gnu.org>
15231
15232 * bindings.el (mode-line-change-eol): Add EVENT parameter.
15233 Temporarily select EVENT's window for changing eol type.
15234
15235 2004-01-09 Deepak Goel <deego@gnufans.org>
15236
15237 * calendar/diary-lib.el (diary-entry-time):
15238 Also accept time in the form XX[.XX][am/pm/AM/PM].
15239 (fancy-diary-font-lock-keywords): Likewise.
15240 (diary-font-lock-keywords): Likewise.
15241 * calendar/appt.el (appt-add): Likewise.
15242 (appt-make-list): Likewise.
15243 (appt-convert-time): Likewise.
15244
15245 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
15246
15247 * gdb-ui.el (gdb-ann3): Revert previous change.
15248 (gdb-source-info): Allow for case of where compilation directory
15249 is not recorded.
15250
15251 2004-01-08 John Paul Wallington <jpw@gnu.org>
15252
15253 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
15254
15255 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
15256
15257 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
15258
15259 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
15260 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
15261 problems.
15262 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
15263
15264 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
15265
15266 * files.el (write-file-functions, write-contents-functions):
15267 Clarify docstrings.
15268
15269 2004-01-07 Kenichi Handa <handa@m17n.org>
15270
15271 * international/mule.el (set-auto-coding): Fix for the case that
15272 end-of-line is only CR.
15273
15274 2004-01-07 Kim F. Storm <storm@cua.dk>
15275
15276 * subr.el (event-start, event-end): Doc fix.
15277 (posn-string, posn-image): New defuns.
15278 (posn-object): Return either image or string object.
15279 (posn-object-x-y): Return 8th element of position.
15280 (posn-object-width-height): New defun.
15281
15282 2004-01-06 Andreas Schwab <schwab@suse.de>
15283
15284 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
15285 output.
15286
15287 2004-01-05 Karl Berry <karl@gnu.org>
15288
15289 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
15290 / and *, too.
15291
15292 2003-12-31 Simon Josefsson <jas@extundo.com>
15293
15294 * files.el (before-save-hook): Add.
15295 (basic-save-buffer): Use before-save-hook.
15296
15297 * emacs-lisp/copyright.el: Fix comment to recommend
15298 before-save-hook instead of write-file-functions.
15299
15300 2004-01-05 Richard M. Stallman <rms@gnu.org>
15301
15302 * finder.el (finder-commentary): Call delete-other-windows.
15303
15304 * net/ange-ftp.el (ange-ftp-file-attributes):
15305 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
15306
15307 2004-01-04 Karl Berry <karl@gnu.org>
15308
15309 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
15310 comment characters % and # in the copyright year notice,
15311 as well as ;.
15312
15313 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
15314
15315 * wid-edit.el (default): Define dummy :value-delete.
15316 Reported by Jesper Harder <harder@ifa.au.dk>.
15317
15318 2004-01-03 Richard M. Stallman <rms@gnu.org>
15319
15320 * progmodes/compile.el (compile-internal): Use point, not point-min,
15321 for set-window-point.
15322
15323 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
15324
15325 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
15326
15327 * progmodes/grep.el (grep-mode-map):
15328 Don't remap next-line, previous-line.
15329
15330 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
15331
15332 * speedbar.el (speedbar-edit-line): Change regexp to position
15333 the cursor on the first character of this line's button.
15334
15335 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
15336
15337 * subr.el (functionp): Doc fix.
15338
15339 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
15340
15341 * progmodes/idlwave.el (idlwave-make-tags):
15342 * textmodes/flyspell.el (flyspell-large-region):.
15343 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
15344 * emulation/viper-util.el (viper-glob-unix-files):
15345 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
15346 * man.el (Man-init-defvars):
15347 * jka-compr.el (jka-compr-call-process):
15348 * files.el (get-free-disk-space,insert-directory):
15349 * ediff-ptch.el (ediff-test-patch-utility):
15350 * ediff-diff.el (ediff-test-utility):
15351 * dired-aux.el (dired-check-process):
15352 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
15353 test the return value of call-process, because it can be a string.
15354
15355 2003-12-31 John Paul Wallington <jpw@gnu.org>
15356
15357 * bindings.el (completion-ignored-extensions): Add .pfsl.
15358
15359 2003-12-31 Kim F. Storm <storm@cua.dk>
15360
15361 * ido.el (ido-nonreadable-directory-p): New defun to check for
15362 nonreadable directory without activating tramp (to avoid problems
15363 with checking incomplete tramp paths).
15364 (ido-set-current-directory, ido-file-internal)
15365 (ido-file-name-all-completions1): Use it.
15366
15367 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
15368
15369 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
15370 documentation if the anchor (or node) name is preceded by `info
15371 anchor' or `Info anchor' in addition to earlier `info node' and
15372 `Info node'.
15373 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
15374
15375 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15376
15377 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
15378 error in arguments to base64-decode-region. Remove ^M characters
15379 after decoding base64.
15380
15381 2003-12-30 Simon Josefsson <jas@extundo.com>
15382
15383 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
15384 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
15385 have only been distributed with Emacs for some years.
15386 (texinfo-mode-hook): Customize.
15387
15388 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15389
15390 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
15391 cleaner (suggested by Richard Stallman).
15392
15393 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
15394 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
15395 file-name clashes on 8+3 DOS filesystems.
15396
15397 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
15398 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
15399 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
15400 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
15401 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
15402 file-name clashes on 8+3 filesystems.
15403
15404 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
15405 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
15406 file-name clashes on 8+3 DOS filesystems.
15407
15408 2003-12-29 Richard M. Stallman <rms@gnu.org>
15409
15410 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
15411 Upcase the character.
15412
15413 * textmodes/flyspell.el (mail-mode-flyspell-verify):
15414 Search for header separator alone on a line, literally,
15415 and search for it backward, not forward.
15416 (flyspell-abbrev-table): Always use global-abbrev-table
15417 if there is no local one.
15418
15419 * progmodes/sh-script.el (sh-get-indent-info):
15420 Don't move point back if at bob.
15421
15422 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
15423
15424 * play/handwrite.el (handwrite): Make the handwrite credit message
15425 a comment rather than an output command.
15426
15427 * obsolete/sc.el: Display message that this file is obsolete.
15428
15429 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
15430
15431 * mail/rfc822.el (rfc822-address-start): Declare variable.
15432 Renamed from address-start. All uses changed.
15433
15434 * term.el (term-exec): Set up sentinel.
15435 (term-sentinel): New function.
15436 (term-handle-exit): New function.
15437
15438 * subr.el (assoc-ignore-case, assoc-ignore-representation):
15439 Use assoc-string, and mark them obsolete.
15440 (delay-mode-hooks): Mark as permanent local.
15441
15442 * simple.el (sendmail-user-agent-compose): Use assoc-string.
15443
15444 * register.el (copy-rectangle-to-register): Doc fix.
15445
15446 * info.el (Info-insert-dir): Use assoc-string.
15447
15448 * info-look.el (info-lookup): Use assoc-string.
15449
15450 * frame.el (pop-up-frame-function): Use quote, not `function'.
15451 (frame-notice-user-settings): Calculate ADJUSTED-TOP
15452 copying with lists as coordinate values.
15453
15454 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
15455
15456 * find-dired.el (kill-find): New command.
15457 (find-dired): Make buffer read-only.
15458 Set up a keymap with C-c C-k running kill-find.
15459 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
15460
15461 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
15462
15463 * filecache.el (file-cache-ignore-case): New variable.
15464 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
15465
15466 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
15467 (comint-dynamic-complete-as-filename): Rename local vars.
15468 (comint-dynamic-list-filename-completions): Likewise.
15469
15470 * comint.el (comint-dynamic-list-completions-config): New var.
15471 (comint-dynamic-list-completions): Handle both SPC and TAB right.
15472
15473 * comint.el (comint-file-name-chars): Add [].
15474 (comint-word): Use skip-chars-backward, not search.
15475
15476 * shell.el (shell-file-name-chars): Add [].
15477
15478 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
15479
15480 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
15481
15482 * generic.el (define-generic-mode): Doc fix.
15483
15484 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15485
15486 * files.el (kill-some-buffers): Doc fix.
15487
15488 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
15489
15490 * comint.el (comint-watch-for-password-prompt): Pass `string' as
15491 arg to send-invisible
15492 (send-invisible): Doc fix. The argument is now a prompt, not the
15493 string to send.
15494 (comint-read-noecho): Doc fix.
15495
15496 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
15497
15498 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
15499 "@", as required by some ISP hosting service. Fix defcustom
15500 argument syntax errors that prevented use of customization.
15501
15502 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15503
15504 * xml.el (xml-get-attribute-or-nil): Doc fix.
15505
15506 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
15507
15508 * net/zone-mode.el (zone-mode): Use write-file-functions, not
15509 write-file-hooks.
15510
15511 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
15512
15513 * autorevert.el (auto-revert-interval): Doc fix.
15514
15515 2003-12-29 Mark A. Hershberger <mah@everybody.org>
15516
15517 * xml.el (xml-get-attribute-or-nil): New function, like
15518 xml-get-attribute, but returns nil if the attribute was not found.
15519 (xml-get-attribute): Convert to defsubst, uses
15520 xml-get-attribute-or-nil.
15521
15522 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15523
15524 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15525
15526 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
15527
15528 * custom.el (custom-declare-theme): Use `value' when putting
15529 properties on `theme'.
15530
15531 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
15532
15533 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
15534 for each yank-handler segment.
15535 (insert-for-yank-1): New function, with the body of the previous
15536 insert-for-yank.
15537
15538 * textmodes/table.el (table-yank-handler): New defcustom.
15539 (table--put-cell-indicator-property): Put yank-handler property
15540 that indicates the yank handler for the table cell.
15541
15542 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15543
15544 * generic-x.el (etc-modules-conf-generic-mode): A more complete
15545 set of keywords.
15546
15547 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15548
15549 * international/mule-cmds.el (reset-language-environment)
15550 (set-language-environment): Don't invoke fontset-related functions
15551 if fontset-list is not fboundp.
15552
15553 2003-12-29 Kenichi Handa <handa@m17n.org>
15554
15555 * international/mule-cmds.el (reset-language-environment):
15556 Call set-overriding-fontspec-internal with nil.
15557 (set-language-environment): Call set-overriding-fontspec-internal
15558 if the language environment specify `overriding-fontspec'.
15559 (language-info-alist): Doc added.
15560
15561 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
15562 characters of mule-unicode-0100-24ff.
15563 (ccl-encode-windows-1251-font): New CCL program.
15564 ("Bulgarian"): Specify overriding-fontspec.
15565 ("Belarusian"): Likewise.
15566
15567 2003-12-28 Sam Steingold <sds@gnu.org>
15568
15569 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
15570 parameter ID-FORMAT to conform with the 2003-11-30 patch.
15571
15572 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
15573
15574 * progmodes/gud.el (gud-gdb-command-name): Set default to
15575 "gdb --annotate=3".
15576 (gud-gdb-marker-filter): Look out for annotations.
15577 (gdb-first-pre-prompt): New variable.
15578 Remove trailing white space.
15579
15580 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
15581 if necessary.
15582 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
15583 annotations are detected.
15584 (gud-gdba-marker-filter): Use global variable gud-marker-acc
15585 instead of a local one to allow transition from
15586 gud-gdb-marker-filter.
15587 Remove trailing white space.
15588
15589 2003-12-27 Kim F. Storm <storm@cua.dk>
15590
15591 * ido.el: Handle non-readable directories.
15592 (ido-decorations): Add 9th element for non-readable directory.
15593 (ido-directory-nonreadable): New dynamic var.
15594 (ido-set-current-directory): Set it.
15595 (ido-read-buffer, ido-file-internal):
15596 (ido-read-file-name, ido-read-directory-name): Let-bind it.
15597 (ido-file-name-all-completions1): Return empty list for
15598 non-readable directory.
15599 (ido-exhibit): Print [Not readable] if directory is not readable.
15600 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
15601 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
15602 Use it.
15603
15604 2003-12-27 Lars Hansen <larsh@math.ku.dk>
15605
15606 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
15607 calls to directory-files-and-attributes and file-attributes.
15608 (ls-lisp-format): Remove system dependent handling of user and
15609 group id's.
15610
15611 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
15612
15613 * ffap.el (ffap-read-file-or-url): Revert previous change.
15614
15615 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
15616
15617 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
15618 new list of included files called `files-with-node-lines', that
15619 only have node lines. This way @include commands can include any
15620 file, such as version and update files without node lines, not
15621 just files that are chapters.
15622
15623 2003-12-25 Andreas Schwab <schwab@suse.de>
15624
15625 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
15626 file not found.
15627
15628 2003-12-08 Miles Bader <miles@gnu.org>
15629
15630 * dired.el (dired-between-files): Always use dired-move-to-filename,
15631 which is more robust in non-english locales.
15632
15633 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
15634
15635 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
15636
15637 2003-12-24 Andreas Schwab <schwab@suse.de>
15638
15639 * shell.el (shell-file-name-quote-list): Add backslash.
15640
15641 * comint.el (comint-quote-filename): Correctly handle backslash
15642 in comint-file-name-quote-list.
15643
15644 2003-12-24 Kenichi Handa <handa@m17n.org>
15645
15646 * international/mule-cmds.el (set-default-coding-systems):
15647 Call ucs-set-table-for-input for all buffers that don't have local
15648 value of buffer-file-coding-system.
15649
15650 * international/ucs-tables.el (ucs-set-table-for-input):
15651 If translation-table-for-encode is a symbol, get its
15652 translation-table property.
15653
15654 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
15655
15656 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
15657 to `completing-read' on a recently fixed bug.
15658
15659 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
15660 instead of SPACE, to get the list of possible fringe modes.
15661 SPACE only works if both `partial-completion-mode' and
15662 `completion-auto-help' are nil.
15663
15664 * complete.el (PC-is-complete-p): Delete.
15665 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
15666 calls to `test-completion'.
15667
15668 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
15669
15670 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
15671 to edit values when there are no children.
15672
15673 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
15674 a mode called "Assembler" already exists.
15675 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
15676 (gud-watch): Use format option. Remove font properties from string.
15677 (gdb-var-create-handler, gdb-var-list-children-handler):
15678 Don't bother about properties as there are none.
15679 (gdb-var-create-handler, gdb-var-list-children-handler)
15680 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
15681 with two arguments.
15682 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
15683 Let speedbar show value changes with a different font.
15684 (gdb-edit-value): New defun.
15685 (gdb-clear-partial-output, gdb-clear-inferior-io)
15686 (def-gdb-auto-update-handler): Use erase-buffer.
15687 (gdb-frame-handler): Display watch expressions in
15688 FUNCTION::VARIABLE format if required.
15689
15690 2003-12-23 John Paul Wallington <jpw@gnu.org>
15691
15692 * info.el (Info-unescape-quotes, Info-split-parameter-string)
15693 (Info-goto-emacs-command-node): Doc fixes.
15694
15695 2003-12-12 Jesper Harder <harder@ifa.au.dk>
15696
15697 * cus-edit.el (custom-add-parent-links): Define "many".
15698
15699 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
15700
15701 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
15702 (widget-child-validate, widget-type-value-create)
15703 (widget-type-default-get, widget-type-match): New functions.
15704 (lazy): New widget.
15705 (menu-choice, checklist, radio-button-choice, editable-list)
15706 (group, documentation-string): Remove redundant (per 2003-10-25
15707 change) calls to `widget-children-value-delete'.
15708 (widget-choice-value-get, widget-choice-value-inline): Remove.
15709 (menu-choice): Update widget.
15710
15711 2003-12-03 Kenichi Handa <handa@m17n.org>
15712
15713 * language/cyrillic.el: Register "microsoft-cp1251" in
15714 ctext-non-standard-encodings-alist.
15715 ("Bulgarian"): Add ctext-non-standard-encodings.
15716 ("Belarusian"): Likewise.
15717
15718 * international/mule-conf.el (compound-text-with-extensions):
15719 Change the type to 2 (iso-2022 base).
15720
15721 * international/mule.el (ctext-non-standard-encodings-alist):
15722 Change the format.
15723 (ctext-non-standard-encodings): New variable.
15724 (ctext-post-read-conversion): Fully re-written.
15725 (ctext-non-standard-designations-alist): Delete it.
15726 (ctext-non-standard-encodings-table): New function.
15727 (ctext-pre-write-conversion): Fully re-written.
15728
15729 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
15730
15731 * cus-edit.el (custom-add-parent-links): Add documentation links
15732 for parent, if the item has none of its own.
15733
15734 2003-11-30 Richard M. Stallman <rms@gnu.org>
15735
15736 * dired-aux.el (dired-do-query-replace-regexp):
15737 Report files visited read-only.
15738
15739 2003-11-30 Juri Linkov <juri@jurta.org>
15740
15741 * dired-aux.el (dired-compare-directories): New command.
15742 (dired-file-set-difference, dired-files-attributes): New functions.
15743
15744 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15745 Version 2.0.38 of Tramp released.
15746
15747 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
15748 Charles Curley <charlescurley@charlescurley.com>.
15749 (tramp-multi-connection-function-alist): Add ssht entry which adds
15750 "-e none -t -t" to the list of ssh args. Suggested by Adrian
15751 Aichner.
15752 (tramp-get-method-parameter): New function to retrieve a method
15753 parameter. This allows for omission of method parameters.
15754 Callers adjusted.
15755
15756 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
15757
15758 * net/tramp.el: Add new optional parameter ID-FORMAT to
15759 `file-attributes'. Calls of `file-attributes' won't use this
15760 parameter for backward compatibility reasons.
15761 (tramp-perl-file-attributes): Add a new parameter to Perl script
15762 in order to handle uid/gid as strings, if desired.
15763 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
15764 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
15765 order to make the function more general.
15766 (tramp-handle-file-attributes): Replace proprietary optional
15767 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
15768 (tramp-handle-file-attributes-with-perl): Handle parameter
15769 NONNUMERIC if set. This wasn't done in the past.
15770 (tramp-post-connection): Apply second parameter "$2" if
15771 `tramp-remote-perl' is called.
15772
15773 * net/tramp-smb.el (tramp-smb-handle-delete-file):
15774 Correct cut'n'waste error (`filename' instead of `directory').
15775 (tramp-smb-handle-directory-files-and-attributes)
15776 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
15777 introduced parameter ID-FORMAT.
15778 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
15779 error (`directory' instead of `ldir').
15780
15781 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
15782 `file-attributes' has a second parameter. If yes, apply it with
15783 value "'integer". Otherwise, don't use that parameter (default is
15784 integer format).
15785
15786 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
15787
15788 * help.el (help-map): Bind `display-local-help' to `C-h .'.
15789 (help-for-help): Add `C-h .' to the listed Help options.
15790 Remove trailing whitespace.
15791
15792 * help-at-pt.el: New file.
15793
15794 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
15795
15796 * subr.el (noreturn, 1value): New macros for test coverage.
15797 See `testcover.el'.
15798
15799 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
15800
15801 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
15802 for macro `1value'.
15803 (testcover-1value): New function. Checks that a 1value form
15804 actually returns only one value. Requested by RMS.
15805
15806 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
15807
15808 * gdb-ui.el (gud-watch, gdb-var-create-handler)
15809 (gdb-var-list-children, gdb-var-list-children-handler)
15810 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
15811 gdb commands that use mi to keep them out of the command history.
15812
15813 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15814
15815 * cus-start.el (all): Add use-file-dialog.
15816
15817 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15818
15819 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
15820
15821 2003-11-27 Kim F. Storm <storm@cua.dk>
15822
15823 * subr.el (posn-object-x-y): New defun.
15824
15825 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15826
15827 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
15828 Don't use `space' for \\\n.
15829 Be more selective as to which # are comment-starters.
15830
15831 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
15832
15833 * subr.el (number-sequence): Improve handling of floating point
15834 arguments (suggested by Kim Storm). Allow negative arguments.
15835
15836 2003-11-26 Kenichi Handa <handa@m17n.org>
15837
15838 * international/mule-cmds.el (standard-display-european-internal):
15839 Cancel the standard-display-table setting for ` and '.
15840
15841 2003-11-26 Kim F. Storm <storm@cua.dk>
15842
15843 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
15844 New defcustoms to add ffap-like functionality to ido.
15845 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
15846 (ido-no-final-slash): New defun.
15847 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
15848 (ido-read-file-name): ): Toggle VC checking via
15849 vc-handled-backends instead of vc-master-templates.
15850 (ido-file-internal): Handle ido-use-url-at-point and
15851 ido-use-filename-at-point via code borrowed from ffap-guesser.
15852 Handle new ido-exit code ffap.
15853 (ido-sort-list): Ignore final slash when sorting file names.
15854
15855 2003-11-25 Kim F. Storm <storm@cua.dk>
15856
15857 * emulation/cua-base.el (cua--standard-movement-commands):
15858 Add forward-sentence and backward-sentence.
15859
15860 2003-11-25 Stephen Eglen <stephen@gnu.org>
15861
15862 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
15863 iswitchb-exit is set to 'usefirst when user selects buffer at head
15864 of list using RET. (Selecting buffers at the head of the list was
15865 broken if the substring was also a complete buffername.)
15866
15867 2003-11-23 Kim F. Storm <storm@cua.dk>
15868
15869 * progmodes/compile.el (grep-command, grep-use-null-device)
15870 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
15871 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
15872 (grep-regexp-alist, grep-program, find-program)
15873 (grep-find-use-xargs, grep-history, grep-find-history)
15874 (grep-process-setup, grep-compute-defaults)
15875 (grep-default-command, grep, grep-tag-default, grep-find)
15876 (grep-expand-command-macros, grep-tree-last-regexp)
15877 (grep-tree-last-files, grep-tree): Move grep variables, functions
15878 and commands to new file grep.el.
15879 (compilation-mode-map): Remove grep commands from Compile sub-menu.
15880 (compilation-process-setup-function): Doc fix.
15881 (compilation-highlight-regexp, compilation-highlight-overlay): New
15882 defvars used for highlighting current compile error in source buffer.
15883 (compile-internal): New optional args HIGHLIGHT-REGEXP and
15884 LOCAL-MAP which overrides compilation-highlight-regexp and
15885 compilation-mode-map for this compilation.
15886 Delay calling compilation-set-window-height until after running
15887 compilation-process-setup-function so it can buffer-local override
15888 compilation-window-height.
15889 Check buffer-local value of compilation-scroll-output.
15890 (compilation-set-window-height): Use buffer-local value of
15891 compilation-window-height.
15892 (compilation-revert-buffer): Don't pass (undefined)
15893 preserve-modes arg to revert-buffer.
15894 (next-error-no-select, previous-error-no-select): New commands.
15895 (compilation-goto-locus): Temporarily highlight current match in
15896 source buffer using compilation-highlight-regexp.
15897
15898 * progmodes/grep.el: New file with grep code from compile.el.
15899 (grep): New defcustom group.
15900 (grep-window-height): New defcustom, like compilation-window-height.
15901 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
15902 (grep-scroll-output): New defcustom, like compilation-scroll-output.
15903 (grep-command, grep-use-null-device, grep-find-command)
15904 (grep-tree-files-aliases, grep-tree-ignore-case)
15905 (grep-tree-ignore-CVS-directories): Move to grep custom group.
15906 (grep-setup-hook): New hook variable.
15907 (grep-mode-map): New keymap for grep commands. Add Grep menu.
15908 (grep-last-buffer): New defvar, override compilation-last-buffer.
15909 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
15910 Call compile-internal with args highlight-regexp and grep-mode-map.
15911
15912 2003-11-23 Kim F. Storm <storm@cua.dk>
15913
15914 * subr.el (event-start, event-end): Doc fix.
15915 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
15916 (posn-area, posn-actual-col-row, posn-object): New defuns.
15917 (posn-col-row): Simplify doc. Rewrite to use cond.
15918 (posn-point): Also return buffer position for events outside text
15919 area (that info is now present in the event position).
15920
15921 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
15922 mouse-set-point so that hscroll still works now that clicks on
15923 fringes generate specific mouse events.
15924 (mouse-set-point): Note that it now works in fringes and margins
15925 too due to new semantics of posn-point in fringes and margins.
15926
15927 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
15928 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
15929
15930 2003-11-20 Kim F. Storm <storm@cua.dk>
15931
15932 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
15933 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
15934 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
15935 to 100 for icons to avoid increasing line height when shown.
15936
15937 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
15938
15939 * newcomment.el (comment-normalize-vars): Initialize properly if
15940 comment-start was nil.
15941
15942 2003-11-19 Andreas Schwab <schwab@suse.de>
15943
15944 * simple.el (set-variable): Fix indentation.
15945
15946 2003-11-17 Kenichi Handa <handa@m17n.org>
15947
15948 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
15949 Fix docstring.
15950
15951 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
15952
15953 * international/latin1-disp.el (latin1-display): Fix docstring.
15954
15955 2003-11-16 John Wiegley <johnw@newartisans.com>
15956
15957 * eshell/em-ls.el (eshell-ls-file): There are times with
15958 size-width is nil and uncomputed (when directories are created in
15959 dired, for example); in this case, 4 is reasonable default value,
15960 although it may caused skewed new entries (which could be avoided
15961 by returning the original value of 8 in all cases, but 99% of the
15962 time this is a waste of whitespace).
15963
15964 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15965
15966 * cc-engine.el (c-guess-continued-construct)
15967 (c-guess-basic-syntax): Check a little more carefully if it's a
15968 function declaration when an unknown construct followed by a block
15969 is found inside a statement context. This avoids macros followed
15970 by blocks to be taken as function declarations.
15971
15972 (c-guess-continued-construct): Change the analysis of a statement
15973 continuation with a brace open to `substatement-block', for
15974 consistency with recognized statements.
15975
15976 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
15977 start is in a position so that `c-beginning-of-statement-1' jumped
15978 to the beginning of the same statement.
15979
15980 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
15981 Don't accept binary operators in the arglist if we're in a function
15982 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
15983 template recognition in cases like "if (a < b || c > d)".
15984
15985 (c-restricted-<>-arglists): New more appropriate name for
15986 `c-disallow-comma-in-<>-arglists'.
15987
15988 Accessing functions updated for the variable name change.
15989
15990 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
15991 match data could get clobbered if NOT-INSIDE-TOKEN is used.
15992
15993 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
15994 labels.
15995
15996 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
15997 instead of duplicating parts of it. This fixes bogus label
15998 recognition.
15999
16000 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
16001 of checking the context in which to apply the minimum indentation,
16002 so that it isn't enforced in e.g. namespace blocks.
16003
16004 * cc-vars.el (c-inside-block-syms): New constant used by
16005 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
16006 to somewhat reduce the risk of becoming stale.
16007
16008 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
16009 cc-cmds to cc-engine to allow use from cc-align.
16010
16011 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
16012 qualified identifiers containing "::".
16013
16014 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
16015 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
16016
16017 * cc-vars.el (c-emacs-features): Use a space in front of the name
16018 of the temporary buffer. That also avoids dumping problems in
16019 XEmacs due to undo info being left around after the buffer is killed.
16020
16021 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
16022 arglist to see if it's a K&R style declaration.
16023
16024 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
16025 before returning `knr-argdecl-intro'.
16026
16027 2003-11-16 John Wiegley <johnw@newartisans.com>
16028
16029 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
16030 field in a long-listing always 8 characters, use `size-width',
16031 which has already been computed.
16032
16033 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
16034
16035 * subr.el (minor-mode-list): Add `hs-minor-mode'.
16036
16037 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16038
16039 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
16040 Support operation while narrowed, with `diff-restrict-view'.
16041
16042 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16043
16044 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16045 Take additional optional arg NARROWFUN. For the generated functions:
16046 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
16047 include frags that arrange to check for and save narrowing state before
16048 the move and then conditionally call NARROWFUN after the move.
16049
16050 2003-11-14 John Wiegley <johnw@newartisans.com>
16051
16052 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
16053 that was optional, but obviously missing based on surrounding code.
16054
16055 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
16056 string arguments to numbers unless the whole argument was seen as
16057 a number.
16058
16059 2003-11-14 Kenichi Handa <handa@m17n.org>
16060
16061 * international/mule.el (ctext-non-standard-encodings-alist):
16062 Fix coding systems.
16063
16064 2003-11-10 Kenichi Handa <handa@m17n.org>
16065
16066 * language/kannada.el ("Kannada"): Add sample-text.
16067
16068 * language/knd-util.el (kannada-compose-region)
16069 (kannada-compose-string, kannada-post-read-conversion):
16070 Add autoload cookie.
16071
16072 * international/quail.el (quail-completion): Change the message
16073 "corresponding translations" to "corresponding characters".
16074
16075 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
16076
16077 * descr-text.el (describe-char): Fix typo.
16078
16079 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
16080
16081 These changes are to support Kannada language/script.
16082
16083 * Makefile.in (DONTCOMPILE): Add kannada.el.
16084
16085 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
16086
16087 * loadup.el: Preload kannada.el.
16088
16089 * language/ind-util.el (ucs-kannada-to-is13194-alist)
16090 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
16091 New variables.
16092
16093 * language/kannada.el: New file.
16094
16095 * language/knd-util.el: New file.
16096
16097 2003-11-07 Andreas Schwab <schwab@suse.de>
16098
16099 * progmodes/autoconf.el (autoconf-font-lock-keywords):
16100 Also highlight AH_*.
16101
16102 * xml.el (xml-parse-dtd): Fix misplaced paren.
16103
16104 2003-11-07 Kenichi Handa <handa@m17n.org>
16105
16106 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
16107
16108 2003-11-05 Juri Linkov <juri@jurta.org>
16109
16110 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
16111 (desktop-buffer-file): Use saved buffer-file-coding-system
16112 for file reading. Set auto-insert to nil to prevent automatic
16113 insertion into restored empty files.
16114
16115 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
16116
16117 * files.el (risky-local-variable-p): Make second argument optional.
16118
16119 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16120
16121 * subr.el (add-hook): Fix last change.
16122
16123 2003-11-03 Eli Zaretskii <eliz@gnu.org>
16124
16125 * mail/rmail.el (rmail-convert-to-babyl-format):
16126 If base64-decode-region signals an error, catch it and silently
16127 ignore it.
16128
16129 2003-11-01 Mark A. Hershberger <mah@everybody.org>
16130
16131 * xml.el (xml-parse-region): Allow comments to appear after the
16132 topmost element has closed.
16133 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
16134 (xml-ns-expand-attr): New functions to do namespace handling.
16135 (xml-intern-attrlist): Back-compatible handling of attribute names.
16136 (xml-parse-tag): Move namespace handling to separate functions.
16137 Now produces elements in the form ((:ns . "element") (attr-list)
16138 children) instead of ('ns:element (attr-list) children).
16139 (xml-parse-attlist): Fix attribute parsing.
16140 (xml-parse-dtd): Change parsing so that it produces strings
16141 instead of interned symbols.
16142
16143 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
16144
16145 * dired.el (dired-ls-sorting-switches): Doc fix.
16146
16147 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
16148
16149 * emacs-lisp/rx.el (rx-or): Fix the case of
16150 "(rx (and ?a (or ?b ?c) ?d))".
16151
16152 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
16153
16154 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
16155 (texinfo-format-region): Use it.
16156 (texinfo-format-buffer-1): Ditto.
16157
16158 2003-11-01 Alan Mackenzie <acm@muc.de>
16159
16160 Changes to allow scrolling whilst in isearch mode:
16161 * isearch.el (isearch-unread-key-sequence): New function,
16162 extracted from isearch-other-meta-char.
16163 (top level): (put 'foo 'isearch-scroll) on all Emacs's
16164 "scrollable" standard functions.
16165 (isearch-allow-scroll): New customizable variable.
16166 (isearch-string-out-of-window, isearch-back-into-window)
16167 (isearch-reread-key-sequence-naturally)
16168 (isearch-lookup-scroll-key): New functions.
16169 (isearch-other-meta-char): Doc string and functionality enhanced.
16170 Now accepts a prefix argument.
16171 (isearch-lazy-highlight-window-end): New variable.
16172 (isearch-lazy-highlight-new-loop): Pay attention to the window's
16173 end (thru isearch-lazy-highlight-window-end), not only its start.
16174
16175 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
16176 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
16177 (universal-argument, universal-argument-more, negative-argument)
16178 (digit-argument, universal-argument-other-key): Minor changes.
16179
16180 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16181
16182 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
16183 recursively if the last message is deleted, thus avoiding an
16184 infinite loop.
16185
16186 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16187
16188 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
16189 (tex-main-file): Don't add .tex if the extension is already present.
16190 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
16191
16192 2003-10-29 Lute Kamstra <lute@gnu.org>
16193
16194 * progmodes/octave-inf.el (inferior-octave-prompt):
16195 Recognize version number in prompt.
16196
16197 2003-10-28 Dave Love <fx@gnu.org>
16198
16199 * international/characters.el: Fix some Unicode ranges.
16200
16201 2003-10-28 Kenichi Handa <handa@m17n.org>
16202
16203 * disp-table.el (standard-display-8bit)
16204 (standard-display-default, standard-display-ascii)
16205 (standard-display-g1, standard-display-graphic)
16206 (standard-display-underline): Assure that standard-display-table
16207 is a display table.
16208
16209 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
16210
16211 * simple.el (reindent-then-newline-and-indent): Delete space *after*
16212 reindenting the first line.
16213
16214 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
16215
16216 * wid-edit.el (widget-default-delete): Always delete child widgets.
16217
16218 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * newcomment.el (comment-indent): Don't call indent-according-to-mode
16221 if the line has code.
16222 Don't try to line up with something that's too far left.
16223
16224 * progmodes/octave-mod.el (octave-comment-start): Simplify.
16225 (octave-mode-syntax-table): Add % as a comment starter.
16226 (octave-point): Remove.
16227 (octave-in-comment-p, octave-in-string-p)
16228 (octave-not-in-string-or-comment-p, calculate-octave-indent)
16229 (octave-blink-matching-block-open, octave-auto-fill):
16230 Use line-(beginning|end)-position instead.
16231
16232 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16233
16234 * emacs-lisp/authors.el (authors-aliases): Add correct realname
16235 for Francesco Potort\e,Al\e(B.
16236
16237 2003-10-23 Dave Love <fx@gnu.org>
16238
16239 * international/mule-cmds.el (locale-charset-to-coding-system):
16240 Don't rely on nil being a coding system.
16241
16242 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
16243 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
16244 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
16245
16246 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
16247
16248 * gdb-ui.el (gdb-current-language): New variable.
16249 (gdb-update-flag): Remove variable.
16250 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
16251 (gdb-take-last-elt): Remove function.
16252 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
16253 (gdb-post-prompt): Check for variable object changes here.
16254
16255 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
16256 object changes in gdb-ui.el.
16257
16258 2003-10-21 Richard M. Stallman <rms@gnu.org>
16259
16260 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
16261
16262 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
16263 Don't check for foo*/ wildcard form here.
16264 (insert-directory): Recognize foo*/ as a wildcard.
16265 Separate wildcard-regexp variable from the arg, wildcard.
16266
16267 * subr.el (add-hook): Correctly detect when make-local-hook was used.
16268 (remove-hook): Correctly handle strange cases about local hooks.
16269
16270 2003-10-21 David Ponce <david@dponce.com>
16271
16272 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
16273 argument REAL, to return a real number instead of a rounded
16274 integer value. Define as inline function.
16275 (ruler-mode-right-fringe-cols): Likewise.
16276 (ruler-mode-scroll-bar-cols): New function.
16277 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
16278 (ruler-mode-right-scroll-bar-cols): Likewise.
16279 (ruler-mode-space): New function.
16280 (ruler-mode-ruler): Use it. Handle variations of fringe style,
16281 scroll bar mode and margins in a more robust way.
16282
16283 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
16284
16285 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
16286 (antlr-c-init-language-vars): New function.
16287 (antlr-mode): Use it with cc-mode before v5.29.
16288 (antlr-c-common-init): Don't set some local vars here.
16289 (antlr-mode): Set them here.
16290 (antlr-c-forward-sws): New function alias.
16291 (antlr-mode): Redefine with cc-mode before v5.30.
16292 (antlr-skip-sexps): Use it.
16293 (antlr-skip-exception-part): Ditto.
16294 (antlr-skip-file-prelude): Ditto.
16295 (antlr-outside-rule-p): Ditto.
16296 (antlr-end-of-body): Ditto.
16297 (antlr-option-kind): Ditto.
16298 (antlr-insert-option-area): Ditto.
16299 (antlr-file-dependencies): Ditto.
16300
16301 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16302
16303 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
16304 Move backward only if point was not inside an entry.
16305
16306 2003-10-21 Richard M. Stallman <rms@gnu.org>
16307
16308 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
16309
16310 2003-10-21 Juri Linkov <juri@jurta.org>
16311
16312 * compare-w.el: Automatically skip non-matching text to resync.
16313 (compare-windows-whitespace): Doc fix.
16314 (compare-windows-sync, compare-windows-sync-string-size)
16315 (compare-windows-recenter, compare-ignore-whitespace)
16316 (compare-windows-highlight, compare-windows-face): New variables.
16317 (compare-windows): Use compare-windows-sync.
16318 (compare-windows-highlight, compare-windows-dehighlight)
16319 (compare-windows-sync-regexp)
16320 (compare-windows-sync-default-function): New functions.
16321
16322 2003-10-21 Juri Linkov <juri@jurta.org>
16323
16324 * diff.el (diff-parse-differences): Don't visit the files now;
16325 instead, just record the error locus.
16326
16327 2003-10-21 Dave Love <fx@gnu.org>
16328
16329 * progmodes/cfengine.el: New file.
16330
16331 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * complete.el (PC-do-completion): Do not forget to use `pred' as the
16334 default-directory when completing file names.
16335
16336 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
16337
16338 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
16339 followed by the word `face', it gets treated as a face, even if
16340 it is also defined as a variable or a function.
16341
16342 2003-10-20 Dave Love <fx@gnu.org>
16343
16344 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16345 Avoid incf in macro expansion.
16346
16347 2003-10-20 John Paul Wallington <jpw@gnu.org>
16348
16349 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
16350 `evenp' so we don't implicitly require cl library at runtime.
16351
16352 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
16353
16354 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
16355 (help-make-xrefs): Only make cross-references for faces if
16356 preceded or followed by the word `face'. Do not make a
16357 cross-reference for variables without variable documentation,
16358 unless preceded by the word `variable' or `option'. Update doc
16359 string accordingly.
16360
16361 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
16362
16363 * progmodes/hideshow.el: Rewrite one-armed `if'
16364 constructs using either `when' or `unless'.
16365 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
16366
16367 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
16368
16369 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
16370 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
16371 instead of 12x12.
16372
16373 2003-10-16 Eli Zaretskii <eliz@gnu.org>
16374
16375 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
16376 message while converting to Babyl.
16377
16378 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
16379
16380 * allout.el (allout-mode): Doc fix.
16381
16382 2003-10-16 Lute Kamstra <lute@gnu.org>
16383
16384 * subr.el (force-mode-line-update): Fix docstring.
16385
16386 2003-10-14 Dave Love <fx@gnu.org>
16387
16388 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
16389 (default-input-method): Add :link, improve :type.
16390 (locale-charset-language-names): Fix utf-8 pattern.
16391 (locale-charset-match-p, locale-charset-alist)
16392 (locale-charset-to-coding-system): New.
16393 (set-locale-environment): Deal with codeset part of locale specs.
16394
16395 2003-10-14 Lute Kamstra <lute@gnu.org>
16396
16397 * fringe.el (fringe-mode): Use active voice in docstring.
16398 (set-fringe-style): Ditto.
16399
16400 2003-10-13 Lute Kamstra <lute@gnu.org>
16401
16402 * fringe.el (fringe-mode): Fix docstring.
16403 (set-fringe-style): Ditto.
16404
16405 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
16406
16407 * ediff-mult.el (ediff-filegroup-action):
16408 Use ediff-default-filtering-regexp.
16409
16410 * ediff-util.el (ediff-recenter): Don't call
16411 ediff-restore-highlighting twice.
16412 (ediff-select-difference): Set current difference.
16413 (ediff-unselect-and-select-difference): Add comment.
16414
16415 * ediff.el (ediff-directories,ediff-directory-revisions)
16416 (ediff-directories3,ediff-merge-directories)
16417 (ediff-merge-directories-with-ancestor)
16418 (ediff-merge-directory-revisions)
16419 (ediff-merge-directory-revisions-with-ancestor):
16420 Use ediff-default-filtering-regexp.
16421
16422 2003-10-12 Andreas Schwab <schwab@suse.de>
16423
16424 * international/mule-cmds.el (locale-charset-language-names):
16425 Simplify regex by removing unused grouping.
16426
16427 2003-10-10 Dave Love <fx@gnu.org>
16428
16429 * bindings.el: Don't bind stop.
16430
16431 2003-10-08 Miles Bader <miles@gnu.org>
16432
16433 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
16434 face instead of attempting to emulate it.
16435
16436 2003-10-07 Kenichi Handa <handa@m17n.org>
16437
16438 * international/mule-diag.el (list-coding-systems-1): List coding
16439 systems that are loaded automatically.
16440
16441 * international/code-pages.el (iso-8859-11): Add autoload cookie.
16442
16443 * international/mule.el (autoload-coding-system): New function.
16444
16445 2003-10-07 Andreas Schwab <schwab@suse.de>
16446
16447 * log-edit.el (log-edit-changelog-entries): Prefer local value of
16448 change-log-default-name in the buffer visiting the file.
16449
16450 2003-10-06 Dave Love <fx@gnu.org>
16451
16452 * files.el (find-file-hook): Customize.
16453 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
16454
16455 * bindings.el (completion-ignored-extensions): Remove .log.
16456 (global-map): Add again, open, stop keys.
16457
16458 2003-10-05 Richard M. Stallman <rms@gnu.org>
16459
16460 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
16461 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
16462 Use sh-modify directly.
16463 (sh-select): Use sh-append, not eval.
16464
16465 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
16466
16467 * info.el (Info-following-node-name): New function.
16468
16469 * loadhist.el (unload-feature-special-hooks):
16470 Rename from loadhist-hook-functions.
16471 (loadhist-hook-functions): Now an alias.
16472
16473 2003-10-04 Eli Zaretskii <eliz@gnu.org>
16474
16475 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
16476 file-name clashes on 8+3 filesystems.
16477
16478 * Makefile.in (DONTCOMPILE, bootstrap-clean):
16479 Rename loaddefs-boot.el to ldefs-boot.el
16480
16481 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
16482 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
16483
16484 2003-10-03 Lute Kamstra <lute@gnu.org>
16485
16486 * info.el (Info-mode): Revert previous change.
16487 (Info-escape-percent): New function.
16488 (Info-fontify-node): Use it.
16489
16490 2003-10-02 Andreas Schwab <schwab@suse.de>
16491
16492 * loaddefs-boot.el: Regenerated.
16493
16494 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
16495
16496 * ffap.el: Remove defadvice related code from CVS since `complete'
16497 provides a `PC-completion-as-file-name-predicate' variable that
16498 ffap can override.
16499
16500 2003-10-02 Kenichi Handa <handa@m17n.org>
16501
16502 * international/utf-8.el (ccl-decode-mule-utf-8):
16503 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
16504
16505 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
16506 * international/subst-big5.el: Likewise.
16507 * international/subst-gb2312.el: Likewise.
16508 * international/subst-ksc.el: Likewise.
16509
16510 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16511
16512 * calendar/calendar.el (increment-calendar-month)
16513 (calendar-leap-year-p, calendar-absolute-from-gregorian)
16514 (generate-calendar, calendar-read-date, calendar-interval)
16515 (calendar-day-of-week): Handle years BC.
16516 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
16517
16518 2003-10-01 Dave Love <fx@gnu.org>
16519
16520 * language/cyrillic.el (cp1251): Alias for windows-1251.
16521
16522 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
16523 bootstrap.
16524
16525 2003-10-01 Lute Kamstra <lute@gnu.org>
16526
16527 * files.el: Fix typo.
16528 * imenu.el (imenu--generic-function): Docstring fix.
16529
16530 2003-09-30 Richard M. Stallman <rms@gnu.org>
16531
16532 * dired.el (dired-mode): Handle dired-directory as a list.
16533
16534 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
16535
16536 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
16537
16538 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
16539
16540 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
16541 Replace gud-display with gud-watch.
16542 (gud-speedbar-buttons): Add stuff for watching expressions
16543 in the speedbar when using M-x gdba. Use dolist on old part
16544 of this function.
16545
16546 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
16547 (gdb-update-flag): New variables.
16548 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
16549 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
16550 (gud-watch, gdb-var-create-handler) : New functions.
16551 (gdb-var-list-children, gdb-var-list-children-handler)
16552 (gdb-var-create-regexp, gdb-var-update-regexp)
16553 (gdb-var-list-children-regexp): New constants.
16554 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
16555 (gdb-annotation-rules): Reduce annotation set (level 3).
16556 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
16557 (gdb-post-prompt): Don't update GDB buffers every time speedbar
16558 updates.
16559 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
16560 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
16561 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
16562 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
16563 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
16564 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
16565 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
16566 (gud-display, gud-display1)
16567 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
16568 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
16569 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
16570 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
16571 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
16572 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
16573 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
16574 (gdb-display-display-buffer, gdb-toggle-display)
16575 (gdb-delete-display, gdb-expressions-popup-menu)
16576 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
16577 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
16578 to display buffer.
16579
16580 2003-09-30 Richard M. Stallman <rms@gnu.org>
16581
16582 * progmodes/ada-mode.el (ada-mode): Don't use advice.
16583 Instead, set which-func-functions.
16584
16585 * progmodes/which-func.el (which-func-modes): Add ada-mode.
16586 (which-func-functions): New variable.
16587 (which-function): Use that.
16588
16589 * info.el (Info-mode): Double each `%' in header line.
16590
16591 * emacs-lisp/lisp-mnt.el (lm-with-file):
16592 When FILE is nil, run BODY in current buffer.
16593
16594 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
16595
16596 * help.el (describe-mode): Start with a brief list of minor modes.
16597 Find them thru minor-mode-list so as to find them all.
16598 Show them in alphabetical order.
16599
16600 * mail/sendmail.el (mail-aliases): Doc fix.
16601
16602 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
16603
16604 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16605
16606 * mail/rmailsum.el (rmail-make-summary-line-1):
16607 Change comma after last label to a space.
16608 (rmail-summary-font-lock-keywords): Adapt to that change.
16609
16610 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
16611
16612 * progmodes/scheme.el (scheme-mode-variables): When setting
16613 `font-lock-defaults', also specify that "#" should
16614 be interpreted with `word' syntax.
16615 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
16616
16617 2003-09-30 Lars Hansen <larsh@math.ku.dk>
16618
16619 * desktop.el: A lot of comments updated.
16620 (desktop-save-mode): Minor mode introduced.
16621 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
16622 (desktop-load-default): Function made obsolete.
16623 (desktop-locals-to-save): Variable made customizable.
16624 (desktop-read): Optional parameter `dirname' added.
16625 (desktop-change-dir, desktop-revert): Parameter `dirname' in
16626 `desktop-read' used.
16627 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
16628
16629 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
16630
16631 * whitespace.el (whitespace-clean-msg): Add user customizable message
16632 for displaying ``clean'' output.
16633 (whitespace-buffer): Use `whitespace-clean-msg'.
16634 (whitespace-global-mode): Fix typo.
16635
16636 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
16637
16638 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
16639
16640 2003-09-29 Lute Kamstra <lute@gnu.org>
16641
16642 * bindings.el (mode-line-modes): Remove superfluous :propertize
16643 construct in initialization.
16644 (mode-line-position): Change cons cell into proper list in
16645 initialization.
16646
16647 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16648
16649 * international/mule.el (decode-coding-inserted-region): Use car
16650 of the return value of find-operation-coding-system.
16651
16652 2003-09-29 Kenichi Handa <handa@m17n.org>
16653
16654 * descr-text.el (describe-char): Fix previous change.
16655
16656 2003-09-28 Kenichi Handa <handa@m17n.org>
16657
16658 * descr-text.el (describe-char-display): New function.
16659 (describe-char): Pay attention to display table on describing how
16660 a character is displayed.
16661
16662 * international/mule-cmds.el (encoded-string-description):
16663 Prepend "0x" to each encoded byte.
16664
16665 2003-09-28 Andreas Schwab <schwab@suse.de>
16666
16667 * find-file.el (ff-special-constructs): Add autoload cookie.
16668
16669 2003-09-28 Kevin Ryde <user42@zip.com.au>
16670
16671 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
16672 makeinfo appends to duplicate index entries.
16673
16674 2003-09-28 Eli Zaretskii <eliz@gnu.org>
16675
16676 * dired-x.el (dired-clean-tex): Doc fix.
16677
16678 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
16679 using a Chinese tutorial.
16680
16681 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16682
16683 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
16684 between "MAIL FROM:" and "RCPT TO:" and the following address.
16685
16686 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16687
16688 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
16689
16690 2003-09-28 David Ponce <david@dponce.com>
16691
16692 * recentf.el (recentf-initialize-file-name-history): New defcustom.
16693 (recentf-load-list): When `recentf-initialize-file-name-history'
16694 is non-nil, initialize an empty `file-name-history' with the
16695 recent list.
16696
16697 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
16698
16699 * man.el (Man-default-man-entry): Remove the leading `*' from the
16700 word at point.
16701
16702 2003-09-26 Lute Kamstra <lute@gnu.org>
16703
16704 * bindings.el (mode-line-position): Mention size indication in
16705 docstring.
16706
16707 2003-09-26 Andre Spiegel <spiegel@gnu.org>
16708
16709 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
16710
16711 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
16712 because it's autoloaded now.
16713
16714 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
16715
16716 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
16717 (sh-font-lock-keywords, sh-feature): Fix previous change of
16718 sh-feature to avoid infloop with sh-font-lock-keywords.
16719
16720 2003-09-25 Kim F. Storm <storm@cua.dk>
16721
16722 * frame.el (frame-current-scroll-bars): New defun.
16723
16724 * window.el (window-current-scroll-bars): New defun.
16725
16726 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16727
16728 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
16729 cause errors when the state cache contains info on parts that have
16730 been narrowed out.
16731
16732 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16733
16734 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
16735 `c-setup-paragraph-variables' has to be used when this variable is
16736 changed; it doesn't work to reinitialize the mode since that
16737 typically clobbers the variable.
16738
16739 * progmodes/cc-styles.el (c-setup-paragraph-variables):
16740 Make it interactive.
16741
16742 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16743
16744 * progmodes/cc-fonts.el (c-font-lock-declarations):
16745 Fix recognition of constructors and destructors for classes whose
16746 names are matched by `*-font-lock-extra-types'.
16747
16748 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
16749 followed by an identifier in C++ then it's a type.
16750
16751 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16752
16753 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
16754 problem that primarily affected XEmacs. Don't use faces to find
16755 unterminated strings since Emacs and XEmacs fontify strings
16756 differently - this function should now work better in XEmacs.
16757
16758 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16759
16760 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
16761 `expand-abbrev' workaround which caused braces to misbehave inside
16762 macros.
16763
16764 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
16765 handling. This bug could cause interactive font locking to bail out.
16766
16767 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16768
16769 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
16770 Handle paren-style types in Pike. Also fixed some cases of
16771 insufficient handling of unbalanced parens.
16772
16773 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
16774
16775 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
16776 common shell prompts that are not common filename or URL characters.
16777 (ffap-file-at-point): Use the new regexp to strip the prompts from
16778 the file names. This is an issue mostly for user prompts that
16779 don't have a trailing space and find-file-at-point is invoked from
16780 within a shell inside Emacs.
16781
16782 2003-09-24 Andre Spiegel <spiegel@gnu.org>
16783
16784 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
16785 stamps numerically, rather than textually.
16786
16787 2003-09-24 Kenichi Handa <handa@m17n.org>
16788
16789 * language/devan-util.el (devanagari-post-read-conversion):
16790 * language/mlm-util.el (malayalam-post-read-conversion):
16791 * language/tml-util.el (tamil-post-read-conversion):
16792 Add autoload cookie.
16793
16794 * international/utf-8.el (utf-8-post-read-conversion):
16795 Call post-read-conversion functions for Devanagari, Malayalam,
16796 and Tamil.
16797
16798 2003-09-23 Dave Love <fx@gnu.org>
16799
16800 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
16801
16802 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
16803
16804 * progmodes/gud.el (perldb): Add gud-until to list of commands.
16805 Update gud-remove.
16806
16807 2003-09-22 Richard M. Stallman <rms@gnu.org>
16808
16809 * progmodes/sh-script.el (sh-mode-default-syntax-table):
16810 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
16811 (sh-mode-syntax-table-input): New variable.
16812 (sh-require-final-newline): Don't use eval.
16813 (sh-builtins, sh-leading-keywords, sh-other-keywords)
16814 (sh-variables, sh-font-lock-keywords): Don't use eval.
16815 (sh-set-shell): When setting require-final-newline,
16816 treat value = `require-final-newline' as don't change it.
16817 Set sh-mode-syntax-table locally based on
16818 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
16819
16820 * progmodes/compile.el (compile-internal):
16821 Call compilation-set-window-height before setting window start.
16822
16823 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
16824
16825 * emacs-lisp/bytecomp.el (byte-compile-log-file):
16826 Clear out byte-compile-last-warned-form.
16827
16828 2003-09-22 Richard M. Stallman <rms@gnu.org>
16829
16830 * woman.el (woman-file-name, woman-follow-word):
16831 If current-word returns nil, use "".
16832
16833 * simple.el (eval-expression): Bind standard-output in to-buffer case.
16834
16835 2003-09-22 Richard M. Stallman <rms@gnu.org>
16836
16837 * emacs-lisp/lisp-mnt.el (lm-with-file):
16838 Don't visit the file, just use insert-file-contents in temp buffer.
16839
16840 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
16841
16842 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
16843 Add surrounding \\( and \\) around the header, as in
16844 for lm-history-header 'Change Log\\|History'.
16845
16846 2003-09-22 John Paul Wallington <jpw@gnu.org>
16847
16848 * progmodes/ld-script.el: Add Commentary section,
16849 minor cleanup of file header.
16850 (ld-script-font-lock-keywords): Doc fix.
16851 (toplevel): Provide `ld-script' feature.
16852
16853 2003-09-21 Kim F. Storm <storm@cua.dk>
16854
16855 * scroll-bar.el (set-scroll-bar-mode): Initialize to
16856 new built-in variable default-frame-scroll-bars.
16857 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
16858 scroll-bar-mode; notably, use it instead of t when we toggle
16859 scroll-bars on.
16860 (toggle-scroll-bar): Use default-frame-scroll-bars.
16861
16862 2003-09-19 Masatake YAMATO <jet@gyve.org>
16863
16864 * pcvs.el (cvs-do-removal): Change the prompt depending on
16865 `filter' value.
16866
16867 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
16868
16869 * startup.el (command-line-1): Stop startup-echo-area-message
16870 being hidden by "Loading image..." message.
16871 (use-fancy-splash-screens-p, display-splash-screen):
16872 Move display-graphic-p test from latter to former.
16873
16874 * progmodes/sh-script.el (sh-font-lock-keywords):
16875 Highlight escaped EOLs differently from other backslash constructs.
16876
16877 2003-09-19 Richard M. Stallman <rms@gnu.org>
16878
16879 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
16880 New functions.
16881 (edebug-enter, edebug-outside-excursion): Use them.
16882
16883 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
16884 Fix the condition for whether to print "In WHERE".
16885
16886 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
16887
16888 * finder.el (finder-mode-hook): New variable.
16889 (finder-mode): Run hook finder-mode-hook
16890
16891 2003-09-18 Masatake YAMATO <jet@gyve.org>
16892
16893 * progmodes/ebrowse.el: Fix broken magic autoload comments.
16894
16895 2003-09-17 Mario Lang <mlang@delysid.org>
16896
16897 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
16898 "p %e" to actually print the value in the GUD buffer.
16899
16900 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
16901
16902 From David Ponce <david.ponce@wanadoo.fr>:
16903 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
16904 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
16905 from loaddefs-boot.el if necessary.
16906
16907 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
16908
16909 * progmodes/gud.el (gud-find-class): Make jdb work again since
16910 cc-mode changed the syntactic information.
16911
16912 2003-09-15 David Ponce <david@dponce.com>
16913
16914 * recentf.el: (recentf-exclude): Accept predicates too.
16915 (recentf-file-readable-p): New function.
16916 (recentf-include-p): Handle predicates in recentf-exclude.
16917 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
16918 (recentf-cleanup): Likewise.
16919 (recentf-save-list): Use write-file to handle backup of
16920 recentf-save-file.
16921
16922 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
16923
16924 * loaddefs-boot.el: Renamed from `loaddefs.el'
16925 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
16926 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
16927 necessary.
16928
16929 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
16930
16931 * electric.el (Electric-pop-up-window): For the `one-window' case,
16932 no longer disconcertingly move point in the original buffer.
16933
16934 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
16937
16938 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
16939
16940 * dired.el (dired-mode-map): Fix typo.
16941
16942 2003-09-11 Richard M. Stallman <rms@gnu.org>
16943
16944 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
16945
16946 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
16947
16948 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
16949 the function is less noisy. Now only `kill-buffer' can ask questions.
16950
16951 2003-09-10 Mario Lang <mlang@delysid.org>
16952
16953 * battery.el: Update Commentary and Copyright.
16954 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
16955 appear due to wrong ordering of the expressions in `or'.
16956
16957 2003-09-09 Lute Kamstra <lute@gnu.org>
16958
16959 * misc.el (upcase-char): Fix docstring.
16960 (zap-up-to-char): New command.
16961
16962 2003-09-08 David Ponce <david@dponce.com>
16963
16964 Ensure that recentf correctly updates the menu bar.
16965 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
16966 (recentf-menu-bar): New function.
16967 (recentf-clear-data): Use it
16968 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
16969 of easy-menu-change.
16970
16971 2003-09-08 Lute Kamstra <lute@gnu.org>
16972
16973 * simple.el (size-indication-mode): New.
16974 * bindings.el (mode-line-position): Add buffer size indicator.
16975
16976 2003-09-04 Mario Lang <mlang@delysid.org>
16977
16978 * battery.el (battery-linux-proc-acpi): New function.
16979 (battery-status-function): Modify default value calculation to also
16980 check for availability of ACPI.
16981 (battery-echo-area-format): Ditto.
16982 (battery-mode-line-format): Ditto.
16983
16984 2003-09-06 Dave Love <fx@gnu.org>
16985
16986 * ielm.el (ielm-mode-hook): Add :options.
16987
16988 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
16989 (eldoc-print-current-symbol-info): Use it.
16990
16991 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
16992
16993 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
16994 being displayed in GUD buffer.
16995 (gdb-idle-input-queue): Remove var. Use just one queue.
16996 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
16997 Remove functions. Use just one queue.
16998 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
16999 (gdb-invalidate-assembler, gdb-get-current-frame):
17000 Modify functions. Use just one queue.
17001
17002 2003-09-04 Dave Love <fx@gnu.org>
17003
17004 * cus-start.el: Add blink-cursor-alist.
17005
17006 * ruler-mode.el (ruler-mode-fill-column-char)
17007 (ruler-mode-current-column-char): Use char-displayable-p,
17008 not window-system.
17009
17010 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
17011
17012 * language/european.el (windows-1252): Move from code-pages.
17013
17014 * language/cyrillic.el ("Windows-1251"): Delete.
17015 ("Bulgarian", "Belarusian"): Remove `features'.
17016 (windows-1251): Move from code-pages.
17017
17018 * international/mule-diag.el (non-iso-charset-alist):
17019 Remove `codepage' stuff.
17020 (print-designation, list-coding-systems-1): Output fixes.
17021
17022 * international/code-pages.el (cp-make-translation-table)
17023 (cp-valid-codes): Made defsubsts.
17024 (cp-fix-safe-chars): Delete.
17025 (mule-diag): Don't require.
17026 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
17027 (top-level): Check for defined coding system when defining
17028 cp... aliases. Change w32-add-charset-info test to avoid warning.
17029 (non-iso-charset-alist): Defvar when compiling.
17030 (cp-make-coding-system): Doc fix.
17031
17032 2003-09-02 Jason Rumney <jasonr@gnu.org>
17033
17034 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
17035 line-ends from CVS before doing conversion.
17036
17037 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
17038
17039 * calendar/diary-lib.el (diary-header-line-flag)
17040 (diary-header-line-format): New variables.
17041 (list-diary-entries): Use them to set header line in simple diary.
17042
17043 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
17044 other than font-lock-string-face to highlight backslashes.
17045
17046 2003-09-01 Jason Rumney <jasonr@gnu.org>
17047
17048 * international/titdic-cnv.el (tit-read-key-value): Include \r in
17049 regexp.
17050
17051 2003-09-01 Dave Love <fx@gnu.org>
17052
17053 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
17054
17055 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
17056 and :help; also line and column numbers labels.
17057
17058 * international/mule-util.el (char-displayable-p): Move from
17059 latin1-disp, rename and autoload.
17060
17061 * international/latin1-disp.el (latin1-char-displayable-p):
17062 Now obsolete alias. Replace uses with char-displayable-p.
17063 (latin1-display-ucs-per-lynx): Fix last change.
17064
17065 * international/mule-cmds.el (standard-display-european-internal):
17066 Don't use char code for Latin-1 NBSP.
17067 <XFree86 4>: Unfrob NBSP display table. Set display table to use
17068 U+2018, U+2019 for `'.
17069 (select-safe-coding-system): Message fix.
17070
17071 2003-09-01 Kenichi Handa <handa@m17n.org>
17072
17073 * international/fontset.el (setup-default-fontset): For Thai
17074 font, specify "*" family.
17075
17076 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17077
17078 * progmodes/compile.el (previous-error): Accept a prefix
17079 argument, similarly to next-error.
17080
17081 2003-08-31 Masatake YAMATO <jet@gyve.org>
17082
17083 * pcvs.el (cvs-do-removal): Use = instead of eq to check
17084 the number of files. Bind the number of files to a local
17085 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
17086
17087 2003-08-30 Eli Zaretskii <eliz@gnu.org>
17088
17089 * vc-hooks.el (vc-make-version-backup): Fix the change made on
17090 2003-07-26: msdos-long-file-names is a function, not a variable.
17091
17092 2003-08-29 Richard M. Stallman <rms@gnu.org>
17093
17094 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
17095 Do nothing with mail-personal-alias-file if it is nil.
17096
17097 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
17098 Do nothing if mail-personal-alias-file is nil.
17099
17100 * term.el (term-exec-1): Bind coding-system-for-read.
17101
17102 * dired.el (dired-mouse-find-file-other-window):
17103 Use dired-view-command-alist here, as in dired-view-file.
17104 (dired-view-command-alist): Use %s to substitute file name.
17105 Handle .ps_pages, .eps, .jpg, .gif, .png.
17106
17107 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17108
17109 * info.el (Info-mode-map): Bind S-tab and <backtab> to
17110 `Info-prev-reference', instead of M-tab.
17111
17112 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
17113
17114 * simple.el (blink-matching-open): Work correctly on chars that
17115 are designated as parens through the syntax-table text property.
17116
17117 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
17118
17119 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
17120 line break position in the middle of a non-kinsoku (e.g. latin)
17121 word, making it skip until either a space or a character with
17122 category "|".
17123 (kinsoku-longer): Test for end of buffer.
17124
17125 2003-08-28 Eli Zaretskii <eliz@gnu.org>
17126
17127 * mail/rmail.el (rmail-convert-to-babyl-format):
17128 Detect quoted-printable- and base64-encoded messages and decode them
17129 automatically. Set the message's encoding from the charset=
17130 header, if any. Decode base64-encoded messages in Mail format as well.
17131
17132 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17133
17134 * mail/smtpmail.el: Fix previous change.
17135 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
17136 calling smtpmail-via-smtp.
17137 (smtpmail-via-smtp): Add fall-back values for envelope-from.
17138
17139 2003-08-26 John Paul Wallington <jpw@gnu.org>
17140
17141 * image.el (image-jpeg-p): Don't search beyond length of data.
17142
17143 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17144
17145 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
17146 misfeature in `expand-abbrev' which caused electric keywords like
17147 "else" to disappear if an open brace was typed directly afterwards.
17148
17149 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17150
17151 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
17152 mandatory in `define-widget'.
17153
17154 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
17155 Don't align the operators "!=", "<=" and ">=" as assignment operators.
17156
17157 (c-assignment-operators): New language constant that only contains
17158 the assignment operators.
17159
17160 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
17161
17162 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17163
17164 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17165 Safeguard against unbalanced sexps.
17166
17167 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
17168
17169 * version.el (emacs-version): Check for gtk. Include gtk version info.
17170
17171 2003-08-25 John Paul Wallington <jpw@gnu.org>
17172
17173 * man.el (Man-default-man-entry): Don't whizz past the section
17174 number before looking for it.
17175
17176 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
17177
17178 * progmodes/gud.el (gud-display-line): Don't set window-point if
17179 source buffer is not visible. (Only happens with M-x gdba.)
17180
17181 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
17182 documentation.
17183 (gdb-source, gdb-source-info): Update to assembler unnecessary
17184 as its done after each GDB command anyway.
17185 (gdb-pre-prompt): Use with-current-buffer.
17186 (gdb-insert-field): Add help-echo text.
17187 (gdb-invalidate-assembler): Re-display of assembler now done in
17188 gdb-info-breakpoints-custom.
17189 (gdb-info-breakpoints-custom): Force re-display of assembler to
17190 happen *after* update of breakpoints buffer.
17191 (gdb-display-source-buffer): Don't choke if gdb-source-window
17192 isn't visible.
17193 (gdb-put-string, gdb-put-arrow): Remove free variables.
17194
17195 2003-08-24 John Paul Wallington <jpw@gnu.org>
17196
17197 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
17198
17199 * man.el (Man-default-man-entry): Strip text properties when
17200 snarfing parts of entry because `format' preserves properties.
17201
17202 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17203
17204 * files.el (file-newest-backup): Use `expand-file-name'.
17205
17206 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
17207 Allow the diary to pop up a new frame, if needed.
17208
17209 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
17210 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
17211 (smtpmail-send-it): Make treatment of envelope-from consistent with
17212 sendmail.el.
17213
17214 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
17215 (sh-leading-keywords): Add the bash `time' reserved word.
17216 (sh-variables): Add some bash variables.
17217 (sh-add-completer): Fix nil branch of case statement.
17218
17219 2003-08-24 Masatake YAMATO <jet@gyve.org>
17220
17221 * progmodes/ld-script.el: New file.
17222
17223 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
17224
17225 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
17226
17227 2003-08-23 Andre Spiegel <spiegel@gnu.org>
17228
17229 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
17230 Better explain obsolescence, and what to use instead.
17231
17232 2003-08-23 Masatake YAMATO <jet@gyve.org>
17233
17234 * pcvs.el (cvs-do-removal): Show the deleted file name
17235 on the prompt.
17236
17237 2003-08-20 Dave Love <fx@gnu.org>
17238
17239 * international/mule.el (make-coding-system)
17240 (set-buffer-file-coding-system): Doc fix.
17241
17242 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
17243
17244 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
17245
17246 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
17247
17248 * international/utf-16.el: Add mime-text-unsuitable coding system
17249 properties.
17250
17251 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
17252
17253 * cus-edit.el: Add some :links.
17254 (bib): Remove.
17255
17256 * textmodes/bib-mode.el (bib): Add :group external.
17257
17258 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
17259
17260 * wid-edit.el (widget-echo-help): Make it handle expressions that
17261 evaluate to strings.
17262
17263 2003-08-18 Michael Mauger <mmaug@yahoo.com>
17264
17265 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
17266
17267 Simplify selection of SQL products to define highlighting and
17268 interactive mode. Includes detailed instructions on adding
17269 support for new products.
17270
17271 * progmodes/sql.el (sql-product): New variable. Identifies SQL
17272 product for use in highlighting and interactive mode.
17273 (sql-interactive-product): New variable. SQL product for
17274 sql-interactive-mode.
17275 (sql-product-support): New variable. Specifies product-specific
17276 parameters to drive highlighting and interactive mode.
17277 (sql-imenu-generic-expression): Add more object types.
17278 (sql-sqlite-options): Correct comment.
17279 (sql-ms-program): Use "osql" rather than "isql".
17280 (sql-prompt-regexp, sql-prompt-length): Update comment.
17281 (sql-mode-menu): Add "Start SQLi session" entry.
17282 Replace Highlighting submenu with Product menu. Fix Send Region entry.
17283 (sql-mode-abbrev-table): Add abbreviations. Support of
17284 SYSTEM-FLAG on define-abbrev. Support was removed with last
17285 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
17286 (sql-mode-font-lock-object-name): Add font-lock pattern for object
17287 names.
17288 (sql-mode-ansi-font-lock-keywords): Set as default value.
17289 (sql-mode-oracle-font-lock-keywords): Set as default value.
17290 Support Oracle 9i keywords.
17291 (sql-mode-postgres-font-lock-keywords): Set as default value.
17292 (sql-mode-linter-font-lock-keywords): Set as default value.
17293 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
17294 SQLServer 2000.
17295 (sql-mode-sybase-font-lock-keywords)
17296 (sql-mode-interbase-font-lock-keywords)
17297 (sql-mode-sqlite-font-lock-keywords)
17298 (sql-mode-strong-font-lock-keywords)
17299 (sql-mode-mysql-font-lock-keywords)
17300 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
17301 keywords.
17302 (sql-mode-font-lock-defaults): Update comment.
17303 (sql-product-feature): New function. Returns feature associated
17304 with a product from `sql-product-support' alist.
17305 (sql-product-font-lock): New function. Set font-lock support
17306 based on `sql-product'.
17307 (sql-add-product-keywords): New function. Add font-lock rules to
17308 product-specific keyword variables.
17309 (sql-set-product): New function. Set `sql-product' and apply
17310 appropriate font-lock highlighting.
17311 (sql-highlight-product): New function. Set font-lock support
17312 based on a product. Also set mode name to include product name.
17313 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
17314 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
17315 Use `sql-set-product'.
17316 (sql-highlight-ms-keywords)
17317 (sql-highlight-sybase-keywords)
17318 (sql-highlight-interbase-keywords)
17319 (sql-highlight-strong-keywords)
17320 (sql-highlight-mysql-keywords)
17321 (sql-highlight-sqlite-keywords)
17322 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
17323 (sql-get-login): Prompt in the same order as the tokens.
17324 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
17325 (sql-product-interactive): New function. Common portions of
17326 product-specific interactive mode wrappers.
17327 (sql-interactive-mode): Rewritten to use product features.
17328 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
17329 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
17330 (sql-db2, sql-linter): Use `sql-product-interactive'.
17331 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
17332 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
17333 (sql-connect-ingres, sql-connect-postgres)
17334 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
17335 New functions. Format command line parameters and invoke comint on
17336 the appropriate interpreter. Code was in the corresponding
17337 `sql-xyz' function before.
17338 (sql-connect-ms): New function. Support -E argument to use
17339 operating system credentials for authentication.
17340
17341 2003-08-18 Kenichi Handa <handa@m17n.org>
17342
17343 * international/mule.el (encode-char): Fix for the ASCII case.
17344
17345 2003-08-15 Kenichi Handa <handa@m17n.org>
17346
17347 * international/fontset.el (setup-default-fontset): Change "*" to
17348 nil in the specifications of font family.
17349
17350 2003-08-18 Kim F. Storm <storm@cua.dk>
17351
17352 * kmacro.el (kmacro-keymap): Group related bindings in
17353 initialization for clarity. Bind C-s to start macro.
17354 Remove C-r binding.
17355 (kmacro-initial-counter-value): New defvar to hold initial counter
17356 value in case we set the value before defining a macro.
17357 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
17358 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
17359 not defining or executing macro. Doc fix.
17360 (kmacro-add-counter): Clear kmacro-initial-counter-value.
17361 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
17362 temporarily view older elements on the macro ring without cycling
17363 the ring.
17364 (kmacro-display): Doc fix.
17365 (kmacro-exec-ring-item): New helper function.
17366 (kmacro-call-ring-2nd): Use it.
17367 (kmacro-call-ring-2nd-repeat): Doc fix.
17368 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
17369 (kmacro-end-or-call-macro): Execute last viewed macro (using
17370 kmacro-exec-ring-item) from ring if this follows
17371 kmacro-view-macro. This allows us to find a macro on the ring
17372 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
17373 the ring to bring it to the head of the ring.
17374 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
17375 Allow binding to reserved keys without specifying C-x C-k prefix.
17376 Ask for confirmation if entered key sequence is already bound to
17377 a non-macro command.
17378 (kmacro-view-macro): Repeating command will show older elements
17379 on the macro ring; C-k will execute the last viewed macro.
17380 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
17381 property from 'ring to 'head.
17382
17383 2003-08-17 Alan Shutko <ats@acm.org>
17384
17385 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
17386 keeping December out of the alist.
17387
17388 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
17389
17390 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
17391 * calendar/calendar.el (calendar-mode-map): Bind it to key.
17392 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
17393 (calendar-flatten): New function.
17394 (calendar-mouse-view-other-diary-entries)
17395 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
17396 in the menu title and to show multi-line diary entries correctly
17397 in the menu.
17398
17399 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
17400
17401 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
17402 defcustom, because the default was recently changed.
17403
17404 2003-08-16 Richard M. Stallman <rms@gnu.org>
17405
17406 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
17407
17408 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17409 New subroutine, broken out of eval-last-sexp-1.
17410 (eval-last-sexp-1): Use eval-last-sexp-print-value.
17411
17412 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
17413
17414 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
17415
17416 * simple.el (eval-expression): Use eval-last-sexp-print-value.
17417
17418 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
17419
17420 * progmodes/compile.el (compilation-error-regexp-alist):
17421 Add Java ANt error detection as described in document
17422 http://ant.apache.org/faq.html
17423
17424 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
17425
17426 * simple.el (backward-word, forward-to-indentation)
17427 (backward-to-indentation): Argument changed to optional.
17428 (next-line, previous-line): Use `or' instead of `unless'.
17429
17430 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17431
17432 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
17433 instead of a constant.
17434
17435 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
17436
17437 * shell.el (shell): With prefix-arg, suggest a new buffer name.
17438
17439 2003-08-12 Andre Spiegel <spiegel@gnu.org>
17440
17441 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
17442 (vc-sccs-workfile-version): Search the entire delta table, rather
17443 than just the first entry, because that might be a deleted version.
17444
17445 2003-08-11 Karl Fogel <kfogel@red-bean.com>
17446
17447 * menu-bar.el (menu-bar-options-menu): Supply a body for the
17448 [save-place] binding in the Options menu. Have it require
17449 'saveplace' and then toggle the variable manually, to avoid an an
17450 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
17451 for the bug report.
17452
17453 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
17454
17455 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
17456 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
17457 (gdb-info-threads-custom): Add help-echo text.
17458 (gdb-display-back): Don't use purecopy.
17459 (gdb-info-breakpoints-custom, gdb-reset)
17460 (gdb-assembler-custom): Use display-images-p to test if breakpoint
17461 icons can be displayed.
17462
17463 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
17464
17465 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
17466
17467 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
17468
17469 * bookmark.el (bookmark-completing-read):
17470 Return a string, instead of a list of one string.
17471 Use a popup menu if activated from the mouse.
17472 (bookmark-edit-annotation): Remove unused vars.
17473 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
17474 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
17475 to bookmark-completing-read.
17476 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17477 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
17478 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
17479 and erase-buffer.
17480 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
17481 (bookmark-menu-jump, bookmark-menu-insert)
17482 (bookmark-popup-menu-and-apply-function)
17483 (bookmark-menu-popup-paned-bookmark-menu): Remove.
17484 (bookmark-menu-build-paned-menu): Remove by folding it into
17485 bookmark-menu-popup-paned-menu.
17486 (menu-bar-bookmark-map): Move the define-key statements here.
17487 Use the "non-menu" commands since they now pop up a menu if needed.
17488 (bookmark-exit-hook-internal): Simplify.
17489
17490 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
17491
17492 * reftex-toc.el (reftex-toc-rename-label): New function.
17493 (reftex-toc-check-docstruct): New function.
17494
17495 * reftex.el (reftex-region-active-p): New function.
17496
17497 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
17498 regexp to find the \bibliography macro.
17499
17500 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
17501 which does not exist in LaTeX.
17502 (reftex-cite-format-builtin): Added amsrefs support.
17503 (reftex-toc-confirm-promotion): New option
17504
17505 * reftex-toc.el
17506 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
17507 (reftex-toc-demote, reftex-toc-promote)
17508 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17509 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17510 (reftex-toc-newhead-from-alist)
17511 (reftex-toc-load-all-files-for-promotion): New functions.
17512 (reftex-toc-help): Added description of new keys.
17513 (reftex-toc-split-windows-fraction): New option.
17514 (reftex-recenter-toc-when-idle): Search *toc* window on all
17515 visible frames.
17516 (reftex-toc): Additional parameter REUSE
17517 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
17518 with REUSE argument.
17519 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
17520 the call of `reftex-toc'.
17521 (reftex-make-separate-toc-frame): New function .
17522 (reftex-toc-recenter): When called with triple prefix arg, call
17523 `reftex-make-separate-toc-frame' first.
17524 (reftex-toc-toggle-dedicated-frame): New command.
17525 (reftex-toc-quit): Adapted to delete frame when called in
17526 dedicated frame.
17527
17528 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
17529 all enclosing macros.
17530
17531
17532 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17533
17534 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
17535 first use.
17536
17537 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17538
17539 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
17540
17541 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17542
17543 * calendar/calendar.el (list-diary-entries-hook)
17544 (diary-display-hook, nongregorian-diary-listing-hook)
17545 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
17546 Add some customize options for these hooks.
17547 (calendar-abbrev-construct): Don't try to take a substring longer
17548 than the original string.
17549
17550 2003-08-05 Richard M. Stallman <rms@gnu.org>
17551
17552 * emacs-lisp/testcover.el (noreturn): Report error if does return.
17553 (testcover-reinstrument-clauses): Doc fix.
17554
17555 * emacs-lisp/warnings.el: Doc fixes, args renamed.
17556 (warning-type-format): Rename from warning-group-format.
17557
17558 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
17559 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
17560 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
17561 to prevent warnings about defvar for an obsolete variable.
17562
17563 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
17564 warning-group-format renamed to warning-type-format.
17565
17566 * subr.el (read-passwd): Use clear-string instead of fillarray.
17567
17568 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
17569 Use vconcat instead of concat.
17570 (edmacro-sanitize-for-string): New function.
17571
17572 2003-08-05 Dave Love <fx@gnu.org>
17573
17574 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
17575 line-number-display-limit-width.
17576
17577 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
17578
17579 2003-08-05 Kenichi Handa <handa@m17n.org>
17580
17581 * international/code-pages.el: Don't require mule-diag.
17582
17583 * international/mule-diag.el (non-iso-charset-alist):
17584 Add autoload cookie.
17585
17586 * language/devan-util.el (dev-glyph-order): Add an entry for the
17587 glyph code #xC4.
17588
17589 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17590
17591 * calendar/calendar.el (diary-file, diary-file-name-prefix)
17592 (european-calendar-style, diary-date-forms)
17593 (calendar-day-name-array, calendar-month-name-array): Doc change.
17594 (generate-calendar-month): Adapt for new behaviour of
17595 `calendar-day-name' function.
17596 (calendar-abbrev-length, calendar-day-abbrev-array)
17597 (calendar-month-abbrev-array): New variables.
17598 (calendar-abbrev-construct): New function.
17599 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
17600 rather than fixing abbrevs at some width. Calling syntax change.
17601 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
17602 (calendar-date-string): Adapt for new behaviours of
17603 `calendar-day-name' and `calendar-month-name' functions.
17604
17605 * calendar/diary-lib.el (list-diary-entries): Adapt for new
17606 behaviour of `calendar-day-name' and `calendar-month-name' functions.
17607 (diary-name-pattern): Use abbrev arrays, rather than fixing
17608 abbrevs at three chars. Calling syntax change.
17609 (mark-diary-entries): Adapt for new behaviours of
17610 `diary-name-pattern' and `calendar-make-alist' functions.
17611 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
17612 `diary-name-pattern' function.
17613 (font-lock-diary-date-forms): Use abbrev arrays, rather than
17614 fixing abbrevs at three chars. Calling syntax change.
17615 (cal-hebrew, cal-islam): Require when compiling.
17616 (diary-font-lock-keywords): Adapt for new behaviour of
17617 `font-lock-diary-date-forms' function.
17618
17619 * calendar/cal-hebrew.el: Reposition some code so defined before used.
17620 (calendar-hebrew-month-name-array-common-year)
17621 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
17622 (list-hebrew-diary-entries): Adapt for new behaviours of
17623 `calendar-day-name' and `add-to-diary-list' functions.
17624 (mark-hebrew-diary-entries): Adapt for new behaviours of
17625 `diary-name-pattern' and `calendar-make-alist' functions.
17626
17627 * calendar/cal-islam.el (calendar-islamic-month-name-array):
17628 Add doc string.
17629 (list-islamic-diary-entries): Adapt for new behaviours of
17630 `calendar-day-name' and `add-to-diary-list' functions.
17631 (mark-islamic-diary-entries): Adapt for new behaviours of
17632 `diary-name-pattern' and `calendar-make-alist' functions.
17633
17634 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
17635 `calendar-month-name' function.
17636
17637 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
17638
17639 * calendar/solar.el (solar-seasons-data): Move definition before use.
17640
17641 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
17642 (cal-tex-LaTeX-hourbox): Move definition before use.
17643
17644 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
17645 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
17646 lunar.el, solar.el
17647 (displayed-month, displayed-year): Define for compiler.
17648
17649 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17650
17651 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
17652 MODE. Renamed from c-init-c-language-vars'.
17653 (c-initialize-cc-mode): Change accordingly.
17654 (c-common-init): Ditto.
17655 (c-mode): Ditto.
17656 (c++-mode): Use `c-init-language-vars-for'.
17657 (objc-mode): Ditto.
17658 (java-mode): Ditto.
17659 (idl-mode): Ditto.
17660 (pike-mode): Ditto.
17661 (awk-mode): Ditto.
17662
17663 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17664
17665 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
17666 or not the point moved.
17667
17668 (c-search-decl-header-end): Don't trip up on operator identifiers
17669 in C++ and operators like == in all languages.
17670
17671 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17672 Detect leading labels correctly.
17673
17674 2003-08-02 Andreas Schwab <schwab@suse.de>
17675
17676 * textmodes/ispell.el: Don't redo key bindings on loading, put
17677 them only in loaddefs.el.
17678 * bookmark.el: Likewise.
17679 * dabbrev.el: Likewise.
17680 * emerge.el: Likewise.
17681
17682 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
17683 has more than one member.
17684
17685 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
17686
17687 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17688
17689 * lpr.el (printify-region): It was ending conversion before the
17690 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
17691
17692 2003-07-31 John Paul Wallington <jpw@gnu.org>
17693
17694 * net/browse-url.el (browse-url-epiphany): Doc fix.
17695
17696 2003-07-30 Kenichi Handa <handa@m17n.org>
17697
17698 * international/fontset.el (setup-default-fontset):
17699 Change registry names of Akurti fonts.
17700
17701 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
17702
17703 * comint.el (comint-read-noecho): Use `clear-string' instead of
17704 `fillarray'.
17705
17706 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
17707
17708 * outline.el (outline-mode-hook): Add defvar.
17709
17710 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
17711
17712 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
17713 Restore assembler in source window if that is what has been selected.
17714 (menu): Add gdb-restore-windows to menu. Make gdba
17715 specific menus only visible from gdba.
17716
17717 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
17718
17719 * progmodes/compile.el (compilation-environment): New user variable.
17720 (compile-internal): Respect it.
17721
17722 2003-07-23 Masatake YAMATO <jet@gyve.org>
17723
17724 * progmodes/gud.el (gdb-script-font-lock-keywords):
17725 Put `font-lock-function-name-face' on a symbol which includes
17726 `-' like `hook-run'. Put font-lock-variable-name-face
17727 on a symbol starting with $.
17728
17729 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
17730
17731 * files.el (set-visited-file-name): Use truename for buffer-file-name.
17732
17733 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
17734
17735 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
17736
17737 2003-07-26 Andre Spiegel <spiegel@gnu.org>
17738
17739 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
17740 Use with-no-warnings.
17741 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
17742 rather than to find-file-not-found-hook, which doesn't exist.
17743
17744 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
17745
17746 * international/quail.el (quail-translate-key): Fix previous change.
17747
17748 2003-07-25 John Paul Wallington <jpw@gnu.org>
17749
17750 * server.el (server-start): Check `server-process' is non-nil
17751 before killing it to avoid killing current buffer's process.
17752
17753 * simple.el (choose-completion-string): Use `minibufferp';
17754 test `completion-reference-buffer' if `buffer' arg is nil.
17755 (push-mark): Use `when' and `unless'.
17756 (pop-mark): Use `when'.
17757
17758 * mouse-sel.el (mouse-sel-get-selection-function):
17759 Check `x-last-selected-text-primary'. Don't barf if it or
17760 `x-last-selected-text' aren't bound.
17761
17762 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17763
17764 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
17765
17766 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
17767
17768 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
17769
17770 2003-07-23 John Paul Wallington <jpw@gnu.org>
17771
17772 * tooltip.el (defface tooltip): Inherit from variable-pitch.
17773
17774 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17775
17776 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
17777 string. Defvar the derived hook.
17778
17779 * macros.el (insert-kbd-macro): Escape double quote character.
17780 From Thomas W Murphy <twm@andrew.cmu.edu>.
17781
17782 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
17783
17784 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
17785 to match the specific mark rather than reusing comment-start-skip.
17786
17787 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
17788
17789 * progmodes/hideshow.el (hs-special-modes-alist):
17790 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
17791
17792 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
17793
17794 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
17795 value using ?\s.
17796
17797 2003-07-21 John Paul Wallington <jpw@gnu.org>
17798
17799 * subr.el (with-selected-window): Add closing paren.
17800
17801 2003-07-21 Richard M. Stallman <rms@gnu.org>
17802
17803 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
17804 (lisp-mode): Likewise.
17805
17806 * subr.el (with-selected-window): Copy code form save-selected-window
17807 so as to call select-window with norecord arg.
17808 (dynamic-completion-table): Doc fix.
17809 (lazy-completion-table): Doc fix.
17810
17811 * international/mule-cmds.el (set-locale-environment):
17812 langinfo renamed to locale-info.
17813
17814 * international/mule.el (auto-coding-functions): Doc fix.
17815
17816 2003-07-21 Kenichi Handa <handa@m17n.org>
17817
17818 * international/quail.el (quail-translate-key):
17819 Update quail-current-str correctly.
17820
17821 2003-07-21 Andreas Schwab <schwab@suse.de>
17822
17823 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
17824 ?, to "_".
17825
17826 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
17827 Version 2.0.36 of Tramp released.
17828
17829 * net/tramp.el (tramp-default-password-end-of-line): Rename from
17830 tramp-password-end-of-line.
17831 (tramp-password-end-of-line): New method parameter.
17832 (tramp-get-password-end-of-line): Function to access method
17833 parameter `tramp-password-end-of-line', or variable
17834 `tramp-default-password-end-of-line' (default value).
17835 (tramp-methods): Add entries for new parameter
17836 tramp-password-end-of-line.
17837 (tramp-enter-password): Use new function
17838 `tramp-get-password-end-of-line'.
17839 (tramp-handle-insert-file-contents): Do not
17840 unconditionally inhibit the file operation file-local-copy, only
17841 do that when the inhibit-file-name-operation is currently
17842 insert-file-contents. This fixes finding remote CVS-controlled
17843 files. (It would barf on inserting the CVS/Entries file
17844 literally, because the file-local-copy handler wasn't called.)
17845 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
17846 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
17847 (tramp-initial-commands): New variable.
17848 (tramp-process-initial-commands): New function, using the variable.
17849 (tramp-open-connection-setup-interactive-shell): Call the new function.
17850 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
17851 method into the buffer name, never use nil. Reported by Hanak
17852 David <dhanak@inf.bme.hu>.
17853 (tramp-open-connection-setup-interactive-shell): Erase buffer
17854 before sending "stty -onlcr".
17855
17856 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
17857
17858 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
17859
17860 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
17861
17862 2003-07-19 John Paul Wallington <jpw@gnu.org>
17863
17864 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
17865 (artist-draw-rect, artist-draw-square): Doc fixes.
17866
17867 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
17868
17869 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
17870
17871 2003-07-19 Kenichi Handa <handa@m17n.org>
17872
17873 * international/kkc.el (kkc-show-conversion-list-update):
17874 Highlight the correct candidate in the message.
17875
17876 2003-07-18 John Paul Wallington <jpw@gnu.org>
17877
17878 * simple.el (current-word): Don't include punctuation char when
17879 `really-word' arg is non-nil.
17880
17881 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
17882
17883 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
17884 moved to the directory obsolete.
17885
17886 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
17887
17888 * info.el (Info-menu-entry-name-re): Allow newlines in
17889 menu entry names.
17890
17891 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
17892 syntax-ppss-after-change-function.
17893 (syntax-ppss-after-change-function): New alias. Update uses.
17894 (syntax-ppss): Catch the case where the buffer is narrowed.
17895
17896 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
17897
17898 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
17899 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
17900
17901 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
17902
17903 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
17904 since it might be modified.
17905
17906 * progmodes/cc-langs.el (c++-make-template-syntax-table)
17907 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
17908 names to these language constants.
17909
17910 2003-07-15 Kim F. Storm <storm@cua.dk>
17911
17912 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
17913 All uses changed.
17914
17915 2003-07-14 Mark A. Hershberger <mah@everybody.org>
17916
17917 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
17918 Namespace support.
17919
17920 2003-07-13 Juanma Barranquero <lektu@terra.es>
17921
17922 * frame.el (modify-all-frames-parameters): Reinstall (copyright
17923 papers received).
17924
17925 2003-07-13 Karl Eichwalder <ke@suse.de>
17926
17927 * textmodes/po.el (po-find-charset): White space at the start of the
17928 Content-Type field body is non-mandatory.
17929
17930 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17931
17932 * textmodes/texinfo.el (texinfo-section-list):
17933 Append appendixsection; a synonym for appendixsec.
17934
17935 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
17936
17937 * man.el (Man-translate-cleanup): New.
17938 (Man-translate-references): Call `Man-translate-cleanup' to clean
17939 leading, trailing and middle spaces.
17940
17941 2003-07-13 Lars Hansen <larsh@math.ku.dk>
17942
17943 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
17944 Handle `dired-directory' being a list.
17945
17946 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
17947
17948 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
17949 it doesn't exist.
17950
17951 2003-07-12 Richard M. Stallman <rms@gnu.org>
17952
17953 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
17954
17955 * progmodes/cc-defs.el (c-make-keywords-re):
17956 Don't use delete-duplicates.
17957 (c-lang-const): Don't use mapcan.
17958
17959 * apropos.el (apropos-show-scores): Make it customizable.
17960 Document new meaning.
17961 (apropos): Compute scores from symbols.
17962 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
17963
17964 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17965
17966 * ps-bdf.el: Fix copyright line.
17967 (bdf-directory-list): Fix initialization code.
17968
17969 2003-07-11 John Paul Wallington <jpw@gnu.org>
17970
17971 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
17972 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
17973 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
17974
17975 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
17976
17977 * emacs-lisp/ring.el (ring-elements): Doc fix.
17978
17979 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17980
17981 * calendar/timeclock.el (timeclock-relative)
17982 (timeclock-ask-before-exiting, timeclock-use-display-time):
17983 Doc changes.
17984 (timeclock-modeline-display): Give a message if
17985 `timeclock-use-display-time' is non-nil but `display-time-mode'
17986 is not active.
17987
17988 2003-07-11 Kenichi Handa <handa@m17n.org>
17989
17990 * international/mule-cmds.el (set-language-environment):
17991 Set current-language-environment to the correct string.
17992
17993 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17994
17995 * ps-print.el: Print line number correctly in a region. Reported by
17996 Tim Allen <timallen@ls83.fsnet.co.uk>.
17997 (ps-print-version): New version number (6.6.2).
17998 (ps-printing-region): Code fix.
17999
18000 2003-07-10 John Paul Wallington <jpw@gnu.org>
18001
18002 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
18003 this function can be called from `add-completions-from-tags-table'.
18004
18005 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
18006
18007 * calendar/timeclock.el (timeclock-use-display-time)
18008 (timeclock-day-over-hook, timeclock-workday-remaining)
18009 (timeclock-status-string, timeclock-when-to-leave)
18010 (timeclock-when-to-leave-string, timeclock-log-data)
18011 (timeclock-find-discrep, timeclock-day-base)
18012 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
18013 (timeclock-modeline-display): Set the variable
18014 `timeclock-modeline-display'.
18015 (timeclock-update-modeline): Doc fix. Respect value of
18016 `timeclock-relative'.
18017
18018 2003-07-09 Richard M. Stallman <rms@gnu.org>
18019
18020 * textmodes/reftex-parse.el (reftex-all-document-files):
18021 Add autoload cookie.
18022
18023 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
18024 (reftex-scanning-info-available-p): Add autoload cookie.
18025
18026 * international/mule-cmds.el
18027 (set-display-table-and-terminal-coding-system): Delete duplicate
18028 aset on standard-display-table.
18029
18030 * view.el (view-file): If existing buffer's major mode is special,
18031 don't go into view mode.
18032
18033 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
18034
18035 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18036
18037 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
18038 buffer changes; there's third party code that calls this function
18039 directly.
18040
18041 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18042
18043 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
18044 (autodoc-font-lock-keywords): Don't byte compile on font lock
18045 initialization when running from byte compiled files.
18046
18047 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18048
18049 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
18050 statement ends with auto-increment "++".
18051
18052 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18053
18054 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18055 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18056 these are changed, so declare them as variables and not constants.
18057
18058 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
18059
18060 * subr.el (dolist, dotimes): Doc fix.
18061
18062 2003-07-08 Kim F. Storm <storm@cua.dk>
18063
18064 * international/mule-cmds.el
18065 (set-display-table-and-terminal-coding-system): Don't break
18066 bootstrap if standard-display-table isn't setup yet.
18067
18068 2003-07-07 Richard M. Stallman <rms@gnu.org>
18069
18070 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
18071 Give it a doc string, and autoload it.
18072
18073 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
18074 Use with-no-warnings.
18075
18076 * info.el (Info-search): If find invisible text, search again.
18077
18078 * isearch.el (search-whitespace-regexp): Add a shy group around it.
18079
18080 * man.el (Man-name-regexp): Match + as part of name.
18081
18082 * simple.el (visible-mode): Rename from vis-mode.
18083 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
18084
18085 * simple.el (current-word): New arg REALLY-WORD specifies
18086 don't include punctuation chars.
18087
18088 * emacs-lisp/debug.el (debug, debugger-env-macro):
18089 Use with-no-warnings while accessing and binding unread-command-char.
18090
18091 * international/mule-cmds.el
18092 (set-display-table-and-terminal-coding-system): Use explicit loop
18093 instead of calling standard-display-default.
18094
18095 * net/ange-ftp.el (ange-ftp-file-symlink-p):
18096 Use condition-case to catch error in ange-ftp-get-files.
18097
18098 * net/browse-url.el (browse-url-browser-function):
18099 Add alternative for Epiphany.
18100 (browse-url-epiphany-program, browse-url-epiphany-arguments)
18101 (browse-url-epiphany-startup-arguments)
18102 (browse-url-epiphany-new-window-is-tab): New variables.
18103 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
18104
18105 * progmodes/compile.el (compile-auto-highlight): Default now t.
18106 (compile): Doc fix.
18107 (compilation-next-error): Fix previous change.
18108
18109 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
18110
18111 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
18112
18113 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
18114
18115 * gdb-ui.el (gdb-source-info): Display current frame when
18116 attaching to an existing process.
18117 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
18118 while laying out windows when attaching to an existing process.
18119
18120 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
18121
18122 * info.el (Info-menu): Use Info-menu-entry-name-re.
18123
18124 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18125
18126 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
18127 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
18128
18129 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
18130 to match the same text.
18131
18132 2003-07-06 John Paul Wallington <jpw@gnu.org>
18133
18134 * vc.el (vc-annotate-offset): Move defvar up.
18135
18136 2003-07-06 Kim F. Storm <storm@cua.dk>
18137
18138 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
18139 This should fix the infinite loop when extracting menu names.
18140
18141 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18142
18143 * files.el (auto-mode-alist, interpreter-mode-alist):
18144 Remove entries to CC Mode modes to avoid duplicates; they are now added
18145 with autoload directives in cc-mode.el.
18146
18147 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18148
18149 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18150 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18151 these are changed, so declare them as variables and not constants.
18152
18153 * progmodes/cc-mode.el: Fix some autoload problems: Try to
18154 ensure that the entry for ".c" extension comes before the one for
18155 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
18156 Fix incorrect entries that were added to `interpreter-mode-alist'.
18157 Move the autoload directives for AWK to the top level since they
18158 aren't recognized anywhere else. Do not use the new AWK mode doc
18159 in the autoload form for the old AWK mode.
18160
18161 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18162
18163 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
18164 (bibtex-sort-ignore-string-entries): Default value t.
18165 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
18166 erroneously in previous version.
18167 (bibtex-string-files): Docstring reflects new parsing scheme.
18168 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
18169 docstring, add # as one of the chars to crush
18170 (bibtex-autokey-prefix-string, bibtex-autokey-names)
18171 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
18172 (bibtex-autokey-name-change-strings)
18173 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
18174 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
18175 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
18176 (bibtex-autokey-title-terminators)
18177 (bibtex-autokey-titlewords-stretch)
18178 (bibtex-autokey-titleword-ignore)
18179 (bibtex-autokey-titleword-case-convert)
18180 (bibtex-autokey-titleword-abbrevs)
18181 (bibtex-autokey-titleword-abbrevs)
18182 (bibtex-autokey-titleword-change-strings)
18183 (bibtex-autokey-titleword-length)
18184 (bibtex-autokey-titleword-separator)
18185 (bibtex-autokey-name-year-separator)
18186 (bibtex-autokey-year-title-separator)
18187 (bibtex-autokey-before-presentation-function)
18188 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
18189 Fix docstring.
18190 (bibtex-strings, bibtex-reference-keys):
18191 Use lazy-completion-table and make-variable-buffer-local.
18192 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
18193 (bibtex-braced-string-syntax-table)
18194 (bibtex-quoted-string-syntax-table): New variables.
18195 (bibtex-parse-nested-braces): Remove.
18196 (bibtex-parse-field-string): Use syntax table and forward-sexp.
18197 (bibtex-parse-association): Simplify.
18198 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
18199 (bibtex-parse-field-text): Simplify.
18200 (bibtex-search-forward-field, bibtex-search-backward-field):
18201 argument BOUND can take value t.
18202 (bibtex-start-of-field, bibtex-start-of-name-in-field)
18203 (bibtex-end-of-name-in-field, bibtex-end-of-field)
18204 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18205 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
18206 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
18207 (bibtex-skip-to-valid-entry): Return buffer position of beginning
18208 and ending of entry. Update for changes of bibtex-search-entry.
18209 Simplify.
18210 (bibtex-map-entries): FUN is called with three arguments.
18211 (bibtex-search-entry): Return a cons pair with buffer positions of
18212 beginning and end of entry.
18213 (bibtex-enclosing-field): Simplify.
18214 (bibtex-format-entry): Use booktitle to set a missing title.
18215 (bibtex-autokey-get-names): Fiddle with regexps.
18216 (bibtex-generate-autokey): Use identity.
18217 (bibtex-parse-keys): Use simplified parsing algorithm if
18218 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
18219 arguments. Return alist of keys.
18220 (bibtex-parse-strings): Simplify. Return alist of strings.
18221 (bibtex-complete-string-cleanup): Fix docstring.
18222 (bibtex-read-key): New function.
18223 (bibtex-mode): Fix docstring. Do not parse for keys and
18224 strings when the mode is entered. Set fill-paragraph-function to
18225 bibtex-fill-field. Setup font-lock-mark-block-function the way
18226 font-lock intended.
18227 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
18228 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
18229 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
18230 (bibtex-Preamble): Avoid hard coded constants.
18231 (bibtex-make-field): Fix docstring. Simplify.
18232 (bibtex-beginning-of-entry): Always return new position of point.
18233 (bibtex-end-of-entry): Rearrange cond clauses.
18234 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
18235 Update for changes of bibtex-map-entries.
18236 (bibtex-ispell-abstract): Do not move point.
18237 (bibtex-entry-index): Use downcase. Simplify.
18238 (bibtex-lessp): Handle catch-all.
18239 (bibtex-find-crossref): Turn into a command.
18240 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
18241 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
18242 preamble entries.
18243 (bibtex-fill-field-bounds): New function.
18244 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
18245 (bibtex-fill-entry): Use bibtex-fill-field-bounds
18246 (bibtex-String): Use bibtex-strings. Always obey
18247 bibtex-sort-ignore-string-entries.
18248
18249 2003-07-05 John Paul Wallington <jpw@gnu.org>
18250
18251 * cus-theme.el (customize-create-theme):
18252 Call `customize-create-theme' in Reset widget's notify function.
18253
18254 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
18255 (ibuffer-mark-interactive): Use `or' instead of `unless'.
18256 (define-ibuffer-column name): Add summarizer.
18257 (define-ibuffer-column size): Likewise.
18258 (define-ibuffer-column filename): Likewise.
18259 (define-ibuffer-column process): Likewise. Change BODY's output too.
18260 (define-ibuffer-column filename-and-process): Likewise, likewise.
18261 (ibuffer): Remove local vars `already-in' and `need-update'.
18262
18263 * ibuf-ext.el: Don't require `derived' at compile-time.
18264
18265 2003-07-05 Kim F. Storm <storm@cua.dk>
18266
18267 * info.el: Disable paragraph refilling.
18268 (Info-refill-paragraphs): New defcustom.
18269 (Info-fontify-node): Use it.
18270
18271 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
18272
18273 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
18274 thingies from constructors created by defstruct.
18275
18276 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
18277 the default value of the variable.
18278 (byte-code-meter): Move declaration to top level.
18279
18280 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
18281
18282 * info.el (Info-following-node-name-re): New fun.
18283 (Info-following-node-name): Remove.
18284 (Info-insert-dir): Use the new fun.
18285 (Info-extract-pointer): Don't save restriction; use new fun.
18286 (Info-menu-entry-name-re): New const.
18287 (Info-menu-entry-name-re): Use it along with new fun.
18288 (Info-node-spec-re): Use new fun.
18289 (Info-complete-menu-item, Info-fontify-node): Use new const.
18290 (Info-goto-node, Info-follow-reference, Info-menu-update):
18291 Use match-string.
18292 (Info-follow-reference): Use assoc-string.
18293 Use a list of strings for the completion table.
18294 (Info-fontify-node): Use match-string, line-end-position.
18295 Limit the search for `node:' to the first line.
18296
18297 * newcomment.el (uncomment-region): Remove padding coming from
18298 comment-start rather than just from comment-padding.
18299
18300 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
18301 (vc-cvs-stay-local-p): Use vc-stay-local-p.
18302 (vc-cvs-rename-file): Remove (use the default).
18303 (vc-cvs-register): Register parent dir if needed.
18304 (vc-cvs-could-register): Return non-nil if parent can be registered.
18305 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
18306 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
18307
18308 * vc-svn.el (vc-svn-use-edit): Make it into a const.
18309 (vc-svn-update): Fix the arguments to `svn'.
18310 (vc-svn-diff-tree): Just use `vc-svn-diff'.
18311 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
18312 Simple implementations, assuming `name' is a URL.
18313
18314 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
18315 set of chars allowed unquoted in a case pattern.
18316
18317 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
18318
18319 * font-lock.el (font-lock-extra-types-widget)
18320 (c-font-lock-extra-types, c++-font-lock-extra-types)
18321 (objc-font-lock-extra-types, java-font-lock-extra-types)
18322 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
18323 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
18324 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18325 (font-lock-match-c++-structor-declaration)
18326 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
18327 (c++-font-lock-keywords-3, c++-font-lock-keywords)
18328 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
18329 (objc-font-lock-keywords-3, objc-font-lock-keywords)
18330 (java-font-lock-keywords-1, java-font-lock-keywords-2)
18331 (java-font-lock-keywords-3, java-font-lock-keywords)
18332 (java-font-lock-syntactic-face-function): Remove obsolete code
18333 and constants. It's all in cc-fonts.el now.
18334
18335 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
18336
18337 * mail/sendmail.el (mail-specify-envelope-from)
18338 (mail-envelope-from): Doc fix.
18339
18340 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
18341
18342 * generic-x.el: Do away with the dependency on `c-emacs-features'
18343 when populating `rul-generic-mode-syntax-table'; we already know
18344 this isn't XEmacs.
18345
18346 See ChangeLog.10 for earlier changes.
18347
18348 ;; Local Variables:
18349 ;; coding: iso-2022-7bit
18350 ;; End:
18351
18352 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
18353 Copying and distribution of this file, with or without modification,
18354 are permitted provided the copyright notice and this notice are preserved.
18355
18356 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1