]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-04-26 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/python.el (python-mode):
4 Use new name eldoc-documentation-function.
5
6 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
7
8 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9 (eldoc-documentation-function):
10 Renamed from eldoc-print-current-symbol-info-function. Calls changed.
11
12 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13
14 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15
16 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17
18 * term/xterm.el (function-key-map): Fix strings for
19 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20 {C,S,A,C-S}-{f1-f12}.
21
22 2005-04-26 Kenichi Handa <handa@m17n.org>
23
24 * international/mule-cmds.el (select-safe-coding-system): Fix
25 previous change.
26
27 2005-04-26 Lute Kamstra <lute@gnu.org>
28
29 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30
31 2005-04-25 Jay Belanger <belanger@truman.edu>
32
33 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34 to t while inserting information; use help-mode.
35
36 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
37
38 * term.el (ansi-term-color-vector): Use the xterm colors.
39 (term-raw-map): Don't add mappings for \eO and \e[. Map
40 deletechar.
41
42 2005-04-25 Lute Kamstra <lute@gnu.org>
43
44 * font-core.el (font-lock-defaults): Fix docstring.
45
46 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
47
48 2005-04-25 Kenichi Handa <handa@m17n.org>
49
50 * international/mule-cmds.el (select-safe-coding-system): Don't
51 check consistency with coding: spec, etc if raw-text or
52 no-conversion was found to be safe.
53
54 2005-04-24 Richard M. Stallman <rms@gnu.org>
55
56 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
57 citation markers at start of each line.
58
59 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
60 citation markers at start of each line.
61
62 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
63
64 * files.el (mode-require-final-newline): Fix previous change.
65 (require-final-newline): Fix type label.
66
67 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
68
69 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
70 statement in buffer (broken by 2004-11-24 change).
71
72 2005-04-24 Kim F. Storm <storm@cua.dk>
73
74 * ido.el (ido-everywhere): Save and restore old read-buffer-function
75 and read-file-name-function values. Don't overwrite existing
76 non-nil values if ido-mode is enabled without ido-everywhere.
77
78 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
79
80 * files.el (mode-require-final-newline): Minor doc fix.
81
82 2005-04-24 Eli Zaretskii <eliz@gnu.org>
83
84 * subr.el (syntax-after): Doc fix.
85 (syntax-class): If argument is nil, return nil. Mask off upper 16
86 bits, not 8 bits.
87
88 * files.el (mode-require-final-newline): Doc fix.
89 (backup-buffer-copy): Fix last change.
90
91 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
92
93 * term/mac-win.el: Require select. Set selection-coding-system to
94 mac-system-coding-system. Call menu-bar-enable-clipboard.
95 (x-last-selected-text-clipboard, x-last-selected-text-primary)
96 (x-select-enable-clipboard): New variables.
97 (x-select-text, x-get-selection, x-selection-value)
98 (x-get-selection-value, mac-select-convert-to-string)
99 (mac-services-open-file, mac-services-open-selection)
100 (mac-services-insert-text): New functions.
101 (CLIPBOARD, FIND): Put mac-scrap-name property.
102 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
103 (public.tiff): Put mac-ostype property.
104 (selection-converter-alist): Add entries for them.
105 (mac-application-menu-map): New keymap.
106 (interprogram-cut-function, interprogram-paste-function): Set to
107 x-select-text and x-get-selection-value, respectively.
108 (split-window-keep-point): Set to t.
109
110 2005-04-23 Richard M. Stallman <rms@gnu.org>
111
112 * files.el (read-directory-name): Always pass non-nil
113 DEFAULT-FILENAME arg to read-file-name.
114 (backup-buffer-copy, basic-save-buffer-2): Take care against
115 writing thru an unexpected existing symlink.
116 (revert-buffer): In indirect buffer, revert the base buffer.
117 (magic-mode-alist): Doc fix.
118 (buffer-stale-function): Doc fix.
119 (minibuffer-with-setup-hook): Avoid warning.
120 (mode-require-final-newline): Doc and custom fix.
121
122 * follow.el (follow-end-of-buffer): Use with-no-warnings.
123
124 * font-lock.el (font-lock-comment-face): On terminals with few colors,
125 use the default appearance.
126 (font-lock-comment-delimiter-face): New face, new variable.
127
128 * imenu.el (imenu--generic-function): The official position of a
129 definition is the start of the line that BEG is in.
130
131 * midnight.el (midnight-timer): Move defvar up.
132
133 * mouse.el (mouse-drag-region-1): Delete some debugging code.
134
135 * saveplace.el (save-place-to-alist): Use with-no-warnings.
136
137 * startup.el (command-line): Use with-no-warnings.
138
139 * window.el (window-size-fixed): New defvar.
140
141 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
142
143 * mail/rmail.el (rmail-font-lock-keywords):
144 Use font-lock-comment-delimiter-face.
145
146 * mail/sendmail.el (mail-font-lock-keywords):
147 Use font-lock-comment-delimiter-face.
148
149 * progmodes/compile.el (next-error-highlight-timer): New defvar.
150
151 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
152
153 * progmodes/compile.el (compilation-mode-font-lock-keywords):
154 Specify t for LAXMATCH when matching directories.
155 Save match data around compilation-compat-error-properties form.
156
157 2005-04-23 David Kastrup <dak@gnu.org>
158
159 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
160 Mention that the autoloaded aliases should be kept for AUCTeX.
161
162 2005-04-23 Andreas Schwab <schwab@suse.de>
163
164 * isearch.el (isearch-forward): Doc fix.
165
166 2005-04-23 Eli Zaretskii <eliz@gnu.org>
167
168 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
169 (jit-lock-stealth-nice): Change default value to 0.5.
170
171 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
172
173 * abbrev.el (write-abbrev-file): Write table entries in
174 alphabetical order by table name.
175
176 2005-04-22 Kim F. Storm <storm@cua.dk>
177
178 * ido.el (ido-read-internal): Fix `list' completion.
179
180 2005-04-22 Kenichi Handa <handa@m17n.org>
181
182 * recentf.el (recentf-save-file-coding-system): New variable.
183 (recentf-save-list): Encode the file by
184 recentf-save-file-coding-system and add coding: tag.
185
186 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
187
188 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
189
190 2005-04-21 Lute Kamstra <lute@gnu.org>
191
192 * loadhist.el (unload-feature): Don't remove a function from hooks
193 if it is about to be restored to an autoload . Remove functions
194 that will become unbound from auto-mode-alist. Simplify the code.
195
196 * subr.el (assq-delete-all): New implementation that is linear,
197 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
198 (rassq-delete-all): New function.
199
200 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): Add
201 size-indication-mode.
202
203 2005-04-21 Kenichi Handa <handa@m17n.org>
204
205 * international/mule-cmds.el: Add autoload for widget-value in
206 eval-when-compile
207
208 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
209
210 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
211 Add tooltip-mode.
212
213 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
214
215 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
216
217 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
218 (inferior-lisp-filter-regexp, inferior-lisp-program)
219 (inferior-lisp-load-command, inferior-lisp-prompt)
220 (inferior-lisp-mode-hook, lisp-source-modes)
221 (inferior-lisp-load-hook): defvar->defcustom.
222 (inferior-lisp-program, inferior-lisp-prompt)
223 (inferior-lisp-load-hook): Doc fixes.
224 (inferior-lisp-install-letter-bindings): Small change in
225 introductory comment.
226
227 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
228
229 * vc.el (vc-annotate-color-map): Change some colors so that text
230 using them as foreground is readable on both white and black
231 backgrounds.
232
233 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * international/mule-conf.el (translation-table-for-input):
236 Remove redundant declaration.
237
238 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
239
240 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
241
242 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
243 (tooltip-toggle-gud-tips): New function.
244
245 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
246
247 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
248 right angle brackets.
249
250 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
251
252 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
253
254 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
257 Remove. Update callers to use expand-file-name instead.
258
259 * subr.el (syntax-class): New function.
260
261 * simple.el (blink-matching-open): Use it.
262
263 * paren.el (show-paren-function): Use it to recognize parens that are
264 also used in 2-char comment markers.
265
266 2005-04-19 Lute Kamstra <lute@gnu.org>
267
268 * loadhist.el (unload-feature): Update for new format of
269 load-history. Simplify the code.
270
271 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
272
273 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
274 (mac-add-charset-info): New function. Initialize variable
275 mac-charset-info-alist using it.
276 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
277 for translation.
278 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
279 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
280 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
281 New CCL programs.
282
283 2005-04-19 Kim F. Storm <storm@cua.dk>
284
285 * simple.el (next-buffer, prev-buffer, next-error)
286 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
287 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
288
289 * bindings.el (next-buffer, prev-buffer, next-error)
290 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
291 (clone-indirect-buffer-other-window): Move bindings from simple.el.
292 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
293 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
294
295 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * isearch.el (isearch-edit-string): Make the search-ring available for
298 minibuffer history commands.
299 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
300 the default history commands now work just as well.
301 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
302
303 2005-04-18 Kim F. Storm <storm@cua.dk>
304
305 * emulation/cua-base.el (cua--pre-command-handler): Add more
306 elaborate check for shift modifier on non-window systems.
307
308 2005-04-18 Lars Hansen <larsh@math.ku.dk>
309
310 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
311
312 2005-04-18 Kim F. Storm <storm@cua.dk>
313
314 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
315 and make it optional. Don't test tooltip-gud-echo-area here.
316 (tooltip-gud-process-output, gdb-tooltip-print):
317 Pass tooltip-gud-echo-area to tooltip-show.
318 (tooltip-help-tips): Remove second optional arg to tooltip-show.
319
320 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
321
322 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
323 `display-graphic-p' may not be bound yet.
324
325 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
326
327 * startup.el (command-line): No longer enable Xterm Mouse mode by
328 default in terminals compatible with xterm.
329
330 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
331
332 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
333
334 * tooltip.el (tooltip-gud-echo-area): Rename from
335 tooltip-use-echo-area.
336 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
337 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
338 area independently of where help tooltips are displayed.
339
340 2005-04-17 David Kastrup <dak@gnu.org>
341
342 * cus-theme.el (custom-theme-write-variables): Quote variables
343 where necessary.
344
345 2005-04-17 Richard M. Stallman <rms@gnu.org>
346
347 * simple.el (yank-excluded-properties): Add follow-link to value.
348
349 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
350
351 * startup.el (fancy-splash-max-time): Just 30 seconds.
352 (fancy-splash-delay): Just 7.
353 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
354
355 * loadhist.el (unload-feature): Update for new format of load-history.
356 Simplify the code.
357
358 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
359 (rmail-font-lock-keywords): Don't fontify the text of a citation.
360
361 * mail/sendmail.el (mail-font-lock-keywords):
362 Don't fontify subject text.
363 Don't fontify the text of a citation.
364
365 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
366
367 * comint.el (comint-output-filter): Run comint-output-filter-functions
368 with point where the user had it.
369
370 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * international/ucs-tables.el (ucs-set-table-for-input):
373 Disable when using unify-on-decoding.
374
375 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
376
377 * emulation/cua-base.el (cua-global-mark-face): Add special case
378 for displays supporting a high number of colors.
379
380 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
381
382 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
383
384 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
385
386 * filesets.el (filesets-add-buffer): If user supplies a name of a
387 non-existing fileset, create a new fileset.
388
389 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
390
391 * textmodes/org.el (org-up-heading-all): Fix bug with
392 `outline-up-heading-all'.
393
394 2005-04-16 Andreas Schwab <schwab@suse.de>
395
396 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
397 /etc/permissions.d/* and /etc/aliases.d/*.
398
399 2005-04-16 Kenichi Handa <handa@m17n.org>
400
401 * international/code-pages.el (cp-make-coding-system):
402 Set `translation-table-for-input' property value to the symbol
403 ucs-mule-to-mule-unicode, not to that value.
404 (pt154): Escape guillemet by `\'.
405
406 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
407
408 * loadup.el: Load tooltip if x-show-tip is fboundp.
409
410 * startup.el (command-line): Add comment.
411
412 * tooltip.el (tooltip-mode): Specify correct standard value for
413 Custom in init-value.
414
415 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
416
417 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
418 possible.
419
420 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
421
422 * textmodes/org.el: (org-agenda-date-prompt): Rename from
423 `org-agenda-date-today'.
424 (org-evaluate-time-range): Insert at point instead of directly
425 after time range.
426 (org-first-headline-recenter, org-subtree-end-visible-p)
427 (org-optimize-window-after-visibility-change): New functions
428 (org-agenda-post-command-hook): Don't allow point at end of line,
429 to make sure it always hits the text properties.
430 (org-agenda-next-date-line, org-agenda-previous-date-line):
431 New commands.
432 (org-set-regexps-and-options): Category may contain white space.
433 (org-agenda-get-deadlines, org-agenda-get-scheduled):
434 Improve marker positions.
435 (org-agenda-new-marker): Argument POS made optional.
436 (org-agenda-get-timestamps): Deadlines which are done are listed
437 in org-done-face now.
438 (org-agenda-get-todos, org-agenda-get-timestamps)
439 (org-agenda-get-deadlines, org-agenda-get-scheduled):
440 Set `undone-face' and `done-face' properties.
441 (org-last-todo-state-is-todo): New variable.
442 (org-todo): Set `org-last-todo-state-is-todo'.
443 (org-agenda-todo): Change face according to
444 `org-last-todo-state-is-todo'. And change other lines refering to
445 the same entry.
446 (org-calendar-goto-agenda): New command.
447 (org-calendar-to-agenda-key): New option.
448 (org-startup-folded): New allowed value `content'.
449 (org-set-regexps-and-options): Accept new value `content' for
450 `org-startup-folded'.
451 (org-get-current-options): Handle new value `content' for
452 `org-startup-folded'.
453 (org-insert-todo-heading): New command.
454 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
455 interactively in empty file and option
456 `org-insert-mode-line-in-empty-file' has been set.
457 (org-agenda-todo,org-agenda-priority): Modify to use
458 `org-agenda-change-all-lines'.
459 (org-warning-face): Change color on dark background
460
461 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
462
463 * international/mule-cmds.el (set-locale-environment): On Mac OS,
464 use preferences AppleLocale and AppleLanguages, and variable
465 mac-system-locale for default locale. On Mac OS Classic, use
466 mac-system-coding-system for default coding systems.
467
468 * term/mac-win.el: Don't set file-name-coding-system.
469 Decode variables system-name, emacs-build-system, user-login-name, and
470 user-full-name by mac-system-coding-system on Mac OS Classic.
471 (mac-system-coding-system): New variable.
472
473 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
474
475 * startup.el (command-line): Handle `xterm-mouse-mode' before
476 reading init file.
477
478 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
479
480 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
481
482 * progmodes/sh-script.el (sh-here-document-word): Make it a
483 defcustom. Doc fix.
484 (sh-add): Bash uses $(( )) for arithmetic.
485 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
486 (sh-maybe-here-document): Remove quotes and leading whitespace
487 from heredoc word when closing. Indent heredoc with tabs if word
488 starts with "-".
489
490 2005-04-13 Richard M. Stallman <rms@gnu.org>
491
492 * simple.el (undo): Fix previous change.
493
494 * custom.el (defface): Doc fix.
495
496 2005-04-13 Lute Kamstra <lute@gnu.org>
497
498 * Makefile.in (DONTCOMPILE): Remove list.
499 (compile, compile-always): Don't use DONTCOMPILE.
500 (update-authors): Load the library in which batch-update-authors
501 is defined.
502 * makefile.w32-in (DONTCOMPILE): Remove list.
503 (compile, compile-always): Fix comments.
504 (update-authors): Load the library in which batch-update-authors
505 is defined.
506
507 * generic-x.el (generic-mode-ini-file-find-file-hook):
508 Rename to ini-generic-mode-find-file-hook.
509 Keep generic-mode-ini-file-find-file-hook as an alias.
510 (ini-generic-mode-find-file-hook): Rename from
511 generic-mode-ini-file-find-file-hook. Fix docstring.
512 (ini-generic-mode): Docstring change.
513 (bat-generic-mode-run-as-comint): Silence the byte compiler.
514
515 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
516 called from lisp.
517
518 * generic.el: Move to the emacs-lisp subdir.
519
520 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
521
522 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
523 and C-S- function and cursor motion keys.
524
525 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
526
527 * startup.el (command-line): Enable Xterm Mouse mode by default.
528 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
529 for Custom. No longer show "Mouse" in mode line when enabled.
530 Doc fix.
531
532 2005-04-12 Kim F. Storm <storm@cua.dk>
533
534 * emulation/cua-base.el (cua-rectangle-face)
535 (cua-rectangle-noselect-face): Define face attributes here.
536
537 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
538
539 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
540
541 * startup.el (command-line): Turn off blinking cursor if
542 cursorBlink in resources is off or false.
543
544 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
545
546 * term/mac-win.el (dnd): Require dnd.
547 (mac-drag-n-drop): Call dnd-handle-one-url.
548 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
549 (kTextEncodingISOLatin2): Remove constants.
550 (mac-script-code-coding-systems): New constant.
551 (mac-handle-language-change): New function.
552 (special-event-map): Bind it to `language-change' event.
553 (mac-centraleurroman, mac-cyrillic): New coding systems.
554 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
555 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
556 and mac-cyrillic-encoder to encode-mac-centraleurroman and
557 encode-mac-cyrillic, respectively.
558
559 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
560
561 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
562 Don't set overlay-arrow-string to "=>" as this is done
563 globally in C now.
564
565 2005-04-12 Lute Kamstra <lute@gnu.org>
566
567 * generic-x.el (rc-generic-mode, rul-generic-mode):
568 Fix auto-mode-alist entries.
569 (etc-fstab-generic-mode): Tweak fontification.
570
571 * generic.el (generic-make-keywords-list): Fix docstring.
572 (generic-mode-internal): Simplify generic-font-lock-keywords.
573
574 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
575
576 * whitespace.el (whitespace-buffer-leading)
577 (whitespace-buffer-trailing): Revert the incorrect test
578 inversion. However, fix the highlight area for the leading and
579 trailing whitespaces to show space.
580
581 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
582
583 * whitespace.el (whitespace-version): Bump to 3.5
584
585 (whitespace-buffer-leading, whitespace-buffer-trailing):
586 Invert sense of the test to highlight the whitespace.
587
588 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
589
590 * progmodes/gud.el (gud-display-line): GUD uses its own
591 overlay arrow now so don't set overlay-arrow-string.
592 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
593
594 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
595
596 * term.el (term-ansi-current-bold, term-ansi-current-underline)
597 (term-ansi-current-reverse, term-ansi-current-invisible)
598 (term-ansi-face-already-done): Change to boolean.
599 (term-reset-terminal, term-handle-colors-array): Handle the above
600 vars accordingly.
601 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
602 (term-emulate-terminal): Use the new name.
603
604 * faces.el (secondary-selection): Use yellow1, not yellow.
605 (trailing-whitespace): Use red1, not red.
606
607 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
608
609 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
610 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
611 (dired-dnd-handle-file): Call dnd-get-local-file-uri
612
613 * cus-edit.el (dnd): New group.
614
615 * term/w32-win.el (dnd): Require dnd
616 (w32-drag-n-drop): Call dnd-handle-one-url.
617
618 * x-dnd.el: Require dnd.
619 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
620 Call dnd-handle-one-url.
621 (x-dnd-types-alist, x-dnd-insert-utf8-text)
622 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
623 to dnd-insert-text.
624 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
625 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
626 (x-dnd-get-local-file-name, x-dnd-open-local-file)
627 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
628
629 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
630
631 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
632
633 * wdired.el: Doc fixes.
634 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
635 (wdired-use-dired-vertical-movement): Rename from
636 wdired-always-move-to-filename-beginning.
637 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
638 (wdired-change-to-wdired-mode): Change mode name.
639 (wdired-newline): Delete.
640
641 2005-04-11 Richard M. Stallman <rms@gnu.org>
642
643 * whitespace.el (whitespace-highlight-the-space):
644 Don't call whitespace-unhighlight-the-space here.
645
646 * simple.el (undo): Record t in undo-equiv-table
647 for the redo record made by an undo-in-region.
648
649 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
650
651 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
652 (gdb-frame-inferior-io-buffer): New Functions to control
653 display of separate IO buffer.
654 (menu): Add them to menu-bar.
655 (gdb-display-buffer): Check for buffer another frame.
656 Protect GUD buffer.
657 (gdb-setup-windows): Create IO buffer if not already there.
658 (gdb-memory-mode): Remove purecopy noops.
659
660 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
661
662 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
663 and pass to self-insert-command.
664
665 2005-04-11 Lute Kamstra <lute@gnu.org>
666
667 * generic.el: Commentary section cleanup.
668 (generic): Delete.
669 (generic-use-find-file-hook, generic-lines-to-scan)
670 (generic-find-file-regexp, generic-ignore-files-regexp)
671 (default-generic-mode, generic-mode-find-file-hook)
672 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
673 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
674 (generic-use-find-file-hook, generic-lines-to-scan)
675 (generic-find-file-regexp, generic-ignore-files-regexp)
676 (default-generic-mode, generic-mode-find-file-hook)
677 (generic-mode-ini-file-find-file-hook): Move from generic.el.
678
679 2005-04-10 Karl Fogel <kfogel@red-bean.com>
680
681 * bookmark.el (bookmark-write-file): Catch errors writing file.
682 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
683
684 2005-04-10 Richard M. Stallman <rms@gnu.org>
685
686 * startup.el (fancy-splash-tail): Update copyright year.
687 (command-line): Split part of -Q into -D.
688 (emacs-basic-display): New defvar.
689 (fancy-splash-text): Correct name of menu item.
690
691 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
692
693 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
694 lines in one node.
695
696 * comint.el (comint-send-input): New arg ARTIFICIAL.
697 Callers in this file changed.
698
699 * abbrev.el (define-abbrevs): Read system abbrevs properly.
700
701 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
702
703 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
704
705 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
706 `ldap-search-internal'.
707
708 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * files.el (set-auto-mode-1): Use line-end-position.
711
712 * international/latin-1.el:
713 * international/latin-2.el:
714 * international/latin-3.el:
715 * international/latin-4.el:
716 * international/latin-5.el:
717 * international/latin-8.el:
718 * international/latin-9.el: Give punctuation syntax to NBSP.
719
720 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
721 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
722 Use char-classes to accept non-ascii letters, accepted in some recent
723 bibtex implementations.
724
725 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
726
727 * custom.el (custom-set-minor-mode): Any non-nil value for the
728 variable should enable the mode when set through Custom.
729
730 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
733 TAB binding so tab-always-indent is obeyed.
734 (vhdl-minibuffer-local-map): Move initialization into declaration.
735 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
736 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
737 (vhdl-hooked-abbrev): Avoid test for XEmacs.
738 (vhdl-current-line): Use line-beginning-position.
739 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
740 with-output-to-temp-buffer, so the current position can be recorded.
741
742 2005-04-10 Masatake YAMATO <jet@gyve.org>
743
744 * progmodes/compile.el (compilation-error-regexp-alist-alist):
745 Add regexp for gcov.
746
747 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
748
749 * calendar/time-date.el (time-to-seconds, seconds-to-time)
750 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
751 syntax which Emacs 20 doesn't support.
752
753 2005-04-09 Richard M. Stallman <rms@gnu.org>
754
755 * help.el (describe-key-briefly, describe-key):
756 Replace strings as event types with "(any string)".
757
758 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * arc-mode.el (archive-mode-map): Move initialization into
761 the declaration. Override *all* bindings of `undo'.
762 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
763
764 2005-04-09 Jay Belanger <belanger@truman.edu>
765
766 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
767
768 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
771 (xterm-register-default-colors): Update color values computation
772 to match xterm-200.
773
774 2005-04-09 Kenichi Handa <handa@m17n.org>
775
776 * international/code-pages.el (iso-latin-7): Fix the map.
777
778 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
779
780 * emacs-lisp/lisp.el (defun-prompt-regexp)
781 (parens-require-spaces, buffer-end, end-of-defun)
782 (insert-parentheses): Doc fixes.
783
784 2005-04-08 Kim F. Storm <storm@cua.dk>
785
786 * comint.el (comint-highlight-prompt): Fix face spec.
787 * hi-lock.el (hi-green): Likewise.
788
789 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
790
791 * cus-edit.el (custom-modified-face):
792 * comint.el (comint-highlight-input): Fix previous changes.
793 * term.el (term-handle-ansi-escape): Add a comment.
794
795 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
798 in the buffer and in whitespace-highlighted-space.
799 (whitespace-unhighlight-the-space): Simplify.
800 (whitespace-buffer): Simplify.
801
802 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
803
804 * textmodes/table.el (table-cell-face): Add special case for
805 displays supporting a high number of colors.
806 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
807 (vhdl-font-lock-reserved-words-face)
808 (vhdl-speedbar-architecture-face)
809 (vhdl-speedbar-instantiation-face)
810 (vhdl-speedbar-architecture-selected-face)
811 (vhdl-speedbar-instantiation-selected-face): Likewise.
812 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
813 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
814 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
815 (ebrowse-root-class-face, ebrowse-member-attribute-face)
816 (ebrowse-progress-face): Likewise.
817 * progmodes/compile.el (compilation-info-face): Likewise.
818 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
819 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
820 * calendar/calendar.el (diary-face): Likewise.
821 * woman.el (woman-italic-face, woman-bold-face)
822 (woman-unknown-face): Likewise.
823 * wid-edit.el (widget-button-pressed-face): Likewise.
824 * whitespace.el (whitespace-highlight-face): Likewise.
825 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
826 * pcvs-info.el (cvs-marked-face): Likewise.
827 * info.el (info-xref): Likewise.
828 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
829 * hilit-chg.el (highlight-changes-face)
830 (highlight-changes-delete-face): Likewise.
831 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
832 (hi-red-b): Likewise.
833 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
834 * font-lock.el (font-lock-keyword-face)
835 (font-lock-function-name-face, font-lock-warning-face): Likewise.
836 * cus-edit.el (custom-invalid-face, custom-modified-face)
837 (custom-set-face, custom-changed-face, custom-variable-tag-face)
838 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
839 * comint.el (comint-highlight-prompt): Likewise.
840
841 2005-04-08 Lute Kamstra <lute@gnu.org>
842
843 * font-lock.el (font-lock-keywords): Docstring fixes.
844
845 2005-04-08 Kenichi Handa <handa@m17n.org>
846
847 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
848 chars are more than a limit, print " and more..." at the tail.
849
850 2005-04-08 Kim F. Storm <storm@cua.dk>
851
852 * emacs-lisp/authors.el (authors-aliases): Update list.
853 (authors-ignored-files): New list.
854 (authors-fixed-entries): Fix typo.
855 (authors-renamed-files-alist): Update list.
856 (authors-add): Check authors-ignored-files.
857
858 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
859
860 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
861 optional, to ensure backward compatibility.
862
863 2005-04-08 Stephen Eglen <stephen@gnu.org>
864
865 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
866
867 2005-04-08 Kim F. Storm <storm@cua.dk>
868
869 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
870
871 * mouse.el (mouse-on-link-p): Doc fix.
872
873 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
874
875 * ielm.el (ielm-prompt-read-only): Doc fix.
876
877 * comint.el (comint-prompt-read-only): Doc fix.
878
879 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
880
881 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
882 ensure dired always handles wildcards passed to ffap.
883 (find-file-at-point): Use it.
884 (ffap-dired-wildcards): Doc fix.
885
886 2005-04-07 Juri Linkov <juri@jurta.org>
887
888 * simple.el (next-error-overlay-arrow-position): New defvar.
889 Put "=>" on its property `overlay-arrow-string'. Add it to
890 `overlay-arrow-variable-list'.
891
892 * progmodes/compile.el (compilation-setup):
893 Set `next-error-overlay-arrow-position' to nil. Also set it to
894 nil in the local hook `kill-buffer-hook'. Make local variable
895 `overlay-arrow-string' and set it to "=>".
896 (compilation-goto-locus): Set BOL position to
897 `next-error-overlay-arrow-position' instead of
898 `overlay-arrow-position'.
899
900 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
901 locally instead of adding it to the global hook.
902 (Info-kill-buffer): Move up.
903
904 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
905
906 * term/xterm.el (xterm-standard-colors): Update color values from
907 xterm-200.
908
909 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
912
913 * fast-lock.el:
914 * lazy-lock.el: Move them to the obsolete subdir.
915
916 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
917
918 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
919 (wdired-add-replace-advice): Remove.
920 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
921
922 2005-04-06 Kim F. Storm <storm@cua.dk>
923
924 * startup.el (command-line): Add --bare-bones alias for -Q.
925
926 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
927
928 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
929 create the startup fontset if a font specification ends with
930 `mac-roman'.
931
932 2005-04-06 Lute Kamstra <lute@gnu.org>
933
934 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
935 change.
936
937 * emacs-lisp/copyright.el (copyright-update-year): Replace the
938 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
939
940 2005-04-05 Lute Kamstra <lute@gnu.org>
941
942 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
943 (define-generic-mode): Ditto. Fix debug declaration.
944
945 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
946 Put them in the generic-x group.
947
948 * calendar/timeclock.el (timeclock): Doc fix.
949
950 * generic.el (define-generic-mode): Don't use custom-current-group.
951 Document default :group value.
952 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
953 (define-global-minor-mode): Don't use custom-current-group.
954
955 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
956
957 * startup.el (command-line-1): Display startup-echo-area-message
958 when fancy splash screen is in use.
959
960 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
961 (sh-escaped-newline): New face.
962 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
963 newline, and use sh-escaped-newline face.
964
965 * progmodes/tcl.el (tcl-escaped-newline): New face.
966 (tcl-builtin-list): New variable.
967 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
968 newlines. Fix keywords subexpression number.
969
970 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
971
972 * textmodes/org.el (org-diary-default-entry): Fix call to
973 `add-to-diary-entry'.
974
975 2005-04-05 Kim F. Storm <storm@cua.dk>
976
977 * ediff-init.el: Use (featurep 'xemacs).
978
979 2005-04-05 David Ponce <david@dponce.com>
980
981 * cus-edit.el (face): Derive from symbol widget. Display sample
982 of the current face on the fly.
983 (widget-face-sample-face-get, widget-face-notify): New functions.
984 (widget-face-value-create): Remove.
985
986 * wid-edit.el (widget-field-end): Temporarily remove field
987 narrowing before to call `get-char-property'.
988
989 2005-04-04 Jay Belanger <belanger@truman.edu>
990
991 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
992 (math-read-subscripts): New variable.
993 (math-read-preprocess-string): Process subscripts.
994
995 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
996
997 * comint.el (comint-prompt-read-only): Doc fix.
998
999 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
1000 `-1'. Doc fix.
1001
1002 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
1003
1004 * textmodes/org.el (org-insert-mode-line-in-empty-file):
1005 Change default value to nil.
1006
1007 2005-04-04 Lute Kamstra <lute@gnu.org>
1008
1009 * autorevert.el (auto-revert-mode): Specify :group.
1010 * battery.el (display-battery-mode): Specify :group.
1011 * diff-mode.el (diff-minor-mode): Specify :group.
1012 * font-core.el (font-lock-mode): Specify :group.
1013 * hl-line.el (hl-line-mode): Specify :group.
1014 * iimage.el (iimage): New customization group.
1015 (iimage-mode): Specify :group.
1016 * longlines.el (longlines-mode): Specify :group.
1017 * master.el: Don't require easy-mmode.
1018 (master): New customization group.
1019 (master-mode): Specify :group.
1020 * msb.el (msb-mode): Specify :group.
1021 * reveal.el (reveal-mode): Specify :group.
1022 * simple.el (next-error-follow-minor-mode): Specify :group.
1023 * smerge-mode.el (smerge-mode): Specify :group.
1024 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
1025 * emulation/cua-base.el (cua-mode): Specify :group.
1026 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
1027 * language/thai-util.el (thai-auto-composition-mode)
1028 (thai-word-mode): Specify :group.
1029 * mail/supercite.el (sc-minor-mode): Specify :group.
1030 * progmodes/cwarn.el (cwarn-mode): Specify :group.
1031 * progmodes/flymake.el (flymake-mode): Specify :group.
1032 * progmodes/glasses.el (glasses-mode): Specify :group.
1033 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
1034 * textmodes/enriched.el (enriched-mode): Specify :group.
1035 * textmodes/refill.el (refill-mode): Specify :group.
1036
1037 * add-log.el (change-log-font-lock-keywords): Names in
1038 parenthesized lists can contain spaces.
1039
1040 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
1041
1042 * startup.el (fancy-splash-text): Shorten default text of
1043 "Emacs Tutorial" line. Also, if the current language env
1044 indicates an available tutorial file other than TUTORIAL,
1045 extract its title and append it to the line in parentheses.
1046 (fancy-splash-insert): If arg is a thunk, funcall it.
1047
1048 2005-04-04 Jay Belanger <belanger@truman.edu>
1049
1050 * calc.el (calc-language-alist): Add tags to customization type.
1051
1052 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
1053
1054 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
1055 Doc fix.
1056
1057 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
1058
1059 * add-log.el (change-log-font-lock-keywords): The manual
1060 describing a Change Log entry, says: (...) "Aside from these
1061 header lines, every line in the change log starts with a space or
1062 a tab.". The font-lock was not highlighting lines started with
1063 spaces, added support for it.
1064
1065 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1066
1067 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
1068 (bibtex-generate-url-list): Update docstring accordingly. Put the
1069 complex example in the docstring.
1070 (bibtex-font-lock-url): Use pop.
1071
1072 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
1075
1076 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
1077
1078 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1079
1080 * filesets.el (filesets-set-default): Doc fix.
1081
1082 2005-04-03 Lute Kamstra <lute@gnu.org>
1083
1084 * generic.el (define-generic-mode): Add argument to specify
1085 keywords for defcustom.
1086 (default-generic-mode): Specify :group.
1087
1088 * generic-x.el: Specify :group for all generic modes.
1089
1090 * desktop.el (desktop-no-desktop-file-hook)
1091 (desktop-after-read-hook): Doc fix.
1092
1093 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
1094
1095 * simple.el (visible-mode): Use explicit :group keyword.
1096 This changes the group of `visible-mode-hook' from paren-blinking
1097 to editing-basics.
1098
1099 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1100
1101 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
1102 mailbox specifications as well as URLs.
1103 (rmail-insert-inbox-text): Remove unused conditional branches.
1104
1105 2005-04-01 Jay Belanger <belanger@truman.edu>
1106
1107 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1108 (calc-gnuplot-print-command): Move definitions to calc.el.
1109
1110 * calc/calc-embed.el (calc-embedded-announce-formula)
1111 (calc-embedded-open-formula, calc-embedded-close-formula)
1112 (calc-embedded-open-word, calc-embedded-close-word)
1113 (calc-embedded-open-plain, calc-embedded-close-plain)
1114 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1115 (calc-embedded-open-mode, calc-embedded-close-mode):
1116 Move definitions to calc.el.
1117
1118 * calc/calc.el (calc-settings-file, calc-language-alist):
1119 Make customizable.
1120 (calc-embedded-announce-formula, calc-embedded-open-formula)
1121 (calc-embedded-close-formula, calc-embedded-open-word)
1122 (calc-embedded-close-word, calc-embedded-open-plain)
1123 (calc-embedded-close-plain, calc-embedded-open-new-formula)
1124 (calc-embedded-close-new-formula, calc-embedded-open-mode)
1125 (calc-embedded-close-mode, calc-gnuplot-name)
1126 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
1127 from other files and make customizable.
1128
1129 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
1132 Use buffer-live-p.
1133 (cvs-mode-run): Don't call cvs-update-header here.
1134 (cvs-run-process): Call cvs-update-header.
1135 Use process properties for cvs-postprocess and cvs-buffer so that
1136 the sentinel can behave better if the temp buffer is killed.
1137 Use a pipe rather than a tty, to better handle unexpected prompts.
1138 (cvs-sentinel): Rewrite. Call cvs-update-header.
1139
1140 2005-04-01 Andre Spiegel <spiegel@gnu.org>
1141
1142 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
1143 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
1144
1145 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * generic.el (define-generic-mode): Add indentation rule.
1148
1149 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
1150
1151 * files.el (mode-require-final-newline): Make Custom correctly
1152 report a nil value and allow to set it to nil via Custom.
1153 Doc fix.
1154
1155 2005-04-01 Kenichi Handa <handa@m17n.org>
1156
1157 * international/characters.el: Enable the correct case setting for
1158 dotless-i and dotted-I.
1159
1160 2005-04-01 Kim F. Storm <storm@cua.dk>
1161
1162 * ido.el (ido-file-internal): Fall back to non-ido command if
1163 initial directory is on slow ftp (or tramp) host.
1164
1165 2005-03-31 Richard M. Stallman <rms@gnu.org>
1166
1167 * emacs-lisp/autoload.el (make-autoload):
1168 Handle define-global-minor-mode.
1169
1170 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1171 Rename from easy-mmode-define-global-mode.
1172 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
1173
1174 * progmodes/scheme.el (scheme-mode-syntax-table):
1175 Update syntax of | and # for two-character comment syntax.
1176
1177 2005-03-31 Lute Kamstra <lute@gnu.org>
1178
1179 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
1180 (define-minor-mode): Call custom-current-group at load-time.
1181
1182 * generic.el (define-generic-mode): Add debug declaration.
1183 Add defcustom for the mode hook.
1184 (generic-mode-internal): Use run-mode-hooks.
1185
1186 2005-03-31 Kim F. Storm <storm@cua.dk>
1187
1188 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
1189 (mouse-fixup-help-message): New defun called by show_help_echo
1190 to fixup mouse-2 prefix in help messages when applicable.
1191
1192 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
1193
1194 2005-03-31 Kenichi Handa <handa@m17n.org>
1195
1196 * language/thai-word.el (thai-find-word-ends): Pay attention to
1197 the case that we reach the end of buffer.
1198
1199 * textmodes/fill.el (fill-text-properties-at): New function.
1200 (fill-newline): Use fill-text-properties-at instead of
1201 text-properties-at.
1202
1203 2005-03-31 Karl Berry <karl@freefriends.org>
1204
1205 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
1206 not comint-quote-filename.
1207
1208 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1209
1210 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
1211 not comint-quote-filename.
1212
1213 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
1214
1215 * help-fns.el (help-with-tutorial): Revert last change.
1216
1217 2005-03-31 Kim F. Storm <storm@cua.dk>
1218
1219 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
1220
1221 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
1222
1223 * calendar/cal-china.el: Update reference to "Calendrical
1224 Calculations" book; there's a new edition.
1225 * calendar/cal-coptic.el: Likewise.
1226 * calendar/cal-french.el: Likewise.
1227 * calendar/cal-hebrew.el: Likewise.
1228 * calendar/cal-islam.el: Likewise.
1229 * calendar/cal-iso.el: Likewise.
1230 * calendar/cal-julian.el: Likewise.
1231 * calendar/cal-mayan.el: Likewise.
1232 * calendar/cal-persia.el: Likewise.
1233 * calendar/calendar.el: Likewise.
1234 * calendar/holidays.el: Likewise.
1235 * calendar/lunar.el: Likewise.
1236 * calendar/solar.el: Likewise.
1237
1238 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
1239 white space from doc string.
1240
1241 2005-03-30 Jay Belanger <belanger@truman.edu>
1242
1243 * calc/calc-help.el (calc-full-help): Remove email address.
1244
1245 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1246
1247 * help-fns.el (help-with-tutorial): Delete title line.
1248
1249 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1250
1251 * calendar/cal-x.el (calendar-one-frame-setup)
1252 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
1253 rather than 'symbol for set-window-dedicated-p.
1254
1255 * calendar/appt.el (appt-buffer-name): Make it a constant.
1256 (appt-add): Doc fix.
1257
1258 * filesets.el (filesets-menu-path, filesets-menu-before)
1259 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
1260 (filesets-menu-cache-file): Use directory ~/.emacs.d.
1261 (filesets-add-submenu): Delete and use add-submenu instead.
1262
1263 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
1264
1265 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
1266 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
1267 (org-diary-default-entry): New function.
1268 (org-get-entries-from-diary): Better parsing of diary entries.
1269 (org-agenda-check-no-diary): New function.
1270 ("diary-lib"): Advice to function `add-to-diary-list', to allow
1271 linking to diary entries.
1272 (org-agenda-execute-calendar-command): New function.
1273 (org-agenda): Improve visible section in window.
1274 Use `org-fit-agenda-window'.
1275 (org-fit-agenda-window): New option.
1276 (org-move-subtree-down): Better handling of empty lines
1277 at end of subtree.
1278 (org-cycle): Numeric prefix is interpreted now as show-subtree N
1279 levels up.
1280 (org-fontify-done-headline): New option.
1281 (org-headline-done-face): New face.
1282 (org-set-font-lock-defaults): Use `org-headline-done-face'.
1283 (org-table-copy-down): Rename from `org-table-copy-from-above'.
1284 When current field is non-empty, it is copied to next row.
1285 (org-table-copy-from-above): Fix bug which made it
1286 impossible to copy fields containing only a single non-white character.
1287
1288 2005-03-30 Kim F. Storm <storm@cua.dk>
1289
1290 * kmacro.el (kmacro-end-macro): Isearch may store this command
1291 into the macro -- so ignore it when executing keyboard macro.
1292
1293 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1294
1295 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
1296
1297 2005-03-29 Kenichi Handa <handa@m17n.org>
1298
1299 * language/thai.el ("Thai"): Set setup-function and exit-function
1300 for Thai language environment.
1301
1302 * language/thai-util.el: Require thai-word.
1303 (thai-word-mode-map): New variable.
1304 (thai-word-mode): New minor mode.
1305 (setup-thai-language-environment-internal): New function.
1306 (exit-thai-language-environment-internal): New function.
1307
1308 * language/thai-word.el (thai-word-table): Declare it by defvar,
1309 use dolist to initialize it.
1310 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
1311 (thai-fill-find-break-point): New functions.
1312
1313 2005-03-29 Richard M. Stallman <rms@gnu.org>
1314
1315 * simple.el (idle-update-delay): Move definition up.
1316 (set-mark): Doc fix.
1317
1318 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * longlines.el: New file.
1321
1322 * simple.el (buffer-substring-filters): New variable.
1323 (filter-buffer-substring): New function.
1324 (kill-region, copy-region-as-kill): Use it.
1325
1326 * register.el (copy-to-register, append-to-register)
1327 (prepend-to-register): Use filter-buffer-substring.
1328
1329 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1330
1331 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
1332 (gud-filter-pending-text): Move in front of gdb.
1333 (gud-overlay-arrow-position): New variable.
1334 (gud-sentinel, gud-display-line): Use it in place of
1335 overlay-arrow-position.
1336
1337 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1338
1339 * progmodes/fortran.el (fortran-if-indent): Doc fix.
1340 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
1341 (fortran-font-lock-keywords-4): New variable.
1342 (fortran-blocks-re, fortran-end-block-re)
1343 (fortran-start-block-re): New constants, for hideshow.
1344 (hs-special-modes-alist): Add a Fortran entry.
1345 (fortran-mode-map): Bind fortran-end-of-block,
1346 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
1347 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
1348 (fortran-looking-at-if-then, fortran-end-of-block)
1349 (fortran-beginning-of-block): New functions, for hideshow.
1350
1351 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
1352 fix. Tweak regexp.
1353 (f90-beginning-of-block): Push mark first.
1354
1355 2005-03-29 Jay Belanger <belanger@truman.edu>
1356
1357 * calc/calc.el: Update copyright date.
1358 (calc-version): Increase to 2.1.
1359 (calc-version-date): Remove.
1360
1361 * calc/calc-help.el: Update copyright date.
1362 (calc-full-help): Remove reference to calc-version-date.
1363 Update copyright date.
1364
1365 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * vc.el (vc-do-command): Use a pipe for async processes, so password
1368 prompts don't show up at places where the user can't reply.
1369
1370 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1371
1372 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
1373 on the file name we pass to the inferior shell.
1374
1375 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1376
1377 * progmodes/which-func.el (which-function): Be robust in the face of an
1378 imenu--make-index-alist failure.
1379
1380 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
1383
1384 * progmodes/python.el (python-preoutput-filter): Fix last change.
1385
1386 2005-03-29 Lute Kamstra <lute@gnu.org>
1387
1388 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
1389 functions and compiled macros.
1390 (debug-convert-byte-code): Handle macros too.
1391 (debug-on-entry-1): Don't signal an error when trying to clear a
1392 function that is not set to debug on entry.
1393
1394 2005-03-29 Jay Belanger <belanger@truman.edu>
1395
1396 * calc/calc-lang.el: Add functions to math-function-table
1397 properties of tex and math.
1398
1399 2005-03-29 Kenichi Handa <handa@m17n.org>
1400
1401 * ps-mule.el (ps-mule-plot-string): Translate characters by
1402 ps-print-translation-table.
1403 (ps-mule-begin-job): Call find-charset-region/string with
1404 ps-print-translation-table.
1405 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
1406
1407 * ps-print.el (ps-print-translation-table): New variable.
1408 (ps-plot-region): Translate characters by ps-print-translation-table.
1409
1410 2005-03-29 Juri Linkov <juri@jurta.org>
1411
1412 * simple.el (next-error-highlight-timer): New variable.
1413
1414 * progmodes/compile.el (compilation-goto-locus):
1415 Use `next-error-highlight-timer' instead of `sit-for'.
1416
1417 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * mail/supercite.el (sc-mail-field): Use assoc-string.
1420 (sc-get-address): Simplify regexps.
1421
1422 * files.el (minibuffer-with-setup-hook): New macro.
1423 (find-file-read-args): Use it to avoid let-binding
1424 minibuffer-with-setup-hook (which breaks turning on/off
1425 file-name-shadow-mode while in the prompt).
1426
1427 * complete.el (PC-read-include-file-name-internal): Use test-completion.
1428
1429 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
1430
1431 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
1432
1433 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * window.el (window-buffer-height): Use count-screen-lines.
1436
1437 * progmodes/python.el (python-preoutput-leftover): New var.
1438 (python-preoutput-filter): Use it.
1439 (python-send-receive): Loop until all the result has been received.
1440
1441 2005-03-28 Juri Linkov <juri@jurta.org>
1442
1443 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
1444
1445 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
1446 "Recover Crashed Session".
1447 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
1448 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
1449 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
1450 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
1451 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
1452 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
1453 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
1454 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
1455
1456 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
1457 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
1458 Ediff Sessions", "Toggle use of separate control buffer frame",
1459 "Use separate frame for Ediff control buffer".
1460
1461 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
1462 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
1463 "Rename Bookmark", "Delete Bookmark".
1464
1465 * info.el (Info-mode-menu): Remove ellipsis from "Index".
1466 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
1467 Add `:active Info-index-alternatives' to "Next Matching Item".
1468
1469 * wdired.el (wdired-change-to-wdired-mode):
1470 Mention `wdired-abort-changes' key in the initial message.
1471
1472 * international/mule.el (auto-coding-alist): Associate non-ascii
1473 image filename extensions with `no-conversion'.
1474
1475 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * international/iso-acc.el:
1478 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
1479
1480 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
1481
1482 * textmodes/sgml-mode.el (html-mode): Doc update.
1483
1484 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
1485
1486 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1487
1488 * term.el (term-move-columns): Fix face after extending a line.
1489 (term-insert-spaces): Likewise.
1490 (term-reset-terminal): Fix off by one error.
1491
1492 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1493
1494 * international/mule.el (auto-coding-alist): Add .xpi files.
1495
1496 * files.el (auto-mode-alist): Add .xpi files.
1497
1498 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
1499
1500 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
1501
1502 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1503
1504 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
1505
1506 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1507
1508 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
1509 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
1510
1511 * calendar/cal-move.el (calendar-beginning-of-year): Move the
1512 cursor to Jan 1 when needed.
1513 (calendar-end-of-year): Fix -/+ typo.
1514 Reported by Chong Yidong <cyd@stupidchicken.com>.
1515
1516 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
1519
1520 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
1521 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
1522
1523 2005-03-25 Richard M. Stallman <rms@gnu.org>
1524
1525 * filesets.el (filesets-init): Add autoload.
1526
1527 * mail/mailalias.el (mail-directory): Doc fix.
1528
1529 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1530
1531 * mail/mailalias.el (mail-directory-process): Do nothing if
1532 mail-directory-process is an atom.
1533 (mail-get-names): Ignore mail-directory-names if it is an atom.
1534 (mail-directory-process defvar): Doc fix.
1535 (mail-names): Doc fix.
1536
1537 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
1538
1539 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
1540
1541 2005-03-26 Kenichi Handa <handa@m17n.org>
1542
1543 * international/mule-util.el (detect-coding-with-priority):
1544 Call update-coding-systems-internal before detect-coding-region.
1545
1546 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
1547
1548 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1549 (gdb-frames-mode-map): Add follow-link property.
1550
1551 2005-03-25 Jay Belanger <belanger@truman.edu>
1552
1553 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
1554 for variables.
1555
1556 2005-03-25 Juri Linkov <juri@jurta.org>
1557
1558 * image-mode.el: Optimize image filename extension regexps in
1559 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
1560 in `auto-mode-alist'.
1561 (image-mode): Add `image-toggle-display-text' to local hook
1562 `change-major-mode-hook'. Display the image as an image by
1563 default. Set `cursor-type' and `truncate-lines' if the image
1564 is already displayed. Take into account the current mode (image
1565 or text) in message.
1566 (image-minor-mode): New minor mode.
1567 (image-mode-maybe, image-toggle-display-text): New functions.
1568 (image-toggle-display): Use called-interactively-p.
1569 Let-bind `inhibit-read-only' to t.
1570
1571 * image-mode.el (image-minor-mode): Set `cursor-type' and
1572 `truncate-lines' if the image is already displayed. Add turning
1573 image-minor-mode off to `change-major-mode-hook'. Add message.
1574 Call `image-toggle-display-text' after turning image-minor-mode off.
1575
1576 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
1579 Terminal.app, use utf-8.
1580 (set-display-table-and-terminal-coding-system): Add coding-system arg.
1581 (set-locale-environment): Use it.
1582
1583 * term/xterm.el: Undo last change, better done in mule-cmds.el.
1584
1585 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
1586
1587 * progmodes/python.el (python-close-block-statement-p)
1588 (python-outdent-p, python-current-defun): Use symbol-end.
1589
1590 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1591
1592 * files.el (save-some-buffers): Doc fix.
1593
1594 2005-03-25 Werner Lemberg <wl@gnu.org>
1595
1596 * complete.el, thumbs.el: Replace `legal' with `valid'.
1597 * calendar/calendar.el: Replace `legal' with `valid'.
1598 * emacs-lisp/advice.el: Replace `legal' with `valid'.
1599 * mail/supercite.el: Replace `legal' with `valid'.
1600 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
1601 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
1602 `valid'.
1603 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
1604 with `valid'.
1605
1606 2005-03-25 Werner Lemberg <wl@gnu.org>
1607
1608 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
1609 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
1610 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
1611 * emulation/vip.el: Replace `illegal' with `invalid'.
1612 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
1613 * mail/supercite.el: Replace `illegal' with `invalid'.
1614 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
1615 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
1616 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
1617 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
1618 `invalid'.
1619 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
1620 textmodes/reftex-index.el, textmodes/reftex-parse.el,
1621 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
1622 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
1623
1624 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
1627 (flymake-find-buildfile, flymake-find-possible-master-files)
1628 (flymake-check-include, flymake-parse-line): Replace loops over the
1629 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
1630
1631 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
1632 Substitute file-name-as-directory in the rest of the file.
1633 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
1634 (flymake-replace-region): Remove unused arg `buffer'.
1635 (flymake-check-patch-master-file-buffer): Update calls to it.
1636 (flymake-add-err-info): Remove unused var `count'.
1637 (flymake-mode): Use define-minor-mode.
1638
1639 * progmodes/flymake.el: Use with-current-buffer.
1640 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
1641 flymake-replace-regexp-in-string, flymake-line-beginning-position)
1642 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
1643 Avoid testing for `xemacs'.
1644 (flymake-nop): Move.
1645 (flymake-region-has-flymake-overlays): Return the computed value.
1646 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
1647 Remove unused var `endline'.
1648 (flymake-get-line-count): Remove unused function.
1649 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
1650
1651 * emulation/vi.el:
1652 * generic.el:
1653 * hilit-chg.el (global-highlight-changes):
1654 * hi-lock.el (hi-lock-mode):
1655 * follow.el: find-file-hooks -> find-file-hook.
1656
1657 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
1658
1659 2005-03-24 Juri Linkov <juri@jurta.org>
1660
1661 * dired.el (dired-mode-map): Add menu item "Compare directories"
1662 for dired-compare-directories.
1663
1664 * dired-aux.el (dired-compare-directories): Add autoload cookie.
1665 Doc fix. Replace `read-file-name' with `read-directory-name'.
1666
1667 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
1670
1671 2005-03-24 Jay Belanger <belanger@truman.edu>
1672
1673 * calc/calc-embed.el (calc-embedded-mode-change): Save all
1674 relevant mode settings in calc-embedded-original-modes when modes
1675 are permanently changed.
1676
1677 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * autoinsert.el: find-file-hooks -> find-file-hook.
1680
1681 2005-03-24 Lute Kamstra <lute@gnu.org>
1682
1683 * generic.el (generic-font-lock-defaults): Make it obsolete.
1684 (generic-font-lock-keywords): New variable to replace
1685 generic-font-lock-defaults.
1686 (generic-mode-set-font-lock): Delete it.
1687 (generic-mode-internal): Don't call generic-mode-set-font-lock.
1688 (generic-bracket-support): Add docstring.
1689
1690 * generic-x.el: Rename generic-font-lock-defaults to
1691 generic-font-lock-keywords throughout.
1692 (mailagent-rules-setup-function): Delete it.
1693 (mailagent-rules-generic-mode): Use anonymous function instead.
1694 (show-tabs-generic-mode-font-lock-defaults-1)
1695 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
1696 Quote faces.
1697 (show-tabs-tab-face, show-tabs-space-face): Specify background,
1698 not foreground.
1699
1700 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1701 Recognize define-generic-mode.
1702
1703 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
1706 if there's no completion table.
1707
1708 2005-03-23 Miles Bader <miles@gnu.org>
1709
1710 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1711 Remove tty-specific variants, as they're no longer needed.
1712
1713 2005-03-23 Lute Kamstra <lute@gnu.org>
1714
1715 * generic-x.el: Code cleanup: make args constant whenever possible.
1716 (installshield-statement-keyword-list)
1717 (installshield-system-functions-list)
1718 (installshield-system-variables-list, installshield-types-list)
1719 (installshield-funarg-constants-list): Make them constants.
1720
1721 * generic.el (generic-make-keywords-list): Add autoload cookie.
1722
1723 * calendar/time-date.el: Add comment on time value formats.
1724 Don't require parse-time.
1725 (with-decoded-time-value): New macro.
1726 (encode-time-value): New function.
1727 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1728 (days-to-time): Return a valid time value when arg is huge.
1729 (time-since): Use time-subtract.
1730 (time-to-number-of-days): Use time-to-seconds.
1731
1732 2005-03-23 David Ponce <david@dponce.com>
1733
1734 * recentf.el: (recentf-keep): New option.
1735 (recentf-menu-action): Default to `find-file'.
1736 (recentf-keep-non-readable-files-flag)
1737 (recentf-keep-non-readable-files-p)
1738 (recentf-file-readable-p, recentf-find-file)
1739 (recentf-cleanup-remote): Remove.
1740 (recentf-include-p): More robust.
1741 (recentf-keep-p): New function.
1742 (recentf-remove-if-non-kept): Rename from
1743 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
1744 All callers updated.
1745 (recentf-menu-items-for-commands): Fix help string.
1746 (recentf-track-closed-file): Update. Doc fix.
1747 (recentf-cleanup): Update. Count removed files. Doc fix.
1748
1749 2005-03-23 Kim F. Storm <storm@cua.dk>
1750
1751 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1752 Don't inherit from fringe face (now happens automatically).
1753
1754 2005-03-22 Kim F. Storm <storm@cua.dk>
1755
1756 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
1757 position values.
1758
1759 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * menu-bar.el (showhide-date-time): Remove.
1762 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
1763 (menu-bar-make-mm-toggle): Simplify.
1764
1765 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1766
1767 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
1768 Accept qualified variable and function names.
1769
1770 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
1771
1772 * bindings.el (completion-ignored-extensions):
1773 Remove ".lis" for `vax-vms'.
1774
1775 2005-03-22 Andreas Schwab <schwab@suse.de>
1776
1777 * generic-x.el: Revert last change.
1778 * ldefs-boot.el: Update.
1779
1780 2005-03-22 Jay Belanger <belanger@truman.edu>
1781
1782 * calc/calc-embed (calc-embedded-original-modes): New variable.
1783 (calc-embedded-save-original-modes)
1784 (calc-embedded-restore-original-modes): New functions.
1785 (calc-do-embedded): Save original modes when entering embedded mode
1786 and restore when leaving embedded mode.
1787 (calc-embedded-modes-change): Change the value of
1788 calc-embedded-original-modes to reflect permanent changes.
1789
1790 2005-03-22 Lute Kamstra <lute@gnu.org>
1791
1792 * generic-x.el: Require generic again.
1793
1794 2005-03-22 Miles Bader <miles@gnu.org>
1795
1796 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1797 Tweak details to look good on both ttys and bitmap displays, light
1798 or dark background, etc.
1799
1800 2005-03-21 Kim F. Storm <storm@cua.dk>
1801
1802 * tooltip.el (tooltip-show-help-function): Check car and cdr of
1803 mouse position.
1804
1805 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * icomplete.el: Don't forcibly turn on the mode upon load.
1808 (icomplete-mode): Use define-minor-mode.
1809 (icomplete-eoinput): Default to nil.
1810 (icomplete-minibuffer-setup): Remove autoload.
1811 (icomplete-tidy): Simplify.
1812 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
1813 in the initial state or if the user has modified the field.
1814 Fix handling of icomplete-max-delay-chars.
1815 Remove code that handles the oddball case where
1816 minibuffer-completion-table is an integer.
1817 Wrap icomplete-completions in while-no-input in case building
1818 completions takes more time than expected.
1819 (icomplete-completions): Simplify.
1820
1821 2005-03-21 Richard M. Stallman <rms@gnu.org>
1822
1823 * jka-compr.el (jka-compr-really-do-compress):
1824 Make variable buffer-local.
1825
1826 * image-mode.el: Handle .xpm files too.
1827 (image-toggle-display): Preserve modification flag.
1828
1829 * help.el (where-is): Don't mention aliases with no key bindings.
1830
1831 2005-03-21 Lute Kamstra <lute@gnu.org>
1832
1833 * generic.el: Fix commentary section. Don't require cl for compilation.
1834 (generic-mode-list): Add autoload cookie.
1835 (generic-use-find-file-hook, generic-lines-to-scan)
1836 (generic-find-file-regexp, generic-ignore-files-regexp)
1837 (generic-mode, generic-mode-find-file-hook)
1838 (generic-mode-ini-file-find-file-hook): Fix docstrings.
1839 (define-generic-mode): Make it a defmacro. Fix docstring.
1840 (generic-mode-internal): Code cleanup. Add autoload cookie.
1841 (generic-mode-set-comments): Code cleanup.
1842 * generic-x.el: Don't prevent compilation. Don't require generic.
1843 Follow coding conventions. Minor code cleanup.
1844 (etc-fstab-generic-mode): Add some keywords.
1845 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
1846 define-generic-mode like a function declaration.
1847
1848 2005-03-21 Jay Belanger <belanger@truman.edu>
1849
1850 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
1851 changing modes.
1852
1853 2005-03-21 Sam Steingold <sds@gnu.org>
1854
1855 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
1856
1857 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
1858
1859 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
1860 Add underscore to "f$ lexicals" regexp.
1861
1862 2005-03-20 Juri Linkov <juri@jurta.org>
1863
1864 * subr.el (progress-reporter-do-update): When `min-value' is equal
1865 to `max-value', set `percentage' to 0 and prevent division by zero.
1866
1867 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
1868
1869 Sync with Tramp 2.0.48.
1870
1871 * tramp.el (all): Change all addresses to .gnu.org.
1872 (tramp-append-tramp-buffers): New defun.
1873 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
1874 Catch `dont-send' signal.
1875 (tramp-set-auto-save-file-modes): Set always permissions, because
1876 there might be an old auto-saved file belonging to another
1877 original file. This could be a security threat. Reported by
1878 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
1879 Check for Emacs 21.3.50 removed.
1880
1881 * tramp-smb.el (all): Remove debug construct for
1882 `with-parsed-tramp-file-name'.
1883 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
1884 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
1885 No error message if DIRECTORY or FILENAME doesn't exist.
1886 (tramp-smb-open-connection): Check existence of
1887 `tramp-smb-program'.
1888
1889 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
1892 Properly handle the case where the `m' or `s' command's argument is not
1893 yet terminated.
1894 (perl-indent-new-calculate): New function.
1895 (perl-indent-line): Use it.
1896
1897 2005-03-20 Miles Bader <miles@gnu.org>
1898
1899 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
1900 in text-mode too. Change to new face names.
1901 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
1902 Add `:weight bold' attribute.
1903 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
1904
1905 2005-03-19 Juri Linkov <juri@jurta.org>
1906
1907 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
1908
1909 * international/mule.el (auto-coding-alist): Sync with
1910 `auto-mode-alist' by adding upper case archive file extensions
1911 and adding ear/war to jar extension.
1912
1913 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
1914
1915 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
1916 running, restart it.
1917
1918 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
1919
1920 * finder.el (finder-current-item): Throw an error on an empty line.
1921
1922 * man.el (Man-follow-manual-reference): If current-word returns
1923 nil, use "".
1924
1925 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
1926
1927 * simple.el (goto-line): Doc fix.
1928
1929 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
1930
1931 * files.el (save-buffer): Doc fix.
1932
1933 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
1934
1935 * recentf.el (recentf-cleanup-remote): New variable.
1936 (recentf-cleanup): Use it to conditionally check availablity of
1937 remote files.
1938
1939 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1940
1941 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
1942 function names.
1943
1944 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1945
1946 * language/thai-word.el: New file.
1947
1948 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1949
1950 * files.el (backup-buffer): If the file's directory is not
1951 writable, use copy instead of move to backup the file.
1952
1953 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1954
1955 * obsolete/keyswap.el: Moved to obsolete/ from term/.
1956
1957 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1958
1959 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
1960 Use functionp instead of symbolp and fboundp. Reported by Drkm
1961 <darkman_spam@yahoo.fr>.
1962 (ps-print-version): New version 6.6.6.
1963
1964 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
1965
1966 * textmodes/table.el (table--line-column-position): New idiom.
1967 (table--row-column-insertion-point-p): New function to test
1968 validity of row and column insertion operation at a location.
1969 (table-global-menu, table-cell-menu): Use above functions for
1970 deterministic test operation.
1971 (table--editable-cell-p): Behave in deterministic fashion.
1972
1973 2005-03-18 Juri Linkov <juri@jurta.org>
1974
1975 * isearch.el (isearch-lazy-highlight-new-loop):
1976 Make arguments beg and end optional.
1977 (isearch-update): Remove optional arguments nil from
1978 isearch-lazy-highlight-new-loop.
1979 (isearch-lazy-highlight-search): Let-bind case-fold-search to
1980 isearch-lazy-highlight-case-fold-search instead of
1981 isearch-case-fold-search, and let-bind isearch-regexp to
1982 isearch-lazy-highlight-regexp.
1983 Use isearch-lazy-highlight-last-string instead of isearch-string.
1984
1985 * replace.el (perform-replace): Remove bindings of global
1986 variables isearch-string, isearch-regexp, isearch-case-fold-search.
1987 Add three new arguments to `replace-highlight'.
1988 (replace-highlight): Add arguments string, regexp, case-fold.
1989 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
1990 to allow isearch-lazy-highlight-new-loop to use these values
1991 to set corresponding isearch-lazy-highlight-* internal
1992 variables whose values lazy highlighting will use regardless of
1993 changes to global variables isearch-string, isearch-regexp,
1994 isearch-case-fold-search during lazy highlighting loop.
1995 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
1996 to `lazy-highlight-cleanup'.
1997
1998 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
1999 (ispell-highlight-face): Set default face to `isearch' when
2000 lazy highlighting is enabled.
2001 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
2002 priority to 1. Add lazy highlighting.
2003 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
2004 from `isearch-dehighlight'.
2005
2006 2005-03-18 David Ponce <david@dponce.com>
2007
2008 * files.el (hack-local-variables): Do a case-insensitive search
2009 for End.
2010
2011 2005-03-18 Juri Linkov <juri@jurta.org>
2012
2013 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
2014 `isearch-lazy-highlight-cleanup', add alias to old name and
2015 declare obsolete. Add release numbers to other obsolete vars.
2016 (isearch-done, isearch-lazy-highlight-new-loop):
2017 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
2018 (lazy-highlight-cleanup) <variable>: Doc fix.
2019 (isearch-lazy-highlight-update): Rename obsolete
2020 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
2021
2022 2005-03-18 Kenichi Handa <handa@m17n.org>
2023
2024 * language/thai-util.el: Fix categorization of Thai characters in
2025 thai-category-table.
2026 (thai-composition-pattern): Adjust it for the above change.
2027 (thai-self-insert-command, thai-compose-syllable): New functions.
2028 (thai-compose-region): Use thai-compose-syllable.
2029 (thai-compose-string): Likewise.
2030 (thai-composition-function): Likewise.
2031 (thai-auto-composition): New function.
2032 (thai-auto-composition-mode): New minor mode.
2033
2034 * language/thai.el: Fix patterns to be registered in
2035 composition-function-table.
2036
2037 * international/quail.el (quail-input-method): Locally bind
2038 inhibit-modification-hooks to t.
2039
2040 2005-03-17 Richard M. Stallman <rms@gnu.org>
2041
2042 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
2043 (perl-mode): Use run-mode-hooks.
2044
2045 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
2046 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
2047 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
2048
2049 * mail/sendmail.el (sendmail-send-it): Reenable the code
2050 to compute resend-to-address and use it.
2051
2052 * tar-mode.el (tar-mode): Turn off undo unconditionally.
2053
2054 * image-mode.el: New file.
2055
2056 * image.el (insert-sliced-image): Add autoload cookie.
2057
2058 * font-lock.el (font-lock-lines-before): New user option.
2059 (font-lock-after-change-function): Obey it.
2060
2061 * bindings.el (esc-map): Make M-g a prefix.
2062 Bind M-g g and M-g M-g to goto-line.
2063
2064 * faces.el (face-id): Doc fix.
2065
2066 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2067
2068 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
2069 (rmail-show-message): Use rmail-unknown-mail-followup-to.
2070 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
2071
2072 * mail/sendmail.el (mail-yank-ignored-headers)
2073 (mail-font-lock-keywords, mail-mode-fill-paragraph):
2074 Add Mail-Followup-To and Mail-Reply-To headers.
2075 (mail-citation-hook): Add autoload cookie.
2076 (mail-mode): Doc fix.
2077 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
2078 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
2079 (mail-mode-fill-paragraph): Handle those headers.
2080 (mail-mailing-lists): New variable.
2081 (mail-mail-reply-to, mail-mail-followup-to): New functions.
2082
2083 2005-03-17 Juri Linkov <juri@jurta.org>
2084
2085 * isearch.el (isearch-fallback): Check for `(car previous)'
2086 before calling `isearch-other-end-state'.
2087
2088 2005-03-17 Kim F. Storm <storm@cua.dk>
2089
2090 * simple.el (move-beginning-of-line): Move to beginning of buffer
2091 line, as well as beginning of screen line.
2092
2093 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
2094
2095 * calendar/diary-lib.el (mark-diary-entries): Use new optional
2096 argument REDRAW rather than calendar-redrawing variable.
2097 * calendar/calendar.el (calendar-redrawing): Delete.
2098 (redraw-calendar): Do not bind calendar-redrawing.
2099
2100 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
2101
2102 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
2103 diary-file buffer.
2104
2105 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * help.el (describe-mode): Allow a :minor-mode-function property to
2108 specify a different minor mode toggle function than the variable.
2109 * simple.el (auto-fill-function):
2110 * subr.el (add-minor-mode): Use it.
2111
2112 2005-03-16 Kenichi Handa <handa@m17n.org>
2113
2114 * language/ethio-util.el (sera-being-called-by-w3): New variable.
2115 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
2116 (ethio-fidel-to-sera-buffer): Likewise.
2117
2118 2005-03-16 Juri Linkov <juri@jurta.org>
2119
2120 * emacs-lisp/find-func.el (find-function-regexp):
2121 Add defun-emitting macro `menu-bar-make-toggle'.
2122
2123 * isearch.el: Put `isearch-scroll' property to
2124 `split-window-horizontally'.
2125
2126 * info.el: Update error messages for `debug-ignored-errors'.
2127 (Info-isearch-search): Doc fix.
2128 (Info-find-node): Move up code to go into info buffer before
2129 recording the node to the history.
2130 (Info-fontify-node): Fontify titles only if the next line
2131 has two or more `*', `=', `-', `.'.
2132 Display "go to this node" for empty (match-string 3).
2133
2134 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2135
2136 * term/mac-win.el: Add mouse pointer shape constants.
2137
2138 2005-03-15 Kim F. Storm <storm@cua.dk>
2139
2140 * simple.el (move-beginning-of-line): Use vertical-motion.
2141
2142 2005-03-15 Juri Linkov <juri@jurta.org>
2143
2144 * isearch.el (isearch-error): New variable.
2145 (isearch-invalid-regexp, isearch-within-brackets): Remove.
2146 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
2147 (isearch-within-brackets-state): Remove.
2148 (isearch-case-fold-search-state, isearch-pop-fun-state):
2149 Decrease frame index.
2150 (isearch-mode, isearch-top-state, isearch-push-state)
2151 (isearch-edit-string, isearch-abort, isearch-search-and-update)
2152 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
2153 (isearch-search, isearch-lazy-highlight-new-loop):
2154 Replace `isearch-invalid-regexp' with `isearch-error'.
2155 Remove `isearch-within-brackets'.
2156 (isearch-search): Add `search-failed' handler to `condition-case'.
2157 (isearch-lazy-highlight-search): Add `condition-case' to catch
2158 errors and allow `isearch-lazy-highlight-update' to try
2159 highlighting from the beginning of the window.
2160 (isearch-repeat): Move up code to set isearch-wrapped to t
2161 before calling isearch-wrap-function.
2162
2163 * info.el (Info-isearch-initial-node): New internal variable.
2164 (Info-search): Signal an error in isearch mode when search leaves
2165 the initial node. Signal an error when `bound' is non-nil and
2166 nothing was found in the current subfile.
2167 (Info-isearch-search): Remove `condition-case'.
2168 (Info-isearch-wrap): Don't wrap when search failed during leaving
2169 the initial node. If `Info-isearch-search' is nil, wrap around
2170 the current node.
2171 (Info-isearch-start): New fun.
2172 (Info-mode): Add buffer-local hook `Info-isearch-start' to
2173 `isearch-mode-hook'.
2174
2175 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2176
2177 * simple.el (normal-erase-is-backspace): Set default to t if
2178 running on Mac.
2179
2180 * term/mac-win.el (function-key-map): Sync with x-win.el.
2181
2182 2005-03-15 Kenichi Handa <handa@m17n.org>
2183
2184 * international/mule-cmds.el (locale-language-names): Modify the
2185 format of elements and add more entries.
2186 (locale-preferred-coding-systems): Add more entries.
2187 (set-locale-environment): Adjust for the change of
2188 locale-language-names.
2189
2190 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * pcvs.el (smerge-ediff): Remove bogus autoload.
2193
2194 2005-03-14 Lute Kamstra <lute@gnu.org>
2195
2196 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
2197 Ignore a `*' at the beginning of a line.
2198
2199 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
2200 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
2201 subr.el.
2202 (dont-compile, eval-when-compile, eval-and-compile): Use declare
2203 to specify indentation.
2204
2205 * generic.el (define-generic-mode): Let generic-mode-list be a
2206 list of strings; test membership with equal.
2207
2208 2005-03-14 Kim F. Storm <storm@cua.dk>
2209
2210 * simple.el (next-line, previous-line): Add optional try-vscroll
2211 arg to recognize interactive use. Pass it on to line-move.
2212 (line-move): Don't perform auto-window-vscroll when defining or
2213 executing keyboard macro to ensure consistent behaviour.
2214
2215 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
2218
2219 2005-03-13 Lute Kamstra <lute@gnu.org>
2220
2221 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
2222 debugger-setup-buffer so that backtrace marks the frames set to
2223 debug-on-exit and we don't have to do it manually. Set an extra
2224 debug-on-exit for macro's.
2225 (debugger-setup-buffer): Don't mark the top frame manually.
2226
2227 2005-03-12 Lute Kamstra <lute@gnu.org>
2228
2229 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
2230 lisp-indent-function throughout.
2231 (with-no-warnings): Set lisp-indent-function property.
2232
2233 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
2234
2235 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
2236 Add entry for backslash.
2237
2238 2005-03-12 Juri Linkov <juri@jurta.org>
2239
2240 * info.el (Info-search): Four fixes for backward search.
2241
2242 2005-03-11 Jay Belanger <belanger@truman.edu>
2243
2244 * calc/calc.el (calc-language-alist): New variable.
2245 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
2246 (calc-embedded-find-modes): Use calc-language-alist instead of
2247 calc-embedded-language-alist.
2248
2249 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2250
2251 * calendar/calendar.el (calendar-redrawing): New internal
2252 variable.
2253 (redraw-calendar): Remove bogus save-excursion from previous
2254 change. Bind calendar-redrawing to t for mark-diary-entries.
2255 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
2256 calendar if that is why we were called.
2257
2258 2005-03-11 Kenichi Handa <handa@m17n.org>
2259
2260 * international/mule.el (make-coding-system): Set property
2261 coding-system-define-form to nil.
2262 (define-coding-system-alias): Likewise.
2263
2264 2005-03-11 Kenichi Handa <handa@m17n.org>
2265
2266 These changes are suggested by Dave Love <fx@gnu.org>.
2267
2268 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
2269 coding: tag.
2270 (adaptive-fill-regexp): Add more bullets.
2271 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
2272 regexps.
2273
2274 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * help.el (describe-mode): Properly handle non-trivial lighters.
2277 Don't ignore minor modes that are not listed in minor-mode-list.
2278
2279 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
2280 feature ON when the user requests to turn it OFF.
2281
2282 2005-03-10 Lute Kamstra <lute@gnu.org>
2283
2284 * emacs-lisp/debug.el (debug-entry-code): Delete it.
2285 (implement-debug-on-entry): New function to replace debug-entry-code.
2286 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
2287 second argument as the 2005-03-07 change makes it obsolete.
2288 (debug-on-entry, cancel-debug-on-entry): Update call to
2289 debug-on-entry-1.
2290 (debug, debugger-setup-buffer): Comment update.
2291 (debugger-frame-number): Update to work with implement-debug-on-entry.
2292
2293 2005-03-10 Jay Belanger <belanger@truman.edu>
2294
2295 * calc/calc-embed.el (math-ms-args): Declare it.
2296 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
2297 math-ms-args.
2298 (calc-embedded-subst): Use math-multi-subst-rec to substitute
2299 variables.
2300
2301 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
2302
2303 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
2304 Use message-box.
2305
2306 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
2307 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
2308 (tooltip-gud-tips): Simplify.
2309 (tooltip-gud-tips-p): Remove superflouous :set.
2310 (tooltip-gud-modes): Add fortran-mode.
2311 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2312
2313 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
2314
2315 2005-03-09 Kim F. Storm <storm@cua.dk>
2316
2317 * play/animate.el (animate-place-char): Use forward-line instead
2318 of next-line to improve performance.
2319
2320 2005-03-09 Simon Josefsson <jas@extundo.com>
2321
2322 * net/browse-url.el (browse-url-default-browser): Doc fix.
2323
2324 2005-03-09 Miles Bader <miles@gnu.org>
2325
2326 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
2327 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2328
2329 2005-03-09 Kenichi Handa <handa@m17n.org>
2330
2331 * international/latin-1.el: Set case and syntax for 255 only if
2332 set-case-syntax-set-multibyte is nil.
2333
2334 * textmodes/ispell.el (ispell-insert-word): New function.
2335 (ispell-word): Use ispell-insert-word to insert a new word.
2336 (ispell-process-line): Likewise.
2337 (ispell-complete-word): Likewise.
2338
2339 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2340
2341 * calendar/calendar.el (redraw-calendar): Preserve point.
2342 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2343 (calendar-week-start-day): Move after definition of
2344 redraw-calendar. Delete buffer test, since redraw-calendar has
2345 that now.
2346
2347 * calendar/diary-lib.el (mark-diary-entries): Only call
2348 redraw-calendar in the first of any recursive calls.
2349 Reported by Alan Shutko <ats@acm.org>.
2350
2351 2005-03-08 Juri Linkov <juri@jurta.org>
2352
2353 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
2354 (html-horizontal-rule, html-line, html-image, html-checkboxes)
2355 (html-radio-buttons): Add a space before the trailing `/>' where
2356 sgml-xml-mode is non-nil.
2357 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
2358 the subsequent tag of the empty XML tag.
2359 (html-href-anchor): Don't set initial input to "http:".
2360 (html-image): Ask for the image URL and set point inside alt="".
2361 (html-name-anchor): Duplicate the name in the `id' attribute when
2362 sgml-xml-mode is non-nil.
2363 (html-paragraph): Remove \n before <p>.
2364 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
2365 instead of `checked' when sgml-xml-mode is non-nil.
2366
2367 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
2368 Remove 1 space before #RRGGBB to not truncate it on terminal
2369 windows w/o fringes. Remove 1 space between bg and fg examples
2370 to get more space.
2371 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
2372 avoid byte-compile warnings.
2373
2374 * image-file.el (image-file-handler): Put `safe-magic' property to
2375 `image-file-handler'.
2376
2377 * info.el (Info-isearch-search): Emulate word search in
2378 isearching through multiple Info nodes with Info-search.
2379 (Info-isearch-wrap): Allow isearch-word.
2380
2381 2005-03-08 Lute Kamstra <lute@gnu.org>
2382
2383 * emacs-lisp/debug.el (debugger-step-through): Make sure that
2384 stepping into the debugger's code is not possible.
2385 (debugger-jumping-flag): Docstring update.
2386
2387 2005-03-08 Jay Belanger <belanger@truman.edu>
2388
2389 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
2390 embedded mode begins.
2391 (calc-embedded-language-alist): New variable.
2392 (calc-embedded-find-modes): Use calc-embedded-language-alist to
2393 set default language mode.
2394
2395 2005-03-08 Kenichi Handa <handa@m17n.org>
2396
2397 * international/ccl.el (define-ccl-program): Fix docstring about
2398 extra 256 bytes assured for the output buffer.
2399
2400 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2401 Fix BUFFER_MAGNIFICATION to 2.
2402 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2403
2404 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
2405
2406 * align.el (align-rules-list): Added an alignment rule for CSS
2407 declarations (applies to css-mode and html-mode buffers).
2408
2409 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
2412
2413 2005-03-07 Kim F. Storm <storm@cua.dk>
2414
2415 * simple.el (move-beginning-of-line): New command.
2416
2417 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
2418
2419 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
2420
2421 * emulation/cua-base.el: Put CUA move property on move-end-of-line
2422 and move-beginning-of-line.
2423
2424 * apropos.el (apropos-print): Omit command from M-x ... RET.
2425
2426 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
2427
2428 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
2429 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
2430
2431 2005-03-06 Richard M. Stallman <rms@gnu.org>
2432
2433 * bindings.el (esc-map): Bind M-g to goto-line.
2434
2435 * facemenu.el (global-map): Bind M-o, not M-g.
2436
2437 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2438
2439 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
2440 "Open Directory" as for "Open File".
2441
2442 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
2445 (push-mark-command): Run activate-mark-hook.
2446
2447 2005-03-06 Richard M. Stallman <rms@gnu.org>
2448
2449 * help-mode.el (help-mode-finish): Don't alter the element
2450 in view-return-to-alist if there already is one.
2451
2452 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
2453 make sure the current buffer is the expected one.
2454
2455 * novice.el (disabled-command-function): Output in *Disabled Command*.
2456 Explicitly ignore non-keyboard events, and explicitly handle C-g.
2457
2458 * textmodes/flyspell.el (flyspell-large-region):
2459 Pass args differently for aspell.
2460
2461 * files.el (mode-require-final-newline): Doc fix.
2462
2463 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2464
2465 * progmodes/which-func.el (which-function):
2466 Specify NOERROR when calling imenu--make-index-alist.
2467
2468 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * simple.el (normal-erase-is-backspace): Define default value.
2471
2472 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
2473 (custom-reevaluate-setting): Simple function to handle
2474 variables that are defined before their default value can really
2475 be computed.
2476
2477 * startup.el (command-line): Use it for temporary-file-directory,
2478 small-emporary-file-directory, auto-save-file-name-transforms,
2479 blink-cursor-mode, and normal-erase-is-backspace.
2480
2481 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
2482 progress, even with buggy anchored keywords.
2483
2484 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
2485
2486 * simple.el (goto-line): Remove unbalanced final parenthesis.
2487
2488 2005-03-05 Richard M. Stallman <rms@gnu.org>
2489
2490 * simple.el (goto-line): Use a number at point as the default.
2491 With C-u as arg, switch buffers.
2492
2493 2005-03-05 Juri Linkov <juri@jurta.org>
2494
2495 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
2496 with `no-blinking-cursor'.
2497
2498 * startup.el (no-blinking-cursor): New defvar.
2499 (command-line): Add `--no-blinking-cursor' to longopts.
2500 Set `no-blinking-cursor' to t for command line arguments
2501 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
2502 with `no-blinking-cursor' in the condition for calling
2503 `blink-cursor-mode'.
2504
2505 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
2506
2507 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
2508 (menu-bar-options-save): Add blink-cursor-mode.
2509 (menu-bar-options-menu): Add blink-cursor-mode.
2510
2511 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
2512
2513 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
2514 (icalendar-export-file, icalendar-export-region)
2515 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
2516 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
2517
2518 2005-03-04 Lute Kamstra <lute@gnu.org>
2519
2520 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
2521 (debug-function-list): Ditto.
2522
2523 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
2524
2525 * textmodes/texinfmt.el (texinfo-append-refill):
2526 Redefine the types of line to which @refill
2527 is not appended by replacing a search for `@refill\\|@bye' with
2528 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
2529 itemize@refill' bug and the unfilled long lines bug.
2530 (texinfmt-version): Update number and date.
2531
2532 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2533
2534 * international/code-pages.el (windows-1250, windows-125[2-8])
2535 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2536
2537 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
2540 bound yet.
2541
2542 2005-03-02 Romain Francoise <romain@orebokech.com>
2543
2544 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
2545 buffer after removing limits.
2546 (ibuffer-pop-filter): Ditto.
2547 Update copyright.
2548
2549 2005-03-02 Miles Bader <miles@gnu.org>
2550
2551 * button.el (make-text-button): If the user doesn't specify a
2552 type, use the default. Rewrite to use `add-text-properties' and
2553 plist functions.
2554
2555 2005-03-01 Lute Kamstra <lute@gnu.org>
2556
2557 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
2558 (debugger-jumping-flag): New var.
2559 (debug-entry-code): Use it.
2560 (debugger-jump): Use debugger-jumping-flag and add
2561 debugger-reenable to post-command-hook.
2562 (debugger-reenable): Use debugger-jumping-flag and remove itself
2563 from post-command-hook.
2564 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
2565 debugger-reenable.
2566
2567 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
2568
2569 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
2570 inclusion of "itemize\\|", which may be unnecessary, is certainly
2571 inelegant, and stops refilling in itemize lists when formatting
2572 Japanese Texinfo files to Info.
2573 Update copyright to 2005.
2574
2575 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
2576
2577 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
2578 of an error if GDB can't find the source file.
2579
2580 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
2581
2582 * calendar/calendar.el (redraw-calendar): Work from any buffer,
2583 not just the calendar.
2584
2585 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
2586 first.
2587 (diary-redraw-calendar): New function.
2588 (make-diary-entry): Add diary-redraw-calendar to local
2589 write-contents-functions. Turn off selective display before
2590 inserting in diary.
2591
2592 2005-03-01 Kim F. Storm <storm@cua.dk>
2593
2594 * emacs-lisp/copyright.el (copyright-fix-years): New command.
2595
2596 2005-03-01 Lute Kamstra <lute@gnu.org>
2597
2598 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
2599 that debug-entry-code can be safely removed from a function while
2600 this code is being evaluated. Revert the 2005-02-27 change as the
2601 new implementation no longer requires it. Make sure that a
2602 function body containing just a string is not mistaken for a docstring.
2603 (debug): Skip one more frame in case of debug on entry.
2604 (debugger-setup-buffer): Delete one more frame line in case of
2605 debug on entry.
2606 (debugger-frame-number): Update to use the new text introduced by
2607 the 1999-11-03 change. Skip one more frame in case of debug on entry.
2608
2609 2005-02-28 Kim F. Storm <storm@cua.dk>
2610
2611 * double.el (double-translate-key): Call force-window-update after
2612 read-event to avoid crash in redisplay.
2613
2614 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
2617 (debug): Use it. Move the inhibit-trace earlier.
2618 (debug-entry-code): New const.
2619 (debug-on-entry-1): Use it.
2620
2621 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * international/utf-16.el (ccl-encode-mule-utf-16le):
2624 Fix BUFFER_MAGNIFICATION to 2.
2625 (ccl-encode-mule-utf-16be): Likewise.
2626
2627 2005-02-28 Kenichi Handa <handa@m17n.org>
2628
2629 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2630 Fix BUFFER_MAGNIFICATION to 4.
2631 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2632
2633 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
2634
2635 * speedbar.el (speedbar-update-flag): Doc fix.
2636 (speedbar-show-info-under-mouse): Give set-mouse-position the right
2637 argument.
2638
2639 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2640
2641 * reveal.el (reveal-post-command): Don't try to reveal overlays which
2642 have a non-nil `invisible' property but are actually visible.
2643
2644 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
2645 for perldoc sections.
2646 (perl-outline-regexp, perl-outline-level): New var and function.
2647 (perl-mode): Use them.
2648
2649 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2650
2651 * calendar/diary-lib.el (diary-remind): Discard any mark portion
2652 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
2653
2654 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
2655
2656 * cus-edit.el: Comment change.
2657 (custom-buffer-create-internal): Slightly reword text at top of
2658 Custom buffers. Mention there that saving an option edits the
2659 init file. Add link to Emacs manual node on `custom-file'.
2660 (custom-magic-alist): Rewrite individual State messages to use
2661 capitalized keywords. Doc fix.
2662
2663 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
2664
2665 * calendar/calendar.el (calendar-buffer): Move above
2666 calendar-week-start-day.
2667 (calendar-week-start-day): Doc fix. Add :set function.
2668 (calendar-minimum-window-height): New variable.
2669 (generate-calendar-window): Only resize window if selected-window
2670 is displaying the calendar buffer. Use new variable
2671 calendar-minimum-window-height.
2672 (generate-calendar): Reword error message.
2673 (calendar-mode-map): Bind DEL to scroll-other-window-down.
2674
2675 2005-02-27 Andreas Schwab <schwab@suse.de>
2676
2677 * vc.el (vc-do-command): Don't run command asynchronously when
2678 operating in a remote directory.
2679
2680 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
2681 change from sync with Tramp 2.0.47.
2682
2683 2005-02-27 Richard M. Stallman <rms@gnu.org>
2684
2685 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2686
2687 * textmodes/flyspell.el (flyspell-mode-on):
2688 Call ispell-change-dictionary only if necessary.
2689
2690 * emacs-lisp/re-builder.el (regexp-builder): New function.
2691
2692 * register.el (describe-register-1): Explicitly handle
2693 yank-excluded-properties = t.
2694
2695 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
2696 (custom-magic-alist): Change the status descriptions again.
2697 (face widget-type): Total rewrite based on `restricted-sexp'
2698 to eliminate the confusing double hiding levels.
2699
2700 * emacs-lisp/debug.el (debug-on-entry-1):
2701 If function body is empty, add nil as body form.
2702
2703 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * emacs-lisp/trace.el (inhibit-trace): New var.
2706 (trace-make-advice): Use it.
2707
2708 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
2709
2710 2005-02-26 Kim F. Storm <storm@cua.dk>
2711
2712 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
2713 (mouse-on-link-p, mouse-drag-region-1): Use it.
2714
2715 2005-02-25 Lute Kamstra <lute@gnu.org>
2716
2717 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
2718
2719 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
2720
2721 * frame.el (blink-cursor-mode): Add :group keyword.
2722
2723 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
2724
2725 * calendar/icalendar.el (icalendar--decode-isodatetime):
2726 New optional argument DAY-SHIFT.
2727 (icalendar-export-region): Fix coding-system-for-write.
2728 (icalendar--convert-ical-to-diary): Shift end-day of all-day
2729 events by one.
2730
2731 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
2734
2735 2005-02-24 Kim F. Storm <storm@cua.dk>
2736
2737 * international/iso-acc.el (iso-accents-compose): Fix crash
2738 during redisplay. Call force-window-update after read-event
2739 and delete-region to signal that window is not accurate.
2740
2741 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
2744 Remove unused and inexistent var `inhibit-trace'.
2745 (debugger-mode): Use run-mode-hooks.
2746 (debugger-list-functions): Add buttons; setup xref stack.
2747
2748 2005-02-23 Richard M. Stallman <rms@gnu.org>
2749
2750 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
2751 appointment says it was explicitly made.
2752 (appt-add): Set the 3rd element.
2753 (appt-make-list): Preserve explicit appointments.
2754
2755 * subr.el (find-tag-default): Catch errors in forward-sexp.
2756
2757 2005-02-23 Juri Linkov <juri@jurta.org>
2758
2759 * info.el (Info-isearch-search): New defcustom.
2760 (Info-isearch-search): Call the default isearch function
2761 when Info-isearch-search is nil.
2762 (Info-isearch-wrap): Use variable Info-isearch-search.
2763
2764 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
2765
2766 * cus-edit.el: Comment change.
2767
2768 2005-02-22 Kim F. Storm <storm@cua.dk>
2769
2770 * progmodes/hideif.el (hide-ifdef-use-define-alist):
2771 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
2772
2773 2005-02-22 Simon Josefsson <jas@extundo.com>
2774
2775 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
2776 New variable.
2777 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
2778 Oskarsson" <myrkraverk@users.sourceforget.net>.
2779
2780 2005-02-22 Kim F. Storm <storm@cua.dk>
2781
2782 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
2783 check that window of that event is the selected window.
2784 (mouse-drag-region-1): Compare mouse event window to selected
2785 window before setting point.
2786
2787 * tooltip.el (tooltip-show-help-function): Pass event to
2788 mouse-on-link-p so it can check selected window.
2789
2790 2005-02-22 Kenichi Handa <handa@m17n.org>
2791
2792 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
2793 (ps-mule-show-warning): New function.
2794 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
2795 characters are found.
2796
2797 * ps-print.el (ps-header-footer-string): Return a list of header
2798 and footer strings.
2799
2800 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2801
2802 * pcvs.el (cvs-retrieve-revision): Fix thinko.
2803
2804 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * frame.el (blink-cursor-mode): Use define-minor-mode.
2807
2808 * term/mac-win.el (function-key-map): Use char-names more consistently.
2809 (file-name-coding-system): Only set it for MacOS-9. The other case is
2810 already handled in mule-cmds.el (where it also works when mac-win.el
2811 is not used).
2812
2813 2005-02-21 Kenichi Handa <handa@m17n.org>
2814
2815 * international/mule.el (ctext-pre-write-conversion): Always use
2816 " *code-converting-work*" buffer for work.
2817
2818 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
2819
2820 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
2821
2822 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
2823
2824 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
2825
2826 * ses.el (undo-more): Restore defadvice, but only the part that
2827 allows changes outside the restricted area of the buffer.
2828
2829 2005-02-20 Kim F. Storm <storm@cua.dk>
2830
2831 * simple.el (line-move): Add fourth optional arg try-vscroll which
2832 must be set to perform auto-window-vscroll.
2833 When moving backwards and doing auto-window-vscroll, automatically
2834 vscroll to the last part of lines which are taller than the window.
2835 (next-line, previous-line): Set try-vscroll arg on line-move.
2836
2837 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 * replace.el (query-replace, query-replace-regexp)
2840 (replace-string, replace-regexp): When operating on region, make
2841 the minibuffer prompt say so.
2842
2843 * isearch.el (isearch-forward): Document isearch-query-replace and
2844 isearch-query-replace-regexp keybindings.
2845
2846 2005-02-19 Jay Belanger <belanger@truman.edu>
2847
2848 * calc/calc-aent.el (math-read-token): Add local variable.
2849
2850 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
2851 (calc-edit-top): Move declaration to earlier in file.
2852 (calc-edit-macro-repeats): Add local variables.
2853
2854 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
2855 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
2856 calcFunc-tanh.
2857 Adjust integration rule for calcFunc-tan.
2858
2859 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2860
2861 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
2862 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
2863 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
2864 (viper-skip-separators): Bug fix.
2865 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
2866 particular major mode.
2867 (viper-del-backward-char-in-replace): Don't put deleted char on the
2868 kill ring.
2869
2870 * viper-ex.el (viper-color-display-p): New function.
2871 (viper-has-face-support-p): Use viper-color-display-p.
2872
2873 * viper-keym.el (viper-gnus-modifier-map): New keymap.
2874
2875 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
2876
2877 * viper-util.el (viper-glob-unix-files): Fix shell status check.
2878 (viper-file-remote-p): Make equivalent to file-remote-p.
2879
2880 * viper.el (viper-major-mode-modifier-list):
2881 Use viper-gnus-modifier-map.
2882
2883 2005-02-19 David Kastrup <dak@gnu.org>
2884
2885 * subr.el (subregexp-context-p): Fix garbled doc string by adding
2886 quoting.
2887
2888 2005-02-19 Jay Belanger <belanger@truman.edu>
2889
2890 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
2891 Remove extra definitions.
2892 (calc-coth): New function.
2893 (calcFunc-cot): Fix `let'.
2894
2895 2005-02-19 Eli Zaretskii <eliz@gnu.org>
2896
2897 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
2898 the reasons we use "type pc" in these faces.
2899
2900 * button.el (button): Ditto.
2901
2902 2005-02-19 Michael Mauger <mmaug@yahoo.com>
2903
2904 * replace.el (query-replace-read-from): Set the value of
2905 query-replace-from-history-variable to handle the case of an empty
2906 string entered to accept the suggested default.
2907
2908 * net/tramp.el (tramp-file-name-for-operation):
2909 Use dired-call-process instead of dired-call-process-command.
2910
2911 2005-02-19 Jay Belanger <belanger@truman.edu>
2912
2913 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
2914 (math-div-non-trig): New variables.
2915 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
2916 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
2917 (math-combine-prod, math-div-symb-fancy): Add simplifications for
2918 trig expressions.
2919
2920 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
2921
2922 * progmodes/gdb-ui.el (gdb-var-update-handler)
2923 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
2924 for watch expressions,
2925 (gdb-var-create-handler): Don't set speedbar-update-flag.
2926 (gdb-post-prompt): Simplify test for speedbar.
2927
2928 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2929
2930 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
2931 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
2932 we use the syntax table of the correct buffer.
2933 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
2934 Felix Gatzemeier.
2935
2936 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
2937 (ediff-file-remote-p): Make synonymous with file-remote-p.
2938 In all deffaces ediff-*-face-*, use min-colors.
2939
2940 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
2941 ediff-recurse-to-subdirectories.
2942 (ediff-mark-if-equal): Check that the arguments are strings, use
2943 ediff-same-contents (after to Felix Gatzemeier).
2944
2945 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
2946 nil.
2947
2948 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * log-view.el (log-view-message-re): Fix up Subversion regexp.
2951
2952 2005-02-18 David Kastrup <dak@gnu.org>
2953
2954 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
2955 use `mark-active' when defined.
2956
2957 2005-02-18 Kenichi Handa <handa@m17n.org>
2958
2959 * ps-print.el (ps-font-info-database): New entry
2960 ZapfChancery-MediumItalic with correct font name. Fix font name
2961 of the entry Zapf-Chancery-MediumItalic.
2962
2963 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
2964
2965 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
2966
2967 2005-02-16 Kim F. Storm <storm@cua.dk>
2968
2969 * ido.el (ido-fallback-command): Pass user input to fallback command.
2970
2971 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
2972
2973 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2974 (gdb-find-file-hook): Add server prefix.
2975
2976 2005-02-16 Richard M. Stallman <rms@gnu.org>
2977
2978 * replace.el (perform-replace): Pass new args to replace-highlight.
2979 (replace-highlight): Take region args,
2980 and pass them to isearch-lazy-highlight-new-loop.
2981
2982 * novice.el (disabled-command-hook): Autoload the defalias
2983 and the make-obsolete-variable call.
2984
2985 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
2986
2987 * isearch.el (isearch-lazy-highlight-start-limit)
2988 (isearch-lazy-highlight-end-limit): New variables limit
2989 the region for highlighting.
2990 (isearch-lazy-highlight-new-loop): New args BEG and END.
2991 (isearch-lazy-highlight-search): Use the new vars.
2992 (isearch-lazy-highlight-update): Likewise.
2993
2994 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
2995
2996 * cus-start.el (all): Use default-boundp.
2997
2998 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
2999
3000 * menu-bar.el (menu-bar-select-frame): Handle current frame.
3001
3002 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
3003
3004 * autorevert.el (auto-revert-stop-on-user-input)
3005 (auto-revert-verbose): Doc fixes.
3006
3007 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3008
3009 * international/mule-cmds.el (set-locale-environment): Remove call
3010 to set-selection-coding-system on Windows.
3011
3012 2005-02-15 Jay Belanger <belanger@truman.edu>
3013
3014 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
3015 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
3016 calcFunc-coth.
3017 (math-simplify-sqrt): Add simplifications.
3018
3019 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
3020 to list.
3021
3022 * calc/calc-ext.el: Add functions to autoloads.
3023
3024 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
3025 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
3026 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
3027 (math-csc-raw, math-cot-raw): New functions.
3028
3029 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
3030
3031 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
3032 the variable name in a message.
3033
3034 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
3035 calcFunc-csc, calcFunc-cot.
3036
3037 * calc/calcalg2.el: Add derivative and integration rules for
3038 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
3039 calcFunc-csch, calcFunc-coth.
3040 (math-do-integral-methods): Add to checks for when to use
3041 substitutions.
3042
3043 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
3044
3045 2005-02-15 Lute Kamstra <lute@gnu.org>
3046
3047 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3048 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
3049 <monnier@iro.umontreal.ca>
3050 (lisp-outline-level): Improve efficiency. Suggested by David
3051 Kastrup <dak@gnu.org>.
3052
3053 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
3054
3055 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
3056 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
3057 (gdb-set-gud-minor-mode-existing-buffers): New functions.
3058 (gdb-find-file-hook): New hook. Add it to find-file-hook.
3059 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
3060
3061 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
3062
3063 * cus-start.el (all): Comment change.
3064
3065 2005-02-14 Lute Kamstra <lute@gnu.org>
3066
3067 * cus-start.el (all): Check if symbol is void.
3068
3069 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
3070
3071 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
3072 optional argument to \cite.
3073
3074 2005-02-14 Richard M. Stallman <rms@gnu.org>
3075
3076 * cus-edit.el (custom-buffer-create-internal): Update help message.
3077 (custom-magic-alist): Update help messages.
3078
3079 * cus-start.el (all): Allow a var to specify a standard value.
3080
3081 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
3082
3083 * custom.el (custom-theme-set-variables): Handle variable aliases.
3084
3085 * frame.el (blink-cursor-timer): Doc fix.
3086 (blink-cursor): Make it an alias for `blink-cursor-mode' and
3087 declare obsolete.
3088 (blink-cursor-mode): Define with defcustom and use correct
3089 standard expression in that defcustom.
3090 * startup.el (command-line): Adapt to above changes in frame.el.
3091
3092 2005-02-11 Lute Kamstra <lute@gnu.org>
3093
3094 * apropos.el (apropos-score-doc): Prevent division by zero.
3095
3096 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
3097
3098 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
3099 (icalendar--get-event-property-attributes)
3100 (icalendar--get-event-properties)
3101 (icalendar--datetime-to-diary-date): New functions.
3102 (icalendar--split-value): Doc fix.
3103 (icalendar--datetime-to-noneuropean-date)
3104 (icalendar--datetime-to-european-date): New optional argument
3105 SEPARATOR. Return result as a string instead of a list.
3106 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
3107 (icalendar--convert-string-for-export): Rename arg S to STRING.
3108 (icalendar-export-region): Doc fix. Change name of error buffer.
3109 Save output buffer.
3110 (icalendar-import-file): Add blank at end of prompt.
3111 (icalendar-import-buffer): Doc fix. Do not switch to error
3112 buffer. Indicate status in return value.
3113 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
3114 buffer. Save output buffer. Handle exception from recurrence
3115 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
3116 events. Fix problems with weekly all-day events.
3117
3118 2005-02-10 Richard M. Stallman <rms@gnu.org>
3119
3120 * simple.el (eval-expression-print-format):
3121 Avoid warning about edebug-active.
3122
3123 * help.el (help-for-help-internal): Rename from help-for-help.
3124 (help-for-help): Define with defalias.
3125
3126 * font-core.el (font-lock-default-function): Use with-no-warnings.
3127
3128 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
3129
3130 * custom.el (defface): Doc fix.
3131
3132 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
3133
3134 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
3135 width 0" to prevent word wrapping problems.
3136
3137 2005-02-09 Kim F. Storm <storm@cua.dk>
3138
3139 * ido.el (ido-file-extensions-order): New defcustom.
3140 (ido-file-extension-lessp, ido-file-extension-aux)
3141 (ido-file-extension-order): New advanced file ordering.
3142 (ido-file-lessp): New simple file ordering.
3143 (ido-sort-list): Remove.
3144 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
3145 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
3146
3147 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
3148
3149 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
3150 that some versions of grep produce.
3151 (grep-mode-font-lock-keywords): Likewise.
3152
3153 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
3154
3155 * progmodes/gdb-ui.el (gdb-location-list): New variable.
3156 (gdb-cdir): Delete.
3157 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
3158 (gdb-source-info): Treat case when source file is in another
3159 directory properly.
3160 (gdb-get-location): New function.
3161
3162 2005-02-07 Jay Belanger <belanger@truman.edu>
3163
3164 * calc/calc-prog.el (calc-write-parse-table-part)
3165 (calc-fix-token-name): Fix a check for language type.
3166
3167 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
3168
3169 2005-02-07 Andre Spiegel <spiegel@gnu.org>
3170
3171 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
3172 as directory not writable.
3173
3174 2005-02-07 Kim F. Storm <storm@cua.dk>
3175
3176 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
3177 (cua--standard-movement-commands): Remove list.
3178 Instead, set CUA property value to move for movement commands.
3179 (cua-movement-commands): Remove. Users must set CUA prop instead.
3180 (cua--pre-command-handler): Check CUA property.
3181 (cua--init-keymaps): Don't remap undo commands.
3182 (cua-mode): Don't call cua--rectangle-on-off.
3183
3184 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
3185 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
3186 (cua--rect-undo-set-point): New var.
3187 (cua--rectangle-undo-boundary): Setup undo apply entry.
3188 (cua--rect-undo-handler): New function for rectangle undo.
3189 (cua--rect-start-position, cua--rect-end-position): Add.
3190 (cua--rectangle-post-command): Call cua--rectangle-set-corners
3191 for restored rectangle. Set point if cua--rect-undo-set-point.
3192
3193 2005-02-06 Jay Belanger <belanger@truman.edu>
3194
3195 * calc/calc-lang.el (calc-tex-language): Display more information
3196 in messages.
3197
3198 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
3199 in TeX mode.
3200
3201 2005-02-06 Richard M. Stallman <rms@gnu.org>
3202
3203 * emacs-lisp/lisp.el (buffer-end): Doc fix.
3204
3205 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3206
3207 * net/ldap.el (ldap-search-internal): Support attributes with
3208 optional descriptions separated by a semi-colon, as in
3209 "userCertificate;binary".
3210
3211 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3212
3213 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
3214 isn't a cons (i.e. the version is 0).
3215
3216 2005-02-05 Eli Zaretskii <eliz@gnu.org>
3217
3218 * help.el (help-for-help): Doc fix.
3219
3220 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
3221
3222 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
3223 GDB-Windows on the menu-bar as this works better.
3224
3225 2005-02-04 Jay Belanger <belanger@truman.edu>
3226
3227 * calc/calc-embed.el (calc-embedded-update): Don't put in
3228 unnecessary newlines. Adjust the end of formula marker.
3229
3230 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
3231 (math-latex-parse-two-args): New function.
3232
3233 2005-02-03 Lute Kamstra <lute@gnu.org>
3234
3235 * help-fns.el (help-with-tutorial): Make sure that users cannot
3236 remove the entire text of the tutorial by means of `undo'.
3237
3238 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
3241 in recent changes, where the ispell process was repeatedly
3242 killed & restarted.
3243
3244 * international/mule-cmds.el (set-locale-environment): Set file-name
3245 coding system to utf-8 on Darwin systems.
3246 (set-default-coding-systems): Don't set default-file-name-coding-system
3247 on Darwin systems.
3248
3249 2005-02-03 Richard M. Stallman <rms@gnu.org>
3250
3251 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
3252
3253 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
3254
3255 * faces.el (list-faces-display): Add optional argument.
3256
3257 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * font-core.el (font-lock-default-function): Handle the rare case where
3260 only font-lock-keywords is set.
3261
3262 2005-02-02 Kenichi Handa <handa@m17n.org>
3263
3264 * international/characters.el: Cancel previous change for
3265 I-WITH-DOT-ABOVE and DOTLESS-i.
3266
3267 * international/latin-5.el: Cancel previous change.
3268
3269 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * progmodes/gud.el: Correction to syntax in gud-menu-map.
3272
3273 2005-02-02 Kenichi Handa <handa@m17n.org>
3274
3275 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
3276 DOTLESS-i.
3277
3278 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
3279 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
3280
3281 * case-table.el (get-upcase-table): New function.
3282 (copy-case-table): Copy upcaes table too if non-nil.
3283 (set-case-syntax-delims): Maintain upcase table too.
3284 (set-case-syntax-pair): Likewise.
3285 (set-upcase-syntax, set-downcase-syntax): New functions.
3286 (set-case-syntax): Maintain upcase table too.
3287
3288 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3289
3290 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
3291
3292 * progmodes/gud.el (gud-goto-info): New function.
3293 (gud-tool-bar-map): Use correct icon.
3294
3295 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3296
3297 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
3298 When delegating, order args in the funcall correctly.
3299
3300 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3301
3302 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3303
3304 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
3305
3306 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
3307 buffer not visiting a file.
3308
3309 2005-01-31 Jay Belanger <belanger@truman.edu>
3310
3311 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
3312 bound on the line with the formula.
3313
3314 2005-01-31 Kim F. Storm <storm@cua.dk>
3315
3316 * ses.el (ses-create-cell-variable-range)
3317 (ses-destroy-cell-variable-range, ses-reset-header-string)
3318 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
3319 (ses-insert-row): Fix format of apply undo entries.
3320
3321 2005-01-31 Jay Belanger <belanger@truman.edu>
3322
3323 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
3324 parts.
3325
3326 * calc/calc-embed.el (calc-embedded-open-formula)
3327 (calc-embedded-close-formula): Ignore matrix environments.
3328
3329 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
3330 TeX mode.
3331
3332 * calc/calc-lang.el (math-function-table, math-oper-table)
3333 (math-variable-table): Adjust the LaTeX portions.
3334
3335 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
3336 (math-latex-ignore-words): New constant.
3337
3338 2005-01-31 Richard M. Stallman <rms@gnu.org>
3339
3340 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
3341 (ispell-local-dictionary): Doc fix.
3342 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
3343 Don't reinitialize at run time. Don't defcustom.
3344 All uses changed to append ispell-local-dictionary-alist,
3345 or check it first.
3346 (ispell-current-dictionary): New variable for dictionary in use.
3347 (ispell-dictionary): Now used only for global default.
3348 (ispell-start-process): Set ispell-current-dictionary,
3349 not ispell-dictionary.
3350 (ispell-change-dictionary): Use this only for setting
3351 user preferences.
3352 (ispell-internal-change-dictionary): New function
3353 to change the current dictionary in use.
3354 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
3355 Use ispell-current-dictionary.
3356 Handle ispell-local-dictionary-overridden.
3357 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
3358
3359 2005-01-31 Jay Belanger <belanger@truman.edu>
3360
3361 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
3362
3363 * calc/calc-ext.el: Add calc-latex-language to autoloads.
3364 (calc-mode-map): Add calc-latex-language.
3365
3366 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
3367 (math-latex-print-frac): New functions.
3368 (math-oper-table, math-function-table, math-variable-table)
3369 (math-complex-format, math-input-filter): Add latex properties.
3370 (calc-set-language): Set math-expr-special-function-mapping.
3371
3372 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
3373 (calc-write-parse-table-part): Add LaTeX support.
3374
3375 * calc/calc.el (calc-language): Adjust docstring.
3376 (calc-set-mode-line): Add LaTeX support.
3377 (math-expr-special-function-mapping): New variable.
3378 (math-tex-ignore-words): Add to list.
3379
3380 * calc/calccomp.el (math-compose-expr, math-compose-rows):
3381 Add LaTeX support.
3382 (math-compose-expr): Add support for special functions.
3383
3384 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
3385
3386 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
3387
3388 * progmodes/gdb-ui.el (gdb-memory-address)
3389 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
3390 (gdb-memory-mode-map, gdb-memory-format-keymap)
3391 (gdb-memory-format-menu, gdb-memory-unit-keymap)
3392 (gdb-memory-unit-menu): New variables for a buffer
3393 that lets the user examine program memory.
3394 (gdb-memory-set-address, gdb-memory-set-repeat-count)
3395 (gdb-memory-format-binary, gdb-memory-format-octal)
3396 (gdb-memory-format-unsigned, gdb-memory-format-signed)
3397 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
3398 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
3399 (gdb-memory-unit-word, gdb-memory-unit-halfword)
3400 (gdb-memory-unit-byte, gdb-memory-unit-menu)
3401 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
3402 (gdb-memory-mode, gdb-memory-buffer-name)
3403 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
3404 New functions for above buffer.
3405
3406 2005-01-30 Richard M. Stallman <rms@gnu.org>
3407
3408 * cus-edit.el (custom-bury-buffer): Function deleted.
3409 (custom-buffer-done-function): Option deleted.
3410 (custom-buffer-done-kill): New (replacement option.
3411 (Custom-buffer-done): Call quit-window.
3412 (custom-buffer-create-internal): Update for above changes.
3413
3414 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
3415
3416 * simple.el (undo-ask-before-discard): New var.
3417 (undo-outer-limit-truncate): Implement it.
3418 (undo-extra-outer-limit): Doc update.
3419
3420 2005-01-29 Richard M. Stallman <rms@gnu.org>
3421
3422 * ses.el (undo-more): Delete defadvice.
3423 (ses-begin-change): Doc fix.
3424
3425 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
3426 instead of rebinding C-x u and C-_.
3427
3428 * files.el (normal-backup-enable-predicate): Return nil for files
3429 in /tmp, regardless of temporary-file-directory.
3430
3431 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
3432
3433 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
3434 (open-rectangle, delete-whitespace-rectangle-line)
3435 (clear-rectangle-line): If FILL, pass t instead of FILL
3436 for move-to-column's 2nd arg.
3437
3438 * simple.el (undo): Fix the test for continuing a series of undos.
3439 (undo-more): Set pending-undo-list to t when we reach end.
3440 (pending-undo-list): Move up defvar.
3441
3442 * wid-edit.el (widget-button-click):
3443 Shorten the range of the track-mouse binding.
3444
3445 * comint.el (comint-insert-input): Undo previous changes;
3446 use last-input-event in interactive spec.
3447
3448 2005-01-29 Eli Zaretskii <eliz@gnu.org>
3449
3450 * progmodes/compile.el (compilation-start): Bind buffer-read-only
3451 to nil before invoking call-process. Reset buffer's modified flag
3452 after fontifying it in the no-async branch.
3453
3454 * wid-edit.el (widget-specify-button): If mouse pointer shape
3455 cannot be changed, use mouse face instead.
3456
3457 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
3458
3459 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3460 (gdb-goto-breakpoint): Make breakpoint handling work on template
3461 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
3462 (gdb-assembler-custom): Update to recognise breakpoint information
3463 added on 2005-01-19.
3464
3465 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
3468 (dsssl-mode): Use define-derived-mode.
3469 (scheme-mode-initialize): Remove.
3470 (scheme-mode): Use run-mode-hooks.
3471
3472 * cus-edit.el (customize-group-other-window)
3473 (custom-buffer-create-other-window): Don't override special-display-*.
3474 (custom-mode-map): Make it dense.
3475
3476 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
3477 sets the default value.
3478
3479 2005-01-28 Eli Zaretskii <eliz@gnu.org>
3480
3481 * descr-text.el: Add more keywords.
3482
3483 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * speedbar.el: Avoid unnecessary use of locate-library.
3486
3487 * international/mule-cmds.el (standard-display-european-internal):
3488 Don't fiddle with latin-1 non-break space any more since it's now
3489 special cased in the C code.
3490 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
3491
3492 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
3493
3494 * cus-start.el (all): Add `undo-outer-limit'.
3495
3496 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3497
3498 * textmodes/bibtex.el (bibtex-format-entry):
3499 Use `bibtex-empty-field-re' only on the text of fields, not on entire
3500 field lines.
3501 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
3502 not on part of a buffer.
3503
3504 2005-01-25 Lute Kamstra <lute@gnu.org>
3505
3506 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
3507 nonempty field text strings like "{letters\\macro{}more letters}".
3508 Clarify docstring.
3509 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
3510 (bibtex-entry-offset, bibtex-parse-association)
3511 (bibtex-parse-field-name): Fix typos in docstrings.
3512 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
3513
3514 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
3515
3516 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
3517 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
3518 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
3519 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
3520
3521 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
3522 isearch minor mode.
3523
3524 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
3525
3526 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
3527
3528 2005-01-24 Lute Kamstra <lute@gnu.org>
3529
3530 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
3531 CASECHARS and NOT-CASECHARS regular expressions of the
3532 "nederlands" and "nederlands8" dictionaries to prevent a "Range
3533 striding over charsets" error.
3534
3535 2005-01-24 Jay Belanger <belanger@truman.edu>
3536
3537 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
3538 display variable name.
3539
3540 2005-01-24 Kenichi Handa <handa@m17n.org>
3541
3542 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
3543 Fix setting of the element of encoded-kbd-iso2022-invocations.
3544
3545 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
3546
3547 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3548 (gdb-threads-select): Change to also accept mouse events.
3549 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
3550 (gdb-threads-mouse-select): Delete.
3551
3552 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
3553
3554 * files.el (insert-directory): Take care of empty directory,
3555 listed without -a switch.
3556
3557 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * textmodes/refill.el (refill-post-command-function):
3560 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
3561 to the list of functions that we should be careful not to undo.
3562 (refill-late-fill-paragraph-function): Remove.
3563 (refill-saved-state): New var.
3564 (refill-mode): Use it to save fill-paragraph-function.
3565 Save also the value of auto-fill-function.
3566
3567 * term/w32-win.el: Simplify code.
3568
3569 2005-01-23 Kim F. Storm <storm@cua.dk>
3570
3571 * simple.el (line-move): Adapt to new return value from
3572 pos-visible-in-window-p.
3573
3574 * simple.el (line-move): Fix last change. Check partial
3575 visibility at point rather than at window-start.
3576
3577 2005-01-22 Jason Rumney <jasonr@gnu.org>
3578
3579 * term/w32-win.el (xw-defined-colors): Remove debug-message.
3580
3581 2005-01-22 David Kastrup <dak@gnu.org>
3582
3583 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
3584
3585 2005-01-22 Eli Zaretskii <eliz@gnu.org>
3586
3587 * type-break.el (type-break-mode): Add a test for
3588 type-break-file-name being non-nil.
3589
3590 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3591
3592 * net/eudc.el (top level): Call (message "") via progn, so that
3593 eudc-options-file is loaded.
3594
3595 2005-01-22 Kim F. Storm <storm@cua.dk>
3596
3597 * simple.el (line-move-1): Rename from line-move.
3598 (line-move): New function that adjusts vscroll for partially
3599 visible rows, and calls line-move-1 otherwise.
3600
3601 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
3602
3603 * pcomplete.el: define pcomplete-read-event instead of read-event,
3604 since it's not a complete read-event implementation
3605
3606 2005-01-20 Jay Belanger <belanger@truman.edu>
3607
3608 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
3609 for called function.
3610
3611 2005-01-20 Steven Tamm <steventamm@mac.com>
3612
3613 * term/mac-win.el (process-connection-type): Remove.
3614 Controlled now by s/darwin.h:PTY_ITERATION.
3615
3616 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * window.el (handle-select-window): Don't switch window when we're
3619 in the minibuffer.
3620
3621 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
3622
3623 * subr.el (dotimes-with-progress-reporter): New macro.
3624
3625 * ses.el (ses-dotimes-msg): Remove macro.
3626 Use `dotimes-with-progress-reporter' instead.
3627
3628 2005-01-19 Steven Tamm <steventamm@mac.com>
3629
3630 * term/mac-win.el (process-connection-type): Use new
3631 operating-system-release variable to use ptys on Darwin 7 (OSX
3632 10.3) when using carbon build.
3633
3634 2005-01-19 Jay Belanger <belanger@truman.edu>
3635
3636 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
3637 flags if the last command was a tab or M-tab.
3638
3639 * calc/calc-prog.el (calc-user-define-edit): Put original formula
3640 in formula editing buffer.
3641
3642 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3643
3644 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
3645 breakpoint image symbol in margin.
3646
3647 2005-01-19 Jay Belanger <belanger@truman.edu>
3648
3649 * calc/calc-prog.el (calc-execute-kbd-macro):
3650 Ignore calc-keep-arg-flag.
3651
3652 2005-01-19 Kenichi Handa <handa@m17n.org>
3653
3654 * textmodes/ispell.el (ispell-looking-at): New function.
3655 (ispell-process-line): Use ispell-looking-at to compare the ispell
3656 output and the buffer contents.
3657
3658 2005-01-18 Jay Belanger <belanger@truman.edu>
3659
3660 * calc/calc.el (calc-display-raw): Fix docstring.
3661
3662 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * simple.el (blink-matching-open): Strip extra info from syntax.
3665
3666 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
3667 funny chars in the end-of-here-doc marker.
3668
3669 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3670
3671 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
3672 that enable/disabled state of breakpoints is shown correctly in
3673 fringe and on ttys.
3674 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
3675 Add breakpoint information as text properties.
3676 (gdb-mouse-toggle-breakpoint):
3677 Rename to gdb-mouse-set-clear-breakpoint.
3678 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
3679 breakpoints in the margin.
3680 (gdb-remove-strings): Simplify.
3681
3682 2005-01-17 Jay Belanger <belanger@truman.edu>
3683
3684 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
3685 erasing buffer.
3686
3687 2005-01-17 Richard M. Stallman <rms@gnu.org>
3688
3689 * progmodes/grep.el (grep-find): Copy from `grep' the condition
3690 for calling grep-compute-defaults.
3691
3692 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
3693 if buffer is empty.
3694
3695 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
3696
3697 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * hilit-chg.el (highlight-changes-mode): Don't autoload.
3700
3701 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
3702 non-preloaded variables.
3703
3704 2005-01-17 Steven Tamm <steventamm@mac.com>
3705
3706 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
3707 tex-shell cause to force interactivity when using pipes.
3708
3709 2005-01-17 Kim F. Storm <storm@cua.dk>
3710
3711 * simple.el (just-one-space): Make arg optional.
3712
3713 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
3714
3715 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
3716 posn-at-x-y to t to access left-margin.
3717
3718 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
3719
3720 Sync with Tramp 2.0.47.
3721
3722 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
3723 catching keep-date problems in cp/scp operations.
3724 (tramp-handle-copy-file): Don't call `set-file-modes'
3725 unconditionally. Specialized functions should know better what is
3726 necessary. This improves performance a little bit, and the
3727 functions could catch errors with `cp -p' and `scp -p'.
3728 (tramp-do-copy-or-rename-file-via-buffer)
3729 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
3730 when appropriate.
3731 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
3732 Call `set-file-modes' when appropriate.
3733 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
3734 Johnsson <isak@hypergene.com>
3735 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
3736 of both Tramp buffer and debug buffer. Reported by Joakim Verona
3737 <joakim@verona.se>
3738 (tramp-file-name-for-operation): Mark `shell-command' as magic for
3739 Emacs only.
3740
3741 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
3742 `find-file-hooks' and `dired-mode-hook'.
3743 (tramp-minor-mode-map): Respective map. Add remapping for
3744 `compile' and `recompile'.
3745 (tramp-remap-command, tramp-recompile): New defuns.
3746 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
3747 in buffer "*Compilation*". Call the commands asynchronously.
3748
3749 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
3750 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
3751 `shell-command', because it isn't magic in XEmacs. Reported by
3752 Adrian Aichner <adrian@xemacs.org>.
3753
3754 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3755 `substitute-in-file-name.
3756 (tramp-smb-handle-substitute-in-file-name): New defun.
3757 (tramp-smb-advice-PC-do-completion): Delete advice.
3758
3759 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
3760
3761 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
3762 Fix error in deleting region.
3763
3764 2005-01-15 Richard M. Stallman <rms@gnu.org>
3765
3766 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
3767 In non-temp buffer, switch syntax table temporarily.
3768
3769 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
3770
3771 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
3772
3773 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
3774
3775 * imenu.el (imenu--split-menu): Copy menulist before sorting.
3776 (imenu--generic-function): Use START, not BEG, as pos of definition.
3777
3778 * simple.el (just-one-space): Argument specifies number of spaces.
3779
3780 * simple.el (eval-expression-print-format): Avoid warning
3781 about edebug-active.
3782
3783 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
3784
3785 * progmodes/sh-script.el: Code copied from make-mode.el
3786 with small changes,
3787 (sh-mode-map): Bind C-c C-\.
3788 (sh-backslash-column, sh-backslash-align): New variables.
3789 (sh-backslash-region, sh-append-backslash): New functions.
3790
3791 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3792
3793 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
3794 (rmail-pop-password, rmail-pop-password-required): Move to
3795 rmail-obsolete group.
3796 (rmail-set-pop-password): Rename to rmail-set-remote-password.
3797 All callers updated.
3798 (rmail-get-pop-password): Rename to rmail-get-remote-password.
3799 Take an argument specifying whether it is POP or IMAP mailbox we
3800 are using. All callers updated.
3801 (rmail-pop-password-error): Rename to
3802 rmail-remote-password-error. Added mailutils-specific error message.
3803 (rmail-movemail-search-path)
3804 (rmail-movemail-variant-in-use): New variables.
3805 (rmail-remote-password, rmail-remote-password-required):
3806 New customization variables.
3807 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
3808 (rmail-parse-url): New function.
3809 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
3810 with GNU mailutils movemail.
3811
3812 2005-01-15 Kevin Ryde <user42@zip.com.au>
3813
3814 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
3815 suffix to space, $ or '$, to correctly position point when going
3816 to @table style constants like DBL_MAX.
3817
3818 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3819
3820 * type-break.el (type-break-mode, type-break-file-time)
3821 (type-break-file-keystroke-count, type-break-choose-file):
3822 Don't store data in or load data from the file if type-break-file-name
3823 is nil.
3824 (type-break-file-name): Doc update as per the above.
3825
3826 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3827
3828 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
3829 lookup-key might return nil; handle that.
3830
3831 2005-01-15 Alan Mackenzie <acm@muc.de>
3832
3833 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
3834 rather than the element found, thus enabling the tree to be setcar'd.
3835
3836 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3837
3838 * textmodes/org.el (org-show-following-heading): New option.
3839 (org-show-hierarchy-above): Use `org-show-following-heading'.
3840 (org-cycle): Documentation fix.
3841
3842 * textmodes/org.el (orgtbl-optimized): New option
3843 (orgtbl-mode): New command, a minor mode.
3844 (orgtbl-mode-map): New variable.
3845 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3846 (orgtbl-error, orgtbl-self-insert-command)
3847 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3848
3849 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
3850 a local variable in each org-mode buffer.
3851
3852 * textmodes/org.el (org-set-regexps-and-options): Rename from
3853 `org-set-regexps'. Added checking for STARTUP keyword.
3854 (org-get-current-options): Add STARTUP options.
3855 (org-table-insert-row): Mode mode intelligent about when
3856 realignment is needed.
3857 (org-self-insert-command, org-delete-backward-char, org-delete-char):
3858 New commands.
3859 (org-enable-table-editor): New default value `optimized'.
3860 (org-table-blank-field): Support blanking regions if active.
3861
3862 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3863
3864 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
3865 if the year is not given.
3866
3867 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
3868 Add new escapes %m and %M, fixed bug with %F by adding
3869 save-match-data.
3870 (reftex-reference): Remove ?. from list of spaces.
3871 (reftex-label-info): Add automatic label prefix recognition.
3872
3873 * textmodes/reftex-index.el (reftex-index-next-phrase):
3874 Add slave parameter to call of `reftex-index-this-phrase'.
3875 (reftex-index-this-phrase): New optional argument.
3876 (reftex-index-region-phrases): Add slave parameter to call of
3877 `reftex-index-this-phrase'.
3878 (reftex-display-index): New argument redo.
3879 (reftex-index-rescan): Add 'redo to arguments of
3880 `reftex-display-index'.
3881 (reftex-index-Rescan, reftex-index-revert)
3882 (reftex-index-switch-index-tag): Add 'redo to arguments of
3883 `reftex-display-index'.
3884 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
3885 indexing. Fix bug with matching is there is a quote before or
3886 after the word.
3887
3888 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3889 Fix bug when collecting citation keys in lines with comments.
3890 (reftex-citation): Prefix argument no longer rescans the document,
3891 but forces prompting for optional arguments of cite macros.
3892 (reftex-do-citation): Prompting for optional arguments implemented.
3893
3894 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3895 Add optional arguments to most cite commands.
3896 (reftex-cite-cleanup-optional-args): New option
3897 (reftex-cite-prompt-optional-args): New option.
3898 (reftex-trust-label-prefix): New option.
3899
3900 * textmodes/reftex-toc.el (reftex-toc-find-section):
3901 Add push-mark before changing the position in the buffer.
3902
3903 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
3904 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
3905
3906 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
3907
3908 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
3909 more carefully.
3910
3911 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
3914 (sgml-mode): Use it.
3915 (sgml-get-context): Better keep track of implicitly closed tags.
3916
3917 2005-01-13 Kenichi Handa <handa@m17n.org>
3918
3919 * textmodes/ispell.el: These changes are to fix misalignment error
3920 caused by equivalent characters of different Emacs charsets.
3921 (ispell-unified-chars-table): New variable.
3922 (ispell-get-decoded-string): New function.
3923 (ispell-get-casechars, ispell-get-not-casechars)
3924 (ispell-get-otherchars): Call ispell-get-decoded-string.
3925
3926 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
3927
3928 * custom.el (custom-declare-variable): Just put symbol instead
3929 of (defvar . symbol) in `current-load-list'.
3930
3931 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3932
3933 * emacs-lisp/elint.el: Fixed typo in Commentary section.
3934
3935 2005-01-12 Jay Belanger <belanger@truman.edu>
3936
3937 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
3938 to create a Calc summary.
3939
3940 2005-01-12 Kim F. Storm <storm@cua.dk>
3941
3942 * mouse.el (mouse-on-link-p): Change functionality and doc
3943 string to comply with latest description in lisp ref.
3944
3945 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
3946
3947 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
3948 Enable mouse clicks on mode-line, header-line and margin.
3949 (event-type): Give mouse event symbols an 'event-kind property
3950 with value 'mouse-click.
3951
3952 2005-01-12 Juri Linkov <juri@jurta.org>
3953
3954 * facemenu.el (list-colors-display): Add new arg buffer-name.
3955 Use it. Fix docstring. Replace code for identifying duplicate
3956 colors by the name with call to `list-colors-duplicates' which
3957 identifies duplicate colors by the value unless the color
3958 is one of special Windows colors. Set truncate-lines to t.
3959 Print sorted duplicate color names on each line. Indent to 22
3960 \(the longest color name in rgb.txt) instead of 20. Optimize.
3961 (list-colors-duplicates): New function.
3962 (facemenu-color-name-equal): Delete function.
3963
3964 * facemenu.el (list-colors-print): New function created from code
3965 in list-colors-display. Print #RRGGBB at the window right edge.
3966 (list-colors-display): When temp-buffer-show-function is not
3967 defined, call list-colors-print from temp-buffer-show-hook
3968 to get the right value of window-width in list-colors-print
3969 after the buffer is displayed.
3970
3971 * simple.el (pop-mark): Move deactivate-mark out of conditional
3972 part to deactivate the active mark regardless of the state of the
3973 mark ring.
3974
3975 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
3976 variables line in desktop files.
3977
3978 2005-01-12 Juri Linkov <juri@jurta.org>
3979
3980 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
3981 Bring together isearch highlight related options.
3982 (lazy-highlight): Replace group `replace' by `matching'.
3983 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3984 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3985 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
3986 and declare them obsolete.
3987 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
3988 (isearch-faces): Remove defgroup.
3989 (isearch-overlay, isearch-highlight, isearch-dehighlight):
3990 Move isearch highlighting code closer to lazy highlighting code.
3991
3992 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
3993 (query-replace-highlight, query-replace-lazy-highlight)
3994 (query-replace): Move definitions to the beginning of the file.
3995
3996 2005-01-11 Juri Linkov <juri@jurta.org>
3997
3998 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
3999 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
4000 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
4001
4002 * info.el (Info-history-forward): New variable.
4003 (Info-select-node): Reset Info-history-forward to nil.
4004 (Info-last): Turn into defalias.
4005 (Info-history-back): Rename from Info-last.
4006 Add current node to Info-history-forward.
4007 (Info-history-forward): New fun.
4008 (Info-mode-map): Replace Info-last by Info-history-back.
4009 Bind Info-history-forward to "r".
4010 (Info-mode-menu): Replace Info-last by Info-history-back.
4011 Fix menu item text. Add menu item for Info-history-forward.
4012 (info-tool-bar-map): Replace Info-last by Info-history-back.
4013 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
4014 for Info-history-forward.
4015 (Info-mode): Replace Info-last by Info-history-back in docstring.
4016 Add local variable Info-history-forward.
4017 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
4018
4019 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
4022 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
4023 Ignore select-window events rather than fiddle with
4024 mouse-autoselect-window.
4025
4026 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
4027
4028 * type-break.el (type-break-mode): Fix previous change.
4029
4030 2005-01-10 Jay Belanger <belanger@truman.edu>
4031
4032 * calc/calc-ext.el (calc-reset): Reset when inside embedded
4033 calculator; only reset when point is inside a calculator.
4034 Don't adjust the window height if the window takes up the whole height
4035 of the frame.
4036
4037 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4038
4039 * ebuff-menu.el (Electric-buffer-menu-mode):
4040 Preserve value of buffer-local var header-line-format.
4041
4042 2005-01-09 Jay Belanger <belanger@truman.edu>
4043
4044 * calc/calc.el (calc-mode-var-list-restore-saved-values):
4045 Make sure settings file exists before accessing it.
4046
4047 * calc/calc-embed.el (calc-embedded-subst):
4048 Replace math-multi-subst-rec, which is only supposed to be called
4049 by math-multi-subst, by math-multi-subst.
4050
4051 2005-01-09 Andre Spiegel <spiegel@gnu.org>
4052
4053 * vc.el (vc-allow-async-revert): New user option.
4054 (vc-disable-async-diff): New internal variable.
4055 (vc-revert-buffer): Use them to disable asynchronous diff.
4056
4057 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
4058 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
4059 asynchronously if vc-disable-async-diff is t.
4060
4061 2005-01-09 Jay Belanger <belanger@truman.edu>
4062
4063 * calc/calc.el (defcalcmodevar): New macro.
4064 (calc-mode-var-list-restore-default-values)
4065 (calc-mode-var-list-restore-saved-values): New functions.
4066 (calc-mode-var-list): Use defcalcmodevar to define it.
4067 (calc-always-load-extensions, calc-line-numbering)
4068 (calc-line-breaking, calc-display-just, calc-display-origin)
4069 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4070 (calc-group-char, calc-point-char, calc-frac-format)
4071 (calc-prefer-frac, calc-hms-format, calc-date-format)
4072 (calc-float-format, calc-full-float-format, calc-complex-format)
4073 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4074 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4075 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4076 (calc-matrix-brackets, calc-language, calc-language-option)
4077 (calc-left-label, calc-right-label, calc-word-size)
4078 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4079 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4080 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4081 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4082 (calc-window-height, calc-display-trail, calc-show-selections)
4083 (calc-use-selections, calc-assoc-selections)
4084 (calc-display-working-message, calc-auto-why, calc-timing)
4085 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
4086 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
4087 (calc-gnuplot-default-device, calc-gnuplot-default-output)
4088 (calc-gnuplot-print-device, calc-gnuplot-print-output)
4089 (calc-gnuplot-geometry, calc-graph-default-resolution)
4090 (calc-graph-default-resolution-3d, calc-invocation-macro)
4091 (calc-show-banner): Use defcalcmodevar to declare them and set
4092 their default values.
4093
4094 * calc/calc-ext.el (calc-reset): Restore saved values of variables
4095 instead of default values (but restore default values if there is
4096 an argument of 0).
4097
4098 2005-01-09 David Kastrup <dak@gnu.org>
4099
4100 * desktop.el (desktop-restore-eager): Fix typo in type.
4101
4102 2005-01-08 Richard M. Stallman <rms@gnu.org>
4103
4104 * cus-edit.el (customize): Delete :link.
4105
4106 2005-01-08 Jay Belanger <belanger@truman.edu>
4107
4108 * calc/calc.el (calc-mode): Remove the extension from the
4109 `calc-settings-file' file name when loading it.
4110
4111 2005-01-08 Kim F. Storm <storm@cua.dk>
4112
4113 * info.el (Info-mode-map, Info-next-link-keymap)
4114 (Info-prev-link-keymap, Info-up-link-keymap):
4115 Map follow-link to mouse-face.
4116 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
4117
4118 2005-01-08 Jay Belanger <belanger@truman.edu>
4119
4120 * calc/calc.el (calc-settings-file): Change default value.
4121 Suggested by cgw in a comment in calc-mode.el.
4122
4123 * calc/calc-mode.el (calc-settings-file-name):
4124 Compare calc-settings-file to user-init-file instead of ~/.emacs.
4125 Replace ~/.emacs in a prompt by calc-settings-file.
4126
4127 2005-01-07 Lars Hansen <larsh@math.ku.dk>
4128
4129 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
4130 (desktop-lazy-idle-delay): New customizable variables.
4131 (desktop-buffer-args-list): New variable.
4132 (desktop-append-buffer-args): New function.
4133 (desktop-save): Call desktop-append-buffer-args for some buffers.
4134 (desktop-lazy-create-buffer): New function.
4135 (desktop-idle-create-buffers): New function.
4136 (desktop-read): Add message about buffers to restore lazily.
4137 (desktop-lazy-abort): New command.
4138 (desktop-clear): Call desktop-lazy-abort.
4139 (desktop-lazy-complete): New command.
4140
4141 2005-01-06 Richard M. Stallman <rms@gnu.org>
4142
4143 * emacs-lisp/find-func.el (find-face-definition):
4144 Rename from find-face.
4145
4146 2005-01-06 Kim F. Storm <storm@cua.dk>
4147
4148 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
4149
4150 * man.el (Man-xref-man-page, Man-xref-header-file)
4151 (Man-xref-normal-file): Add follow-link property.
4152
4153 2005-01-06 Jay Belanger <belanger@truman.edu>
4154
4155 * calc/calc-units.el: Make sure the proper macro definitions are
4156 available when compiling.
4157
4158 2005-01-06 Juri Linkov <juri@jurta.org>
4159
4160 * isearch.el (isearch-lazy-highlight-update):
4161 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
4162
4163 2005-01-06 Miles Bader <miles@gnu.org>
4164
4165 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
4166 (isearch-lazy-highlight-face): Use new name.
4167
4168 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * uniquify.el (uniquify-rationalize-file-buffer-names):
4171 Re-add an interactive spec.
4172 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
4173 to the same name.
4174
4175 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
4176 (isearch-update, isearch-done): Adjust calls accordingly.
4177
4178 2005-01-05 Richard M. Stallman <rms@gnu.org>
4179
4180 * custom.el (custom-set-variables, custom-theme-set-variables):
4181 Clarify documentation.
4182
4183 * emacs-lisp/find-func.el (find-variable)
4184 (find-variable-other-window, find-variable-other-frame):
4185 Fix the TYPE args to find-function-read and find-function-do-it.
4186 (find-function): Doc fix.
4187 (find-function-at-point): Replace function-at-point alias.
4188
4189 2005-01-04 Richard M. Stallman <rms@gnu.org>
4190
4191 * cus-face.el (custom-declare-face):
4192 Record defface in current-load-list.
4193
4194 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
4195
4196 * emacs-lisp/find-func.el: Doc fixes.
4197 (find-face-regexp): New variable.
4198 (find-function-regexp-alist): New variable.
4199 (find-function-C-source): Third arg is now TYPE.
4200 (find-function-search-for-symbol): Handle general TYPE.
4201 (find-function-read, find-function-do-it): Handle general TYPE.
4202 (find-definition-noselect, find-face): New functions.
4203 (function-at-point): Alias deleted.
4204
4205 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * battery.el (display-battery-mode): Rename from display-battery.
4208 Handle the case where it gets turned off.
4209
4210 2005-01-04 Richard M. Stallman <rms@gnu.org>
4211
4212 * cus-edit.el (customize): Make :link point to user doc.
4213
4214 * man.el (Man-fontify-manpage): Turn off undo generation.
4215
4216 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
4217
4218 2005-01-04 Andreas Schwab <schwab@suse.de>
4219
4220 * files.el (insert-directory): Only look for error lines in
4221 inserted text. Don't move too far after processing --dired markers.
4222
4223 2005-01-04 Richard M. Stallman <rms@gnu.org>
4224
4225 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4226 Don't expand if the character is @, period, dash, etc.
4227 (define-mail-abbrev): Quote names that contain problem characters.
4228
4229 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4230
4231 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
4232
4233 2005-01-03 Richard M. Stallman <rms@gnu.org>
4234
4235 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
4236 (query-replace-highlight, query-replace-lazy-highlight)
4237 (query-replace): Definitions moved up. Doc fix.
4238
4239 2005-01-03 Richard M. Stallman <rms@gnu.org>
4240
4241 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
4242 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4243 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
4244 (lazy-highlight-face): Rename from isearch-lazy-...
4245 Change all references to them.
4246
4247 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4248
4249 * cus-edit.el (custom-file): Doc fix for defcustom.
4250 (custom-file): The function no longer sets the variable
4251 `custom-file' to its return value.
4252
4253 * startup.el (command-line): No longer load `custom-file'.
4254
4255 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
4258
4259 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
4260 Don't confuse module-prefixed identifiers for labels.
4261 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
4262
4263 2005-01-02 Richard M. Stallman <rms@gnu.org>
4264
4265 * files.el (basic-save-buffer-1): Fix previous change.
4266
4267 * loadhist.el (file-loadhist-lookup): New function.
4268 (file-provides, file-requires): Use it.
4269
4270 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
4271 instead of calculating the right size.
4272
4273 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4274
4275 * vc-svn.el (vc-svn-diff): Stay local if possible.
4276
4277 2005-01-02 Stefan <monnier@iro.umontreal.ca>
4278
4279 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4280
4281 * files.el (hack-local-variables): Fix last change.
4282
4283 2005-01-02 Jay Belanger <belanger@truman.edu>
4284
4285 * calc/calc-yank.el (calc-edit-top): New variable.
4286 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
4287 object. Change header properties.
4288 (calc-edit-finish, calc-edit-finish-stack-object)
4289 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
4290 edited object.
4291 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
4292 for the beginning of the edited object.
4293 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
4294 for the beginning of the edited object.
4295 * calc/calc-prog.el (calc-edit-macro-finish-edit)
4296 (calc-finish-formula-edit, calc-macro-repeats)
4297 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
4298 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
4299 beginning of the edited object.
4300 (calc-user-define-edit): Change the header for editing macros.
4301 Remove unnecessary variable.
4302
4303 2005-01-01 Jay Belanger <belanger@truman.edu>
4304
4305 * calc/calc-yank.el (calc-edit-mode): Change default header.
4306 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
4307 * calc/calc-store.el (calc-edit-variable): Change title to match new
4308 header.
4309 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
4310 mode to match new header.
4311 (calc-user-define-edit): Change titles to include names of commands.
4312 (calc-finish-formula-edit): Adjust to handle new header.
4313 (calc-finish-macro-edit): Remove.
4314 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
4315 (calc-edit-macro-command, calc-edit-macro-command-type)
4316 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
4317 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
4318 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
4319 (calc-edit-macro-finish-edit): New functions.
4320 (calc-user-define-edit): Use new functions to edit named calc macros.
4321
4322 2005-01-01 Stefan <monnier@iro.umontreal.ca>
4323
4324 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
4325
4326 * ses.el (copy-region-as-kill): Deactivate mark.
4327
4328 2005-01-01 Richard M. Stallman <rms@gnu.org>
4329
4330 * replace.el (occur-1): If the output buffer is also an input,
4331 don't kill it, rename it.
4332
4333 * faces.el (set-face-background, set-face-foreground): Doc fix.
4334
4335 * cus-face.el (custom-face-attributes): Fix :help-echo strings
4336 for :foreground and :background.
4337
4338 * dired.el (dired-view-command-alist): Variable deleted.
4339 (dired-view-file, dired-mouse-find-file-other-window):
4340 Delete the code to use it.
4341
4342 2005-01-01 Kim F. Storm <storm@cua.dk>
4343
4344 * image.el (insert-sliced-image): Use t for line-height property.
4345
4346 2004-12-31 Jay Belanger <belanger@truman.edu>
4347
4348 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
4349 for "var-" at the beginning of the minibuffer.
4350
4351 2004-12-31 Richard M. Stallman <rms@gnu.org>
4352
4353 * faces.el (read-face-name):
4354 Don't treat an attribute spec as a list of faces.
4355
4356 * simple.el (undo): Use undo-equiv-table to detect
4357 unexpected changes since previous undo.
4358 (undo-list-saved): Variable deleted.
4359 (buffer-disable-undo): Don't alter undo-list-saved.
4360
4361 * files.el (require-final-newline): Allow `visit' and `visit-save'.
4362 (mode-require-final-newline): New option.
4363 (after-find-file): Handle require-final-newline with new values.
4364 (basic-save-buffer): Handle new values of require-final-newline.
4365
4366 * progmodes/sh-script.el (sh-require-final-newline):
4367 Alist value now controls whether to use mode-require-final-newline.
4368 (sh-set-shell): Implement that new meaning.
4369
4370 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
4371 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
4372 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
4373 Delete old-Emacs compatibility code.
4374 (antlr-c-common-init): Function deleted.
4375
4376 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
4377 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
4378 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
4379 * progmodes/python.el (python-mode): Use mode-require-final-newline.
4380 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
4381 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
4382 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
4383 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
4384 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
4385 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
4386 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
4387 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
4388 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
4389 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
4390 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
4391 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
4392
4393 2004-12-31 Jay Belanger <belanger@truman.edu>
4394
4395 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
4396 way to return to Calc.
4397
4398 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
4399 finish, C-xk as the way to cancel the edit. Add cancel routine to
4400 kill-buffer-hook.
4401
4402 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
4403 MacEdit code.
4404
4405 * calc/calc-prog.el: Remove obsolete MacEdit code.
4406 (calc-macro-edit-algebraic, calc-macro-edit-variable)
4407 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
4408
4409 2004-12-31 Kenichi Handa <handa@m17n.org>
4410
4411 * international/mule.el (buffer-file-coding-system-explicit):
4412 Rename for explicit-buffer-file-coding-system.
4413 (after-insert-file-set-coding): Adjust for the above change.
4414
4415 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
4416 to buffer-file-coding-system-explicit.
4417 (basic-save-buffer-1): Likewise.
4418
4419 2004-12-30 Richard M. Stallman <rms@gnu.org>
4420
4421 * textmodes/artist.el (artist-butlast-fn): Var deleted.
4422 (artist-butlast, artist-last): Functions deleted.
4423 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
4424 (artist-compute-key-compl-table): Call remq directly.
4425 (artist-remove-nulls): Function deleted.
4426 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
4427 (artist-push, artist-pop): Macro deleted.
4428
4429 2004-12-30 Andreas Leue <al@sphenon.de>
4430
4431 * textmodes/artist.el (artist-version): 1.2.6
4432 (artist-prev-next-op-alist): New variable.
4433 (artist-select-next-op-in-list): New function.
4434 (artist-select-prev-op-in-list): New function.
4435 (artist-make-prev-next-op-alist): New function.
4436 (artist-is-in-op-list-p): New function.
4437 (artist-get-first-non-nil-op): New function.
4438 (artist-get-last-non-nil-op): New function.
4439 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4440 artist-prev-next-op-alist.
4441 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4442 change drawing operation.
4443
4444 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
4445
4446 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
4447
4448 2004-12-31 Masatake YAMATO <jet@gyve.org>
4449
4450 * server.el (server-process-filter): Suppress `error', too.
4451
4452 2004-12-30 Jay Belanger <belanger@truman.edu>
4453
4454 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
4455 Change the way a variable is displayed in a message.
4456
4457 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
4458 (calc-user-define-permanent, calc-execute-kbd-macro):
4459 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
4460
4461 2004-12-30 Kenichi Handa <handa@m17n.org>
4462
4463 * files.el (basic-save-buffer-1):
4464 Set explicit-buffer-file-coding-system to last-coding-system-used.
4465 (revert-buffer): Pay attention to
4466 explicit-buffer-file-coding-system (not buffer-file-coding-system)
4467 on bind coding-system-for-read.
4468
4469 * international/mule.el (explicit-buffer-file-coding-system):
4470 New buffer local variable.
4471 (after-insert-file-set-coding): Set it to coding-system-for-read.
4472
4473 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
4474
4475 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4476
4477 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
4478
4479 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
4480 that include line numbers.
4481
4482 2004-12-29 Milan Zamazal <pdm@zamazal.org>
4483
4484 * files.el (hack-local-variables): If no PREFIX, set it to "^".
4485 Redundant variable PREFIXLEN removed.
4486
4487 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
4488
4489 * eshell/em-hist.el (eshell-previous-matching-input):
4490 Start the deletion from the end of the output.
4491
4492 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4493
4494 * term/mac-win.el: Require x-dnd.
4495 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
4496
4497 2004-12-29 David Kastrup <dak@gnu.org>
4498
4499 * international/mule.el (decode-coding-inserted-region):
4500 Don't barf if `buffer-undo-list' is already set to `t'.
4501
4502 2004-12-29 Jay Belanger <belanger@truman.edu>
4503
4504 * calc/calc-prog.el (calc-user-define-formula): Put default values
4505 for function names in prompts.
4506 (calc-user-define-permanent, calc-user-define-composition)
4507 (calc-user-define-formula): Remove the need for "calcFunc-" in the
4508 default input for algebraic functions.
4509
4510 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
4511
4512 * vc-rcs.el (vc-rcs-annotate-command):
4513 Fix omission bug: Call `vc-setup-buffer'.
4514
4515 2004-12-29 Kenichi Handa <handa@m17n.org>
4516
4517 * international/mule.el (recode-region): New function.
4518
4519 2004-12-28 Richard M. Stallman <rms@gnu.org>
4520
4521 * simple.el (undo-extra-outer-limit): New variable.
4522 (undo-outer-limit-truncate): Test and set it.
4523
4524 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
4525 enables the feature to extend the existing region.
4526
4527 * simple.el (mark-word): New arg ALLOW-EXTEND
4528 enables the feature to extend the existing region.
4529
4530 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
4531 enables the feature to extend the existing region.
4532
4533 * startup.el (site-run-file): Don't allow setting it with Custom.
4534
4535 * simple.el (buffer-disable-undo): Fix previous change.
4536
4537 2004-12-27 Masatake YAMATO <jet@gyve.org>
4538
4539 * hexl.el (hexlify-buffer): Remove fontification here.
4540 Use font lock mechanism instead.
4541 (hexl-font-lock-keywords): New font lock kewords.
4542 (hexl-mode-old-font-lock-keywords): New variable.
4543 (hexl-mode): Store the old font lock keywords.
4544 (hexl-mode-exit): Restore the old font lock keywords.
4545
4546 2004-12-27 Richard M. Stallman <rms@gnu.org>
4547
4548 * simple.el (undo): Fix previous change.
4549
4550 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4551
4552 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4553 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
4554 Call x-open-connection on Mac OS X.
4555
4556 2004-12-27 Richard M. Stallman <rms@gnu.org>
4557
4558 * files.el (buffer-save-without-query): New var (buffer-local).
4559 (save-some-buffers): Save those buffers first, w/o asking.
4560
4561 * files.el (insert-directory-ls-version): New variable.
4562 (insert-directory): When ls returns an error, test the version
4563 number to decide what the return code means.
4564 With --dired output format, detect and distinguish lines
4565 that are really error messages.
4566 (insert-directory-adj-pos): New function.
4567
4568 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
4569
4570 * battery.el (battery-mode-line-format): Remove initial spaces.
4571
4572 * uniquify.el (uniquify-rationalize-file-buffer-names):
4573 Delete interactive spec.
4574
4575 * type-break.el (type-break-mode): Set buffer-save-without-query.
4576 Remove code that tried to set save-some-buffers-always.
4577 (type-break-file-keystroke-count): Bind deactivate-mark.
4578
4579 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
4580
4581 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
4582 Test that the buffer is live, and maybe reject current buffer too.
4583 Clarify.
4584 (next-error-find-buffer): Rewrite for clarity.
4585
4586 * loadup.el: Don't use buffer-disable-undo; do it directly.
4587
4588 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
4589 (describe-variable): Call symbol-file with `defvar'.
4590
4591 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
4592 (symbol-file): Rewritten to handle new load-history format.
4593 Now takes an arg TYPE to specify looking for a particular
4594 type of definition only.
4595
4596 * emacs-lisp/debug.el (debugger-make-xrefs):
4597 Call symbol-file with `defun'.
4598
4599 * emacs-lisp/find-func.el (find-function-noselect):
4600 Call symbol-file with `defun'.
4601 (find-variable-noselect): Call symbol-file with `defvar'.
4602
4603 * eshell/esh-cmd.el (eshell-find-alias-function):
4604 Call symbol-file with `defun'.
4605
4606 * eshell/esh-test.el (eshell-test-goto-func):
4607 Call symbol-file with `defun'.
4608
4609 * mail/rmail.el (rmail-resend):
4610 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
4611
4612 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
4613
4614 * progmodes/compile.el (compilation-find-buffer): Rename arg.
4615
4616 * textmodes/texinfmt.el (texinfo-format-buffer-1):
4617 Call buffer-disable-undo.
4618
4619 * simple.el (undo-list-saved): New variable (buffer-local).
4620 (undo): Set and test it.
4621 (buffer-disable-undo): Move here from buffer.c.
4622 Clear out undo-list-saved.
4623
4624 * international/mule.el (decode-coding-inserted-region):
4625 Set buffer-undo-list in a correct and optimal way.
4626
4627 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
4628 (cperl-font-lock-unfontify-region-function): No need to save and
4629 restore info, since font-lock.el does it for us.
4630
4631 * ansi-color.el (save-buffer-state): Definition deleted.
4632 (ansi-color-unfontify-region): Don't use save-buffer-state.
4633
4634 2004-12-27 Dave Love <fx@gnu.org>
4635
4636 * wid-edit.el (function): Use restricted-sexp as parent.
4637
4638 2004-12-27 Kevin Ryde <user42@zip.com.au>
4639
4640 * simple.el (next-matching-history-element): Use same
4641 `interactive' form as previous-matching-history-element.
4642
4643 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4644 it can appear unencoded and has been seen from yahoo.
4645
4646 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4647
4648 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
4649 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
4650
4651 2004-12-27 Kenichi Handa <handa@m17n.org>
4652
4653 * international/utf-8.el (utf-translate-cjk-load-tables):
4654 Bind coding-system-for-read to nil while loading subst-*.
4655
4656 2004-12-26 Jay Belanger <belanger@truman.edu>
4657
4658 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
4659 default input.
4660
4661 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
4662
4663 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
4664 before reverting and disable undo recording while reverting.
4665
4666 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
4667
4668 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
4669 (hs-make-overlay): New function.
4670 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
4671 (hs-flag-region): Delete function.
4672 (hs-hide-comment-region): No longer use `hs-flag-region'.
4673 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
4674 (hs-hide-block-at-point): Likewise.
4675 (hs-hide-level-recursive): Use `hs-discard-overlays'.
4676 (hs-hide-all, hs-show-all): Likewise.
4677 (hs-show-block): Likewise.
4678 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
4679
4680 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
4681
4682 * progmodes/hideshow.el: Require `cl' when compiling.
4683 Remove XEmacs and Emacs 19 compatibility.
4684 Use `dolist' and `add-to-list' for load-time actions.
4685 (hs-discard-overlays): Use `dolist'.
4686 (hs-show-block): Likewise.
4687
4688 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4689
4690 * faces.el (mode-line, mode-line-inactive): Use min-colors.
4691
4692 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
4693
4694 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
4695 When extending backwards, move outside the current comment first.
4696
4697 2004-12-22 Kenichi Handa <handa@m17n.org>
4698
4699 * international/quail.el (quail-start-translation): Fix prompt
4700 string for the case if input-method-use-echo-area being non-nil.
4701 (quail-start-conversion): Likewise.
4702 (quail-show-guidance): Don't show guidance if
4703 input-method-use-echo-area is non-nil.
4704
4705 2004-12-21 Richard M. Stallman <rms@gnu.org>
4706
4707 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
4708
4709 2004-12-21 Markus Rost <rost@ias.edu>
4710
4711 * calendar/diary-lib.el (mark-diary-entries):
4712 Set mark-diary-entries-in-calendar only after checking for diary-file.
4713
4714 2004-12-21 Richard M. Stallman <rms@gnu.org>
4715
4716 * faces.el (escape-glyph): Use blue against light foreground.
4717
4718 * simple.el (undo-outer-limit-truncate): New function.
4719 (undo-outer-limit-function): Use undo-outer-limit-truncate.
4720
4721 2004-12-21 Eli Barzilay <eli@barzilay.org>
4722
4723 * calculator.el: (calculator-radix-grouping-mode)
4724 (calculator-radix-grouping-digits)
4725 (calculator-radix-grouping-separator):
4726 New defcustoms for the new radix grouping mode functionality.
4727 (calculator-mode-hook): Now used in electric mode too,
4728 (calculator): Call it.
4729 (calculator-mode-map): Some new keys.
4730 (calculator-message): New function. Some new calls.
4731 (calculator-op, calculator-set-register): Use it.
4732 (calculator-string-to-number): New function, mostly moved and
4733 updated code from calculator-curnum-value.
4734 (calculator-curnum-value): Use it.
4735 (calculator-paste): Use it, and update grabbing the current-kill.
4736 (calculator-rotate-displayer)
4737 (calculator-rotate-displayer-back): Toggle digit grouping when
4738 in radix mode, use calculator-message.
4739 (calculator-displayer-prev, calculator-displayer-next):
4740 Change digit group size when in radix mode.
4741 (calculator-number-to-string): Rename from
4742 calculator-num-to-string. Now deals with digit grouping in
4743 radix mode.
4744 (calculator-update-display, calculator-put-value): Use the new name.
4745 (calculator-fact): Return a floating point number.
4746 (calculator-mode): Doc fix.
4747
4748 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4749
4750 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4751 * calendar/diary-lib.el (view-other-diary-entries):
4752 Use current-prefix-arg in interactive spec.
4753
4754 2004-12-19 Jay Belanger <belanger@truman.edu>
4755
4756 * calc/calc-aent.el (calcAlg-blank-matching-open):
4757 Temporarily adjust the syntax of both delimiters of half-open intervals.
4758
4759 2004-12-19 Kim F. Storm <storm@cua.dk>
4760
4761 * mouse.el (mouse-1-click-follows-link): Doc fix.
4762
4763 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4764
4765 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
4766 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
4767 instead of centraleuropean as the name
4768
4769 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
4770
4771 Sync with Tramp 2.0.46.
4772
4773 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
4774 parameters wrt Tramp convention.
4775 (tramp-handle-file-attributes-with-perl)
4776 (tramp-handle-directory-files-and-attributes): Apply it.
4777 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
4778 `copy-program'. Reported by Zack Weinberg
4779 <zack@codesourcery.com>.
4780 (top): Set `edebug-form-spec' property directly rather than
4781 calling `def-edebug-spec'.
4782
4783 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
4784 advice less fragile. Surround temporary redefinition of
4785 `substitute-in-file-name' with `unwind-protect'. Suggested by
4786 Matt Hodges <MPHodges@member.fsf.org>.
4787
4788 2004-12-17 Juri Linkov <juri@jurta.org>
4789
4790 * replace.el (occur-accumulate-lines, occur-engine):
4791 Make forcing deferred font-lock fontification jit-specific.
4792
4793 2004-12-17 Kim F. Storm <storm@cua.dk>
4794
4795 * mouse.el (mouse-1-click-follows-link): New defcustom.
4796 (mouse-on-link-p): New function.
4797 (mouse-drag-region-1): Implement mouse-1-click-follows-link
4798 functionality. Map a mouse-1 click event into a mouse-2 (or
4799 other) event when position is inside a link.
4800
4801 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
4802 prefix in tooltip text with "mouse-1" when this is a link
4803 recognized by mouse-1-click-follows-link functionality.
4804
4805 * help.el (describe-key): Report effective and original binding
4806 for mouse-1 when clicked on a link.
4807 (describe-mode): Add follow-link property to "minor-mode" button.
4808
4809 * help-fns.el (describe-variable): Add follow-link property to
4810 "below" button.
4811
4812 * help-mode.el (help-xref): Add follow-link property.
4813
4814 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
4815 (apropos-command, apropos-variable, apropos-face, apropos-group)
4816 (apropos-widget, apropos-plist): Add follow-link property.
4817
4818 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
4819 checks if position is in a filename, rather than some other
4820 clickable item. Function looks for cvs-filename-face at position.
4821
4822 * wid-edit.el (widget-specify-field, widget-specify-button):
4823 Map a :follow-link keyword into a follow-link property.
4824 (link): Add :follow-link keyword, map to RET binding.
4825
4826 * dired.el (dired-mode-map): Map follow-link to mouse-face.
4827
4828 * progmodes/compile.el (compilation-minor-mode-map)
4829 (compilation-button-map, compilation-mode-map): Likewise.
4830
4831 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
4832
4833 * play/zone.el (zone): Init `line-spacing' from orig buffer.
4834 (zone-replace-char): Take `count' and `del-count'
4835 instead of `direction'. Update callers. When `del-count' is
4836 non-nil, delete that many characters, otherwise `count' characters
4837 backwards. Insert the newly-replaced string `count' times.
4838 (zone-fret): Handle chars w/ width greater than one.
4839 (zone-fall-through-ws): No longer take window width `ww'.
4840 Update callers. Add handling for `char-width' greater than one.
4841 (zone-pgm-drip): Update var holding window-end position every cycle.
4842
4843 2004-12-17 Andre Spiegel <spiegel@gnu.org>
4844
4845 * vc.el (vc-default-update-changelog): Use insert-file-contents,
4846 rather than insert-file.
4847
4848 2004-12-16 Jay Belanger <belanger@truman.edu>
4849
4850 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
4851 (math-init-random-base, math-random-digit): Check to see if
4852 var-RandSeed is bound.
4853 (math-random-last): Declare it.
4854 (math-random-digit): Don't make math-random-last local.
4855
4856 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
4857
4858 * play/zone.el (zone): Fix omission bug: Use a self-disabling
4859 one-shot thunk for uniform (error, quit, normal) recovery.
4860 Reported by John Paul Wallington.
4861 (zone-pgm-random-life): Fix bug:
4862 Recognize empty initial field by lack of "@" chars.
4863
4864 2004-12-16 Juri Linkov <juri@jurta.org>
4865
4866 * help.el (function-called-at-point):
4867 * help-fns.el (variable-at-point): As a last resort try stripping
4868 non-word prefixes and suffixes.
4869
4870 * descr-text.el (describe-property-list): Don't treat syntax-table
4871 specially. Use describe-text-sexp which inserts [show] button
4872 for large objects and handles printing errors. Sort properties
4873 by names in alphabetical order instead of by value sizes.
4874 Add `mouse-face' to list of properties for `describe-face' widget.
4875 (describe-char): Mask out face-id from 19 bits of character.
4876 Print face-id separately.
4877
4878 * replace.el (occur-accumulate-lines, occur-engine):
4879 Fontify unfontified matching lines in the source buffer
4880 before copying them.
4881 (occur-engine): Don't put mouse-face on context lines.
4882 (occur-next-error): Set point to line beginning/end
4883 before searching for prev/next property to skip multiple
4884 matches on a line (not supported by occur engine).
4885 Remove redundant prefix-numeric-value.
4886
4887 2004-12-15 Juri Linkov <juri@jurta.org>
4888
4889 * replace.el (match): New face.
4890 (list-matching-lines-face): Change default from `bold' to `match'.
4891
4892 * progmodes/grep.el (grep-match-face): New defvar.
4893 (grep-mode-font-lock-keywords): Use grep-match-face instead of
4894 compilation-column-face to highlight grep matches.
4895
4896 * apropos.el (apropos-match-face): Change default from
4897 `secondary-selection' to `match'.
4898
4899 * info-look.el (info-lookup-highlight-face): Change default from
4900 `highlight' to `match'.
4901
4902 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
4903
4904 * progmodes/executable.el (executable-interpret): Eliminate
4905 obsolete compile-internal, and switch to comint for interaction.
4906
4907 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
4908
4909 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
4910 `&&' when skipping multiple statements on a line.
4911
4912 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
4913
4914 * play/zone.el (zone): Set `truncate-lines'.
4915 Also, init `tab-width' with value from original buffer.
4916 (zone-shift-up): Rewrite for speed.
4917 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
4918 (zone-pgm-jitter): Remove redundant entries from ops vector.
4919 (zone-exploding-remove): Reduce iteration count.
4920 (zone-cpos): Convert to defsubst.
4921 (zone-replace-char): New defsubst.
4922 (zone-park/sit-for): Likewise.
4923 (zone-fret): Take window-start arg.
4924 Update callers. Use `zone-park/sit-for'.
4925 (zone-fill-out-screen): Rewrite.
4926 (zone-fall-through-ws): Likewise. Update callers.
4927 (zone-pgm-drip): Use `zone-replace-char'.
4928 Move var inits before while-loop. Use `zone-park/sit-for'.
4929 (zone-pgm-random-life): Handle empty initial field.
4930 Use `zone-replace-char' and `zone-park/sit-for'.
4931
4932 2004-12-15 Juri Linkov <juri@jurta.org>
4933
4934 * isearch.el (isearch-update): Test isearch-lazy-highlight
4935 before calling isearch-lazy-highlight-new-loop.
4936 (isearch-lazy-highlight-new-loop):
4937 Don't test isearch-lazy-highlight.
4938
4939 * replace.el (perform-replace): Add isearch-case-fold-search.
4940 Use delimited-flag for isearch-regexp.
4941 Reset isearch-lazy-highlight-last-string to force lazy
4942 highlighting when called from isearch mode.
4943 (query-replace-highlight): Revert defcustom type to boolean.
4944 (query-replace-lazy-highlight): New defcustom.
4945 (query-replace): New face.
4946 (perform-replace, replace-highlight, replace-dehighlight):
4947 Test query-replace-lazy-highlight instead of special value
4948 `isearch' of query-replace-highlight.
4949 (replace-dehighlight): Don't call isearch-dehighlight.
4950 (replace-highlight): Don't call isearch-highlight.
4951 Use face `query-replace' unconditionally.
4952
4953 2004-12-14 Kim F. Storm <storm@cua.dk>
4954
4955 * simple.el (inhibit-mark-movement): Remove defvar.
4956 (beginning-of-buffer, end-of-buffer): Don't use it.
4957
4958 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4959 Don't use inhibit-mark-movement.
4960
4961 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
4962 (cua--undo-push-mark): Remove.
4963 (cua--pre-command-handler, cua--post-command-handler):
4964 Don't fiddle with inhibit-mark-movement.
4965
4966 2004-12-14 Juri Linkov <juri@jurta.org>
4967
4968 * buff-menu.el (list-buffers-noselect): Collect internal info
4969 for every buffer in BUFFER-LIST arg too.
4970 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
4971 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
4972 Bind same-window-buffer-names and same-window-regexps to nil.
4973
4974 2004-12-13 Juri Linkov <juri@jurta.org>
4975
4976 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
4977
4978 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
4979 (sc-cite-region, sc-uncite-region, sc-recite-region):
4980 Fix previous change to handle not alist as a symbol, but
4981 a citation frame as a symbol that represents a variable name.
4982
4983 2004-12-13 Richard M. Stallman <rms@gnu.org>
4984
4985 * filecache.el (file-cache-add-directory-using-find):
4986 Only set up file-cache-find-command-posix-flag if we will use it.
4987
4988 * bindings.el (mode-line-buffer-identification-keymap):
4989 Don't cancel the mode-line's usual down-mouse-1 binding.
4990
4991 * cus-edit.el (custom-face-selected): Handle `default' specs.
4992 (custom-face-edit): Increase extra-offset.
4993 (custom-display): Handle `default' specs.
4994
4995 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
4996
4997 * emacs-lisp/elint.el (elint-standard-variables)
4998 (elint-unknown-builtin-args): Move definitions up.
4999
5000 * net/browse-url.el (browse-url-url-at-point): Add autoload.
5001
5002 * info.el (info-xref-visited): Use `default' instead of t.
5003 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
5004
5005 * faces.el (header-line, mode-line-inactive, tool-bar):
5006 Use `default' instead of t for setting the defaults.
5007 (face-spec-choose): Separate `t' from `default'.
5008
5009 * subr.el (while-no-input): New macro.
5010
5011 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
5012
5013 * filecache.el (file-cache-add-directory-using-find):
5014 Only test file-cache-find-command-posix-flag on some systems.
5015
5016 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
5019 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
5020 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
5021 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
5022 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
5023
5024 2004-12-12 Juri Linkov <juri@jurta.org>
5025
5026 * files.el (find-file-other-window, find-file-other-frame):
5027 Add the first buffer to the returned value to return the complete
5028 list of all visited buffers.
5029 (find-file-read-only, find-file-read-only-other-window)
5030 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
5031 `find-file-read-args'. Signal an error about non-existent file
5032 only if file name doesn't contain wildcards. Toggle read-only in
5033 all visited buffers.
5034 (find-alternate-file, find-alternate-file-other-window):
5035 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
5036 called interactively. Pass arg `wildcards' to other functions.
5037 (find-file-noselect): Doc fix.
5038
5039 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
5040 Doc fix.
5041 (ffap-directory-finder): New variable.
5042 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
5043 (ffap-file-at-point): Add /* to immediately rejected names.
5044 Return absolute file names matching ffap-dired-wildcards.
5045 (ffap-read-file-or-url): Set default value for `completing-read'
5046 to `buffer-file-name'.
5047 (find-file-at-point): When filename matches ffap-dired-wildcards,
5048 call ffap-file-finder with t arg `wildcards', instead of dired.
5049 (ffap-other-window, ffap-other-frame): Return visited buffers.
5050 (ffap-read-only, ffap-read-only-other-window)
5051 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
5052 (dired-at-point): Call ffap-directory-finder instead of dired.
5053 (ffap-dired-other-window, ffap-dired-other-frame)
5054 (ffap-list-directory): New commands.
5055 (ffap-bindings): New keybindings for new commands.
5056
5057 2004-12-12 Juri Linkov <juri@jurta.org>
5058
5059 * simple.el (beginning-of-buffer, end-of-buffer):
5060 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5061 Do not push mark when mark is active in transient-mark-mode.
5062
5063 * simple.el (mark-word):
5064 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
5065 * textmodes/paragraphs.el (mark-paragraph):
5066 Extend the region when mark is active in transient-mark-mode,
5067 regardless of the last command. Doc fix.
5068
5069 * simple.el (mark-word): Preserve direction when repeating.
5070 Make arg optional. Interactive "p" -> "P".
5071 (transient-mark-mode, inhibit-mark-movement): Doc fix.
5072
5073 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
5074 preserving direction, to mark forward instead of backward when mark
5075 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
5076
5077 2004-12-12 Juri Linkov <juri@jurta.org>
5078
5079 * isearch.el (isearch-edit-string): Set 7th arg of
5080 `read-from-minibuffer' to `t' to inherit the current input
5081 method (whose name is indicated by [IM] in the minibuffer prompt)
5082 from the current buffer to the minibuffer.
5083 (isearch-lazy-highlight-update): Put body to `with-local-quit'
5084 to allow C-g quitting for lazy highlighting looping inside the
5085 search with nested repetition operators. Add overlay to the list
5086 before setting its face and other properties to avoid the case of
5087 code quitting after placing the new overlay but before it's
5088 recorded on the list. Select the window where isearch was
5089 activated, to highlight matches in the right window when isearch
5090 switches the current window to the minibuffer.
5091
5092 * international/isearch-x.el
5093 (isearch-process-search-multibyte-characters):
5094 Use `isearch-message' as initial input for `read-string' instead
5095 of adding it to the minibuffer prompt. After reading a string
5096 remove the initial value of `isearch-message' from the string.
5097
5098 * replace.el (replace-match-maybe-edit): Doc fix.
5099 (perform-replace): Don't call `replace-highlight' when automatic
5100 replacement is requested in literal mode, since it is intended
5101 only to highlight words during entering a new replacement string
5102 for \? in non-literal mode.
5103
5104 * replace.el (query-replace-highlight): Add new value `isearch'
5105 that allows query replacement to use isearch highlighting.
5106 Change type from `boolean' to `choice'. Doc fix.
5107 (replace-highlight, replace-dehighlight, perform-replace):
5108 Use isearch highlighting if query-replace-highlight eq `isearch'.
5109
5110 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5113 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
5114
5115 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
5116 case of \end{verbatim}.
5117
5118 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * term.el (term-termcap-format): Synchronyze with terminfo.
5121 (term-emulate-terminal): Handle reset.
5122 (term-reset-terminal): New function.
5123
5124 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
5125
5126 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
5127 (zone-fill-out-screen): New func.
5128 (zone-pgm-drip): Use `zone-fill-out-screen'.
5129 Also, no longer go to point-min on every cycle.
5130 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
5131 (zone-pgm-random-life-wait): New user var.
5132 (zone-pgm-random-life): New func.
5133
5134 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
5135
5136 * files.el (auto-mode-alist): Map .com to DCL mode.
5137
5138 2004-12-09 Richard M. Stallman <rms@gnu.org>
5139
5140 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
5141
5142 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
5143
5144 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
5145 buffer with a display margin.
5146
5147 2004-12-08 Jay Belanger <belanger@truman.edu>
5148
5149 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
5150 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
5151
5152 2004-12-08 Richard M. Stallman <rms@gnu.org>
5153
5154 * faces.el: Delete code to set display table.
5155 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
5156
5157 2004-12-08 Jay Belanger <belanger@truman.edu>
5158
5159 * calc/calc.el: Add math-read-preprocess-string to autoloads.
5160
5161 * calc/calc-ext.el (math-read-replacement-list)
5162 (math-read-superscripts, math-read-preprocess-string): Move to
5163 calc-aent.el.
5164
5165 * calc/calc-aent.el (math-read-replacement-list)
5166 (math-read-superscripts, math-read-preprocess-string): Move from
5167 calc-ext.el.
5168
5169 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * isearch.el (isearch-quote-char): Fix up typo in last change.
5172
5173 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5174
5175 * mouse.el (mouse-set-font): Handle the case where the command was
5176 not invoked using the mouse.
5177
5178 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
5179 (edmacro-finish-edit): Further update for keyboard macros that are
5180 lambda forms.
5181 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5182
5183 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * font-lock.el (font-lock-unfontify-region): Save buffer state.
5186 (font-lock-default-unfontify-region): Don't save buffer state any more.
5187
5188 2004-12-07 Jay Belanger <belanger@truman.edu>
5189
5190 * calc/calc-help.el (calc-describe-key):
5191 Set calc-summary-indentation even when Calc Summary buffer exists.
5192
5193 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
5194
5195 * calendar/holidays.el (holiday-easter-etc): Make arguments
5196 optional for backwards compatibility. Doc fix.
5197 Remove un-necessary local vars mandatory, output-list.
5198 (holiday-advent): Make arguments optional for backwards
5199 compatibility. Doc fix.
5200
5201 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * paren.el (show-paren-function): Fix last change (2004-12-02).
5204
5205 * international/mule-util.el (char-displayable-p): Return nil for
5206 unibyte mode.
5207
5208 * subr.el (subregexp-context-p): New function.
5209
5210 * isearch.el (isearch-quote-char): Use it.
5211
5212 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
5213 (regexp-opt-not-groupie*-re): Remove.
5214 (regexp-opt): Properly handle inputs with duplicate entries.
5215
5216 2004-12-06 Richard M. Stallman <rms@gnu.org>
5217
5218 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
5219
5220 * cus-edit.el (custom-file): Doc fix.
5221
5222 * textmodes/org.el: New file.
5223
5224 2004-12-06 Kenichi Handa <handa@m17n.org>
5225
5226 * ldefs-boot.el: Update international/mule-util.el section.
5227
5228 2004-12-05 Sam Steingold <sds@gnu.org>
5229
5230 * net/tramp.el (tramp-handle-file-accessible-directory-p):
5231 Fix `tramp-time-diff' comparison logic.
5232
5233 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
5234
5235 * progmodes/which-func.el (which-function):
5236 Use `run-hook-with-args-until-success' instead of a custom loop.
5237 Fixes bug with local hooks.
5238
5239 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5240
5241 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
5242 Use delete-dups when calculating the initial value.
5243 (bibtex-autokey-get-title): Use <=.
5244 (bibtex-goto-line): New function.
5245 (bibtex-reposition-window): Use line numbers instead of point
5246 positions. Use window-body-height.
5247 (bibtex-find-crossref): Use bibtex-reposition-window.
5248 (bibtex-find-entry): Use bibtex-reposition-window. Always return
5249 position of entry if key is found or nil if not found.
5250
5251 2004-12-05 Richard M. Stallman <rms@gnu.org>
5252
5253 * cus-edit.el (custom-file): Doc fix.
5254
5255 * progmodes/sh-script.el (sh-indent-for-then): Change default.
5256
5257 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * simple.el (blink-matching-open):
5260 * textmodes/tex-mode.el (tex-validate-region):
5261 Obey syntax-table text properties.
5262
5263 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
5264
5265 * wid-edit.el (widget-specify-field): Add `real-field' property to
5266 boundary.
5267 (widget-field-at): Use it.
5268
5269 2004-12-02 Richard M. Stallman <rms@gnu.org>
5270
5271 * progmodes/cc-mode.el (awk-mode autoload):
5272 Supply t meaning interactive function.
5273
5274 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
5275 (isearch-mode-map): No special definition for space.
5276 (isearch-whitespace-chars): Command deleted.
5277 (isearch-forward-regexp): Doc fix.
5278 (isearch-quote-char): When a space is not inside brackets,
5279 use `[ ]' instead of just space.
5280 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
5281
5282 * imenu.el (imenu--generic-function): Delete code to exclude
5283 matches in comments.
5284
5285 * man.el (Man-reverse-face): Change default to `highlight'.
5286
5287 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
5288 (occur-engine): Use `face' prop rather than `font-lock-face'
5289 when specifying use of `match-face'.
5290 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
5291
5292 * emacs-lisp/elint.el (elint-standard-variables): Update list.
5293
5294 * add-log.el (add-log-current-defun): Handle the case where point
5295 is in the header part of a DEFUN construct.
5296
5297 2004-12-02 Dave Love <fx@gnu.org>
5298
5299 * progmodes/python.el (python-font-lock-syntactic-keywords):
5300 Fix previous change.
5301
5302 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
5303
5304 * paren.el (show-paren-function): Check for matching chars
5305 specified by text props.
5306
5307 2004-12-02 Jay Belanger <belanger@truman.edu>
5308
5309 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
5310 when reading a new key sequence.
5311
5312 2004-12-02 Kim F. Storm <storm@cua.dk>
5313
5314 * faces.el (escape-glyph): Rename from glyph.
5315 (standard-display-table): Set it here. Add escape-glyph face to
5316 extra slot characters.
5317
5318 * disp-table.el: Undo 2004-12-01 change. Display table is now
5319 setup in faces.el.
5320
5321 2004-12-02 Mark A. Hershberger <mah@everybody.org>
5322
5323 * xml.el (xml-parse-dtd): Don't show validity messages when
5324 xml-validating-parser is nil.
5325 (xml-substitute-special): Fix validity error messages to
5326 actually show the unexpandable entity. Added validity error if &
5327 isn't followed by an entity.
5328 (xml-parse-tag): Concatenate any string following the a
5329 <![CDATA[]]> section to the parsed CDATA.
5330 (xml-parse-dtd): Skip parameter entity declarations and use of
5331 parameter entities.
5332
5333 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5334
5335 * kmacro.el (kmacro-default-counter-format): New var.
5336 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
5337 (kmacro-display): Remove `nil' from `and' form. Delete call to
5338 `format' inside `message'.
5339 (kmacro-start-macro): Use `kmacro-default-counter-format'.
5340
5341 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * pcvs.el (cvs-header-msg): New function.
5344 (cvs-update-header): Use it. Change calling convention.
5345 Correctly handle the case of having simultaneous active processes.
5346 (cvs-sentinel): Don't call cvs-update-header any more.
5347 (cvs-mode-run): Update call and add cvs-update-header to postproc.
5348
5349 2004-12-01 Jay Belanger <belanger@truman.edu>
5350
5351 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
5352 Change message.
5353
5354 2004-12-01 Juri Linkov <juri@jurta.org>
5355
5356 * progmodes/prolog.el (prolog-mode-variables):
5357 Fix imenu-generic-expression.
5358
5359 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
5360
5361 * faces.el (glyph): New face.
5362
5363 * disp-table.el: Add an autoloaded table, that doesn't require
5364 this library, with glyph face.
5365
5366 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
5367 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
5368 (conf-quote-normal): Allow normalizing only ' or ".
5369 (conf-mode): Regexp-quote constructed comment-start and don't
5370 match section {} where "name" contains braces.
5371
5372 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
5373 files.
5374
5375 2004-12-01 Kenichi Handa <handa@m17n.org>
5376
5377 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
5378 (x-select-text): Don't treat eight-bit-control/graphic chars
5379 specially. Store the encoded text in the X cut buffer.
5380 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
5381 with x-last-selected-text-cut-encoded.
5382
5383 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
5386
5387 2004-11-30 Markus Rost <rost@ias.edu>
5388
5389 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
5390 AUCTeX.
5391
5392 2004-11-30 Jay Belanger <belanger@truman.edu>
5393
5394 * calc/calc-arith.el (math-possible-signs): Made stronger checks
5395 on signs of intervals.
5396 (math-pow-of-zero): Strengthen checks for positive and negative
5397 exponents.
5398
5399 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
5400 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
5401 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
5402 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
5403 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
5404 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
5405 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
5406 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
5407 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
5408 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
5409 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
5410 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
5411 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
5412 with provide statements.
5413
5414 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
5415
5416 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
5417
5418 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
5419 (calc-load-everything, math-defsimplify): Replace dummy autoloading
5420 functions by require statements.
5421 (math-defsimplify): Move to calc-alg.el, add to autoloads.
5422
5423 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5424 (calc-gnuplot-print): Give them values.
5425
5426 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
5427 autoloads.
5428 Add calc-do-embedded-activate to autoloads.
5429 (calc-gnuplot-name, calc-gnuplot-plot-command)
5430 (calc-gnuplot-print-command): Move them to calc-graph.el.
5431
5432 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5433
5434 * term/mac-win.el (ccl-encode-mac-roman-font)
5435 (ccl-encode-mac-cyrillic-font)
5436 (ccl-encode-mac-centraleuropean-font, encoder-list)
5437 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
5438 Support Cyrillic, CentralEuropean, and Dingbat font display
5439
5440 2004-11-30 Andre Spiegel <spiegel@gnu.org>
5441
5442 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
5443
5444 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
5445 still nil.
5446
5447 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
5450 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
5451
5452 2004-11-29 Jay Belanger <belanger@truman.edu>
5453
5454 * calc/calc-arith.el (math-pow-of-zero): Take into account different
5455 cases of the base and exponent.
5456
5457 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
5458
5459 * simple.el (next-error-buffer-p): Allow for inclusive and
5460 exclusive tests for finding a buffer.
5461 (next-error-find-buffer): Pass the exclusive and inclusive tests
5462 to next-error-buffer-p.
5463
5464 * replace.el (occur-next-error): Switch to the Occur buffer when
5465 appropriate, use the exclusive filter to next-error-find-buffer to
5466 do it. Use the absolute value of the motion amount.
5467
5468 2004-11-29 Kenichi Handa <handa@m17n.org>
5469
5470 * startup.el (command-line): Decode all default-directory by
5471 locale-coding-system.
5472
5473 2004-11-29 Jay Belanger <belanger@truman.edu>
5474
5475 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
5476 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
5477 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
5478 Replace calls to calc-extensions by appropriate require, replace
5479 calc-extensions-loaded by appropriate featurep.
5480
5481 * calc/calc-ext.el: Move require to end of file.
5482 Remove redundant loading of calc.el.
5483 (calc-extensions-loaded): Remove unnecessary variable.
5484 (calc-extensions): Remove unnecessary function.
5485 (calc-load-everything): Replace calc-need-macros by appropriate require.
5486
5487 * calc/calc-macs.el: Move provide to end of file.
5488 (calc-need-macros): Remove unnecessary function.
5489
5490 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
5491 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
5492 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
5493 Replace calc-extensions by appropriate require.
5494 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
5495
5496 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
5497 Replace calc-need-macros by appropriate require.
5498
5499 * calc/calc.el: Move require to end of file.
5500 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
5501 Remove unnecessary variable.
5502 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
5503 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
5504 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
5505 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
5506 (math-stack-value-offset, math-format-value, math-format-flat-expr)
5507 (math-format-number, math-format-bignum, math-read-number)
5508 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
5509 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
5510 by appropriate require.
5511 (calc-check-defines): Replace calc-need-macros by appropriate require.
5512
5513 2004-11-29 Kim F. Storm <storm@cua.dk>
5514
5515 * macros.el (insert-kbd-macro): Handle kmacro functions.
5516
5517 2004-11-28 Juri Linkov <juri@jurta.org>
5518
5519 * compare-w.el (compare-windows-highlight): Attach each overlay
5520 to its window to properly highlight differences while comparing
5521 two windows of the same buffer. Fix arguments.
5522 (compare-windows-sync-default-function): Fix arguments of
5523 `compare-windows-highlight'.
5524
5525 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
5526 Use `read-expression-history'. Set initial contents only if
5527 `edebug-global-break-condition' is non-nil. Set histpos to 1
5528 if initial contents is equal to the last history element.
5529 (edebug-set-conditional-breakpoint): Instead of temporarily
5530 prepending the current condition to the history, set initial
5531 contents to the current condition. Set histpos to 1 if initial
5532 contents is equal to the last history element.
5533
5534 * info.el (Info-search-whitespace-regexp): Remove shy group.
5535 (Info-search): Forward line if search is on the header line.
5536 Use search-whitespace-regexp in two other places.
5537
5538 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
5539
5540 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
5541 warning. Delay real definition, which uses
5542 `set-fringe-indicators-1' till after the definition of that function.
5543
5544 2004-11-28 Kim F. Storm <storm@cua.dk>
5545
5546 * fringe.el (fringe): New defgroup.
5547 (fringe-mode): Move to fringe group.
5548 (fringe-indicators): New defcustom.
5549 (set-fringe-indicators-1): New defun.
5550
5551 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
5552 (menu-bar-showhide-fringe-ind-menu): New keymap.
5553 (menu-bar-showhide-fringe-ind-empty)
5554 (menu-bar-showhide-fringe-ind-mixed)
5555 (menu-bar-showhide-fringe-ind-box)
5556 (menu-bar-showhide-fringe-ind-right)
5557 (menu-bar-showhide-fringe-ind-left)
5558 (menu-bar-showhide-fringe-ind-none): New defuns.
5559 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
5560
5561 2004-11-27 Richard M. Stallman <rms@gnu.org>
5562
5563 * comint.el (comint-read-noecho): Add trivial compatibility definition.
5564
5565 * generic.el (define-generic-mode): Doc fix.
5566
5567 * menu-bar.el (menu-bar-options-save): For the options
5568 that are toggled with menu-bar-make-mm-toggle, don't check
5569 for customized-value prop.
5570
5571 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5572
5573 * mail/supercite.el (sc-cite-region): Handle the case where
5574 sc-cite-frame-alist is a symbol.
5575 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
5576 a symbol.
5577 (sc-recite-region): Handle the case where sc-recite-frame-alist is
5578 a symbol.
5579
5580 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5581
5582 * wid-edit.el (widget-narrow-to-field): New function.
5583 (widget-complete): Use it.
5584
5585 2004-11-27 Jay Belanger <belanger@truman.edu>
5586
5587 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
5588 variable.
5589 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
5590 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
5591 (math-alg-inequalities): Move declaration to earlier in the file.
5592
5593 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
5594 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
5595 Declare them.
5596
5597 * calc/calc-lang.el (math-expr-data, math-expr-token)
5598 (math-exp-old-pos): Declare them.
5599
5600 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
5601 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
5602
5603 2004-11-27 Kim F. Storm <storm@cua.dk>
5604
5605 * progmodes/flymake.el: Use (featurep 'xemacs).
5606 (flymake-makehash): Change to defsubst. Use fboundp.
5607 (flymake-time-to-float): Remove.
5608 (flymake-float-time): Merge code from flymake-time-to-float here.
5609 (flymake-replace-regexp-in-string): Change to defsubst.
5610 (flymake-split-string-remove-empty-edges):
5611 Rename to flymake-split-string.
5612 (flymake-split-string): Remove previous defalias.
5613 (flymake-get-temp-dir): Change to defsubst.
5614 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
5615 Define for xemacs only.
5616 (flymake-master-file-count-limit): Change into compiler defvar only.
5617 (flymake-find-possible-master-files): Let-bind it dynamically while
5618 sorting files using flymake-master-file-compare.
5619
5620 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
5623 of defun-prompt-regexp matches inside a comment/string but the
5624 beginning is correctly outside everything.
5625
5626 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
5627 appears within a string or a comment.
5628
5629 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
5630 rather than make-symbol for symbols which are used in
5631 a symbol-macrolet or equivalent.
5632
5633 2004-11-26 Jay Belanger <belanger@truman.edu>
5634
5635 * calc-misc.el (calc-last-why-command): Declare it.
5636
5637 * calc-vec.el (math-grade-vec): New variable.
5638 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
5639 Replace variable grade-vec by declared variable.
5640 (math-rb-close): New variable.
5641 (math-read-brackets, math-read-vector): Replace variable close by
5642 declared variable.
5643
5644 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
5645 (calc-one-window, calc-edit-handler, calc-restore-trail)
5646 (calc-allow-ret): Declare them.
5647
5648 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
5649 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
5650 (math-radix-float-cache-tag, math-random-cache)
5651 (math-max-digits-cache, math-integral-cache, math-units-table)
5652 (math-format-date-cache, math-holidays-cache-tag): Declare them.
5653 (math-moc-func): New variable.
5654 (math-map-over-constants, math-map-over-constants-rec):
5655 Replace variable func by declared variable.
5656
5657 * calc/calc-store.el (calc-given-value, calc-store-opers):
5658 Declare them.
5659 (calc-var-name-map): Move declaration to earlier in the file.
5660 (calc-pv-pos): New variable.
5661 (calc-permanent-variable, calc-insert-permanent-variable):
5662 Replace variable pos by declared variable.
5663
5664 * calc/calc-mtx.el (calc-det-lu): New variable.
5665 (math-det-raw, math-det-step): Replace variable lu by declared variable.
5666
5667 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
5668 (math-multi-subst, math-multi-subst-rec): Replace variables temp
5669 and arg by declared variables.
5670 (calcFunc-reducer): Fix incorrect variable.
5671 (math-inner-mul-func, math-inner-add-func): New variables.
5672 (calcFunc-inner, math-inner-mats): Replace variables mul-func
5673 and add-func by declared variables.
5674
5675 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
5676 (calc-digit-value): Declare them.
5677
5678 * calc/calc-help.el (Info-history): Declare it.
5679 (calc-describe-key): Make calc-summary-indentation a local variable.
5680 (calc-help-long-names): Move declaration to earlier in file.
5681
5682 * calc/calc-embed.el (calc-original-buffer): Declare it.
5683 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
5684 (calc-embed-bot): New variables.
5685 (calc-do-embedded, calc-embedded-mark-formula)
5686 (calc-embedded-find-bounds, calc-embedded-duplicate)
5687 (calc-embedded-new-formula, calc-embedded-make-info):
5688 Replace vars outer-top, outer-bot, bot and top by declared variables.
5689 (calc-embed-prev-modes): New variable.
5690 (calc-embedded-set-modes, calc-embedded-update): Replace variable
5691 prev-modes with declared variable.
5692 (calc-embed-vars-used): New variable.
5693 (calc-embedded-make-info, calc-embedded-evaluate-expr)
5694 (calc-embedded-update, calc-embedded-find-vars): Replace variable
5695 vars-used by declared variable.
5696
5697 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
5698 (math-format-radix-float): Remove unnecessary setq.
5699 (math-radix-float-cache): Declare it.
5700
5701 * calc/calcsel2.el (calc-keep-selection): Declare it.
5702
5703 * calc/calc-maint.el: Remove file.
5704
5705 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5706
5707 * textmodes/bibtex.el (bibtex-sort-entry-class)
5708 (bibtex-comment-start): Use defcustom.
5709 (bibtex-entry-field-alist): Use nil if initial content of the
5710 field is undefined. Fix docstring.
5711 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
5712 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
5713 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
5714 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
5715 Fix docstring.
5716 (bibtex-autokey-title-terminators): Use only one regexp.
5717 (bibtex-string-maybe-empty-head): New variable.
5718 (bibtex-remove-delimiters-string): New function.
5719 (bibtex-text-in-field-bounds, bibtex-text-in-string):
5720 Use bibtex-remove-delimiters-string.
5721 (bibtex-progress-message, bibtex-field-left-delimiter)
5722 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
5723 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
5724 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
5725 Simplify.
5726 (bibtex-format-entry): Use save-excursion for inherited booktitle.
5727 Use eq and bibtex-remove-delimiters-string. For end markers use
5728 insertion type so that marker stays after inserted text.
5729 (bibtex-autokey-get-names): Return empty string if name is missing.
5730 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
5731 calling bibtex-autokey-name-case-convert.
5732 (bibtex-autokey-demangle-title):
5733 Call bibtex-autokey-titleword-case-convert. Remove call to
5734 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
5735 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
5736 (bibtex-read-key): New optional arg global.
5737 (bibtex-files-expand): New optional arg force.
5738 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
5739 (bibtex-complete-crossref-cleanup): Rename from
5740 bibtex-complete-key-cleanup. Simplify code.
5741 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
5742 Operate on current entry.
5743 (bibtex-button): Add docstring.
5744 (bibtex-entry): Simplify.
5745 (bibtex-make-field): Replace optional arg called-by-yank with more
5746 specific args move and interactive.
5747 (bibtex-end-of-entry): Use forward-sexp.
5748 (bibtex-find-entry-globally): Remove.
5749 (bibtex-find-crossref): Allow for crossref key located in other buffer.
5750 Bound to C-c C-x.
5751 (bibtex-find-entry): New optional args global and display.
5752 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
5753 (bibtex-validate): Use arg force of bibtex-files-expand.
5754 (bibtex-clean-entry): Bugfix, clean string entries properly.
5755 Always keep point at beginning of entry.
5756 (bibtex-complete): Bugfix. Handle string entries properly.
5757 Call cleanup functions only if needed.
5758 (bibtex-String): Use bibtex-read-string-key.
5759 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
5760 case of replacement text.
5761
5762 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5763
5764 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
5765 (tramp-perl-directory-files-and-attributes): New constant.
5766 (tramp-file-name-handler-alist): Delete file-directory-files, add
5767 directory-files-and-attributes.
5768 (tramp-perl-file-attributes): Surround uid and gid by double
5769 quotes. Change parameter id-format from nonnumeric.
5770 (tramp-convert-file-attributes): New function.
5771 (tramp-handle-file-attributes): Use it.
5772 (tramp-maybe-send-perl-script): New function.
5773 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
5774 file mode. Change parameter id-format from nonnumeric.
5775 (tramp-handle-file-attributes-with-ls): Change parameter id-format
5776 from nonnumeric.
5777 (tramp-post-connection): Don't send tramp-perl-file-attributes
5778 script. Reset connection property "perl-scripts".
5779 (tramp-handle-insert-directory): Run real handler when ls-lisp is
5780 in use.
5781
5782 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5783
5784 * desktop.el (desktop-read): Replace mapcar with mapc.
5785 (desktop-create-buffer): Replace mapcar with mapc.
5786 Remove redundant piece of code.
5787
5788 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
5789
5790 * progmodes/gud.el (gud-display-line): Use display-buffer
5791 for GDB-UI as for GUD.
5792
5793 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
5794 Delete variables.
5795 (gdb-ann3): Don't make GUD buffer dedicated.
5796 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
5797 (gdb-display-source-buffer): Delete function.
5798 (gdb-view-source-function, gdb-view-assembler): Delete functions.
5799 (menu): Delete menu bindings for viewing source/assembler.
5800 (gdb-setup-windows, gdb-restore-windows):
5801 Don't dedicate GUD. No assembler now.
5802 (gdb-reset): No need to undedicate source buffers now.
5803 (gdb-source-info): No assembler now.
5804
5805 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
5806
5807 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
5808 width to those for special frames.
5809 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
5810 Use display-buffer.
5811 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
5812 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5813 (gdb-frame-assembler-buffer): Rework like
5814 gdb-frame-breakpoints-buffer.
5815
5816 2004-11-25 Richard M. Stallman <rms@gnu.org>
5817
5818 * progmodes/flymake.el: Reindent.
5819 (flymake-split-string): Turn into defalias.
5820 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5821 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
5822 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
5823 (flymake-build-relative-filename): Rename from ...path.
5824 Fix error message.
5825
5826 2004-11-25 Cheng Gao <chenggao@gmail.com>
5827
5828 * progmodes/flymake.el: Much whitespace and capitalization change.
5829 Move `provide' to end. Require `compile' only when compiling.
5830
5831 2004-11-24 Jay Belanger <belanger@truman.edu>
5832
5833 * calc/calc-alg.el: Added comment.
5834 (math-polynomial-base): Replace variable mpb-top-expr by
5835 math-poly-base-top-expr.
5836
5837 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
5838 (math-polynomial-p1): Replace variable mpb-top-expr by declared
5839 variable.
5840 (math-poly-base-total-base): New variable.
5841 (math-total-polynomial-base, math-polynomial-p1): Replace variable
5842 mpb-total-base by declared variable.
5843 (math-factored-vars, math-to-list): Declare it.
5844 (math-fact-expr): New variable.
5845 (calcFunc-factors, calcFunc-factor, math-factor-expr)
5846 (math-factor-expr-try, math-factor-expr-part): Replace variable
5847 expr by declared variable.
5848 (math-fet-x): New variable.
5849 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
5850 by declared variable.
5851 (math-factor-poly-coefs): Make temp a local variable.
5852
5853 * calc/calc-units.el (calc-convert-units): Make units a local
5854 variable.
5855 (calc-num-units, calc-den-units): New variables.
5856 (calc-explain-units, calc-explain-units-rec): Replace variables
5857 num-units and den-units by declared variables.
5858 (math-cu-unit-list): New variable.
5859 (math-build-units-table, math-compare-unit-names)
5860 (math-convert-units, math-convert-units-rec): Replace variable
5861 unit-list by declared variable.
5862 (math-fbu-base, math-fbu-entry): New variables.
5863 (math-find-base-units, math-find-base-units-rec): Replace variables
5864 base and entry by declared variables.
5865 (math-which-standard): New variable.
5866 (math-to-standard-units, math-to-standard-rec): Replace variable
5867 which-standard by declared variable.
5868 (math-fcu-u): New variable.
5869 (math-find-compatible-unit, math-find-compatible-unit-rec):
5870 Replace variable u by declared variable.
5871 (math-cu-new-units, math-cu-pure): New variables.
5872 (math-convert-units, math-convert-units-rec): Replace variables
5873 new-units and pure by declared variables.
5874 (math-try-cancel-units): New variable.
5875 (math-simplify-units-quotient): Replace variable try-cancel-units by
5876 declared variable.
5877
5878 2004-11-24 Richard M. Stallman <rms@gnu.org>
5879
5880 * textmodes/ispell.el (ispell-check-version):
5881 If default-directory is nonexistent, use home dir.
5882
5883 * progmodes/grep.el (grep-regexp-alist):
5884 Don't match parens around line numbers.
5885
5886 * progmodes/cperl-mode.el (cperl-indent-region)
5887 (cperl-imenu--create-perl-index, cperl-xsub-scan):
5888 Don't print progress messages.
5889
5890 * progmodes/compile.el (compilation-mode-map):
5891 Don't inherit from compilation-minor-mode-map;
5892 copy its bindings instead. But the menu bar Compile
5893 entry now does inherit from compilation-menu-map.
5894
5895 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5896 Use with-no-warnings around compiler-macroexpand.
5897
5898 * imenu.el: Don't always require newcomment.
5899 (imenu--generic-function): Call comment-normalize-vars
5900 if we have a comment syntax.
5901 Exit the loop if REGEXP matches the null string.
5902 Test comment-start as well as comment-start-skip
5903 when deciding whether to check for comments.
5904
5905 * tooltip.el (tooltip-mode): Doc fix.
5906
5907 * term.el (term-escape-char, term-mode): Doc fixes.
5908
5909 2004-11-24 Dave Love <fx@gnu.org>
5910
5911 * progmodes/python.el (python-font-lock-syntactic-keywords):
5912 Check for escapes in the regexp.
5913 (python-quote-syntax): Don't do it here.
5914
5915 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5916
5917 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5918 (gdb-frames-mode-map, gdb-threads-mode-map)
5919 (gdb-registers-mode-map, gdb-locals-mode-map)
5920 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
5921 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
5922
5923 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
5924 (dedicated-switch-to-buffer): Rework.
5925 (gdb-var-evaluate-expression-handler, gdb-put-string):
5926 Remove unused variable bindings.
5927 (gdb-setup-windows, gdb-display-buffer):
5928 Simplify. Use pop-to-buffer.
5929 (gdb-view-source-function): Simplify.
5930 (gdb-frame-breakpoints-buffer):
5931 Use pop-to-buffer, special-display-regexps.
5932
5933 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5934
5935 * progmodes/f90.el (f90-smart-end)
5936 (f90-previous-statement, f90-beginning-of-block): Doc fix.
5937 (f90-calculate-indent): Handle un-named PROGRAM blocks.
5938 (f90-end-of-block): Doc fix. Make check of outermost block
5939 conditional on value of `f90-smart-end'.
5940 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
5941 Handle case where END-BLOCK is nil.
5942 (f90-match-end): Handle un-named PROGRAM blocks.
5943 (f90-backslash-not-special): New function.
5944
5945 2004-11-24 Jay Belanger <belanger@truman.edu>
5946
5947 * calc/calc.el (calc-embedded-active): Removed unnecessary
5948 declaration.
5949 (calc-show-banner): Removed redundant declaration.
5950
5951 * calc/calc-graph.el (calc-gnuplot-default-device)
5952 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5953 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5954 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
5955 Remove redundant initial values.
5956
5957 * calc/calc-arith.el (math-scalar-functions)
5958 (math-nonscalar-functions, math-scalar-if-args-functions)
5959 (math-real-functions, math-positive-functions)
5960 (math-nonnegative-functions, math-real-scalar-functions)
5961 (math-real-if-arg-functions, math-integer-functions)
5962 (math-num-integer-functions, math-rounding-functions)
5963 (math-float-rounding-functions, math-integer-if-args-functions)
5964 (math-super-types): Move declarations to earlier in file.
5965 (math-unit-prefixes): Declared it.
5966 (math-floor-prec, math-trunc-prec): New variables.
5967 (math-trunc-fancy): Replace variable prec by declared variable.
5968 (math-floor-fancy): Replace variable prec by declared variable.
5969 (math-com-bterms): New variable.
5970 (math-commutative-equal, math-commutative-collect):
5971 Replace variable bterms by declared variable.
5972
5973 * calc/calc-misc.el (math-trunc): Replace variable prec by
5974 math-trunc-prec.
5975 (math-floor): Replace variable prec by math-floor-prec.
5976
5977 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
5978 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
5979 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
5980 (math-format-date, math-format-date-part): Replace variables
5981 date, dt, year, month, day, weekday, hour, minute, second and
5982 bc-flag by declared variables.
5983 (math-pd-str): New variable.
5984 (math-parse-date, math-parse-date-word, math-parse-standard-date):
5985 Replace variable str by declared variable.
5986 (math-daylight-savings-hook, math-tzone-names): Move definitions
5987 to earlier in the file.
5988 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
5989 (math-sh-year): New variable.
5990 (math-setup-add-holidays, math-setup-holidays)
5991 (math-setup-year-holidays): Replace variable `year' by declared
5992 variable.
5993
5994 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
5995 New variables.
5996 (math-nth-root-float, math-nth-root-float-iter): Replace variables
5997 n, nf and nfm1 by declared variables.
5998 (math-nri-n): New variable.
5999 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
6000 n by declared variable.
6001 (calcFunc-log): Removed misplaced condition.
6002
6003 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
6006
6007 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
6008
6009 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
6010 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
6011 Dedicate gdb-related windows.
6012 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
6013 other frames.
6014 (gdb-reset): Remove dedicated property after debugging.
6015
6016 2004-11-24 Jay Belanger <belanger@truman.edu>
6017
6018 * calc/calc-sel.el: Add comment.
6019
6020 * calc/calc.el (math-stack-value-offset): Replace variables c,
6021 wid and off with math-svo-c, math-svo-wid and math-svo-off.
6022
6023 * calc/calccomp.el (math-comp-sel-tag): Declare it.
6024 (math-svo-c, math-svo-wid, math-svo-off): New variables.
6025 (math-stack-value-offset-fancy): Replace variables c, wid and off
6026 by declared variables.
6027 (math-comp-just, math-comp-comma-spc): New variables.
6028 (math-compose-expr, math-compose-matrix): Replace variables `just'
6029 and comma-spc by declared variable.
6030 (math-comp-vector-prec): New variable.
6031 (math-compose-expr, math-compose-matrix, math-compose-rows):
6032 Replace variable vector-prec by declared variable.
6033 (math-comp-left-bracket, math-comp-right-bracket)
6034 (math-comp-comma): New variables.
6035 (math-compose-expr, math-compose-rows): Replace variables
6036 left-bracket, right-bracket and comma by declared variables.
6037 (math-comp-full-width): New variable.
6038 (math-comp-to-string-flat, math-comp-to-string-flat-term):
6039 Replace variable full-width by declared variable.
6040 (math-comp-highlight, math-comp-word, math-comp-level)
6041 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
6042 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
6043 New variables.
6044 (math-comp-to-string-flat, math-comp-to-string-flat-term)
6045 (math-comp-sel-flat-term): Replace variables comp-highlight,
6046 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
6047 declared variables.
6048 (math-comp-simplify, math-comp-simplify-term)
6049 (math-comp-add-string, math-comp-add-string-sel):
6050 Replace variables comp-highlight, comp-buf, comp-base,
6051 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
6052
6053 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6054
6055 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
6056
6057 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
6058 and x-server-version may throw.
6059
6060 2004-11-23 Kim F. Storm <storm@cua.dk>
6061
6062 * subr.el (substitute-key-definition-key): Optimize.
6063 Don't call indirect-function for nil defn (always signals error).
6064
6065 * ido.el (ido-read-internal): Fix require-match check when
6066 ido-directory-too-big is set.
6067
6068 2004-11-23 Jay Belanger <belanger@truman.edu>
6069
6070 * calc/calc-ext.el (math-read-replacement-list)
6071 (math-read-superscripts): New variables.
6072 (math-read-preprocess-string): New function.
6073 (math-read-expr): Filter input through math-read-preprocess-string.
6074
6075 * calc/calc-aent.el (math-read-exprs): Filter input through
6076 math-read-preprocess-string.
6077
6078 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
6079
6080 * progmodes/compile.el (compilation-start): In cd command use
6081 substitute-env-vars -- not quite shell compatible but better than
6082 nothing.
6083 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
6084 handle the newer versions messages, which are more parseable.
6085
6086 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * reveal.el (reveal-mode-map): New var.
6089 (reveal-mode): Use it.
6090
6091 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
6092
6093 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
6094 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
6095
6096 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6097
6098 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
6099 header-line when needed.
6100 Use fixed-pitch only in the header-line.
6101 Build the underline automatically. Use emdash if available.
6102
6103 2004-11-22 Richard M. Stallman <rms@gnu.org>
6104
6105 * dired.el (dired-recursive-copies): Move from dired-aux.el.
6106 * dired-aux.el (dired-recursive-copies): Move to dired.el.
6107
6108 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
6109
6110 * progmodes/gdb-ui.el (gdb-resync): New function.
6111 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
6112 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
6113 Use it to fail more gracefully.
6114 (gdb-variables): Delete variable.
6115 Re-order variables to reduce byte-compiler warnings.
6116
6117 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * descr-text.el (describe-char):
6120 * paren.el (show-paren-function):
6121 * subr.el (syntax-after): Undo last change.
6122
6123 * progmodes/python.el (run-python): Don't hard code *Python*.
6124 Don't modify global process-environment.
6125 (python-send-region, python-load-file): Don't assume that
6126 python-buffer == (process-buffer (python-proc)).
6127 (python-switch-to-python): Simplify.
6128
6129 * dired.el (dired-align-file): Don't assume line starts with spaces.
6130
6131 2004-11-21 Jay Belanger <belanger@truman.edu>
6132
6133 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
6134 Replace variable `lines' by math-read-big-lines.
6135 (math-read-big-expr): Replace variables the-baseline, the-h2
6136 and err-msg by math-read-big-baseline, math-read-big-h2 and
6137 math-read-err-msg.
6138 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
6139
6140 * calc/calc-lang.el (math-read-big-rec): Fix typo.
6141 (math-read-big-balance): Replace unbound variable by value.
6142 (math-read-big-lines): New variable.
6143 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6144 (math-read-big-error, math-read-big-balance): Replace variable
6145 `lines' by declared variable.
6146 (math-read-big-baseline, math-read-big-h2): New variables.
6147 (math-read-big-rec): Replace variables the-baseline and the-h2
6148 by declared variables.
6149 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
6150 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6151 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
6152 declared variables.
6153 (math-read-big-err-msg): New variable.
6154 (math-read-big-error): Replace variable err-msg by declared variable.
6155
6156 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * ses.el: Add coding cookie.
6159 Fix up docstrings, follow new commenting conventions.
6160 (ses-header-line-menu): Fix missing variable rename for header-row.
6161 (ses-cell-size): Remove.
6162 (ses-make-cell): New function.
6163 (ses-cell, ses-insert-row, ses-insert-column): Use it.
6164 (ses-calculate-cell): Remove unused var `symbol'.
6165 (ses-narrowed-p): New function.
6166 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
6167 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
6168 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
6169 (ses-setup): Use restore-buffer-modified-p.
6170 (ses-cleanup): Remove unused var `end'.
6171 (ses-header-string-left-offset): Remove.
6172 (ses-create-header-string): Adjust to new behavior of `align-to'.
6173 Truncate excessively large fields to preserve alignment.
6174 (ses-reconstruct-all): Remove unused var `refs'.
6175 (ses-read-cell-printer): Remove unused var `prompt'.
6176 (ses-delete-row): Remove unused var `pos'.
6177 (ses-delete-column): Remove unused var `new'.
6178
6179 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6180
6181 * ps-print.el: Insert :version tag into all defgroup and defcustom.
6182 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6183 Eliminate eval-and-compile usage.
6184 (ps-insert-file): Use insert-file-contents instead of insert-file.
6185 (ps-setup): Code fix.
6186
6187 * printing.el (pr-setup, lpr-setup): Code fix.
6188
6189 2004-11-21 Jay Belanger <belanger@truman.edu>
6190
6191 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
6192 (calc-original-buffer): Declare them.
6193 (calc-user-formula-alist): New variable.
6194 (calc-user-define-formula, calc-fix-user-formula)
6195 (calc-user-define-composition, calc-finish-formula-edit):
6196 Replace variable `alist' by declared variable.
6197 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
6198 (var-q7, var-q7, var-q8, var-q9): Declare them.
6199 (calc-kbd-push): Don't check to see if var-q0 through var-q9
6200 are bound.
6201 (calcFunc-typeof): Replace undeclared variable by expression.
6202 (math-exp-env): New variable.
6203 (math-define-body, math-define-exp): Replace exp-env by declared var.
6204 (math-define-exp): Replace misplaced variable by expression.
6205
6206 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
6207 (calc-curve-model, calc-curve-coefnames): New variables.
6208 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
6209 varnames, model and coefnames by declared variables.
6210 (math-root-widen): New variable.
6211 (math-search-root, math-find-root): Replace variable root-widen by
6212 declared variable.
6213 (var-DUMMY): Declare it.
6214 (math-root-vars, math-min-vars): Move the declarations to earlier in
6215 the file.
6216 (math-brent-min): Make d a local variable.
6217 (math-find-minimum): Replace non-existent variable.
6218 (math-ninteg-romberg): Remove unnecessary variable.
6219 (math-ninteg-temp): New variable.
6220 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
6221 integ-temp by declared variable.
6222 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
6223 New variables.
6224 (math-general-fit): Replace variables first-var, first-coef and
6225 new-coefs by declared variables.
6226 (calcFunc-fitvar): Replace variable first-var by declared variable.
6227 (calcFunc-fitparam): Replace variable first-coef by declared variable.
6228 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
6229 (math-all-vars-vars, math-all-vars-found): New variables.
6230 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
6231 found by declared variable math-all-vars-vars.
6232
6233 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
6234
6235 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
6236 of `defconst'.
6237
6238 2004-11-20 Richard M. Stallman <rms@gnu.org>
6239
6240 * isearch.el (isearch-mode-map): Don't bind SPC.
6241 (isearch-whitespace-chars): Function deleted.
6242 (isearch-search): Bind search-spaces-regexp.
6243 (isearch-lazy-highlight-search): Likewise.
6244 (search-whitespace-regexp): Doc fix.
6245 (isearch-forward-regexp): Doc fix.
6246
6247 * emacs-lisp/bytecomp.el (byte-compile-form):
6248 Move the calls to byte-compile-set-symbol-position,
6249 to avoid having two for the same symbol occurrence.
6250
6251 * comint.el (comint-input-ring-size): Increase to 150.
6252
6253 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
6254 New variables.
6255 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
6256 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
6257
6258 * imenu.el (imenu--generic-function):
6259 Ensure we keep moving backward even if BEG isn't further back.
6260
6261 * replace.el (query-replace-read-to, query-replace-read-from):
6262 Specify t for KEEP-ALL in read-from-minibuffer.
6263
6264 * progmodes/python.el (python-switch-to-python):
6265 If Python isn't running, start it.
6266 Don't alter debug-ignored-errors.
6267
6268 * progmodes/cperl-mode.el (cperl-indent-region):
6269 Don't mind imenu-scanning-message.
6270
6271 * bindings.el (global-map): Bind C-e to move-end-of-line.
6272
6273 * simple.el (line-move-finish): New arg FORWARD.
6274 Ignore invisible newlines, not intangible ones.
6275 Conditions for acceptable stopping positions depend on FORWARD.
6276 (line-move): Pass FORWARD arg to line-move-finish.
6277
6278 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
6279 of HEADER. Compensate for this change in the code to add display
6280 properties. Don't make the first line intangible.
6281
6282 * info.el (Info-search): Fix previous change.
6283
6284 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6285
6286 * Makefile.in (recompile): Revert 2004-11-19 change.
6287 (compile): Likewise.
6288
6289 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
6292
6293 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6294
6295 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
6296 defgroup and defcustom. Eliminate eval-and-compile usage.
6297
6298 * progmodes/ebnf-otz.el: Fix typos.
6299
6300 2004-11-19 Jay Belanger <belanger@truman.edu>
6301
6302 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
6303 (calc-edit-finish, calc-finish-stack-edit): Replace variable
6304 disp-trail by declared variable.
6305
6306 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
6307 (calc-finish-selection-edit): Replace variable disp-trail by
6308 declared variable.
6309 (calc-selection-cache-entry): Move declaration to earlier in the file.
6310 (calc-selection-cache-num, calc-selection-cache-comp)
6311 (calc-selection-cache-offset, calc-selection-true-num)
6312 (calc-final-point-line, calc-final-point-column)
6313 (calc-original-buffer): Declare them.
6314 (calc-fnp-op, calc-fnp-num): New variables.
6315 (calc-find-nth-part, calc-find-nth-part-rec)
6316 (calc-select-previous): Replace op and num by declared variables.
6317 (calc-rsf-old, calc-rsf-new): New variables.
6318 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
6319 Replace variables old and new by declared variables.
6320 (calc-sel-reselect): New variable.
6321 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
6322 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
6323 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
6324 reselect with declared variable.
6325
6326 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
6327 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
6328 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6329 (math-import-list, math-rewrite-phase): Declare them.
6330 (math-rewrite): Use let* to declare variables.
6331 (calc-rewrite-selection): Make rules a local variable.
6332 (calc-rewr-sel): New variable.
6333 (calc-rewrite-selection, calc-locate-selection-marker)
6334 (calc-rewrite): Use the declared variable calc-rewr-sel instead
6335 of sel.
6336 (math-rewrite-whole-expr): New variable.
6337 (math-rewrite, math-rewrite-phase): Replace variable expr by
6338 declared variable.
6339 (math-rewrite-heads-heads, math-rewrite-heads-skips)
6340 (math-rewrite-heads-blanks ): New variables.
6341 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
6342 heads, skips and blanks by declared variables.
6343 (math-rwcomp-subst-old, math-rwcomp-subst-new)
6344 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
6345 New variables.
6346 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
6347 old, new, old-func and new-func by declared variables.
6348 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
6349 Remove unnecessary variable.
6350 (math-apply-rw-regs): New variable.
6351 (math-apply-rewrites, math-rwapply-replace-regs)
6352 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
6353 (math-apply-rw-ruleset): New variable.
6354 (math-apply-rewrites, math-rwapply-remember): Replace variable
6355 ruleset by declared variable.
6356
6357 2004-11-19 Richard M. Stallman <rms@gnu.org>
6358
6359 * info.el (Info-search): Use search-whitespace-regexp.
6360
6361 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6362
6363 * vc-rcs.el (vc-rcs-parse): New function.
6364 (vc-rcs-annotate-command): Likewise.
6365 (vc-rcs-annotate-current-time): Likewise.
6366 (vc-rcs-annotate-time): Likewise.
6367 (vc-rcs-annotate-extract-revision-at-line): Likewise.
6368
6369 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6370
6371 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
6372
6373 2004-11-18 Jay Belanger <belanger@truman.edu>
6374
6375 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
6376
6377 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6378
6379 * printing.el: Eliminate use of interactive-p and eval-and-compile.
6380 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6381 Use make-temp-file to generate PostScript files in any situation.
6382 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
6383 (pr-interactive-p): Eliminate var.
6384 (pr-save-interactive): Eliminate macro.
6385 (pr-interface, pr-ps-directory-preview)
6386 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6387 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6388 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6389 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6390 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6391 (pr-ps-region-ps-print, pr-ps-mode-preview)
6392 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6393 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6394 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
6395 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6396 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6397 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6398 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6399 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6400 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6401 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6402 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6403 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
6404 Eliminate pr-save-interactive usage.
6405 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
6406 Eliminate pr-interactive-p usage.
6407 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
6408 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
6409 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
6410 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
6411 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
6412 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
6413 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
6414 New funs.
6415 (pr-ps-file): Use make-temp-file to generate a temporary file.
6416
6417 2004-11-17 Jay Belanger <belanger@truman.edu>
6418
6419 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
6420 a local variable.
6421 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6422 (math-top-only): New variable.
6423 (math-simplify, math-simplify-step): Replace variable top-only by
6424 declared variable math-top-only.
6425 (math-simplify-expr): Declare it.
6426 Replace argument expr in all calls of math-defsimplify by
6427 math-simplify-expr.
6428 (math-simplify-plus, math-simplify-times, math-simplify-divide)
6429 (math-simplify-divisor, math-simplify-one-divisor)
6430 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6431 (math-simplify-pow): Replace variable expr by declared variable
6432 math-simplify-expr.
6433 (math-simplify-divisor): Remove local variables temp and op.
6434 (math-simplify-one-divisor): Make temp and op local variables.
6435 (math-simplify-divisor-nover, math-simplify-divisor-dover):
6436 New variables.
6437 (math-simplify-divisor, math-simplify-one-divisor):
6438 Replace variables nover and dover by declared variables.
6439 (math-expr-subst-new, math-expr-subst-old): New variables.
6440 (math-expr-subst, math-expr-subst-rec): Replace variables new
6441 and old by declared variables.
6442 (math-is-poly-degree, math-is-poly-loose): New variables.
6443 (math-is-polynomial, math-is-poly-rec): Replace variables degree
6444 and loose by declared variables.
6445 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6446 (math-polynomial-base, math-polynomial-base-rec):
6447 Replace variables const-ok and mpb-pred by declared variables.
6448
6449 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
6450
6451 * calc/calc-ext.el (math-defsimplify): Change the argument in
6452 the created function to math-simplify-expr.
6453
6454 * calc/calc-units.el (math-simplify-expr): Declare it.
6455 Replace argument expr in all calls of math-defsimplify by
6456 math-simplify-expr.
6457 (math-simplify-units-prod): Replace variable expr by declared
6458 variable math-simplify-expr.
6459
6460 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
6463 Replace mapcar->dolist, format->string.
6464
6465 2004-11-17 Miles Bader <miles@gnu.org>
6466
6467 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
6468 * progmodes/idlwave.el: Remove RCS keywords.
6469
6470 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
6471
6472 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
6473 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
6474 Update to IDLWAVE version 5.5. Too many changes to list them here.
6475 * progmodes/idlw-help.el: New file.
6476
6477 2004-11-16 Richard M. Stallman <rms@gnu.org>
6478
6479 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6480 Discard spaces after \i according to TeX rules.
6481
6482 * international/mule.el (set-buffer-file-coding-system):
6483 New arg NOMODIFY.
6484 (after-insert-file-set-coding): Pass that new arg.
6485 Prevent set-buffer-multibyte from trying to lock the file.
6486
6487 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
6488
6489 * saveplace.el (save-place): Doc fix.
6490
6491 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
6492 temporarily widen before finding the following word to copy.
6493
6494 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
6495 (cl-map-keymap): Definition deleted.
6496
6497 * subr.el (map-keymap-internal): New function.
6498
6499 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
6502 when pressing rather than when releasing mouse-2. Simplify.
6503
6504 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
6507 (compilation-mode): Set it here instead.
6508
6509 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
6510
6511 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
6512 (loop, cl-parse-loop-clause, defsetf): Use backquote.
6513
6514 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * progmodes/compile.el (compilation-internal-error-properties):
6517 Fix up a transposition-typo. Check end-col before using it.
6518
6519 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
6520
6521 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6522 Discard whitespace after macro \i when converting it.
6523
6524 2004-11-16 Juri Linkov <juri@jurta.org>
6525
6526 * emacs-lisp/find-func.el (find-function-regexp):
6527 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
6528 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
6529 Remove invalid `\W' from [^cgv\W]. Doc fix.
6530 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
6531
6532 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
6533
6534 * play/life.el: Maintainer is now FSF.
6535 (life-patterns, life-neighbor-deltas, life-window-start)
6536 (life-current-generation, life-generation-string): Use defvar
6537 instead of defconst.
6538
6539 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * progmodes/compile.el (compilation-move-to-column): New fun.
6542 (compilation-internal-error-properties)
6543 (compilation-next-error-function): Use it to make sure we don't go past
6544 the end of line.
6545
6546 2004-11-15 John Paul Wallington <jpw@gnu.org>
6547
6548 * autoinsert.el (auto-insert-alist): Insert the user's name in
6549 copyright notice, rather than Free Software Foundation, for the
6550 Emacs Lisp header case too.
6551
6552 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6553
6554 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
6555 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6556 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
6557 return the list of string in a string.
6558 (pr-call-process): Message if calling process returns an error, that
6559 is, the exit status is different of zero.
6560
6561 2004-11-15 Jay Belanger <belanger@truman.edu>
6562
6563 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
6564 variable var-thing.
6565 (math-integ-depth, math-integ-level, math-integral-limit)
6566 (math-enable-subst, math-any-substs, math-integ-msg)
6567 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
6568 (math-int-threshold, math-int-factors, math-double-roots)
6569 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
6570 (var-GenCount): Declare these variables.
6571 (calcFunc-integ): Don't check if var-IntegLimit is bound.
6572 (math-integral-cache, math-integral-cache-state):
6573 Move declarations to earlier in the file.
6574 (math-deriv-var, math-deriv-total, math-deriv-symb)
6575 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
6576 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
6577 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
6578 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
6579 (math-solve-res): New variables
6580 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
6581 (math-integral, math-replace-integral-parts)
6582 (math-integrate-by-parts, calc-dump-integral-cache)
6583 (math-try-integral, math-do-integral, math-do-integral)
6584 (math-do-integral-methods, math-try-solve-for)
6585 (math-try-solve-prod, math-solve-poly-funny-powers)
6586 (math-solve-crunch-poly, math-decompose-poly)
6587 (math-solve-find-root-term, math-find-root-in-prod)
6588 (math-integ-try-linear-substitutions)
6589 (math-integ-try-substitutions, math-expr-rational-in)
6590 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
6591 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
6592 (math-solve-for, math-solve-system, math-solve-system-rec)
6593 (math-solve-get-sign, math-solve-get-int)
6594 (math-solve-system-subst): Replace undeclared variables with newly
6595 declared variables.
6596
6597 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * winner.el (winner-active-region, winner-edges, winner-window-list):
6600 Define at toplevel.
6601 (winner-mode-map): Move init inside declaration.
6602
6603 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
6604
6605 * files.el (convert-standard-filename): Doc fix.
6606
6607 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
6608
6609 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
6610 passwd, group, shadow, default/* and pam.d/*.
6611
6612 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6613
6614 * printing.el (pr-menu-spec): Adjust menu specification.
6615
6616 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6617
6618 * printing.el: Doc fix. Insert :version tag into all defcustom.
6619 Handle interactive-p as is recommended in Emacs Lisp Reference.
6620 Set the file permission bits for newly created files.
6621 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6622 The printing menu specification (in `pr-menu-spec') was merged.
6623 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6624 (pr-version): New version number (6.8.3).
6625 (pr-file-modes): New option.
6626 (pr-interactive-p): New var.
6627 (pr-save-interactive, pr-save-file-modes): New macros.
6628 (pr-setup): Code fix.
6629 (pr-menu-spec): Menu specification merged.
6630 (pr-call-process, pr-text2ps): Set file permission bits.
6631 (pr-despool-print): Set file permission bits. Handle interactive-p as
6632 is recommended.
6633 (pr-interface, pr-ps-directory-preview)
6634 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6635 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6636 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6637 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6638 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6639 (pr-ps-region-ps-print, pr-ps-mode-preview)
6640 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6641 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6642 (pr-despool-using-ghostscript, pr-despool-ps-print)
6643 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6644 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6645 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6646 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6647 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6648 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6649 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6650 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6651 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
6652 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
6653 Handle interactive-p as is recommended.
6654
6655 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
6658 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
6659
6660 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
6661 so it doesn't forget to highlight the beginning of the region either.
6662
6663 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
6664
6665 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
6666 (c-font-lock-init): Eliminate obsolete make-local-hook.
6667 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6668 (awk-mode): Use run-mode-hooks.
6669
6670 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
6671
6672 2004-11-13 Kim F. Storm <storm@cua.dk>
6673
6674 * mouse.el (mouse-drag-copy-region): Add :version.
6675 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
6676 while dragging mode line, so mode line can be dragged downwards.
6677 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
6678 while pressing mouse button so window doesn't scroll until we
6679 release the mouse if clicking on partially visible line.
6680
6681 2004-11-12 Jay Belanger <belanger@truman.edu>
6682
6683 * calc/calc-graph.el (calc-dumb-map): Declare it.
6684 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
6685 than unbound.
6686 (calc-graph-name): Made `end' a local variable.
6687 (calc-graph-lookup): Made `varname' a local variable.
6688 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
6689 Declare them.
6690 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
6691 (calc-graph-plot, calc-graph-compute-3d): Remove references to
6692 the unused variable y3vec.
6693 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
6694 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
6695 calc-graph-prev-kill-hook.
6696 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
6697 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
6698 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
6699 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
6700 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
6701 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
6702 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
6703 (calc-graph-y3value, calc-graph-y3name)
6704 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
6705 (calc-graph-stepcount, calc-graph-is-splot)
6706 (calc-graph-surprise-splot, calc-graph-blank)
6707 (calc-graph-non-blank, calc-graph-curve-num): New variables.
6708 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
6709 (calc-graph-recompute-2d, calc-graph-compute-3d)
6710 (calc-graph-format-data): Replace undeclared variables with the
6711 above newly declared variables.
6712
6713 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
6714
6715 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
6716 `rsf-beep' and `rsf-sleep-after-message'.
6717
6718 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
6719 list if `message-sender' is non-nil.
6720
6721 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6722
6723 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
6724 consing by using mapc instead of mapcar.
6725
6726 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
6727
6728 * tooltip.el (require): Explain why CL is needed.
6729
6730 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6731
6732 * printing.el: Insert :version into defgroup (printing). All reference
6733 to Files option in menubar were changed to File.
6734 (pr-version): New version number (6.8.2).
6735 (pr-get-symbol): Call easy-menu-intern.
6736 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
6737 compilation gripes.
6738
6739 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
6742 new byte-compile-function-environment binding to t.
6743
6744 * font-lock.el (font-lock-fontify-syntactically-region):
6745 Don't forget to highlight the last char when we hit `end'.
6746
6747 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
6748 (mwheel-scroll): Adjust accordingly.
6749
6750 * cvs-status.el: Reduce spurious warnings.
6751 (cvs-status-checkout): Remove.
6752 (cvs-status-mode-map): Use cvs-mode-checkout instead.
6753
6754 * pcvs.el (cvs-mode-checkout): New command.
6755
6756 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
6757
6758 * tooltip.el: Require CL.
6759
6760 * emacs-lisp/bytecomp.el: Use push.
6761 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
6762 (defalias): Remove the `byte-compile' property and add
6763 a `byte-hunk-handler'.
6764
6765 2004-11-11 Juri Linkov <juri@jurta.org>
6766
6767 * info.el (Info-search): Save match data for isearch.
6768 Skip Tag Table node.
6769
6770 * descr-text.el (describe-char): Replace syntax-after with code
6771 from its previous version.
6772
6773 * files.el (magic-mode-alist): Use optimization for SGML mode too.
6774 (set-auto-mode): Doc fix. Remove unused variable `xml'.
6775
6776 * international/mule.el (sgml-html-meta-auto-coding-function):
6777 Remove > after <html to allow HTML attributes.
6778
6779 2004-11-11 Jay Belanger <belanger@truman.edu>
6780
6781 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
6782 a variable.
6783 (calcFunc-dfac): Replace unbound max by n.
6784 (math-stirling-local-cache): New variable.
6785 (math-stirling-number, math-stirling-1, math-stirling-2):
6786 Replace the variable `cache' by the declared variable
6787 math-stirling-local-cache.
6788 (var-RandSeed): Declare it as a variable.
6789 (math-init-random-base, math-random-digit): Don't check to see if
6790 var-RandSeed is bound.
6791 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
6792 Declare them instead of just setting them.
6793 (math-init-random-base): Made i a local variable.
6794 (math-random-digit): Made math-random-last a local variable.
6795 (math-prime-test-cache): Move declaration to before it is used.
6796 (math-prime-test-cache-k, math-prime-test-cache-q)
6797 (math-prime-test-cache-nm1, math-prime-factors-finished):
6798 Declare them as variables.
6799
6800 2004-11-11 Jay Belanger <belanger@truman.edu>
6801
6802 * calc/calc-ext.el (math-defcache): Use defvar for the new
6803 variables it creates.
6804
6805 2004-11-11 Lars Hansen <larsh@math.ku.dk>
6806
6807 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
6808 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
6809 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
6810 (desktop-save): Add :version.
6811
6812 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * printing.el (pr-get-symbol): Don't downcase.
6815
6816 2004-11-10 Jay Belanger <belanger@truman.edu>
6817
6818 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
6819 string to kill-ring.
6820
6821 * calc/calc-aent.el (calc-alg-exp, math-toks)
6822 (math-exp-pos,math-exp-old-pos, math-exp-token)
6823 (math-exp-keep-spaces, math-exp-str): New variables.
6824 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
6825 (calcAlg-enter): Use declared variable calc-alg-exp.
6826 (math-build-parse-table, math-find-user-token): Use declared
6827 variable math-toks.
6828 (math-read-exprs, math-read-token, calc-check-user-syntax)
6829 (calc-match-user-syntax, match-factor-after, math-read-factor):
6830 Use declared variables math-exp-pos math-exp-old-pos.
6831 (math-read-exprs, math-read-token, math-read-expr-level)
6832 (calc-check-user-syntax, calc-match-user-syntax)
6833 (match-factor-after, math-read-factor): Use declared variable
6834 math-exp-token.
6835 (math-read-exprs, math-read-expr-list, math-read-token)
6836 (math-read-factor): Use declared variable math-exp-keep-spaces.
6837 (math-read-exprs, math-read-token): Use declared variable
6838 math-exp-str.
6839 (calc-match-user-syntax): Make m a local variable.
6840
6841 * calc/calc-ext.el (math-read-expr): Use declared variables
6842 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
6843 math-exp-keep-spaces.
6844
6845 * calc/calc-forms.el (math-read-angle-bracket): Use declared
6846 variables math-exp-pos, math-exp-str.
6847
6848 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
6849 math-exp-old-pos.
6850 (math-parse-fortran-vector, math-parse-fortran-vector-end)
6851 (math-parse-eqn-prime): Use declared variable math-exp-token.
6852
6853 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
6854 Use declared variable math-exp-pos.
6855 (math-check-for-commas): Use declared variable math-exp-str.
6856 (math-read-brackets): Use declared variables math-exp-old-pos,
6857 math-exp-keep-spaces.
6858 (math-read-brackets, math-read-vector, math-read-matrix):
6859 Use declared variable math-exp-token.
6860
6861 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
6864 where the keymap is a symbol.
6865 (easy-menu-add-item): Use keymap-prompt. Simplify.
6866
6867 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
6868
6869 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
6870 (sgml-parse-tag-backward): Use it to skip spurious < or >.
6871
6872 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
6873
6874 * ebuff-menu.el: Doc fixes throughout.
6875 (electric-buffer-menu-mode-hook): New defvar.
6876
6877 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
6878
6879 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
6880 compilation. The resulting compiler warnings appear to be harmless.
6881
6882 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
6883
6884 * textmodes/conf-mode.el: New file.
6885
6886 * files.el (auto-mode-alist, magic-mode-alist): Use it.
6887
6888 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
6891
6892 2004-11-09 Jay Belanger <belanger@truman.edu>
6893
6894 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6895
6896 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
6897 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
6898 (calc-z-prefix-help, calc-user-function-list): Use declared
6899 variables calc-z-prefix-buf, calc-z-prefix-msgs.
6900 (math-map-tree, math-map-tree-rec): Use declared variables
6901 math-mt-many, math-mt-func.
6902 (math-read-expression, math-read-string): Use declared variable
6903 math-expr-data.
6904
6905 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
6906 variable math-normalize-a.
6907
6908 * calc/calc.el (math-normalize-a): New variable.
6909 (math-normalize): Use declared variable math-normalize-a.
6910
6911 * calc/calc-poly.el (math-expand-form): Use declared variable
6912 math-mt-many.
6913
6914 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6915 Use declared variable math-mt-many.
6916 (math-rewrite): Use declared variable math-mt-func.
6917
6918 * calc/calc-vec.el (math-read-brackets, math-read-vector)
6919 (math-read-matrix): Use declared variable math-expr-data.
6920
6921 * calc/calc-lang.el (math-parse-fortran-vector)
6922 (math-parse-fortran-vector-end, math-parse-tex-sum)
6923 (math-parse-eqn-matrix, math-parse-eqn-prime)
6924 (math-read-math-subscr): Use declared variable math-expr-data.
6925
6926 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
6927 (math-read-expr-level, math-read-token, calc-check-user-syntax)
6928 (calc-match-user-syntax, math-read-if, math-factor-after)
6929 (math-read-factor): Use declared variable math-expr-data.
6930
6931 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6932
6933 * calendar/diary-lib.el (diary-from-outlook)
6934 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
6935 interactive-p; but rather new optional argument NOCONFIRM.
6936
6937 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
6940 (easy-menu-name-match): Revert correspondingly.
6941
6942 2004-11-09 Richard M. Stallman <rms@gnu.org>
6943
6944 * emacs-lisp/bytecomp.el (byte-compile-defalias):
6945 Turn off warnings for the new function even if definition not constant.
6946 If the definition isn't a quoted symbol, record (FUNCTION . t).
6947 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
6948 (byte-compile-callargs-warn): Handle (FUNCTION . t).
6949 (display-call-tree, byte-compile-arglist-warn):
6950 Handle t returned by byte-compile-fdefinition.
6951
6952 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6953
6954 * Makefile.in (maintainer-clean): Depend on distclean.
6955
6956 * help-fns.el (help-C-file-name): File name must be in build-files
6957 to be returned.
6958
6959 2004-11-09 Jay Belanger <belanger@truman.edu>
6960
6961 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
6962 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
6963
6964 * calc/calc.el (calc, calc-trail-display, calc-mode):
6965 Remove obsolete sections.
6966
6967 * calc/calc.el (calc-x-paste-text): Remove.
6968
6969 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
6970 mouse-2.
6971
6972 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
6973
6974 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
6975 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
6976 current frame (in case of recursive calls).
6977 (gdb-show-changed-values): Add :version keyword.
6978
6979 2004-11-09 Kenichi Handa <handa@m17n.org>
6980
6981 * international/mule-cmds.el: Change coding: tag back to
6982 iso-2022-7bit.
6983
6984 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * international/mule-cmds.el: Change coding-system to utf-8.
6987 (select-safe-coding-system-interactively):
6988 New function extracted from select-safe-coding-system.
6989 (select-safe-coding-system): Use it.
6990
6991 2004-11-08 Richard M. Stallman <rms@gnu.org>
6992
6993 * subr.el (syntax-after): Doc fix.
6994
6995 * paren.el (show-paren-function): Change calls to syntax-after
6996 for new way of returning the value.
6997
6998 * menu-bar.el (menu-bar-file-menu): Make this the real name
6999 and menu-bar-files-menu the alias. Use the former.
7000 (global-map): Use `file', not `files', as the symbol.
7001
7002 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
7003
7004 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
7005 Don't use beginning-of-buffer.
7006 (filesets-cmd-show-result): Use with-no-warnings.
7007
7008 2004-11-08 Juri Linkov <juri@jurta.org>
7009
7010 * progmodes/compile.el (compile): Don't overwrite last command in
7011 minibuffer history with default command if they are not equal.
7012
7013 2004-11-08 Jay Belanger <belanger@truman.edu>
7014
7015 * calc/calcalg2.el (math-do-integral-methods): Try linear then
7016 non-linear substitutions.
7017
7018 2004-11-08 Jay Belanger <belanger@truman.edu>
7019
7020 * calc/calcalg2.el (math-linear-subst-tried): New variable.
7021 (math-do-integral): Set `math-linear-subst-tried' to nil.
7022 (math-do-integral-methods): Use `math-linear-subst-tried' to
7023 determine what type of substitution to try.
7024 (math-integ-try-linear-substituion):
7025 Set `math-linear-subst-tried' to t.
7026
7027 2004-11-08 Kim F. Storm <storm@cua.dk>
7028
7029 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
7030
7031 2004-11-07 Juri Linkov <juri@jurta.org>
7032
7033 * info-look.el (info-lookup): Allow reusing in the current buffer
7034 not only *info* buffer, but all (even renamed) Info buffers
7035 by checking for major-mode instead of *info* buffer name.
7036 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
7037 (octave-mode, maxima-mode) <doc-spec>:
7038 Allow long dashes generated by Texinfo 4.7 before definitions.
7039 (texinfo-mode) <doc-spec>: Add space to suffix to find command
7040 definitions with argument separated by space.
7041
7042 2004-11-06 Richard M. Stallman <rms@gnu.org>
7043
7044 * simple.el (next-error group, face): Move before first use.
7045 (next-error-highlight, next-error-highlight-no-select): Likewise.
7046
7047 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
7048 (line-move): New args NOERROR and TO-END.
7049 Return t if if succeed in moving specified number of lines.
7050 (move-end-of-line): New function.
7051
7052 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
7053 (end-of-buffer-other-window): Likewise.
7054
7055 * simple.el (line-move-ignore-invisible): Default to t.
7056
7057 * subr.el (syntax-after): Return the syntax letter, not the raw code.
7058
7059 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
7060
7061 * international/iso-cvt.el (iso-cvt-define-menu):
7062 Rename menu-bar-files-menu to menu-bar-file-menu.
7063
7064 * net/browse-url.el (browse-url-gnome-moz-program)
7065 (browse-url-gnome-moz-arguments): Move up before first use.
7066
7067 * net/tramp.el (tramp group): Add :version.
7068
7069 * progmodes/ada-xref.el (ada-gdb-application):
7070 Use goto-char instead of beginning-of-buffer.
7071
7072 * progmodes/cperl-mode.el (cperl-info-on-command):
7073 Use goto-char instead of beginning-of-buffer.
7074
7075 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
7076 Move up before first use.
7077 (idlwave-shell-temp-pro-file): Likewise.
7078 (idlwave-shell-temp-rinfo-save-file): Likewise.
7079 (idlwave-shell-temp-file): Minor doc fix.
7080
7081 * textmodes/flyspell.el (flyspell-external-point-words):
7082 Use goto-char instead of beginning-of-buffer.
7083
7084 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
7085
7086 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
7087 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
7088 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
7089
7090 2004-11-06 David Ponce <david@dponce.com>
7091
7092 * recentf.el (recentf-menu-path): Use menu item name.
7093
7094 2004-11-06 Eli Zaretskii <eliz@gnu.org>
7095
7096 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
7097 display doesn't support images.
7098
7099 2004-11-06 Andreas Schwab <schwab@suse.de>
7100
7101 * tempo.el (tempo-match-finder): Doc fix.
7102
7103 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
7104
7105 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
7108 (easy-menu-lookup-name): New fun to replace it.
7109 (easy-menu-get-map): Use it to obey menu item names (rather than just
7110 keys) when looking up `path'.
7111 (easy-menu-always-true-p): Rename from easy-menu-always-true.
7112 (easy-menu-convert-item-1): Adjust to new name.
7113
7114 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
7115
7116 * outline.el (hide-body): Don't hide lines at the top of the file
7117 that precede the first header line.
7118
7119 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
7120
7121 * align.el (align-areas): Delete whitespace before reindenting, so
7122 that tabs are never placed after spaces.
7123
7124 2004-11-06 Alan Shutko <ats@acm.org>
7125
7126 * macros.el (insert-kbd-macro): Do completions based on macros,
7127 rather than all commands.
7128
7129 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
7130
7131 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
7132 to solve a bug whereby tags with 'b' don't match.
7133
7134 2004-11-05 Juri Linkov <juri@jurta.org>
7135
7136 * info.el (Info-search): Don't search in node header lines
7137 and file headers.
7138
7139 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
7140 symbol-constituent characters after dot, not only digits.
7141
7142 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
7143
7144 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
7145
7146 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7147
7148 * dired.el (dired-read-dir-and-switches): Call read-directory-name
7149 if a dialog will be used, read-file-name otherwise.
7150
7151 2004-11-04 Richard M. Stallman <rms@gnu.org>
7152
7153 * textmodes/table.el (table group): Add :version.
7154
7155 * textmodes/ispell.el (ispell-word):
7156 Don't alter args; set them only thru `interactive' spec.
7157
7158 * textmodes/flyspell.el (flyspell-word):
7159 Don't alter FOLLOWING; set it only thru `interactive' spec.
7160
7161 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
7162
7163 * net/browse-url.el (browse-url-maybe-new-window):
7164 Use called-interactively-p.
7165
7166 * mail/supercite.el (sc-cite-region):
7167 Don't use interactive-p. Add arg INTERACTIVE.
7168 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
7169
7170 * international/mule-cmds.el (set-input-method, toggle-input-method):
7171 Don't use interactive-p. Add arg INTERACTIVE.
7172
7173 * eshell/esh-mode.el (eshell-show-maximum-output):
7174 Don't use interactive-p.
7175 (eshell-truncate-buffer): Just message, no error, if buffer is short.
7176
7177 * mouse.el (mouse-show-mark): Get positions to delete from mark
7178 and point, not from mouse-drag-overlay.
7179
7180 * imenu.el (imenu-eager-completion-buffer): Add :version.
7181
7182 * filesets.el (filesets group): Add :version.
7183
7184 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
7185
7186 * files.el (xml-based-modes): Delete var.
7187 (magic-mode-alist): New more general var.
7188 (set-auto-mode): Use it.
7189
7190 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
7191 when clicking from another window.
7192
7193 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
7194
7195 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
7196 (vc-cvs-annotate-time): Incorporate value of deleted var.
7197 Remove special-case handling of beginning-of-buffer cruft.
7198 Cache ending position (point) and return value in text property
7199 `vc-cvs-annotate-time', and consult it on subsequent invocations.
7200
7201 * vc-cvs.el (vc-cvs-annotate-command):
7202 Delete extraneous lines from beginning of buffer.
7203 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
7204
7205 * progmodes/grep.el (grep-default-command): Take empty string
7206 for tag if all other methods yield nil. Shell-quote the tag.
7207
7208 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
7209 spec in `interactive' form, and mention it in the docstring.
7210 Also, make sure point is at bol after calling `annotate-time'.
7211
7212 2004-11-02 Richard M. Stallman <rms@gnu.org>
7213
7214 * cus-edit.el (customize-group-other-window):
7215 Select the window that displays the custom buffer.
7216 (custom-buffer-create-other-window): Likewise.
7217
7218 * comint.el (comint-insert-input): Fix previous change.
7219
7220 * emacs-lisp/elp.el (elp-instrument-function):
7221 Use called-interactively-p.
7222
7223 * emacs-lisp/easymenu.el (easy-menu-intern):
7224 Don't downcase; rather, case-flip the first letter of each word.
7225
7226 * emacs-lisp/easy-mmode.el (define-minor-mode):
7227 Use called-interactively-p.
7228
7229 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7230 Add interactive-only.
7231 (byte-compile-warnings): Add interactive-only as option.
7232 (byte-compile-interactive-only-functions): New variable.
7233 (byte-compile-form): Warn about calls to functions
7234 in byte-compile-interactive-only-functions.
7235
7236 * emacs-lisp/autoload.el (update-file-autoloads):
7237 Don't use interactive-p; take new arg SAVE-AFTER.
7238
7239 * emacs-lisp/advice.el (ad-make-advised-definition):
7240 Use called-interactively-p.
7241
7242 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7243
7244 * files.el (find-file-existing): New function.
7245
7246 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
7247 find-file-existing. Add "New File..." that calls find-file.
7248
7249 * diropen.pbm, diropen.xpm: New files.
7250
7251 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
7252 icon diropen. New tool bar item find-file-existing uses icon open.
7253
7254 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
7255 instead of read-file-name.
7256
7257 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
7258
7259 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
7260 (icalendar--split-value): Change name of work buffer.
7261 (icalendar--get-weekday-abbrev): Return nil on error.
7262 (icalendar--date-to-isodate): New function.
7263 (icalendar-convert-diary-to-ical)
7264 (icalendar-extract-ical-from-buffer): Use only two args for
7265 make-obsolete (XEmacs compatibility).
7266 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
7267 (icalendar-export-region): Doc fix.
7268 If error, return non-nil and write errors to a buffer.
7269 Use correct weekday for weekly recurring events.
7270 Check whether date has been parsed for ordinary events.
7271 Make weekly events start in the year 2000.
7272 DTEND is non-inclusive, shift end date by one day if
7273 necessary (not for entries that have date and time).
7274 Rename local let variables: oops -> found-error, datestring ->
7275 startdatestring.
7276
7277 2004-11-02 Kim F. Storm <storm@cua.dk>
7278
7279 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
7280 keep-mode-if-same variable. Add it as optional arg instead.
7281 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
7282
7283 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
7284 substitute-command-keys will select lower-case bindings like those
7285 used in the static help texts.
7286
7287 * descr-text.el (describe-text-properties): Don't err if called in
7288 the *Help* buffer; output to *Help-2* buffer instead.
7289
7290 * kmacro.el (group kmacro): Add :version.
7291 (kmacro-keyboard-quit): New function to cleanup on C-g.
7292 (kmacro-start-macro): Set defining-kbd-macro to append when
7293 appending to last macro.
7294
7295 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
7296
7297 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
7298
7299 * progmodes/gdb-ui.el (gdb-enable-debug-log)
7300 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
7301 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
7302 Add :version keyword.
7303
7304 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
7305
7306 * progmodes/flymake.el (flymake-err-line-patterns):
7307 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
7308 `compilation-error-regexp-alist-alist' to internal Flymake format.
7309
7310 * progmodes/flymake.el: Eliminate byte-compiler warnings.
7311
7312 2004-11-01 Jay Belanger <belanger@truman.edu>
7313
7314 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
7315 with `interactive "s"'.
7316
7317 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7318
7319 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7320 Revert change from 2004-10-16. '*' checks the current buffer, but the
7321 mouse click may be in another buffer.
7322
7323 2004-11-01 John Paul Wallington <jpw@gnu.org>
7324
7325 * files.el (large-file-warning-threshold): Add :version keyword.
7326 (kill-some-buffers): Doc fix.
7327
7328 * thumbs.el (group thumbs): Add :version keyword.
7329
7330 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
7331
7332 2004-11-01 Richard M. Stallman <rms@gnu.org>
7333
7334 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
7335
7336 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
7337
7338 * allout.el (allout group): Add :version.
7339 (allout-init): Don't use interactive-p.
7340 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
7341 (allout-forward-current-level, allout-backward-current-level):
7342 Don't use interactive-p.
7343
7344 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
7345 (bibtex-find-text): Likewise.
7346
7347 * progmodes/vhdl-mode.el (vhdl-fill-region)
7348 (vhdl-beginning-of-statement): Don't use interactive-p.
7349
7350 * progmodes/idlwave.el (idlwave-update-routine-info):
7351 Don't use interactive-p.
7352
7353 * progmodes/idlw-shell.el (idlwave-shell-send-char):
7354 Don't use interactive-p.
7355
7356 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
7357 Don't use interactive-p.
7358
7359 * progmodes/ada-xref.el (ada-make-body-gnatstub):
7360 Don't use interactive-p.
7361
7362 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
7363 (fortune-in-buffer): Doc fix.
7364
7365 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
7366
7367 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
7368 don't select the temporary buffer.
7369 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
7370 (eudc-get-phone): Likewise.
7371
7372 2004-11-01 Kim F. Storm <storm@cua.dk>
7373
7374 * man.el (Man-xref-normal-file): Fix help-echo.
7375
7376 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 * reveal.el (reveal-last-tick): New var.
7379 (reveal-post-command): Use it to avoid closing overlays when we're
7380 appending text to them.
7381
7382 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7383
7384 * textmodes/bibtex.el: Require button.
7385 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
7386 (bibtex-reference-keys): Distinguish between header keys and
7387 crossref keys.
7388 (bibtex-beginning-of-field): New function.
7389 (bibtex-url-map): Remove.
7390 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
7391 (bibtex-font-lock-url-regexp): Assume that field names begin at
7392 the beginning of a line.
7393 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
7394 Remove field delimiters. Use bibtex-beginning-of-field.
7395 Bugfix, point can be inside a field with a url.
7396 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
7397 New functions.
7398 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
7399 (bibtex-key-in-head): Simplify.
7400 (bibtex-current-line): Use bolp.
7401 (bibtex-parse-keys): Remove unused arg `add'.
7402 Use bibtex-type-in-head and bibtex-key-in-head.
7403 (bibtex-parse-entry, bibtex-autofill-entry):
7404 Use bibtex-type-in-head and bibtex-key-in-head.
7405 (bibtex-autokey-get-field): Do not alter case of replacement text.
7406 (bibtex-autokey-get-names): Do all processing of name list.
7407 (bibtex-autokey-get-year): New function.
7408 (bibtex-autokey-get-title): Do all processing of title words.
7409 (bibtex-generate-autokey): Simplify.
7410 (bibtex-string-files-init): Use default-directory.
7411 Allow for absolute file names in bibtex-string-files.
7412 (bibtex-files, bibtex-file-path): New variables.
7413 (bibtex-files-expand): New function.
7414 (bibtex-find-entry-globally): New command.
7415 (bibtex-summary-function): New variable.
7416 (bibtex-summary): Default value of bibtex-summary-function.
7417 (bibtex-find-crossref): New optional args pnt and split.
7418 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
7419 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
7420 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
7421 Fix handling of required and alternative fields.
7422 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
7423 Use cons and display-buffer.
7424 (bibtex-validate-globally): New command.
7425 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
7426 bibtex-parse-keys and bibtex-parse-strings for updating
7427 bibtex-reference-keys and bibtex-strings.
7428 (bibtex-realign): Remove blank lines past the last entry.
7429 (bibtex-reformat): Use bibtex-entry-format as default.
7430 (bibtex-choose-completion-string): Remove.
7431 (bibtex-complete): Do not use bibtex-choose-completion-string.
7432 (bibtex-url): Simplify.
7433
7434 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7435
7436 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
7437 (x-dnd-types-alist, x-dnd-open-file-other-window)
7438 (x-dnd-known-types): Add :version.
7439
7440 2004-10-31 John Paul Wallington <jpw@gnu.org>
7441
7442 * ibuffer.el (group ibuffer): Add :version keyword.
7443
7444 2004-10-31 Kim F. Storm <storm@cua.dk>
7445
7446 * ido.el (group ido): Add :version keyword.
7447 (ido-mode): Remove :version keyword.
7448
7449 * emulation/cua-base.el (group cua): Add :version keyword.
7450 (cua-mode): Remove :version keyword.
7451
7452 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
7453
7454 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
7455
7456 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
7457 compiler warning.
7458 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
7459 function.
7460 (help-at-pt-display-when-idle): Remove autoload.
7461
7462 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
7465
7466 2004-10-30 Juri Linkov <juri@jurta.org>
7467
7468 * help.el (function-called-at-point):
7469 * help-fns.el (variable-at-point): Read -> intern.
7470
7471 2004-10-30 Simon Josefsson <jas@extundo.com>
7472
7473 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7474 Recognize AS_* too.
7475
7476 2004-10-29 Simon Josefsson <jas@extundo.com>
7477
7478 * subr.el (read-passwd): Move back from password.el.
7479
7480 * password.el: Remove, not ready yet.
7481
7482 2004-10-29 Andreas Schwab <schwab@suse.de>
7483
7484 * speedbar.el (speedbar-frame-parameters): Improve customize type.
7485
7486 2004-10-29 Sam Steingold <sds@gnu.org>
7487
7488 * mouse.el (mouse-show-mark): Replace the last occurrence of
7489 x-lost-selection-hooks with x-lost-selection-functions.
7490
7491 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
7494 x-lost-selection-functions is bound.
7495
7496 * mouse-sel.el (mouse-sel-mode):
7497 * emacs-lisp/lselect.el: Adjust to new names for
7498 x-(lost|sent)-selection-functions.
7499
7500 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
7501 New obsolete aliases of x-lost-selection-functions and
7502 x-sent-selection-functions.
7503
7504 2004-10-28 Kim F. Storm <storm@cua.dk>
7505
7506 * imenu.el (imenu-scanning-message): Remove.
7507 (imenu-progress-message): Make it a no-op.
7508
7509 2004-10-28 John Paul Wallington <jpw@gnu.org>
7510
7511 * files.el (set-auto-mode): Call `throw' correctly.
7512
7513 2004-10-28 Juri Linkov <juri@jurta.org>
7514
7515 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
7516 to search `Info-...' commands in `info' manual.
7517 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7518 Add 'info-file "emacs" property.
7519 (Info-find-emacs-command-nodes): Fix index line number regexp.
7520 Set real line number (instead of fake 0) in first element of the
7521 returned list.
7522 (Info-goto-emacs-command-node): Use line number of first element
7523 to set point in the first found Info node.
7524
7525 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
7526 code to `grep-mode-font-lock-keywords'.
7527 (grep-mode-font-lock-keywords): Delete grep markers instead
7528 of making them invisible.
7529
7530 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7531
7532 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
7533 and x-server-version in bug report.
7534
7535 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
7536
7537 * files.el (set-auto-mode-0): New function.
7538 (set-auto-mode): Use it to handle aliased modes and to
7539 be consistent between C-x C-f and C-x C-w.
7540
7541 2004-10-28 Kenichi Handa <handa@m17n.org>
7542
7543 * international/utf-8.el (utf-translate-cjk-charsets):
7544 Add katakana-jisx0201.
7545
7546 * international/subst-jis.el: Add data for JISX0201.
7547
7548 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * obsolete/hilit19.el (hilit-mode): New function.
7551 Move all the toplevel side-effecting stuff into it, so that loading
7552 hilit19 doesn't mess everything up any more.
7553
7554 2004-10-27 Richard M. Stallman <rms@gnu.org>
7555
7556 * add-log.el (add-change-log-entry): Set up mailing address
7557 and full name later, and don't alter add-log-mailing-address
7558 or add-log-full-name.
7559
7560 * elide-head.el (elide-head): Change error to message.
7561 (elide-head-show): Likewise.
7562
7563 * apropos.el (apropos-macrop): Doc fix.
7564
7565 * mouse.el (mouse-show-mark): Do most processing the same
7566 regardless of transient-mark-mode.
7567
7568 * shadowfile.el (shadow-copy-files): Use interactive-p
7569 only to control whether to print a message.
7570
7571 * tar-mode.el (tar-mode): Use write-contents-functions,
7572 not write-contents-hooks.
7573
7574 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
7575 directory-sep-char.
7576
7577 2004-10-27 Richard M. Stallman <rms@gnu.org>
7578
7579 * strokes.el (strokes-unload-hook): Fix previous change.
7580
7581 * type-break.el (type-break-run-at-time): Always use run-at-time;
7582 forget the alternatives.
7583 (type-break-cancel-function-timers): Always use cancel-function-timers;
7584 forget the alternatives.
7585
7586 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
7587
7588 2004-10-27 Kenichi Handa <handa@m17n.org>
7589
7590 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
7591
7592 * international/subst-gb2312.el: Likewise.
7593
7594 * international/subst-big5.el: Likewise.
7595
7596 * international/subst-ksc.el: Likewise.
7597
7598 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
7599 New variable.
7600 (utf-translate-cjk-set-unicode-range): New function.
7601 (utf-translate-cjk-unicode-range): Make it customizable.
7602 (utf-8-post-read-conversion):
7603 Use utf-translate-cjk-unicode-range-string.
7604 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
7605 Unicode ranges.
7606
7607 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
7608
7609 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
7610 trivial variants to shorten the list.
7611 (xml-based-modes): New var.
7612 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
7613 declaration higher priority than auto-mode-alist.
7614
7615 * find-file.el (cc-other-file-alist): Bring it in line with
7616 cc-mode's auto-mode-alist entries and use \' instead of $.
7617
7618 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
7619 and add "Id" and "Name" submenus to it.
7620
7621 * imenu.el (imenu--generic-function): Skip matches in comments.
7622
7623 2004-10-26 Jay Belanger <belanger@truman.edu>
7624
7625 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
7626 (full-calc-keypad, calc-trail-display): Use an extra argument
7627 instead of `interactive-p'.
7628
7629 * calc/calc-misc.el (calc-other-window): Use an extra argument
7630 instead of `interactive-p'.
7631
7632 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
7633 `interactive-p'.
7634
7635 2004-10-26 Kim F. Storm <storm@cua.dk>
7636
7637 * help.el (describe-key): Describe both down-event and up-event
7638 for a mouse click.
7639
7640 2004-10-26 Richard M. Stallman <rms@gnu.org>
7641
7642 * woman.el (woman): Don't call interactive-p.
7643
7644 * pcomplete.el (pcomplete): Instead of interactive-p,
7645 use an arg set non-nil by the interactive spec.
7646
7647 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
7648 use an arg set non-nil by the interactive spec.
7649
7650 * man.el (Man-cleanup-manpage): Instead of interactive-p,
7651 use an arg set non-nil by the interactive spec.
7652
7653 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7654
7655 * progmodes/flymake.el (flymake-split-string):
7656 Use `flymake-split-string-remove-empty-edges' in any case.
7657
7658 2004-10-26 Masatake YAMATO <jet@gyve.org>
7659
7660 * progmodes/flymake.el (flymake-err-line-patterns):
7661 Use `compilation-error-regexp-alist-alist' instead of
7662 `compilation-error-regexp-alist'.
7663
7664 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
7667 verbatim face on the \ of \end{verbatim}.
7668
7669 2004-10-25 Jay Belanger <belanger@truman.edu>
7670
7671 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
7672 erasing minibuffer.
7673
7674 2004-10-25 Simon Josefsson <jas@extundo.com>
7675
7676 * subr.el (read-passwd): Move to net/password.el.
7677
7678 * net/password.el (read-passwd): Add. Autoload it.
7679
7680 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
7681
7682 * mouse-sel.el (mouse-sel-mode): Specify custom group.
7683
7684 * simple.el (process-file): Fix logic.
7685
7686 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7687
7688 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
7689 (increase-right-margin): Remove erroneous call to `interactive-p'.
7690
7691 2004-10-24 Kim F. Storm <storm@cua.dk>
7692
7693 * help.el (describe-mode): Fix 2004-10-13 change.
7694 Copy pure "Auto Fill" string so it can be propertized later
7695 without causing a read-only error.
7696
7697 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7698
7699 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
7700 style indexes.
7701
7702 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7703
7704 * simple.el (process-file): Accept nil for INFILE. Reported by
7705 Luc Teirlinck.
7706
7707 2004-10-24 Masatake YAMATO <jet@gyve.org>
7708
7709 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
7710 Handle periods and underscores in a function name.
7711 Remove the address fontification.
7712
7713 2004-10-24 Masatake YAMATO <jet@gyve.org>
7714
7715 * progmodes/asm-mode.el (asm-font-lock-keywords):
7716 Use font-lock-variable-name-face for registers.
7717
7718 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
7719
7720 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
7721 kill-all-local-variables.
7722 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7723 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
7724 Use kill-all-local-variables and provide mode-hooks.
7725 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
7726 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
7727 Suggested by Masatake YAMATO <jet@gyve.org>.
7728
7729 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
7730
7731 * simple.el (process-file): New function, similar to call-process
7732 but supports file handlers.
7733 * vc.el (vc-do-command): Use it, instead of call-process.
7734 * net/tramp-vc.el (vc-do-command): Do not advise it if
7735 process-file is fboundp.
7736 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
7737 process-file.
7738 (tramp-handle-process-file): New function.
7739 (tramp-file-name-for-operation): Support process-file.
7740
7741 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
7742
7743 * calendar/icalendar.el (icalendar--weekday-array): New constant.
7744 (icalendar-weekdayabbrev-table)
7745 (icalendar-monthnumber-table): Delete.
7746 (icalendar--get-month-number): Use calendar-month-name-array.
7747 (icalendar--get-weekday-number): New function.
7748 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
7749 (icalendar-export-region): Handle multi-line entries.
7750 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
7751
7752 2004-10-23 John Paul Wallington <jpw@gnu.org>
7753
7754 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
7755 `wildcards' set to t in interactive spec.
7756
7757 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
7758 interactive spec rather than use `interactive-p'.
7759 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
7760 rather than use function `interactive-p'.
7761
7762 2004-10-22 Kenichi Handa <handa@m17n.org>
7763
7764 * international/mule.el (translate-region): Implement it in Lisp
7765 as a front end of translate-region-internal.
7766
7767 2004-10-21 Jay Belanger <belanger@truman.edu>
7768
7769 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
7770 Declare these variables with defvar.
7771
7772 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
7773 is bound, only check to see if it is bound.
7774
7775 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7778 Don't output messages.
7779
7780 * calc/calc-help.el (calc-describe-bindings): Fix last change.
7781
7782 2004-10-21 John Paul Wallington <jpw@gnu.org>
7783
7784 * calc/calc-graph.el (calc-graph-init):
7785 Use `set-process-query-on-exit-flag'.
7786
7787 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
7788
7789 * progmodes/compile.el (compilation-start): Rely on `cd' to get
7790 dir right and also allow argumentless cd.
7791
7792 2004-10-19 Richard M. Stallman <rms@gnu.org>
7793
7794 * textmodes/flyspell.el (flyspell-mode): Doc fix.
7795
7796 * eshell/em-unix.el (eshell-grep):
7797 Don't bind compilation-process-setup-function.
7798
7799 * comint.el (comint-insert-input): Use @ in `interactive'.
7800 (comint-input-filter-functions): Doc fix.
7801 (comint-kill-whole-line, comint-get-source): Doc fix.
7802
7803 * progmodes/compile.el (compilation-setup):
7804 Don't set buffer-read-only if MINOR is non-nil.
7805
7806 2004-10-19 Jay Belanger <belanger@truman.edu>
7807
7808 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
7809 (calc-emacs-type-gnu19): Remove.
7810 (calc-digit-map, calc-read-key-sequence, calc-read-key):
7811 Remove check for old emacs versions.
7812
7813 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
7814 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
7815 for current Emacs.
7816
7817 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
7818 the end of the minibuffer.
7819 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
7820 copy `esc-map'.
7821
7822 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
7823
7824 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
7825 call that would be given when the current emacs was used.
7826
7827 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
7828
7829 * calendar/icalendar.el: Set coding to utf-8.
7830 (icalendar-version): Increase to 0.07.
7831 (icalendar-monthnumber-table): Change March pattern.
7832 (icalendar-get-all-event-properties)
7833 (icalendar-set-event-property): Delete.
7834 (icalendar-all-events): No longer interactive.
7835 (icalendar-convert-diary-to-ical)
7836 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
7837 their replacements.
7838 (icalendar-export-file, icalendar-export-region): New functions;
7839 essentially old `icalendar-convert-diary-to-ical' but appending to
7840 target rather than overwriting.
7841 (icalendar-import-file): Append to target file rather than
7842 overwriting. Fourth arg deleted.
7843 (icalendar-import-buffer): New name for old
7844 `icalendar-extract-ical-from-buffer'.
7845 (icalendar--convert-string-for-import): New name for
7846 old `icalendar-convert-for-import'.
7847 (include-icalendar-files): Delete.
7848 Prefix for all internal functions changed from `icalendar-'
7849 to `icalendar--'.
7850
7851 2004-10-19 Richard M. Stallman <rms@gnu.org>
7852
7853 * paths.el (news-path): Fix previous change.
7854
7855 2004-10-18 Jay Belanger <belanger@truman.edu>
7856
7857 * calc/calc-help.el (calc-describe-bindings):
7858 Set `buffer-read-only' to nil while working in the keybindings buffer;
7859 remove some extra information from the keybindings buffer.
7860
7861 2004-10-18 David Ponce <david@dponce.com>
7862
7863 * mouse.el (mouse-drag-move-window-top): New function.
7864 (mouse-drag-mode-line-1): Use it.
7865
7866 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7867
7868 * info.el (Info-fontify-node): For multiline refs,
7869 arrange to unfontify newline and surrounding whitespace.
7870
7871 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
7874 directory is missing.
7875
7876 2004-10-17 John Paul Wallington <jpw@gnu.org>
7877
7878 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
7879 New customizable variable; whether to display buffers that match
7880 `ibuffer-maybe-show-predicates' by default.
7881 (ibuffer-maybe-show-predicates): Mention it in docstring.
7882 (ibuffer-display-maybe-show-predicates): New variable.
7883 (ibuffer-update): Prefix arg now toggles whether buffers that
7884 match `ibuffer-maybe-show-predicates' should be displayed.
7885 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
7886 locally to heed `ibuffer-default-display-maybe-show-predicates'.
7887 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
7888
7889 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
7890
7891 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
7892 work correctly.
7893
7894 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
7895
7896 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
7897 (Buffer-menu-beginning): New helper function.
7898 (Buffer-menu-execute): Use it.
7899 (Buffer-menu-select): Use it.
7900 (Buffer-menu-sort): Use it and also keep markers.
7901
7902 2004-10-17 Richard M. Stallman <rms@gnu.org>
7903
7904 * paths.el (news-directory): Rename from news-path. Old name alias.
7905 (rmail-spool-directory): Use defvar.
7906 (sendmail-program): Use defcustom.
7907 (remote-shell-program): Use defcustom.
7908 (term-file-prefix): Use defvar.
7909 (abbrev-file-name): Use defvar.
7910
7911 * term.el: Add maintainer.
7912
7913 * subr.el (with-local-quit): Return nil if there's a quit.
7914 (read-passwd): Use with-local-quit. Doc fix.
7915
7916 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
7917 (strokes-unload-hook): Set as a variable with add-hook.
7918
7919 * startup.el (fancy-splash-tail, normal-splash-screen):
7920 Update copyright year.
7921
7922 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
7923
7924 * server.el (server-unload-hook): Set as a variable with add-hook.
7925
7926 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
7927
7928 * frame.el (special-display-popup-frame):
7929 Make the buffer current as its frame is created.
7930
7931 * delsel.el (delsel-unload-hook): Set as a variable.
7932
7933 * comint.el (comint-output-filter-functions):
7934 Add comint-watch-for-password-prompt.
7935 (comint-read-noecho): Function deleted.
7936 (send-invisible): Use read-passwd.
7937
7938 * fringe.el (fringe-mode-initialize): New function.
7939 (fringe-mode): Use fringe-mode-initialize as :initialize.
7940
7941 2004-10-17 Kim F. Storm <storm@cua.dk>
7942
7943 * language/indian.el (indian-script-language-alist): Swap value and doc.
7944 (indian-font-char-index-table): Doc fix.
7945
7946 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
7949
7950 2004-10-16 Juri Linkov <juri@jurta.org>
7951
7952 * progmodes/compile.el (compilation-start): Move let-binding of
7953 `process-environment' into `with-current-buffer' body.
7954 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7955
7956 2004-10-16 Richard M. Stallman <rms@gnu.org>
7957
7958 * pcvs-util.el (cvs-bury-buffer):
7959 Don't call get-buffer-window for effect.
7960
7961 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
7962
7963 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
7964
7965 * msb.el (msb-unload-hook): Set the variable.
7966
7967 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7968 Use * to err if buffer is readonly.
7969
7970 * subr.el (looking-back): Return only t or nil.
7971
7972 * whitespace.el (whitespace-unload-hook): Set the variable.
7973
7974 * view.el (view-mode-enable): Set view-page-size and
7975 view-half-page-size to nil.
7976 (view-set-half-page-size-default): view-half-page-size = nil
7977 means the default.
7978 (View-scroll-page-forward): Use view-page-size-default.
7979 (View-scroll-page-backward): Likewise.
7980 (view-page-size, view-half-page-size): Doc fixes.
7981
7982 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
7983
7984 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
7985
7986 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
7987 "cl" like other files. Instead, call byte-compile-find-cl-functions.
7988 (byte-compile-log-1): Bind inhibit-read-only.
7989 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
7990 (byte-compile-log-warning): Likewise.
7991 (byte-compile-file-form-require): Detect "cl" from the arg value.
7992
7993 * progmodes/compile.el (compilation-start): Assume compilation-mode
7994 will make the buffer read-only.
7995 (compilation-mode): Take arg name-of-mode.
7996 (compilation-setup): Make buffer read-only.
7997 (compilation-handle-exit): Bind inhibit-read-only.
7998
7999 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
8000 (ispell-message): Likewise.
8001 (ispell-show-choices): Don't call get-buffer-window uselessly.
8002 (ispell-init-process): Use set-process-query-on-exit-flag.
8003
8004 2004-10-16 Kim F. Storm <storm@cua.dk>
8005
8006 * fringe.el (fringe-bitmaps): Only initialize when defined.
8007
8008 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
8009 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
8010
8011 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
8012
8013 2004-10-15 Simon Josefsson <jas@extundo.com>
8014
8015 * net/password.el: Add.
8016
8017 2004-10-14 Masatake YAMATO <jet@gyve.org>
8018
8019 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
8020 (gdb-script-end-of-defun): New function.
8021 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
8022 `gdb-script-end-of-defun' as *-of-defun-function.
8023
8024 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
8025
8026 * button.el (button-activate): Allow a marker to display as an action.
8027
8028 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
8029
8030 * help.el (describe-mode): Use it to make minor mode list into
8031 hyperlinks.
8032
8033 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * vc.el (vc-annotate-display-select): Fix typo.
8036
8037 * subr.el (substitute-key-definition-key): New function.
8038 (substitute-key-definition): Use it with map-keymap.
8039 (event-modifiers): Use push.
8040 (mouse-movement-p, with-temp-buffer): Simplify.
8041
8042 2004-10-12 Jay Belanger <belanger@truman.edu>
8043
8044 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
8045 New variables.
8046 (calc-help-index-entries): New function.
8047 (calc-describe-function): Use `calc-help-function-list' instead of
8048 obarray for completion.
8049 (calc-describe-variable): Use `calc-help-variable-list' instead
8050 of obarray for completion.
8051
8052 2004-10-12 Richard M. Stallman <rms@gnu.org>
8053
8054 * info-look.el (info-lookup-file): Add info-file property.
8055 (info-lookup-symbol): Likewise.
8056
8057 * info.el (info-xref): Add underlining.
8058 (info): Add info-file property.
8059 (Info-find-emacs-command-nodes): Specify case-sensitive search.
8060
8061 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
8062
8063 Sync with Tramp 2.0.45.
8064
8065 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
8066 defined. This is not the case for XEmacs without package "edebug".
8067 (tramp-set-auto-save-file-modes): Set permissions of autosaved
8068 remote files to the permissions of the original file. This is not
8069 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
8070 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
8071 (tramp-perl-decode): Fix an error in Perl implementation.
8072 $pending must be cleared every loop. Reported by Benjamin Place
8073 <benjaminplace@sprintmail.com>
8074
8075 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
8076 Don't activate advice during definition. This is done later on,
8077 depending on test result of `substitute-in-file-name'.
8078 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8079
8080 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
8083
8084 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
8085
8086 2004-10-12 David Ponce <david@dponce.com>
8087
8088 * recentf.el (recentf-edit-list): Update the menu when the recentf
8089 list has been modified.
8090
8091 2004-10-12 Simon Josefsson <jas@extundo.com>
8092
8093 * net/tls.el (tls-certtool-program): New variable.
8094 (tls-certificate-information): New function, based on
8095 ssl-certificate-information.
8096
8097 2004-10-12 Kenichi Handa <handa@m17n.org>
8098
8099 * international/mule.el (coding-system-equal): Move from mule-util.el.
8100
8101 * international/mule-util.el (coding-system-equal): Move to mule.el.
8102
8103 2004-10-12 Kim F. Storm <storm@cua.dk>
8104
8105 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
8106 reset kmacro-initial-counter-value if set.
8107 (kmacro-set-counter): Only set kmacro-counter if defining or executing
8108 macro. Set kmacro-initial-counter-value otherwise. Never set both.
8109 (kmacro-display): Show macro counter if non-zero.
8110
8111 * subr.el (substitute-key-definition): Mention command remapping
8112 in doc string.
8113
8114 2004-10-11 Jay Belanger <belanger@truman.edu>
8115
8116 * calc/calc-misc.el (calc-info-goto-node): New function.
8117 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
8118 node in one step.
8119 (calc-describe-copying, calc-describe-distribution)
8120 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
8121 Go to appropriate info node in one step.
8122
8123 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
8126
8127 * font-lock.el (font-lock-apply-highlight): Fix last change.
8128
8129 2004-10-11 Simon Josefsson <jas@extundo.com>
8130
8131 * mail/smtpmail.el (smtpmail-open-stream): Look for
8132 starttls-gnutls-program instead of starttls-program iff
8133 starttls-use-gnutls is non-nil.
8134 (smtpmail-open-stream): Don't overwrite user settings of
8135 starttls-extra-arguments and starttls-extra-args.
8136
8137 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * comint.el (comint-mouse-insert-input): Remove.
8140 (comint-insert-input): Make it work for mouse bindings.
8141 (comint-mode-map): Move defs into the declaration.
8142 (comint-output-filter): Typo.
8143
8144 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
8145
8146 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
8147
8148 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
8149 (ange-ftp-call-chmod): Reference remote-shell-program instead of
8150 ange-ftp-remote-shell.
8151
8152 2004-10-10 Andreas Schwab <schwab@suse.de>
8153
8154 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
8155 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
8156 Reported by <sri@asu.edu>.
8157
8158 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
8159
8160 * vc.el (vc-annotate-mode): Remove variable.
8161 (vc-annotate-display-select): Only call vc-annotate-mode
8162 if we're not in that mode already.
8163
8164 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
8167 (imenu-choose-buffer-index): Check here for rescan instead.
8168
8169 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
8170 where the face expression evals to nil.
8171
8172 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
8173 (tex-font-lock-keywords-2): Use it.
8174 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
8175
8176 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
8177
8178 2004-10-09 Kim F. Storm <storm@cua.dk>
8179
8180 * subr.el (progress-reporter-update): Define before first usage.
8181 (make-progress-reporter): Doc fix.
8182
8183 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8184
8185 * textmodes/paragraphs.el (sentence-end-double-space)
8186 (sentence-end-without-period, sentence-end-without-space)
8187 (sentence-end): Doc fixes.
8188
8189 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
8190
8191 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
8192 Change paragraph-start regexp so we don't fill code starting with #'(.
8193
8194 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
8195
8196 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
8197 New defcustom.
8198 (extract-address-components): Use it.
8199
8200 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8201
8202 * subr.el (make-progress-reporter, progress-reporter-update)
8203 (progress-reporter-force-update, progress-reporter-do-update)
8204 (progress-reporter-done): New functions.
8205
8206 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
8207
8208 * progmodes/etags.el (etags-tags-completion-table): Use progress
8209 reporter.
8210 (etags-tags-apropos): Likewise.
8211
8212 2004-10-08 Alan Mackenzie <acm@muc.de>
8213
8214 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
8215 of current line.
8216
8217 2004-10-08 Masatake YAMATO <jet@gyve.org>
8218
8219 * server.el (server-process-filter): Wrap `process-send-region'
8220 by `condition-case' to guard the case when the pipe to PROC is closed.
8221
8222 2004-10-07 Mark A. Hershberger <mah@everybody.org>
8223
8224 * xml.el (xml-substitute-special): Limit handling of external entities.
8225
8226 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
8227
8228 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
8229
8230 2004-10-06 John Paul Wallington <jpw@gnu.org>
8231
8232 * xml.el (xml-parse-dtd): Fix `error' call.
8233
8234 2004-10-05 Mark A. Hershberger <mah@everybody.org>
8235
8236 * xml.el (xml-substitute-special): Return a single string instead
8237 of a list of strings if an entity substitution is made.
8238
8239 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
8240
8241 * calendar/icalendar.el: New file.
8242
8243 2004-10-05 Juri Linkov <juri@jurta.org>
8244
8245 * isearch.el (isearch-done): Set mark after running hook.
8246 Reported by Drew Adams <drew.adams@oracle.com>.
8247
8248 * info.el (Info-history, Info-toc): Fix Info headers.
8249 (Info-toc): Narrow buffer before Info-fontify-node.
8250 (Info-build-toc): Don't check for special Info file names.
8251 Set main-file to nil if Info-find-file returns a symbol.
8252
8253 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
8254
8255 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
8256 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
8257 * calendar/cal-menu.el (calendar-mode-map): Ditto.
8258
8259 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
8260
8261 * calendar/cal-iso.el (calendar-iso-read-args): New function,
8262 for old interactive spec from calendar-goto-iso-date.
8263 (calendar-goto-iso-date): Use it.
8264 (calendar-goto-iso-week): New function. Suggested by Emilio
8265 C. Lopes <eclig@gmx.net>.
8266
8267 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
8268
8269 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
8270 `set-right-margin' bindings that follow the minor mode conventions.
8271
8272 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
8275 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
8276 (latex-block-args-alist): Add minipage and picture.
8277 (latex-block-body-alist): Use reftex-label if enabled.
8278 (latex-insert-block): Don't insert a \n if not necessary.
8279 (tex-compile-commands): Make sure dvips doesn't send to printer.
8280 (tex-compile-default): Handle the case where no executable is found.
8281 (latex-noindent-environments): New var.
8282 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
8283 If tex-indent-allhanging is non-nil, make sure we only align for macros
8284 at beginning of line.
8285
8286 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
8287
8288 * newcomment.el (comment-beginning): Doc fix and don't choke on
8289 unset `comment-end-skip' when at beginning of comment.
8290
8291 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8292
8293 * term.el (term-adjust-current-row-cache): Don't allow the current
8294 row to become negative.
8295 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
8296 the end of the line. Fix scroll down. Add comments.
8297 (term-handle-ansi-escape): Don't exceed terminal width when moving
8298 right.
8299 (term-scroll-region): Move the cursor after setting the scroll region.
8300
8301 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
8302
8303 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
8304 to `width' for consistency with docstring. Doc fix.
8305
8306 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
8307
8308 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
8309 This is necessary for derived modes.
8310
8311 2004-09-30 Kim F. Storm <storm@cua.dk>
8312
8313 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
8314 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
8315
8316 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
8317 kmacro-extract-lambda functions.
8318 (edit-kbd-macro): Handle kmacro lambda forms.
8319 Include counter and counter format in edit buffer.
8320 (edmacro-finish-edit): Get counter and format from edit buffer and
8321 update kmacro bindings when found.
8322
8323 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
8324
8325 * textmodes/paragraphs.el (forward-paragraph):
8326 Avoid args-out-of-range error when point winds up at the beginning of
8327 the buffer and hard newlines are enabled.
8328
8329 * newcomment.el (comment-multi-line): Doc fix.
8330
8331 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
8334 (diff-fixup-modifs): Catch unified-diff file-headers.
8335
8336 2004-09-29 Kim F. Storm <storm@cua.dk>
8337
8338 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
8339 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
8340 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
8341
8342 * fringe.el (fringe-bitmap-p): New macro.
8343 (fringe-bitmaps): Add standard fringe bitmaps on load.
8344
8345 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * dired.el (dired-view-command-alist): Use more efficient regexps.
8348 Remove dubious arguments.
8349 (dired-align-file): New function.
8350 (dired-insert-directory): Use it.
8351 (dired-move-to-end-of-filename): Make the " -> " search more specific.
8352 (dired-buffers-for-dir): Remove unused var `pattern'.
8353
8354 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
8355
8356 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
8357 from diary display excursion. Store diary buffer's point for
8358 `simple-diary-display'.
8359 (simple-diary-display): Set window point and start when
8360 displaying buffer, to preserve point.
8361
8362 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
8363
8364 * textmodes/enriched.el (enriched-translations): Replace defconst
8365 with defvar.
8366
8367 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8368
8369 * printing.el: Doc fix.
8370 (pr-version): New version number (6.8.1).
8371 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
8372 make-temp-name.
8373 (pr-delete-file): Check if file exists before deleting it.
8374 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
8375
8376 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * term.el (term-display-table): New variable.
8379 (term-mode): Use it.
8380 (term-exec-1): Set the coding system to binary.
8381 (term-emulate-terminal): Decode the string before inserting it.
8382
8383 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
8384
8385 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
8386 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
8387 (map): Bind S-prior, S-next and S-insert.
8388 (term-mode): Set `indent-tabs-mode' to nil.
8389 (term-paste): New function to be bound to S-insert.
8390 (term-send-del, term-send-backspace): Change the strings sent.
8391 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
8392 (term-handle-colors-array): Fix handling of underline and reverse.
8393 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
8394 (term-erase-in-line): Fix comparison.
8395 (term-emulate-terminal): Fix line wrap handling.
8396 (term-start-output-log): Rename from `term-set-output-log'.
8397 (term-stop-output-log): Rename from `term-stop-photo'.
8398 (term-switch-to-alternate-sub-buffer): Comment out, unused.
8399
8400 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * dired.el (dired-move-to-filename): Don't output a message if
8403 raise-error is non-nil. Fix return position and value.
8404
8405 * files.el (insert-directory): Obey --dired even with symlinks.
8406
8407 2004-09-25 Lars Hansen <larsh@math.ku.dk>
8408
8409 * ls-lisp.el (ls-lisp-format): Mark file names with property
8410 dired-filename.
8411
8412 2004-09-25 Kim F. Storm <storm@cua.dk>
8413
8414 * ido.el (ido-max-directory-size): New defcustom.
8415 (ido-decorations): Add "too big" element.
8416 (ido-directory-too-big): New dynamic var.
8417 (ido-may-cache-directory): Don't cache big directories.
8418 (ido-directory-too-big-p): New defun.
8419 (ido-set-current-directory): Update ido-directory-too-big.
8420 (ido-read-internal): Make empty ido-cur-item if too-big.
8421 (ido-buffer-internal): Use ido-read-internal directly instead of
8422 ido-read-buffer.
8423 (ido-file-internal): Init ido-directory-too-big.
8424 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
8425 and redo completion with full list.
8426 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
8427 it, and show completions.
8428 (ido-all-completions): Let bind ido-directory-too-big to nil.
8429 (ido-exhibit): Handle ido-directory-too-big.
8430 (ido-read-buffer): Handle fallback to read-buffer.
8431 Init ido-directory-too-big.
8432 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
8433 Init ido-directory-too-big.
8434
8435 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * subr.el (delay-mode-hooks): Doc fix.
8438
8439 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
8440
8441 * textmodes/enriched.el
8442 (enriched-default-text-properties-local-flag): New variable.
8443 (enriched-mode): Make sure that enabling and disabling the mode is
8444 a no-op. Doc fix.
8445
8446 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
8447
8448 * calendar/holidays.el (holiday-advent): Report on a specified day
8449 offset from advent, not just advent.
8450 (holiday-easter-etc): Report on one specified day offset from
8451 easter, not all easter holidays. Various Easter holidays moved to
8452 `christian-holidays' variable in calendar.el.
8453 * calendar/calendar.el (christian-holidays): Adapt for new
8454 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
8455
8456 2004-09-23 Kim F. Storm <storm@cua.dk>
8457
8458 * image.el (insert-sliced-image): Add doc string.
8459
8460 * ido.el (ido-choice-list): New dynamic var for `list' context.
8461 (ido-context-switch-command): New dynamic var.
8462 (ido-define-mode-map): Generalize switch between file/buffer contexts.
8463 (ido-read-internal): Handle new `list' context.
8464 Handle insert-buffer and insert-file ido-exit values.
8465 (ido-buffer-internal): New arg switch-cmd. Use it to setup
8466 ido-context-switch-command. Handle insert-file ido-exit value.
8467 (ido-read-buffer): Set ido-context-switch-command to 'ignore
8468 unless it is already bound by caller.
8469 (ido-file-internal): New arg switch-cmd. Use it to setup
8470 ido-context-switch-command. Handle insert-buffer ido-exit value.
8471 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
8472 used for context switching.
8473 (ido-all-completions): Handle new `list' context.
8474 (ido-make-choice-list): Return choices for `list' context.
8475 (ido-find-file-in-dir, ido-display-file, ido-write-file)
8476 (ido-display-buffer, ido-kill-buffer): Disable context switching.
8477 (ido-insert-buffer, ido-insert-file): Setup context switching.
8478 (ido-exhibit): Handle `list' context.
8479 (ido-read-file-name): Disable context switching. Handle fallback.
8480 (ido-read-directory-name): Disable context switching.
8481 (ido-completing-read): New defun like completing-read. Setup and
8482 use new `list' context.
8483
8484 2004-09-20 Jesper Harder <harder@ifa.au.dk>
8485
8486 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
8487
8488 2004-09-21 Jay Belanger <belanger@truman.edu>
8489
8490 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
8491 `calc-graph-set-styles' so the gnuplot buffer will appear in a
8492 separate window.
8493
8494 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
8495
8496 * subr.el (after-change-major-mode-hook): Doc fix.
8497
8498 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8499
8500 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
8501 of ghostscript for monochrome PostScript file in Windows.
8502
8503 2004-09-21 Kenichi Handa <handa@m17n.org>
8504
8505 * descr-text.el (describe-char): Checking of quail activation fixed.
8506
8507 2004-09-21 Jay Belanger <belanger@truman.edu>
8508
8509 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
8510
8511 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
8512
8513 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
8514 after the mode hooks instead of before. Doc fix.
8515
8516 2004-09-20 Jason Rumney <jasonr@gnu.org>
8517
8518 * startup.el (command-line) [windows-nt]: Try .emacs first, then
8519 _emacs, but revert to .emacs if neither exists in home directory.
8520
8521 2004-09-20 John Paul Wallington <jpw@gnu.org>
8522
8523 * bindings.el (completion-ignored-extensions): Add .dfsl.
8524
8525 2004-09-20 Richard M. Stallman <rms@gnu.org>
8526
8527 * bindings.el (scroll-left): Make it disabled.
8528
8529 * files.el (enable-local-eval): Doc fix.
8530
8531 * indent.el (move-to-left-margin): Special case for minibuffer.
8532
8533 * term.el (term-emulate-terminal): Turn off undo for output.
8534 Use with-current-buffer and save-selected-window.
8535
8536 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
8537
8538 * progmodes/make-mode.el (makefile-fill-paragraph):
8539 Don't insist on spaces when looking for comments. # is enough.
8540
8541 * files.el (hack-local-variables): Copy the variables list
8542 to another buffer, strip prefixes and suffixes there, then read.
8543 (enable-local-eval): Doc fix.
8544 (ignored-local-variables): Initialize to nil.
8545 (risky-local-variable-p): Don't check ignored-local-variables here.
8546 (hack-one-local-variable): Ignore var if in ignored-local-variables.
8547
8548 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8549
8550 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
8551 of = to "." (punctuation).
8552
8553 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * subr.el (event-basic-type): Fix mask (extend to 22bits).
8556
8557 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * textmodes/enriched.el (enriched-rerun-flag): New variable.
8560 (enriched-before-change-major-mode): New function.
8561 Add it to `change-major-mode-hook'.
8562 (enriched-after-change-major-mode): New function.
8563 Add it to `after-change-major-mode-hook'.
8564 (enriched-mode): Make it work correctly if called from
8565 `after-change-major-mode-hook'.
8566 No longer set `indent-line-function'.
8567
8568 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
8569
8570 * subr.el (after-change-major-mode-hook): New variable.
8571 (run-mode-hooks): Implement it.
8572
8573 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * battery.el (battery-linux-proc-apm): Use string-to-number.
8576 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
8577 Use dolist (and less indentation). Use erase-buffer.
8578 Pre-initialize `design-capacity', `warn', and `low'.
8579 (battery-format): Use replace-regexp-in-string.
8580
8581 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
8582
8583 * battery.el: Delete superfluous empty lines.
8584 (battery-linux-proc-acpi): Attempt to gather information from all
8585 battery subdirectories regardless of their file name.
8586 (battery-linux-proc-apm): Replace all occurrences of
8587 battery-hex-to-int-2 with string-to-int (base 16).
8588 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
8589 (battery-hex-map): Delete variable.
8590
8591 2004-09-18 John Paul Wallington <jpw@gnu.org>
8592
8593 * calc/calc-units.el (calc-quick-units): Fix overzealous
8594 s/or/unless/.
8595
8596 2004-09-17 Jay Belanger <belanger@truman.edu>
8597
8598 * calc/calc.el (calc-mode-var-list): Fix the value of
8599 `calc-matrix-brackets'.
8600
8601 2004-09-17 Romain Francoise <romain@orebokech.com>
8602
8603 * ibuf-ext.el (define-ibuffer-filter filename):
8604 Expand dired-directory since buffer-file-name is absolute.
8605
8606 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8607
8608 * ediff-init.el (ediff-current-diff-face-A)
8609 (ediff-current-diff-face-B, ediff-current-diff-face-C)
8610 (ediff-current-diff-face-Ancestor)
8611 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8612 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8613 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8614 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8615 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8616 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8617 Use min-colors.
8618
8619 * term.el (term-down): Perform vertical motion if DOWN is negative.
8620 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
8621 (term-termcap-format): Synchronyze with the eterm terminfo entry
8622 in etc/e/eterm.ti.
8623 (term-handle-colors-array): If the current foreground or
8624 background are zero (i.e. unspecified), use the foreground and
8625 background of the default face for reverse video.
8626 (term-ansi-at-eval-string, term-ansi-default-fg)
8627 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
8628 (term-mem): Delete ununsed function.
8629 (term-protocol-version): Increment.
8630 (term-current-face): Set to default.
8631
8632 2004-09-15 Jay Belanger <belanger@truman.edu>
8633
8634 * calc/calc.el (calc-mode-var-list): Define this variable.
8635 (calc-always-load-extensions, calc-line-numbering)
8636 (calc-line-breaking, calc-display-just, calc-display-origin)
8637 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8638 (calc-group-char, calc-point-char, calc-frac-format)
8639 (calc-prefer-frac, calc-hms-format, calc-date-format)
8640 (calc-float-format, calc-full-float-format, calc-complex-format)
8641 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8642 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8643 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8644 (calc-matrix-brackets, calc-language, calc-language-option)
8645 (calc-left-label, calc-right-label, calc-word-size)
8646 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8647 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8648 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8649 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8650 (calc-window-height, calc-display-trail, calc-show-selections)
8651 (calc-use-selections, calc-assoc-selections)
8652 (calc-display-working-message, calc-auto-why, calc-timing)
8653 (calc-mode-save-mode, calc-standard-date-formats)
8654 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
8655 (calc-user-parse-tables, calc-gnuplot-default-device)
8656 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8657 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8658 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8659 (calc-invocation-macro, calc-show-banner): Give these values as
8660 part of `calc-mode-var-list's initialization after the variables
8661 are declared with defvar.
8662 (calc-bug-address): Change email address to send bug reports to.
8663 Change the maintainer address at the top.
8664 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
8665 than "\\.emacs" to determine if it is the user-init-file.
8666
8667 * calc/calc-embed.el (calc-embedded-set-modes): Use
8668 `calc-mode-var-list' correctly.
8669
8670 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
8671
8672 * vc.el (annotate-time): Document point handling.
8673 (vc-annotate-display-autoscale): Doc fix.
8674
8675 2004-09-15 Miles Bader <miles@gnu.org>
8676
8677 * generic.el (generic-make-keywords-list): Use symbol rather than
8678 word anchors in regexp.
8679
8680 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
8681
8682 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
8683 no file name consider `dired-directory'.
8684
8685 2004-09-14 Kim F. Storm <storm@cua.dk>
8686
8687 * faces.el (cursor): Add face-no-inherit property. Doc fix.
8688
8689 2004-09-14 Simon Josefsson <jas@extundo.com>
8690
8691 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
8692
8693 * textmodes/dns-mode.el: Add.
8694
8695 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
8698 (disabled-command-function): Make the ?\ char more obvious.
8699
8700 * vc-arch.el (vc-arch-root, vc-arch-registered):
8701 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
8702
8703 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
8704
8705 * windmove.el (windmove-frame-edges): Report coordinates of
8706 outside edges of frame, not inside edges.
8707 (windmove-coordinates-of-position): Convert into wrapper to new
8708 function `windmove-coordinates-of-window-position';
8709 `compute-motion' always applies to selected window.
8710 (windmove-coordinates-of-position): Update documentation to refer
8711 to Emacs 21 Lisp Reference Manual.
8712 (windmove-find-other-window): Fix off-by-one errors for max x,y.
8713
8714 2004-09-13 Kim F. Storm <storm@cua.dk>
8715
8716 * isearch.el (isearch-resume-in-command-history): Rename from
8717 isearch-resume-enabled and change default to nil.
8718
8719 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * vc-hooks.el (vc-ignore-dir-regexp): New var.
8722 (vc-registered): Use it.
8723 (vc-find-root): New fun.
8724
8725 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8726 Don't tell to use \\{...} when it's already done.
8727
8728 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
8729 Provide a sample complex default.
8730 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
8731 (bibtex-entry): Use mapc.
8732
8733 2004-09-12 Kim F. Storm <storm@cua.dk>
8734
8735 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
8736
8737 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
8738 inhibit-field-text-motion to t so rectangles work in comint buffers.
8739
8740 * simple.el (choose-completion-string): Set buffer before running
8741 choose-completion-string-functions hook so it can be buffer-local.
8742
8743 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
8744
8745 * progmodes/compile.el (compilation-start): Parse command to see
8746 if it starts with a cd, and if so perform it for the *compilation*
8747 buffer. Change the header to reflect this.
8748
8749 2004-09-11 Kim F. Storm <storm@cua.dk>
8750
8751 * ido.el (ido-enable-dot-prefix): Doc fix.
8752 (ido-enable-dot-prefix): New defcustom.
8753 (ido-set-matches1): Use it.
8754
8755 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * textmodes/bibtex.el (bibtex-mark-active)
8758 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
8759
8760 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8761
8762 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
8763 used in a case insensitive environment.
8764 (bibtex-mode-map): Rearrange order of menus.
8765 (bibtex-quoted-string-re): Obsolete.
8766 (bibtex-complete-key-cleanup): Variable replaced by new function.
8767 (bibtex-font-lock-keywords): Use backquotes.
8768 (bibtex-font-lock-url-regexp): New internal variable.
8769 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
8770 "OPT" and "ALT".
8771 (bibtex-insert-current-kill, bibtex-make-field)
8772 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
8773 (bibtex-parse-field-text): Simplify.
8774 (bibtex-string=): New helper function.
8775 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
8776 (bibtex-map-entries): Use bibtex-string=.
8777 (bibtex-search-entry): Use not.
8778 (bibtex-enclosing-field): Fix docstring.
8779 (bibtex-assoc-regexp): Obsolete.
8780 (bibtex-format-entry): Use assoc-string and bibtex-string=.
8781 (bibtex-autokey-get-names): Handle empty name field.
8782 (bibtex-parse-strings): Use assoc-string and unless.
8783 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
8784 Use assoc-string.
8785 (bibtex-pop): Simplify.
8786 (bibtex-mode): Set font-lock-extra-managed-props.
8787 (bibtex-entry-update): Use assoc-string.
8788 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
8789 (bibtex-autofill-entry): Use bibtex-string=.
8790 (bibtex-print-help-message): Simplify.
8791 (bibtex-find-entry): New optional arg START.
8792 (bibtex-validate): Use bibtex-string= and assoc-string.
8793 Do not call obsolete function compilation-parse-errors.
8794 (bibtex-remove-delimiters): Only remove delimiters if present.
8795 (bibtex-copy-entry-as-kill): Add docstring.
8796 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
8797 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
8798 (bibtex-complete): Use bibtex-predefined-month-strings,
8799 bibtex-string=, and new function bibtex-complete-key-cleanup.
8800 (bibtex-generate-url-list): New variable.
8801 (bibtex-url): New command bound to C-c C-l and mouse-2.
8802 (bibtex-url-map): New local keymap for bibtex-url-mouse.
8803 (bibtex-font-lock-url): New function.
8804
8805 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
8808
8809 2004-09-09 Kim F. Storm <storm@cua.dk>
8810
8811 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
8812 counter and format with binding.
8813 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
8814 the declared macro uses own macro counter and format. Give symbol
8815 kmacro property.
8816 (kmacro-keymap): Bind kmacro-name-last-macro to n.
8817 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
8818 (kmacro-end-and-call-macro): Doc fix.
8819
8820 2004-09-09 Lars Hansen <larsh@math.ku.dk>
8821
8822 * desktop.el (desktop-clear-preserve-buffers):
8823 Remove make-obsolete-variable.
8824
8825 2004-09-08 Richard M. Stallman <rms@gnu.org>
8826
8827 * buff-menu.el (list-buffers-noselect): Call format-mode-line
8828 with the buffer as argument.
8829
8830 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
8833
8834 2004-09-08 Juri Linkov <juri@jurta.org>
8835
8836 * replace.el (perform-replace): Use `query-replace-descr'.
8837
8838 * cus-start.el (history-delete-duplicates): Specify customization.
8839
8840 * diff-mode.el (diff-mode-map):
8841 * progmodes/compile.el (compilation-mode-map):
8842 * progmodes/grep.el (grep-mode-map):
8843 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
8844 to `next-error-follow-minor-mode'.
8845
8846 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8847
8848 * isearch.el (isearch-lazy-highlight-update): Take into account
8849 the case of zero-length match at the search bound.
8850
8851 2004-09-08 Kim F. Storm <storm@cua.dk>
8852
8853 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
8854 change. Use zero width overlays when necessary.
8855
8856 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8857
8858 * subr.el (split-string): Docfix.
8859
8860 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8861
8862 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
8863 (display-call-tree): Ensure newline after caller/calls blocks.
8864
8865 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8866
8867 * startup.el (command-line-1): Make option
8868 --directory/-L modify `load-path' straight away.
8869
8870 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8871
8872 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
8873
8874 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8875
8876 * emacs-lisp/autoload.el (make-autoload):
8877 Handle `define-compilation-mode'.
8878
8879 * emacs-lisp/lisp-mode.el (define-compilation-mode):
8880 Specify `doc-string-elt' property.
8881
8882 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8883
8884 * bs.el (bs-mode): Doc fix.
8885
8886 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8887
8888 * info.el (Info-insert-dir): Fix temp buffer leak bug.
8889
8890 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8891
8892 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
8893
8894 2004-09-08 Kenichi Handa <handa@m17n.org>
8895
8896 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
8897 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
8898 ps-mule-next-point -> 1+).
8899
8900 * composite.el (encode-composition-rule): Add autoload cooky.
8901
8902 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8903
8904 * format.el (buffer-auto-save-file-format): Make it permanent local.
8905
8906 2004-09-07 Kim F. Storm <storm@cua.dk>
8907
8908 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
8909 (authors-fixed-entries): Fix typo.
8910 (authors-canonical-author-name): Compact multiple spaces.
8911 Ignore trivial names (e.g. only first name).
8912
8913 * term.el (term-window-width): Only use full window width on
8914 window system if overflow-newline-into-fringe is enabled.
8915 (term-mode): Don't disable overflow-newline-into-fringe.
8916
8917 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
8920 motion as seen on my Mac OS X xterms.
8921
8922 * newcomment.el (uncomment-region-default, comment-region-default):
8923 New functions extracted from uncomment-region and comment-region.
8924 (comment-region, comment-region-function, uncomment-region)
8925 (uncomment-region-function): Use them.
8926
8927 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
8928
8929 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
8930 It's not crucial but can make sense at times.
8931
8932 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
8933 the first commit.
8934
8935 * vc.el (vc-buffer-context, vc-restore-buffer-context):
8936 Disable obsolete code.
8937
8938 2004-09-07 Juri Linkov <juri@jurta.org>
8939
8940 * progmodes/grep.el (grep-highlight-matches): Change default from
8941 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
8942 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
8943 if grep option `--color' is available, or to `nil' otherwise.
8944 (grep-process-setup): Call `grep-compute-defaults' if
8945 `grep-highlight-matches' is not computed. Set env-vars only
8946 if `grep-highlight-matches' is `t'.
8947 (grep-use-null-device): Remove redundant type `boolean' (`choice'
8948 is already defined).
8949
8950 * progmodes/compile.el (compilation-start): Use copy of
8951 `process-environment' created by `copy-sequence' to not
8952 modify env-vars in the global `process-environment'.
8953
8954 2004-09-06 Eli Zaretskii <eliz@gnu.org>
8955
8956 * simple.el (next-error-follow-minor-mode): Fix last change.
8957
8958 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
8961 permanent local.
8962
8963 2004-09-04 Richard M. Stallman <rms@gnu.org>
8964
8965 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
8966 highlighting if the search string is empty.
8967
8968 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
8969
8970 * facemenu.el (facemenu-active-faces): Change condition of inner
8971 `while' loop to also check the first two elements of `face-atts'
8972 and `mask-atts'.
8973
8974 2004-09-04 John Paul Wallington <jpw@gnu.org>
8975
8976 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
8977 (thumbs-view-image-mode): Make buffer read-only.
8978
8979 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
8980
8981 * textmodes/ispell.el (ispell-really-aspell): New defvar.
8982 (ispell-check-version): Set it.
8983 (ispell-send-replacement): New function.
8984 (ispell-process-line): Call ispell-send-replacement.
8985
8986 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8987
8988 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
8989 Support choosing seconds with "s".
8990
8991 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
8992
8993 * terminal.el (te-escape): Show `?' in prompt for help key.
8994
8995 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
8996
8997 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
8998
8999 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9000
9001 * simple.el (next-error-follow-minor-mode)
9002 (next-error-follow-mode-post-command-hook): New functions.
9003 (next-error-follow-last-line): New defvar.
9004
9005 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
9006 * progmodes/compile.el (compilation-mode-map): Likewise.
9007 * progmodes/grep.el (grep-mode-map): Likewise.
9008 * replace.el (occur-mode-map): Likewise.
9009
9010 * newcomment.el (uncomment-region): Bind comment-use-global-state
9011 to nil.
9012
9013 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
9014
9015 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
9016 locally around the call to `revert-buffer'.
9017
9018 2004-09-03 Juri Linkov <juri@jurta.org>
9019
9020 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
9021 `isearch-adjusted' to `t'.
9022 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
9023 (isearch-message-prefix): Add "pending" for isearch-adjusted.
9024 (isearch-other-meta-char): Restore isearch-point unconditionally.
9025 (isearch-query-replace): Add new arg `regexp-flag' and use it.
9026 Set point to start of match if region is not active in transient
9027 mark mode (to include the current match to region boundaries).
9028 Push the search string to `query-replace-from-history-variable'.
9029 Add prompt "Query replace regexp" for isearch-regexp.
9030 Add region beginning/end as last arguments of `perform-replace.'
9031 (isearch-query-replace-regexp): Replace code by the call to
9032 `isearch-query-replace' with arg `t'.
9033
9034 2004-09-03 Richard M. Stallman <rms@gnu.org>
9035
9036 * startup.el (normal-top-level): Undo previous TERM change.
9037
9038 2004-09-03 Kim F. Storm <storm@cua.dk>
9039
9040 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
9041 highlight overlays; allow using RET when cursor is over a button.
9042 (cua--highlight-rectangle): Use it.
9043 (cua--rectangle-set-corners): Don't move backwards at eol.
9044 (cua--forward-line): Don't move into void after eob.
9045
9046 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
9047 point is set (and displayed) inside rectangle.
9048 (cua--rectangle-operation): Fix for highlight of empty lines.
9049 (cua--highlight-rectangle): Fix highlight for tabs.
9050 Position cursor at left/right edge of rectangle using new `cursor'
9051 property on overlay strings.
9052 (cua--indent-rectangle): Don't tabify.
9053 (cua-rotate-rectangle): Ignore that point has moved.
9054
9055 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9056
9057 * term/mac-win.el: Add ASCII equivalents for some function keys.
9058 (mode-line-frame-identification): Sync with x-win.el.
9059
9060 2004-09-02 Juri Linkov <juri@jurta.org>
9061
9062 * progmodes/compile.el (compilation-buffer-name): Compare major
9063 mode with second element of compilation-arguments instead of third
9064 to reflect latest changes in compilation-arguments structure.
9065 (recompile): Use global variable `compilation-directory' to get
9066 recent compilation directory only when `recompile' is invoked NOT
9067 in the compilation buffer. Otherwise, use `default-directory' of
9068 the compilation buffer.
9069 (compilation-error-properties): Allow to funcall col and end-col.
9070 (compilation-mode-font-lock-keywords): Check col and end-col by
9071 `integerp'.
9072 (compilation-goto-locus): If end-mk is non-nil in transient mark
9073 mode don't activate the mark (and don't display message in
9074 push-mark), but highlight overlay between mk and end-mk.
9075
9076 * progmodes/grep.el (grep-highlight-matches): New defcustom.
9077 (grep-regexp-alist): Add rule to highlight grep matches.
9078 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
9079
9080 * info.el (Info-fontify-node): Don't compute other-tag
9081 if Info-hide-note-references=hide.
9082
9083 * help.el (function-called-at-point):
9084 * help-fns.el (variable-at-point):
9085 Try `find-tag-default' when other methods failed.
9086
9087 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9088 Do not push mark if inhibit-mark-movement is non-nil.
9089
9090 * textmodes/ispell.el (ispell-html-skip-alists):
9091 Fix backslashes in docstring.
9092
9093 2004-09-01 Juri Linkov <juri@jurta.org>
9094
9095 * isearch.el (isearch-wrap-function)
9096 (isearch-push-state-function): New defvars.
9097 (isearch-pop-fun-state): New defsubst.
9098 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
9099 (isearch-push-state): Set the result of calling
9100 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
9101 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
9102 restore the mode-specific starting point of terminated search.
9103 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
9104 (isearch-repeat): Call `isearch-wrap-function' if defined.
9105 (isearch-message-prefix): Don't add prefix "over" to the message
9106 for wrapped search if `isearch-wrap-function' is defined.
9107 (isearch-search): Call function saved in `isearch-pop-fun-state' to
9108 restore the mode-specific starting point of failed search.
9109
9110 * info.el (Info-search-whitespace-regexp): Fix backslashes.
9111 (Info-search): Add new optional arguments for the sake of isearch.
9112 Replace whitespace in Info-search-whitespace-regexp literally.
9113 Add backward search. Don't call `Info-select-node' if regexp is
9114 found in the same Info node. Don't add node to Info-history for
9115 wrapped isearch.
9116 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
9117 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
9118 (Info-mode): Set local variables `isearch-search-fun-function',
9119 `isearch-wrap-function', `isearch-push-state-function',
9120 `search-whitespace-regexp'.
9121
9122 * isearch.el: Remove ancient Change Log section.
9123 (isearch-string, isearch-message-string, isearch-point)
9124 (isearch-success, isearch-forward-flag, isearch-other-end)
9125 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9126 (isearch-barrier, isearch-within-brackets)
9127 (isearch-case-fold-search): Add suffix `-state' to state-related
9128 defsubsts to avoid name clashes with other function names.
9129
9130 * simple.el (next-error): New defgroup and defface.
9131 (next-error-highlight, next-error-highlight-no-select):
9132 New defcustoms.
9133 (next-error-no-select): Let-bind next-error-highlight to the value
9134 of next-error-highlight-no-select before calling `next-error'.
9135
9136 * progmodes/compile.el (compilation-goto-locus):
9137 Use `next-error' face instead of `region'. Set 4-th argument of
9138 `move-overlay' to `current-buffer' to move overlay to different
9139 source buffers. Use new variable `next-error-highlight'.
9140
9141 * simple.el (next-error-find-buffer): Move the rule
9142 "if current buffer is a next-error capable buffer" after the
9143 rule "if next-error-last-buffer is set to a live buffer".
9144 Simplify to test all rules in one `or'.
9145 (next-error): Doc fix.
9146 (next-error, previous-error, first-error)
9147 (next-error-no-select, previous-error-no-select):
9148 Make arguments optional.
9149
9150 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9151
9152 * macros.el (apply-macro-to-region-lines): Make it operate on all
9153 lines that begin in the region, rather than on all complete lines
9154 in the region.
9155
9156 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9157
9158 * x-dnd.el (x-dnd-protocol-alist): Document update.
9159 (x-dnd-known-types): Defcustom it.
9160 (x-dnd-handle-motif): Print message-atom in error message.
9161
9162 2004-08-30 John Paul Wallington <jpw@gnu.org>
9163
9164 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
9165 strings rather than programatically constructing message.
9166
9167 2004-08-30 Richard M. Stallman <rms@gnu.org>
9168
9169 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
9170 Don't return a string that would read as the wrong character code.
9171
9172 2004-08-29 Kim F. Storm <storm@cua.dk>
9173
9174 * emulation/cua-base.el (cua-auto-expand-rectangles):
9175 Remove automatic rectangle padding feature; replace by non-destructive
9176 virtual rectangle edges feature.
9177 (cua-virtual-rectangle-edges): New defcustom.
9178 (cua-auto-tabify-rectangles): New defcustom.
9179 (cua-paste): If paste into a marked rectangle, insert rectangle at
9180 current column, even if virtual; also paste exactly as many lines
9181 as has been marked (ignore additional lines or add empty lines),
9182 but paste whole source if only one line is marked.
9183 (cua--update-indications): No longer use overwrite-cursor to
9184 indicate rectangle padding
9185
9186 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
9187 (cua--rectangle-virtual-edges): New defun.
9188 (cua--rectangle-get-corners): Remove optional PAD arg.
9189 (cua--rectangle-set-corners): Never do padding.
9190 (cua--forward-line): Remove optional PAD arg. Simplify.
9191 (cua-resize-rectangle-right, cua-resize-rectangle-left)
9192 (cua-resize-rectangle-down, cua-resize-rectangle-up):
9193 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
9194 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
9195 (cua--rectangle-move): Never do padding. Simplify.
9196 (cua--tabify-start): New defun.
9197 (cua--rectangle-operation): Add tabify arg. All callers changed.
9198 (cua--pad-rectangle): Remove.
9199 (cua--delete-rectangle): Handle delete with virtual edges.
9200 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
9201 (cua--insert-rectangle): Handle insert at virtual column.
9202 Perform auto-tabify if necessary.
9203 (cua--activate-rectangle): Remove optional FORCE arg.
9204 Never do padding. Simplify.
9205 (cua--highlight-rectangle): Enhance for virtual edges.
9206 (cua-toggle-rectangle-padding): Remove command.
9207 (cua-toggle-rectangle-virtual-edges): New command.
9208 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
9209 (cua--rectangle-post-command): Don't force rectangle padding.
9210 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
9211
9212 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
9213
9214 * indent.el (edit-tab-stops-buffer): Doc fix.
9215
9216 2004-08-28 Richard M. Stallman <rms@gnu.org>
9217
9218 * progmodes/grep.el (grep-default-command): Use find-tag-default.
9219 (grep-tag-default): Function deleted.
9220
9221 * subr.el (find-tag-default): Move from etags.el.
9222
9223 * progmodes/etags.el (find-tag-default): Move to subr.el.
9224
9225 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
9226 into the basic character if it has an uppercase form.
9227
9228 2004-08-27 Kenichi Handa <handa@m17n.org>
9229
9230 * international/utf-8.el (utf-8-post-read-conversion): If the
9231 buffer is unibyte, temporarily make it multibyte.
9232
9233 2004-08-27 Masatake YAMATO <jet@gyve.org>
9234
9235 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
9236
9237 2004-08-25 John Paul Wallington <jpw@gnu.org>
9238
9239 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
9240 0, 1, and many mismatches in message.
9241 (tex-start-shell): Use `set-process-query-on-exit-flag'.
9242
9243 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
9244 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
9245
9246 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
9249 vc-diff-switches differently.
9250
9251 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9252
9253 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
9254 before and a real defvar after
9255 `speedbar-supported-extension-expressions'. This is to silence
9256 the compiler without breaking bootstrapping.
9257
9258 2004-08-22 Richard M. Stallman <rms@gnu.org>
9259
9260 * textmodes/flyspell.el (flyspell-word):
9261 Use set-process-query-on-exit-flag.
9262 (flyspell-highlight-duplicate-region): Take POSS as arg.
9263 (flyspell-word): Pass POSS as arg.
9264
9265 * progmodes/ada-xref.el: Many doc and style fixes.
9266 (ada-find-any-references): Use compilation-start.
9267 (ada-get-ali-file-name): Improve error msg.
9268 (ada-get-ada-file-name): Likewise.
9269
9270 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
9271 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
9272
9273 * mail/mail-extr.el (mail-extr-all-top-level-domains):
9274 Add forward defvar.
9275
9276 * whitespace.el (global-whitespace-mode): New alias
9277 for whitespace-global-mode.
9278
9279 * speedbar.el (speedbar-file-regexp): Move definition up.
9280 (speedbar-mode, speedbar-set-mode-line-format):
9281 Use with-no-warnings.
9282 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
9283
9284 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
9285 controls whether to display the error buffer.
9286
9287 * ps-mule.el: Delete compatibility code for old Emacses.
9288 (ps-mule-find-wrappoint): Don't use chars-in-region.
9289
9290 * frame.el (display-mouse-p, display-selections-p):
9291 Use with-no-warnings.
9292
9293 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
9294
9295 2004-08-22 David Kastrup <dak@gnu.org>
9296
9297 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
9298 information.
9299
9300 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
9301
9302 2004-08-22 Andreas Schwab <schwab@suse.de>
9303
9304 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
9305
9306 2004-08-22 Masatake YAMATO <jet@gyve.org>
9307
9308 * cvs-status.el (cvs-status-checkout): New function.
9309 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
9310
9311 2004-08-21 David Kastrup <dak@gnu.org>
9312
9313 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
9314 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
9315 has been converted to use hashtables, the relation `nil=none' is
9316 no longer valid, as `nil' is not a hashtable. This patch tries to
9317 reduce the number of resulting errors.
9318
9319 2004-08-21 John Paul Wallington <jpw@gnu.org>
9320
9321 * subr.el (process-kill-without-query): Made obsolete in
9322 version 21.4, not 21.5.
9323
9324 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
9325 (vc-previous-comment, vc-next-comment)
9326 (vc-comment-search-reverse, vc-comment-search-forward)
9327 (vc-comment-to-change-log): Likewise.
9328
9329 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
9330
9331 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
9332
9333 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
9334 Correct indentation of DEFMETHODS with non-standard method
9335 combinations (e.g., PROGN, MIN, MAX).
9336
9337 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * startup.el (normal-top-level-add-subdirs-to-load-path):
9340 Avoid unnecessarily checking system-type.
9341 (normal-top-level): Set TERM to "dumb". Simplify.
9342
9343 * avoid.el (mouse-avoidance-ignore-p): New fun.
9344 Also ignore switch-frame, select-window, double, and triple clicks.
9345 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
9346 (mouse-avoidance-fancy-hook): Use it.
9347
9348 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
9349
9350 * avoid.el (mouse-avoidance-nudge-mouse)
9351 (mouse-avoidance-banish-destination): Stay within the current window
9352 to avoid problems with mouse-autoselect-window.
9353
9354 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
9357 the newer format of some messages in cvs-1.12.1.
9358
9359 2004-08-19 Masatake YAMATO <jet@gyve.org>
9360
9361 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
9362 (elp-results-jump-to-definition-by-mouse)
9363 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
9364 (elp-output-result): Use elp-output-insert-symname.
9365
9366 2004-08-18 Kenichi Handa <handa@m17n.org>
9367
9368 * language/cyrillic.el: Register koi8-r in
9369 ctext-non-standard-encodings-alist.
9370 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
9371
9372 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9373
9374 * emacs-lisp/copyright.el (copyright-update-year): Delete code
9375 that replaces 20xy with xy.
9376
9377 2004-08-17 John Paul Wallington <jpw@gnu.org>
9378
9379 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9380 (reb-force-update): Doc fix.
9381
9382 2004-08-16 Richard M. Stallman <rms@gnu.org>
9383
9384 * progmodes/which-func.el (which-func-update-1): Doc fix.
9385
9386 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
9387 (sh-mode-abbrev-table): New variable.
9388
9389 * progmodes/compile.el (compilation-mode): Doc fix.
9390
9391 * emacs-lisp/lisp-mode.el (eval-last-sexp):
9392 Don't cons a new symbol each time.
9393 (eval-last-sexp-fake-value): New variable.
9394
9395 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
9396 (copyright-update-year): Detect continuation of list of years.
9397
9398 * term.el (term-default-fg-color, term-default-bg-color)
9399 (ansi-term-color-vector): Use `unspecified', not nil, as default.
9400
9401 * imenu.el: Several doc fixes: don't say variables are buffer-local.
9402
9403 2004-08-16 Davis Herring <herring@lanl.gov>
9404
9405 * isearch.el (isearch-string, isearch-message-string, isearch-point)
9406 (isearch-success, isearch-forward-flag, isearch-other-end)
9407 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9408 (isearch-barrier, isearch-within-brackets)
9409 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
9410
9411 2004-08-16 Kenichi Handa <handa@m17n.org>
9412
9413 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
9414
9415 2004-08-15 Kenichi Handa <handa@m17n.org>
9416
9417 * term/x-win.el (x-selection-value): If utf8 was successful but
9418 ctext was not, use utf8 string.
9419
9420 2004-08-14 Davis Herring <herring@lanl.gov>
9421
9422 * isearch.el: Remove accidental changes of March 4. Fix backing
9423 up when a regexp isearch is made more general. Use symbolic
9424 accessor functions for isearch stack frames to make usage clearer.
9425 (search-whitespace-regexp): Made groups in documentation shy (as
9426 is the group in the default value).
9427 (isearch-fallback): New function, addresses problems with regexps
9428 liberalized by `\|', adds support for liberalization by `\}' (the
9429 general repetition construct), and incorporates behavior for
9430 `*'/`?'.
9431 (isearch-}-char): New command, calls `isearch-fallback' with
9432 arguments appropriate to a typed `}'.
9433 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
9434 appropriately.
9435 (isearch-mode-map): Bind `}' to `isearch-}-char'.
9436 (isearch-string, isearch-message,string, isearch-point)
9437 (isearch-success, isearch-forward-flag, isearch-other-end)
9438 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9439 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
9440 New inline functions to read fields of a stack frame.
9441
9442 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
9443
9444 * battery.el (battery-linux-proc-acpi): Look into battery
9445 directories matching the literal string "CMB", too (required for
9446 Linux kernel version 2.6.7).
9447
9448 2004-08-14 John Paul Wallington <jpw@gnu.org>
9449
9450 * cus-start.el (read-file-name-completion-ignore-case): Add.
9451 (blink-cursor-alist): Change version to "21.4".
9452
9453 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
9454
9455 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
9456
9457 * speedbar.el (speedbar-scan-subdirs): New option.
9458 (speedbar-file-lists): Don't ignore file-name case on Unix and use
9459 dolist.
9460 (speedbar-insert-files-at-point): Take an extra argument and use
9461 it to optionally find out if a subdir is empty. Also unreadable
9462 files don't get expand buttons.
9463 (speedbar-directory): New image (unused pixmap already existed).
9464 (speedbar-expand-image-button-alist): Use it.
9465
9466 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9467
9468 CC Mode update to 5.30.9:
9469
9470 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
9471 Move from cc-vars to cc-defs for dependency reasons. Fix the
9472 POSIX char class test to check that it works in
9473 `skip-chars-(forward|backward)' too.
9474
9475 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9476 first argument starts with a special brace list.
9477
9478 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
9479 when `c-opt-type-concat-key' is used (i.e. in Pike).
9480
9481 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
9482 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
9483 >)".
9484
9485 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
9486 whitespace safe.
9487
9488 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
9489 position for `arglist-intro', `arglist-cont-nonempty' and
9490 `arglist-close' when there are two arglist open parens on the same
9491 line and there's nothing in front of the first.
9492
9493 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
9494 locking of qualified names in Java, which previously could fontify
9495 common indexing expressions in many cases. The standard Java
9496 naming conventions are used to tell them apart.
9497
9498 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
9499 Fix inconsistency wrt opening parens on the first line inside a paren
9500 block.
9501
9502 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
9503 compile time for the sake of `c-major-mode-is'.
9504
9505 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
9506 `c-major-mode-is' in the event that this is used inside a
9507 `c-lang-defconst'.
9508
9509 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
9510 `c-lang-defconst' so that it works better with fallback languages.
9511
9512 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
9513 it to fail to record the base mode.
9514
9515 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9516 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
9517 is used. Reorder the syntax checks to get more efficient
9518 skipping in some situations.
9519
9520 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
9521 continuation which might precede the newly inserted '{'.
9522
9523 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9524 Fix cases where it could loop indefinitely.
9525
9526 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
9527 size specs correctly. Only fontify identifiers in front of '('
9528 with as functions - don't accept any paren char. Tighten up
9529 initializer skipping to stop before function and class blocks.
9530
9531 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9532 the point could be left directly after an open paren when finding
9533 the beginning of the first decl in the block.
9534
9535 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
9536 table when filtering out legitimate open parens to be recorded.
9537 This could cause cache inconsistencies when e.g.
9538 `c++-template-syntax-table' was temporarily in use.
9539
9540 * progmodes/cc-engine.el (c-on-identifier)
9541 (c-simple-skip-symbol-backward): Small fix for handling "-"
9542 correctly in `skip-chars-backward'. Affected the operator lfun
9543 syntax in Pike.
9544
9545 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
9546 Fix bug that could cause an error from `after-change-functions' when
9547 the changed region is at bob.
9548
9549 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
9550
9551 CC Mode update to 5.30.9:
9552
9553 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
9554 to say that <TAB> doesn't insert WS into a CPP line.
9555 (c-indent-command, c-tab-always-indent): Amend doc strings.
9556
9557 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
9558 checks for user errors, thus eliminating cryptic and unhelpful
9559 Emacs error messages. (1) Check the arg to `c-set-style' is a
9560 string. (2) Check that settings to `c-offsets-alist' are not
9561 spuriously quoted.
9562
9563 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
9564 which precedes the newly inserted `{'.
9565
9566 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9567
9568 Sync with Tramp 2.0.44.
9569
9570 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
9571 function "tramp_file_attributes". Otherwise, file names
9572 containing spaces are misinterpreted. Reported by Magnus Henoch
9573 <mange@freemail.hu>.
9574 (tramp-handle-file-truename): FILENAME must be expanded first.
9575 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
9576 obscure results. Reported by D. Goel <deego@gnufans.org>.
9577 (tramp-handle-verify-visited-file-modtime): If file does not
9578 exist, say it is not modified if and only if that agrees with the
9579 buffer's record. Check whether a file is visiting the buffer, or
9580 the buffer has no recorded last modification time. Return t in
9581 case the visiting file doesn't exist. Suggested by Luc Teirlinck
9582 <teirllm@auburn.edu>.
9583 (tramp-handle-write-region): Pass modtime explicitely to
9584 `set-visited-file-modtime', because filename can be different
9585 from (buffer-file-name) if `file-precious-flag' is set.
9586 `set-visited-file-modtime' must be called always when `visit' is t
9587 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
9588 (tramp-handle-set-visited-file-modtime): If `time-list' is not
9589 nil, don't apply the whole body. If the file doesn't exists, set
9590 modtime to '(-1 65535). Suggested by Luc Teirlinck
9591 <teirllm@auburn.edu>.
9592
9593 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
9594
9595 * help.el (describe-bindings): Doc fix.
9596
9597 * subr.el (kbd): Doc fix.
9598
9599 2004-08-08 John Paul Wallington <jpw@gnu.org>
9600
9601 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
9602 instead of `string-to-int'.
9603 (define-ibuffer-column mode): Fix indentation.
9604
9605 2004-08-08 Lars Hansen <larsh@math.ku.dk>
9606
9607 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
9608
9609 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9610
9611 * subr.el (global-unset-key, local-unset-key): Doc fixes.
9612
9613 * novice.el (disabled-command-function): New variable renamed from
9614 `disabled-command-hook'.
9615 (disabled-command-hook): Keep the _variable_ as alias for
9616 `disabled-command-function' and make obsolete.
9617 (disabled-command-function): Function renamed from
9618 `disabled-command-hook'. Adapt code to name change of the variable.
9619
9620 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
9621
9622 * simple.el (completion-root-regexp): New defvar.
9623 (completion-setup-function): Use it instead of a literal string.
9624
9625 2004-08-07 John Paul Wallington <jpw@gnu.org>
9626
9627 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
9628 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
9629 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
9630 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
9631
9632 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9633
9634 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
9635 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
9636
9637 2004-08-04 Kenichi Handa <handa@m17n.org>
9638
9639 * international/encoded-kb.el (encoded-kbd-setup-keymap):
9640 Fix previous change.
9641
9642 2004-08-03 Kenichi Handa <handa@m17n.org>
9643
9644 * international/encoded-kb.el: The following changes are to
9645 utilize key-translation-map instead of minor mode map.
9646 (encoded-kbd-iso2022-non-ascii-map): Delete it.
9647 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
9648 (encoded-kbd-last-key): New function.
9649 (encoded-kbd-iso2022-single-shift): New function.
9650 (encoded-kbd-iso2022-designation)
9651 (encoded-kbd-self-insert-iso2022-7bit)
9652 (encoded-kbd-self-insert-iso2022-8bit)
9653 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
9654 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
9655 key-translation-map.
9656 (encoded-kbd-setup-keymap): Setup key-translation-map.
9657 (saved-key-translation-map): New variable.
9658 (encoded-kbd-mode): Save/restore key-translation-map.
9659 Adjust for the change of encoded-kbd-setup-keymap.
9660
9661 2004-08-02 Kim F. Storm <storm@cua.dk>
9662
9663 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
9664 and call compute-motion with nil for topos and width to get proper
9665 usable width and height for both window and non-window systems.
9666
9667 * windmove.el (windmove-coordinates-of-position): Let compute-motion
9668 calculate usable window width and height.
9669
9670 * window.el (window-buffer-height): Call compute-motion with nil width.
9671
9672 2004-08-01 David Kastrup <dak@gnu.org>
9673
9674 * replace.el (query-replace-read-from):
9675 Use `query-replace-compile-replacement'.
9676 (query-replace-compile-replacement): New function.
9677 (query-replace-read-to): Use `query-replace-compile-replacement'
9678 for repeating the last command.
9679
9680 2004-08-01 John Paul Wallington <jpw@gnu.org>
9681
9682 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
9683 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
9684 (pr-switches): Remove period from end of error messages.
9685
9686 * help-mode.el (help-go-back): Likewise.
9687
9688 * abbrev.el (only-global-abbrevs): Doc fix.
9689 (edit-abbrevs-map): Define within defvar.
9690 (quietly-read-abbrev-file): Doc fix.
9691
9692 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
9693
9694 * novice.el (enable-command, disable-command): Doc fixes.
9695
9696 * subr.el (event-modifiers, event-basic-type): Doc fixes.
9697
9698 2004-07-30 Richard M. Stallman <rms@gnu.org>
9699
9700 * subr.el (with-local-quit): Doc fix.
9701
9702 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
9705
9706 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * custom.el (defcustom): Doc fix.
9709
9710 2004-07-28 Masatake YAMATO <jet@gyve.org>
9711
9712 * progmodes/etags.el (etags-tags-apropos): Show building progress.
9713
9714 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * imenu.el (imenu-prev-index-position-function)
9717 (imenu-extract-index-name-function, imenu-name-lookup-function)
9718 (imenu--index-alist): Docstring redundancy fix.
9719
9720 2004-07-25 Lars Hansen <larsh@math.ku.dk>
9721
9722 * wdired.el (wdired-finish-edit): Require dired-aux before locally
9723 binding dired-backup-overwrite.
9724
9725 2004-07-25 John Paul Wallington <jpw@gnu.org>
9726
9727 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
9728
9729 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9730
9731 * term/tty-colors.el (tty-color-approximate): Doc fix.
9732
9733 * select.el (x-get-selection, x-set-selection): Doc fixes.
9734
9735 * frame.el (make-frame): Doc fix.
9736
9737 2004-07-24 Richard M. Stallman <rms@gnu.org>
9738
9739 * mail/rmail.el (rmail-mime-charset-pattern):
9740 Don't include semicolon in the charset value.
9741
9742 * replace.el (occur-next-error): Call set-window-point.
9743 (occur-engine): Handle negative NLINES.
9744
9745 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
9746
9747 * frame.el (modify-all-frames-parameters): Minor doc fix.
9748 (set-frame-configuration): Doc fix.
9749
9750 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9751
9752 * simple.el (completion-setup-function): Compute the common parts
9753 and the first difference place correctly when
9754 partial-completion-mode is on.
9755
9756 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9757
9758 * ps-print.el: Doc fix.
9759 (ps-print-version): New version 6.6.5.
9760 (ps-printing-region): Doc fix.
9761 (ps-generate-string-list): Comment fix.
9762 (ps-message-log-max): Code fix.
9763
9764 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9765
9766 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
9767 generated PostScript.
9768
9769 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
9770
9771 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
9772 with Gnus v5_10 branch.)
9773
9774 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9775
9776 * calendar/time-date.el (time-to-number-of-days): New function.
9777 Imported from from Gnus.
9778
9779 2004-07-22 Kim F. Storm <storm@cua.dk>
9780
9781 * progmodes/make-mode.el: Fix comments.
9782
9783 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9784
9785 * printing.el: Doc fix.
9786
9787 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
9788
9789 * frame.el (modify-all-frames-parameters): Minor doc fix.
9790
9791 2004-07-20 Richard M. Stallman <rms@gnu.org>
9792
9793 * textmodes/fill.el (fill-nobreak-p): If this break point is
9794 at the end of the line, don't consider the newline which follows
9795 as a reason to return t.
9796
9797 2004-07-19 John Paul Wallington <jpw@gnu.org>
9798
9799 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
9800
9801 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9802
9803 * dired-aux.el (dired-do-kill-lines): Expand docstring.
9804 Delete irrelevant code.
9805
9806 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9807
9808 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9809 New docstring. From Luc Teirlinck.
9810
9811 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
9812
9813 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
9814 section.
9815 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
9816 non-file buffers. We know it is nil.
9817
9818 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9819
9820 Sync with Tramp 2.0.43.
9821
9822 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9823 Remove outdated comment.
9824 (tramp-locked, tramp-locker): New variables for implementing a
9825 global lock.
9826 (tramp-sh-file-name-handler): Use them to implement the global lock.
9827
9828 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
9829
9830 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
9831 calls to respective `xxx` calls.
9832 (tramp-process-alive-regexp): Precise doc string.
9833 (tramp-multi-action-process-alive): New defun.
9834 (tramp-multi-actions): Use it.
9835 (tramp-handle-find-backup-file-name): `copy-tree' is available
9836 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
9837 in order to avoid this function.
9838 (tramp-handle-write-region): Set current buffer. If connection
9839 wasn't open, `file-modes' has changed it accidently. Reported by
9840 David Kastrup <dak@gnu.org>.
9841 (tramp-enter-password, tramp-read-passwd): New arguments USER and
9842 HOST.
9843 (tramp-action-password, tramp-multi-action-password): Apply it.
9844 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
9845 name must still contain the port number. Otherwise, we have two
9846 Tramp buffers, with all the confusion. Reported by Myron Selby
9847 <myron@xytech.com> and Rolf Dubitzky
9848 <Dubitzky@physi.uni-heidelberg.de>.
9849
9850 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
9851 HOST to `tramp-enter-passwd'.
9852
9853 * net/tramp-vc.el (all): Code cleanup. Change all
9854 `tramp-handle-xxx' calls to respective `xxx` calls.
9855
9856 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
9857
9858 * emacs-lisp/testcover.el: New category "potentially-1valued" for
9859 functions that are not erroneous if either 1-valued or
9860 multi-valued. Detect functions in this class.
9861 (testcover-1value-functions, testcover-compose-functions)
9862 (testcover-progn-functions) Add some additional functions to lists.
9863 (testcover-mark): Bugfix when marking up the definition for an
9864 empty function.
9865
9866 2004-07-17 Richard M. Stallman <rms@gnu.org>
9867
9868 * replace.el (occur-read-primary-args): Pass default to
9869 read-from-minibuffer.
9870
9871 * mail/footnote.el (footnote-section-tag): Use defcustom.
9872
9873 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
9874 Compile font-lock-keywords, not KEYWORDS.
9875 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
9876 Add warn, check-type. Handle cerror like error.
9877
9878 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9879
9880 * progmodes/which-func.el (which-func-keymap): New var.
9881 (which-func-face): New face.
9882 (which-func-format): Use them.
9883
9884 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9885
9886 * buff-menu.el (list-buffers-noselect): Append the buffer's
9887 process status to its mode name.
9888
9889 2004-07-16 Kim F. Storm <storm@cua.dk>
9890
9891 * simple.el (inhibit-mark-movement): New defvar.
9892 (beginning-of-buffer, end-of-buffer): Do not push mark if
9893 inhibit-mark-movement is non-nil or C-u prefix is given.
9894
9895 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
9896 Init to beginning-of-buffer and end-of-buffer.
9897 (cua--undo-push-mark): New defvar.
9898 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
9899 already active and command is in cua--preserve-mark-commands.
9900 Also fix check for shift modifier on non-window systems.
9901 (cua--post-command-handler): Clear inhibit-mark-movement if set.
9902
9903 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9904
9905 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
9906 of two integers, instead of a cons.
9907
9908 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9909 `visited-file-modtime' now returns a list of two integers, instead
9910 of a cons.
9911
9912 * dired.el (dired-directory-changed-p): Ditto.
9913
9914 * progmodes/grep.el (grep): Doc fix.
9915
9916 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9917
9918 * autorevert.el (auto-revert-tail-mode)
9919 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
9920 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
9921 in both at the same time.
9922 (auto-revert-tail-mode): New command.
9923 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
9924 (auto-revert-handler): Revert only either tail or whole file.
9925
9926 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
9927 add auto-revert-tail-mode.
9928
9929 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9930
9931 * printing.el: Doc fix. Change name of some funs.
9932 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
9933 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
9934 (pr-standard-file-name): New fun. Replace pr-standard-path.
9935 (pr-call-process): Code fix.
9936
9937 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
9938
9939 * subr.el (with-selected-window): Doc fix.
9940
9941 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
9942
9943 * subr.el (get-buffer-window-list): Doc fix.
9944
9945 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
9946
9947 * files.el (switch-to-buffer-other-window): Doc fix.
9948
9949 * window.el (save-selected-window, one-window-p)
9950 (split-window-keep-point, split-window-vertically)
9951 (split-window-horizontally): Doc fixes.
9952
9953 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9954
9955 * printing.el: Doc fix. Now it uses call-process instead of
9956 shell-command for low command execution.
9957 (pr-version): New version number (6.8).
9958 (pr-shell-file-name): Option removed.
9959 (pr-shell-command): Fun removed.
9960 (pr-call-process): New fun. Replace pr-shell-command.
9961 (pr-standard-path, pr-remove-nil-from-list): New funs.
9962 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
9963 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
9964 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
9965 (pr-ps-utility-process, pr-txt-print): Code fix.
9966
9967 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9968
9969 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
9970 boolean.
9971
9972 2004-07-09 Lars Hansen <larsh@math.ku.dk>
9973
9974 * wid-edit.el (widget-field-buffer): Doc fix.
9975
9976 2004-07-09 John Paul Wallington <jpw@gnu.org>
9977
9978 * emacs-lisp/re-builder.el (reb-update-overlays):
9979 Distinguish between one and several matches in message.
9980
9981 2004-07-09 Richard M. Stallman <rms@gnu.org>
9982
9983 * mouse.el (mouse-set-region-1): If transient-mark-mode
9984 is `identity', change it to `only'.
9985
9986 * simple.el (current-word): Doc fix.
9987
9988 2004-07-09 Mark A. Hershberger <mah@everybody.org>
9989
9990 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
9991 so that it is more understanding of whitespace.
9992
9993 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
9994 (("ns" . "element") (attr-list) children) instead of
9995 ((:ns . "element") (attr-list) children) in order to reduce the
9996 number of symbols used.
9997 (xml-skip-dtd): Change to use xml-parse-dtd but set
9998 xml-validating-parsing to nil.
9999 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
10000 (xml-substitute-entity): Remove in favor of new entity substitution.
10001 (xml-substitute-special): Rewrite in to substitute complex
10002 entities from DOCTYPE declarations.
10003 (xml-parse-fragment): Parse fragments from entity deleclarations.
10004 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
10005 (xml-parse-dtd, xml-substitute-special): Make validity checks
10006 conditioned on xml-validating-parser. Add "Not Well Formed" to
10007 error messages about well-formedness.
10008
10009 2004-07-08 Steven Tamm <steventamm@mac.com>
10010
10011 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
10012 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
10013 Do not treat double clicks and triple clicks specially in the
10014 scroll bar (preventing strange repositioning problems)
10015
10016 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * replace.el (query-replace-regexp-eval): Fix last change.
10019
10020 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * replace.el (query-replace-descr): New fun.
10023 (query-replace-read-from, query-replace-read-args): Default to the
10024 previous from&to.
10025 (query-replace-read-to): Quote the `from' string when displaying it.
10026 (query-replace-regexp-eval): Immediately check read-only status.
10027 Use query-replace-read-from to get the \n checking.
10028 Quote the `from' string when displaying it.
10029 (map-query-replace-regexp, occur-read-primary-args):
10030 Quote the `from' string when displaying it.
10031
10032 * isearch.el (isearch-query-replace): Pass the regexp-ness and
10033 delimited-ness of the search to query-replace.
10034
10035 * replace.el (query-replace-read-from, query-replace-read-to):
10036 New funs extracted from query-replace-read-args.
10037 (query-replace-read-args): Use them.
10038
10039 * replace.el (query-replace-interactive, query-replace-read-args):
10040 Remove the `initial' special value.
10041 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
10042 (occur-engine): Remove unused var `matchend'.
10043
10044 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
10045 Use the search string without prompting.
10046
10047 2004-07-05 Kenichi Handa <handa@m17n.org>
10048
10049 * international/mule.el (decode-coding-inserted-region):
10050 Set last-coding-system-used only when coding is nil.
10051
10052 2004-07-03 Eli Zaretskii <eliz@gnu.org>
10053
10054 * progmodes/grep.el (grep-compute-defaults, grep-command)
10055 (grep-program, find-program, grep-find-use-xargs, grep-history)
10056 (grep-find-history, grep-tag-default, grep-find-command)
10057 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
10058 Add autoload cookies, for unbundled packages that load `compile'
10059 and expect all grep-related symbols to become defined.
10060
10061 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
10062
10063 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
10064 (iimage-mode-image-search-path): New user option to search the
10065 image file.
10066 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
10067 have locate-file.
10068 (iimage-mode-buffer): Use it.
10069
10070 2004-07-03 Nick Roberts <nickrob@gnu.org>
10071
10072 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
10073 carefully.
10074 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
10075
10076 2004-07-03 Juri Linkov <juri@jurta.org>
10077
10078 * replace.el (query-replace-read-args): Swallow space after 'foo,
10079 not after (quote foo). Match space only immediately after symbol,
10080 not anywhere in the whole string.
10081
10082 2004-07-02 Richard M. Stallman <rms@gnu.org>
10083
10084 * replace.el (query-replace-read-args): Swallow space after
10085 symbols, not after closeparens. But avoid error if string ends there.
10086
10087 * progmodes/python.el (python-beginning-of-statement):
10088 Exit the loop if backward-up-list gets error.
10089
10090 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
10091
10092 2004-07-02 Andre Spiegel <spiegel@gnu.org>
10093
10094 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
10095 only if vc-consult-headers is non-nil.
10096
10097 2004-07-02 Juri Linkov <juri@jurta.org>
10098
10099 * pcvs.el (cvs-mode-diff-repository): New command.
10100
10101 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
10102
10103 2004-07-01 Juri Linkov <juri@jurta.org>
10104
10105 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
10106 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
10107 C-M-% to isearch-query-replace-regexp.
10108 (minibuffer-local-isearch-map): Add arrow key bindings.
10109 Bind C-f to isearch-yank-char-in-minibuffer.
10110 (isearch-forward): Doc fix.
10111 (isearch-edit-string): Doc fix.
10112 (isearch-query-replace, isearch-query-replace-regexp): New funs.
10113 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
10114 (isearch-yank-char): Add optional arg.
10115 (isearch-yank-char-in-minibuffer): New fun.
10116
10117 * replace.el (query-replace-interactive): Change type from boolean
10118 to choice. Add value `initial'.
10119 (query-replace-read-args): Handle value `initial' of
10120 query-replace-interactive.
10121
10122 2004-06-29 Kim F. Storm <storm@cua.dk>
10123
10124 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
10125 (breakpoint-disabled-bitmap-face): Add :group 'gud.
10126
10127 * progmodes/ada-xref.el (ada-tight-gvd-integration):
10128 Add :group 'ada.
10129
10130 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
10131
10132 2004-06-29 Juri Linkov <juri@jurta.org>
10133
10134 * replace.el (query-replace-read-args): Swallow a space after
10135 everything except )]" which in most cases means after a symbol.
10136
10137 * emacs-lisp/pp.el (pp-buffer): Add autoload.
10138
10139 2004-06-28 Richard M. Stallman <rms@gnu.org>
10140
10141 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
10142 More changes to go with previous change in font-lock.el.
10143
10144 2004-06-26 David Kastrup <dak@gnu.org>
10145
10146 * replace.el (perform-replace): Highlight the match even in
10147 non-query mode if there is potential replace string editing.
10148
10149 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
10150
10151 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
10152 agree with new return value of `file-remote-p'.
10153 This syncs with Tramp 2.0.42.
10154
10155 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
10156 according to new documentation of `file-remote-p'.
10157
10158 * files.el (file-remote-p): Fix doc to say that return value is
10159 identification of remote system, if not nil.
10160 (file-relative-name): Use new return value of `file-remote-p'.
10161
10162 2004-06-26 Nick Roberts <nickrob@gnu.org>
10163
10164 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
10165 (gdb-goto-breakpoint): Fix breakage.
10166
10167 2004-06-26 Eli Zaretskii <eliz@gnu.org>
10168
10169 * man.el (Man-getpage-in-background): Add windows-nt to the list
10170 of systems where shell-file-name should be used instead of
10171 literal "sh".
10172
10173 2004-06-25 Sam Steingold <sds@gnu.org>
10174
10175 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
10176 function names `(setf symbol)'.
10177
10178 2004-06-24 Richard M. Stallman <rms@gnu.org>
10179
10180 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
10181
10182 * font-lock.el (font-lock-keywords): Change format of compiled values.
10183 Document it.
10184 (font-lock-add-keywords): If font-lock-keywords is compiled,
10185 extract the uncompiled version, modify, then recompile.
10186 (font-lock-remove-keywords): Likewise.
10187 (font-lock-fontify-keywords-region): Handle changed format.
10188 (font-lock-compile-keywords): Handle changed format.
10189 (font-lock-set-defaults): Compile the keywords explicitly here.
10190
10191 2004-06-24 David Kastrup <dak@gnu.org>
10192
10193 * replace.el (query-replace-read-args): Implement `\,' and `\#'
10194 replacements here.
10195 (query-replace-regexp): Doc string explaining this and the new
10196 `\?' replacement. Remove `\,' and `\#' implementation here, as it
10197 is better placed in `query-replace-read-args'.
10198 (replace-regexp): Explain `\,', `\#' and `\?'.
10199 (replace-match-data): New function for thorough reuse/destruction
10200 of old match-data.
10201 (replace-match-maybe-edit): Function for implementing `\?' editing.
10202 (perform-replace): Fix maintaining of the match stack including
10203 already matched regions, implement `\?', fix various problems
10204 with regions while editing and other stuff.
10205 (replace-highlight): Simplify.
10206
10207 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
10208
10209 * progmodes/grep.el (grep-error-screen-columns): New variable.
10210 (grep-regexp-alist): Give it the full functionality of gnu style
10211 compilation messages with line and column ranges. Ask me for the
10212 perl script I'm working on, that uses these.
10213
10214 2004-06-23 Nick Roberts <nickrob@gnu.org>
10215
10216 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
10217 Remove.
10218 (comint-insert-input, comint-mouse-insert-input): New functions
10219 based on comint-insert-clicked-input for two bindings but just
10220 one functionality.
10221
10222 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
10225
10226 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10227
10228 * files.el (write-contents-functions): Doc fix.
10229
10230 2004-06-21 Juanma Barranquero <lektu@terra.es>
10231
10232 * image.el (image-library-alist): Rewrite docstring in active voice.
10233
10234 2004-06-20 Richard M. Stallman <rms@gnu.org>
10235
10236 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
10237
10238 * isearch.el (isearch-repeat): Avoid testing old match data.
10239 (isearch-message): Display trailing space in special font
10240 when search is failing.
10241 (isearch-search-fun-function): Doc fix.
10242
10243 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
10244
10245 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
10246
10247 * frame.el (show-trailing-whitespace): Doc fix.
10248
10249 * cus-edit.el (custom-variable-documentation): New function.
10250 (custom-variable): Use it.
10251
10252 2004-06-19 Nick Roberts <nickrob@gnu.org>
10253
10254 * man.el (Man-getpage-in-background): Revert previous change but
10255 make cygwin a special case.
10256
10257 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
10258
10259 * autorevert.el (global-auto-revert-non-file-buffers):
10260 Update docstring.
10261
10262 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
10263
10264 * progmodes/compile.el (compilation-error-properties): Store one
10265 more than end-col, if present, so that transient-mark-mode will
10266 highlight last char too.
10267 * progmodes/grep.el (grep-regexp-alist): Match columns and column
10268 ranges, if present.
10269
10270 2004-06-18 Jason Rumney <jasonr@gnu.org>
10271
10272 * makefile.w32-in: Double percent signs in for loops.
10273
10274 2004-06-17 David Kastrup <dak@gnu.org>
10275
10276 * replace.el (query-replace-read-args): Only warn about use of \n
10277 and \t when we are doing a regexp replacement and the actual
10278 escaped character is n or t.
10279 (query-replace-regexp): Add \, and \# interpretation to
10280 interactive call and document it.
10281 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
10282 as shortkey for replace-count.
10283 (replace-quote): New function for doubling backslashes.
10284
10285 2004-06-17 Juanma Barranquero <lektu@terra.es>
10286
10287 * files.el (parse-colon-path, cd): Mention in docstring that the
10288 path separator is colon in GNU-like systems.
10289
10290 * newcomment.el (comment-region-internal): Fix docstring.
10291
10292 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
10293 (ewoc-invalidate, ewoc-collect): Doc fixes.
10294 (ewoc--create-node, ewoc--delete-node-internal):
10295 Fix typos in docstring.
10296
10297 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10298
10299 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
10300 manual to docstring.
10301
10302 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10303
10304 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
10305
10306 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10307
10308 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10309 Add hyperlink to emacs-xtra manual to docstring.
10310
10311 * autorevert.el (global-auto-revert-non-file-buffers):
10312 Add hyperlink to emacs-xtra manual to docstring, as well as an
10313 info-link.
10314
10315 2004-06-14 Juanma Barranquero <lektu@terra.es>
10316
10317 * image.el (image-library-alist): New variable to map image types
10318 to external libraries. Initialized to nil, unless system-specific
10319 configs change it.
10320 (image-type-available-p): Determine whether an image type is
10321 available by calling `init-image-library'.
10322
10323 * term/w32-win.el (image-library-alist): Initialize to a known set
10324 of probable library names.
10325
10326 2004-06-14 Kenichi Handa <handa@m17n.org>
10327
10328 * international/code-pages.el (windows-1256, cp1125): Fix tables
10329 for several characters.
10330
10331 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
10332
10333 2004-06-13 Richard M. Stallman <rms@gnu.org>
10334
10335 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
10336
10337 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
10338 not "`pc-selection-mode'".
10339
10340 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
10341
10342 * simple.el (previous-matching-history-element): Specify a default.
10343
10344 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
10345
10346 * cus-face.el (custom-declare-face): Simplify code.
10347
10348 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
10349
10350 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10351
10352 * files.el (before-save-hook): Add `time-stamp' to the options.
10353
10354 * time-stamp.el (time-stamp): Recommend adding it to
10355 `before-save-hook', rather than `write-file-functions'.
10356 Make a similar change in `Commentary' section.
10357
10358 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10359
10360 * diff-mode.el (diff-current-defun): If at start of hunk, use
10361 position of first change.
10362
10363 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10364
10365 * dired-x.el (dired-mark-omitted): Bind to "*O".
10366
10367 2004-06-12 Karl Fogel <kfogel@red-bean.com>
10368
10369 * bookmark.el (bookmark-bmenu-relocate): New function, as
10370 suggested by David J. Biesack <David.Biesack@sas.com>.
10371 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
10372 (bookmark-bmenu-mode): Describe binding in doc string.
10373 (bookmark-set-filename): Save the bookmark list if it's time.
10374
10375 2004-06-13 Kenichi Handa <handa@m17n.org>
10376
10377 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
10378 (ccl-untranslated-to-ucs): Fix typo.
10379
10380 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
10381
10382 * progmodes/python.el (python-open-block-statement-p):
10383 Fix indentation after a block opening that contains a comment.
10384
10385 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
10386
10387 * bindings.el (completion-ignored-extensions): Add file extensions
10388 of Python byte-compiled files.
10389
10390 2004-06-12 Juri Linkov <juri@jurta.org>
10391
10392 * info.el (Info-goto-node): Add autoload.
10393 (Info-toc): Add substring-no-properties on Info file name.
10394 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
10395 (Info-mode-map): Bind L to Info-history, T to Info-toc.
10396
10397 2004-06-12 Kenichi Handa <handa@m17n.org>
10398
10399 * international/mule-cmds.el (set-language-environment):
10400 Load subst tables if necessary.
10401
10402 * international/mule.el (decode-char): Load subst tables if necessary.
10403 (encode-char): Likewise.
10404
10405 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
10406 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
10407 (utf-16le-decode-loop): Set r5 to -1 before loop.
10408 (utf-16be-decode-loop): Likewise.
10409 (ccl-decode-mule-utf-16le): Add EOF processing block.
10410 (ccl-decode-mule-utf-16be): Likewise.
10411 (ccl-decode-mule-utf-16le-with-signature): Likewise.
10412 (ccl-decode-mule-utf-16be-with-signature): Likewise.
10413 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
10414 (ccl-mule-utf-16-encode-untrans): New CCL.
10415 (utf-16-decode-to-ucs): Handle pre-read character.
10416 (utf-16le-encode-loop): Handle surrogate pair.
10417 (utf-16be-encode-loop): Likewise.
10418 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
10419 of utf-16le-encode-loop.
10420 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
10421 of utf-16be-encode-loop.
10422 (mule-utf-16-post-read-conversion):
10423 Call utf-8-post-read-conversion at first.
10424 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
10425 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
10426 Add post-read-conversion and pre-write-conversion.
10427
10428 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
10429 (utf-translate-cjk-unicode-range): New variable.
10430 (utf-translate-cjk-load-tables): New function.
10431 (utf-lookup-subst-table-for-decode): New function.
10432 (utf-lookup-subst-table-for-encode): New function.
10433 (utf-translate-cjk-mode): Init-value changed to t. Don't load
10434 tables here. Update safe-charsets of utf-* coding systems.
10435 (ccl-mule-utf-untrans): New CCL.
10436 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
10437 at end of each branch.
10438 (ccl-mule-utf-8-encode-untrans): New CCL.
10439 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
10440 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
10441 length of encoding. Don't return r0.
10442 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
10443 (utf-8-post-read-conversion): Narrow to region properly.
10444 If utf-translate-cjk-mode is on, load tables if necessary.
10445 Call utf-8-compose with hash-table arg if necessary.
10446 Call XXX-compose-region instead of XXX-post-read-convesion.
10447 (utf-8-pre-write-conversion): New function.
10448 (mule-utf-8): Include CJK charsets in safe-charsets if
10449 utf-translate-cjk-mode is on. Add pre-write-conversion.
10450
10451 * international/characters.el: Temporarily set
10452 utf-translate-cjk-mode to nil.
10453
10454 * language/devan-util.el (devanagari-compose-region):
10455 Add autoload cookie.
10456
10457 * international/ccl.el (ccl-dump-call): Fix printing the
10458 subroutine name.
10459
10460 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
10461
10462 * dired.el (dired-revert): If buffer is marked unmodified before
10463 reverting, keep it marked unmodified.
10464 Adapt to new conventions for commenting out code.
10465 (dired-make-relative): Adapt to new conventions for commenting out code.
10466
10467 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
10468
10469 * eshell/esh-module.el (eshell-load-defgroups):
10470 Bind `vc-handled-backends' to nil when opening files.
10471
10472 2004-06-11 Juanma Barranquero <lektu@terra.es>
10473
10474 * files.el (parse-colon-path, cd): Doc fixes (refer to
10475 `path-separator', not colon).
10476
10477 2004-06-10 Juanma Barranquero <lektu@terra.es>
10478
10479 * newcomment.el (comment-search-forward)
10480 (comment-search-backward): Fix typos in docstring.
10481 (comment-region): Doc fix.
10482
10483 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
10486 switch is no longer stored in `dired-switches-alist'.
10487
10488 * dired-aux.el (dired-insert-subdir): Do not store R switch in
10489 `dired-switches-alist'.
10490
10491 2004-06-10 Kim F. Storm <storm@cua.dk>
10492
10493 * pcvs.el (cvs-mode-diff-yesterday): New command.
10494
10495 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
10496
10497 2004-06-10 Juri Linkov <juri@jurta.org>
10498
10499 * emacs-lisp/edebug.el (edebug-eval-defun):
10500 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
10501 Fix docstring.
10502
10503 * simple.el (eval-expression-print-format): Don't print additional
10504 information on the first call to `eval-print-last-sexp'.
10505 (next-error-find-buffer): Fix punctuation.
10506 (killing) <defgroup>: Fix punctuation.
10507 (yank-excluded-properties): Change group from editing to killing.
10508
10509 * replace.el (perform-replace): Use `limit' to terminate the
10510 while-loop explicitly.
10511
10512 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10513
10514 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
10515 Use lc-*.xpm as prefix instead of *-locol.xpm.
10516
10517 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
10518 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
10519 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
10520 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
10521 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
10522 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
10523 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
10524 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
10525 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
10526 * toolbar/lc-up_arrow.xpm:
10527 Rename from *-locol.xpm.
10528
10529 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
10530
10531 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
10532 include forms like &<str>; as valid url patterns.
10533
10534 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10535
10536 * dired.el (dired-diff, dired-backup-diff)
10537 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
10538 (dired-do-chown, dired-do-touch, dired-do-print)
10539 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
10540 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
10541 (dired-create-directory, dired-do-copy, dired-do-symlink)
10542 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10543 (dired-do-copy-regexp, dired-do-hardlink-regexp)
10544 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
10545 (dired-maybe-insert-subdir, dired-next-subdir)
10546 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
10547 (dired-kill-subdir, dired-tree-up, dired-tree-down)
10548 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
10549 (dired-run-shell-command, dired-query): Remove redundant,
10550 or incorrect, autoloads.
10551
10552 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
10553 does not end in a slash. Add optional argument KILL-ROOT.
10554 Update docstring.
10555 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
10556 (dired-query): Add autoloads.
10557
10558 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
10559
10560 * progmodes/compile.el (compilation-set-window-height):
10561 Rearrange the save-* functions because a buffer can have several current
10562 point in different windows.
10563 (compilation-error-regexp-alist-alist): Recognize {standard input}
10564 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
10565
10566 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10567
10568 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
10569 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
10570 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
10571 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
10572 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
10573 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
10574 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
10575 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
10576 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
10577 * toolbar/up_arrow-locol.xpm:
10578 New versions of icons that uses fewer colors.
10579
10580 * toolbar/tool-bar.el (tool-bar-local-item)
10581 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
10582 if display-color-cells is 256 or less.
10583
10584 2004-06-08 Kim F. Storm <storm@cua.dk>
10585
10586 * wid-edit.el (widget-specify-button): Use hand pointer rather
10587 than mouse-face as visible mouse-over effect.
10588
10589 2004-06-07 Karl Fogel <kfogel@red-bean.com>
10590
10591 * saveplace.el (save-place-alist-to-file): Bind `print-length'
10592 and `print-level' to nil when writing out `save-place-alist'.
10593 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
10594
10595 2004-06-07 Juanma Barranquero <lektu@terra.es>
10596
10597 * completion.el (completion-kill-region): Doc fix.
10598
10599 * format.el (format-insert-annotations)
10600 (format-annotate-location): Doc fixes.
10601 (format-subtract-regions): Make arguments match their use in docstring.
10602
10603 * simple.el (kill-region): Doc fix.
10604
10605 * subr.el (insert-buffer-substring-no-properties)
10606 (insert-buffer-substring-as-yank): Doc fixes.
10607
10608 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
10609
10610 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10611 Update docstring.
10612 (dired-reset-subdir-switches): New function.
10613
10614 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
10615 Limit scope of `buffer-read-only' binding.
10616
10617 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
10618
10619 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
10620 eshell-explicit-command-char.
10621
10622 2004-06-06 Juanma Barranquero <lektu@terra.es>
10623
10624 * help-fns.el (help-argument-name): Inherit from italic face only
10625 if the frame supports it.
10626
10627 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10628
10629 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
10630 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
10631 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
10632 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
10633 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
10634 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
10635 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
10636 New conversions from xpm files.
10637
10638 * toolbar/README: New file.
10639
10640 2004-06-06 Richard M. Stallman <rms@gnu.org>
10641
10642 * isearch.el (isearch-mode-map): Undo previous change.
10643
10644 2004-06-05 Juri Linkov <juri@jurta.org>
10645
10646 * bindings.el (debug-ignored-errors): Add regexps for history
10647 related messages. Remove $ from "No further undo information".
10648 Move Ediff's messages to ediff.el.
10649
10650 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
10651
10652 * cus-edit.el (custom-display): Add `min-colors'.
10653
10654 * custom.el (defface): Add `supports' to docstring.
10655
10656 * help-fns.el (help-argument-name): Add :group 'help.
10657
10658 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
10659
10660 * find-dired.el (find-ls-subdir-switches): New user option.
10661 (find-dired): No longer call `abbreviate-file-name' on DIR.
10662 Set `dired-subdir-switches' buffer-locally.
10663
10664 * locate.el: Merge the two `Commentary' sections.
10665 (locate-ls-subdir-switches): New user option.
10666 (locate): Update for other changes.
10667 (locate-mode-map): Restore Dired binding for mouse-2.
10668 Bind `locate-mouse-view-file' to M-mouse-2.
10669 Bind `l' to `locate-do-redisplay'.
10670 (locate-main-listing-line-p, locate-do-redisplay): New functions.
10671 (locate-mouse-view-file, locate-tags, locate-find-directory):
10672 Print message if used outside main listing.
10673 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
10674 Various changes to support inserted subdirectories.
10675 (locate-insert-header): Change header of *Locate* buffer.
10676
10677 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10678 Change interactive default switches.
10679 (dired-rename-subdir-2): Update `dired-switches-alist'.
10680 (dired-insert-subdir, dired-kill-subdir):
10681 Handle `dired-switches-alist'. Do not mark buffer modified.
10682 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
10683 (dired-insert-subdir-doinsert): Omit messages.
10684 Handle `dired-subdir-switches'.
10685 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
10686
10687 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
10688 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
10689 subdirs if -R switch is used for a subdir.
10690 (dired-mode): Set `dired-switches-alist'.
10691 (dired-build-subdir-alist): Only print number of directories in
10692 echo area when invoked interactively.
10693
10694 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10695
10696 * dired-x.el (dired-omit-mode): Rename from
10697 dired-omit-files-p. Use define-minor-mode to define it.
10698 (dired-omit-files-p): Add as alias for dired-omit-mode.
10699 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
10700 dired-mark-omitted.
10701 (dired-mark-omitted): Add. Bind to M-O.
10702
10703 2004-06-05 Kenichi Handa <handa@m17n.org>
10704
10705 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
10706
10707 2004-06-05 Juanma Barranquero <lektu@terra.es>
10708
10709 * help-fns.el (help-argument-name): Reintroduce face.
10710 (help-default-arg-highlight): Use it, now that
10711 `face-differs-from-default-p' can be trusted.
10712
10713 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10714
10715 * textmodes/table.el: Sentence commands added to Point Motion
10716 group; kill and backward-kill commands added to Extraction group.
10717
10718 2004-06-04 Mario Lang <mlang@delysid.org>
10719
10720 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
10721 systems appear to use mW, make the code handle this. Fix a
10722 division-by-zero bug while at it, and handle kernels with
10723 a slightly different layout in /proc/acpi.
10724
10725 2004-06-04 Karl Fogel <kfogel@red-bean.com>
10726
10727 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
10728 because the latter is a CL-ism. This fixes the bug reported by
10729 Shawn Boyette <mdxi@collapsar.net> in
10730 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
10731
10732 2004-06-04 Miles Bader <miles@gnu.org>
10733
10734 * faces.el (display-supports-face-attributes-p): Function moved to
10735 C code. Previously only the tty-related portion of this function
10736 was done in C; however the previous attempt to do a halfway-proper
10737 job for non-tty displays in lisp didn't work properly because of
10738 funny conditions during Emacs startup.
10739 (face-differs-from-default-p): Simplify, now that
10740 display-supports-face-attributes-p works properly on all display
10741 types. Remove :stipple from comparison; it doesn't really work
10742 in emacs anyway.
10743
10744 2004-06-04 Miles Bader <miles@gnu.org>
10745
10746 * faces.el (face-differs-from-default-p): Use a different
10747 implementation, so we can really check whether FACE displays
10748 differently or not.
10749
10750 2004-06-04 Miles Bader <miles@gnu.org>
10751
10752 * faces.el (display-supports-face-attributes-p): Implement a
10753 `different from default' check for non-tty displays.
10754
10755 2004-06-03 David Kastrup <dak@gnu.org>
10756
10757 * woman.el (woman-mapcan): More concise code.
10758 (woman-topic-all-completions, woman-topic-all-completions-1)
10759 (woman-topic-all-completions-merge): Replace by a simpler and
10760 much faster implementation based on O(n log n) sort/merge instead
10761 of the old O(n^2) behavior.
10762
10763 2004-06-03 Miles Bader <miles@gnu.org>
10764
10765 * subr.el (read-number): Use canonical format for default in prompt.
10766
10767 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
10768 Add regexp for " [...]" style defaults.
10769
10770 2004-06-02 Romain Francoise <romain@orebokech.com>
10771
10772 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
10773 groups: if the user asks for a hidden buffer, open the
10774 corresponding filter group to expose it.
10775
10776 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
10777 `ibuffer-jump-to-buffer'.
10778 (ibuffer-jump-offer-only-visible-buffers): New user option.
10779
10780 2004-06-02 Juanma Barranquero <lektu@terra.es>
10781
10782 * faces.el (frame-update-faces): Add empty docstring so the one
10783 for `ignore' doesn't show through.
10784
10785 * subr.el (process-kill-without-query): Remove spurious "\n" on
10786 obsolescence string.
10787 (focus-frame, unfocus-frame): Add obsolescence declaration and
10788 empty docstring.
10789
10790 * international/mule.el (register-char-codings): Make alias for
10791 `ignore'. Move docstring to obsolescence info and remove redundancy.
10792
10793 2004-06-02 Kim F. Storm <storm@cua.dk>
10794
10795 * frame.el (blink-cursor-start): Turn cursor off initially so blink
10796 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
10797
10798 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * comint.el (comint-replace-by-expanded-history-before-point):
10801 Obey `start' as the docstring says.
10802 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
10803 (comint-update-fence): Prevent font-lock from running unnecessarily.
10804 (comint-dynamic-list-completions): Use with-current-buffer.
10805
10806 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10807
10808 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
10809 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
10810 (bibtex-entry-update): Handle alternatives and optional fields.
10811 (bibtex-parse-entry): Bugfix, handle empty key.
10812
10813 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 * vc-arch.el (vc-arch-state): Don't assume the file exists.
10816
10817 2004-05-31 Lars Hansen <larsh@math.ku.dk>
10818
10819 * desktop.el (desktop-save): Don't save minor modes without a
10820 known mode initialization function.
10821
10822 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
10823
10824 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
10825
10826 * autorevert.el: Update `Commentary' section.
10827
10828 2004-05-30 Juanma Barranquero <lektu@terra.es>
10829
10830 * dos-fns.el (convert-standard-filename):
10831 * files.el (convert-standard-filename):
10832 * w32-fns.el (convert-standard-filename):
10833 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
10834
10835 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10836
10837 Sync with Tramp.
10838
10839 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
10840 (tramp-let-maybe): Move to an earlier spot in the file.
10841 Patch by Andreas Schwab.
10842
10843 2004-05-30 Andreas Schwab <schwab@suse.de>
10844
10845 * dired.el (dired-get-filename): Don't use dired-re-dot.
10846
10847 2004-05-30 Richard M. Stallman <rms@gnu.org>
10848
10849 * files.el (find-file): Doc fix.
10850
10851 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
10852
10853 2004-05-30 Nick Roberts <nickrob@gnu.org>
10854
10855 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
10856 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
10857 modeline of the locals buffer.
10858 (gdb-goto-breakpoint): Handle gdbmi.
10859 (gdb-get-frame-number): Change for gdbmi.
10860
10861 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10862
10863 * files.el (file-remote-p): Apply file name handler for operation
10864 `file-remote-p'. It isn' a property any longer.
10865 (file-relative-name): `fh' and `fd' get the required value via
10866 `find-file-name-handler' already.
10867
10868 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
10869 (top): Remove setting of `file-remote-p' property for
10870 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
10871
10872 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10873
10874 Version 2.0.41 of Tramp released.
10875
10876 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
10877 Throw away if process has died.
10878 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
10879 (tramp-out-of-band-prompt-regexp): Rename to
10880 `tramp-process-alive-regexp', because its usage is widen.
10881 (tramp-actions-copy-out-of-band): Apply it.
10882 (tramp-actions-before-shell, tramp-multi-actions):
10883 Add `tramp-action-process-alive' action.
10884 (tramp-action-process-alive): New defun.
10885 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10886 Add entry for `file-remote-p'.
10887 (tramp-handle-file-remote-p): New defun.
10888 (top): Remove setting of `file-remote-p'. Don't set
10889 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
10890
10891 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10892 `file-remote-p'.
10893
10894 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
10895 counted for (last) line. [They should or they shouldn't? --Stef]
10896 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
10897
10898 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10899
10900 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
10901 not really necessary but seems to keep the shell history smaller
10902 in some cases. It is no substitute for setting HISTFILE and
10903 HISTSIZE from tramp-open-connection-setup-interactive-shell,
10904 though. Suggested by Luc Teirlinck.
10905 (tramp-open-connection-setup-interactive-shell): Export variables
10906 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
10907 (tramp-set-process-query-on-exit-flag): New compat function.
10908 (tramp-open-connection-multi, tramp-open-connection-su)
10909 (tramp-open-connection-rsh, tramp-open-connection-telnet)
10910 (tramp-do-copy-or-rename-file-out-of-band): Use it.
10911 (tramp-let-maybe): New macro, let-binds a variable only if it
10912 isn't obsolete.
10913 (tramp-check-ls-commands, tramp-handle-expand-file-name)
10914 (tramp-handle-file-truename): Use it.
10915 (tramp-completion-file-name-regexp-unified): Avoid matching
10916 filenames starting with "/:" -- those are reserved for
10917 file-name-non-special.
10918
10919 * tramp-smb.el (tramp-smb-open-connection):
10920 Use tramp-set-process-query-on-exit-flag compat function.
10921
10922 2004-05-29 Richard M. Stallman <rms@gnu.org>
10923
10924 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
10925
10926 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
10927 (eval-last-sexp-print-value): Print char equivalent regardless
10928 of standard-output value.
10929
10930 * thumbs.el (thumbs-subst-char-in-string): Delete.
10931 (thumbs-thumbname): Use subst-char-in-string.
10932 (thumbs-resize-image): Use condition-case, not ignore-errors.
10933 (thumbs-kill-buffer): Likewise.
10934
10935 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
10936 (thumbs-mode): Make buffer read-only.
10937 (thumbs-make-thumb): Unconditionally accept an existing file.
10938 (thumbs-insert-thumb): Add thumb-image-file property to the image.
10939 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
10940 (thumbs-show-thumbs-list): Error if images not supported.
10941 (thumbs-save-current-image): Improve prompt string.
10942 (thumbs-mode-map): Define u, R, x.
10943 (thumbs-unmark): New command.
10944 (thumbs-emboss-image): Minor cleanup.
10945 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
10946 (thumbs-rename-images): New command.
10947 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
10948
10949 * thumbs.el (thumbs-current-image): New function.
10950 (thumbs-file-list, thumbs-file-alist): New functions.
10951 (thumbs-find-image): Delete arg L.
10952 Don't set up thumbs-fileL as buffer-local global var.
10953 (thumbs-find-image-at-point): Use thumbs-current-image.
10954 (thumbs-set-image-at-point-to-root-window): Likewise.
10955 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
10956 Record and warn about errors. Update thumbs-markedL for deletions.
10957 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
10958 (thumbs-redraw-buffer): Use thumbs-file-list.
10959 (thumbs-mark): Use thumbs-current-image.
10960 (thumbs-show-name): Use thumbs-current-image.
10961
10962 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
10963 and imenu--last-menubar-index-alist.
10964
10965 * subr.el (with-selected-window): Undo previous change.
10966
10967 2004-05-29 John Paul Wallington <jpw@gnu.org>
10968
10969 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
10970 (thumbs-mouse-find-image): New command.
10971 (thumbs-mode-map): Bind it to mouse-2.
10972 (thumbs-mode): Make mode-class special.
10973 (thumbs-view-image-mode): Likewise.
10974
10975 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10976
10977 * flymake.el: New file.
10978
10979 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
10980
10981 * files.el (find-file-noselect-1): Do not bind
10982 `inhibit-read-only' to t during execution of
10983 `find-file-not-found-functions'.
10984
10985 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
10988 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
10989
10990 2004-05-28 Juri Linkov <juri@jurta.org>
10991
10992 * simple.el (eval-expression-print-format): New fun.
10993
10994 * simple.el (eval-expression):
10995 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10996 * emacs-lisp/edebug.el (edebug-compute-previous-result)
10997 (edebug-eval-expression): Print additionally the value returned by
10998 `eval-expression-print-format'.
10999
11000 * emacs-lisp/lisp.el (insert-pair-alist): New var.
11001 (insert-pair): Make arguments optional. Find character pair
11002 from `insert-pair-alist' according to the last input event.
11003 (insert-parentheses): Make arguments optional.
11004 (raise-sexp, delete-pair): New funs.
11005
11006 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
11007 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11008 Bind C-M-q to `indent-pp-sexp'.
11009
11010 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
11011 `pp-to-string' modified to be able to format text with newlines.
11012 (pp-to-string): Move the buffer-formatting part of the code to
11013 `pp-buffer'. Call `pp-buffer'.
11014
11015 * info.el (Info-desktop-buffer-misc-data): Don't save information
11016 about virtual files.
11017 (Info-restore-desktop-buffer): Restore Info buffers in prepared
11018 buffers with names obtained from the desktop file instead of the
11019 default *info* buffer.
11020
11021 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * subr.el (with-selected-window): Only save/restore the selected window.
11024
11025 * progmodes/compile.el (compilation-error-regexp-alist):
11026 Use expand-file-name and data-directory.
11027
11028 * progmodes/grep.el (grep-tree): Rework previous fix.
11029
11030 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
11031 after the user marked text with the mouse.
11032
11033 * startup.el (command-line): Keep the first regexp of
11034 auto-save-file-name-transforms intact.
11035
11036 2004-05-28 Juanma Barranquero <lektu@terra.es>
11037
11038 * cus-edit.el (customize-face, customize-face-other-window)
11039 (custom-face-edit-delete): Make arguments match their use in
11040 docstring.
11041 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
11042 docstring.
11043
11044 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
11045 not `cvs-butlast'.
11046
11047 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
11048 `nbutlast' are in subr.el).
11049
11050 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
11051 (set-w32-system-coding-system): Doc fixes.
11052
11053 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
11054 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
11055 Make arguments match their use in docstring.
11056 (artist-draw-region-trim-line-endings)
11057 (artist-mouse-choose-operation): Fix typo in docstring.
11058 (artist-key-set-point-common): Doc fix.
11059
11060 2004-05-28 Simon Josefsson <jas@extundo.com>
11061
11062 * mail/smtpmail.el (smtpmail-open-stream):
11063 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
11064
11065 2004-05-26 Simon Josefsson <jas@extundo.com>
11066
11067 * starttls.el: Merge with my GNUTLS based starttls.el.
11068 (starttls-gnutls-program, starttls-use-gnutls)
11069 (starttls-extra-arguments, starttls-process-connection-type)
11070 (starttls-connect, starttls-failure, starttls-success): New variables.
11071 (starttls-program, starttls-extra-args): Doc fix.
11072 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
11073 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
11074 and pass on to corresponding *-gnutls function if it is set.
11075
11076 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
11077
11078 * autorevert.el (auto-revert-handler): Disable auto-reverting of
11079 remote files.
11080
11081 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
11082
11083 * files.el (file-name-non-special): There are more operations
11084 which need handling: `find-backup-file-name',
11085 `insert-file-contents', `verify-visited-file-modtime',
11086 `write-region'. Rename t value of method to `add'. Add new
11087 methods `quote' and `unquote-then-quote' to file-arg-indices.
11088
11089 2004-05-25 Juri Linkov <juri@jurta.org>
11090
11091 * info.el (Info-toc): Call Info-mode on intermediate buffer.
11092 (Info-index-nodes): Enclose code in condition-case to catch errors.
11093 (Info-index-node): Don't search all index nodes if request is only
11094 for the current node and file is not in the cache of index nodes.
11095 (Info-mode-map): Bind Info-copy-current-node-name to `w'
11096 for consistency with dired-copy-filename-as-kill.
11097 Bind `S' to Info-search-case-sensitively.
11098 (Info-copy-current-node-name): New arg. With zero prefix arg put
11099 the name inside a function call to `info'. Display copied text in
11100 the echo area.
11101
11102 2004-05-25 Sam Steingold <sds@gnu.org>
11103
11104 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
11105 strip the package prefix from the symbol name, if any.
11106 Make it the `find-tag-default-function' for `lisp-mode'.
11107
11108 2004-05-25 John Paul Wallington <jpw@gnu.org>
11109
11110 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
11111 instead of obsolete `process-kill-without-query'.
11112
11113 * textmodes/texinfmt.el (texinfo-indexvar-alist):
11114 Declare as variable, not constant.
11115
11116 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
11117
11118 * files.el (find-file-noselect-1): Fix bug introduced by
11119 Revision 1.694. As a side effect, `inhibit-read-only'
11120 is again, by default, t during execution of
11121 `find-file-not-found-functions'.
11122 (insert-directory): Check that lines were really inserted by
11123 the --dired switch, before erasing them.
11124
11125 2004-05-24 Nick Roberts <nickrob@gnu.org>
11126
11127 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
11128 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
11129 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
11130 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
11131 gud-minor-mode (gdbmi).
11132
11133 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11134
11135 * net/browse-url.el (browse-url-interactive-arg): Enable user to
11136 explicitly select the text to be taken as URL.
11137
11138 2004-05-23 Juri Linkov <juri@jurta.org>
11139
11140 * info.el (Info-index-nodes): New var and fun.
11141 (Info-goto-index, Info-index, info-apropos)
11142 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
11143 (Info-index): Fix docstring. Store and restore Info-history-list.
11144 (Info-complete-nodes): New var.
11145 (Info-complete-menu-item): Use it.
11146 (Info-index-node): New fun.
11147 (Info-final-node, Info-forward-node, Info-backward-node)
11148 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
11149 Use Info-index-node.
11150 (Info-extract-menu-item, Info-extract-menu-counting): Set second
11151 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
11152 (Info-find-node-2): If a node with period in its name not found,
11153 try to find a node without the name part after period.
11154 (Info-select-node): Call Info-fontify-node only if
11155 Info-fontify-maximum-menu-size is not nil.
11156 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
11157 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
11158 Preserve Info-history-list.
11159 (Info-toc): Set Info-current-file.
11160 (Info-build-toc): Move point to the beginning of the buffer.
11161 Add main-file variable.
11162 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
11163 Use backslashed representation of the control character ^_.
11164
11165 * textmodes/texinfmt.el (texinfo-print-index): Print index line
11166 numbers in the new Texinfo 4.7 format.
11167
11168 * add-log.el (change-log-font-lock-keywords): Remove `:' from
11169 regexps for function and variable names.
11170
11171 * descr-text.el (describe-property-list): Add [show] button for
11172 `syntax-table' property with action to pp to a separate buffer.
11173 (describe-char): Replace search-forward by re-search-forward with
11174 whitespace regexp after "character:" to not fail in too narrow windows.
11175
11176 * simple.el (next-error-find-buffer): Add a rule to return
11177 next-error capable buffer if one window on the selected frame
11178 displays such buffer.
11179
11180 2004-05-23 Nick Roberts <nickrob@gnu.org>
11181
11182 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
11183 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
11184 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
11185 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
11186 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
11187 Handle new value for gud-minor-mode (gdbmi).
11188 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
11189 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
11190 Change from local to global gdb variable set.
11191 (gdb-ann3): Initialise above gdb variable set.
11192 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
11193 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
11194 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
11195 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
11196 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
11197 (gdb-info-locals-handler, gdb-invalidate-assembler)
11198 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
11199 set as global variables.
11200 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
11201 Handle gdbmi.
11202 (gdb-info-breakpoints-custom): Fix regexp.
11203 (def-gdb-var): Delete.
11204
11205 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
11206 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
11207 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
11208 a new mode. The file (gdb-mi.el) for this mode will be included
11209 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
11210 primary interface.
11211
11212 2004-05-23 Jesper Harder <harder@ifa.au.dk>
11213
11214 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
11215 interpreted as a directory.
11216
11217 2004-05-22 Richard M. Stallman <rms@gnu.org>
11218
11219 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
11220 as a close quote.
11221
11222 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
11223
11224 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
11225 Use assoc-string, not assoc-ignore-case.
11226
11227 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
11228
11229 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
11230 If moving back then fwd gets a defun that ends before point,
11231 try again moving fwd then back.
11232
11233 * files.el (file-name-non-special): Allow t in file-arg-indices
11234 to mean requote the return value. Use `identity' as an element
11235 rather than as the whole value.
11236
11237 * gs.el (gs-options): Add -dSAFER. Mark it risky.
11238
11239 2004-05-22 Juanma Barranquero <lektu@terra.es>
11240
11241 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
11242 `help-make-usage'.
11243 (help-highlight-arguments): Skip function name before searching
11244 for arguments.
11245
11246 2004-05-21 Juanma Barranquero <lektu@terra.es>
11247
11248 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
11249 Don't mention in the docstring these arguments meant for
11250 internal (recursive) use only.
11251 (allout-char-spec): Comment out (it's not implemented).
11252 (allout-old-expose-topic, allout-exposure): Fix docstring and add
11253 obsolescence declaration.
11254 (allout-flatten-exposed-to-buffer)
11255 (allout-indented-exposed-to-buffer): Fix typos in docstring.
11256 (my-mark-marker): Doc fix.
11257 (produce-allout-mode-map, allout-sibling-index)
11258 (allout-isearch-expose, allout-distinctive-bullet)
11259 (allout-open-topic, allout-reindent-body)
11260 (allout-rebullet-heading, allout-process-exposed)
11261 (allout-insert-listified, allout-latex-verb-quote)
11262 (allout-insert-latex-header, allout-insert-latex-trailer):
11263 Make arguments match their use in docstring.
11264 (allout-primary-bullet, allout-old-style-prefixes)
11265 (allout-inhibit-protection, allout-init, allout-mode)
11266 (allout-before-change-protect, allout-flag-region):
11267 Use "Emacs" instead of "emacs" in docstrings.
11268
11269 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11270
11271 * international/characters.el: Modify syntax of more characters.
11272
11273 2004-05-21 Masatake YAMATO <jet@gyve.org>
11274
11275 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
11276 (etags-tags-completion-table): Show parsing progress.
11277
11278 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
11279
11280 * locate.el (locate-prompt-for-command): Shorten first line of
11281 docstring.
11282 (locate-mode): Expand docstring and include keymap summary.
11283
11284 * files.el (find-file-noselect-1): Limit the scope of the
11285 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
11286 is, by default, nil during the execution of
11287 `find-file-not-found-functions' and `find-file-hook'.
11288
11289 2004-05-20 Michael Mauger <mmaug@yahoo.com>
11290
11291 * facemenu.el (facemenu-color-name-equal): New function.
11292 (list-colors-display): Use it to compare colors instead of
11293 facemenu-color-equal.
11294
11295 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
11296
11297 * compare-w.el (compare-windows-face): Use min-colors instead of
11298 checking for tty or pc types.
11299
11300 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
11303 (completion-setup-function): Use with-current-buffer.
11304 Properly save excursion. Simplify.
11305 Don't assume there is necessarily a `mouse-face' property somewhere.
11306
11307 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
11308
11309 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
11310
11311 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
11312 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
11313 Use with-current-buffer.
11314 (byte-goto-log-buffer): Delete.
11315 (byte-compile-log-file): Call compilation-forget-errors.
11316
11317 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11318
11319 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
11320 output messages into the search result.
11321
11322 2004-05-19 Masatake YAMATO <jet@gyve.org>
11323
11324 * wid-edit.el (widget-radio-button-notify): Revert my last
11325 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11326
11327 2004-05-19 Kenichi Handa <handa@m17n.org>
11328
11329 * international/characters.el: Fix syntax (open/close) of CJK chars.
11330
11331 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11332
11333 * help-mode.el (help-go-back): Don't depend on position of back button.
11334
11335 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11336
11337 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
11338 files files don't contain an accidental additional /.
11339
11340 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
11341 in source buffer.
11342
11343 2004-05-18 Masatake YAMATO <jet@gyve.org>
11344
11345 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
11346 to widget-apply. :action method assumes 2 arguments, not 3.
11347
11348 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
11349
11350 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11351 New constants.
11352 (hs-special-modes-alist): Add an f90-mode entry.
11353
11354 2004-05-17 Sam Steingold <sds@gnu.org>
11355
11356 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11357 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
11358
11359 2004-05-16 Kim F. Storm <storm@cua.dk>
11360
11361 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
11362
11363 2004-05-15 John Wiegley <johnw@newartisans.com>
11364
11365 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
11366 (eshell-output-object-to-target): Improve output speed 20% by not
11367 calling `eshell-stringify' if something is already known to be a string.
11368
11369 2004-05-15 Alex Ott <ott@jet.msk.su>
11370
11371 * textmodes/ispell.el (ispell-local-dictionary-alist):
11372 Add windows-1251 to the choice of coding systems.
11373 (ispell-dictionary-alist-6): Add support for "russianw.aff",
11374 encoded in cp1251.
11375
11376 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
11377
11378 * progmodes/compile.el (compilation-warning-face)
11379 (compilation-info-face): Use min-colors.
11380
11381 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11382
11383 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
11384 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
11385 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
11386 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
11387 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
11388 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
11389 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
11390 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
11391 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
11392 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
11393 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
11394 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
11395 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
11396 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
11397
11398 2004-05-15 Kim F. Storm <storm@cua.dk>
11399
11400 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
11401 Use it to set triggered-p element of timer.
11402 (timer-event-handler): Set triggered-p element non-nil while running
11403 the timer function.
11404
11405 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * descr-text.el (describe-char-unicode-data)
11408 (describe-char-unicodedata-file): Re-enable the unicode code now that
11409 the licensing issues have been cleared in the unicode-4 license.
11410 (describe-text-properties-1): Remove unused `overlay' var.
11411 (describe-char): Remove unused var `buffer'.
11412
11413 2004-05-14 David Ponce <david@dponce.com>
11414
11415 * tree-widget.el: New file.
11416
11417 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
11418
11419 * language/european.el ("Brazilian Portuguese"): Add support for
11420 Brazilian Portuguese.
11421
11422 2004-05-13 John Wiegley <johnw@newartisans.com>
11423
11424 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
11425 `recentf-mode' if this variable has been customized to t.
11426
11427 * eshell/esh-test.el (eshell-test): Call the function
11428 `emacs-version' rather than trying to build a custom version string.
11429
11430 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * net/telnet.el (telnet-mode): Use define-derived-mode.
11433 Don't modify the global value of comint-prompt-regexp.
11434
11435 2004-05-13 John Paul Wallington <jpw@gnu.org>
11436
11437 * version.el (emacs-version): Check for `gtk' feature before
11438 `x-toolkit' feature.
11439
11440 2004-05-13 Juanma Barranquero <lektu@terra.es>
11441
11442 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
11443 arguments in the docstring, they're used only in recursive calls.
11444
11445 * help-fns.el (help-arg-highlighting-function)
11446 (help-argument-name): Delete.
11447 (help-default-arg-highlight): New function.
11448 (help-do-arg-highlighting): Use it.
11449
11450 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11451
11452 * calendar/appt.el (appt-disp-window):
11453 Use `calendar-set-mode-line' for a centered mode-line.
11454
11455 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11456
11457 * calendar/appt.el (appt-disp-window): Do not split window
11458 excessively when `split-height-threshold' is low.
11459
11460 2004-05-12 Nick Roberts <nickrob@gnu.org>
11461
11462 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
11463 kill-buffer-hook here and make it local.
11464 (gud-kill-buffer-hook): Use kill-process for a sure kill.
11465
11466 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
11467
11468 * progmodes/compile.el (compilation-set-window-height):
11469 Use save-excursion to protect against misplaced marker.
11470
11471 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11472
11473 * custom.el (defface): Document that type can have value gtk.
11474
11475 * faces.el (face-spec-set-match-display): Handle type gtk in display.
11476
11477 2004-05-12 Kenichi Handa <handa@m17n.org>
11478
11479 * descr-text.el: Require quail at comile time.
11480 (describe-char): If an input method is on and it supports the
11481 character, show how to input it.
11482
11483 * international/quail.el (quail-install-decode-map): Accept a
11484 char-table whose subtype is `quail-decode-map'.
11485 (quail-store-decode-map-key, quail-gen-decode-map1)
11486 (quail-gen-decode-map, quail-find-key1, quail-find-key)
11487 (quail-show-key): New functions.
11488
11489 2004-05-12 Juanma Barranquero <lektu@terra.es>
11490
11491 * generic.el (define-generic-mode): Remove redundant arglist info.
11492
11493 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
11494 Make arguments match their use in docstring.
11495 (help-arg-highlighting-function): New variable.
11496 (help-argument-name): Mention it in the docstring.
11497 (help-do-arg-highlight): Use it. Expand regexp to accept also
11498 ARG-xxx and xxx-ARG references.
11499
11500 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11501
11502 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
11503 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
11504 and "mailto:addr1?to=addr2" equal.
11505
11506 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11507
11508 * man.el (Man-getpage-in-background): Use shell-file-name
11509 and shell-command-switch variables instead of hard-coded values.
11510
11511 2004-05-11 Eli Zaretskii <eliz@gnu.org>
11512
11513 * iimage.el: New file.
11514
11515 2004-05-11 Juanma Barranquero <lektu@terra.es>
11516
11517 * custom.el (custom-initialize-default, defcustom):
11518 Fix typo in docstring.
11519
11520 * files.el (set-visited-file-name, file-expand-wildcards):
11521 Fix docstring.
11522
11523 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
11526
11527 * subr.el (eventp): Be more discriminating with integers.
11528
11529 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
11530
11531 * progmodes/compile.el (compile): Add universal prefix arg.
11532 (compilation-error-regexp-alist-alist): Add edg patterns.
11533
11534 2004-05-10 Sam Steingold <sds@gnu.org>
11535
11536 * textmodes/ispell.el (ispell-message):
11537 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
11538
11539 2004-05-10 Dave Love <fx@gnu.org>
11540
11541 * progmodes/python.el (help-buffer): Autoload when compiling.
11542 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
11543 (run-python): Prepend to any existing PYTHONPATH.
11544
11545 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
11546
11547 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
11548 for pending breakpoints.
11549
11550 2004-05-10 Richard M. Stallman <rms@gnu.org>
11551
11552 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
11553 directly without calling any functions in Rmail.
11554 (unrmail-unprune): Function deleted.
11555
11556 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11557
11558 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
11559 C-c C-z binding.
11560
11561 2004-05-10 Kenichi Handa <handa@m17n.org>
11562
11563 * descr-text.el (describe-char): Fix previous change. Don't make
11564 a unibyte character to multibyte in the *Help* buffer.
11565
11566 2004-05-10 Miles Bader <miles@gnu.org>
11567
11568 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
11569 buffer an error if the debugger process is actually running.
11570
11571 2004-05-10 Juanma Barranquero <lektu@terra.es>
11572
11573 * help-fns.el (help-argument-name): Default to italic.
11574 (help-highlight-arguments): Return always (usage . doc), even when
11575 usage is nil.
11576
11577 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
11578 (define-ibuffer-filter): Add usage info.
11579 (define-ibuffer-op): Add usage info (but CL-style defaults for
11580 keyword args are not shown).
11581
11582 * subr.el (remove-overlays, read-passwd): Fix docstring.
11583 (start-process-shell-command): Fix docstring. Put usage info in a
11584 format usable by `describe-function'.
11585 (open-network-stream, open-network-stream-nowait)
11586 (open-network-stream-server): Fix docstring.
11587
11588 2004-05-09 Jason Rumney <jasonr@gnu.org>
11589
11590 * international/code-pages (cp932, cp936, cp949, c950): Remove.
11591 Only define cp125* if windows-125* is already defined.
11592
11593 * language/korean.el (cp949): Add alias.
11594
11595 * language/chinese.el (cp936, cp950): Add aliases.
11596
11597 * language/japanese.el (cp932): Add alias.
11598
11599 * term/w32-win.el: Require code-pages.
11600
11601 * international/mule-cmds.el (set-locale-environment):
11602 On MS-Windows use ansi code-page for default coding-systems.
11603 Set up paper sizes for Windows 3 letter languages.
11604
11605 * international/code-pages.el (cp932, cp936, cp949, cp950):
11606 Add aliases. Also add cp125* if not already defined.
11607
11608 2004-05-09 Juanma Barranquero <lektu@terra.es>
11609
11610 * help-fns.el (help-highlight-arguments): Don't try to highlight
11611 missing or autoloaded arglists. Accept structured arguments, like
11612 the first ones of `do' and `flet'.
11613
11614 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
11615 (cvs-get-marked): Remove redundant arglist info.
11616
11617 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
11618 Don't use CL-style default args.
11619
11620 2004-05-08 Andreas Schwab <schwab@suse.de>
11621
11622 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
11623
11624 * international/subst-ksc.el: Fix references to utf-translate-cjk
11625 into utf-translate-cjk-mode.
11626 * international/subst-big5.el: Likewise.
11627 * international/subst-gb2312.el: Likewise.
11628 * international/subst-jis.el: Likewise.
11629 * international/utf-16.el: Likewise.
11630 * international/utf-8.el: Likewise.
11631
11632 2004-05-08 John Wiegley <johnw@newartisans.com>
11633
11634 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
11635 "virtual buffers" (off by default), which makes it possible to
11636 switch to the "virtual" buffers of recently visited files. When a
11637 buffer name search fails, and this option is on, iswitchb will
11638 look at the list of recently visited files, and permit matching
11639 against those names. When the user hits RET on a match, it will
11640 revisit that file.
11641 (iswitchb-read-buffer): Add two optional arguments, which makes
11642 isearchb.el possible.
11643 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
11644 (iswitchb-next-match): Add support for virtual buffers.
11645
11646 * isearchb.el: This module extends iswitchb to provide "as you
11647 type" buffer selection.
11648
11649 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
11650 Ignore the read-only property when flyspell highlighting is on.
11651 Not ignoring it leads to a series of confusing errors.
11652 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
11653 but also make sure to call flyspell-incorrect-hook.
11654 (flyspell-maybe-correct-transposition): Perform transposition test
11655 by bit twiddling a string, rather than using a temp buffer.
11656 (flyspell-maybe-correct-doubling): Use a string rather than a temp
11657 buffer. This is also the original version of the code, which
11658 could not be checked in before due to a previous lack of
11659 assignment papers. This version has seen heavy usage on my system
11660 for several years now.
11661
11662 * calendar/cal-bahai.el: New file, which adds support for the
11663 Baha'i calendar to Emacs. This calendar is based on a solar year
11664 of 19 months of 19 days, with 4 intercalary days. Each year
11665 begins on March 21, with the calendar starting in 1844.
11666
11667 * calendar/cal-menu.el, calendar/calendar.el,
11668 calendar/diary-lib.el, calendar/holidays.el: Added support for
11669 using cal-bahai.el.
11670
11671 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
11672 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
11673 function can be used outside of eshell buffers.
11674 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
11675
11676 2004-05-08 Juanma Barranquero <lektu@terra.es>
11677
11678 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
11679 word constituent so FOO-ARG is not recognized as an arg.
11680 (help-highlight-arguments): Don't skip lists in mandatory arguments.
11681
11682 * simple.el (next-error): Fix typo in docstring.
11683 (open-line): Make argument names match their use in docstring.
11684 (split-line): Fix docstring.
11685
11686 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
11687 usable by `describe-function'.
11688 (gensym, gentemp, typep, ignore-errors): Make argument names match
11689 their use in docstring.
11690
11691 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
11692 argument to `help-setup-xref'.
11693
11694 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
11695
11696 Version 2.0.40 of Tramp released.
11697
11698 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
11699 Use symbol-function to invoke functions only known on some Emacs
11700 flavors. This avoids byte-compiler warnings. Reported by Kevin
11701 Scaldeferri <kevin@scaldeferri.com>.
11702 (tramp-do-copy-or-rename-file-via-buffer): Rename from
11703 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
11704 consistent with the other tramp-do-* functions.
11705 (tramp-do-copy-or-rename-file): Calls adjusted.
11706 (tramp-process-initial-commands): Avoid liveness check on shell --
11707 we know that it must be alive since we're opening a connection at
11708 this moment.
11709 (tramp-last-cmd): New internal variable.
11710 (tramp-process-echoes): New tunable.
11711 (tramp-send-command): Set tramp-last-cmd.
11712 (tramp-wait-for-output): Delete echo, if applicable.
11713 (tramp-read-passwd): Construct the key for the password cache in a
11714 way that works for multi methods, too.
11715 (tramp-bug): Add backup-directory-alist and
11716 bkup-backup-directory-info to bug reports, with Tramp counterparts.
11717
11718 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
11719
11720 * net/tramp*.el: Suppress byte-compiler warnings where possible.
11721
11722 * net/tramp.el (tramp-out-of-band-prompt-regexp)
11723 (tramp-actions-copy-out-of-band): New defcustoms.
11724 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
11725 used instead of a synchronous one. Allows password entering.
11726 (tramp-action-out-of-band): New defun.
11727 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
11728 Remove restriction with password from doc string.
11729 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
11730 `tramp-out-of-band-prompt-regexp',
11731 `tramp-actions-copy-out-of-band', `password-cache' and
11732 `password-cache-expiry'.
11733 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
11734 password caching.
11735 (tramp-touch): FILE can be a local file, too.
11736 (TODO): Remove items done.
11737 (tramp-handle-insert-directory): Properly quote file name also if
11738 not full-directory-p. Handle wildcard case. Reported by Andreas
11739 Schwab <schwab@suse.de>.
11740 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
11741 new file.
11742 (tramp-handle-file-local-copy, tramp-handle-write-region):
11743 The permissions of the temporary file are set if filename exists.
11744 Reported by Ted Stern <stern@cray.com>.
11745 (tramp-backup-directory-alist)
11746 (tramp-bkup-backup-directory-info): New defcustoms.
11747 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
11748 (tramp-handle-find-backup-file-name): New function.
11749 Implements Tramp's find-backup-file-name.
11750
11751 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
11752 for `find-backup-file-name'.
11753
11754 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
11755 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
11756
11757 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11758
11759 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
11760
11761 2004-05-07 Juanma Barranquero <lektu@terra.es>
11762
11763 * subr.el (lambda): Add arglist description to docstring.
11764 (declare): Fix typo in docstring.
11765 (open-network-stream): Fix docstring.
11766 (process-kill-without-query): Fix docstring and add obsolescence info.
11767 (last, butlast, nbutlast): Make arguments match their use in docstring.
11768 (insert-buffer-substring-no-properties): Likewise.
11769 (insert-buffer-substring-as-yank): Likewise.
11770 (split-string): Fix docstring.
11771
11772 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11773 Make argument names match their use in docstring.
11774
11775 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
11776
11777 2004-05-06 Nick Roberts <nickrob@gnu.org>
11778
11779 * progmodes/gdb-ui.el: Improve/extend documentation strings.
11780 Fit first sentence on one line for apropos-command.
11781
11782 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 Changes largely merged in from Dave Love's code.
11785 * progmodes/python.el: Doc fixes.
11786 (python-mode-map): Add python-complete-symbol.
11787 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
11788 (python-comment-indent, python-complete-symbol)
11789 (python-symbol-completions, python-partial-symbol)
11790 (python-try-complete): New.
11791 (python-indent-line): Remove optional arg. Use python-block-end-p.
11792 (python-check): Bind compilation-error-regexp-alist.
11793 (inferior-python-mode): Use rx. Move keybindings to top level.
11794 Set comint-input-filter.
11795 (python-preoutput-filter): Use rx.
11796 (python-input-filter): Re-introduce.
11797 (python-proc): Start new process if necessary.
11798 Check python-buffer non-nil.
11799 (view-return-to-alist): Defvar.
11800 (python-send-receive): New.
11801 (python-eldoc-function): Use it.
11802 (python-mode-running): Don't defvar.
11803 (python-mode): Set comment-indent-function.
11804 Maybe update hippie-expand-try-functions-list.
11805 (python-indentation-levels): Initialize differently.
11806 (python-block-end-p): New.
11807 (python-indent-line): Use it.
11808 (python-compilation-regexp-alist): Augment.
11809 (run-python): Import `emacs' module to Python rather than loading
11810 code directly. Set python-buffer differently.
11811 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
11812 Use python-proc.
11813 (python-send-command): Go to end of comint buffer.
11814 (python-load-file): Use python-proc, emacs.eimport.
11815 (python-describe-symbol): Simplify interactive form.
11816 Use emacs.help. Do use temp-buffer-show-hook.
11817 Call print-help-return-message.
11818 (hippie-exp): Require when compiling.
11819 (python-preoutput-continuation): Use rx.
11820
11821 * diff-mode.el (diff-make-unified): Fix regexp.
11822
11823 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
11824
11825 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
11826 filter groups from the buffer when rebuilding the Ibuffer buffer
11827 and `ibuffer-show-empty-filter-groups' is nil.
11828
11829 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11830
11831 * ps-print.el (ps-print-quote): Call ps-value-string.
11832 (ps-setup): Call ps-comment-string.
11833 (ps-value-string, ps-comment-string): New funs.
11834
11835 2004-05-06 Juanma Barranquero <lektu@terra.es>
11836
11837 * ehelp.el (electric-help-command-loop): Check whether the last
11838 character is visible, not (point-max).
11839
11840 * help-fns.el (help-argument-name): Default to bold; don't inherit
11841 from font-lock-variable-name-face.
11842 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
11843
11844 2004-05-05 Kenichi Handa <handa@m17n.org>
11845
11846 * descr-text.el (describe-char): Copy the character with text
11847 properties and overlays into the first line, and call
11848 describe-text-properties on it.
11849
11850 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
11851
11852 * iswitchb.el (iswitchb-global-map): Fix typo.
11853 Remove unwanted ###autoloads from source file.
11854
11855 2004-05-05 Lars Hansen <larsh@math.ku.dk>
11856
11857 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
11858 in run-hooks. Use substitute-command-keys in message.
11859 (wdired-abort-changes): Add message.
11860
11861 2004-05-03 Michael Mauger <mmaug@yahoo.com>
11862
11863 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
11864 (sql-emacs20-p): Remove.
11865 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
11866 (sql-builtin-face, sql-doc-face): Remove.
11867 (sql-mode-ansi-font-lock-keywords)
11868 (sql-mode-oracle-font-lock-keywords)
11869 (sql-mode-postgres-font-lock-keywords)
11870 (sql-mode-linter-font-lock-keywords)
11871 (sql-mode-ms-font-lock-keywords)
11872 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
11873 (sql-product-font-lock): Fix font-lock reset when font rules change.
11874 (sql-highlight-product): Remove incorrect font-lock reset logic.
11875
11876 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
11877
11878 * ses.el (ses-set-parameter): Fix typo.
11879
11880 2004-05-04 Kim F. Storm <storm@cua.dk>
11881
11882 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
11883 Must expand directory for completion to work; and don't mess with
11884 process-environment.
11885 (ido-read-file-name): If command has ido property, don't use ido
11886 if value is ignore, or read as directory if value is dir.
11887 Set ido ignore property for dired-do-rename command.
11888
11889 2004-05-04 Juanma Barranquero <lektu@terra.es>
11890
11891 * ehelp.el (electric-help-command-loop, electric-help-undefined)
11892 (electric-help-help): Check against unmapped commands.
11893
11894 * help-fns.el (help-argument-name): New face, inheriting from
11895 font-lock-variable-name-face, to highlight function arguments in
11896 `describe-function' and `describe-key'.
11897 (help-do-arg-highlight): Auxiliary function to highlight a given
11898 list of arguments in a string.
11899 (help-highlight-arguments): Highlight the function arguments and
11900 all uses of them in the docstring.
11901 (describe-function-1): Use it. Do docstring output via `insert',
11902 not 'princ', so text attributes are preserved.
11903
11904 * winner.el (winner-mode-map): Move `winner-undo' and
11905 `winner-redo' to C-c <left> and C-c <right>, respectively (the
11906 previous bindings conflict with `prev-buffer', `next-buffer').
11907
11908 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11909
11910 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
11911 (bibtex-entry-update): New command bound to C-c C-u.
11912 (bibtex-text-in-string): Fix regexp.
11913 (bibtex-assoc-of-regexp): Remove.
11914 (bibtex-progress-message): Fix docstring.
11915 (bibtex-inside-field): Use if.
11916 (bibtex-assoc-regexp): New function.
11917 (bibtex-format-entry): Make code more robust so that it formats
11918 also old entries.
11919 (bibtex-autokey-demangle-title): Merge with obsolete function
11920 bibtex-assoc-of-regexp.
11921 (bibtex-field-list): New function.
11922 (bibtex-entry): Use bibtex-field-list.
11923 (bibtex-parse-entry): Fix docstring.
11924 (bibtex-print-help-message): Use bibtex-field-list.
11925 (bibtex-make-field): Use bibtex-field-list.
11926 (bibtex-entry-index): Bugfix. Return crossref key if required.
11927 (bibtex-lessp): Fix docstring.
11928
11929 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
11930
11931 * select.el (xselect-convert-to-string): Move comment to intended line.
11932
11933 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11934
11935 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
11936 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
11937
11938 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11939
11940 * term/x-win.el (x-clipboard-yank): Don't exit on error from
11941 x-get-selection.
11942
11943 2004-05-03 Jason Rumney <jasonr@gnu.org>
11944
11945 * makefile.nt: Remove.
11946
11947 2004-05-03 Kim F. Storm <storm@cua.dk>
11948
11949 * emulation/cua-base.el (cua--update-indications): Fix last change.
11950 (cua-mode): Deactivate mark when cua-mode is enabled.
11951
11952 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
11953
11954 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
11955
11956 2004-05-03 Nick Roberts <nickrob@gnu.org>
11957
11958 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
11959 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
11960 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
11961 window over visible frames.
11962 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
11963
11964 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11965
11966 * progmodes/compile.el (compilation-gcpro): New var.
11967 (compilation-fake-loc): Use it.
11968 (compilation-forget-errors): Reset it.
11969
11970 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11971
11972 * diff-mode.el (diff-header-face, diff-file-header-face):
11973 Use min-colors.
11974
11975 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11976
11977 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
11978 (bibtex-clean-entry): Disentangle code.
11979 (bibtex-realign): New function.
11980 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
11981 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
11982 Remove undocumented optional arg called-by-convert-alien.
11983 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
11984 for sorting instead of bibtex-sort-buffer.
11985
11986 2004-05-02 Eli Zaretskii <eliz@gnu.org>
11987
11988 * progmodes/compile.el (compilation-start): In the
11989 no-async-subprocesses branch, call sit-for to give redisplay a
11990 chance to show the updated process status in the mode line, and
11991 fontify the buffer explicitly after the process exits.
11992
11993 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * progmodes/python.el (python-compilation-line-number): Remove.
11996 (python-compilation-regexp-alist): Don't use it any more.
11997 (python-orig-start, python-input-filter): Remove.
11998 (inferior-python-mode): Don't set up comint-input-filter-functions.
11999 (python-send-region): Use compilation-fake-loc.
12000
12001 * progmodes/compile.el (compilation-messages-start): New var.
12002 (compilation-mode): Don't setup next-error-function here.
12003 (compilation-setup): Set it up here instead (for minor modes as well).
12004 Make compilation-messages-start buffer local.
12005 (compilation-next-error-function): Use it.
12006 (compilation-forget-errors): Set compilation-messages-start.
12007
12008 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
12009
12010 * ielm.el (ielm-prompt-read-only): Update docstring.
12011
12012 * comint.el (comint-prompt-read-only): Update docstring.
12013 (comint-update-fence, comint-kill-whole-line)
12014 (comint-kill-region): New functions.
12015
12016 * simple.el (kill-whole-line): Use "p" instead of "P" in
12017 interactive form.
12018
12019 2004-05-01 Juanma Barranquero <lektu@terra.es>
12020
12021 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
12022 format arglist so default values in CL-style argument lists are
12023 correctly shown.
12024
12025 2004-05-01 Jason Rumney <jasonr@gnu.org>
12026
12027 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
12028
12029 2004-05-01 Kenichi Handa <handa@m17n.org>
12030
12031 * international/titdic-cnv.el (miscdic-convert): Don't generate a
12032 quail file if it is up to date.
12033
12034 2004-04-30 Juri Linkov <juri@jurta.org>
12035
12036 * cus-edit.el (custom-mode-map):
12037 Add key binding `C-x C-s' to `Custom-save'.
12038
12039 * outline.el (outline-blank-line): New var.
12040 (outline-next-preface, outline-show-heading)
12041 (outline-end-of-subtree): Use it.
12042
12043 * dired-aux.el (dired-touch-initial): New fun.
12044 (dired-do-chxxx): Call it for op-symbol `touch'.
12045 (dired-diff): Use `dired-dwim-target-directory'
12046 if current dired buffer has no buffer mark.
12047
12048 * bindings.el (propertized-buffer-identification):
12049 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
12050 Add C-M-arrow keys for consistency.
12051
12052 * files.el (confirm-kill-emacs):
12053 Change group from top-level `emacs' to `convenience'.
12054
12055 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12056 Push mark on the first call of successive command calls.
12057 (insert-pair): New fun created from `insert-parentheses' with
12058 `open' and `close' arguments added. Enclose active regions
12059 in paired characters. Compare adjacent characters syntax with
12060 inserted characters syntax before inserting a space.
12061 (insert-parentheses): Call `insert-pair' with ?\( ?\).
12062
12063 * delsel.el: Don't put `delete-selection' property
12064 on `insert-parentheses' symbol to take advantage of
12065 region handling in `insert-pair' function.
12066 Suggested by Stephan Stahl <stahl@eos.franken.de>.
12067
12068 2004-04-30 Kim F. Storm <storm@cua.dk>
12069
12070 * emulation/cua-base.el: Add support for changing cursor types;
12071 based on patch from Michael Mauger.
12072 (cua-normal-cursor-color, cua-read-only-cursor-color)
12073 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
12074 Customization cursor type and/or cursor color.
12075 (cua--update-indications): Handle cursor type changes.
12076 (cua-mode): Update cursor indications if enabled.
12077
12078 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
12079
12080 * mouse.el (mouse-drag-copy-region): New defcustom.
12081 (mouse-set-region, mouse-drag-region-1): Use it.
12082
12083 * simple.el (kill-ring-save): If region face background color is
12084 unspecified (if no highlighting), show extent of fully visible
12085 region even if transient-mark-mode is enabled.
12086
12087 * emulation/cua-base.el (cua--standard-movement-commands):
12088 Add cua-scroll-up and cua-scroll-down.
12089 (cua-scroll-up, cua-scroll-down): New commands.
12090 (cua--init-keymaps): Remap scroll-up and scroll-down.
12091
12092 * emulation/cua-rect.el (cua--convert-rectangle-as):
12093 New defmacro.
12094 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
12095 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
12096 New commands (suggested by Jordan Breeding).
12097
12098 2004-04-30 Juanma Barranquero <lektu@terra.es>
12099
12100 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
12101
12102 2004-04-30 Mario Lang <mlang@delysid.org>
12103
12104 * diff.el (diff-switches): Fix typo in docstring.
12105
12106 2004-04-30 Alex Schroeder <alex@gnu.org>
12107
12108 * xml.el (xml-debug-print-internal): Don't add newline and
12109 indentation to text nodes and write empty elements as empty tags
12110 instead of opening and closing tags.
12111 (xml-debug-print): Take optional indent-string argument.
12112 (xml-print): Alias for xml-debug-print.
12113
12114 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12115
12116 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
12117 than duplicate call to `line-beginning-position'.
12118
12119 * progmodes/f90.el (f90-get-present-comment-type):
12120 Return whitespace, as well as comment chars, for consistent filling
12121 of comment blocks. Use `match-string-no-properties'.
12122 (f90-break-line): Trim trailing whitespace when filling comments.
12123
12124 2004-04-30 Dave Love <fx@gnu.org>
12125
12126 * calendar/diary-lib.el (diary-outlook-formats): New variable.
12127 (diary-from-outlook-internal, diary-from-outlook)
12128 (diary-from-outlook-gnus, diary-from-outlook-rmail):
12129 New functions to import diary entries from Outlook-format
12130 appointments in mail messages.
12131
12132 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * progmodes/python.el (python-send-command): New fun.
12135 (python-send-region, python-load-file): Use it.
12136
12137 * progmodes/compile.el (compilation-last-buffer): Add var alias.
12138
12139 * help-fns.el (help-C-file-name): Use new subr-name.
12140 Prepend `src/' to the file name.
12141 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
12142 (describe-function-1, describe-variable): Only find a C source file
12143 name if DOC is already loaded.
12144
12145 * help-mode.el (help-function-def, help-variable-def):
12146 Use the new find-function-search-for-symbol functionality.
12147 Allow FILE to be `C-source'.
12148
12149 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
12150 (find-function-C-source): New fun.
12151 (find-function-search-for-symbol): Use it.
12152
12153 2004-03-29 Michael Mauger <mmaug@yahoo.com>
12154
12155 * progmodes/sql.el (sql-product-alist): Rename variable
12156 `sql-product-support'. Add Postgres login parameters.
12157 (sql-set-product, sql-product-feature): Update with renamed variable.
12158 (sql-connect-postgres): Add username prompt.
12159 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
12160 Make patterns less product specific.
12161 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
12162 (sql-mode-abbrev-table): Modify initialization.
12163 (sql-builtin-face): Add variable.
12164 (sql-keywords-re): Add macro.
12165 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
12166 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
12167 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
12168 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
12169 (sql-mode-linter-font-lock-keywords)
12170 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
12171 (sql-mode-sybase-font-lock-keywords)
12172 (sql-mode-informix-font-lock-keywords)
12173 (sql-mode-interbase-font-lock-keywords)
12174 (sql-mode-ingres-font-lock-keywords)
12175 (sql-mode-solid-font-lock-keywords)
12176 (sql-mode-sqlite-font-lock-keywords)
12177 (sql-mode-db2-font-lock-keywords): Default to nil.
12178 (sql-product-font-lock): Always highlight ANSI keywords.
12179 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
12180 (sql-send-string): Add function.
12181
12182 2004-04-29 Dave Love <fx@gnu.org>
12183
12184 * progmodes/cfengine.el (cfengine-beginning-of-defun)
12185 (cfengine-end-of-defun): Ensure progress through buffer.
12186
12187 * info-look.el (cfengine-mode): Accept a terminal ().
12188
12189 2004-04-29 Juri Linkov <juri@jurta.org>
12190
12191 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
12192 instead of isearch-yank-word-or-char. Add new key bindings for
12193 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
12194 (isearch-del-char): New fun.
12195 (isearch-forward, isearch-edit-string): Update docstring.
12196 (isearch-yank-char): Doc fix.
12197 (isearch-other-meta-char): Restore point after scrolling.
12198
12199 * progmodes/compile.el (compilation-context-lines): Add nil option
12200 to disable compilation output window scrolling.
12201 (compilation-set-window): Use it.
12202
12203 * outline.el (outline-next-preface, outline-show-heading):
12204 Don't leave unhidden blank line before heading.
12205 (outline-end-of-subtree): Include last newline into subtree.
12206 (hide-entry): Leave point at beginning of heading instead of end.
12207 (outline-up-heading): Push mark for the first call of successive
12208 command calls.
12209
12210 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
12211
12212 * comint.el (comint-prompt-read-only): New variable.
12213 (comint-output-filter): Implement it.
12214
12215 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
12216 (ielm-prompt-internal): New variable.
12217 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
12218 (ielm-send-input): Delete unused variable `buf'.
12219 (ielm-eval-input): Use `ielm-prompt-internal'.
12220 (inferior-emacs-lisp-mode): Use new variables
12221 `comint-prompt-read-only' and `ielm-prompt-internal'.
12222 Get rid of obsolete variable `directory-sep-char'.
12223 (ielm): Use `zerop'.
12224
12225 2004-04-29 John Paul Wallington <jpw@gnu.org>
12226
12227 * thumbs.el (toplevel): Require cl at compile time.
12228 Remove conditional definitions of `ignore-errors' and `caddar'
12229 because they occur at run time.
12230
12231 2004-04-28 Nick Roberts <nickrob@gnu.org>
12232
12233 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
12234 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
12235 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12236 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
12237
12238 * progmodes/gud.el (gud-common-init): Throw an error if program is
12239 already running under gdb.
12240
12241 2004-04-28 John Paul Wallington <jpw@gnu.org>
12242
12243 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
12244 (thumbs-show-image-num): Move assignment of
12245 `thumbs-current-image-filename' within scope of `i'.
12246 (thumbs-emboss-image): Don't use `evenp'.
12247
12248 2004-04-28 Richard M. Stallman <rms@gnu.org>
12249
12250 * progmodes/compile.el (compilation-context-lines): Default now 0.
12251
12252 2004-04-28 Juanma Barranquero <lektu@terra.es>
12253
12254 Use `time-less-p' from calendar/time-date.el instead of defining
12255 custom versions of it.
12256
12257 * pcomplete.el (pcomplete-time-less-p): Remove.
12258
12259 * thumbs.el (time-less-p): Remove.
12260
12261 * calendar/timeclock.el (timeclock-time-less-p): Remove.
12262 (timeclock-generate-report): Use `time-less-p'.
12263
12264 * emacs-lisp/autoload.el (autoload-before-p): Remove.
12265 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
12266
12267 2004-04-28 Masatake YAMATO <jet@gyve.org>
12268
12269 * subr.el (remove-overlays): Make arguments optional.
12270
12271 * wid-edit.el (widget-specify-button): Put evaporate to the
12272 overlay for sample.
12273 (widget-specify-sample): Put evaporate to the overlay for sample.
12274 (widget-specify-doc): Put evaporate to the overlay for documentation.
12275
12276 2004-04-27 Jesper Harder <harder@ifa.au.dk>
12277
12278 * info.el (info-apropos): Make it an index node. Align node names
12279 like makeinfo.
12280
12281 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12282
12283 * net/browse-url.el (browse-url-netscape-sentinel)
12284 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
12285 (browse-url-epiphany-sentinel, browse-url-mosaic):
12286 Use browse-url-*-program instead of a literal program name.
12287
12288 2004-04-27 Kevin Ryde <user42@zip.com.au>
12289
12290 * eshell/em-alias.el:
12291 * eshell/em-dirs.el:
12292 * eshell/em-hist.el:
12293 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
12294 features when M-x customize-group loads modules before the main
12295 eshell.el.
12296
12297 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12298
12299 * subr.el (momentary-string-display): Support EXIT-CHAR that is
12300 either a character representation of an event or an event
12301 description list.
12302
12303 * type-break.el: Capitalise Emacs and Lisp.
12304 (type-break-good-break-interval, type-break-demo-boring-stats)
12305 (type-break-terse-messages, type-break-file-name): New defcustoms.
12306 (type-break-post-command-hook)
12307 (type-break-warning-countdown-string): Quote variable names in doc.
12308 (type-break-interval-start, type-break-auto-save-file-name): New vars.
12309 (type-break-mode): Document type-break-good-break-interval and the
12310 "session" file. Schedule break according to the session file.
12311 Kill session file buffer on exit. Organise for save-some-buffers
12312 to always save the session file.
12313 (type-break-mode-line-message-mode, type-break-query-mode):
12314 Uppercase arguments.
12315 (type-break-file-time, type-break-file-keystroke-count, timep)
12316 (type-break-choose-file, type-break-get-previous-time)
12317 (type-break-get-previous-count): New defuns.
12318 (type-break): Avoid break querying after a completed break in the
12319 case where the query was initiated during user invocation of the
12320 break. Optional terse messages.
12321 Use type-break-good-break-interval if type-break-good-rest-interval is
12322 nil. File the break time.
12323 (type-break-schedule): New optional args for overriding the use of
12324 the current time.
12325 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
12326 after a break.
12327 (type-break-check): File the keystroke count.
12328 (type-break-do-query): Prevent a second query when the break is
12329 interrupted. Optional terse message.
12330 (type-break-keystroke-reset): Record the start of a typing interval.
12331 (type-break-demo-boring): Optional terse messages. Display word
12332 per minute and keystroke counts according to
12333 type-break-demo-boring-stats.
12334
12335 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
12336
12337 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
12338 directories, make sure they exist under archive-tmpdir.
12339
12340 2004-04-27 Juri Linkov <juri@jurta.org>
12341
12342 * help.el (view-emacs-news): With argument, display info for the
12343 selected version by finding it among different NEWS files, and
12344 narrowing the buffer to the selected version.
12345
12346 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
12347 same-window-buffer-names.
12348 (info): New arg `buffer'. Use it. Doc fix. Read file name for
12349 non-numeric prefix argument, append the number to the buffer name
12350 for numeric prefix argument.
12351 (info-other-window): Bind same-window-regexps to nil.
12352 (Info-reference-name): Rename to Info-point-loc.
12353 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
12354 and Info-find-index-name for stringy Info-point-loc.
12355 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
12356 without middle `.', but with final `.' and optional line number
12357 for it. Set Info-point-loc for index nodes.
12358 (Info-index): Remove middle `.' from index entry regexp.
12359 Modify line number regexp.
12360 (Info-index-next): Decrement line number.
12361 (info-apropos): Remove middle `.' from index entry regexp.
12362 Add optional line number regexp at the end. Add matched value
12363 for line number to the result list and insert it to the buffer.
12364 Replace match-string by match-string-no-properties.
12365 Reorder result list.
12366 (Info-fontify-node): Hide index line numbers.
12367 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
12368 empty matches.
12369 (Info-follow-reference): Use `str' instead of
12370 Info-following-node-name-re.
12371 (Info-toc): Use full file names. Set Info-current-node to "Top".
12372 (Info-fontify-node): Compare file names without directory name.
12373 (Info-try-follow-nearest-node): Don't set Info-reference-name.
12374 Set second arg of Info-extract-menu-node-name for index nodes.
12375 (info-xref-visited): Use magenta3 instead of magenta4.
12376 (Info-mode): Add info-apropos to docstring.
12377
12378 * log-view.el (log-view-diff): Replace interactive code "r"
12379 by a list to allow to call it even if region is not active.
12380
12381 * paren.el (show-paren-highlight-openparen): New var.
12382 (show-paren-function): Turn on openparen highlighting when
12383 matching forward if show-paren-highlight-openparen is non-nil.
12384
12385 * simple.el (kill-ring-save): Use blink-matching-delay instead of
12386 the constant value 1.
12387 (completions-common-part): Expand docstring.
12388
12389 * textmodes/picture.el (picture-mode-map): Add arrow keys.
12390
12391 2004-04-27 Kim F. Storm <storm@cua.dk>
12392
12393 * image.el (insert-sliced-image): Use line-height instead of
12394 line-spacing property on newline.
12395
12396 2004-04-26 Lars Hansen <larsh@math.ku.dk>
12397
12398 * desktop.el (desktop-buffer-misc-data-function): Rename to
12399 desktop-save-buffer and change docstring.
12400 (desktop-buffer-modes-to-save): Delete.
12401 (desktop-save-buffer-p): Use desktop-save-buffer instead of
12402 desktop-buffer-modes-to-save.
12403 (desktop-save): Rename desktop-buffer-misc-data-function to
12404 desktop-save-buffer and allow non-function value.
12405 (desktop-missing-file-warning): Correct docstring.
12406
12407 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
12408 to desktop-save-buffer.
12409
12410 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
12411 desktop-save-buffer.
12412
12413 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
12414
12415 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
12416
12417 2004-04-26 Eli Zaretskii <eliz@gnu.org>
12418
12419 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
12420
12421 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
12422
12423 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
12424 (ielm): Only go to the end of the buffer when starting a new process.
12425
12426 2004-04-25 Juanma Barranquero <lektu@terra.es>
12427
12428 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
12429 mode line. Bind `inhibit-read-only' to t before modifying
12430 properties of text in the buffer.
12431 (ielm): Force point to the end of buffer, even when running ielm
12432 from inside itself.
12433
12434 2004-04-25 Jesper Harder <harder@ifa.au.dk>
12435
12436 * info.el (info-apropos): Reset Info-complete-cache.
12437
12438 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
12439
12440 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12441 Also recognize severe Irix et al. messages.
12442 (compilation-normalize-filename, compile-abbreviate-directory):
12443 Delete functions.
12444 (compilation-get-file-structure): New function inherits
12445 functionality of the two preceding ones.
12446 (compilation-internal-error-properties, compilation-fake-loc):
12447 Use it so that different paths to the same file share the same
12448 markers. Also optimize finding adjacent marker slightly.
12449
12450 2004-04-25 Kim F. Storm <storm@cua.dk>
12451
12452 * image.el (insert-sliced-image): Add line-spacing t property
12453 to newlines separating image lines.
12454
12455 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
12456
12457 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
12458
12459 * ielm.el (ielm-prompt-read-only): New user option.
12460 (ielm-prompt): Expand docstring to describe new behavior.
12461 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
12462 mention it in the docstring.
12463
12464 2004-04-24 Andreas Schwab <schwab@suse.de>
12465
12466 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
12467
12468 * diff.el (diff): Set default-directory in diff buffer.
12469
12470 2004-04-24 Eli Zaretskii <eliz@gnu.org>
12471
12472 * mail/sendmail.el (mail-bury): Don't delete the frame where the
12473 mail was being composed if the terminal cannot display more than
12474 one frame; instead, switch to previous frame.
12475
12476 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
12477 (rmail-start-mail): Support rmail-mail-new-frame even on
12478 terminals that can display only one frame at a time.
12479
12480 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12481
12482 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
12483 (checkdoc-output-font-lock-keywords): Remove error regexp.
12484 (checkdoc-output-mode-map): Remove.
12485 (checkdoc-output-mode): Derive from compilation-mode.
12486 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
12487
12488 * dired.el (dired-mode-map): Add a menu entry for wdired.
12489
12490 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
12491 (rx-bracket, rx-check-any, rx-any): Clean up name space.
12492
12493 * wdired.el: (wdired-mode-map): Move init into declaration.
12494 Fix `return' binding.
12495 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12496 Use force-mode-line-update.
12497 (wdired-get-filename): Use `unless'.
12498 (wdired-preprocess-files): Don't assume names have no \n and use / for
12499 dir separator.
12500 (wdired-normalize-filename): Use replace-regexp-in-string.
12501 (wdired-load-hooks): Remove.
12502 (wdired-mode-hooks): Rename to wdired-mode-hook.
12503
12504 * info-look.el: Add support for cfengine-mode.
12505 (info-lookup-setup-mode): Use dolist.
12506
12507 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
12508
12509 * wdired.el: New file.
12510
12511 2004-04-23 Juanma Barranquero <lektu@terra.es>
12512
12513 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
12514
12515 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
12516 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
12517 (pcomplete--help, pcomplete--here): Doc fixes.
12518
12519 2004-04-23 Andre Spiegel <spiegel@gnu.org>
12520
12521 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
12522 handles wrong-number-of-arguments in backend call.
12523
12524 * vc.el (vc-print-log): Likewise.
12525
12526 2004-04-20 Dave Love <fx@gnu.org>
12527
12528 * emacs-lisp/rx.el: Doc fixes.
12529 (rx-constituents): Add/extend many forms.
12530 (rx-check): Check form is a list.
12531 (bracket): Defvar.
12532 (rx-check-any, rx-any, rx-check-not): Modify.
12533 (rx-not): Simplify.
12534 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
12535 (rx-kleene): Use rx-trans-forms.
12536 (rx-quote-for-set): Delete.
12537 (rx): Allow multiple args.
12538
12539 2004-04-23 Kenichi Handa <handa@m17n.org>
12540
12541 * international/mule-util.el (char-displayable-p): Simplify by
12542 using internal-char-font.
12543
12544 2004-04-23 Juanma Barranquero <lektu@terra.es>
12545
12546 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12547
12548 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12549
12550 * diff-mode.el (diff-next-error): New fun.
12551 (diff-mode): Use it.
12552
12553 * simple.el (next-error): Change arg name.
12554 Add support for the documented C-u C-x ` usage.
12555
12556 * frame.el (special-display-popup-frame, next-multiframe-window)
12557 (previous-multiframe-window): Only consider frames on same display.
12558
12559 2004-04-22 Lars Hansen <larsh@math.ku.dk>
12560
12561 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
12562 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
12563
12564 2004-04-22 Kim F. Storm <storm@cua.dk>
12565
12566 * net/telnet.el (telnet): Add optional port arg.
12567
12568 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12571 Minor sanity check on the `hyperlink' slot.
12572
12573 * Makefile.in (recompile): Compile new files.
12574
12575 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
12576 Add byte-recompile-directory's optional `arg'.
12577
12578 * cvs-status.el (cvs-tree-use-charset): New var.
12579 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
12580 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
12581 (cvs-status-cvstrees): Use it.
12582
12583 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
12584 Make it a normal major mode.
12585 (checkdoc-buffer-label): Make sure the file name is meaningful.
12586 (checkdoc-output-to-error-buffer): Remove.
12587 (checkdoc-error, checkdoc-start-section): Rewrite.
12588
12589 * info.el (info-node, info-menu-5, info-xref, info-header-node)
12590 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12591 (Info-title-4-face): Use new syntax.
12592 (info-xref-visited): Inherit from info-xref.
12593
12594 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
12595
12596 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
12597
12598 * simple.el (next-error-last-buffer, next-error-function):
12599 New variables for the next-error framework.
12600 (next-error-buffer-p): New function.
12601 (next-error-find-buffer): Generalize compilation-find-buffer.
12602 (next-error, previous-error, first-error, next-error-no-select)
12603 (previous-error-no-select): Move from compile.el.
12604
12605 * replace.el (occur-next-error, occur-1): Hook into the next-error
12606 framework.
12607
12608 * progmodes/compile.el (compilation-start):
12609 Set next-error-last-buffer so next-error knows where to jump.
12610 (compilation-setup): Set the buffer-local variable
12611 next-error-function to 'compilation-next-error-function.
12612 (compilation-buffer-p, compilation-buffer-internal-p): Use an
12613 alternate way to find if a buffer is a compilation buffer, for
12614 next-error convenience.
12615 (next-error-no-select, previous-error-no-select, next-error)
12616 (previous-error, first-error): Move to simple.el.
12617 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
12618 (compilation-last-buffer): Remove.
12619 (compilation-start, compilation-next-error, compilation-setup)
12620 (compilation-next-error-function, compilation-find-buffer):
12621 Remove compilation-last-buffer use.
12622
12623 2004-04-21 Juanma Barranquero <lektu@terra.es>
12624
12625 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
12626 (font-lock-warning-face): Fix spacing.
12627
12628 * makefile.w32-in (WINS): Add url/ directory.
12629
12630 2004-04-21 Lars Hansen <larsh@math.ku.dk>
12631
12632 * desktop.el (desktop-buffer-mode-handlers): New variable.
12633 Alist of major mode specific functions to restore a desktop buffer.
12634 (desktop-buffer-handlers): Make variable obsolete.
12635 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
12636 Catch errors signaled in handlers. Update buffer count.
12637 Evaluate desktop-buffer-point.
12638 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
12639 move to dired.el.
12640 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
12641 move to info.el.
12642 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
12643 move to mail/rmail.el.
12644 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
12645 to mh-e/mh-e.el.
12646 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
12647 On fail, print message (to message buffer) even if
12648 desktop-missing-file-warning is nil.
12649 (desktop-buffer-misc-data-function): New buffer local variable.
12650 Function returning major mode specific data.
12651 (desktop-buffer-misc-functions): Make variable obsolete.
12652 (desktop-save): Use desktop-buffer-misc-data-function.
12653 (desktop-buffer-dired-misc-data): Rename to
12654 dired-desktop-buffer-misc-data and move to dired.el.
12655 (desktop-buffer-info-misc-data): Rename to
12656 Info-desktop-buffer-misc-data and move to info.el.
12657 (desktop-read): Add message about number of buffers restored/failed.
12658
12659 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
12660 Add parameters. Pause to display error only when
12661 desktop-missing-file-warning is non-nil.
12662 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12663 (dired-mode): Bind desktop-buffer-misc-data-function.
12664
12665 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
12666 Add Parameters.
12667 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12668 (Info-mode): Bind desktop-buffer-misc-data-function.
12669
12670 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
12671 Add Parameters.
12672
12673 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
12674 Add Parameters.
12675
12676 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
12677
12678 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
12679 the case of letters in case-insensitive expansions when the
12680 abbrev is preceded by characters with letter syntax.
12681
12682 2004-04-21 Richard M. Stallman <rms@gnu.org>
12683
12684 * progmodes/cperl-mode.el (cperl-putback-char):
12685 Delete Emacs 18 definition.
12686
12687 * international/mule.el (ctext-post-read-conversion):
12688 Use assoc-string, not assoc-ignore-case.
12689
12690 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
12691
12692 * emacs-lisp/easymenu.el (easy-menu-add):
12693 Do call x-popup-menu, but only if it's defined.
12694
12695 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
12696
12697 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
12698 Handle multiple args: compile like progn.
12699
12700 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
12701 take all args as &rest arg.
12702
12703 * autoinsert.el (auto-insert-alist): Insert the user's name in
12704 copyright notice, rather than Free Software Foundation.
12705
12706 2004-04-21 Kenichi Handa <handa@m17n.org>
12707
12708 * descr-text.el (describe-char): Make it work on *Help* buffer.
12709
12710 2004-04-21 Kim F. Storm <storm@cua.dk>
12711
12712 * image.el (insert-image): Add optional SLICE arg.
12713 (insert-sliced-image): New defun.
12714
12715 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
12716
12717 * subr.el (read-number): Check whether `default' is nil.
12718
12719 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * progmodes/compile.el (compilation-error-properties):
12722 Split into two.
12723 (compilation-internal-error-properties): New one.
12724 (compilation-compat-error-properties): Use it. Fix the non-marker case.
12725
12726 2004-04-20 Richard M. Stallman <rms@gnu.org>
12727
12728 * window.el (split-window-save-restore-data):
12729 Don't update the data if OLD-INFO is nil.
12730
12731 * view.el (view-return-to-alist): Mark it permanent local.
12732
12733 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
12734
12735 * recentf.el (recentf-save-list): Catch and warn about errors.
12736
12737 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
12738 so "Buffers" won't be pure.
12739
12740 * help-mode.el (help-mode-finish): Set help-return-alist first
12741 thing, setting only the entry for the selected window.
12742
12743 * help-fns.el (describe-function-1): If many non-control non-meta
12744 keys run the command, don't list all of them.
12745
12746 2004-04-20 Juanma Barranquero <lektu@terra.es>
12747
12748 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
12749 arg. Copied from Andre Spiegel's patch of 2004-03-21.
12750
12751 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
12752
12753 2004-04-20 Kenichi Handa <handa@m17n.org>
12754
12755 * international/quail.el (quail-lookup-key): New optional arg
12756 NOT-RESET-INDICES.
12757 (quail-get-translations): Call quail-lookup-key with
12758 NOT-RESET-INDICES t.
12759 (quail-completion): Likewise.
12760 (quail-lookup-map-and-concat): Likewise.
12761
12762 2004-04-20 Kenichi Handa <handa@m17n.org>
12763
12764 * international/quail.el (quail-update-translation): Don't insert
12765 such an unsupported multibyte char in a unibyte buffer.
12766
12767 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
12768
12769 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
12770 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
12771 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
12772 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
12773 (gdb-frame-assembler-buffer): Improve behaviour with
12774 multiple frames.
12775 (gdb-display-buffer): Extend search to all visible frames.
12776
12777 2004-04-19 Eli Zaretskii <eliz@gnu.org>
12778
12779 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
12780 characters left after base64 decoding.
12781 (rmail-decode-region): Use -dos variety of `coding', to remove any
12782 ^M characters left after qp or base64 decoding.
12783
12784 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12785
12786 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
12787 messages.
12788
12789 2004-04-19 Stephen Eglen <stephen@gnu.org>
12790
12791 * add-log.el (add-change-log-entry): Update doc string to mention
12792 add-log-full-name and add-log-mailing-address.
12793
12794 2004-04-18 Juri Linkov <juri@jurta.org>
12795
12796 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
12797 (Info-find-node-2): Simplify error message.
12798 (Info-insert-dir): Use Info-following-node-name.
12799 (Info-goto-node): Remove *info-history* and *info-toc*.
12800 (Info-history): Create a node of the virtual history file.
12801 (Info-toc): Create a node of the virtual toc file.
12802 (Info-insert-toc): New arg `curr-file' for reference file names.
12803 (info-apropos): Remove redundant var binding for temp-file.
12804 (Info-index, Info-index-next, Info-mode): Doc fix.
12805 (Info-goto-emacs-command-node): Don't jump to *info* from
12806 non-*info* Info buffers.
12807 (Info-fontify-node): Don't show the file name of external
12808 references if `Info-hide-note-references' is `hide'. Don't hide
12809 newlines at the end of paragraphs.
12810
12811 * international/mule-diag.el (list-input-methods):
12812 Fix args to help-xref-button.
12813
12814 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
12815 to put into effect local variables from TUTORIAL files.
12816
12817 * textmodes/paragraphs.el (sentence-end) <function>: New fun
12818 with default value taken from the variable `sentence-end'.
12819 (sentence-end) <defcustom>: Set default to nil. Doc fix.
12820 Add nil const to :type.
12821 (sentence-end-without-period, sentence-end-double-space)
12822 (sentence-end-without-space): Doc fix.
12823
12824 * textmodes/paragraphs.el (forward-sentence):
12825 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
12826 (fill-delete-newlines):
12827 * progmodes/cc-cmds.el (c-beginning-of-statement):
12828 Use function `sentence-end' instead of variable `sentence-end'.
12829
12830 2004-04-18 Andreas Schwab <schwab@suse.de>
12831
12832 * progmodes/compile.el (compilation-start): Set window start to
12833 point-min if compilation-scroll-output is nil.
12834
12835 2004-04-18 John Wiegley <johnw@newartisans.com>
12836
12837 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
12838
12839 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
12840
12841 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
12842 (gdb-info-breakpoints-custom): Revert previous change.
12843 (gdb-view-assembler): Update assembler if necessary.
12844 (gdb-frame-handler): Parse correctly for gdb-current-frame.
12845 (gdb-display-source-buffer): Update properly when both source and
12846 assembler are visible.
12847
12848 2004-04-17 John Wiegley <johnw@newartisans.com>
12849
12850 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
12851 which limits the number of names shown in the minibuffer. Off by
12852 default.
12853 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
12854 up iswitchb for users with a multitude of open buffers by showing
12855 only the first and last N/2 buffers in the completion list (which
12856 is enough to aid C-s/C-r, and to know that more characters are
12857 needed to refine the completion list).
12858
12859 2004-04-17 Richard M. Stallman <rms@gnu.org>
12860
12861 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
12862 (file-truename): Expand all ~ constructs directly.
12863 (insert-directory): Delete any error msg output by the
12864 `insert-directory-program'.
12865
12866 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
12867 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
12868 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
12869 (allout-init): Use find-file-hook, not find-file-hooks.
12870 (allout-mode): Eliminate Emacs 18 support.
12871 Use write-contents-functions, not local-write-file-hooks.
12872
12873 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
12874
12875 * progmodes/compile.el (compilation-error-properties): Fix for
12876 adding messages when there are already markers for their file.
12877 (compilation-fake-loc): New function.
12878
12879 2004-04-16 Dave Love <fx@gnu.org>
12880
12881 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
12882 (python-load-file): Fix python-orig-start setting.
12883
12884 * progmodes/compile.el: Doc fixes.
12885 (compilation-error-regexp-alist-alist)
12886 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
12887 (compilation-assq): Wrap in eval-when-compile.
12888 (compilation-mode-font-lock-keywords): Don't use list*.
12889 (compilation-start): Avoid warning.
12890 (compilation-compat-error-properties)
12891 (compilation-directory-properties): Add keymap property.
12892 (compilation-parsing-end): Make it a marker for better compatibility.
12893
12894 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
12895
12896 2004-04-16 Mark A. Hershberger <mah@everybody.org>
12897
12898 * xml.el: Doc fixes.
12899 (xml-get-children): Only looks at sub-tags and ignore strings.
12900
12901 * xml.el (xml-parse-tag): Avoid overwriting node-name.
12902
12903 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
12906
12907 2004-04-16 Andre Spiegel <spiegel@gnu.org>
12908
12909 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
12910
12911 * vc.el (vc-print-log): Likewise.
12912
12913 2004-04-16 Masatake YAMATO <jet@gyve.org>
12914
12915 * simple.el (completion-setup-function): Set an initial value
12916 to `element-common-end' before entering loop. Set a value
12917 to `element-common-end' at the end of loop.
12918 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
12919 (completions-common-part): Rename from completion-de-emphasis.
12920 (completions-first-difference): Rename from completion-emphasis.
12921 Suggested by RMS.
12922
12923 2004-04-16 Juanma Barranquero <lektu@terra.es>
12924
12925 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
12926 (bookmark-edit-annotation-mode): Add mode name.
12927
12928 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
12931 for nested conflict markers.
12932 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
12933
12934 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
12935
12936 * progmodes/gdb-ui.el (gdb-goto-info): New function.
12937
12938 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
12939
12940 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12943 Give a backtrace if requested.
12944
12945 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
12946
12947 * progmodes/python.el (python-mouse-2-command, python-RET-command):
12948 Remove unused functions.
12949 (python-orig-start-line, python-orig-file): Remove.
12950 (python-orig-start): New var.
12951 (python-input-filter, python-compilation-line-number)
12952 (python-send-region, python-load-file): Use it.
12953
12954 * info.el (info): Always jump to *info*.
12955
12956 * subr.el (posn-set-point): New function.
12957
12958 * mouse.el (mouse-set-point): Use it.
12959
12960 * progmodes/compile.el (compile-goto-error): Use it.
12961 (compilation-button-map): New keymap.
12962 (compilation-error-properties): Use it.
12963 (compilation-shell-minor-mode-map): Don't bind mouse-2.
12964
12965 * smerge-mode.el (smerge-popup-context-menu): Use it.
12966
12967 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
12968 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
12969 mouse and non-mouse case.
12970
12971 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
12972 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
12973
12974 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
12975 Make it work for non-mouse events.
12976
12977 * pcvs-info.el (cvs-status-map): Update binding name.
12978
12979 2004-04-14 Mark A. Hershberger <mah@everybody.org>
12980
12981 * xml.el (xml-maybe-do-ns): New function to handle namespace
12982 parsing of both attribute and element names.
12983 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
12984 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
12985 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
12986 (xml-parse-attlist): Make it do its own namespace parsing.
12987
12988 2004-04-14 Dave Love <fx@gnu.org>
12989
12990 * progmodes/python.el (run-python): Fix use of \n.
12991 (python-load-file): Remove `try' from Python fragment.
12992 (python-describe-symbol): Fix message.
12993
12994 * comint.el: Doc fixes.
12995 (comint-last-input-start, comint-last-input-end)
12996 (comint-last-output-start): Give them values.
12997 (comint-arguments): Avoid warning.
12998 (comint-skip-prompt): Use line-end-position.
12999 (comint-backward-matching-input): Rename arg to agree with doc.
13000 (comint-extract-string): Use syntax-ppss.
13001 (comint-dynamic-simple-complete): Delete useless list construction.
13002 (comint-redirect-subvert-readonly): New.
13003 (comint-redirect-preoutput-filter): Use it.
13004
13005 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13006 Correctly handle negative arguments when calling hook functions.
13007
13008 2004-04-14 Jesper Harder <harder@ifa.au.dk>
13009
13010 * info.el (info-apropos): Don't clobber Info-history-list.
13011
13012 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
13013
13014 * progmodes/compile.el (compilation-setup):
13015 Localize overlay-arrow-position.
13016 (compilation-sentinel): Restructure code equivalently.
13017 (compilation-next-error): Find message on same line after point if
13018 not found before point.
13019 (compile-mouse-goto-error): Restore function so that compilation
13020 buffer need not be current and use compile-goto-error.
13021 (compile-goto-error): Restore function.
13022 (next-error): Set overlay-arrow-position.
13023 (compilation-forget-errors): Don't localize already local
13024 compilation-locs and remove FIXME about refontifying.
13025
13026 2004-04-14 Kim F. Storm <storm@cua.dk>
13027
13028 * startup.el (emacs-quick-startup): New defvar (set by -Q).
13029 (command-line): New option -Q. Like -q --no-site-file, but
13030 in addition it also disables menu-bar, tool-bar, scroll-bars,
13031 tool-tips, and the blinking cursor.
13032 (command-line-1): Skip startup screen if -Q.
13033 (fancy-splash-head): Use ":align-to center" prop to center splash image.
13034
13035 * emulation/cua-base.el (cua-read-only-cursor-color)
13036 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
13037
13038 2004-04-13 Dave Love <fx@gnu.org>
13039
13040 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
13041 (syntax): Don't require.
13042 (python) <defgroup>: Add :version.
13043 (python-quote-syntax): Re-written.
13044 (inferior-python-mode): Move stuff here from run-python and add
13045 some more.
13046 (python-preoutput-continuation, python-preoutput-result)
13047 (python-dotty-syntax-table): New.
13048 (python-describe-symbol): Use them.
13049 (run-python): Move stuff to inferior-python-mode. Modify code
13050 loaded into Python.
13051 (python-send-region): Use python-proc, python-send-string.
13052 (python-send-string): Send newlines too. Callers changed.
13053 (python-load-file): Re-written.
13054 (python-eldoc-function): New.
13055 (info-look): Don't require.
13056 (python-after-info-look): New. A modified version of former
13057 top-level code for use with eval-after-load.
13058 (python-maybe-jython, python-guess-indent): Use widened buffer.
13059 (python-fill-paragraph): Re-written.
13060 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
13061 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
13062
13063 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13064
13065 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
13066 Set compilation-error-regexp-alist earlier.
13067
13068 * progmodes/compile.el (compilation-minor-mode-map)
13069 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
13070 (compile-goto-error): Re-merge the mouse and non-mouse commands.
13071
13072 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * progmodes/compile.el (compile-goto-error): Select the buffer/window
13075 corresponding to the event.
13076
13077 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
13078
13079 * loadup.el: Add cygwin to system-type list, for unexec() support.
13080
13081 2004-04-12 John Paul Wallington <jpw@gnu.org>
13082
13083 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
13084 (ibuffer-restore-window-config-on-quit): New variable to replace
13085 `ibuffer-delete-window-on-quit'. Update all references.
13086 (ibuffer-prev-window-config): New variable.
13087 (ibuffer-quit): Restore previous window configuration instead of
13088 deleting window.
13089 (ibuffer): Save window configuration before showing Ibuffer buffer.
13090
13091 * help.el (describe-mode): Doc fix.
13092
13093 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
13096 not to treat nil as a function.
13097
13098 * vc-arch.el (vc-arch-root): Be a bit more careful.
13099 (vc-arch-register): Save the buffer if we modified it.
13100 (vc-arch-delete-rej-if-obsolete): Save excursion.
13101 (vc-arch-find-file-hook): Use the simpler after-save-hook.
13102 (vc-arch-responsible-p, vc-arch-init-version): New functions.
13103
13104 * net/ldap.el (ldap-search): Use list*.
13105
13106 2004-04-12 Juri Linkov <juri@jurta.org>
13107
13108 * info.el (Info-follow-reference): Allow multiline reference name.
13109
13110 2004-04-11 Dave Love <fx@gnu.org>
13111
13112 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
13113
13114 * progmodes/python.el: New file.
13115
13116 2004-04-11 Andre Spiegel <spiegel@gnu.org>
13117
13118 * vc-hooks.el (vc-arg-list): Function removed.
13119 (vc-default-workfile-unchanged-p): Use condition-case to check for
13120 backward compatibility.
13121
13122 * vc.el (vc-print-log): Use condition-case to check for backward
13123 compatibility.
13124
13125 2004-04-11 Juri Linkov <juri@jurta.org>
13126
13127 * dired.el (dired-faces): New defgroup.
13128 (dired-header, dired-mark, dired-marked, dired-flagged)
13129 (dired-warning, dired-directory, dired-symlink, dired-ignored):
13130 New faces.
13131 (dired-header-face, dired-mark-face, dired-marked-face)
13132 (dired-flagged-face, dired-warning-face, dired-directory-face)
13133 (dired-symlink-face, dired-ignored-face): New face variables.
13134 (dired-font-lock-keywords): Use them instead of font-lock faces.
13135 Split the rule for dired marks into 3 separate rules: for marks,
13136 marked file names and flagged file names.
13137
13138 * help-mode.el (help-make-xrefs): Add a final newline to the
13139 *Help* buffer.
13140
13141 2004-04-11 John Paul Wallington <jpw@gnu.org>
13142
13143 * replace.el (occur-engine): Distinguish between one and several
13144 matches in the matches per buffer heading.
13145
13146 2004-04-11 Kim F. Storm <storm@cua.dk>
13147
13148 * ido.el (ido-confirm-unique-completion): New defcustom.
13149 (ido-complete): Use it.
13150 (ido-write-file): Set it to t unconditionally.
13151
13152 2004-04-10 Miles Bader <miles@gnu.org>
13153
13154 RCS keyword removal (only non-comment changes are enumerated here):
13155
13156 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
13157 (byte-compile-insert-header): Don't use `byte-compile-version'.
13158 * forms.el (forms-version): Variable removed.
13159 (forms-mode): Don't use `forms-version'.
13160 * recentf.el (recentf-version): Variable removed.
13161 * progmodes/delphi.el (delphi-version): Variable removed.
13162 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
13163
13164 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
13167
13168 2004-04-09 Jesper Harder <harder@ifa.au.dk>
13169
13170 * info.el (info-apropos): Improve menu item regexp.
13171
13172 2004-04-09 Simon Josefsson <jas@extundo.com>
13173
13174 * mail/smtpmail.el: Add comment, based on report by
13175 kdc@rcn.com (Kevin D. Clark).
13176
13177 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13180 Redo one more thing that I didn't notice Daniel had undone.
13181
13182 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
13183
13184 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
13185 (gdb-goto-breakpoint, gdb-display-buffer)
13186 (gdb-display-source-buffer, gdb-view-source-function)
13187 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
13188 (gdb-source-info, gdb-frame-handler): Don't specify a window
13189 for display.
13190 (gdb-info-breakpoints-custom): Remove superfluous update of
13191 assembler buffer.
13192 (gdb-many-windows): Make settable outside gdb.
13193
13194 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
13195
13196 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
13197 Derive from fundamental-mode rather than text-mode.
13198
13199 2004-04-08 Juri Linkov <juri@jurta.org>
13200
13201 * info.el (Info-history): Doc fix.
13202 (Info-history-list): New var.
13203 (info-xref): Change magenta4 to blue, remove bold for dark and
13204 light backgrounds, change bold to underline for non-color classes.
13205 (info-xref-visited): New face.
13206 (Info-fontify-visited-nodes): New custom.
13207 (Info-hide-note-references): Add new value `hide'. Doc fix.
13208 (Info-reference-name): New var.
13209 (Info-selection-hook): New custom.
13210 (Info-edit-mode-hook): New var.
13211 (Info-find-file): New fun.
13212 (Info-find-node): Move part of code to Info-find-file.
13213 (Info-find-node-2): Add anchors to Info-history-list. Move point
13214 to the place with the reference name if name is defined.
13215 (Info-select-node): Add current node to Info-history-list.
13216 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
13217 (Info-search-whitespace-regexp): New custom.
13218 (Info-search-case-fold): New var.
13219 (Info-search): Add "case-sensitively" to the prompt.
13220 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
13221 (Info-search-case-sensitively, Info-search-next): New fun.
13222 (Info-up): Move point to the menu item of the current node.
13223 (Info-history): New fun. Add *info-history* to
13224 same-window-buffer-names.
13225 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
13226 (Info-insert-toc): New fun.
13227 (Info-build-toc): New fun.
13228 (Info-follow-reference): Add new arg `fork'. Doc fix.
13229 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
13230 with the same name prefer the reference closest to point.
13231 (Info-next-reference): Replace * by + in the *Note regexp.
13232 Add regexp for http:// and ftp://. Skip the *Note prefix.
13233 (Info-prev-reference): Replace * by + in the *Note regexp.
13234 Add regexp for http:// and ftp://. Skip the *Note prefix.
13235 (Info-follow-nearest-node): Add new arg `fork'.
13236 (Info-try-follow-nearest-node): Add new arg `fork'.
13237 Call browse-url for http:// and ftp:// references.
13238 Set Info-reference-name for index entries.
13239 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
13240 Info-search-next, Info-history, Info-toc, clone-buffer.
13241 (Info-menu-update): Replace * by + in the *Note regexp.
13242 (Info-mode): Add documentation for Info-history, Info-toc,
13243 Info-search-case-sensitively, Info-search-next, clone-buffer.
13244 (Info-fontify-menu-headers): Remove fun. Move code to
13245 Info-fontify-node.
13246 (Info-fontify-node): Add docstring. Add local vars
13247 fontify-visited-p and not-fontified-p. If not-fontified-p is t
13248 then fontify header line, titles, menu headers, http and ftp
13249 references, refill paragraphs. If not-fontified-p is t or
13250 fontify-visited-p is t then fontify cross references, menu items.
13251 Fontify menu headers. Fontify http and ftp references.
13252 Change regexp for cross references to require whitespace after *Note,
13253 add matching groups for file and node names. Remove hack for quote.
13254 Use display property for Info-hide-note-references=t. Use fifth
13255 or fourth match for help-echo. Display visited nodes in a
13256 different face. Unhide file names of external references.
13257 Unhide newlines. Display visited menu items in a different face.
13258
13259 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * progmodes/compile.el: Require CL.
13262 (compilation-mode-font-lock-keywords): Re-install the "line as
13263 function" patch.
13264
13265 * help-fns.el (help-C-source-directory): New var.
13266 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
13267 (describe-function-1, describe-variable): Use them.
13268
13269 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
13270 to C source files specially.
13271
13272 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
13273
13274 * info.el (Info-hide-cookies-node): New function.
13275 (Info-select-node): Use it.
13276 (Info-display-images-node): Remove message with image file name.
13277
13278 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
13279
13280 * progmodes/compile.el (compilation-warning-face)
13281 (compilation-info-face, compilation-skip-threshold)
13282 (compilation-skip-visited, compilation-context-lines):
13283 Declare :version when added to Emacs.
13284 (compilation-error-regexp-alist-alist): Extend caml and irix.
13285 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
13286 (compilation-mode-font-lock-keywords): Temporarily undo line as
13287 function patch, which wasn't ready.
13288
13289 2004-04-07 Kenichi Handa <handa@m17n.org>
13290
13291 * international/latin1-disp.el (latin1-display-setup): Check each
13292 character is displayable or not instead of calling
13293 latin1-display-check-font.
13294
13295 2004-04-06 Kenichi Handa <handa@m17n.org>
13296
13297 * language/ethio-util.el (ethio-sera-being-called-by-w3):
13298 New variable.
13299 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
13300 instead of sera-being-called-by-w3.
13301 (ethio-fidel-to-sera-buffer): Likewise.
13302 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
13303 instead of sera-being-called-by-w3.
13304 (ethio-write-file): Likewise.
13305
13306 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13307
13308 * printing.el: Doc fix.
13309
13310 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
13311
13312 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
13313 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
13314 (gdb-setup-windows): Only use separate IO buffer if required.
13315
13316 2004-04-06 Kim F. Storm <storm@cua.dk>
13317
13318 * term.el (term-is-xemacs): Remove.
13319 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
13320 (term-window-width): New function.
13321 (term-mode, term-check-size): Use it.
13322 (term-mode): Disable overflow-newline-into-fringe in term buffer.
13323
13324 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
13325
13326 * cus-edit.el (custom-add-parent-links): Change unbound variable
13327 `symbol' to `name'.
13328
13329 2004-04-05 Jesper Harder <harder@ifa.au.dk>
13330 * info.el (info-apropos): New function.
13331 (Info-mode-menu): Add it.
13332 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
13333
13334 * help-mode.el (help-make-xrefs): Recognize aliased variable with
13335 inherited docstring.
13336
13337 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
13338
13339 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
13342
13343 * progmodes/compile.el (font-lock): Don't require any more.
13344 (compilation-error-properties, compilation-start, compilation-sentinel)
13345 (compilation-filter, next-error): Use with-current-buffer.
13346 (compilation-skip-to-next-location, compilation-skip-threshold)
13347 (compilation-skip-visited): Move to silence the byte-compiler.
13348 (compilation-setup): Simplify.
13349 (compilation-next-error): Use line-(beginning|end)-position.
13350 Make sure `pt' is non-nil before using compilation-loop.
13351 (compile-goto-error): Add optional event arg. Use it.
13352 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
13353 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
13354 Update the binding for mouse-2.
13355 (first-error): Set compilation-current-error to nil rather than bob.
13356 (compilation-parsing-end, compilation-parse-errors-function)
13357 (compilation-error-list, compilation-old-error-list):
13358 "New" compatibility variables.
13359 (compile-buffer-substring, compilation-compat-error-properties)
13360 (compilation-compat-parse-errors, compilation-forget-errors):
13361 New compatibility functions.
13362 (compilation-mode-font-lock-keywords): Use them.
13363
13364 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
13365
13366 * autorevert.el (auto-revert-handler): If point (or a window
13367 point) is at the end of the buffer, keep it there after
13368 reverting. This allows to tail a file.
13369 Mention this in the `Commentary'.
13370
13371 * format.el (format-write-file): Add optional argument CONFIRM
13372 and make it behave like the analogous argument to `write-file'.
13373
13374 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13375
13376 * progmodes/ebnf2ps.el: Doc fix.
13377 (ebnf-version): New version number (4.2).
13378 (ebnf-syntax): Customization and docstring fix.
13379 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
13380 Put autoloaded funs before first use.
13381 (ebnf-style-database): Add dtd entry.
13382 (ebnf-syntax-alist): Add dtd initialization.
13383 (ebnf-token-sequence): New fun.
13384 (ebnf-comment-table): Add new comment action character.
13385 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
13386
13387 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
13388 Type Definition for XML).
13389
13390 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
13391 * progmodes/ebnf-bnf.el (ebnf-sequence):
13392 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
13393 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
13394 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
13395 Code simplification: call ebnf-token-sequence.
13396
13397 2004-04-04 Eli Zaretskii <eliz@gnu.org>
13398
13399 * calendar/timeclock.el (timeclock-relative)
13400 (timeclock-get-project-function, timeclock-get-workday-function)
13401 (timeclock-query-out, timeclock-when-to-leave)
13402 (timeclock-when-to-leave-string, timeclock-log-data)
13403 (timeclock-generate-report, timeclock-in): Doc fixes.
13404
13405 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * url/: New dir. Import the URL package from its repository.
13408
13409 2004-04-03 Andreas Schwab <schwab@suse.de>
13410
13411 * diff-mode.el (diff-mode): Fix missing quote.
13412
13413 2004-04-03 Juri Linkov <juri@jurta.org>
13414
13415 * descr-text.el (describe-property-list): Add `font-lock-face'.
13416
13417 * dired.el (dired-font-lock-keywords): Fix permission regexps.
13418
13419 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13420
13421 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
13422 Use utf-16le on little endian machines and utf-16be otherwise.
13423
13424 2004-04-02 David Kastrup <dak@gnu.org>
13425
13426 * net/browse-url.el (browse-url-generic): Use call-process
13427 instead of start-process to allow browsers that fork and detach.
13428
13429 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
13430
13431 * compile.el (compilation-current-error): New var.
13432 (compilation-setup, compile-mouse-goto-error)
13433 (compile-goto-error, next-error): Use it.
13434 (compilation-skip-to-next-location): Default to t, which gives
13435 contiguous skipping like old compile (where this was redundant).
13436 (compilation-next-error): Prevent previous-* commands from moving
13437 back to message at or just before point.
13438
13439 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
13440
13441 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
13442 (gdb-source-info): Don't display source at startup, if required.
13443 (gdb-show-main): New option.
13444 (gdba): Update documentation.
13445 (gdb-source): Cover case of auto-display output.
13446
13447 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
13448
13449 * autorevert.el: Delete obsolete autoload's and defvar's.
13450 (auto-revert-check-vc-info): New user option.
13451 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13452 (auto-revert-handler-vc): Delete.
13453 (auto-revert-handler): Treat return value `fast' of
13454 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
13455
13456 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
13457 return `fast'.
13458
13459 * files.el (buffer-stale-function): Doc change.
13460
13461 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13462
13463 * printing.el: New tip on Tips section.
13464 (pr-version): New version number (6.7.4).
13465 (pr-shell-file-name): Initialization fix.
13466
13467 2004-03-31 Juri Linkov <juri@jurta.org>
13468
13469 * dired.el: Add autoload for `dired-do-touch'.
13470 (dired-touch-program): New var.
13471 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
13472 (dired-no-confirm): Add `touch' to docstring.
13473
13474 * dired-aux.el (dired-do-touch): New fun.
13475 (dired-do-chxxx): Add argument -t for touch operation.
13476
13477 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
13478 `dired-move-to-filename-regexp'.
13479
13480 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
13481
13482 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
13483
13484 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13485
13486 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
13487 and only if the buffer was modified.
13488
13489 2004-03-30 Kenichi Handa <handa@m17n.org>
13490
13491 * international/characters.el: Delete pairs for U+2308..U+230B.
13492
13493 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
13494
13495 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
13496 to detect the beginning of a level 2 or 3 annotation.
13497
13498 2004-03-29 Kenichi Handa <handa@m17n.org>
13499
13500 * international/ucs-tables.el (ucs-insert): Fix the error message.
13501
13502 2004-03-29 Kenichi Handa <handa@m17n.org>
13503
13504 * international/mule-util.el (char-displayable-p): Fix generation
13505 of XLFD file name.
13506
13507 * Makefile.in (setwins, setwins_almost): Change directory to $wd
13508 before finding directories by `find'.
13509
13510 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * subr.el (interactive-form): Delete. Now implemented in C.
13513
13514 * pcvs.el (cvs-parse-process): Workaround for Darwin.
13515
13516 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
13517 (vc-diff-label): New fun.
13518 (vc-diff-internal): Use it.
13519
13520 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
13521
13522 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13523
13524 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
13525
13526 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
13527 specify XML (EBNFX).
13528
13529 * progmodes/ebnf2ps.el: Doc fix.
13530 (ebnf-version): New version number (4.1).
13531 (ebnf-syntax): Adjust customization.
13532 (ebnf-style-database): Add ebnfx entry.
13533 (ebnf-syntax-alist): Add ebnfx initialization.
13534 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
13535
13536 * printing.el: Doc fix.
13537 (pr-version): New version number (6.7.3).
13538 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
13539 returns nil for mouse position. Reported by Drew Adams
13540 <drew.adams@oracle.com>.
13541 (pr-update-menus): Modify interactive declaration. Reported by Drew
13542 Adams <drew.adams@oracle.com>.
13543
13544 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
13545
13546 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
13547 (gud-gdba-marker-filter): Log the process input and output, if
13548 required. From Stefan Monnier.
13549 (gdb-debug-log, gdb-enable-debug-log): New variables.
13550 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
13551
13552 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13553
13554 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
13555 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
13556
13557 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
13558
13559 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
13560 Call vc-find-file-hook here instead of in auto-revert-buffers.
13561 (auto-revert-buffers): Delete call to vc-find-file-hook.
13562 (auto-revert-verbose, global-auto-revert-non-file-buffers)
13563 (global-auto-revert-mode, auto-revert-set-timer)
13564 (auto-revert-handler, auto-revert-buffers): Doc fixes.
13565
13566 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13567
13568 * woman.el (woman-change-fonts): Rename local variable
13569 woman-font-alist to font-alist to avoid a compiler warning.
13570
13571 2004-03-27 Dave Love <fx@gnu.org>
13572
13573 * emacs-lisp/rx.el (rx): Doc fix.
13574 Fix copyright years.
13575
13576 * strokes.el (strokes-global-set-stroke-string): New function.
13577 (strokes-list-strokes): Cope with strings, not just commands.
13578 Set foreground colour of image.
13579 (strokes-global-set-stroke): Doc fix.
13580
13581 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
13582
13583 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
13584 Auto Revert mode.
13585 (Buffer-menu-files-only): New variable.
13586 (Buffer-menu-toggle-files-only): New function.
13587 (Buffer-menu-mode-map): Bind it to `T'.
13588 (Buffer-menu-mode): Mention `T' in docstring.
13589 Set buffer-stale-function.
13590 (list-buffers-noselect): Mark buffer non-modified and set
13591 Buffer-menu-files-only.
13592
13593 * dired.el (buffer-stale-function): Remove no longer needed defvar.
13594
13595 * autorevert.el (auto-revert-handler): Print revert message
13596 before, rather than after, reverting.
13597 (buffer-stale-function): Move to files.el.
13598
13599 * files.el (buffer-stale-function): Move here from autorevert.el.
13600
13601 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
13604
13605 * calc/calc.el (calc-mode-map): Use mapc.
13606
13607 * apropos.el (apropos-mode): Don't autoload.
13608 (apropos-symbols-internal): New fun. Extracted from `apropos'.
13609 (apropos): Use it.
13610 (apropos-print): Add optional `text' argument.
13611 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
13612 Don't assume point-min == 1.
13613
13614 * bs.el (bs-buffer-list): Use buffer-local-value.
13615 (bs--set-toggle-to-show): Use with-current-buffer.
13616
13617 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
13618 New funs.
13619 (list-buffers-noselect): Use them. Adjust :align-to to new style.
13620
13621 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
13622
13623 * dabbrev.el (dabbrev-expand): Fix regexp construction.
13624 (dabbrev--find-expansion): Use pop.
13625 (dabbrev--search): Use match-string-no-properties.
13626
13627 * dired.el (dired-mode): Use run-mode-hooks.
13628 (dired-move-to-end-of-filename): Use match-string.
13629
13630 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
13631 is bound before using it.
13632 (ediff-verbose-p): Make it into a var since it's not constant.
13633
13634 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
13635
13636 * faces.el (read-face-font): Don't cons up unnecessarily.
13637 (header-line, tool-bar): Share common parts.
13638
13639 * files.el (file-relative-name): Use compare-strings.
13640
13641 * finder.el (finder-mode): Follow coding convention.
13642
13643 * subr.el (read-number): New function.
13644
13645 * ses.el (ses-read-number): Move to subr.el.
13646 (ses-set-header-row): Use read-number.
13647
13648 2004-03-26 Andre Spiegel <spiegel@gnu.org>
13649
13650 * vc-hooks.el (vc-arg-list): New function, which handles both
13651 compiled and uncompiled code.
13652 (vc-default-workfile-unchanged-p): Use it.
13653
13654 * vc.el (vc-print-log): Undo prev change, use new function
13655 vc-arg-list from vc-hooks.el.
13656
13657 2004-03-26 Masatake YAMATO <jet@gyve.org>
13658
13659 * simple.el (completion-setup-function): Emphasize the
13660 first uncommon characters in the completions; and de-emphasize
13661 the common prefix substrings.
13662 (completion-emphasis): New face.
13663 (completion-de-emphasis): New face.
13664
13665 2004-03-25 Juanma Barranquero <lektu@terra.es>
13666
13667 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
13668 Comment out (it's unused and unfinished code).
13669
13670 2004-03-25 Sam Steingold <sds@gnu.org>
13671
13672 * vc.el (vc-print-log): Fix a bug in the last patch:
13673 backend-function may be a byte-compiled object, not a lambda.
13674
13675 2004-03-25 Juri Linkov <juri@jurta.org>
13676
13677 * descr-text.el (describe-property-list): Add a button
13678 for `face' property that calls `describe-face'.
13679 Suggested by luis fernandes <elf@ee.ryerson.ca>
13680
13681 * international/mule.el (keyboard-coding-system):
13682 * kmacro.el (kmacro-call-macro): Fix docstring.
13683
13684 * dired.el: Fix comments.
13685
13686 * textmodes/fill.el (fill): Fix Info link.
13687
13688 * font-lock.el (fast-lock, lazy-lock):
13689 * jit-lock.el (jit-lock): Remove links to removed Support Modes
13690 Info node.
13691
13692 * eshell/eshell.el (eshell): Fix broken info-link.
13693
13694 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
13695 * eshell/em-banner.el (eshell-banner):
13696 * eshell/em-smart.el (eshell-smart):
13697 * eshell/esh-cmd.el (eshell-cmd):
13698 Comment out broken info-links to incomplete Info manual.
13699
13700 * info-xref.el: Fix commentary.
13701
13702 2004-03-25 Kevin Ryde <user42@zip.com.au>
13703
13704 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
13705 Remove spurious node duplicate suppression, doesn't work, not wanted.
13706 (info-xref-output): Take format style args, add "sit-for 0" to let
13707 user see the results as they progress.
13708 (info-xref-check-all-custom): New function.
13709
13710 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
13711
13712 * gdb-ui.el: Moved to progmodes.
13713
13714 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13715
13716 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
13717
13718 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13719
13720 * calendar/appt.el (appt-check): Remove superfluous progn.
13721 When finished with diary buffer: if it was not being displayed
13722 before, kill it; otherwise restore its original state.
13723 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
13724
13725 * calendar/calendar.el (calendar-set-mode-line): Use total
13726 available mode-line width, rather than frame-width.
13727
13728 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
13729 after mode change so effect not lost.
13730
13731 2004-03-23 Dave Love <fx@gnu.org>
13732
13733 * dired.el (dired) <defgroup>: Add link to manual.
13734 (dired-font-lock-keywords): Add highlighting on unusual permissions.
13735 (dired-revert): Use dolist.
13736 (dired-mode-map): Add U binding.
13737 (dired-mode): Add font-lock-beginning-of-syntax-function.
13738 (dired-garbage-files-regexp): Make it a defcustom.
13739
13740 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13741
13742 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
13743 is equivalent to nil.
13744 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
13745 (vc-arch-mode-line-string): Accept `added' state.
13746 (vc-arch-state): Use inode-sigs if available.
13747 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
13748 Copy&delete existing id file if any. Fallback if uuidgen is absent.
13749 (vc-arch-tagline-re): New var.
13750 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
13751 New functions.
13752 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
13753 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
13754
13755 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
13756 (vc-file-not-found-hook): Use it.
13757
13758 * diff-mode.el (diff-default-read-only): Change default.
13759 (diff-mode-hook): Make it a defcustom. Add some options.
13760 (diff-mode-map): Bind diff-refine-hook.
13761 (diff-yank-handler): New var.
13762 (diff-yank-function): New fun.
13763 (diff-font-lock-keywords): Use them.
13764 (diff-end-of-file): Handle case where file-header looks like diff text.
13765 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
13766 (diff-file-kill): Delete a subsequent empty line, if applicable.
13767 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
13768 (diff-find-file-name): Use it.
13769 (diff-tell-file-name): New command.
13770 (diff-mode): Be careful with view-mode.
13771 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
13772 New functions, for use in diff-mode-hook.
13773 (diff-find-source-location): Catch "regex too large" errors.
13774 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
13775 (diff-refine-hunk): New command.
13776
13777 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
13778 (smerge-context-menu-map): Remove unused var.
13779 (smerge-keep-all): Preserve markers.
13780 (smerge-keep-n): New fun.
13781 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13782 (smerge-keep-current, smerge-ediff): Use it.
13783 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
13784 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
13785 (smerge-resolve): Resolve trivial 3-part conflicts.
13786
13787 2004-03-23 Juri Linkov <juri@jurta.org>
13788
13789 * man.el (Man-width): New var.
13790 (Man-getpage-in-background): Use it.
13791 (Man-support-local-filenames): New var and fun.
13792 (Man-build-man-command): Don't add a second %s.
13793 (Man-fontify-manpage): Clean up message.
13794 (Man-mode): Set outline-regexp, outline-level,
13795 imenu-generic-expression.
13796
13797 * woman.el (woman-fill-frame): Doc fix.
13798 (woman-decode-region): Use window-width instead of frame-width.
13799
13800 * abbrevlist.el (list-one-abbrev-table):
13801 * descr-text.el (describe-char):
13802 * international/mule-diag.el (describe-current-coding-system):
13803 * international/quail.el (quail-insert-decode-map):
13804 Use window-width instead of frame-width.
13805
13806 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
13807 (jka-compr-mode-alist-additions): Add tbz.
13808 (jka-compr-write-region, jka-compr-insert-file-contents):
13809 Add message for undefined compress-program.
13810 (jka-compr-write-region): Remove redundant var bindings.
13811
13812 * dired-x.el (dired-guess-shell-alist-default): Add choices for
13813 extracting files into subdirectory. Add tbz and dz. Fix regexps.
13814 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
13815 (dired-man): Use dired-guess-shell-command.
13816 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
13817 Change default nil to t.
13818
13819 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
13820 (dired-compare-directories): Add default value for empty input.
13821
13822 * help-at-pt.el: Move suggestions for key bindings to Commentary.
13823
13824 * time.el (display-time-string-forms): Fix help-echo date format.
13825
13826 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
13827
13828 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
13829 (buffer-stale-function): New variable.
13830 (auto-revert-list-diff, auto-revert-dired-file-list)
13831 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
13832 (auto-revert-handler): Take over some functionality of deleted
13833 functions.
13834 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
13835
13836 * dired.el (dired-directory-changed-p): New fun, extracted from
13837 dired-internal-noselect.
13838 (dired-buffer-stale-p): New fun.
13839 (dired-internal-noselect): Use dired-directory-changed-p.
13840 Eliminate revert messages.
13841 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
13842
13843 2004-03-23 Kenichi Handa <handa@m17n.org>
13844
13845 * international/characters.el: Setup syntaxes for more parentheses
13846 Unicode characters.
13847
13848 * international/mule-cmds.el (select-safe-coding-system):
13849 Merge coding-system and auto-cs before comparing them.
13850
13851 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
13854
13855 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13856 normal-auto-fill-function and comment-indent-function.
13857 The default values now work just as well.
13858 Don't set font-lock-beginning-of-syntax-function since we already set
13859 syntax-begin-function.
13860 (lisp-outline-level): Put ;;;###autoload at same level as (.
13861 (prin1-char): Quote special chars.
13862
13863 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
13864 than with-no-warnings.
13865
13866 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
13867 if the source location can't be found.
13868 (edebug-compute-previous-result): Use prin1-char.
13869
13870 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
13871 (debug-ignored-errors): Add an entry.
13872
13873 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
13874 (byte-compile-file): Output warning when deleting a file.
13875
13876 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
13877 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
13878
13879 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
13880 (byte-compile-inline-expand): Use backquote.
13881 (byte-optimize-pure-func): Rename from byte-optimize-concat.
13882 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
13883
13884 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
13885
13886 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
13887
13888 2004-03-22 Juri Linkov <juri@jurta.org>
13889
13890 * finder.el (finder-known-keywords): Fix data, tex, unix.
13891
13892 * play/landmark.el: Fix keywords.
13893
13894 * language/ethio-util.el (ethio-find-file): Doc fix.
13895
13896 * emacs-lisp/warnings.el: Doc fix.
13897
13898 * textmodes/ispell.el (ispell-help): Doc fix.
13899
13900 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
13901
13902 * format.el (format-insert-file): Always return a list of two
13903 elements, like insert-file-contents does.
13904
13905 2004-03-21 Andre Spiegel <spiegel@gnu.org>
13906
13907 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
13908 and vc-BACKEND-diff.
13909 (vc-print-log): If the print-log implementation supports it, use
13910 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
13911 (vc-version-diff, vc-diff-internal): Doc fixes.
13912
13913 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
13914 implementation supports it, let diff output go to *vc*,
13915 not *vc-diff*, since this is an internal call.
13916
13917 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
13918
13919 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
13920
13921 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
13922
13923 2004-03-21 Dave Love <fx@gnu.org>
13924
13925 * progmodes/cfengine.el (cfengine-mode):
13926 Set parse-sexp-ignore-comments.
13927
13928 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
13929
13930 2004-03-21 Juanma Barranquero <lektu@terra.es>
13931
13932 * allout.el (allout-mode): Fix docstring.
13933
13934 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
13935
13936 * files.el (insert-directory): Fix bug if SWITCHES is a list.
13937
13938 * autorevert.el (auto-revert-interval): Make new value take
13939 effect immediately when set through Custom.
13940 (auto-revert-set-timer): Add interactive declaration.
13941
13942 2004-03-19 David Ponce <david@dponce.com>
13943
13944 * ruler-mode.el (ruler-mode-header-line-format-old):
13945 Don't `make-variable-buffer-local'.
13946 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
13947 (ruler-mode-header-line-format): Simply funcall the above.
13948 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
13949 to save/restore a previous header line format.
13950 (ruler-mode-space): Don't depend on a numeric WIDTH value.
13951 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
13952 fringes and margins width.
13953 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
13954
13955 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * log-edit.el (log-edit-font-lock-keywords): Typo.
13958
13959 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
13960 (tex-send-tex-command): Rather than here.
13961 (tex-compilation-parse-errors): Simplify.
13962
13963 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
13964
13965 * time.el (display-time-string-forms): Add help-echo with date on time.
13966
13967 * composite.el (compose-region): Use restore-buffer-modified-p.
13968
13969 * disp-table.el (standard-display-8bit): Simplify.
13970
13971 * server.el (server-process-filter): Delete temp frame.
13972
13973 * add-log.el (add-change-log-entry): Simplify.
13974
13975 2004-03-19 Kim F. Storm <storm@cua.dk>
13976
13977 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
13978 (hexl-follow-line): Don't require 'fringe.
13979
13980 * progmodes/compile.el (compilation-start): Always set
13981 compilation-last-buffer and return it.
13982
13983 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
13984
13985 * simple.el (clone-buffer): Doc fix.
13986
13987 2004-03-18 Juanma Barranquero <lektu@terra.es>
13988
13989 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
13990
13991 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * log-edit.el (log-edit-font-lock-keywords): New var.
13994 (log-edit-mode): Use it.
13995
13996 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
13997
13998 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
13999 properly for watching in speedbar.
14000
14001 2004-03-17 Masatake YAMATO <jet@gyve.org>
14002
14003 * smerge-mode.el (smerge-popup-context-menu):
14004 Put `unwind-protect' around `overlay-put' and `popup-menu'.
14005
14006 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
14009 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
14010 Take sealed revisions into account.
14011 (vc-arch-checkin): Extract a summary line from the message.
14012
14013 2004-03-16 Masatake YAMATO <jet@gyve.org>
14014
14015 * register.el (register): Provide `register' feature.
14016
14017 2004-03-15 Masatake YAMATO <jet@gyve.org>
14018
14019 Added context menu support in smerge mode.
14020 Most of the part is written by Stefan Monnier.
14021
14022 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
14023 New keymap and menu.
14024 (smerge-text-properties): New function.
14025 (smerge-remove-props): New function.
14026 (smerge-popup-context-menu): New function.
14027 (smerge-resolve): Call `smerge-remove-props'.
14028 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
14029 (smerge-keep-current): Ditto.
14030 (smerge-kill-current): New function.
14031 (smerge-match-conflict): Put text properties.
14032 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
14033
14034 2004-03-15 David Ponce <david@dponce.com>
14035
14036 * ruler-mode.el: (ruler-mode-left-fringe-cols)
14037 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
14038 (ruler-mode-right-scroll-bar-cols): Remove.
14039 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
14040 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
14041 Use fringe-columns and scroll-bar-columns.
14042
14043 2004-03-15 Masatake YAMATO <jet@gyve.org>
14044
14045 * hl-line.el (hl-line-range-function): New variable.
14046 (hl-line-move): New function.
14047 (global-hl-line-highlight): Use `hl-line-move'.
14048 (hl-line-highlight): Ditto.
14049
14050 * scroll-bar.el (scroll-bar-columns):
14051 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
14052
14053 * ruler-mode.el (top-level): Require scroll-bar and fringe.
14054 (ruler-mode-left-fringe-cols)
14055 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
14056 (ruler-mode-right-scroll-bar-cols)
14057 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
14058 (ruler-mode-ruler-function): New variable.
14059 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
14060 if the value for `ruler-mode-ruler-function'is given.
14061
14062 * hexl.el (hexl-mode-hook): Make the hook customizable.
14063 (hexl-address-area, hexl-ascii-area): New customize variables.
14064 (hexlify-buffer): Put font-lock-faces on the address area and
14065 the ascii area.
14066 (hexl-activate-ruler): New function.
14067 (hexl-follow-line): New function.
14068 (hexl-highlight-line-range): New function.
14069 (hexl-mode-ruler): New function.
14070
14071 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14072
14073 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
14074 (vc-default-find-file-hook): New fun.
14075 (vc-find-file-hook): Call new find-file-hook operation.
14076
14077 * vc-arch.el: New file.
14078
14079 2004-03-12 Jesper Harder <harder@ifa.au.dk>
14080
14081 * info-look.el (info-lookup): Reuse an existing Info window.
14082
14083 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14084
14085 * woman.el (woman-preserve-ascii): Default value changed to t and
14086 doc string revised.
14087
14088 2004-03-12 Richard M. Stallman <rms@gnu.org>
14089
14090 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14091 Fix minor bug.
14092
14093 * replace.el (occur-engine): Change message for count of matches.
14094
14095 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
14096 For strings, do compare text properties.
14097
14098 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
14099
14100 * progmodes/compile.el (compile-auto-highlight)
14101 (compilation-error-list, compilation-old-error-list)
14102 (compilation-parse-errors-function, compilation-parsing-end)
14103 (compilation-error-message, compilation-directory-stack)
14104 (compilation-enter-directory-regexp-alist)
14105 (compilation-leave-directory-regexp-alist)
14106 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
14107 (compilation-current-file, compilation-regexps): Remove vars.
14108
14109 (compile-error-at-point, compilation-error-filedata)
14110 (compilation-error-filedata-file-name, compile-reinitialize-errors)
14111 (compilation-next-error-locus, compilation-forget-errors)
14112 (count-regexp-groupings, compilation-parse-errors)
14113 (compile-collect-regexps, compile-buffer-substring): Remove funs.
14114
14115 (compile-internal): Make obsolete.
14116
14117 (compilation-first-column, compilation-error)
14118 (compilation-directory-matcher, compilation-page-delimiter)
14119 (compilation-mode-font-lock-keywords, compilation-debug)
14120 (compilation-error-face, compilation-warning-face)
14121 (compilation-info-face, compilation-line-face)
14122 (compilation-column-face, compilation-enter-directory-face)
14123 (compilation-leave-directory-face, compilation-skip-threshold)
14124 (compilation-skip-visited, compilation-context-lines): New vars.
14125
14126 (compilation-warning-face, compilation-info-face)
14127 (compilation-message-face): New faces.
14128
14129 (compilation-error-regexp-alist-alist): New constant.
14130
14131 (compilation-face, compilation-directory-properties)
14132 (compilation-assq, compilation-error-properties, compilation-start)
14133 (define-compilation-mode, compilation-loop)
14134 (compilation-set-window): New functions.
14135
14136 (compile): Additional argument for interactive compiles like TeX.
14137
14138 * progmodes/grep.el (kill-grep): Move here from compile.el
14139 (grep-error, grep-hit-face, grep-error-face)
14140 (grep-mode-font-lock-keywords): New variables.
14141 (grep-regexp-alist): Simplify regexp and add `binary' case.
14142 (grep-mode): New mode.
14143 (grep-process-setup): Simplify.
14144
14145 2004-03-11 Jason Rumney <jasonr@gnu.org>
14146
14147 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
14148 letters on DOS/Windows.
14149
14150 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * server.el (server-name): New var.
14153 (server-socket-dir): New var to replace server-socket-name.
14154 (server-start): Use them.
14155
14156 2004-03-11 Simon Josefsson <jas@extundo.com>
14157
14158 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
14159 died to avoid infloop. Reported by Jonathan Glauner
14160 <jglauner@sbum.org>.
14161
14162 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
14165 (smerge-mode-menu): Use it to deactivate menu entries.
14166 (smerge-keep-current): New fun.
14167 (smerge-keep-current): Use it.
14168
14169 2004-03-10 John Paul Wallington <jpw@gnu.org>
14170
14171 * foldout.el (foldout-fold-list, foldout-modeline-string):
14172 Declare them as variables, not constants.
14173
14174 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14175
14176 * ps-print.el: Modification to print *Messages* buffer.
14177 (ps-print-version): New version 6.6.4.
14178 (ps-message-log-max): New fun.
14179 (ps-spool-without-faces, ps-spool-with-faces)
14180 (ps-count-lines-preprint): Code fix.
14181
14182 * printing.el: New tips in Tips section.
14183
14184 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14185
14186 * delim-col.el: Doc fix.
14187
14188 * printing.el: Doc fix. New doc section (Tips).
14189
14190 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * type-break.el (type-break-emacs-variant): Remove.
14193 (type-break-run-at-time, type-break-cancel-function-timers):
14194 Use fboundp rather than version name and number.
14195
14196 2004-03-09 Masatake YAMATO <jet@gyve.org>
14197
14198 * hexl.el (hexl-mode): Use `make-local-variable' instead of
14199 `make-variable-buffer-local'.
14200
14201 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
14202
14203 * find-dired.el (find-dired): Call `shell-command' instead of
14204 `start-process-shell-command'. By this, Tramp takes over
14205 handling of remote directories.
14206
14207 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * newcomment.el (comment-use-global-state): New var.
14210 (comment-search-forward): Use it.
14211
14212 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
14213
14214 * cus-edit.el (fill) <defgroup>: Move to fill.el.
14215
14216 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
14217 (enable-kinsoku): Make it a defcustom.
14218 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
14219 paragraph to same-comment-start-marker.
14220
14221 2004-03-07 Dave Love <fx@gnu.org>
14222
14223 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
14224 (browse-url-mail): Use it.
14225
14226 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
14227 (rfc2368-unhexify-string): Use replace-regexp-in-string.
14228
14229 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14230
14231 * woman.el (woman-man.conf-path): Doc fix.
14232 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
14233
14234 2004-03-07 Eli Zaretskii <eliz@gnu.org>
14235
14236 * sort.el (sort-columns): Remove ms-dos from the list of systems
14237 where the external `sort' command is not used.
14238
14239 2004-03-07 Kim F. Storm <storm@cua.dk>
14240
14241 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
14242 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
14243 from overlay-arrow-variable-list.
14244 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
14245
14246 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
14247
14248 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
14249 overlay arrow string properly for the assembler buffer.
14250
14251 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * mail/sendmail.el (mail-mode): Fix last change.
14254
14255 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
14256
14257 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
14258 for the assembler buffer.
14259 (gdb-assembler-custom): Position the overlay arrow.
14260 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
14261
14262 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
14265
14266 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
14267 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
14268
14269 * mail/sendmail.el (mail-mode): Set comment-start-skip.
14270
14271 * newcomment.el (uncomment-region): Allow non-terminated comment.
14272 (comment-normalize-vars): Check the user-specified comstart marker.
14273
14274 2004-03-04 Jesper Harder <harder@ifa.au.dk>
14275
14276 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
14277 Otherwise, do use it if the region only contains font-lock text
14278 properties.
14279
14280 2004-03-04 Masatake YAMATO <jet@gyve.org>
14281
14282 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
14283 as the callback function for eldoc.
14284 (hexl-print-current-point-info): New function.
14285 (hexl-current-address): Print the address in both decimal
14286 and hexadecimal format.
14287
14288 2004-03-04 Richard M. Stallman <rms@gnu.org>
14289
14290 * mail/rmail.el (rmail-convert-to-babyl-format):
14291 Specify t for UNIBYTE when calling mail-unquote-printable-region.
14292
14293 * mail/mail-utils.el (mail-unquote-printable-region):
14294 New arg UNIBYTE.
14295
14296 * startup.el (command-switch-alist): Doc fix.
14297
14298 * simple.el (undo): Temporarily set this-command to `undo-start',
14299 then set it to `undo' once undo-start returns without error.
14300
14301 * simple.el (minibuffer-history-sexp-flag): Doc fix.
14302
14303 * simple.el (kill-line): Don't disregard trailing whitespace
14304 in eol condition, if show-trailing-whitespace is set.
14305
14306 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
14307 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
14308 When disabling, restore old values only if mouse-sel-has-been-enabled.
14309
14310 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
14311 (isearch-{-char): New function.
14312 (isearch-mode-map): Bind { to isearch-{-char.
14313
14314 * font-lock.el (lisp-font-lock-keywords-2):
14315 Turn off the CL with-... and do-... general patterns.
14316 Instead, recognize several specific with... and do... constructs.
14317
14318 * files.el (switch-to-buffer-other-window):
14319 Bind same-window-buffer-names and same-window-regexps to nil.
14320 (switch-to-buffer-other-frame): Likewise.
14321
14322 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14323
14324 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
14325 recognizing leading comment on code line.
14326
14327 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14328
14329 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
14330 hidden files/directories.
14331
14332 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
14335 only comment-start (in case the mode hasn't set it).
14336
14337 * Makefile.in (AUTOGENEL): New var.
14338 (bootstrap-prepare): Rename from bootstrap-clean.
14339 Don't remove elc files.
14340 (maintainer-clean): New target.
14341
14342 * xml.el (xml-get-attribute-or-nil): Simplify.
14343
14344 2004-03-02 Juri Linkov <juri@jurta.org>
14345
14346 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
14347 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
14348 URL to prevent their substitution with the environment variable
14349 values by browsers.
14350
14351 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14352
14353 * ps-print.el: Doc fix.
14354 (ps-print-version): New version number (6.6.3).
14355 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
14356 Docstring fix.
14357 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
14358 before printing.
14359 (ps-time-stamp-yyyy-mm-dd): New fun.
14360 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
14361
14362 2004-03-02 Kim F. Storm <storm@cua.dk>
14363
14364 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
14365
14366 2004-03-01 Juanma Barranquero <lektu@terra.es>
14367
14368 * allout.el (allout-rebullet-heading): Fix typo in docstring.
14369
14370 * desktop.el (desktop-file-version)
14371 (desktop-after-read-hook): Fix typos.
14372 (desktop-clear-preserve-buffers): Remove redundant info in
14373 docstring already shown by the obsolescence message.
14374 (desktop-truncate, desktop-internal-v2s)
14375 (desktop-value-to-string): Change argument name to match docstring.
14376
14377 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
14378
14379 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
14380 docstring.
14381
14382 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14383
14384 * printing.el: Replace "As Is..." in PostScript file print/preview by
14385 "No Preprocessing...". Suggested by Colin Marquardt
14386 <_marquardt_@zmd.de>.
14387 (pr-insert-section-4): Adjust buffer interface.
14388
14389 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14390
14391 Version 2.0.39 of Tramp released.
14392
14393 * net/tramp.el (tramp-handle-file-local-copy)
14394 (tramp-handle-write-region, tramp-open-connection-rsh):
14395 Variable name typo. Small change. From Patrick Tullmann
14396 <tullmann@flux.utah.edu>.
14397 (tramp-process-connection-type): New variable.
14398 (tramp-maybe-open-connection): Use it.
14399 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
14400 (tramp-touch): Set last-modified time of a remote file.
14401 (tramp-handle-write-region): Say which function is used when encoding.
14402
14403 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
14404
14405 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
14406 case of non-existing filename, too. Reported by Christoph Bauer
14407 <c_bauer@informatik.uni-kl.de>.
14408 (tramp-smb-get-file-entries): The directory in question should
14409 have permissions "drwxrwxrwx". Just virtual, because we don't
14410 know the real permissions. Don't we know?
14411 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
14412 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
14413 (tramp-smb-wait-for-output): Optimize algorithm getting pending
14414 output. If it was received chunkwise, there have been problems.
14415 Remove the "prompt not found" error message; it is obvious.
14416 Simplify algorithm.
14417 (tramp-smb-process-running): Remove. Since we acknowledge the
14418 virtual prompt for shares, there's no need for distinction of
14419 reading shares (process ends afterwards) and interactive mode of
14420 smblient.
14421 (tramp-smb-open-connection): Setting process sentinel removed.
14422 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
14423 "NT_STATUS_NETWORK_ACCESS_DENIED".
14424 (tramp-smb-maybe-open-connection): Set `process-connection-type'
14425 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
14426 (top-level): Setting default value in `tramp-default-method-alist'
14427 corrected. Order of USER and HOST have been wrong.
14428 Nobody complained for months ...
14429 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
14430 (tramp-smb-open-connection): Clear password cache if login has failed.
14431
14432 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
14433 `tramp-unified-filenames'.
14434 (tramp-completion-mode): Make test for XEmacs explicitely.
14435 `event-to-character' can exists in Emacs packages too.
14436 Reported by Matt Swift <swift@alum.mit.edu>.
14437 (tramp-buffer-name): Buffer name must contain the user if exists.
14438 Reported by Adrian Phillips <a.phillips@met.no>.
14439 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
14440 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
14441 (tramp-do-copy-or-rename-file-out-of-band): Rename from
14442 `tramp-do-copy-or-rename-file-one-local', because it handles also
14443 the case both files use the same out-of-band method.
14444 Implementation added.
14445 (tramp-handle-file-local-copy, tramp-handle-write-region):
14446 Out-of-band handling removed. `copy-file' called instead, which
14447 calls `tramp-do-copy-or-rename-file-out-of-band'.
14448 (tramp-action-password): Check for out-of-band method removed.
14449 This function is used for 'login-program.
14450 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
14451 appropriate.
14452 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
14453 and `tramp-parse-sknownhosts'.
14454 (tramp-completion-function-alist): It's a defvar now, because we
14455 want to apply the optimized `tramp-set-completion-function'
14456 instead of a static list.
14457 (tramp-set-completion-function): Implementation tuned.
14458 Avoid double entries, and entries where the function or the
14459 file/directory doesn't exist.
14460 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
14461 for SSH2.
14462 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
14463 (tramp-handle-dired-compress-file): New function.
14464 (tramp-async-proc): New variable.
14465 (tramp-handle-shell-command): Adding asynchronous processes.
14466 They are far from being perfect, but it works at least for
14467 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
14468 (top-level): Require password.el if visible. Should be mandatory
14469 once No Gnus has found its way into (X)Emacs.
14470 (tramp-read-passwd): Invoke `password-read' if available,
14471 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
14472 fallback any longer.
14473 (tramp-clear-passwd): New function.
14474 (tramp-process-actions, tramp-process-multi-actions):
14475 Clear password cache if login has failed.
14476
14477 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
14478 its own module.
14479 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
14480 `ange-ftp-ftp-name-res'. There could be incorrect values from
14481 previous calls in case the "ftp" method is used in the Tramp file
14482 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14483
14484 2004-02-28 Richard M. Stallman <rms@gnu.org>
14485
14486 * term.el (term-mouse-paste): Call mouse-set-point.
14487
14488 * thumbs.el: New file.
14489
14490 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14491
14492 * progmodes/ebnf-abn.el: Doc fix.
14493
14494 * progmodes/ebnf-bnf.el: Doc fix.
14495 (ebnf-repeat): Code fix.
14496
14497 * progmodes/ebnf2ps.el: Doc fix.
14498 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
14499
14500 2004-02-28 Juri Linkov <juri@jurta.org>
14501
14502 * ffap.el (dired-at-point): Additional writability test for
14503 relative directory names.
14504 (dired-at-point-prompter): Treat directories as a directory, get
14505 the directory component from files.
14506 (ffap-string-at-point): Return string from region if region is active.
14507 (ffap-file-at-point): Remove redundant code.
14508
14509 2004-02-28 Kim F. Storm <storm@cua.dk>
14510
14511 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
14512 Initialize margin area images to nil.
14513 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
14514 (breakpoint-enabled-bitmap-face)
14515 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
14516 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
14517 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
14518 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
14519 (gdb-reset): Use gdb-remove-breakpoint-icons.
14520 (gdb-put-string): Add dprop arg to specify alternative display
14521 property (for setting fringe bitmap).
14522 (gdb-remove-strings): Doc fix.
14523 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
14524 icon in fringe (if available), or else as icon or text in display
14525 margin. Creates necessary icons in breakpoint-bitmap,
14526 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
14527 Also make left window margin if required.
14528 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
14529 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
14530 no longer needed.
14531 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
14532 gdb-put-breakpoint-icon.
14533 (gdb-assembler-mode): Don't set left-margin-width here.
14534
14535 2004-02-27 Kevin Ryde <user42@zip.com.au>
14536
14537 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
14538 comma, so that it DTRT in macros.
14539
14540 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
14541
14542 * progmodes/sh-script.el (sh-shell-arg)
14543 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
14544 (sh-leading-keywords, sh-other-keywords): Fix custom type.
14545
14546 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
14547
14548 * faces.el (face-spec-set-match-display): Add a new attribute,
14549 `min-colors'.
14550 (region, highlight, secondary-selection): Use `min-colors'.
14551
14552 * custom.el (defface): Add documentation for `min-colors'.
14553
14554 * font-lock.el (font-lock-comment-face, font-lock-string-face)
14555 (font-lock-keyword-face, font-lock-function-name-face)
14556 (font-lock-variable-name-face, font-lock-constant-face):
14557 Use `min-colors'.
14558
14559 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
14560
14561 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14562
14563 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
14564 define assq-delete-all if it's not defined.
14565 (ebnf-generate-region): Code fix.
14566
14567 * printing.el: Doc fix.
14568 (pr-version): New version number (6.7.2).
14569 (pr-command): Return empty string if command is an empty string.
14570
14571 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14572
14573 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
14574
14575 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
14576 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
14577 semi-down-full. Fix a bug on productions like test = {"test"}* | (
14578 "tt" ["test"] ). Reported by Markus Dreyer
14579 <mdreyer@ix.urz.uni-heidelberg.de>.
14580 (ebnf-version): New version number (4.0).
14581 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
14582 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
14583 (ebnf-delete-style): New commands.
14584 (ebnf-directory, ebnf-file): New funs.
14585 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
14586 (ebnf-production-name-p, ebnf-stop-on-error): New options.
14587 (ebnf-syntax-alist): New var.
14588 (ebnf-element-width): New fun replacing ebnf-list-width.
14589 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
14590 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
14591 (ebnf-prologue): Adjust vars.
14592 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
14593 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
14594 (ebnf-check-style-values, ebnf-generate-production)
14595 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
14596 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
14597 (ebnf-token-repeat): Code fix.
14598
14599 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
14600 %right, %left and %prec. Suggested by Matthew K. Junker
14601 <junker@alum.mit.edu>.
14602 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
14603
14604 * progmodes/ebnf-iso.el: Doc fix.
14605 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
14606 (ebnf-iso-lex): Code fix.
14607
14608 * progmodes/ebnf-bnf.el: Doc fix.
14609 (ebnf-bnf-lex): Code fix.
14610
14611 * progmodes/ebnf-otz.el: Doc fix.
14612
14613 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
14614
14615 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
14616 (abbrev-prefix-mark): Doc fix.
14617
14618 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
14619
14620 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
14621 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
14622 (gdb-var-delete): Make interactive (really).
14623 (gdb-edit-value): Make non-interactive.
14624
14625 * progmodes/gud.el (gud-speedbar-menu-items):
14626 Add gdb-var-delete and, indirectly, gdb-edit-value.
14627 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
14628 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
14629 (gud-gdb-marker-filter): Add comment for annotations.
14630
14631 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14632
14633 * calendar/calendar.el (generate-calendar)
14634 (calendar-read-date): Prevent display of BC calendars once more -
14635 reverts 2003-10-01 change.
14636 (generate-calendar-month): Doc fix.
14637
14638 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
14639
14640 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
14641 return value of increment-calendar-month.
14642
14643 2004-02-21 Stephen Compall <s11@member.fsf.org>
14644
14645 * saveplace.el (save-place-forget-unreadable-files)
14646 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
14647 (save-place-forget-unreadable-files): New function.
14648 (save-place-alist-to-file): Use it to filter out files that are
14649 no longer readable.
14650
14651 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
14652 current Texinfo environment, using the same method as in
14653 `texinfo-insert-@end', and insert a space rather than a newline if
14654 point in a @table environment.
14655
14656 2004-02-21 Juri Linkov <juri@jurta.org>
14657
14658 * ffap.el (ffap-file-at-point): Try parent directories.
14659
14660 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
14661
14662 * vcursor.el (vcursor-modifiers): New defcustom.
14663 (vcursor-cs-binding): Use vcursor-modifiers instead of a
14664 hard-coded list.
14665
14666 2004-02-21 Masatake YAMATO <jet@gyve.org>
14667
14668 * play/animate.el (animate-birthday-present): Accept names other
14669 than `Sarah', too.
14670
14671 2004-02-21 Juri Linkov <juri@jurta.org>
14672
14673 * startup.el: Remove table of command line arguments from the
14674 Commentary section.
14675
14676 2004-02-20 John Wiegley <johnw@newartisans.com>
14677
14678 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
14679 again" modifier from 'e' to 'E', since 'e' is also used by the
14680 "file extension" modifier.
14681
14682 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
14683
14684 * help-fns.el (describe-categories): Doc fix.
14685
14686 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14687
14688 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
14689 temporary file for buffer already visiting one. This change makes
14690 output likely to be directly usable by patch program.
14691 Suggested by Adrian Aichner <adrian@xemacs.org>
14692
14693 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
14694
14695 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
14696 case of variables defined in compound statements.
14697 (gdb-setup-windows, gdb-source-info, gdb-source-info):
14698 Simplify constructions using switch-to-buffer.
14699
14700 2004-02-19 Simon Josefsson <jas@extundo.com>
14701
14702 * play/morse.el: Fix typo.
14703 (morse-code): Add @.
14704
14705 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14706
14707 * calendar/appt.el (appt-display-format): Change default to
14708 'ignore, for backwards compatibility.
14709 (appt-display-message): If appt-display-format is 'ignore,
14710 respect old vars appt-msg-window and appt-visible.
14711 (appt-activate): Don't depend on return value of cancel-timer.
14712
14713 * calendar/calendar.el (calendar-holidays): Doc fix.
14714
14715 * calendar/cal-coptic.el (coptic-prompt-for-date):
14716 Use assoc-string instead of assoc-ignore-case.
14717 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
14718 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
14719 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
14720 * calendar/cal-islam.el (calendar-goto-islamic-date)
14721 (mark-islamic-diary-entries): Ditto.
14722 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
14723 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
14724 (calendar-read-mayan-tzolkin-date): Ditto.
14725 * calendar/calendar.el (calendar-read-date): Ditto.
14726 * calendar/diary-lib.el (mark-diary-entries): Ditto.
14727
14728 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
14729
14730 * progmodes/executable.el (executable-command-find-posix-p):
14731 Fix choice of the directory.
14732
14733 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
14734
14735 * simple.el (interprogram-cut-function)
14736 (interprogram-paste-function, kill-new, kill-append):
14737 Doc fixes.
14738 (kill-region): Make it return nil. Doc fix.
14739 (yank-pop): Make its argument optional.
14740 (yank): Make ARG `-' equivalent to `-1'.
14741
14742 2004-02-17 Eli Zaretskii <eliz@gnu.org>
14743
14744 * mail/rmail.el (rmail-get-new-mail): Don't reference
14745 rmail-use-spam-filter if rmail-spam-filter is not loaded.
14746
14747 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
14748
14749 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
14750 if one of global-auto-revert-non-file-buffers or autorevert-mode
14751 is non-nil.
14752
14753 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14754
14755 * subr.el (delete-dups): A better implementation from Karl Heuer
14756 <kwzh@gnu.org>.
14757
14758 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14759
14760 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
14761 correct place.
14762 * progmodes/icon.el (icon-indent-command): Ditto.
14763 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
14764
14765 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14766
14767 * progmodes/grep.el (grep-compute-defaults): Undo change from
14768 2004-01-29: don't use executable-command-find-posix-p.
14769
14770 2004-02-16 Richard Sharman <rsharman@pobox.com>
14771
14772 * hilit-chg.el: Use require instead of eval-and-compile.
14773 (highlight-compare-buffers): New function.
14774
14775 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
14776
14777 * man.el (Man-fontify-manpage): Render section headings in
14778 `Man-overstrike-face' even when overstrike was not used by man
14779 formatter for section headings.
14780
14781 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
14782
14783 * rmail-spam-filter.el: (vm-use-spam-filter)
14784 (rsf-min-region-length-added-to-spam-list): New variables.
14785 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
14786 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
14787 spam testing. Don't delete spam message if automatic deletion
14788 after output via variable rmail-delete-after-output is turned on.
14789 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
14790 rsf-bbdb-dont-create-entries-for-spam.
14791 (check-field): New function, extracted from code in
14792 rmail-spam-filter to ease addition of header fields like content-type.
14793 (message-content-type): New variable to check the content-type:
14794 field added, also in defcustom of rsf-definitions-alist.
14795 (rmail-spam-filter): Replace repeated test code for header fields
14796 by calls to check-field; change the call to
14797 rmail-output-to-rmail-file such that rmail-current-message stays
14798 the same to avoid wrong deletion of unseen flags.
14799 (rsf-add-contents-type): New function to convert old format
14800 of rmail-spam-definitions-alist into new one.
14801 Change prefixes of all variables and functions from
14802 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
14803
14804 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14805
14806 * loadhist.el (unload-hook-features-list): New defvar.
14807
14808 2004-02-16 Dave Love <fx@gnu.org>
14809
14810 * loadhist.el (unload-feature): Doc fix. Rename flist to
14811 unload-hook-features-list.
14812
14813 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
14814
14815 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
14816 cookie. Don't check if we are looking-at open-formula.
14817
14818 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
14819
14820 * subr.el (match-string-no-properties): Use substring-no-properties.
14821
14822 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14823
14824 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
14825 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
14826 Use lower-case "rx" in all error message.
14827
14828 2004-02-16 Dave Love <fx@gnu.org>
14829
14830 * emacs-lisp/rx.el (rx-or): Put group around result.
14831 (rx-constituents): Add backref.
14832 (rx-syntax): Add string-delimiter, comment-delimiter.
14833 (rx-categories): Add combining-diacritic.
14834 (rx-check-not, rx-greedy, rx): Doc fix.
14835 (rx-backref, rx-check-backref): New.
14836
14837 2004-02-16 Jesper Harder <harder@ifa.au.dk>
14838
14839 * newcomment.el (uncomment-region): Allow eob as comment end.
14840
14841 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14842
14843 * filecache.el: All message and error commands now use prefix
14844 "Filecache:" to make it easy to read *Messages* buffer.
14845
14846 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14847
14848 * autorevert.el: Add support to detect changed dired and VC buffers.
14849 (auto-revert-active-p, auto-revert-list-diff)
14850 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
14851 (auto-revert-handler, auto-revert-active-p): New functions.
14852 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
14853 and `auto-revert-active-p'.
14854 (eval-when-compile): Defvar dired-directory and vc-mode.
14855 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14856 (auto-revert-handler-vc): New functions.
14857
14858 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14859
14860 * progmodes/compile.el (compilation-directory): New defvar.
14861 (compile): Save current directory in compilation-directory.
14862 (recompile): Bind default-directory to compilation-directory if
14863 that is non-nil.
14864
14865 2004-02-16 Dave Love <fx@gnu.org>
14866
14867 * newcomment.el (comment-insert-comment-function)
14868 (comment-region-function, uncomment-region-function): New.
14869 (comment-indent): Use comment-insert-comment-function.
14870 (uncomment-region): Use uncomment-region-function.
14871 (comment-region): Use comment-region-function.
14872
14873 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
14874
14875 2004-02-16 Richard Stallman <rms@gnu.org>
14876
14877 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
14878 loaddefs* and ldefs-boot*.
14879
14880 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14881
14882 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
14883 and email address at the beginning and end of the address.
14884
14885 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
14886 anchored at the beginning of the email address.
14887
14888 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
14889
14890 * international/ccl.el (ccl-compile-write): Pass `left' to
14891 ccl-embed-code to generate correct code of write-expr-register.
14892
14893 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
14894
14895 * progmodes/grep.el (grep-compute-defaults): Fix typos.
14896
14897 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14898
14899 * x-dnd.el: Mention support for Motif in commentary.
14900 (x-dnd-handle-drag-n-drop-event): Ditto.
14901
14902 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
14903
14904 * ses.el: Use "ses--" prefixes for buffer-local variables.
14905 Use (point-min) instead of 1, even when we know the buffer
14906 is unnarrowed.
14907 (ses-build-load-map): Delete. Distribute its content to defconst's for
14908 the three maps.
14909 (ses-menu, ses-header-line-menu): New menus.
14910 (ses-mode-map): Use them.
14911 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
14912
14913 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
14914
14915 * Makefile.in: Fix the CC Mode recompile kludge so it works
14916 when building in a different directory.
14917
14918 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
14919
14920 * simple.el (kill-new): Put yank-handler property on the entire string.
14921
14922 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * diff.el: Don't use compile any more, use diff-mode instead.
14925 (diff-regexp-alist, diff-old-file, diff-new-file)
14926 (diff-parse-differences, diff-process-setup): Remove.
14927 (diff-sentinel): New fun.
14928 (diff): Use it. Run the process ourselves.
14929 Use diff-mode for the rest of the processing.
14930
14931 * diff.el (diff): Simplify code handling `switch'.
14932
14933 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * pcvs-defs.el (cvs-menu): Add `tag'.
14936
14937 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
14938
14939 * simple.el (kill-append): Doc fix.
14940
14941 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14942 Adapt outline-regexp to the new conventions for commenting out code.
14943
14944 2004-02-11 John Paul Wallington <jpw@gnu.org>
14945
14946 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
14947
14948 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14949
14950 * diff.el (diff-switches): New fun.
14951 (diff, diff-backup): Use it.
14952 (diff): Clean up the args construction. Use backquote.
14953 Use listp instead of consp to avoid putting a nil arg.
14954 (diff): Add a revert-buffer function.
14955
14956 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14957
14958 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
14959 handled by x-dnd-handle-file-name.
14960 (x-dnd-known-types): Add COMPOUND_TEXT.
14961 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
14962 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
14963 x-dnd-empty-state.
14964 (x-dnd-forget-drop): Ditto.
14965 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
14966 (x-dnd-handle-one-url): Return private when inserting text.
14967 (x-dnd-insert-ctext): New function.
14968 (x-dnd-handle-file-name): New function for FILE_NAME.
14969 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
14970 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
14971 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
14972
14973 2004-02-10 Kenichi Handa <handa@m17n.org>
14974
14975 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
14976 instead of while loop.
14977
14978 2004-02-10 Miles Bader <miles@gnu.org>
14979
14980 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
14981
14982 2004-02-09 Kenichi Handa <handa@m17n.org>
14983
14984 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
14985 have end-of-line.
14986
14987 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
14988
14989 * Makefile.in: Added extra dependencies in the recompile target
14990 needed to cope with the compile time macro expansions in CC Mode.
14991
14992 2004-02-09 Kim F. Storm <storm@cua.dk>
14993
14994 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
14995 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
14996 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
14997 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
14998 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
14999 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
15000 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
15001 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
15002 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
15003 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
15004 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
15005
15006 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15007
15008 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
15009 Don't allow shrink if there's a window on our right.
15010
15011 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
15012 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
15013 Bring together declaration and initialization.
15014 (prolog-mode-variables): Don't set the syntax table.
15015 Don't set paragraph-start and comment-indent-function.
15016 Add /*..*/ to the comment regexps.
15017 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
15018 (prolog-mode-map): Don't bind TAB.
15019 (prolog-mode): Set the syntax table.
15020 (prolog-comment-indent): Remove.
15021 (inferior-prolog-mode-map): Initialize in the declaration.
15022 (inferior-prolog-mode-syntax-table)
15023 (inferior-prolog-mode-abbrev-table): New vars.
15024 (inferior-prolog-mode): Derive from comint-mode.
15025 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
15026 minibuffer windows.
15027
15028 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
15029 in file names, as long as it is unabmiguous.
15030
15031 2004-02-08 Andreas Schwab <schwab@suse.de>
15032
15033 * textmodes/reftex-toc.el
15034 (reftex-toc-load-all-files-for-promotion): Remove useless use of
15035 format. Doc fix.
15036
15037 * textmodes/refer.el (refer-find-entry-internal): Remove extra
15038 format string arguments.
15039
15040 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
15041 string argument.
15042
15043 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
15044
15045 * play/zone.el (zone-call): Fix format string.
15046
15047 * net/webjump.el (webjump-builtin): Add missing format string argument.
15048
15049 * midnight.el (midnight-delay-set): Remove extra format string argument.
15050
15051 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
15052
15053 * hexl.el (hexl-insert-char): Add missing format string argument.
15054
15055 * format.el (format-decode): Fix format string.
15056
15057 * emulation/vi.el (vi-mode): Remove extra format string argument.
15058 (vi-repeat-last-search): Likewise.
15059 (vi-reverse-last-search): Likewise.
15060 (vi-goto-mark): Likewise.
15061 (vi-reverse-last-find-char): Likewise.
15062 (vi-repeat-last-find-char): Likewise.
15063 (vi-locate-def): Likewise.
15064
15065 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
15066
15067 * ediff-util.el (ediff-toggle-read-only): Remove extra format
15068 string argument.
15069 (ediff-toggle-regexp-match): Likewise.
15070
15071 * dired-aux.el (dired-do-query-replace-regexp): Add missing
15072 format string argument.
15073
15074 * calc/calc-map.el (calc-get-operator): Remove extra format
15075 string argument.
15076
15077 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
15078
15079 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
15080 string argument.
15081
15082 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
15083
15084 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
15085
15086 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
15087
15088 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
15089 (cl-struct-setf-expander): Likewise.
15090
15091 * vc.el (with-vc-file): Fix unsafe uses of error.
15092 (vc-cancel-version): Likewise.
15093
15094 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
15095
15096 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
15097 thousands separator; fixes <class>:<line-number> regexp for
15098 non-english locales.
15099
15100 2004-02-08 Andreas Schwab <schwab@suse.de>
15101
15102 * view.el (view-mode-enable): Revert previous change.
15103
15104 2004-02-07 Kim F. Storm <storm@cua.dk>
15105
15106 * simple.el (line-number-at-pos): Rename from line-at-pos.
15107 Uses changed (what-line and vc-annotate-warp-version).
15108
15109 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
15112 (diff-mode): Remove aborted attempt at support for compile.el.
15113 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
15114
15115 2004-02-06 Andreas Schwab <schwab@suse.de>
15116
15117 * view.el (view-mode-enable): Add view-mode-map to
15118 minor-mode-overriding-map-alist.
15119
15120 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15121
15122 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
15123
15124 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
15125
15126 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
15127 with point inside rather than after the paragraph.
15128
15129 2004-02-04 Sam Steingold <sds@gnu.org>
15130
15131 * mail/smtpmail.el (smtpmail-try-auth-methods):
15132 Do not try authentication when no mechanism is available.
15133 Pass port-name as defaultport to `netrc-machine'.
15134
15135 2004-02-04 Stephen Eglen <stephen@gnu.org>
15136
15137 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
15138 to show how minibuffer height can be constrained.
15139
15140 2004-02-04 John Paul Wallington <jpw@gnu.org>
15141
15142 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
15143
15144 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15145
15146 * x-dnd.el: New file for drag and drop.
15147
15148 * term/x-win.el: require x-dnd, set after-make-frame-functions
15149 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
15150 drag-n-drop event.
15151
15152 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
15153 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
15154 (dired-dnd-handle-file): New functions for drag and drop support.
15155 (dired-mode): Initialize drag and drop if x-dnd present.
15156
15157 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
15160 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
15161 (cperl-mode): Set fill-paragraph-function.
15162 (cperl-fill-paragraph): Make it non-interactive.
15163
15164 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
15165
15166 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
15167
15168 2004-02-02 David Kastrup <dak@gnu.org>
15169
15170 * replace.el (perform-replace): Allow 'literal argument in
15171 regexp-flag to indicate literal replacement.
15172 (query-replace-regexp-eval): Use it.
15173
15174 2004-02-01 Andreas Schwab <schwab@suse.de>
15175
15176 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
15177
15178 2004-02-01 Stephen Eglen <stephen@gnu.org>
15179
15180 * info-look.el: Add support for maxima-mode. Update commentary
15181 because info-lookup-symbol is now bound to C-h S.
15182
15183 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
15184
15185 * simple.el (edit-and-eval-command): Bind print-level and
15186 minibuffer-history-sexp-flag around call to read-from-minibuffer.
15187 Correct initial position in command-history.
15188
15189 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
15190
15191 * files.el (read-directory-name): Adapt the docstring to recent
15192 change in Fread_file_name.
15193
15194 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
15195
15196 * ses.el (ses-print-cell): If print format too wide for column
15197 width, truncate decimal places if that helps to avoid "#####" fill.
15198 * ses.el (ses-initial-column-width): Revert previous change.
15199
15200 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
15203 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
15204 Add edebug info.
15205 (jit-lock-mode): Setup/cancel the new timer.
15206 (jit-lock-context-fontify): New fun. Extracted from
15207 context fontification code of jit-lock-stealth-fontify.
15208 (jit-lock-stealth-fontify): Don't do context fontification any more.
15209
15210 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
15211 (jit-lock-fontify-now): Handle the `quit' case.
15212 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
15213
15214 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
15215
15216 * progmodes/executable.el (executable-command-find-posix-p):
15217 New. Check if find handles arguments Posix-style.
15218
15219 * progmodes/grep.el (grep-compute-defaults):
15220 Use executable-command-find-posix-p.
15221 (grep-find): Check `grep-find-command'.
15222
15223 * filecache.el (file-cache-find-posix-p): Delete.
15224 (file-cache-add-directory-using-find):
15225 Use `executable-command-find-posix-p'.
15226
15227 2004-01-29 Dave Love <fx@gnu.org>
15228
15229 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15230 Iterate the hook function if arg is given.
15231 (mark-defun, narrow-to-defun): Change order of finding the limits.
15232
15233 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
15234 (byte-compile-format-warn): New.
15235 (byte-compile-callargs-warn): Use it.
15236 (Format, message, error): Add byte-compile-format-like property.
15237 (byte-compile-maybe-guarded): New.
15238 (byte-compile-if, byte-compile-cond): Use it.
15239 (byte-compile-lambda): Compile interactive forms,
15240 just to make warnings about them.
15241
15242 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
15243
15244 * ses.el (ses-initial-column-width): Increase to 14, so it will
15245 work well with the default printer of "%.7g" for extreme values
15246 like "-1.234567e+07".
15247
15248 2004-01-29 Kenichi Handa <handa@m17n.org>
15249
15250 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
15251
15252 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
15253
15254 * dos-w32.el: Added support for the `default-printer-name' function.
15255
15256 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15257
15258 * server.el (server-socket-name): Don't use the hostname in the
15259 socket name since /tmp is local to the host anyway.
15260
15261 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
15262 robust check of widening and fix var-naming.
15263
15264 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
15265
15266 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
15267 or rmail-spam- to rsf- in all function and variable names.
15268 (rsf-min-region-to-spam-list): New variable.
15269 (rsf-bbdb-auto-delete-spam-entries): Rename from
15270 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
15271 scanned together with the recipients field for spam testing; Don't
15272 delete spam message if rmail-delete-after-output is non-nil;
15273 (rsf-check-field): New function, extracted from code in
15274 rmail-spam-filter to ease addition of header fields like
15275 content-type:;
15276 (message-content-type): New variable. The content-type: field was
15277 added also in defcustom of rsf-definitions-alist;
15278 (rmail-spam-filter): Replace repeated test code for header fields
15279 by calls to check-field; change the call to
15280 rmail-output-to-rmail-file such that rmail-current-message stays
15281 the same to avoid wrong deletion of unseen flags.
15282 (rmail-use-spam-filter): Add autoload cookie.
15283
15284 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
15285
15286 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
15287 (file-cache-add-directory-using-find): Add Cygwin support.
15288 (file-cache-find-command-posix-flag): New user variable.
15289
15290 * filecache.el (file-cache-add-directory): Check for
15291 directories an remove them from dir-files.
15292
15293 2004-01-27 Richard M. Stallman <rms@gnu.org>
15294
15295 * man.el (Man-fontify-manpage): Clean up message.
15296
15297 2004-01-27 Kenichi Handa <handa@m17n.org>
15298
15299 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
15300 (sentence-end): Define using sentence-end-without-space.
15301
15302 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
15303 a sentence ends with one of a character in sentence-end-without-space.
15304
15305 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
15306
15307 * font-lock.el (font-lock): Add jit-lock as explicit group member.
15308 (jit-lock): Group declaration moved to jit-lock.el.
15309 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
15310 when necessary.
15311
15312 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
15313 (jit-lock-context-unfontify-pos): Rename from
15314 jit-lock-first-unfontify-pos.
15315 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
15316
15317 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
15318
15319 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
15320 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
15321 (fortran-fill): When filling a string, adjust re-search-backward
15322 argument for special case of string just on fill-column.
15323 When filling non-string, allow one extra char if
15324 fortran-break-before-delimiters is non-nil.
15325 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
15326 Use fortran-break-delimiters-re and fortran-no-break-re to
15327 correctly handle cases such as "**".
15328
15329 * progmodes/f90.el (f90-break-delimiters): Doc fix.
15330 (f90-no-break-re): Add some extra tokens. Doc fix.
15331
15332 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
15333
15334 * mail/rmail-spam-filter.el:
15335 Use two semicolons as Commentary line prefix.
15336 Add ";;; Code:" stylized comment.
15337 Delete end-of-line whitespace.
15338 Wrap (require 'cl) with `eval-when-compile'.
15339
15340 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
15341
15342 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
15343 at the top level of vc.el.
15344
15345 2004-01-23 Andre Spiegel <spiegel@gnu.org>
15346
15347 * vc.el (vc-current-line): Function removed. This is now done by
15348 the new function line-at-pos in simple.el.
15349 (vc-annotate-warp-version): Use line-at-pos instead of
15350 vc-current-line.
15351
15352 2004-01-22 Kim F. Storm <storm@cua.dk>
15353
15354 * simple.el (line-at-pos): New defun.
15355 (what-line): Use it. Optimize by only counting lines in narrowed
15356 region once.
15357
15358 2004-01-22 Kenichi Handa <handa@m17n.org>
15359
15360 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
15361 point (register r1) only for charset mule-unicode-0100-24ff.
15362
15363 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
15364
15365 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
15366 trailing white space and ensure a final newline.
15367
15368 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
15369 Add autoload cookie.
15370
15371 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
15372
15373 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
15374 activate view-mode explicitly.
15375
15376 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15377
15378 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
15379 use clipboard first.
15380
15381 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
15384 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
15385 (vc-mcvs-cvs): Remove.
15386 (vc-mcvs-command): Remove use of assert.
15387
15388 * outline.el (outline-insert-heading): Tighten up match.
15389 (outline-demote, outline-move-subtree-down): Don't assume anything
15390 about outline-regexp.
15391
15392 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
15393 (texinfo-show-structure): Explicitly add ^, and simplify.
15394
15395 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
15396
15397 * calendar/appt.el (appt-check): Restore usage of
15398 appt-issue-message deleted in previous change.
15399 (top-level): Activate package when loaded (needed for backwards
15400 compatibility).
15401
15402 2004-01-20 Jesper Harder <harder@ifa.au.dk>
15403
15404 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
15405 following previous change to smtpmail-send-data.
15406
15407 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
15408
15409 * vc.el (vc-default-previous-version): Doc enhancement.
15410 (vc-default-next-version): New function.
15411 (vc-print-log): New arg FOCUS-REV.
15412 (vc-annotate-mode): Derive from view-mode.
15413 (vc-annotate): New args REVISION, DISPLAY-MODE.
15414 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
15415 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
15416 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
15417 (vc-annotate-show-diff-revision-at-line, vc-current-line)
15418 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
15419
15420 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
15421
15422 2004-01-19 Karl Berry <karl@gnu.org>
15423
15424 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
15425 or "TexInfo".
15426
15427 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
15428
15429 * subr.el (delete-dups): New function.
15430
15431 2004-01-19 Karl Berry <karl@gnu.org>
15432
15433 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
15434 with ^, since that's what texinfo-show-structure
15435 documentation says (plus it works much better in texinfo.txi).
15436
15437 2004-01-18 Jesper Harder <harder@ifa.au.dk>
15438
15439 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
15440
15441 2004-01-18 David Ponce <david@dponce.com> (tiny change)
15442
15443 * progmodes/which-func.el (which-function-mode): Don't cancel
15444 which-func-update-timer if not set.
15445
15446 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
15447
15448 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
15449 Remove spurious left square bracket in XX:XXam regexp.
15450
15451 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
15452
15453 * progmodes/cc-defs.el: Do not require cl at run time.
15454
15455 2004-01-16 Richard M. Stallman <rms@gnu.org>
15456
15457 * emacs-lisp/cl.el (cl-cannot-unload): New function.
15458 (cl-unload-hook): Defvar this to run cl-cannot-unload.
15459
15460 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
15461 Call rmail-spam-filter. Delete and expunge spam.
15462 Print number of spam messages deleted.
15463 Save and restore the deletion status of old messages when reading
15464 new mail with spam filter, so that expunging spam does not expunge
15465 msgs deleted by the user.
15466 (rmail-only-expunge): Add an optional argument dont-show to
15467 prevent showing message after expunge.
15468
15469 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
15470
15471 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
15472 * subr.el (declare): New macro.
15473
15474 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
15475
15476 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
15477
15478 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15481 Test window-system rather than system-type (for X11/Mac).
15482
15483 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
15484
15485 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
15486
15487 2004-01-12 Richard M. Stallman <rms@gnu.org>
15488
15489 * mail/rmail.el (rmail-convert-to-babyl-format):
15490 Use mail-unquote-printable-region.
15491 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
15492 (rmail-hex-char-to-integer): Functions deleted.
15493
15494 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
15495 (mail-unquote-printable-region): New arg NOERROR.
15496 For invalid encoding, either signal an error to just return nil.
15497
15498 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15499
15500 * calendar/appt.el: Update copyright and commentary.
15501 (appt-issue-message): Make obsolete.
15502 (appt-visible, appt-msg-window): Make obsolete, in favour of
15503 appt-display-format.
15504 (appt-display-mode-line, appt-display-duration)
15505 (appt-display-diary, appt-time-msg-list, appt-mode-string)
15506 (appt-prev-comp-time, appt-display-count, appt-timer)
15507 (appt-convert-time): Doc change.
15508 (appt-disp-window-function, appt-delete-window-function):
15509 Use defcustom rather than defvar.
15510 (appt-display-format): New variable.
15511 (appt-display-message): New function with display code from appt-check.
15512 (appt-check): Add optional FORCE argument. Doc change.
15513 Add appt-make-list to diary-hook if displaying diary.
15514 Remove checking of view-diary-entries-initially.
15515 Message display section removed to new function appt-display-message.
15516 (appt-display-window): Doc change. Remove unused internal var
15517 this-buffer. Do not beep, since appt-display-message does that.
15518 (appt-make-list): Doc change. Use caar.
15519 (appt-sort-list): Simplify by using builtin sort function.
15520 (appt-update-list): New function for updating appts when diary is
15521 saved.
15522 (appt-activate): New autoloaded function to toggle package
15523 functionality.
15524
15525 * calendar/cal-x.el: (calendar-one-frame-setup)
15526 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
15527
15528 * calendar/calendar.el: Update copyright.
15529 (view-diary-entries-initially, european-calendar-style): Doc change.
15530 (calendar-setup): Make defcustom rather than defvar.
15531 (mark-visible-calendar-date): Initialize temp-face and faceinfo
15532 in let binding so local to function.
15533
15534 * calendar/diary-lib.el: Update copyright.
15535 (diary, diary-entry-time): Doc change.
15536 (list-diary-entries): Doc change. Trivial logic change.
15537 (fancy-diary-display): Restore make-face command mistakenly
15538 deleted 2003-05-08.
15539 (show-all-diary-entries): Allow to pop-up frame if needed.
15540
15541 2004-01-09 John Paul Wallington <jpw@gnu.org>
15542
15543 * bindings.el (mode-line-change-eol): Add EVENT parameter.
15544 Temporarily select EVENT's window for changing eol type.
15545
15546 2004-01-09 Deepak Goel <deego@gnufans.org>
15547
15548 * calendar/diary-lib.el (diary-entry-time):
15549 Also accept time in the form XX[.XX][am/pm/AM/PM].
15550 (fancy-diary-font-lock-keywords): Likewise.
15551 (diary-font-lock-keywords): Likewise.
15552 * calendar/appt.el (appt-add): Likewise.
15553 (appt-make-list): Likewise.
15554 (appt-convert-time): Likewise.
15555
15556 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
15557
15558 * gdb-ui.el (gdb-ann3): Revert previous change.
15559 (gdb-source-info): Allow for case of where compilation directory
15560 is not recorded.
15561
15562 2004-01-08 John Paul Wallington <jpw@gnu.org>
15563
15564 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
15565
15566 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
15567
15568 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
15569
15570 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
15571 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
15572 problems.
15573 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
15574
15575 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
15576
15577 * files.el (write-file-functions, write-contents-functions):
15578 Clarify docstrings.
15579
15580 2004-01-07 Kenichi Handa <handa@m17n.org>
15581
15582 * international/mule.el (set-auto-coding): Fix for the case that
15583 end-of-line is only CR.
15584
15585 2004-01-07 Kim F. Storm <storm@cua.dk>
15586
15587 * subr.el (event-start, event-end): Doc fix.
15588 (posn-string, posn-image): New defuns.
15589 (posn-object): Return either image or string object.
15590 (posn-object-x-y): Return 8th element of position.
15591 (posn-object-width-height): New defun.
15592
15593 2004-01-06 Andreas Schwab <schwab@suse.de>
15594
15595 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
15596 output.
15597
15598 2004-01-05 Karl Berry <karl@gnu.org>
15599
15600 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
15601 / and *, too.
15602
15603 2003-12-31 Simon Josefsson <jas@extundo.com>
15604
15605 * files.el (before-save-hook): Add.
15606 (basic-save-buffer): Use before-save-hook.
15607
15608 * emacs-lisp/copyright.el: Fix comment to recommend
15609 before-save-hook instead of write-file-functions.
15610
15611 2004-01-05 Richard M. Stallman <rms@gnu.org>
15612
15613 * finder.el (finder-commentary): Call delete-other-windows.
15614
15615 * net/ange-ftp.el (ange-ftp-file-attributes):
15616 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
15617
15618 2004-01-04 Karl Berry <karl@gnu.org>
15619
15620 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
15621 comment characters % and # in the copyright year notice,
15622 as well as ;.
15623
15624 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
15625
15626 * wid-edit.el (default): Define dummy :value-delete.
15627 Reported by Jesper Harder <harder@ifa.au.dk>.
15628
15629 2004-01-03 Richard M. Stallman <rms@gnu.org>
15630
15631 * progmodes/compile.el (compile-internal): Use point, not point-min,
15632 for set-window-point.
15633
15634 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
15635
15636 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
15637
15638 * progmodes/grep.el (grep-mode-map):
15639 Don't remap next-line, previous-line.
15640
15641 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
15642
15643 * speedbar.el (speedbar-edit-line): Change regexp to position
15644 the cursor on the first character of this line's button.
15645
15646 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
15647
15648 * subr.el (functionp): Doc fix.
15649
15650 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
15651
15652 * progmodes/idlwave.el (idlwave-make-tags):
15653 * textmodes/flyspell.el (flyspell-large-region):.
15654 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
15655 * emulation/viper-util.el (viper-glob-unix-files):
15656 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
15657 * man.el (Man-init-defvars):
15658 * jka-compr.el (jka-compr-call-process):
15659 * files.el (get-free-disk-space,insert-directory):
15660 * ediff-ptch.el (ediff-test-patch-utility):
15661 * ediff-diff.el (ediff-test-utility):
15662 * dired-aux.el (dired-check-process):
15663 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
15664 test the return value of call-process, because it can be a string.
15665
15666 2003-12-31 John Paul Wallington <jpw@gnu.org>
15667
15668 * bindings.el (completion-ignored-extensions): Add .pfsl.
15669
15670 2003-12-31 Kim F. Storm <storm@cua.dk>
15671
15672 * ido.el (ido-nonreadable-directory-p): New defun to check for
15673 nonreadable directory without activating tramp (to avoid problems
15674 with checking incomplete tramp paths).
15675 (ido-set-current-directory, ido-file-internal)
15676 (ido-file-name-all-completions1): Use it.
15677
15678 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
15679
15680 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
15681 documentation if the anchor (or node) name is preceded by `info
15682 anchor' or `Info anchor' in addition to earlier `info node' and
15683 `Info node'.
15684 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
15685
15686 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15687
15688 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
15689 error in arguments to base64-decode-region. Remove ^M characters
15690 after decoding base64.
15691
15692 2003-12-30 Simon Josefsson <jas@extundo.com>
15693
15694 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
15695 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
15696 have only been distributed with Emacs for some years.
15697 (texinfo-mode-hook): Customize.
15698
15699 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15700
15701 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
15702 cleaner (suggested by Richard Stallman).
15703
15704 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
15705 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
15706 file-name clashes on 8+3 DOS filesystems.
15707
15708 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
15709 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
15710 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
15711 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
15712 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
15713 file-name clashes on 8+3 filesystems.
15714
15715 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
15716 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
15717 file-name clashes on 8+3 DOS filesystems.
15718
15719 2003-12-29 Richard M. Stallman <rms@gnu.org>
15720
15721 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
15722 Upcase the character.
15723
15724 * textmodes/flyspell.el (mail-mode-flyspell-verify):
15725 Search for header separator alone on a line, literally,
15726 and search for it backward, not forward.
15727 (flyspell-abbrev-table): Always use global-abbrev-table
15728 if there is no local one.
15729
15730 * progmodes/sh-script.el (sh-get-indent-info):
15731 Don't move point back if at bob.
15732
15733 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
15734
15735 * play/handwrite.el (handwrite): Make the handwrite credit message
15736 a comment rather than an output command.
15737
15738 * obsolete/sc.el: Display message that this file is obsolete.
15739
15740 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
15741
15742 * mail/rfc822.el (rfc822-address-start): Declare variable.
15743 Renamed from address-start. All uses changed.
15744
15745 * term.el (term-exec): Set up sentinel.
15746 (term-sentinel): New function.
15747 (term-handle-exit): New function.
15748
15749 * subr.el (assoc-ignore-case, assoc-ignore-representation):
15750 Use assoc-string, and mark them obsolete.
15751 (delay-mode-hooks): Mark as permanent local.
15752
15753 * simple.el (sendmail-user-agent-compose): Use assoc-string.
15754
15755 * register.el (copy-rectangle-to-register): Doc fix.
15756
15757 * info.el (Info-insert-dir): Use assoc-string.
15758
15759 * info-look.el (info-lookup): Use assoc-string.
15760
15761 * frame.el (pop-up-frame-function): Use quote, not `function'.
15762 (frame-notice-user-settings): Calculate ADJUSTED-TOP
15763 copying with lists as coordinate values.
15764
15765 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
15766
15767 * find-dired.el (kill-find): New command.
15768 (find-dired): Make buffer read-only.
15769 Set up a keymap with C-c C-k running kill-find.
15770 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
15771
15772 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
15773
15774 * filecache.el (file-cache-ignore-case): New variable.
15775 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
15776
15777 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
15778 (comint-dynamic-complete-as-filename): Rename local vars.
15779 (comint-dynamic-list-filename-completions): Likewise.
15780
15781 * comint.el (comint-dynamic-list-completions-config): New var.
15782 (comint-dynamic-list-completions): Handle both SPC and TAB right.
15783
15784 * comint.el (comint-file-name-chars): Add [].
15785 (comint-word): Use skip-chars-backward, not search.
15786
15787 * shell.el (shell-file-name-chars): Add [].
15788
15789 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
15790
15791 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
15792
15793 * generic.el (define-generic-mode): Doc fix.
15794
15795 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15796
15797 * files.el (kill-some-buffers): Doc fix.
15798
15799 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
15800
15801 * comint.el (comint-watch-for-password-prompt): Pass `string' as
15802 arg to send-invisible
15803 (send-invisible): Doc fix. The argument is now a prompt, not the
15804 string to send.
15805 (comint-read-noecho): Doc fix.
15806
15807 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
15808
15809 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
15810 "@", as required by some ISP hosting service. Fix defcustom
15811 argument syntax errors that prevented use of customization.
15812
15813 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15814
15815 * xml.el (xml-get-attribute-or-nil): Doc fix.
15816
15817 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
15818
15819 * net/zone-mode.el (zone-mode): Use write-file-functions, not
15820 write-file-hooks.
15821
15822 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
15823
15824 * autorevert.el (auto-revert-interval): Doc fix.
15825
15826 2003-12-29 Mark A. Hershberger <mah@everybody.org>
15827
15828 * xml.el (xml-get-attribute-or-nil): New function, like
15829 xml-get-attribute, but returns nil if the attribute was not found.
15830 (xml-get-attribute): Convert to defsubst, uses
15831 xml-get-attribute-or-nil.
15832
15833 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15834
15835 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15836
15837 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
15838
15839 * custom.el (custom-declare-theme): Use `value' when putting
15840 properties on `theme'.
15841
15842 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
15843
15844 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
15845 for each yank-handler segment.
15846 (insert-for-yank-1): New function, with the body of the previous
15847 insert-for-yank.
15848
15849 * textmodes/table.el (table-yank-handler): New defcustom.
15850 (table--put-cell-indicator-property): Put yank-handler property
15851 that indicates the yank handler for the table cell.
15852
15853 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15854
15855 * generic-x.el (etc-modules-conf-generic-mode): A more complete
15856 set of keywords.
15857
15858 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15859
15860 * international/mule-cmds.el (reset-language-environment)
15861 (set-language-environment): Don't invoke fontset-related functions
15862 if fontset-list is not fboundp.
15863
15864 2003-12-29 Kenichi Handa <handa@m17n.org>
15865
15866 * international/mule-cmds.el (reset-language-environment):
15867 Call set-overriding-fontspec-internal with nil.
15868 (set-language-environment): Call set-overriding-fontspec-internal
15869 if the language environment specify `overriding-fontspec'.
15870 (language-info-alist): Doc added.
15871
15872 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
15873 characters of mule-unicode-0100-24ff.
15874 (ccl-encode-windows-1251-font): New CCL program.
15875 ("Bulgarian"): Specify overriding-fontspec.
15876 ("Belarusian"): Likewise.
15877
15878 2003-12-28 Sam Steingold <sds@gnu.org>
15879
15880 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
15881 parameter ID-FORMAT to conform with the 2003-11-30 patch.
15882
15883 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
15884
15885 * progmodes/gud.el (gud-gdb-command-name): Set default to
15886 "gdb --annotate=3".
15887 (gud-gdb-marker-filter): Look out for annotations.
15888 (gdb-first-pre-prompt): New variable.
15889 Remove trailing white space.
15890
15891 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
15892 if necessary.
15893 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
15894 annotations are detected.
15895 (gud-gdba-marker-filter): Use global variable gud-marker-acc
15896 instead of a local one to allow transition from
15897 gud-gdb-marker-filter.
15898 Remove trailing white space.
15899
15900 2003-12-27 Kim F. Storm <storm@cua.dk>
15901
15902 * ido.el: Handle non-readable directories.
15903 (ido-decorations): Add 9th element for non-readable directory.
15904 (ido-directory-nonreadable): New dynamic var.
15905 (ido-set-current-directory): Set it.
15906 (ido-read-buffer, ido-file-internal):
15907 (ido-read-file-name, ido-read-directory-name): Let-bind it.
15908 (ido-file-name-all-completions1): Return empty list for
15909 non-readable directory.
15910 (ido-exhibit): Print [Not readable] if directory is not readable.
15911 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
15912 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
15913 Use it.
15914
15915 2003-12-27 Lars Hansen <larsh@math.ku.dk>
15916
15917 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
15918 calls to directory-files-and-attributes and file-attributes.
15919 (ls-lisp-format): Remove system dependent handling of user and
15920 group id's.
15921
15922 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
15923
15924 * ffap.el (ffap-read-file-or-url): Revert previous change.
15925
15926 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
15927
15928 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
15929 new list of included files called `files-with-node-lines', that
15930 only have node lines. This way @include commands can include any
15931 file, such as version and update files without node lines, not
15932 just files that are chapters.
15933
15934 2003-12-25 Andreas Schwab <schwab@suse.de>
15935
15936 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
15937 file not found.
15938
15939 2003-12-08 Miles Bader <miles@gnu.org>
15940
15941 * dired.el (dired-between-files): Always use dired-move-to-filename,
15942 which is more robust in non-english locales.
15943
15944 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
15945
15946 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
15947
15948 2003-12-24 Andreas Schwab <schwab@suse.de>
15949
15950 * shell.el (shell-file-name-quote-list): Add backslash.
15951
15952 * comint.el (comint-quote-filename): Correctly handle backslash
15953 in comint-file-name-quote-list.
15954
15955 2003-12-24 Kenichi Handa <handa@m17n.org>
15956
15957 * international/mule-cmds.el (set-default-coding-systems):
15958 Call ucs-set-table-for-input for all buffers that don't have local
15959 value of buffer-file-coding-system.
15960
15961 * international/ucs-tables.el (ucs-set-table-for-input):
15962 If translation-table-for-encode is a symbol, get its
15963 translation-table property.
15964
15965 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
15966
15967 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
15968 to `completing-read' on a recently fixed bug.
15969
15970 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
15971 instead of SPACE, to get the list of possible fringe modes.
15972 SPACE only works if both `partial-completion-mode' and
15973 `completion-auto-help' are nil.
15974
15975 * complete.el (PC-is-complete-p): Delete.
15976 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
15977 calls to `test-completion'.
15978
15979 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
15980
15981 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
15982 to edit values when there are no children.
15983
15984 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
15985 a mode called "Assembler" already exists.
15986 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
15987 (gud-watch): Use format option. Remove font properties from string.
15988 (gdb-var-create-handler, gdb-var-list-children-handler):
15989 Don't bother about properties as there are none.
15990 (gdb-var-create-handler, gdb-var-list-children-handler)
15991 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
15992 with two arguments.
15993 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
15994 Let speedbar show value changes with a different font.
15995 (gdb-edit-value): New defun.
15996 (gdb-clear-partial-output, gdb-clear-inferior-io)
15997 (def-gdb-auto-update-handler): Use erase-buffer.
15998 (gdb-frame-handler): Display watch expressions in
15999 FUNCTION::VARIABLE format if required.
16000
16001 2003-12-23 John Paul Wallington <jpw@gnu.org>
16002
16003 * info.el (Info-unescape-quotes, Info-split-parameter-string)
16004 (Info-goto-emacs-command-node): Doc fixes.
16005
16006 2003-12-12 Jesper Harder <harder@ifa.au.dk>
16007
16008 * cus-edit.el (custom-add-parent-links): Define "many".
16009
16010 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
16011
16012 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
16013 (widget-child-validate, widget-type-value-create)
16014 (widget-type-default-get, widget-type-match): New functions.
16015 (lazy): New widget.
16016 (menu-choice, checklist, radio-button-choice, editable-list)
16017 (group, documentation-string): Remove redundant (per 2003-10-25
16018 change) calls to `widget-children-value-delete'.
16019 (widget-choice-value-get, widget-choice-value-inline): Remove.
16020 (menu-choice): Update widget.
16021
16022 2003-12-03 Kenichi Handa <handa@m17n.org>
16023
16024 * language/cyrillic.el: Register "microsoft-cp1251" in
16025 ctext-non-standard-encodings-alist.
16026 ("Bulgarian"): Add ctext-non-standard-encodings.
16027 ("Belarusian"): Likewise.
16028
16029 * international/mule-conf.el (compound-text-with-extensions):
16030 Change the type to 2 (iso-2022 base).
16031
16032 * international/mule.el (ctext-non-standard-encodings-alist):
16033 Change the format.
16034 (ctext-non-standard-encodings): New variable.
16035 (ctext-post-read-conversion): Fully re-written.
16036 (ctext-non-standard-designations-alist): Delete it.
16037 (ctext-non-standard-encodings-table): New function.
16038 (ctext-pre-write-conversion): Fully re-written.
16039
16040 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
16041
16042 * cus-edit.el (custom-add-parent-links): Add documentation links
16043 for parent, if the item has none of its own.
16044
16045 2003-11-30 Richard M. Stallman <rms@gnu.org>
16046
16047 * dired-aux.el (dired-do-query-replace-regexp):
16048 Report files visited read-only.
16049
16050 2003-11-30 Juri Linkov <juri@jurta.org>
16051
16052 * dired-aux.el (dired-compare-directories): New command.
16053 (dired-file-set-difference, dired-files-attributes): New functions.
16054
16055 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16056 Version 2.0.38 of Tramp released.
16057
16058 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
16059 Charles Curley <charlescurley@charlescurley.com>.
16060 (tramp-multi-connection-function-alist): Add ssht entry which adds
16061 "-e none -t -t" to the list of ssh args. Suggested by Adrian
16062 Aichner.
16063 (tramp-get-method-parameter): New function to retrieve a method
16064 parameter. This allows for omission of method parameters.
16065 Callers adjusted.
16066
16067 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
16068
16069 * net/tramp.el: Add new optional parameter ID-FORMAT to
16070 `file-attributes'. Calls of `file-attributes' won't use this
16071 parameter for backward compatibility reasons.
16072 (tramp-perl-file-attributes): Add a new parameter to Perl script
16073 in order to handle uid/gid as strings, if desired.
16074 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
16075 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
16076 order to make the function more general.
16077 (tramp-handle-file-attributes): Replace proprietary optional
16078 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
16079 (tramp-handle-file-attributes-with-perl): Handle parameter
16080 NONNUMERIC if set. This wasn't done in the past.
16081 (tramp-post-connection): Apply second parameter "$2" if
16082 `tramp-remote-perl' is called.
16083
16084 * net/tramp-smb.el (tramp-smb-handle-delete-file):
16085 Correct cut'n'waste error (`filename' instead of `directory').
16086 (tramp-smb-handle-directory-files-and-attributes)
16087 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
16088 introduced parameter ID-FORMAT.
16089 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
16090 error (`directory' instead of `ldir').
16091
16092 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
16093 `file-attributes' has a second parameter. If yes, apply it with
16094 value "'integer". Otherwise, don't use that parameter (default is
16095 integer format).
16096
16097 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
16098
16099 * help.el (help-map): Bind `display-local-help' to `C-h .'.
16100 (help-for-help): Add `C-h .' to the listed Help options.
16101 Remove trailing whitespace.
16102
16103 * help-at-pt.el: New file.
16104
16105 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
16106
16107 * subr.el (noreturn, 1value): New macros for test coverage.
16108 See `testcover.el'.
16109
16110 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
16111
16112 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
16113 for macro `1value'.
16114 (testcover-1value): New function. Checks that a 1value form
16115 actually returns only one value. Requested by RMS.
16116
16117 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
16118
16119 * gdb-ui.el (gud-watch, gdb-var-create-handler)
16120 (gdb-var-list-children, gdb-var-list-children-handler)
16121 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
16122 gdb commands that use mi to keep them out of the command history.
16123
16124 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16125
16126 * cus-start.el (all): Add use-file-dialog.
16127
16128 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16129
16130 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
16131
16132 2003-11-27 Kim F. Storm <storm@cua.dk>
16133
16134 * subr.el (posn-object-x-y): New defun.
16135
16136 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
16137
16138 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
16139 Don't use `space' for \\\n.
16140 Be more selective as to which # are comment-starters.
16141
16142 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
16143
16144 * subr.el (number-sequence): Improve handling of floating point
16145 arguments (suggested by Kim Storm). Allow negative arguments.
16146
16147 2003-11-26 Kenichi Handa <handa@m17n.org>
16148
16149 * international/mule-cmds.el (standard-display-european-internal):
16150 Cancel the standard-display-table setting for ` and '.
16151
16152 2003-11-26 Kim F. Storm <storm@cua.dk>
16153
16154 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
16155 New defcustoms to add ffap-like functionality to ido.
16156 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
16157 (ido-no-final-slash): New defun.
16158 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
16159 (ido-read-file-name): ): Toggle VC checking via
16160 vc-handled-backends instead of vc-master-templates.
16161 (ido-file-internal): Handle ido-use-url-at-point and
16162 ido-use-filename-at-point via code borrowed from ffap-guesser.
16163 Handle new ido-exit code ffap.
16164 (ido-sort-list): Ignore final slash when sorting file names.
16165
16166 2003-11-25 Kim F. Storm <storm@cua.dk>
16167
16168 * emulation/cua-base.el (cua--standard-movement-commands):
16169 Add forward-sentence and backward-sentence.
16170
16171 2003-11-25 Stephen Eglen <stephen@gnu.org>
16172
16173 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
16174 iswitchb-exit is set to 'usefirst when user selects buffer at head
16175 of list using RET. (Selecting buffers at the head of the list was
16176 broken if the substring was also a complete buffername.)
16177
16178 2003-11-23 Kim F. Storm <storm@cua.dk>
16179
16180 * progmodes/compile.el (grep-command, grep-use-null-device)
16181 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
16182 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
16183 (grep-regexp-alist, grep-program, find-program)
16184 (grep-find-use-xargs, grep-history, grep-find-history)
16185 (grep-process-setup, grep-compute-defaults)
16186 (grep-default-command, grep, grep-tag-default, grep-find)
16187 (grep-expand-command-macros, grep-tree-last-regexp)
16188 (grep-tree-last-files, grep-tree): Move grep variables, functions
16189 and commands to new file grep.el.
16190 (compilation-mode-map): Remove grep commands from Compile sub-menu.
16191 (compilation-process-setup-function): Doc fix.
16192 (compilation-highlight-regexp, compilation-highlight-overlay): New
16193 defvars used for highlighting current compile error in source buffer.
16194 (compile-internal): New optional args HIGHLIGHT-REGEXP and
16195 LOCAL-MAP which overrides compilation-highlight-regexp and
16196 compilation-mode-map for this compilation.
16197 Delay calling compilation-set-window-height until after running
16198 compilation-process-setup-function so it can buffer-local override
16199 compilation-window-height.
16200 Check buffer-local value of compilation-scroll-output.
16201 (compilation-set-window-height): Use buffer-local value of
16202 compilation-window-height.
16203 (compilation-revert-buffer): Don't pass (undefined)
16204 preserve-modes arg to revert-buffer.
16205 (next-error-no-select, previous-error-no-select): New commands.
16206 (compilation-goto-locus): Temporarily highlight current match in
16207 source buffer using compilation-highlight-regexp.
16208
16209 * progmodes/grep.el: New file with grep code from compile.el.
16210 (grep): New defcustom group.
16211 (grep-window-height): New defcustom, like compilation-window-height.
16212 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
16213 (grep-scroll-output): New defcustom, like compilation-scroll-output.
16214 (grep-command, grep-use-null-device, grep-find-command)
16215 (grep-tree-files-aliases, grep-tree-ignore-case)
16216 (grep-tree-ignore-CVS-directories): Move to grep custom group.
16217 (grep-setup-hook): New hook variable.
16218 (grep-mode-map): New keymap for grep commands. Add Grep menu.
16219 (grep-last-buffer): New defvar, override compilation-last-buffer.
16220 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
16221 Call compile-internal with args highlight-regexp and grep-mode-map.
16222
16223 2003-11-23 Kim F. Storm <storm@cua.dk>
16224
16225 * subr.el (event-start, event-end): Doc fix.
16226 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
16227 (posn-area, posn-actual-col-row, posn-object): New defuns.
16228 (posn-col-row): Simplify doc. Rewrite to use cond.
16229 (posn-point): Also return buffer position for events outside text
16230 area (that info is now present in the event position).
16231
16232 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
16233 mouse-set-point so that hscroll still works now that clicks on
16234 fringes generate specific mouse events.
16235 (mouse-set-point): Note that it now works in fringes and margins
16236 too due to new semantics of posn-point in fringes and margins.
16237
16238 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
16239 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
16240
16241 2003-11-20 Kim F. Storm <storm@cua.dk>
16242
16243 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
16244 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
16245 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
16246 to 100 for icons to avoid increasing line height when shown.
16247
16248 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16249
16250 * newcomment.el (comment-normalize-vars): Initialize properly if
16251 comment-start was nil.
16252
16253 2003-11-19 Andreas Schwab <schwab@suse.de>
16254
16255 * simple.el (set-variable): Fix indentation.
16256
16257 2003-11-17 Kenichi Handa <handa@m17n.org>
16258
16259 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
16260 Fix docstring.
16261
16262 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16263
16264 * international/latin1-disp.el (latin1-display): Fix docstring.
16265
16266 2003-11-16 John Wiegley <johnw@newartisans.com>
16267
16268 * eshell/em-ls.el (eshell-ls-file): There are times with
16269 size-width is nil and uncomputed (when directories are created in
16270 dired, for example); in this case, 4 is reasonable default value,
16271 although it may caused skewed new entries (which could be avoided
16272 by returning the original value of 8 in all cases, but 99% of the
16273 time this is a waste of whitespace).
16274
16275 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16276
16277 * cc-engine.el (c-guess-continued-construct)
16278 (c-guess-basic-syntax): Check a little more carefully if it's a
16279 function declaration when an unknown construct followed by a block
16280 is found inside a statement context. This avoids macros followed
16281 by blocks to be taken as function declarations.
16282
16283 (c-guess-continued-construct): Change the analysis of a statement
16284 continuation with a brace open to `substatement-block', for
16285 consistency with recognized statements.
16286
16287 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
16288 start is in a position so that `c-beginning-of-statement-1' jumped
16289 to the beginning of the same statement.
16290
16291 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
16292 Don't accept binary operators in the arglist if we're in a function
16293 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
16294 template recognition in cases like "if (a < b || c > d)".
16295
16296 (c-restricted-<>-arglists): New more appropriate name for
16297 `c-disallow-comma-in-<>-arglists'.
16298
16299 Accessing functions updated for the variable name change.
16300
16301 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
16302 match data could get clobbered if NOT-INSIDE-TOKEN is used.
16303
16304 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
16305 labels.
16306
16307 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
16308 instead of duplicating parts of it. This fixes bogus label
16309 recognition.
16310
16311 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
16312 of checking the context in which to apply the minimum indentation,
16313 so that it isn't enforced in e.g. namespace blocks.
16314
16315 * cc-vars.el (c-inside-block-syms): New constant used by
16316 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
16317 to somewhat reduce the risk of becoming stale.
16318
16319 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
16320 cc-cmds to cc-engine to allow use from cc-align.
16321
16322 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
16323 qualified identifiers containing "::".
16324
16325 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
16326 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
16327
16328 * cc-vars.el (c-emacs-features): Use a space in front of the name
16329 of the temporary buffer. That also avoids dumping problems in
16330 XEmacs due to undo info being left around after the buffer is killed.
16331
16332 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
16333 arglist to see if it's a K&R style declaration.
16334
16335 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
16336 before returning `knr-argdecl-intro'.
16337
16338 2003-11-16 John Wiegley <johnw@newartisans.com>
16339
16340 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
16341 field in a long-listing always 8 characters, use `size-width',
16342 which has already been computed.
16343
16344 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
16345
16346 * subr.el (minor-mode-list): Add `hs-minor-mode'.
16347
16348 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16349
16350 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
16351 Support operation while narrowed, with `diff-restrict-view'.
16352
16353 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16354
16355 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16356 Take additional optional arg NARROWFUN. For the generated functions:
16357 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
16358 include frags that arrange to check for and save narrowing state before
16359 the move and then conditionally call NARROWFUN after the move.
16360
16361 2003-11-14 John Wiegley <johnw@newartisans.com>
16362
16363 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
16364 that was optional, but obviously missing based on surrounding code.
16365
16366 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
16367 string arguments to numbers unless the whole argument was seen as
16368 a number.
16369
16370 2003-11-14 Kenichi Handa <handa@m17n.org>
16371
16372 * international/mule.el (ctext-non-standard-encodings-alist):
16373 Fix coding systems.
16374
16375 2003-11-10 Kenichi Handa <handa@m17n.org>
16376
16377 * language/kannada.el ("Kannada"): Add sample-text.
16378
16379 * language/knd-util.el (kannada-compose-region)
16380 (kannada-compose-string, kannada-post-read-conversion):
16381 Add autoload cookie.
16382
16383 * international/quail.el (quail-completion): Change the message
16384 "corresponding translations" to "corresponding characters".
16385
16386 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
16387
16388 * descr-text.el (describe-char): Fix typo.
16389
16390 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
16391
16392 These changes are to support Kannada language/script.
16393
16394 * Makefile.in (DONTCOMPILE): Add kannada.el.
16395
16396 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
16397
16398 * loadup.el: Preload kannada.el.
16399
16400 * language/ind-util.el (ucs-kannada-to-is13194-alist)
16401 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
16402 New variables.
16403
16404 * language/kannada.el: New file.
16405
16406 * language/knd-util.el: New file.
16407
16408 2003-11-07 Andreas Schwab <schwab@suse.de>
16409
16410 * progmodes/autoconf.el (autoconf-font-lock-keywords):
16411 Also highlight AH_*.
16412
16413 * xml.el (xml-parse-dtd): Fix misplaced paren.
16414
16415 2003-11-07 Kenichi Handa <handa@m17n.org>
16416
16417 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
16418
16419 2003-11-05 Juri Linkov <juri@jurta.org>
16420
16421 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
16422 (desktop-buffer-file): Use saved buffer-file-coding-system
16423 for file reading. Set auto-insert to nil to prevent automatic
16424 insertion into restored empty files.
16425
16426 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
16427
16428 * files.el (risky-local-variable-p): Make second argument optional.
16429
16430 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16431
16432 * subr.el (add-hook): Fix last change.
16433
16434 2003-11-03 Eli Zaretskii <eliz@gnu.org>
16435
16436 * mail/rmail.el (rmail-convert-to-babyl-format):
16437 If base64-decode-region signals an error, catch it and silently
16438 ignore it.
16439
16440 2003-11-01 Mark A. Hershberger <mah@everybody.org>
16441
16442 * xml.el (xml-parse-region): Allow comments to appear after the
16443 topmost element has closed.
16444 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
16445 (xml-ns-expand-attr): New functions to do namespace handling.
16446 (xml-intern-attrlist): Back-compatible handling of attribute names.
16447 (xml-parse-tag): Move namespace handling to separate functions.
16448 Now produces elements in the form ((:ns . "element") (attr-list)
16449 children) instead of ('ns:element (attr-list) children).
16450 (xml-parse-attlist): Fix attribute parsing.
16451 (xml-parse-dtd): Change parsing so that it produces strings
16452 instead of interned symbols.
16453
16454 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
16455
16456 * dired.el (dired-ls-sorting-switches): Doc fix.
16457
16458 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
16459
16460 * emacs-lisp/rx.el (rx-or): Fix the case of
16461 "(rx (and ?a (or ?b ?c) ?d))".
16462
16463 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
16464
16465 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
16466 (texinfo-format-region): Use it.
16467 (texinfo-format-buffer-1): Ditto.
16468
16469 2003-11-01 Alan Mackenzie <acm@muc.de>
16470
16471 Changes to allow scrolling whilst in isearch mode:
16472 * isearch.el (isearch-unread-key-sequence): New function,
16473 extracted from isearch-other-meta-char.
16474 (top level): (put 'foo 'isearch-scroll) on all Emacs's
16475 "scrollable" standard functions.
16476 (isearch-allow-scroll): New customizable variable.
16477 (isearch-string-out-of-window, isearch-back-into-window)
16478 (isearch-reread-key-sequence-naturally)
16479 (isearch-lookup-scroll-key): New functions.
16480 (isearch-other-meta-char): Doc string and functionality enhanced.
16481 Now accepts a prefix argument.
16482 (isearch-lazy-highlight-window-end): New variable.
16483 (isearch-lazy-highlight-new-loop): Pay attention to the window's
16484 end (thru isearch-lazy-highlight-window-end), not only its start.
16485
16486 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
16487 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
16488 (universal-argument, universal-argument-more, negative-argument)
16489 (digit-argument, universal-argument-other-key): Minor changes.
16490
16491 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16492
16493 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
16494 recursively if the last message is deleted, thus avoiding an
16495 infinite loop.
16496
16497 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
16500 (tex-main-file): Don't add .tex if the extension is already present.
16501 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
16502
16503 2003-10-29 Lute Kamstra <lute@gnu.org>
16504
16505 * progmodes/octave-inf.el (inferior-octave-prompt):
16506 Recognize version number in prompt.
16507
16508 2003-10-28 Dave Love <fx@gnu.org>
16509
16510 * international/characters.el: Fix some Unicode ranges.
16511
16512 2003-10-28 Kenichi Handa <handa@m17n.org>
16513
16514 * disp-table.el (standard-display-8bit)
16515 (standard-display-default, standard-display-ascii)
16516 (standard-display-g1, standard-display-graphic)
16517 (standard-display-underline): Assure that standard-display-table
16518 is a display table.
16519
16520 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
16521
16522 * simple.el (reindent-then-newline-and-indent): Delete space *after*
16523 reindenting the first line.
16524
16525 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
16526
16527 * wid-edit.el (widget-default-delete): Always delete child widgets.
16528
16529 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 * newcomment.el (comment-indent): Don't call indent-according-to-mode
16532 if the line has code.
16533 Don't try to line up with something that's too far left.
16534
16535 * progmodes/octave-mod.el (octave-comment-start): Simplify.
16536 (octave-mode-syntax-table): Add % as a comment starter.
16537 (octave-point): Remove.
16538 (octave-in-comment-p, octave-in-string-p)
16539 (octave-not-in-string-or-comment-p, calculate-octave-indent)
16540 (octave-blink-matching-block-open, octave-auto-fill):
16541 Use line-(beginning|end)-position instead.
16542
16543 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16544
16545 * emacs-lisp/authors.el (authors-aliases): Add correct realname
16546 for Francesco Potort\e,Al\e(B.
16547
16548 2003-10-23 Dave Love <fx@gnu.org>
16549
16550 * international/mule-cmds.el (locale-charset-to-coding-system):
16551 Don't rely on nil being a coding system.
16552
16553 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
16554 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
16555 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
16556
16557 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
16558
16559 * gdb-ui.el (gdb-current-language): New variable.
16560 (gdb-update-flag): Remove variable.
16561 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
16562 (gdb-take-last-elt): Remove function.
16563 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
16564 (gdb-post-prompt): Check for variable object changes here.
16565
16566 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
16567 object changes in gdb-ui.el.
16568
16569 2003-10-21 Richard M. Stallman <rms@gnu.org>
16570
16571 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
16572
16573 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
16574 Don't check for foo*/ wildcard form here.
16575 (insert-directory): Recognize foo*/ as a wildcard.
16576 Separate wildcard-regexp variable from the arg, wildcard.
16577
16578 * subr.el (add-hook): Correctly detect when make-local-hook was used.
16579 (remove-hook): Correctly handle strange cases about local hooks.
16580
16581 2003-10-21 David Ponce <david@dponce.com>
16582
16583 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
16584 argument REAL, to return a real number instead of a rounded
16585 integer value. Define as inline function.
16586 (ruler-mode-right-fringe-cols): Likewise.
16587 (ruler-mode-scroll-bar-cols): New function.
16588 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
16589 (ruler-mode-right-scroll-bar-cols): Likewise.
16590 (ruler-mode-space): New function.
16591 (ruler-mode-ruler): Use it. Handle variations of fringe style,
16592 scroll bar mode and margins in a more robust way.
16593
16594 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
16595
16596 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
16597 (antlr-c-init-language-vars): New function.
16598 (antlr-mode): Use it with cc-mode before v5.29.
16599 (antlr-c-common-init): Don't set some local vars here.
16600 (antlr-mode): Set them here.
16601 (antlr-c-forward-sws): New function alias.
16602 (antlr-mode): Redefine with cc-mode before v5.30.
16603 (antlr-skip-sexps): Use it.
16604 (antlr-skip-exception-part): Ditto.
16605 (antlr-skip-file-prelude): Ditto.
16606 (antlr-outside-rule-p): Ditto.
16607 (antlr-end-of-body): Ditto.
16608 (antlr-option-kind): Ditto.
16609 (antlr-insert-option-area): Ditto.
16610 (antlr-file-dependencies): Ditto.
16611
16612 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16613
16614 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
16615 Move backward only if point was not inside an entry.
16616
16617 2003-10-21 Richard M. Stallman <rms@gnu.org>
16618
16619 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
16620
16621 2003-10-21 Juri Linkov <juri@jurta.org>
16622
16623 * compare-w.el: Automatically skip non-matching text to resync.
16624 (compare-windows-whitespace): Doc fix.
16625 (compare-windows-sync, compare-windows-sync-string-size)
16626 (compare-windows-recenter, compare-ignore-whitespace)
16627 (compare-windows-highlight, compare-windows-face): New variables.
16628 (compare-windows): Use compare-windows-sync.
16629 (compare-windows-highlight, compare-windows-dehighlight)
16630 (compare-windows-sync-regexp)
16631 (compare-windows-sync-default-function): New functions.
16632
16633 2003-10-21 Juri Linkov <juri@jurta.org>
16634
16635 * diff.el (diff-parse-differences): Don't visit the files now;
16636 instead, just record the error locus.
16637
16638 2003-10-21 Dave Love <fx@gnu.org>
16639
16640 * progmodes/cfengine.el: New file.
16641
16642 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * complete.el (PC-do-completion): Do not forget to use `pred' as the
16645 default-directory when completing file names.
16646
16647 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
16648
16649 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
16650 followed by the word `face', it gets treated as a face, even if
16651 it is also defined as a variable or a function.
16652
16653 2003-10-20 Dave Love <fx@gnu.org>
16654
16655 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16656 Avoid incf in macro expansion.
16657
16658 2003-10-20 John Paul Wallington <jpw@gnu.org>
16659
16660 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
16661 `evenp' so we don't implicitly require cl library at runtime.
16662
16663 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
16664
16665 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
16666 (help-make-xrefs): Only make cross-references for faces if
16667 preceded or followed by the word `face'. Do not make a
16668 cross-reference for variables without variable documentation,
16669 unless preceded by the word `variable' or `option'. Update doc
16670 string accordingly.
16671
16672 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
16673
16674 * progmodes/hideshow.el: Rewrite one-armed `if'
16675 constructs using either `when' or `unless'.
16676 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
16677
16678 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
16679
16680 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
16681 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
16682 instead of 12x12.
16683
16684 2003-10-16 Eli Zaretskii <eliz@gnu.org>
16685
16686 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
16687 message while converting to Babyl.
16688
16689 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
16690
16691 * allout.el (allout-mode): Doc fix.
16692
16693 2003-10-16 Lute Kamstra <lute@gnu.org>
16694
16695 * subr.el (force-mode-line-update): Fix docstring.
16696
16697 2003-10-14 Dave Love <fx@gnu.org>
16698
16699 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
16700 (default-input-method): Add :link, improve :type.
16701 (locale-charset-language-names): Fix utf-8 pattern.
16702 (locale-charset-match-p, locale-charset-alist)
16703 (locale-charset-to-coding-system): New.
16704 (set-locale-environment): Deal with codeset part of locale specs.
16705
16706 2003-10-14 Lute Kamstra <lute@gnu.org>
16707
16708 * fringe.el (fringe-mode): Use active voice in docstring.
16709 (set-fringe-style): Ditto.
16710
16711 2003-10-13 Lute Kamstra <lute@gnu.org>
16712
16713 * fringe.el (fringe-mode): Fix docstring.
16714 (set-fringe-style): Ditto.
16715
16716 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
16717
16718 * ediff-mult.el (ediff-filegroup-action):
16719 Use ediff-default-filtering-regexp.
16720
16721 * ediff-util.el (ediff-recenter): Don't call
16722 ediff-restore-highlighting twice.
16723 (ediff-select-difference): Set current difference.
16724 (ediff-unselect-and-select-difference): Add comment.
16725
16726 * ediff.el (ediff-directories,ediff-directory-revisions)
16727 (ediff-directories3,ediff-merge-directories)
16728 (ediff-merge-directories-with-ancestor)
16729 (ediff-merge-directory-revisions)
16730 (ediff-merge-directory-revisions-with-ancestor):
16731 Use ediff-default-filtering-regexp.
16732
16733 2003-10-12 Andreas Schwab <schwab@suse.de>
16734
16735 * international/mule-cmds.el (locale-charset-language-names):
16736 Simplify regex by removing unused grouping.
16737
16738 2003-10-10 Dave Love <fx@gnu.org>
16739
16740 * bindings.el: Don't bind stop.
16741
16742 2003-10-08 Miles Bader <miles@gnu.org>
16743
16744 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
16745 face instead of attempting to emulate it.
16746
16747 2003-10-07 Kenichi Handa <handa@m17n.org>
16748
16749 * international/mule-diag.el (list-coding-systems-1): List coding
16750 systems that are loaded automatically.
16751
16752 * international/code-pages.el (iso-8859-11): Add autoload cookie.
16753
16754 * international/mule.el (autoload-coding-system): New function.
16755
16756 2003-10-07 Andreas Schwab <schwab@suse.de>
16757
16758 * log-edit.el (log-edit-changelog-entries): Prefer local value of
16759 change-log-default-name in the buffer visiting the file.
16760
16761 2003-10-06 Dave Love <fx@gnu.org>
16762
16763 * files.el (find-file-hook): Customize.
16764 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
16765
16766 * bindings.el (completion-ignored-extensions): Remove .log.
16767 (global-map): Add again, open, stop keys.
16768
16769 2003-10-05 Richard M. Stallman <rms@gnu.org>
16770
16771 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
16772 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
16773 Use sh-modify directly.
16774 (sh-select): Use sh-append, not eval.
16775
16776 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
16777
16778 * info.el (Info-following-node-name): New function.
16779
16780 * loadhist.el (unload-feature-special-hooks):
16781 Rename from loadhist-hook-functions.
16782 (loadhist-hook-functions): Now an alias.
16783
16784 2003-10-04 Eli Zaretskii <eliz@gnu.org>
16785
16786 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
16787 file-name clashes on 8+3 filesystems.
16788
16789 * Makefile.in (DONTCOMPILE, bootstrap-clean):
16790 Rename loaddefs-boot.el to ldefs-boot.el
16791
16792 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
16793 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
16794
16795 2003-10-03 Lute Kamstra <lute@gnu.org>
16796
16797 * info.el (Info-mode): Revert previous change.
16798 (Info-escape-percent): New function.
16799 (Info-fontify-node): Use it.
16800
16801 2003-10-02 Andreas Schwab <schwab@suse.de>
16802
16803 * loaddefs-boot.el: Regenerated.
16804
16805 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
16806
16807 * ffap.el: Remove defadvice related code from CVS since `complete'
16808 provides a `PC-completion-as-file-name-predicate' variable that
16809 ffap can override.
16810
16811 2003-10-02 Kenichi Handa <handa@m17n.org>
16812
16813 * international/utf-8.el (ccl-decode-mule-utf-8):
16814 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
16815
16816 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
16817 * international/subst-big5.el: Likewise.
16818 * international/subst-gb2312.el: Likewise.
16819 * international/subst-ksc.el: Likewise.
16820
16821 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16822
16823 * calendar/calendar.el (increment-calendar-month)
16824 (calendar-leap-year-p, calendar-absolute-from-gregorian)
16825 (generate-calendar, calendar-read-date, calendar-interval)
16826 (calendar-day-of-week): Handle years BC.
16827 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
16828
16829 2003-10-01 Dave Love <fx@gnu.org>
16830
16831 * language/cyrillic.el (cp1251): Alias for windows-1251.
16832
16833 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
16834 bootstrap.
16835
16836 2003-10-01 Lute Kamstra <lute@gnu.org>
16837
16838 * files.el: Fix typo.
16839 * imenu.el (imenu--generic-function): Docstring fix.
16840
16841 2003-09-30 Richard M. Stallman <rms@gnu.org>
16842
16843 * dired.el (dired-mode): Handle dired-directory as a list.
16844
16845 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
16846
16847 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
16848
16849 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
16850
16851 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
16852 Replace gud-display with gud-watch.
16853 (gud-speedbar-buttons): Add stuff for watching expressions
16854 in the speedbar when using M-x gdba. Use dolist on old part
16855 of this function.
16856
16857 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
16858 (gdb-update-flag): New variables.
16859 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
16860 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
16861 (gud-watch, gdb-var-create-handler) : New functions.
16862 (gdb-var-list-children, gdb-var-list-children-handler)
16863 (gdb-var-create-regexp, gdb-var-update-regexp)
16864 (gdb-var-list-children-regexp): New constants.
16865 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
16866 (gdb-annotation-rules): Reduce annotation set (level 3).
16867 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
16868 (gdb-post-prompt): Don't update GDB buffers every time speedbar
16869 updates.
16870 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
16871 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
16872 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
16873 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
16874 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
16875 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
16876 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
16877 (gud-display, gud-display1)
16878 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
16879 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
16880 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
16881 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
16882 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
16883 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
16884 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
16885 (gdb-display-display-buffer, gdb-toggle-display)
16886 (gdb-delete-display, gdb-expressions-popup-menu)
16887 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
16888 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
16889 to display buffer.
16890
16891 2003-09-30 Richard M. Stallman <rms@gnu.org>
16892
16893 * progmodes/ada-mode.el (ada-mode): Don't use advice.
16894 Instead, set which-func-functions.
16895
16896 * progmodes/which-func.el (which-func-modes): Add ada-mode.
16897 (which-func-functions): New variable.
16898 (which-function): Use that.
16899
16900 * info.el (Info-mode): Double each `%' in header line.
16901
16902 * emacs-lisp/lisp-mnt.el (lm-with-file):
16903 When FILE is nil, run BODY in current buffer.
16904
16905 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
16906
16907 * help.el (describe-mode): Start with a brief list of minor modes.
16908 Find them thru minor-mode-list so as to find them all.
16909 Show them in alphabetical order.
16910
16911 * mail/sendmail.el (mail-aliases): Doc fix.
16912
16913 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
16914
16915 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16916
16917 * mail/rmailsum.el (rmail-make-summary-line-1):
16918 Change comma after last label to a space.
16919 (rmail-summary-font-lock-keywords): Adapt to that change.
16920
16921 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
16922
16923 * progmodes/scheme.el (scheme-mode-variables): When setting
16924 `font-lock-defaults', also specify that "#" should
16925 be interpreted with `word' syntax.
16926 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
16927
16928 2003-09-30 Lars Hansen <larsh@math.ku.dk>
16929
16930 * desktop.el: A lot of comments updated.
16931 (desktop-save-mode): Minor mode introduced.
16932 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
16933 (desktop-load-default): Function made obsolete.
16934 (desktop-locals-to-save): Variable made customizable.
16935 (desktop-read): Optional parameter `dirname' added.
16936 (desktop-change-dir, desktop-revert): Parameter `dirname' in
16937 `desktop-read' used.
16938 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
16939
16940 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
16941
16942 * whitespace.el (whitespace-clean-msg): Add user customizable message
16943 for displaying ``clean'' output.
16944 (whitespace-buffer): Use `whitespace-clean-msg'.
16945 (whitespace-global-mode): Fix typo.
16946
16947 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
16948
16949 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
16950
16951 2003-09-29 Lute Kamstra <lute@gnu.org>
16952
16953 * bindings.el (mode-line-modes): Remove superfluous :propertize
16954 construct in initialization.
16955 (mode-line-position): Change cons cell into proper list in
16956 initialization.
16957
16958 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16959
16960 * international/mule.el (decode-coding-inserted-region): Use car
16961 of the return value of find-operation-coding-system.
16962
16963 2003-09-29 Kenichi Handa <handa@m17n.org>
16964
16965 * descr-text.el (describe-char): Fix previous change.
16966
16967 2003-09-28 Kenichi Handa <handa@m17n.org>
16968
16969 * descr-text.el (describe-char-display): New function.
16970 (describe-char): Pay attention to display table on describing how
16971 a character is displayed.
16972
16973 * international/mule-cmds.el (encoded-string-description):
16974 Prepend "0x" to each encoded byte.
16975
16976 2003-09-28 Andreas Schwab <schwab@suse.de>
16977
16978 * find-file.el (ff-special-constructs): Add autoload cookie.
16979
16980 2003-09-28 Kevin Ryde <user42@zip.com.au>
16981
16982 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
16983 makeinfo appends to duplicate index entries.
16984
16985 2003-09-28 Eli Zaretskii <eliz@gnu.org>
16986
16987 * dired-x.el (dired-clean-tex): Doc fix.
16988
16989 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
16990 using a Chinese tutorial.
16991
16992 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16993
16994 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
16995 between "MAIL FROM:" and "RCPT TO:" and the following address.
16996
16997 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16998
16999 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
17000
17001 2003-09-28 David Ponce <david@dponce.com>
17002
17003 * recentf.el (recentf-initialize-file-name-history): New defcustom.
17004 (recentf-load-list): When `recentf-initialize-file-name-history'
17005 is non-nil, initialize an empty `file-name-history' with the
17006 recent list.
17007
17008 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
17009
17010 * man.el (Man-default-man-entry): Remove the leading `*' from the
17011 word at point.
17012
17013 2003-09-26 Lute Kamstra <lute@gnu.org>
17014
17015 * bindings.el (mode-line-position): Mention size indication in
17016 docstring.
17017
17018 2003-09-26 Andre Spiegel <spiegel@gnu.org>
17019
17020 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
17021
17022 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
17023 because it's autoloaded now.
17024
17025 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17026
17027 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
17028 (sh-font-lock-keywords, sh-feature): Fix previous change of
17029 sh-feature to avoid infloop with sh-font-lock-keywords.
17030
17031 2003-09-25 Kim F. Storm <storm@cua.dk>
17032
17033 * frame.el (frame-current-scroll-bars): New defun.
17034
17035 * window.el (window-current-scroll-bars): New defun.
17036
17037 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17038
17039 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
17040 cause errors when the state cache contains info on parts that have
17041 been narrowed out.
17042
17043 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17044
17045 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
17046 `c-setup-paragraph-variables' has to be used when this variable is
17047 changed; it doesn't work to reinitialize the mode since that
17048 typically clobbers the variable.
17049
17050 * progmodes/cc-styles.el (c-setup-paragraph-variables):
17051 Make it interactive.
17052
17053 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17054
17055 * progmodes/cc-fonts.el (c-font-lock-declarations):
17056 Fix recognition of constructors and destructors for classes whose
17057 names are matched by `*-font-lock-extra-types'.
17058
17059 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
17060 followed by an identifier in C++ then it's a type.
17061
17062 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17063
17064 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
17065 problem that primarily affected XEmacs. Don't use faces to find
17066 unterminated strings since Emacs and XEmacs fontify strings
17067 differently - this function should now work better in XEmacs.
17068
17069 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17070
17071 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
17072 `expand-abbrev' workaround which caused braces to misbehave inside
17073 macros.
17074
17075 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
17076 handling. This bug could cause interactive font locking to bail out.
17077
17078 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17079
17080 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17081 Handle paren-style types in Pike. Also fixed some cases of
17082 insufficient handling of unbalanced parens.
17083
17084 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
17085
17086 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
17087 common shell prompts that are not common filename or URL characters.
17088 (ffap-file-at-point): Use the new regexp to strip the prompts from
17089 the file names. This is an issue mostly for user prompts that
17090 don't have a trailing space and find-file-at-point is invoked from
17091 within a shell inside Emacs.
17092
17093 2003-09-24 Andre Spiegel <spiegel@gnu.org>
17094
17095 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
17096 stamps numerically, rather than textually.
17097
17098 2003-09-24 Kenichi Handa <handa@m17n.org>
17099
17100 * language/devan-util.el (devanagari-post-read-conversion):
17101 * language/mlm-util.el (malayalam-post-read-conversion):
17102 * language/tml-util.el (tamil-post-read-conversion):
17103 Add autoload cookie.
17104
17105 * international/utf-8.el (utf-8-post-read-conversion):
17106 Call post-read-conversion functions for Devanagari, Malayalam,
17107 and Tamil.
17108
17109 2003-09-23 Dave Love <fx@gnu.org>
17110
17111 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
17112
17113 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
17114
17115 * progmodes/gud.el (perldb): Add gud-until to list of commands.
17116 Update gud-remove.
17117
17118 2003-09-22 Richard M. Stallman <rms@gnu.org>
17119
17120 * progmodes/sh-script.el (sh-mode-default-syntax-table):
17121 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
17122 (sh-mode-syntax-table-input): New variable.
17123 (sh-require-final-newline): Don't use eval.
17124 (sh-builtins, sh-leading-keywords, sh-other-keywords)
17125 (sh-variables, sh-font-lock-keywords): Don't use eval.
17126 (sh-set-shell): When setting require-final-newline,
17127 treat value = `require-final-newline' as don't change it.
17128 Set sh-mode-syntax-table locally based on
17129 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
17130
17131 * progmodes/compile.el (compile-internal):
17132 Call compilation-set-window-height before setting window start.
17133
17134 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
17135
17136 * emacs-lisp/bytecomp.el (byte-compile-log-file):
17137 Clear out byte-compile-last-warned-form.
17138
17139 2003-09-22 Richard M. Stallman <rms@gnu.org>
17140
17141 * woman.el (woman-file-name, woman-follow-word):
17142 If current-word returns nil, use "".
17143
17144 * simple.el (eval-expression): Bind standard-output in to-buffer case.
17145
17146 2003-09-22 Richard M. Stallman <rms@gnu.org>
17147
17148 * emacs-lisp/lisp-mnt.el (lm-with-file):
17149 Don't visit the file, just use insert-file-contents in temp buffer.
17150
17151 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
17152
17153 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
17154 Add surrounding \\( and \\) around the header, as in
17155 for lm-history-header 'Change Log\\|History'.
17156
17157 2003-09-22 John Paul Wallington <jpw@gnu.org>
17158
17159 * progmodes/ld-script.el: Add Commentary section,
17160 minor cleanup of file header.
17161 (ld-script-font-lock-keywords): Doc fix.
17162 (toplevel): Provide `ld-script' feature.
17163
17164 2003-09-21 Kim F. Storm <storm@cua.dk>
17165
17166 * scroll-bar.el (set-scroll-bar-mode): Initialize to
17167 new built-in variable default-frame-scroll-bars.
17168 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
17169 scroll-bar-mode; notably, use it instead of t when we toggle
17170 scroll-bars on.
17171 (toggle-scroll-bar): Use default-frame-scroll-bars.
17172
17173 2003-09-19 Masatake YAMATO <jet@gyve.org>
17174
17175 * pcvs.el (cvs-do-removal): Change the prompt depending on
17176 `filter' value.
17177
17178 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17179
17180 * startup.el (command-line-1): Stop startup-echo-area-message
17181 being hidden by "Loading image..." message.
17182 (use-fancy-splash-screens-p, display-splash-screen):
17183 Move display-graphic-p test from latter to former.
17184
17185 * progmodes/sh-script.el (sh-font-lock-keywords):
17186 Highlight escaped EOLs differently from other backslash constructs.
17187
17188 2003-09-19 Richard M. Stallman <rms@gnu.org>
17189
17190 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
17191 New functions.
17192 (edebug-enter, edebug-outside-excursion): Use them.
17193
17194 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
17195 Fix the condition for whether to print "In WHERE".
17196
17197 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
17198
17199 * finder.el (finder-mode-hook): New variable.
17200 (finder-mode): Run hook finder-mode-hook
17201
17202 2003-09-18 Masatake YAMATO <jet@gyve.org>
17203
17204 * progmodes/ebrowse.el: Fix broken magic autoload comments.
17205
17206 2003-09-17 Mario Lang <mlang@delysid.org>
17207
17208 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
17209 "p %e" to actually print the value in the GUD buffer.
17210
17211 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
17212
17213 From David Ponce <david.ponce@wanadoo.fr>:
17214 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
17215 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
17216 from loaddefs-boot.el if necessary.
17217
17218 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
17219
17220 * progmodes/gud.el (gud-find-class): Make jdb work again since
17221 cc-mode changed the syntactic information.
17222
17223 2003-09-15 David Ponce <david@dponce.com>
17224
17225 * recentf.el: (recentf-exclude): Accept predicates too.
17226 (recentf-file-readable-p): New function.
17227 (recentf-include-p): Handle predicates in recentf-exclude.
17228 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
17229 (recentf-cleanup): Likewise.
17230 (recentf-save-list): Use write-file to handle backup of
17231 recentf-save-file.
17232
17233 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
17234
17235 * loaddefs-boot.el: Renamed from `loaddefs.el'
17236 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
17237 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
17238 necessary.
17239
17240 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
17241
17242 * electric.el (Electric-pop-up-window): For the `one-window' case,
17243 no longer disconcertingly move point in the original buffer.
17244
17245 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17246
17247 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
17248
17249 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
17250
17251 * dired.el (dired-mode-map): Fix typo.
17252
17253 2003-09-11 Richard M. Stallman <rms@gnu.org>
17254
17255 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
17256
17257 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17258
17259 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
17260 the function is less noisy. Now only `kill-buffer' can ask questions.
17261
17262 2003-09-10 Mario Lang <mlang@delysid.org>
17263
17264 * battery.el: Update Commentary and Copyright.
17265 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
17266 appear due to wrong ordering of the expressions in `or'.
17267
17268 2003-09-09 Lute Kamstra <lute@gnu.org>
17269
17270 * misc.el (upcase-char): Fix docstring.
17271 (zap-up-to-char): New command.
17272
17273 2003-09-08 David Ponce <david@dponce.com>
17274
17275 Ensure that recentf correctly updates the menu bar.
17276 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
17277 (recentf-menu-bar): New function.
17278 (recentf-clear-data): Use it
17279 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
17280 of easy-menu-change.
17281
17282 2003-09-08 Lute Kamstra <lute@gnu.org>
17283
17284 * simple.el (size-indication-mode): New.
17285 * bindings.el (mode-line-position): Add buffer size indicator.
17286
17287 2003-09-04 Mario Lang <mlang@delysid.org>
17288
17289 * battery.el (battery-linux-proc-acpi): New function.
17290 (battery-status-function): Modify default value calculation to also
17291 check for availability of ACPI.
17292 (battery-echo-area-format): Ditto.
17293 (battery-mode-line-format): Ditto.
17294
17295 2003-09-06 Dave Love <fx@gnu.org>
17296
17297 * ielm.el (ielm-mode-hook): Add :options.
17298
17299 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
17300 (eldoc-print-current-symbol-info): Use it.
17301
17302 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
17303
17304 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
17305 being displayed in GUD buffer.
17306 (gdb-idle-input-queue): Remove var. Use just one queue.
17307 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
17308 Remove functions. Use just one queue.
17309 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
17310 (gdb-invalidate-assembler, gdb-get-current-frame):
17311 Modify functions. Use just one queue.
17312
17313 2003-09-04 Dave Love <fx@gnu.org>
17314
17315 * cus-start.el: Add blink-cursor-alist.
17316
17317 * ruler-mode.el (ruler-mode-fill-column-char)
17318 (ruler-mode-current-column-char): Use char-displayable-p,
17319 not window-system.
17320
17321 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
17322
17323 * language/european.el (windows-1252): Move from code-pages.
17324
17325 * language/cyrillic.el ("Windows-1251"): Delete.
17326 ("Bulgarian", "Belarusian"): Remove `features'.
17327 (windows-1251): Move from code-pages.
17328
17329 * international/mule-diag.el (non-iso-charset-alist):
17330 Remove `codepage' stuff.
17331 (print-designation, list-coding-systems-1): Output fixes.
17332
17333 * international/code-pages.el (cp-make-translation-table)
17334 (cp-valid-codes): Made defsubsts.
17335 (cp-fix-safe-chars): Delete.
17336 (mule-diag): Don't require.
17337 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
17338 (top-level): Check for defined coding system when defining
17339 cp... aliases. Change w32-add-charset-info test to avoid warning.
17340 (non-iso-charset-alist): Defvar when compiling.
17341 (cp-make-coding-system): Doc fix.
17342
17343 2003-09-02 Jason Rumney <jasonr@gnu.org>
17344
17345 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
17346 line-ends from CVS before doing conversion.
17347
17348 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
17349
17350 * calendar/diary-lib.el (diary-header-line-flag)
17351 (diary-header-line-format): New variables.
17352 (list-diary-entries): Use them to set header line in simple diary.
17353
17354 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
17355 other than font-lock-string-face to highlight backslashes.
17356
17357 2003-09-01 Jason Rumney <jasonr@gnu.org>
17358
17359 * international/titdic-cnv.el (tit-read-key-value): Include \r in
17360 regexp.
17361
17362 2003-09-01 Dave Love <fx@gnu.org>
17363
17364 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
17365
17366 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
17367 and :help; also line and column numbers labels.
17368
17369 * international/mule-util.el (char-displayable-p): Move from
17370 latin1-disp, rename and autoload.
17371
17372 * international/latin1-disp.el (latin1-char-displayable-p):
17373 Now obsolete alias. Replace uses with char-displayable-p.
17374 (latin1-display-ucs-per-lynx): Fix last change.
17375
17376 * international/mule-cmds.el (standard-display-european-internal):
17377 Don't use char code for Latin-1 NBSP.
17378 <XFree86 4>: Unfrob NBSP display table. Set display table to use
17379 U+2018, U+2019 for `'.
17380 (select-safe-coding-system): Message fix.
17381
17382 2003-09-01 Kenichi Handa <handa@m17n.org>
17383
17384 * international/fontset.el (setup-default-fontset): For Thai
17385 font, specify "*" family.
17386
17387 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17388
17389 * progmodes/compile.el (previous-error): Accept a prefix
17390 argument, similarly to next-error.
17391
17392 2003-08-31 Masatake YAMATO <jet@gyve.org>
17393
17394 * pcvs.el (cvs-do-removal): Use = instead of eq to check
17395 the number of files. Bind the number of files to a local
17396 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
17397
17398 2003-08-30 Eli Zaretskii <eliz@gnu.org>
17399
17400 * vc-hooks.el (vc-make-version-backup): Fix the change made on
17401 2003-07-26: msdos-long-file-names is a function, not a variable.
17402
17403 2003-08-29 Richard M. Stallman <rms@gnu.org>
17404
17405 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
17406 Do nothing with mail-personal-alias-file if it is nil.
17407
17408 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
17409 Do nothing if mail-personal-alias-file is nil.
17410
17411 * term.el (term-exec-1): Bind coding-system-for-read.
17412
17413 * dired.el (dired-mouse-find-file-other-window):
17414 Use dired-view-command-alist here, as in dired-view-file.
17415 (dired-view-command-alist): Use %s to substitute file name.
17416 Handle .ps_pages, .eps, .jpg, .gif, .png.
17417
17418 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17419
17420 * info.el (Info-mode-map): Bind S-tab and <backtab> to
17421 `Info-prev-reference', instead of M-tab.
17422
17423 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
17424
17425 * simple.el (blink-matching-open): Work correctly on chars that
17426 are designated as parens through the syntax-table text property.
17427
17428 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
17429
17430 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
17431 line break position in the middle of a non-kinsoku (e.g. latin)
17432 word, making it skip until either a space or a character with
17433 category "|".
17434 (kinsoku-longer): Test for end of buffer.
17435
17436 2003-08-28 Eli Zaretskii <eliz@gnu.org>
17437
17438 * mail/rmail.el (rmail-convert-to-babyl-format):
17439 Detect quoted-printable- and base64-encoded messages and decode them
17440 automatically. Set the message's encoding from the charset=
17441 header, if any. Decode base64-encoded messages in Mail format as well.
17442
17443 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17444
17445 * mail/smtpmail.el: Fix previous change.
17446 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
17447 calling smtpmail-via-smtp.
17448 (smtpmail-via-smtp): Add fall-back values for envelope-from.
17449
17450 2003-08-26 John Paul Wallington <jpw@gnu.org>
17451
17452 * image.el (image-jpeg-p): Don't search beyond length of data.
17453
17454 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17455
17456 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
17457 misfeature in `expand-abbrev' which caused electric keywords like
17458 "else" to disappear if an open brace was typed directly afterwards.
17459
17460 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17461
17462 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
17463 mandatory in `define-widget'.
17464
17465 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
17466 Don't align the operators "!=", "<=" and ">=" as assignment operators.
17467
17468 (c-assignment-operators): New language constant that only contains
17469 the assignment operators.
17470
17471 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
17472
17473 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17474
17475 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17476 Safeguard against unbalanced sexps.
17477
17478 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
17479
17480 * version.el (emacs-version): Check for gtk. Include gtk version info.
17481
17482 2003-08-25 John Paul Wallington <jpw@gnu.org>
17483
17484 * man.el (Man-default-man-entry): Don't whizz past the section
17485 number before looking for it.
17486
17487 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
17488
17489 * progmodes/gud.el (gud-display-line): Don't set window-point if
17490 source buffer is not visible. (Only happens with M-x gdba.)
17491
17492 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
17493 documentation.
17494 (gdb-source, gdb-source-info): Update to assembler unnecessary
17495 as its done after each GDB command anyway.
17496 (gdb-pre-prompt): Use with-current-buffer.
17497 (gdb-insert-field): Add help-echo text.
17498 (gdb-invalidate-assembler): Re-display of assembler now done in
17499 gdb-info-breakpoints-custom.
17500 (gdb-info-breakpoints-custom): Force re-display of assembler to
17501 happen *after* update of breakpoints buffer.
17502 (gdb-display-source-buffer): Don't choke if gdb-source-window
17503 isn't visible.
17504 (gdb-put-string, gdb-put-arrow): Remove free variables.
17505
17506 2003-08-24 John Paul Wallington <jpw@gnu.org>
17507
17508 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
17509
17510 * man.el (Man-default-man-entry): Strip text properties when
17511 snarfing parts of entry because `format' preserves properties.
17512
17513 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17514
17515 * files.el (file-newest-backup): Use `expand-file-name'.
17516
17517 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
17518 Allow the diary to pop up a new frame, if needed.
17519
17520 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
17521 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
17522 (smtpmail-send-it): Make treatment of envelope-from consistent with
17523 sendmail.el.
17524
17525 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
17526 (sh-leading-keywords): Add the bash `time' reserved word.
17527 (sh-variables): Add some bash variables.
17528 (sh-add-completer): Fix nil branch of case statement.
17529
17530 2003-08-24 Masatake YAMATO <jet@gyve.org>
17531
17532 * progmodes/ld-script.el: New file.
17533
17534 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
17535
17536 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
17537
17538 2003-08-23 Andre Spiegel <spiegel@gnu.org>
17539
17540 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
17541 Better explain obsolescence, and what to use instead.
17542
17543 2003-08-23 Masatake YAMATO <jet@gyve.org>
17544
17545 * pcvs.el (cvs-do-removal): Show the deleted file name
17546 on the prompt.
17547
17548 2003-08-20 Dave Love <fx@gnu.org>
17549
17550 * international/mule.el (make-coding-system)
17551 (set-buffer-file-coding-system): Doc fix.
17552
17553 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
17554
17555 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
17556
17557 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
17558
17559 * international/utf-16.el: Add mime-text-unsuitable coding system
17560 properties.
17561
17562 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
17563
17564 * cus-edit.el: Add some :links.
17565 (bib): Remove.
17566
17567 * textmodes/bib-mode.el (bib): Add :group external.
17568
17569 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
17570
17571 * wid-edit.el (widget-echo-help): Make it handle expressions that
17572 evaluate to strings.
17573
17574 2003-08-18 Michael Mauger <mmaug@yahoo.com>
17575
17576 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
17577
17578 Simplify selection of SQL products to define highlighting and
17579 interactive mode. Includes detailed instructions on adding
17580 support for new products.
17581
17582 * progmodes/sql.el (sql-product): New variable. Identifies SQL
17583 product for use in highlighting and interactive mode.
17584 (sql-interactive-product): New variable. SQL product for
17585 sql-interactive-mode.
17586 (sql-product-support): New variable. Specifies product-specific
17587 parameters to drive highlighting and interactive mode.
17588 (sql-imenu-generic-expression): Add more object types.
17589 (sql-sqlite-options): Correct comment.
17590 (sql-ms-program): Use "osql" rather than "isql".
17591 (sql-prompt-regexp, sql-prompt-length): Update comment.
17592 (sql-mode-menu): Add "Start SQLi session" entry.
17593 Replace Highlighting submenu with Product menu. Fix Send Region entry.
17594 (sql-mode-abbrev-table): Add abbreviations. Support of
17595 SYSTEM-FLAG on define-abbrev. Support was removed with last
17596 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
17597 (sql-mode-font-lock-object-name): Add font-lock pattern for object
17598 names.
17599 (sql-mode-ansi-font-lock-keywords): Set as default value.
17600 (sql-mode-oracle-font-lock-keywords): Set as default value.
17601 Support Oracle 9i keywords.
17602 (sql-mode-postgres-font-lock-keywords): Set as default value.
17603 (sql-mode-linter-font-lock-keywords): Set as default value.
17604 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
17605 SQLServer 2000.
17606 (sql-mode-sybase-font-lock-keywords)
17607 (sql-mode-interbase-font-lock-keywords)
17608 (sql-mode-sqlite-font-lock-keywords)
17609 (sql-mode-strong-font-lock-keywords)
17610 (sql-mode-mysql-font-lock-keywords)
17611 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
17612 keywords.
17613 (sql-mode-font-lock-defaults): Update comment.
17614 (sql-product-feature): New function. Returns feature associated
17615 with a product from `sql-product-support' alist.
17616 (sql-product-font-lock): New function. Set font-lock support
17617 based on `sql-product'.
17618 (sql-add-product-keywords): New function. Add font-lock rules to
17619 product-specific keyword variables.
17620 (sql-set-product): New function. Set `sql-product' and apply
17621 appropriate font-lock highlighting.
17622 (sql-highlight-product): New function. Set font-lock support
17623 based on a product. Also set mode name to include product name.
17624 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
17625 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
17626 Use `sql-set-product'.
17627 (sql-highlight-ms-keywords)
17628 (sql-highlight-sybase-keywords)
17629 (sql-highlight-interbase-keywords)
17630 (sql-highlight-strong-keywords)
17631 (sql-highlight-mysql-keywords)
17632 (sql-highlight-sqlite-keywords)
17633 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
17634 (sql-get-login): Prompt in the same order as the tokens.
17635 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
17636 (sql-product-interactive): New function. Common portions of
17637 product-specific interactive mode wrappers.
17638 (sql-interactive-mode): Rewritten to use product features.
17639 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
17640 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
17641 (sql-db2, sql-linter): Use `sql-product-interactive'.
17642 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
17643 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
17644 (sql-connect-ingres, sql-connect-postgres)
17645 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
17646 New functions. Format command line parameters and invoke comint on
17647 the appropriate interpreter. Code was in the corresponding
17648 `sql-xyz' function before.
17649 (sql-connect-ms): New function. Support -E argument to use
17650 operating system credentials for authentication.
17651
17652 2003-08-18 Kenichi Handa <handa@m17n.org>
17653
17654 * international/mule.el (encode-char): Fix for the ASCII case.
17655
17656 2003-08-15 Kenichi Handa <handa@m17n.org>
17657
17658 * international/fontset.el (setup-default-fontset): Change "*" to
17659 nil in the specifications of font family.
17660
17661 2003-08-18 Kim F. Storm <storm@cua.dk>
17662
17663 * kmacro.el (kmacro-keymap): Group related bindings in
17664 initialization for clarity. Bind C-s to start macro.
17665 Remove C-r binding.
17666 (kmacro-initial-counter-value): New defvar to hold initial counter
17667 value in case we set the value before defining a macro.
17668 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
17669 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
17670 not defining or executing macro. Doc fix.
17671 (kmacro-add-counter): Clear kmacro-initial-counter-value.
17672 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
17673 temporarily view older elements on the macro ring without cycling
17674 the ring.
17675 (kmacro-display): Doc fix.
17676 (kmacro-exec-ring-item): New helper function.
17677 (kmacro-call-ring-2nd): Use it.
17678 (kmacro-call-ring-2nd-repeat): Doc fix.
17679 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
17680 (kmacro-end-or-call-macro): Execute last viewed macro (using
17681 kmacro-exec-ring-item) from ring if this follows
17682 kmacro-view-macro. This allows us to find a macro on the ring
17683 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
17684 the ring to bring it to the head of the ring.
17685 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
17686 Allow binding to reserved keys without specifying C-x C-k prefix.
17687 Ask for confirmation if entered key sequence is already bound to
17688 a non-macro command.
17689 (kmacro-view-macro): Repeating command will show older elements
17690 on the macro ring; C-k will execute the last viewed macro.
17691 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
17692 property from 'ring to 'head.
17693
17694 2003-08-17 Alan Shutko <ats@acm.org>
17695
17696 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
17697 keeping December out of the alist.
17698
17699 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
17700
17701 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
17702 * calendar/calendar.el (calendar-mode-map): Bind it to key.
17703 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
17704 (calendar-flatten): New function.
17705 (calendar-mouse-view-other-diary-entries)
17706 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
17707 in the menu title and to show multi-line diary entries correctly
17708 in the menu.
17709
17710 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
17711
17712 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
17713 defcustom, because the default was recently changed.
17714
17715 2003-08-16 Richard M. Stallman <rms@gnu.org>
17716
17717 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
17718
17719 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17720 New subroutine, broken out of eval-last-sexp-1.
17721 (eval-last-sexp-1): Use eval-last-sexp-print-value.
17722
17723 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
17724
17725 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
17726
17727 * simple.el (eval-expression): Use eval-last-sexp-print-value.
17728
17729 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
17730
17731 * progmodes/compile.el (compilation-error-regexp-alist):
17732 Add Java ANt error detection as described in document
17733 http://ant.apache.org/faq.html
17734
17735 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
17736
17737 * simple.el (backward-word, forward-to-indentation)
17738 (backward-to-indentation): Argument changed to optional.
17739 (next-line, previous-line): Use `or' instead of `unless'.
17740
17741 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17742
17743 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
17744 instead of a constant.
17745
17746 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
17747
17748 * shell.el (shell): With prefix-arg, suggest a new buffer name.
17749
17750 2003-08-12 Andre Spiegel <spiegel@gnu.org>
17751
17752 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
17753 (vc-sccs-workfile-version): Search the entire delta table, rather
17754 than just the first entry, because that might be a deleted version.
17755
17756 2003-08-11 Karl Fogel <kfogel@red-bean.com>
17757
17758 * menu-bar.el (menu-bar-options-menu): Supply a body for the
17759 [save-place] binding in the Options menu. Have it require
17760 'saveplace' and then toggle the variable manually, to avoid an an
17761 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
17762 for the bug report.
17763
17764 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
17765
17766 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
17767 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
17768 (gdb-info-threads-custom): Add help-echo text.
17769 (gdb-display-back): Don't use purecopy.
17770 (gdb-info-breakpoints-custom, gdb-reset)
17771 (gdb-assembler-custom): Use display-images-p to test if breakpoint
17772 icons can be displayed.
17773
17774 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
17775
17776 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
17777
17778 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
17779
17780 * bookmark.el (bookmark-completing-read):
17781 Return a string, instead of a list of one string.
17782 Use a popup menu if activated from the mouse.
17783 (bookmark-edit-annotation): Remove unused vars.
17784 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
17785 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
17786 to bookmark-completing-read.
17787 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17788 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
17789 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
17790 and erase-buffer.
17791 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
17792 (bookmark-menu-jump, bookmark-menu-insert)
17793 (bookmark-popup-menu-and-apply-function)
17794 (bookmark-menu-popup-paned-bookmark-menu): Remove.
17795 (bookmark-menu-build-paned-menu): Remove by folding it into
17796 bookmark-menu-popup-paned-menu.
17797 (menu-bar-bookmark-map): Move the define-key statements here.
17798 Use the "non-menu" commands since they now pop up a menu if needed.
17799 (bookmark-exit-hook-internal): Simplify.
17800
17801 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
17802
17803 * reftex-toc.el (reftex-toc-rename-label): New function.
17804 (reftex-toc-check-docstruct): New function.
17805
17806 * reftex.el (reftex-region-active-p): New function.
17807
17808 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
17809 regexp to find the \bibliography macro.
17810
17811 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
17812 which does not exist in LaTeX.
17813 (reftex-cite-format-builtin): Added amsrefs support.
17814 (reftex-toc-confirm-promotion): New option
17815
17816 * reftex-toc.el
17817 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
17818 (reftex-toc-demote, reftex-toc-promote)
17819 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17820 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17821 (reftex-toc-newhead-from-alist)
17822 (reftex-toc-load-all-files-for-promotion): New functions.
17823 (reftex-toc-help): Added description of new keys.
17824 (reftex-toc-split-windows-fraction): New option.
17825 (reftex-recenter-toc-when-idle): Search *toc* window on all
17826 visible frames.
17827 (reftex-toc): Additional parameter REUSE
17828 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
17829 with REUSE argument.
17830 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
17831 the call of `reftex-toc'.
17832 (reftex-make-separate-toc-frame): New function .
17833 (reftex-toc-recenter): When called with triple prefix arg, call
17834 `reftex-make-separate-toc-frame' first.
17835 (reftex-toc-toggle-dedicated-frame): New command.
17836 (reftex-toc-quit): Adapted to delete frame when called in
17837 dedicated frame.
17838
17839 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
17840 all enclosing macros.
17841
17842
17843 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17844
17845 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
17846 first use.
17847
17848 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17849
17850 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
17851
17852 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17853
17854 * calendar/calendar.el (list-diary-entries-hook)
17855 (diary-display-hook, nongregorian-diary-listing-hook)
17856 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
17857 Add some customize options for these hooks.
17858 (calendar-abbrev-construct): Don't try to take a substring longer
17859 than the original string.
17860
17861 2003-08-05 Richard M. Stallman <rms@gnu.org>
17862
17863 * emacs-lisp/testcover.el (noreturn): Report error if does return.
17864 (testcover-reinstrument-clauses): Doc fix.
17865
17866 * emacs-lisp/warnings.el: Doc fixes, args renamed.
17867 (warning-type-format): Rename from warning-group-format.
17868
17869 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
17870 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
17871 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
17872 to prevent warnings about defvar for an obsolete variable.
17873
17874 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
17875 warning-group-format renamed to warning-type-format.
17876
17877 * subr.el (read-passwd): Use clear-string instead of fillarray.
17878
17879 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
17880 Use vconcat instead of concat.
17881 (edmacro-sanitize-for-string): New function.
17882
17883 2003-08-05 Dave Love <fx@gnu.org>
17884
17885 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
17886 line-number-display-limit-width.
17887
17888 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
17889
17890 2003-08-05 Kenichi Handa <handa@m17n.org>
17891
17892 * international/code-pages.el: Don't require mule-diag.
17893
17894 * international/mule-diag.el (non-iso-charset-alist):
17895 Add autoload cookie.
17896
17897 * language/devan-util.el (dev-glyph-order): Add an entry for the
17898 glyph code #xC4.
17899
17900 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17901
17902 * calendar/calendar.el (diary-file, diary-file-name-prefix)
17903 (european-calendar-style, diary-date-forms)
17904 (calendar-day-name-array, calendar-month-name-array): Doc change.
17905 (generate-calendar-month): Adapt for new behaviour of
17906 `calendar-day-name' function.
17907 (calendar-abbrev-length, calendar-day-abbrev-array)
17908 (calendar-month-abbrev-array): New variables.
17909 (calendar-abbrev-construct): New function.
17910 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
17911 rather than fixing abbrevs at some width. Calling syntax change.
17912 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
17913 (calendar-date-string): Adapt for new behaviours of
17914 `calendar-day-name' and `calendar-month-name' functions.
17915
17916 * calendar/diary-lib.el (list-diary-entries): Adapt for new
17917 behaviour of `calendar-day-name' and `calendar-month-name' functions.
17918 (diary-name-pattern): Use abbrev arrays, rather than fixing
17919 abbrevs at three chars. Calling syntax change.
17920 (mark-diary-entries): Adapt for new behaviours of
17921 `diary-name-pattern' and `calendar-make-alist' functions.
17922 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
17923 `diary-name-pattern' function.
17924 (font-lock-diary-date-forms): Use abbrev arrays, rather than
17925 fixing abbrevs at three chars. Calling syntax change.
17926 (cal-hebrew, cal-islam): Require when compiling.
17927 (diary-font-lock-keywords): Adapt for new behaviour of
17928 `font-lock-diary-date-forms' function.
17929
17930 * calendar/cal-hebrew.el: Reposition some code so defined before used.
17931 (calendar-hebrew-month-name-array-common-year)
17932 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
17933 (list-hebrew-diary-entries): Adapt for new behaviours of
17934 `calendar-day-name' and `add-to-diary-list' functions.
17935 (mark-hebrew-diary-entries): Adapt for new behaviours of
17936 `diary-name-pattern' and `calendar-make-alist' functions.
17937
17938 * calendar/cal-islam.el (calendar-islamic-month-name-array):
17939 Add doc string.
17940 (list-islamic-diary-entries): Adapt for new behaviours of
17941 `calendar-day-name' and `add-to-diary-list' functions.
17942 (mark-islamic-diary-entries): Adapt for new behaviours of
17943 `diary-name-pattern' and `calendar-make-alist' functions.
17944
17945 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
17946 `calendar-month-name' function.
17947
17948 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
17949
17950 * calendar/solar.el (solar-seasons-data): Move definition before use.
17951
17952 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
17953 (cal-tex-LaTeX-hourbox): Move definition before use.
17954
17955 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
17956 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
17957 lunar.el, solar.el
17958 (displayed-month, displayed-year): Define for compiler.
17959
17960 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17961
17962 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
17963 MODE. Renamed from c-init-c-language-vars'.
17964 (c-initialize-cc-mode): Change accordingly.
17965 (c-common-init): Ditto.
17966 (c-mode): Ditto.
17967 (c++-mode): Use `c-init-language-vars-for'.
17968 (objc-mode): Ditto.
17969 (java-mode): Ditto.
17970 (idl-mode): Ditto.
17971 (pike-mode): Ditto.
17972 (awk-mode): Ditto.
17973
17974 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17975
17976 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
17977 or not the point moved.
17978
17979 (c-search-decl-header-end): Don't trip up on operator identifiers
17980 in C++ and operators like == in all languages.
17981
17982 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17983 Detect leading labels correctly.
17984
17985 2003-08-02 Andreas Schwab <schwab@suse.de>
17986
17987 * textmodes/ispell.el: Don't redo key bindings on loading, put
17988 them only in loaddefs.el.
17989 * bookmark.el: Likewise.
17990 * dabbrev.el: Likewise.
17991 * emerge.el: Likewise.
17992
17993 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
17994 has more than one member.
17995
17996 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
17997
17998 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17999
18000 * lpr.el (printify-region): It was ending conversion before the
18001 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
18002
18003 2003-07-31 John Paul Wallington <jpw@gnu.org>
18004
18005 * net/browse-url.el (browse-url-epiphany): Doc fix.
18006
18007 2003-07-30 Kenichi Handa <handa@m17n.org>
18008
18009 * international/fontset.el (setup-default-fontset):
18010 Change registry names of Akurti fonts.
18011
18012 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18013
18014 * comint.el (comint-read-noecho): Use `clear-string' instead of
18015 `fillarray'.
18016
18017 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
18018
18019 * outline.el (outline-mode-hook): Add defvar.
18020
18021 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
18022
18023 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
18024 Restore assembler in source window if that is what has been selected.
18025 (menu): Add gdb-restore-windows to menu. Make gdba
18026 specific menus only visible from gdba.
18027
18028 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
18029
18030 * progmodes/compile.el (compilation-environment): New user variable.
18031 (compile-internal): Respect it.
18032
18033 2003-07-23 Masatake YAMATO <jet@gyve.org>
18034
18035 * progmodes/gud.el (gdb-script-font-lock-keywords):
18036 Put `font-lock-function-name-face' on a symbol which includes
18037 `-' like `hook-run'. Put font-lock-variable-name-face
18038 on a symbol starting with $.
18039
18040 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
18041
18042 * files.el (set-visited-file-name): Use truename for buffer-file-name.
18043
18044 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18045
18046 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
18047
18048 2003-07-26 Andre Spiegel <spiegel@gnu.org>
18049
18050 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
18051 Use with-no-warnings.
18052 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
18053 rather than to find-file-not-found-hook, which doesn't exist.
18054
18055 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18056
18057 * international/quail.el (quail-translate-key): Fix previous change.
18058
18059 2003-07-25 John Paul Wallington <jpw@gnu.org>
18060
18061 * server.el (server-start): Check `server-process' is non-nil
18062 before killing it to avoid killing current buffer's process.
18063
18064 * simple.el (choose-completion-string): Use `minibufferp';
18065 test `completion-reference-buffer' if `buffer' arg is nil.
18066 (push-mark): Use `when' and `unless'.
18067 (pop-mark): Use `when'.
18068
18069 * mouse-sel.el (mouse-sel-get-selection-function):
18070 Check `x-last-selected-text-primary'. Don't barf if it or
18071 `x-last-selected-text' aren't bound.
18072
18073 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18074
18075 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
18076
18077 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
18078
18079 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
18080
18081 2003-07-23 John Paul Wallington <jpw@gnu.org>
18082
18083 * tooltip.el (defface tooltip): Inherit from variable-pitch.
18084
18085 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18086
18087 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
18088 string. Defvar the derived hook.
18089
18090 * macros.el (insert-kbd-macro): Escape double quote character.
18091 From Thomas W Murphy <twm@andrew.cmu.edu>.
18092
18093 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
18094
18095 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
18096 to match the specific mark rather than reusing comment-start-skip.
18097
18098 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
18099
18100 * progmodes/hideshow.el (hs-special-modes-alist):
18101 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
18102
18103 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
18104
18105 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
18106 value using ?\s.
18107
18108 2003-07-21 John Paul Wallington <jpw@gnu.org>
18109
18110 * subr.el (with-selected-window): Add closing paren.
18111
18112 2003-07-21 Richard M. Stallman <rms@gnu.org>
18113
18114 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
18115 (lisp-mode): Likewise.
18116
18117 * subr.el (with-selected-window): Copy code form save-selected-window
18118 so as to call select-window with norecord arg.
18119 (dynamic-completion-table): Doc fix.
18120 (lazy-completion-table): Doc fix.
18121
18122 * international/mule-cmds.el (set-locale-environment):
18123 langinfo renamed to locale-info.
18124
18125 * international/mule.el (auto-coding-functions): Doc fix.
18126
18127 2003-07-21 Kenichi Handa <handa@m17n.org>
18128
18129 * international/quail.el (quail-translate-key):
18130 Update quail-current-str correctly.
18131
18132 2003-07-21 Andreas Schwab <schwab@suse.de>
18133
18134 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
18135 ?, to "_".
18136
18137 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
18138 Version 2.0.36 of Tramp released.
18139
18140 * net/tramp.el (tramp-default-password-end-of-line): Rename from
18141 tramp-password-end-of-line.
18142 (tramp-password-end-of-line): New method parameter.
18143 (tramp-get-password-end-of-line): Function to access method
18144 parameter `tramp-password-end-of-line', or variable
18145 `tramp-default-password-end-of-line' (default value).
18146 (tramp-methods): Add entries for new parameter
18147 tramp-password-end-of-line.
18148 (tramp-enter-password): Use new function
18149 `tramp-get-password-end-of-line'.
18150 (tramp-handle-insert-file-contents): Do not
18151 unconditionally inhibit the file operation file-local-copy, only
18152 do that when the inhibit-file-name-operation is currently
18153 insert-file-contents. This fixes finding remote CVS-controlled
18154 files. (It would barf on inserting the CVS/Entries file
18155 literally, because the file-local-copy handler wasn't called.)
18156 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
18157 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
18158 (tramp-initial-commands): New variable.
18159 (tramp-process-initial-commands): New function, using the variable.
18160 (tramp-open-connection-setup-interactive-shell): Call the new function.
18161 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
18162 method into the buffer name, never use nil. Reported by Hanak
18163 David <dhanak@inf.bme.hu>.
18164 (tramp-open-connection-setup-interactive-shell): Erase buffer
18165 before sending "stty -onlcr".
18166
18167 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
18168
18169 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
18170
18171 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
18172
18173 2003-07-19 John Paul Wallington <jpw@gnu.org>
18174
18175 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
18176 (artist-draw-rect, artist-draw-square): Doc fixes.
18177
18178 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
18179
18180 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
18181
18182 2003-07-19 Kenichi Handa <handa@m17n.org>
18183
18184 * international/kkc.el (kkc-show-conversion-list-update):
18185 Highlight the correct candidate in the message.
18186
18187 2003-07-18 John Paul Wallington <jpw@gnu.org>
18188
18189 * simple.el (current-word): Don't include punctuation char when
18190 `really-word' arg is non-nil.
18191
18192 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
18193
18194 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
18195 moved to the directory obsolete.
18196
18197 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
18198
18199 * info.el (Info-menu-entry-name-re): Allow newlines in
18200 menu entry names.
18201
18202 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
18203 syntax-ppss-after-change-function.
18204 (syntax-ppss-after-change-function): New alias. Update uses.
18205 (syntax-ppss): Catch the case where the buffer is narrowed.
18206
18207 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18208
18209 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
18210 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
18211
18212 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18213
18214 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
18215 since it might be modified.
18216
18217 * progmodes/cc-langs.el (c++-make-template-syntax-table)
18218 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
18219 names to these language constants.
18220
18221 2003-07-15 Kim F. Storm <storm@cua.dk>
18222
18223 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
18224 All uses changed.
18225
18226 2003-07-14 Mark A. Hershberger <mah@everybody.org>
18227
18228 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
18229 Namespace support.
18230
18231 2003-07-13 Juanma Barranquero <lektu@terra.es>
18232
18233 * frame.el (modify-all-frames-parameters): Reinstall (copyright
18234 papers received).
18235
18236 2003-07-13 Karl Eichwalder <ke@suse.de>
18237
18238 * textmodes/po.el (po-find-charset): White space at the start of the
18239 Content-Type field body is non-mandatory.
18240
18241 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
18242
18243 * textmodes/texinfo.el (texinfo-section-list):
18244 Append appendixsection; a synonym for appendixsec.
18245
18246 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
18247
18248 * man.el (Man-translate-cleanup): New.
18249 (Man-translate-references): Call `Man-translate-cleanup' to clean
18250 leading, trailing and middle spaces.
18251
18252 2003-07-13 Lars Hansen <larsh@math.ku.dk>
18253
18254 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
18255 Handle `dired-directory' being a list.
18256
18257 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
18258
18259 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
18260 it doesn't exist.
18261
18262 2003-07-12 Richard M. Stallman <rms@gnu.org>
18263
18264 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
18265
18266 * progmodes/cc-defs.el (c-make-keywords-re):
18267 Don't use delete-duplicates.
18268 (c-lang-const): Don't use mapcan.
18269
18270 * apropos.el (apropos-show-scores): Make it customizable.
18271 Document new meaning.
18272 (apropos): Compute scores from symbols.
18273 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
18274
18275 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18276
18277 * ps-bdf.el: Fix copyright line.
18278 (bdf-directory-list): Fix initialization code.
18279
18280 2003-07-11 John Paul Wallington <jpw@gnu.org>
18281
18282 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
18283 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
18284 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
18285
18286 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
18287
18288 * emacs-lisp/ring.el (ring-elements): Doc fix.
18289
18290 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18291
18292 * calendar/timeclock.el (timeclock-relative)
18293 (timeclock-ask-before-exiting, timeclock-use-display-time):
18294 Doc changes.
18295 (timeclock-modeline-display): Give a message if
18296 `timeclock-use-display-time' is non-nil but `display-time-mode'
18297 is not active.
18298
18299 2003-07-11 Kenichi Handa <handa@m17n.org>
18300
18301 * international/mule-cmds.el (set-language-environment):
18302 Set current-language-environment to the correct string.
18303
18304 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18305
18306 * ps-print.el: Print line number correctly in a region. Reported by
18307 Tim Allen <timallen@ls83.fsnet.co.uk>.
18308 (ps-print-version): New version number (6.6.2).
18309 (ps-printing-region): Code fix.
18310
18311 2003-07-10 John Paul Wallington <jpw@gnu.org>
18312
18313 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
18314 this function can be called from `add-completions-from-tags-table'.
18315
18316 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
18317
18318 * calendar/timeclock.el (timeclock-use-display-time)
18319 (timeclock-day-over-hook, timeclock-workday-remaining)
18320 (timeclock-status-string, timeclock-when-to-leave)
18321 (timeclock-when-to-leave-string, timeclock-log-data)
18322 (timeclock-find-discrep, timeclock-day-base)
18323 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
18324 (timeclock-modeline-display): Set the variable
18325 `timeclock-modeline-display'.
18326 (timeclock-update-modeline): Doc fix. Respect value of
18327 `timeclock-relative'.
18328
18329 2003-07-09 Richard M. Stallman <rms@gnu.org>
18330
18331 * textmodes/reftex-parse.el (reftex-all-document-files):
18332 Add autoload cookie.
18333
18334 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
18335 (reftex-scanning-info-available-p): Add autoload cookie.
18336
18337 * international/mule-cmds.el
18338 (set-display-table-and-terminal-coding-system): Delete duplicate
18339 aset on standard-display-table.
18340
18341 * view.el (view-file): If existing buffer's major mode is special,
18342 don't go into view mode.
18343
18344 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
18345
18346 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18347
18348 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
18349 buffer changes; there's third party code that calls this function
18350 directly.
18351
18352 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18353
18354 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
18355 (autodoc-font-lock-keywords): Don't byte compile on font lock
18356 initialization when running from byte compiled files.
18357
18358 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18359
18360 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
18361 statement ends with auto-increment "++".
18362
18363 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18364
18365 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18366 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18367 these are changed, so declare them as variables and not constants.
18368
18369 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
18370
18371 * subr.el (dolist, dotimes): Doc fix.
18372
18373 2003-07-08 Kim F. Storm <storm@cua.dk>
18374
18375 * international/mule-cmds.el
18376 (set-display-table-and-terminal-coding-system): Don't break
18377 bootstrap if standard-display-table isn't setup yet.
18378
18379 2003-07-07 Richard M. Stallman <rms@gnu.org>
18380
18381 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
18382 Give it a doc string, and autoload it.
18383
18384 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
18385 Use with-no-warnings.
18386
18387 * info.el (Info-search): If find invisible text, search again.
18388
18389 * isearch.el (search-whitespace-regexp): Add a shy group around it.
18390
18391 * man.el (Man-name-regexp): Match + as part of name.
18392
18393 * simple.el (visible-mode): Rename from vis-mode.
18394 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
18395
18396 * simple.el (current-word): New arg REALLY-WORD specifies
18397 don't include punctuation chars.
18398
18399 * emacs-lisp/debug.el (debug, debugger-env-macro):
18400 Use with-no-warnings while accessing and binding unread-command-char.
18401
18402 * international/mule-cmds.el
18403 (set-display-table-and-terminal-coding-system): Use explicit loop
18404 instead of calling standard-display-default.
18405
18406 * net/ange-ftp.el (ange-ftp-file-symlink-p):
18407 Use condition-case to catch error in ange-ftp-get-files.
18408
18409 * net/browse-url.el (browse-url-browser-function):
18410 Add alternative for Epiphany.
18411 (browse-url-epiphany-program, browse-url-epiphany-arguments)
18412 (browse-url-epiphany-startup-arguments)
18413 (browse-url-epiphany-new-window-is-tab): New variables.
18414 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
18415
18416 * progmodes/compile.el (compile-auto-highlight): Default now t.
18417 (compile): Doc fix.
18418 (compilation-next-error): Fix previous change.
18419
18420 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
18421
18422 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
18423
18424 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
18425
18426 * gdb-ui.el (gdb-source-info): Display current frame when
18427 attaching to an existing process.
18428 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
18429 while laying out windows when attaching to an existing process.
18430
18431 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
18432
18433 * info.el (Info-menu): Use Info-menu-entry-name-re.
18434
18435 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18436
18437 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
18438 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
18439
18440 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
18441 to match the same text.
18442
18443 2003-07-06 John Paul Wallington <jpw@gnu.org>
18444
18445 * vc.el (vc-annotate-offset): Move defvar up.
18446
18447 2003-07-06 Kim F. Storm <storm@cua.dk>
18448
18449 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
18450 This should fix the infinite loop when extracting menu names.
18451
18452 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18453
18454 * files.el (auto-mode-alist, interpreter-mode-alist):
18455 Remove entries to CC Mode modes to avoid duplicates; they are now added
18456 with autoload directives in cc-mode.el.
18457
18458 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18459
18460 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18461 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18462 these are changed, so declare them as variables and not constants.
18463
18464 * progmodes/cc-mode.el: Fix some autoload problems: Try to
18465 ensure that the entry for ".c" extension comes before the one for
18466 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
18467 Fix incorrect entries that were added to `interpreter-mode-alist'.
18468 Move the autoload directives for AWK to the top level since they
18469 aren't recognized anywhere else. Do not use the new AWK mode doc
18470 in the autoload form for the old AWK mode.
18471
18472 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18473
18474 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
18475 (bibtex-sort-ignore-string-entries): Default value t.
18476 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
18477 erroneously in previous version.
18478 (bibtex-string-files): Docstring reflects new parsing scheme.
18479 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
18480 docstring, add # as one of the chars to crush
18481 (bibtex-autokey-prefix-string, bibtex-autokey-names)
18482 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
18483 (bibtex-autokey-name-change-strings)
18484 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
18485 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
18486 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
18487 (bibtex-autokey-title-terminators)
18488 (bibtex-autokey-titlewords-stretch)
18489 (bibtex-autokey-titleword-ignore)
18490 (bibtex-autokey-titleword-case-convert)
18491 (bibtex-autokey-titleword-abbrevs)
18492 (bibtex-autokey-titleword-abbrevs)
18493 (bibtex-autokey-titleword-change-strings)
18494 (bibtex-autokey-titleword-length)
18495 (bibtex-autokey-titleword-separator)
18496 (bibtex-autokey-name-year-separator)
18497 (bibtex-autokey-year-title-separator)
18498 (bibtex-autokey-before-presentation-function)
18499 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
18500 Fix docstring.
18501 (bibtex-strings, bibtex-reference-keys):
18502 Use lazy-completion-table and make-variable-buffer-local.
18503 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
18504 (bibtex-braced-string-syntax-table)
18505 (bibtex-quoted-string-syntax-table): New variables.
18506 (bibtex-parse-nested-braces): Remove.
18507 (bibtex-parse-field-string): Use syntax table and forward-sexp.
18508 (bibtex-parse-association): Simplify.
18509 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
18510 (bibtex-parse-field-text): Simplify.
18511 (bibtex-search-forward-field, bibtex-search-backward-field):
18512 argument BOUND can take value t.
18513 (bibtex-start-of-field, bibtex-start-of-name-in-field)
18514 (bibtex-end-of-name-in-field, bibtex-end-of-field)
18515 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18516 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
18517 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
18518 (bibtex-skip-to-valid-entry): Return buffer position of beginning
18519 and ending of entry. Update for changes of bibtex-search-entry.
18520 Simplify.
18521 (bibtex-map-entries): FUN is called with three arguments.
18522 (bibtex-search-entry): Return a cons pair with buffer positions of
18523 beginning and end of entry.
18524 (bibtex-enclosing-field): Simplify.
18525 (bibtex-format-entry): Use booktitle to set a missing title.
18526 (bibtex-autokey-get-names): Fiddle with regexps.
18527 (bibtex-generate-autokey): Use identity.
18528 (bibtex-parse-keys): Use simplified parsing algorithm if
18529 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
18530 arguments. Return alist of keys.
18531 (bibtex-parse-strings): Simplify. Return alist of strings.
18532 (bibtex-complete-string-cleanup): Fix docstring.
18533 (bibtex-read-key): New function.
18534 (bibtex-mode): Fix docstring. Do not parse for keys and
18535 strings when the mode is entered. Set fill-paragraph-function to
18536 bibtex-fill-field. Setup font-lock-mark-block-function the way
18537 font-lock intended.
18538 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
18539 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
18540 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
18541 (bibtex-Preamble): Avoid hard coded constants.
18542 (bibtex-make-field): Fix docstring. Simplify.
18543 (bibtex-beginning-of-entry): Always return new position of point.
18544 (bibtex-end-of-entry): Rearrange cond clauses.
18545 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
18546 Update for changes of bibtex-map-entries.
18547 (bibtex-ispell-abstract): Do not move point.
18548 (bibtex-entry-index): Use downcase. Simplify.
18549 (bibtex-lessp): Handle catch-all.
18550 (bibtex-find-crossref): Turn into a command.
18551 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
18552 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
18553 preamble entries.
18554 (bibtex-fill-field-bounds): New function.
18555 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
18556 (bibtex-fill-entry): Use bibtex-fill-field-bounds
18557 (bibtex-String): Use bibtex-strings. Always obey
18558 bibtex-sort-ignore-string-entries.
18559
18560 2003-07-05 John Paul Wallington <jpw@gnu.org>
18561
18562 * cus-theme.el (customize-create-theme):
18563 Call `customize-create-theme' in Reset widget's notify function.
18564
18565 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
18566 (ibuffer-mark-interactive): Use `or' instead of `unless'.
18567 (define-ibuffer-column name): Add summarizer.
18568 (define-ibuffer-column size): Likewise.
18569 (define-ibuffer-column filename): Likewise.
18570 (define-ibuffer-column process): Likewise. Change BODY's output too.
18571 (define-ibuffer-column filename-and-process): Likewise, likewise.
18572 (ibuffer): Remove local vars `already-in' and `need-update'.
18573
18574 * ibuf-ext.el: Don't require `derived' at compile-time.
18575
18576 2003-07-05 Kim F. Storm <storm@cua.dk>
18577
18578 * info.el: Disable paragraph refilling.
18579 (Info-refill-paragraphs): New defcustom.
18580 (Info-fontify-node): Use it.
18581
18582 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
18583
18584 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
18585 thingies from constructors created by defstruct.
18586
18587 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
18588 the default value of the variable.
18589 (byte-code-meter): Move declaration to top level.
18590
18591 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
18592
18593 * info.el (Info-following-node-name-re): New fun.
18594 (Info-following-node-name): Remove.
18595 (Info-insert-dir): Use the new fun.
18596 (Info-extract-pointer): Don't save restriction; use new fun.
18597 (Info-menu-entry-name-re): New const.
18598 (Info-menu-entry-name-re): Use it along with new fun.
18599 (Info-node-spec-re): Use new fun.
18600 (Info-complete-menu-item, Info-fontify-node): Use new const.
18601 (Info-goto-node, Info-follow-reference, Info-menu-update):
18602 Use match-string.
18603 (Info-follow-reference): Use assoc-string.
18604 Use a list of strings for the completion table.
18605 (Info-fontify-node): Use match-string, line-end-position.
18606 Limit the search for `node:' to the first line.
18607
18608 * newcomment.el (uncomment-region): Remove padding coming from
18609 comment-start rather than just from comment-padding.
18610
18611 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
18612 (vc-cvs-stay-local-p): Use vc-stay-local-p.
18613 (vc-cvs-rename-file): Remove (use the default).
18614 (vc-cvs-register): Register parent dir if needed.
18615 (vc-cvs-could-register): Return non-nil if parent can be registered.
18616 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
18617 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
18618
18619 * vc-svn.el (vc-svn-use-edit): Make it into a const.
18620 (vc-svn-update): Fix the arguments to `svn'.
18621 (vc-svn-diff-tree): Just use `vc-svn-diff'.
18622 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
18623 Simple implementations, assuming `name' is a URL.
18624
18625 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
18626 set of chars allowed unquoted in a case pattern.
18627
18628 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
18629
18630 * font-lock.el (font-lock-extra-types-widget)
18631 (c-font-lock-extra-types, c++-font-lock-extra-types)
18632 (objc-font-lock-extra-types, java-font-lock-extra-types)
18633 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
18634 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
18635 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18636 (font-lock-match-c++-structor-declaration)
18637 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
18638 (c++-font-lock-keywords-3, c++-font-lock-keywords)
18639 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
18640 (objc-font-lock-keywords-3, objc-font-lock-keywords)
18641 (java-font-lock-keywords-1, java-font-lock-keywords-2)
18642 (java-font-lock-keywords-3, java-font-lock-keywords)
18643 (java-font-lock-syntactic-face-function): Remove obsolete code
18644 and constants. It's all in cc-fonts.el now.
18645
18646 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
18647
18648 * mail/sendmail.el (mail-specify-envelope-from)
18649 (mail-envelope-from): Doc fix.
18650
18651 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
18652
18653 * generic-x.el: Do away with the dependency on `c-emacs-features'
18654 when populating `rul-generic-mode-syntax-table'; we already know
18655 this isn't XEmacs.
18656
18657 See ChangeLog.10 for earlier changes.
18658
18659 ;; Local Variables:
18660 ;; coding: iso-2022-7bit
18661 ;; End:
18662
18663 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
18664 Copying and distribution of this file, with or without modification,
18665 are permitted provided the copyright notice and this notice are preserved.
18666
18667 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1