]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2
3 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4
5 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * term/xterm.el (function-key-map): Fix strings for
8 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9 {C,S,A,C-S}-{f1-f12}.
10
11 2005-04-26 Kenichi Handa <handa@m17n.org>
12
13 * international/mule-cmds.el (select-safe-coding-system): Fix
14 previous change.
15
16 2005-04-26 Lute Kamstra <lute@gnu.org>
17
18 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
19
20 2005-04-25 Jay Belanger <belanger@truman.edu>
21
22 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23 to t while inserting information; use help-mode.
24
25 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * term.el (ansi-term-color-vector): Use the xterm colors.
28 (term-raw-map): Don't add mappings for \eO and \e[. Map
29 deletechar.
30
31 2005-04-25 Lute Kamstra <lute@gnu.org>
32
33 * font-core.el (font-lock-defaults): Fix docstring.
34
35 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
36
37 2005-04-25 Kenichi Handa <handa@m17n.org>
38
39 * international/mule-cmds.el (select-safe-coding-system): Don't
40 check consistency with coding: spec, etc if raw-text or
41 no-conversion was found to be safe.
42
43 2005-04-24 Richard M. Stallman <rms@gnu.org>
44
45 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
46 citation markers at start of each line.
47
48 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
49 citation markers at start of each line.
50
51 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
52
53 * files.el (mode-require-final-newline): Fix previous change.
54 (require-final-newline): Fix type label.
55
56 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
57
58 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
59 statement in buffer (broken by 2004-11-24 change).
60
61 2005-04-24 Kim F. Storm <storm@cua.dk>
62
63 * ido.el (ido-everywhere): Save and restore old read-buffer-function
64 and read-file-name-function values. Don't overwrite existing
65 non-nil values if ido-mode is enabled without ido-everywhere.
66
67 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
68
69 * files.el (mode-require-final-newline): Minor doc fix.
70
71 2005-04-24 Eli Zaretskii <eliz@gnu.org>
72
73 * subr.el (syntax-after): Doc fix.
74 (syntax-class): If argument is nil, return nil. Mask off upper 16
75 bits, not 8 bits.
76
77 * files.el (mode-require-final-newline): Doc fix.
78 (backup-buffer-copy): Fix last change.
79
80 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81
82 * term/mac-win.el: Require select. Set selection-coding-system to
83 mac-system-coding-system. Call menu-bar-enable-clipboard.
84 (x-last-selected-text-clipboard, x-last-selected-text-primary)
85 (x-select-enable-clipboard): New variables.
86 (x-select-text, x-get-selection, x-selection-value)
87 (x-get-selection-value, mac-select-convert-to-string)
88 (mac-services-open-file, mac-services-open-selection)
89 (mac-services-insert-text): New functions.
90 (CLIPBOARD, FIND): Put mac-scrap-name property.
91 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
92 (public.tiff): Put mac-ostype property.
93 (selection-converter-alist): Add entries for them.
94 (mac-application-menu-map): New keymap.
95 (interprogram-cut-function, interprogram-paste-function): Set to
96 x-select-text and x-get-selection-value, respectively.
97 (split-window-keep-point): Set to t.
98
99 2005-04-23 Richard M. Stallman <rms@gnu.org>
100
101 * files.el (read-directory-name): Always pass non-nil
102 DEFAULT-FILENAME arg to read-file-name.
103 (backup-buffer-copy, basic-save-buffer-2): Take care against
104 writing thru an unexpected existing symlink.
105 (revert-buffer): In indirect buffer, revert the base buffer.
106 (magic-mode-alist): Doc fix.
107 (buffer-stale-function): Doc fix.
108 (minibuffer-with-setup-hook): Avoid warning.
109 (mode-require-final-newline): Doc and custom fix.
110
111 * follow.el (follow-end-of-buffer): Use with-no-warnings.
112
113 * font-lock.el (font-lock-comment-face): On terminals with few colors,
114 use the default appearance.
115 (font-lock-comment-delimiter-face): New face, new variable.
116
117 * imenu.el (imenu--generic-function): The official position of a
118 definition is the start of the line that BEG is in.
119
120 * midnight.el (midnight-timer): Move defvar up.
121
122 * mouse.el (mouse-drag-region-1): Delete some debugging code.
123
124 * saveplace.el (save-place-to-alist): Use with-no-warnings.
125
126 * startup.el (command-line): Use with-no-warnings.
127
128 * window.el (window-size-fixed): New defvar.
129
130 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
131
132 * mail/rmail.el (rmail-font-lock-keywords):
133 Use font-lock-comment-delimiter-face.
134
135 * mail/sendmail.el (mail-font-lock-keywords):
136 Use font-lock-comment-delimiter-face.
137
138 * progmodes/compile.el (next-error-highlight-timer): New defvar.
139
140 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
141
142 * progmodes/compile.el (compilation-mode-font-lock-keywords):
143 Specify t for LAXMATCH when matching directories.
144 Save match data around compilation-compat-error-properties form.
145
146 2005-04-23 David Kastrup <dak@gnu.org>
147
148 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
149 Mention that the autoloaded aliases should be kept for AUCTeX.
150
151 2005-04-23 Andreas Schwab <schwab@suse.de>
152
153 * isearch.el (isearch-forward): Doc fix.
154
155 2005-04-23 Eli Zaretskii <eliz@gnu.org>
156
157 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
158 (jit-lock-stealth-nice): Change default value to 0.5.
159
160 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
161
162 * abbrev.el (write-abbrev-file): Write table entries in
163 alphabetical order by table name.
164
165 2005-04-22 Kim F. Storm <storm@cua.dk>
166
167 * ido.el (ido-read-internal): Fix `list' completion.
168
169 2005-04-22 Kenichi Handa <handa@m17n.org>
170
171 * recentf.el (recentf-save-file-coding-system): New variable.
172 (recentf-save-list): Encode the file by
173 recentf-save-file-coding-system and add coding: tag.
174
175 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
176
177 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
178
179 2005-04-21 Lute Kamstra <lute@gnu.org>
180
181 * loadhist.el (unload-feature): Don't remove a function from hooks
182 if it is about to be restored to an autoload . Remove functions
183 that will become unbound from auto-mode-alist. Simplify the code.
184
185 * subr.el (assq-delete-all): New implementation that is linear,
186 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
187 (rassq-delete-all): New function.
188
189 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): Add
190 size-indication-mode.
191
192 2005-04-21 Kenichi Handa <handa@m17n.org>
193
194 * international/mule-cmds.el: Add autoload for widget-value in
195 eval-when-compile
196
197 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
198
199 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
200 Add tooltip-mode.
201
202 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
203
204 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
205
206 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
207 (inferior-lisp-filter-regexp, inferior-lisp-program)
208 (inferior-lisp-load-command, inferior-lisp-prompt)
209 (inferior-lisp-mode-hook, lisp-source-modes)
210 (inferior-lisp-load-hook): defvar->defcustom.
211 (inferior-lisp-program, inferior-lisp-prompt)
212 (inferior-lisp-load-hook): Doc fixes.
213 (inferior-lisp-install-letter-bindings): Small change in
214 introductory comment.
215
216 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
217
218 * vc.el (vc-annotate-color-map): Change some colors so that text
219 using them as foreground is readable on both white and black
220 backgrounds.
221
222 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * international/mule-conf.el (translation-table-for-input):
225 Remove redundant declaration.
226
227 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
228
229 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
230
231 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
232 (tooltip-toggle-gud-tips): New function.
233
234 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
235
236 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
237 right angle brackets.
238
239 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
240
241 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
242
243 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
246 Remove. Update callers to use expand-file-name instead.
247
248 * subr.el (syntax-class): New function.
249
250 * simple.el (blink-matching-open): Use it.
251
252 * paren.el (show-paren-function): Use it to recognize parens that are
253 also used in 2-char comment markers.
254
255 2005-04-19 Lute Kamstra <lute@gnu.org>
256
257 * loadhist.el (unload-feature): Update for new format of
258 load-history. Simplify the code.
259
260 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
261
262 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
263 (mac-add-charset-info): New function. Initialize variable
264 mac-charset-info-alist using it.
265 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
266 for translation.
267 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
268 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
269 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
270 New CCL programs.
271
272 2005-04-19 Kim F. Storm <storm@cua.dk>
273
274 * simple.el (next-buffer, prev-buffer, next-error)
275 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
276 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
277
278 * bindings.el (next-buffer, prev-buffer, next-error)
279 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
280 (clone-indirect-buffer-other-window): Move bindings from simple.el.
281 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
282 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
283
284 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * isearch.el (isearch-edit-string): Make the search-ring available for
287 minibuffer history commands.
288 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
289 the default history commands now work just as well.
290 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
291
292 2005-04-18 Kim F. Storm <storm@cua.dk>
293
294 * emulation/cua-base.el (cua--pre-command-handler): Add more
295 elaborate check for shift modifier on non-window systems.
296
297 2005-04-18 Lars Hansen <larsh@math.ku.dk>
298
299 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
300
301 2005-04-18 Kim F. Storm <storm@cua.dk>
302
303 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
304 and make it optional. Don't test tooltip-gud-echo-area here.
305 (tooltip-gud-process-output, gdb-tooltip-print):
306 Pass tooltip-gud-echo-area to tooltip-show.
307 (tooltip-help-tips): Remove second optional arg to tooltip-show.
308
309 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
310
311 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
312 `display-graphic-p' may not be bound yet.
313
314 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
315
316 * startup.el (command-line): No longer enable Xterm Mouse mode by
317 default in terminals compatible with xterm.
318
319 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
320
321 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
322
323 * tooltip.el (tooltip-gud-echo-area): Rename from
324 tooltip-use-echo-area.
325 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
326 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
327 area independently of where help tooltips are displayed.
328
329 2005-04-17 David Kastrup <dak@gnu.org>
330
331 * cus-theme.el (custom-theme-write-variables): Quote variables
332 where necessary.
333
334 2005-04-17 Richard M. Stallman <rms@gnu.org>
335
336 * simple.el (yank-excluded-properties): Add follow-link to value.
337
338 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
339
340 * startup.el (fancy-splash-max-time): Just 30 seconds.
341 (fancy-splash-delay): Just 7.
342 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
343
344 * loadhist.el (unload-feature): Update for new format of load-history.
345 Simplify the code.
346
347 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
348 (rmail-font-lock-keywords): Don't fontify the text of a citation.
349
350 * mail/sendmail.el (mail-font-lock-keywords):
351 Don't fontify subject text.
352 Don't fontify the text of a citation.
353
354 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
355
356 * comint.el (comint-output-filter): Run comint-output-filter-functions
357 with point where the user had it.
358
359 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * international/ucs-tables.el (ucs-set-table-for-input):
362 Disable when using unify-on-decoding.
363
364 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
365
366 * emulation/cua-base.el (cua-global-mark-face): Add special case
367 for displays supporting a high number of colors.
368
369 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
370
371 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
372
373 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
374
375 * filesets.el (filesets-add-buffer): If user supplies a name of a
376 non-existing fileset, create a new fileset.
377
378 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
379
380 * textmodes/org.el (org-up-heading-all): Fix bug with
381 `outline-up-heading-all'.
382
383 2005-04-16 Andreas Schwab <schwab@suse.de>
384
385 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
386 /etc/permissions.d/* and /etc/aliases.d/*.
387
388 2005-04-16 Kenichi Handa <handa@m17n.org>
389
390 * international/code-pages.el (cp-make-coding-system):
391 Set `translation-table-for-input' property value to the symbol
392 ucs-mule-to-mule-unicode, not to that value.
393 (pt154): Escape guillemet by `\'.
394
395 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
396
397 * loadup.el: Load tooltip if x-show-tip is fboundp.
398
399 * startup.el (command-line): Add comment.
400
401 * tooltip.el (tooltip-mode): Specify correct standard value for
402 Custom in init-value.
403
404 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
405
406 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
407 possible.
408
409 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
410
411 * textmodes/org.el: (org-agenda-date-prompt): Rename from
412 `org-agenda-date-today'.
413 (org-evaluate-time-range): Insert at point instead of directly
414 after time range.
415 (org-first-headline-recenter, org-subtree-end-visible-p)
416 (org-optimize-window-after-visibility-change): New functions
417 (org-agenda-post-command-hook): Don't allow point at end of line,
418 to make sure it always hits the text properties.
419 (org-agenda-next-date-line, org-agenda-previous-date-line):
420 New commands.
421 (org-set-regexps-and-options): Category may contain white space.
422 (org-agenda-get-deadlines, org-agenda-get-scheduled):
423 Improve marker positions.
424 (org-agenda-new-marker): Argument POS made optional.
425 (org-agenda-get-timestamps): Deadlines which are done are listed
426 in org-done-face now.
427 (org-agenda-get-todos, org-agenda-get-timestamps)
428 (org-agenda-get-deadlines, org-agenda-get-scheduled):
429 Set `undone-face' and `done-face' properties.
430 (org-last-todo-state-is-todo): New variable.
431 (org-todo): Set `org-last-todo-state-is-todo'.
432 (org-agenda-todo): Change face according to
433 `org-last-todo-state-is-todo'. And change other lines refering to
434 the same entry.
435 (org-calendar-goto-agenda): New command.
436 (org-calendar-to-agenda-key): New option.
437 (org-startup-folded): New allowed value `content'.
438 (org-set-regexps-and-options): Accept new value `content' for
439 `org-startup-folded'.
440 (org-get-current-options): Handle new value `content' for
441 `org-startup-folded'.
442 (org-insert-todo-heading): New command.
443 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
444 interactively in empty file and option
445 `org-insert-mode-line-in-empty-file' has been set.
446 (org-agenda-todo,org-agenda-priority): Modify to use
447 `org-agenda-change-all-lines'.
448 (org-warning-face): Change color on dark background
449
450 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
451
452 * international/mule-cmds.el (set-locale-environment): On Mac OS,
453 use preferences AppleLocale and AppleLanguages, and variable
454 mac-system-locale for default locale. On Mac OS Classic, use
455 mac-system-coding-system for default coding systems.
456
457 * term/mac-win.el: Don't set file-name-coding-system.
458 Decode variables system-name, emacs-build-system, user-login-name, and
459 user-full-name by mac-system-coding-system on Mac OS Classic.
460 (mac-system-coding-system): New variable.
461
462 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
463
464 * startup.el (command-line): Handle `xterm-mouse-mode' before
465 reading init file.
466
467 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
468
469 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
470
471 * progmodes/sh-script.el (sh-here-document-word): Make it a
472 defcustom. Doc fix.
473 (sh-add): Bash uses $(( )) for arithmetic.
474 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
475 (sh-maybe-here-document): Remove quotes and leading whitespace
476 from heredoc word when closing. Indent heredoc with tabs if word
477 starts with "-".
478
479 2005-04-13 Richard M. Stallman <rms@gnu.org>
480
481 * simple.el (undo): Fix previous change.
482
483 * custom.el (defface): Doc fix.
484
485 2005-04-13 Lute Kamstra <lute@gnu.org>
486
487 * Makefile.in (DONTCOMPILE): Remove list.
488 (compile, compile-always): Don't use DONTCOMPILE.
489 (update-authors): Load the library in which batch-update-authors
490 is defined.
491 * makefile.w32-in (DONTCOMPILE): Remove list.
492 (compile, compile-always): Fix comments.
493 (update-authors): Load the library in which batch-update-authors
494 is defined.
495
496 * generic-x.el (generic-mode-ini-file-find-file-hook):
497 Rename to ini-generic-mode-find-file-hook.
498 Keep generic-mode-ini-file-find-file-hook as an alias.
499 (ini-generic-mode-find-file-hook): Rename from
500 generic-mode-ini-file-find-file-hook. Fix docstring.
501 (ini-generic-mode): Docstring change.
502 (bat-generic-mode-run-as-comint): Silence the byte compiler.
503
504 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
505 called from lisp.
506
507 * generic.el: Move to the emacs-lisp subdir.
508
509 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
510
511 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
512 and C-S- function and cursor motion keys.
513
514 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
515
516 * startup.el (command-line): Enable Xterm Mouse mode by default.
517 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
518 for Custom. No longer show "Mouse" in mode line when enabled.
519 Doc fix.
520
521 2005-04-12 Kim F. Storm <storm@cua.dk>
522
523 * emulation/cua-base.el (cua-rectangle-face)
524 (cua-rectangle-noselect-face): Define face attributes here.
525
526 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
527
528 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
529
530 * startup.el (command-line): Turn off blinking cursor if
531 cursorBlink in resources is off or false.
532
533 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
534
535 * term/mac-win.el (dnd): Require dnd.
536 (mac-drag-n-drop): Call dnd-handle-one-url.
537 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
538 (kTextEncodingISOLatin2): Remove constants.
539 (mac-script-code-coding-systems): New constant.
540 (mac-handle-language-change): New function.
541 (special-event-map): Bind it to `language-change' event.
542 (mac-centraleurroman, mac-cyrillic): New coding systems.
543 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
544 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
545 and mac-cyrillic-encoder to encode-mac-centraleurroman and
546 encode-mac-cyrillic, respectively.
547
548 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
549
550 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
551 Don't set overlay-arrow-string to "=>" as this is done
552 globally in C now.
553
554 2005-04-12 Lute Kamstra <lute@gnu.org>
555
556 * generic-x.el (rc-generic-mode, rul-generic-mode):
557 Fix auto-mode-alist entries.
558 (etc-fstab-generic-mode): Tweak fontification.
559
560 * generic.el (generic-make-keywords-list): Fix docstring.
561 (generic-mode-internal): Simplify generic-font-lock-keywords.
562
563 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
564
565 * whitespace.el (whitespace-buffer-leading)
566 (whitespace-buffer-trailing): Revert the incorrect test
567 inversion. However, fix the highlight area for the leading and
568 trailing whitespaces to show space.
569
570 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
571
572 * whitespace.el (whitespace-version): Bump to 3.5
573
574 (whitespace-buffer-leading, whitespace-buffer-trailing):
575 Invert sense of the test to highlight the whitespace.
576
577 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
578
579 * progmodes/gud.el (gud-display-line): GUD uses its own
580 overlay arrow now so don't set overlay-arrow-string.
581 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
582
583 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
584
585 * term.el (term-ansi-current-bold, term-ansi-current-underline)
586 (term-ansi-current-reverse, term-ansi-current-invisible)
587 (term-ansi-face-already-done): Change to boolean.
588 (term-reset-terminal, term-handle-colors-array): Handle the above
589 vars accordingly.
590 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
591 (term-emulate-terminal): Use the new name.
592
593 * faces.el (secondary-selection): Use yellow1, not yellow.
594 (trailing-whitespace): Use red1, not red.
595
596 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
597
598 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
599 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
600 (dired-dnd-handle-file): Call dnd-get-local-file-uri
601
602 * cus-edit.el (dnd): New group.
603
604 * term/w32-win.el (dnd): Require dnd
605 (w32-drag-n-drop): Call dnd-handle-one-url.
606
607 * x-dnd.el: Require dnd.
608 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
609 Call dnd-handle-one-url.
610 (x-dnd-types-alist, x-dnd-insert-utf8-text)
611 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
612 to dnd-insert-text.
613 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
614 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
615 (x-dnd-get-local-file-name, x-dnd-open-local-file)
616 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
617
618 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
619
620 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
621
622 * wdired.el: Doc fixes.
623 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
624 (wdired-use-dired-vertical-movement): Rename from
625 wdired-always-move-to-filename-beginning.
626 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
627 (wdired-change-to-wdired-mode): Change mode name.
628 (wdired-newline): Delete.
629
630 2005-04-11 Richard M. Stallman <rms@gnu.org>
631
632 * whitespace.el (whitespace-highlight-the-space):
633 Don't call whitespace-unhighlight-the-space here.
634
635 * simple.el (undo): Record t in undo-equiv-table
636 for the redo record made by an undo-in-region.
637
638 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
639
640 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
641 (gdb-frame-inferior-io-buffer): New Functions to control
642 display of separate IO buffer.
643 (menu): Add them to menu-bar.
644 (gdb-display-buffer): Check for buffer another frame.
645 Protect GUD buffer.
646 (gdb-setup-windows): Create IO buffer if not already there.
647 (gdb-memory-mode): Remove purecopy noops.
648
649 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
650
651 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
652 and pass to self-insert-command.
653
654 2005-04-11 Lute Kamstra <lute@gnu.org>
655
656 * generic.el: Commentary section cleanup.
657 (generic): Delete.
658 (generic-use-find-file-hook, generic-lines-to-scan)
659 (generic-find-file-regexp, generic-ignore-files-regexp)
660 (default-generic-mode, generic-mode-find-file-hook)
661 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
662 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
663 (generic-use-find-file-hook, generic-lines-to-scan)
664 (generic-find-file-regexp, generic-ignore-files-regexp)
665 (default-generic-mode, generic-mode-find-file-hook)
666 (generic-mode-ini-file-find-file-hook): Move from generic.el.
667
668 2005-04-10 Karl Fogel <kfogel@red-bean.com>
669
670 * bookmark.el (bookmark-write-file): Catch errors writing file.
671 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
672
673 2005-04-10 Richard M. Stallman <rms@gnu.org>
674
675 * startup.el (fancy-splash-tail): Update copyright year.
676 (command-line): Split part of -Q into -D.
677 (emacs-basic-display): New defvar.
678 (fancy-splash-text): Correct name of menu item.
679
680 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
681
682 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
683 lines in one node.
684
685 * comint.el (comint-send-input): New arg ARTIFICIAL.
686 Callers in this file changed.
687
688 * abbrev.el (define-abbrevs): Read system abbrevs properly.
689
690 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
691
692 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
693
694 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
695 `ldap-search-internal'.
696
697 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * files.el (set-auto-mode-1): Use line-end-position.
700
701 * international/latin-1.el:
702 * international/latin-2.el:
703 * international/latin-3.el:
704 * international/latin-4.el:
705 * international/latin-5.el:
706 * international/latin-8.el:
707 * international/latin-9.el: Give punctuation syntax to NBSP.
708
709 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
710 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
711 Use char-classes to accept non-ascii letters, accepted in some recent
712 bibtex implementations.
713
714 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
715
716 * custom.el (custom-set-minor-mode): Any non-nil value for the
717 variable should enable the mode when set through Custom.
718
719 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
722 TAB binding so tab-always-indent is obeyed.
723 (vhdl-minibuffer-local-map): Move initialization into declaration.
724 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
725 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
726 (vhdl-hooked-abbrev): Avoid test for XEmacs.
727 (vhdl-current-line): Use line-beginning-position.
728 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
729 with-output-to-temp-buffer, so the current position can be recorded.
730
731 2005-04-10 Masatake YAMATO <jet@gyve.org>
732
733 * progmodes/compile.el (compilation-error-regexp-alist-alist):
734 Add regexp for gcov.
735
736 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
737
738 * calendar/time-date.el (time-to-seconds, seconds-to-time)
739 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
740 syntax which Emacs 20 doesn't support.
741
742 2005-04-09 Richard M. Stallman <rms@gnu.org>
743
744 * help.el (describe-key-briefly, describe-key):
745 Replace strings as event types with "(any string)".
746
747 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * arc-mode.el (archive-mode-map): Move initialization into
750 the declaration. Override *all* bindings of `undo'.
751 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
752
753 2005-04-09 Jay Belanger <belanger@truman.edu>
754
755 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
756
757 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
758
759 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
760 (xterm-register-default-colors): Update color values computation
761 to match xterm-200.
762
763 2005-04-09 Kenichi Handa <handa@m17n.org>
764
765 * international/code-pages.el (iso-latin-7): Fix the map.
766
767 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
768
769 * emacs-lisp/lisp.el (defun-prompt-regexp)
770 (parens-require-spaces, buffer-end, end-of-defun)
771 (insert-parentheses): Doc fixes.
772
773 2005-04-08 Kim F. Storm <storm@cua.dk>
774
775 * comint.el (comint-highlight-prompt): Fix face spec.
776 * hi-lock.el (hi-green): Likewise.
777
778 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
779
780 * cus-edit.el (custom-modified-face):
781 * comint.el (comint-highlight-input): Fix previous changes.
782 * term.el (term-handle-ansi-escape): Add a comment.
783
784 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
787 in the buffer and in whitespace-highlighted-space.
788 (whitespace-unhighlight-the-space): Simplify.
789 (whitespace-buffer): Simplify.
790
791 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
792
793 * textmodes/table.el (table-cell-face): Add special case for
794 displays supporting a high number of colors.
795 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
796 (vhdl-font-lock-reserved-words-face)
797 (vhdl-speedbar-architecture-face)
798 (vhdl-speedbar-instantiation-face)
799 (vhdl-speedbar-architecture-selected-face)
800 (vhdl-speedbar-instantiation-selected-face): Likewise.
801 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
802 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
803 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
804 (ebrowse-root-class-face, ebrowse-member-attribute-face)
805 (ebrowse-progress-face): Likewise.
806 * progmodes/compile.el (compilation-info-face): Likewise.
807 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
808 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
809 * calendar/calendar.el (diary-face): Likewise.
810 * woman.el (woman-italic-face, woman-bold-face)
811 (woman-unknown-face): Likewise.
812 * wid-edit.el (widget-button-pressed-face): Likewise.
813 * whitespace.el (whitespace-highlight-face): Likewise.
814 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
815 * pcvs-info.el (cvs-marked-face): Likewise.
816 * info.el (info-xref): Likewise.
817 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
818 * hilit-chg.el (highlight-changes-face)
819 (highlight-changes-delete-face): Likewise.
820 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
821 (hi-red-b): Likewise.
822 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
823 * font-lock.el (font-lock-keyword-face)
824 (font-lock-function-name-face, font-lock-warning-face): Likewise.
825 * cus-edit.el (custom-invalid-face, custom-modified-face)
826 (custom-set-face, custom-changed-face, custom-variable-tag-face)
827 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
828 * comint.el (comint-highlight-prompt): Likewise.
829
830 2005-04-08 Lute Kamstra <lute@gnu.org>
831
832 * font-lock.el (font-lock-keywords): Docstring fixes.
833
834 2005-04-08 Kenichi Handa <handa@m17n.org>
835
836 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
837 chars are more than a limit, print " and more..." at the tail.
838
839 2005-04-08 Kim F. Storm <storm@cua.dk>
840
841 * emacs-lisp/authors.el (authors-aliases): Update list.
842 (authors-ignored-files): New list.
843 (authors-fixed-entries): Fix typo.
844 (authors-renamed-files-alist): Update list.
845 (authors-add): Check authors-ignored-files.
846
847 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
848
849 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
850 optional, to ensure backward compatibility.
851
852 2005-04-08 Stephen Eglen <stephen@gnu.org>
853
854 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
855
856 2005-04-08 Kim F. Storm <storm@cua.dk>
857
858 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859
860 * mouse.el (mouse-on-link-p): Doc fix.
861
862 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
863
864 * ielm.el (ielm-prompt-read-only): Doc fix.
865
866 * comint.el (comint-prompt-read-only): Doc fix.
867
868 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
869
870 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
871 ensure dired always handles wildcards passed to ffap.
872 (find-file-at-point): Use it.
873 (ffap-dired-wildcards): Doc fix.
874
875 2005-04-07 Juri Linkov <juri@jurta.org>
876
877 * simple.el (next-error-overlay-arrow-position): New defvar.
878 Put "=>" on its property `overlay-arrow-string'. Add it to
879 `overlay-arrow-variable-list'.
880
881 * progmodes/compile.el (compilation-setup):
882 Set `next-error-overlay-arrow-position' to nil. Also set it to
883 nil in the local hook `kill-buffer-hook'. Make local variable
884 `overlay-arrow-string' and set it to "=>".
885 (compilation-goto-locus): Set BOL position to
886 `next-error-overlay-arrow-position' instead of
887 `overlay-arrow-position'.
888
889 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
890 locally instead of adding it to the global hook.
891 (Info-kill-buffer): Move up.
892
893 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
894
895 * term/xterm.el (xterm-standard-colors): Update color values from
896 xterm-200.
897
898 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
901
902 * fast-lock.el:
903 * lazy-lock.el: Move them to the obsolete subdir.
904
905 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
906
907 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
908 (wdired-add-replace-advice): Remove.
909 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
910
911 2005-04-06 Kim F. Storm <storm@cua.dk>
912
913 * startup.el (command-line): Add --bare-bones alias for -Q.
914
915 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
916
917 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
918 create the startup fontset if a font specification ends with
919 `mac-roman'.
920
921 2005-04-06 Lute Kamstra <lute@gnu.org>
922
923 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
924 change.
925
926 * emacs-lisp/copyright.el (copyright-update-year): Replace the
927 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
928
929 2005-04-05 Lute Kamstra <lute@gnu.org>
930
931 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
932 (define-generic-mode): Ditto. Fix debug declaration.
933
934 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
935 Put them in the generic-x group.
936
937 * calendar/timeclock.el (timeclock): Doc fix.
938
939 * generic.el (define-generic-mode): Don't use custom-current-group.
940 Document default :group value.
941 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
942 (define-global-minor-mode): Don't use custom-current-group.
943
944 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
945
946 * startup.el (command-line-1): Display startup-echo-area-message
947 when fancy splash screen is in use.
948
949 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
950 (sh-escaped-newline): New face.
951 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
952 newline, and use sh-escaped-newline face.
953
954 * progmodes/tcl.el (tcl-escaped-newline): New face.
955 (tcl-builtin-list): New variable.
956 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
957 newlines. Fix keywords subexpression number.
958
959 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
960
961 * textmodes/org.el (org-diary-default-entry): Fix call to
962 `add-to-diary-entry'.
963
964 2005-04-05 Kim F. Storm <storm@cua.dk>
965
966 * ediff-init.el: Use (featurep 'xemacs).
967
968 2005-04-05 David Ponce <david@dponce.com>
969
970 * cus-edit.el (face): Derive from symbol widget. Display sample
971 of the current face on the fly.
972 (widget-face-sample-face-get, widget-face-notify): New functions.
973 (widget-face-value-create): Remove.
974
975 * wid-edit.el (widget-field-end): Temporarily remove field
976 narrowing before to call `get-char-property'.
977
978 2005-04-04 Jay Belanger <belanger@truman.edu>
979
980 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
981 (math-read-subscripts): New variable.
982 (math-read-preprocess-string): Process subscripts.
983
984 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
985
986 * comint.el (comint-prompt-read-only): Doc fix.
987
988 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
989 `-1'. Doc fix.
990
991 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
992
993 * textmodes/org.el (org-insert-mode-line-in-empty-file):
994 Change default value to nil.
995
996 2005-04-04 Lute Kamstra <lute@gnu.org>
997
998 * autorevert.el (auto-revert-mode): Specify :group.
999 * battery.el (display-battery-mode): Specify :group.
1000 * diff-mode.el (diff-minor-mode): Specify :group.
1001 * font-core.el (font-lock-mode): Specify :group.
1002 * hl-line.el (hl-line-mode): Specify :group.
1003 * iimage.el (iimage): New customization group.
1004 (iimage-mode): Specify :group.
1005 * longlines.el (longlines-mode): Specify :group.
1006 * master.el: Don't require easy-mmode.
1007 (master): New customization group.
1008 (master-mode): Specify :group.
1009 * msb.el (msb-mode): Specify :group.
1010 * reveal.el (reveal-mode): Specify :group.
1011 * simple.el (next-error-follow-minor-mode): Specify :group.
1012 * smerge-mode.el (smerge-mode): Specify :group.
1013 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
1014 * emulation/cua-base.el (cua-mode): Specify :group.
1015 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
1016 * language/thai-util.el (thai-auto-composition-mode)
1017 (thai-word-mode): Specify :group.
1018 * mail/supercite.el (sc-minor-mode): Specify :group.
1019 * progmodes/cwarn.el (cwarn-mode): Specify :group.
1020 * progmodes/flymake.el (flymake-mode): Specify :group.
1021 * progmodes/glasses.el (glasses-mode): Specify :group.
1022 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
1023 * textmodes/enriched.el (enriched-mode): Specify :group.
1024 * textmodes/refill.el (refill-mode): Specify :group.
1025
1026 * add-log.el (change-log-font-lock-keywords): Names in
1027 parenthesized lists can contain spaces.
1028
1029 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
1030
1031 * startup.el (fancy-splash-text): Shorten default text of
1032 "Emacs Tutorial" line. Also, if the current language env
1033 indicates an available tutorial file other than TUTORIAL,
1034 extract its title and append it to the line in parentheses.
1035 (fancy-splash-insert): If arg is a thunk, funcall it.
1036
1037 2005-04-04 Jay Belanger <belanger@truman.edu>
1038
1039 * calc.el (calc-language-alist): Add tags to customization type.
1040
1041 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
1042
1043 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
1044 Doc fix.
1045
1046 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
1047
1048 * add-log.el (change-log-font-lock-keywords): The manual
1049 describing a Change Log entry, says: (...) "Aside from these
1050 header lines, every line in the change log starts with a space or
1051 a tab.". The font-lock was not highlighting lines started with
1052 spaces, added support for it.
1053
1054 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1055
1056 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
1057 (bibtex-generate-url-list): Update docstring accordingly. Put the
1058 complex example in the docstring.
1059 (bibtex-font-lock-url): Use pop.
1060
1061 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
1064
1065 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
1066
1067 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1068
1069 * filesets.el (filesets-set-default): Doc fix.
1070
1071 2005-04-03 Lute Kamstra <lute@gnu.org>
1072
1073 * generic.el (define-generic-mode): Add argument to specify
1074 keywords for defcustom.
1075 (default-generic-mode): Specify :group.
1076
1077 * generic-x.el: Specify :group for all generic modes.
1078
1079 * desktop.el (desktop-no-desktop-file-hook)
1080 (desktop-after-read-hook): Doc fix.
1081
1082 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
1083
1084 * simple.el (visible-mode): Use explicit :group keyword.
1085 This changes the group of `visible-mode-hook' from paren-blinking
1086 to editing-basics.
1087
1088 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1089
1090 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
1091 mailbox specifications as well as URLs.
1092 (rmail-insert-inbox-text): Remove unused conditional branches.
1093
1094 2005-04-01 Jay Belanger <belanger@truman.edu>
1095
1096 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1097 (calc-gnuplot-print-command): Move definitions to calc.el.
1098
1099 * calc/calc-embed.el (calc-embedded-announce-formula)
1100 (calc-embedded-open-formula, calc-embedded-close-formula)
1101 (calc-embedded-open-word, calc-embedded-close-word)
1102 (calc-embedded-open-plain, calc-embedded-close-plain)
1103 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1104 (calc-embedded-open-mode, calc-embedded-close-mode):
1105 Move definitions to calc.el.
1106
1107 * calc/calc.el (calc-settings-file, calc-language-alist):
1108 Make customizable.
1109 (calc-embedded-announce-formula, calc-embedded-open-formula)
1110 (calc-embedded-close-formula, calc-embedded-open-word)
1111 (calc-embedded-close-word, calc-embedded-open-plain)
1112 (calc-embedded-close-plain, calc-embedded-open-new-formula)
1113 (calc-embedded-close-new-formula, calc-embedded-open-mode)
1114 (calc-embedded-close-mode, calc-gnuplot-name)
1115 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
1116 from other files and make customizable.
1117
1118 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
1121 Use buffer-live-p.
1122 (cvs-mode-run): Don't call cvs-update-header here.
1123 (cvs-run-process): Call cvs-update-header.
1124 Use process properties for cvs-postprocess and cvs-buffer so that
1125 the sentinel can behave better if the temp buffer is killed.
1126 Use a pipe rather than a tty, to better handle unexpected prompts.
1127 (cvs-sentinel): Rewrite. Call cvs-update-header.
1128
1129 2005-04-01 Andre Spiegel <spiegel@gnu.org>
1130
1131 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
1132 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
1133
1134 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * generic.el (define-generic-mode): Add indentation rule.
1137
1138 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
1139
1140 * files.el (mode-require-final-newline): Make Custom correctly
1141 report a nil value and allow to set it to nil via Custom.
1142 Doc fix.
1143
1144 2005-04-01 Kenichi Handa <handa@m17n.org>
1145
1146 * international/characters.el: Enable the correct case setting for
1147 dotless-i and dotted-I.
1148
1149 2005-04-01 Kim F. Storm <storm@cua.dk>
1150
1151 * ido.el (ido-file-internal): Fall back to non-ido command if
1152 initial directory is on slow ftp (or tramp) host.
1153
1154 2005-03-31 Richard M. Stallman <rms@gnu.org>
1155
1156 * emacs-lisp/autoload.el (make-autoload):
1157 Handle define-global-minor-mode.
1158
1159 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1160 Rename from easy-mmode-define-global-mode.
1161 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
1162
1163 * progmodes/scheme.el (scheme-mode-syntax-table):
1164 Update syntax of | and # for two-character comment syntax.
1165
1166 2005-03-31 Lute Kamstra <lute@gnu.org>
1167
1168 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
1169 (define-minor-mode): Call custom-current-group at load-time.
1170
1171 * generic.el (define-generic-mode): Add debug declaration.
1172 Add defcustom for the mode hook.
1173 (generic-mode-internal): Use run-mode-hooks.
1174
1175 2005-03-31 Kim F. Storm <storm@cua.dk>
1176
1177 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
1178 (mouse-fixup-help-message): New defun called by show_help_echo
1179 to fixup mouse-2 prefix in help messages when applicable.
1180
1181 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
1182
1183 2005-03-31 Kenichi Handa <handa@m17n.org>
1184
1185 * language/thai-word.el (thai-find-word-ends): Pay attention to
1186 the case that we reach the end of buffer.
1187
1188 * textmodes/fill.el (fill-text-properties-at): New function.
1189 (fill-newline): Use fill-text-properties-at instead of
1190 text-properties-at.
1191
1192 2005-03-31 Karl Berry <karl@freefriends.org>
1193
1194 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
1195 not comint-quote-filename.
1196
1197 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1198
1199 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
1200 not comint-quote-filename.
1201
1202 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
1203
1204 * help-fns.el (help-with-tutorial): Revert last change.
1205
1206 2005-03-31 Kim F. Storm <storm@cua.dk>
1207
1208 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
1209
1210 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 * calendar/cal-china.el: Update reference to "Calendrical
1213 Calculations" book; there's a new edition.
1214 * calendar/cal-coptic.el: Likewise.
1215 * calendar/cal-french.el: Likewise.
1216 * calendar/cal-hebrew.el: Likewise.
1217 * calendar/cal-islam.el: Likewise.
1218 * calendar/cal-iso.el: Likewise.
1219 * calendar/cal-julian.el: Likewise.
1220 * calendar/cal-mayan.el: Likewise.
1221 * calendar/cal-persia.el: Likewise.
1222 * calendar/calendar.el: Likewise.
1223 * calendar/holidays.el: Likewise.
1224 * calendar/lunar.el: Likewise.
1225 * calendar/solar.el: Likewise.
1226
1227 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
1228 white space from doc string.
1229
1230 2005-03-30 Jay Belanger <belanger@truman.edu>
1231
1232 * calc/calc-help.el (calc-full-help): Remove email address.
1233
1234 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1235
1236 * help-fns.el (help-with-tutorial): Delete title line.
1237
1238 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1239
1240 * calendar/cal-x.el (calendar-one-frame-setup)
1241 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
1242 rather than 'symbol for set-window-dedicated-p.
1243
1244 * calendar/appt.el (appt-buffer-name): Make it a constant.
1245 (appt-add): Doc fix.
1246
1247 * filesets.el (filesets-menu-path, filesets-menu-before)
1248 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
1249 (filesets-menu-cache-file): Use directory ~/.emacs.d.
1250 (filesets-add-submenu): Delete and use add-submenu instead.
1251
1252 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
1253
1254 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
1255 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
1256 (org-diary-default-entry): New function.
1257 (org-get-entries-from-diary): Better parsing of diary entries.
1258 (org-agenda-check-no-diary): New function.
1259 ("diary-lib"): Advice to function `add-to-diary-list', to allow
1260 linking to diary entries.
1261 (org-agenda-execute-calendar-command): New function.
1262 (org-agenda): Improve visible section in window.
1263 Use `org-fit-agenda-window'.
1264 (org-fit-agenda-window): New option.
1265 (org-move-subtree-down): Better handling of empty lines
1266 at end of subtree.
1267 (org-cycle): Numeric prefix is interpreted now as show-subtree N
1268 levels up.
1269 (org-fontify-done-headline): New option.
1270 (org-headline-done-face): New face.
1271 (org-set-font-lock-defaults): Use `org-headline-done-face'.
1272 (org-table-copy-down): Rename from `org-table-copy-from-above'.
1273 When current field is non-empty, it is copied to next row.
1274 (org-table-copy-from-above): Fix bug which made it
1275 impossible to copy fields containing only a single non-white character.
1276
1277 2005-03-30 Kim F. Storm <storm@cua.dk>
1278
1279 * kmacro.el (kmacro-end-macro): Isearch may store this command
1280 into the macro -- so ignore it when executing keyboard macro.
1281
1282 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1283
1284 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
1285
1286 2005-03-29 Kenichi Handa <handa@m17n.org>
1287
1288 * language/thai.el ("Thai"): Set setup-function and exit-function
1289 for Thai language environment.
1290
1291 * language/thai-util.el: Require thai-word.
1292 (thai-word-mode-map): New variable.
1293 (thai-word-mode): New minor mode.
1294 (setup-thai-language-environment-internal): New function.
1295 (exit-thai-language-environment-internal): New function.
1296
1297 * language/thai-word.el (thai-word-table): Declare it by defvar,
1298 use dolist to initialize it.
1299 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
1300 (thai-fill-find-break-point): New functions.
1301
1302 2005-03-29 Richard M. Stallman <rms@gnu.org>
1303
1304 * simple.el (idle-update-delay): Move definition up.
1305 (set-mark): Doc fix.
1306
1307 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
1308
1309 * longlines.el: New file.
1310
1311 * simple.el (buffer-substring-filters): New variable.
1312 (filter-buffer-substring): New function.
1313 (kill-region, copy-region-as-kill): Use it.
1314
1315 * register.el (copy-to-register, append-to-register)
1316 (prepend-to-register): Use filter-buffer-substring.
1317
1318 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1319
1320 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
1321 (gud-filter-pending-text): Move in front of gdb.
1322 (gud-overlay-arrow-position): New variable.
1323 (gud-sentinel, gud-display-line): Use it in place of
1324 overlay-arrow-position.
1325
1326 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1327
1328 * progmodes/fortran.el (fortran-if-indent): Doc fix.
1329 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
1330 (fortran-font-lock-keywords-4): New variable.
1331 (fortran-blocks-re, fortran-end-block-re)
1332 (fortran-start-block-re): New constants, for hideshow.
1333 (hs-special-modes-alist): Add a Fortran entry.
1334 (fortran-mode-map): Bind fortran-end-of-block,
1335 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
1336 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
1337 (fortran-looking-at-if-then, fortran-end-of-block)
1338 (fortran-beginning-of-block): New functions, for hideshow.
1339
1340 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
1341 fix. Tweak regexp.
1342 (f90-beginning-of-block): Push mark first.
1343
1344 2005-03-29 Jay Belanger <belanger@truman.edu>
1345
1346 * calc/calc.el: Update copyright date.
1347 (calc-version): Increase to 2.1.
1348 (calc-version-date): Remove.
1349
1350 * calc/calc-help.el: Update copyright date.
1351 (calc-full-help): Remove reference to calc-version-date.
1352 Update copyright date.
1353
1354 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * vc.el (vc-do-command): Use a pipe for async processes, so password
1357 prompts don't show up at places where the user can't reply.
1358
1359 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1360
1361 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
1362 on the file name we pass to the inferior shell.
1363
1364 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1365
1366 * progmodes/which-func.el (which-function): Be robust in the face of an
1367 imenu--make-index-alist failure.
1368
1369 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
1372
1373 * progmodes/python.el (python-preoutput-filter): Fix last change.
1374
1375 2005-03-29 Lute Kamstra <lute@gnu.org>
1376
1377 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
1378 functions and compiled macros.
1379 (debug-convert-byte-code): Handle macros too.
1380 (debug-on-entry-1): Don't signal an error when trying to clear a
1381 function that is not set to debug on entry.
1382
1383 2005-03-29 Jay Belanger <belanger@truman.edu>
1384
1385 * calc/calc-lang.el: Add functions to math-function-table
1386 properties of tex and math.
1387
1388 2005-03-29 Kenichi Handa <handa@m17n.org>
1389
1390 * ps-mule.el (ps-mule-plot-string): Translate characters by
1391 ps-print-translation-table.
1392 (ps-mule-begin-job): Call find-charset-region/string with
1393 ps-print-translation-table.
1394 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
1395
1396 * ps-print.el (ps-print-translation-table): New variable.
1397 (ps-plot-region): Translate characters by ps-print-translation-table.
1398
1399 2005-03-29 Juri Linkov <juri@jurta.org>
1400
1401 * simple.el (next-error-highlight-timer): New variable.
1402
1403 * progmodes/compile.el (compilation-goto-locus):
1404 Use `next-error-highlight-timer' instead of `sit-for'.
1405
1406 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * mail/supercite.el (sc-mail-field): Use assoc-string.
1409 (sc-get-address): Simplify regexps.
1410
1411 * files.el (minibuffer-with-setup-hook): New macro.
1412 (find-file-read-args): Use it to avoid let-binding
1413 minibuffer-with-setup-hook (which breaks turning on/off
1414 file-name-shadow-mode while in the prompt).
1415
1416 * complete.el (PC-read-include-file-name-internal): Use test-completion.
1417
1418 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
1419
1420 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
1421
1422 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * window.el (window-buffer-height): Use count-screen-lines.
1425
1426 * progmodes/python.el (python-preoutput-leftover): New var.
1427 (python-preoutput-filter): Use it.
1428 (python-send-receive): Loop until all the result has been received.
1429
1430 2005-03-28 Juri Linkov <juri@jurta.org>
1431
1432 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
1433
1434 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
1435 "Recover Crashed Session".
1436 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
1437 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
1438 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
1439 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
1440 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
1441 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
1442 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
1443 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
1444
1445 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
1446 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
1447 Ediff Sessions", "Toggle use of separate control buffer frame",
1448 "Use separate frame for Ediff control buffer".
1449
1450 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
1451 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
1452 "Rename Bookmark", "Delete Bookmark".
1453
1454 * info.el (Info-mode-menu): Remove ellipsis from "Index".
1455 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
1456 Add `:active Info-index-alternatives' to "Next Matching Item".
1457
1458 * wdired.el (wdired-change-to-wdired-mode):
1459 Mention `wdired-abort-changes' key in the initial message.
1460
1461 * international/mule.el (auto-coding-alist): Associate non-ascii
1462 image filename extensions with `no-conversion'.
1463
1464 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * international/iso-acc.el:
1467 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
1468
1469 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
1470
1471 * textmodes/sgml-mode.el (html-mode): Doc update.
1472
1473 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
1474
1475 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1476
1477 * term.el (term-move-columns): Fix face after extending a line.
1478 (term-insert-spaces): Likewise.
1479 (term-reset-terminal): Fix off by one error.
1480
1481 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1482
1483 * international/mule.el (auto-coding-alist): Add .xpi files.
1484
1485 * files.el (auto-mode-alist): Add .xpi files.
1486
1487 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
1488
1489 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
1490
1491 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1492
1493 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
1494
1495 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1496
1497 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
1498 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
1499
1500 * calendar/cal-move.el (calendar-beginning-of-year): Move the
1501 cursor to Jan 1 when needed.
1502 (calendar-end-of-year): Fix -/+ typo.
1503 Reported by Chong Yidong <cyd@stupidchicken.com>.
1504
1505 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
1508
1509 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
1510 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
1511
1512 2005-03-25 Richard M. Stallman <rms@gnu.org>
1513
1514 * filesets.el (filesets-init): Add autoload.
1515
1516 * mail/mailalias.el (mail-directory): Doc fix.
1517
1518 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1519
1520 * mail/mailalias.el (mail-directory-process): Do nothing if
1521 mail-directory-process is an atom.
1522 (mail-get-names): Ignore mail-directory-names if it is an atom.
1523 (mail-directory-process defvar): Doc fix.
1524 (mail-names): Doc fix.
1525
1526 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
1527
1528 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
1529
1530 2005-03-26 Kenichi Handa <handa@m17n.org>
1531
1532 * international/mule-util.el (detect-coding-with-priority):
1533 Call update-coding-systems-internal before detect-coding-region.
1534
1535 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
1536
1537 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1538 (gdb-frames-mode-map): Add follow-link property.
1539
1540 2005-03-25 Jay Belanger <belanger@truman.edu>
1541
1542 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
1543 for variables.
1544
1545 2005-03-25 Juri Linkov <juri@jurta.org>
1546
1547 * image-mode.el: Optimize image filename extension regexps in
1548 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
1549 in `auto-mode-alist'.
1550 (image-mode): Add `image-toggle-display-text' to local hook
1551 `change-major-mode-hook'. Display the image as an image by
1552 default. Set `cursor-type' and `truncate-lines' if the image
1553 is already displayed. Take into account the current mode (image
1554 or text) in message.
1555 (image-minor-mode): New minor mode.
1556 (image-mode-maybe, image-toggle-display-text): New functions.
1557 (image-toggle-display): Use called-interactively-p.
1558 Let-bind `inhibit-read-only' to t.
1559
1560 * image-mode.el (image-minor-mode): Set `cursor-type' and
1561 `truncate-lines' if the image is already displayed. Add turning
1562 image-minor-mode off to `change-major-mode-hook'. Add message.
1563 Call `image-toggle-display-text' after turning image-minor-mode off.
1564
1565 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
1568 Terminal.app, use utf-8.
1569 (set-display-table-and-terminal-coding-system): Add coding-system arg.
1570 (set-locale-environment): Use it.
1571
1572 * term/xterm.el: Undo last change, better done in mule-cmds.el.
1573
1574 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
1575
1576 * progmodes/python.el (python-close-block-statement-p)
1577 (python-outdent-p, python-current-defun): Use symbol-end.
1578
1579 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1580
1581 * files.el (save-some-buffers): Doc fix.
1582
1583 2005-03-25 Werner Lemberg <wl@gnu.org>
1584
1585 * complete.el, thumbs.el: Replace `legal' with `valid'.
1586 * calendar/calendar.el: Replace `legal' with `valid'.
1587 * emacs-lisp/advice.el: Replace `legal' with `valid'.
1588 * mail/supercite.el: Replace `legal' with `valid'.
1589 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
1590 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
1591 `valid'.
1592 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
1593 with `valid'.
1594
1595 2005-03-25 Werner Lemberg <wl@gnu.org>
1596
1597 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
1598 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
1599 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
1600 * emulation/vip.el: Replace `illegal' with `invalid'.
1601 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
1602 * mail/supercite.el: Replace `illegal' with `invalid'.
1603 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
1604 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
1605 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
1606 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
1607 `invalid'.
1608 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
1609 textmodes/reftex-index.el, textmodes/reftex-parse.el,
1610 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
1611 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
1612
1613 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
1616 (flymake-find-buildfile, flymake-find-possible-master-files)
1617 (flymake-check-include, flymake-parse-line): Replace loops over the
1618 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
1619
1620 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
1621 Substitute file-name-as-directory in the rest of the file.
1622 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
1623 (flymake-replace-region): Remove unused arg `buffer'.
1624 (flymake-check-patch-master-file-buffer): Update calls to it.
1625 (flymake-add-err-info): Remove unused var `count'.
1626 (flymake-mode): Use define-minor-mode.
1627
1628 * progmodes/flymake.el: Use with-current-buffer.
1629 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
1630 flymake-replace-regexp-in-string, flymake-line-beginning-position)
1631 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
1632 Avoid testing for `xemacs'.
1633 (flymake-nop): Move.
1634 (flymake-region-has-flymake-overlays): Return the computed value.
1635 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
1636 Remove unused var `endline'.
1637 (flymake-get-line-count): Remove unused function.
1638 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
1639
1640 * emulation/vi.el:
1641 * generic.el:
1642 * hilit-chg.el (global-highlight-changes):
1643 * hi-lock.el (hi-lock-mode):
1644 * follow.el: find-file-hooks -> find-file-hook.
1645
1646 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
1647
1648 2005-03-24 Juri Linkov <juri@jurta.org>
1649
1650 * dired.el (dired-mode-map): Add menu item "Compare directories"
1651 for dired-compare-directories.
1652
1653 * dired-aux.el (dired-compare-directories): Add autoload cookie.
1654 Doc fix. Replace `read-file-name' with `read-directory-name'.
1655
1656 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
1659
1660 2005-03-24 Jay Belanger <belanger@truman.edu>
1661
1662 * calc/calc-embed.el (calc-embedded-mode-change): Save all
1663 relevant mode settings in calc-embedded-original-modes when modes
1664 are permanently changed.
1665
1666 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * autoinsert.el: find-file-hooks -> find-file-hook.
1669
1670 2005-03-24 Lute Kamstra <lute@gnu.org>
1671
1672 * generic.el (generic-font-lock-defaults): Make it obsolete.
1673 (generic-font-lock-keywords): New variable to replace
1674 generic-font-lock-defaults.
1675 (generic-mode-set-font-lock): Delete it.
1676 (generic-mode-internal): Don't call generic-mode-set-font-lock.
1677 (generic-bracket-support): Add docstring.
1678
1679 * generic-x.el: Rename generic-font-lock-defaults to
1680 generic-font-lock-keywords throughout.
1681 (mailagent-rules-setup-function): Delete it.
1682 (mailagent-rules-generic-mode): Use anonymous function instead.
1683 (show-tabs-generic-mode-font-lock-defaults-1)
1684 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
1685 Quote faces.
1686 (show-tabs-tab-face, show-tabs-space-face): Specify background,
1687 not foreground.
1688
1689 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1690 Recognize define-generic-mode.
1691
1692 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
1695 if there's no completion table.
1696
1697 2005-03-23 Miles Bader <miles@gnu.org>
1698
1699 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1700 Remove tty-specific variants, as they're no longer needed.
1701
1702 2005-03-23 Lute Kamstra <lute@gnu.org>
1703
1704 * generic-x.el: Code cleanup: make args constant whenever possible.
1705 (installshield-statement-keyword-list)
1706 (installshield-system-functions-list)
1707 (installshield-system-variables-list, installshield-types-list)
1708 (installshield-funarg-constants-list): Make them constants.
1709
1710 * generic.el (generic-make-keywords-list): Add autoload cookie.
1711
1712 * calendar/time-date.el: Add comment on time value formats.
1713 Don't require parse-time.
1714 (with-decoded-time-value): New macro.
1715 (encode-time-value): New function.
1716 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1717 (days-to-time): Return a valid time value when arg is huge.
1718 (time-since): Use time-subtract.
1719 (time-to-number-of-days): Use time-to-seconds.
1720
1721 2005-03-23 David Ponce <david@dponce.com>
1722
1723 * recentf.el: (recentf-keep): New option.
1724 (recentf-menu-action): Default to `find-file'.
1725 (recentf-keep-non-readable-files-flag)
1726 (recentf-keep-non-readable-files-p)
1727 (recentf-file-readable-p, recentf-find-file)
1728 (recentf-cleanup-remote): Remove.
1729 (recentf-include-p): More robust.
1730 (recentf-keep-p): New function.
1731 (recentf-remove-if-non-kept): Rename from
1732 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
1733 All callers updated.
1734 (recentf-menu-items-for-commands): Fix help string.
1735 (recentf-track-closed-file): Update. Doc fix.
1736 (recentf-cleanup): Update. Count removed files. Doc fix.
1737
1738 2005-03-23 Kim F. Storm <storm@cua.dk>
1739
1740 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1741 Don't inherit from fringe face (now happens automatically).
1742
1743 2005-03-22 Kim F. Storm <storm@cua.dk>
1744
1745 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
1746 position values.
1747
1748 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * menu-bar.el (showhide-date-time): Remove.
1751 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
1752 (menu-bar-make-mm-toggle): Simplify.
1753
1754 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1755
1756 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
1757 Accept qualified variable and function names.
1758
1759 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
1760
1761 * bindings.el (completion-ignored-extensions):
1762 Remove ".lis" for `vax-vms'.
1763
1764 2005-03-22 Andreas Schwab <schwab@suse.de>
1765
1766 * generic-x.el: Revert last change.
1767 * ldefs-boot.el: Update.
1768
1769 2005-03-22 Jay Belanger <belanger@truman.edu>
1770
1771 * calc/calc-embed (calc-embedded-original-modes): New variable.
1772 (calc-embedded-save-original-modes)
1773 (calc-embedded-restore-original-modes): New functions.
1774 (calc-do-embedded): Save original modes when entering embedded mode
1775 and restore when leaving embedded mode.
1776 (calc-embedded-modes-change): Change the value of
1777 calc-embedded-original-modes to reflect permanent changes.
1778
1779 2005-03-22 Lute Kamstra <lute@gnu.org>
1780
1781 * generic-x.el: Require generic again.
1782
1783 2005-03-22 Miles Bader <miles@gnu.org>
1784
1785 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1786 Tweak details to look good on both ttys and bitmap displays, light
1787 or dark background, etc.
1788
1789 2005-03-21 Kim F. Storm <storm@cua.dk>
1790
1791 * tooltip.el (tooltip-show-help-function): Check car and cdr of
1792 mouse position.
1793
1794 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * icomplete.el: Don't forcibly turn on the mode upon load.
1797 (icomplete-mode): Use define-minor-mode.
1798 (icomplete-eoinput): Default to nil.
1799 (icomplete-minibuffer-setup): Remove autoload.
1800 (icomplete-tidy): Simplify.
1801 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
1802 in the initial state or if the user has modified the field.
1803 Fix handling of icomplete-max-delay-chars.
1804 Remove code that handles the oddball case where
1805 minibuffer-completion-table is an integer.
1806 Wrap icomplete-completions in while-no-input in case building
1807 completions takes more time than expected.
1808 (icomplete-completions): Simplify.
1809
1810 2005-03-21 Richard M. Stallman <rms@gnu.org>
1811
1812 * jka-compr.el (jka-compr-really-do-compress):
1813 Make variable buffer-local.
1814
1815 * image-mode.el: Handle .xpm files too.
1816 (image-toggle-display): Preserve modification flag.
1817
1818 * help.el (where-is): Don't mention aliases with no key bindings.
1819
1820 2005-03-21 Lute Kamstra <lute@gnu.org>
1821
1822 * generic.el: Fix commentary section. Don't require cl for compilation.
1823 (generic-mode-list): Add autoload cookie.
1824 (generic-use-find-file-hook, generic-lines-to-scan)
1825 (generic-find-file-regexp, generic-ignore-files-regexp)
1826 (generic-mode, generic-mode-find-file-hook)
1827 (generic-mode-ini-file-find-file-hook): Fix docstrings.
1828 (define-generic-mode): Make it a defmacro. Fix docstring.
1829 (generic-mode-internal): Code cleanup. Add autoload cookie.
1830 (generic-mode-set-comments): Code cleanup.
1831 * generic-x.el: Don't prevent compilation. Don't require generic.
1832 Follow coding conventions. Minor code cleanup.
1833 (etc-fstab-generic-mode): Add some keywords.
1834 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
1835 define-generic-mode like a function declaration.
1836
1837 2005-03-21 Jay Belanger <belanger@truman.edu>
1838
1839 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
1840 changing modes.
1841
1842 2005-03-21 Sam Steingold <sds@gnu.org>
1843
1844 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
1845
1846 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
1847
1848 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
1849 Add underscore to "f$ lexicals" regexp.
1850
1851 2005-03-20 Juri Linkov <juri@jurta.org>
1852
1853 * subr.el (progress-reporter-do-update): When `min-value' is equal
1854 to `max-value', set `percentage' to 0 and prevent division by zero.
1855
1856 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
1857
1858 Sync with Tramp 2.0.48.
1859
1860 * tramp.el (all): Change all addresses to .gnu.org.
1861 (tramp-append-tramp-buffers): New defun.
1862 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
1863 Catch `dont-send' signal.
1864 (tramp-set-auto-save-file-modes): Set always permissions, because
1865 there might be an old auto-saved file belonging to another
1866 original file. This could be a security threat. Reported by
1867 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
1868 Check for Emacs 21.3.50 removed.
1869
1870 * tramp-smb.el (all): Remove debug construct for
1871 `with-parsed-tramp-file-name'.
1872 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
1873 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
1874 No error message if DIRECTORY or FILENAME doesn't exist.
1875 (tramp-smb-open-connection): Check existence of
1876 `tramp-smb-program'.
1877
1878 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
1881 Properly handle the case where the `m' or `s' command's argument is not
1882 yet terminated.
1883 (perl-indent-new-calculate): New function.
1884 (perl-indent-line): Use it.
1885
1886 2005-03-20 Miles Bader <miles@gnu.org>
1887
1888 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
1889 in text-mode too. Change to new face names.
1890 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
1891 Add `:weight bold' attribute.
1892 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
1893
1894 2005-03-19 Juri Linkov <juri@jurta.org>
1895
1896 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
1897
1898 * international/mule.el (auto-coding-alist): Sync with
1899 `auto-mode-alist' by adding upper case archive file extensions
1900 and adding ear/war to jar extension.
1901
1902 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
1903
1904 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
1905 running, restart it.
1906
1907 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
1908
1909 * finder.el (finder-current-item): Throw an error on an empty line.
1910
1911 * man.el (Man-follow-manual-reference): If current-word returns
1912 nil, use "".
1913
1914 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
1915
1916 * simple.el (goto-line): Doc fix.
1917
1918 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
1919
1920 * files.el (save-buffer): Doc fix.
1921
1922 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
1923
1924 * recentf.el (recentf-cleanup-remote): New variable.
1925 (recentf-cleanup): Use it to conditionally check availablity of
1926 remote files.
1927
1928 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1929
1930 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
1931 function names.
1932
1933 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1934
1935 * language/thai-word.el: New file.
1936
1937 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1938
1939 * files.el (backup-buffer): If the file's directory is not
1940 writable, use copy instead of move to backup the file.
1941
1942 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1943
1944 * obsolete/keyswap.el: Moved to obsolete/ from term/.
1945
1946 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1947
1948 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
1949 Use functionp instead of symbolp and fboundp. Reported by Drkm
1950 <darkman_spam@yahoo.fr>.
1951 (ps-print-version): New version 6.6.6.
1952
1953 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
1954
1955 * textmodes/table.el (table--line-column-position): New idiom.
1956 (table--row-column-insertion-point-p): New function to test
1957 validity of row and column insertion operation at a location.
1958 (table-global-menu, table-cell-menu): Use above functions for
1959 deterministic test operation.
1960 (table--editable-cell-p): Behave in deterministic fashion.
1961
1962 2005-03-18 Juri Linkov <juri@jurta.org>
1963
1964 * isearch.el (isearch-lazy-highlight-new-loop):
1965 Make arguments beg and end optional.
1966 (isearch-update): Remove optional arguments nil from
1967 isearch-lazy-highlight-new-loop.
1968 (isearch-lazy-highlight-search): Let-bind case-fold-search to
1969 isearch-lazy-highlight-case-fold-search instead of
1970 isearch-case-fold-search, and let-bind isearch-regexp to
1971 isearch-lazy-highlight-regexp.
1972 Use isearch-lazy-highlight-last-string instead of isearch-string.
1973
1974 * replace.el (perform-replace): Remove bindings of global
1975 variables isearch-string, isearch-regexp, isearch-case-fold-search.
1976 Add three new arguments to `replace-highlight'.
1977 (replace-highlight): Add arguments string, regexp, case-fold.
1978 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
1979 to allow isearch-lazy-highlight-new-loop to use these values
1980 to set corresponding isearch-lazy-highlight-* internal
1981 variables whose values lazy highlighting will use regardless of
1982 changes to global variables isearch-string, isearch-regexp,
1983 isearch-case-fold-search during lazy highlighting loop.
1984 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
1985 to `lazy-highlight-cleanup'.
1986
1987 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
1988 (ispell-highlight-face): Set default face to `isearch' when
1989 lazy highlighting is enabled.
1990 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
1991 priority to 1. Add lazy highlighting.
1992 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
1993 from `isearch-dehighlight'.
1994
1995 2005-03-18 David Ponce <david@dponce.com>
1996
1997 * files.el (hack-local-variables): Do a case-insensitive search
1998 for End.
1999
2000 2005-03-18 Juri Linkov <juri@jurta.org>
2001
2002 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
2003 `isearch-lazy-highlight-cleanup', add alias to old name and
2004 declare obsolete. Add release numbers to other obsolete vars.
2005 (isearch-done, isearch-lazy-highlight-new-loop):
2006 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
2007 (lazy-highlight-cleanup) <variable>: Doc fix.
2008 (isearch-lazy-highlight-update): Rename obsolete
2009 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
2010
2011 2005-03-18 Kenichi Handa <handa@m17n.org>
2012
2013 * language/thai-util.el: Fix categorization of Thai characters in
2014 thai-category-table.
2015 (thai-composition-pattern): Adjust it for the above change.
2016 (thai-self-insert-command, thai-compose-syllable): New functions.
2017 (thai-compose-region): Use thai-compose-syllable.
2018 (thai-compose-string): Likewise.
2019 (thai-composition-function): Likewise.
2020 (thai-auto-composition): New function.
2021 (thai-auto-composition-mode): New minor mode.
2022
2023 * language/thai.el: Fix patterns to be registered in
2024 composition-function-table.
2025
2026 * international/quail.el (quail-input-method): Locally bind
2027 inhibit-modification-hooks to t.
2028
2029 2005-03-17 Richard M. Stallman <rms@gnu.org>
2030
2031 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
2032 (perl-mode): Use run-mode-hooks.
2033
2034 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
2035 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
2036 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
2037
2038 * mail/sendmail.el (sendmail-send-it): Reenable the code
2039 to compute resend-to-address and use it.
2040
2041 * tar-mode.el (tar-mode): Turn off undo unconditionally.
2042
2043 * image-mode.el: New file.
2044
2045 * image.el (insert-sliced-image): Add autoload cookie.
2046
2047 * font-lock.el (font-lock-lines-before): New user option.
2048 (font-lock-after-change-function): Obey it.
2049
2050 * bindings.el (esc-map): Make M-g a prefix.
2051 Bind M-g g and M-g M-g to goto-line.
2052
2053 * faces.el (face-id): Doc fix.
2054
2055 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2056
2057 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
2058 (rmail-show-message): Use rmail-unknown-mail-followup-to.
2059 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
2060
2061 * mail/sendmail.el (mail-yank-ignored-headers)
2062 (mail-font-lock-keywords, mail-mode-fill-paragraph):
2063 Add Mail-Followup-To and Mail-Reply-To headers.
2064 (mail-citation-hook): Add autoload cookie.
2065 (mail-mode): Doc fix.
2066 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
2067 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
2068 (mail-mode-fill-paragraph): Handle those headers.
2069 (mail-mailing-lists): New variable.
2070 (mail-mail-reply-to, mail-mail-followup-to): New functions.
2071
2072 2005-03-17 Juri Linkov <juri@jurta.org>
2073
2074 * isearch.el (isearch-fallback): Check for `(car previous)'
2075 before calling `isearch-other-end-state'.
2076
2077 2005-03-17 Kim F. Storm <storm@cua.dk>
2078
2079 * simple.el (move-beginning-of-line): Move to beginning of buffer
2080 line, as well as beginning of screen line.
2081
2082 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
2083
2084 * calendar/diary-lib.el (mark-diary-entries): Use new optional
2085 argument REDRAW rather than calendar-redrawing variable.
2086 * calendar/calendar.el (calendar-redrawing): Delete.
2087 (redraw-calendar): Do not bind calendar-redrawing.
2088
2089 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
2090
2091 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
2092 diary-file buffer.
2093
2094 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * help.el (describe-mode): Allow a :minor-mode-function property to
2097 specify a different minor mode toggle function than the variable.
2098 * simple.el (auto-fill-function):
2099 * subr.el (add-minor-mode): Use it.
2100
2101 2005-03-16 Kenichi Handa <handa@m17n.org>
2102
2103 * language/ethio-util.el (sera-being-called-by-w3): New variable.
2104 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
2105 (ethio-fidel-to-sera-buffer): Likewise.
2106
2107 2005-03-16 Juri Linkov <juri@jurta.org>
2108
2109 * emacs-lisp/find-func.el (find-function-regexp):
2110 Add defun-emitting macro `menu-bar-make-toggle'.
2111
2112 * isearch.el: Put `isearch-scroll' property to
2113 `split-window-horizontally'.
2114
2115 * info.el: Update error messages for `debug-ignored-errors'.
2116 (Info-isearch-search): Doc fix.
2117 (Info-find-node): Move up code to go into info buffer before
2118 recording the node to the history.
2119 (Info-fontify-node): Fontify titles only if the next line
2120 has two or more `*', `=', `-', `.'.
2121 Display "go to this node" for empty (match-string 3).
2122
2123 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2124
2125 * term/mac-win.el: Add mouse pointer shape constants.
2126
2127 2005-03-15 Kim F. Storm <storm@cua.dk>
2128
2129 * simple.el (move-beginning-of-line): Use vertical-motion.
2130
2131 2005-03-15 Juri Linkov <juri@jurta.org>
2132
2133 * isearch.el (isearch-error): New variable.
2134 (isearch-invalid-regexp, isearch-within-brackets): Remove.
2135 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
2136 (isearch-within-brackets-state): Remove.
2137 (isearch-case-fold-search-state, isearch-pop-fun-state):
2138 Decrease frame index.
2139 (isearch-mode, isearch-top-state, isearch-push-state)
2140 (isearch-edit-string, isearch-abort, isearch-search-and-update)
2141 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
2142 (isearch-search, isearch-lazy-highlight-new-loop):
2143 Replace `isearch-invalid-regexp' with `isearch-error'.
2144 Remove `isearch-within-brackets'.
2145 (isearch-search): Add `search-failed' handler to `condition-case'.
2146 (isearch-lazy-highlight-search): Add `condition-case' to catch
2147 errors and allow `isearch-lazy-highlight-update' to try
2148 highlighting from the beginning of the window.
2149 (isearch-repeat): Move up code to set isearch-wrapped to t
2150 before calling isearch-wrap-function.
2151
2152 * info.el (Info-isearch-initial-node): New internal variable.
2153 (Info-search): Signal an error in isearch mode when search leaves
2154 the initial node. Signal an error when `bound' is non-nil and
2155 nothing was found in the current subfile.
2156 (Info-isearch-search): Remove `condition-case'.
2157 (Info-isearch-wrap): Don't wrap when search failed during leaving
2158 the initial node. If `Info-isearch-search' is nil, wrap around
2159 the current node.
2160 (Info-isearch-start): New fun.
2161 (Info-mode): Add buffer-local hook `Info-isearch-start' to
2162 `isearch-mode-hook'.
2163
2164 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2165
2166 * simple.el (normal-erase-is-backspace): Set default to t if
2167 running on Mac.
2168
2169 * term/mac-win.el (function-key-map): Sync with x-win.el.
2170
2171 2005-03-15 Kenichi Handa <handa@m17n.org>
2172
2173 * international/mule-cmds.el (locale-language-names): Modify the
2174 format of elements and add more entries.
2175 (locale-preferred-coding-systems): Add more entries.
2176 (set-locale-environment): Adjust for the change of
2177 locale-language-names.
2178
2179 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * pcvs.el (smerge-ediff): Remove bogus autoload.
2182
2183 2005-03-14 Lute Kamstra <lute@gnu.org>
2184
2185 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
2186 Ignore a `*' at the beginning of a line.
2187
2188 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
2189 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
2190 subr.el.
2191 (dont-compile, eval-when-compile, eval-and-compile): Use declare
2192 to specify indentation.
2193
2194 * generic.el (define-generic-mode): Let generic-mode-list be a
2195 list of strings; test membership with equal.
2196
2197 2005-03-14 Kim F. Storm <storm@cua.dk>
2198
2199 * simple.el (next-line, previous-line): Add optional try-vscroll
2200 arg to recognize interactive use. Pass it on to line-move.
2201 (line-move): Don't perform auto-window-vscroll when defining or
2202 executing keyboard macro to ensure consistent behaviour.
2203
2204 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
2207
2208 2005-03-13 Lute Kamstra <lute@gnu.org>
2209
2210 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
2211 debugger-setup-buffer so that backtrace marks the frames set to
2212 debug-on-exit and we don't have to do it manually. Set an extra
2213 debug-on-exit for macro's.
2214 (debugger-setup-buffer): Don't mark the top frame manually.
2215
2216 2005-03-12 Lute Kamstra <lute@gnu.org>
2217
2218 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
2219 lisp-indent-function throughout.
2220 (with-no-warnings): Set lisp-indent-function property.
2221
2222 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
2223
2224 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
2225 Add entry for backslash.
2226
2227 2005-03-12 Juri Linkov <juri@jurta.org>
2228
2229 * info.el (Info-search): Four fixes for backward search.
2230
2231 2005-03-11 Jay Belanger <belanger@truman.edu>
2232
2233 * calc/calc.el (calc-language-alist): New variable.
2234 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
2235 (calc-embedded-find-modes): Use calc-language-alist instead of
2236 calc-embedded-language-alist.
2237
2238 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2239
2240 * calendar/calendar.el (calendar-redrawing): New internal
2241 variable.
2242 (redraw-calendar): Remove bogus save-excursion from previous
2243 change. Bind calendar-redrawing to t for mark-diary-entries.
2244 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
2245 calendar if that is why we were called.
2246
2247 2005-03-11 Kenichi Handa <handa@m17n.org>
2248
2249 * international/mule.el (make-coding-system): Set property
2250 coding-system-define-form to nil.
2251 (define-coding-system-alias): Likewise.
2252
2253 2005-03-11 Kenichi Handa <handa@m17n.org>
2254
2255 These changes are suggested by Dave Love <fx@gnu.org>.
2256
2257 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
2258 coding: tag.
2259 (adaptive-fill-regexp): Add more bullets.
2260 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
2261 regexps.
2262
2263 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * help.el (describe-mode): Properly handle non-trivial lighters.
2266 Don't ignore minor modes that are not listed in minor-mode-list.
2267
2268 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
2269 feature ON when the user requests to turn it OFF.
2270
2271 2005-03-10 Lute Kamstra <lute@gnu.org>
2272
2273 * emacs-lisp/debug.el (debug-entry-code): Delete it.
2274 (implement-debug-on-entry): New function to replace debug-entry-code.
2275 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
2276 second argument as the 2005-03-07 change makes it obsolete.
2277 (debug-on-entry, cancel-debug-on-entry): Update call to
2278 debug-on-entry-1.
2279 (debug, debugger-setup-buffer): Comment update.
2280 (debugger-frame-number): Update to work with implement-debug-on-entry.
2281
2282 2005-03-10 Jay Belanger <belanger@truman.edu>
2283
2284 * calc/calc-embed.el (math-ms-args): Declare it.
2285 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
2286 math-ms-args.
2287 (calc-embedded-subst): Use math-multi-subst-rec to substitute
2288 variables.
2289
2290 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
2291
2292 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
2293 Use message-box.
2294
2295 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
2296 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
2297 (tooltip-gud-tips): Simplify.
2298 (tooltip-gud-tips-p): Remove superflouous :set.
2299 (tooltip-gud-modes): Add fortran-mode.
2300 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2301
2302 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
2303
2304 2005-03-09 Kim F. Storm <storm@cua.dk>
2305
2306 * play/animate.el (animate-place-char): Use forward-line instead
2307 of next-line to improve performance.
2308
2309 2005-03-09 Simon Josefsson <jas@extundo.com>
2310
2311 * net/browse-url.el (browse-url-default-browser): Doc fix.
2312
2313 2005-03-09 Miles Bader <miles@gnu.org>
2314
2315 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
2316 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2317
2318 2005-03-09 Kenichi Handa <handa@m17n.org>
2319
2320 * international/latin-1.el: Set case and syntax for 255 only if
2321 set-case-syntax-set-multibyte is nil.
2322
2323 * textmodes/ispell.el (ispell-insert-word): New function.
2324 (ispell-word): Use ispell-insert-word to insert a new word.
2325 (ispell-process-line): Likewise.
2326 (ispell-complete-word): Likewise.
2327
2328 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2329
2330 * calendar/calendar.el (redraw-calendar): Preserve point.
2331 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2332 (calendar-week-start-day): Move after definition of
2333 redraw-calendar. Delete buffer test, since redraw-calendar has
2334 that now.
2335
2336 * calendar/diary-lib.el (mark-diary-entries): Only call
2337 redraw-calendar in the first of any recursive calls.
2338 Reported by Alan Shutko <ats@acm.org>.
2339
2340 2005-03-08 Juri Linkov <juri@jurta.org>
2341
2342 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
2343 (html-horizontal-rule, html-line, html-image, html-checkboxes)
2344 (html-radio-buttons): Add a space before the trailing `/>' where
2345 sgml-xml-mode is non-nil.
2346 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
2347 the subsequent tag of the empty XML tag.
2348 (html-href-anchor): Don't set initial input to "http:".
2349 (html-image): Ask for the image URL and set point inside alt="".
2350 (html-name-anchor): Duplicate the name in the `id' attribute when
2351 sgml-xml-mode is non-nil.
2352 (html-paragraph): Remove \n before <p>.
2353 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
2354 instead of `checked' when sgml-xml-mode is non-nil.
2355
2356 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
2357 Remove 1 space before #RRGGBB to not truncate it on terminal
2358 windows w/o fringes. Remove 1 space between bg and fg examples
2359 to get more space.
2360 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
2361 avoid byte-compile warnings.
2362
2363 * image-file.el (image-file-handler): Put `safe-magic' property to
2364 `image-file-handler'.
2365
2366 * info.el (Info-isearch-search): Emulate word search in
2367 isearching through multiple Info nodes with Info-search.
2368 (Info-isearch-wrap): Allow isearch-word.
2369
2370 2005-03-08 Lute Kamstra <lute@gnu.org>
2371
2372 * emacs-lisp/debug.el (debugger-step-through): Make sure that
2373 stepping into the debugger's code is not possible.
2374 (debugger-jumping-flag): Docstring update.
2375
2376 2005-03-08 Jay Belanger <belanger@truman.edu>
2377
2378 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
2379 embedded mode begins.
2380 (calc-embedded-language-alist): New variable.
2381 (calc-embedded-find-modes): Use calc-embedded-language-alist to
2382 set default language mode.
2383
2384 2005-03-08 Kenichi Handa <handa@m17n.org>
2385
2386 * international/ccl.el (define-ccl-program): Fix docstring about
2387 extra 256 bytes assured for the output buffer.
2388
2389 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2390 Fix BUFFER_MAGNIFICATION to 2.
2391 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2392
2393 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
2394
2395 * align.el (align-rules-list): Added an alignment rule for CSS
2396 declarations (applies to css-mode and html-mode buffers).
2397
2398 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
2401
2402 2005-03-07 Kim F. Storm <storm@cua.dk>
2403
2404 * simple.el (move-beginning-of-line): New command.
2405
2406 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
2407
2408 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
2409
2410 * emulation/cua-base.el: Put CUA move property on move-end-of-line
2411 and move-beginning-of-line.
2412
2413 * apropos.el (apropos-print): Omit command from M-x ... RET.
2414
2415 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
2416
2417 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
2418 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
2419
2420 2005-03-06 Richard M. Stallman <rms@gnu.org>
2421
2422 * bindings.el (esc-map): Bind M-g to goto-line.
2423
2424 * facemenu.el (global-map): Bind M-o, not M-g.
2425
2426 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2427
2428 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
2429 "Open Directory" as for "Open File".
2430
2431 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
2434 (push-mark-command): Run activate-mark-hook.
2435
2436 2005-03-06 Richard M. Stallman <rms@gnu.org>
2437
2438 * help-mode.el (help-mode-finish): Don't alter the element
2439 in view-return-to-alist if there already is one.
2440
2441 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
2442 make sure the current buffer is the expected one.
2443
2444 * novice.el (disabled-command-function): Output in *Disabled Command*.
2445 Explicitly ignore non-keyboard events, and explicitly handle C-g.
2446
2447 * textmodes/flyspell.el (flyspell-large-region):
2448 Pass args differently for aspell.
2449
2450 * files.el (mode-require-final-newline): Doc fix.
2451
2452 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2453
2454 * progmodes/which-func.el (which-function):
2455 Specify NOERROR when calling imenu--make-index-alist.
2456
2457 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * simple.el (normal-erase-is-backspace): Define default value.
2460
2461 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
2462 (custom-reevaluate-setting): Simple function to handle
2463 variables that are defined before their default value can really
2464 be computed.
2465
2466 * startup.el (command-line): Use it for temporary-file-directory,
2467 small-emporary-file-directory, auto-save-file-name-transforms,
2468 blink-cursor-mode, and normal-erase-is-backspace.
2469
2470 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
2471 progress, even with buggy anchored keywords.
2472
2473 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
2474
2475 * simple.el (goto-line): Remove unbalanced final parenthesis.
2476
2477 2005-03-05 Richard M. Stallman <rms@gnu.org>
2478
2479 * simple.el (goto-line): Use a number at point as the default.
2480 With C-u as arg, switch buffers.
2481
2482 2005-03-05 Juri Linkov <juri@jurta.org>
2483
2484 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
2485 with `no-blinking-cursor'.
2486
2487 * startup.el (no-blinking-cursor): New defvar.
2488 (command-line): Add `--no-blinking-cursor' to longopts.
2489 Set `no-blinking-cursor' to t for command line arguments
2490 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
2491 with `no-blinking-cursor' in the condition for calling
2492 `blink-cursor-mode'.
2493
2494 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
2495
2496 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
2497 (menu-bar-options-save): Add blink-cursor-mode.
2498 (menu-bar-options-menu): Add blink-cursor-mode.
2499
2500 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
2501
2502 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
2503 (icalendar-export-file, icalendar-export-region)
2504 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
2505 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
2506
2507 2005-03-04 Lute Kamstra <lute@gnu.org>
2508
2509 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
2510 (debug-function-list): Ditto.
2511
2512 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
2513
2514 * textmodes/texinfmt.el (texinfo-append-refill):
2515 Redefine the types of line to which @refill
2516 is not appended by replacing a search for `@refill\\|@bye' with
2517 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
2518 itemize@refill' bug and the unfilled long lines bug.
2519 (texinfmt-version): Update number and date.
2520
2521 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2522
2523 * international/code-pages.el (windows-1250, windows-125[2-8])
2524 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2525
2526 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
2529 bound yet.
2530
2531 2005-03-02 Romain Francoise <romain@orebokech.com>
2532
2533 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
2534 buffer after removing limits.
2535 (ibuffer-pop-filter): Ditto.
2536 Update copyright.
2537
2538 2005-03-02 Miles Bader <miles@gnu.org>
2539
2540 * button.el (make-text-button): If the user doesn't specify a
2541 type, use the default. Rewrite to use `add-text-properties' and
2542 plist functions.
2543
2544 2005-03-01 Lute Kamstra <lute@gnu.org>
2545
2546 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
2547 (debugger-jumping-flag): New var.
2548 (debug-entry-code): Use it.
2549 (debugger-jump): Use debugger-jumping-flag and add
2550 debugger-reenable to post-command-hook.
2551 (debugger-reenable): Use debugger-jumping-flag and remove itself
2552 from post-command-hook.
2553 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
2554 debugger-reenable.
2555
2556 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
2557
2558 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
2559 inclusion of "itemize\\|", which may be unnecessary, is certainly
2560 inelegant, and stops refilling in itemize lists when formatting
2561 Japanese Texinfo files to Info.
2562 Update copyright to 2005.
2563
2564 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
2565
2566 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
2567 of an error if GDB can't find the source file.
2568
2569 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
2570
2571 * calendar/calendar.el (redraw-calendar): Work from any buffer,
2572 not just the calendar.
2573
2574 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
2575 first.
2576 (diary-redraw-calendar): New function.
2577 (make-diary-entry): Add diary-redraw-calendar to local
2578 write-contents-functions. Turn off selective display before
2579 inserting in diary.
2580
2581 2005-03-01 Kim F. Storm <storm@cua.dk>
2582
2583 * emacs-lisp/copyright.el (copyright-fix-years): New command.
2584
2585 2005-03-01 Lute Kamstra <lute@gnu.org>
2586
2587 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
2588 that debug-entry-code can be safely removed from a function while
2589 this code is being evaluated. Revert the 2005-02-27 change as the
2590 new implementation no longer requires it. Make sure that a
2591 function body containing just a string is not mistaken for a docstring.
2592 (debug): Skip one more frame in case of debug on entry.
2593 (debugger-setup-buffer): Delete one more frame line in case of
2594 debug on entry.
2595 (debugger-frame-number): Update to use the new text introduced by
2596 the 1999-11-03 change. Skip one more frame in case of debug on entry.
2597
2598 2005-02-28 Kim F. Storm <storm@cua.dk>
2599
2600 * double.el (double-translate-key): Call force-window-update after
2601 read-event to avoid crash in redisplay.
2602
2603 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
2606 (debug): Use it. Move the inhibit-trace earlier.
2607 (debug-entry-code): New const.
2608 (debug-on-entry-1): Use it.
2609
2610 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * international/utf-16.el (ccl-encode-mule-utf-16le):
2613 Fix BUFFER_MAGNIFICATION to 2.
2614 (ccl-encode-mule-utf-16be): Likewise.
2615
2616 2005-02-28 Kenichi Handa <handa@m17n.org>
2617
2618 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2619 Fix BUFFER_MAGNIFICATION to 4.
2620 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2621
2622 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
2623
2624 * speedbar.el (speedbar-update-flag): Doc fix.
2625 (speedbar-show-info-under-mouse): Give set-mouse-position the right
2626 argument.
2627
2628 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * reveal.el (reveal-post-command): Don't try to reveal overlays which
2631 have a non-nil `invisible' property but are actually visible.
2632
2633 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
2634 for perldoc sections.
2635 (perl-outline-regexp, perl-outline-level): New var and function.
2636 (perl-mode): Use them.
2637
2638 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2639
2640 * calendar/diary-lib.el (diary-remind): Discard any mark portion
2641 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
2642
2643 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
2644
2645 * cus-edit.el: Comment change.
2646 (custom-buffer-create-internal): Slightly reword text at top of
2647 Custom buffers. Mention there that saving an option edits the
2648 init file. Add link to Emacs manual node on `custom-file'.
2649 (custom-magic-alist): Rewrite individual State messages to use
2650 capitalized keywords. Doc fix.
2651
2652 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
2653
2654 * calendar/calendar.el (calendar-buffer): Move above
2655 calendar-week-start-day.
2656 (calendar-week-start-day): Doc fix. Add :set function.
2657 (calendar-minimum-window-height): New variable.
2658 (generate-calendar-window): Only resize window if selected-window
2659 is displaying the calendar buffer. Use new variable
2660 calendar-minimum-window-height.
2661 (generate-calendar): Reword error message.
2662 (calendar-mode-map): Bind DEL to scroll-other-window-down.
2663
2664 2005-02-27 Andreas Schwab <schwab@suse.de>
2665
2666 * vc.el (vc-do-command): Don't run command asynchronously when
2667 operating in a remote directory.
2668
2669 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
2670 change from sync with Tramp 2.0.47.
2671
2672 2005-02-27 Richard M. Stallman <rms@gnu.org>
2673
2674 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2675
2676 * textmodes/flyspell.el (flyspell-mode-on):
2677 Call ispell-change-dictionary only if necessary.
2678
2679 * emacs-lisp/re-builder.el (regexp-builder): New function.
2680
2681 * register.el (describe-register-1): Explicitly handle
2682 yank-excluded-properties = t.
2683
2684 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
2685 (custom-magic-alist): Change the status descriptions again.
2686 (face widget-type): Total rewrite based on `restricted-sexp'
2687 to eliminate the confusing double hiding levels.
2688
2689 * emacs-lisp/debug.el (debug-on-entry-1):
2690 If function body is empty, add nil as body form.
2691
2692 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * emacs-lisp/trace.el (inhibit-trace): New var.
2695 (trace-make-advice): Use it.
2696
2697 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
2698
2699 2005-02-26 Kim F. Storm <storm@cua.dk>
2700
2701 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
2702 (mouse-on-link-p, mouse-drag-region-1): Use it.
2703
2704 2005-02-25 Lute Kamstra <lute@gnu.org>
2705
2706 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
2707
2708 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
2709
2710 * frame.el (blink-cursor-mode): Add :group keyword.
2711
2712 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
2713
2714 * calendar/icalendar.el (icalendar--decode-isodatetime):
2715 New optional argument DAY-SHIFT.
2716 (icalendar-export-region): Fix coding-system-for-write.
2717 (icalendar--convert-ical-to-diary): Shift end-day of all-day
2718 events by one.
2719
2720 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
2723
2724 2005-02-24 Kim F. Storm <storm@cua.dk>
2725
2726 * international/iso-acc.el (iso-accents-compose): Fix crash
2727 during redisplay. Call force-window-update after read-event
2728 and delete-region to signal that window is not accurate.
2729
2730 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
2733 Remove unused and inexistent var `inhibit-trace'.
2734 (debugger-mode): Use run-mode-hooks.
2735 (debugger-list-functions): Add buttons; setup xref stack.
2736
2737 2005-02-23 Richard M. Stallman <rms@gnu.org>
2738
2739 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
2740 appointment says it was explicitly made.
2741 (appt-add): Set the 3rd element.
2742 (appt-make-list): Preserve explicit appointments.
2743
2744 * subr.el (find-tag-default): Catch errors in forward-sexp.
2745
2746 2005-02-23 Juri Linkov <juri@jurta.org>
2747
2748 * info.el (Info-isearch-search): New defcustom.
2749 (Info-isearch-search): Call the default isearch function
2750 when Info-isearch-search is nil.
2751 (Info-isearch-wrap): Use variable Info-isearch-search.
2752
2753 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
2754
2755 * cus-edit.el: Comment change.
2756
2757 2005-02-22 Kim F. Storm <storm@cua.dk>
2758
2759 * progmodes/hideif.el (hide-ifdef-use-define-alist):
2760 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
2761
2762 2005-02-22 Simon Josefsson <jas@extundo.com>
2763
2764 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
2765 New variable.
2766 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
2767 Oskarsson" <myrkraverk@users.sourceforget.net>.
2768
2769 2005-02-22 Kim F. Storm <storm@cua.dk>
2770
2771 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
2772 check that window of that event is the selected window.
2773 (mouse-drag-region-1): Compare mouse event window to selected
2774 window before setting point.
2775
2776 * tooltip.el (tooltip-show-help-function): Pass event to
2777 mouse-on-link-p so it can check selected window.
2778
2779 2005-02-22 Kenichi Handa <handa@m17n.org>
2780
2781 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
2782 (ps-mule-show-warning): New function.
2783 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
2784 characters are found.
2785
2786 * ps-print.el (ps-header-footer-string): Return a list of header
2787 and footer strings.
2788
2789 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2790
2791 * pcvs.el (cvs-retrieve-revision): Fix thinko.
2792
2793 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * frame.el (blink-cursor-mode): Use define-minor-mode.
2796
2797 * term/mac-win.el (function-key-map): Use char-names more consistently.
2798 (file-name-coding-system): Only set it for MacOS-9. The other case is
2799 already handled in mule-cmds.el (where it also works when mac-win.el
2800 is not used).
2801
2802 2005-02-21 Kenichi Handa <handa@m17n.org>
2803
2804 * international/mule.el (ctext-pre-write-conversion): Always use
2805 " *code-converting-work*" buffer for work.
2806
2807 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
2808
2809 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
2810
2811 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
2812
2813 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
2814
2815 * ses.el (undo-more): Restore defadvice, but only the part that
2816 allows changes outside the restricted area of the buffer.
2817
2818 2005-02-20 Kim F. Storm <storm@cua.dk>
2819
2820 * simple.el (line-move): Add fourth optional arg try-vscroll which
2821 must be set to perform auto-window-vscroll.
2822 When moving backwards and doing auto-window-vscroll, automatically
2823 vscroll to the last part of lines which are taller than the window.
2824 (next-line, previous-line): Set try-vscroll arg on line-move.
2825
2826 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2827
2828 * replace.el (query-replace, query-replace-regexp)
2829 (replace-string, replace-regexp): When operating on region, make
2830 the minibuffer prompt say so.
2831
2832 * isearch.el (isearch-forward): Document isearch-query-replace and
2833 isearch-query-replace-regexp keybindings.
2834
2835 2005-02-19 Jay Belanger <belanger@truman.edu>
2836
2837 * calc/calc-aent.el (math-read-token): Add local variable.
2838
2839 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
2840 (calc-edit-top): Move declaration to earlier in file.
2841 (calc-edit-macro-repeats): Add local variables.
2842
2843 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
2844 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
2845 calcFunc-tanh.
2846 Adjust integration rule for calcFunc-tan.
2847
2848 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2849
2850 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
2851 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
2852 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
2853 (viper-skip-separators): Bug fix.
2854 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
2855 particular major mode.
2856 (viper-del-backward-char-in-replace): Don't put deleted char on the
2857 kill ring.
2858
2859 * viper-ex.el (viper-color-display-p): New function.
2860 (viper-has-face-support-p): Use viper-color-display-p.
2861
2862 * viper-keym.el (viper-gnus-modifier-map): New keymap.
2863
2864 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
2865
2866 * viper-util.el (viper-glob-unix-files): Fix shell status check.
2867 (viper-file-remote-p): Make equivalent to file-remote-p.
2868
2869 * viper.el (viper-major-mode-modifier-list):
2870 Use viper-gnus-modifier-map.
2871
2872 2005-02-19 David Kastrup <dak@gnu.org>
2873
2874 * subr.el (subregexp-context-p): Fix garbled doc string by adding
2875 quoting.
2876
2877 2005-02-19 Jay Belanger <belanger@truman.edu>
2878
2879 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
2880 Remove extra definitions.
2881 (calc-coth): New function.
2882 (calcFunc-cot): Fix `let'.
2883
2884 2005-02-19 Eli Zaretskii <eliz@gnu.org>
2885
2886 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
2887 the reasons we use "type pc" in these faces.
2888
2889 * button.el (button): Ditto.
2890
2891 2005-02-19 Michael Mauger <mmaug@yahoo.com>
2892
2893 * replace.el (query-replace-read-from): Set the value of
2894 query-replace-from-history-variable to handle the case of an empty
2895 string entered to accept the suggested default.
2896
2897 * net/tramp.el (tramp-file-name-for-operation):
2898 Use dired-call-process instead of dired-call-process-command.
2899
2900 2005-02-19 Jay Belanger <belanger@truman.edu>
2901
2902 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
2903 (math-div-non-trig): New variables.
2904 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
2905 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
2906 (math-combine-prod, math-div-symb-fancy): Add simplifications for
2907 trig expressions.
2908
2909 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
2910
2911 * progmodes/gdb-ui.el (gdb-var-update-handler)
2912 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
2913 for watch expressions,
2914 (gdb-var-create-handler): Don't set speedbar-update-flag.
2915 (gdb-post-prompt): Simplify test for speedbar.
2916
2917 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2918
2919 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
2920 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
2921 we use the syntax table of the correct buffer.
2922 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
2923 Felix Gatzemeier.
2924
2925 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
2926 (ediff-file-remote-p): Make synonymous with file-remote-p.
2927 In all deffaces ediff-*-face-*, use min-colors.
2928
2929 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
2930 ediff-recurse-to-subdirectories.
2931 (ediff-mark-if-equal): Check that the arguments are strings, use
2932 ediff-same-contents (after to Felix Gatzemeier).
2933
2934 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
2935 nil.
2936
2937 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * log-view.el (log-view-message-re): Fix up Subversion regexp.
2940
2941 2005-02-18 David Kastrup <dak@gnu.org>
2942
2943 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
2944 use `mark-active' when defined.
2945
2946 2005-02-18 Kenichi Handa <handa@m17n.org>
2947
2948 * ps-print.el (ps-font-info-database): New entry
2949 ZapfChancery-MediumItalic with correct font name. Fix font name
2950 of the entry Zapf-Chancery-MediumItalic.
2951
2952 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
2953
2954 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
2955
2956 2005-02-16 Kim F. Storm <storm@cua.dk>
2957
2958 * ido.el (ido-fallback-command): Pass user input to fallback command.
2959
2960 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
2961
2962 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2963 (gdb-find-file-hook): Add server prefix.
2964
2965 2005-02-16 Richard M. Stallman <rms@gnu.org>
2966
2967 * replace.el (perform-replace): Pass new args to replace-highlight.
2968 (replace-highlight): Take region args,
2969 and pass them to isearch-lazy-highlight-new-loop.
2970
2971 * novice.el (disabled-command-hook): Autoload the defalias
2972 and the make-obsolete-variable call.
2973
2974 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
2975
2976 * isearch.el (isearch-lazy-highlight-start-limit)
2977 (isearch-lazy-highlight-end-limit): New variables limit
2978 the region for highlighting.
2979 (isearch-lazy-highlight-new-loop): New args BEG and END.
2980 (isearch-lazy-highlight-search): Use the new vars.
2981 (isearch-lazy-highlight-update): Likewise.
2982
2983 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
2984
2985 * cus-start.el (all): Use default-boundp.
2986
2987 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
2988
2989 * menu-bar.el (menu-bar-select-frame): Handle current frame.
2990
2991 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
2992
2993 * autorevert.el (auto-revert-stop-on-user-input)
2994 (auto-revert-verbose): Doc fixes.
2995
2996 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2997
2998 * international/mule-cmds.el (set-locale-environment): Remove call
2999 to set-selection-coding-system on Windows.
3000
3001 2005-02-15 Jay Belanger <belanger@truman.edu>
3002
3003 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
3004 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
3005 calcFunc-coth.
3006 (math-simplify-sqrt): Add simplifications.
3007
3008 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
3009 to list.
3010
3011 * calc/calc-ext.el: Add functions to autoloads.
3012
3013 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
3014 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
3015 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
3016 (math-csc-raw, math-cot-raw): New functions.
3017
3018 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
3019
3020 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
3021 the variable name in a message.
3022
3023 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
3024 calcFunc-csc, calcFunc-cot.
3025
3026 * calc/calcalg2.el: Add derivative and integration rules for
3027 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
3028 calcFunc-csch, calcFunc-coth.
3029 (math-do-integral-methods): Add to checks for when to use
3030 substitutions.
3031
3032 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
3033
3034 2005-02-15 Lute Kamstra <lute@gnu.org>
3035
3036 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3037 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
3038 <monnier@iro.umontreal.ca>
3039 (lisp-outline-level): Improve efficiency. Suggested by David
3040 Kastrup <dak@gnu.org>.
3041
3042 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
3043
3044 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
3045 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
3046 (gdb-set-gud-minor-mode-existing-buffers): New functions.
3047 (gdb-find-file-hook): New hook. Add it to find-file-hook.
3048 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
3049
3050 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
3051
3052 * cus-start.el (all): Comment change.
3053
3054 2005-02-14 Lute Kamstra <lute@gnu.org>
3055
3056 * cus-start.el (all): Check if symbol is void.
3057
3058 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
3059
3060 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
3061 optional argument to \cite.
3062
3063 2005-02-14 Richard M. Stallman <rms@gnu.org>
3064
3065 * cus-edit.el (custom-buffer-create-internal): Update help message.
3066 (custom-magic-alist): Update help messages.
3067
3068 * cus-start.el (all): Allow a var to specify a standard value.
3069
3070 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
3071
3072 * custom.el (custom-theme-set-variables): Handle variable aliases.
3073
3074 * frame.el (blink-cursor-timer): Doc fix.
3075 (blink-cursor): Make it an alias for `blink-cursor-mode' and
3076 declare obsolete.
3077 (blink-cursor-mode): Define with defcustom and use correct
3078 standard expression in that defcustom.
3079 * startup.el (command-line): Adapt to above changes in frame.el.
3080
3081 2005-02-11 Lute Kamstra <lute@gnu.org>
3082
3083 * apropos.el (apropos-score-doc): Prevent division by zero.
3084
3085 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
3086
3087 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
3088 (icalendar--get-event-property-attributes)
3089 (icalendar--get-event-properties)
3090 (icalendar--datetime-to-diary-date): New functions.
3091 (icalendar--split-value): Doc fix.
3092 (icalendar--datetime-to-noneuropean-date)
3093 (icalendar--datetime-to-european-date): New optional argument
3094 SEPARATOR. Return result as a string instead of a list.
3095 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
3096 (icalendar--convert-string-for-export): Rename arg S to STRING.
3097 (icalendar-export-region): Doc fix. Change name of error buffer.
3098 Save output buffer.
3099 (icalendar-import-file): Add blank at end of prompt.
3100 (icalendar-import-buffer): Doc fix. Do not switch to error
3101 buffer. Indicate status in return value.
3102 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
3103 buffer. Save output buffer. Handle exception from recurrence
3104 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
3105 events. Fix problems with weekly all-day events.
3106
3107 2005-02-10 Richard M. Stallman <rms@gnu.org>
3108
3109 * simple.el (eval-expression-print-format):
3110 Avoid warning about edebug-active.
3111
3112 * help.el (help-for-help-internal): Rename from help-for-help.
3113 (help-for-help): Define with defalias.
3114
3115 * font-core.el (font-lock-default-function): Use with-no-warnings.
3116
3117 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
3118
3119 * custom.el (defface): Doc fix.
3120
3121 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
3124 width 0" to prevent word wrapping problems.
3125
3126 2005-02-09 Kim F. Storm <storm@cua.dk>
3127
3128 * ido.el (ido-file-extensions-order): New defcustom.
3129 (ido-file-extension-lessp, ido-file-extension-aux)
3130 (ido-file-extension-order): New advanced file ordering.
3131 (ido-file-lessp): New simple file ordering.
3132 (ido-sort-list): Remove.
3133 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
3134 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
3135
3136 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
3137
3138 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
3139 that some versions of grep produce.
3140 (grep-mode-font-lock-keywords): Likewise.
3141
3142 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
3143
3144 * progmodes/gdb-ui.el (gdb-location-list): New variable.
3145 (gdb-cdir): Delete.
3146 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
3147 (gdb-source-info): Treat case when source file is in another
3148 directory properly.
3149 (gdb-get-location): New function.
3150
3151 2005-02-07 Jay Belanger <belanger@truman.edu>
3152
3153 * calc/calc-prog.el (calc-write-parse-table-part)
3154 (calc-fix-token-name): Fix a check for language type.
3155
3156 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
3157
3158 2005-02-07 Andre Spiegel <spiegel@gnu.org>
3159
3160 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
3161 as directory not writable.
3162
3163 2005-02-07 Kim F. Storm <storm@cua.dk>
3164
3165 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
3166 (cua--standard-movement-commands): Remove list.
3167 Instead, set CUA property value to move for movement commands.
3168 (cua-movement-commands): Remove. Users must set CUA prop instead.
3169 (cua--pre-command-handler): Check CUA property.
3170 (cua--init-keymaps): Don't remap undo commands.
3171 (cua-mode): Don't call cua--rectangle-on-off.
3172
3173 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
3174 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
3175 (cua--rect-undo-set-point): New var.
3176 (cua--rectangle-undo-boundary): Setup undo apply entry.
3177 (cua--rect-undo-handler): New function for rectangle undo.
3178 (cua--rect-start-position, cua--rect-end-position): Add.
3179 (cua--rectangle-post-command): Call cua--rectangle-set-corners
3180 for restored rectangle. Set point if cua--rect-undo-set-point.
3181
3182 2005-02-06 Jay Belanger <belanger@truman.edu>
3183
3184 * calc/calc-lang.el (calc-tex-language): Display more information
3185 in messages.
3186
3187 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
3188 in TeX mode.
3189
3190 2005-02-06 Richard M. Stallman <rms@gnu.org>
3191
3192 * emacs-lisp/lisp.el (buffer-end): Doc fix.
3193
3194 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3195
3196 * net/ldap.el (ldap-search-internal): Support attributes with
3197 optional descriptions separated by a semi-colon, as in
3198 "userCertificate;binary".
3199
3200 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3201
3202 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
3203 isn't a cons (i.e. the version is 0).
3204
3205 2005-02-05 Eli Zaretskii <eliz@gnu.org>
3206
3207 * help.el (help-for-help): Doc fix.
3208
3209 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
3210
3211 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
3212 GDB-Windows on the menu-bar as this works better.
3213
3214 2005-02-04 Jay Belanger <belanger@truman.edu>
3215
3216 * calc/calc-embed.el (calc-embedded-update): Don't put in
3217 unnecessary newlines. Adjust the end of formula marker.
3218
3219 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
3220 (math-latex-parse-two-args): New function.
3221
3222 2005-02-03 Lute Kamstra <lute@gnu.org>
3223
3224 * help-fns.el (help-with-tutorial): Make sure that users cannot
3225 remove the entire text of the tutorial by means of `undo'.
3226
3227 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
3230 in recent changes, where the ispell process was repeatedly
3231 killed & restarted.
3232
3233 * international/mule-cmds.el (set-locale-environment): Set file-name
3234 coding system to utf-8 on Darwin systems.
3235 (set-default-coding-systems): Don't set default-file-name-coding-system
3236 on Darwin systems.
3237
3238 2005-02-03 Richard M. Stallman <rms@gnu.org>
3239
3240 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
3241
3242 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
3243
3244 * faces.el (list-faces-display): Add optional argument.
3245
3246 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * font-core.el (font-lock-default-function): Handle the rare case where
3249 only font-lock-keywords is set.
3250
3251 2005-02-02 Kenichi Handa <handa@m17n.org>
3252
3253 * international/characters.el: Cancel previous change for
3254 I-WITH-DOT-ABOVE and DOTLESS-i.
3255
3256 * international/latin-5.el: Cancel previous change.
3257
3258 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * progmodes/gud.el: Correction to syntax in gud-menu-map.
3261
3262 2005-02-02 Kenichi Handa <handa@m17n.org>
3263
3264 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
3265 DOTLESS-i.
3266
3267 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
3268 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
3269
3270 * case-table.el (get-upcase-table): New function.
3271 (copy-case-table): Copy upcaes table too if non-nil.
3272 (set-case-syntax-delims): Maintain upcase table too.
3273 (set-case-syntax-pair): Likewise.
3274 (set-upcase-syntax, set-downcase-syntax): New functions.
3275 (set-case-syntax): Maintain upcase table too.
3276
3277 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3278
3279 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
3280
3281 * progmodes/gud.el (gud-goto-info): New function.
3282 (gud-tool-bar-map): Use correct icon.
3283
3284 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3285
3286 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
3287 When delegating, order args in the funcall correctly.
3288
3289 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3290
3291 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3292
3293 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
3294
3295 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
3296 buffer not visiting a file.
3297
3298 2005-01-31 Jay Belanger <belanger@truman.edu>
3299
3300 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
3301 bound on the line with the formula.
3302
3303 2005-01-31 Kim F. Storm <storm@cua.dk>
3304
3305 * ses.el (ses-create-cell-variable-range)
3306 (ses-destroy-cell-variable-range, ses-reset-header-string)
3307 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
3308 (ses-insert-row): Fix format of apply undo entries.
3309
3310 2005-01-31 Jay Belanger <belanger@truman.edu>
3311
3312 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
3313 parts.
3314
3315 * calc/calc-embed.el (calc-embedded-open-formula)
3316 (calc-embedded-close-formula): Ignore matrix environments.
3317
3318 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
3319 TeX mode.
3320
3321 * calc/calc-lang.el (math-function-table, math-oper-table)
3322 (math-variable-table): Adjust the LaTeX portions.
3323
3324 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
3325 (math-latex-ignore-words): New constant.
3326
3327 2005-01-31 Richard M. Stallman <rms@gnu.org>
3328
3329 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
3330 (ispell-local-dictionary): Doc fix.
3331 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
3332 Don't reinitialize at run time. Don't defcustom.
3333 All uses changed to append ispell-local-dictionary-alist,
3334 or check it first.
3335 (ispell-current-dictionary): New variable for dictionary in use.
3336 (ispell-dictionary): Now used only for global default.
3337 (ispell-start-process): Set ispell-current-dictionary,
3338 not ispell-dictionary.
3339 (ispell-change-dictionary): Use this only for setting
3340 user preferences.
3341 (ispell-internal-change-dictionary): New function
3342 to change the current dictionary in use.
3343 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
3344 Use ispell-current-dictionary.
3345 Handle ispell-local-dictionary-overridden.
3346 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
3347
3348 2005-01-31 Jay Belanger <belanger@truman.edu>
3349
3350 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
3351
3352 * calc/calc-ext.el: Add calc-latex-language to autoloads.
3353 (calc-mode-map): Add calc-latex-language.
3354
3355 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
3356 (math-latex-print-frac): New functions.
3357 (math-oper-table, math-function-table, math-variable-table)
3358 (math-complex-format, math-input-filter): Add latex properties.
3359 (calc-set-language): Set math-expr-special-function-mapping.
3360
3361 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
3362 (calc-write-parse-table-part): Add LaTeX support.
3363
3364 * calc/calc.el (calc-language): Adjust docstring.
3365 (calc-set-mode-line): Add LaTeX support.
3366 (math-expr-special-function-mapping): New variable.
3367 (math-tex-ignore-words): Add to list.
3368
3369 * calc/calccomp.el (math-compose-expr, math-compose-rows):
3370 Add LaTeX support.
3371 (math-compose-expr): Add support for special functions.
3372
3373 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
3374
3375 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
3376
3377 * progmodes/gdb-ui.el (gdb-memory-address)
3378 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
3379 (gdb-memory-mode-map, gdb-memory-format-keymap)
3380 (gdb-memory-format-menu, gdb-memory-unit-keymap)
3381 (gdb-memory-unit-menu): New variables for a buffer
3382 that lets the user examine program memory.
3383 (gdb-memory-set-address, gdb-memory-set-repeat-count)
3384 (gdb-memory-format-binary, gdb-memory-format-octal)
3385 (gdb-memory-format-unsigned, gdb-memory-format-signed)
3386 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
3387 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
3388 (gdb-memory-unit-word, gdb-memory-unit-halfword)
3389 (gdb-memory-unit-byte, gdb-memory-unit-menu)
3390 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
3391 (gdb-memory-mode, gdb-memory-buffer-name)
3392 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
3393 New functions for above buffer.
3394
3395 2005-01-30 Richard M. Stallman <rms@gnu.org>
3396
3397 * cus-edit.el (custom-bury-buffer): Function deleted.
3398 (custom-buffer-done-function): Option deleted.
3399 (custom-buffer-done-kill): New (replacement option.
3400 (Custom-buffer-done): Call quit-window.
3401 (custom-buffer-create-internal): Update for above changes.
3402
3403 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
3404
3405 * simple.el (undo-ask-before-discard): New var.
3406 (undo-outer-limit-truncate): Implement it.
3407 (undo-extra-outer-limit): Doc update.
3408
3409 2005-01-29 Richard M. Stallman <rms@gnu.org>
3410
3411 * ses.el (undo-more): Delete defadvice.
3412 (ses-begin-change): Doc fix.
3413
3414 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
3415 instead of rebinding C-x u and C-_.
3416
3417 * files.el (normal-backup-enable-predicate): Return nil for files
3418 in /tmp, regardless of temporary-file-directory.
3419
3420 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
3421
3422 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
3423 (open-rectangle, delete-whitespace-rectangle-line)
3424 (clear-rectangle-line): If FILL, pass t instead of FILL
3425 for move-to-column's 2nd arg.
3426
3427 * simple.el (undo): Fix the test for continuing a series of undos.
3428 (undo-more): Set pending-undo-list to t when we reach end.
3429 (pending-undo-list): Move up defvar.
3430
3431 * wid-edit.el (widget-button-click):
3432 Shorten the range of the track-mouse binding.
3433
3434 * comint.el (comint-insert-input): Undo previous changes;
3435 use last-input-event in interactive spec.
3436
3437 2005-01-29 Eli Zaretskii <eliz@gnu.org>
3438
3439 * progmodes/compile.el (compilation-start): Bind buffer-read-only
3440 to nil before invoking call-process. Reset buffer's modified flag
3441 after fontifying it in the no-async branch.
3442
3443 * wid-edit.el (widget-specify-button): If mouse pointer shape
3444 cannot be changed, use mouse face instead.
3445
3446 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
3447
3448 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3449 (gdb-goto-breakpoint): Make breakpoint handling work on template
3450 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
3451 (gdb-assembler-custom): Update to recognise breakpoint information
3452 added on 2005-01-19.
3453
3454 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3455
3456 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
3457 (dsssl-mode): Use define-derived-mode.
3458 (scheme-mode-initialize): Remove.
3459 (scheme-mode): Use run-mode-hooks.
3460
3461 * cus-edit.el (customize-group-other-window)
3462 (custom-buffer-create-other-window): Don't override special-display-*.
3463 (custom-mode-map): Make it dense.
3464
3465 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
3466 sets the default value.
3467
3468 2005-01-28 Eli Zaretskii <eliz@gnu.org>
3469
3470 * descr-text.el: Add more keywords.
3471
3472 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * speedbar.el: Avoid unnecessary use of locate-library.
3475
3476 * international/mule-cmds.el (standard-display-european-internal):
3477 Don't fiddle with latin-1 non-break space any more since it's now
3478 special cased in the C code.
3479 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
3480
3481 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
3482
3483 * cus-start.el (all): Add `undo-outer-limit'.
3484
3485 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3486
3487 * textmodes/bibtex.el (bibtex-format-entry):
3488 Use `bibtex-empty-field-re' only on the text of fields, not on entire
3489 field lines.
3490 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
3491 not on part of a buffer.
3492
3493 2005-01-25 Lute Kamstra <lute@gnu.org>
3494
3495 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
3496 nonempty field text strings like "{letters\\macro{}more letters}".
3497 Clarify docstring.
3498 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
3499 (bibtex-entry-offset, bibtex-parse-association)
3500 (bibtex-parse-field-name): Fix typos in docstrings.
3501 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
3502
3503 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
3504
3505 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
3506 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
3507 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
3508 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
3509
3510 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
3511 isearch minor mode.
3512
3513 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
3514
3515 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
3516
3517 2005-01-24 Lute Kamstra <lute@gnu.org>
3518
3519 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
3520 CASECHARS and NOT-CASECHARS regular expressions of the
3521 "nederlands" and "nederlands8" dictionaries to prevent a "Range
3522 striding over charsets" error.
3523
3524 2005-01-24 Jay Belanger <belanger@truman.edu>
3525
3526 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
3527 display variable name.
3528
3529 2005-01-24 Kenichi Handa <handa@m17n.org>
3530
3531 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
3532 Fix setting of the element of encoded-kbd-iso2022-invocations.
3533
3534 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
3535
3536 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3537 (gdb-threads-select): Change to also accept mouse events.
3538 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
3539 (gdb-threads-mouse-select): Delete.
3540
3541 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
3542
3543 * files.el (insert-directory): Take care of empty directory,
3544 listed without -a switch.
3545
3546 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * textmodes/refill.el (refill-post-command-function):
3549 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
3550 to the list of functions that we should be careful not to undo.
3551 (refill-late-fill-paragraph-function): Remove.
3552 (refill-saved-state): New var.
3553 (refill-mode): Use it to save fill-paragraph-function.
3554 Save also the value of auto-fill-function.
3555
3556 * term/w32-win.el: Simplify code.
3557
3558 2005-01-23 Kim F. Storm <storm@cua.dk>
3559
3560 * simple.el (line-move): Adapt to new return value from
3561 pos-visible-in-window-p.
3562
3563 * simple.el (line-move): Fix last change. Check partial
3564 visibility at point rather than at window-start.
3565
3566 2005-01-22 Jason Rumney <jasonr@gnu.org>
3567
3568 * term/w32-win.el (xw-defined-colors): Remove debug-message.
3569
3570 2005-01-22 David Kastrup <dak@gnu.org>
3571
3572 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
3573
3574 2005-01-22 Eli Zaretskii <eliz@gnu.org>
3575
3576 * type-break.el (type-break-mode): Add a test for
3577 type-break-file-name being non-nil.
3578
3579 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3580
3581 * net/eudc.el (top level): Call (message "") via progn, so that
3582 eudc-options-file is loaded.
3583
3584 2005-01-22 Kim F. Storm <storm@cua.dk>
3585
3586 * simple.el (line-move-1): Rename from line-move.
3587 (line-move): New function that adjusts vscroll for partially
3588 visible rows, and calls line-move-1 otherwise.
3589
3590 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
3591
3592 * pcomplete.el: define pcomplete-read-event instead of read-event,
3593 since it's not a complete read-event implementation
3594
3595 2005-01-20 Jay Belanger <belanger@truman.edu>
3596
3597 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
3598 for called function.
3599
3600 2005-01-20 Steven Tamm <steventamm@mac.com>
3601
3602 * term/mac-win.el (process-connection-type): Remove.
3603 Controlled now by s/darwin.h:PTY_ITERATION.
3604
3605 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * window.el (handle-select-window): Don't switch window when we're
3608 in the minibuffer.
3609
3610 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
3611
3612 * subr.el (dotimes-with-progress-reporter): New macro.
3613
3614 * ses.el (ses-dotimes-msg): Remove macro.
3615 Use `dotimes-with-progress-reporter' instead.
3616
3617 2005-01-19 Steven Tamm <steventamm@mac.com>
3618
3619 * term/mac-win.el (process-connection-type): Use new
3620 operating-system-release variable to use ptys on Darwin 7 (OSX
3621 10.3) when using carbon build.
3622
3623 2005-01-19 Jay Belanger <belanger@truman.edu>
3624
3625 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
3626 flags if the last command was a tab or M-tab.
3627
3628 * calc/calc-prog.el (calc-user-define-edit): Put original formula
3629 in formula editing buffer.
3630
3631 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3632
3633 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
3634 breakpoint image symbol in margin.
3635
3636 2005-01-19 Jay Belanger <belanger@truman.edu>
3637
3638 * calc/calc-prog.el (calc-execute-kbd-macro):
3639 Ignore calc-keep-arg-flag.
3640
3641 2005-01-19 Kenichi Handa <handa@m17n.org>
3642
3643 * textmodes/ispell.el (ispell-looking-at): New function.
3644 (ispell-process-line): Use ispell-looking-at to compare the ispell
3645 output and the buffer contents.
3646
3647 2005-01-18 Jay Belanger <belanger@truman.edu>
3648
3649 * calc/calc.el (calc-display-raw): Fix docstring.
3650
3651 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * simple.el (blink-matching-open): Strip extra info from syntax.
3654
3655 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
3656 funny chars in the end-of-here-doc marker.
3657
3658 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3659
3660 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
3661 that enable/disabled state of breakpoints is shown correctly in
3662 fringe and on ttys.
3663 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
3664 Add breakpoint information as text properties.
3665 (gdb-mouse-toggle-breakpoint):
3666 Rename to gdb-mouse-set-clear-breakpoint.
3667 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
3668 breakpoints in the margin.
3669 (gdb-remove-strings): Simplify.
3670
3671 2005-01-17 Jay Belanger <belanger@truman.edu>
3672
3673 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
3674 erasing buffer.
3675
3676 2005-01-17 Richard M. Stallman <rms@gnu.org>
3677
3678 * progmodes/grep.el (grep-find): Copy from `grep' the condition
3679 for calling grep-compute-defaults.
3680
3681 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
3682 if buffer is empty.
3683
3684 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
3685
3686 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * hilit-chg.el (highlight-changes-mode): Don't autoload.
3689
3690 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
3691 non-preloaded variables.
3692
3693 2005-01-17 Steven Tamm <steventamm@mac.com>
3694
3695 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
3696 tex-shell cause to force interactivity when using pipes.
3697
3698 2005-01-17 Kim F. Storm <storm@cua.dk>
3699
3700 * simple.el (just-one-space): Make arg optional.
3701
3702 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
3703
3704 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
3705 posn-at-x-y to t to access left-margin.
3706
3707 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
3708
3709 Sync with Tramp 2.0.47.
3710
3711 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
3712 catching keep-date problems in cp/scp operations.
3713 (tramp-handle-copy-file): Don't call `set-file-modes'
3714 unconditionally. Specialized functions should know better what is
3715 necessary. This improves performance a little bit, and the
3716 functions could catch errors with `cp -p' and `scp -p'.
3717 (tramp-do-copy-or-rename-file-via-buffer)
3718 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
3719 when appropriate.
3720 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
3721 Call `set-file-modes' when appropriate.
3722 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
3723 Johnsson <isak@hypergene.com>
3724 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
3725 of both Tramp buffer and debug buffer. Reported by Joakim Verona
3726 <joakim@verona.se>
3727 (tramp-file-name-for-operation): Mark `shell-command' as magic for
3728 Emacs only.
3729
3730 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
3731 `find-file-hooks' and `dired-mode-hook'.
3732 (tramp-minor-mode-map): Respective map. Add remapping for
3733 `compile' and `recompile'.
3734 (tramp-remap-command, tramp-recompile): New defuns.
3735 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
3736 in buffer "*Compilation*". Call the commands asynchronously.
3737
3738 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
3739 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
3740 `shell-command', because it isn't magic in XEmacs. Reported by
3741 Adrian Aichner <adrian@xemacs.org>.
3742
3743 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3744 `substitute-in-file-name.
3745 (tramp-smb-handle-substitute-in-file-name): New defun.
3746 (tramp-smb-advice-PC-do-completion): Delete advice.
3747
3748 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
3749
3750 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
3751 Fix error in deleting region.
3752
3753 2005-01-15 Richard M. Stallman <rms@gnu.org>
3754
3755 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
3756 In non-temp buffer, switch syntax table temporarily.
3757
3758 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
3759
3760 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
3761
3762 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
3763
3764 * imenu.el (imenu--split-menu): Copy menulist before sorting.
3765 (imenu--generic-function): Use START, not BEG, as pos of definition.
3766
3767 * simple.el (just-one-space): Argument specifies number of spaces.
3768
3769 * simple.el (eval-expression-print-format): Avoid warning
3770 about edebug-active.
3771
3772 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
3773
3774 * progmodes/sh-script.el: Code copied from make-mode.el
3775 with small changes,
3776 (sh-mode-map): Bind C-c C-\.
3777 (sh-backslash-column, sh-backslash-align): New variables.
3778 (sh-backslash-region, sh-append-backslash): New functions.
3779
3780 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3781
3782 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
3783 (rmail-pop-password, rmail-pop-password-required): Move to
3784 rmail-obsolete group.
3785 (rmail-set-pop-password): Rename to rmail-set-remote-password.
3786 All callers updated.
3787 (rmail-get-pop-password): Rename to rmail-get-remote-password.
3788 Take an argument specifying whether it is POP or IMAP mailbox we
3789 are using. All callers updated.
3790 (rmail-pop-password-error): Rename to
3791 rmail-remote-password-error. Added mailutils-specific error message.
3792 (rmail-movemail-search-path)
3793 (rmail-movemail-variant-in-use): New variables.
3794 (rmail-remote-password, rmail-remote-password-required):
3795 New customization variables.
3796 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
3797 (rmail-parse-url): New function.
3798 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
3799 with GNU mailutils movemail.
3800
3801 2005-01-15 Kevin Ryde <user42@zip.com.au>
3802
3803 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
3804 suffix to space, $ or '$, to correctly position point when going
3805 to @table style constants like DBL_MAX.
3806
3807 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3808
3809 * type-break.el (type-break-mode, type-break-file-time)
3810 (type-break-file-keystroke-count, type-break-choose-file):
3811 Don't store data in or load data from the file if type-break-file-name
3812 is nil.
3813 (type-break-file-name): Doc update as per the above.
3814
3815 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3816
3817 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
3818 lookup-key might return nil; handle that.
3819
3820 2005-01-15 Alan Mackenzie <acm@muc.de>
3821
3822 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
3823 rather than the element found, thus enabling the tree to be setcar'd.
3824
3825 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3826
3827 * textmodes/org.el (org-show-following-heading): New option.
3828 (org-show-hierarchy-above): Use `org-show-following-heading'.
3829 (org-cycle): Documentation fix.
3830
3831 * textmodes/org.el (orgtbl-optimized): New option
3832 (orgtbl-mode): New command, a minor mode.
3833 (orgtbl-mode-map): New variable.
3834 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3835 (orgtbl-error, orgtbl-self-insert-command)
3836 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3837
3838 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
3839 a local variable in each org-mode buffer.
3840
3841 * textmodes/org.el (org-set-regexps-and-options): Rename from
3842 `org-set-regexps'. Added checking for STARTUP keyword.
3843 (org-get-current-options): Add STARTUP options.
3844 (org-table-insert-row): Mode mode intelligent about when
3845 realignment is needed.
3846 (org-self-insert-command, org-delete-backward-char, org-delete-char):
3847 New commands.
3848 (org-enable-table-editor): New default value `optimized'.
3849 (org-table-blank-field): Support blanking regions if active.
3850
3851 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3852
3853 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
3854 if the year is not given.
3855
3856 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
3857 Add new escapes %m and %M, fixed bug with %F by adding
3858 save-match-data.
3859 (reftex-reference): Remove ?. from list of spaces.
3860 (reftex-label-info): Add automatic label prefix recognition.
3861
3862 * textmodes/reftex-index.el (reftex-index-next-phrase):
3863 Add slave parameter to call of `reftex-index-this-phrase'.
3864 (reftex-index-this-phrase): New optional argument.
3865 (reftex-index-region-phrases): Add slave parameter to call of
3866 `reftex-index-this-phrase'.
3867 (reftex-display-index): New argument redo.
3868 (reftex-index-rescan): Add 'redo to arguments of
3869 `reftex-display-index'.
3870 (reftex-index-Rescan, reftex-index-revert)
3871 (reftex-index-switch-index-tag): Add 'redo to arguments of
3872 `reftex-display-index'.
3873 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
3874 indexing. Fix bug with matching is there is a quote before or
3875 after the word.
3876
3877 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3878 Fix bug when collecting citation keys in lines with comments.
3879 (reftex-citation): Prefix argument no longer rescans the document,
3880 but forces prompting for optional arguments of cite macros.
3881 (reftex-do-citation): Prompting for optional arguments implemented.
3882
3883 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3884 Add optional arguments to most cite commands.
3885 (reftex-cite-cleanup-optional-args): New option
3886 (reftex-cite-prompt-optional-args): New option.
3887 (reftex-trust-label-prefix): New option.
3888
3889 * textmodes/reftex-toc.el (reftex-toc-find-section):
3890 Add push-mark before changing the position in the buffer.
3891
3892 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
3893 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
3894
3895 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
3898 more carefully.
3899
3900 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
3903 (sgml-mode): Use it.
3904 (sgml-get-context): Better keep track of implicitly closed tags.
3905
3906 2005-01-13 Kenichi Handa <handa@m17n.org>
3907
3908 * textmodes/ispell.el: These changes are to fix misalignment error
3909 caused by equivalent characters of different Emacs charsets.
3910 (ispell-unified-chars-table): New variable.
3911 (ispell-get-decoded-string): New function.
3912 (ispell-get-casechars, ispell-get-not-casechars)
3913 (ispell-get-otherchars): Call ispell-get-decoded-string.
3914
3915 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
3916
3917 * custom.el (custom-declare-variable): Just put symbol instead
3918 of (defvar . symbol) in `current-load-list'.
3919
3920 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3921
3922 * emacs-lisp/elint.el: Fixed typo in Commentary section.
3923
3924 2005-01-12 Jay Belanger <belanger@truman.edu>
3925
3926 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
3927 to create a Calc summary.
3928
3929 2005-01-12 Kim F. Storm <storm@cua.dk>
3930
3931 * mouse.el (mouse-on-link-p): Change functionality and doc
3932 string to comply with latest description in lisp ref.
3933
3934 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
3935
3936 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
3937 Enable mouse clicks on mode-line, header-line and margin.
3938 (event-type): Give mouse event symbols an 'event-kind property
3939 with value 'mouse-click.
3940
3941 2005-01-12 Juri Linkov <juri@jurta.org>
3942
3943 * facemenu.el (list-colors-display): Add new arg buffer-name.
3944 Use it. Fix docstring. Replace code for identifying duplicate
3945 colors by the name with call to `list-colors-duplicates' which
3946 identifies duplicate colors by the value unless the color
3947 is one of special Windows colors. Set truncate-lines to t.
3948 Print sorted duplicate color names on each line. Indent to 22
3949 \(the longest color name in rgb.txt) instead of 20. Optimize.
3950 (list-colors-duplicates): New function.
3951 (facemenu-color-name-equal): Delete function.
3952
3953 * facemenu.el (list-colors-print): New function created from code
3954 in list-colors-display. Print #RRGGBB at the window right edge.
3955 (list-colors-display): When temp-buffer-show-function is not
3956 defined, call list-colors-print from temp-buffer-show-hook
3957 to get the right value of window-width in list-colors-print
3958 after the buffer is displayed.
3959
3960 * simple.el (pop-mark): Move deactivate-mark out of conditional
3961 part to deactivate the active mark regardless of the state of the
3962 mark ring.
3963
3964 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
3965 variables line in desktop files.
3966
3967 2005-01-12 Juri Linkov <juri@jurta.org>
3968
3969 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
3970 Bring together isearch highlight related options.
3971 (lazy-highlight): Replace group `replace' by `matching'.
3972 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3973 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3974 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
3975 and declare them obsolete.
3976 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
3977 (isearch-faces): Remove defgroup.
3978 (isearch-overlay, isearch-highlight, isearch-dehighlight):
3979 Move isearch highlighting code closer to lazy highlighting code.
3980
3981 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
3982 (query-replace-highlight, query-replace-lazy-highlight)
3983 (query-replace): Move definitions to the beginning of the file.
3984
3985 2005-01-11 Juri Linkov <juri@jurta.org>
3986
3987 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
3988 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
3989 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
3990
3991 * info.el (Info-history-forward): New variable.
3992 (Info-select-node): Reset Info-history-forward to nil.
3993 (Info-last): Turn into defalias.
3994 (Info-history-back): Rename from Info-last.
3995 Add current node to Info-history-forward.
3996 (Info-history-forward): New fun.
3997 (Info-mode-map): Replace Info-last by Info-history-back.
3998 Bind Info-history-forward to "r".
3999 (Info-mode-menu): Replace Info-last by Info-history-back.
4000 Fix menu item text. Add menu item for Info-history-forward.
4001 (info-tool-bar-map): Replace Info-last by Info-history-back.
4002 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
4003 for Info-history-forward.
4004 (Info-mode): Replace Info-last by Info-history-back in docstring.
4005 Add local variable Info-history-forward.
4006 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
4007
4008 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
4011 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
4012 Ignore select-window events rather than fiddle with
4013 mouse-autoselect-window.
4014
4015 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
4016
4017 * type-break.el (type-break-mode): Fix previous change.
4018
4019 2005-01-10 Jay Belanger <belanger@truman.edu>
4020
4021 * calc/calc-ext.el (calc-reset): Reset when inside embedded
4022 calculator; only reset when point is inside a calculator.
4023 Don't adjust the window height if the window takes up the whole height
4024 of the frame.
4025
4026 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4027
4028 * ebuff-menu.el (Electric-buffer-menu-mode):
4029 Preserve value of buffer-local var header-line-format.
4030
4031 2005-01-09 Jay Belanger <belanger@truman.edu>
4032
4033 * calc/calc.el (calc-mode-var-list-restore-saved-values):
4034 Make sure settings file exists before accessing it.
4035
4036 * calc/calc-embed.el (calc-embedded-subst):
4037 Replace math-multi-subst-rec, which is only supposed to be called
4038 by math-multi-subst, by math-multi-subst.
4039
4040 2005-01-09 Andre Spiegel <spiegel@gnu.org>
4041
4042 * vc.el (vc-allow-async-revert): New user option.
4043 (vc-disable-async-diff): New internal variable.
4044 (vc-revert-buffer): Use them to disable asynchronous diff.
4045
4046 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
4047 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
4048 asynchronously if vc-disable-async-diff is t.
4049
4050 2005-01-09 Jay Belanger <belanger@truman.edu>
4051
4052 * calc/calc.el (defcalcmodevar): New macro.
4053 (calc-mode-var-list-restore-default-values)
4054 (calc-mode-var-list-restore-saved-values): New functions.
4055 (calc-mode-var-list): Use defcalcmodevar to define it.
4056 (calc-always-load-extensions, calc-line-numbering)
4057 (calc-line-breaking, calc-display-just, calc-display-origin)
4058 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4059 (calc-group-char, calc-point-char, calc-frac-format)
4060 (calc-prefer-frac, calc-hms-format, calc-date-format)
4061 (calc-float-format, calc-full-float-format, calc-complex-format)
4062 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4063 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4064 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4065 (calc-matrix-brackets, calc-language, calc-language-option)
4066 (calc-left-label, calc-right-label, calc-word-size)
4067 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4068 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4069 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4070 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4071 (calc-window-height, calc-display-trail, calc-show-selections)
4072 (calc-use-selections, calc-assoc-selections)
4073 (calc-display-working-message, calc-auto-why, calc-timing)
4074 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
4075 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
4076 (calc-gnuplot-default-device, calc-gnuplot-default-output)
4077 (calc-gnuplot-print-device, calc-gnuplot-print-output)
4078 (calc-gnuplot-geometry, calc-graph-default-resolution)
4079 (calc-graph-default-resolution-3d, calc-invocation-macro)
4080 (calc-show-banner): Use defcalcmodevar to declare them and set
4081 their default values.
4082
4083 * calc/calc-ext.el (calc-reset): Restore saved values of variables
4084 instead of default values (but restore default values if there is
4085 an argument of 0).
4086
4087 2005-01-09 David Kastrup <dak@gnu.org>
4088
4089 * desktop.el (desktop-restore-eager): Fix typo in type.
4090
4091 2005-01-08 Richard M. Stallman <rms@gnu.org>
4092
4093 * cus-edit.el (customize): Delete :link.
4094
4095 2005-01-08 Jay Belanger <belanger@truman.edu>
4096
4097 * calc/calc.el (calc-mode): Remove the extension from the
4098 `calc-settings-file' file name when loading it.
4099
4100 2005-01-08 Kim F. Storm <storm@cua.dk>
4101
4102 * info.el (Info-mode-map, Info-next-link-keymap)
4103 (Info-prev-link-keymap, Info-up-link-keymap):
4104 Map follow-link to mouse-face.
4105 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
4106
4107 2005-01-08 Jay Belanger <belanger@truman.edu>
4108
4109 * calc/calc.el (calc-settings-file): Change default value.
4110 Suggested by cgw in a comment in calc-mode.el.
4111
4112 * calc/calc-mode.el (calc-settings-file-name):
4113 Compare calc-settings-file to user-init-file instead of ~/.emacs.
4114 Replace ~/.emacs in a prompt by calc-settings-file.
4115
4116 2005-01-07 Lars Hansen <larsh@math.ku.dk>
4117
4118 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
4119 (desktop-lazy-idle-delay): New customizable variables.
4120 (desktop-buffer-args-list): New variable.
4121 (desktop-append-buffer-args): New function.
4122 (desktop-save): Call desktop-append-buffer-args for some buffers.
4123 (desktop-lazy-create-buffer): New function.
4124 (desktop-idle-create-buffers): New function.
4125 (desktop-read): Add message about buffers to restore lazily.
4126 (desktop-lazy-abort): New command.
4127 (desktop-clear): Call desktop-lazy-abort.
4128 (desktop-lazy-complete): New command.
4129
4130 2005-01-06 Richard M. Stallman <rms@gnu.org>
4131
4132 * emacs-lisp/find-func.el (find-face-definition):
4133 Rename from find-face.
4134
4135 2005-01-06 Kim F. Storm <storm@cua.dk>
4136
4137 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
4138
4139 * man.el (Man-xref-man-page, Man-xref-header-file)
4140 (Man-xref-normal-file): Add follow-link property.
4141
4142 2005-01-06 Jay Belanger <belanger@truman.edu>
4143
4144 * calc/calc-units.el: Make sure the proper macro definitions are
4145 available when compiling.
4146
4147 2005-01-06 Juri Linkov <juri@jurta.org>
4148
4149 * isearch.el (isearch-lazy-highlight-update):
4150 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
4151
4152 2005-01-06 Miles Bader <miles@gnu.org>
4153
4154 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
4155 (isearch-lazy-highlight-face): Use new name.
4156
4157 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * uniquify.el (uniquify-rationalize-file-buffer-names):
4160 Re-add an interactive spec.
4161 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
4162 to the same name.
4163
4164 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
4165 (isearch-update, isearch-done): Adjust calls accordingly.
4166
4167 2005-01-05 Richard M. Stallman <rms@gnu.org>
4168
4169 * custom.el (custom-set-variables, custom-theme-set-variables):
4170 Clarify documentation.
4171
4172 * emacs-lisp/find-func.el (find-variable)
4173 (find-variable-other-window, find-variable-other-frame):
4174 Fix the TYPE args to find-function-read and find-function-do-it.
4175 (find-function): Doc fix.
4176 (find-function-at-point): Replace function-at-point alias.
4177
4178 2005-01-04 Richard M. Stallman <rms@gnu.org>
4179
4180 * cus-face.el (custom-declare-face):
4181 Record defface in current-load-list.
4182
4183 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
4184
4185 * emacs-lisp/find-func.el: Doc fixes.
4186 (find-face-regexp): New variable.
4187 (find-function-regexp-alist): New variable.
4188 (find-function-C-source): Third arg is now TYPE.
4189 (find-function-search-for-symbol): Handle general TYPE.
4190 (find-function-read, find-function-do-it): Handle general TYPE.
4191 (find-definition-noselect, find-face): New functions.
4192 (function-at-point): Alias deleted.
4193
4194 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * battery.el (display-battery-mode): Rename from display-battery.
4197 Handle the case where it gets turned off.
4198
4199 2005-01-04 Richard M. Stallman <rms@gnu.org>
4200
4201 * cus-edit.el (customize): Make :link point to user doc.
4202
4203 * man.el (Man-fontify-manpage): Turn off undo generation.
4204
4205 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
4206
4207 2005-01-04 Andreas Schwab <schwab@suse.de>
4208
4209 * files.el (insert-directory): Only look for error lines in
4210 inserted text. Don't move too far after processing --dired markers.
4211
4212 2005-01-04 Richard M. Stallman <rms@gnu.org>
4213
4214 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4215 Don't expand if the character is @, period, dash, etc.
4216 (define-mail-abbrev): Quote names that contain problem characters.
4217
4218 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4219
4220 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
4221
4222 2005-01-03 Richard M. Stallman <rms@gnu.org>
4223
4224 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
4225 (query-replace-highlight, query-replace-lazy-highlight)
4226 (query-replace): Definitions moved up. Doc fix.
4227
4228 2005-01-03 Richard M. Stallman <rms@gnu.org>
4229
4230 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
4231 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4232 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
4233 (lazy-highlight-face): Rename from isearch-lazy-...
4234 Change all references to them.
4235
4236 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * cus-edit.el (custom-file): Doc fix for defcustom.
4239 (custom-file): The function no longer sets the variable
4240 `custom-file' to its return value.
4241
4242 * startup.el (command-line): No longer load `custom-file'.
4243
4244 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
4247
4248 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
4249 Don't confuse module-prefixed identifiers for labels.
4250 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
4251
4252 2005-01-02 Richard M. Stallman <rms@gnu.org>
4253
4254 * files.el (basic-save-buffer-1): Fix previous change.
4255
4256 * loadhist.el (file-loadhist-lookup): New function.
4257 (file-provides, file-requires): Use it.
4258
4259 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
4260 instead of calculating the right size.
4261
4262 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4263
4264 * vc-svn.el (vc-svn-diff): Stay local if possible.
4265
4266 2005-01-02 Stefan <monnier@iro.umontreal.ca>
4267
4268 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4269
4270 * files.el (hack-local-variables): Fix last change.
4271
4272 2005-01-02 Jay Belanger <belanger@truman.edu>
4273
4274 * calc/calc-yank.el (calc-edit-top): New variable.
4275 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
4276 object. Change header properties.
4277 (calc-edit-finish, calc-edit-finish-stack-object)
4278 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
4279 edited object.
4280 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
4281 for the beginning of the edited object.
4282 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
4283 for the beginning of the edited object.
4284 * calc/calc-prog.el (calc-edit-macro-finish-edit)
4285 (calc-finish-formula-edit, calc-macro-repeats)
4286 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
4287 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
4288 beginning of the edited object.
4289 (calc-user-define-edit): Change the header for editing macros.
4290 Remove unnecessary variable.
4291
4292 2005-01-01 Jay Belanger <belanger@truman.edu>
4293
4294 * calc/calc-yank.el (calc-edit-mode): Change default header.
4295 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
4296 * calc/calc-store.el (calc-edit-variable): Change title to match new
4297 header.
4298 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
4299 mode to match new header.
4300 (calc-user-define-edit): Change titles to include names of commands.
4301 (calc-finish-formula-edit): Adjust to handle new header.
4302 (calc-finish-macro-edit): Remove.
4303 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
4304 (calc-edit-macro-command, calc-edit-macro-command-type)
4305 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
4306 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
4307 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
4308 (calc-edit-macro-finish-edit): New functions.
4309 (calc-user-define-edit): Use new functions to edit named calc macros.
4310
4311 2005-01-01 Stefan <monnier@iro.umontreal.ca>
4312
4313 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
4314
4315 * ses.el (copy-region-as-kill): Deactivate mark.
4316
4317 2005-01-01 Richard M. Stallman <rms@gnu.org>
4318
4319 * replace.el (occur-1): If the output buffer is also an input,
4320 don't kill it, rename it.
4321
4322 * faces.el (set-face-background, set-face-foreground): Doc fix.
4323
4324 * cus-face.el (custom-face-attributes): Fix :help-echo strings
4325 for :foreground and :background.
4326
4327 * dired.el (dired-view-command-alist): Variable deleted.
4328 (dired-view-file, dired-mouse-find-file-other-window):
4329 Delete the code to use it.
4330
4331 2005-01-01 Kim F. Storm <storm@cua.dk>
4332
4333 * image.el (insert-sliced-image): Use t for line-height property.
4334
4335 2004-12-31 Jay Belanger <belanger@truman.edu>
4336
4337 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
4338 for "var-" at the beginning of the minibuffer.
4339
4340 2004-12-31 Richard M. Stallman <rms@gnu.org>
4341
4342 * faces.el (read-face-name):
4343 Don't treat an attribute spec as a list of faces.
4344
4345 * simple.el (undo): Use undo-equiv-table to detect
4346 unexpected changes since previous undo.
4347 (undo-list-saved): Variable deleted.
4348 (buffer-disable-undo): Don't alter undo-list-saved.
4349
4350 * files.el (require-final-newline): Allow `visit' and `visit-save'.
4351 (mode-require-final-newline): New option.
4352 (after-find-file): Handle require-final-newline with new values.
4353 (basic-save-buffer): Handle new values of require-final-newline.
4354
4355 * progmodes/sh-script.el (sh-require-final-newline):
4356 Alist value now controls whether to use mode-require-final-newline.
4357 (sh-set-shell): Implement that new meaning.
4358
4359 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
4360 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
4361 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
4362 Delete old-Emacs compatibility code.
4363 (antlr-c-common-init): Function deleted.
4364
4365 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
4366 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
4367 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
4368 * progmodes/python.el (python-mode): Use mode-require-final-newline.
4369 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
4370 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
4371 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
4372 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
4373 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
4374 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
4375 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
4376 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
4377 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
4378 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
4379 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
4380 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
4381
4382 2004-12-31 Jay Belanger <belanger@truman.edu>
4383
4384 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
4385 way to return to Calc.
4386
4387 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
4388 finish, C-xk as the way to cancel the edit. Add cancel routine to
4389 kill-buffer-hook.
4390
4391 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
4392 MacEdit code.
4393
4394 * calc/calc-prog.el: Remove obsolete MacEdit code.
4395 (calc-macro-edit-algebraic, calc-macro-edit-variable)
4396 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
4397
4398 2004-12-31 Kenichi Handa <handa@m17n.org>
4399
4400 * international/mule.el (buffer-file-coding-system-explicit):
4401 Rename for explicit-buffer-file-coding-system.
4402 (after-insert-file-set-coding): Adjust for the above change.
4403
4404 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
4405 to buffer-file-coding-system-explicit.
4406 (basic-save-buffer-1): Likewise.
4407
4408 2004-12-30 Richard M. Stallman <rms@gnu.org>
4409
4410 * textmodes/artist.el (artist-butlast-fn): Var deleted.
4411 (artist-butlast, artist-last): Functions deleted.
4412 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
4413 (artist-compute-key-compl-table): Call remq directly.
4414 (artist-remove-nulls): Function deleted.
4415 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
4416 (artist-push, artist-pop): Macro deleted.
4417
4418 2004-12-30 Andreas Leue <al@sphenon.de>
4419
4420 * textmodes/artist.el (artist-version): 1.2.6
4421 (artist-prev-next-op-alist): New variable.
4422 (artist-select-next-op-in-list): New function.
4423 (artist-select-prev-op-in-list): New function.
4424 (artist-make-prev-next-op-alist): New function.
4425 (artist-is-in-op-list-p): New function.
4426 (artist-get-first-non-nil-op): New function.
4427 (artist-get-last-non-nil-op): New function.
4428 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4429 artist-prev-next-op-alist.
4430 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4431 change drawing operation.
4432
4433 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
4434
4435 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
4436
4437 2004-12-31 Masatake YAMATO <jet@gyve.org>
4438
4439 * server.el (server-process-filter): Suppress `error', too.
4440
4441 2004-12-30 Jay Belanger <belanger@truman.edu>
4442
4443 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
4444 Change the way a variable is displayed in a message.
4445
4446 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
4447 (calc-user-define-permanent, calc-execute-kbd-macro):
4448 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
4449
4450 2004-12-30 Kenichi Handa <handa@m17n.org>
4451
4452 * files.el (basic-save-buffer-1):
4453 Set explicit-buffer-file-coding-system to last-coding-system-used.
4454 (revert-buffer): Pay attention to
4455 explicit-buffer-file-coding-system (not buffer-file-coding-system)
4456 on bind coding-system-for-read.
4457
4458 * international/mule.el (explicit-buffer-file-coding-system):
4459 New buffer local variable.
4460 (after-insert-file-set-coding): Set it to coding-system-for-read.
4461
4462 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
4463
4464 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4465
4466 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
4467
4468 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
4469 that include line numbers.
4470
4471 2004-12-29 Milan Zamazal <pdm@zamazal.org>
4472
4473 * files.el (hack-local-variables): If no PREFIX, set it to "^".
4474 Redundant variable PREFIXLEN removed.
4475
4476 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
4477
4478 * eshell/em-hist.el (eshell-previous-matching-input):
4479 Start the deletion from the end of the output.
4480
4481 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4482
4483 * term/mac-win.el: Require x-dnd.
4484 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
4485
4486 2004-12-29 David Kastrup <dak@gnu.org>
4487
4488 * international/mule.el (decode-coding-inserted-region):
4489 Don't barf if `buffer-undo-list' is already set to `t'.
4490
4491 2004-12-29 Jay Belanger <belanger@truman.edu>
4492
4493 * calc/calc-prog.el (calc-user-define-formula): Put default values
4494 for function names in prompts.
4495 (calc-user-define-permanent, calc-user-define-composition)
4496 (calc-user-define-formula): Remove the need for "calcFunc-" in the
4497 default input for algebraic functions.
4498
4499 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
4500
4501 * vc-rcs.el (vc-rcs-annotate-command):
4502 Fix omission bug: Call `vc-setup-buffer'.
4503
4504 2004-12-29 Kenichi Handa <handa@m17n.org>
4505
4506 * international/mule.el (recode-region): New function.
4507
4508 2004-12-28 Richard M. Stallman <rms@gnu.org>
4509
4510 * simple.el (undo-extra-outer-limit): New variable.
4511 (undo-outer-limit-truncate): Test and set it.
4512
4513 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
4514 enables the feature to extend the existing region.
4515
4516 * simple.el (mark-word): New arg ALLOW-EXTEND
4517 enables the feature to extend the existing region.
4518
4519 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
4520 enables the feature to extend the existing region.
4521
4522 * startup.el (site-run-file): Don't allow setting it with Custom.
4523
4524 * simple.el (buffer-disable-undo): Fix previous change.
4525
4526 2004-12-27 Masatake YAMATO <jet@gyve.org>
4527
4528 * hexl.el (hexlify-buffer): Remove fontification here.
4529 Use font lock mechanism instead.
4530 (hexl-font-lock-keywords): New font lock kewords.
4531 (hexl-mode-old-font-lock-keywords): New variable.
4532 (hexl-mode): Store the old font lock keywords.
4533 (hexl-mode-exit): Restore the old font lock keywords.
4534
4535 2004-12-27 Richard M. Stallman <rms@gnu.org>
4536
4537 * simple.el (undo): Fix previous change.
4538
4539 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4540
4541 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4542 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
4543 Call x-open-connection on Mac OS X.
4544
4545 2004-12-27 Richard M. Stallman <rms@gnu.org>
4546
4547 * files.el (buffer-save-without-query): New var (buffer-local).
4548 (save-some-buffers): Save those buffers first, w/o asking.
4549
4550 * files.el (insert-directory-ls-version): New variable.
4551 (insert-directory): When ls returns an error, test the version
4552 number to decide what the return code means.
4553 With --dired output format, detect and distinguish lines
4554 that are really error messages.
4555 (insert-directory-adj-pos): New function.
4556
4557 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
4558
4559 * battery.el (battery-mode-line-format): Remove initial spaces.
4560
4561 * uniquify.el (uniquify-rationalize-file-buffer-names):
4562 Delete interactive spec.
4563
4564 * type-break.el (type-break-mode): Set buffer-save-without-query.
4565 Remove code that tried to set save-some-buffers-always.
4566 (type-break-file-keystroke-count): Bind deactivate-mark.
4567
4568 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
4569
4570 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
4571 Test that the buffer is live, and maybe reject current buffer too.
4572 Clarify.
4573 (next-error-find-buffer): Rewrite for clarity.
4574
4575 * loadup.el: Don't use buffer-disable-undo; do it directly.
4576
4577 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
4578 (describe-variable): Call symbol-file with `defvar'.
4579
4580 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
4581 (symbol-file): Rewritten to handle new load-history format.
4582 Now takes an arg TYPE to specify looking for a particular
4583 type of definition only.
4584
4585 * emacs-lisp/debug.el (debugger-make-xrefs):
4586 Call symbol-file with `defun'.
4587
4588 * emacs-lisp/find-func.el (find-function-noselect):
4589 Call symbol-file with `defun'.
4590 (find-variable-noselect): Call symbol-file with `defvar'.
4591
4592 * eshell/esh-cmd.el (eshell-find-alias-function):
4593 Call symbol-file with `defun'.
4594
4595 * eshell/esh-test.el (eshell-test-goto-func):
4596 Call symbol-file with `defun'.
4597
4598 * mail/rmail.el (rmail-resend):
4599 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
4600
4601 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
4602
4603 * progmodes/compile.el (compilation-find-buffer): Rename arg.
4604
4605 * textmodes/texinfmt.el (texinfo-format-buffer-1):
4606 Call buffer-disable-undo.
4607
4608 * simple.el (undo-list-saved): New variable (buffer-local).
4609 (undo): Set and test it.
4610 (buffer-disable-undo): Move here from buffer.c.
4611 Clear out undo-list-saved.
4612
4613 * international/mule.el (decode-coding-inserted-region):
4614 Set buffer-undo-list in a correct and optimal way.
4615
4616 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
4617 (cperl-font-lock-unfontify-region-function): No need to save and
4618 restore info, since font-lock.el does it for us.
4619
4620 * ansi-color.el (save-buffer-state): Definition deleted.
4621 (ansi-color-unfontify-region): Don't use save-buffer-state.
4622
4623 2004-12-27 Dave Love <fx@gnu.org>
4624
4625 * wid-edit.el (function): Use restricted-sexp as parent.
4626
4627 2004-12-27 Kevin Ryde <user42@zip.com.au>
4628
4629 * simple.el (next-matching-history-element): Use same
4630 `interactive' form as previous-matching-history-element.
4631
4632 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4633 it can appear unencoded and has been seen from yahoo.
4634
4635 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4636
4637 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
4638 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
4639
4640 2004-12-27 Kenichi Handa <handa@m17n.org>
4641
4642 * international/utf-8.el (utf-translate-cjk-load-tables):
4643 Bind coding-system-for-read to nil while loading subst-*.
4644
4645 2004-12-26 Jay Belanger <belanger@truman.edu>
4646
4647 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
4648 default input.
4649
4650 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
4651
4652 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
4653 before reverting and disable undo recording while reverting.
4654
4655 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
4656
4657 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
4658 (hs-make-overlay): New function.
4659 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
4660 (hs-flag-region): Delete function.
4661 (hs-hide-comment-region): No longer use `hs-flag-region'.
4662 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
4663 (hs-hide-block-at-point): Likewise.
4664 (hs-hide-level-recursive): Use `hs-discard-overlays'.
4665 (hs-hide-all, hs-show-all): Likewise.
4666 (hs-show-block): Likewise.
4667 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
4668
4669 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
4670
4671 * progmodes/hideshow.el: Require `cl' when compiling.
4672 Remove XEmacs and Emacs 19 compatibility.
4673 Use `dolist' and `add-to-list' for load-time actions.
4674 (hs-discard-overlays): Use `dolist'.
4675 (hs-show-block): Likewise.
4676
4677 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4678
4679 * faces.el (mode-line, mode-line-inactive): Use min-colors.
4680
4681 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
4682
4683 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
4684 When extending backwards, move outside the current comment first.
4685
4686 2004-12-22 Kenichi Handa <handa@m17n.org>
4687
4688 * international/quail.el (quail-start-translation): Fix prompt
4689 string for the case if input-method-use-echo-area being non-nil.
4690 (quail-start-conversion): Likewise.
4691 (quail-show-guidance): Don't show guidance if
4692 input-method-use-echo-area is non-nil.
4693
4694 2004-12-21 Richard M. Stallman <rms@gnu.org>
4695
4696 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
4697
4698 2004-12-21 Markus Rost <rost@ias.edu>
4699
4700 * calendar/diary-lib.el (mark-diary-entries):
4701 Set mark-diary-entries-in-calendar only after checking for diary-file.
4702
4703 2004-12-21 Richard M. Stallman <rms@gnu.org>
4704
4705 * faces.el (escape-glyph): Use blue against light foreground.
4706
4707 * simple.el (undo-outer-limit-truncate): New function.
4708 (undo-outer-limit-function): Use undo-outer-limit-truncate.
4709
4710 2004-12-21 Eli Barzilay <eli@barzilay.org>
4711
4712 * calculator.el: (calculator-radix-grouping-mode)
4713 (calculator-radix-grouping-digits)
4714 (calculator-radix-grouping-separator):
4715 New defcustoms for the new radix grouping mode functionality.
4716 (calculator-mode-hook): Now used in electric mode too,
4717 (calculator): Call it.
4718 (calculator-mode-map): Some new keys.
4719 (calculator-message): New function. Some new calls.
4720 (calculator-op, calculator-set-register): Use it.
4721 (calculator-string-to-number): New function, mostly moved and
4722 updated code from calculator-curnum-value.
4723 (calculator-curnum-value): Use it.
4724 (calculator-paste): Use it, and update grabbing the current-kill.
4725 (calculator-rotate-displayer)
4726 (calculator-rotate-displayer-back): Toggle digit grouping when
4727 in radix mode, use calculator-message.
4728 (calculator-displayer-prev, calculator-displayer-next):
4729 Change digit group size when in radix mode.
4730 (calculator-number-to-string): Rename from
4731 calculator-num-to-string. Now deals with digit grouping in
4732 radix mode.
4733 (calculator-update-display, calculator-put-value): Use the new name.
4734 (calculator-fact): Return a floating point number.
4735 (calculator-mode): Doc fix.
4736
4737 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4738
4739 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4740 * calendar/diary-lib.el (view-other-diary-entries):
4741 Use current-prefix-arg in interactive spec.
4742
4743 2004-12-19 Jay Belanger <belanger@truman.edu>
4744
4745 * calc/calc-aent.el (calcAlg-blank-matching-open):
4746 Temporarily adjust the syntax of both delimiters of half-open intervals.
4747
4748 2004-12-19 Kim F. Storm <storm@cua.dk>
4749
4750 * mouse.el (mouse-1-click-follows-link): Doc fix.
4751
4752 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4753
4754 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
4755 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
4756 instead of centraleuropean as the name
4757
4758 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
4759
4760 Sync with Tramp 2.0.46.
4761
4762 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
4763 parameters wrt Tramp convention.
4764 (tramp-handle-file-attributes-with-perl)
4765 (tramp-handle-directory-files-and-attributes): Apply it.
4766 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
4767 `copy-program'. Reported by Zack Weinberg
4768 <zack@codesourcery.com>.
4769 (top): Set `edebug-form-spec' property directly rather than
4770 calling `def-edebug-spec'.
4771
4772 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
4773 advice less fragile. Surround temporary redefinition of
4774 `substitute-in-file-name' with `unwind-protect'. Suggested by
4775 Matt Hodges <MPHodges@member.fsf.org>.
4776
4777 2004-12-17 Juri Linkov <juri@jurta.org>
4778
4779 * replace.el (occur-accumulate-lines, occur-engine):
4780 Make forcing deferred font-lock fontification jit-specific.
4781
4782 2004-12-17 Kim F. Storm <storm@cua.dk>
4783
4784 * mouse.el (mouse-1-click-follows-link): New defcustom.
4785 (mouse-on-link-p): New function.
4786 (mouse-drag-region-1): Implement mouse-1-click-follows-link
4787 functionality. Map a mouse-1 click event into a mouse-2 (or
4788 other) event when position is inside a link.
4789
4790 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
4791 prefix in tooltip text with "mouse-1" when this is a link
4792 recognized by mouse-1-click-follows-link functionality.
4793
4794 * help.el (describe-key): Report effective and original binding
4795 for mouse-1 when clicked on a link.
4796 (describe-mode): Add follow-link property to "minor-mode" button.
4797
4798 * help-fns.el (describe-variable): Add follow-link property to
4799 "below" button.
4800
4801 * help-mode.el (help-xref): Add follow-link property.
4802
4803 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
4804 (apropos-command, apropos-variable, apropos-face, apropos-group)
4805 (apropos-widget, apropos-plist): Add follow-link property.
4806
4807 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
4808 checks if position is in a filename, rather than some other
4809 clickable item. Function looks for cvs-filename-face at position.
4810
4811 * wid-edit.el (widget-specify-field, widget-specify-button):
4812 Map a :follow-link keyword into a follow-link property.
4813 (link): Add :follow-link keyword, map to RET binding.
4814
4815 * dired.el (dired-mode-map): Map follow-link to mouse-face.
4816
4817 * progmodes/compile.el (compilation-minor-mode-map)
4818 (compilation-button-map, compilation-mode-map): Likewise.
4819
4820 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
4821
4822 * play/zone.el (zone): Init `line-spacing' from orig buffer.
4823 (zone-replace-char): Take `count' and `del-count'
4824 instead of `direction'. Update callers. When `del-count' is
4825 non-nil, delete that many characters, otherwise `count' characters
4826 backwards. Insert the newly-replaced string `count' times.
4827 (zone-fret): Handle chars w/ width greater than one.
4828 (zone-fall-through-ws): No longer take window width `ww'.
4829 Update callers. Add handling for `char-width' greater than one.
4830 (zone-pgm-drip): Update var holding window-end position every cycle.
4831
4832 2004-12-17 Andre Spiegel <spiegel@gnu.org>
4833
4834 * vc.el (vc-default-update-changelog): Use insert-file-contents,
4835 rather than insert-file.
4836
4837 2004-12-16 Jay Belanger <belanger@truman.edu>
4838
4839 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
4840 (math-init-random-base, math-random-digit): Check to see if
4841 var-RandSeed is bound.
4842 (math-random-last): Declare it.
4843 (math-random-digit): Don't make math-random-last local.
4844
4845 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
4846
4847 * play/zone.el (zone): Fix omission bug: Use a self-disabling
4848 one-shot thunk for uniform (error, quit, normal) recovery.
4849 Reported by John Paul Wallington.
4850 (zone-pgm-random-life): Fix bug:
4851 Recognize empty initial field by lack of "@" chars.
4852
4853 2004-12-16 Juri Linkov <juri@jurta.org>
4854
4855 * help.el (function-called-at-point):
4856 * help-fns.el (variable-at-point): As a last resort try stripping
4857 non-word prefixes and suffixes.
4858
4859 * descr-text.el (describe-property-list): Don't treat syntax-table
4860 specially. Use describe-text-sexp which inserts [show] button
4861 for large objects and handles printing errors. Sort properties
4862 by names in alphabetical order instead of by value sizes.
4863 Add `mouse-face' to list of properties for `describe-face' widget.
4864 (describe-char): Mask out face-id from 19 bits of character.
4865 Print face-id separately.
4866
4867 * replace.el (occur-accumulate-lines, occur-engine):
4868 Fontify unfontified matching lines in the source buffer
4869 before copying them.
4870 (occur-engine): Don't put mouse-face on context lines.
4871 (occur-next-error): Set point to line beginning/end
4872 before searching for prev/next property to skip multiple
4873 matches on a line (not supported by occur engine).
4874 Remove redundant prefix-numeric-value.
4875
4876 2004-12-15 Juri Linkov <juri@jurta.org>
4877
4878 * replace.el (match): New face.
4879 (list-matching-lines-face): Change default from `bold' to `match'.
4880
4881 * progmodes/grep.el (grep-match-face): New defvar.
4882 (grep-mode-font-lock-keywords): Use grep-match-face instead of
4883 compilation-column-face to highlight grep matches.
4884
4885 * apropos.el (apropos-match-face): Change default from
4886 `secondary-selection' to `match'.
4887
4888 * info-look.el (info-lookup-highlight-face): Change default from
4889 `highlight' to `match'.
4890
4891 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
4892
4893 * progmodes/executable.el (executable-interpret): Eliminate
4894 obsolete compile-internal, and switch to comint for interaction.
4895
4896 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
4897
4898 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
4899 `&&' when skipping multiple statements on a line.
4900
4901 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
4902
4903 * play/zone.el (zone): Set `truncate-lines'.
4904 Also, init `tab-width' with value from original buffer.
4905 (zone-shift-up): Rewrite for speed.
4906 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
4907 (zone-pgm-jitter): Remove redundant entries from ops vector.
4908 (zone-exploding-remove): Reduce iteration count.
4909 (zone-cpos): Convert to defsubst.
4910 (zone-replace-char): New defsubst.
4911 (zone-park/sit-for): Likewise.
4912 (zone-fret): Take window-start arg.
4913 Update callers. Use `zone-park/sit-for'.
4914 (zone-fill-out-screen): Rewrite.
4915 (zone-fall-through-ws): Likewise. Update callers.
4916 (zone-pgm-drip): Use `zone-replace-char'.
4917 Move var inits before while-loop. Use `zone-park/sit-for'.
4918 (zone-pgm-random-life): Handle empty initial field.
4919 Use `zone-replace-char' and `zone-park/sit-for'.
4920
4921 2004-12-15 Juri Linkov <juri@jurta.org>
4922
4923 * isearch.el (isearch-update): Test isearch-lazy-highlight
4924 before calling isearch-lazy-highlight-new-loop.
4925 (isearch-lazy-highlight-new-loop):
4926 Don't test isearch-lazy-highlight.
4927
4928 * replace.el (perform-replace): Add isearch-case-fold-search.
4929 Use delimited-flag for isearch-regexp.
4930 Reset isearch-lazy-highlight-last-string to force lazy
4931 highlighting when called from isearch mode.
4932 (query-replace-highlight): Revert defcustom type to boolean.
4933 (query-replace-lazy-highlight): New defcustom.
4934 (query-replace): New face.
4935 (perform-replace, replace-highlight, replace-dehighlight):
4936 Test query-replace-lazy-highlight instead of special value
4937 `isearch' of query-replace-highlight.
4938 (replace-dehighlight): Don't call isearch-dehighlight.
4939 (replace-highlight): Don't call isearch-highlight.
4940 Use face `query-replace' unconditionally.
4941
4942 2004-12-14 Kim F. Storm <storm@cua.dk>
4943
4944 * simple.el (inhibit-mark-movement): Remove defvar.
4945 (beginning-of-buffer, end-of-buffer): Don't use it.
4946
4947 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4948 Don't use inhibit-mark-movement.
4949
4950 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
4951 (cua--undo-push-mark): Remove.
4952 (cua--pre-command-handler, cua--post-command-handler):
4953 Don't fiddle with inhibit-mark-movement.
4954
4955 2004-12-14 Juri Linkov <juri@jurta.org>
4956
4957 * buff-menu.el (list-buffers-noselect): Collect internal info
4958 for every buffer in BUFFER-LIST arg too.
4959 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
4960 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
4961 Bind same-window-buffer-names and same-window-regexps to nil.
4962
4963 2004-12-13 Juri Linkov <juri@jurta.org>
4964
4965 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
4966
4967 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
4968 (sc-cite-region, sc-uncite-region, sc-recite-region):
4969 Fix previous change to handle not alist as a symbol, but
4970 a citation frame as a symbol that represents a variable name.
4971
4972 2004-12-13 Richard M. Stallman <rms@gnu.org>
4973
4974 * filecache.el (file-cache-add-directory-using-find):
4975 Only set up file-cache-find-command-posix-flag if we will use it.
4976
4977 * bindings.el (mode-line-buffer-identification-keymap):
4978 Don't cancel the mode-line's usual down-mouse-1 binding.
4979
4980 * cus-edit.el (custom-face-selected): Handle `default' specs.
4981 (custom-face-edit): Increase extra-offset.
4982 (custom-display): Handle `default' specs.
4983
4984 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
4985
4986 * emacs-lisp/elint.el (elint-standard-variables)
4987 (elint-unknown-builtin-args): Move definitions up.
4988
4989 * net/browse-url.el (browse-url-url-at-point): Add autoload.
4990
4991 * info.el (info-xref-visited): Use `default' instead of t.
4992 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
4993
4994 * faces.el (header-line, mode-line-inactive, tool-bar):
4995 Use `default' instead of t for setting the defaults.
4996 (face-spec-choose): Separate `t' from `default'.
4997
4998 * subr.el (while-no-input): New macro.
4999
5000 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
5001
5002 * filecache.el (file-cache-add-directory-using-find):
5003 Only test file-cache-find-command-posix-flag on some systems.
5004
5005 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
5008 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
5009 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
5010 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
5011 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
5012
5013 2004-12-12 Juri Linkov <juri@jurta.org>
5014
5015 * files.el (find-file-other-window, find-file-other-frame):
5016 Add the first buffer to the returned value to return the complete
5017 list of all visited buffers.
5018 (find-file-read-only, find-file-read-only-other-window)
5019 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
5020 `find-file-read-args'. Signal an error about non-existent file
5021 only if file name doesn't contain wildcards. Toggle read-only in
5022 all visited buffers.
5023 (find-alternate-file, find-alternate-file-other-window):
5024 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
5025 called interactively. Pass arg `wildcards' to other functions.
5026 (find-file-noselect): Doc fix.
5027
5028 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
5029 Doc fix.
5030 (ffap-directory-finder): New variable.
5031 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
5032 (ffap-file-at-point): Add /* to immediately rejected names.
5033 Return absolute file names matching ffap-dired-wildcards.
5034 (ffap-read-file-or-url): Set default value for `completing-read'
5035 to `buffer-file-name'.
5036 (find-file-at-point): When filename matches ffap-dired-wildcards,
5037 call ffap-file-finder with t arg `wildcards', instead of dired.
5038 (ffap-other-window, ffap-other-frame): Return visited buffers.
5039 (ffap-read-only, ffap-read-only-other-window)
5040 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
5041 (dired-at-point): Call ffap-directory-finder instead of dired.
5042 (ffap-dired-other-window, ffap-dired-other-frame)
5043 (ffap-list-directory): New commands.
5044 (ffap-bindings): New keybindings for new commands.
5045
5046 2004-12-12 Juri Linkov <juri@jurta.org>
5047
5048 * simple.el (beginning-of-buffer, end-of-buffer):
5049 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5050 Do not push mark when mark is active in transient-mark-mode.
5051
5052 * simple.el (mark-word):
5053 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
5054 * textmodes/paragraphs.el (mark-paragraph):
5055 Extend the region when mark is active in transient-mark-mode,
5056 regardless of the last command. Doc fix.
5057
5058 * simple.el (mark-word): Preserve direction when repeating.
5059 Make arg optional. Interactive "p" -> "P".
5060 (transient-mark-mode, inhibit-mark-movement): Doc fix.
5061
5062 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
5063 preserving direction, to mark forward instead of backward when mark
5064 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
5065
5066 2004-12-12 Juri Linkov <juri@jurta.org>
5067
5068 * isearch.el (isearch-edit-string): Set 7th arg of
5069 `read-from-minibuffer' to `t' to inherit the current input
5070 method (whose name is indicated by [IM] in the minibuffer prompt)
5071 from the current buffer to the minibuffer.
5072 (isearch-lazy-highlight-update): Put body to `with-local-quit'
5073 to allow C-g quitting for lazy highlighting looping inside the
5074 search with nested repetition operators. Add overlay to the list
5075 before setting its face and other properties to avoid the case of
5076 code quitting after placing the new overlay but before it's
5077 recorded on the list. Select the window where isearch was
5078 activated, to highlight matches in the right window when isearch
5079 switches the current window to the minibuffer.
5080
5081 * international/isearch-x.el
5082 (isearch-process-search-multibyte-characters):
5083 Use `isearch-message' as initial input for `read-string' instead
5084 of adding it to the minibuffer prompt. After reading a string
5085 remove the initial value of `isearch-message' from the string.
5086
5087 * replace.el (replace-match-maybe-edit): Doc fix.
5088 (perform-replace): Don't call `replace-highlight' when automatic
5089 replacement is requested in literal mode, since it is intended
5090 only to highlight words during entering a new replacement string
5091 for \? in non-literal mode.
5092
5093 * replace.el (query-replace-highlight): Add new value `isearch'
5094 that allows query replacement to use isearch highlighting.
5095 Change type from `boolean' to `choice'. Doc fix.
5096 (replace-highlight, replace-dehighlight, perform-replace):
5097 Use isearch highlighting if query-replace-highlight eq `isearch'.
5098
5099 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5102 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
5103
5104 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
5105 case of \end{verbatim}.
5106
5107 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5108
5109 * term.el (term-termcap-format): Synchronyze with terminfo.
5110 (term-emulate-terminal): Handle reset.
5111 (term-reset-terminal): New function.
5112
5113 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
5114
5115 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
5116 (zone-fill-out-screen): New func.
5117 (zone-pgm-drip): Use `zone-fill-out-screen'.
5118 Also, no longer go to point-min on every cycle.
5119 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
5120 (zone-pgm-random-life-wait): New user var.
5121 (zone-pgm-random-life): New func.
5122
5123 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
5124
5125 * files.el (auto-mode-alist): Map .com to DCL mode.
5126
5127 2004-12-09 Richard M. Stallman <rms@gnu.org>
5128
5129 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
5130
5131 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
5132
5133 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
5134 buffer with a display margin.
5135
5136 2004-12-08 Jay Belanger <belanger@truman.edu>
5137
5138 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
5139 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
5140
5141 2004-12-08 Richard M. Stallman <rms@gnu.org>
5142
5143 * faces.el: Delete code to set display table.
5144 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
5145
5146 2004-12-08 Jay Belanger <belanger@truman.edu>
5147
5148 * calc/calc.el: Add math-read-preprocess-string to autoloads.
5149
5150 * calc/calc-ext.el (math-read-replacement-list)
5151 (math-read-superscripts, math-read-preprocess-string): Move to
5152 calc-aent.el.
5153
5154 * calc/calc-aent.el (math-read-replacement-list)
5155 (math-read-superscripts, math-read-preprocess-string): Move from
5156 calc-ext.el.
5157
5158 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * isearch.el (isearch-quote-char): Fix up typo in last change.
5161
5162 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5163
5164 * mouse.el (mouse-set-font): Handle the case where the command was
5165 not invoked using the mouse.
5166
5167 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
5168 (edmacro-finish-edit): Further update for keyboard macros that are
5169 lambda forms.
5170 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5171
5172 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * font-lock.el (font-lock-unfontify-region): Save buffer state.
5175 (font-lock-default-unfontify-region): Don't save buffer state any more.
5176
5177 2004-12-07 Jay Belanger <belanger@truman.edu>
5178
5179 * calc/calc-help.el (calc-describe-key):
5180 Set calc-summary-indentation even when Calc Summary buffer exists.
5181
5182 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
5183
5184 * calendar/holidays.el (holiday-easter-etc): Make arguments
5185 optional for backwards compatibility. Doc fix.
5186 Remove un-necessary local vars mandatory, output-list.
5187 (holiday-advent): Make arguments optional for backwards
5188 compatibility. Doc fix.
5189
5190 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * paren.el (show-paren-function): Fix last change (2004-12-02).
5193
5194 * international/mule-util.el (char-displayable-p): Return nil for
5195 unibyte mode.
5196
5197 * subr.el (subregexp-context-p): New function.
5198
5199 * isearch.el (isearch-quote-char): Use it.
5200
5201 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
5202 (regexp-opt-not-groupie*-re): Remove.
5203 (regexp-opt): Properly handle inputs with duplicate entries.
5204
5205 2004-12-06 Richard M. Stallman <rms@gnu.org>
5206
5207 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
5208
5209 * cus-edit.el (custom-file): Doc fix.
5210
5211 * textmodes/org.el: New file.
5212
5213 2004-12-06 Kenichi Handa <handa@m17n.org>
5214
5215 * ldefs-boot.el: Update international/mule-util.el section.
5216
5217 2004-12-05 Sam Steingold <sds@gnu.org>
5218
5219 * net/tramp.el (tramp-handle-file-accessible-directory-p):
5220 Fix `tramp-time-diff' comparison logic.
5221
5222 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
5223
5224 * progmodes/which-func.el (which-function):
5225 Use `run-hook-with-args-until-success' instead of a custom loop.
5226 Fixes bug with local hooks.
5227
5228 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5229
5230 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
5231 Use delete-dups when calculating the initial value.
5232 (bibtex-autokey-get-title): Use <=.
5233 (bibtex-goto-line): New function.
5234 (bibtex-reposition-window): Use line numbers instead of point
5235 positions. Use window-body-height.
5236 (bibtex-find-crossref): Use bibtex-reposition-window.
5237 (bibtex-find-entry): Use bibtex-reposition-window. Always return
5238 position of entry if key is found or nil if not found.
5239
5240 2004-12-05 Richard M. Stallman <rms@gnu.org>
5241
5242 * cus-edit.el (custom-file): Doc fix.
5243
5244 * progmodes/sh-script.el (sh-indent-for-then): Change default.
5245
5246 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * simple.el (blink-matching-open):
5249 * textmodes/tex-mode.el (tex-validate-region):
5250 Obey syntax-table text properties.
5251
5252 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
5253
5254 * wid-edit.el (widget-specify-field): Add `real-field' property to
5255 boundary.
5256 (widget-field-at): Use it.
5257
5258 2004-12-02 Richard M. Stallman <rms@gnu.org>
5259
5260 * progmodes/cc-mode.el (awk-mode autoload):
5261 Supply t meaning interactive function.
5262
5263 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
5264 (isearch-mode-map): No special definition for space.
5265 (isearch-whitespace-chars): Command deleted.
5266 (isearch-forward-regexp): Doc fix.
5267 (isearch-quote-char): When a space is not inside brackets,
5268 use `[ ]' instead of just space.
5269 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
5270
5271 * imenu.el (imenu--generic-function): Delete code to exclude
5272 matches in comments.
5273
5274 * man.el (Man-reverse-face): Change default to `highlight'.
5275
5276 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
5277 (occur-engine): Use `face' prop rather than `font-lock-face'
5278 when specifying use of `match-face'.
5279 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
5280
5281 * emacs-lisp/elint.el (elint-standard-variables): Update list.
5282
5283 * add-log.el (add-log-current-defun): Handle the case where point
5284 is in the header part of a DEFUN construct.
5285
5286 2004-12-02 Dave Love <fx@gnu.org>
5287
5288 * progmodes/python.el (python-font-lock-syntactic-keywords):
5289 Fix previous change.
5290
5291 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
5292
5293 * paren.el (show-paren-function): Check for matching chars
5294 specified by text props.
5295
5296 2004-12-02 Jay Belanger <belanger@truman.edu>
5297
5298 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
5299 when reading a new key sequence.
5300
5301 2004-12-02 Kim F. Storm <storm@cua.dk>
5302
5303 * faces.el (escape-glyph): Rename from glyph.
5304 (standard-display-table): Set it here. Add escape-glyph face to
5305 extra slot characters.
5306
5307 * disp-table.el: Undo 2004-12-01 change. Display table is now
5308 setup in faces.el.
5309
5310 2004-12-02 Mark A. Hershberger <mah@everybody.org>
5311
5312 * xml.el (xml-parse-dtd): Don't show validity messages when
5313 xml-validating-parser is nil.
5314 (xml-substitute-special): Fix validity error messages to
5315 actually show the unexpandable entity. Added validity error if &
5316 isn't followed by an entity.
5317 (xml-parse-tag): Concatenate any string following the a
5318 <![CDATA[]]> section to the parsed CDATA.
5319 (xml-parse-dtd): Skip parameter entity declarations and use of
5320 parameter entities.
5321
5322 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5323
5324 * kmacro.el (kmacro-default-counter-format): New var.
5325 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
5326 (kmacro-display): Remove `nil' from `and' form. Delete call to
5327 `format' inside `message'.
5328 (kmacro-start-macro): Use `kmacro-default-counter-format'.
5329
5330 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * pcvs.el (cvs-header-msg): New function.
5333 (cvs-update-header): Use it. Change calling convention.
5334 Correctly handle the case of having simultaneous active processes.
5335 (cvs-sentinel): Don't call cvs-update-header any more.
5336 (cvs-mode-run): Update call and add cvs-update-header to postproc.
5337
5338 2004-12-01 Jay Belanger <belanger@truman.edu>
5339
5340 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
5341 Change message.
5342
5343 2004-12-01 Juri Linkov <juri@jurta.org>
5344
5345 * progmodes/prolog.el (prolog-mode-variables):
5346 Fix imenu-generic-expression.
5347
5348 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
5349
5350 * faces.el (glyph): New face.
5351
5352 * disp-table.el: Add an autoloaded table, that doesn't require
5353 this library, with glyph face.
5354
5355 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
5356 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
5357 (conf-quote-normal): Allow normalizing only ' or ".
5358 (conf-mode): Regexp-quote constructed comment-start and don't
5359 match section {} where "name" contains braces.
5360
5361 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
5362 files.
5363
5364 2004-12-01 Kenichi Handa <handa@m17n.org>
5365
5366 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
5367 (x-select-text): Don't treat eight-bit-control/graphic chars
5368 specially. Store the encoded text in the X cut buffer.
5369 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
5370 with x-last-selected-text-cut-encoded.
5371
5372 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
5375
5376 2004-11-30 Markus Rost <rost@ias.edu>
5377
5378 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
5379 AUCTeX.
5380
5381 2004-11-30 Jay Belanger <belanger@truman.edu>
5382
5383 * calc/calc-arith.el (math-possible-signs): Made stronger checks
5384 on signs of intervals.
5385 (math-pow-of-zero): Strengthen checks for positive and negative
5386 exponents.
5387
5388 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
5389 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
5390 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
5391 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
5392 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
5393 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
5394 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
5395 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
5396 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
5397 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
5398 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
5399 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
5400 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
5401 with provide statements.
5402
5403 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
5404
5405 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
5406
5407 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
5408 (calc-load-everything, math-defsimplify): Replace dummy autoloading
5409 functions by require statements.
5410 (math-defsimplify): Move to calc-alg.el, add to autoloads.
5411
5412 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5413 (calc-gnuplot-print): Give them values.
5414
5415 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
5416 autoloads.
5417 Add calc-do-embedded-activate to autoloads.
5418 (calc-gnuplot-name, calc-gnuplot-plot-command)
5419 (calc-gnuplot-print-command): Move them to calc-graph.el.
5420
5421 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5422
5423 * term/mac-win.el (ccl-encode-mac-roman-font)
5424 (ccl-encode-mac-cyrillic-font)
5425 (ccl-encode-mac-centraleuropean-font, encoder-list)
5426 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
5427 Support Cyrillic, CentralEuropean, and Dingbat font display
5428
5429 2004-11-30 Andre Spiegel <spiegel@gnu.org>
5430
5431 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
5432
5433 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
5434 still nil.
5435
5436 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
5437
5438 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
5439 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
5440
5441 2004-11-29 Jay Belanger <belanger@truman.edu>
5442
5443 * calc/calc-arith.el (math-pow-of-zero): Take into account different
5444 cases of the base and exponent.
5445
5446 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
5447
5448 * simple.el (next-error-buffer-p): Allow for inclusive and
5449 exclusive tests for finding a buffer.
5450 (next-error-find-buffer): Pass the exclusive and inclusive tests
5451 to next-error-buffer-p.
5452
5453 * replace.el (occur-next-error): Switch to the Occur buffer when
5454 appropriate, use the exclusive filter to next-error-find-buffer to
5455 do it. Use the absolute value of the motion amount.
5456
5457 2004-11-29 Kenichi Handa <handa@m17n.org>
5458
5459 * startup.el (command-line): Decode all default-directory by
5460 locale-coding-system.
5461
5462 2004-11-29 Jay Belanger <belanger@truman.edu>
5463
5464 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
5465 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
5466 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
5467 Replace calls to calc-extensions by appropriate require, replace
5468 calc-extensions-loaded by appropriate featurep.
5469
5470 * calc/calc-ext.el: Move require to end of file.
5471 Remove redundant loading of calc.el.
5472 (calc-extensions-loaded): Remove unnecessary variable.
5473 (calc-extensions): Remove unnecessary function.
5474 (calc-load-everything): Replace calc-need-macros by appropriate require.
5475
5476 * calc/calc-macs.el: Move provide to end of file.
5477 (calc-need-macros): Remove unnecessary function.
5478
5479 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
5480 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
5481 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
5482 Replace calc-extensions by appropriate require.
5483 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
5484
5485 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
5486 Replace calc-need-macros by appropriate require.
5487
5488 * calc/calc.el: Move require to end of file.
5489 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
5490 Remove unnecessary variable.
5491 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
5492 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
5493 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
5494 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
5495 (math-stack-value-offset, math-format-value, math-format-flat-expr)
5496 (math-format-number, math-format-bignum, math-read-number)
5497 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
5498 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
5499 by appropriate require.
5500 (calc-check-defines): Replace calc-need-macros by appropriate require.
5501
5502 2004-11-29 Kim F. Storm <storm@cua.dk>
5503
5504 * macros.el (insert-kbd-macro): Handle kmacro functions.
5505
5506 2004-11-28 Juri Linkov <juri@jurta.org>
5507
5508 * compare-w.el (compare-windows-highlight): Attach each overlay
5509 to its window to properly highlight differences while comparing
5510 two windows of the same buffer. Fix arguments.
5511 (compare-windows-sync-default-function): Fix arguments of
5512 `compare-windows-highlight'.
5513
5514 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
5515 Use `read-expression-history'. Set initial contents only if
5516 `edebug-global-break-condition' is non-nil. Set histpos to 1
5517 if initial contents is equal to the last history element.
5518 (edebug-set-conditional-breakpoint): Instead of temporarily
5519 prepending the current condition to the history, set initial
5520 contents to the current condition. Set histpos to 1 if initial
5521 contents is equal to the last history element.
5522
5523 * info.el (Info-search-whitespace-regexp): Remove shy group.
5524 (Info-search): Forward line if search is on the header line.
5525 Use search-whitespace-regexp in two other places.
5526
5527 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
5528
5529 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
5530 warning. Delay real definition, which uses
5531 `set-fringe-indicators-1' till after the definition of that function.
5532
5533 2004-11-28 Kim F. Storm <storm@cua.dk>
5534
5535 * fringe.el (fringe): New defgroup.
5536 (fringe-mode): Move to fringe group.
5537 (fringe-indicators): New defcustom.
5538 (set-fringe-indicators-1): New defun.
5539
5540 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
5541 (menu-bar-showhide-fringe-ind-menu): New keymap.
5542 (menu-bar-showhide-fringe-ind-empty)
5543 (menu-bar-showhide-fringe-ind-mixed)
5544 (menu-bar-showhide-fringe-ind-box)
5545 (menu-bar-showhide-fringe-ind-right)
5546 (menu-bar-showhide-fringe-ind-left)
5547 (menu-bar-showhide-fringe-ind-none): New defuns.
5548 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
5549
5550 2004-11-27 Richard M. Stallman <rms@gnu.org>
5551
5552 * comint.el (comint-read-noecho): Add trivial compatibility definition.
5553
5554 * generic.el (define-generic-mode): Doc fix.
5555
5556 * menu-bar.el (menu-bar-options-save): For the options
5557 that are toggled with menu-bar-make-mm-toggle, don't check
5558 for customized-value prop.
5559
5560 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5561
5562 * mail/supercite.el (sc-cite-region): Handle the case where
5563 sc-cite-frame-alist is a symbol.
5564 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
5565 a symbol.
5566 (sc-recite-region): Handle the case where sc-recite-frame-alist is
5567 a symbol.
5568
5569 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5570
5571 * wid-edit.el (widget-narrow-to-field): New function.
5572 (widget-complete): Use it.
5573
5574 2004-11-27 Jay Belanger <belanger@truman.edu>
5575
5576 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
5577 variable.
5578 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
5579 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
5580 (math-alg-inequalities): Move declaration to earlier in the file.
5581
5582 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
5583 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
5584 Declare them.
5585
5586 * calc/calc-lang.el (math-expr-data, math-expr-token)
5587 (math-exp-old-pos): Declare them.
5588
5589 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
5590 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
5591
5592 2004-11-27 Kim F. Storm <storm@cua.dk>
5593
5594 * progmodes/flymake.el: Use (featurep 'xemacs).
5595 (flymake-makehash): Change to defsubst. Use fboundp.
5596 (flymake-time-to-float): Remove.
5597 (flymake-float-time): Merge code from flymake-time-to-float here.
5598 (flymake-replace-regexp-in-string): Change to defsubst.
5599 (flymake-split-string-remove-empty-edges):
5600 Rename to flymake-split-string.
5601 (flymake-split-string): Remove previous defalias.
5602 (flymake-get-temp-dir): Change to defsubst.
5603 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
5604 Define for xemacs only.
5605 (flymake-master-file-count-limit): Change into compiler defvar only.
5606 (flymake-find-possible-master-files): Let-bind it dynamically while
5607 sorting files using flymake-master-file-compare.
5608
5609 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
5612 of defun-prompt-regexp matches inside a comment/string but the
5613 beginning is correctly outside everything.
5614
5615 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
5616 appears within a string or a comment.
5617
5618 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
5619 rather than make-symbol for symbols which are used in
5620 a symbol-macrolet or equivalent.
5621
5622 2004-11-26 Jay Belanger <belanger@truman.edu>
5623
5624 * calc-misc.el (calc-last-why-command): Declare it.
5625
5626 * calc-vec.el (math-grade-vec): New variable.
5627 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
5628 Replace variable grade-vec by declared variable.
5629 (math-rb-close): New variable.
5630 (math-read-brackets, math-read-vector): Replace variable close by
5631 declared variable.
5632
5633 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
5634 (calc-one-window, calc-edit-handler, calc-restore-trail)
5635 (calc-allow-ret): Declare them.
5636
5637 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
5638 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
5639 (math-radix-float-cache-tag, math-random-cache)
5640 (math-max-digits-cache, math-integral-cache, math-units-table)
5641 (math-format-date-cache, math-holidays-cache-tag): Declare them.
5642 (math-moc-func): New variable.
5643 (math-map-over-constants, math-map-over-constants-rec):
5644 Replace variable func by declared variable.
5645
5646 * calc/calc-store.el (calc-given-value, calc-store-opers):
5647 Declare them.
5648 (calc-var-name-map): Move declaration to earlier in the file.
5649 (calc-pv-pos): New variable.
5650 (calc-permanent-variable, calc-insert-permanent-variable):
5651 Replace variable pos by declared variable.
5652
5653 * calc/calc-mtx.el (calc-det-lu): New variable.
5654 (math-det-raw, math-det-step): Replace variable lu by declared variable.
5655
5656 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
5657 (math-multi-subst, math-multi-subst-rec): Replace variables temp
5658 and arg by declared variables.
5659 (calcFunc-reducer): Fix incorrect variable.
5660 (math-inner-mul-func, math-inner-add-func): New variables.
5661 (calcFunc-inner, math-inner-mats): Replace variables mul-func
5662 and add-func by declared variables.
5663
5664 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
5665 (calc-digit-value): Declare them.
5666
5667 * calc/calc-help.el (Info-history): Declare it.
5668 (calc-describe-key): Make calc-summary-indentation a local variable.
5669 (calc-help-long-names): Move declaration to earlier in file.
5670
5671 * calc/calc-embed.el (calc-original-buffer): Declare it.
5672 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
5673 (calc-embed-bot): New variables.
5674 (calc-do-embedded, calc-embedded-mark-formula)
5675 (calc-embedded-find-bounds, calc-embedded-duplicate)
5676 (calc-embedded-new-formula, calc-embedded-make-info):
5677 Replace vars outer-top, outer-bot, bot and top by declared variables.
5678 (calc-embed-prev-modes): New variable.
5679 (calc-embedded-set-modes, calc-embedded-update): Replace variable
5680 prev-modes with declared variable.
5681 (calc-embed-vars-used): New variable.
5682 (calc-embedded-make-info, calc-embedded-evaluate-expr)
5683 (calc-embedded-update, calc-embedded-find-vars): Replace variable
5684 vars-used by declared variable.
5685
5686 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
5687 (math-format-radix-float): Remove unnecessary setq.
5688 (math-radix-float-cache): Declare it.
5689
5690 * calc/calcsel2.el (calc-keep-selection): Declare it.
5691
5692 * calc/calc-maint.el: Remove file.
5693
5694 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5695
5696 * textmodes/bibtex.el (bibtex-sort-entry-class)
5697 (bibtex-comment-start): Use defcustom.
5698 (bibtex-entry-field-alist): Use nil if initial content of the
5699 field is undefined. Fix docstring.
5700 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
5701 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
5702 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
5703 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
5704 Fix docstring.
5705 (bibtex-autokey-title-terminators): Use only one regexp.
5706 (bibtex-string-maybe-empty-head): New variable.
5707 (bibtex-remove-delimiters-string): New function.
5708 (bibtex-text-in-field-bounds, bibtex-text-in-string):
5709 Use bibtex-remove-delimiters-string.
5710 (bibtex-progress-message, bibtex-field-left-delimiter)
5711 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
5712 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
5713 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
5714 Simplify.
5715 (bibtex-format-entry): Use save-excursion for inherited booktitle.
5716 Use eq and bibtex-remove-delimiters-string. For end markers use
5717 insertion type so that marker stays after inserted text.
5718 (bibtex-autokey-get-names): Return empty string if name is missing.
5719 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
5720 calling bibtex-autokey-name-case-convert.
5721 (bibtex-autokey-demangle-title):
5722 Call bibtex-autokey-titleword-case-convert. Remove call to
5723 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
5724 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
5725 (bibtex-read-key): New optional arg global.
5726 (bibtex-files-expand): New optional arg force.
5727 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
5728 (bibtex-complete-crossref-cleanup): Rename from
5729 bibtex-complete-key-cleanup. Simplify code.
5730 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
5731 Operate on current entry.
5732 (bibtex-button): Add docstring.
5733 (bibtex-entry): Simplify.
5734 (bibtex-make-field): Replace optional arg called-by-yank with more
5735 specific args move and interactive.
5736 (bibtex-end-of-entry): Use forward-sexp.
5737 (bibtex-find-entry-globally): Remove.
5738 (bibtex-find-crossref): Allow for crossref key located in other buffer.
5739 Bound to C-c C-x.
5740 (bibtex-find-entry): New optional args global and display.
5741 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
5742 (bibtex-validate): Use arg force of bibtex-files-expand.
5743 (bibtex-clean-entry): Bugfix, clean string entries properly.
5744 Always keep point at beginning of entry.
5745 (bibtex-complete): Bugfix. Handle string entries properly.
5746 Call cleanup functions only if needed.
5747 (bibtex-String): Use bibtex-read-string-key.
5748 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
5749 case of replacement text.
5750
5751 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5752
5753 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
5754 (tramp-perl-directory-files-and-attributes): New constant.
5755 (tramp-file-name-handler-alist): Delete file-directory-files, add
5756 directory-files-and-attributes.
5757 (tramp-perl-file-attributes): Surround uid and gid by double
5758 quotes. Change parameter id-format from nonnumeric.
5759 (tramp-convert-file-attributes): New function.
5760 (tramp-handle-file-attributes): Use it.
5761 (tramp-maybe-send-perl-script): New function.
5762 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
5763 file mode. Change parameter id-format from nonnumeric.
5764 (tramp-handle-file-attributes-with-ls): Change parameter id-format
5765 from nonnumeric.
5766 (tramp-post-connection): Don't send tramp-perl-file-attributes
5767 script. Reset connection property "perl-scripts".
5768 (tramp-handle-insert-directory): Run real handler when ls-lisp is
5769 in use.
5770
5771 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5772
5773 * desktop.el (desktop-read): Replace mapcar with mapc.
5774 (desktop-create-buffer): Replace mapcar with mapc.
5775 Remove redundant piece of code.
5776
5777 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
5778
5779 * progmodes/gud.el (gud-display-line): Use display-buffer
5780 for GDB-UI as for GUD.
5781
5782 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
5783 Delete variables.
5784 (gdb-ann3): Don't make GUD buffer dedicated.
5785 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
5786 (gdb-display-source-buffer): Delete function.
5787 (gdb-view-source-function, gdb-view-assembler): Delete functions.
5788 (menu): Delete menu bindings for viewing source/assembler.
5789 (gdb-setup-windows, gdb-restore-windows):
5790 Don't dedicate GUD. No assembler now.
5791 (gdb-reset): No need to undedicate source buffers now.
5792 (gdb-source-info): No assembler now.
5793
5794 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
5795
5796 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
5797 width to those for special frames.
5798 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
5799 Use display-buffer.
5800 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
5801 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5802 (gdb-frame-assembler-buffer): Rework like
5803 gdb-frame-breakpoints-buffer.
5804
5805 2004-11-25 Richard M. Stallman <rms@gnu.org>
5806
5807 * progmodes/flymake.el: Reindent.
5808 (flymake-split-string): Turn into defalias.
5809 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5810 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
5811 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
5812 (flymake-build-relative-filename): Rename from ...path.
5813 Fix error message.
5814
5815 2004-11-25 Cheng Gao <chenggao@gmail.com>
5816
5817 * progmodes/flymake.el: Much whitespace and capitalization change.
5818 Move `provide' to end. Require `compile' only when compiling.
5819
5820 2004-11-24 Jay Belanger <belanger@truman.edu>
5821
5822 * calc/calc-alg.el: Added comment.
5823 (math-polynomial-base): Replace variable mpb-top-expr by
5824 math-poly-base-top-expr.
5825
5826 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
5827 (math-polynomial-p1): Replace variable mpb-top-expr by declared
5828 variable.
5829 (math-poly-base-total-base): New variable.
5830 (math-total-polynomial-base, math-polynomial-p1): Replace variable
5831 mpb-total-base by declared variable.
5832 (math-factored-vars, math-to-list): Declare it.
5833 (math-fact-expr): New variable.
5834 (calcFunc-factors, calcFunc-factor, math-factor-expr)
5835 (math-factor-expr-try, math-factor-expr-part): Replace variable
5836 expr by declared variable.
5837 (math-fet-x): New variable.
5838 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
5839 by declared variable.
5840 (math-factor-poly-coefs): Make temp a local variable.
5841
5842 * calc/calc-units.el (calc-convert-units): Make units a local
5843 variable.
5844 (calc-num-units, calc-den-units): New variables.
5845 (calc-explain-units, calc-explain-units-rec): Replace variables
5846 num-units and den-units by declared variables.
5847 (math-cu-unit-list): New variable.
5848 (math-build-units-table, math-compare-unit-names)
5849 (math-convert-units, math-convert-units-rec): Replace variable
5850 unit-list by declared variable.
5851 (math-fbu-base, math-fbu-entry): New variables.
5852 (math-find-base-units, math-find-base-units-rec): Replace variables
5853 base and entry by declared variables.
5854 (math-which-standard): New variable.
5855 (math-to-standard-units, math-to-standard-rec): Replace variable
5856 which-standard by declared variable.
5857 (math-fcu-u): New variable.
5858 (math-find-compatible-unit, math-find-compatible-unit-rec):
5859 Replace variable u by declared variable.
5860 (math-cu-new-units, math-cu-pure): New variables.
5861 (math-convert-units, math-convert-units-rec): Replace variables
5862 new-units and pure by declared variables.
5863 (math-try-cancel-units): New variable.
5864 (math-simplify-units-quotient): Replace variable try-cancel-units by
5865 declared variable.
5866
5867 2004-11-24 Richard M. Stallman <rms@gnu.org>
5868
5869 * textmodes/ispell.el (ispell-check-version):
5870 If default-directory is nonexistent, use home dir.
5871
5872 * progmodes/grep.el (grep-regexp-alist):
5873 Don't match parens around line numbers.
5874
5875 * progmodes/cperl-mode.el (cperl-indent-region)
5876 (cperl-imenu--create-perl-index, cperl-xsub-scan):
5877 Don't print progress messages.
5878
5879 * progmodes/compile.el (compilation-mode-map):
5880 Don't inherit from compilation-minor-mode-map;
5881 copy its bindings instead. But the menu bar Compile
5882 entry now does inherit from compilation-menu-map.
5883
5884 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5885 Use with-no-warnings around compiler-macroexpand.
5886
5887 * imenu.el: Don't always require newcomment.
5888 (imenu--generic-function): Call comment-normalize-vars
5889 if we have a comment syntax.
5890 Exit the loop if REGEXP matches the null string.
5891 Test comment-start as well as comment-start-skip
5892 when deciding whether to check for comments.
5893
5894 * tooltip.el (tooltip-mode): Doc fix.
5895
5896 * term.el (term-escape-char, term-mode): Doc fixes.
5897
5898 2004-11-24 Dave Love <fx@gnu.org>
5899
5900 * progmodes/python.el (python-font-lock-syntactic-keywords):
5901 Check for escapes in the regexp.
5902 (python-quote-syntax): Don't do it here.
5903
5904 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5905
5906 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5907 (gdb-frames-mode-map, gdb-threads-mode-map)
5908 (gdb-registers-mode-map, gdb-locals-mode-map)
5909 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
5910 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
5911
5912 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
5913 (dedicated-switch-to-buffer): Rework.
5914 (gdb-var-evaluate-expression-handler, gdb-put-string):
5915 Remove unused variable bindings.
5916 (gdb-setup-windows, gdb-display-buffer):
5917 Simplify. Use pop-to-buffer.
5918 (gdb-view-source-function): Simplify.
5919 (gdb-frame-breakpoints-buffer):
5920 Use pop-to-buffer, special-display-regexps.
5921
5922 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5923
5924 * progmodes/f90.el (f90-smart-end)
5925 (f90-previous-statement, f90-beginning-of-block): Doc fix.
5926 (f90-calculate-indent): Handle un-named PROGRAM blocks.
5927 (f90-end-of-block): Doc fix. Make check of outermost block
5928 conditional on value of `f90-smart-end'.
5929 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
5930 Handle case where END-BLOCK is nil.
5931 (f90-match-end): Handle un-named PROGRAM blocks.
5932 (f90-backslash-not-special): New function.
5933
5934 2004-11-24 Jay Belanger <belanger@truman.edu>
5935
5936 * calc/calc.el (calc-embedded-active): Removed unnecessary
5937 declaration.
5938 (calc-show-banner): Removed redundant declaration.
5939
5940 * calc/calc-graph.el (calc-gnuplot-default-device)
5941 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5942 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5943 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
5944 Remove redundant initial values.
5945
5946 * calc/calc-arith.el (math-scalar-functions)
5947 (math-nonscalar-functions, math-scalar-if-args-functions)
5948 (math-real-functions, math-positive-functions)
5949 (math-nonnegative-functions, math-real-scalar-functions)
5950 (math-real-if-arg-functions, math-integer-functions)
5951 (math-num-integer-functions, math-rounding-functions)
5952 (math-float-rounding-functions, math-integer-if-args-functions)
5953 (math-super-types): Move declarations to earlier in file.
5954 (math-unit-prefixes): Declared it.
5955 (math-floor-prec, math-trunc-prec): New variables.
5956 (math-trunc-fancy): Replace variable prec by declared variable.
5957 (math-floor-fancy): Replace variable prec by declared variable.
5958 (math-com-bterms): New variable.
5959 (math-commutative-equal, math-commutative-collect):
5960 Replace variable bterms by declared variable.
5961
5962 * calc/calc-misc.el (math-trunc): Replace variable prec by
5963 math-trunc-prec.
5964 (math-floor): Replace variable prec by math-floor-prec.
5965
5966 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
5967 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
5968 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
5969 (math-format-date, math-format-date-part): Replace variables
5970 date, dt, year, month, day, weekday, hour, minute, second and
5971 bc-flag by declared variables.
5972 (math-pd-str): New variable.
5973 (math-parse-date, math-parse-date-word, math-parse-standard-date):
5974 Replace variable str by declared variable.
5975 (math-daylight-savings-hook, math-tzone-names): Move definitions
5976 to earlier in the file.
5977 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
5978 (math-sh-year): New variable.
5979 (math-setup-add-holidays, math-setup-holidays)
5980 (math-setup-year-holidays): Replace variable `year' by declared
5981 variable.
5982
5983 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
5984 New variables.
5985 (math-nth-root-float, math-nth-root-float-iter): Replace variables
5986 n, nf and nfm1 by declared variables.
5987 (math-nri-n): New variable.
5988 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
5989 n by declared variable.
5990 (calcFunc-log): Removed misplaced condition.
5991
5992 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5993
5994 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
5995
5996 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5997
5998 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
5999 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
6000 Dedicate gdb-related windows.
6001 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
6002 other frames.
6003 (gdb-reset): Remove dedicated property after debugging.
6004
6005 2004-11-24 Jay Belanger <belanger@truman.edu>
6006
6007 * calc/calc-sel.el: Add comment.
6008
6009 * calc/calc.el (math-stack-value-offset): Replace variables c,
6010 wid and off with math-svo-c, math-svo-wid and math-svo-off.
6011
6012 * calc/calccomp.el (math-comp-sel-tag): Declare it.
6013 (math-svo-c, math-svo-wid, math-svo-off): New variables.
6014 (math-stack-value-offset-fancy): Replace variables c, wid and off
6015 by declared variables.
6016 (math-comp-just, math-comp-comma-spc): New variables.
6017 (math-compose-expr, math-compose-matrix): Replace variables `just'
6018 and comma-spc by declared variable.
6019 (math-comp-vector-prec): New variable.
6020 (math-compose-expr, math-compose-matrix, math-compose-rows):
6021 Replace variable vector-prec by declared variable.
6022 (math-comp-left-bracket, math-comp-right-bracket)
6023 (math-comp-comma): New variables.
6024 (math-compose-expr, math-compose-rows): Replace variables
6025 left-bracket, right-bracket and comma by declared variables.
6026 (math-comp-full-width): New variable.
6027 (math-comp-to-string-flat, math-comp-to-string-flat-term):
6028 Replace variable full-width by declared variable.
6029 (math-comp-highlight, math-comp-word, math-comp-level)
6030 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
6031 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
6032 New variables.
6033 (math-comp-to-string-flat, math-comp-to-string-flat-term)
6034 (math-comp-sel-flat-term): Replace variables comp-highlight,
6035 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
6036 declared variables.
6037 (math-comp-simplify, math-comp-simplify-term)
6038 (math-comp-add-string, math-comp-add-string-sel):
6039 Replace variables comp-highlight, comp-buf, comp-base,
6040 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
6041
6042 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6043
6044 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
6045
6046 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
6047 and x-server-version may throw.
6048
6049 2004-11-23 Kim F. Storm <storm@cua.dk>
6050
6051 * subr.el (substitute-key-definition-key): Optimize.
6052 Don't call indirect-function for nil defn (always signals error).
6053
6054 * ido.el (ido-read-internal): Fix require-match check when
6055 ido-directory-too-big is set.
6056
6057 2004-11-23 Jay Belanger <belanger@truman.edu>
6058
6059 * calc/calc-ext.el (math-read-replacement-list)
6060 (math-read-superscripts): New variables.
6061 (math-read-preprocess-string): New function.
6062 (math-read-expr): Filter input through math-read-preprocess-string.
6063
6064 * calc/calc-aent.el (math-read-exprs): Filter input through
6065 math-read-preprocess-string.
6066
6067 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
6068
6069 * progmodes/compile.el (compilation-start): In cd command use
6070 substitute-env-vars -- not quite shell compatible but better than
6071 nothing.
6072 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
6073 handle the newer versions messages, which are more parseable.
6074
6075 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * reveal.el (reveal-mode-map): New var.
6078 (reveal-mode): Use it.
6079
6080 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
6081
6082 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
6083 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
6084
6085 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
6088 header-line when needed.
6089 Use fixed-pitch only in the header-line.
6090 Build the underline automatically. Use emdash if available.
6091
6092 2004-11-22 Richard M. Stallman <rms@gnu.org>
6093
6094 * dired.el (dired-recursive-copies): Move from dired-aux.el.
6095 * dired-aux.el (dired-recursive-copies): Move to dired.el.
6096
6097 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
6098
6099 * progmodes/gdb-ui.el (gdb-resync): New function.
6100 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
6101 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
6102 Use it to fail more gracefully.
6103 (gdb-variables): Delete variable.
6104 Re-order variables to reduce byte-compiler warnings.
6105
6106 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * descr-text.el (describe-char):
6109 * paren.el (show-paren-function):
6110 * subr.el (syntax-after): Undo last change.
6111
6112 * progmodes/python.el (run-python): Don't hard code *Python*.
6113 Don't modify global process-environment.
6114 (python-send-region, python-load-file): Don't assume that
6115 python-buffer == (process-buffer (python-proc)).
6116 (python-switch-to-python): Simplify.
6117
6118 * dired.el (dired-align-file): Don't assume line starts with spaces.
6119
6120 2004-11-21 Jay Belanger <belanger@truman.edu>
6121
6122 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
6123 Replace variable `lines' by math-read-big-lines.
6124 (math-read-big-expr): Replace variables the-baseline, the-h2
6125 and err-msg by math-read-big-baseline, math-read-big-h2 and
6126 math-read-err-msg.
6127 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
6128
6129 * calc/calc-lang.el (math-read-big-rec): Fix typo.
6130 (math-read-big-balance): Replace unbound variable by value.
6131 (math-read-big-lines): New variable.
6132 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6133 (math-read-big-error, math-read-big-balance): Replace variable
6134 `lines' by declared variable.
6135 (math-read-big-baseline, math-read-big-h2): New variables.
6136 (math-read-big-rec): Replace variables the-baseline and the-h2
6137 by declared variables.
6138 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
6139 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6140 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
6141 declared variables.
6142 (math-read-big-err-msg): New variable.
6143 (math-read-big-error): Replace variable err-msg by declared variable.
6144
6145 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * ses.el: Add coding cookie.
6148 Fix up docstrings, follow new commenting conventions.
6149 (ses-header-line-menu): Fix missing variable rename for header-row.
6150 (ses-cell-size): Remove.
6151 (ses-make-cell): New function.
6152 (ses-cell, ses-insert-row, ses-insert-column): Use it.
6153 (ses-calculate-cell): Remove unused var `symbol'.
6154 (ses-narrowed-p): New function.
6155 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
6156 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
6157 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
6158 (ses-setup): Use restore-buffer-modified-p.
6159 (ses-cleanup): Remove unused var `end'.
6160 (ses-header-string-left-offset): Remove.
6161 (ses-create-header-string): Adjust to new behavior of `align-to'.
6162 Truncate excessively large fields to preserve alignment.
6163 (ses-reconstruct-all): Remove unused var `refs'.
6164 (ses-read-cell-printer): Remove unused var `prompt'.
6165 (ses-delete-row): Remove unused var `pos'.
6166 (ses-delete-column): Remove unused var `new'.
6167
6168 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6169
6170 * ps-print.el: Insert :version tag into all defgroup and defcustom.
6171 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6172 Eliminate eval-and-compile usage.
6173 (ps-insert-file): Use insert-file-contents instead of insert-file.
6174 (ps-setup): Code fix.
6175
6176 * printing.el (pr-setup, lpr-setup): Code fix.
6177
6178 2004-11-21 Jay Belanger <belanger@truman.edu>
6179
6180 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
6181 (calc-original-buffer): Declare them.
6182 (calc-user-formula-alist): New variable.
6183 (calc-user-define-formula, calc-fix-user-formula)
6184 (calc-user-define-composition, calc-finish-formula-edit):
6185 Replace variable `alist' by declared variable.
6186 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
6187 (var-q7, var-q7, var-q8, var-q9): Declare them.
6188 (calc-kbd-push): Don't check to see if var-q0 through var-q9
6189 are bound.
6190 (calcFunc-typeof): Replace undeclared variable by expression.
6191 (math-exp-env): New variable.
6192 (math-define-body, math-define-exp): Replace exp-env by declared var.
6193 (math-define-exp): Replace misplaced variable by expression.
6194
6195 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
6196 (calc-curve-model, calc-curve-coefnames): New variables.
6197 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
6198 varnames, model and coefnames by declared variables.
6199 (math-root-widen): New variable.
6200 (math-search-root, math-find-root): Replace variable root-widen by
6201 declared variable.
6202 (var-DUMMY): Declare it.
6203 (math-root-vars, math-min-vars): Move the declarations to earlier in
6204 the file.
6205 (math-brent-min): Make d a local variable.
6206 (math-find-minimum): Replace non-existent variable.
6207 (math-ninteg-romberg): Remove unnecessary variable.
6208 (math-ninteg-temp): New variable.
6209 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
6210 integ-temp by declared variable.
6211 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
6212 New variables.
6213 (math-general-fit): Replace variables first-var, first-coef and
6214 new-coefs by declared variables.
6215 (calcFunc-fitvar): Replace variable first-var by declared variable.
6216 (calcFunc-fitparam): Replace variable first-coef by declared variable.
6217 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
6218 (math-all-vars-vars, math-all-vars-found): New variables.
6219 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
6220 found by declared variable math-all-vars-vars.
6221
6222 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
6223
6224 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
6225 of `defconst'.
6226
6227 2004-11-20 Richard M. Stallman <rms@gnu.org>
6228
6229 * isearch.el (isearch-mode-map): Don't bind SPC.
6230 (isearch-whitespace-chars): Function deleted.
6231 (isearch-search): Bind search-spaces-regexp.
6232 (isearch-lazy-highlight-search): Likewise.
6233 (search-whitespace-regexp): Doc fix.
6234 (isearch-forward-regexp): Doc fix.
6235
6236 * emacs-lisp/bytecomp.el (byte-compile-form):
6237 Move the calls to byte-compile-set-symbol-position,
6238 to avoid having two for the same symbol occurrence.
6239
6240 * comint.el (comint-input-ring-size): Increase to 150.
6241
6242 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
6243 New variables.
6244 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
6245 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
6246
6247 * imenu.el (imenu--generic-function):
6248 Ensure we keep moving backward even if BEG isn't further back.
6249
6250 * replace.el (query-replace-read-to, query-replace-read-from):
6251 Specify t for KEEP-ALL in read-from-minibuffer.
6252
6253 * progmodes/python.el (python-switch-to-python):
6254 If Python isn't running, start it.
6255 Don't alter debug-ignored-errors.
6256
6257 * progmodes/cperl-mode.el (cperl-indent-region):
6258 Don't mind imenu-scanning-message.
6259
6260 * bindings.el (global-map): Bind C-e to move-end-of-line.
6261
6262 * simple.el (line-move-finish): New arg FORWARD.
6263 Ignore invisible newlines, not intangible ones.
6264 Conditions for acceptable stopping positions depend on FORWARD.
6265 (line-move): Pass FORWARD arg to line-move-finish.
6266
6267 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
6268 of HEADER. Compensate for this change in the code to add display
6269 properties. Don't make the first line intangible.
6270
6271 * info.el (Info-search): Fix previous change.
6272
6273 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6274
6275 * Makefile.in (recompile): Revert 2004-11-19 change.
6276 (compile): Likewise.
6277
6278 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
6279
6280 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
6281
6282 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6283
6284 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
6285 defgroup and defcustom. Eliminate eval-and-compile usage.
6286
6287 * progmodes/ebnf-otz.el: Fix typos.
6288
6289 2004-11-19 Jay Belanger <belanger@truman.edu>
6290
6291 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
6292 (calc-edit-finish, calc-finish-stack-edit): Replace variable
6293 disp-trail by declared variable.
6294
6295 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
6296 (calc-finish-selection-edit): Replace variable disp-trail by
6297 declared variable.
6298 (calc-selection-cache-entry): Move declaration to earlier in the file.
6299 (calc-selection-cache-num, calc-selection-cache-comp)
6300 (calc-selection-cache-offset, calc-selection-true-num)
6301 (calc-final-point-line, calc-final-point-column)
6302 (calc-original-buffer): Declare them.
6303 (calc-fnp-op, calc-fnp-num): New variables.
6304 (calc-find-nth-part, calc-find-nth-part-rec)
6305 (calc-select-previous): Replace op and num by declared variables.
6306 (calc-rsf-old, calc-rsf-new): New variables.
6307 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
6308 Replace variables old and new by declared variables.
6309 (calc-sel-reselect): New variable.
6310 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
6311 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
6312 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
6313 reselect with declared variable.
6314
6315 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
6316 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
6317 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6318 (math-import-list, math-rewrite-phase): Declare them.
6319 (math-rewrite): Use let* to declare variables.
6320 (calc-rewrite-selection): Make rules a local variable.
6321 (calc-rewr-sel): New variable.
6322 (calc-rewrite-selection, calc-locate-selection-marker)
6323 (calc-rewrite): Use the declared variable calc-rewr-sel instead
6324 of sel.
6325 (math-rewrite-whole-expr): New variable.
6326 (math-rewrite, math-rewrite-phase): Replace variable expr by
6327 declared variable.
6328 (math-rewrite-heads-heads, math-rewrite-heads-skips)
6329 (math-rewrite-heads-blanks ): New variables.
6330 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
6331 heads, skips and blanks by declared variables.
6332 (math-rwcomp-subst-old, math-rwcomp-subst-new)
6333 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
6334 New variables.
6335 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
6336 old, new, old-func and new-func by declared variables.
6337 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
6338 Remove unnecessary variable.
6339 (math-apply-rw-regs): New variable.
6340 (math-apply-rewrites, math-rwapply-replace-regs)
6341 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
6342 (math-apply-rw-ruleset): New variable.
6343 (math-apply-rewrites, math-rwapply-remember): Replace variable
6344 ruleset by declared variable.
6345
6346 2004-11-19 Richard M. Stallman <rms@gnu.org>
6347
6348 * info.el (Info-search): Use search-whitespace-regexp.
6349
6350 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6351
6352 * vc-rcs.el (vc-rcs-parse): New function.
6353 (vc-rcs-annotate-command): Likewise.
6354 (vc-rcs-annotate-current-time): Likewise.
6355 (vc-rcs-annotate-time): Likewise.
6356 (vc-rcs-annotate-extract-revision-at-line): Likewise.
6357
6358 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6359
6360 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
6361
6362 2004-11-18 Jay Belanger <belanger@truman.edu>
6363
6364 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
6365
6366 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6367
6368 * printing.el: Eliminate use of interactive-p and eval-and-compile.
6369 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6370 Use make-temp-file to generate PostScript files in any situation.
6371 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
6372 (pr-interactive-p): Eliminate var.
6373 (pr-save-interactive): Eliminate macro.
6374 (pr-interface, pr-ps-directory-preview)
6375 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6376 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6377 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6378 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6379 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6380 (pr-ps-region-ps-print, pr-ps-mode-preview)
6381 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6382 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6383 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
6384 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6385 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6386 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6387 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6388 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6389 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6390 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6391 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6392 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
6393 Eliminate pr-save-interactive usage.
6394 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
6395 Eliminate pr-interactive-p usage.
6396 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
6397 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
6398 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
6399 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
6400 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
6401 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
6402 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
6403 New funs.
6404 (pr-ps-file): Use make-temp-file to generate a temporary file.
6405
6406 2004-11-17 Jay Belanger <belanger@truman.edu>
6407
6408 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
6409 a local variable.
6410 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6411 (math-top-only): New variable.
6412 (math-simplify, math-simplify-step): Replace variable top-only by
6413 declared variable math-top-only.
6414 (math-simplify-expr): Declare it.
6415 Replace argument expr in all calls of math-defsimplify by
6416 math-simplify-expr.
6417 (math-simplify-plus, math-simplify-times, math-simplify-divide)
6418 (math-simplify-divisor, math-simplify-one-divisor)
6419 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6420 (math-simplify-pow): Replace variable expr by declared variable
6421 math-simplify-expr.
6422 (math-simplify-divisor): Remove local variables temp and op.
6423 (math-simplify-one-divisor): Make temp and op local variables.
6424 (math-simplify-divisor-nover, math-simplify-divisor-dover):
6425 New variables.
6426 (math-simplify-divisor, math-simplify-one-divisor):
6427 Replace variables nover and dover by declared variables.
6428 (math-expr-subst-new, math-expr-subst-old): New variables.
6429 (math-expr-subst, math-expr-subst-rec): Replace variables new
6430 and old by declared variables.
6431 (math-is-poly-degree, math-is-poly-loose): New variables.
6432 (math-is-polynomial, math-is-poly-rec): Replace variables degree
6433 and loose by declared variables.
6434 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6435 (math-polynomial-base, math-polynomial-base-rec):
6436 Replace variables const-ok and mpb-pred by declared variables.
6437
6438 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
6439
6440 * calc/calc-ext.el (math-defsimplify): Change the argument in
6441 the created function to math-simplify-expr.
6442
6443 * calc/calc-units.el (math-simplify-expr): Declare it.
6444 Replace argument expr in all calls of math-defsimplify by
6445 math-simplify-expr.
6446 (math-simplify-units-prod): Replace variable expr by declared
6447 variable math-simplify-expr.
6448
6449 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
6452 Replace mapcar->dolist, format->string.
6453
6454 2004-11-17 Miles Bader <miles@gnu.org>
6455
6456 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
6457 * progmodes/idlwave.el: Remove RCS keywords.
6458
6459 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
6460
6461 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
6462 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
6463 Update to IDLWAVE version 5.5. Too many changes to list them here.
6464 * progmodes/idlw-help.el: New file.
6465
6466 2004-11-16 Richard M. Stallman <rms@gnu.org>
6467
6468 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6469 Discard spaces after \i according to TeX rules.
6470
6471 * international/mule.el (set-buffer-file-coding-system):
6472 New arg NOMODIFY.
6473 (after-insert-file-set-coding): Pass that new arg.
6474 Prevent set-buffer-multibyte from trying to lock the file.
6475
6476 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
6477
6478 * saveplace.el (save-place): Doc fix.
6479
6480 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
6481 temporarily widen before finding the following word to copy.
6482
6483 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
6484 (cl-map-keymap): Definition deleted.
6485
6486 * subr.el (map-keymap-internal): New function.
6487
6488 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
6491 when pressing rather than when releasing mouse-2. Simplify.
6492
6493 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
6496 (compilation-mode): Set it here instead.
6497
6498 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
6499
6500 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
6501 (loop, cl-parse-loop-clause, defsetf): Use backquote.
6502
6503 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * progmodes/compile.el (compilation-internal-error-properties):
6506 Fix up a transposition-typo. Check end-col before using it.
6507
6508 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
6509
6510 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6511 Discard whitespace after macro \i when converting it.
6512
6513 2004-11-16 Juri Linkov <juri@jurta.org>
6514
6515 * emacs-lisp/find-func.el (find-function-regexp):
6516 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
6517 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
6518 Remove invalid `\W' from [^cgv\W]. Doc fix.
6519 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
6520
6521 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
6522
6523 * play/life.el: Maintainer is now FSF.
6524 (life-patterns, life-neighbor-deltas, life-window-start)
6525 (life-current-generation, life-generation-string): Use defvar
6526 instead of defconst.
6527
6528 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * progmodes/compile.el (compilation-move-to-column): New fun.
6531 (compilation-internal-error-properties)
6532 (compilation-next-error-function): Use it to make sure we don't go past
6533 the end of line.
6534
6535 2004-11-15 John Paul Wallington <jpw@gnu.org>
6536
6537 * autoinsert.el (auto-insert-alist): Insert the user's name in
6538 copyright notice, rather than Free Software Foundation, for the
6539 Emacs Lisp header case too.
6540
6541 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6542
6543 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
6544 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6545 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
6546 return the list of string in a string.
6547 (pr-call-process): Message if calling process returns an error, that
6548 is, the exit status is different of zero.
6549
6550 2004-11-15 Jay Belanger <belanger@truman.edu>
6551
6552 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
6553 variable var-thing.
6554 (math-integ-depth, math-integ-level, math-integral-limit)
6555 (math-enable-subst, math-any-substs, math-integ-msg)
6556 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
6557 (math-int-threshold, math-int-factors, math-double-roots)
6558 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
6559 (var-GenCount): Declare these variables.
6560 (calcFunc-integ): Don't check if var-IntegLimit is bound.
6561 (math-integral-cache, math-integral-cache-state):
6562 Move declarations to earlier in the file.
6563 (math-deriv-var, math-deriv-total, math-deriv-symb)
6564 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
6565 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
6566 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
6567 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
6568 (math-solve-res): New variables
6569 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
6570 (math-integral, math-replace-integral-parts)
6571 (math-integrate-by-parts, calc-dump-integral-cache)
6572 (math-try-integral, math-do-integral, math-do-integral)
6573 (math-do-integral-methods, math-try-solve-for)
6574 (math-try-solve-prod, math-solve-poly-funny-powers)
6575 (math-solve-crunch-poly, math-decompose-poly)
6576 (math-solve-find-root-term, math-find-root-in-prod)
6577 (math-integ-try-linear-substitutions)
6578 (math-integ-try-substitutions, math-expr-rational-in)
6579 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
6580 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
6581 (math-solve-for, math-solve-system, math-solve-system-rec)
6582 (math-solve-get-sign, math-solve-get-int)
6583 (math-solve-system-subst): Replace undeclared variables with newly
6584 declared variables.
6585
6586 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * winner.el (winner-active-region, winner-edges, winner-window-list):
6589 Define at toplevel.
6590 (winner-mode-map): Move init inside declaration.
6591
6592 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
6593
6594 * files.el (convert-standard-filename): Doc fix.
6595
6596 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
6597
6598 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
6599 passwd, group, shadow, default/* and pam.d/*.
6600
6601 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6602
6603 * printing.el (pr-menu-spec): Adjust menu specification.
6604
6605 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6606
6607 * printing.el: Doc fix. Insert :version tag into all defcustom.
6608 Handle interactive-p as is recommended in Emacs Lisp Reference.
6609 Set the file permission bits for newly created files.
6610 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6611 The printing menu specification (in `pr-menu-spec') was merged.
6612 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6613 (pr-version): New version number (6.8.3).
6614 (pr-file-modes): New option.
6615 (pr-interactive-p): New var.
6616 (pr-save-interactive, pr-save-file-modes): New macros.
6617 (pr-setup): Code fix.
6618 (pr-menu-spec): Menu specification merged.
6619 (pr-call-process, pr-text2ps): Set file permission bits.
6620 (pr-despool-print): Set file permission bits. Handle interactive-p as
6621 is recommended.
6622 (pr-interface, pr-ps-directory-preview)
6623 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6624 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6625 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6626 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6627 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6628 (pr-ps-region-ps-print, pr-ps-mode-preview)
6629 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6630 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6631 (pr-despool-using-ghostscript, pr-despool-ps-print)
6632 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6633 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6634 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6635 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6636 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6637 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6638 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6639 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6640 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
6641 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
6642 Handle interactive-p as is recommended.
6643
6644 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
6647 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
6648
6649 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
6650 so it doesn't forget to highlight the beginning of the region either.
6651
6652 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
6653
6654 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
6655 (c-font-lock-init): Eliminate obsolete make-local-hook.
6656 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6657 (awk-mode): Use run-mode-hooks.
6658
6659 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
6660
6661 2004-11-13 Kim F. Storm <storm@cua.dk>
6662
6663 * mouse.el (mouse-drag-copy-region): Add :version.
6664 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
6665 while dragging mode line, so mode line can be dragged downwards.
6666 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
6667 while pressing mouse button so window doesn't scroll until we
6668 release the mouse if clicking on partially visible line.
6669
6670 2004-11-12 Jay Belanger <belanger@truman.edu>
6671
6672 * calc/calc-graph.el (calc-dumb-map): Declare it.
6673 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
6674 than unbound.
6675 (calc-graph-name): Made `end' a local variable.
6676 (calc-graph-lookup): Made `varname' a local variable.
6677 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
6678 Declare them.
6679 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
6680 (calc-graph-plot, calc-graph-compute-3d): Remove references to
6681 the unused variable y3vec.
6682 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
6683 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
6684 calc-graph-prev-kill-hook.
6685 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
6686 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
6687 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
6688 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
6689 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
6690 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
6691 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
6692 (calc-graph-y3value, calc-graph-y3name)
6693 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
6694 (calc-graph-stepcount, calc-graph-is-splot)
6695 (calc-graph-surprise-splot, calc-graph-blank)
6696 (calc-graph-non-blank, calc-graph-curve-num): New variables.
6697 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
6698 (calc-graph-recompute-2d, calc-graph-compute-3d)
6699 (calc-graph-format-data): Replace undeclared variables with the
6700 above newly declared variables.
6701
6702 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
6703
6704 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
6705 `rsf-beep' and `rsf-sleep-after-message'.
6706
6707 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
6708 list if `message-sender' is non-nil.
6709
6710 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6711
6712 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
6713 consing by using mapc instead of mapcar.
6714
6715 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
6716
6717 * tooltip.el (require): Explain why CL is needed.
6718
6719 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6720
6721 * printing.el: Insert :version into defgroup (printing). All reference
6722 to Files option in menubar were changed to File.
6723 (pr-version): New version number (6.8.2).
6724 (pr-get-symbol): Call easy-menu-intern.
6725 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
6726 compilation gripes.
6727
6728 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
6731 new byte-compile-function-environment binding to t.
6732
6733 * font-lock.el (font-lock-fontify-syntactically-region):
6734 Don't forget to highlight the last char when we hit `end'.
6735
6736 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
6737 (mwheel-scroll): Adjust accordingly.
6738
6739 * cvs-status.el: Reduce spurious warnings.
6740 (cvs-status-checkout): Remove.
6741 (cvs-status-mode-map): Use cvs-mode-checkout instead.
6742
6743 * pcvs.el (cvs-mode-checkout): New command.
6744
6745 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
6746
6747 * tooltip.el: Require CL.
6748
6749 * emacs-lisp/bytecomp.el: Use push.
6750 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
6751 (defalias): Remove the `byte-compile' property and add
6752 a `byte-hunk-handler'.
6753
6754 2004-11-11 Juri Linkov <juri@jurta.org>
6755
6756 * info.el (Info-search): Save match data for isearch.
6757 Skip Tag Table node.
6758
6759 * descr-text.el (describe-char): Replace syntax-after with code
6760 from its previous version.
6761
6762 * files.el (magic-mode-alist): Use optimization for SGML mode too.
6763 (set-auto-mode): Doc fix. Remove unused variable `xml'.
6764
6765 * international/mule.el (sgml-html-meta-auto-coding-function):
6766 Remove > after <html to allow HTML attributes.
6767
6768 2004-11-11 Jay Belanger <belanger@truman.edu>
6769
6770 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
6771 a variable.
6772 (calcFunc-dfac): Replace unbound max by n.
6773 (math-stirling-local-cache): New variable.
6774 (math-stirling-number, math-stirling-1, math-stirling-2):
6775 Replace the variable `cache' by the declared variable
6776 math-stirling-local-cache.
6777 (var-RandSeed): Declare it as a variable.
6778 (math-init-random-base, math-random-digit): Don't check to see if
6779 var-RandSeed is bound.
6780 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
6781 Declare them instead of just setting them.
6782 (math-init-random-base): Made i a local variable.
6783 (math-random-digit): Made math-random-last a local variable.
6784 (math-prime-test-cache): Move declaration to before it is used.
6785 (math-prime-test-cache-k, math-prime-test-cache-q)
6786 (math-prime-test-cache-nm1, math-prime-factors-finished):
6787 Declare them as variables.
6788
6789 2004-11-11 Jay Belanger <belanger@truman.edu>
6790
6791 * calc/calc-ext.el (math-defcache): Use defvar for the new
6792 variables it creates.
6793
6794 2004-11-11 Lars Hansen <larsh@math.ku.dk>
6795
6796 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
6797 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
6798 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
6799 (desktop-save): Add :version.
6800
6801 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * printing.el (pr-get-symbol): Don't downcase.
6804
6805 2004-11-10 Jay Belanger <belanger@truman.edu>
6806
6807 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
6808 string to kill-ring.
6809
6810 * calc/calc-aent.el (calc-alg-exp, math-toks)
6811 (math-exp-pos,math-exp-old-pos, math-exp-token)
6812 (math-exp-keep-spaces, math-exp-str): New variables.
6813 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
6814 (calcAlg-enter): Use declared variable calc-alg-exp.
6815 (math-build-parse-table, math-find-user-token): Use declared
6816 variable math-toks.
6817 (math-read-exprs, math-read-token, calc-check-user-syntax)
6818 (calc-match-user-syntax, match-factor-after, math-read-factor):
6819 Use declared variables math-exp-pos math-exp-old-pos.
6820 (math-read-exprs, math-read-token, math-read-expr-level)
6821 (calc-check-user-syntax, calc-match-user-syntax)
6822 (match-factor-after, math-read-factor): Use declared variable
6823 math-exp-token.
6824 (math-read-exprs, math-read-expr-list, math-read-token)
6825 (math-read-factor): Use declared variable math-exp-keep-spaces.
6826 (math-read-exprs, math-read-token): Use declared variable
6827 math-exp-str.
6828 (calc-match-user-syntax): Make m a local variable.
6829
6830 * calc/calc-ext.el (math-read-expr): Use declared variables
6831 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
6832 math-exp-keep-spaces.
6833
6834 * calc/calc-forms.el (math-read-angle-bracket): Use declared
6835 variables math-exp-pos, math-exp-str.
6836
6837 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
6838 math-exp-old-pos.
6839 (math-parse-fortran-vector, math-parse-fortran-vector-end)
6840 (math-parse-eqn-prime): Use declared variable math-exp-token.
6841
6842 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
6843 Use declared variable math-exp-pos.
6844 (math-check-for-commas): Use declared variable math-exp-str.
6845 (math-read-brackets): Use declared variables math-exp-old-pos,
6846 math-exp-keep-spaces.
6847 (math-read-brackets, math-read-vector, math-read-matrix):
6848 Use declared variable math-exp-token.
6849
6850 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
6853 where the keymap is a symbol.
6854 (easy-menu-add-item): Use keymap-prompt. Simplify.
6855
6856 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
6857
6858 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
6859 (sgml-parse-tag-backward): Use it to skip spurious < or >.
6860
6861 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
6862
6863 * ebuff-menu.el: Doc fixes throughout.
6864 (electric-buffer-menu-mode-hook): New defvar.
6865
6866 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
6867
6868 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
6869 compilation. The resulting compiler warnings appear to be harmless.
6870
6871 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
6872
6873 * textmodes/conf-mode.el: New file.
6874
6875 * files.el (auto-mode-alist, magic-mode-alist): Use it.
6876
6877 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
6880
6881 2004-11-09 Jay Belanger <belanger@truman.edu>
6882
6883 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6884
6885 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
6886 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
6887 (calc-z-prefix-help, calc-user-function-list): Use declared
6888 variables calc-z-prefix-buf, calc-z-prefix-msgs.
6889 (math-map-tree, math-map-tree-rec): Use declared variables
6890 math-mt-many, math-mt-func.
6891 (math-read-expression, math-read-string): Use declared variable
6892 math-expr-data.
6893
6894 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
6895 variable math-normalize-a.
6896
6897 * calc/calc.el (math-normalize-a): New variable.
6898 (math-normalize): Use declared variable math-normalize-a.
6899
6900 * calc/calc-poly.el (math-expand-form): Use declared variable
6901 math-mt-many.
6902
6903 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6904 Use declared variable math-mt-many.
6905 (math-rewrite): Use declared variable math-mt-func.
6906
6907 * calc/calc-vec.el (math-read-brackets, math-read-vector)
6908 (math-read-matrix): Use declared variable math-expr-data.
6909
6910 * calc/calc-lang.el (math-parse-fortran-vector)
6911 (math-parse-fortran-vector-end, math-parse-tex-sum)
6912 (math-parse-eqn-matrix, math-parse-eqn-prime)
6913 (math-read-math-subscr): Use declared variable math-expr-data.
6914
6915 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
6916 (math-read-expr-level, math-read-token, calc-check-user-syntax)
6917 (calc-match-user-syntax, math-read-if, math-factor-after)
6918 (math-read-factor): Use declared variable math-expr-data.
6919
6920 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6921
6922 * calendar/diary-lib.el (diary-from-outlook)
6923 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
6924 interactive-p; but rather new optional argument NOCONFIRM.
6925
6926 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
6929 (easy-menu-name-match): Revert correspondingly.
6930
6931 2004-11-09 Richard M. Stallman <rms@gnu.org>
6932
6933 * emacs-lisp/bytecomp.el (byte-compile-defalias):
6934 Turn off warnings for the new function even if definition not constant.
6935 If the definition isn't a quoted symbol, record (FUNCTION . t).
6936 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
6937 (byte-compile-callargs-warn): Handle (FUNCTION . t).
6938 (display-call-tree, byte-compile-arglist-warn):
6939 Handle t returned by byte-compile-fdefinition.
6940
6941 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6942
6943 * Makefile.in (maintainer-clean): Depend on distclean.
6944
6945 * help-fns.el (help-C-file-name): File name must be in build-files
6946 to be returned.
6947
6948 2004-11-09 Jay Belanger <belanger@truman.edu>
6949
6950 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
6951 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
6952
6953 * calc/calc.el (calc, calc-trail-display, calc-mode):
6954 Remove obsolete sections.
6955
6956 * calc/calc.el (calc-x-paste-text): Remove.
6957
6958 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
6959 mouse-2.
6960
6961 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
6962
6963 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
6964 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
6965 current frame (in case of recursive calls).
6966 (gdb-show-changed-values): Add :version keyword.
6967
6968 2004-11-09 Kenichi Handa <handa@m17n.org>
6969
6970 * international/mule-cmds.el: Change coding: tag back to
6971 iso-2022-7bit.
6972
6973 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * international/mule-cmds.el: Change coding-system to utf-8.
6976 (select-safe-coding-system-interactively):
6977 New function extracted from select-safe-coding-system.
6978 (select-safe-coding-system): Use it.
6979
6980 2004-11-08 Richard M. Stallman <rms@gnu.org>
6981
6982 * subr.el (syntax-after): Doc fix.
6983
6984 * paren.el (show-paren-function): Change calls to syntax-after
6985 for new way of returning the value.
6986
6987 * menu-bar.el (menu-bar-file-menu): Make this the real name
6988 and menu-bar-files-menu the alias. Use the former.
6989 (global-map): Use `file', not `files', as the symbol.
6990
6991 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
6992
6993 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
6994 Don't use beginning-of-buffer.
6995 (filesets-cmd-show-result): Use with-no-warnings.
6996
6997 2004-11-08 Juri Linkov <juri@jurta.org>
6998
6999 * progmodes/compile.el (compile): Don't overwrite last command in
7000 minibuffer history with default command if they are not equal.
7001
7002 2004-11-08 Jay Belanger <belanger@truman.edu>
7003
7004 * calc/calcalg2.el (math-do-integral-methods): Try linear then
7005 non-linear substitutions.
7006
7007 2004-11-08 Jay Belanger <belanger@truman.edu>
7008
7009 * calc/calcalg2.el (math-linear-subst-tried): New variable.
7010 (math-do-integral): Set `math-linear-subst-tried' to nil.
7011 (math-do-integral-methods): Use `math-linear-subst-tried' to
7012 determine what type of substitution to try.
7013 (math-integ-try-linear-substituion):
7014 Set `math-linear-subst-tried' to t.
7015
7016 2004-11-08 Kim F. Storm <storm@cua.dk>
7017
7018 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
7019
7020 2004-11-07 Juri Linkov <juri@jurta.org>
7021
7022 * info-look.el (info-lookup): Allow reusing in the current buffer
7023 not only *info* buffer, but all (even renamed) Info buffers
7024 by checking for major-mode instead of *info* buffer name.
7025 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
7026 (octave-mode, maxima-mode) <doc-spec>:
7027 Allow long dashes generated by Texinfo 4.7 before definitions.
7028 (texinfo-mode) <doc-spec>: Add space to suffix to find command
7029 definitions with argument separated by space.
7030
7031 2004-11-06 Richard M. Stallman <rms@gnu.org>
7032
7033 * simple.el (next-error group, face): Move before first use.
7034 (next-error-highlight, next-error-highlight-no-select): Likewise.
7035
7036 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
7037 (line-move): New args NOERROR and TO-END.
7038 Return t if if succeed in moving specified number of lines.
7039 (move-end-of-line): New function.
7040
7041 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
7042 (end-of-buffer-other-window): Likewise.
7043
7044 * simple.el (line-move-ignore-invisible): Default to t.
7045
7046 * subr.el (syntax-after): Return the syntax letter, not the raw code.
7047
7048 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
7049
7050 * international/iso-cvt.el (iso-cvt-define-menu):
7051 Rename menu-bar-files-menu to menu-bar-file-menu.
7052
7053 * net/browse-url.el (browse-url-gnome-moz-program)
7054 (browse-url-gnome-moz-arguments): Move up before first use.
7055
7056 * net/tramp.el (tramp group): Add :version.
7057
7058 * progmodes/ada-xref.el (ada-gdb-application):
7059 Use goto-char instead of beginning-of-buffer.
7060
7061 * progmodes/cperl-mode.el (cperl-info-on-command):
7062 Use goto-char instead of beginning-of-buffer.
7063
7064 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
7065 Move up before first use.
7066 (idlwave-shell-temp-pro-file): Likewise.
7067 (idlwave-shell-temp-rinfo-save-file): Likewise.
7068 (idlwave-shell-temp-file): Minor doc fix.
7069
7070 * textmodes/flyspell.el (flyspell-external-point-words):
7071 Use goto-char instead of beginning-of-buffer.
7072
7073 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
7074
7075 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
7076 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
7077 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
7078
7079 2004-11-06 David Ponce <david@dponce.com>
7080
7081 * recentf.el (recentf-menu-path): Use menu item name.
7082
7083 2004-11-06 Eli Zaretskii <eliz@gnu.org>
7084
7085 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
7086 display doesn't support images.
7087
7088 2004-11-06 Andreas Schwab <schwab@suse.de>
7089
7090 * tempo.el (tempo-match-finder): Doc fix.
7091
7092 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
7093
7094 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
7097 (easy-menu-lookup-name): New fun to replace it.
7098 (easy-menu-get-map): Use it to obey menu item names (rather than just
7099 keys) when looking up `path'.
7100 (easy-menu-always-true-p): Rename from easy-menu-always-true.
7101 (easy-menu-convert-item-1): Adjust to new name.
7102
7103 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
7104
7105 * outline.el (hide-body): Don't hide lines at the top of the file
7106 that precede the first header line.
7107
7108 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
7109
7110 * align.el (align-areas): Delete whitespace before reindenting, so
7111 that tabs are never placed after spaces.
7112
7113 2004-11-06 Alan Shutko <ats@acm.org>
7114
7115 * macros.el (insert-kbd-macro): Do completions based on macros,
7116 rather than all commands.
7117
7118 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
7119
7120 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
7121 to solve a bug whereby tags with 'b' don't match.
7122
7123 2004-11-05 Juri Linkov <juri@jurta.org>
7124
7125 * info.el (Info-search): Don't search in node header lines
7126 and file headers.
7127
7128 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
7129 symbol-constituent characters after dot, not only digits.
7130
7131 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
7132
7133 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
7134
7135 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7136
7137 * dired.el (dired-read-dir-and-switches): Call read-directory-name
7138 if a dialog will be used, read-file-name otherwise.
7139
7140 2004-11-04 Richard M. Stallman <rms@gnu.org>
7141
7142 * textmodes/table.el (table group): Add :version.
7143
7144 * textmodes/ispell.el (ispell-word):
7145 Don't alter args; set them only thru `interactive' spec.
7146
7147 * textmodes/flyspell.el (flyspell-word):
7148 Don't alter FOLLOWING; set it only thru `interactive' spec.
7149
7150 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
7151
7152 * net/browse-url.el (browse-url-maybe-new-window):
7153 Use called-interactively-p.
7154
7155 * mail/supercite.el (sc-cite-region):
7156 Don't use interactive-p. Add arg INTERACTIVE.
7157 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
7158
7159 * international/mule-cmds.el (set-input-method, toggle-input-method):
7160 Don't use interactive-p. Add arg INTERACTIVE.
7161
7162 * eshell/esh-mode.el (eshell-show-maximum-output):
7163 Don't use interactive-p.
7164 (eshell-truncate-buffer): Just message, no error, if buffer is short.
7165
7166 * mouse.el (mouse-show-mark): Get positions to delete from mark
7167 and point, not from mouse-drag-overlay.
7168
7169 * imenu.el (imenu-eager-completion-buffer): Add :version.
7170
7171 * filesets.el (filesets group): Add :version.
7172
7173 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
7174
7175 * files.el (xml-based-modes): Delete var.
7176 (magic-mode-alist): New more general var.
7177 (set-auto-mode): Use it.
7178
7179 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
7180 when clicking from another window.
7181
7182 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
7183
7184 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
7185 (vc-cvs-annotate-time): Incorporate value of deleted var.
7186 Remove special-case handling of beginning-of-buffer cruft.
7187 Cache ending position (point) and return value in text property
7188 `vc-cvs-annotate-time', and consult it on subsequent invocations.
7189
7190 * vc-cvs.el (vc-cvs-annotate-command):
7191 Delete extraneous lines from beginning of buffer.
7192 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
7193
7194 * progmodes/grep.el (grep-default-command): Take empty string
7195 for tag if all other methods yield nil. Shell-quote the tag.
7196
7197 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
7198 spec in `interactive' form, and mention it in the docstring.
7199 Also, make sure point is at bol after calling `annotate-time'.
7200
7201 2004-11-02 Richard M. Stallman <rms@gnu.org>
7202
7203 * cus-edit.el (customize-group-other-window):
7204 Select the window that displays the custom buffer.
7205 (custom-buffer-create-other-window): Likewise.
7206
7207 * comint.el (comint-insert-input): Fix previous change.
7208
7209 * emacs-lisp/elp.el (elp-instrument-function):
7210 Use called-interactively-p.
7211
7212 * emacs-lisp/easymenu.el (easy-menu-intern):
7213 Don't downcase; rather, case-flip the first letter of each word.
7214
7215 * emacs-lisp/easy-mmode.el (define-minor-mode):
7216 Use called-interactively-p.
7217
7218 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7219 Add interactive-only.
7220 (byte-compile-warnings): Add interactive-only as option.
7221 (byte-compile-interactive-only-functions): New variable.
7222 (byte-compile-form): Warn about calls to functions
7223 in byte-compile-interactive-only-functions.
7224
7225 * emacs-lisp/autoload.el (update-file-autoloads):
7226 Don't use interactive-p; take new arg SAVE-AFTER.
7227
7228 * emacs-lisp/advice.el (ad-make-advised-definition):
7229 Use called-interactively-p.
7230
7231 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7232
7233 * files.el (find-file-existing): New function.
7234
7235 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
7236 find-file-existing. Add "New File..." that calls find-file.
7237
7238 * diropen.pbm, diropen.xpm: New files.
7239
7240 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
7241 icon diropen. New tool bar item find-file-existing uses icon open.
7242
7243 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
7244 instead of read-file-name.
7245
7246 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
7247
7248 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
7249 (icalendar--split-value): Change name of work buffer.
7250 (icalendar--get-weekday-abbrev): Return nil on error.
7251 (icalendar--date-to-isodate): New function.
7252 (icalendar-convert-diary-to-ical)
7253 (icalendar-extract-ical-from-buffer): Use only two args for
7254 make-obsolete (XEmacs compatibility).
7255 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
7256 (icalendar-export-region): Doc fix.
7257 If error, return non-nil and write errors to a buffer.
7258 Use correct weekday for weekly recurring events.
7259 Check whether date has been parsed for ordinary events.
7260 Make weekly events start in the year 2000.
7261 DTEND is non-inclusive, shift end date by one day if
7262 necessary (not for entries that have date and time).
7263 Rename local let variables: oops -> found-error, datestring ->
7264 startdatestring.
7265
7266 2004-11-02 Kim F. Storm <storm@cua.dk>
7267
7268 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
7269 keep-mode-if-same variable. Add it as optional arg instead.
7270 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
7271
7272 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
7273 substitute-command-keys will select lower-case bindings like those
7274 used in the static help texts.
7275
7276 * descr-text.el (describe-text-properties): Don't err if called in
7277 the *Help* buffer; output to *Help-2* buffer instead.
7278
7279 * kmacro.el (group kmacro): Add :version.
7280 (kmacro-keyboard-quit): New function to cleanup on C-g.
7281 (kmacro-start-macro): Set defining-kbd-macro to append when
7282 appending to last macro.
7283
7284 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
7285
7286 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
7287
7288 * progmodes/gdb-ui.el (gdb-enable-debug-log)
7289 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
7290 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
7291 Add :version keyword.
7292
7293 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
7294
7295 * progmodes/flymake.el (flymake-err-line-patterns):
7296 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
7297 `compilation-error-regexp-alist-alist' to internal Flymake format.
7298
7299 * progmodes/flymake.el: Eliminate byte-compiler warnings.
7300
7301 2004-11-01 Jay Belanger <belanger@truman.edu>
7302
7303 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
7304 with `interactive "s"'.
7305
7306 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7307
7308 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7309 Revert change from 2004-10-16. '*' checks the current buffer, but the
7310 mouse click may be in another buffer.
7311
7312 2004-11-01 John Paul Wallington <jpw@gnu.org>
7313
7314 * files.el (large-file-warning-threshold): Add :version keyword.
7315 (kill-some-buffers): Doc fix.
7316
7317 * thumbs.el (group thumbs): Add :version keyword.
7318
7319 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
7320
7321 2004-11-01 Richard M. Stallman <rms@gnu.org>
7322
7323 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
7324
7325 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
7326
7327 * allout.el (allout group): Add :version.
7328 (allout-init): Don't use interactive-p.
7329 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
7330 (allout-forward-current-level, allout-backward-current-level):
7331 Don't use interactive-p.
7332
7333 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
7334 (bibtex-find-text): Likewise.
7335
7336 * progmodes/vhdl-mode.el (vhdl-fill-region)
7337 (vhdl-beginning-of-statement): Don't use interactive-p.
7338
7339 * progmodes/idlwave.el (idlwave-update-routine-info):
7340 Don't use interactive-p.
7341
7342 * progmodes/idlw-shell.el (idlwave-shell-send-char):
7343 Don't use interactive-p.
7344
7345 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
7346 Don't use interactive-p.
7347
7348 * progmodes/ada-xref.el (ada-make-body-gnatstub):
7349 Don't use interactive-p.
7350
7351 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
7352 (fortune-in-buffer): Doc fix.
7353
7354 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
7355
7356 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
7357 don't select the temporary buffer.
7358 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
7359 (eudc-get-phone): Likewise.
7360
7361 2004-11-01 Kim F. Storm <storm@cua.dk>
7362
7363 * man.el (Man-xref-normal-file): Fix help-echo.
7364
7365 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * reveal.el (reveal-last-tick): New var.
7368 (reveal-post-command): Use it to avoid closing overlays when we're
7369 appending text to them.
7370
7371 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7372
7373 * textmodes/bibtex.el: Require button.
7374 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
7375 (bibtex-reference-keys): Distinguish between header keys and
7376 crossref keys.
7377 (bibtex-beginning-of-field): New function.
7378 (bibtex-url-map): Remove.
7379 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
7380 (bibtex-font-lock-url-regexp): Assume that field names begin at
7381 the beginning of a line.
7382 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
7383 Remove field delimiters. Use bibtex-beginning-of-field.
7384 Bugfix, point can be inside a field with a url.
7385 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
7386 New functions.
7387 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
7388 (bibtex-key-in-head): Simplify.
7389 (bibtex-current-line): Use bolp.
7390 (bibtex-parse-keys): Remove unused arg `add'.
7391 Use bibtex-type-in-head and bibtex-key-in-head.
7392 (bibtex-parse-entry, bibtex-autofill-entry):
7393 Use bibtex-type-in-head and bibtex-key-in-head.
7394 (bibtex-autokey-get-field): Do not alter case of replacement text.
7395 (bibtex-autokey-get-names): Do all processing of name list.
7396 (bibtex-autokey-get-year): New function.
7397 (bibtex-autokey-get-title): Do all processing of title words.
7398 (bibtex-generate-autokey): Simplify.
7399 (bibtex-string-files-init): Use default-directory.
7400 Allow for absolute file names in bibtex-string-files.
7401 (bibtex-files, bibtex-file-path): New variables.
7402 (bibtex-files-expand): New function.
7403 (bibtex-find-entry-globally): New command.
7404 (bibtex-summary-function): New variable.
7405 (bibtex-summary): Default value of bibtex-summary-function.
7406 (bibtex-find-crossref): New optional args pnt and split.
7407 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
7408 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
7409 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
7410 Fix handling of required and alternative fields.
7411 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
7412 Use cons and display-buffer.
7413 (bibtex-validate-globally): New command.
7414 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
7415 bibtex-parse-keys and bibtex-parse-strings for updating
7416 bibtex-reference-keys and bibtex-strings.
7417 (bibtex-realign): Remove blank lines past the last entry.
7418 (bibtex-reformat): Use bibtex-entry-format as default.
7419 (bibtex-choose-completion-string): Remove.
7420 (bibtex-complete): Do not use bibtex-choose-completion-string.
7421 (bibtex-url): Simplify.
7422
7423 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7424
7425 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
7426 (x-dnd-types-alist, x-dnd-open-file-other-window)
7427 (x-dnd-known-types): Add :version.
7428
7429 2004-10-31 John Paul Wallington <jpw@gnu.org>
7430
7431 * ibuffer.el (group ibuffer): Add :version keyword.
7432
7433 2004-10-31 Kim F. Storm <storm@cua.dk>
7434
7435 * ido.el (group ido): Add :version keyword.
7436 (ido-mode): Remove :version keyword.
7437
7438 * emulation/cua-base.el (group cua): Add :version keyword.
7439 (cua-mode): Remove :version keyword.
7440
7441 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
7442
7443 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
7444
7445 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
7446 compiler warning.
7447 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
7448 function.
7449 (help-at-pt-display-when-idle): Remove autoload.
7450
7451 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
7454
7455 2004-10-30 Juri Linkov <juri@jurta.org>
7456
7457 * help.el (function-called-at-point):
7458 * help-fns.el (variable-at-point): Read -> intern.
7459
7460 2004-10-30 Simon Josefsson <jas@extundo.com>
7461
7462 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7463 Recognize AS_* too.
7464
7465 2004-10-29 Simon Josefsson <jas@extundo.com>
7466
7467 * subr.el (read-passwd): Move back from password.el.
7468
7469 * password.el: Remove, not ready yet.
7470
7471 2004-10-29 Andreas Schwab <schwab@suse.de>
7472
7473 * speedbar.el (speedbar-frame-parameters): Improve customize type.
7474
7475 2004-10-29 Sam Steingold <sds@gnu.org>
7476
7477 * mouse.el (mouse-show-mark): Replace the last occurrence of
7478 x-lost-selection-hooks with x-lost-selection-functions.
7479
7480 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
7483 x-lost-selection-functions is bound.
7484
7485 * mouse-sel.el (mouse-sel-mode):
7486 * emacs-lisp/lselect.el: Adjust to new names for
7487 x-(lost|sent)-selection-functions.
7488
7489 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
7490 New obsolete aliases of x-lost-selection-functions and
7491 x-sent-selection-functions.
7492
7493 2004-10-28 Kim F. Storm <storm@cua.dk>
7494
7495 * imenu.el (imenu-scanning-message): Remove.
7496 (imenu-progress-message): Make it a no-op.
7497
7498 2004-10-28 John Paul Wallington <jpw@gnu.org>
7499
7500 * files.el (set-auto-mode): Call `throw' correctly.
7501
7502 2004-10-28 Juri Linkov <juri@jurta.org>
7503
7504 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
7505 to search `Info-...' commands in `info' manual.
7506 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7507 Add 'info-file "emacs" property.
7508 (Info-find-emacs-command-nodes): Fix index line number regexp.
7509 Set real line number (instead of fake 0) in first element of the
7510 returned list.
7511 (Info-goto-emacs-command-node): Use line number of first element
7512 to set point in the first found Info node.
7513
7514 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
7515 code to `grep-mode-font-lock-keywords'.
7516 (grep-mode-font-lock-keywords): Delete grep markers instead
7517 of making them invisible.
7518
7519 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7520
7521 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
7522 and x-server-version in bug report.
7523
7524 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
7525
7526 * files.el (set-auto-mode-0): New function.
7527 (set-auto-mode): Use it to handle aliased modes and to
7528 be consistent between C-x C-f and C-x C-w.
7529
7530 2004-10-28 Kenichi Handa <handa@m17n.org>
7531
7532 * international/utf-8.el (utf-translate-cjk-charsets):
7533 Add katakana-jisx0201.
7534
7535 * international/subst-jis.el: Add data for JISX0201.
7536
7537 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * obsolete/hilit19.el (hilit-mode): New function.
7540 Move all the toplevel side-effecting stuff into it, so that loading
7541 hilit19 doesn't mess everything up any more.
7542
7543 2004-10-27 Richard M. Stallman <rms@gnu.org>
7544
7545 * add-log.el (add-change-log-entry): Set up mailing address
7546 and full name later, and don't alter add-log-mailing-address
7547 or add-log-full-name.
7548
7549 * elide-head.el (elide-head): Change error to message.
7550 (elide-head-show): Likewise.
7551
7552 * apropos.el (apropos-macrop): Doc fix.
7553
7554 * mouse.el (mouse-show-mark): Do most processing the same
7555 regardless of transient-mark-mode.
7556
7557 * shadowfile.el (shadow-copy-files): Use interactive-p
7558 only to control whether to print a message.
7559
7560 * tar-mode.el (tar-mode): Use write-contents-functions,
7561 not write-contents-hooks.
7562
7563 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
7564 directory-sep-char.
7565
7566 2004-10-27 Richard M. Stallman <rms@gnu.org>
7567
7568 * strokes.el (strokes-unload-hook): Fix previous change.
7569
7570 * type-break.el (type-break-run-at-time): Always use run-at-time;
7571 forget the alternatives.
7572 (type-break-cancel-function-timers): Always use cancel-function-timers;
7573 forget the alternatives.
7574
7575 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
7576
7577 2004-10-27 Kenichi Handa <handa@m17n.org>
7578
7579 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
7580
7581 * international/subst-gb2312.el: Likewise.
7582
7583 * international/subst-big5.el: Likewise.
7584
7585 * international/subst-ksc.el: Likewise.
7586
7587 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
7588 New variable.
7589 (utf-translate-cjk-set-unicode-range): New function.
7590 (utf-translate-cjk-unicode-range): Make it customizable.
7591 (utf-8-post-read-conversion):
7592 Use utf-translate-cjk-unicode-range-string.
7593 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
7594 Unicode ranges.
7595
7596 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
7597
7598 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
7599 trivial variants to shorten the list.
7600 (xml-based-modes): New var.
7601 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
7602 declaration higher priority than auto-mode-alist.
7603
7604 * find-file.el (cc-other-file-alist): Bring it in line with
7605 cc-mode's auto-mode-alist entries and use \' instead of $.
7606
7607 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
7608 and add "Id" and "Name" submenus to it.
7609
7610 * imenu.el (imenu--generic-function): Skip matches in comments.
7611
7612 2004-10-26 Jay Belanger <belanger@truman.edu>
7613
7614 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
7615 (full-calc-keypad, calc-trail-display): Use an extra argument
7616 instead of `interactive-p'.
7617
7618 * calc/calc-misc.el (calc-other-window): Use an extra argument
7619 instead of `interactive-p'.
7620
7621 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
7622 `interactive-p'.
7623
7624 2004-10-26 Kim F. Storm <storm@cua.dk>
7625
7626 * help.el (describe-key): Describe both down-event and up-event
7627 for a mouse click.
7628
7629 2004-10-26 Richard M. Stallman <rms@gnu.org>
7630
7631 * woman.el (woman): Don't call interactive-p.
7632
7633 * pcomplete.el (pcomplete): Instead of interactive-p,
7634 use an arg set non-nil by the interactive spec.
7635
7636 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
7637 use an arg set non-nil by the interactive spec.
7638
7639 * man.el (Man-cleanup-manpage): Instead of interactive-p,
7640 use an arg set non-nil by the interactive spec.
7641
7642 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7643
7644 * progmodes/flymake.el (flymake-split-string):
7645 Use `flymake-split-string-remove-empty-edges' in any case.
7646
7647 2004-10-26 Masatake YAMATO <jet@gyve.org>
7648
7649 * progmodes/flymake.el (flymake-err-line-patterns):
7650 Use `compilation-error-regexp-alist-alist' instead of
7651 `compilation-error-regexp-alist'.
7652
7653 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
7656 verbatim face on the \ of \end{verbatim}.
7657
7658 2004-10-25 Jay Belanger <belanger@truman.edu>
7659
7660 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
7661 erasing minibuffer.
7662
7663 2004-10-25 Simon Josefsson <jas@extundo.com>
7664
7665 * subr.el (read-passwd): Move to net/password.el.
7666
7667 * net/password.el (read-passwd): Add. Autoload it.
7668
7669 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
7670
7671 * mouse-sel.el (mouse-sel-mode): Specify custom group.
7672
7673 * simple.el (process-file): Fix logic.
7674
7675 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7676
7677 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
7678 (increase-right-margin): Remove erroneous call to `interactive-p'.
7679
7680 2004-10-24 Kim F. Storm <storm@cua.dk>
7681
7682 * help.el (describe-mode): Fix 2004-10-13 change.
7683 Copy pure "Auto Fill" string so it can be propertized later
7684 without causing a read-only error.
7685
7686 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7687
7688 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
7689 style indexes.
7690
7691 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7692
7693 * simple.el (process-file): Accept nil for INFILE. Reported by
7694 Luc Teirlinck.
7695
7696 2004-10-24 Masatake YAMATO <jet@gyve.org>
7697
7698 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
7699 Handle periods and underscores in a function name.
7700 Remove the address fontification.
7701
7702 2004-10-24 Masatake YAMATO <jet@gyve.org>
7703
7704 * progmodes/asm-mode.el (asm-font-lock-keywords):
7705 Use font-lock-variable-name-face for registers.
7706
7707 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
7708
7709 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
7710 kill-all-local-variables.
7711 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7712 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
7713 Use kill-all-local-variables and provide mode-hooks.
7714 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
7715 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
7716 Suggested by Masatake YAMATO <jet@gyve.org>.
7717
7718 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
7719
7720 * simple.el (process-file): New function, similar to call-process
7721 but supports file handlers.
7722 * vc.el (vc-do-command): Use it, instead of call-process.
7723 * net/tramp-vc.el (vc-do-command): Do not advise it if
7724 process-file is fboundp.
7725 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
7726 process-file.
7727 (tramp-handle-process-file): New function.
7728 (tramp-file-name-for-operation): Support process-file.
7729
7730 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
7731
7732 * calendar/icalendar.el (icalendar--weekday-array): New constant.
7733 (icalendar-weekdayabbrev-table)
7734 (icalendar-monthnumber-table): Delete.
7735 (icalendar--get-month-number): Use calendar-month-name-array.
7736 (icalendar--get-weekday-number): New function.
7737 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
7738 (icalendar-export-region): Handle multi-line entries.
7739 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
7740
7741 2004-10-23 John Paul Wallington <jpw@gnu.org>
7742
7743 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
7744 `wildcards' set to t in interactive spec.
7745
7746 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
7747 interactive spec rather than use `interactive-p'.
7748 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
7749 rather than use function `interactive-p'.
7750
7751 2004-10-22 Kenichi Handa <handa@m17n.org>
7752
7753 * international/mule.el (translate-region): Implement it in Lisp
7754 as a front end of translate-region-internal.
7755
7756 2004-10-21 Jay Belanger <belanger@truman.edu>
7757
7758 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
7759 Declare these variables with defvar.
7760
7761 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
7762 is bound, only check to see if it is bound.
7763
7764 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7765
7766 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7767 Don't output messages.
7768
7769 * calc/calc-help.el (calc-describe-bindings): Fix last change.
7770
7771 2004-10-21 John Paul Wallington <jpw@gnu.org>
7772
7773 * calc/calc-graph.el (calc-graph-init):
7774 Use `set-process-query-on-exit-flag'.
7775
7776 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
7777
7778 * progmodes/compile.el (compilation-start): Rely on `cd' to get
7779 dir right and also allow argumentless cd.
7780
7781 2004-10-19 Richard M. Stallman <rms@gnu.org>
7782
7783 * textmodes/flyspell.el (flyspell-mode): Doc fix.
7784
7785 * eshell/em-unix.el (eshell-grep):
7786 Don't bind compilation-process-setup-function.
7787
7788 * comint.el (comint-insert-input): Use @ in `interactive'.
7789 (comint-input-filter-functions): Doc fix.
7790 (comint-kill-whole-line, comint-get-source): Doc fix.
7791
7792 * progmodes/compile.el (compilation-setup):
7793 Don't set buffer-read-only if MINOR is non-nil.
7794
7795 2004-10-19 Jay Belanger <belanger@truman.edu>
7796
7797 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
7798 (calc-emacs-type-gnu19): Remove.
7799 (calc-digit-map, calc-read-key-sequence, calc-read-key):
7800 Remove check for old emacs versions.
7801
7802 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
7803 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
7804 for current Emacs.
7805
7806 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
7807 the end of the minibuffer.
7808 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
7809 copy `esc-map'.
7810
7811 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
7812
7813 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
7814 call that would be given when the current emacs was used.
7815
7816 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
7817
7818 * calendar/icalendar.el: Set coding to utf-8.
7819 (icalendar-version): Increase to 0.07.
7820 (icalendar-monthnumber-table): Change March pattern.
7821 (icalendar-get-all-event-properties)
7822 (icalendar-set-event-property): Delete.
7823 (icalendar-all-events): No longer interactive.
7824 (icalendar-convert-diary-to-ical)
7825 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
7826 their replacements.
7827 (icalendar-export-file, icalendar-export-region): New functions;
7828 essentially old `icalendar-convert-diary-to-ical' but appending to
7829 target rather than overwriting.
7830 (icalendar-import-file): Append to target file rather than
7831 overwriting. Fourth arg deleted.
7832 (icalendar-import-buffer): New name for old
7833 `icalendar-extract-ical-from-buffer'.
7834 (icalendar--convert-string-for-import): New name for
7835 old `icalendar-convert-for-import'.
7836 (include-icalendar-files): Delete.
7837 Prefix for all internal functions changed from `icalendar-'
7838 to `icalendar--'.
7839
7840 2004-10-19 Richard M. Stallman <rms@gnu.org>
7841
7842 * paths.el (news-path): Fix previous change.
7843
7844 2004-10-18 Jay Belanger <belanger@truman.edu>
7845
7846 * calc/calc-help.el (calc-describe-bindings):
7847 Set `buffer-read-only' to nil while working in the keybindings buffer;
7848 remove some extra information from the keybindings buffer.
7849
7850 2004-10-18 David Ponce <david@dponce.com>
7851
7852 * mouse.el (mouse-drag-move-window-top): New function.
7853 (mouse-drag-mode-line-1): Use it.
7854
7855 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7856
7857 * info.el (Info-fontify-node): For multiline refs,
7858 arrange to unfontify newline and surrounding whitespace.
7859
7860 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
7863 directory is missing.
7864
7865 2004-10-17 John Paul Wallington <jpw@gnu.org>
7866
7867 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
7868 New customizable variable; whether to display buffers that match
7869 `ibuffer-maybe-show-predicates' by default.
7870 (ibuffer-maybe-show-predicates): Mention it in docstring.
7871 (ibuffer-display-maybe-show-predicates): New variable.
7872 (ibuffer-update): Prefix arg now toggles whether buffers that
7873 match `ibuffer-maybe-show-predicates' should be displayed.
7874 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
7875 locally to heed `ibuffer-default-display-maybe-show-predicates'.
7876 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
7877
7878 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
7879
7880 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
7881 work correctly.
7882
7883 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
7884
7885 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
7886 (Buffer-menu-beginning): New helper function.
7887 (Buffer-menu-execute): Use it.
7888 (Buffer-menu-select): Use it.
7889 (Buffer-menu-sort): Use it and also keep markers.
7890
7891 2004-10-17 Richard M. Stallman <rms@gnu.org>
7892
7893 * paths.el (news-directory): Rename from news-path. Old name alias.
7894 (rmail-spool-directory): Use defvar.
7895 (sendmail-program): Use defcustom.
7896 (remote-shell-program): Use defcustom.
7897 (term-file-prefix): Use defvar.
7898 (abbrev-file-name): Use defvar.
7899
7900 * term.el: Add maintainer.
7901
7902 * subr.el (with-local-quit): Return nil if there's a quit.
7903 (read-passwd): Use with-local-quit. Doc fix.
7904
7905 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
7906 (strokes-unload-hook): Set as a variable with add-hook.
7907
7908 * startup.el (fancy-splash-tail, normal-splash-screen):
7909 Update copyright year.
7910
7911 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
7912
7913 * server.el (server-unload-hook): Set as a variable with add-hook.
7914
7915 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
7916
7917 * frame.el (special-display-popup-frame):
7918 Make the buffer current as its frame is created.
7919
7920 * delsel.el (delsel-unload-hook): Set as a variable.
7921
7922 * comint.el (comint-output-filter-functions):
7923 Add comint-watch-for-password-prompt.
7924 (comint-read-noecho): Function deleted.
7925 (send-invisible): Use read-passwd.
7926
7927 * fringe.el (fringe-mode-initialize): New function.
7928 (fringe-mode): Use fringe-mode-initialize as :initialize.
7929
7930 2004-10-17 Kim F. Storm <storm@cua.dk>
7931
7932 * language/indian.el (indian-script-language-alist): Swap value and doc.
7933 (indian-font-char-index-table): Doc fix.
7934
7935 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
7938
7939 2004-10-16 Juri Linkov <juri@jurta.org>
7940
7941 * progmodes/compile.el (compilation-start): Move let-binding of
7942 `process-environment' into `with-current-buffer' body.
7943 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7944
7945 2004-10-16 Richard M. Stallman <rms@gnu.org>
7946
7947 * pcvs-util.el (cvs-bury-buffer):
7948 Don't call get-buffer-window for effect.
7949
7950 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
7951
7952 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
7953
7954 * msb.el (msb-unload-hook): Set the variable.
7955
7956 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7957 Use * to err if buffer is readonly.
7958
7959 * subr.el (looking-back): Return only t or nil.
7960
7961 * whitespace.el (whitespace-unload-hook): Set the variable.
7962
7963 * view.el (view-mode-enable): Set view-page-size and
7964 view-half-page-size to nil.
7965 (view-set-half-page-size-default): view-half-page-size = nil
7966 means the default.
7967 (View-scroll-page-forward): Use view-page-size-default.
7968 (View-scroll-page-backward): Likewise.
7969 (view-page-size, view-half-page-size): Doc fixes.
7970
7971 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
7972
7973 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
7974
7975 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
7976 "cl" like other files. Instead, call byte-compile-find-cl-functions.
7977 (byte-compile-log-1): Bind inhibit-read-only.
7978 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
7979 (byte-compile-log-warning): Likewise.
7980 (byte-compile-file-form-require): Detect "cl" from the arg value.
7981
7982 * progmodes/compile.el (compilation-start): Assume compilation-mode
7983 will make the buffer read-only.
7984 (compilation-mode): Take arg name-of-mode.
7985 (compilation-setup): Make buffer read-only.
7986 (compilation-handle-exit): Bind inhibit-read-only.
7987
7988 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
7989 (ispell-message): Likewise.
7990 (ispell-show-choices): Don't call get-buffer-window uselessly.
7991 (ispell-init-process): Use set-process-query-on-exit-flag.
7992
7993 2004-10-16 Kim F. Storm <storm@cua.dk>
7994
7995 * fringe.el (fringe-bitmaps): Only initialize when defined.
7996
7997 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
7998 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
7999
8000 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
8001
8002 2004-10-15 Simon Josefsson <jas@extundo.com>
8003
8004 * net/password.el: Add.
8005
8006 2004-10-14 Masatake YAMATO <jet@gyve.org>
8007
8008 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
8009 (gdb-script-end-of-defun): New function.
8010 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
8011 `gdb-script-end-of-defun' as *-of-defun-function.
8012
8013 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
8014
8015 * button.el (button-activate): Allow a marker to display as an action.
8016
8017 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
8018
8019 * help.el (describe-mode): Use it to make minor mode list into
8020 hyperlinks.
8021
8022 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * vc.el (vc-annotate-display-select): Fix typo.
8025
8026 * subr.el (substitute-key-definition-key): New function.
8027 (substitute-key-definition): Use it with map-keymap.
8028 (event-modifiers): Use push.
8029 (mouse-movement-p, with-temp-buffer): Simplify.
8030
8031 2004-10-12 Jay Belanger <belanger@truman.edu>
8032
8033 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
8034 New variables.
8035 (calc-help-index-entries): New function.
8036 (calc-describe-function): Use `calc-help-function-list' instead of
8037 obarray for completion.
8038 (calc-describe-variable): Use `calc-help-variable-list' instead
8039 of obarray for completion.
8040
8041 2004-10-12 Richard M. Stallman <rms@gnu.org>
8042
8043 * info-look.el (info-lookup-file): Add info-file property.
8044 (info-lookup-symbol): Likewise.
8045
8046 * info.el (info-xref): Add underlining.
8047 (info): Add info-file property.
8048 (Info-find-emacs-command-nodes): Specify case-sensitive search.
8049
8050 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
8051
8052 Sync with Tramp 2.0.45.
8053
8054 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
8055 defined. This is not the case for XEmacs without package "edebug".
8056 (tramp-set-auto-save-file-modes): Set permissions of autosaved
8057 remote files to the permissions of the original file. This is not
8058 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
8059 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
8060 (tramp-perl-decode): Fix an error in Perl implementation.
8061 $pending must be cleared every loop. Reported by Benjamin Place
8062 <benjaminplace@sprintmail.com>
8063
8064 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
8065 Don't activate advice during definition. This is done later on,
8066 depending on test result of `substitute-in-file-name'.
8067 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8068
8069 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
8072
8073 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
8074
8075 2004-10-12 David Ponce <david@dponce.com>
8076
8077 * recentf.el (recentf-edit-list): Update the menu when the recentf
8078 list has been modified.
8079
8080 2004-10-12 Simon Josefsson <jas@extundo.com>
8081
8082 * net/tls.el (tls-certtool-program): New variable.
8083 (tls-certificate-information): New function, based on
8084 ssl-certificate-information.
8085
8086 2004-10-12 Kenichi Handa <handa@m17n.org>
8087
8088 * international/mule.el (coding-system-equal): Move from mule-util.el.
8089
8090 * international/mule-util.el (coding-system-equal): Move to mule.el.
8091
8092 2004-10-12 Kim F. Storm <storm@cua.dk>
8093
8094 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
8095 reset kmacro-initial-counter-value if set.
8096 (kmacro-set-counter): Only set kmacro-counter if defining or executing
8097 macro. Set kmacro-initial-counter-value otherwise. Never set both.
8098 (kmacro-display): Show macro counter if non-zero.
8099
8100 * subr.el (substitute-key-definition): Mention command remapping
8101 in doc string.
8102
8103 2004-10-11 Jay Belanger <belanger@truman.edu>
8104
8105 * calc/calc-misc.el (calc-info-goto-node): New function.
8106 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
8107 node in one step.
8108 (calc-describe-copying, calc-describe-distribution)
8109 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
8110 Go to appropriate info node in one step.
8111
8112 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
8115
8116 * font-lock.el (font-lock-apply-highlight): Fix last change.
8117
8118 2004-10-11 Simon Josefsson <jas@extundo.com>
8119
8120 * mail/smtpmail.el (smtpmail-open-stream): Look for
8121 starttls-gnutls-program instead of starttls-program iff
8122 starttls-use-gnutls is non-nil.
8123 (smtpmail-open-stream): Don't overwrite user settings of
8124 starttls-extra-arguments and starttls-extra-args.
8125
8126 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * comint.el (comint-mouse-insert-input): Remove.
8129 (comint-insert-input): Make it work for mouse bindings.
8130 (comint-mode-map): Move defs into the declaration.
8131 (comint-output-filter): Typo.
8132
8133 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
8134
8135 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
8136
8137 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
8138 (ange-ftp-call-chmod): Reference remote-shell-program instead of
8139 ange-ftp-remote-shell.
8140
8141 2004-10-10 Andreas Schwab <schwab@suse.de>
8142
8143 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
8144 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
8145 Reported by <sri@asu.edu>.
8146
8147 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
8148
8149 * vc.el (vc-annotate-mode): Remove variable.
8150 (vc-annotate-display-select): Only call vc-annotate-mode
8151 if we're not in that mode already.
8152
8153 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
8156 (imenu-choose-buffer-index): Check here for rescan instead.
8157
8158 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
8159 where the face expression evals to nil.
8160
8161 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
8162 (tex-font-lock-keywords-2): Use it.
8163 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
8164
8165 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
8166
8167 2004-10-09 Kim F. Storm <storm@cua.dk>
8168
8169 * subr.el (progress-reporter-update): Define before first usage.
8170 (make-progress-reporter): Doc fix.
8171
8172 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * textmodes/paragraphs.el (sentence-end-double-space)
8175 (sentence-end-without-period, sentence-end-without-space)
8176 (sentence-end): Doc fixes.
8177
8178 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
8179
8180 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
8181 Change paragraph-start regexp so we don't fill code starting with #'(.
8182
8183 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
8184
8185 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
8186 New defcustom.
8187 (extract-address-components): Use it.
8188
8189 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8190
8191 * subr.el (make-progress-reporter, progress-reporter-update)
8192 (progress-reporter-force-update, progress-reporter-do-update)
8193 (progress-reporter-done): New functions.
8194
8195 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
8196
8197 * progmodes/etags.el (etags-tags-completion-table): Use progress
8198 reporter.
8199 (etags-tags-apropos): Likewise.
8200
8201 2004-10-08 Alan Mackenzie <acm@muc.de>
8202
8203 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
8204 of current line.
8205
8206 2004-10-08 Masatake YAMATO <jet@gyve.org>
8207
8208 * server.el (server-process-filter): Wrap `process-send-region'
8209 by `condition-case' to guard the case when the pipe to PROC is closed.
8210
8211 2004-10-07 Mark A. Hershberger <mah@everybody.org>
8212
8213 * xml.el (xml-substitute-special): Limit handling of external entities.
8214
8215 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
8216
8217 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
8218
8219 2004-10-06 John Paul Wallington <jpw@gnu.org>
8220
8221 * xml.el (xml-parse-dtd): Fix `error' call.
8222
8223 2004-10-05 Mark A. Hershberger <mah@everybody.org>
8224
8225 * xml.el (xml-substitute-special): Return a single string instead
8226 of a list of strings if an entity substitution is made.
8227
8228 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
8229
8230 * calendar/icalendar.el: New file.
8231
8232 2004-10-05 Juri Linkov <juri@jurta.org>
8233
8234 * isearch.el (isearch-done): Set mark after running hook.
8235 Reported by Drew Adams <drew.adams@oracle.com>.
8236
8237 * info.el (Info-history, Info-toc): Fix Info headers.
8238 (Info-toc): Narrow buffer before Info-fontify-node.
8239 (Info-build-toc): Don't check for special Info file names.
8240 Set main-file to nil if Info-find-file returns a symbol.
8241
8242 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
8243
8244 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
8245 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
8246 * calendar/cal-menu.el (calendar-mode-map): Ditto.
8247
8248 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
8249
8250 * calendar/cal-iso.el (calendar-iso-read-args): New function,
8251 for old interactive spec from calendar-goto-iso-date.
8252 (calendar-goto-iso-date): Use it.
8253 (calendar-goto-iso-week): New function. Suggested by Emilio
8254 C. Lopes <eclig@gmx.net>.
8255
8256 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
8257
8258 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
8259 `set-right-margin' bindings that follow the minor mode conventions.
8260
8261 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
8264 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
8265 (latex-block-args-alist): Add minipage and picture.
8266 (latex-block-body-alist): Use reftex-label if enabled.
8267 (latex-insert-block): Don't insert a \n if not necessary.
8268 (tex-compile-commands): Make sure dvips doesn't send to printer.
8269 (tex-compile-default): Handle the case where no executable is found.
8270 (latex-noindent-environments): New var.
8271 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
8272 If tex-indent-allhanging is non-nil, make sure we only align for macros
8273 at beginning of line.
8274
8275 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
8276
8277 * newcomment.el (comment-beginning): Doc fix and don't choke on
8278 unset `comment-end-skip' when at beginning of comment.
8279
8280 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8281
8282 * term.el (term-adjust-current-row-cache): Don't allow the current
8283 row to become negative.
8284 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
8285 the end of the line. Fix scroll down. Add comments.
8286 (term-handle-ansi-escape): Don't exceed terminal width when moving
8287 right.
8288 (term-scroll-region): Move the cursor after setting the scroll region.
8289
8290 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
8293 to `width' for consistency with docstring. Doc fix.
8294
8295 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
8296
8297 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
8298 This is necessary for derived modes.
8299
8300 2004-09-30 Kim F. Storm <storm@cua.dk>
8301
8302 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
8303 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
8304
8305 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
8306 kmacro-extract-lambda functions.
8307 (edit-kbd-macro): Handle kmacro lambda forms.
8308 Include counter and counter format in edit buffer.
8309 (edmacro-finish-edit): Get counter and format from edit buffer and
8310 update kmacro bindings when found.
8311
8312 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
8313
8314 * textmodes/paragraphs.el (forward-paragraph):
8315 Avoid args-out-of-range error when point winds up at the beginning of
8316 the buffer and hard newlines are enabled.
8317
8318 * newcomment.el (comment-multi-line): Doc fix.
8319
8320 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
8323 (diff-fixup-modifs): Catch unified-diff file-headers.
8324
8325 2004-09-29 Kim F. Storm <storm@cua.dk>
8326
8327 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
8328 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
8329 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
8330
8331 * fringe.el (fringe-bitmap-p): New macro.
8332 (fringe-bitmaps): Add standard fringe bitmaps on load.
8333
8334 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * dired.el (dired-view-command-alist): Use more efficient regexps.
8337 Remove dubious arguments.
8338 (dired-align-file): New function.
8339 (dired-insert-directory): Use it.
8340 (dired-move-to-end-of-filename): Make the " -> " search more specific.
8341 (dired-buffers-for-dir): Remove unused var `pattern'.
8342
8343 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
8344
8345 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
8346 from diary display excursion. Store diary buffer's point for
8347 `simple-diary-display'.
8348 (simple-diary-display): Set window point and start when
8349 displaying buffer, to preserve point.
8350
8351 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
8352
8353 * textmodes/enriched.el (enriched-translations): Replace defconst
8354 with defvar.
8355
8356 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8357
8358 * printing.el: Doc fix.
8359 (pr-version): New version number (6.8.1).
8360 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
8361 make-temp-name.
8362 (pr-delete-file): Check if file exists before deleting it.
8363 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
8364
8365 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * term.el (term-display-table): New variable.
8368 (term-mode): Use it.
8369 (term-exec-1): Set the coding system to binary.
8370 (term-emulate-terminal): Decode the string before inserting it.
8371
8372 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
8373
8374 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
8375 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
8376 (map): Bind S-prior, S-next and S-insert.
8377 (term-mode): Set `indent-tabs-mode' to nil.
8378 (term-paste): New function to be bound to S-insert.
8379 (term-send-del, term-send-backspace): Change the strings sent.
8380 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
8381 (term-handle-colors-array): Fix handling of underline and reverse.
8382 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
8383 (term-erase-in-line): Fix comparison.
8384 (term-emulate-terminal): Fix line wrap handling.
8385 (term-start-output-log): Rename from `term-set-output-log'.
8386 (term-stop-output-log): Rename from `term-stop-photo'.
8387 (term-switch-to-alternate-sub-buffer): Comment out, unused.
8388
8389 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * dired.el (dired-move-to-filename): Don't output a message if
8392 raise-error is non-nil. Fix return position and value.
8393
8394 * files.el (insert-directory): Obey --dired even with symlinks.
8395
8396 2004-09-25 Lars Hansen <larsh@math.ku.dk>
8397
8398 * ls-lisp.el (ls-lisp-format): Mark file names with property
8399 dired-filename.
8400
8401 2004-09-25 Kim F. Storm <storm@cua.dk>
8402
8403 * ido.el (ido-max-directory-size): New defcustom.
8404 (ido-decorations): Add "too big" element.
8405 (ido-directory-too-big): New dynamic var.
8406 (ido-may-cache-directory): Don't cache big directories.
8407 (ido-directory-too-big-p): New defun.
8408 (ido-set-current-directory): Update ido-directory-too-big.
8409 (ido-read-internal): Make empty ido-cur-item if too-big.
8410 (ido-buffer-internal): Use ido-read-internal directly instead of
8411 ido-read-buffer.
8412 (ido-file-internal): Init ido-directory-too-big.
8413 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
8414 and redo completion with full list.
8415 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
8416 it, and show completions.
8417 (ido-all-completions): Let bind ido-directory-too-big to nil.
8418 (ido-exhibit): Handle ido-directory-too-big.
8419 (ido-read-buffer): Handle fallback to read-buffer.
8420 Init ido-directory-too-big.
8421 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
8422 Init ido-directory-too-big.
8423
8424 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * subr.el (delay-mode-hooks): Doc fix.
8427
8428 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
8429
8430 * textmodes/enriched.el
8431 (enriched-default-text-properties-local-flag): New variable.
8432 (enriched-mode): Make sure that enabling and disabling the mode is
8433 a no-op. Doc fix.
8434
8435 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
8436
8437 * calendar/holidays.el (holiday-advent): Report on a specified day
8438 offset from advent, not just advent.
8439 (holiday-easter-etc): Report on one specified day offset from
8440 easter, not all easter holidays. Various Easter holidays moved to
8441 `christian-holidays' variable in calendar.el.
8442 * calendar/calendar.el (christian-holidays): Adapt for new
8443 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
8444
8445 2004-09-23 Kim F. Storm <storm@cua.dk>
8446
8447 * image.el (insert-sliced-image): Add doc string.
8448
8449 * ido.el (ido-choice-list): New dynamic var for `list' context.
8450 (ido-context-switch-command): New dynamic var.
8451 (ido-define-mode-map): Generalize switch between file/buffer contexts.
8452 (ido-read-internal): Handle new `list' context.
8453 Handle insert-buffer and insert-file ido-exit values.
8454 (ido-buffer-internal): New arg switch-cmd. Use it to setup
8455 ido-context-switch-command. Handle insert-file ido-exit value.
8456 (ido-read-buffer): Set ido-context-switch-command to 'ignore
8457 unless it is already bound by caller.
8458 (ido-file-internal): New arg switch-cmd. Use it to setup
8459 ido-context-switch-command. Handle insert-buffer ido-exit value.
8460 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
8461 used for context switching.
8462 (ido-all-completions): Handle new `list' context.
8463 (ido-make-choice-list): Return choices for `list' context.
8464 (ido-find-file-in-dir, ido-display-file, ido-write-file)
8465 (ido-display-buffer, ido-kill-buffer): Disable context switching.
8466 (ido-insert-buffer, ido-insert-file): Setup context switching.
8467 (ido-exhibit): Handle `list' context.
8468 (ido-read-file-name): Disable context switching. Handle fallback.
8469 (ido-read-directory-name): Disable context switching.
8470 (ido-completing-read): New defun like completing-read. Setup and
8471 use new `list' context.
8472
8473 2004-09-20 Jesper Harder <harder@ifa.au.dk>
8474
8475 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
8476
8477 2004-09-21 Jay Belanger <belanger@truman.edu>
8478
8479 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
8480 `calc-graph-set-styles' so the gnuplot buffer will appear in a
8481 separate window.
8482
8483 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
8484
8485 * subr.el (after-change-major-mode-hook): Doc fix.
8486
8487 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8488
8489 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
8490 of ghostscript for monochrome PostScript file in Windows.
8491
8492 2004-09-21 Kenichi Handa <handa@m17n.org>
8493
8494 * descr-text.el (describe-char): Checking of quail activation fixed.
8495
8496 2004-09-21 Jay Belanger <belanger@truman.edu>
8497
8498 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
8499
8500 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
8501
8502 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
8503 after the mode hooks instead of before. Doc fix.
8504
8505 2004-09-20 Jason Rumney <jasonr@gnu.org>
8506
8507 * startup.el (command-line) [windows-nt]: Try .emacs first, then
8508 _emacs, but revert to .emacs if neither exists in home directory.
8509
8510 2004-09-20 John Paul Wallington <jpw@gnu.org>
8511
8512 * bindings.el (completion-ignored-extensions): Add .dfsl.
8513
8514 2004-09-20 Richard M. Stallman <rms@gnu.org>
8515
8516 * bindings.el (scroll-left): Make it disabled.
8517
8518 * files.el (enable-local-eval): Doc fix.
8519
8520 * indent.el (move-to-left-margin): Special case for minibuffer.
8521
8522 * term.el (term-emulate-terminal): Turn off undo for output.
8523 Use with-current-buffer and save-selected-window.
8524
8525 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
8526
8527 * progmodes/make-mode.el (makefile-fill-paragraph):
8528 Don't insist on spaces when looking for comments. # is enough.
8529
8530 * files.el (hack-local-variables): Copy the variables list
8531 to another buffer, strip prefixes and suffixes there, then read.
8532 (enable-local-eval): Doc fix.
8533 (ignored-local-variables): Initialize to nil.
8534 (risky-local-variable-p): Don't check ignored-local-variables here.
8535 (hack-one-local-variable): Ignore var if in ignored-local-variables.
8536
8537 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8538
8539 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
8540 of = to "." (punctuation).
8541
8542 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * subr.el (event-basic-type): Fix mask (extend to 22bits).
8545
8546 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
8547
8548 * textmodes/enriched.el (enriched-rerun-flag): New variable.
8549 (enriched-before-change-major-mode): New function.
8550 Add it to `change-major-mode-hook'.
8551 (enriched-after-change-major-mode): New function.
8552 Add it to `after-change-major-mode-hook'.
8553 (enriched-mode): Make it work correctly if called from
8554 `after-change-major-mode-hook'.
8555 No longer set `indent-line-function'.
8556
8557 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
8558
8559 * subr.el (after-change-major-mode-hook): New variable.
8560 (run-mode-hooks): Implement it.
8561
8562 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * battery.el (battery-linux-proc-apm): Use string-to-number.
8565 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
8566 Use dolist (and less indentation). Use erase-buffer.
8567 Pre-initialize `design-capacity', `warn', and `low'.
8568 (battery-format): Use replace-regexp-in-string.
8569
8570 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
8571
8572 * battery.el: Delete superfluous empty lines.
8573 (battery-linux-proc-acpi): Attempt to gather information from all
8574 battery subdirectories regardless of their file name.
8575 (battery-linux-proc-apm): Replace all occurrences of
8576 battery-hex-to-int-2 with string-to-int (base 16).
8577 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
8578 (battery-hex-map): Delete variable.
8579
8580 2004-09-18 John Paul Wallington <jpw@gnu.org>
8581
8582 * calc/calc-units.el (calc-quick-units): Fix overzealous
8583 s/or/unless/.
8584
8585 2004-09-17 Jay Belanger <belanger@truman.edu>
8586
8587 * calc/calc.el (calc-mode-var-list): Fix the value of
8588 `calc-matrix-brackets'.
8589
8590 2004-09-17 Romain Francoise <romain@orebokech.com>
8591
8592 * ibuf-ext.el (define-ibuffer-filter filename):
8593 Expand dired-directory since buffer-file-name is absolute.
8594
8595 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8596
8597 * ediff-init.el (ediff-current-diff-face-A)
8598 (ediff-current-diff-face-B, ediff-current-diff-face-C)
8599 (ediff-current-diff-face-Ancestor)
8600 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8601 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8602 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8603 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8604 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8605 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8606 Use min-colors.
8607
8608 * term.el (term-down): Perform vertical motion if DOWN is negative.
8609 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
8610 (term-termcap-format): Synchronyze with the eterm terminfo entry
8611 in etc/e/eterm.ti.
8612 (term-handle-colors-array): If the current foreground or
8613 background are zero (i.e. unspecified), use the foreground and
8614 background of the default face for reverse video.
8615 (term-ansi-at-eval-string, term-ansi-default-fg)
8616 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
8617 (term-mem): Delete ununsed function.
8618 (term-protocol-version): Increment.
8619 (term-current-face): Set to default.
8620
8621 2004-09-15 Jay Belanger <belanger@truman.edu>
8622
8623 * calc/calc.el (calc-mode-var-list): Define this variable.
8624 (calc-always-load-extensions, calc-line-numbering)
8625 (calc-line-breaking, calc-display-just, calc-display-origin)
8626 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8627 (calc-group-char, calc-point-char, calc-frac-format)
8628 (calc-prefer-frac, calc-hms-format, calc-date-format)
8629 (calc-float-format, calc-full-float-format, calc-complex-format)
8630 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8631 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8632 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8633 (calc-matrix-brackets, calc-language, calc-language-option)
8634 (calc-left-label, calc-right-label, calc-word-size)
8635 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8636 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8637 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8638 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8639 (calc-window-height, calc-display-trail, calc-show-selections)
8640 (calc-use-selections, calc-assoc-selections)
8641 (calc-display-working-message, calc-auto-why, calc-timing)
8642 (calc-mode-save-mode, calc-standard-date-formats)
8643 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
8644 (calc-user-parse-tables, calc-gnuplot-default-device)
8645 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8646 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8647 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8648 (calc-invocation-macro, calc-show-banner): Give these values as
8649 part of `calc-mode-var-list's initialization after the variables
8650 are declared with defvar.
8651 (calc-bug-address): Change email address to send bug reports to.
8652 Change the maintainer address at the top.
8653 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
8654 than "\\.emacs" to determine if it is the user-init-file.
8655
8656 * calc/calc-embed.el (calc-embedded-set-modes): Use
8657 `calc-mode-var-list' correctly.
8658
8659 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
8660
8661 * vc.el (annotate-time): Document point handling.
8662 (vc-annotate-display-autoscale): Doc fix.
8663
8664 2004-09-15 Miles Bader <miles@gnu.org>
8665
8666 * generic.el (generic-make-keywords-list): Use symbol rather than
8667 word anchors in regexp.
8668
8669 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
8670
8671 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
8672 no file name consider `dired-directory'.
8673
8674 2004-09-14 Kim F. Storm <storm@cua.dk>
8675
8676 * faces.el (cursor): Add face-no-inherit property. Doc fix.
8677
8678 2004-09-14 Simon Josefsson <jas@extundo.com>
8679
8680 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
8681
8682 * textmodes/dns-mode.el: Add.
8683
8684 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
8687 (disabled-command-function): Make the ?\ char more obvious.
8688
8689 * vc-arch.el (vc-arch-root, vc-arch-registered):
8690 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
8691
8692 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
8693
8694 * windmove.el (windmove-frame-edges): Report coordinates of
8695 outside edges of frame, not inside edges.
8696 (windmove-coordinates-of-position): Convert into wrapper to new
8697 function `windmove-coordinates-of-window-position';
8698 `compute-motion' always applies to selected window.
8699 (windmove-coordinates-of-position): Update documentation to refer
8700 to Emacs 21 Lisp Reference Manual.
8701 (windmove-find-other-window): Fix off-by-one errors for max x,y.
8702
8703 2004-09-13 Kim F. Storm <storm@cua.dk>
8704
8705 * isearch.el (isearch-resume-in-command-history): Rename from
8706 isearch-resume-enabled and change default to nil.
8707
8708 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * vc-hooks.el (vc-ignore-dir-regexp): New var.
8711 (vc-registered): Use it.
8712 (vc-find-root): New fun.
8713
8714 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8715 Don't tell to use \\{...} when it's already done.
8716
8717 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
8718 Provide a sample complex default.
8719 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
8720 (bibtex-entry): Use mapc.
8721
8722 2004-09-12 Kim F. Storm <storm@cua.dk>
8723
8724 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
8725
8726 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
8727 inhibit-field-text-motion to t so rectangles work in comint buffers.
8728
8729 * simple.el (choose-completion-string): Set buffer before running
8730 choose-completion-string-functions hook so it can be buffer-local.
8731
8732 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
8733
8734 * progmodes/compile.el (compilation-start): Parse command to see
8735 if it starts with a cd, and if so perform it for the *compilation*
8736 buffer. Change the header to reflect this.
8737
8738 2004-09-11 Kim F. Storm <storm@cua.dk>
8739
8740 * ido.el (ido-enable-dot-prefix): Doc fix.
8741 (ido-enable-dot-prefix): New defcustom.
8742 (ido-set-matches1): Use it.
8743
8744 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 * textmodes/bibtex.el (bibtex-mark-active)
8747 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
8748
8749 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8750
8751 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
8752 used in a case insensitive environment.
8753 (bibtex-mode-map): Rearrange order of menus.
8754 (bibtex-quoted-string-re): Obsolete.
8755 (bibtex-complete-key-cleanup): Variable replaced by new function.
8756 (bibtex-font-lock-keywords): Use backquotes.
8757 (bibtex-font-lock-url-regexp): New internal variable.
8758 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
8759 "OPT" and "ALT".
8760 (bibtex-insert-current-kill, bibtex-make-field)
8761 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
8762 (bibtex-parse-field-text): Simplify.
8763 (bibtex-string=): New helper function.
8764 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
8765 (bibtex-map-entries): Use bibtex-string=.
8766 (bibtex-search-entry): Use not.
8767 (bibtex-enclosing-field): Fix docstring.
8768 (bibtex-assoc-regexp): Obsolete.
8769 (bibtex-format-entry): Use assoc-string and bibtex-string=.
8770 (bibtex-autokey-get-names): Handle empty name field.
8771 (bibtex-parse-strings): Use assoc-string and unless.
8772 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
8773 Use assoc-string.
8774 (bibtex-pop): Simplify.
8775 (bibtex-mode): Set font-lock-extra-managed-props.
8776 (bibtex-entry-update): Use assoc-string.
8777 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
8778 (bibtex-autofill-entry): Use bibtex-string=.
8779 (bibtex-print-help-message): Simplify.
8780 (bibtex-find-entry): New optional arg START.
8781 (bibtex-validate): Use bibtex-string= and assoc-string.
8782 Do not call obsolete function compilation-parse-errors.
8783 (bibtex-remove-delimiters): Only remove delimiters if present.
8784 (bibtex-copy-entry-as-kill): Add docstring.
8785 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
8786 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
8787 (bibtex-complete): Use bibtex-predefined-month-strings,
8788 bibtex-string=, and new function bibtex-complete-key-cleanup.
8789 (bibtex-generate-url-list): New variable.
8790 (bibtex-url): New command bound to C-c C-l and mouse-2.
8791 (bibtex-url-map): New local keymap for bibtex-url-mouse.
8792 (bibtex-font-lock-url): New function.
8793
8794 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
8797
8798 2004-09-09 Kim F. Storm <storm@cua.dk>
8799
8800 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
8801 counter and format with binding.
8802 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
8803 the declared macro uses own macro counter and format. Give symbol
8804 kmacro property.
8805 (kmacro-keymap): Bind kmacro-name-last-macro to n.
8806 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
8807 (kmacro-end-and-call-macro): Doc fix.
8808
8809 2004-09-09 Lars Hansen <larsh@math.ku.dk>
8810
8811 * desktop.el (desktop-clear-preserve-buffers):
8812 Remove make-obsolete-variable.
8813
8814 2004-09-08 Richard M. Stallman <rms@gnu.org>
8815
8816 * buff-menu.el (list-buffers-noselect): Call format-mode-line
8817 with the buffer as argument.
8818
8819 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
8822
8823 2004-09-08 Juri Linkov <juri@jurta.org>
8824
8825 * replace.el (perform-replace): Use `query-replace-descr'.
8826
8827 * cus-start.el (history-delete-duplicates): Specify customization.
8828
8829 * diff-mode.el (diff-mode-map):
8830 * progmodes/compile.el (compilation-mode-map):
8831 * progmodes/grep.el (grep-mode-map):
8832 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
8833 to `next-error-follow-minor-mode'.
8834
8835 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8836
8837 * isearch.el (isearch-lazy-highlight-update): Take into account
8838 the case of zero-length match at the search bound.
8839
8840 2004-09-08 Kim F. Storm <storm@cua.dk>
8841
8842 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
8843 change. Use zero width overlays when necessary.
8844
8845 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8846
8847 * subr.el (split-string): Docfix.
8848
8849 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8850
8851 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
8852 (display-call-tree): Ensure newline after caller/calls blocks.
8853
8854 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8855
8856 * startup.el (command-line-1): Make option
8857 --directory/-L modify `load-path' straight away.
8858
8859 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8860
8861 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
8862
8863 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8864
8865 * emacs-lisp/autoload.el (make-autoload):
8866 Handle `define-compilation-mode'.
8867
8868 * emacs-lisp/lisp-mode.el (define-compilation-mode):
8869 Specify `doc-string-elt' property.
8870
8871 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8872
8873 * bs.el (bs-mode): Doc fix.
8874
8875 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8876
8877 * info.el (Info-insert-dir): Fix temp buffer leak bug.
8878
8879 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8880
8881 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
8882
8883 2004-09-08 Kenichi Handa <handa@m17n.org>
8884
8885 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
8886 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
8887 ps-mule-next-point -> 1+).
8888
8889 * composite.el (encode-composition-rule): Add autoload cooky.
8890
8891 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8892
8893 * format.el (buffer-auto-save-file-format): Make it permanent local.
8894
8895 2004-09-07 Kim F. Storm <storm@cua.dk>
8896
8897 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
8898 (authors-fixed-entries): Fix typo.
8899 (authors-canonical-author-name): Compact multiple spaces.
8900 Ignore trivial names (e.g. only first name).
8901
8902 * term.el (term-window-width): Only use full window width on
8903 window system if overflow-newline-into-fringe is enabled.
8904 (term-mode): Don't disable overflow-newline-into-fringe.
8905
8906 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
8909 motion as seen on my Mac OS X xterms.
8910
8911 * newcomment.el (uncomment-region-default, comment-region-default):
8912 New functions extracted from uncomment-region and comment-region.
8913 (comment-region, comment-region-function, uncomment-region)
8914 (uncomment-region-function): Use them.
8915
8916 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
8917
8918 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
8919 It's not crucial but can make sense at times.
8920
8921 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
8922 the first commit.
8923
8924 * vc.el (vc-buffer-context, vc-restore-buffer-context):
8925 Disable obsolete code.
8926
8927 2004-09-07 Juri Linkov <juri@jurta.org>
8928
8929 * progmodes/grep.el (grep-highlight-matches): Change default from
8930 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
8931 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
8932 if grep option `--color' is available, or to `nil' otherwise.
8933 (grep-process-setup): Call `grep-compute-defaults' if
8934 `grep-highlight-matches' is not computed. Set env-vars only
8935 if `grep-highlight-matches' is `t'.
8936 (grep-use-null-device): Remove redundant type `boolean' (`choice'
8937 is already defined).
8938
8939 * progmodes/compile.el (compilation-start): Use copy of
8940 `process-environment' created by `copy-sequence' to not
8941 modify env-vars in the global `process-environment'.
8942
8943 2004-09-06 Eli Zaretskii <eliz@gnu.org>
8944
8945 * simple.el (next-error-follow-minor-mode): Fix last change.
8946
8947 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
8948
8949 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
8950 permanent local.
8951
8952 2004-09-04 Richard M. Stallman <rms@gnu.org>
8953
8954 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
8955 highlighting if the search string is empty.
8956
8957 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
8958
8959 * facemenu.el (facemenu-active-faces): Change condition of inner
8960 `while' loop to also check the first two elements of `face-atts'
8961 and `mask-atts'.
8962
8963 2004-09-04 John Paul Wallington <jpw@gnu.org>
8964
8965 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
8966 (thumbs-view-image-mode): Make buffer read-only.
8967
8968 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
8969
8970 * textmodes/ispell.el (ispell-really-aspell): New defvar.
8971 (ispell-check-version): Set it.
8972 (ispell-send-replacement): New function.
8973 (ispell-process-line): Call ispell-send-replacement.
8974
8975 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8976
8977 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
8978 Support choosing seconds with "s".
8979
8980 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
8981
8982 * terminal.el (te-escape): Show `?' in prompt for help key.
8983
8984 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
8985
8986 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
8987
8988 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8989
8990 * simple.el (next-error-follow-minor-mode)
8991 (next-error-follow-mode-post-command-hook): New functions.
8992 (next-error-follow-last-line): New defvar.
8993
8994 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
8995 * progmodes/compile.el (compilation-mode-map): Likewise.
8996 * progmodes/grep.el (grep-mode-map): Likewise.
8997 * replace.el (occur-mode-map): Likewise.
8998
8999 * newcomment.el (uncomment-region): Bind comment-use-global-state
9000 to nil.
9001
9002 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
9003
9004 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
9005 locally around the call to `revert-buffer'.
9006
9007 2004-09-03 Juri Linkov <juri@jurta.org>
9008
9009 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
9010 `isearch-adjusted' to `t'.
9011 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
9012 (isearch-message-prefix): Add "pending" for isearch-adjusted.
9013 (isearch-other-meta-char): Restore isearch-point unconditionally.
9014 (isearch-query-replace): Add new arg `regexp-flag' and use it.
9015 Set point to start of match if region is not active in transient
9016 mark mode (to include the current match to region boundaries).
9017 Push the search string to `query-replace-from-history-variable'.
9018 Add prompt "Query replace regexp" for isearch-regexp.
9019 Add region beginning/end as last arguments of `perform-replace.'
9020 (isearch-query-replace-regexp): Replace code by the call to
9021 `isearch-query-replace' with arg `t'.
9022
9023 2004-09-03 Richard M. Stallman <rms@gnu.org>
9024
9025 * startup.el (normal-top-level): Undo previous TERM change.
9026
9027 2004-09-03 Kim F. Storm <storm@cua.dk>
9028
9029 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
9030 highlight overlays; allow using RET when cursor is over a button.
9031 (cua--highlight-rectangle): Use it.
9032 (cua--rectangle-set-corners): Don't move backwards at eol.
9033 (cua--forward-line): Don't move into void after eob.
9034
9035 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
9036 point is set (and displayed) inside rectangle.
9037 (cua--rectangle-operation): Fix for highlight of empty lines.
9038 (cua--highlight-rectangle): Fix highlight for tabs.
9039 Position cursor at left/right edge of rectangle using new `cursor'
9040 property on overlay strings.
9041 (cua--indent-rectangle): Don't tabify.
9042 (cua-rotate-rectangle): Ignore that point has moved.
9043
9044 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9045
9046 * term/mac-win.el: Add ASCII equivalents for some function keys.
9047 (mode-line-frame-identification): Sync with x-win.el.
9048
9049 2004-09-02 Juri Linkov <juri@jurta.org>
9050
9051 * progmodes/compile.el (compilation-buffer-name): Compare major
9052 mode with second element of compilation-arguments instead of third
9053 to reflect latest changes in compilation-arguments structure.
9054 (recompile): Use global variable `compilation-directory' to get
9055 recent compilation directory only when `recompile' is invoked NOT
9056 in the compilation buffer. Otherwise, use `default-directory' of
9057 the compilation buffer.
9058 (compilation-error-properties): Allow to funcall col and end-col.
9059 (compilation-mode-font-lock-keywords): Check col and end-col by
9060 `integerp'.
9061 (compilation-goto-locus): If end-mk is non-nil in transient mark
9062 mode don't activate the mark (and don't display message in
9063 push-mark), but highlight overlay between mk and end-mk.
9064
9065 * progmodes/grep.el (grep-highlight-matches): New defcustom.
9066 (grep-regexp-alist): Add rule to highlight grep matches.
9067 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
9068
9069 * info.el (Info-fontify-node): Don't compute other-tag
9070 if Info-hide-note-references=hide.
9071
9072 * help.el (function-called-at-point):
9073 * help-fns.el (variable-at-point):
9074 Try `find-tag-default' when other methods failed.
9075
9076 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9077 Do not push mark if inhibit-mark-movement is non-nil.
9078
9079 * textmodes/ispell.el (ispell-html-skip-alists):
9080 Fix backslashes in docstring.
9081
9082 2004-09-01 Juri Linkov <juri@jurta.org>
9083
9084 * isearch.el (isearch-wrap-function)
9085 (isearch-push-state-function): New defvars.
9086 (isearch-pop-fun-state): New defsubst.
9087 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
9088 (isearch-push-state): Set the result of calling
9089 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
9090 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
9091 restore the mode-specific starting point of terminated search.
9092 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
9093 (isearch-repeat): Call `isearch-wrap-function' if defined.
9094 (isearch-message-prefix): Don't add prefix "over" to the message
9095 for wrapped search if `isearch-wrap-function' is defined.
9096 (isearch-search): Call function saved in `isearch-pop-fun-state' to
9097 restore the mode-specific starting point of failed search.
9098
9099 * info.el (Info-search-whitespace-regexp): Fix backslashes.
9100 (Info-search): Add new optional arguments for the sake of isearch.
9101 Replace whitespace in Info-search-whitespace-regexp literally.
9102 Add backward search. Don't call `Info-select-node' if regexp is
9103 found in the same Info node. Don't add node to Info-history for
9104 wrapped isearch.
9105 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
9106 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
9107 (Info-mode): Set local variables `isearch-search-fun-function',
9108 `isearch-wrap-function', `isearch-push-state-function',
9109 `search-whitespace-regexp'.
9110
9111 * isearch.el: Remove ancient Change Log section.
9112 (isearch-string, isearch-message-string, isearch-point)
9113 (isearch-success, isearch-forward-flag, isearch-other-end)
9114 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9115 (isearch-barrier, isearch-within-brackets)
9116 (isearch-case-fold-search): Add suffix `-state' to state-related
9117 defsubsts to avoid name clashes with other function names.
9118
9119 * simple.el (next-error): New defgroup and defface.
9120 (next-error-highlight, next-error-highlight-no-select):
9121 New defcustoms.
9122 (next-error-no-select): Let-bind next-error-highlight to the value
9123 of next-error-highlight-no-select before calling `next-error'.
9124
9125 * progmodes/compile.el (compilation-goto-locus):
9126 Use `next-error' face instead of `region'. Set 4-th argument of
9127 `move-overlay' to `current-buffer' to move overlay to different
9128 source buffers. Use new variable `next-error-highlight'.
9129
9130 * simple.el (next-error-find-buffer): Move the rule
9131 "if current buffer is a next-error capable buffer" after the
9132 rule "if next-error-last-buffer is set to a live buffer".
9133 Simplify to test all rules in one `or'.
9134 (next-error): Doc fix.
9135 (next-error, previous-error, first-error)
9136 (next-error-no-select, previous-error-no-select):
9137 Make arguments optional.
9138
9139 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9140
9141 * macros.el (apply-macro-to-region-lines): Make it operate on all
9142 lines that begin in the region, rather than on all complete lines
9143 in the region.
9144
9145 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9146
9147 * x-dnd.el (x-dnd-protocol-alist): Document update.
9148 (x-dnd-known-types): Defcustom it.
9149 (x-dnd-handle-motif): Print message-atom in error message.
9150
9151 2004-08-30 John Paul Wallington <jpw@gnu.org>
9152
9153 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
9154 strings rather than programatically constructing message.
9155
9156 2004-08-30 Richard M. Stallman <rms@gnu.org>
9157
9158 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
9159 Don't return a string that would read as the wrong character code.
9160
9161 2004-08-29 Kim F. Storm <storm@cua.dk>
9162
9163 * emulation/cua-base.el (cua-auto-expand-rectangles):
9164 Remove automatic rectangle padding feature; replace by non-destructive
9165 virtual rectangle edges feature.
9166 (cua-virtual-rectangle-edges): New defcustom.
9167 (cua-auto-tabify-rectangles): New defcustom.
9168 (cua-paste): If paste into a marked rectangle, insert rectangle at
9169 current column, even if virtual; also paste exactly as many lines
9170 as has been marked (ignore additional lines or add empty lines),
9171 but paste whole source if only one line is marked.
9172 (cua--update-indications): No longer use overwrite-cursor to
9173 indicate rectangle padding
9174
9175 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
9176 (cua--rectangle-virtual-edges): New defun.
9177 (cua--rectangle-get-corners): Remove optional PAD arg.
9178 (cua--rectangle-set-corners): Never do padding.
9179 (cua--forward-line): Remove optional PAD arg. Simplify.
9180 (cua-resize-rectangle-right, cua-resize-rectangle-left)
9181 (cua-resize-rectangle-down, cua-resize-rectangle-up):
9182 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
9183 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
9184 (cua--rectangle-move): Never do padding. Simplify.
9185 (cua--tabify-start): New defun.
9186 (cua--rectangle-operation): Add tabify arg. All callers changed.
9187 (cua--pad-rectangle): Remove.
9188 (cua--delete-rectangle): Handle delete with virtual edges.
9189 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
9190 (cua--insert-rectangle): Handle insert at virtual column.
9191 Perform auto-tabify if necessary.
9192 (cua--activate-rectangle): Remove optional FORCE arg.
9193 Never do padding. Simplify.
9194 (cua--highlight-rectangle): Enhance for virtual edges.
9195 (cua-toggle-rectangle-padding): Remove command.
9196 (cua-toggle-rectangle-virtual-edges): New command.
9197 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
9198 (cua--rectangle-post-command): Don't force rectangle padding.
9199 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
9200
9201 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
9202
9203 * indent.el (edit-tab-stops-buffer): Doc fix.
9204
9205 2004-08-28 Richard M. Stallman <rms@gnu.org>
9206
9207 * progmodes/grep.el (grep-default-command): Use find-tag-default.
9208 (grep-tag-default): Function deleted.
9209
9210 * subr.el (find-tag-default): Move from etags.el.
9211
9212 * progmodes/etags.el (find-tag-default): Move to subr.el.
9213
9214 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
9215 into the basic character if it has an uppercase form.
9216
9217 2004-08-27 Kenichi Handa <handa@m17n.org>
9218
9219 * international/utf-8.el (utf-8-post-read-conversion): If the
9220 buffer is unibyte, temporarily make it multibyte.
9221
9222 2004-08-27 Masatake YAMATO <jet@gyve.org>
9223
9224 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
9225
9226 2004-08-25 John Paul Wallington <jpw@gnu.org>
9227
9228 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
9229 0, 1, and many mismatches in message.
9230 (tex-start-shell): Use `set-process-query-on-exit-flag'.
9231
9232 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
9233 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
9234
9235 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
9238 vc-diff-switches differently.
9239
9240 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9241
9242 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
9243 before and a real defvar after
9244 `speedbar-supported-extension-expressions'. This is to silence
9245 the compiler without breaking bootstrapping.
9246
9247 2004-08-22 Richard M. Stallman <rms@gnu.org>
9248
9249 * textmodes/flyspell.el (flyspell-word):
9250 Use set-process-query-on-exit-flag.
9251 (flyspell-highlight-duplicate-region): Take POSS as arg.
9252 (flyspell-word): Pass POSS as arg.
9253
9254 * progmodes/ada-xref.el: Many doc and style fixes.
9255 (ada-find-any-references): Use compilation-start.
9256 (ada-get-ali-file-name): Improve error msg.
9257 (ada-get-ada-file-name): Likewise.
9258
9259 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
9260 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
9261
9262 * mail/mail-extr.el (mail-extr-all-top-level-domains):
9263 Add forward defvar.
9264
9265 * whitespace.el (global-whitespace-mode): New alias
9266 for whitespace-global-mode.
9267
9268 * speedbar.el (speedbar-file-regexp): Move definition up.
9269 (speedbar-mode, speedbar-set-mode-line-format):
9270 Use with-no-warnings.
9271 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
9272
9273 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
9274 controls whether to display the error buffer.
9275
9276 * ps-mule.el: Delete compatibility code for old Emacses.
9277 (ps-mule-find-wrappoint): Don't use chars-in-region.
9278
9279 * frame.el (display-mouse-p, display-selections-p):
9280 Use with-no-warnings.
9281
9282 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
9283
9284 2004-08-22 David Kastrup <dak@gnu.org>
9285
9286 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
9287 information.
9288
9289 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
9290
9291 2004-08-22 Andreas Schwab <schwab@suse.de>
9292
9293 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
9294
9295 2004-08-22 Masatake YAMATO <jet@gyve.org>
9296
9297 * cvs-status.el (cvs-status-checkout): New function.
9298 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
9299
9300 2004-08-21 David Kastrup <dak@gnu.org>
9301
9302 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
9303 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
9304 has been converted to use hashtables, the relation `nil=none' is
9305 no longer valid, as `nil' is not a hashtable. This patch tries to
9306 reduce the number of resulting errors.
9307
9308 2004-08-21 John Paul Wallington <jpw@gnu.org>
9309
9310 * subr.el (process-kill-without-query): Made obsolete in
9311 version 21.4, not 21.5.
9312
9313 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
9314 (vc-previous-comment, vc-next-comment)
9315 (vc-comment-search-reverse, vc-comment-search-forward)
9316 (vc-comment-to-change-log): Likewise.
9317
9318 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
9319
9320 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
9321
9322 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
9323 Correct indentation of DEFMETHODS with non-standard method
9324 combinations (e.g., PROGN, MIN, MAX).
9325
9326 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * startup.el (normal-top-level-add-subdirs-to-load-path):
9329 Avoid unnecessarily checking system-type.
9330 (normal-top-level): Set TERM to "dumb". Simplify.
9331
9332 * avoid.el (mouse-avoidance-ignore-p): New fun.
9333 Also ignore switch-frame, select-window, double, and triple clicks.
9334 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
9335 (mouse-avoidance-fancy-hook): Use it.
9336
9337 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
9338
9339 * avoid.el (mouse-avoidance-nudge-mouse)
9340 (mouse-avoidance-banish-destination): Stay within the current window
9341 to avoid problems with mouse-autoselect-window.
9342
9343 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
9346 the newer format of some messages in cvs-1.12.1.
9347
9348 2004-08-19 Masatake YAMATO <jet@gyve.org>
9349
9350 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
9351 (elp-results-jump-to-definition-by-mouse)
9352 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
9353 (elp-output-result): Use elp-output-insert-symname.
9354
9355 2004-08-18 Kenichi Handa <handa@m17n.org>
9356
9357 * language/cyrillic.el: Register koi8-r in
9358 ctext-non-standard-encodings-alist.
9359 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
9360
9361 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * emacs-lisp/copyright.el (copyright-update-year): Delete code
9364 that replaces 20xy with xy.
9365
9366 2004-08-17 John Paul Wallington <jpw@gnu.org>
9367
9368 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9369 (reb-force-update): Doc fix.
9370
9371 2004-08-16 Richard M. Stallman <rms@gnu.org>
9372
9373 * progmodes/which-func.el (which-func-update-1): Doc fix.
9374
9375 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
9376 (sh-mode-abbrev-table): New variable.
9377
9378 * progmodes/compile.el (compilation-mode): Doc fix.
9379
9380 * emacs-lisp/lisp-mode.el (eval-last-sexp):
9381 Don't cons a new symbol each time.
9382 (eval-last-sexp-fake-value): New variable.
9383
9384 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
9385 (copyright-update-year): Detect continuation of list of years.
9386
9387 * term.el (term-default-fg-color, term-default-bg-color)
9388 (ansi-term-color-vector): Use `unspecified', not nil, as default.
9389
9390 * imenu.el: Several doc fixes: don't say variables are buffer-local.
9391
9392 2004-08-16 Davis Herring <herring@lanl.gov>
9393
9394 * isearch.el (isearch-string, isearch-message-string, isearch-point)
9395 (isearch-success, isearch-forward-flag, isearch-other-end)
9396 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9397 (isearch-barrier, isearch-within-brackets)
9398 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
9399
9400 2004-08-16 Kenichi Handa <handa@m17n.org>
9401
9402 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
9403
9404 2004-08-15 Kenichi Handa <handa@m17n.org>
9405
9406 * term/x-win.el (x-selection-value): If utf8 was successful but
9407 ctext was not, use utf8 string.
9408
9409 2004-08-14 Davis Herring <herring@lanl.gov>
9410
9411 * isearch.el: Remove accidental changes of March 4. Fix backing
9412 up when a regexp isearch is made more general. Use symbolic
9413 accessor functions for isearch stack frames to make usage clearer.
9414 (search-whitespace-regexp): Made groups in documentation shy (as
9415 is the group in the default value).
9416 (isearch-fallback): New function, addresses problems with regexps
9417 liberalized by `\|', adds support for liberalization by `\}' (the
9418 general repetition construct), and incorporates behavior for
9419 `*'/`?'.
9420 (isearch-}-char): New command, calls `isearch-fallback' with
9421 arguments appropriate to a typed `}'.
9422 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
9423 appropriately.
9424 (isearch-mode-map): Bind `}' to `isearch-}-char'.
9425 (isearch-string, isearch-message,string, isearch-point)
9426 (isearch-success, isearch-forward-flag, isearch-other-end)
9427 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9428 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
9429 New inline functions to read fields of a stack frame.
9430
9431 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
9432
9433 * battery.el (battery-linux-proc-acpi): Look into battery
9434 directories matching the literal string "CMB", too (required for
9435 Linux kernel version 2.6.7).
9436
9437 2004-08-14 John Paul Wallington <jpw@gnu.org>
9438
9439 * cus-start.el (read-file-name-completion-ignore-case): Add.
9440 (blink-cursor-alist): Change version to "21.4".
9441
9442 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
9443
9444 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
9445
9446 * speedbar.el (speedbar-scan-subdirs): New option.
9447 (speedbar-file-lists): Don't ignore file-name case on Unix and use
9448 dolist.
9449 (speedbar-insert-files-at-point): Take an extra argument and use
9450 it to optionally find out if a subdir is empty. Also unreadable
9451 files don't get expand buttons.
9452 (speedbar-directory): New image (unused pixmap already existed).
9453 (speedbar-expand-image-button-alist): Use it.
9454
9455 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9456
9457 CC Mode update to 5.30.9:
9458
9459 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
9460 Move from cc-vars to cc-defs for dependency reasons. Fix the
9461 POSIX char class test to check that it works in
9462 `skip-chars-(forward|backward)' too.
9463
9464 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9465 first argument starts with a special brace list.
9466
9467 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
9468 when `c-opt-type-concat-key' is used (i.e. in Pike).
9469
9470 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
9471 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
9472 >)".
9473
9474 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
9475 whitespace safe.
9476
9477 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
9478 position for `arglist-intro', `arglist-cont-nonempty' and
9479 `arglist-close' when there are two arglist open parens on the same
9480 line and there's nothing in front of the first.
9481
9482 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
9483 locking of qualified names in Java, which previously could fontify
9484 common indexing expressions in many cases. The standard Java
9485 naming conventions are used to tell them apart.
9486
9487 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
9488 Fix inconsistency wrt opening parens on the first line inside a paren
9489 block.
9490
9491 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
9492 compile time for the sake of `c-major-mode-is'.
9493
9494 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
9495 `c-major-mode-is' in the event that this is used inside a
9496 `c-lang-defconst'.
9497
9498 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
9499 `c-lang-defconst' so that it works better with fallback languages.
9500
9501 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
9502 it to fail to record the base mode.
9503
9504 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9505 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
9506 is used. Reorder the syntax checks to get more efficient
9507 skipping in some situations.
9508
9509 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
9510 continuation which might precede the newly inserted '{'.
9511
9512 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9513 Fix cases where it could loop indefinitely.
9514
9515 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
9516 size specs correctly. Only fontify identifiers in front of '('
9517 with as functions - don't accept any paren char. Tighten up
9518 initializer skipping to stop before function and class blocks.
9519
9520 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9521 the point could be left directly after an open paren when finding
9522 the beginning of the first decl in the block.
9523
9524 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
9525 table when filtering out legitimate open parens to be recorded.
9526 This could cause cache inconsistencies when e.g.
9527 `c++-template-syntax-table' was temporarily in use.
9528
9529 * progmodes/cc-engine.el (c-on-identifier)
9530 (c-simple-skip-symbol-backward): Small fix for handling "-"
9531 correctly in `skip-chars-backward'. Affected the operator lfun
9532 syntax in Pike.
9533
9534 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
9535 Fix bug that could cause an error from `after-change-functions' when
9536 the changed region is at bob.
9537
9538 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
9539
9540 CC Mode update to 5.30.9:
9541
9542 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
9543 to say that <TAB> doesn't insert WS into a CPP line.
9544 (c-indent-command, c-tab-always-indent): Amend doc strings.
9545
9546 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
9547 checks for user errors, thus eliminating cryptic and unhelpful
9548 Emacs error messages. (1) Check the arg to `c-set-style' is a
9549 string. (2) Check that settings to `c-offsets-alist' are not
9550 spuriously quoted.
9551
9552 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
9553 which precedes the newly inserted `{'.
9554
9555 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9556
9557 Sync with Tramp 2.0.44.
9558
9559 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
9560 function "tramp_file_attributes". Otherwise, file names
9561 containing spaces are misinterpreted. Reported by Magnus Henoch
9562 <mange@freemail.hu>.
9563 (tramp-handle-file-truename): FILENAME must be expanded first.
9564 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
9565 obscure results. Reported by D. Goel <deego@gnufans.org>.
9566 (tramp-handle-verify-visited-file-modtime): If file does not
9567 exist, say it is not modified if and only if that agrees with the
9568 buffer's record. Check whether a file is visiting the buffer, or
9569 the buffer has no recorded last modification time. Return t in
9570 case the visiting file doesn't exist. Suggested by Luc Teirlinck
9571 <teirllm@auburn.edu>.
9572 (tramp-handle-write-region): Pass modtime explicitely to
9573 `set-visited-file-modtime', because filename can be different
9574 from (buffer-file-name) if `file-precious-flag' is set.
9575 `set-visited-file-modtime' must be called always when `visit' is t
9576 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
9577 (tramp-handle-set-visited-file-modtime): If `time-list' is not
9578 nil, don't apply the whole body. If the file doesn't exists, set
9579 modtime to '(-1 65535). Suggested by Luc Teirlinck
9580 <teirllm@auburn.edu>.
9581
9582 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
9583
9584 * help.el (describe-bindings): Doc fix.
9585
9586 * subr.el (kbd): Doc fix.
9587
9588 2004-08-08 John Paul Wallington <jpw@gnu.org>
9589
9590 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
9591 instead of `string-to-int'.
9592 (define-ibuffer-column mode): Fix indentation.
9593
9594 2004-08-08 Lars Hansen <larsh@math.ku.dk>
9595
9596 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
9597
9598 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9599
9600 * subr.el (global-unset-key, local-unset-key): Doc fixes.
9601
9602 * novice.el (disabled-command-function): New variable renamed from
9603 `disabled-command-hook'.
9604 (disabled-command-hook): Keep the _variable_ as alias for
9605 `disabled-command-function' and make obsolete.
9606 (disabled-command-function): Function renamed from
9607 `disabled-command-hook'. Adapt code to name change of the variable.
9608
9609 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
9610
9611 * simple.el (completion-root-regexp): New defvar.
9612 (completion-setup-function): Use it instead of a literal string.
9613
9614 2004-08-07 John Paul Wallington <jpw@gnu.org>
9615
9616 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
9617 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
9618 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
9619 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
9620
9621 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9622
9623 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
9624 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
9625
9626 2004-08-04 Kenichi Handa <handa@m17n.org>
9627
9628 * international/encoded-kb.el (encoded-kbd-setup-keymap):
9629 Fix previous change.
9630
9631 2004-08-03 Kenichi Handa <handa@m17n.org>
9632
9633 * international/encoded-kb.el: The following changes are to
9634 utilize key-translation-map instead of minor mode map.
9635 (encoded-kbd-iso2022-non-ascii-map): Delete it.
9636 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
9637 (encoded-kbd-last-key): New function.
9638 (encoded-kbd-iso2022-single-shift): New function.
9639 (encoded-kbd-iso2022-designation)
9640 (encoded-kbd-self-insert-iso2022-7bit)
9641 (encoded-kbd-self-insert-iso2022-8bit)
9642 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
9643 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
9644 key-translation-map.
9645 (encoded-kbd-setup-keymap): Setup key-translation-map.
9646 (saved-key-translation-map): New variable.
9647 (encoded-kbd-mode): Save/restore key-translation-map.
9648 Adjust for the change of encoded-kbd-setup-keymap.
9649
9650 2004-08-02 Kim F. Storm <storm@cua.dk>
9651
9652 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
9653 and call compute-motion with nil for topos and width to get proper
9654 usable width and height for both window and non-window systems.
9655
9656 * windmove.el (windmove-coordinates-of-position): Let compute-motion
9657 calculate usable window width and height.
9658
9659 * window.el (window-buffer-height): Call compute-motion with nil width.
9660
9661 2004-08-01 David Kastrup <dak@gnu.org>
9662
9663 * replace.el (query-replace-read-from):
9664 Use `query-replace-compile-replacement'.
9665 (query-replace-compile-replacement): New function.
9666 (query-replace-read-to): Use `query-replace-compile-replacement'
9667 for repeating the last command.
9668
9669 2004-08-01 John Paul Wallington <jpw@gnu.org>
9670
9671 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
9672 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
9673 (pr-switches): Remove period from end of error messages.
9674
9675 * help-mode.el (help-go-back): Likewise.
9676
9677 * abbrev.el (only-global-abbrevs): Doc fix.
9678 (edit-abbrevs-map): Define within defvar.
9679 (quietly-read-abbrev-file): Doc fix.
9680
9681 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
9682
9683 * novice.el (enable-command, disable-command): Doc fixes.
9684
9685 * subr.el (event-modifiers, event-basic-type): Doc fixes.
9686
9687 2004-07-30 Richard M. Stallman <rms@gnu.org>
9688
9689 * subr.el (with-local-quit): Doc fix.
9690
9691 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
9692
9693 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
9694
9695 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
9696
9697 * custom.el (defcustom): Doc fix.
9698
9699 2004-07-28 Masatake YAMATO <jet@gyve.org>
9700
9701 * progmodes/etags.el (etags-tags-apropos): Show building progress.
9702
9703 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * imenu.el (imenu-prev-index-position-function)
9706 (imenu-extract-index-name-function, imenu-name-lookup-function)
9707 (imenu--index-alist): Docstring redundancy fix.
9708
9709 2004-07-25 Lars Hansen <larsh@math.ku.dk>
9710
9711 * wdired.el (wdired-finish-edit): Require dired-aux before locally
9712 binding dired-backup-overwrite.
9713
9714 2004-07-25 John Paul Wallington <jpw@gnu.org>
9715
9716 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
9717
9718 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9719
9720 * term/tty-colors.el (tty-color-approximate): Doc fix.
9721
9722 * select.el (x-get-selection, x-set-selection): Doc fixes.
9723
9724 * frame.el (make-frame): Doc fix.
9725
9726 2004-07-24 Richard M. Stallman <rms@gnu.org>
9727
9728 * mail/rmail.el (rmail-mime-charset-pattern):
9729 Don't include semicolon in the charset value.
9730
9731 * replace.el (occur-next-error): Call set-window-point.
9732 (occur-engine): Handle negative NLINES.
9733
9734 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
9735
9736 * frame.el (modify-all-frames-parameters): Minor doc fix.
9737 (set-frame-configuration): Doc fix.
9738
9739 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9740
9741 * simple.el (completion-setup-function): Compute the common parts
9742 and the first difference place correctly when
9743 partial-completion-mode is on.
9744
9745 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9746
9747 * ps-print.el: Doc fix.
9748 (ps-print-version): New version 6.6.5.
9749 (ps-printing-region): Doc fix.
9750 (ps-generate-string-list): Comment fix.
9751 (ps-message-log-max): Code fix.
9752
9753 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9754
9755 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
9756 generated PostScript.
9757
9758 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
9759
9760 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
9761 with Gnus v5_10 branch.)
9762
9763 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9764
9765 * calendar/time-date.el (time-to-number-of-days): New function.
9766 Imported from from Gnus.
9767
9768 2004-07-22 Kim F. Storm <storm@cua.dk>
9769
9770 * progmodes/make-mode.el: Fix comments.
9771
9772 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9773
9774 * printing.el: Doc fix.
9775
9776 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
9777
9778 * frame.el (modify-all-frames-parameters): Minor doc fix.
9779
9780 2004-07-20 Richard M. Stallman <rms@gnu.org>
9781
9782 * textmodes/fill.el (fill-nobreak-p): If this break point is
9783 at the end of the line, don't consider the newline which follows
9784 as a reason to return t.
9785
9786 2004-07-19 John Paul Wallington <jpw@gnu.org>
9787
9788 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
9789
9790 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9791
9792 * dired-aux.el (dired-do-kill-lines): Expand docstring.
9793 Delete irrelevant code.
9794
9795 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9796
9797 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9798 New docstring. From Luc Teirlinck.
9799
9800 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
9801
9802 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
9803 section.
9804 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
9805 non-file buffers. We know it is nil.
9806
9807 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9808
9809 Sync with Tramp 2.0.43.
9810
9811 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9812 Remove outdated comment.
9813 (tramp-locked, tramp-locker): New variables for implementing a
9814 global lock.
9815 (tramp-sh-file-name-handler): Use them to implement the global lock.
9816
9817 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
9818
9819 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
9820 calls to respective `xxx` calls.
9821 (tramp-process-alive-regexp): Precise doc string.
9822 (tramp-multi-action-process-alive): New defun.
9823 (tramp-multi-actions): Use it.
9824 (tramp-handle-find-backup-file-name): `copy-tree' is available
9825 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
9826 in order to avoid this function.
9827 (tramp-handle-write-region): Set current buffer. If connection
9828 wasn't open, `file-modes' has changed it accidently. Reported by
9829 David Kastrup <dak@gnu.org>.
9830 (tramp-enter-password, tramp-read-passwd): New arguments USER and
9831 HOST.
9832 (tramp-action-password, tramp-multi-action-password): Apply it.
9833 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
9834 name must still contain the port number. Otherwise, we have two
9835 Tramp buffers, with all the confusion. Reported by Myron Selby
9836 <myron@xytech.com> and Rolf Dubitzky
9837 <Dubitzky@physi.uni-heidelberg.de>.
9838
9839 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
9840 HOST to `tramp-enter-passwd'.
9841
9842 * net/tramp-vc.el (all): Code cleanup. Change all
9843 `tramp-handle-xxx' calls to respective `xxx` calls.
9844
9845 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
9846
9847 * emacs-lisp/testcover.el: New category "potentially-1valued" for
9848 functions that are not erroneous if either 1-valued or
9849 multi-valued. Detect functions in this class.
9850 (testcover-1value-functions, testcover-compose-functions)
9851 (testcover-progn-functions) Add some additional functions to lists.
9852 (testcover-mark): Bugfix when marking up the definition for an
9853 empty function.
9854
9855 2004-07-17 Richard M. Stallman <rms@gnu.org>
9856
9857 * replace.el (occur-read-primary-args): Pass default to
9858 read-from-minibuffer.
9859
9860 * mail/footnote.el (footnote-section-tag): Use defcustom.
9861
9862 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
9863 Compile font-lock-keywords, not KEYWORDS.
9864 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
9865 Add warn, check-type. Handle cerror like error.
9866
9867 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9868
9869 * progmodes/which-func.el (which-func-keymap): New var.
9870 (which-func-face): New face.
9871 (which-func-format): Use them.
9872
9873 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9874
9875 * buff-menu.el (list-buffers-noselect): Append the buffer's
9876 process status to its mode name.
9877
9878 2004-07-16 Kim F. Storm <storm@cua.dk>
9879
9880 * simple.el (inhibit-mark-movement): New defvar.
9881 (beginning-of-buffer, end-of-buffer): Do not push mark if
9882 inhibit-mark-movement is non-nil or C-u prefix is given.
9883
9884 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
9885 Init to beginning-of-buffer and end-of-buffer.
9886 (cua--undo-push-mark): New defvar.
9887 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
9888 already active and command is in cua--preserve-mark-commands.
9889 Also fix check for shift modifier on non-window systems.
9890 (cua--post-command-handler): Clear inhibit-mark-movement if set.
9891
9892 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9893
9894 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
9895 of two integers, instead of a cons.
9896
9897 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9898 `visited-file-modtime' now returns a list of two integers, instead
9899 of a cons.
9900
9901 * dired.el (dired-directory-changed-p): Ditto.
9902
9903 * progmodes/grep.el (grep): Doc fix.
9904
9905 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9906
9907 * autorevert.el (auto-revert-tail-mode)
9908 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
9909 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
9910 in both at the same time.
9911 (auto-revert-tail-mode): New command.
9912 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
9913 (auto-revert-handler): Revert only either tail or whole file.
9914
9915 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
9916 add auto-revert-tail-mode.
9917
9918 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9919
9920 * printing.el: Doc fix. Change name of some funs.
9921 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
9922 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
9923 (pr-standard-file-name): New fun. Replace pr-standard-path.
9924 (pr-call-process): Code fix.
9925
9926 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
9927
9928 * subr.el (with-selected-window): Doc fix.
9929
9930 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
9931
9932 * subr.el (get-buffer-window-list): Doc fix.
9933
9934 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
9935
9936 * files.el (switch-to-buffer-other-window): Doc fix.
9937
9938 * window.el (save-selected-window, one-window-p)
9939 (split-window-keep-point, split-window-vertically)
9940 (split-window-horizontally): Doc fixes.
9941
9942 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9943
9944 * printing.el: Doc fix. Now it uses call-process instead of
9945 shell-command for low command execution.
9946 (pr-version): New version number (6.8).
9947 (pr-shell-file-name): Option removed.
9948 (pr-shell-command): Fun removed.
9949 (pr-call-process): New fun. Replace pr-shell-command.
9950 (pr-standard-path, pr-remove-nil-from-list): New funs.
9951 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
9952 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
9953 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
9954 (pr-ps-utility-process, pr-txt-print): Code fix.
9955
9956 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9957
9958 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
9959 boolean.
9960
9961 2004-07-09 Lars Hansen <larsh@math.ku.dk>
9962
9963 * wid-edit.el (widget-field-buffer): Doc fix.
9964
9965 2004-07-09 John Paul Wallington <jpw@gnu.org>
9966
9967 * emacs-lisp/re-builder.el (reb-update-overlays):
9968 Distinguish between one and several matches in message.
9969
9970 2004-07-09 Richard M. Stallman <rms@gnu.org>
9971
9972 * mouse.el (mouse-set-region-1): If transient-mark-mode
9973 is `identity', change it to `only'.
9974
9975 * simple.el (current-word): Doc fix.
9976
9977 2004-07-09 Mark A. Hershberger <mah@everybody.org>
9978
9979 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
9980 so that it is more understanding of whitespace.
9981
9982 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
9983 (("ns" . "element") (attr-list) children) instead of
9984 ((:ns . "element") (attr-list) children) in order to reduce the
9985 number of symbols used.
9986 (xml-skip-dtd): Change to use xml-parse-dtd but set
9987 xml-validating-parsing to nil.
9988 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
9989 (xml-substitute-entity): Remove in favor of new entity substitution.
9990 (xml-substitute-special): Rewrite in to substitute complex
9991 entities from DOCTYPE declarations.
9992 (xml-parse-fragment): Parse fragments from entity deleclarations.
9993 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
9994 (xml-parse-dtd, xml-substitute-special): Make validity checks
9995 conditioned on xml-validating-parser. Add "Not Well Formed" to
9996 error messages about well-formedness.
9997
9998 2004-07-08 Steven Tamm <steventamm@mac.com>
9999
10000 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
10001 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
10002 Do not treat double clicks and triple clicks specially in the
10003 scroll bar (preventing strange repositioning problems)
10004
10005 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * replace.el (query-replace-regexp-eval): Fix last change.
10008
10009 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * replace.el (query-replace-descr): New fun.
10012 (query-replace-read-from, query-replace-read-args): Default to the
10013 previous from&to.
10014 (query-replace-read-to): Quote the `from' string when displaying it.
10015 (query-replace-regexp-eval): Immediately check read-only status.
10016 Use query-replace-read-from to get the \n checking.
10017 Quote the `from' string when displaying it.
10018 (map-query-replace-regexp, occur-read-primary-args):
10019 Quote the `from' string when displaying it.
10020
10021 * isearch.el (isearch-query-replace): Pass the regexp-ness and
10022 delimited-ness of the search to query-replace.
10023
10024 * replace.el (query-replace-read-from, query-replace-read-to):
10025 New funs extracted from query-replace-read-args.
10026 (query-replace-read-args): Use them.
10027
10028 * replace.el (query-replace-interactive, query-replace-read-args):
10029 Remove the `initial' special value.
10030 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
10031 (occur-engine): Remove unused var `matchend'.
10032
10033 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
10034 Use the search string without prompting.
10035
10036 2004-07-05 Kenichi Handa <handa@m17n.org>
10037
10038 * international/mule.el (decode-coding-inserted-region):
10039 Set last-coding-system-used only when coding is nil.
10040
10041 2004-07-03 Eli Zaretskii <eliz@gnu.org>
10042
10043 * progmodes/grep.el (grep-compute-defaults, grep-command)
10044 (grep-program, find-program, grep-find-use-xargs, grep-history)
10045 (grep-find-history, grep-tag-default, grep-find-command)
10046 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
10047 Add autoload cookies, for unbundled packages that load `compile'
10048 and expect all grep-related symbols to become defined.
10049
10050 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
10051
10052 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
10053 (iimage-mode-image-search-path): New user option to search the
10054 image file.
10055 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
10056 have locate-file.
10057 (iimage-mode-buffer): Use it.
10058
10059 2004-07-03 Nick Roberts <nickrob@gnu.org>
10060
10061 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
10062 carefully.
10063 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
10064
10065 2004-07-03 Juri Linkov <juri@jurta.org>
10066
10067 * replace.el (query-replace-read-args): Swallow space after 'foo,
10068 not after (quote foo). Match space only immediately after symbol,
10069 not anywhere in the whole string.
10070
10071 2004-07-02 Richard M. Stallman <rms@gnu.org>
10072
10073 * replace.el (query-replace-read-args): Swallow space after
10074 symbols, not after closeparens. But avoid error if string ends there.
10075
10076 * progmodes/python.el (python-beginning-of-statement):
10077 Exit the loop if backward-up-list gets error.
10078
10079 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
10080
10081 2004-07-02 Andre Spiegel <spiegel@gnu.org>
10082
10083 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
10084 only if vc-consult-headers is non-nil.
10085
10086 2004-07-02 Juri Linkov <juri@jurta.org>
10087
10088 * pcvs.el (cvs-mode-diff-repository): New command.
10089
10090 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
10091
10092 2004-07-01 Juri Linkov <juri@jurta.org>
10093
10094 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
10095 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
10096 C-M-% to isearch-query-replace-regexp.
10097 (minibuffer-local-isearch-map): Add arrow key bindings.
10098 Bind C-f to isearch-yank-char-in-minibuffer.
10099 (isearch-forward): Doc fix.
10100 (isearch-edit-string): Doc fix.
10101 (isearch-query-replace, isearch-query-replace-regexp): New funs.
10102 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
10103 (isearch-yank-char): Add optional arg.
10104 (isearch-yank-char-in-minibuffer): New fun.
10105
10106 * replace.el (query-replace-interactive): Change type from boolean
10107 to choice. Add value `initial'.
10108 (query-replace-read-args): Handle value `initial' of
10109 query-replace-interactive.
10110
10111 2004-06-29 Kim F. Storm <storm@cua.dk>
10112
10113 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
10114 (breakpoint-disabled-bitmap-face): Add :group 'gud.
10115
10116 * progmodes/ada-xref.el (ada-tight-gvd-integration):
10117 Add :group 'ada.
10118
10119 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
10120
10121 2004-06-29 Juri Linkov <juri@jurta.org>
10122
10123 * replace.el (query-replace-read-args): Swallow a space after
10124 everything except )]" which in most cases means after a symbol.
10125
10126 * emacs-lisp/pp.el (pp-buffer): Add autoload.
10127
10128 2004-06-28 Richard M. Stallman <rms@gnu.org>
10129
10130 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
10131 More changes to go with previous change in font-lock.el.
10132
10133 2004-06-26 David Kastrup <dak@gnu.org>
10134
10135 * replace.el (perform-replace): Highlight the match even in
10136 non-query mode if there is potential replace string editing.
10137
10138 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
10139
10140 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
10141 agree with new return value of `file-remote-p'.
10142 This syncs with Tramp 2.0.42.
10143
10144 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
10145 according to new documentation of `file-remote-p'.
10146
10147 * files.el (file-remote-p): Fix doc to say that return value is
10148 identification of remote system, if not nil.
10149 (file-relative-name): Use new return value of `file-remote-p'.
10150
10151 2004-06-26 Nick Roberts <nickrob@gnu.org>
10152
10153 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
10154 (gdb-goto-breakpoint): Fix breakage.
10155
10156 2004-06-26 Eli Zaretskii <eliz@gnu.org>
10157
10158 * man.el (Man-getpage-in-background): Add windows-nt to the list
10159 of systems where shell-file-name should be used instead of
10160 literal "sh".
10161
10162 2004-06-25 Sam Steingold <sds@gnu.org>
10163
10164 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
10165 function names `(setf symbol)'.
10166
10167 2004-06-24 Richard M. Stallman <rms@gnu.org>
10168
10169 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
10170
10171 * font-lock.el (font-lock-keywords): Change format of compiled values.
10172 Document it.
10173 (font-lock-add-keywords): If font-lock-keywords is compiled,
10174 extract the uncompiled version, modify, then recompile.
10175 (font-lock-remove-keywords): Likewise.
10176 (font-lock-fontify-keywords-region): Handle changed format.
10177 (font-lock-compile-keywords): Handle changed format.
10178 (font-lock-set-defaults): Compile the keywords explicitly here.
10179
10180 2004-06-24 David Kastrup <dak@gnu.org>
10181
10182 * replace.el (query-replace-read-args): Implement `\,' and `\#'
10183 replacements here.
10184 (query-replace-regexp): Doc string explaining this and the new
10185 `\?' replacement. Remove `\,' and `\#' implementation here, as it
10186 is better placed in `query-replace-read-args'.
10187 (replace-regexp): Explain `\,', `\#' and `\?'.
10188 (replace-match-data): New function for thorough reuse/destruction
10189 of old match-data.
10190 (replace-match-maybe-edit): Function for implementing `\?' editing.
10191 (perform-replace): Fix maintaining of the match stack including
10192 already matched regions, implement `\?', fix various problems
10193 with regions while editing and other stuff.
10194 (replace-highlight): Simplify.
10195
10196 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
10197
10198 * progmodes/grep.el (grep-error-screen-columns): New variable.
10199 (grep-regexp-alist): Give it the full functionality of gnu style
10200 compilation messages with line and column ranges. Ask me for the
10201 perl script I'm working on, that uses these.
10202
10203 2004-06-23 Nick Roberts <nickrob@gnu.org>
10204
10205 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
10206 Remove.
10207 (comint-insert-input, comint-mouse-insert-input): New functions
10208 based on comint-insert-clicked-input for two bindings but just
10209 one functionality.
10210
10211 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10212
10213 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
10214
10215 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10216
10217 * files.el (write-contents-functions): Doc fix.
10218
10219 2004-06-21 Juanma Barranquero <lektu@terra.es>
10220
10221 * image.el (image-library-alist): Rewrite docstring in active voice.
10222
10223 2004-06-20 Richard M. Stallman <rms@gnu.org>
10224
10225 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
10226
10227 * isearch.el (isearch-repeat): Avoid testing old match data.
10228 (isearch-message): Display trailing space in special font
10229 when search is failing.
10230 (isearch-search-fun-function): Doc fix.
10231
10232 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
10233
10234 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
10235
10236 * frame.el (show-trailing-whitespace): Doc fix.
10237
10238 * cus-edit.el (custom-variable-documentation): New function.
10239 (custom-variable): Use it.
10240
10241 2004-06-19 Nick Roberts <nickrob@gnu.org>
10242
10243 * man.el (Man-getpage-in-background): Revert previous change but
10244 make cygwin a special case.
10245
10246 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
10247
10248 * autorevert.el (global-auto-revert-non-file-buffers):
10249 Update docstring.
10250
10251 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
10252
10253 * progmodes/compile.el (compilation-error-properties): Store one
10254 more than end-col, if present, so that transient-mark-mode will
10255 highlight last char too.
10256 * progmodes/grep.el (grep-regexp-alist): Match columns and column
10257 ranges, if present.
10258
10259 2004-06-18 Jason Rumney <jasonr@gnu.org>
10260
10261 * makefile.w32-in: Double percent signs in for loops.
10262
10263 2004-06-17 David Kastrup <dak@gnu.org>
10264
10265 * replace.el (query-replace-read-args): Only warn about use of \n
10266 and \t when we are doing a regexp replacement and the actual
10267 escaped character is n or t.
10268 (query-replace-regexp): Add \, and \# interpretation to
10269 interactive call and document it.
10270 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
10271 as shortkey for replace-count.
10272 (replace-quote): New function for doubling backslashes.
10273
10274 2004-06-17 Juanma Barranquero <lektu@terra.es>
10275
10276 * files.el (parse-colon-path, cd): Mention in docstring that the
10277 path separator is colon in GNU-like systems.
10278
10279 * newcomment.el (comment-region-internal): Fix docstring.
10280
10281 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
10282 (ewoc-invalidate, ewoc-collect): Doc fixes.
10283 (ewoc--create-node, ewoc--delete-node-internal):
10284 Fix typos in docstring.
10285
10286 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10287
10288 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
10289 manual to docstring.
10290
10291 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10292
10293 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
10294
10295 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10296
10297 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10298 Add hyperlink to emacs-xtra manual to docstring.
10299
10300 * autorevert.el (global-auto-revert-non-file-buffers):
10301 Add hyperlink to emacs-xtra manual to docstring, as well as an
10302 info-link.
10303
10304 2004-06-14 Juanma Barranquero <lektu@terra.es>
10305
10306 * image.el (image-library-alist): New variable to map image types
10307 to external libraries. Initialized to nil, unless system-specific
10308 configs change it.
10309 (image-type-available-p): Determine whether an image type is
10310 available by calling `init-image-library'.
10311
10312 * term/w32-win.el (image-library-alist): Initialize to a known set
10313 of probable library names.
10314
10315 2004-06-14 Kenichi Handa <handa@m17n.org>
10316
10317 * international/code-pages.el (windows-1256, cp1125): Fix tables
10318 for several characters.
10319
10320 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
10321
10322 2004-06-13 Richard M. Stallman <rms@gnu.org>
10323
10324 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
10325
10326 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
10327 not "`pc-selection-mode'".
10328
10329 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
10330
10331 * simple.el (previous-matching-history-element): Specify a default.
10332
10333 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
10334
10335 * cus-face.el (custom-declare-face): Simplify code.
10336
10337 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
10338
10339 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10340
10341 * files.el (before-save-hook): Add `time-stamp' to the options.
10342
10343 * time-stamp.el (time-stamp): Recommend adding it to
10344 `before-save-hook', rather than `write-file-functions'.
10345 Make a similar change in `Commentary' section.
10346
10347 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10348
10349 * diff-mode.el (diff-current-defun): If at start of hunk, use
10350 position of first change.
10351
10352 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10353
10354 * dired-x.el (dired-mark-omitted): Bind to "*O".
10355
10356 2004-06-12 Karl Fogel <kfogel@red-bean.com>
10357
10358 * bookmark.el (bookmark-bmenu-relocate): New function, as
10359 suggested by David J. Biesack <David.Biesack@sas.com>.
10360 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
10361 (bookmark-bmenu-mode): Describe binding in doc string.
10362 (bookmark-set-filename): Save the bookmark list if it's time.
10363
10364 2004-06-13 Kenichi Handa <handa@m17n.org>
10365
10366 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
10367 (ccl-untranslated-to-ucs): Fix typo.
10368
10369 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
10370
10371 * progmodes/python.el (python-open-block-statement-p):
10372 Fix indentation after a block opening that contains a comment.
10373
10374 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
10375
10376 * bindings.el (completion-ignored-extensions): Add file extensions
10377 of Python byte-compiled files.
10378
10379 2004-06-12 Juri Linkov <juri@jurta.org>
10380
10381 * info.el (Info-goto-node): Add autoload.
10382 (Info-toc): Add substring-no-properties on Info file name.
10383 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
10384 (Info-mode-map): Bind L to Info-history, T to Info-toc.
10385
10386 2004-06-12 Kenichi Handa <handa@m17n.org>
10387
10388 * international/mule-cmds.el (set-language-environment):
10389 Load subst tables if necessary.
10390
10391 * international/mule.el (decode-char): Load subst tables if necessary.
10392 (encode-char): Likewise.
10393
10394 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
10395 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
10396 (utf-16le-decode-loop): Set r5 to -1 before loop.
10397 (utf-16be-decode-loop): Likewise.
10398 (ccl-decode-mule-utf-16le): Add EOF processing block.
10399 (ccl-decode-mule-utf-16be): Likewise.
10400 (ccl-decode-mule-utf-16le-with-signature): Likewise.
10401 (ccl-decode-mule-utf-16be-with-signature): Likewise.
10402 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
10403 (ccl-mule-utf-16-encode-untrans): New CCL.
10404 (utf-16-decode-to-ucs): Handle pre-read character.
10405 (utf-16le-encode-loop): Handle surrogate pair.
10406 (utf-16be-encode-loop): Likewise.
10407 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
10408 of utf-16le-encode-loop.
10409 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
10410 of utf-16be-encode-loop.
10411 (mule-utf-16-post-read-conversion):
10412 Call utf-8-post-read-conversion at first.
10413 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
10414 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
10415 Add post-read-conversion and pre-write-conversion.
10416
10417 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
10418 (utf-translate-cjk-unicode-range): New variable.
10419 (utf-translate-cjk-load-tables): New function.
10420 (utf-lookup-subst-table-for-decode): New function.
10421 (utf-lookup-subst-table-for-encode): New function.
10422 (utf-translate-cjk-mode): Init-value changed to t. Don't load
10423 tables here. Update safe-charsets of utf-* coding systems.
10424 (ccl-mule-utf-untrans): New CCL.
10425 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
10426 at end of each branch.
10427 (ccl-mule-utf-8-encode-untrans): New CCL.
10428 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
10429 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
10430 length of encoding. Don't return r0.
10431 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
10432 (utf-8-post-read-conversion): Narrow to region properly.
10433 If utf-translate-cjk-mode is on, load tables if necessary.
10434 Call utf-8-compose with hash-table arg if necessary.
10435 Call XXX-compose-region instead of XXX-post-read-convesion.
10436 (utf-8-pre-write-conversion): New function.
10437 (mule-utf-8): Include CJK charsets in safe-charsets if
10438 utf-translate-cjk-mode is on. Add pre-write-conversion.
10439
10440 * international/characters.el: Temporarily set
10441 utf-translate-cjk-mode to nil.
10442
10443 * language/devan-util.el (devanagari-compose-region):
10444 Add autoload cookie.
10445
10446 * international/ccl.el (ccl-dump-call): Fix printing the
10447 subroutine name.
10448
10449 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
10450
10451 * dired.el (dired-revert): If buffer is marked unmodified before
10452 reverting, keep it marked unmodified.
10453 Adapt to new conventions for commenting out code.
10454 (dired-make-relative): Adapt to new conventions for commenting out code.
10455
10456 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
10457
10458 * eshell/esh-module.el (eshell-load-defgroups):
10459 Bind `vc-handled-backends' to nil when opening files.
10460
10461 2004-06-11 Juanma Barranquero <lektu@terra.es>
10462
10463 * files.el (parse-colon-path, cd): Doc fixes (refer to
10464 `path-separator', not colon).
10465
10466 2004-06-10 Juanma Barranquero <lektu@terra.es>
10467
10468 * newcomment.el (comment-search-forward)
10469 (comment-search-backward): Fix typos in docstring.
10470 (comment-region): Doc fix.
10471
10472 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
10473
10474 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
10475 switch is no longer stored in `dired-switches-alist'.
10476
10477 * dired-aux.el (dired-insert-subdir): Do not store R switch in
10478 `dired-switches-alist'.
10479
10480 2004-06-10 Kim F. Storm <storm@cua.dk>
10481
10482 * pcvs.el (cvs-mode-diff-yesterday): New command.
10483
10484 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
10485
10486 2004-06-10 Juri Linkov <juri@jurta.org>
10487
10488 * emacs-lisp/edebug.el (edebug-eval-defun):
10489 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
10490 Fix docstring.
10491
10492 * simple.el (eval-expression-print-format): Don't print additional
10493 information on the first call to `eval-print-last-sexp'.
10494 (next-error-find-buffer): Fix punctuation.
10495 (killing) <defgroup>: Fix punctuation.
10496 (yank-excluded-properties): Change group from editing to killing.
10497
10498 * replace.el (perform-replace): Use `limit' to terminate the
10499 while-loop explicitly.
10500
10501 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10502
10503 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
10504 Use lc-*.xpm as prefix instead of *-locol.xpm.
10505
10506 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
10507 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
10508 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
10509 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
10510 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
10511 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
10512 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
10513 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
10514 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
10515 * toolbar/lc-up_arrow.xpm:
10516 Rename from *-locol.xpm.
10517
10518 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
10519
10520 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
10521 include forms like &<str>; as valid url patterns.
10522
10523 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10524
10525 * dired.el (dired-diff, dired-backup-diff)
10526 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
10527 (dired-do-chown, dired-do-touch, dired-do-print)
10528 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
10529 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
10530 (dired-create-directory, dired-do-copy, dired-do-symlink)
10531 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10532 (dired-do-copy-regexp, dired-do-hardlink-regexp)
10533 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
10534 (dired-maybe-insert-subdir, dired-next-subdir)
10535 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
10536 (dired-kill-subdir, dired-tree-up, dired-tree-down)
10537 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
10538 (dired-run-shell-command, dired-query): Remove redundant,
10539 or incorrect, autoloads.
10540
10541 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
10542 does not end in a slash. Add optional argument KILL-ROOT.
10543 Update docstring.
10544 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
10545 (dired-query): Add autoloads.
10546
10547 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
10548
10549 * progmodes/compile.el (compilation-set-window-height):
10550 Rearrange the save-* functions because a buffer can have several current
10551 point in different windows.
10552 (compilation-error-regexp-alist-alist): Recognize {standard input}
10553 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
10554
10555 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10556
10557 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
10558 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
10559 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
10560 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
10561 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
10562 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
10563 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
10564 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
10565 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
10566 * toolbar/up_arrow-locol.xpm:
10567 New versions of icons that uses fewer colors.
10568
10569 * toolbar/tool-bar.el (tool-bar-local-item)
10570 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
10571 if display-color-cells is 256 or less.
10572
10573 2004-06-08 Kim F. Storm <storm@cua.dk>
10574
10575 * wid-edit.el (widget-specify-button): Use hand pointer rather
10576 than mouse-face as visible mouse-over effect.
10577
10578 2004-06-07 Karl Fogel <kfogel@red-bean.com>
10579
10580 * saveplace.el (save-place-alist-to-file): Bind `print-length'
10581 and `print-level' to nil when writing out `save-place-alist'.
10582 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
10583
10584 2004-06-07 Juanma Barranquero <lektu@terra.es>
10585
10586 * completion.el (completion-kill-region): Doc fix.
10587
10588 * format.el (format-insert-annotations)
10589 (format-annotate-location): Doc fixes.
10590 (format-subtract-regions): Make arguments match their use in docstring.
10591
10592 * simple.el (kill-region): Doc fix.
10593
10594 * subr.el (insert-buffer-substring-no-properties)
10595 (insert-buffer-substring-as-yank): Doc fixes.
10596
10597 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
10598
10599 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10600 Update docstring.
10601 (dired-reset-subdir-switches): New function.
10602
10603 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
10604 Limit scope of `buffer-read-only' binding.
10605
10606 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
10607
10608 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
10609 eshell-explicit-command-char.
10610
10611 2004-06-06 Juanma Barranquero <lektu@terra.es>
10612
10613 * help-fns.el (help-argument-name): Inherit from italic face only
10614 if the frame supports it.
10615
10616 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10617
10618 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
10619 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
10620 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
10621 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
10622 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
10623 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
10624 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
10625 New conversions from xpm files.
10626
10627 * toolbar/README: New file.
10628
10629 2004-06-06 Richard M. Stallman <rms@gnu.org>
10630
10631 * isearch.el (isearch-mode-map): Undo previous change.
10632
10633 2004-06-05 Juri Linkov <juri@jurta.org>
10634
10635 * bindings.el (debug-ignored-errors): Add regexps for history
10636 related messages. Remove $ from "No further undo information".
10637 Move Ediff's messages to ediff.el.
10638
10639 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
10640
10641 * cus-edit.el (custom-display): Add `min-colors'.
10642
10643 * custom.el (defface): Add `supports' to docstring.
10644
10645 * help-fns.el (help-argument-name): Add :group 'help.
10646
10647 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
10648
10649 * find-dired.el (find-ls-subdir-switches): New user option.
10650 (find-dired): No longer call `abbreviate-file-name' on DIR.
10651 Set `dired-subdir-switches' buffer-locally.
10652
10653 * locate.el: Merge the two `Commentary' sections.
10654 (locate-ls-subdir-switches): New user option.
10655 (locate): Update for other changes.
10656 (locate-mode-map): Restore Dired binding for mouse-2.
10657 Bind `locate-mouse-view-file' to M-mouse-2.
10658 Bind `l' to `locate-do-redisplay'.
10659 (locate-main-listing-line-p, locate-do-redisplay): New functions.
10660 (locate-mouse-view-file, locate-tags, locate-find-directory):
10661 Print message if used outside main listing.
10662 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
10663 Various changes to support inserted subdirectories.
10664 (locate-insert-header): Change header of *Locate* buffer.
10665
10666 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10667 Change interactive default switches.
10668 (dired-rename-subdir-2): Update `dired-switches-alist'.
10669 (dired-insert-subdir, dired-kill-subdir):
10670 Handle `dired-switches-alist'. Do not mark buffer modified.
10671 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
10672 (dired-insert-subdir-doinsert): Omit messages.
10673 Handle `dired-subdir-switches'.
10674 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
10675
10676 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
10677 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
10678 subdirs if -R switch is used for a subdir.
10679 (dired-mode): Set `dired-switches-alist'.
10680 (dired-build-subdir-alist): Only print number of directories in
10681 echo area when invoked interactively.
10682
10683 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10684
10685 * dired-x.el (dired-omit-mode): Rename from
10686 dired-omit-files-p. Use define-minor-mode to define it.
10687 (dired-omit-files-p): Add as alias for dired-omit-mode.
10688 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
10689 dired-mark-omitted.
10690 (dired-mark-omitted): Add. Bind to M-O.
10691
10692 2004-06-05 Kenichi Handa <handa@m17n.org>
10693
10694 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
10695
10696 2004-06-05 Juanma Barranquero <lektu@terra.es>
10697
10698 * help-fns.el (help-argument-name): Reintroduce face.
10699 (help-default-arg-highlight): Use it, now that
10700 `face-differs-from-default-p' can be trusted.
10701
10702 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10703
10704 * textmodes/table.el: Sentence commands added to Point Motion
10705 group; kill and backward-kill commands added to Extraction group.
10706
10707 2004-06-04 Mario Lang <mlang@delysid.org>
10708
10709 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
10710 systems appear to use mW, make the code handle this. Fix a
10711 division-by-zero bug while at it, and handle kernels with
10712 a slightly different layout in /proc/acpi.
10713
10714 2004-06-04 Karl Fogel <kfogel@red-bean.com>
10715
10716 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
10717 because the latter is a CL-ism. This fixes the bug reported by
10718 Shawn Boyette <mdxi@collapsar.net> in
10719 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
10720
10721 2004-06-04 Miles Bader <miles@gnu.org>
10722
10723 * faces.el (display-supports-face-attributes-p): Function moved to
10724 C code. Previously only the tty-related portion of this function
10725 was done in C; however the previous attempt to do a halfway-proper
10726 job for non-tty displays in lisp didn't work properly because of
10727 funny conditions during Emacs startup.
10728 (face-differs-from-default-p): Simplify, now that
10729 display-supports-face-attributes-p works properly on all display
10730 types. Remove :stipple from comparison; it doesn't really work
10731 in emacs anyway.
10732
10733 2004-06-04 Miles Bader <miles@gnu.org>
10734
10735 * faces.el (face-differs-from-default-p): Use a different
10736 implementation, so we can really check whether FACE displays
10737 differently or not.
10738
10739 2004-06-04 Miles Bader <miles@gnu.org>
10740
10741 * faces.el (display-supports-face-attributes-p): Implement a
10742 `different from default' check for non-tty displays.
10743
10744 2004-06-03 David Kastrup <dak@gnu.org>
10745
10746 * woman.el (woman-mapcan): More concise code.
10747 (woman-topic-all-completions, woman-topic-all-completions-1)
10748 (woman-topic-all-completions-merge): Replace by a simpler and
10749 much faster implementation based on O(n log n) sort/merge instead
10750 of the old O(n^2) behavior.
10751
10752 2004-06-03 Miles Bader <miles@gnu.org>
10753
10754 * subr.el (read-number): Use canonical format for default in prompt.
10755
10756 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
10757 Add regexp for " [...]" style defaults.
10758
10759 2004-06-02 Romain Francoise <romain@orebokech.com>
10760
10761 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
10762 groups: if the user asks for a hidden buffer, open the
10763 corresponding filter group to expose it.
10764
10765 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
10766 `ibuffer-jump-to-buffer'.
10767 (ibuffer-jump-offer-only-visible-buffers): New user option.
10768
10769 2004-06-02 Juanma Barranquero <lektu@terra.es>
10770
10771 * faces.el (frame-update-faces): Add empty docstring so the one
10772 for `ignore' doesn't show through.
10773
10774 * subr.el (process-kill-without-query): Remove spurious "\n" on
10775 obsolescence string.
10776 (focus-frame, unfocus-frame): Add obsolescence declaration and
10777 empty docstring.
10778
10779 * international/mule.el (register-char-codings): Make alias for
10780 `ignore'. Move docstring to obsolescence info and remove redundancy.
10781
10782 2004-06-02 Kim F. Storm <storm@cua.dk>
10783
10784 * frame.el (blink-cursor-start): Turn cursor off initially so blink
10785 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
10786
10787 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10788
10789 * comint.el (comint-replace-by-expanded-history-before-point):
10790 Obey `start' as the docstring says.
10791 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
10792 (comint-update-fence): Prevent font-lock from running unnecessarily.
10793 (comint-dynamic-list-completions): Use with-current-buffer.
10794
10795 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10796
10797 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
10798 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
10799 (bibtex-entry-update): Handle alternatives and optional fields.
10800 (bibtex-parse-entry): Bugfix, handle empty key.
10801
10802 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * vc-arch.el (vc-arch-state): Don't assume the file exists.
10805
10806 2004-05-31 Lars Hansen <larsh@math.ku.dk>
10807
10808 * desktop.el (desktop-save): Don't save minor modes without a
10809 known mode initialization function.
10810
10811 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
10812
10813 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
10814
10815 * autorevert.el: Update `Commentary' section.
10816
10817 2004-05-30 Juanma Barranquero <lektu@terra.es>
10818
10819 * dos-fns.el (convert-standard-filename):
10820 * files.el (convert-standard-filename):
10821 * w32-fns.el (convert-standard-filename):
10822 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
10823
10824 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10825
10826 Sync with Tramp.
10827
10828 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
10829 (tramp-let-maybe): Move to an earlier spot in the file.
10830 Patch by Andreas Schwab.
10831
10832 2004-05-30 Andreas Schwab <schwab@suse.de>
10833
10834 * dired.el (dired-get-filename): Don't use dired-re-dot.
10835
10836 2004-05-30 Richard M. Stallman <rms@gnu.org>
10837
10838 * files.el (find-file): Doc fix.
10839
10840 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
10841
10842 2004-05-30 Nick Roberts <nickrob@gnu.org>
10843
10844 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
10845 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
10846 modeline of the locals buffer.
10847 (gdb-goto-breakpoint): Handle gdbmi.
10848 (gdb-get-frame-number): Change for gdbmi.
10849
10850 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10851
10852 * files.el (file-remote-p): Apply file name handler for operation
10853 `file-remote-p'. It isn' a property any longer.
10854 (file-relative-name): `fh' and `fd' get the required value via
10855 `find-file-name-handler' already.
10856
10857 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
10858 (top): Remove setting of `file-remote-p' property for
10859 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
10860
10861 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10862
10863 Version 2.0.41 of Tramp released.
10864
10865 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
10866 Throw away if process has died.
10867 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
10868 (tramp-out-of-band-prompt-regexp): Rename to
10869 `tramp-process-alive-regexp', because its usage is widen.
10870 (tramp-actions-copy-out-of-band): Apply it.
10871 (tramp-actions-before-shell, tramp-multi-actions):
10872 Add `tramp-action-process-alive' action.
10873 (tramp-action-process-alive): New defun.
10874 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10875 Add entry for `file-remote-p'.
10876 (tramp-handle-file-remote-p): New defun.
10877 (top): Remove setting of `file-remote-p'. Don't set
10878 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
10879
10880 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10881 `file-remote-p'.
10882
10883 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
10884 counted for (last) line. [They should or they shouldn't? --Stef]
10885 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
10886
10887 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10888
10889 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
10890 not really necessary but seems to keep the shell history smaller
10891 in some cases. It is no substitute for setting HISTFILE and
10892 HISTSIZE from tramp-open-connection-setup-interactive-shell,
10893 though. Suggested by Luc Teirlinck.
10894 (tramp-open-connection-setup-interactive-shell): Export variables
10895 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
10896 (tramp-set-process-query-on-exit-flag): New compat function.
10897 (tramp-open-connection-multi, tramp-open-connection-su)
10898 (tramp-open-connection-rsh, tramp-open-connection-telnet)
10899 (tramp-do-copy-or-rename-file-out-of-band): Use it.
10900 (tramp-let-maybe): New macro, let-binds a variable only if it
10901 isn't obsolete.
10902 (tramp-check-ls-commands, tramp-handle-expand-file-name)
10903 (tramp-handle-file-truename): Use it.
10904 (tramp-completion-file-name-regexp-unified): Avoid matching
10905 filenames starting with "/:" -- those are reserved for
10906 file-name-non-special.
10907
10908 * tramp-smb.el (tramp-smb-open-connection):
10909 Use tramp-set-process-query-on-exit-flag compat function.
10910
10911 2004-05-29 Richard M. Stallman <rms@gnu.org>
10912
10913 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
10914
10915 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
10916 (eval-last-sexp-print-value): Print char equivalent regardless
10917 of standard-output value.
10918
10919 * thumbs.el (thumbs-subst-char-in-string): Delete.
10920 (thumbs-thumbname): Use subst-char-in-string.
10921 (thumbs-resize-image): Use condition-case, not ignore-errors.
10922 (thumbs-kill-buffer): Likewise.
10923
10924 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
10925 (thumbs-mode): Make buffer read-only.
10926 (thumbs-make-thumb): Unconditionally accept an existing file.
10927 (thumbs-insert-thumb): Add thumb-image-file property to the image.
10928 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
10929 (thumbs-show-thumbs-list): Error if images not supported.
10930 (thumbs-save-current-image): Improve prompt string.
10931 (thumbs-mode-map): Define u, R, x.
10932 (thumbs-unmark): New command.
10933 (thumbs-emboss-image): Minor cleanup.
10934 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
10935 (thumbs-rename-images): New command.
10936 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
10937
10938 * thumbs.el (thumbs-current-image): New function.
10939 (thumbs-file-list, thumbs-file-alist): New functions.
10940 (thumbs-find-image): Delete arg L.
10941 Don't set up thumbs-fileL as buffer-local global var.
10942 (thumbs-find-image-at-point): Use thumbs-current-image.
10943 (thumbs-set-image-at-point-to-root-window): Likewise.
10944 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
10945 Record and warn about errors. Update thumbs-markedL for deletions.
10946 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
10947 (thumbs-redraw-buffer): Use thumbs-file-list.
10948 (thumbs-mark): Use thumbs-current-image.
10949 (thumbs-show-name): Use thumbs-current-image.
10950
10951 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
10952 and imenu--last-menubar-index-alist.
10953
10954 * subr.el (with-selected-window): Undo previous change.
10955
10956 2004-05-29 John Paul Wallington <jpw@gnu.org>
10957
10958 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
10959 (thumbs-mouse-find-image): New command.
10960 (thumbs-mode-map): Bind it to mouse-2.
10961 (thumbs-mode): Make mode-class special.
10962 (thumbs-view-image-mode): Likewise.
10963
10964 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10965
10966 * flymake.el: New file.
10967
10968 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
10969
10970 * files.el (find-file-noselect-1): Do not bind
10971 `inhibit-read-only' to t during execution of
10972 `find-file-not-found-functions'.
10973
10974 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
10977 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
10978
10979 2004-05-28 Juri Linkov <juri@jurta.org>
10980
10981 * simple.el (eval-expression-print-format): New fun.
10982
10983 * simple.el (eval-expression):
10984 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10985 * emacs-lisp/edebug.el (edebug-compute-previous-result)
10986 (edebug-eval-expression): Print additionally the value returned by
10987 `eval-expression-print-format'.
10988
10989 * emacs-lisp/lisp.el (insert-pair-alist): New var.
10990 (insert-pair): Make arguments optional. Find character pair
10991 from `insert-pair-alist' according to the last input event.
10992 (insert-parentheses): Make arguments optional.
10993 (raise-sexp, delete-pair): New funs.
10994
10995 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
10996 (emacs-lisp-mode-map, lisp-interaction-mode-map):
10997 Bind C-M-q to `indent-pp-sexp'.
10998
10999 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
11000 `pp-to-string' modified to be able to format text with newlines.
11001 (pp-to-string): Move the buffer-formatting part of the code to
11002 `pp-buffer'. Call `pp-buffer'.
11003
11004 * info.el (Info-desktop-buffer-misc-data): Don't save information
11005 about virtual files.
11006 (Info-restore-desktop-buffer): Restore Info buffers in prepared
11007 buffers with names obtained from the desktop file instead of the
11008 default *info* buffer.
11009
11010 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * subr.el (with-selected-window): Only save/restore the selected window.
11013
11014 * progmodes/compile.el (compilation-error-regexp-alist):
11015 Use expand-file-name and data-directory.
11016
11017 * progmodes/grep.el (grep-tree): Rework previous fix.
11018
11019 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
11020 after the user marked text with the mouse.
11021
11022 * startup.el (command-line): Keep the first regexp of
11023 auto-save-file-name-transforms intact.
11024
11025 2004-05-28 Juanma Barranquero <lektu@terra.es>
11026
11027 * cus-edit.el (customize-face, customize-face-other-window)
11028 (custom-face-edit-delete): Make arguments match their use in
11029 docstring.
11030 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
11031 docstring.
11032
11033 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
11034 not `cvs-butlast'.
11035
11036 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
11037 `nbutlast' are in subr.el).
11038
11039 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
11040 (set-w32-system-coding-system): Doc fixes.
11041
11042 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
11043 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
11044 Make arguments match their use in docstring.
11045 (artist-draw-region-trim-line-endings)
11046 (artist-mouse-choose-operation): Fix typo in docstring.
11047 (artist-key-set-point-common): Doc fix.
11048
11049 2004-05-28 Simon Josefsson <jas@extundo.com>
11050
11051 * mail/smtpmail.el (smtpmail-open-stream):
11052 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
11053
11054 2004-05-26 Simon Josefsson <jas@extundo.com>
11055
11056 * starttls.el: Merge with my GNUTLS based starttls.el.
11057 (starttls-gnutls-program, starttls-use-gnutls)
11058 (starttls-extra-arguments, starttls-process-connection-type)
11059 (starttls-connect, starttls-failure, starttls-success): New variables.
11060 (starttls-program, starttls-extra-args): Doc fix.
11061 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
11062 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
11063 and pass on to corresponding *-gnutls function if it is set.
11064
11065 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
11066
11067 * autorevert.el (auto-revert-handler): Disable auto-reverting of
11068 remote files.
11069
11070 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
11071
11072 * files.el (file-name-non-special): There are more operations
11073 which need handling: `find-backup-file-name',
11074 `insert-file-contents', `verify-visited-file-modtime',
11075 `write-region'. Rename t value of method to `add'. Add new
11076 methods `quote' and `unquote-then-quote' to file-arg-indices.
11077
11078 2004-05-25 Juri Linkov <juri@jurta.org>
11079
11080 * info.el (Info-toc): Call Info-mode on intermediate buffer.
11081 (Info-index-nodes): Enclose code in condition-case to catch errors.
11082 (Info-index-node): Don't search all index nodes if request is only
11083 for the current node and file is not in the cache of index nodes.
11084 (Info-mode-map): Bind Info-copy-current-node-name to `w'
11085 for consistency with dired-copy-filename-as-kill.
11086 Bind `S' to Info-search-case-sensitively.
11087 (Info-copy-current-node-name): New arg. With zero prefix arg put
11088 the name inside a function call to `info'. Display copied text in
11089 the echo area.
11090
11091 2004-05-25 Sam Steingold <sds@gnu.org>
11092
11093 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
11094 strip the package prefix from the symbol name, if any.
11095 Make it the `find-tag-default-function' for `lisp-mode'.
11096
11097 2004-05-25 John Paul Wallington <jpw@gnu.org>
11098
11099 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
11100 instead of obsolete `process-kill-without-query'.
11101
11102 * textmodes/texinfmt.el (texinfo-indexvar-alist):
11103 Declare as variable, not constant.
11104
11105 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
11106
11107 * files.el (find-file-noselect-1): Fix bug introduced by
11108 Revision 1.694. As a side effect, `inhibit-read-only'
11109 is again, by default, t during execution of
11110 `find-file-not-found-functions'.
11111 (insert-directory): Check that lines were really inserted by
11112 the --dired switch, before erasing them.
11113
11114 2004-05-24 Nick Roberts <nickrob@gnu.org>
11115
11116 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
11117 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
11118 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
11119 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
11120 gud-minor-mode (gdbmi).
11121
11122 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11123
11124 * net/browse-url.el (browse-url-interactive-arg): Enable user to
11125 explicitly select the text to be taken as URL.
11126
11127 2004-05-23 Juri Linkov <juri@jurta.org>
11128
11129 * info.el (Info-index-nodes): New var and fun.
11130 (Info-goto-index, Info-index, info-apropos)
11131 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
11132 (Info-index): Fix docstring. Store and restore Info-history-list.
11133 (Info-complete-nodes): New var.
11134 (Info-complete-menu-item): Use it.
11135 (Info-index-node): New fun.
11136 (Info-final-node, Info-forward-node, Info-backward-node)
11137 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
11138 Use Info-index-node.
11139 (Info-extract-menu-item, Info-extract-menu-counting): Set second
11140 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
11141 (Info-find-node-2): If a node with period in its name not found,
11142 try to find a node without the name part after period.
11143 (Info-select-node): Call Info-fontify-node only if
11144 Info-fontify-maximum-menu-size is not nil.
11145 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
11146 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
11147 Preserve Info-history-list.
11148 (Info-toc): Set Info-current-file.
11149 (Info-build-toc): Move point to the beginning of the buffer.
11150 Add main-file variable.
11151 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
11152 Use backslashed representation of the control character ^_.
11153
11154 * textmodes/texinfmt.el (texinfo-print-index): Print index line
11155 numbers in the new Texinfo 4.7 format.
11156
11157 * add-log.el (change-log-font-lock-keywords): Remove `:' from
11158 regexps for function and variable names.
11159
11160 * descr-text.el (describe-property-list): Add [show] button for
11161 `syntax-table' property with action to pp to a separate buffer.
11162 (describe-char): Replace search-forward by re-search-forward with
11163 whitespace regexp after "character:" to not fail in too narrow windows.
11164
11165 * simple.el (next-error-find-buffer): Add a rule to return
11166 next-error capable buffer if one window on the selected frame
11167 displays such buffer.
11168
11169 2004-05-23 Nick Roberts <nickrob@gnu.org>
11170
11171 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
11172 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
11173 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
11174 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
11175 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
11176 Handle new value for gud-minor-mode (gdbmi).
11177 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
11178 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
11179 Change from local to global gdb variable set.
11180 (gdb-ann3): Initialise above gdb variable set.
11181 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
11182 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
11183 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
11184 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
11185 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
11186 (gdb-info-locals-handler, gdb-invalidate-assembler)
11187 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
11188 set as global variables.
11189 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
11190 Handle gdbmi.
11191 (gdb-info-breakpoints-custom): Fix regexp.
11192 (def-gdb-var): Delete.
11193
11194 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
11195 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
11196 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
11197 a new mode. The file (gdb-mi.el) for this mode will be included
11198 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
11199 primary interface.
11200
11201 2004-05-23 Jesper Harder <harder@ifa.au.dk>
11202
11203 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
11204 interpreted as a directory.
11205
11206 2004-05-22 Richard M. Stallman <rms@gnu.org>
11207
11208 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
11209 as a close quote.
11210
11211 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
11212
11213 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
11214 Use assoc-string, not assoc-ignore-case.
11215
11216 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
11217
11218 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
11219 If moving back then fwd gets a defun that ends before point,
11220 try again moving fwd then back.
11221
11222 * files.el (file-name-non-special): Allow t in file-arg-indices
11223 to mean requote the return value. Use `identity' as an element
11224 rather than as the whole value.
11225
11226 * gs.el (gs-options): Add -dSAFER. Mark it risky.
11227
11228 2004-05-22 Juanma Barranquero <lektu@terra.es>
11229
11230 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
11231 `help-make-usage'.
11232 (help-highlight-arguments): Skip function name before searching
11233 for arguments.
11234
11235 2004-05-21 Juanma Barranquero <lektu@terra.es>
11236
11237 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
11238 Don't mention in the docstring these arguments meant for
11239 internal (recursive) use only.
11240 (allout-char-spec): Comment out (it's not implemented).
11241 (allout-old-expose-topic, allout-exposure): Fix docstring and add
11242 obsolescence declaration.
11243 (allout-flatten-exposed-to-buffer)
11244 (allout-indented-exposed-to-buffer): Fix typos in docstring.
11245 (my-mark-marker): Doc fix.
11246 (produce-allout-mode-map, allout-sibling-index)
11247 (allout-isearch-expose, allout-distinctive-bullet)
11248 (allout-open-topic, allout-reindent-body)
11249 (allout-rebullet-heading, allout-process-exposed)
11250 (allout-insert-listified, allout-latex-verb-quote)
11251 (allout-insert-latex-header, allout-insert-latex-trailer):
11252 Make arguments match their use in docstring.
11253 (allout-primary-bullet, allout-old-style-prefixes)
11254 (allout-inhibit-protection, allout-init, allout-mode)
11255 (allout-before-change-protect, allout-flag-region):
11256 Use "Emacs" instead of "emacs" in docstrings.
11257
11258 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11259
11260 * international/characters.el: Modify syntax of more characters.
11261
11262 2004-05-21 Masatake YAMATO <jet@gyve.org>
11263
11264 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
11265 (etags-tags-completion-table): Show parsing progress.
11266
11267 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
11268
11269 * locate.el (locate-prompt-for-command): Shorten first line of
11270 docstring.
11271 (locate-mode): Expand docstring and include keymap summary.
11272
11273 * files.el (find-file-noselect-1): Limit the scope of the
11274 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
11275 is, by default, nil during the execution of
11276 `find-file-not-found-functions' and `find-file-hook'.
11277
11278 2004-05-20 Michael Mauger <mmaug@yahoo.com>
11279
11280 * facemenu.el (facemenu-color-name-equal): New function.
11281 (list-colors-display): Use it to compare colors instead of
11282 facemenu-color-equal.
11283
11284 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
11285
11286 * compare-w.el (compare-windows-face): Use min-colors instead of
11287 checking for tty or pc types.
11288
11289 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
11292 (completion-setup-function): Use with-current-buffer.
11293 Properly save excursion. Simplify.
11294 Don't assume there is necessarily a `mouse-face' property somewhere.
11295
11296 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
11297
11298 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
11299
11300 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
11301 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
11302 Use with-current-buffer.
11303 (byte-goto-log-buffer): Delete.
11304 (byte-compile-log-file): Call compilation-forget-errors.
11305
11306 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11307
11308 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
11309 output messages into the search result.
11310
11311 2004-05-19 Masatake YAMATO <jet@gyve.org>
11312
11313 * wid-edit.el (widget-radio-button-notify): Revert my last
11314 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11315
11316 2004-05-19 Kenichi Handa <handa@m17n.org>
11317
11318 * international/characters.el: Fix syntax (open/close) of CJK chars.
11319
11320 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11321
11322 * help-mode.el (help-go-back): Don't depend on position of back button.
11323
11324 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
11327 files files don't contain an accidental additional /.
11328
11329 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
11330 in source buffer.
11331
11332 2004-05-18 Masatake YAMATO <jet@gyve.org>
11333
11334 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
11335 to widget-apply. :action method assumes 2 arguments, not 3.
11336
11337 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
11338
11339 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11340 New constants.
11341 (hs-special-modes-alist): Add an f90-mode entry.
11342
11343 2004-05-17 Sam Steingold <sds@gnu.org>
11344
11345 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11346 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
11347
11348 2004-05-16 Kim F. Storm <storm@cua.dk>
11349
11350 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
11351
11352 2004-05-15 John Wiegley <johnw@newartisans.com>
11353
11354 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
11355 (eshell-output-object-to-target): Improve output speed 20% by not
11356 calling `eshell-stringify' if something is already known to be a string.
11357
11358 2004-05-15 Alex Ott <ott@jet.msk.su>
11359
11360 * textmodes/ispell.el (ispell-local-dictionary-alist):
11361 Add windows-1251 to the choice of coding systems.
11362 (ispell-dictionary-alist-6): Add support for "russianw.aff",
11363 encoded in cp1251.
11364
11365 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
11366
11367 * progmodes/compile.el (compilation-warning-face)
11368 (compilation-info-face): Use min-colors.
11369
11370 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11371
11372 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
11373 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
11374 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
11375 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
11376 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
11377 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
11378 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
11379 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
11380 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
11381 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
11382 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
11383 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
11384 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
11385 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
11386
11387 2004-05-15 Kim F. Storm <storm@cua.dk>
11388
11389 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
11390 Use it to set triggered-p element of timer.
11391 (timer-event-handler): Set triggered-p element non-nil while running
11392 the timer function.
11393
11394 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11395
11396 * descr-text.el (describe-char-unicode-data)
11397 (describe-char-unicodedata-file): Re-enable the unicode code now that
11398 the licensing issues have been cleared in the unicode-4 license.
11399 (describe-text-properties-1): Remove unused `overlay' var.
11400 (describe-char): Remove unused var `buffer'.
11401
11402 2004-05-14 David Ponce <david@dponce.com>
11403
11404 * tree-widget.el: New file.
11405
11406 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
11407
11408 * language/european.el ("Brazilian Portuguese"): Add support for
11409 Brazilian Portuguese.
11410
11411 2004-05-13 John Wiegley <johnw@newartisans.com>
11412
11413 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
11414 `recentf-mode' if this variable has been customized to t.
11415
11416 * eshell/esh-test.el (eshell-test): Call the function
11417 `emacs-version' rather than trying to build a custom version string.
11418
11419 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11420
11421 * net/telnet.el (telnet-mode): Use define-derived-mode.
11422 Don't modify the global value of comint-prompt-regexp.
11423
11424 2004-05-13 John Paul Wallington <jpw@gnu.org>
11425
11426 * version.el (emacs-version): Check for `gtk' feature before
11427 `x-toolkit' feature.
11428
11429 2004-05-13 Juanma Barranquero <lektu@terra.es>
11430
11431 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
11432 arguments in the docstring, they're used only in recursive calls.
11433
11434 * help-fns.el (help-arg-highlighting-function)
11435 (help-argument-name): Delete.
11436 (help-default-arg-highlight): New function.
11437 (help-do-arg-highlighting): Use it.
11438
11439 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11440
11441 * calendar/appt.el (appt-disp-window):
11442 Use `calendar-set-mode-line' for a centered mode-line.
11443
11444 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11445
11446 * calendar/appt.el (appt-disp-window): Do not split window
11447 excessively when `split-height-threshold' is low.
11448
11449 2004-05-12 Nick Roberts <nickrob@gnu.org>
11450
11451 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
11452 kill-buffer-hook here and make it local.
11453 (gud-kill-buffer-hook): Use kill-process for a sure kill.
11454
11455 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
11456
11457 * progmodes/compile.el (compilation-set-window-height):
11458 Use save-excursion to protect against misplaced marker.
11459
11460 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11461
11462 * custom.el (defface): Document that type can have value gtk.
11463
11464 * faces.el (face-spec-set-match-display): Handle type gtk in display.
11465
11466 2004-05-12 Kenichi Handa <handa@m17n.org>
11467
11468 * descr-text.el: Require quail at comile time.
11469 (describe-char): If an input method is on and it supports the
11470 character, show how to input it.
11471
11472 * international/quail.el (quail-install-decode-map): Accept a
11473 char-table whose subtype is `quail-decode-map'.
11474 (quail-store-decode-map-key, quail-gen-decode-map1)
11475 (quail-gen-decode-map, quail-find-key1, quail-find-key)
11476 (quail-show-key): New functions.
11477
11478 2004-05-12 Juanma Barranquero <lektu@terra.es>
11479
11480 * generic.el (define-generic-mode): Remove redundant arglist info.
11481
11482 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
11483 Make arguments match their use in docstring.
11484 (help-arg-highlighting-function): New variable.
11485 (help-argument-name): Mention it in the docstring.
11486 (help-do-arg-highlight): Use it. Expand regexp to accept also
11487 ARG-xxx and xxx-ARG references.
11488
11489 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11490
11491 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
11492 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
11493 and "mailto:addr1?to=addr2" equal.
11494
11495 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11496
11497 * man.el (Man-getpage-in-background): Use shell-file-name
11498 and shell-command-switch variables instead of hard-coded values.
11499
11500 2004-05-11 Eli Zaretskii <eliz@gnu.org>
11501
11502 * iimage.el: New file.
11503
11504 2004-05-11 Juanma Barranquero <lektu@terra.es>
11505
11506 * custom.el (custom-initialize-default, defcustom):
11507 Fix typo in docstring.
11508
11509 * files.el (set-visited-file-name, file-expand-wildcards):
11510 Fix docstring.
11511
11512 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
11515
11516 * subr.el (eventp): Be more discriminating with integers.
11517
11518 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
11519
11520 * progmodes/compile.el (compile): Add universal prefix arg.
11521 (compilation-error-regexp-alist-alist): Add edg patterns.
11522
11523 2004-05-10 Sam Steingold <sds@gnu.org>
11524
11525 * textmodes/ispell.el (ispell-message):
11526 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
11527
11528 2004-05-10 Dave Love <fx@gnu.org>
11529
11530 * progmodes/python.el (help-buffer): Autoload when compiling.
11531 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
11532 (run-python): Prepend to any existing PYTHONPATH.
11533
11534 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
11535
11536 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
11537 for pending breakpoints.
11538
11539 2004-05-10 Richard M. Stallman <rms@gnu.org>
11540
11541 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
11542 directly without calling any functions in Rmail.
11543 (unrmail-unprune): Function deleted.
11544
11545 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
11548 C-c C-z binding.
11549
11550 2004-05-10 Kenichi Handa <handa@m17n.org>
11551
11552 * descr-text.el (describe-char): Fix previous change. Don't make
11553 a unibyte character to multibyte in the *Help* buffer.
11554
11555 2004-05-10 Miles Bader <miles@gnu.org>
11556
11557 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
11558 buffer an error if the debugger process is actually running.
11559
11560 2004-05-10 Juanma Barranquero <lektu@terra.es>
11561
11562 * help-fns.el (help-argument-name): Default to italic.
11563 (help-highlight-arguments): Return always (usage . doc), even when
11564 usage is nil.
11565
11566 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
11567 (define-ibuffer-filter): Add usage info.
11568 (define-ibuffer-op): Add usage info (but CL-style defaults for
11569 keyword args are not shown).
11570
11571 * subr.el (remove-overlays, read-passwd): Fix docstring.
11572 (start-process-shell-command): Fix docstring. Put usage info in a
11573 format usable by `describe-function'.
11574 (open-network-stream, open-network-stream-nowait)
11575 (open-network-stream-server): Fix docstring.
11576
11577 2004-05-09 Jason Rumney <jasonr@gnu.org>
11578
11579 * international/code-pages (cp932, cp936, cp949, c950): Remove.
11580 Only define cp125* if windows-125* is already defined.
11581
11582 * language/korean.el (cp949): Add alias.
11583
11584 * language/chinese.el (cp936, cp950): Add aliases.
11585
11586 * language/japanese.el (cp932): Add alias.
11587
11588 * term/w32-win.el: Require code-pages.
11589
11590 * international/mule-cmds.el (set-locale-environment):
11591 On MS-Windows use ansi code-page for default coding-systems.
11592 Set up paper sizes for Windows 3 letter languages.
11593
11594 * international/code-pages.el (cp932, cp936, cp949, cp950):
11595 Add aliases. Also add cp125* if not already defined.
11596
11597 2004-05-09 Juanma Barranquero <lektu@terra.es>
11598
11599 * help-fns.el (help-highlight-arguments): Don't try to highlight
11600 missing or autoloaded arglists. Accept structured arguments, like
11601 the first ones of `do' and `flet'.
11602
11603 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
11604 (cvs-get-marked): Remove redundant arglist info.
11605
11606 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
11607 Don't use CL-style default args.
11608
11609 2004-05-08 Andreas Schwab <schwab@suse.de>
11610
11611 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
11612
11613 * international/subst-ksc.el: Fix references to utf-translate-cjk
11614 into utf-translate-cjk-mode.
11615 * international/subst-big5.el: Likewise.
11616 * international/subst-gb2312.el: Likewise.
11617 * international/subst-jis.el: Likewise.
11618 * international/utf-16.el: Likewise.
11619 * international/utf-8.el: Likewise.
11620
11621 2004-05-08 John Wiegley <johnw@newartisans.com>
11622
11623 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
11624 "virtual buffers" (off by default), which makes it possible to
11625 switch to the "virtual" buffers of recently visited files. When a
11626 buffer name search fails, and this option is on, iswitchb will
11627 look at the list of recently visited files, and permit matching
11628 against those names. When the user hits RET on a match, it will
11629 revisit that file.
11630 (iswitchb-read-buffer): Add two optional arguments, which makes
11631 isearchb.el possible.
11632 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
11633 (iswitchb-next-match): Add support for virtual buffers.
11634
11635 * isearchb.el: This module extends iswitchb to provide "as you
11636 type" buffer selection.
11637
11638 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
11639 Ignore the read-only property when flyspell highlighting is on.
11640 Not ignoring it leads to a series of confusing errors.
11641 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
11642 but also make sure to call flyspell-incorrect-hook.
11643 (flyspell-maybe-correct-transposition): Perform transposition test
11644 by bit twiddling a string, rather than using a temp buffer.
11645 (flyspell-maybe-correct-doubling): Use a string rather than a temp
11646 buffer. This is also the original version of the code, which
11647 could not be checked in before due to a previous lack of
11648 assignment papers. This version has seen heavy usage on my system
11649 for several years now.
11650
11651 * calendar/cal-bahai.el: New file, which adds support for the
11652 Baha'i calendar to Emacs. This calendar is based on a solar year
11653 of 19 months of 19 days, with 4 intercalary days. Each year
11654 begins on March 21, with the calendar starting in 1844.
11655
11656 * calendar/cal-menu.el, calendar/calendar.el,
11657 calendar/diary-lib.el, calendar/holidays.el: Added support for
11658 using cal-bahai.el.
11659
11660 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
11661 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
11662 function can be used outside of eshell buffers.
11663 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
11664
11665 2004-05-08 Juanma Barranquero <lektu@terra.es>
11666
11667 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
11668 word constituent so FOO-ARG is not recognized as an arg.
11669 (help-highlight-arguments): Don't skip lists in mandatory arguments.
11670
11671 * simple.el (next-error): Fix typo in docstring.
11672 (open-line): Make argument names match their use in docstring.
11673 (split-line): Fix docstring.
11674
11675 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
11676 usable by `describe-function'.
11677 (gensym, gentemp, typep, ignore-errors): Make argument names match
11678 their use in docstring.
11679
11680 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
11681 argument to `help-setup-xref'.
11682
11683 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
11684
11685 Version 2.0.40 of Tramp released.
11686
11687 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
11688 Use symbol-function to invoke functions only known on some Emacs
11689 flavors. This avoids byte-compiler warnings. Reported by Kevin
11690 Scaldeferri <kevin@scaldeferri.com>.
11691 (tramp-do-copy-or-rename-file-via-buffer): Rename from
11692 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
11693 consistent with the other tramp-do-* functions.
11694 (tramp-do-copy-or-rename-file): Calls adjusted.
11695 (tramp-process-initial-commands): Avoid liveness check on shell --
11696 we know that it must be alive since we're opening a connection at
11697 this moment.
11698 (tramp-last-cmd): New internal variable.
11699 (tramp-process-echoes): New tunable.
11700 (tramp-send-command): Set tramp-last-cmd.
11701 (tramp-wait-for-output): Delete echo, if applicable.
11702 (tramp-read-passwd): Construct the key for the password cache in a
11703 way that works for multi methods, too.
11704 (tramp-bug): Add backup-directory-alist and
11705 bkup-backup-directory-info to bug reports, with Tramp counterparts.
11706
11707 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
11708
11709 * net/tramp*.el: Suppress byte-compiler warnings where possible.
11710
11711 * net/tramp.el (tramp-out-of-band-prompt-regexp)
11712 (tramp-actions-copy-out-of-band): New defcustoms.
11713 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
11714 used instead of a synchronous one. Allows password entering.
11715 (tramp-action-out-of-band): New defun.
11716 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
11717 Remove restriction with password from doc string.
11718 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
11719 `tramp-out-of-band-prompt-regexp',
11720 `tramp-actions-copy-out-of-band', `password-cache' and
11721 `password-cache-expiry'.
11722 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
11723 password caching.
11724 (tramp-touch): FILE can be a local file, too.
11725 (TODO): Remove items done.
11726 (tramp-handle-insert-directory): Properly quote file name also if
11727 not full-directory-p. Handle wildcard case. Reported by Andreas
11728 Schwab <schwab@suse.de>.
11729 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
11730 new file.
11731 (tramp-handle-file-local-copy, tramp-handle-write-region):
11732 The permissions of the temporary file are set if filename exists.
11733 Reported by Ted Stern <stern@cray.com>.
11734 (tramp-backup-directory-alist)
11735 (tramp-bkup-backup-directory-info): New defcustoms.
11736 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
11737 (tramp-handle-find-backup-file-name): New function.
11738 Implements Tramp's find-backup-file-name.
11739
11740 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
11741 for `find-backup-file-name'.
11742
11743 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
11744 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
11745
11746 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11747
11748 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
11749
11750 2004-05-07 Juanma Barranquero <lektu@terra.es>
11751
11752 * subr.el (lambda): Add arglist description to docstring.
11753 (declare): Fix typo in docstring.
11754 (open-network-stream): Fix docstring.
11755 (process-kill-without-query): Fix docstring and add obsolescence info.
11756 (last, butlast, nbutlast): Make arguments match their use in docstring.
11757 (insert-buffer-substring-no-properties): Likewise.
11758 (insert-buffer-substring-as-yank): Likewise.
11759 (split-string): Fix docstring.
11760
11761 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11762 Make argument names match their use in docstring.
11763
11764 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
11765
11766 2004-05-06 Nick Roberts <nickrob@gnu.org>
11767
11768 * progmodes/gdb-ui.el: Improve/extend documentation strings.
11769 Fit first sentence on one line for apropos-command.
11770
11771 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 Changes largely merged in from Dave Love's code.
11774 * progmodes/python.el: Doc fixes.
11775 (python-mode-map): Add python-complete-symbol.
11776 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
11777 (python-comment-indent, python-complete-symbol)
11778 (python-symbol-completions, python-partial-symbol)
11779 (python-try-complete): New.
11780 (python-indent-line): Remove optional arg. Use python-block-end-p.
11781 (python-check): Bind compilation-error-regexp-alist.
11782 (inferior-python-mode): Use rx. Move keybindings to top level.
11783 Set comint-input-filter.
11784 (python-preoutput-filter): Use rx.
11785 (python-input-filter): Re-introduce.
11786 (python-proc): Start new process if necessary.
11787 Check python-buffer non-nil.
11788 (view-return-to-alist): Defvar.
11789 (python-send-receive): New.
11790 (python-eldoc-function): Use it.
11791 (python-mode-running): Don't defvar.
11792 (python-mode): Set comment-indent-function.
11793 Maybe update hippie-expand-try-functions-list.
11794 (python-indentation-levels): Initialize differently.
11795 (python-block-end-p): New.
11796 (python-indent-line): Use it.
11797 (python-compilation-regexp-alist): Augment.
11798 (run-python): Import `emacs' module to Python rather than loading
11799 code directly. Set python-buffer differently.
11800 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
11801 Use python-proc.
11802 (python-send-command): Go to end of comint buffer.
11803 (python-load-file): Use python-proc, emacs.eimport.
11804 (python-describe-symbol): Simplify interactive form.
11805 Use emacs.help. Do use temp-buffer-show-hook.
11806 Call print-help-return-message.
11807 (hippie-exp): Require when compiling.
11808 (python-preoutput-continuation): Use rx.
11809
11810 * diff-mode.el (diff-make-unified): Fix regexp.
11811
11812 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
11813
11814 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
11815 filter groups from the buffer when rebuilding the Ibuffer buffer
11816 and `ibuffer-show-empty-filter-groups' is nil.
11817
11818 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11819
11820 * ps-print.el (ps-print-quote): Call ps-value-string.
11821 (ps-setup): Call ps-comment-string.
11822 (ps-value-string, ps-comment-string): New funs.
11823
11824 2004-05-06 Juanma Barranquero <lektu@terra.es>
11825
11826 * ehelp.el (electric-help-command-loop): Check whether the last
11827 character is visible, not (point-max).
11828
11829 * help-fns.el (help-argument-name): Default to bold; don't inherit
11830 from font-lock-variable-name-face.
11831 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
11832
11833 2004-05-05 Kenichi Handa <handa@m17n.org>
11834
11835 * descr-text.el (describe-char): Copy the character with text
11836 properties and overlays into the first line, and call
11837 describe-text-properties on it.
11838
11839 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
11840
11841 * iswitchb.el (iswitchb-global-map): Fix typo.
11842 Remove unwanted ###autoloads from source file.
11843
11844 2004-05-05 Lars Hansen <larsh@math.ku.dk>
11845
11846 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
11847 in run-hooks. Use substitute-command-keys in message.
11848 (wdired-abort-changes): Add message.
11849
11850 2004-05-03 Michael Mauger <mmaug@yahoo.com>
11851
11852 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
11853 (sql-emacs20-p): Remove.
11854 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
11855 (sql-builtin-face, sql-doc-face): Remove.
11856 (sql-mode-ansi-font-lock-keywords)
11857 (sql-mode-oracle-font-lock-keywords)
11858 (sql-mode-postgres-font-lock-keywords)
11859 (sql-mode-linter-font-lock-keywords)
11860 (sql-mode-ms-font-lock-keywords)
11861 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
11862 (sql-product-font-lock): Fix font-lock reset when font rules change.
11863 (sql-highlight-product): Remove incorrect font-lock reset logic.
11864
11865 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
11866
11867 * ses.el (ses-set-parameter): Fix typo.
11868
11869 2004-05-04 Kim F. Storm <storm@cua.dk>
11870
11871 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
11872 Must expand directory for completion to work; and don't mess with
11873 process-environment.
11874 (ido-read-file-name): If command has ido property, don't use ido
11875 if value is ignore, or read as directory if value is dir.
11876 Set ido ignore property for dired-do-rename command.
11877
11878 2004-05-04 Juanma Barranquero <lektu@terra.es>
11879
11880 * ehelp.el (electric-help-command-loop, electric-help-undefined)
11881 (electric-help-help): Check against unmapped commands.
11882
11883 * help-fns.el (help-argument-name): New face, inheriting from
11884 font-lock-variable-name-face, to highlight function arguments in
11885 `describe-function' and `describe-key'.
11886 (help-do-arg-highlight): Auxiliary function to highlight a given
11887 list of arguments in a string.
11888 (help-highlight-arguments): Highlight the function arguments and
11889 all uses of them in the docstring.
11890 (describe-function-1): Use it. Do docstring output via `insert',
11891 not 'princ', so text attributes are preserved.
11892
11893 * winner.el (winner-mode-map): Move `winner-undo' and
11894 `winner-redo' to C-c <left> and C-c <right>, respectively (the
11895 previous bindings conflict with `prev-buffer', `next-buffer').
11896
11897 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11898
11899 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
11900 (bibtex-entry-update): New command bound to C-c C-u.
11901 (bibtex-text-in-string): Fix regexp.
11902 (bibtex-assoc-of-regexp): Remove.
11903 (bibtex-progress-message): Fix docstring.
11904 (bibtex-inside-field): Use if.
11905 (bibtex-assoc-regexp): New function.
11906 (bibtex-format-entry): Make code more robust so that it formats
11907 also old entries.
11908 (bibtex-autokey-demangle-title): Merge with obsolete function
11909 bibtex-assoc-of-regexp.
11910 (bibtex-field-list): New function.
11911 (bibtex-entry): Use bibtex-field-list.
11912 (bibtex-parse-entry): Fix docstring.
11913 (bibtex-print-help-message): Use bibtex-field-list.
11914 (bibtex-make-field): Use bibtex-field-list.
11915 (bibtex-entry-index): Bugfix. Return crossref key if required.
11916 (bibtex-lessp): Fix docstring.
11917
11918 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
11919
11920 * select.el (xselect-convert-to-string): Move comment to intended line.
11921
11922 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11923
11924 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
11925 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
11926
11927 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11928
11929 * term/x-win.el (x-clipboard-yank): Don't exit on error from
11930 x-get-selection.
11931
11932 2004-05-03 Jason Rumney <jasonr@gnu.org>
11933
11934 * makefile.nt: Remove.
11935
11936 2004-05-03 Kim F. Storm <storm@cua.dk>
11937
11938 * emulation/cua-base.el (cua--update-indications): Fix last change.
11939 (cua-mode): Deactivate mark when cua-mode is enabled.
11940
11941 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
11942
11943 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
11944
11945 2004-05-03 Nick Roberts <nickrob@gnu.org>
11946
11947 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
11948 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
11949 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
11950 window over visible frames.
11951 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
11952
11953 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * progmodes/compile.el (compilation-gcpro): New var.
11956 (compilation-fake-loc): Use it.
11957 (compilation-forget-errors): Reset it.
11958
11959 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11960
11961 * diff-mode.el (diff-header-face, diff-file-header-face):
11962 Use min-colors.
11963
11964 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11965
11966 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
11967 (bibtex-clean-entry): Disentangle code.
11968 (bibtex-realign): New function.
11969 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
11970 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
11971 Remove undocumented optional arg called-by-convert-alien.
11972 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
11973 for sorting instead of bibtex-sort-buffer.
11974
11975 2004-05-02 Eli Zaretskii <eliz@gnu.org>
11976
11977 * progmodes/compile.el (compilation-start): In the
11978 no-async-subprocesses branch, call sit-for to give redisplay a
11979 chance to show the updated process status in the mode line, and
11980 fontify the buffer explicitly after the process exits.
11981
11982 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * progmodes/python.el (python-compilation-line-number): Remove.
11985 (python-compilation-regexp-alist): Don't use it any more.
11986 (python-orig-start, python-input-filter): Remove.
11987 (inferior-python-mode): Don't set up comint-input-filter-functions.
11988 (python-send-region): Use compilation-fake-loc.
11989
11990 * progmodes/compile.el (compilation-messages-start): New var.
11991 (compilation-mode): Don't setup next-error-function here.
11992 (compilation-setup): Set it up here instead (for minor modes as well).
11993 Make compilation-messages-start buffer local.
11994 (compilation-next-error-function): Use it.
11995 (compilation-forget-errors): Set compilation-messages-start.
11996
11997 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
11998
11999 * ielm.el (ielm-prompt-read-only): Update docstring.
12000
12001 * comint.el (comint-prompt-read-only): Update docstring.
12002 (comint-update-fence, comint-kill-whole-line)
12003 (comint-kill-region): New functions.
12004
12005 * simple.el (kill-whole-line): Use "p" instead of "P" in
12006 interactive form.
12007
12008 2004-05-01 Juanma Barranquero <lektu@terra.es>
12009
12010 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
12011 format arglist so default values in CL-style argument lists are
12012 correctly shown.
12013
12014 2004-05-01 Jason Rumney <jasonr@gnu.org>
12015
12016 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
12017
12018 2004-05-01 Kenichi Handa <handa@m17n.org>
12019
12020 * international/titdic-cnv.el (miscdic-convert): Don't generate a
12021 quail file if it is up to date.
12022
12023 2004-04-30 Juri Linkov <juri@jurta.org>
12024
12025 * cus-edit.el (custom-mode-map):
12026 Add key binding `C-x C-s' to `Custom-save'.
12027
12028 * outline.el (outline-blank-line): New var.
12029 (outline-next-preface, outline-show-heading)
12030 (outline-end-of-subtree): Use it.
12031
12032 * dired-aux.el (dired-touch-initial): New fun.
12033 (dired-do-chxxx): Call it for op-symbol `touch'.
12034 (dired-diff): Use `dired-dwim-target-directory'
12035 if current dired buffer has no buffer mark.
12036
12037 * bindings.el (propertized-buffer-identification):
12038 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
12039 Add C-M-arrow keys for consistency.
12040
12041 * files.el (confirm-kill-emacs):
12042 Change group from top-level `emacs' to `convenience'.
12043
12044 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12045 Push mark on the first call of successive command calls.
12046 (insert-pair): New fun created from `insert-parentheses' with
12047 `open' and `close' arguments added. Enclose active regions
12048 in paired characters. Compare adjacent characters syntax with
12049 inserted characters syntax before inserting a space.
12050 (insert-parentheses): Call `insert-pair' with ?\( ?\).
12051
12052 * delsel.el: Don't put `delete-selection' property
12053 on `insert-parentheses' symbol to take advantage of
12054 region handling in `insert-pair' function.
12055 Suggested by Stephan Stahl <stahl@eos.franken.de>.
12056
12057 2004-04-30 Kim F. Storm <storm@cua.dk>
12058
12059 * emulation/cua-base.el: Add support for changing cursor types;
12060 based on patch from Michael Mauger.
12061 (cua-normal-cursor-color, cua-read-only-cursor-color)
12062 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
12063 Customization cursor type and/or cursor color.
12064 (cua--update-indications): Handle cursor type changes.
12065 (cua-mode): Update cursor indications if enabled.
12066
12067 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
12068
12069 * mouse.el (mouse-drag-copy-region): New defcustom.
12070 (mouse-set-region, mouse-drag-region-1): Use it.
12071
12072 * simple.el (kill-ring-save): If region face background color is
12073 unspecified (if no highlighting), show extent of fully visible
12074 region even if transient-mark-mode is enabled.
12075
12076 * emulation/cua-base.el (cua--standard-movement-commands):
12077 Add cua-scroll-up and cua-scroll-down.
12078 (cua-scroll-up, cua-scroll-down): New commands.
12079 (cua--init-keymaps): Remap scroll-up and scroll-down.
12080
12081 * emulation/cua-rect.el (cua--convert-rectangle-as):
12082 New defmacro.
12083 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
12084 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
12085 New commands (suggested by Jordan Breeding).
12086
12087 2004-04-30 Juanma Barranquero <lektu@terra.es>
12088
12089 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
12090
12091 2004-04-30 Mario Lang <mlang@delysid.org>
12092
12093 * diff.el (diff-switches): Fix typo in docstring.
12094
12095 2004-04-30 Alex Schroeder <alex@gnu.org>
12096
12097 * xml.el (xml-debug-print-internal): Don't add newline and
12098 indentation to text nodes and write empty elements as empty tags
12099 instead of opening and closing tags.
12100 (xml-debug-print): Take optional indent-string argument.
12101 (xml-print): Alias for xml-debug-print.
12102
12103 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12104
12105 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
12106 than duplicate call to `line-beginning-position'.
12107
12108 * progmodes/f90.el (f90-get-present-comment-type):
12109 Return whitespace, as well as comment chars, for consistent filling
12110 of comment blocks. Use `match-string-no-properties'.
12111 (f90-break-line): Trim trailing whitespace when filling comments.
12112
12113 2004-04-30 Dave Love <fx@gnu.org>
12114
12115 * calendar/diary-lib.el (diary-outlook-formats): New variable.
12116 (diary-from-outlook-internal, diary-from-outlook)
12117 (diary-from-outlook-gnus, diary-from-outlook-rmail):
12118 New functions to import diary entries from Outlook-format
12119 appointments in mail messages.
12120
12121 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * progmodes/python.el (python-send-command): New fun.
12124 (python-send-region, python-load-file): Use it.
12125
12126 * progmodes/compile.el (compilation-last-buffer): Add var alias.
12127
12128 * help-fns.el (help-C-file-name): Use new subr-name.
12129 Prepend `src/' to the file name.
12130 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
12131 (describe-function-1, describe-variable): Only find a C source file
12132 name if DOC is already loaded.
12133
12134 * help-mode.el (help-function-def, help-variable-def):
12135 Use the new find-function-search-for-symbol functionality.
12136 Allow FILE to be `C-source'.
12137
12138 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
12139 (find-function-C-source): New fun.
12140 (find-function-search-for-symbol): Use it.
12141
12142 2004-03-29 Michael Mauger <mmaug@yahoo.com>
12143
12144 * progmodes/sql.el (sql-product-alist): Rename variable
12145 `sql-product-support'. Add Postgres login parameters.
12146 (sql-set-product, sql-product-feature): Update with renamed variable.
12147 (sql-connect-postgres): Add username prompt.
12148 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
12149 Make patterns less product specific.
12150 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
12151 (sql-mode-abbrev-table): Modify initialization.
12152 (sql-builtin-face): Add variable.
12153 (sql-keywords-re): Add macro.
12154 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
12155 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
12156 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
12157 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
12158 (sql-mode-linter-font-lock-keywords)
12159 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
12160 (sql-mode-sybase-font-lock-keywords)
12161 (sql-mode-informix-font-lock-keywords)
12162 (sql-mode-interbase-font-lock-keywords)
12163 (sql-mode-ingres-font-lock-keywords)
12164 (sql-mode-solid-font-lock-keywords)
12165 (sql-mode-sqlite-font-lock-keywords)
12166 (sql-mode-db2-font-lock-keywords): Default to nil.
12167 (sql-product-font-lock): Always highlight ANSI keywords.
12168 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
12169 (sql-send-string): Add function.
12170
12171 2004-04-29 Dave Love <fx@gnu.org>
12172
12173 * progmodes/cfengine.el (cfengine-beginning-of-defun)
12174 (cfengine-end-of-defun): Ensure progress through buffer.
12175
12176 * info-look.el (cfengine-mode): Accept a terminal ().
12177
12178 2004-04-29 Juri Linkov <juri@jurta.org>
12179
12180 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
12181 instead of isearch-yank-word-or-char. Add new key bindings for
12182 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
12183 (isearch-del-char): New fun.
12184 (isearch-forward, isearch-edit-string): Update docstring.
12185 (isearch-yank-char): Doc fix.
12186 (isearch-other-meta-char): Restore point after scrolling.
12187
12188 * progmodes/compile.el (compilation-context-lines): Add nil option
12189 to disable compilation output window scrolling.
12190 (compilation-set-window): Use it.
12191
12192 * outline.el (outline-next-preface, outline-show-heading):
12193 Don't leave unhidden blank line before heading.
12194 (outline-end-of-subtree): Include last newline into subtree.
12195 (hide-entry): Leave point at beginning of heading instead of end.
12196 (outline-up-heading): Push mark for the first call of successive
12197 command calls.
12198
12199 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
12200
12201 * comint.el (comint-prompt-read-only): New variable.
12202 (comint-output-filter): Implement it.
12203
12204 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
12205 (ielm-prompt-internal): New variable.
12206 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
12207 (ielm-send-input): Delete unused variable `buf'.
12208 (ielm-eval-input): Use `ielm-prompt-internal'.
12209 (inferior-emacs-lisp-mode): Use new variables
12210 `comint-prompt-read-only' and `ielm-prompt-internal'.
12211 Get rid of obsolete variable `directory-sep-char'.
12212 (ielm): Use `zerop'.
12213
12214 2004-04-29 John Paul Wallington <jpw@gnu.org>
12215
12216 * thumbs.el (toplevel): Require cl at compile time.
12217 Remove conditional definitions of `ignore-errors' and `caddar'
12218 because they occur at run time.
12219
12220 2004-04-28 Nick Roberts <nickrob@gnu.org>
12221
12222 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
12223 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
12224 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12225 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
12226
12227 * progmodes/gud.el (gud-common-init): Throw an error if program is
12228 already running under gdb.
12229
12230 2004-04-28 John Paul Wallington <jpw@gnu.org>
12231
12232 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
12233 (thumbs-show-image-num): Move assignment of
12234 `thumbs-current-image-filename' within scope of `i'.
12235 (thumbs-emboss-image): Don't use `evenp'.
12236
12237 2004-04-28 Richard M. Stallman <rms@gnu.org>
12238
12239 * progmodes/compile.el (compilation-context-lines): Default now 0.
12240
12241 2004-04-28 Juanma Barranquero <lektu@terra.es>
12242
12243 Use `time-less-p' from calendar/time-date.el instead of defining
12244 custom versions of it.
12245
12246 * pcomplete.el (pcomplete-time-less-p): Remove.
12247
12248 * thumbs.el (time-less-p): Remove.
12249
12250 * calendar/timeclock.el (timeclock-time-less-p): Remove.
12251 (timeclock-generate-report): Use `time-less-p'.
12252
12253 * emacs-lisp/autoload.el (autoload-before-p): Remove.
12254 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
12255
12256 2004-04-28 Masatake YAMATO <jet@gyve.org>
12257
12258 * subr.el (remove-overlays): Make arguments optional.
12259
12260 * wid-edit.el (widget-specify-button): Put evaporate to the
12261 overlay for sample.
12262 (widget-specify-sample): Put evaporate to the overlay for sample.
12263 (widget-specify-doc): Put evaporate to the overlay for documentation.
12264
12265 2004-04-27 Jesper Harder <harder@ifa.au.dk>
12266
12267 * info.el (info-apropos): Make it an index node. Align node names
12268 like makeinfo.
12269
12270 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12271
12272 * net/browse-url.el (browse-url-netscape-sentinel)
12273 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
12274 (browse-url-epiphany-sentinel, browse-url-mosaic):
12275 Use browse-url-*-program instead of a literal program name.
12276
12277 2004-04-27 Kevin Ryde <user42@zip.com.au>
12278
12279 * eshell/em-alias.el:
12280 * eshell/em-dirs.el:
12281 * eshell/em-hist.el:
12282 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
12283 features when M-x customize-group loads modules before the main
12284 eshell.el.
12285
12286 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12287
12288 * subr.el (momentary-string-display): Support EXIT-CHAR that is
12289 either a character representation of an event or an event
12290 description list.
12291
12292 * type-break.el: Capitalise Emacs and Lisp.
12293 (type-break-good-break-interval, type-break-demo-boring-stats)
12294 (type-break-terse-messages, type-break-file-name): New defcustoms.
12295 (type-break-post-command-hook)
12296 (type-break-warning-countdown-string): Quote variable names in doc.
12297 (type-break-interval-start, type-break-auto-save-file-name): New vars.
12298 (type-break-mode): Document type-break-good-break-interval and the
12299 "session" file. Schedule break according to the session file.
12300 Kill session file buffer on exit. Organise for save-some-buffers
12301 to always save the session file.
12302 (type-break-mode-line-message-mode, type-break-query-mode):
12303 Uppercase arguments.
12304 (type-break-file-time, type-break-file-keystroke-count, timep)
12305 (type-break-choose-file, type-break-get-previous-time)
12306 (type-break-get-previous-count): New defuns.
12307 (type-break): Avoid break querying after a completed break in the
12308 case where the query was initiated during user invocation of the
12309 break. Optional terse messages.
12310 Use type-break-good-break-interval if type-break-good-rest-interval is
12311 nil. File the break time.
12312 (type-break-schedule): New optional args for overriding the use of
12313 the current time.
12314 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
12315 after a break.
12316 (type-break-check): File the keystroke count.
12317 (type-break-do-query): Prevent a second query when the break is
12318 interrupted. Optional terse message.
12319 (type-break-keystroke-reset): Record the start of a typing interval.
12320 (type-break-demo-boring): Optional terse messages. Display word
12321 per minute and keystroke counts according to
12322 type-break-demo-boring-stats.
12323
12324 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
12325
12326 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
12327 directories, make sure they exist under archive-tmpdir.
12328
12329 2004-04-27 Juri Linkov <juri@jurta.org>
12330
12331 * help.el (view-emacs-news): With argument, display info for the
12332 selected version by finding it among different NEWS files, and
12333 narrowing the buffer to the selected version.
12334
12335 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
12336 same-window-buffer-names.
12337 (info): New arg `buffer'. Use it. Doc fix. Read file name for
12338 non-numeric prefix argument, append the number to the buffer name
12339 for numeric prefix argument.
12340 (info-other-window): Bind same-window-regexps to nil.
12341 (Info-reference-name): Rename to Info-point-loc.
12342 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
12343 and Info-find-index-name for stringy Info-point-loc.
12344 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
12345 without middle `.', but with final `.' and optional line number
12346 for it. Set Info-point-loc for index nodes.
12347 (Info-index): Remove middle `.' from index entry regexp.
12348 Modify line number regexp.
12349 (Info-index-next): Decrement line number.
12350 (info-apropos): Remove middle `.' from index entry regexp.
12351 Add optional line number regexp at the end. Add matched value
12352 for line number to the result list and insert it to the buffer.
12353 Replace match-string by match-string-no-properties.
12354 Reorder result list.
12355 (Info-fontify-node): Hide index line numbers.
12356 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
12357 empty matches.
12358 (Info-follow-reference): Use `str' instead of
12359 Info-following-node-name-re.
12360 (Info-toc): Use full file names. Set Info-current-node to "Top".
12361 (Info-fontify-node): Compare file names without directory name.
12362 (Info-try-follow-nearest-node): Don't set Info-reference-name.
12363 Set second arg of Info-extract-menu-node-name for index nodes.
12364 (info-xref-visited): Use magenta3 instead of magenta4.
12365 (Info-mode): Add info-apropos to docstring.
12366
12367 * log-view.el (log-view-diff): Replace interactive code "r"
12368 by a list to allow to call it even if region is not active.
12369
12370 * paren.el (show-paren-highlight-openparen): New var.
12371 (show-paren-function): Turn on openparen highlighting when
12372 matching forward if show-paren-highlight-openparen is non-nil.
12373
12374 * simple.el (kill-ring-save): Use blink-matching-delay instead of
12375 the constant value 1.
12376 (completions-common-part): Expand docstring.
12377
12378 * textmodes/picture.el (picture-mode-map): Add arrow keys.
12379
12380 2004-04-27 Kim F. Storm <storm@cua.dk>
12381
12382 * image.el (insert-sliced-image): Use line-height instead of
12383 line-spacing property on newline.
12384
12385 2004-04-26 Lars Hansen <larsh@math.ku.dk>
12386
12387 * desktop.el (desktop-buffer-misc-data-function): Rename to
12388 desktop-save-buffer and change docstring.
12389 (desktop-buffer-modes-to-save): Delete.
12390 (desktop-save-buffer-p): Use desktop-save-buffer instead of
12391 desktop-buffer-modes-to-save.
12392 (desktop-save): Rename desktop-buffer-misc-data-function to
12393 desktop-save-buffer and allow non-function value.
12394 (desktop-missing-file-warning): Correct docstring.
12395
12396 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
12397 to desktop-save-buffer.
12398
12399 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
12400 desktop-save-buffer.
12401
12402 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
12403
12404 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
12405
12406 2004-04-26 Eli Zaretskii <eliz@gnu.org>
12407
12408 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
12409
12410 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
12411
12412 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
12413 (ielm): Only go to the end of the buffer when starting a new process.
12414
12415 2004-04-25 Juanma Barranquero <lektu@terra.es>
12416
12417 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
12418 mode line. Bind `inhibit-read-only' to t before modifying
12419 properties of text in the buffer.
12420 (ielm): Force point to the end of buffer, even when running ielm
12421 from inside itself.
12422
12423 2004-04-25 Jesper Harder <harder@ifa.au.dk>
12424
12425 * info.el (info-apropos): Reset Info-complete-cache.
12426
12427 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
12428
12429 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12430 Also recognize severe Irix et al. messages.
12431 (compilation-normalize-filename, compile-abbreviate-directory):
12432 Delete functions.
12433 (compilation-get-file-structure): New function inherits
12434 functionality of the two preceding ones.
12435 (compilation-internal-error-properties, compilation-fake-loc):
12436 Use it so that different paths to the same file share the same
12437 markers. Also optimize finding adjacent marker slightly.
12438
12439 2004-04-25 Kim F. Storm <storm@cua.dk>
12440
12441 * image.el (insert-sliced-image): Add line-spacing t property
12442 to newlines separating image lines.
12443
12444 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
12445
12446 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
12447
12448 * ielm.el (ielm-prompt-read-only): New user option.
12449 (ielm-prompt): Expand docstring to describe new behavior.
12450 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
12451 mention it in the docstring.
12452
12453 2004-04-24 Andreas Schwab <schwab@suse.de>
12454
12455 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
12456
12457 * diff.el (diff): Set default-directory in diff buffer.
12458
12459 2004-04-24 Eli Zaretskii <eliz@gnu.org>
12460
12461 * mail/sendmail.el (mail-bury): Don't delete the frame where the
12462 mail was being composed if the terminal cannot display more than
12463 one frame; instead, switch to previous frame.
12464
12465 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
12466 (rmail-start-mail): Support rmail-mail-new-frame even on
12467 terminals that can display only one frame at a time.
12468
12469 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
12472 (checkdoc-output-font-lock-keywords): Remove error regexp.
12473 (checkdoc-output-mode-map): Remove.
12474 (checkdoc-output-mode): Derive from compilation-mode.
12475 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
12476
12477 * dired.el (dired-mode-map): Add a menu entry for wdired.
12478
12479 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
12480 (rx-bracket, rx-check-any, rx-any): Clean up name space.
12481
12482 * wdired.el: (wdired-mode-map): Move init into declaration.
12483 Fix `return' binding.
12484 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12485 Use force-mode-line-update.
12486 (wdired-get-filename): Use `unless'.
12487 (wdired-preprocess-files): Don't assume names have no \n and use / for
12488 dir separator.
12489 (wdired-normalize-filename): Use replace-regexp-in-string.
12490 (wdired-load-hooks): Remove.
12491 (wdired-mode-hooks): Rename to wdired-mode-hook.
12492
12493 * info-look.el: Add support for cfengine-mode.
12494 (info-lookup-setup-mode): Use dolist.
12495
12496 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
12497
12498 * wdired.el: New file.
12499
12500 2004-04-23 Juanma Barranquero <lektu@terra.es>
12501
12502 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
12503
12504 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
12505 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
12506 (pcomplete--help, pcomplete--here): Doc fixes.
12507
12508 2004-04-23 Andre Spiegel <spiegel@gnu.org>
12509
12510 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
12511 handles wrong-number-of-arguments in backend call.
12512
12513 * vc.el (vc-print-log): Likewise.
12514
12515 2004-04-20 Dave Love <fx@gnu.org>
12516
12517 * emacs-lisp/rx.el: Doc fixes.
12518 (rx-constituents): Add/extend many forms.
12519 (rx-check): Check form is a list.
12520 (bracket): Defvar.
12521 (rx-check-any, rx-any, rx-check-not): Modify.
12522 (rx-not): Simplify.
12523 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
12524 (rx-kleene): Use rx-trans-forms.
12525 (rx-quote-for-set): Delete.
12526 (rx): Allow multiple args.
12527
12528 2004-04-23 Kenichi Handa <handa@m17n.org>
12529
12530 * international/mule-util.el (char-displayable-p): Simplify by
12531 using internal-char-font.
12532
12533 2004-04-23 Juanma Barranquero <lektu@terra.es>
12534
12535 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12536
12537 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * diff-mode.el (diff-next-error): New fun.
12540 (diff-mode): Use it.
12541
12542 * simple.el (next-error): Change arg name.
12543 Add support for the documented C-u C-x ` usage.
12544
12545 * frame.el (special-display-popup-frame, next-multiframe-window)
12546 (previous-multiframe-window): Only consider frames on same display.
12547
12548 2004-04-22 Lars Hansen <larsh@math.ku.dk>
12549
12550 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
12551 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
12552
12553 2004-04-22 Kim F. Storm <storm@cua.dk>
12554
12555 * net/telnet.el (telnet): Add optional port arg.
12556
12557 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12558
12559 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12560 Minor sanity check on the `hyperlink' slot.
12561
12562 * Makefile.in (recompile): Compile new files.
12563
12564 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
12565 Add byte-recompile-directory's optional `arg'.
12566
12567 * cvs-status.el (cvs-tree-use-charset): New var.
12568 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
12569 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
12570 (cvs-status-cvstrees): Use it.
12571
12572 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
12573 Make it a normal major mode.
12574 (checkdoc-buffer-label): Make sure the file name is meaningful.
12575 (checkdoc-output-to-error-buffer): Remove.
12576 (checkdoc-error, checkdoc-start-section): Rewrite.
12577
12578 * info.el (info-node, info-menu-5, info-xref, info-header-node)
12579 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12580 (Info-title-4-face): Use new syntax.
12581 (info-xref-visited): Inherit from info-xref.
12582
12583 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
12584
12585 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
12586
12587 * simple.el (next-error-last-buffer, next-error-function):
12588 New variables for the next-error framework.
12589 (next-error-buffer-p): New function.
12590 (next-error-find-buffer): Generalize compilation-find-buffer.
12591 (next-error, previous-error, first-error, next-error-no-select)
12592 (previous-error-no-select): Move from compile.el.
12593
12594 * replace.el (occur-next-error, occur-1): Hook into the next-error
12595 framework.
12596
12597 * progmodes/compile.el (compilation-start):
12598 Set next-error-last-buffer so next-error knows where to jump.
12599 (compilation-setup): Set the buffer-local variable
12600 next-error-function to 'compilation-next-error-function.
12601 (compilation-buffer-p, compilation-buffer-internal-p): Use an
12602 alternate way to find if a buffer is a compilation buffer, for
12603 next-error convenience.
12604 (next-error-no-select, previous-error-no-select, next-error)
12605 (previous-error, first-error): Move to simple.el.
12606 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
12607 (compilation-last-buffer): Remove.
12608 (compilation-start, compilation-next-error, compilation-setup)
12609 (compilation-next-error-function, compilation-find-buffer):
12610 Remove compilation-last-buffer use.
12611
12612 2004-04-21 Juanma Barranquero <lektu@terra.es>
12613
12614 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
12615 (font-lock-warning-face): Fix spacing.
12616
12617 * makefile.w32-in (WINS): Add url/ directory.
12618
12619 2004-04-21 Lars Hansen <larsh@math.ku.dk>
12620
12621 * desktop.el (desktop-buffer-mode-handlers): New variable.
12622 Alist of major mode specific functions to restore a desktop buffer.
12623 (desktop-buffer-handlers): Make variable obsolete.
12624 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
12625 Catch errors signaled in handlers. Update buffer count.
12626 Evaluate desktop-buffer-point.
12627 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
12628 move to dired.el.
12629 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
12630 move to info.el.
12631 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
12632 move to mail/rmail.el.
12633 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
12634 to mh-e/mh-e.el.
12635 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
12636 On fail, print message (to message buffer) even if
12637 desktop-missing-file-warning is nil.
12638 (desktop-buffer-misc-data-function): New buffer local variable.
12639 Function returning major mode specific data.
12640 (desktop-buffer-misc-functions): Make variable obsolete.
12641 (desktop-save): Use desktop-buffer-misc-data-function.
12642 (desktop-buffer-dired-misc-data): Rename to
12643 dired-desktop-buffer-misc-data and move to dired.el.
12644 (desktop-buffer-info-misc-data): Rename to
12645 Info-desktop-buffer-misc-data and move to info.el.
12646 (desktop-read): Add message about number of buffers restored/failed.
12647
12648 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
12649 Add parameters. Pause to display error only when
12650 desktop-missing-file-warning is non-nil.
12651 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12652 (dired-mode): Bind desktop-buffer-misc-data-function.
12653
12654 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
12655 Add Parameters.
12656 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12657 (Info-mode): Bind desktop-buffer-misc-data-function.
12658
12659 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
12660 Add Parameters.
12661
12662 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
12663 Add Parameters.
12664
12665 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
12666
12667 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
12668 the case of letters in case-insensitive expansions when the
12669 abbrev is preceded by characters with letter syntax.
12670
12671 2004-04-21 Richard M. Stallman <rms@gnu.org>
12672
12673 * progmodes/cperl-mode.el (cperl-putback-char):
12674 Delete Emacs 18 definition.
12675
12676 * international/mule.el (ctext-post-read-conversion):
12677 Use assoc-string, not assoc-ignore-case.
12678
12679 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
12680
12681 * emacs-lisp/easymenu.el (easy-menu-add):
12682 Do call x-popup-menu, but only if it's defined.
12683
12684 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
12685
12686 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
12687 Handle multiple args: compile like progn.
12688
12689 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
12690 take all args as &rest arg.
12691
12692 * autoinsert.el (auto-insert-alist): Insert the user's name in
12693 copyright notice, rather than Free Software Foundation.
12694
12695 2004-04-21 Kenichi Handa <handa@m17n.org>
12696
12697 * descr-text.el (describe-char): Make it work on *Help* buffer.
12698
12699 2004-04-21 Kim F. Storm <storm@cua.dk>
12700
12701 * image.el (insert-image): Add optional SLICE arg.
12702 (insert-sliced-image): New defun.
12703
12704 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
12705
12706 * subr.el (read-number): Check whether `default' is nil.
12707
12708 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12709
12710 * progmodes/compile.el (compilation-error-properties):
12711 Split into two.
12712 (compilation-internal-error-properties): New one.
12713 (compilation-compat-error-properties): Use it. Fix the non-marker case.
12714
12715 2004-04-20 Richard M. Stallman <rms@gnu.org>
12716
12717 * window.el (split-window-save-restore-data):
12718 Don't update the data if OLD-INFO is nil.
12719
12720 * view.el (view-return-to-alist): Mark it permanent local.
12721
12722 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
12723
12724 * recentf.el (recentf-save-list): Catch and warn about errors.
12725
12726 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
12727 so "Buffers" won't be pure.
12728
12729 * help-mode.el (help-mode-finish): Set help-return-alist first
12730 thing, setting only the entry for the selected window.
12731
12732 * help-fns.el (describe-function-1): If many non-control non-meta
12733 keys run the command, don't list all of them.
12734
12735 2004-04-20 Juanma Barranquero <lektu@terra.es>
12736
12737 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
12738 arg. Copied from Andre Spiegel's patch of 2004-03-21.
12739
12740 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
12741
12742 2004-04-20 Kenichi Handa <handa@m17n.org>
12743
12744 * international/quail.el (quail-lookup-key): New optional arg
12745 NOT-RESET-INDICES.
12746 (quail-get-translations): Call quail-lookup-key with
12747 NOT-RESET-INDICES t.
12748 (quail-completion): Likewise.
12749 (quail-lookup-map-and-concat): Likewise.
12750
12751 2004-04-20 Kenichi Handa <handa@m17n.org>
12752
12753 * international/quail.el (quail-update-translation): Don't insert
12754 such an unsupported multibyte char in a unibyte buffer.
12755
12756 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
12757
12758 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
12759 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
12760 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
12761 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
12762 (gdb-frame-assembler-buffer): Improve behaviour with
12763 multiple frames.
12764 (gdb-display-buffer): Extend search to all visible frames.
12765
12766 2004-04-19 Eli Zaretskii <eliz@gnu.org>
12767
12768 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
12769 characters left after base64 decoding.
12770 (rmail-decode-region): Use -dos variety of `coding', to remove any
12771 ^M characters left after qp or base64 decoding.
12772
12773 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12774
12775 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
12776 messages.
12777
12778 2004-04-19 Stephen Eglen <stephen@gnu.org>
12779
12780 * add-log.el (add-change-log-entry): Update doc string to mention
12781 add-log-full-name and add-log-mailing-address.
12782
12783 2004-04-18 Juri Linkov <juri@jurta.org>
12784
12785 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
12786 (Info-find-node-2): Simplify error message.
12787 (Info-insert-dir): Use Info-following-node-name.
12788 (Info-goto-node): Remove *info-history* and *info-toc*.
12789 (Info-history): Create a node of the virtual history file.
12790 (Info-toc): Create a node of the virtual toc file.
12791 (Info-insert-toc): New arg `curr-file' for reference file names.
12792 (info-apropos): Remove redundant var binding for temp-file.
12793 (Info-index, Info-index-next, Info-mode): Doc fix.
12794 (Info-goto-emacs-command-node): Don't jump to *info* from
12795 non-*info* Info buffers.
12796 (Info-fontify-node): Don't show the file name of external
12797 references if `Info-hide-note-references' is `hide'. Don't hide
12798 newlines at the end of paragraphs.
12799
12800 * international/mule-diag.el (list-input-methods):
12801 Fix args to help-xref-button.
12802
12803 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
12804 to put into effect local variables from TUTORIAL files.
12805
12806 * textmodes/paragraphs.el (sentence-end) <function>: New fun
12807 with default value taken from the variable `sentence-end'.
12808 (sentence-end) <defcustom>: Set default to nil. Doc fix.
12809 Add nil const to :type.
12810 (sentence-end-without-period, sentence-end-double-space)
12811 (sentence-end-without-space): Doc fix.
12812
12813 * textmodes/paragraphs.el (forward-sentence):
12814 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
12815 (fill-delete-newlines):
12816 * progmodes/cc-cmds.el (c-beginning-of-statement):
12817 Use function `sentence-end' instead of variable `sentence-end'.
12818
12819 2004-04-18 Andreas Schwab <schwab@suse.de>
12820
12821 * progmodes/compile.el (compilation-start): Set window start to
12822 point-min if compilation-scroll-output is nil.
12823
12824 2004-04-18 John Wiegley <johnw@newartisans.com>
12825
12826 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
12827
12828 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
12829
12830 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
12831 (gdb-info-breakpoints-custom): Revert previous change.
12832 (gdb-view-assembler): Update assembler if necessary.
12833 (gdb-frame-handler): Parse correctly for gdb-current-frame.
12834 (gdb-display-source-buffer): Update properly when both source and
12835 assembler are visible.
12836
12837 2004-04-17 John Wiegley <johnw@newartisans.com>
12838
12839 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
12840 which limits the number of names shown in the minibuffer. Off by
12841 default.
12842 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
12843 up iswitchb for users with a multitude of open buffers by showing
12844 only the first and last N/2 buffers in the completion list (which
12845 is enough to aid C-s/C-r, and to know that more characters are
12846 needed to refine the completion list).
12847
12848 2004-04-17 Richard M. Stallman <rms@gnu.org>
12849
12850 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
12851 (file-truename): Expand all ~ constructs directly.
12852 (insert-directory): Delete any error msg output by the
12853 `insert-directory-program'.
12854
12855 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
12856 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
12857 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
12858 (allout-init): Use find-file-hook, not find-file-hooks.
12859 (allout-mode): Eliminate Emacs 18 support.
12860 Use write-contents-functions, not local-write-file-hooks.
12861
12862 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
12863
12864 * progmodes/compile.el (compilation-error-properties): Fix for
12865 adding messages when there are already markers for their file.
12866 (compilation-fake-loc): New function.
12867
12868 2004-04-16 Dave Love <fx@gnu.org>
12869
12870 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
12871 (python-load-file): Fix python-orig-start setting.
12872
12873 * progmodes/compile.el: Doc fixes.
12874 (compilation-error-regexp-alist-alist)
12875 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
12876 (compilation-assq): Wrap in eval-when-compile.
12877 (compilation-mode-font-lock-keywords): Don't use list*.
12878 (compilation-start): Avoid warning.
12879 (compilation-compat-error-properties)
12880 (compilation-directory-properties): Add keymap property.
12881 (compilation-parsing-end): Make it a marker for better compatibility.
12882
12883 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
12884
12885 2004-04-16 Mark A. Hershberger <mah@everybody.org>
12886
12887 * xml.el: Doc fixes.
12888 (xml-get-children): Only looks at sub-tags and ignore strings.
12889
12890 * xml.el (xml-parse-tag): Avoid overwriting node-name.
12891
12892 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
12895
12896 2004-04-16 Andre Spiegel <spiegel@gnu.org>
12897
12898 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
12899
12900 * vc.el (vc-print-log): Likewise.
12901
12902 2004-04-16 Masatake YAMATO <jet@gyve.org>
12903
12904 * simple.el (completion-setup-function): Set an initial value
12905 to `element-common-end' before entering loop. Set a value
12906 to `element-common-end' at the end of loop.
12907 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
12908 (completions-common-part): Rename from completion-de-emphasis.
12909 (completions-first-difference): Rename from completion-emphasis.
12910 Suggested by RMS.
12911
12912 2004-04-16 Juanma Barranquero <lektu@terra.es>
12913
12914 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
12915 (bookmark-edit-annotation-mode): Add mode name.
12916
12917 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
12920 for nested conflict markers.
12921 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
12922
12923 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
12924
12925 * progmodes/gdb-ui.el (gdb-goto-info): New function.
12926
12927 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
12928
12929 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12932 Give a backtrace if requested.
12933
12934 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
12935
12936 * progmodes/python.el (python-mouse-2-command, python-RET-command):
12937 Remove unused functions.
12938 (python-orig-start-line, python-orig-file): Remove.
12939 (python-orig-start): New var.
12940 (python-input-filter, python-compilation-line-number)
12941 (python-send-region, python-load-file): Use it.
12942
12943 * info.el (info): Always jump to *info*.
12944
12945 * subr.el (posn-set-point): New function.
12946
12947 * mouse.el (mouse-set-point): Use it.
12948
12949 * progmodes/compile.el (compile-goto-error): Use it.
12950 (compilation-button-map): New keymap.
12951 (compilation-error-properties): Use it.
12952 (compilation-shell-minor-mode-map): Don't bind mouse-2.
12953
12954 * smerge-mode.el (smerge-popup-context-menu): Use it.
12955
12956 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
12957 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
12958 mouse and non-mouse case.
12959
12960 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
12961 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
12962
12963 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
12964 Make it work for non-mouse events.
12965
12966 * pcvs-info.el (cvs-status-map): Update binding name.
12967
12968 2004-04-14 Mark A. Hershberger <mah@everybody.org>
12969
12970 * xml.el (xml-maybe-do-ns): New function to handle namespace
12971 parsing of both attribute and element names.
12972 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
12973 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
12974 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
12975 (xml-parse-attlist): Make it do its own namespace parsing.
12976
12977 2004-04-14 Dave Love <fx@gnu.org>
12978
12979 * progmodes/python.el (run-python): Fix use of \n.
12980 (python-load-file): Remove `try' from Python fragment.
12981 (python-describe-symbol): Fix message.
12982
12983 * comint.el: Doc fixes.
12984 (comint-last-input-start, comint-last-input-end)
12985 (comint-last-output-start): Give them values.
12986 (comint-arguments): Avoid warning.
12987 (comint-skip-prompt): Use line-end-position.
12988 (comint-backward-matching-input): Rename arg to agree with doc.
12989 (comint-extract-string): Use syntax-ppss.
12990 (comint-dynamic-simple-complete): Delete useless list construction.
12991 (comint-redirect-subvert-readonly): New.
12992 (comint-redirect-preoutput-filter): Use it.
12993
12994 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12995 Correctly handle negative arguments when calling hook functions.
12996
12997 2004-04-14 Jesper Harder <harder@ifa.au.dk>
12998
12999 * info.el (info-apropos): Don't clobber Info-history-list.
13000
13001 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
13002
13003 * progmodes/compile.el (compilation-setup):
13004 Localize overlay-arrow-position.
13005 (compilation-sentinel): Restructure code equivalently.
13006 (compilation-next-error): Find message on same line after point if
13007 not found before point.
13008 (compile-mouse-goto-error): Restore function so that compilation
13009 buffer need not be current and use compile-goto-error.
13010 (compile-goto-error): Restore function.
13011 (next-error): Set overlay-arrow-position.
13012 (compilation-forget-errors): Don't localize already local
13013 compilation-locs and remove FIXME about refontifying.
13014
13015 2004-04-14 Kim F. Storm <storm@cua.dk>
13016
13017 * startup.el (emacs-quick-startup): New defvar (set by -Q).
13018 (command-line): New option -Q. Like -q --no-site-file, but
13019 in addition it also disables menu-bar, tool-bar, scroll-bars,
13020 tool-tips, and the blinking cursor.
13021 (command-line-1): Skip startup screen if -Q.
13022 (fancy-splash-head): Use ":align-to center" prop to center splash image.
13023
13024 * emulation/cua-base.el (cua-read-only-cursor-color)
13025 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
13026
13027 2004-04-13 Dave Love <fx@gnu.org>
13028
13029 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
13030 (syntax): Don't require.
13031 (python) <defgroup>: Add :version.
13032 (python-quote-syntax): Re-written.
13033 (inferior-python-mode): Move stuff here from run-python and add
13034 some more.
13035 (python-preoutput-continuation, python-preoutput-result)
13036 (python-dotty-syntax-table): New.
13037 (python-describe-symbol): Use them.
13038 (run-python): Move stuff to inferior-python-mode. Modify code
13039 loaded into Python.
13040 (python-send-region): Use python-proc, python-send-string.
13041 (python-send-string): Send newlines too. Callers changed.
13042 (python-load-file): Re-written.
13043 (python-eldoc-function): New.
13044 (info-look): Don't require.
13045 (python-after-info-look): New. A modified version of former
13046 top-level code for use with eval-after-load.
13047 (python-maybe-jython, python-guess-indent): Use widened buffer.
13048 (python-fill-paragraph): Re-written.
13049 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
13050 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
13051
13052 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
13055 Set compilation-error-regexp-alist earlier.
13056
13057 * progmodes/compile.el (compilation-minor-mode-map)
13058 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
13059 (compile-goto-error): Re-merge the mouse and non-mouse commands.
13060
13061 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * progmodes/compile.el (compile-goto-error): Select the buffer/window
13064 corresponding to the event.
13065
13066 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
13067
13068 * loadup.el: Add cygwin to system-type list, for unexec() support.
13069
13070 2004-04-12 John Paul Wallington <jpw@gnu.org>
13071
13072 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
13073 (ibuffer-restore-window-config-on-quit): New variable to replace
13074 `ibuffer-delete-window-on-quit'. Update all references.
13075 (ibuffer-prev-window-config): New variable.
13076 (ibuffer-quit): Restore previous window configuration instead of
13077 deleting window.
13078 (ibuffer): Save window configuration before showing Ibuffer buffer.
13079
13080 * help.el (describe-mode): Doc fix.
13081
13082 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
13085 not to treat nil as a function.
13086
13087 * vc-arch.el (vc-arch-root): Be a bit more careful.
13088 (vc-arch-register): Save the buffer if we modified it.
13089 (vc-arch-delete-rej-if-obsolete): Save excursion.
13090 (vc-arch-find-file-hook): Use the simpler after-save-hook.
13091 (vc-arch-responsible-p, vc-arch-init-version): New functions.
13092
13093 * net/ldap.el (ldap-search): Use list*.
13094
13095 2004-04-12 Juri Linkov <juri@jurta.org>
13096
13097 * info.el (Info-follow-reference): Allow multiline reference name.
13098
13099 2004-04-11 Dave Love <fx@gnu.org>
13100
13101 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
13102
13103 * progmodes/python.el: New file.
13104
13105 2004-04-11 Andre Spiegel <spiegel@gnu.org>
13106
13107 * vc-hooks.el (vc-arg-list): Function removed.
13108 (vc-default-workfile-unchanged-p): Use condition-case to check for
13109 backward compatibility.
13110
13111 * vc.el (vc-print-log): Use condition-case to check for backward
13112 compatibility.
13113
13114 2004-04-11 Juri Linkov <juri@jurta.org>
13115
13116 * dired.el (dired-faces): New defgroup.
13117 (dired-header, dired-mark, dired-marked, dired-flagged)
13118 (dired-warning, dired-directory, dired-symlink, dired-ignored):
13119 New faces.
13120 (dired-header-face, dired-mark-face, dired-marked-face)
13121 (dired-flagged-face, dired-warning-face, dired-directory-face)
13122 (dired-symlink-face, dired-ignored-face): New face variables.
13123 (dired-font-lock-keywords): Use them instead of font-lock faces.
13124 Split the rule for dired marks into 3 separate rules: for marks,
13125 marked file names and flagged file names.
13126
13127 * help-mode.el (help-make-xrefs): Add a final newline to the
13128 *Help* buffer.
13129
13130 2004-04-11 John Paul Wallington <jpw@gnu.org>
13131
13132 * replace.el (occur-engine): Distinguish between one and several
13133 matches in the matches per buffer heading.
13134
13135 2004-04-11 Kim F. Storm <storm@cua.dk>
13136
13137 * ido.el (ido-confirm-unique-completion): New defcustom.
13138 (ido-complete): Use it.
13139 (ido-write-file): Set it to t unconditionally.
13140
13141 2004-04-10 Miles Bader <miles@gnu.org>
13142
13143 RCS keyword removal (only non-comment changes are enumerated here):
13144
13145 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
13146 (byte-compile-insert-header): Don't use `byte-compile-version'.
13147 * forms.el (forms-version): Variable removed.
13148 (forms-mode): Don't use `forms-version'.
13149 * recentf.el (recentf-version): Variable removed.
13150 * progmodes/delphi.el (delphi-version): Variable removed.
13151 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
13152
13153 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
13156
13157 2004-04-09 Jesper Harder <harder@ifa.au.dk>
13158
13159 * info.el (info-apropos): Improve menu item regexp.
13160
13161 2004-04-09 Simon Josefsson <jas@extundo.com>
13162
13163 * mail/smtpmail.el: Add comment, based on report by
13164 kdc@rcn.com (Kevin D. Clark).
13165
13166 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13169 Redo one more thing that I didn't notice Daniel had undone.
13170
13171 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
13172
13173 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
13174 (gdb-goto-breakpoint, gdb-display-buffer)
13175 (gdb-display-source-buffer, gdb-view-source-function)
13176 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
13177 (gdb-source-info, gdb-frame-handler): Don't specify a window
13178 for display.
13179 (gdb-info-breakpoints-custom): Remove superfluous update of
13180 assembler buffer.
13181 (gdb-many-windows): Make settable outside gdb.
13182
13183 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
13184
13185 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
13186 Derive from fundamental-mode rather than text-mode.
13187
13188 2004-04-08 Juri Linkov <juri@jurta.org>
13189
13190 * info.el (Info-history): Doc fix.
13191 (Info-history-list): New var.
13192 (info-xref): Change magenta4 to blue, remove bold for dark and
13193 light backgrounds, change bold to underline for non-color classes.
13194 (info-xref-visited): New face.
13195 (Info-fontify-visited-nodes): New custom.
13196 (Info-hide-note-references): Add new value `hide'. Doc fix.
13197 (Info-reference-name): New var.
13198 (Info-selection-hook): New custom.
13199 (Info-edit-mode-hook): New var.
13200 (Info-find-file): New fun.
13201 (Info-find-node): Move part of code to Info-find-file.
13202 (Info-find-node-2): Add anchors to Info-history-list. Move point
13203 to the place with the reference name if name is defined.
13204 (Info-select-node): Add current node to Info-history-list.
13205 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
13206 (Info-search-whitespace-regexp): New custom.
13207 (Info-search-case-fold): New var.
13208 (Info-search): Add "case-sensitively" to the prompt.
13209 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
13210 (Info-search-case-sensitively, Info-search-next): New fun.
13211 (Info-up): Move point to the menu item of the current node.
13212 (Info-history): New fun. Add *info-history* to
13213 same-window-buffer-names.
13214 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
13215 (Info-insert-toc): New fun.
13216 (Info-build-toc): New fun.
13217 (Info-follow-reference): Add new arg `fork'. Doc fix.
13218 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
13219 with the same name prefer the reference closest to point.
13220 (Info-next-reference): Replace * by + in the *Note regexp.
13221 Add regexp for http:// and ftp://. Skip the *Note prefix.
13222 (Info-prev-reference): Replace * by + in the *Note regexp.
13223 Add regexp for http:// and ftp://. Skip the *Note prefix.
13224 (Info-follow-nearest-node): Add new arg `fork'.
13225 (Info-try-follow-nearest-node): Add new arg `fork'.
13226 Call browse-url for http:// and ftp:// references.
13227 Set Info-reference-name for index entries.
13228 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
13229 Info-search-next, Info-history, Info-toc, clone-buffer.
13230 (Info-menu-update): Replace * by + in the *Note regexp.
13231 (Info-mode): Add documentation for Info-history, Info-toc,
13232 Info-search-case-sensitively, Info-search-next, clone-buffer.
13233 (Info-fontify-menu-headers): Remove fun. Move code to
13234 Info-fontify-node.
13235 (Info-fontify-node): Add docstring. Add local vars
13236 fontify-visited-p and not-fontified-p. If not-fontified-p is t
13237 then fontify header line, titles, menu headers, http and ftp
13238 references, refill paragraphs. If not-fontified-p is t or
13239 fontify-visited-p is t then fontify cross references, menu items.
13240 Fontify menu headers. Fontify http and ftp references.
13241 Change regexp for cross references to require whitespace after *Note,
13242 add matching groups for file and node names. Remove hack for quote.
13243 Use display property for Info-hide-note-references=t. Use fifth
13244 or fourth match for help-echo. Display visited nodes in a
13245 different face. Unhide file names of external references.
13246 Unhide newlines. Display visited menu items in a different face.
13247
13248 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * progmodes/compile.el: Require CL.
13251 (compilation-mode-font-lock-keywords): Re-install the "line as
13252 function" patch.
13253
13254 * help-fns.el (help-C-source-directory): New var.
13255 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
13256 (describe-function-1, describe-variable): Use them.
13257
13258 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
13259 to C source files specially.
13260
13261 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
13262
13263 * info.el (Info-hide-cookies-node): New function.
13264 (Info-select-node): Use it.
13265 (Info-display-images-node): Remove message with image file name.
13266
13267 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
13268
13269 * progmodes/compile.el (compilation-warning-face)
13270 (compilation-info-face, compilation-skip-threshold)
13271 (compilation-skip-visited, compilation-context-lines):
13272 Declare :version when added to Emacs.
13273 (compilation-error-regexp-alist-alist): Extend caml and irix.
13274 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
13275 (compilation-mode-font-lock-keywords): Temporarily undo line as
13276 function patch, which wasn't ready.
13277
13278 2004-04-07 Kenichi Handa <handa@m17n.org>
13279
13280 * international/latin1-disp.el (latin1-display-setup): Check each
13281 character is displayable or not instead of calling
13282 latin1-display-check-font.
13283
13284 2004-04-06 Kenichi Handa <handa@m17n.org>
13285
13286 * language/ethio-util.el (ethio-sera-being-called-by-w3):
13287 New variable.
13288 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
13289 instead of sera-being-called-by-w3.
13290 (ethio-fidel-to-sera-buffer): Likewise.
13291 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
13292 instead of sera-being-called-by-w3.
13293 (ethio-write-file): Likewise.
13294
13295 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13296
13297 * printing.el: Doc fix.
13298
13299 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
13300
13301 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
13302 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
13303 (gdb-setup-windows): Only use separate IO buffer if required.
13304
13305 2004-04-06 Kim F. Storm <storm@cua.dk>
13306
13307 * term.el (term-is-xemacs): Remove.
13308 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
13309 (term-window-width): New function.
13310 (term-mode, term-check-size): Use it.
13311 (term-mode): Disable overflow-newline-into-fringe in term buffer.
13312
13313 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
13314
13315 * cus-edit.el (custom-add-parent-links): Change unbound variable
13316 `symbol' to `name'.
13317
13318 2004-04-05 Jesper Harder <harder@ifa.au.dk>
13319 * info.el (info-apropos): New function.
13320 (Info-mode-menu): Add it.
13321 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
13322
13323 * help-mode.el (help-make-xrefs): Recognize aliased variable with
13324 inherited docstring.
13325
13326 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
13327
13328 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
13331
13332 * progmodes/compile.el (font-lock): Don't require any more.
13333 (compilation-error-properties, compilation-start, compilation-sentinel)
13334 (compilation-filter, next-error): Use with-current-buffer.
13335 (compilation-skip-to-next-location, compilation-skip-threshold)
13336 (compilation-skip-visited): Move to silence the byte-compiler.
13337 (compilation-setup): Simplify.
13338 (compilation-next-error): Use line-(beginning|end)-position.
13339 Make sure `pt' is non-nil before using compilation-loop.
13340 (compile-goto-error): Add optional event arg. Use it.
13341 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
13342 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
13343 Update the binding for mouse-2.
13344 (first-error): Set compilation-current-error to nil rather than bob.
13345 (compilation-parsing-end, compilation-parse-errors-function)
13346 (compilation-error-list, compilation-old-error-list):
13347 "New" compatibility variables.
13348 (compile-buffer-substring, compilation-compat-error-properties)
13349 (compilation-compat-parse-errors, compilation-forget-errors):
13350 New compatibility functions.
13351 (compilation-mode-font-lock-keywords): Use them.
13352
13353 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
13354
13355 * autorevert.el (auto-revert-handler): If point (or a window
13356 point) is at the end of the buffer, keep it there after
13357 reverting. This allows to tail a file.
13358 Mention this in the `Commentary'.
13359
13360 * format.el (format-write-file): Add optional argument CONFIRM
13361 and make it behave like the analogous argument to `write-file'.
13362
13363 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13364
13365 * progmodes/ebnf2ps.el: Doc fix.
13366 (ebnf-version): New version number (4.2).
13367 (ebnf-syntax): Customization and docstring fix.
13368 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
13369 Put autoloaded funs before first use.
13370 (ebnf-style-database): Add dtd entry.
13371 (ebnf-syntax-alist): Add dtd initialization.
13372 (ebnf-token-sequence): New fun.
13373 (ebnf-comment-table): Add new comment action character.
13374 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
13375
13376 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
13377 Type Definition for XML).
13378
13379 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
13380 * progmodes/ebnf-bnf.el (ebnf-sequence):
13381 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
13382 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
13383 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
13384 Code simplification: call ebnf-token-sequence.
13385
13386 2004-04-04 Eli Zaretskii <eliz@gnu.org>
13387
13388 * calendar/timeclock.el (timeclock-relative)
13389 (timeclock-get-project-function, timeclock-get-workday-function)
13390 (timeclock-query-out, timeclock-when-to-leave)
13391 (timeclock-when-to-leave-string, timeclock-log-data)
13392 (timeclock-generate-report, timeclock-in): Doc fixes.
13393
13394 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * url/: New dir. Import the URL package from its repository.
13397
13398 2004-04-03 Andreas Schwab <schwab@suse.de>
13399
13400 * diff-mode.el (diff-mode): Fix missing quote.
13401
13402 2004-04-03 Juri Linkov <juri@jurta.org>
13403
13404 * descr-text.el (describe-property-list): Add `font-lock-face'.
13405
13406 * dired.el (dired-font-lock-keywords): Fix permission regexps.
13407
13408 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13409
13410 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
13411 Use utf-16le on little endian machines and utf-16be otherwise.
13412
13413 2004-04-02 David Kastrup <dak@gnu.org>
13414
13415 * net/browse-url.el (browse-url-generic): Use call-process
13416 instead of start-process to allow browsers that fork and detach.
13417
13418 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
13419
13420 * compile.el (compilation-current-error): New var.
13421 (compilation-setup, compile-mouse-goto-error)
13422 (compile-goto-error, next-error): Use it.
13423 (compilation-skip-to-next-location): Default to t, which gives
13424 contiguous skipping like old compile (where this was redundant).
13425 (compilation-next-error): Prevent previous-* commands from moving
13426 back to message at or just before point.
13427
13428 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
13429
13430 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
13431 (gdb-source-info): Don't display source at startup, if required.
13432 (gdb-show-main): New option.
13433 (gdba): Update documentation.
13434 (gdb-source): Cover case of auto-display output.
13435
13436 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
13437
13438 * autorevert.el: Delete obsolete autoload's and defvar's.
13439 (auto-revert-check-vc-info): New user option.
13440 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13441 (auto-revert-handler-vc): Delete.
13442 (auto-revert-handler): Treat return value `fast' of
13443 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
13444
13445 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
13446 return `fast'.
13447
13448 * files.el (buffer-stale-function): Doc change.
13449
13450 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13451
13452 * printing.el: New tip on Tips section.
13453 (pr-version): New version number (6.7.4).
13454 (pr-shell-file-name): Initialization fix.
13455
13456 2004-03-31 Juri Linkov <juri@jurta.org>
13457
13458 * dired.el: Add autoload for `dired-do-touch'.
13459 (dired-touch-program): New var.
13460 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
13461 (dired-no-confirm): Add `touch' to docstring.
13462
13463 * dired-aux.el (dired-do-touch): New fun.
13464 (dired-do-chxxx): Add argument -t for touch operation.
13465
13466 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
13467 `dired-move-to-filename-regexp'.
13468
13469 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
13470
13471 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
13472
13473 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13474
13475 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
13476 and only if the buffer was modified.
13477
13478 2004-03-30 Kenichi Handa <handa@m17n.org>
13479
13480 * international/characters.el: Delete pairs for U+2308..U+230B.
13481
13482 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
13483
13484 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
13485 to detect the beginning of a level 2 or 3 annotation.
13486
13487 2004-03-29 Kenichi Handa <handa@m17n.org>
13488
13489 * international/ucs-tables.el (ucs-insert): Fix the error message.
13490
13491 2004-03-29 Kenichi Handa <handa@m17n.org>
13492
13493 * international/mule-util.el (char-displayable-p): Fix generation
13494 of XLFD file name.
13495
13496 * Makefile.in (setwins, setwins_almost): Change directory to $wd
13497 before finding directories by `find'.
13498
13499 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13500
13501 * subr.el (interactive-form): Delete. Now implemented in C.
13502
13503 * pcvs.el (cvs-parse-process): Workaround for Darwin.
13504
13505 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
13506 (vc-diff-label): New fun.
13507 (vc-diff-internal): Use it.
13508
13509 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
13510
13511 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13512
13513 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
13514
13515 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
13516 specify XML (EBNFX).
13517
13518 * progmodes/ebnf2ps.el: Doc fix.
13519 (ebnf-version): New version number (4.1).
13520 (ebnf-syntax): Adjust customization.
13521 (ebnf-style-database): Add ebnfx entry.
13522 (ebnf-syntax-alist): Add ebnfx initialization.
13523 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
13524
13525 * printing.el: Doc fix.
13526 (pr-version): New version number (6.7.3).
13527 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
13528 returns nil for mouse position. Reported by Drew Adams
13529 <drew.adams@oracle.com>.
13530 (pr-update-menus): Modify interactive declaration. Reported by Drew
13531 Adams <drew.adams@oracle.com>.
13532
13533 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
13534
13535 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
13536 (gud-gdba-marker-filter): Log the process input and output, if
13537 required. From Stefan Monnier.
13538 (gdb-debug-log, gdb-enable-debug-log): New variables.
13539 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
13540
13541 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
13544 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
13545
13546 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
13547
13548 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
13549 Call vc-find-file-hook here instead of in auto-revert-buffers.
13550 (auto-revert-buffers): Delete call to vc-find-file-hook.
13551 (auto-revert-verbose, global-auto-revert-non-file-buffers)
13552 (global-auto-revert-mode, auto-revert-set-timer)
13553 (auto-revert-handler, auto-revert-buffers): Doc fixes.
13554
13555 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13556
13557 * woman.el (woman-change-fonts): Rename local variable
13558 woman-font-alist to font-alist to avoid a compiler warning.
13559
13560 2004-03-27 Dave Love <fx@gnu.org>
13561
13562 * emacs-lisp/rx.el (rx): Doc fix.
13563 Fix copyright years.
13564
13565 * strokes.el (strokes-global-set-stroke-string): New function.
13566 (strokes-list-strokes): Cope with strings, not just commands.
13567 Set foreground colour of image.
13568 (strokes-global-set-stroke): Doc fix.
13569
13570 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
13571
13572 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
13573 Auto Revert mode.
13574 (Buffer-menu-files-only): New variable.
13575 (Buffer-menu-toggle-files-only): New function.
13576 (Buffer-menu-mode-map): Bind it to `T'.
13577 (Buffer-menu-mode): Mention `T' in docstring.
13578 Set buffer-stale-function.
13579 (list-buffers-noselect): Mark buffer non-modified and set
13580 Buffer-menu-files-only.
13581
13582 * dired.el (buffer-stale-function): Remove no longer needed defvar.
13583
13584 * autorevert.el (auto-revert-handler): Print revert message
13585 before, rather than after, reverting.
13586 (buffer-stale-function): Move to files.el.
13587
13588 * files.el (buffer-stale-function): Move here from autorevert.el.
13589
13590 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
13593
13594 * calc/calc.el (calc-mode-map): Use mapc.
13595
13596 * apropos.el (apropos-mode): Don't autoload.
13597 (apropos-symbols-internal): New fun. Extracted from `apropos'.
13598 (apropos): Use it.
13599 (apropos-print): Add optional `text' argument.
13600 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
13601 Don't assume point-min == 1.
13602
13603 * bs.el (bs-buffer-list): Use buffer-local-value.
13604 (bs--set-toggle-to-show): Use with-current-buffer.
13605
13606 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
13607 New funs.
13608 (list-buffers-noselect): Use them. Adjust :align-to to new style.
13609
13610 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
13611
13612 * dabbrev.el (dabbrev-expand): Fix regexp construction.
13613 (dabbrev--find-expansion): Use pop.
13614 (dabbrev--search): Use match-string-no-properties.
13615
13616 * dired.el (dired-mode): Use run-mode-hooks.
13617 (dired-move-to-end-of-filename): Use match-string.
13618
13619 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
13620 is bound before using it.
13621 (ediff-verbose-p): Make it into a var since it's not constant.
13622
13623 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
13624
13625 * faces.el (read-face-font): Don't cons up unnecessarily.
13626 (header-line, tool-bar): Share common parts.
13627
13628 * files.el (file-relative-name): Use compare-strings.
13629
13630 * finder.el (finder-mode): Follow coding convention.
13631
13632 * subr.el (read-number): New function.
13633
13634 * ses.el (ses-read-number): Move to subr.el.
13635 (ses-set-header-row): Use read-number.
13636
13637 2004-03-26 Andre Spiegel <spiegel@gnu.org>
13638
13639 * vc-hooks.el (vc-arg-list): New function, which handles both
13640 compiled and uncompiled code.
13641 (vc-default-workfile-unchanged-p): Use it.
13642
13643 * vc.el (vc-print-log): Undo prev change, use new function
13644 vc-arg-list from vc-hooks.el.
13645
13646 2004-03-26 Masatake YAMATO <jet@gyve.org>
13647
13648 * simple.el (completion-setup-function): Emphasize the
13649 first uncommon characters in the completions; and de-emphasize
13650 the common prefix substrings.
13651 (completion-emphasis): New face.
13652 (completion-de-emphasis): New face.
13653
13654 2004-03-25 Juanma Barranquero <lektu@terra.es>
13655
13656 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
13657 Comment out (it's unused and unfinished code).
13658
13659 2004-03-25 Sam Steingold <sds@gnu.org>
13660
13661 * vc.el (vc-print-log): Fix a bug in the last patch:
13662 backend-function may be a byte-compiled object, not a lambda.
13663
13664 2004-03-25 Juri Linkov <juri@jurta.org>
13665
13666 * descr-text.el (describe-property-list): Add a button
13667 for `face' property that calls `describe-face'.
13668 Suggested by luis fernandes <elf@ee.ryerson.ca>
13669
13670 * international/mule.el (keyboard-coding-system):
13671 * kmacro.el (kmacro-call-macro): Fix docstring.
13672
13673 * dired.el: Fix comments.
13674
13675 * textmodes/fill.el (fill): Fix Info link.
13676
13677 * font-lock.el (fast-lock, lazy-lock):
13678 * jit-lock.el (jit-lock): Remove links to removed Support Modes
13679 Info node.
13680
13681 * eshell/eshell.el (eshell): Fix broken info-link.
13682
13683 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
13684 * eshell/em-banner.el (eshell-banner):
13685 * eshell/em-smart.el (eshell-smart):
13686 * eshell/esh-cmd.el (eshell-cmd):
13687 Comment out broken info-links to incomplete Info manual.
13688
13689 * info-xref.el: Fix commentary.
13690
13691 2004-03-25 Kevin Ryde <user42@zip.com.au>
13692
13693 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
13694 Remove spurious node duplicate suppression, doesn't work, not wanted.
13695 (info-xref-output): Take format style args, add "sit-for 0" to let
13696 user see the results as they progress.
13697 (info-xref-check-all-custom): New function.
13698
13699 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
13700
13701 * gdb-ui.el: Moved to progmodes.
13702
13703 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
13706
13707 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13708
13709 * calendar/appt.el (appt-check): Remove superfluous progn.
13710 When finished with diary buffer: if it was not being displayed
13711 before, kill it; otherwise restore its original state.
13712 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
13713
13714 * calendar/calendar.el (calendar-set-mode-line): Use total
13715 available mode-line width, rather than frame-width.
13716
13717 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
13718 after mode change so effect not lost.
13719
13720 2004-03-23 Dave Love <fx@gnu.org>
13721
13722 * dired.el (dired) <defgroup>: Add link to manual.
13723 (dired-font-lock-keywords): Add highlighting on unusual permissions.
13724 (dired-revert): Use dolist.
13725 (dired-mode-map): Add U binding.
13726 (dired-mode): Add font-lock-beginning-of-syntax-function.
13727 (dired-garbage-files-regexp): Make it a defcustom.
13728
13729 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13730
13731 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
13732 is equivalent to nil.
13733 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
13734 (vc-arch-mode-line-string): Accept `added' state.
13735 (vc-arch-state): Use inode-sigs if available.
13736 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
13737 Copy&delete existing id file if any. Fallback if uuidgen is absent.
13738 (vc-arch-tagline-re): New var.
13739 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
13740 New functions.
13741 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
13742 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
13743
13744 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
13745 (vc-file-not-found-hook): Use it.
13746
13747 * diff-mode.el (diff-default-read-only): Change default.
13748 (diff-mode-hook): Make it a defcustom. Add some options.
13749 (diff-mode-map): Bind diff-refine-hook.
13750 (diff-yank-handler): New var.
13751 (diff-yank-function): New fun.
13752 (diff-font-lock-keywords): Use them.
13753 (diff-end-of-file): Handle case where file-header looks like diff text.
13754 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
13755 (diff-file-kill): Delete a subsequent empty line, if applicable.
13756 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
13757 (diff-find-file-name): Use it.
13758 (diff-tell-file-name): New command.
13759 (diff-mode): Be careful with view-mode.
13760 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
13761 New functions, for use in diff-mode-hook.
13762 (diff-find-source-location): Catch "regex too large" errors.
13763 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
13764 (diff-refine-hunk): New command.
13765
13766 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
13767 (smerge-context-menu-map): Remove unused var.
13768 (smerge-keep-all): Preserve markers.
13769 (smerge-keep-n): New fun.
13770 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13771 (smerge-keep-current, smerge-ediff): Use it.
13772 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
13773 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
13774 (smerge-resolve): Resolve trivial 3-part conflicts.
13775
13776 2004-03-23 Juri Linkov <juri@jurta.org>
13777
13778 * man.el (Man-width): New var.
13779 (Man-getpage-in-background): Use it.
13780 (Man-support-local-filenames): New var and fun.
13781 (Man-build-man-command): Don't add a second %s.
13782 (Man-fontify-manpage): Clean up message.
13783 (Man-mode): Set outline-regexp, outline-level,
13784 imenu-generic-expression.
13785
13786 * woman.el (woman-fill-frame): Doc fix.
13787 (woman-decode-region): Use window-width instead of frame-width.
13788
13789 * abbrevlist.el (list-one-abbrev-table):
13790 * descr-text.el (describe-char):
13791 * international/mule-diag.el (describe-current-coding-system):
13792 * international/quail.el (quail-insert-decode-map):
13793 Use window-width instead of frame-width.
13794
13795 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
13796 (jka-compr-mode-alist-additions): Add tbz.
13797 (jka-compr-write-region, jka-compr-insert-file-contents):
13798 Add message for undefined compress-program.
13799 (jka-compr-write-region): Remove redundant var bindings.
13800
13801 * dired-x.el (dired-guess-shell-alist-default): Add choices for
13802 extracting files into subdirectory. Add tbz and dz. Fix regexps.
13803 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
13804 (dired-man): Use dired-guess-shell-command.
13805 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
13806 Change default nil to t.
13807
13808 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
13809 (dired-compare-directories): Add default value for empty input.
13810
13811 * help-at-pt.el: Move suggestions for key bindings to Commentary.
13812
13813 * time.el (display-time-string-forms): Fix help-echo date format.
13814
13815 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
13816
13817 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
13818 (buffer-stale-function): New variable.
13819 (auto-revert-list-diff, auto-revert-dired-file-list)
13820 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
13821 (auto-revert-handler): Take over some functionality of deleted
13822 functions.
13823 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
13824
13825 * dired.el (dired-directory-changed-p): New fun, extracted from
13826 dired-internal-noselect.
13827 (dired-buffer-stale-p): New fun.
13828 (dired-internal-noselect): Use dired-directory-changed-p.
13829 Eliminate revert messages.
13830 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
13831
13832 2004-03-23 Kenichi Handa <handa@m17n.org>
13833
13834 * international/characters.el: Setup syntaxes for more parentheses
13835 Unicode characters.
13836
13837 * international/mule-cmds.el (select-safe-coding-system):
13838 Merge coding-system and auto-cs before comparing them.
13839
13840 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13841
13842 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
13843
13844 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13845 normal-auto-fill-function and comment-indent-function.
13846 The default values now work just as well.
13847 Don't set font-lock-beginning-of-syntax-function since we already set
13848 syntax-begin-function.
13849 (lisp-outline-level): Put ;;;###autoload at same level as (.
13850 (prin1-char): Quote special chars.
13851
13852 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
13853 than with-no-warnings.
13854
13855 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
13856 if the source location can't be found.
13857 (edebug-compute-previous-result): Use prin1-char.
13858
13859 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
13860 (debug-ignored-errors): Add an entry.
13861
13862 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
13863 (byte-compile-file): Output warning when deleting a file.
13864
13865 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
13866 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
13867
13868 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
13869 (byte-compile-inline-expand): Use backquote.
13870 (byte-optimize-pure-func): Rename from byte-optimize-concat.
13871 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
13872
13873 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
13874
13875 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
13876
13877 2004-03-22 Juri Linkov <juri@jurta.org>
13878
13879 * finder.el (finder-known-keywords): Fix data, tex, unix.
13880
13881 * play/landmark.el: Fix keywords.
13882
13883 * language/ethio-util.el (ethio-find-file): Doc fix.
13884
13885 * emacs-lisp/warnings.el: Doc fix.
13886
13887 * textmodes/ispell.el (ispell-help): Doc fix.
13888
13889 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
13890
13891 * format.el (format-insert-file): Always return a list of two
13892 elements, like insert-file-contents does.
13893
13894 2004-03-21 Andre Spiegel <spiegel@gnu.org>
13895
13896 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
13897 and vc-BACKEND-diff.
13898 (vc-print-log): If the print-log implementation supports it, use
13899 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
13900 (vc-version-diff, vc-diff-internal): Doc fixes.
13901
13902 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
13903 implementation supports it, let diff output go to *vc*,
13904 not *vc-diff*, since this is an internal call.
13905
13906 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
13907
13908 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
13909
13910 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
13911
13912 2004-03-21 Dave Love <fx@gnu.org>
13913
13914 * progmodes/cfengine.el (cfengine-mode):
13915 Set parse-sexp-ignore-comments.
13916
13917 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
13918
13919 2004-03-21 Juanma Barranquero <lektu@terra.es>
13920
13921 * allout.el (allout-mode): Fix docstring.
13922
13923 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
13924
13925 * files.el (insert-directory): Fix bug if SWITCHES is a list.
13926
13927 * autorevert.el (auto-revert-interval): Make new value take
13928 effect immediately when set through Custom.
13929 (auto-revert-set-timer): Add interactive declaration.
13930
13931 2004-03-19 David Ponce <david@dponce.com>
13932
13933 * ruler-mode.el (ruler-mode-header-line-format-old):
13934 Don't `make-variable-buffer-local'.
13935 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
13936 (ruler-mode-header-line-format): Simply funcall the above.
13937 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
13938 to save/restore a previous header line format.
13939 (ruler-mode-space): Don't depend on a numeric WIDTH value.
13940 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
13941 fringes and margins width.
13942 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
13943
13944 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * log-edit.el (log-edit-font-lock-keywords): Typo.
13947
13948 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
13949 (tex-send-tex-command): Rather than here.
13950 (tex-compilation-parse-errors): Simplify.
13951
13952 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
13953
13954 * time.el (display-time-string-forms): Add help-echo with date on time.
13955
13956 * composite.el (compose-region): Use restore-buffer-modified-p.
13957
13958 * disp-table.el (standard-display-8bit): Simplify.
13959
13960 * server.el (server-process-filter): Delete temp frame.
13961
13962 * add-log.el (add-change-log-entry): Simplify.
13963
13964 2004-03-19 Kim F. Storm <storm@cua.dk>
13965
13966 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
13967 (hexl-follow-line): Don't require 'fringe.
13968
13969 * progmodes/compile.el (compilation-start): Always set
13970 compilation-last-buffer and return it.
13971
13972 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
13973
13974 * simple.el (clone-buffer): Doc fix.
13975
13976 2004-03-18 Juanma Barranquero <lektu@terra.es>
13977
13978 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
13979
13980 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * log-edit.el (log-edit-font-lock-keywords): New var.
13983 (log-edit-mode): Use it.
13984
13985 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
13986
13987 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
13988 properly for watching in speedbar.
13989
13990 2004-03-17 Masatake YAMATO <jet@gyve.org>
13991
13992 * smerge-mode.el (smerge-popup-context-menu):
13993 Put `unwind-protect' around `overlay-put' and `popup-menu'.
13994
13995 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
13998 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
13999 Take sealed revisions into account.
14000 (vc-arch-checkin): Extract a summary line from the message.
14001
14002 2004-03-16 Masatake YAMATO <jet@gyve.org>
14003
14004 * register.el (register): Provide `register' feature.
14005
14006 2004-03-15 Masatake YAMATO <jet@gyve.org>
14007
14008 Added context menu support in smerge mode.
14009 Most of the part is written by Stefan Monnier.
14010
14011 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
14012 New keymap and menu.
14013 (smerge-text-properties): New function.
14014 (smerge-remove-props): New function.
14015 (smerge-popup-context-menu): New function.
14016 (smerge-resolve): Call `smerge-remove-props'.
14017 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
14018 (smerge-keep-current): Ditto.
14019 (smerge-kill-current): New function.
14020 (smerge-match-conflict): Put text properties.
14021 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
14022
14023 2004-03-15 David Ponce <david@dponce.com>
14024
14025 * ruler-mode.el: (ruler-mode-left-fringe-cols)
14026 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
14027 (ruler-mode-right-scroll-bar-cols): Remove.
14028 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
14029 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
14030 Use fringe-columns and scroll-bar-columns.
14031
14032 2004-03-15 Masatake YAMATO <jet@gyve.org>
14033
14034 * hl-line.el (hl-line-range-function): New variable.
14035 (hl-line-move): New function.
14036 (global-hl-line-highlight): Use `hl-line-move'.
14037 (hl-line-highlight): Ditto.
14038
14039 * scroll-bar.el (scroll-bar-columns):
14040 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
14041
14042 * ruler-mode.el (top-level): Require scroll-bar and fringe.
14043 (ruler-mode-left-fringe-cols)
14044 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
14045 (ruler-mode-right-scroll-bar-cols)
14046 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
14047 (ruler-mode-ruler-function): New variable.
14048 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
14049 if the value for `ruler-mode-ruler-function'is given.
14050
14051 * hexl.el (hexl-mode-hook): Make the hook customizable.
14052 (hexl-address-area, hexl-ascii-area): New customize variables.
14053 (hexlify-buffer): Put font-lock-faces on the address area and
14054 the ascii area.
14055 (hexl-activate-ruler): New function.
14056 (hexl-follow-line): New function.
14057 (hexl-highlight-line-range): New function.
14058 (hexl-mode-ruler): New function.
14059
14060 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14061
14062 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
14063 (vc-default-find-file-hook): New fun.
14064 (vc-find-file-hook): Call new find-file-hook operation.
14065
14066 * vc-arch.el: New file.
14067
14068 2004-03-12 Jesper Harder <harder@ifa.au.dk>
14069
14070 * info-look.el (info-lookup): Reuse an existing Info window.
14071
14072 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14073
14074 * woman.el (woman-preserve-ascii): Default value changed to t and
14075 doc string revised.
14076
14077 2004-03-12 Richard M. Stallman <rms@gnu.org>
14078
14079 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14080 Fix minor bug.
14081
14082 * replace.el (occur-engine): Change message for count of matches.
14083
14084 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
14085 For strings, do compare text properties.
14086
14087 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
14088
14089 * progmodes/compile.el (compile-auto-highlight)
14090 (compilation-error-list, compilation-old-error-list)
14091 (compilation-parse-errors-function, compilation-parsing-end)
14092 (compilation-error-message, compilation-directory-stack)
14093 (compilation-enter-directory-regexp-alist)
14094 (compilation-leave-directory-regexp-alist)
14095 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
14096 (compilation-current-file, compilation-regexps): Remove vars.
14097
14098 (compile-error-at-point, compilation-error-filedata)
14099 (compilation-error-filedata-file-name, compile-reinitialize-errors)
14100 (compilation-next-error-locus, compilation-forget-errors)
14101 (count-regexp-groupings, compilation-parse-errors)
14102 (compile-collect-regexps, compile-buffer-substring): Remove funs.
14103
14104 (compile-internal): Make obsolete.
14105
14106 (compilation-first-column, compilation-error)
14107 (compilation-directory-matcher, compilation-page-delimiter)
14108 (compilation-mode-font-lock-keywords, compilation-debug)
14109 (compilation-error-face, compilation-warning-face)
14110 (compilation-info-face, compilation-line-face)
14111 (compilation-column-face, compilation-enter-directory-face)
14112 (compilation-leave-directory-face, compilation-skip-threshold)
14113 (compilation-skip-visited, compilation-context-lines): New vars.
14114
14115 (compilation-warning-face, compilation-info-face)
14116 (compilation-message-face): New faces.
14117
14118 (compilation-error-regexp-alist-alist): New constant.
14119
14120 (compilation-face, compilation-directory-properties)
14121 (compilation-assq, compilation-error-properties, compilation-start)
14122 (define-compilation-mode, compilation-loop)
14123 (compilation-set-window): New functions.
14124
14125 (compile): Additional argument for interactive compiles like TeX.
14126
14127 * progmodes/grep.el (kill-grep): Move here from compile.el
14128 (grep-error, grep-hit-face, grep-error-face)
14129 (grep-mode-font-lock-keywords): New variables.
14130 (grep-regexp-alist): Simplify regexp and add `binary' case.
14131 (grep-mode): New mode.
14132 (grep-process-setup): Simplify.
14133
14134 2004-03-11 Jason Rumney <jasonr@gnu.org>
14135
14136 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
14137 letters on DOS/Windows.
14138
14139 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * server.el (server-name): New var.
14142 (server-socket-dir): New var to replace server-socket-name.
14143 (server-start): Use them.
14144
14145 2004-03-11 Simon Josefsson <jas@extundo.com>
14146
14147 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
14148 died to avoid infloop. Reported by Jonathan Glauner
14149 <jglauner@sbum.org>.
14150
14151 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
14154 (smerge-mode-menu): Use it to deactivate menu entries.
14155 (smerge-keep-current): New fun.
14156 (smerge-keep-current): Use it.
14157
14158 2004-03-10 John Paul Wallington <jpw@gnu.org>
14159
14160 * foldout.el (foldout-fold-list, foldout-modeline-string):
14161 Declare them as variables, not constants.
14162
14163 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14164
14165 * ps-print.el: Modification to print *Messages* buffer.
14166 (ps-print-version): New version 6.6.4.
14167 (ps-message-log-max): New fun.
14168 (ps-spool-without-faces, ps-spool-with-faces)
14169 (ps-count-lines-preprint): Code fix.
14170
14171 * printing.el: New tips in Tips section.
14172
14173 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14174
14175 * delim-col.el: Doc fix.
14176
14177 * printing.el: Doc fix. New doc section (Tips).
14178
14179 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * type-break.el (type-break-emacs-variant): Remove.
14182 (type-break-run-at-time, type-break-cancel-function-timers):
14183 Use fboundp rather than version name and number.
14184
14185 2004-03-09 Masatake YAMATO <jet@gyve.org>
14186
14187 * hexl.el (hexl-mode): Use `make-local-variable' instead of
14188 `make-variable-buffer-local'.
14189
14190 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
14191
14192 * find-dired.el (find-dired): Call `shell-command' instead of
14193 `start-process-shell-command'. By this, Tramp takes over
14194 handling of remote directories.
14195
14196 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * newcomment.el (comment-use-global-state): New var.
14199 (comment-search-forward): Use it.
14200
14201 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
14202
14203 * cus-edit.el (fill) <defgroup>: Move to fill.el.
14204
14205 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
14206 (enable-kinsoku): Make it a defcustom.
14207 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
14208 paragraph to same-comment-start-marker.
14209
14210 2004-03-07 Dave Love <fx@gnu.org>
14211
14212 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
14213 (browse-url-mail): Use it.
14214
14215 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
14216 (rfc2368-unhexify-string): Use replace-regexp-in-string.
14217
14218 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14219
14220 * woman.el (woman-man.conf-path): Doc fix.
14221 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
14222
14223 2004-03-07 Eli Zaretskii <eliz@gnu.org>
14224
14225 * sort.el (sort-columns): Remove ms-dos from the list of systems
14226 where the external `sort' command is not used.
14227
14228 2004-03-07 Kim F. Storm <storm@cua.dk>
14229
14230 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
14231 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
14232 from overlay-arrow-variable-list.
14233 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
14234
14235 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
14236
14237 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
14238 overlay arrow string properly for the assembler buffer.
14239
14240 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 * mail/sendmail.el (mail-mode): Fix last change.
14243
14244 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
14245
14246 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
14247 for the assembler buffer.
14248 (gdb-assembler-custom): Position the overlay arrow.
14249 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
14250
14251 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
14254
14255 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
14256 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
14257
14258 * mail/sendmail.el (mail-mode): Set comment-start-skip.
14259
14260 * newcomment.el (uncomment-region): Allow non-terminated comment.
14261 (comment-normalize-vars): Check the user-specified comstart marker.
14262
14263 2004-03-04 Jesper Harder <harder@ifa.au.dk>
14264
14265 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
14266 Otherwise, do use it if the region only contains font-lock text
14267 properties.
14268
14269 2004-03-04 Masatake YAMATO <jet@gyve.org>
14270
14271 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
14272 as the callback function for eldoc.
14273 (hexl-print-current-point-info): New function.
14274 (hexl-current-address): Print the address in both decimal
14275 and hexadecimal format.
14276
14277 2004-03-04 Richard M. Stallman <rms@gnu.org>
14278
14279 * mail/rmail.el (rmail-convert-to-babyl-format):
14280 Specify t for UNIBYTE when calling mail-unquote-printable-region.
14281
14282 * mail/mail-utils.el (mail-unquote-printable-region):
14283 New arg UNIBYTE.
14284
14285 * startup.el (command-switch-alist): Doc fix.
14286
14287 * simple.el (undo): Temporarily set this-command to `undo-start',
14288 then set it to `undo' once undo-start returns without error.
14289
14290 * simple.el (minibuffer-history-sexp-flag): Doc fix.
14291
14292 * simple.el (kill-line): Don't disregard trailing whitespace
14293 in eol condition, if show-trailing-whitespace is set.
14294
14295 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
14296 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
14297 When disabling, restore old values only if mouse-sel-has-been-enabled.
14298
14299 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
14300 (isearch-{-char): New function.
14301 (isearch-mode-map): Bind { to isearch-{-char.
14302
14303 * font-lock.el (lisp-font-lock-keywords-2):
14304 Turn off the CL with-... and do-... general patterns.
14305 Instead, recognize several specific with... and do... constructs.
14306
14307 * files.el (switch-to-buffer-other-window):
14308 Bind same-window-buffer-names and same-window-regexps to nil.
14309 (switch-to-buffer-other-frame): Likewise.
14310
14311 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
14314 recognizing leading comment on code line.
14315
14316 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14317
14318 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
14319 hidden files/directories.
14320
14321 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14322
14323 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
14324 only comment-start (in case the mode hasn't set it).
14325
14326 * Makefile.in (AUTOGENEL): New var.
14327 (bootstrap-prepare): Rename from bootstrap-clean.
14328 Don't remove elc files.
14329 (maintainer-clean): New target.
14330
14331 * xml.el (xml-get-attribute-or-nil): Simplify.
14332
14333 2004-03-02 Juri Linkov <juri@jurta.org>
14334
14335 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
14336 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
14337 URL to prevent their substitution with the environment variable
14338 values by browsers.
14339
14340 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14341
14342 * ps-print.el: Doc fix.
14343 (ps-print-version): New version number (6.6.3).
14344 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
14345 Docstring fix.
14346 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
14347 before printing.
14348 (ps-time-stamp-yyyy-mm-dd): New fun.
14349 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
14350
14351 2004-03-02 Kim F. Storm <storm@cua.dk>
14352
14353 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
14354
14355 2004-03-01 Juanma Barranquero <lektu@terra.es>
14356
14357 * allout.el (allout-rebullet-heading): Fix typo in docstring.
14358
14359 * desktop.el (desktop-file-version)
14360 (desktop-after-read-hook): Fix typos.
14361 (desktop-clear-preserve-buffers): Remove redundant info in
14362 docstring already shown by the obsolescence message.
14363 (desktop-truncate, desktop-internal-v2s)
14364 (desktop-value-to-string): Change argument name to match docstring.
14365
14366 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
14367
14368 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
14369 docstring.
14370
14371 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14372
14373 * printing.el: Replace "As Is..." in PostScript file print/preview by
14374 "No Preprocessing...". Suggested by Colin Marquardt
14375 <_marquardt_@zmd.de>.
14376 (pr-insert-section-4): Adjust buffer interface.
14377
14378 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14379
14380 Version 2.0.39 of Tramp released.
14381
14382 * net/tramp.el (tramp-handle-file-local-copy)
14383 (tramp-handle-write-region, tramp-open-connection-rsh):
14384 Variable name typo. Small change. From Patrick Tullmann
14385 <tullmann@flux.utah.edu>.
14386 (tramp-process-connection-type): New variable.
14387 (tramp-maybe-open-connection): Use it.
14388 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
14389 (tramp-touch): Set last-modified time of a remote file.
14390 (tramp-handle-write-region): Say which function is used when encoding.
14391
14392 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
14393
14394 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
14395 case of non-existing filename, too. Reported by Christoph Bauer
14396 <c_bauer@informatik.uni-kl.de>.
14397 (tramp-smb-get-file-entries): The directory in question should
14398 have permissions "drwxrwxrwx". Just virtual, because we don't
14399 know the real permissions. Don't we know?
14400 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
14401 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
14402 (tramp-smb-wait-for-output): Optimize algorithm getting pending
14403 output. If it was received chunkwise, there have been problems.
14404 Remove the "prompt not found" error message; it is obvious.
14405 Simplify algorithm.
14406 (tramp-smb-process-running): Remove. Since we acknowledge the
14407 virtual prompt for shares, there's no need for distinction of
14408 reading shares (process ends afterwards) and interactive mode of
14409 smblient.
14410 (tramp-smb-open-connection): Setting process sentinel removed.
14411 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
14412 "NT_STATUS_NETWORK_ACCESS_DENIED".
14413 (tramp-smb-maybe-open-connection): Set `process-connection-type'
14414 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
14415 (top-level): Setting default value in `tramp-default-method-alist'
14416 corrected. Order of USER and HOST have been wrong.
14417 Nobody complained for months ...
14418 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
14419 (tramp-smb-open-connection): Clear password cache if login has failed.
14420
14421 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
14422 `tramp-unified-filenames'.
14423 (tramp-completion-mode): Make test for XEmacs explicitely.
14424 `event-to-character' can exists in Emacs packages too.
14425 Reported by Matt Swift <swift@alum.mit.edu>.
14426 (tramp-buffer-name): Buffer name must contain the user if exists.
14427 Reported by Adrian Phillips <a.phillips@met.no>.
14428 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
14429 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
14430 (tramp-do-copy-or-rename-file-out-of-band): Rename from
14431 `tramp-do-copy-or-rename-file-one-local', because it handles also
14432 the case both files use the same out-of-band method.
14433 Implementation added.
14434 (tramp-handle-file-local-copy, tramp-handle-write-region):
14435 Out-of-band handling removed. `copy-file' called instead, which
14436 calls `tramp-do-copy-or-rename-file-out-of-band'.
14437 (tramp-action-password): Check for out-of-band method removed.
14438 This function is used for 'login-program.
14439 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
14440 appropriate.
14441 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
14442 and `tramp-parse-sknownhosts'.
14443 (tramp-completion-function-alist): It's a defvar now, because we
14444 want to apply the optimized `tramp-set-completion-function'
14445 instead of a static list.
14446 (tramp-set-completion-function): Implementation tuned.
14447 Avoid double entries, and entries where the function or the
14448 file/directory doesn't exist.
14449 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
14450 for SSH2.
14451 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
14452 (tramp-handle-dired-compress-file): New function.
14453 (tramp-async-proc): New variable.
14454 (tramp-handle-shell-command): Adding asynchronous processes.
14455 They are far from being perfect, but it works at least for
14456 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
14457 (top-level): Require password.el if visible. Should be mandatory
14458 once No Gnus has found its way into (X)Emacs.
14459 (tramp-read-passwd): Invoke `password-read' if available,
14460 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
14461 fallback any longer.
14462 (tramp-clear-passwd): New function.
14463 (tramp-process-actions, tramp-process-multi-actions):
14464 Clear password cache if login has failed.
14465
14466 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
14467 its own module.
14468 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
14469 `ange-ftp-ftp-name-res'. There could be incorrect values from
14470 previous calls in case the "ftp" method is used in the Tramp file
14471 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14472
14473 2004-02-28 Richard M. Stallman <rms@gnu.org>
14474
14475 * term.el (term-mouse-paste): Call mouse-set-point.
14476
14477 * thumbs.el: New file.
14478
14479 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14480
14481 * progmodes/ebnf-abn.el: Doc fix.
14482
14483 * progmodes/ebnf-bnf.el: Doc fix.
14484 (ebnf-repeat): Code fix.
14485
14486 * progmodes/ebnf2ps.el: Doc fix.
14487 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
14488
14489 2004-02-28 Juri Linkov <juri@jurta.org>
14490
14491 * ffap.el (dired-at-point): Additional writability test for
14492 relative directory names.
14493 (dired-at-point-prompter): Treat directories as a directory, get
14494 the directory component from files.
14495 (ffap-string-at-point): Return string from region if region is active.
14496 (ffap-file-at-point): Remove redundant code.
14497
14498 2004-02-28 Kim F. Storm <storm@cua.dk>
14499
14500 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
14501 Initialize margin area images to nil.
14502 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
14503 (breakpoint-enabled-bitmap-face)
14504 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
14505 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
14506 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
14507 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
14508 (gdb-reset): Use gdb-remove-breakpoint-icons.
14509 (gdb-put-string): Add dprop arg to specify alternative display
14510 property (for setting fringe bitmap).
14511 (gdb-remove-strings): Doc fix.
14512 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
14513 icon in fringe (if available), or else as icon or text in display
14514 margin. Creates necessary icons in breakpoint-bitmap,
14515 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
14516 Also make left window margin if required.
14517 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
14518 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
14519 no longer needed.
14520 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
14521 gdb-put-breakpoint-icon.
14522 (gdb-assembler-mode): Don't set left-margin-width here.
14523
14524 2004-02-27 Kevin Ryde <user42@zip.com.au>
14525
14526 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
14527 comma, so that it DTRT in macros.
14528
14529 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
14530
14531 * progmodes/sh-script.el (sh-shell-arg)
14532 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
14533 (sh-leading-keywords, sh-other-keywords): Fix custom type.
14534
14535 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
14536
14537 * faces.el (face-spec-set-match-display): Add a new attribute,
14538 `min-colors'.
14539 (region, highlight, secondary-selection): Use `min-colors'.
14540
14541 * custom.el (defface): Add documentation for `min-colors'.
14542
14543 * font-lock.el (font-lock-comment-face, font-lock-string-face)
14544 (font-lock-keyword-face, font-lock-function-name-face)
14545 (font-lock-variable-name-face, font-lock-constant-face):
14546 Use `min-colors'.
14547
14548 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
14549
14550 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14551
14552 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
14553 define assq-delete-all if it's not defined.
14554 (ebnf-generate-region): Code fix.
14555
14556 * printing.el: Doc fix.
14557 (pr-version): New version number (6.7.2).
14558 (pr-command): Return empty string if command is an empty string.
14559
14560 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14561
14562 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
14563
14564 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
14565 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
14566 semi-down-full. Fix a bug on productions like test = {"test"}* | (
14567 "tt" ["test"] ). Reported by Markus Dreyer
14568 <mdreyer@ix.urz.uni-heidelberg.de>.
14569 (ebnf-version): New version number (4.0).
14570 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
14571 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
14572 (ebnf-delete-style): New commands.
14573 (ebnf-directory, ebnf-file): New funs.
14574 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
14575 (ebnf-production-name-p, ebnf-stop-on-error): New options.
14576 (ebnf-syntax-alist): New var.
14577 (ebnf-element-width): New fun replacing ebnf-list-width.
14578 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
14579 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
14580 (ebnf-prologue): Adjust vars.
14581 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
14582 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
14583 (ebnf-check-style-values, ebnf-generate-production)
14584 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
14585 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
14586 (ebnf-token-repeat): Code fix.
14587
14588 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
14589 %right, %left and %prec. Suggested by Matthew K. Junker
14590 <junker@alum.mit.edu>.
14591 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
14592
14593 * progmodes/ebnf-iso.el: Doc fix.
14594 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
14595 (ebnf-iso-lex): Code fix.
14596
14597 * progmodes/ebnf-bnf.el: Doc fix.
14598 (ebnf-bnf-lex): Code fix.
14599
14600 * progmodes/ebnf-otz.el: Doc fix.
14601
14602 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
14603
14604 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
14605 (abbrev-prefix-mark): Doc fix.
14606
14607 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
14608
14609 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
14610 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
14611 (gdb-var-delete): Make interactive (really).
14612 (gdb-edit-value): Make non-interactive.
14613
14614 * progmodes/gud.el (gud-speedbar-menu-items):
14615 Add gdb-var-delete and, indirectly, gdb-edit-value.
14616 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
14617 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
14618 (gud-gdb-marker-filter): Add comment for annotations.
14619
14620 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14621
14622 * calendar/calendar.el (generate-calendar)
14623 (calendar-read-date): Prevent display of BC calendars once more -
14624 reverts 2003-10-01 change.
14625 (generate-calendar-month): Doc fix.
14626
14627 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
14628
14629 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
14630 return value of increment-calendar-month.
14631
14632 2004-02-21 Stephen Compall <s11@member.fsf.org>
14633
14634 * saveplace.el (save-place-forget-unreadable-files)
14635 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
14636 (save-place-forget-unreadable-files): New function.
14637 (save-place-alist-to-file): Use it to filter out files that are
14638 no longer readable.
14639
14640 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
14641 current Texinfo environment, using the same method as in
14642 `texinfo-insert-@end', and insert a space rather than a newline if
14643 point in a @table environment.
14644
14645 2004-02-21 Juri Linkov <juri@jurta.org>
14646
14647 * ffap.el (ffap-file-at-point): Try parent directories.
14648
14649 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
14650
14651 * vcursor.el (vcursor-modifiers): New defcustom.
14652 (vcursor-cs-binding): Use vcursor-modifiers instead of a
14653 hard-coded list.
14654
14655 2004-02-21 Masatake YAMATO <jet@gyve.org>
14656
14657 * play/animate.el (animate-birthday-present): Accept names other
14658 than `Sarah', too.
14659
14660 2004-02-21 Juri Linkov <juri@jurta.org>
14661
14662 * startup.el: Remove table of command line arguments from the
14663 Commentary section.
14664
14665 2004-02-20 John Wiegley <johnw@newartisans.com>
14666
14667 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
14668 again" modifier from 'e' to 'E', since 'e' is also used by the
14669 "file extension" modifier.
14670
14671 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
14672
14673 * help-fns.el (describe-categories): Doc fix.
14674
14675 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14676
14677 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
14678 temporary file for buffer already visiting one. This change makes
14679 output likely to be directly usable by patch program.
14680 Suggested by Adrian Aichner <adrian@xemacs.org>
14681
14682 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
14683
14684 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
14685 case of variables defined in compound statements.
14686 (gdb-setup-windows, gdb-source-info, gdb-source-info):
14687 Simplify constructions using switch-to-buffer.
14688
14689 2004-02-19 Simon Josefsson <jas@extundo.com>
14690
14691 * play/morse.el: Fix typo.
14692 (morse-code): Add @.
14693
14694 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14695
14696 * calendar/appt.el (appt-display-format): Change default to
14697 'ignore, for backwards compatibility.
14698 (appt-display-message): If appt-display-format is 'ignore,
14699 respect old vars appt-msg-window and appt-visible.
14700 (appt-activate): Don't depend on return value of cancel-timer.
14701
14702 * calendar/calendar.el (calendar-holidays): Doc fix.
14703
14704 * calendar/cal-coptic.el (coptic-prompt-for-date):
14705 Use assoc-string instead of assoc-ignore-case.
14706 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
14707 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
14708 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
14709 * calendar/cal-islam.el (calendar-goto-islamic-date)
14710 (mark-islamic-diary-entries): Ditto.
14711 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
14712 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
14713 (calendar-read-mayan-tzolkin-date): Ditto.
14714 * calendar/calendar.el (calendar-read-date): Ditto.
14715 * calendar/diary-lib.el (mark-diary-entries): Ditto.
14716
14717 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
14718
14719 * progmodes/executable.el (executable-command-find-posix-p):
14720 Fix choice of the directory.
14721
14722 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
14723
14724 * simple.el (interprogram-cut-function)
14725 (interprogram-paste-function, kill-new, kill-append):
14726 Doc fixes.
14727 (kill-region): Make it return nil. Doc fix.
14728 (yank-pop): Make its argument optional.
14729 (yank): Make ARG `-' equivalent to `-1'.
14730
14731 2004-02-17 Eli Zaretskii <eliz@gnu.org>
14732
14733 * mail/rmail.el (rmail-get-new-mail): Don't reference
14734 rmail-use-spam-filter if rmail-spam-filter is not loaded.
14735
14736 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
14737
14738 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
14739 if one of global-auto-revert-non-file-buffers or autorevert-mode
14740 is non-nil.
14741
14742 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14743
14744 * subr.el (delete-dups): A better implementation from Karl Heuer
14745 <kwzh@gnu.org>.
14746
14747 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14748
14749 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
14750 correct place.
14751 * progmodes/icon.el (icon-indent-command): Ditto.
14752 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
14753
14754 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14755
14756 * progmodes/grep.el (grep-compute-defaults): Undo change from
14757 2004-01-29: don't use executable-command-find-posix-p.
14758
14759 2004-02-16 Richard Sharman <rsharman@pobox.com>
14760
14761 * hilit-chg.el: Use require instead of eval-and-compile.
14762 (highlight-compare-buffers): New function.
14763
14764 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
14765
14766 * man.el (Man-fontify-manpage): Render section headings in
14767 `Man-overstrike-face' even when overstrike was not used by man
14768 formatter for section headings.
14769
14770 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
14771
14772 * rmail-spam-filter.el: (vm-use-spam-filter)
14773 (rsf-min-region-length-added-to-spam-list): New variables.
14774 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
14775 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
14776 spam testing. Don't delete spam message if automatic deletion
14777 after output via variable rmail-delete-after-output is turned on.
14778 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
14779 rsf-bbdb-dont-create-entries-for-spam.
14780 (check-field): New function, extracted from code in
14781 rmail-spam-filter to ease addition of header fields like content-type.
14782 (message-content-type): New variable to check the content-type:
14783 field added, also in defcustom of rsf-definitions-alist.
14784 (rmail-spam-filter): Replace repeated test code for header fields
14785 by calls to check-field; change the call to
14786 rmail-output-to-rmail-file such that rmail-current-message stays
14787 the same to avoid wrong deletion of unseen flags.
14788 (rsf-add-contents-type): New function to convert old format
14789 of rmail-spam-definitions-alist into new one.
14790 Change prefixes of all variables and functions from
14791 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
14792
14793 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14794
14795 * loadhist.el (unload-hook-features-list): New defvar.
14796
14797 2004-02-16 Dave Love <fx@gnu.org>
14798
14799 * loadhist.el (unload-feature): Doc fix. Rename flist to
14800 unload-hook-features-list.
14801
14802 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
14803
14804 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
14805 cookie. Don't check if we are looking-at open-formula.
14806
14807 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
14808
14809 * subr.el (match-string-no-properties): Use substring-no-properties.
14810
14811 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14812
14813 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
14814 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
14815 Use lower-case "rx" in all error message.
14816
14817 2004-02-16 Dave Love <fx@gnu.org>
14818
14819 * emacs-lisp/rx.el (rx-or): Put group around result.
14820 (rx-constituents): Add backref.
14821 (rx-syntax): Add string-delimiter, comment-delimiter.
14822 (rx-categories): Add combining-diacritic.
14823 (rx-check-not, rx-greedy, rx): Doc fix.
14824 (rx-backref, rx-check-backref): New.
14825
14826 2004-02-16 Jesper Harder <harder@ifa.au.dk>
14827
14828 * newcomment.el (uncomment-region): Allow eob as comment end.
14829
14830 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14831
14832 * filecache.el: All message and error commands now use prefix
14833 "Filecache:" to make it easy to read *Messages* buffer.
14834
14835 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14836
14837 * autorevert.el: Add support to detect changed dired and VC buffers.
14838 (auto-revert-active-p, auto-revert-list-diff)
14839 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
14840 (auto-revert-handler, auto-revert-active-p): New functions.
14841 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
14842 and `auto-revert-active-p'.
14843 (eval-when-compile): Defvar dired-directory and vc-mode.
14844 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14845 (auto-revert-handler-vc): New functions.
14846
14847 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14848
14849 * progmodes/compile.el (compilation-directory): New defvar.
14850 (compile): Save current directory in compilation-directory.
14851 (recompile): Bind default-directory to compilation-directory if
14852 that is non-nil.
14853
14854 2004-02-16 Dave Love <fx@gnu.org>
14855
14856 * newcomment.el (comment-insert-comment-function)
14857 (comment-region-function, uncomment-region-function): New.
14858 (comment-indent): Use comment-insert-comment-function.
14859 (uncomment-region): Use uncomment-region-function.
14860 (comment-region): Use comment-region-function.
14861
14862 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
14863
14864 2004-02-16 Richard Stallman <rms@gnu.org>
14865
14866 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
14867 loaddefs* and ldefs-boot*.
14868
14869 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14870
14871 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
14872 and email address at the beginning and end of the address.
14873
14874 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
14875 anchored at the beginning of the email address.
14876
14877 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
14878
14879 * international/ccl.el (ccl-compile-write): Pass `left' to
14880 ccl-embed-code to generate correct code of write-expr-register.
14881
14882 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
14883
14884 * progmodes/grep.el (grep-compute-defaults): Fix typos.
14885
14886 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14887
14888 * x-dnd.el: Mention support for Motif in commentary.
14889 (x-dnd-handle-drag-n-drop-event): Ditto.
14890
14891 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
14892
14893 * ses.el: Use "ses--" prefixes for buffer-local variables.
14894 Use (point-min) instead of 1, even when we know the buffer
14895 is unnarrowed.
14896 (ses-build-load-map): Delete. Distribute its content to defconst's for
14897 the three maps.
14898 (ses-menu, ses-header-line-menu): New menus.
14899 (ses-mode-map): Use them.
14900 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
14901
14902 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
14903
14904 * Makefile.in: Fix the CC Mode recompile kludge so it works
14905 when building in a different directory.
14906
14907 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
14908
14909 * simple.el (kill-new): Put yank-handler property on the entire string.
14910
14911 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * diff.el: Don't use compile any more, use diff-mode instead.
14914 (diff-regexp-alist, diff-old-file, diff-new-file)
14915 (diff-parse-differences, diff-process-setup): Remove.
14916 (diff-sentinel): New fun.
14917 (diff): Use it. Run the process ourselves.
14918 Use diff-mode for the rest of the processing.
14919
14920 * diff.el (diff): Simplify code handling `switch'.
14921
14922 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * pcvs-defs.el (cvs-menu): Add `tag'.
14925
14926 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
14927
14928 * simple.el (kill-append): Doc fix.
14929
14930 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14931 Adapt outline-regexp to the new conventions for commenting out code.
14932
14933 2004-02-11 John Paul Wallington <jpw@gnu.org>
14934
14935 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
14936
14937 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14938
14939 * diff.el (diff-switches): New fun.
14940 (diff, diff-backup): Use it.
14941 (diff): Clean up the args construction. Use backquote.
14942 Use listp instead of consp to avoid putting a nil arg.
14943 (diff): Add a revert-buffer function.
14944
14945 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14946
14947 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
14948 handled by x-dnd-handle-file-name.
14949 (x-dnd-known-types): Add COMPOUND_TEXT.
14950 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
14951 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
14952 x-dnd-empty-state.
14953 (x-dnd-forget-drop): Ditto.
14954 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
14955 (x-dnd-handle-one-url): Return private when inserting text.
14956 (x-dnd-insert-ctext): New function.
14957 (x-dnd-handle-file-name): New function for FILE_NAME.
14958 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
14959 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
14960 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
14961
14962 2004-02-10 Kenichi Handa <handa@m17n.org>
14963
14964 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
14965 instead of while loop.
14966
14967 2004-02-10 Miles Bader <miles@gnu.org>
14968
14969 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
14970
14971 2004-02-09 Kenichi Handa <handa@m17n.org>
14972
14973 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
14974 have end-of-line.
14975
14976 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
14977
14978 * Makefile.in: Added extra dependencies in the recompile target
14979 needed to cope with the compile time macro expansions in CC Mode.
14980
14981 2004-02-09 Kim F. Storm <storm@cua.dk>
14982
14983 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
14984 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
14985 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
14986 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
14987 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
14988 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
14989 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
14990 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
14991 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
14992 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
14993 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
14994
14995 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14996
14997 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
14998 Don't allow shrink if there's a window on our right.
14999
15000 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
15001 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
15002 Bring together declaration and initialization.
15003 (prolog-mode-variables): Don't set the syntax table.
15004 Don't set paragraph-start and comment-indent-function.
15005 Add /*..*/ to the comment regexps.
15006 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
15007 (prolog-mode-map): Don't bind TAB.
15008 (prolog-mode): Set the syntax table.
15009 (prolog-comment-indent): Remove.
15010 (inferior-prolog-mode-map): Initialize in the declaration.
15011 (inferior-prolog-mode-syntax-table)
15012 (inferior-prolog-mode-abbrev-table): New vars.
15013 (inferior-prolog-mode): Derive from comint-mode.
15014 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
15015 minibuffer windows.
15016
15017 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
15018 in file names, as long as it is unabmiguous.
15019
15020 2004-02-08 Andreas Schwab <schwab@suse.de>
15021
15022 * textmodes/reftex-toc.el
15023 (reftex-toc-load-all-files-for-promotion): Remove useless use of
15024 format. Doc fix.
15025
15026 * textmodes/refer.el (refer-find-entry-internal): Remove extra
15027 format string arguments.
15028
15029 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
15030 string argument.
15031
15032 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
15033
15034 * play/zone.el (zone-call): Fix format string.
15035
15036 * net/webjump.el (webjump-builtin): Add missing format string argument.
15037
15038 * midnight.el (midnight-delay-set): Remove extra format string argument.
15039
15040 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
15041
15042 * hexl.el (hexl-insert-char): Add missing format string argument.
15043
15044 * format.el (format-decode): Fix format string.
15045
15046 * emulation/vi.el (vi-mode): Remove extra format string argument.
15047 (vi-repeat-last-search): Likewise.
15048 (vi-reverse-last-search): Likewise.
15049 (vi-goto-mark): Likewise.
15050 (vi-reverse-last-find-char): Likewise.
15051 (vi-repeat-last-find-char): Likewise.
15052 (vi-locate-def): Likewise.
15053
15054 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
15055
15056 * ediff-util.el (ediff-toggle-read-only): Remove extra format
15057 string argument.
15058 (ediff-toggle-regexp-match): Likewise.
15059
15060 * dired-aux.el (dired-do-query-replace-regexp): Add missing
15061 format string argument.
15062
15063 * calc/calc-map.el (calc-get-operator): Remove extra format
15064 string argument.
15065
15066 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
15067
15068 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
15069 string argument.
15070
15071 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
15072
15073 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
15074
15075 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
15076
15077 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
15078 (cl-struct-setf-expander): Likewise.
15079
15080 * vc.el (with-vc-file): Fix unsafe uses of error.
15081 (vc-cancel-version): Likewise.
15082
15083 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
15084
15085 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
15086 thousands separator; fixes <class>:<line-number> regexp for
15087 non-english locales.
15088
15089 2004-02-08 Andreas Schwab <schwab@suse.de>
15090
15091 * view.el (view-mode-enable): Revert previous change.
15092
15093 2004-02-07 Kim F. Storm <storm@cua.dk>
15094
15095 * simple.el (line-number-at-pos): Rename from line-at-pos.
15096 Uses changed (what-line and vc-annotate-warp-version).
15097
15098 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15099
15100 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
15101 (diff-mode): Remove aborted attempt at support for compile.el.
15102 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
15103
15104 2004-02-06 Andreas Schwab <schwab@suse.de>
15105
15106 * view.el (view-mode-enable): Add view-mode-map to
15107 minor-mode-overriding-map-alist.
15108
15109 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15110
15111 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
15112
15113 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
15114
15115 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
15116 with point inside rather than after the paragraph.
15117
15118 2004-02-04 Sam Steingold <sds@gnu.org>
15119
15120 * mail/smtpmail.el (smtpmail-try-auth-methods):
15121 Do not try authentication when no mechanism is available.
15122 Pass port-name as defaultport to `netrc-machine'.
15123
15124 2004-02-04 Stephen Eglen <stephen@gnu.org>
15125
15126 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
15127 to show how minibuffer height can be constrained.
15128
15129 2004-02-04 John Paul Wallington <jpw@gnu.org>
15130
15131 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
15132
15133 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15134
15135 * x-dnd.el: New file for drag and drop.
15136
15137 * term/x-win.el: require x-dnd, set after-make-frame-functions
15138 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
15139 drag-n-drop event.
15140
15141 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
15142 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
15143 (dired-dnd-handle-file): New functions for drag and drop support.
15144 (dired-mode): Initialize drag and drop if x-dnd present.
15145
15146 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15147
15148 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
15149 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
15150 (cperl-mode): Set fill-paragraph-function.
15151 (cperl-fill-paragraph): Make it non-interactive.
15152
15153 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
15154
15155 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
15156
15157 2004-02-02 David Kastrup <dak@gnu.org>
15158
15159 * replace.el (perform-replace): Allow 'literal argument in
15160 regexp-flag to indicate literal replacement.
15161 (query-replace-regexp-eval): Use it.
15162
15163 2004-02-01 Andreas Schwab <schwab@suse.de>
15164
15165 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
15166
15167 2004-02-01 Stephen Eglen <stephen@gnu.org>
15168
15169 * info-look.el: Add support for maxima-mode. Update commentary
15170 because info-lookup-symbol is now bound to C-h S.
15171
15172 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
15173
15174 * simple.el (edit-and-eval-command): Bind print-level and
15175 minibuffer-history-sexp-flag around call to read-from-minibuffer.
15176 Correct initial position in command-history.
15177
15178 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
15179
15180 * files.el (read-directory-name): Adapt the docstring to recent
15181 change in Fread_file_name.
15182
15183 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
15184
15185 * ses.el (ses-print-cell): If print format too wide for column
15186 width, truncate decimal places if that helps to avoid "#####" fill.
15187 * ses.el (ses-initial-column-width): Revert previous change.
15188
15189 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
15190
15191 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
15192 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
15193 Add edebug info.
15194 (jit-lock-mode): Setup/cancel the new timer.
15195 (jit-lock-context-fontify): New fun. Extracted from
15196 context fontification code of jit-lock-stealth-fontify.
15197 (jit-lock-stealth-fontify): Don't do context fontification any more.
15198
15199 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
15200 (jit-lock-fontify-now): Handle the `quit' case.
15201 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
15202
15203 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
15204
15205 * progmodes/executable.el (executable-command-find-posix-p):
15206 New. Check if find handles arguments Posix-style.
15207
15208 * progmodes/grep.el (grep-compute-defaults):
15209 Use executable-command-find-posix-p.
15210 (grep-find): Check `grep-find-command'.
15211
15212 * filecache.el (file-cache-find-posix-p): Delete.
15213 (file-cache-add-directory-using-find):
15214 Use `executable-command-find-posix-p'.
15215
15216 2004-01-29 Dave Love <fx@gnu.org>
15217
15218 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15219 Iterate the hook function if arg is given.
15220 (mark-defun, narrow-to-defun): Change order of finding the limits.
15221
15222 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
15223 (byte-compile-format-warn): New.
15224 (byte-compile-callargs-warn): Use it.
15225 (Format, message, error): Add byte-compile-format-like property.
15226 (byte-compile-maybe-guarded): New.
15227 (byte-compile-if, byte-compile-cond): Use it.
15228 (byte-compile-lambda): Compile interactive forms,
15229 just to make warnings about them.
15230
15231 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
15232
15233 * ses.el (ses-initial-column-width): Increase to 14, so it will
15234 work well with the default printer of "%.7g" for extreme values
15235 like "-1.234567e+07".
15236
15237 2004-01-29 Kenichi Handa <handa@m17n.org>
15238
15239 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
15240
15241 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
15242
15243 * dos-w32.el: Added support for the `default-printer-name' function.
15244
15245 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15246
15247 * server.el (server-socket-name): Don't use the hostname in the
15248 socket name since /tmp is local to the host anyway.
15249
15250 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
15251 robust check of widening and fix var-naming.
15252
15253 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
15254
15255 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
15256 or rmail-spam- to rsf- in all function and variable names.
15257 (rsf-min-region-to-spam-list): New variable.
15258 (rsf-bbdb-auto-delete-spam-entries): Rename from
15259 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
15260 scanned together with the recipients field for spam testing; Don't
15261 delete spam message if rmail-delete-after-output is non-nil;
15262 (rsf-check-field): New function, extracted from code in
15263 rmail-spam-filter to ease addition of header fields like
15264 content-type:;
15265 (message-content-type): New variable. The content-type: field was
15266 added also in defcustom of rsf-definitions-alist;
15267 (rmail-spam-filter): Replace repeated test code for header fields
15268 by calls to check-field; change the call to
15269 rmail-output-to-rmail-file such that rmail-current-message stays
15270 the same to avoid wrong deletion of unseen flags.
15271 (rmail-use-spam-filter): Add autoload cookie.
15272
15273 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
15274
15275 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
15276 (file-cache-add-directory-using-find): Add Cygwin support.
15277 (file-cache-find-command-posix-flag): New user variable.
15278
15279 * filecache.el (file-cache-add-directory): Check for
15280 directories an remove them from dir-files.
15281
15282 2004-01-27 Richard M. Stallman <rms@gnu.org>
15283
15284 * man.el (Man-fontify-manpage): Clean up message.
15285
15286 2004-01-27 Kenichi Handa <handa@m17n.org>
15287
15288 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
15289 (sentence-end): Define using sentence-end-without-space.
15290
15291 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
15292 a sentence ends with one of a character in sentence-end-without-space.
15293
15294 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * font-lock.el (font-lock): Add jit-lock as explicit group member.
15297 (jit-lock): Group declaration moved to jit-lock.el.
15298 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
15299 when necessary.
15300
15301 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
15302 (jit-lock-context-unfontify-pos): Rename from
15303 jit-lock-first-unfontify-pos.
15304 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
15305
15306 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
15307
15308 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
15309 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
15310 (fortran-fill): When filling a string, adjust re-search-backward
15311 argument for special case of string just on fill-column.
15312 When filling non-string, allow one extra char if
15313 fortran-break-before-delimiters is non-nil.
15314 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
15315 Use fortran-break-delimiters-re and fortran-no-break-re to
15316 correctly handle cases such as "**".
15317
15318 * progmodes/f90.el (f90-break-delimiters): Doc fix.
15319 (f90-no-break-re): Add some extra tokens. Doc fix.
15320
15321 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
15322
15323 * mail/rmail-spam-filter.el:
15324 Use two semicolons as Commentary line prefix.
15325 Add ";;; Code:" stylized comment.
15326 Delete end-of-line whitespace.
15327 Wrap (require 'cl) with `eval-when-compile'.
15328
15329 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
15330
15331 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
15332 at the top level of vc.el.
15333
15334 2004-01-23 Andre Spiegel <spiegel@gnu.org>
15335
15336 * vc.el (vc-current-line): Function removed. This is now done by
15337 the new function line-at-pos in simple.el.
15338 (vc-annotate-warp-version): Use line-at-pos instead of
15339 vc-current-line.
15340
15341 2004-01-22 Kim F. Storm <storm@cua.dk>
15342
15343 * simple.el (line-at-pos): New defun.
15344 (what-line): Use it. Optimize by only counting lines in narrowed
15345 region once.
15346
15347 2004-01-22 Kenichi Handa <handa@m17n.org>
15348
15349 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
15350 point (register r1) only for charset mule-unicode-0100-24ff.
15351
15352 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
15353
15354 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
15355 trailing white space and ensure a final newline.
15356
15357 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
15358 Add autoload cookie.
15359
15360 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
15361
15362 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
15363 activate view-mode explicitly.
15364
15365 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15366
15367 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
15368 use clipboard first.
15369
15370 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
15373 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
15374 (vc-mcvs-cvs): Remove.
15375 (vc-mcvs-command): Remove use of assert.
15376
15377 * outline.el (outline-insert-heading): Tighten up match.
15378 (outline-demote, outline-move-subtree-down): Don't assume anything
15379 about outline-regexp.
15380
15381 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
15382 (texinfo-show-structure): Explicitly add ^, and simplify.
15383
15384 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
15385
15386 * calendar/appt.el (appt-check): Restore usage of
15387 appt-issue-message deleted in previous change.
15388 (top-level): Activate package when loaded (needed for backwards
15389 compatibility).
15390
15391 2004-01-20 Jesper Harder <harder@ifa.au.dk>
15392
15393 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
15394 following previous change to smtpmail-send-data.
15395
15396 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
15397
15398 * vc.el (vc-default-previous-version): Doc enhancement.
15399 (vc-default-next-version): New function.
15400 (vc-print-log): New arg FOCUS-REV.
15401 (vc-annotate-mode): Derive from view-mode.
15402 (vc-annotate): New args REVISION, DISPLAY-MODE.
15403 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
15404 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
15405 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
15406 (vc-annotate-show-diff-revision-at-line, vc-current-line)
15407 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
15408
15409 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
15410
15411 2004-01-19 Karl Berry <karl@gnu.org>
15412
15413 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
15414 or "TexInfo".
15415
15416 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
15417
15418 * subr.el (delete-dups): New function.
15419
15420 2004-01-19 Karl Berry <karl@gnu.org>
15421
15422 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
15423 with ^, since that's what texinfo-show-structure
15424 documentation says (plus it works much better in texinfo.txi).
15425
15426 2004-01-18 Jesper Harder <harder@ifa.au.dk>
15427
15428 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
15429
15430 2004-01-18 David Ponce <david@dponce.com> (tiny change)
15431
15432 * progmodes/which-func.el (which-function-mode): Don't cancel
15433 which-func-update-timer if not set.
15434
15435 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
15436
15437 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
15438 Remove spurious left square bracket in XX:XXam regexp.
15439
15440 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
15441
15442 * progmodes/cc-defs.el: Do not require cl at run time.
15443
15444 2004-01-16 Richard M. Stallman <rms@gnu.org>
15445
15446 * emacs-lisp/cl.el (cl-cannot-unload): New function.
15447 (cl-unload-hook): Defvar this to run cl-cannot-unload.
15448
15449 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
15450 Call rmail-spam-filter. Delete and expunge spam.
15451 Print number of spam messages deleted.
15452 Save and restore the deletion status of old messages when reading
15453 new mail with spam filter, so that expunging spam does not expunge
15454 msgs deleted by the user.
15455 (rmail-only-expunge): Add an optional argument dont-show to
15456 prevent showing message after expunge.
15457
15458 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
15459
15460 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
15461 * subr.el (declare): New macro.
15462
15463 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
15464
15465 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
15466
15467 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15470 Test window-system rather than system-type (for X11/Mac).
15471
15472 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
15473
15474 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
15475
15476 2004-01-12 Richard M. Stallman <rms@gnu.org>
15477
15478 * mail/rmail.el (rmail-convert-to-babyl-format):
15479 Use mail-unquote-printable-region.
15480 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
15481 (rmail-hex-char-to-integer): Functions deleted.
15482
15483 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
15484 (mail-unquote-printable-region): New arg NOERROR.
15485 For invalid encoding, either signal an error to just return nil.
15486
15487 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15488
15489 * calendar/appt.el: Update copyright and commentary.
15490 (appt-issue-message): Make obsolete.
15491 (appt-visible, appt-msg-window): Make obsolete, in favour of
15492 appt-display-format.
15493 (appt-display-mode-line, appt-display-duration)
15494 (appt-display-diary, appt-time-msg-list, appt-mode-string)
15495 (appt-prev-comp-time, appt-display-count, appt-timer)
15496 (appt-convert-time): Doc change.
15497 (appt-disp-window-function, appt-delete-window-function):
15498 Use defcustom rather than defvar.
15499 (appt-display-format): New variable.
15500 (appt-display-message): New function with display code from appt-check.
15501 (appt-check): Add optional FORCE argument. Doc change.
15502 Add appt-make-list to diary-hook if displaying diary.
15503 Remove checking of view-diary-entries-initially.
15504 Message display section removed to new function appt-display-message.
15505 (appt-display-window): Doc change. Remove unused internal var
15506 this-buffer. Do not beep, since appt-display-message does that.
15507 (appt-make-list): Doc change. Use caar.
15508 (appt-sort-list): Simplify by using builtin sort function.
15509 (appt-update-list): New function for updating appts when diary is
15510 saved.
15511 (appt-activate): New autoloaded function to toggle package
15512 functionality.
15513
15514 * calendar/cal-x.el: (calendar-one-frame-setup)
15515 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
15516
15517 * calendar/calendar.el: Update copyright.
15518 (view-diary-entries-initially, european-calendar-style): Doc change.
15519 (calendar-setup): Make defcustom rather than defvar.
15520 (mark-visible-calendar-date): Initialize temp-face and faceinfo
15521 in let binding so local to function.
15522
15523 * calendar/diary-lib.el: Update copyright.
15524 (diary, diary-entry-time): Doc change.
15525 (list-diary-entries): Doc change. Trivial logic change.
15526 (fancy-diary-display): Restore make-face command mistakenly
15527 deleted 2003-05-08.
15528 (show-all-diary-entries): Allow to pop-up frame if needed.
15529
15530 2004-01-09 John Paul Wallington <jpw@gnu.org>
15531
15532 * bindings.el (mode-line-change-eol): Add EVENT parameter.
15533 Temporarily select EVENT's window for changing eol type.
15534
15535 2004-01-09 Deepak Goel <deego@gnufans.org>
15536
15537 * calendar/diary-lib.el (diary-entry-time):
15538 Also accept time in the form XX[.XX][am/pm/AM/PM].
15539 (fancy-diary-font-lock-keywords): Likewise.
15540 (diary-font-lock-keywords): Likewise.
15541 * calendar/appt.el (appt-add): Likewise.
15542 (appt-make-list): Likewise.
15543 (appt-convert-time): Likewise.
15544
15545 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
15546
15547 * gdb-ui.el (gdb-ann3): Revert previous change.
15548 (gdb-source-info): Allow for case of where compilation directory
15549 is not recorded.
15550
15551 2004-01-08 John Paul Wallington <jpw@gnu.org>
15552
15553 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
15554
15555 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
15556
15557 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
15558
15559 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
15560 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
15561 problems.
15562 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
15563
15564 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
15565
15566 * files.el (write-file-functions, write-contents-functions):
15567 Clarify docstrings.
15568
15569 2004-01-07 Kenichi Handa <handa@m17n.org>
15570
15571 * international/mule.el (set-auto-coding): Fix for the case that
15572 end-of-line is only CR.
15573
15574 2004-01-07 Kim F. Storm <storm@cua.dk>
15575
15576 * subr.el (event-start, event-end): Doc fix.
15577 (posn-string, posn-image): New defuns.
15578 (posn-object): Return either image or string object.
15579 (posn-object-x-y): Return 8th element of position.
15580 (posn-object-width-height): New defun.
15581
15582 2004-01-06 Andreas Schwab <schwab@suse.de>
15583
15584 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
15585 output.
15586
15587 2004-01-05 Karl Berry <karl@gnu.org>
15588
15589 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
15590 / and *, too.
15591
15592 2003-12-31 Simon Josefsson <jas@extundo.com>
15593
15594 * files.el (before-save-hook): Add.
15595 (basic-save-buffer): Use before-save-hook.
15596
15597 * emacs-lisp/copyright.el: Fix comment to recommend
15598 before-save-hook instead of write-file-functions.
15599
15600 2004-01-05 Richard M. Stallman <rms@gnu.org>
15601
15602 * finder.el (finder-commentary): Call delete-other-windows.
15603
15604 * net/ange-ftp.el (ange-ftp-file-attributes):
15605 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
15606
15607 2004-01-04 Karl Berry <karl@gnu.org>
15608
15609 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
15610 comment characters % and # in the copyright year notice,
15611 as well as ;.
15612
15613 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
15614
15615 * wid-edit.el (default): Define dummy :value-delete.
15616 Reported by Jesper Harder <harder@ifa.au.dk>.
15617
15618 2004-01-03 Richard M. Stallman <rms@gnu.org>
15619
15620 * progmodes/compile.el (compile-internal): Use point, not point-min,
15621 for set-window-point.
15622
15623 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
15624
15625 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
15626
15627 * progmodes/grep.el (grep-mode-map):
15628 Don't remap next-line, previous-line.
15629
15630 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
15631
15632 * speedbar.el (speedbar-edit-line): Change regexp to position
15633 the cursor on the first character of this line's button.
15634
15635 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
15636
15637 * subr.el (functionp): Doc fix.
15638
15639 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
15640
15641 * progmodes/idlwave.el (idlwave-make-tags):
15642 * textmodes/flyspell.el (flyspell-large-region):.
15643 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
15644 * emulation/viper-util.el (viper-glob-unix-files):
15645 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
15646 * man.el (Man-init-defvars):
15647 * jka-compr.el (jka-compr-call-process):
15648 * files.el (get-free-disk-space,insert-directory):
15649 * ediff-ptch.el (ediff-test-patch-utility):
15650 * ediff-diff.el (ediff-test-utility):
15651 * dired-aux.el (dired-check-process):
15652 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
15653 test the return value of call-process, because it can be a string.
15654
15655 2003-12-31 John Paul Wallington <jpw@gnu.org>
15656
15657 * bindings.el (completion-ignored-extensions): Add .pfsl.
15658
15659 2003-12-31 Kim F. Storm <storm@cua.dk>
15660
15661 * ido.el (ido-nonreadable-directory-p): New defun to check for
15662 nonreadable directory without activating tramp (to avoid problems
15663 with checking incomplete tramp paths).
15664 (ido-set-current-directory, ido-file-internal)
15665 (ido-file-name-all-completions1): Use it.
15666
15667 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
15668
15669 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
15670 documentation if the anchor (or node) name is preceded by `info
15671 anchor' or `Info anchor' in addition to earlier `info node' and
15672 `Info node'.
15673 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
15674
15675 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15676
15677 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
15678 error in arguments to base64-decode-region. Remove ^M characters
15679 after decoding base64.
15680
15681 2003-12-30 Simon Josefsson <jas@extundo.com>
15682
15683 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
15684 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
15685 have only been distributed with Emacs for some years.
15686 (texinfo-mode-hook): Customize.
15687
15688 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15689
15690 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
15691 cleaner (suggested by Richard Stallman).
15692
15693 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
15694 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
15695 file-name clashes on 8+3 DOS filesystems.
15696
15697 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
15698 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
15699 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
15700 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
15701 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
15702 file-name clashes on 8+3 filesystems.
15703
15704 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
15705 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
15706 file-name clashes on 8+3 DOS filesystems.
15707
15708 2003-12-29 Richard M. Stallman <rms@gnu.org>
15709
15710 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
15711 Upcase the character.
15712
15713 * textmodes/flyspell.el (mail-mode-flyspell-verify):
15714 Search for header separator alone on a line, literally,
15715 and search for it backward, not forward.
15716 (flyspell-abbrev-table): Always use global-abbrev-table
15717 if there is no local one.
15718
15719 * progmodes/sh-script.el (sh-get-indent-info):
15720 Don't move point back if at bob.
15721
15722 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
15723
15724 * play/handwrite.el (handwrite): Make the handwrite credit message
15725 a comment rather than an output command.
15726
15727 * obsolete/sc.el: Display message that this file is obsolete.
15728
15729 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
15730
15731 * mail/rfc822.el (rfc822-address-start): Declare variable.
15732 Renamed from address-start. All uses changed.
15733
15734 * term.el (term-exec): Set up sentinel.
15735 (term-sentinel): New function.
15736 (term-handle-exit): New function.
15737
15738 * subr.el (assoc-ignore-case, assoc-ignore-representation):
15739 Use assoc-string, and mark them obsolete.
15740 (delay-mode-hooks): Mark as permanent local.
15741
15742 * simple.el (sendmail-user-agent-compose): Use assoc-string.
15743
15744 * register.el (copy-rectangle-to-register): Doc fix.
15745
15746 * info.el (Info-insert-dir): Use assoc-string.
15747
15748 * info-look.el (info-lookup): Use assoc-string.
15749
15750 * frame.el (pop-up-frame-function): Use quote, not `function'.
15751 (frame-notice-user-settings): Calculate ADJUSTED-TOP
15752 copying with lists as coordinate values.
15753
15754 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
15755
15756 * find-dired.el (kill-find): New command.
15757 (find-dired): Make buffer read-only.
15758 Set up a keymap with C-c C-k running kill-find.
15759 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
15760
15761 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
15762
15763 * filecache.el (file-cache-ignore-case): New variable.
15764 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
15765
15766 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
15767 (comint-dynamic-complete-as-filename): Rename local vars.
15768 (comint-dynamic-list-filename-completions): Likewise.
15769
15770 * comint.el (comint-dynamic-list-completions-config): New var.
15771 (comint-dynamic-list-completions): Handle both SPC and TAB right.
15772
15773 * comint.el (comint-file-name-chars): Add [].
15774 (comint-word): Use skip-chars-backward, not search.
15775
15776 * shell.el (shell-file-name-chars): Add [].
15777
15778 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
15779
15780 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
15781
15782 * generic.el (define-generic-mode): Doc fix.
15783
15784 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15785
15786 * files.el (kill-some-buffers): Doc fix.
15787
15788 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
15789
15790 * comint.el (comint-watch-for-password-prompt): Pass `string' as
15791 arg to send-invisible
15792 (send-invisible): Doc fix. The argument is now a prompt, not the
15793 string to send.
15794 (comint-read-noecho): Doc fix.
15795
15796 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
15797
15798 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
15799 "@", as required by some ISP hosting service. Fix defcustom
15800 argument syntax errors that prevented use of customization.
15801
15802 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15803
15804 * xml.el (xml-get-attribute-or-nil): Doc fix.
15805
15806 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
15807
15808 * net/zone-mode.el (zone-mode): Use write-file-functions, not
15809 write-file-hooks.
15810
15811 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
15812
15813 * autorevert.el (auto-revert-interval): Doc fix.
15814
15815 2003-12-29 Mark A. Hershberger <mah@everybody.org>
15816
15817 * xml.el (xml-get-attribute-or-nil): New function, like
15818 xml-get-attribute, but returns nil if the attribute was not found.
15819 (xml-get-attribute): Convert to defsubst, uses
15820 xml-get-attribute-or-nil.
15821
15822 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15823
15824 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15825
15826 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
15827
15828 * custom.el (custom-declare-theme): Use `value' when putting
15829 properties on `theme'.
15830
15831 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
15832
15833 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
15834 for each yank-handler segment.
15835 (insert-for-yank-1): New function, with the body of the previous
15836 insert-for-yank.
15837
15838 * textmodes/table.el (table-yank-handler): New defcustom.
15839 (table--put-cell-indicator-property): Put yank-handler property
15840 that indicates the yank handler for the table cell.
15841
15842 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15843
15844 * generic-x.el (etc-modules-conf-generic-mode): A more complete
15845 set of keywords.
15846
15847 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15848
15849 * international/mule-cmds.el (reset-language-environment)
15850 (set-language-environment): Don't invoke fontset-related functions
15851 if fontset-list is not fboundp.
15852
15853 2003-12-29 Kenichi Handa <handa@m17n.org>
15854
15855 * international/mule-cmds.el (reset-language-environment):
15856 Call set-overriding-fontspec-internal with nil.
15857 (set-language-environment): Call set-overriding-fontspec-internal
15858 if the language environment specify `overriding-fontspec'.
15859 (language-info-alist): Doc added.
15860
15861 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
15862 characters of mule-unicode-0100-24ff.
15863 (ccl-encode-windows-1251-font): New CCL program.
15864 ("Bulgarian"): Specify overriding-fontspec.
15865 ("Belarusian"): Likewise.
15866
15867 2003-12-28 Sam Steingold <sds@gnu.org>
15868
15869 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
15870 parameter ID-FORMAT to conform with the 2003-11-30 patch.
15871
15872 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
15873
15874 * progmodes/gud.el (gud-gdb-command-name): Set default to
15875 "gdb --annotate=3".
15876 (gud-gdb-marker-filter): Look out for annotations.
15877 (gdb-first-pre-prompt): New variable.
15878 Remove trailing white space.
15879
15880 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
15881 if necessary.
15882 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
15883 annotations are detected.
15884 (gud-gdba-marker-filter): Use global variable gud-marker-acc
15885 instead of a local one to allow transition from
15886 gud-gdb-marker-filter.
15887 Remove trailing white space.
15888
15889 2003-12-27 Kim F. Storm <storm@cua.dk>
15890
15891 * ido.el: Handle non-readable directories.
15892 (ido-decorations): Add 9th element for non-readable directory.
15893 (ido-directory-nonreadable): New dynamic var.
15894 (ido-set-current-directory): Set it.
15895 (ido-read-buffer, ido-file-internal):
15896 (ido-read-file-name, ido-read-directory-name): Let-bind it.
15897 (ido-file-name-all-completions1): Return empty list for
15898 non-readable directory.
15899 (ido-exhibit): Print [Not readable] if directory is not readable.
15900 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
15901 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
15902 Use it.
15903
15904 2003-12-27 Lars Hansen <larsh@math.ku.dk>
15905
15906 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
15907 calls to directory-files-and-attributes and file-attributes.
15908 (ls-lisp-format): Remove system dependent handling of user and
15909 group id's.
15910
15911 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
15912
15913 * ffap.el (ffap-read-file-or-url): Revert previous change.
15914
15915 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
15916
15917 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
15918 new list of included files called `files-with-node-lines', that
15919 only have node lines. This way @include commands can include any
15920 file, such as version and update files without node lines, not
15921 just files that are chapters.
15922
15923 2003-12-25 Andreas Schwab <schwab@suse.de>
15924
15925 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
15926 file not found.
15927
15928 2003-12-08 Miles Bader <miles@gnu.org>
15929
15930 * dired.el (dired-between-files): Always use dired-move-to-filename,
15931 which is more robust in non-english locales.
15932
15933 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
15934
15935 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
15936
15937 2003-12-24 Andreas Schwab <schwab@suse.de>
15938
15939 * shell.el (shell-file-name-quote-list): Add backslash.
15940
15941 * comint.el (comint-quote-filename): Correctly handle backslash
15942 in comint-file-name-quote-list.
15943
15944 2003-12-24 Kenichi Handa <handa@m17n.org>
15945
15946 * international/mule-cmds.el (set-default-coding-systems):
15947 Call ucs-set-table-for-input for all buffers that don't have local
15948 value of buffer-file-coding-system.
15949
15950 * international/ucs-tables.el (ucs-set-table-for-input):
15951 If translation-table-for-encode is a symbol, get its
15952 translation-table property.
15953
15954 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
15955
15956 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
15957 to `completing-read' on a recently fixed bug.
15958
15959 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
15960 instead of SPACE, to get the list of possible fringe modes.
15961 SPACE only works if both `partial-completion-mode' and
15962 `completion-auto-help' are nil.
15963
15964 * complete.el (PC-is-complete-p): Delete.
15965 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
15966 calls to `test-completion'.
15967
15968 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
15969
15970 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
15971 to edit values when there are no children.
15972
15973 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
15974 a mode called "Assembler" already exists.
15975 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
15976 (gud-watch): Use format option. Remove font properties from string.
15977 (gdb-var-create-handler, gdb-var-list-children-handler):
15978 Don't bother about properties as there are none.
15979 (gdb-var-create-handler, gdb-var-list-children-handler)
15980 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
15981 with two arguments.
15982 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
15983 Let speedbar show value changes with a different font.
15984 (gdb-edit-value): New defun.
15985 (gdb-clear-partial-output, gdb-clear-inferior-io)
15986 (def-gdb-auto-update-handler): Use erase-buffer.
15987 (gdb-frame-handler): Display watch expressions in
15988 FUNCTION::VARIABLE format if required.
15989
15990 2003-12-23 John Paul Wallington <jpw@gnu.org>
15991
15992 * info.el (Info-unescape-quotes, Info-split-parameter-string)
15993 (Info-goto-emacs-command-node): Doc fixes.
15994
15995 2003-12-12 Jesper Harder <harder@ifa.au.dk>
15996
15997 * cus-edit.el (custom-add-parent-links): Define "many".
15998
15999 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
16000
16001 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
16002 (widget-child-validate, widget-type-value-create)
16003 (widget-type-default-get, widget-type-match): New functions.
16004 (lazy): New widget.
16005 (menu-choice, checklist, radio-button-choice, editable-list)
16006 (group, documentation-string): Remove redundant (per 2003-10-25
16007 change) calls to `widget-children-value-delete'.
16008 (widget-choice-value-get, widget-choice-value-inline): Remove.
16009 (menu-choice): Update widget.
16010
16011 2003-12-03 Kenichi Handa <handa@m17n.org>
16012
16013 * language/cyrillic.el: Register "microsoft-cp1251" in
16014 ctext-non-standard-encodings-alist.
16015 ("Bulgarian"): Add ctext-non-standard-encodings.
16016 ("Belarusian"): Likewise.
16017
16018 * international/mule-conf.el (compound-text-with-extensions):
16019 Change the type to 2 (iso-2022 base).
16020
16021 * international/mule.el (ctext-non-standard-encodings-alist):
16022 Change the format.
16023 (ctext-non-standard-encodings): New variable.
16024 (ctext-post-read-conversion): Fully re-written.
16025 (ctext-non-standard-designations-alist): Delete it.
16026 (ctext-non-standard-encodings-table): New function.
16027 (ctext-pre-write-conversion): Fully re-written.
16028
16029 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
16030
16031 * cus-edit.el (custom-add-parent-links): Add documentation links
16032 for parent, if the item has none of its own.
16033
16034 2003-11-30 Richard M. Stallman <rms@gnu.org>
16035
16036 * dired-aux.el (dired-do-query-replace-regexp):
16037 Report files visited read-only.
16038
16039 2003-11-30 Juri Linkov <juri@jurta.org>
16040
16041 * dired-aux.el (dired-compare-directories): New command.
16042 (dired-file-set-difference, dired-files-attributes): New functions.
16043
16044 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16045 Version 2.0.38 of Tramp released.
16046
16047 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
16048 Charles Curley <charlescurley@charlescurley.com>.
16049 (tramp-multi-connection-function-alist): Add ssht entry which adds
16050 "-e none -t -t" to the list of ssh args. Suggested by Adrian
16051 Aichner.
16052 (tramp-get-method-parameter): New function to retrieve a method
16053 parameter. This allows for omission of method parameters.
16054 Callers adjusted.
16055
16056 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
16057
16058 * net/tramp.el: Add new optional parameter ID-FORMAT to
16059 `file-attributes'. Calls of `file-attributes' won't use this
16060 parameter for backward compatibility reasons.
16061 (tramp-perl-file-attributes): Add a new parameter to Perl script
16062 in order to handle uid/gid as strings, if desired.
16063 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
16064 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
16065 order to make the function more general.
16066 (tramp-handle-file-attributes): Replace proprietary optional
16067 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
16068 (tramp-handle-file-attributes-with-perl): Handle parameter
16069 NONNUMERIC if set. This wasn't done in the past.
16070 (tramp-post-connection): Apply second parameter "$2" if
16071 `tramp-remote-perl' is called.
16072
16073 * net/tramp-smb.el (tramp-smb-handle-delete-file):
16074 Correct cut'n'waste error (`filename' instead of `directory').
16075 (tramp-smb-handle-directory-files-and-attributes)
16076 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
16077 introduced parameter ID-FORMAT.
16078 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
16079 error (`directory' instead of `ldir').
16080
16081 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
16082 `file-attributes' has a second parameter. If yes, apply it with
16083 value "'integer". Otherwise, don't use that parameter (default is
16084 integer format).
16085
16086 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
16087
16088 * help.el (help-map): Bind `display-local-help' to `C-h .'.
16089 (help-for-help): Add `C-h .' to the listed Help options.
16090 Remove trailing whitespace.
16091
16092 * help-at-pt.el: New file.
16093
16094 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
16095
16096 * subr.el (noreturn, 1value): New macros for test coverage.
16097 See `testcover.el'.
16098
16099 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
16100
16101 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
16102 for macro `1value'.
16103 (testcover-1value): New function. Checks that a 1value form
16104 actually returns only one value. Requested by RMS.
16105
16106 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
16107
16108 * gdb-ui.el (gud-watch, gdb-var-create-handler)
16109 (gdb-var-list-children, gdb-var-list-children-handler)
16110 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
16111 gdb commands that use mi to keep them out of the command history.
16112
16113 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16114
16115 * cus-start.el (all): Add use-file-dialog.
16116
16117 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16118
16119 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
16120
16121 2003-11-27 Kim F. Storm <storm@cua.dk>
16122
16123 * subr.el (posn-object-x-y): New defun.
16124
16125 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
16128 Don't use `space' for \\\n.
16129 Be more selective as to which # are comment-starters.
16130
16131 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
16132
16133 * subr.el (number-sequence): Improve handling of floating point
16134 arguments (suggested by Kim Storm). Allow negative arguments.
16135
16136 2003-11-26 Kenichi Handa <handa@m17n.org>
16137
16138 * international/mule-cmds.el (standard-display-european-internal):
16139 Cancel the standard-display-table setting for ` and '.
16140
16141 2003-11-26 Kim F. Storm <storm@cua.dk>
16142
16143 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
16144 New defcustoms to add ffap-like functionality to ido.
16145 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
16146 (ido-no-final-slash): New defun.
16147 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
16148 (ido-read-file-name): ): Toggle VC checking via
16149 vc-handled-backends instead of vc-master-templates.
16150 (ido-file-internal): Handle ido-use-url-at-point and
16151 ido-use-filename-at-point via code borrowed from ffap-guesser.
16152 Handle new ido-exit code ffap.
16153 (ido-sort-list): Ignore final slash when sorting file names.
16154
16155 2003-11-25 Kim F. Storm <storm@cua.dk>
16156
16157 * emulation/cua-base.el (cua--standard-movement-commands):
16158 Add forward-sentence and backward-sentence.
16159
16160 2003-11-25 Stephen Eglen <stephen@gnu.org>
16161
16162 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
16163 iswitchb-exit is set to 'usefirst when user selects buffer at head
16164 of list using RET. (Selecting buffers at the head of the list was
16165 broken if the substring was also a complete buffername.)
16166
16167 2003-11-23 Kim F. Storm <storm@cua.dk>
16168
16169 * progmodes/compile.el (grep-command, grep-use-null-device)
16170 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
16171 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
16172 (grep-regexp-alist, grep-program, find-program)
16173 (grep-find-use-xargs, grep-history, grep-find-history)
16174 (grep-process-setup, grep-compute-defaults)
16175 (grep-default-command, grep, grep-tag-default, grep-find)
16176 (grep-expand-command-macros, grep-tree-last-regexp)
16177 (grep-tree-last-files, grep-tree): Move grep variables, functions
16178 and commands to new file grep.el.
16179 (compilation-mode-map): Remove grep commands from Compile sub-menu.
16180 (compilation-process-setup-function): Doc fix.
16181 (compilation-highlight-regexp, compilation-highlight-overlay): New
16182 defvars used for highlighting current compile error in source buffer.
16183 (compile-internal): New optional args HIGHLIGHT-REGEXP and
16184 LOCAL-MAP which overrides compilation-highlight-regexp and
16185 compilation-mode-map for this compilation.
16186 Delay calling compilation-set-window-height until after running
16187 compilation-process-setup-function so it can buffer-local override
16188 compilation-window-height.
16189 Check buffer-local value of compilation-scroll-output.
16190 (compilation-set-window-height): Use buffer-local value of
16191 compilation-window-height.
16192 (compilation-revert-buffer): Don't pass (undefined)
16193 preserve-modes arg to revert-buffer.
16194 (next-error-no-select, previous-error-no-select): New commands.
16195 (compilation-goto-locus): Temporarily highlight current match in
16196 source buffer using compilation-highlight-regexp.
16197
16198 * progmodes/grep.el: New file with grep code from compile.el.
16199 (grep): New defcustom group.
16200 (grep-window-height): New defcustom, like compilation-window-height.
16201 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
16202 (grep-scroll-output): New defcustom, like compilation-scroll-output.
16203 (grep-command, grep-use-null-device, grep-find-command)
16204 (grep-tree-files-aliases, grep-tree-ignore-case)
16205 (grep-tree-ignore-CVS-directories): Move to grep custom group.
16206 (grep-setup-hook): New hook variable.
16207 (grep-mode-map): New keymap for grep commands. Add Grep menu.
16208 (grep-last-buffer): New defvar, override compilation-last-buffer.
16209 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
16210 Call compile-internal with args highlight-regexp and grep-mode-map.
16211
16212 2003-11-23 Kim F. Storm <storm@cua.dk>
16213
16214 * subr.el (event-start, event-end): Doc fix.
16215 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
16216 (posn-area, posn-actual-col-row, posn-object): New defuns.
16217 (posn-col-row): Simplify doc. Rewrite to use cond.
16218 (posn-point): Also return buffer position for events outside text
16219 area (that info is now present in the event position).
16220
16221 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
16222 mouse-set-point so that hscroll still works now that clicks on
16223 fringes generate specific mouse events.
16224 (mouse-set-point): Note that it now works in fringes and margins
16225 too due to new semantics of posn-point in fringes and margins.
16226
16227 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
16228 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
16229
16230 2003-11-20 Kim F. Storm <storm@cua.dk>
16231
16232 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
16233 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
16234 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
16235 to 100 for icons to avoid increasing line height when shown.
16236
16237 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16238
16239 * newcomment.el (comment-normalize-vars): Initialize properly if
16240 comment-start was nil.
16241
16242 2003-11-19 Andreas Schwab <schwab@suse.de>
16243
16244 * simple.el (set-variable): Fix indentation.
16245
16246 2003-11-17 Kenichi Handa <handa@m17n.org>
16247
16248 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
16249 Fix docstring.
16250
16251 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16252
16253 * international/latin1-disp.el (latin1-display): Fix docstring.
16254
16255 2003-11-16 John Wiegley <johnw@newartisans.com>
16256
16257 * eshell/em-ls.el (eshell-ls-file): There are times with
16258 size-width is nil and uncomputed (when directories are created in
16259 dired, for example); in this case, 4 is reasonable default value,
16260 although it may caused skewed new entries (which could be avoided
16261 by returning the original value of 8 in all cases, but 99% of the
16262 time this is a waste of whitespace).
16263
16264 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16265
16266 * cc-engine.el (c-guess-continued-construct)
16267 (c-guess-basic-syntax): Check a little more carefully if it's a
16268 function declaration when an unknown construct followed by a block
16269 is found inside a statement context. This avoids macros followed
16270 by blocks to be taken as function declarations.
16271
16272 (c-guess-continued-construct): Change the analysis of a statement
16273 continuation with a brace open to `substatement-block', for
16274 consistency with recognized statements.
16275
16276 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
16277 start is in a position so that `c-beginning-of-statement-1' jumped
16278 to the beginning of the same statement.
16279
16280 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
16281 Don't accept binary operators in the arglist if we're in a function
16282 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
16283 template recognition in cases like "if (a < b || c > d)".
16284
16285 (c-restricted-<>-arglists): New more appropriate name for
16286 `c-disallow-comma-in-<>-arglists'.
16287
16288 Accessing functions updated for the variable name change.
16289
16290 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
16291 match data could get clobbered if NOT-INSIDE-TOKEN is used.
16292
16293 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
16294 labels.
16295
16296 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
16297 instead of duplicating parts of it. This fixes bogus label
16298 recognition.
16299
16300 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
16301 of checking the context in which to apply the minimum indentation,
16302 so that it isn't enforced in e.g. namespace blocks.
16303
16304 * cc-vars.el (c-inside-block-syms): New constant used by
16305 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
16306 to somewhat reduce the risk of becoming stale.
16307
16308 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
16309 cc-cmds to cc-engine to allow use from cc-align.
16310
16311 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
16312 qualified identifiers containing "::".
16313
16314 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
16315 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
16316
16317 * cc-vars.el (c-emacs-features): Use a space in front of the name
16318 of the temporary buffer. That also avoids dumping problems in
16319 XEmacs due to undo info being left around after the buffer is killed.
16320
16321 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
16322 arglist to see if it's a K&R style declaration.
16323
16324 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
16325 before returning `knr-argdecl-intro'.
16326
16327 2003-11-16 John Wiegley <johnw@newartisans.com>
16328
16329 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
16330 field in a long-listing always 8 characters, use `size-width',
16331 which has already been computed.
16332
16333 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
16334
16335 * subr.el (minor-mode-list): Add `hs-minor-mode'.
16336
16337 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16338
16339 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
16340 Support operation while narrowed, with `diff-restrict-view'.
16341
16342 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16343
16344 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16345 Take additional optional arg NARROWFUN. For the generated functions:
16346 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
16347 include frags that arrange to check for and save narrowing state before
16348 the move and then conditionally call NARROWFUN after the move.
16349
16350 2003-11-14 John Wiegley <johnw@newartisans.com>
16351
16352 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
16353 that was optional, but obviously missing based on surrounding code.
16354
16355 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
16356 string arguments to numbers unless the whole argument was seen as
16357 a number.
16358
16359 2003-11-14 Kenichi Handa <handa@m17n.org>
16360
16361 * international/mule.el (ctext-non-standard-encodings-alist):
16362 Fix coding systems.
16363
16364 2003-11-10 Kenichi Handa <handa@m17n.org>
16365
16366 * language/kannada.el ("Kannada"): Add sample-text.
16367
16368 * language/knd-util.el (kannada-compose-region)
16369 (kannada-compose-string, kannada-post-read-conversion):
16370 Add autoload cookie.
16371
16372 * international/quail.el (quail-completion): Change the message
16373 "corresponding translations" to "corresponding characters".
16374
16375 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
16376
16377 * descr-text.el (describe-char): Fix typo.
16378
16379 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
16380
16381 These changes are to support Kannada language/script.
16382
16383 * Makefile.in (DONTCOMPILE): Add kannada.el.
16384
16385 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
16386
16387 * loadup.el: Preload kannada.el.
16388
16389 * language/ind-util.el (ucs-kannada-to-is13194-alist)
16390 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
16391 New variables.
16392
16393 * language/kannada.el: New file.
16394
16395 * language/knd-util.el: New file.
16396
16397 2003-11-07 Andreas Schwab <schwab@suse.de>
16398
16399 * progmodes/autoconf.el (autoconf-font-lock-keywords):
16400 Also highlight AH_*.
16401
16402 * xml.el (xml-parse-dtd): Fix misplaced paren.
16403
16404 2003-11-07 Kenichi Handa <handa@m17n.org>
16405
16406 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
16407
16408 2003-11-05 Juri Linkov <juri@jurta.org>
16409
16410 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
16411 (desktop-buffer-file): Use saved buffer-file-coding-system
16412 for file reading. Set auto-insert to nil to prevent automatic
16413 insertion into restored empty files.
16414
16415 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
16416
16417 * files.el (risky-local-variable-p): Make second argument optional.
16418
16419 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16420
16421 * subr.el (add-hook): Fix last change.
16422
16423 2003-11-03 Eli Zaretskii <eliz@gnu.org>
16424
16425 * mail/rmail.el (rmail-convert-to-babyl-format):
16426 If base64-decode-region signals an error, catch it and silently
16427 ignore it.
16428
16429 2003-11-01 Mark A. Hershberger <mah@everybody.org>
16430
16431 * xml.el (xml-parse-region): Allow comments to appear after the
16432 topmost element has closed.
16433 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
16434 (xml-ns-expand-attr): New functions to do namespace handling.
16435 (xml-intern-attrlist): Back-compatible handling of attribute names.
16436 (xml-parse-tag): Move namespace handling to separate functions.
16437 Now produces elements in the form ((:ns . "element") (attr-list)
16438 children) instead of ('ns:element (attr-list) children).
16439 (xml-parse-attlist): Fix attribute parsing.
16440 (xml-parse-dtd): Change parsing so that it produces strings
16441 instead of interned symbols.
16442
16443 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
16444
16445 * dired.el (dired-ls-sorting-switches): Doc fix.
16446
16447 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
16448
16449 * emacs-lisp/rx.el (rx-or): Fix the case of
16450 "(rx (and ?a (or ?b ?c) ?d))".
16451
16452 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
16453
16454 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
16455 (texinfo-format-region): Use it.
16456 (texinfo-format-buffer-1): Ditto.
16457
16458 2003-11-01 Alan Mackenzie <acm@muc.de>
16459
16460 Changes to allow scrolling whilst in isearch mode:
16461 * isearch.el (isearch-unread-key-sequence): New function,
16462 extracted from isearch-other-meta-char.
16463 (top level): (put 'foo 'isearch-scroll) on all Emacs's
16464 "scrollable" standard functions.
16465 (isearch-allow-scroll): New customizable variable.
16466 (isearch-string-out-of-window, isearch-back-into-window)
16467 (isearch-reread-key-sequence-naturally)
16468 (isearch-lookup-scroll-key): New functions.
16469 (isearch-other-meta-char): Doc string and functionality enhanced.
16470 Now accepts a prefix argument.
16471 (isearch-lazy-highlight-window-end): New variable.
16472 (isearch-lazy-highlight-new-loop): Pay attention to the window's
16473 end (thru isearch-lazy-highlight-window-end), not only its start.
16474
16475 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
16476 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
16477 (universal-argument, universal-argument-more, negative-argument)
16478 (digit-argument, universal-argument-other-key): Minor changes.
16479
16480 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16481
16482 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
16483 recursively if the last message is deleted, thus avoiding an
16484 infinite loop.
16485
16486 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16487
16488 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
16489 (tex-main-file): Don't add .tex if the extension is already present.
16490 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
16491
16492 2003-10-29 Lute Kamstra <lute@gnu.org>
16493
16494 * progmodes/octave-inf.el (inferior-octave-prompt):
16495 Recognize version number in prompt.
16496
16497 2003-10-28 Dave Love <fx@gnu.org>
16498
16499 * international/characters.el: Fix some Unicode ranges.
16500
16501 2003-10-28 Kenichi Handa <handa@m17n.org>
16502
16503 * disp-table.el (standard-display-8bit)
16504 (standard-display-default, standard-display-ascii)
16505 (standard-display-g1, standard-display-graphic)
16506 (standard-display-underline): Assure that standard-display-table
16507 is a display table.
16508
16509 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * simple.el (reindent-then-newline-and-indent): Delete space *after*
16512 reindenting the first line.
16513
16514 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
16515
16516 * wid-edit.el (widget-default-delete): Always delete child widgets.
16517
16518 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * newcomment.el (comment-indent): Don't call indent-according-to-mode
16521 if the line has code.
16522 Don't try to line up with something that's too far left.
16523
16524 * progmodes/octave-mod.el (octave-comment-start): Simplify.
16525 (octave-mode-syntax-table): Add % as a comment starter.
16526 (octave-point): Remove.
16527 (octave-in-comment-p, octave-in-string-p)
16528 (octave-not-in-string-or-comment-p, calculate-octave-indent)
16529 (octave-blink-matching-block-open, octave-auto-fill):
16530 Use line-(beginning|end)-position instead.
16531
16532 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16533
16534 * emacs-lisp/authors.el (authors-aliases): Add correct realname
16535 for Francesco Potort\e,Al\e(B.
16536
16537 2003-10-23 Dave Love <fx@gnu.org>
16538
16539 * international/mule-cmds.el (locale-charset-to-coding-system):
16540 Don't rely on nil being a coding system.
16541
16542 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
16543 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
16544 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
16545
16546 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
16547
16548 * gdb-ui.el (gdb-current-language): New variable.
16549 (gdb-update-flag): Remove variable.
16550 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
16551 (gdb-take-last-elt): Remove function.
16552 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
16553 (gdb-post-prompt): Check for variable object changes here.
16554
16555 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
16556 object changes in gdb-ui.el.
16557
16558 2003-10-21 Richard M. Stallman <rms@gnu.org>
16559
16560 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
16561
16562 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
16563 Don't check for foo*/ wildcard form here.
16564 (insert-directory): Recognize foo*/ as a wildcard.
16565 Separate wildcard-regexp variable from the arg, wildcard.
16566
16567 * subr.el (add-hook): Correctly detect when make-local-hook was used.
16568 (remove-hook): Correctly handle strange cases about local hooks.
16569
16570 2003-10-21 David Ponce <david@dponce.com>
16571
16572 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
16573 argument REAL, to return a real number instead of a rounded
16574 integer value. Define as inline function.
16575 (ruler-mode-right-fringe-cols): Likewise.
16576 (ruler-mode-scroll-bar-cols): New function.
16577 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
16578 (ruler-mode-right-scroll-bar-cols): Likewise.
16579 (ruler-mode-space): New function.
16580 (ruler-mode-ruler): Use it. Handle variations of fringe style,
16581 scroll bar mode and margins in a more robust way.
16582
16583 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
16584
16585 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
16586 (antlr-c-init-language-vars): New function.
16587 (antlr-mode): Use it with cc-mode before v5.29.
16588 (antlr-c-common-init): Don't set some local vars here.
16589 (antlr-mode): Set them here.
16590 (antlr-c-forward-sws): New function alias.
16591 (antlr-mode): Redefine with cc-mode before v5.30.
16592 (antlr-skip-sexps): Use it.
16593 (antlr-skip-exception-part): Ditto.
16594 (antlr-skip-file-prelude): Ditto.
16595 (antlr-outside-rule-p): Ditto.
16596 (antlr-end-of-body): Ditto.
16597 (antlr-option-kind): Ditto.
16598 (antlr-insert-option-area): Ditto.
16599 (antlr-file-dependencies): Ditto.
16600
16601 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16602
16603 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
16604 Move backward only if point was not inside an entry.
16605
16606 2003-10-21 Richard M. Stallman <rms@gnu.org>
16607
16608 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
16609
16610 2003-10-21 Juri Linkov <juri@jurta.org>
16611
16612 * compare-w.el: Automatically skip non-matching text to resync.
16613 (compare-windows-whitespace): Doc fix.
16614 (compare-windows-sync, compare-windows-sync-string-size)
16615 (compare-windows-recenter, compare-ignore-whitespace)
16616 (compare-windows-highlight, compare-windows-face): New variables.
16617 (compare-windows): Use compare-windows-sync.
16618 (compare-windows-highlight, compare-windows-dehighlight)
16619 (compare-windows-sync-regexp)
16620 (compare-windows-sync-default-function): New functions.
16621
16622 2003-10-21 Juri Linkov <juri@jurta.org>
16623
16624 * diff.el (diff-parse-differences): Don't visit the files now;
16625 instead, just record the error locus.
16626
16627 2003-10-21 Dave Love <fx@gnu.org>
16628
16629 * progmodes/cfengine.el: New file.
16630
16631 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * complete.el (PC-do-completion): Do not forget to use `pred' as the
16634 default-directory when completing file names.
16635
16636 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
16637
16638 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
16639 followed by the word `face', it gets treated as a face, even if
16640 it is also defined as a variable or a function.
16641
16642 2003-10-20 Dave Love <fx@gnu.org>
16643
16644 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16645 Avoid incf in macro expansion.
16646
16647 2003-10-20 John Paul Wallington <jpw@gnu.org>
16648
16649 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
16650 `evenp' so we don't implicitly require cl library at runtime.
16651
16652 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
16653
16654 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
16655 (help-make-xrefs): Only make cross-references for faces if
16656 preceded or followed by the word `face'. Do not make a
16657 cross-reference for variables without variable documentation,
16658 unless preceded by the word `variable' or `option'. Update doc
16659 string accordingly.
16660
16661 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
16662
16663 * progmodes/hideshow.el: Rewrite one-armed `if'
16664 constructs using either `when' or `unless'.
16665 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
16666
16667 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
16668
16669 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
16670 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
16671 instead of 12x12.
16672
16673 2003-10-16 Eli Zaretskii <eliz@gnu.org>
16674
16675 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
16676 message while converting to Babyl.
16677
16678 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
16679
16680 * allout.el (allout-mode): Doc fix.
16681
16682 2003-10-16 Lute Kamstra <lute@gnu.org>
16683
16684 * subr.el (force-mode-line-update): Fix docstring.
16685
16686 2003-10-14 Dave Love <fx@gnu.org>
16687
16688 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
16689 (default-input-method): Add :link, improve :type.
16690 (locale-charset-language-names): Fix utf-8 pattern.
16691 (locale-charset-match-p, locale-charset-alist)
16692 (locale-charset-to-coding-system): New.
16693 (set-locale-environment): Deal with codeset part of locale specs.
16694
16695 2003-10-14 Lute Kamstra <lute@gnu.org>
16696
16697 * fringe.el (fringe-mode): Use active voice in docstring.
16698 (set-fringe-style): Ditto.
16699
16700 2003-10-13 Lute Kamstra <lute@gnu.org>
16701
16702 * fringe.el (fringe-mode): Fix docstring.
16703 (set-fringe-style): Ditto.
16704
16705 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
16706
16707 * ediff-mult.el (ediff-filegroup-action):
16708 Use ediff-default-filtering-regexp.
16709
16710 * ediff-util.el (ediff-recenter): Don't call
16711 ediff-restore-highlighting twice.
16712 (ediff-select-difference): Set current difference.
16713 (ediff-unselect-and-select-difference): Add comment.
16714
16715 * ediff.el (ediff-directories,ediff-directory-revisions)
16716 (ediff-directories3,ediff-merge-directories)
16717 (ediff-merge-directories-with-ancestor)
16718 (ediff-merge-directory-revisions)
16719 (ediff-merge-directory-revisions-with-ancestor):
16720 Use ediff-default-filtering-regexp.
16721
16722 2003-10-12 Andreas Schwab <schwab@suse.de>
16723
16724 * international/mule-cmds.el (locale-charset-language-names):
16725 Simplify regex by removing unused grouping.
16726
16727 2003-10-10 Dave Love <fx@gnu.org>
16728
16729 * bindings.el: Don't bind stop.
16730
16731 2003-10-08 Miles Bader <miles@gnu.org>
16732
16733 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
16734 face instead of attempting to emulate it.
16735
16736 2003-10-07 Kenichi Handa <handa@m17n.org>
16737
16738 * international/mule-diag.el (list-coding-systems-1): List coding
16739 systems that are loaded automatically.
16740
16741 * international/code-pages.el (iso-8859-11): Add autoload cookie.
16742
16743 * international/mule.el (autoload-coding-system): New function.
16744
16745 2003-10-07 Andreas Schwab <schwab@suse.de>
16746
16747 * log-edit.el (log-edit-changelog-entries): Prefer local value of
16748 change-log-default-name in the buffer visiting the file.
16749
16750 2003-10-06 Dave Love <fx@gnu.org>
16751
16752 * files.el (find-file-hook): Customize.
16753 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
16754
16755 * bindings.el (completion-ignored-extensions): Remove .log.
16756 (global-map): Add again, open, stop keys.
16757
16758 2003-10-05 Richard M. Stallman <rms@gnu.org>
16759
16760 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
16761 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
16762 Use sh-modify directly.
16763 (sh-select): Use sh-append, not eval.
16764
16765 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
16766
16767 * info.el (Info-following-node-name): New function.
16768
16769 * loadhist.el (unload-feature-special-hooks):
16770 Rename from loadhist-hook-functions.
16771 (loadhist-hook-functions): Now an alias.
16772
16773 2003-10-04 Eli Zaretskii <eliz@gnu.org>
16774
16775 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
16776 file-name clashes on 8+3 filesystems.
16777
16778 * Makefile.in (DONTCOMPILE, bootstrap-clean):
16779 Rename loaddefs-boot.el to ldefs-boot.el
16780
16781 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
16782 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
16783
16784 2003-10-03 Lute Kamstra <lute@gnu.org>
16785
16786 * info.el (Info-mode): Revert previous change.
16787 (Info-escape-percent): New function.
16788 (Info-fontify-node): Use it.
16789
16790 2003-10-02 Andreas Schwab <schwab@suse.de>
16791
16792 * loaddefs-boot.el: Regenerated.
16793
16794 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
16795
16796 * ffap.el: Remove defadvice related code from CVS since `complete'
16797 provides a `PC-completion-as-file-name-predicate' variable that
16798 ffap can override.
16799
16800 2003-10-02 Kenichi Handa <handa@m17n.org>
16801
16802 * international/utf-8.el (ccl-decode-mule-utf-8):
16803 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
16804
16805 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
16806 * international/subst-big5.el: Likewise.
16807 * international/subst-gb2312.el: Likewise.
16808 * international/subst-ksc.el: Likewise.
16809
16810 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16811
16812 * calendar/calendar.el (increment-calendar-month)
16813 (calendar-leap-year-p, calendar-absolute-from-gregorian)
16814 (generate-calendar, calendar-read-date, calendar-interval)
16815 (calendar-day-of-week): Handle years BC.
16816 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
16817
16818 2003-10-01 Dave Love <fx@gnu.org>
16819
16820 * language/cyrillic.el (cp1251): Alias for windows-1251.
16821
16822 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
16823 bootstrap.
16824
16825 2003-10-01 Lute Kamstra <lute@gnu.org>
16826
16827 * files.el: Fix typo.
16828 * imenu.el (imenu--generic-function): Docstring fix.
16829
16830 2003-09-30 Richard M. Stallman <rms@gnu.org>
16831
16832 * dired.el (dired-mode): Handle dired-directory as a list.
16833
16834 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
16835
16836 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
16837
16838 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
16839
16840 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
16841 Replace gud-display with gud-watch.
16842 (gud-speedbar-buttons): Add stuff for watching expressions
16843 in the speedbar when using M-x gdba. Use dolist on old part
16844 of this function.
16845
16846 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
16847 (gdb-update-flag): New variables.
16848 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
16849 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
16850 (gud-watch, gdb-var-create-handler) : New functions.
16851 (gdb-var-list-children, gdb-var-list-children-handler)
16852 (gdb-var-create-regexp, gdb-var-update-regexp)
16853 (gdb-var-list-children-regexp): New constants.
16854 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
16855 (gdb-annotation-rules): Reduce annotation set (level 3).
16856 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
16857 (gdb-post-prompt): Don't update GDB buffers every time speedbar
16858 updates.
16859 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
16860 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
16861 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
16862 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
16863 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
16864 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
16865 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
16866 (gud-display, gud-display1)
16867 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
16868 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
16869 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
16870 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
16871 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
16872 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
16873 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
16874 (gdb-display-display-buffer, gdb-toggle-display)
16875 (gdb-delete-display, gdb-expressions-popup-menu)
16876 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
16877 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
16878 to display buffer.
16879
16880 2003-09-30 Richard M. Stallman <rms@gnu.org>
16881
16882 * progmodes/ada-mode.el (ada-mode): Don't use advice.
16883 Instead, set which-func-functions.
16884
16885 * progmodes/which-func.el (which-func-modes): Add ada-mode.
16886 (which-func-functions): New variable.
16887 (which-function): Use that.
16888
16889 * info.el (Info-mode): Double each `%' in header line.
16890
16891 * emacs-lisp/lisp-mnt.el (lm-with-file):
16892 When FILE is nil, run BODY in current buffer.
16893
16894 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
16895
16896 * help.el (describe-mode): Start with a brief list of minor modes.
16897 Find them thru minor-mode-list so as to find them all.
16898 Show them in alphabetical order.
16899
16900 * mail/sendmail.el (mail-aliases): Doc fix.
16901
16902 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
16903
16904 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16905
16906 * mail/rmailsum.el (rmail-make-summary-line-1):
16907 Change comma after last label to a space.
16908 (rmail-summary-font-lock-keywords): Adapt to that change.
16909
16910 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
16911
16912 * progmodes/scheme.el (scheme-mode-variables): When setting
16913 `font-lock-defaults', also specify that "#" should
16914 be interpreted with `word' syntax.
16915 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
16916
16917 2003-09-30 Lars Hansen <larsh@math.ku.dk>
16918
16919 * desktop.el: A lot of comments updated.
16920 (desktop-save-mode): Minor mode introduced.
16921 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
16922 (desktop-load-default): Function made obsolete.
16923 (desktop-locals-to-save): Variable made customizable.
16924 (desktop-read): Optional parameter `dirname' added.
16925 (desktop-change-dir, desktop-revert): Parameter `dirname' in
16926 `desktop-read' used.
16927 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
16928
16929 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
16930
16931 * whitespace.el (whitespace-clean-msg): Add user customizable message
16932 for displaying ``clean'' output.
16933 (whitespace-buffer): Use `whitespace-clean-msg'.
16934 (whitespace-global-mode): Fix typo.
16935
16936 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
16937
16938 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
16939
16940 2003-09-29 Lute Kamstra <lute@gnu.org>
16941
16942 * bindings.el (mode-line-modes): Remove superfluous :propertize
16943 construct in initialization.
16944 (mode-line-position): Change cons cell into proper list in
16945 initialization.
16946
16947 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16948
16949 * international/mule.el (decode-coding-inserted-region): Use car
16950 of the return value of find-operation-coding-system.
16951
16952 2003-09-29 Kenichi Handa <handa@m17n.org>
16953
16954 * descr-text.el (describe-char): Fix previous change.
16955
16956 2003-09-28 Kenichi Handa <handa@m17n.org>
16957
16958 * descr-text.el (describe-char-display): New function.
16959 (describe-char): Pay attention to display table on describing how
16960 a character is displayed.
16961
16962 * international/mule-cmds.el (encoded-string-description):
16963 Prepend "0x" to each encoded byte.
16964
16965 2003-09-28 Andreas Schwab <schwab@suse.de>
16966
16967 * find-file.el (ff-special-constructs): Add autoload cookie.
16968
16969 2003-09-28 Kevin Ryde <user42@zip.com.au>
16970
16971 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
16972 makeinfo appends to duplicate index entries.
16973
16974 2003-09-28 Eli Zaretskii <eliz@gnu.org>
16975
16976 * dired-x.el (dired-clean-tex): Doc fix.
16977
16978 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
16979 using a Chinese tutorial.
16980
16981 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16982
16983 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
16984 between "MAIL FROM:" and "RCPT TO:" and the following address.
16985
16986 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16987
16988 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
16989
16990 2003-09-28 David Ponce <david@dponce.com>
16991
16992 * recentf.el (recentf-initialize-file-name-history): New defcustom.
16993 (recentf-load-list): When `recentf-initialize-file-name-history'
16994 is non-nil, initialize an empty `file-name-history' with the
16995 recent list.
16996
16997 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
16998
16999 * man.el (Man-default-man-entry): Remove the leading `*' from the
17000 word at point.
17001
17002 2003-09-26 Lute Kamstra <lute@gnu.org>
17003
17004 * bindings.el (mode-line-position): Mention size indication in
17005 docstring.
17006
17007 2003-09-26 Andre Spiegel <spiegel@gnu.org>
17008
17009 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
17010
17011 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
17012 because it's autoloaded now.
17013
17014 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17015
17016 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
17017 (sh-font-lock-keywords, sh-feature): Fix previous change of
17018 sh-feature to avoid infloop with sh-font-lock-keywords.
17019
17020 2003-09-25 Kim F. Storm <storm@cua.dk>
17021
17022 * frame.el (frame-current-scroll-bars): New defun.
17023
17024 * window.el (window-current-scroll-bars): New defun.
17025
17026 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17027
17028 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
17029 cause errors when the state cache contains info on parts that have
17030 been narrowed out.
17031
17032 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17033
17034 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
17035 `c-setup-paragraph-variables' has to be used when this variable is
17036 changed; it doesn't work to reinitialize the mode since that
17037 typically clobbers the variable.
17038
17039 * progmodes/cc-styles.el (c-setup-paragraph-variables):
17040 Make it interactive.
17041
17042 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17043
17044 * progmodes/cc-fonts.el (c-font-lock-declarations):
17045 Fix recognition of constructors and destructors for classes whose
17046 names are matched by `*-font-lock-extra-types'.
17047
17048 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
17049 followed by an identifier in C++ then it's a type.
17050
17051 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17052
17053 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
17054 problem that primarily affected XEmacs. Don't use faces to find
17055 unterminated strings since Emacs and XEmacs fontify strings
17056 differently - this function should now work better in XEmacs.
17057
17058 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17059
17060 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
17061 `expand-abbrev' workaround which caused braces to misbehave inside
17062 macros.
17063
17064 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
17065 handling. This bug could cause interactive font locking to bail out.
17066
17067 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17068
17069 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17070 Handle paren-style types in Pike. Also fixed some cases of
17071 insufficient handling of unbalanced parens.
17072
17073 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
17074
17075 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
17076 common shell prompts that are not common filename or URL characters.
17077 (ffap-file-at-point): Use the new regexp to strip the prompts from
17078 the file names. This is an issue mostly for user prompts that
17079 don't have a trailing space and find-file-at-point is invoked from
17080 within a shell inside Emacs.
17081
17082 2003-09-24 Andre Spiegel <spiegel@gnu.org>
17083
17084 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
17085 stamps numerically, rather than textually.
17086
17087 2003-09-24 Kenichi Handa <handa@m17n.org>
17088
17089 * language/devan-util.el (devanagari-post-read-conversion):
17090 * language/mlm-util.el (malayalam-post-read-conversion):
17091 * language/tml-util.el (tamil-post-read-conversion):
17092 Add autoload cookie.
17093
17094 * international/utf-8.el (utf-8-post-read-conversion):
17095 Call post-read-conversion functions for Devanagari, Malayalam,
17096 and Tamil.
17097
17098 2003-09-23 Dave Love <fx@gnu.org>
17099
17100 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
17101
17102 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
17103
17104 * progmodes/gud.el (perldb): Add gud-until to list of commands.
17105 Update gud-remove.
17106
17107 2003-09-22 Richard M. Stallman <rms@gnu.org>
17108
17109 * progmodes/sh-script.el (sh-mode-default-syntax-table):
17110 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
17111 (sh-mode-syntax-table-input): New variable.
17112 (sh-require-final-newline): Don't use eval.
17113 (sh-builtins, sh-leading-keywords, sh-other-keywords)
17114 (sh-variables, sh-font-lock-keywords): Don't use eval.
17115 (sh-set-shell): When setting require-final-newline,
17116 treat value = `require-final-newline' as don't change it.
17117 Set sh-mode-syntax-table locally based on
17118 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
17119
17120 * progmodes/compile.el (compile-internal):
17121 Call compilation-set-window-height before setting window start.
17122
17123 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
17124
17125 * emacs-lisp/bytecomp.el (byte-compile-log-file):
17126 Clear out byte-compile-last-warned-form.
17127
17128 2003-09-22 Richard M. Stallman <rms@gnu.org>
17129
17130 * woman.el (woman-file-name, woman-follow-word):
17131 If current-word returns nil, use "".
17132
17133 * simple.el (eval-expression): Bind standard-output in to-buffer case.
17134
17135 2003-09-22 Richard M. Stallman <rms@gnu.org>
17136
17137 * emacs-lisp/lisp-mnt.el (lm-with-file):
17138 Don't visit the file, just use insert-file-contents in temp buffer.
17139
17140 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
17141
17142 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
17143 Add surrounding \\( and \\) around the header, as in
17144 for lm-history-header 'Change Log\\|History'.
17145
17146 2003-09-22 John Paul Wallington <jpw@gnu.org>
17147
17148 * progmodes/ld-script.el: Add Commentary section,
17149 minor cleanup of file header.
17150 (ld-script-font-lock-keywords): Doc fix.
17151 (toplevel): Provide `ld-script' feature.
17152
17153 2003-09-21 Kim F. Storm <storm@cua.dk>
17154
17155 * scroll-bar.el (set-scroll-bar-mode): Initialize to
17156 new built-in variable default-frame-scroll-bars.
17157 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
17158 scroll-bar-mode; notably, use it instead of t when we toggle
17159 scroll-bars on.
17160 (toggle-scroll-bar): Use default-frame-scroll-bars.
17161
17162 2003-09-19 Masatake YAMATO <jet@gyve.org>
17163
17164 * pcvs.el (cvs-do-removal): Change the prompt depending on
17165 `filter' value.
17166
17167 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17168
17169 * startup.el (command-line-1): Stop startup-echo-area-message
17170 being hidden by "Loading image..." message.
17171 (use-fancy-splash-screens-p, display-splash-screen):
17172 Move display-graphic-p test from latter to former.
17173
17174 * progmodes/sh-script.el (sh-font-lock-keywords):
17175 Highlight escaped EOLs differently from other backslash constructs.
17176
17177 2003-09-19 Richard M. Stallman <rms@gnu.org>
17178
17179 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
17180 New functions.
17181 (edebug-enter, edebug-outside-excursion): Use them.
17182
17183 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
17184 Fix the condition for whether to print "In WHERE".
17185
17186 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
17187
17188 * finder.el (finder-mode-hook): New variable.
17189 (finder-mode): Run hook finder-mode-hook
17190
17191 2003-09-18 Masatake YAMATO <jet@gyve.org>
17192
17193 * progmodes/ebrowse.el: Fix broken magic autoload comments.
17194
17195 2003-09-17 Mario Lang <mlang@delysid.org>
17196
17197 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
17198 "p %e" to actually print the value in the GUD buffer.
17199
17200 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
17201
17202 From David Ponce <david.ponce@wanadoo.fr>:
17203 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
17204 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
17205 from loaddefs-boot.el if necessary.
17206
17207 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
17208
17209 * progmodes/gud.el (gud-find-class): Make jdb work again since
17210 cc-mode changed the syntactic information.
17211
17212 2003-09-15 David Ponce <david@dponce.com>
17213
17214 * recentf.el: (recentf-exclude): Accept predicates too.
17215 (recentf-file-readable-p): New function.
17216 (recentf-include-p): Handle predicates in recentf-exclude.
17217 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
17218 (recentf-cleanup): Likewise.
17219 (recentf-save-list): Use write-file to handle backup of
17220 recentf-save-file.
17221
17222 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
17223
17224 * loaddefs-boot.el: Renamed from `loaddefs.el'
17225 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
17226 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
17227 necessary.
17228
17229 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
17230
17231 * electric.el (Electric-pop-up-window): For the `one-window' case,
17232 no longer disconcertingly move point in the original buffer.
17233
17234 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17235
17236 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
17237
17238 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
17239
17240 * dired.el (dired-mode-map): Fix typo.
17241
17242 2003-09-11 Richard M. Stallman <rms@gnu.org>
17243
17244 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
17245
17246 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17247
17248 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
17249 the function is less noisy. Now only `kill-buffer' can ask questions.
17250
17251 2003-09-10 Mario Lang <mlang@delysid.org>
17252
17253 * battery.el: Update Commentary and Copyright.
17254 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
17255 appear due to wrong ordering of the expressions in `or'.
17256
17257 2003-09-09 Lute Kamstra <lute@gnu.org>
17258
17259 * misc.el (upcase-char): Fix docstring.
17260 (zap-up-to-char): New command.
17261
17262 2003-09-08 David Ponce <david@dponce.com>
17263
17264 Ensure that recentf correctly updates the menu bar.
17265 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
17266 (recentf-menu-bar): New function.
17267 (recentf-clear-data): Use it
17268 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
17269 of easy-menu-change.
17270
17271 2003-09-08 Lute Kamstra <lute@gnu.org>
17272
17273 * simple.el (size-indication-mode): New.
17274 * bindings.el (mode-line-position): Add buffer size indicator.
17275
17276 2003-09-04 Mario Lang <mlang@delysid.org>
17277
17278 * battery.el (battery-linux-proc-acpi): New function.
17279 (battery-status-function): Modify default value calculation to also
17280 check for availability of ACPI.
17281 (battery-echo-area-format): Ditto.
17282 (battery-mode-line-format): Ditto.
17283
17284 2003-09-06 Dave Love <fx@gnu.org>
17285
17286 * ielm.el (ielm-mode-hook): Add :options.
17287
17288 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
17289 (eldoc-print-current-symbol-info): Use it.
17290
17291 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
17292
17293 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
17294 being displayed in GUD buffer.
17295 (gdb-idle-input-queue): Remove var. Use just one queue.
17296 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
17297 Remove functions. Use just one queue.
17298 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
17299 (gdb-invalidate-assembler, gdb-get-current-frame):
17300 Modify functions. Use just one queue.
17301
17302 2003-09-04 Dave Love <fx@gnu.org>
17303
17304 * cus-start.el: Add blink-cursor-alist.
17305
17306 * ruler-mode.el (ruler-mode-fill-column-char)
17307 (ruler-mode-current-column-char): Use char-displayable-p,
17308 not window-system.
17309
17310 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
17311
17312 * language/european.el (windows-1252): Move from code-pages.
17313
17314 * language/cyrillic.el ("Windows-1251"): Delete.
17315 ("Bulgarian", "Belarusian"): Remove `features'.
17316 (windows-1251): Move from code-pages.
17317
17318 * international/mule-diag.el (non-iso-charset-alist):
17319 Remove `codepage' stuff.
17320 (print-designation, list-coding-systems-1): Output fixes.
17321
17322 * international/code-pages.el (cp-make-translation-table)
17323 (cp-valid-codes): Made defsubsts.
17324 (cp-fix-safe-chars): Delete.
17325 (mule-diag): Don't require.
17326 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
17327 (top-level): Check for defined coding system when defining
17328 cp... aliases. Change w32-add-charset-info test to avoid warning.
17329 (non-iso-charset-alist): Defvar when compiling.
17330 (cp-make-coding-system): Doc fix.
17331
17332 2003-09-02 Jason Rumney <jasonr@gnu.org>
17333
17334 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
17335 line-ends from CVS before doing conversion.
17336
17337 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
17338
17339 * calendar/diary-lib.el (diary-header-line-flag)
17340 (diary-header-line-format): New variables.
17341 (list-diary-entries): Use them to set header line in simple diary.
17342
17343 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
17344 other than font-lock-string-face to highlight backslashes.
17345
17346 2003-09-01 Jason Rumney <jasonr@gnu.org>
17347
17348 * international/titdic-cnv.el (tit-read-key-value): Include \r in
17349 regexp.
17350
17351 2003-09-01 Dave Love <fx@gnu.org>
17352
17353 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
17354
17355 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
17356 and :help; also line and column numbers labels.
17357
17358 * international/mule-util.el (char-displayable-p): Move from
17359 latin1-disp, rename and autoload.
17360
17361 * international/latin1-disp.el (latin1-char-displayable-p):
17362 Now obsolete alias. Replace uses with char-displayable-p.
17363 (latin1-display-ucs-per-lynx): Fix last change.
17364
17365 * international/mule-cmds.el (standard-display-european-internal):
17366 Don't use char code for Latin-1 NBSP.
17367 <XFree86 4>: Unfrob NBSP display table. Set display table to use
17368 U+2018, U+2019 for `'.
17369 (select-safe-coding-system): Message fix.
17370
17371 2003-09-01 Kenichi Handa <handa@m17n.org>
17372
17373 * international/fontset.el (setup-default-fontset): For Thai
17374 font, specify "*" family.
17375
17376 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17377
17378 * progmodes/compile.el (previous-error): Accept a prefix
17379 argument, similarly to next-error.
17380
17381 2003-08-31 Masatake YAMATO <jet@gyve.org>
17382
17383 * pcvs.el (cvs-do-removal): Use = instead of eq to check
17384 the number of files. Bind the number of files to a local
17385 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
17386
17387 2003-08-30 Eli Zaretskii <eliz@gnu.org>
17388
17389 * vc-hooks.el (vc-make-version-backup): Fix the change made on
17390 2003-07-26: msdos-long-file-names is a function, not a variable.
17391
17392 2003-08-29 Richard M. Stallman <rms@gnu.org>
17393
17394 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
17395 Do nothing with mail-personal-alias-file if it is nil.
17396
17397 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
17398 Do nothing if mail-personal-alias-file is nil.
17399
17400 * term.el (term-exec-1): Bind coding-system-for-read.
17401
17402 * dired.el (dired-mouse-find-file-other-window):
17403 Use dired-view-command-alist here, as in dired-view-file.
17404 (dired-view-command-alist): Use %s to substitute file name.
17405 Handle .ps_pages, .eps, .jpg, .gif, .png.
17406
17407 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17408
17409 * info.el (Info-mode-map): Bind S-tab and <backtab> to
17410 `Info-prev-reference', instead of M-tab.
17411
17412 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
17413
17414 * simple.el (blink-matching-open): Work correctly on chars that
17415 are designated as parens through the syntax-table text property.
17416
17417 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
17418
17419 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
17420 line break position in the middle of a non-kinsoku (e.g. latin)
17421 word, making it skip until either a space or a character with
17422 category "|".
17423 (kinsoku-longer): Test for end of buffer.
17424
17425 2003-08-28 Eli Zaretskii <eliz@gnu.org>
17426
17427 * mail/rmail.el (rmail-convert-to-babyl-format):
17428 Detect quoted-printable- and base64-encoded messages and decode them
17429 automatically. Set the message's encoding from the charset=
17430 header, if any. Decode base64-encoded messages in Mail format as well.
17431
17432 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17433
17434 * mail/smtpmail.el: Fix previous change.
17435 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
17436 calling smtpmail-via-smtp.
17437 (smtpmail-via-smtp): Add fall-back values for envelope-from.
17438
17439 2003-08-26 John Paul Wallington <jpw@gnu.org>
17440
17441 * image.el (image-jpeg-p): Don't search beyond length of data.
17442
17443 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17444
17445 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
17446 misfeature in `expand-abbrev' which caused electric keywords like
17447 "else" to disappear if an open brace was typed directly afterwards.
17448
17449 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17450
17451 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
17452 mandatory in `define-widget'.
17453
17454 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
17455 Don't align the operators "!=", "<=" and ">=" as assignment operators.
17456
17457 (c-assignment-operators): New language constant that only contains
17458 the assignment operators.
17459
17460 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
17461
17462 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17463
17464 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17465 Safeguard against unbalanced sexps.
17466
17467 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
17468
17469 * version.el (emacs-version): Check for gtk. Include gtk version info.
17470
17471 2003-08-25 John Paul Wallington <jpw@gnu.org>
17472
17473 * man.el (Man-default-man-entry): Don't whizz past the section
17474 number before looking for it.
17475
17476 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
17477
17478 * progmodes/gud.el (gud-display-line): Don't set window-point if
17479 source buffer is not visible. (Only happens with M-x gdba.)
17480
17481 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
17482 documentation.
17483 (gdb-source, gdb-source-info): Update to assembler unnecessary
17484 as its done after each GDB command anyway.
17485 (gdb-pre-prompt): Use with-current-buffer.
17486 (gdb-insert-field): Add help-echo text.
17487 (gdb-invalidate-assembler): Re-display of assembler now done in
17488 gdb-info-breakpoints-custom.
17489 (gdb-info-breakpoints-custom): Force re-display of assembler to
17490 happen *after* update of breakpoints buffer.
17491 (gdb-display-source-buffer): Don't choke if gdb-source-window
17492 isn't visible.
17493 (gdb-put-string, gdb-put-arrow): Remove free variables.
17494
17495 2003-08-24 John Paul Wallington <jpw@gnu.org>
17496
17497 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
17498
17499 * man.el (Man-default-man-entry): Strip text properties when
17500 snarfing parts of entry because `format' preserves properties.
17501
17502 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17503
17504 * files.el (file-newest-backup): Use `expand-file-name'.
17505
17506 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
17507 Allow the diary to pop up a new frame, if needed.
17508
17509 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
17510 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
17511 (smtpmail-send-it): Make treatment of envelope-from consistent with
17512 sendmail.el.
17513
17514 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
17515 (sh-leading-keywords): Add the bash `time' reserved word.
17516 (sh-variables): Add some bash variables.
17517 (sh-add-completer): Fix nil branch of case statement.
17518
17519 2003-08-24 Masatake YAMATO <jet@gyve.org>
17520
17521 * progmodes/ld-script.el: New file.
17522
17523 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
17524
17525 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
17526
17527 2003-08-23 Andre Spiegel <spiegel@gnu.org>
17528
17529 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
17530 Better explain obsolescence, and what to use instead.
17531
17532 2003-08-23 Masatake YAMATO <jet@gyve.org>
17533
17534 * pcvs.el (cvs-do-removal): Show the deleted file name
17535 on the prompt.
17536
17537 2003-08-20 Dave Love <fx@gnu.org>
17538
17539 * international/mule.el (make-coding-system)
17540 (set-buffer-file-coding-system): Doc fix.
17541
17542 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
17543
17544 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
17545
17546 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
17547
17548 * international/utf-16.el: Add mime-text-unsuitable coding system
17549 properties.
17550
17551 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
17552
17553 * cus-edit.el: Add some :links.
17554 (bib): Remove.
17555
17556 * textmodes/bib-mode.el (bib): Add :group external.
17557
17558 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
17559
17560 * wid-edit.el (widget-echo-help): Make it handle expressions that
17561 evaluate to strings.
17562
17563 2003-08-18 Michael Mauger <mmaug@yahoo.com>
17564
17565 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
17566
17567 Simplify selection of SQL products to define highlighting and
17568 interactive mode. Includes detailed instructions on adding
17569 support for new products.
17570
17571 * progmodes/sql.el (sql-product): New variable. Identifies SQL
17572 product for use in highlighting and interactive mode.
17573 (sql-interactive-product): New variable. SQL product for
17574 sql-interactive-mode.
17575 (sql-product-support): New variable. Specifies product-specific
17576 parameters to drive highlighting and interactive mode.
17577 (sql-imenu-generic-expression): Add more object types.
17578 (sql-sqlite-options): Correct comment.
17579 (sql-ms-program): Use "osql" rather than "isql".
17580 (sql-prompt-regexp, sql-prompt-length): Update comment.
17581 (sql-mode-menu): Add "Start SQLi session" entry.
17582 Replace Highlighting submenu with Product menu. Fix Send Region entry.
17583 (sql-mode-abbrev-table): Add abbreviations. Support of
17584 SYSTEM-FLAG on define-abbrev. Support was removed with last
17585 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
17586 (sql-mode-font-lock-object-name): Add font-lock pattern for object
17587 names.
17588 (sql-mode-ansi-font-lock-keywords): Set as default value.
17589 (sql-mode-oracle-font-lock-keywords): Set as default value.
17590 Support Oracle 9i keywords.
17591 (sql-mode-postgres-font-lock-keywords): Set as default value.
17592 (sql-mode-linter-font-lock-keywords): Set as default value.
17593 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
17594 SQLServer 2000.
17595 (sql-mode-sybase-font-lock-keywords)
17596 (sql-mode-interbase-font-lock-keywords)
17597 (sql-mode-sqlite-font-lock-keywords)
17598 (sql-mode-strong-font-lock-keywords)
17599 (sql-mode-mysql-font-lock-keywords)
17600 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
17601 keywords.
17602 (sql-mode-font-lock-defaults): Update comment.
17603 (sql-product-feature): New function. Returns feature associated
17604 with a product from `sql-product-support' alist.
17605 (sql-product-font-lock): New function. Set font-lock support
17606 based on `sql-product'.
17607 (sql-add-product-keywords): New function. Add font-lock rules to
17608 product-specific keyword variables.
17609 (sql-set-product): New function. Set `sql-product' and apply
17610 appropriate font-lock highlighting.
17611 (sql-highlight-product): New function. Set font-lock support
17612 based on a product. Also set mode name to include product name.
17613 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
17614 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
17615 Use `sql-set-product'.
17616 (sql-highlight-ms-keywords)
17617 (sql-highlight-sybase-keywords)
17618 (sql-highlight-interbase-keywords)
17619 (sql-highlight-strong-keywords)
17620 (sql-highlight-mysql-keywords)
17621 (sql-highlight-sqlite-keywords)
17622 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
17623 (sql-get-login): Prompt in the same order as the tokens.
17624 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
17625 (sql-product-interactive): New function. Common portions of
17626 product-specific interactive mode wrappers.
17627 (sql-interactive-mode): Rewritten to use product features.
17628 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
17629 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
17630 (sql-db2, sql-linter): Use `sql-product-interactive'.
17631 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
17632 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
17633 (sql-connect-ingres, sql-connect-postgres)
17634 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
17635 New functions. Format command line parameters and invoke comint on
17636 the appropriate interpreter. Code was in the corresponding
17637 `sql-xyz' function before.
17638 (sql-connect-ms): New function. Support -E argument to use
17639 operating system credentials for authentication.
17640
17641 2003-08-18 Kenichi Handa <handa@m17n.org>
17642
17643 * international/mule.el (encode-char): Fix for the ASCII case.
17644
17645 2003-08-15 Kenichi Handa <handa@m17n.org>
17646
17647 * international/fontset.el (setup-default-fontset): Change "*" to
17648 nil in the specifications of font family.
17649
17650 2003-08-18 Kim F. Storm <storm@cua.dk>
17651
17652 * kmacro.el (kmacro-keymap): Group related bindings in
17653 initialization for clarity. Bind C-s to start macro.
17654 Remove C-r binding.
17655 (kmacro-initial-counter-value): New defvar to hold initial counter
17656 value in case we set the value before defining a macro.
17657 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
17658 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
17659 not defining or executing macro. Doc fix.
17660 (kmacro-add-counter): Clear kmacro-initial-counter-value.
17661 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
17662 temporarily view older elements on the macro ring without cycling
17663 the ring.
17664 (kmacro-display): Doc fix.
17665 (kmacro-exec-ring-item): New helper function.
17666 (kmacro-call-ring-2nd): Use it.
17667 (kmacro-call-ring-2nd-repeat): Doc fix.
17668 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
17669 (kmacro-end-or-call-macro): Execute last viewed macro (using
17670 kmacro-exec-ring-item) from ring if this follows
17671 kmacro-view-macro. This allows us to find a macro on the ring
17672 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
17673 the ring to bring it to the head of the ring.
17674 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
17675 Allow binding to reserved keys without specifying C-x C-k prefix.
17676 Ask for confirmation if entered key sequence is already bound to
17677 a non-macro command.
17678 (kmacro-view-macro): Repeating command will show older elements
17679 on the macro ring; C-k will execute the last viewed macro.
17680 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
17681 property from 'ring to 'head.
17682
17683 2003-08-17 Alan Shutko <ats@acm.org>
17684
17685 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
17686 keeping December out of the alist.
17687
17688 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
17689
17690 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
17691 * calendar/calendar.el (calendar-mode-map): Bind it to key.
17692 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
17693 (calendar-flatten): New function.
17694 (calendar-mouse-view-other-diary-entries)
17695 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
17696 in the menu title and to show multi-line diary entries correctly
17697 in the menu.
17698
17699 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
17700
17701 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
17702 defcustom, because the default was recently changed.
17703
17704 2003-08-16 Richard M. Stallman <rms@gnu.org>
17705
17706 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
17707
17708 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17709 New subroutine, broken out of eval-last-sexp-1.
17710 (eval-last-sexp-1): Use eval-last-sexp-print-value.
17711
17712 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
17713
17714 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
17715
17716 * simple.el (eval-expression): Use eval-last-sexp-print-value.
17717
17718 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
17719
17720 * progmodes/compile.el (compilation-error-regexp-alist):
17721 Add Java ANt error detection as described in document
17722 http://ant.apache.org/faq.html
17723
17724 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
17725
17726 * simple.el (backward-word, forward-to-indentation)
17727 (backward-to-indentation): Argument changed to optional.
17728 (next-line, previous-line): Use `or' instead of `unless'.
17729
17730 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17731
17732 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
17733 instead of a constant.
17734
17735 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
17736
17737 * shell.el (shell): With prefix-arg, suggest a new buffer name.
17738
17739 2003-08-12 Andre Spiegel <spiegel@gnu.org>
17740
17741 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
17742 (vc-sccs-workfile-version): Search the entire delta table, rather
17743 than just the first entry, because that might be a deleted version.
17744
17745 2003-08-11 Karl Fogel <kfogel@red-bean.com>
17746
17747 * menu-bar.el (menu-bar-options-menu): Supply a body for the
17748 [save-place] binding in the Options menu. Have it require
17749 'saveplace' and then toggle the variable manually, to avoid an an
17750 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
17751 for the bug report.
17752
17753 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
17754
17755 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
17756 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
17757 (gdb-info-threads-custom): Add help-echo text.
17758 (gdb-display-back): Don't use purecopy.
17759 (gdb-info-breakpoints-custom, gdb-reset)
17760 (gdb-assembler-custom): Use display-images-p to test if breakpoint
17761 icons can be displayed.
17762
17763 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
17764
17765 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
17766
17767 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
17768
17769 * bookmark.el (bookmark-completing-read):
17770 Return a string, instead of a list of one string.
17771 Use a popup menu if activated from the mouse.
17772 (bookmark-edit-annotation): Remove unused vars.
17773 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
17774 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
17775 to bookmark-completing-read.
17776 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17777 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
17778 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
17779 and erase-buffer.
17780 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
17781 (bookmark-menu-jump, bookmark-menu-insert)
17782 (bookmark-popup-menu-and-apply-function)
17783 (bookmark-menu-popup-paned-bookmark-menu): Remove.
17784 (bookmark-menu-build-paned-menu): Remove by folding it into
17785 bookmark-menu-popup-paned-menu.
17786 (menu-bar-bookmark-map): Move the define-key statements here.
17787 Use the "non-menu" commands since they now pop up a menu if needed.
17788 (bookmark-exit-hook-internal): Simplify.
17789
17790 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
17791
17792 * reftex-toc.el (reftex-toc-rename-label): New function.
17793 (reftex-toc-check-docstruct): New function.
17794
17795 * reftex.el (reftex-region-active-p): New function.
17796
17797 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
17798 regexp to find the \bibliography macro.
17799
17800 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
17801 which does not exist in LaTeX.
17802 (reftex-cite-format-builtin): Added amsrefs support.
17803 (reftex-toc-confirm-promotion): New option
17804
17805 * reftex-toc.el
17806 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
17807 (reftex-toc-demote, reftex-toc-promote)
17808 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17809 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17810 (reftex-toc-newhead-from-alist)
17811 (reftex-toc-load-all-files-for-promotion): New functions.
17812 (reftex-toc-help): Added description of new keys.
17813 (reftex-toc-split-windows-fraction): New option.
17814 (reftex-recenter-toc-when-idle): Search *toc* window on all
17815 visible frames.
17816 (reftex-toc): Additional parameter REUSE
17817 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
17818 with REUSE argument.
17819 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
17820 the call of `reftex-toc'.
17821 (reftex-make-separate-toc-frame): New function .
17822 (reftex-toc-recenter): When called with triple prefix arg, call
17823 `reftex-make-separate-toc-frame' first.
17824 (reftex-toc-toggle-dedicated-frame): New command.
17825 (reftex-toc-quit): Adapted to delete frame when called in
17826 dedicated frame.
17827
17828 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
17829 all enclosing macros.
17830
17831
17832 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17833
17834 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
17835 first use.
17836
17837 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17838
17839 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
17840
17841 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17842
17843 * calendar/calendar.el (list-diary-entries-hook)
17844 (diary-display-hook, nongregorian-diary-listing-hook)
17845 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
17846 Add some customize options for these hooks.
17847 (calendar-abbrev-construct): Don't try to take a substring longer
17848 than the original string.
17849
17850 2003-08-05 Richard M. Stallman <rms@gnu.org>
17851
17852 * emacs-lisp/testcover.el (noreturn): Report error if does return.
17853 (testcover-reinstrument-clauses): Doc fix.
17854
17855 * emacs-lisp/warnings.el: Doc fixes, args renamed.
17856 (warning-type-format): Rename from warning-group-format.
17857
17858 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
17859 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
17860 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
17861 to prevent warnings about defvar for an obsolete variable.
17862
17863 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
17864 warning-group-format renamed to warning-type-format.
17865
17866 * subr.el (read-passwd): Use clear-string instead of fillarray.
17867
17868 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
17869 Use vconcat instead of concat.
17870 (edmacro-sanitize-for-string): New function.
17871
17872 2003-08-05 Dave Love <fx@gnu.org>
17873
17874 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
17875 line-number-display-limit-width.
17876
17877 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
17878
17879 2003-08-05 Kenichi Handa <handa@m17n.org>
17880
17881 * international/code-pages.el: Don't require mule-diag.
17882
17883 * international/mule-diag.el (non-iso-charset-alist):
17884 Add autoload cookie.
17885
17886 * language/devan-util.el (dev-glyph-order): Add an entry for the
17887 glyph code #xC4.
17888
17889 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17890
17891 * calendar/calendar.el (diary-file, diary-file-name-prefix)
17892 (european-calendar-style, diary-date-forms)
17893 (calendar-day-name-array, calendar-month-name-array): Doc change.
17894 (generate-calendar-month): Adapt for new behaviour of
17895 `calendar-day-name' function.
17896 (calendar-abbrev-length, calendar-day-abbrev-array)
17897 (calendar-month-abbrev-array): New variables.
17898 (calendar-abbrev-construct): New function.
17899 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
17900 rather than fixing abbrevs at some width. Calling syntax change.
17901 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
17902 (calendar-date-string): Adapt for new behaviours of
17903 `calendar-day-name' and `calendar-month-name' functions.
17904
17905 * calendar/diary-lib.el (list-diary-entries): Adapt for new
17906 behaviour of `calendar-day-name' and `calendar-month-name' functions.
17907 (diary-name-pattern): Use abbrev arrays, rather than fixing
17908 abbrevs at three chars. Calling syntax change.
17909 (mark-diary-entries): Adapt for new behaviours of
17910 `diary-name-pattern' and `calendar-make-alist' functions.
17911 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
17912 `diary-name-pattern' function.
17913 (font-lock-diary-date-forms): Use abbrev arrays, rather than
17914 fixing abbrevs at three chars. Calling syntax change.
17915 (cal-hebrew, cal-islam): Require when compiling.
17916 (diary-font-lock-keywords): Adapt for new behaviour of
17917 `font-lock-diary-date-forms' function.
17918
17919 * calendar/cal-hebrew.el: Reposition some code so defined before used.
17920 (calendar-hebrew-month-name-array-common-year)
17921 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
17922 (list-hebrew-diary-entries): Adapt for new behaviours of
17923 `calendar-day-name' and `add-to-diary-list' functions.
17924 (mark-hebrew-diary-entries): Adapt for new behaviours of
17925 `diary-name-pattern' and `calendar-make-alist' functions.
17926
17927 * calendar/cal-islam.el (calendar-islamic-month-name-array):
17928 Add doc string.
17929 (list-islamic-diary-entries): Adapt for new behaviours of
17930 `calendar-day-name' and `add-to-diary-list' functions.
17931 (mark-islamic-diary-entries): Adapt for new behaviours of
17932 `diary-name-pattern' and `calendar-make-alist' functions.
17933
17934 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
17935 `calendar-month-name' function.
17936
17937 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
17938
17939 * calendar/solar.el (solar-seasons-data): Move definition before use.
17940
17941 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
17942 (cal-tex-LaTeX-hourbox): Move definition before use.
17943
17944 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
17945 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
17946 lunar.el, solar.el
17947 (displayed-month, displayed-year): Define for compiler.
17948
17949 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17950
17951 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
17952 MODE. Renamed from c-init-c-language-vars'.
17953 (c-initialize-cc-mode): Change accordingly.
17954 (c-common-init): Ditto.
17955 (c-mode): Ditto.
17956 (c++-mode): Use `c-init-language-vars-for'.
17957 (objc-mode): Ditto.
17958 (java-mode): Ditto.
17959 (idl-mode): Ditto.
17960 (pike-mode): Ditto.
17961 (awk-mode): Ditto.
17962
17963 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17964
17965 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
17966 or not the point moved.
17967
17968 (c-search-decl-header-end): Don't trip up on operator identifiers
17969 in C++ and operators like == in all languages.
17970
17971 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17972 Detect leading labels correctly.
17973
17974 2003-08-02 Andreas Schwab <schwab@suse.de>
17975
17976 * textmodes/ispell.el: Don't redo key bindings on loading, put
17977 them only in loaddefs.el.
17978 * bookmark.el: Likewise.
17979 * dabbrev.el: Likewise.
17980 * emerge.el: Likewise.
17981
17982 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
17983 has more than one member.
17984
17985 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
17986
17987 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17988
17989 * lpr.el (printify-region): It was ending conversion before the
17990 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
17991
17992 2003-07-31 John Paul Wallington <jpw@gnu.org>
17993
17994 * net/browse-url.el (browse-url-epiphany): Doc fix.
17995
17996 2003-07-30 Kenichi Handa <handa@m17n.org>
17997
17998 * international/fontset.el (setup-default-fontset):
17999 Change registry names of Akurti fonts.
18000
18001 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18002
18003 * comint.el (comint-read-noecho): Use `clear-string' instead of
18004 `fillarray'.
18005
18006 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
18007
18008 * outline.el (outline-mode-hook): Add defvar.
18009
18010 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
18011
18012 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
18013 Restore assembler in source window if that is what has been selected.
18014 (menu): Add gdb-restore-windows to menu. Make gdba
18015 specific menus only visible from gdba.
18016
18017 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
18018
18019 * progmodes/compile.el (compilation-environment): New user variable.
18020 (compile-internal): Respect it.
18021
18022 2003-07-23 Masatake YAMATO <jet@gyve.org>
18023
18024 * progmodes/gud.el (gdb-script-font-lock-keywords):
18025 Put `font-lock-function-name-face' on a symbol which includes
18026 `-' like `hook-run'. Put font-lock-variable-name-face
18027 on a symbol starting with $.
18028
18029 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
18030
18031 * files.el (set-visited-file-name): Use truename for buffer-file-name.
18032
18033 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18034
18035 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
18036
18037 2003-07-26 Andre Spiegel <spiegel@gnu.org>
18038
18039 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
18040 Use with-no-warnings.
18041 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
18042 rather than to find-file-not-found-hook, which doesn't exist.
18043
18044 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18045
18046 * international/quail.el (quail-translate-key): Fix previous change.
18047
18048 2003-07-25 John Paul Wallington <jpw@gnu.org>
18049
18050 * server.el (server-start): Check `server-process' is non-nil
18051 before killing it to avoid killing current buffer's process.
18052
18053 * simple.el (choose-completion-string): Use `minibufferp';
18054 test `completion-reference-buffer' if `buffer' arg is nil.
18055 (push-mark): Use `when' and `unless'.
18056 (pop-mark): Use `when'.
18057
18058 * mouse-sel.el (mouse-sel-get-selection-function):
18059 Check `x-last-selected-text-primary'. Don't barf if it or
18060 `x-last-selected-text' aren't bound.
18061
18062 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18063
18064 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
18065
18066 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
18067
18068 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
18069
18070 2003-07-23 John Paul Wallington <jpw@gnu.org>
18071
18072 * tooltip.el (defface tooltip): Inherit from variable-pitch.
18073
18074 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18075
18076 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
18077 string. Defvar the derived hook.
18078
18079 * macros.el (insert-kbd-macro): Escape double quote character.
18080 From Thomas W Murphy <twm@andrew.cmu.edu>.
18081
18082 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
18083
18084 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
18085 to match the specific mark rather than reusing comment-start-skip.
18086
18087 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
18088
18089 * progmodes/hideshow.el (hs-special-modes-alist):
18090 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
18091
18092 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
18093
18094 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
18095 value using ?\s.
18096
18097 2003-07-21 John Paul Wallington <jpw@gnu.org>
18098
18099 * subr.el (with-selected-window): Add closing paren.
18100
18101 2003-07-21 Richard M. Stallman <rms@gnu.org>
18102
18103 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
18104 (lisp-mode): Likewise.
18105
18106 * subr.el (with-selected-window): Copy code form save-selected-window
18107 so as to call select-window with norecord arg.
18108 (dynamic-completion-table): Doc fix.
18109 (lazy-completion-table): Doc fix.
18110
18111 * international/mule-cmds.el (set-locale-environment):
18112 langinfo renamed to locale-info.
18113
18114 * international/mule.el (auto-coding-functions): Doc fix.
18115
18116 2003-07-21 Kenichi Handa <handa@m17n.org>
18117
18118 * international/quail.el (quail-translate-key):
18119 Update quail-current-str correctly.
18120
18121 2003-07-21 Andreas Schwab <schwab@suse.de>
18122
18123 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
18124 ?, to "_".
18125
18126 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
18127 Version 2.0.36 of Tramp released.
18128
18129 * net/tramp.el (tramp-default-password-end-of-line): Rename from
18130 tramp-password-end-of-line.
18131 (tramp-password-end-of-line): New method parameter.
18132 (tramp-get-password-end-of-line): Function to access method
18133 parameter `tramp-password-end-of-line', or variable
18134 `tramp-default-password-end-of-line' (default value).
18135 (tramp-methods): Add entries for new parameter
18136 tramp-password-end-of-line.
18137 (tramp-enter-password): Use new function
18138 `tramp-get-password-end-of-line'.
18139 (tramp-handle-insert-file-contents): Do not
18140 unconditionally inhibit the file operation file-local-copy, only
18141 do that when the inhibit-file-name-operation is currently
18142 insert-file-contents. This fixes finding remote CVS-controlled
18143 files. (It would barf on inserting the CVS/Entries file
18144 literally, because the file-local-copy handler wasn't called.)
18145 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
18146 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
18147 (tramp-initial-commands): New variable.
18148 (tramp-process-initial-commands): New function, using the variable.
18149 (tramp-open-connection-setup-interactive-shell): Call the new function.
18150 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
18151 method into the buffer name, never use nil. Reported by Hanak
18152 David <dhanak@inf.bme.hu>.
18153 (tramp-open-connection-setup-interactive-shell): Erase buffer
18154 before sending "stty -onlcr".
18155
18156 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
18157
18158 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
18159
18160 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
18161
18162 2003-07-19 John Paul Wallington <jpw@gnu.org>
18163
18164 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
18165 (artist-draw-rect, artist-draw-square): Doc fixes.
18166
18167 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
18168
18169 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
18170
18171 2003-07-19 Kenichi Handa <handa@m17n.org>
18172
18173 * international/kkc.el (kkc-show-conversion-list-update):
18174 Highlight the correct candidate in the message.
18175
18176 2003-07-18 John Paul Wallington <jpw@gnu.org>
18177
18178 * simple.el (current-word): Don't include punctuation char when
18179 `really-word' arg is non-nil.
18180
18181 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
18182
18183 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
18184 moved to the directory obsolete.
18185
18186 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
18187
18188 * info.el (Info-menu-entry-name-re): Allow newlines in
18189 menu entry names.
18190
18191 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
18192 syntax-ppss-after-change-function.
18193 (syntax-ppss-after-change-function): New alias. Update uses.
18194 (syntax-ppss): Catch the case where the buffer is narrowed.
18195
18196 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18197
18198 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
18199 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
18200
18201 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18202
18203 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
18204 since it might be modified.
18205
18206 * progmodes/cc-langs.el (c++-make-template-syntax-table)
18207 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
18208 names to these language constants.
18209
18210 2003-07-15 Kim F. Storm <storm@cua.dk>
18211
18212 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
18213 All uses changed.
18214
18215 2003-07-14 Mark A. Hershberger <mah@everybody.org>
18216
18217 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
18218 Namespace support.
18219
18220 2003-07-13 Juanma Barranquero <lektu@terra.es>
18221
18222 * frame.el (modify-all-frames-parameters): Reinstall (copyright
18223 papers received).
18224
18225 2003-07-13 Karl Eichwalder <ke@suse.de>
18226
18227 * textmodes/po.el (po-find-charset): White space at the start of the
18228 Content-Type field body is non-mandatory.
18229
18230 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
18231
18232 * textmodes/texinfo.el (texinfo-section-list):
18233 Append appendixsection; a synonym for appendixsec.
18234
18235 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
18236
18237 * man.el (Man-translate-cleanup): New.
18238 (Man-translate-references): Call `Man-translate-cleanup' to clean
18239 leading, trailing and middle spaces.
18240
18241 2003-07-13 Lars Hansen <larsh@math.ku.dk>
18242
18243 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
18244 Handle `dired-directory' being a list.
18245
18246 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
18247
18248 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
18249 it doesn't exist.
18250
18251 2003-07-12 Richard M. Stallman <rms@gnu.org>
18252
18253 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
18254
18255 * progmodes/cc-defs.el (c-make-keywords-re):
18256 Don't use delete-duplicates.
18257 (c-lang-const): Don't use mapcan.
18258
18259 * apropos.el (apropos-show-scores): Make it customizable.
18260 Document new meaning.
18261 (apropos): Compute scores from symbols.
18262 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
18263
18264 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18265
18266 * ps-bdf.el: Fix copyright line.
18267 (bdf-directory-list): Fix initialization code.
18268
18269 2003-07-11 John Paul Wallington <jpw@gnu.org>
18270
18271 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
18272 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
18273 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
18274
18275 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
18276
18277 * emacs-lisp/ring.el (ring-elements): Doc fix.
18278
18279 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18280
18281 * calendar/timeclock.el (timeclock-relative)
18282 (timeclock-ask-before-exiting, timeclock-use-display-time):
18283 Doc changes.
18284 (timeclock-modeline-display): Give a message if
18285 `timeclock-use-display-time' is non-nil but `display-time-mode'
18286 is not active.
18287
18288 2003-07-11 Kenichi Handa <handa@m17n.org>
18289
18290 * international/mule-cmds.el (set-language-environment):
18291 Set current-language-environment to the correct string.
18292
18293 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18294
18295 * ps-print.el: Print line number correctly in a region. Reported by
18296 Tim Allen <timallen@ls83.fsnet.co.uk>.
18297 (ps-print-version): New version number (6.6.2).
18298 (ps-printing-region): Code fix.
18299
18300 2003-07-10 John Paul Wallington <jpw@gnu.org>
18301
18302 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
18303 this function can be called from `add-completions-from-tags-table'.
18304
18305 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
18306
18307 * calendar/timeclock.el (timeclock-use-display-time)
18308 (timeclock-day-over-hook, timeclock-workday-remaining)
18309 (timeclock-status-string, timeclock-when-to-leave)
18310 (timeclock-when-to-leave-string, timeclock-log-data)
18311 (timeclock-find-discrep, timeclock-day-base)
18312 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
18313 (timeclock-modeline-display): Set the variable
18314 `timeclock-modeline-display'.
18315 (timeclock-update-modeline): Doc fix. Respect value of
18316 `timeclock-relative'.
18317
18318 2003-07-09 Richard M. Stallman <rms@gnu.org>
18319
18320 * textmodes/reftex-parse.el (reftex-all-document-files):
18321 Add autoload cookie.
18322
18323 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
18324 (reftex-scanning-info-available-p): Add autoload cookie.
18325
18326 * international/mule-cmds.el
18327 (set-display-table-and-terminal-coding-system): Delete duplicate
18328 aset on standard-display-table.
18329
18330 * view.el (view-file): If existing buffer's major mode is special,
18331 don't go into view mode.
18332
18333 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
18334
18335 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18336
18337 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
18338 buffer changes; there's third party code that calls this function
18339 directly.
18340
18341 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18342
18343 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
18344 (autodoc-font-lock-keywords): Don't byte compile on font lock
18345 initialization when running from byte compiled files.
18346
18347 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18348
18349 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
18350 statement ends with auto-increment "++".
18351
18352 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18353
18354 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18355 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18356 these are changed, so declare them as variables and not constants.
18357
18358 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
18359
18360 * subr.el (dolist, dotimes): Doc fix.
18361
18362 2003-07-08 Kim F. Storm <storm@cua.dk>
18363
18364 * international/mule-cmds.el
18365 (set-display-table-and-terminal-coding-system): Don't break
18366 bootstrap if standard-display-table isn't setup yet.
18367
18368 2003-07-07 Richard M. Stallman <rms@gnu.org>
18369
18370 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
18371 Give it a doc string, and autoload it.
18372
18373 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
18374 Use with-no-warnings.
18375
18376 * info.el (Info-search): If find invisible text, search again.
18377
18378 * isearch.el (search-whitespace-regexp): Add a shy group around it.
18379
18380 * man.el (Man-name-regexp): Match + as part of name.
18381
18382 * simple.el (visible-mode): Rename from vis-mode.
18383 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
18384
18385 * simple.el (current-word): New arg REALLY-WORD specifies
18386 don't include punctuation chars.
18387
18388 * emacs-lisp/debug.el (debug, debugger-env-macro):
18389 Use with-no-warnings while accessing and binding unread-command-char.
18390
18391 * international/mule-cmds.el
18392 (set-display-table-and-terminal-coding-system): Use explicit loop
18393 instead of calling standard-display-default.
18394
18395 * net/ange-ftp.el (ange-ftp-file-symlink-p):
18396 Use condition-case to catch error in ange-ftp-get-files.
18397
18398 * net/browse-url.el (browse-url-browser-function):
18399 Add alternative for Epiphany.
18400 (browse-url-epiphany-program, browse-url-epiphany-arguments)
18401 (browse-url-epiphany-startup-arguments)
18402 (browse-url-epiphany-new-window-is-tab): New variables.
18403 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
18404
18405 * progmodes/compile.el (compile-auto-highlight): Default now t.
18406 (compile): Doc fix.
18407 (compilation-next-error): Fix previous change.
18408
18409 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
18410
18411 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
18412
18413 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
18414
18415 * gdb-ui.el (gdb-source-info): Display current frame when
18416 attaching to an existing process.
18417 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
18418 while laying out windows when attaching to an existing process.
18419
18420 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
18421
18422 * info.el (Info-menu): Use Info-menu-entry-name-re.
18423
18424 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18425
18426 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
18427 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
18428
18429 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
18430 to match the same text.
18431
18432 2003-07-06 John Paul Wallington <jpw@gnu.org>
18433
18434 * vc.el (vc-annotate-offset): Move defvar up.
18435
18436 2003-07-06 Kim F. Storm <storm@cua.dk>
18437
18438 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
18439 This should fix the infinite loop when extracting menu names.
18440
18441 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18442
18443 * files.el (auto-mode-alist, interpreter-mode-alist):
18444 Remove entries to CC Mode modes to avoid duplicates; they are now added
18445 with autoload directives in cc-mode.el.
18446
18447 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18448
18449 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18450 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18451 these are changed, so declare them as variables and not constants.
18452
18453 * progmodes/cc-mode.el: Fix some autoload problems: Try to
18454 ensure that the entry for ".c" extension comes before the one for
18455 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
18456 Fix incorrect entries that were added to `interpreter-mode-alist'.
18457 Move the autoload directives for AWK to the top level since they
18458 aren't recognized anywhere else. Do not use the new AWK mode doc
18459 in the autoload form for the old AWK mode.
18460
18461 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18462
18463 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
18464 (bibtex-sort-ignore-string-entries): Default value t.
18465 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
18466 erroneously in previous version.
18467 (bibtex-string-files): Docstring reflects new parsing scheme.
18468 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
18469 docstring, add # as one of the chars to crush
18470 (bibtex-autokey-prefix-string, bibtex-autokey-names)
18471 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
18472 (bibtex-autokey-name-change-strings)
18473 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
18474 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
18475 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
18476 (bibtex-autokey-title-terminators)
18477 (bibtex-autokey-titlewords-stretch)
18478 (bibtex-autokey-titleword-ignore)
18479 (bibtex-autokey-titleword-case-convert)
18480 (bibtex-autokey-titleword-abbrevs)
18481 (bibtex-autokey-titleword-abbrevs)
18482 (bibtex-autokey-titleword-change-strings)
18483 (bibtex-autokey-titleword-length)
18484 (bibtex-autokey-titleword-separator)
18485 (bibtex-autokey-name-year-separator)
18486 (bibtex-autokey-year-title-separator)
18487 (bibtex-autokey-before-presentation-function)
18488 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
18489 Fix docstring.
18490 (bibtex-strings, bibtex-reference-keys):
18491 Use lazy-completion-table and make-variable-buffer-local.
18492 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
18493 (bibtex-braced-string-syntax-table)
18494 (bibtex-quoted-string-syntax-table): New variables.
18495 (bibtex-parse-nested-braces): Remove.
18496 (bibtex-parse-field-string): Use syntax table and forward-sexp.
18497 (bibtex-parse-association): Simplify.
18498 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
18499 (bibtex-parse-field-text): Simplify.
18500 (bibtex-search-forward-field, bibtex-search-backward-field):
18501 argument BOUND can take value t.
18502 (bibtex-start-of-field, bibtex-start-of-name-in-field)
18503 (bibtex-end-of-name-in-field, bibtex-end-of-field)
18504 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18505 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
18506 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
18507 (bibtex-skip-to-valid-entry): Return buffer position of beginning
18508 and ending of entry. Update for changes of bibtex-search-entry.
18509 Simplify.
18510 (bibtex-map-entries): FUN is called with three arguments.
18511 (bibtex-search-entry): Return a cons pair with buffer positions of
18512 beginning and end of entry.
18513 (bibtex-enclosing-field): Simplify.
18514 (bibtex-format-entry): Use booktitle to set a missing title.
18515 (bibtex-autokey-get-names): Fiddle with regexps.
18516 (bibtex-generate-autokey): Use identity.
18517 (bibtex-parse-keys): Use simplified parsing algorithm if
18518 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
18519 arguments. Return alist of keys.
18520 (bibtex-parse-strings): Simplify. Return alist of strings.
18521 (bibtex-complete-string-cleanup): Fix docstring.
18522 (bibtex-read-key): New function.
18523 (bibtex-mode): Fix docstring. Do not parse for keys and
18524 strings when the mode is entered. Set fill-paragraph-function to
18525 bibtex-fill-field. Setup font-lock-mark-block-function the way
18526 font-lock intended.
18527 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
18528 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
18529 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
18530 (bibtex-Preamble): Avoid hard coded constants.
18531 (bibtex-make-field): Fix docstring. Simplify.
18532 (bibtex-beginning-of-entry): Always return new position of point.
18533 (bibtex-end-of-entry): Rearrange cond clauses.
18534 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
18535 Update for changes of bibtex-map-entries.
18536 (bibtex-ispell-abstract): Do not move point.
18537 (bibtex-entry-index): Use downcase. Simplify.
18538 (bibtex-lessp): Handle catch-all.
18539 (bibtex-find-crossref): Turn into a command.
18540 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
18541 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
18542 preamble entries.
18543 (bibtex-fill-field-bounds): New function.
18544 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
18545 (bibtex-fill-entry): Use bibtex-fill-field-bounds
18546 (bibtex-String): Use bibtex-strings. Always obey
18547 bibtex-sort-ignore-string-entries.
18548
18549 2003-07-05 John Paul Wallington <jpw@gnu.org>
18550
18551 * cus-theme.el (customize-create-theme):
18552 Call `customize-create-theme' in Reset widget's notify function.
18553
18554 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
18555 (ibuffer-mark-interactive): Use `or' instead of `unless'.
18556 (define-ibuffer-column name): Add summarizer.
18557 (define-ibuffer-column size): Likewise.
18558 (define-ibuffer-column filename): Likewise.
18559 (define-ibuffer-column process): Likewise. Change BODY's output too.
18560 (define-ibuffer-column filename-and-process): Likewise, likewise.
18561 (ibuffer): Remove local vars `already-in' and `need-update'.
18562
18563 * ibuf-ext.el: Don't require `derived' at compile-time.
18564
18565 2003-07-05 Kim F. Storm <storm@cua.dk>
18566
18567 * info.el: Disable paragraph refilling.
18568 (Info-refill-paragraphs): New defcustom.
18569 (Info-fontify-node): Use it.
18570
18571 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
18572
18573 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
18574 thingies from constructors created by defstruct.
18575
18576 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
18577 the default value of the variable.
18578 (byte-code-meter): Move declaration to top level.
18579
18580 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
18581
18582 * info.el (Info-following-node-name-re): New fun.
18583 (Info-following-node-name): Remove.
18584 (Info-insert-dir): Use the new fun.
18585 (Info-extract-pointer): Don't save restriction; use new fun.
18586 (Info-menu-entry-name-re): New const.
18587 (Info-menu-entry-name-re): Use it along with new fun.
18588 (Info-node-spec-re): Use new fun.
18589 (Info-complete-menu-item, Info-fontify-node): Use new const.
18590 (Info-goto-node, Info-follow-reference, Info-menu-update):
18591 Use match-string.
18592 (Info-follow-reference): Use assoc-string.
18593 Use a list of strings for the completion table.
18594 (Info-fontify-node): Use match-string, line-end-position.
18595 Limit the search for `node:' to the first line.
18596
18597 * newcomment.el (uncomment-region): Remove padding coming from
18598 comment-start rather than just from comment-padding.
18599
18600 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
18601 (vc-cvs-stay-local-p): Use vc-stay-local-p.
18602 (vc-cvs-rename-file): Remove (use the default).
18603 (vc-cvs-register): Register parent dir if needed.
18604 (vc-cvs-could-register): Return non-nil if parent can be registered.
18605 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
18606 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
18607
18608 * vc-svn.el (vc-svn-use-edit): Make it into a const.
18609 (vc-svn-update): Fix the arguments to `svn'.
18610 (vc-svn-diff-tree): Just use `vc-svn-diff'.
18611 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
18612 Simple implementations, assuming `name' is a URL.
18613
18614 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
18615 set of chars allowed unquoted in a case pattern.
18616
18617 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
18618
18619 * font-lock.el (font-lock-extra-types-widget)
18620 (c-font-lock-extra-types, c++-font-lock-extra-types)
18621 (objc-font-lock-extra-types, java-font-lock-extra-types)
18622 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
18623 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
18624 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18625 (font-lock-match-c++-structor-declaration)
18626 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
18627 (c++-font-lock-keywords-3, c++-font-lock-keywords)
18628 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
18629 (objc-font-lock-keywords-3, objc-font-lock-keywords)
18630 (java-font-lock-keywords-1, java-font-lock-keywords-2)
18631 (java-font-lock-keywords-3, java-font-lock-keywords)
18632 (java-font-lock-syntactic-face-function): Remove obsolete code
18633 and constants. It's all in cc-fonts.el now.
18634
18635 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
18636
18637 * mail/sendmail.el (mail-specify-envelope-from)
18638 (mail-envelope-from): Doc fix.
18639
18640 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
18641
18642 * generic-x.el: Do away with the dependency on `c-emacs-features'
18643 when populating `rul-generic-mode-syntax-table'; we already know
18644 this isn't XEmacs.
18645
18646 See ChangeLog.10 for earlier changes.
18647
18648 ;; Local Variables:
18649 ;; coding: iso-2022-7bit
18650 ;; End:
18651
18652 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
18653 Copying and distribution of this file, with or without modification,
18654 are permitted provided the copyright notice and this notice are preserved.
18655
18656 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1