]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-08-11 Richard M. Stallman <rms@gnu.org>
2
3 * simple.el (pop-global-mark): Reverse test of widen-automatically.
4
5 * battery.el (battery-status-function): Don't use ignore-errors.
6
7 2005-08-11 Lute Kamstra <lute@gnu.org>
8
9 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10 define-obsolete-variable-alias.
11
12 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15 (ange-ftp-send-cmd): Revert last change, and expand
16 the comment explaining the problem.
17
18 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
19
20 * ldefs-boot.el: Update.
21
22 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23 item to "Time, Load and Mail". Change help echo text.
24
25 * time.el (display-time-use-mail-icon, display-time-format)
26 (display-time-string-forms): Shorten first line of docstrings.
27
28 2005-08-10 Lars Hansen <larsh@soem.dk>
29
30 * desktop.el (desktop-buffer-mode-handlers):
31 Make non-customizable. Add autoload cookie. Change initial value to
32 nil; add elements in respective modules instead. Fix doc string.
33 (desktop-load-file): New function.
34 (desktop-minor-mode-handlers): New autoloaded variable.
35 (desktop-create-buffer): Call minor mode handlers.
36 Use desktop-load-file to load major and minor mode modules prior to
37 checking for a handler.
38 (desktop-save): Don't add nil to desktop-minor-modes for minor
39 modes with nil function in desktop-minor-mode-table. Don't delete
40 desktop file before rewriting it.
41 (desktop-locals-to-save): Add autoload cookie. Don't make
42 automatically buffer-local. Add variables column-number-mode,
43 size-indication-mode, indent-tabs-mode,
44 indicate-buffer-boundaries, indicate-empty-lines and
45 show-trailing-whitespace.
46 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
47 regexps. Don't use desktop-clear-preserve-buffers-regexp.
48 (desktop-clear-preserve-buffers-regexp): Delete.
49 (desktop-clear-preserve-buffers): Update initial value and docstring.
50 (desktop-save-buffer): Fix doc string.
51
52 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
53 (hilit-chg-desktop-restore): New function.
54 (highlight-changes-mode): Add highlight-changes-mode to
55 desktop-locals-to-save.
56
57 * dired.el: Add handler to desktop-buffer-mode-handlers.
58 (dired-restore-desktop-buffer): Remove autoload cookie.
59 (dired-mode): Add autoload cookie.
60
61 * info.el: Add handler to desktop-buffer-mode-handlers.
62 (Info-restore-desktop-buffer): Remove autoload cookie.
63 (Info-mode): Add autoload cookie.
64
65 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
66 (mh-restore-desktop-buffer): Remove autoload cookie.
67 (mh-folder-mode): Add autoload cookie.
68
69 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
70 (rmail-restore-desktop-buffer): Remove autoload cookie.
71
72 2005-08-11 Masatake YAMATO <jet@gyve.org>
73
74 * hexl.el (hexl-address-region):
75 (hexl-ascii-region, hexl-font-lock-keywords):
76 (hexl-highlight-line-range): Use the term "region"
77 instead of "area" for consistency with the other symbols
78 defined in hexl.el.
79
80 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
81
82 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
83 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
84 out by Juri Linkov). Add `display-battery-mode'.
85
86 2005-08-09 Juri Linkov <juri@jurta.org>
87
88 * progmodes/compile.el (compilation-mode-font-lock-keywords):
89 Remove `-text' from face variable names.
90 (compilation-error-file-name, compilation-warning-file-name)
91 (compilation-info-file-name): Delete faces.
92 (compilation-line-number, compilation-column-number):
93 Remove face underlining.
94 (compilation-message-face): Set to `underline' value by default.
95 (compilation-error-face, compilation-warning-face)
96 (compilation-info-face): Remove `-file-name' from face names.
97 (compilation-error-text-face, compilation-warning-text-face)
98 (compilation-info-text-face): Delete face variables.
99 (compilation-text-face): Delete function.
100
101 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
102 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
103 (grep-error-face): Set to `compilation-error' instead of
104 `compilation-error-face' (which is redefined to `grep-hit-face' in
105 grep buffers).
106 (grep-mode-font-lock-keywords): Remove `-text' from face
107 variable names. Use `grep-error-face' instead of
108 `compilation-error-text-face'.
109
110 * dired-aux.el (dired-do-query-replace-regexp):
111 Use `query-replace-read-args'.
112
113 * replace.el (query-replace-read-from, query-replace-read-to)
114 (query-replace-read-args): Rename arg `string' to `prompt'.
115
116 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
117
118 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
119
120 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
121 uploading files.
122 (ange-ftp-canonize-filename): Handle file names beginning with ~
123 correctly.
124
125 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
126
127 * textmodes/fill.el (canonically-space-region)
128 (fill-context-prefix, fill-french-nobreak-p)
129 (fill-delete-newlines, fill-comment-paragraph)
130 (justify-current-line): "?\ " -> "?\s".
131
132 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
133
134 * textmodes/fill.el (fill-nonuniform-paragraphs):
135 Improve argument/docstring consistency.
136
137 2005-08-09 Richard M. Stallman <rms@gnu.org>
138
139 * textmodes/ispell.el (ispell-word): More fboundp checks.
140
141 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
142 (find-file-noselect-1): Call it here, only if RAWFILE.
143 (normal-mode): Always set some major mode.
144 (save-some-buffers-action-alist): Change some explanation strings.
145 (file-name-non-special): In the `quote' method, use unwind-protect.
146
147 2005-08-09 Magnus Henoch <mange@freemail.hu>
148
149 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
150 (ispell-have-aspell-dictionaries): New variable.
151 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
152 (ispell-get-aspell-config-value): New function.
153 (ispell-aspell-find-dictionary): New function.
154 (ispell-aspell-add-aliases): New function.
155 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
156 appropriate. Don't look for ispell dictionaries if we use aspell.
157 (ispell-menu-map): Don't build a submenu of dictionaries.
158
159 2005-08-09 Richard M. Stallman <rms@gnu.org>
160
161 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
162 (sql-read-passwd): Use read-passwd.
163
164 * progmodes/idlw-toolbar.el (idlwave-toolbar)
165 (idlwave-toolbar-is-possible): Add defvars.
166
167 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
168 Avoid warnings.
169
170 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
171 (idlwave-system-class-info, idlwave-executive-commands-alist):
172 Use defvar.
173
174 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
175
176 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
177 Avoid warnings.
178
179 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
180 and content-type: headers.
181
182 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
183
184 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
185 and rename some of them to be more self-explanatory.
186
187 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
188
189 * startup.el (command-line-1): Implement -scriptload.
190
191 * replace.el (occur-engine): Initial *Occur* output not undoable.
192
193 * menu-bar.el (menu-bar-file-menu): Rename some menu items
194 and improve help strings.
195
196 * isearch.el (isearch-repeat): When changing direction,
197 mark search successful.
198
199 * ediff-init.el: Use (featurep 'xemacs).
200
201 * comint.el (send-invisible): Identify buffer, if not selected.
202
203 * align.el: Delete autoload for c-guess-basic-syntax.
204
205 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
206
207 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
208 Improve argument/docstring consistency. Doc fixes.
209 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
210 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
211 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
212 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
213 (r2bv-organization, r2bv-pages, r2bv-primary-author)
214 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
215 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
216 Defvar at compile time.
217
218 2005-08-09 Juri Linkov <juri@jurta.org>
219
220 * info.el: Replace `info' with upper-case `Info'
221 where appropriate.
222 (info-title-1, info-title-2, info-title-3, info-title-4)
223 (info-menu-header): Move up face definitions.
224 (info-menu-star): Rename from `info-menu-5'.
225 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
226 (Info-fontify-visited-nodes): Fix docstring.
227 (Info-hide-note-references): Fix docstring.
228 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
229 menu items in the same way as on cross-references.
230 (info-apropos): Fix sorting order and formatting to be like in the
231 stand-alone Info browser. Display error messages for 1 sec.
232 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
233 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
234 from the menu bar.
235 (Info-insert-dir): Restore point after calling
236 `insert-buffer-substring'.
237
238 2005-08-08 Richard M. Stallman <rms@gnu.org>
239
240 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
241 (recompute-lucid-menubar): Add defvars.
242
243 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
244
245 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
246
247 * net/net-utils.el (run-dig): Rename from `dig'.
248
249 * play/gametree.el (gametree-mode): Use make-local-variable,
250 not make-variable-buffer-local.
251
252 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
253
254 * ansi-color.el (ansi-color-make-extent)
255 (ansi-color-set-extent-face): Use fboundp, not functionp.
256
257 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
258 not make-variable-buffer-local.
259
260 * bookmark.el (Info-current-file): Add defvar.
261 (bookmark-jump-noselect): Use with-no-warnings.
262
263 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
264
265 * ebuff-menu.el (Helper-return-blurb): Add defvar.
266
267 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
268
269 * find-file.el (ada-procedure-start-regexp)
270 (ada-package-start-regexp): Add defvars.
271
272 * info.el (Info-insert-dir): Use insert-buffer-substring.
273
274 * xml.el (xml-att-def-re): Add defvar.
275
276 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
277 calling convention.
278
279 * subr.el (while-no-input): Return t if there is input.
280
281 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
282
283 * cus-start.el (all): Add `overflow-newline-into-fringe'.
284
285 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
286
287 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
288 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
289
290 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
291
292 * cmuscheme.el (scheme-start-file): Replace reference to
293 `user-emacs-directory' by "~/.emacs.d/".
294
295 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
296
297 * info.el (Info-dir-remove-duplicates): Avoid case folding
298 in loop; instead, keep downcased strings for comparison.
299 Suggested by Helmut Eller.
300
301 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
302
303 Sync with Tramp 2.0.50.
304
305 * tramp.el: Remove defvar of `last-coding-system-used' in the
306 XEmacs case; not necessary anymore.
307 (tramp-user-regexp): Allow "@" as part of user name.
308 (tramp-handle-set-visited-file-modtime)
309 (tramp-handle-insert-file-contents)
310 (tramp-handle-write-region): No special handling for
311 `last-coding-system-used, because this is done in
312 `tramp-accept-process-output' now.
313 (tramp-accept-process-output): New defun.
314 (tramp-process-one-action, tramp-process-one-multi-action)
315 (tramp-wait-for-regexp, tramp-wait-for-output)
316 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
317 Howells <dhowells@redhat.com>.
318 (clear-visited-file-modtime): Defadvice removed. The check for
319 unset buffer's modtime does not need to be based on
320 `tramp-buffer-file-attributes'. Suggested by RMS.
321 (tramp-message): Insert "\n" if not being at beginning of line.
322 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
323 sequence with same logic.
324 (tramp-completion-handle-expand-file-name): Discard call of
325 `tramp-drop-volume-letter'. It is not necessary, and there have
326 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
327 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
328 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
329 should always be visible.
330 (tramp-handle-insert-directory, tramp-setup-complete)
331 (tramp-set-process-query-on-exit-flag)
332 (tramp-append-tramp-buffers): Pacify byte-compiler.
333 (tramp-bug): Delete non-existing variables from list.
334 Apply `tramp-load-report-modules' as pre-hook.
335 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
336 `shell-prompt-pattern' because of non-7bit characters.
337 Reported by Sebastian Luque <sluque@mun.ca>.
338 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
339 (tramp-match-string-list): Remove function.
340 (tramp-wait-for-regexp): Remove call of that function.
341 Suggested by Kim F. Storm <storm@cua.dk>.
342 (tramp-set-auto-save-file-modes): Use octal integer code #o600
343 instead of octal character code ?\600. The latter resulted in a
344 syntax error with XEmacs.
345
346 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
347 XEmacs case; not necessary anymore.
348 (tramp-smb-handle-write-region): No special handling for
349 `last-coding-system-used, because this is done in
350 `tramp-accept-process-output' now.
351 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
352
353 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
354
355 * wid-edit.el (widget-choice-value-create): Unconditionally
356 respect user choice. Set :explicit-choice back to nil when no
357 longer needed.
358 (widget-choice-action): Unconditionally respect user choice.
359 Eliminate :explicit-choice-value.
360
361 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
362
363 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
364 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
365 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
366 running new function `toggle-indicate-empty-lines'.
367 Rename "Customize" item to "Customize fringe".
368 Rename "Indicators" item to "Buffer boundaries" and change help echo.
369 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
370 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
371 Delete "Empty lines only" item.
372 (menu-bar-showhide-fringe-ind-customize): New function.
373 (menu-bar-showhide-fringe-ind-mixed)
374 (menu-bar-showhide-fringe-ind-box)
375 (menu-bar-showhide-fringe-ind-right)
376 (menu-bar-showhide-fringe-ind-left)
377 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
378 instead of `fringe-indicators'.
379
380 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
381
382 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
383 Change the date of last update.
384
385 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
386
387 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
388 (viper-exec-yank, viper-put-back): Don't display modification msg
389 if in the minibuffer.
390
391 * viper-init.el (viper-replace-overlay-cursor-color)
392 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
393 Make variables frame local.
394
395 * viper-util.el (viper-append-filter-alist): Use append instead of
396 nconc.
397
398 * viper.el (viper-vi-state-mode-list)
399 (viper-emacs-state-mode-list): Move help-mode and
400 completion-list-mode from the first list to the second.
401 (viper-mode): Docstring.
402 (viper-go-away, viper-non-hook-settings): Don't localize
403 minor-mode-alist in newer Emacsen. Add advice to
404 set-cursor-color. Don't bind "\C-c\\".
405
406 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
407
408 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
409 (scheme-macro-expand-command): New user options.
410 (scheme-trace-procedure, scheme-expand-current-form): New commands.
411 (scheme-form-at-point, scheme-start-file)
412 (scheme-interactively-start-process): New functions.
413 (scheme-get-process): New function, extracted from `scheme-proc'.
414 (run-scheme): Call `scheme-start-file' to get start file, and pass
415 it to `make-comint'.
416 (switch-to-scheme, scheme-proc):
417 Call `scheme-interactively-start-process' if no Scheme buffer/process
418 is available.
419
420 2005-08-06 Juri Linkov <juri@jurta.org>
421
422 * progmodes/compile.el (compilation-mode-font-lock-keywords):
423 Use `compilation-text-face', `compilation-info-text-face' and
424 `compilation-error-text-face' instead of `font-lock-keyword-face'.
425 (compilation-error): New face.
426 (compilation-error-file-name): Inherit from
427 `compilation-error' instead of `font-lock-warning-face'.
428 (compilation-warning-file-name): Inherit from
429 `compilation-warning' instead of `font-lock-warning-face'.
430 (compilation-info, compilation-error-file-name)
431 (compilation-warning-file-name, compilation-info-file-name)
432 (compilation-line-number, compilation-column-number): Doc fix.
433 (compilation-error-text-face, compilation-warning-text-face)
434 (compilation-info-text-face): New face variables.
435 (compilation-line-face, compilation-column-face)
436 (compilation-enter-directory-face)
437 (compilation-leave-directory-face): Doc fix.
438 (compilation-text-face): New function.
439
440 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to
441 0 instead of 1 to display binary file names as info file links.
442 (grep-error-face): Use `compilation-error-face' instead of
443 `font-lock-keyword-face'.
444 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
445 and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
446 Use `compilation-error-text-face' instead of `grep-error-face'.
447
448 2005-08-05 Kenichi Handa <handa@m17n.org>
449
450 * international/code-pages.el: Add autoload cookies for all coding
451 systems.
452
453 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
454
455 * cus-start.el (all): Put undo.c where it alphabetically belongs.
456
457 2005-08-04 Juri Linkov <juri@jurta.org>
458
459 * progmodes/compile.el (compilation-mode-map):
460 * progmodes/grep.el (grep-mode-map):
461 Bind TAB to `compilation-next-error' and [backtab] to
462 `compilation-previous-error'.
463
464 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
465 matching line numbers, column numbers and their ranges with regexp
466 matching only line numbers.
467 (grep-context-face): New face variable.
468 (grep-mode-font-lock-keywords): Use it.
469
470 * faces.el (read-face-name): Delete duplicate faces.
471
472 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
473
474 * thumbs.el (thumbs-find-image): Don't make variables
475 automatically buffer local.
476 (thumbs-current-tmp-filename, thumbs-current-image-filename)
477 (thumbs-image-num): Make automatically buffer local.
478 (thumbs-show-thumbs-list): Use `make-local-variable', not
479 `make-variable-buffer-local'.
480 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
481
482 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
483 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
484 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
485 (bother, bye, canyou, chatlst, continue, deathlst, describe)
486 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
487 (feelings-about, foullst, found, hello, history, howareyoulst)
488 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
489 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
490 (neglst, obj, object, owner, please, problems, qlist)
491 (random-adjective, relation, remlst, repetitive-shortness)
492 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
493 (shortlst, something, sportslst, stallmanlst, states, subj)
494 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
495 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
496 Defvar at compile time.
497
498 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
499 not `make-variable-buffer-local'.
500
501 2005-08-02 Kim F. Storm <storm@cua.dk>
502
503 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
504 rectangle overlay in selected window.
505
506 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
507
508 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
509 instead of display group. Make `indicate-buffer-boundaries'
510 customizable through Custom.
511
512 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
513
514 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
515 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
516 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
517 (gdb-put-string): Fix typos in docstrings.
518
519 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
520
521 Update copyright notices of files in progmodes directory for
522 release of Emacs 22.1.
523
524 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
525
526 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
527 Don't barf if the GUD buffer has been killed.
528
529 2005-08-01 Kim F. Storm <storm@cua.dk>
530
531 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
532
533 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
536 (byte-compile-form-make-variable-buffer-local): New functions to warn
537 about misuses of make-variable-buffer-local where make-local-variable
538 was meant.
539
540 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
541
542 * bs.el (bs-attributes-list): Doc fix.
543 (bs): Update url-link.
544
545 * desktop.el (desktop-save-buffer): Fix typos in docstring.
546 (desktop-load-default): Simplify.
547
548 * ibuffer.el (ibuffer-columnize-and-insert-list)
549 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
550 (ibuffer-unmark-all, ibuffer-toggle-marks)
551 (ibuffer-unmark-forward, ibuffer-unmark-backward)
552 (ibuffer-compile-make-format-form, ibuffer-format-column)
553 (ibuffer-current-buffers-with-marks)
554 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
555 (ibuffer): Doc fix.
556 (ibuffer-mode): Fix typo in docstring.
557 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
558 with `define-obsolete-variable-alias'.
559 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
560
561 2005-07-29 Kenichi Handa <handa@m17n.org>
562
563 * international/mule-cmds.el (select-message-coding-system):
564 Be sure to use LF for end-of-line. If no coding system is decided,
565 return iso-8859-1-unix.
566
567 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
570 (ange-ftp-pending-error-line): New vars.
571 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
572 to handle the non-fatal no-route-to-host messages.
573 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
574
575 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
576
577 * isearch.el (isearch-mode-map, isearch-other-meta-char)
578 (isearch-quote-char, isearch-printing-char)
579 (isearch-text-char-description): "?\ " -> "?\s".
580 (isearch-lazy-highlight-cleanup)
581 (isearch-lazy-highlight-initial-delay)
582 (isearch-lazy-highlight-interval)
583 (isearch-lazy-highlight-max-at-a-time)
584 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
585 Declare with define-obsolete-*-alias macros.
586 (isearch-forward): Fix typo in docstring.
587 (search-invisible, search-ring-yank-pointer)
588 (regexp-search-ring-yank-pointer): Doc fixes.
589
590 * recentf.el (recentf-menu-append-commands-p): Declare with
591 `define-obsolete-variable-alias'.
592 (recentf-max-saved-items, recentf-menu-filter)
593 (recentf-arrange-by-rule-subfilter): Doc fixes.
594 (recentf-menu-append-commands-flag)
595 (recentf-initialize-file-name-history, recentf-expand-file-name)
596 (recentf-clear-data): Fix typos in docstrings.
597
598 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
599
600 * progmodes/gdb-ui.el: Smarten comments.
601 (gdb-info-breakpoints-custom): Use nowarn when finding file.
602
603 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * term/apollo.el (terminal-init-apollo): New function containing
606 all former top level forms in the file.
607 * term/bobcat.el (terminal-init-bobcat):
608 * term/cygwin.el (terminal-init-cygwin):
609 * term/iris-ansi.el (terminal-init-iris-ansi):
610 * term/linux.el (terminal-init-linux):
611 * term/news.el (terminal-init-news):
612 * term/rxvt.el (terminal-init-rxvt):
613 * term/sun.el (terminal-init-sun):
614 * term/tvi970.el (terminal-init-tvi970):
615 * term/vt100.el (terminal-init-vt100):
616 * term/vt102.el (terminal-init-vt102):
617 * term/vt125.el (terminal-init-vt125):
618 * term/vt200.el (terminal-init-vt200):
619 * term/vt201.el (terminal-init-vt201):
620 * term/vt220.el (terminal-init-vt220):
621 * term/vt240.el (terminal-init-vt240):
622 * term/vt300.el (terminal-init-vt300):
623 * term/vt320.el (terminal-init-vt320):
624 * term/vt400.el (terminal-init-vt400):
625 * term/vt420.el (terminal-init-vt420):
626 * term/wyse50.el (terminal-init-wyse50):
627 * term/xterm.el (terminal-init-xterm): Likewise.
628
629 * term/README: Describe the terminal-init-* functionality.
630
631 * startup.el (command-line): After loading the terminal initialization
632 file call the corresponding terminal initialization function.
633
634 2005-07-27 Kenichi Handa <handa@m17n.org>
635
636 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
637 negative.
638
639 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
640 (ps-mule-composition-prologue): Fix for the case that
641 RelativeCompose is false.
642
643 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
646
647 * descr-text.el (describe-char): Handle the case where the list of
648 chars is displayed in a separate frame.
649 Be a bit more discriminating when looking for the char.
650
651 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
652
653 * bookmark.el (bookmark-automatically-show-annotations)
654 (bookmark-read-annotation-text-func): Doc fixes.
655 (bookmark-save): Improve argument/docstring consistency.
656 (bookmark-get-bookmark, bookmark-get-bookmark-record)
657 (bookmark-alist-from-buffer)
658 (bookmark-upgrade-file-format-from-0)
659 (bookmark-grok-file-format-version)
660 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
661 (bookmark-read-annotation-mode)
662 (bookmark-insert-current-bookmark, bookmark-jump)
663 (bookmark-exit-hook): Fix typos in docstrings.
664 (bookmark-exit-hooks): Define as obsolete alias.
665 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
666 not `bookmark-exit-hooks'. Fix docstring.
667 (bookmark-bmenu-select): "?\ " -> "?\s".
668
669 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
670
671 * startup.el (command-line): Fix typo.
672
673 2005-07-24 Richard M. Stallman <rms@gnu.org>
674
675 * tooltip.el (tooltip-mode): Test emacs-basic-display,
676 not emacs-quick-startup.
677
678 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
679
680 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
681 (reb-next-match, reb-show-subexp): Use `with-selected-window'
682 instead of `reb-with-current-window'.
683 (reb-prev-match): Likewise. Also, don't move left if the search
684 was unsuccessful.
685 (reb-initialize-buffer): New function.
686 (re-builder, reb-change-syntax): Use it.
687
688 * man.el (Man-goto-page): Make second argument NOERROR optional.
689
690 2005-07-23 Richard M. Stallman <rms@gnu.org>
691
692 * man.el (Man-bgproc-sentinel): Check here for failure to find
693 any man page in the output, and report the error here.
694 (Man-arguments): Make it permanent local.
695 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
696 (Man-mode): Pass t for NOERROR.
697
698 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
699 (grep-mode-font-lock-keywords):
700 Don't use compilation-...-face for messages that are not file names.
701
702 * progmodes/compile.el (compilation-mode-font-lock-keywords):
703 Don't use compilation-...-face for messages that are not file names.
704
705 2005-07-22 Juri Linkov <juri@jurta.org>
706
707 * startup.el (normal-splash-screen): Update menu name.
708
709 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
710
711 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
712
713 * term/xterm.el: Load term/rxvt if the terminal is actually an
714 rxvt terminal.
715 (xterm-rxvt-set-background-mode): Remove, not used anymore.
716
717 * term/rxvt.el (function-key-map): Use substitute-key-definition
718 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
719
720 * term/cygwin.el: New file.
721
722 2005-07-22 Kim F. Storm <storm@cua.dk>
723
724 * image-file.el (insert-image-file, image-file-yank-handler):
725 Fix last change to maintain a (unique) yank-handler on yanked images.
726
727 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
728
729 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
730 of the file size (as in "177B" for 177 bytes). This happens with
731 "ls -lh" on FreeBSD.
732
733 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
734
735 * hilit-chg.el (highlight-changes-global-initial-state)
736 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
737 (hilit-chg-fixup, highlight-changes-mode):
738 Fix typos in docstrings.
739 (highlight-changes-global-modes, highlight-changes-rotate-faces):
740 Doc fixes.
741
742 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
743
744 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
745 mode function using `eval-after-load'.
746
747 2005-07-21 Kim F. Storm <storm@cua.dk>
748
749 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
750 included when reporting an emacs crash, and tell about the DEBUG file.
751
752 * image-file.el (insert-image-file): Add yank-handler.
753 (image-file-yank-handler): Yank handler to make unique copies of
754 images when they are yanked into a buffer next to each other.
755
756 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
757
758 * comint.el (comint-use-prompt-regexp, comint-send-input)
759 (comint-source-default, comint-extract-string)
760 (comint-get-source, comint-word, comint-completion)
761 (comint-source, comint-prompt-read-only, comint-update-fence):
762 Fix typos in docstrings.
763 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
764 Declare with define-obsolete-*-alias macros.
765 (comint-previous-matching-input-from-input)
766 (comint-next-matching-input-from-input)
767 (comint-previous-matching-input, comint-next-matching-input)
768 (comint-forward-matching-input):
769 Improve argument/docstring consistency.
770
771 * desktop.el (desktop-clear-preserve-buffers-regexp):
772 Also preserve the *server* buffer.
773
774 * simple.el (clone-indirect-buffer): Doc fix.
775 (fixup-whitespace, just-one-space)
776 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
777 (next-error, next-error-highlight)
778 (next-error-highlight-no-select, next-error-last-buffer)
779 (next-error-buffer-p, next-error-find-buffer, next-error)
780 (previous-error, next-error-no-select, previous-error-no-select)
781 (open-line, split-line, minibuffer-prompt-width, kill-new)
782 (binary-overwrite-mode): Fix typos in docstrings.
783 (set-fill-column): Fix typo in message.
784
785 * skeleton.el (skeleton-proxy-new): Doc fix.
786
787 * strokes.el (strokes-load-hook): Doc fix.
788 (strokes-grid-resolution, strokes-get-grid-position)
789 (strokes-renormalize-to-grid, strokes-read-stroke)
790 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
791 (strokes-global-map): Fix typos in docstrings.
792 (strokes-help): Doc fix. Fix help message and pass it through
793 `substitute-command-keys'.
794
795 * tempo.el (tempo-insert-prompt, tempo-interactive)
796 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
797 (tempo-insert-string-functions, tempo-local-tags)
798 (tempo-define-template, tempo-insert-template)
799 (tempo-insert-prompt-compat, tempo-is-user-element)
800 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
801 Fix typos in docstrings.
802
803 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
804 (vcursor-key-bindings, vcursor-use-vcursor-map)
805 (vcursor-find-window, vcursor-scroll-down)
806 (vcursor-disable, vcursor-beginning-of-buffer)
807 (vcursor-end-of-buffer): Fix typos in docstrings.
808 (vcursor-relative-move, vcursor-get-char-count):
809 Improve argument/docstring consistency.
810
811 * version.el: "?\ " -> "?\s".
812
813 * wid-edit.el (widget-default-create, widget-after-change)
814 (widget-default-format-handler, widget-checklist-add-item)
815 (widget-radio-add-item, widget-choose, widget-specify-secret)
816 (widget-field-value-create, widget-field-value-get)
817 (widget-editable-list-format-handler)
818 (widget-editable-list-entry-create, widget-group-value-create)
819 (widget-documentation-link-add)
820 (widget-documentation-string-value-create): "?\ " -> "?\s".
821 (widget-convert-text): Doc fix.
822 (widget-narrow-to-field, widget-field-find)
823 (widget-url-link-action, widget-emacs-library-link-action)
824 (widget-color-notify): Fix typos in docstrings.
825
826 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
827 (x-select-text, set-w32-system-coding-system)
828 (w32-add-charset-info): Fix typos in docstrings.
829
830 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
831 (cua-enable-cua-keys, cua-use-hyper-key)
832 (cua-virtual-rectangle-edges): Fix typos in docstrings.
833 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
834
835 * net/tramp.el (tramp-handle-load): Fix typo in error message.
836
837 * emacs-lisp/re-builder.el (regexp-builder): Declare with
838 `defalias' instead of faking it.
839
840 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
841 (eshell-ls-missing, eshell-ls-dired-initial-args)
842 (eshell-ls-use-in-dired): Fix typos in docstrings.
843
844 2005-07-20 Kim F. Storm <storm@cua.dk>
845
846 * emulation/cua-base.el (cua-mode): Improve doc string.
847
848 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
849
850 * abbrev.el (expand-region-abbrevs): Doc fix.
851 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
852 Improve argument/docstring consistency.
853
854 * arc-mode.el (archive-get-descr, archive-alternate-display):
855 Doc fixes.
856 (archive-l-e): Improve argument/docstring consistency.
857 (archive-tmpdir, archive-unixdate, archive-unixtime)
858 (archive-chmod-entry): Fix typos in docstrings.
859 (archive-unflag, archive-unflag-backwards)
860 (archive-unmark-all-files): "?\ " -> "?\s".
861
862 * buff-menu.el (Buffer-menu-unmark): Doc fix.
863 (Buffer-menu-not-modified, Buffer-menu-execute)
864 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
865 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
866
867 * composite.el (compose-string, encode-composition-rule)
868 (compose-last-chars): Fix typos in docstrings.
869
870 * desktop.el (desktop-enable, desktop-basefilename):
871 Declare with `define-obsolete-variable-alias'.
872 (desktop-internal-v2s): Don't quote keywords.
873 (desktop-clear): "?\ " -> "?\s".
874
875 * dired.el (dired-align-file, dired-flag-backup-files)
876 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
877 (dired-listing-switches, dired-ls-F-marks-symlinks)
878 (dired-dwim-target, dired-load-hook, dired-mode-hook)
879 (dired-directory, dired-faces, dired, dired-revert)
880 (dired-mode, dired-summary, dired-view-file)
881 (dired-copy-filename-as-kill, dired-delete-file)
882 (dired-no-confirm, dired-unmark-all-marks)
883 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
884 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
885 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
886 Fix typos in message strings.
887
888 * dired-x.el (virtual-dired): Declare with `defalias'.
889 (dired-mark-unmarked-files, dired-local-variables-file)
890 (dired-omit-here-always): Doc fix.
891 (dired-omit-mode, dired-find-subdir)
892 (dired-enable-local-variables, dired-clean-up-buffers-too)
893 (dired-extra-startup, dired-mark-extension, dired-jump)
894 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
895 (dired-smart-shell-command, dired-guess-shell-alist-user)
896 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
897 (dired-x-bind-find-file, dired-x-submit-report):
898 Fix typos in docstrings.
899 (dired-mark-unmarked-files): "?\ " -> "?\s".
900
901 * dirtrack.el (dirtrack-list): Fix typos in docstring.
902
903 * faces.el (describe-face): "?\ " -> "?\s".
904 (read-all-face-attributes, read-face-font, modify-face)
905 (face-attr-construct, italic): Fix typos in docstrings.
906 (frame-update-face-colors): Declare with
907 `define-obsolete-function-alias'.
908
909 * files.el (find-file-noselect, recode-file-name): Doc fixes.
910 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
911 (magic-mode-alist, buffer-file-numbers-unique)
912 (write-file-functions, get-free-disk-space):
913 Fix typos in docstrings.
914 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
915 (write-contents-hooks, write-file-hooks):
916 Declare with `define-obsolete-variable-alias'.
917
918 * forms-d2.el (arch-rj): Fix typo in docstrings.
919 (arch-tocol): Likewise. "?\ " -> "?\s".
920
921 * frame.el (set-frame-font, cursor-in-non-selected-windows):
922 Fix typo in docstring.
923 (set-screen-width, set-screen-height): Delete redundant info in
924 doctrings.
925 (new-frame, screen-height, screen-width): Declare with
926 `define-obsolete-function-alias'.
927 (delete-frame-hook, blink-cursor): Declare with
928 `define-obsolete-variable-alias'.
929
930 * paths.el (prune-directory-list): Fix typos in docstring.
931
932 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
933 (cvs-prefix-get): Fix typos in docstrings.
934
935 * ps-print.el (ps-extend-face-list, ps-extend-face)
936 (ps-print-background-image): Fix typos in docstrings.
937 (ps-default-fg, ps-default-bg): Doc fixes.
938
939 * s-region.el (s-region-bind): Doc fix.
940 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
941
942 * textmodes/org.el (org-table-formula-substitute-names)
943 (org-table-get-vertical-vector): Doc fixes.
944 (org-table-recalculate): Remove unused argument to `message'.
945
946 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
947
948 * textmodes/org.el (org-table-column-names)
949 (org-table-column-name-regexp)
950 (org-table-named-field-locations): New variables.
951 (org-archive-subtree): Protect `this-command' when calling
952 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
953 the kill buffer.
954 (org-complete): Remove fixed-formula completion.
955 (org-edit-formulas-map): New variable.
956 (org-table-edit-formulas): New command.
957 (org-finish-edit-formulas, org-abort-edit-formulas)
958 (org-show-variable, org-table-get-vertical-vector): New functions.
959 (org-table-maybe-eval-formula): Handle `:=' fields.
960 (org-table-get-stored-formulas, org-table-store-formulas)
961 (org-table-get-formula, org-table-modify-formulas)
962 (org-table-replace-in-formulas): Handle named field formulas.
963 (org-table-get-specials): Store locations of named fields.
964
965 2005-07-19 Juri Linkov <juri@jurta.org>
966
967 * progmodes/grep.el (grep-regexp-alist)
968 (grep-mode-font-lock-keywords, grep-process-setup):
969 Use default GNU grep match color "01;31m" instead of "01;41m".
970 (grep-regexp-alist, grep-mode-font-lock-keywords):
971 Use `\\[[0-9]*m' instead of `\\[00m'.
972 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
973 sgr_start where its handling is more important. Use the real
974 length of sgr_start instead of constant 8.
975 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
976 specially. Delete all remaining escape sequences.
977 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
978 (grep-regexp-alist): Make hyperlink only for binary file name
979 instead of the whole line.
980 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
981 (grep-mode): Add autoload.
982
983 * emacs-lisp/find-func.el (find-function-regexp):
984 Add `define-compilation-mode'.
985
986 2005-07-19 Juri Linkov <juri@jurta.org>
987
988 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
989 (compare-windows-sync-string-size, compare-windows-recenter)
990 (compare-windows-highlight, compare-windows): Add version 22.1.
991 (compare-windows) <defface>: Inherit from lazy-highlight instead
992 of duplicating its default value.
993
994 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
995 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
996
997 * descr-text.el (describe-char): Create link buttons for `charset'
998 and `code point'. Add the current input method name with a link
999 button to `to input' field. Print face names of display table
1000 characters in `The display table entry is displayed by' section
1001 instead of printing face-id in the `display' field.
1002 Guess hardcoded faces and create a link button for them.
1003 Skip empty fields when calculating max-width.
1004 Treat `widget-create' specially while inserting strings from the
1005 collected field list.
1006 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1007
1008 * diff-mode.el (diff-file-header): Change foreground color from
1009 yellow to green on light backgrounds.
1010 (diff-context): Inherit from `shadow' only for color/grayscale
1011 with more than 88 colors.
1012 (diff-indicator-removed, diff-indicator-added)
1013 (diff-indicator-changed): New faces.
1014 (diff-font-lock-keywords): Use new faces. Regroup rules.
1015 Add "^---$" for `normal' diff format. Fontify `#' lines with
1016 font-lock-comment-delimiter-face and font-lock-comment-face.
1017 Add `#' to ^[^...] in the rule for `diff-context-face'.
1018
1019 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1020 a button-like box. Inherit from `highlight' on low colors.
1021 (shadow): Use shades of gray only for color/grayscale with
1022 more than 88 colors. Use green for light backgrounds with
1023 8 colors, and yellow for dark backgrounds with 8 colors.
1024
1025 * font-lock.el (font-lock-regexp-grouping-backslash):
1026 Don't inherit from escape-glyph (use bold for all cases).
1027
1028 * info.el (info-xref-visited): Use light foreground color `violet'
1029 for dark backgrounds instead of dark color `magenta3'.
1030 (info-title-1): Use `yellow' color for dark backgrounds.
1031
1032 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1033 too-light magenta2.
1034
1035 * replace.el (match): Use slightly more light RoyalBlue3 instead
1036 of dark RoyalBlue4.
1037
1038 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1039
1040 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1041
1042 * novice.el (disabled-command-hook): Declare it with
1043 `define-obsolete-variable-alias'.
1044
1045 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1046 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1047 (desktop-load-default): Add release to obsolescence info.
1048 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1049 (desktop-append-buffer-args, desktop-read):
1050 Fix typos in docstrings.
1051 (desktop-kill): Fix typo in message.
1052 (desktop-save): Doc fix.
1053
1054 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
1055
1056 * viper-cmd.el (viper-escape-to-state): Bug fix.
1057 (viper-envelop-ESC-key): Change the definition of fast
1058 keysequence so it'll work with keyboard macros.
1059
1060 * ediff.el (ediff-patch-buffer): Change the docstring.
1061
1062 2005-07-19 Kenichi Handa <handa@m17n.org>
1063
1064 * international/mule-cmds.el (select-safe-coding-system): Try to
1065 use an auto-coding (if any) before anything else. If the found
1066 auto-coding is invalid, show a warning message.
1067
1068 * international/mule.el (find-auto-coding): New function created
1069 by modifying the body of set-auto-coding.
1070 (set-auto-coding): Use find-auto-coding to find a coding.
1071
1072 2005-07-18 Richard M. Stallman <rms@gnu.org>
1073
1074 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1075 not isearch-mode-end-hook-error.
1076 (allout-before-change-protect): Fix error message.
1077
1078 2005-07-18 Juri Linkov <juri@jurta.org>
1079
1080 * allout.el (allout-mode):
1081 * calculator.el (calculator-copy):
1082 * custom.el (custom-known-themes):
1083 * dired.el (dired-desktop-buffer-misc-data)
1084 (dired-restore-desktop-buffer):
1085 * dired-x.el (dired-omit-marker-char):
1086 * files.el (basic-save-buffer):
1087 * font-core.el (font-lock-mode):
1088 * calendar/calendar.el (calendar-goto-hebrew-date)
1089 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1090 (calendar-goto-persian-date):
1091 * language/ethio-util.el (ethio-sera-to-fidel-region):
1092 * textmodes/picture.el (picture-mode):
1093 Delete duplicate duplicate words.
1094
1095 2005-07-18 Juri Linkov <juri@jurta.org>
1096
1097 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1098 chars * ? } |.
1099 (isearch-fallback): Don't call `isearch-process-search-char'.
1100 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1101 (isearch-process-search-char): Call `isearch-fallback' for regexp
1102 chars * ? } |.
1103 (isearch-return-char): Make obsolete with `make-obsolete' instead
1104 of simply documenting it as obsolete in the docstring.
1105 (isearch-fallback): Refill docstring.
1106
1107 * international/isearch-x.el
1108 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
1109 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
1110 Test the length of `str'.
1111
1112 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
1113
1114 * allout.el (allout-resolve-xref): Fix typos in error strings.
1115 (allout-before-change-protect): Remove unneeded `concat'.
1116
1117 * array.el (array-mode, array-reconfigure-rows)
1118 (untabify-backward): Fix typos in docstrings.
1119 (array-reconfigure-rows): Use `insert-buffer-substring', not
1120 `insert-buffer'.
1121
1122 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1123 * progmodes/ada-mode.el (ada-make-body):
1124 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1125
1126 * dired.el (dired-log):
1127 * tar-mode.el (tar-subfile-save-buffer):
1128 * play/zone.el (zone-pgm-stress-destress):
1129 Use `insert-buffer-substring', not `insert-buffer'.
1130
1131 2005-07-17 Simon Josefsson <jas@extundo.com>
1132
1133 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1134
1135 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1136
1137 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1138 Add plain auth method.
1139 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1140
1141 2005-07-17 Kim F. Storm <storm@cua.dk>
1142
1143 * ido.el (dired-other-window): Add ido property.
1144
1145 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1148 Fix typo in docstring.
1149 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1150 `insert-file-literally'.
1151
1152 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1153 info and delete redundant message. Doc fix.
1154 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1155 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1156
1157 2005-07-16 Richard M. Stallman <rms@gnu.org>
1158
1159 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1160 (byte-compile-and): Use byte-compile-and-recursion.
1161 (byte-compile-or-recursion): New function.
1162 (byte-compile-or): Use that.
1163 (byte-compile-if): Guard the else-clause too.
1164 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1165
1166 * isearch.el (isearch-mode-end-hook-quit): New variable.
1167 (isearch-done): Bind it.
1168 (isearch-mode-end-hook): Doc fix.
1169
1170 * allout.el (allout-isearch-did-quit): Variable deleted.
1171 (allout-real-isearch-abort): Function name no longer used.
1172 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1173 (allout-isearch-rectification): isearch-mode always exists.
1174 Don't set allout-isearch-did-quit.
1175 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1176 allout-isearch-did-quit.
1177 (allout-enwrap-isearch): Just add the hook.
1178 (allout-isearch-abort): Function deleted.
1179 (allout-pre-command-business): Avoid warning.
1180
1181 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1182 Correctly avoid warnings.
1183 (pascal-outline): Likewise.
1184
1185 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1186
1187 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1188
1189 * play/tetris.el (tetris-mode): Avoid warning.
1190
1191 * play/snake.el (snake-mode): Avoid warning.
1192
1193 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1194 (gamegrid-set-display-table): Avoid warning.
1195 (gamegrid-set-timer): Likewise.
1196 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1197 (gamegrid-add-score-with-update-game-score-1): Take FILE
1198 as argument.
1199 (gamegrid-add-score-with-update-game-score): Pass that argument.
1200 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1201
1202 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1203
1204 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1205 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1206
1207 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1208 and insert-file.
1209
1210 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1211 (sc-ask): Avoid warnings.
1212
1213 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1214 (eshell-hist-initialize): Use that var the natural way.
1215
1216 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1217
1218 * emacs-lisp/re-builder.el (reb-cook-regexp):
1219 Avoid warning calling lre-compile-string.
1220 (reb-color-display-p): Avoid warning.
1221
1222 * calculator.el (calculator-last-input): Guard uses
1223 of event-key and key-press-event-p.
1224 (event-key, key-press-event-p): Delete definitions.
1225
1226 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1227 (find-gc-source-directory, find-gc-subrs-callers)
1228 (find-gc-noreturn-list, find-gc-source-files)
1229 (find-gc-subrs-called): Vars renamed and defvar'd.
1230
1231 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1232 (checkdoc-overlay-put, checkdoc-delete-overlay)
1233 (checkdoc-overlay-start, checkdoc-overlay-end)
1234 (checkdoc-mode-line-update, checkdoc-char=):
1235 Define such that compiler knows they are defined.
1236 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1237 (checkdoc-read-event): Delete. Use read-event directly.
1238
1239 * whitespace.el (whitespace-make-overlay)
1240 (whitespace-overlay-put, whitespace-delete-overlay)
1241 (whitespace-overlay-start, whitespace-overlay-end):
1242 Define such that compiler knows they are defined.
1243 (whitespace): Move conditional inside.
1244
1245 * tempo.el (tempo-insert-template): Suppress warning.
1246
1247 * ediff-diff.el (longlines-mode): Add defvar.
1248
1249 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1250
1251 * server.el: Bind "C-x #" in a way that works even if C-x is
1252 redefined to a command key, not a prefix key.
1253
1254 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1255
1256 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1257 cl-make-type-test till execution time.
1258
1259 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1260
1261 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1262 arg ARG and use it.
1263
1264 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1265
1266 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1267
1268 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1269
1270 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1271 a defcustom with two :set or :type keywords.
1272
1273 2005-07-15 Richard M. Stallman <rms@gnu.org>
1274
1275 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1276 Don't give ^M comment-end syntax.
1277
1278 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
1279
1280 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1281 Don't consider gdbmi (gdb-mi.el has its own update functions).
1282 (gdb-var-delete): Make it work for gdbmi as well.
1283 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1284
1285 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1286 (gud-speedbar-menu-items): Correct logic for enabling items.
1287
1288 2005-07-15 Kim F. Storm <storm@cua.dk>
1289
1290 * ido.el: Fix commentary.
1291 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1292 Use with-no-warnings around ffap-guesser.
1293 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1294 Let bind minibuffer-completing-file-name to t.
1295
1296 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * startup.el (site-run-file, keyboard-type): Doc fixes.
1299 (command-line): Check for "--basic-display" argument; also for
1300 "--quick", not "--bare-bones" (which was renamed).
1301 (fancy-splash-text): Add missing item "Getting New Versions".
1302 (normal-splash-screen): Fix typos and improve consistency with
1303 `fancy-splash-text'. Update copyright year.
1304
1305 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1306 valid binding for `help-char'.
1307
1308 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1309
1310 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1311
1312 * term.el (term-mode): Disable cua-mode for term buffers.
1313
1314 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * add-log.el (add-log-mailing-address, change-log-merge):
1317 Doc fixes.
1318 (change-log-get-method-definition): Fix typo in docstring.
1319
1320 2005-07-14 Kim F. Storm <storm@cua.dk>
1321
1322 * emulation/cua-base.el:
1323 (cua--pre-command-handler-1, cua--pre-command-handler)
1324 (cua--post-command-handler-1, cua--post-command-handler):
1325 Split in two. Check (buffer local) value of cua-mode.
1326 (cua-selection-mode): New command.
1327
1328 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1329
1330 * custom.el (custom-initialize-safe-set)
1331 (custom-initialize-safe-default): Doc fixes.
1332
1333 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1334 and simplify :init-value again.
1335
1336 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1337 and simplify :init-value again. Delete autoload.
1338
1339 * startup.el (command-line): Use `custom-reevaluate-setting' again
1340 for tooltip-mode.
1341
1342 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1343 a defcustom with two :initialize keywords.
1344
1345 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
1346
1347 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1348 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1349 (allout-post-command-business, allout-flag-region)
1350 (isearch-reenable-font-lock, allout-yank)
1351 (allout-insert-latex-header, allout-insert-latex-trailer)
1352 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1353 (allout-latex-verb-quote): Fix typos in docstrings.
1354 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1355 (allout-unprotected, allout-prefix-data):
1356 Improve argument/docstring consistency.
1357 (allout-chart-subtree): Fix argument spec.
1358 (allout-open-topic): Rename `use_sib_bullet' argument to
1359 `use-sib-bullet'. Doc fix.
1360
1361 * whitespace.el (whitespace-check-buffer-leading)
1362 (whitespace-check-buffer-trailing)
1363 (whitespace-check-buffer-indent)
1364 (whitespace-check-buffer-spacetab)
1365 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1366 (whitespace-check-leading-whitespace)
1367 (whitespace-check-trailing-whitespace)
1368 (whitespace-check-spacetab-whitespace)
1369 (whitespace-check-indent-whitespace)
1370 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1371 (whitespace-modes): Fix typos in docstrings.
1372 (defgroup, defcustom): Doc fixes.
1373
1374 * winner.el (winner-mode, winner-boring-buffers)
1375 (winner-pending-undo-ring): Doc fixes.
1376 (winner-ring): Remove unneeded `progn'.
1377 (winner-equal): `defsubst' it.
1378 (winner-redo): Fix message.
1379
1380 2005-07-13 Kim F. Storm <storm@cua.dk>
1381
1382 * simple.el (line-move-1): Always use vertical-motion to
1383 do the last (or only) line move to ensure some movement.
1384 Undo 2005-06-23 change--don't check for overlays.
1385
1386 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1387
1388 * term/mac-win.el (ccl-encode-mac-roman-font)
1389 (ccl-encode-mac-centraleurroman-font)
1390 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1391 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1392 Change charset-id boundary of dimension to ?\xef.
1393 (mac-char-fontspec-list): New constant.
1394 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1395 argument. Nil uses itself as family in font-spec. Previous
1396 behavior for nil is now provided by non-nil non-string argument.
1397 All callers changed. Add font-specs for Mac fonts to
1398 "fontset-default" unless iso8859-1 fonts are installed.
1399
1400 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1403 a continuation line if the \ is preceded by SPC or TAB.
1404 (sh-get-indent-info): Simplify.
1405 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1406 Use with-current-buffer.
1407
1408 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1409 when the matched text is empty.
1410
1411 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1412
1413 * startup.el (command-line): Revert to previous handling of
1414 tooltip-mode. Explain in comment why the complexity is needed.
1415
1416 * tooltip.el (tooltip-mode): Revert to previous implementation of
1417 its defcustom.
1418
1419 * frame.el (blink-cursor-mode): Revert to previous implementation
1420 of its defcustom. Update comment.
1421
1422 2005-07-12 Lars Hansen <larsh@soem.dk>
1423
1424 * desktop.el: Update e-mail address.
1425
1426 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1427
1428 * term/mac-win.el (mac-services-mail-selection)
1429 (mac-services-mail-to): New functions.
1430 (mac-application-menu-map): Bind them.
1431
1432 2005-07-12 wulei <milton@wulei.net> (tiny change)
1433
1434 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1435
1436 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1437
1438 * custom.el (custom-reevaluate-setting): Doc fix.
1439
1440 2005-07-11 Jay Belanger <belanger@truman.edu>
1441
1442 * calc/calc.el (calc-embedded-announce-formula-alist)
1443 (calc-embedded-open-close-plain-alist)
1444 (calc-embedded-open-close-mode-alist): Add checks for additional
1445 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1446
1447 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
1448
1449 * custom.el (custom-enable-theme): Don't add theme to
1450 `custom-enabled-themes' with `push' because there is no
1451 setf-method for `delq'.
1452
1453 2005-07-11 Richard M. Stallman <rms@gnu.org>
1454
1455 * custom.el (custom-declare-variable): Doc fix.
1456
1457 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1458 from the alists.
1459
1460 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1461 Do nothing if edebug-active.
1462
1463 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1464 (edebug-display): Do it here instead.
1465
1466 2005-07-10 Richard M. Stallman <rms@gnu.org>
1467
1468 * cus-face.el (custom-theme-set-faces): Make it work.
1469 (custom-reset-faces): Doc fix.
1470 (custom-theme-reset-internal-face, custom-theme-face-value):
1471 Functions deleted.
1472
1473 * custom.el (custom-push-theme): Maintain list of the settings
1474 of a given theme in its theme-settings property.
1475 Maintain position of old settings in the theme-value
1476 or theme-face property.
1477 (custom-enabled-themes): New variable.
1478 (custom-theme-enabled-p): New function.
1479 (provide-theme): Update custom-enabled-themes.
1480 Disable and reenable the `user' theme.
1481 (require-theme): Doc fix.
1482 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1483 (custom-theme-value, custom-theme-variable-value): Likewise.
1484 (custom-theme-reset-internal): Likewise.
1485 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1486 (custom-enable-theme, custom-disable-theme): New functions.
1487 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1488 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1489 (custom-theme-reset-variables): Simplify.
1490 (deftheme, custom-declare-theme, custom-make-theme-feature):
1491 Definitions moved.
1492
1493 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * longlines.el (longlines-show-region)
1496 (longlines-unshow-hard-newlines): Recognize hard newlines by
1497 non-nil hard property, instead of t.
1498
1499 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
1500
1501 * viper-cmd.el (viper--key-maps): New variable.
1502 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1503 emulation-mode-map-alists.
1504 (viper-envelop-ESC-key): Use viper-subseq.
1505 (viper-search-forward/backward/next): Disable debug-on-error.
1506
1507 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1508 (viper-ESC-key): New defcustoms.
1509
1510 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1511
1512 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1513 (viper-subseq): Copy of subseq from cl.el.
1514
1515 * viper.el (viper-go-away, viper-set-hooks): Use
1516 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1517
1518 * viper-mous.el (viper-current-frame-saved): Use defvar.
1519
1520 * viper-init.el: Get rid of -face in face names.
1521
1522 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1523 Make it work with longlines mode
1524
1525 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1526
1527 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1528
1529 * ediff-init: Get rid of -face in face names.
1530
1531 2005-07-10 Richard M. Stallman <rms@gnu.org>
1532
1533 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1534 and with-timeout-unsuspend.
1535
1536 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1537 and with-timeout-unsuspend.
1538
1539 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1540 (with-timeout): Bind that variable to record timers.
1541 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1542
1543 * emacs-lisp/debug.el (debug-help-follow): New function.
1544 (debugger-mode-map): Use that instead of help-follow.
1545 (debugger-setup-buffer): Use eval-buffer-list
1546 to handle eval-buffer frames.
1547
1548 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1549
1550 * timezone.el (timezone-parse-date): Change first regexp
1551 so it will not mistakenly match dates with no time zone.
1552
1553 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1554
1555 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1556
1557 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1558
1559 * custom.el (custom-initialize-safe-set)
1560 (custom-initialize-safe-default): New functions.
1561
1562 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1563 and simplify :init-value.
1564
1565 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1566 and simplify :init-value. Delete obsolete comment.
1567
1568 * startup.el (command-line): Use `custom-reevaluate-setting' to
1569 handle `tooltip-mode'. Delete obsolete comment.
1570
1571 * files.el (set-visited-file-name): Avoid calling
1572 `file-name-nondirectory' with a nil argument.
1573
1574 2005-07-09 Richard M. Stallman <rms@gnu.org>
1575
1576 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1577 was called with nil for the buffer, handle the read position right.
1578 Handle read position for eval-region, too.
1579
1580 2005-07-09 Juri Linkov <juri@jurta.org>
1581
1582 * fringe.el (fringe-mode): Add period in docstring.
1583 (fringe-query-style): Build prompt depending on `all-frames' arg.
1584
1585 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1586 to not create links to unrelated functions in the Help buffer.
1587
1588 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1589 Doc fix.
1590
1591 * simple.el (next-error-hook): New variable.
1592 (next-error): Use it. Doc fix.
1593
1594 * textmodes/ispell.el (ispell-command-loop): Add current
1595 dictionary name and program name to mode-line-format.
1596 (ispell-region, ispell-process-line): Add current dictionary name
1597 and program name to messages.
1598
1599 2005-07-08 Jay Belanger <belanger@truman.edu>
1600
1601 * calc/calc.el (calc-embedded-announce-formula-alist)
1602 (calc-embedded-open-close-formula-alist)
1603 (calc-embedded-open-close-word-alist)
1604 (calc-embedded-open-close-plain-alist)
1605 (calc-embedded-open-close-new-formula-alist)
1606 (calc-embedded-open-close-mode-alist)
1607 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1608 (calc-embedded-mode-hook): New variables.
1609
1610 * calc/calc-embed.el (calc-embedded-firsttime)
1611 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1612 New variables.
1613 (calc-do-embedded): Use calc-embedded-firsttime,
1614 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1615 determine whether or not to run hooks.
1616 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1617 calc-embedded-firsttime-formula appropriately.
1618 Set calc-embedded delimiter variables according to mode.
1619
1620 2005-07-08 Richard M. Stallman <rms@gnu.org>
1621
1622 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1623 Check for "emacs", etc., as entire symbol, not just as word.
1624 (checkdoc-file-comments-engine): Use regexp-quote on FN.
1625
1626 * files.el (set-visited-file-name): Report the error
1627 for "empty filename" earlier.
1628 (kill-some-buffers): Ignore buffers already dead.
1629
1630 * fringe.el (fringe-mode): Doc fix.
1631
1632 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1633 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1634 Use unwind-protect to ensure byte-compile-unresolved-functions
1635 is updated.
1636
1637 * whitespace.el (whitespace-buffer-leading-cleanup):
1638 Simplify w/ skip-chars-forward.
1639 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1640
1641 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1642 Unconditionally try to leave point at the same old place.
1643
1644 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1645
1646 * comint.el (comint-postoutput-scroll-to-bottom)
1647 (comint-show-maximum-output): Take scroll-margin into consideration.
1648
1649 2005-07-08 Kim F. Storm <storm@cua.dk>
1650
1651 * ido.el (ido-use-filename-at-point): New choice `guess'.
1652 (ido-file-internal): Try ffap-guesser if selected.
1653
1654 * ido.el (ido-before-fallback-functions): New hook.
1655 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1656 (ido-read-file-name): Run it.
1657
1658 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1661 strings rather than a list of symbols to the completion function.
1662
1663 2005-07-07 Jay Belanger <belanger@truman.edu>
1664
1665 * calc/calc-units.el (math-apply-units): Change the places in
1666 which units are simplified.
1667
1668 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1669
1670 * cus-edit.el (customize-option, customize-option-other-window):
1671 Make them handle aliases.
1672
1673 * custom.el (custom-variable-p): Make it recursively follow
1674 aliases. Mention that in the docstring.
1675
1676 2005-07-07 Richard M. Stallman <rms@gnu.org>
1677
1678 * cus-start.el (exec-path): Use `directory' instead of `file'.
1679 Fix tag for nil.
1680
1681 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1682
1683 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1684 when called non-interactively. Doc fix.
1685
1686 2005-07-07 Lute Kamstra <lute@gnu.org>
1687
1688 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1689 new address as well.
1690
1691 2005-07-07 Kenichi Handa <handa@m17n.org>
1692
1693 * international/mule.el (make-coding-system):
1694 Describe `ascii-incompatible' property in the docstring.
1695 (set-file-name-coding-system): Signal an error if coding-system is
1696 ascii-incompatible.
1697 (set-keyboard-coding-system): Likewise.
1698
1699 * international/mule-cmds.el (set-default-coding-systems):
1700 Don't set default-file-name-coding-system and
1701 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1702
1703 * international/utf-16.el: Declare that all UTF-16-based coding
1704 systems are ASCII-incompatible.
1705
1706 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1707
1708 * progmodes/gud.el: Require font-lock for displaying errors.
1709 Used by gdb-ui.el.
1710
1711 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1714 values for the pattern lists which are `read'able but not
1715 `append'able (like symbols).
1716
1717 2005-07-06 Richard M. Stallman <rms@gnu.org>
1718
1719 * progmodes/flymake.el (flymake-float-time): Instead of
1720 with-no-warnings, test for xemacs.
1721 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1722 to avoid warning.
1723
1724 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1725
1726 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1727
1728 2005-07-05 Lute Kamstra <lute@gnu.org>
1729
1730 * battery.el: Add support for Darwin (with much debugging help
1731 from Samuel Lauber <sam124@operamail.com>).
1732 (battery-status-function, battery-echo-area-format)
1733 (battery-mode-line-format): Add support for pmset on Darwin.
1734 (battery-load-low, battery-load-critical): New user options.
1735 (battery-pmset): New function.
1736
1737 2005-07-05 Lute Kamstra <lute@gnu.org>
1738
1739 Update FSF's address in GPL notices.
1740
1741 * textmodes/page-ext.el: Update FSF's address.
1742
1743 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1746 filling from using prefix when filling a single-line docstring.
1747
1748 * progmodes/flymake.el: Remove useless eval-when-compile.
1749
1750 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1751
1752 2005-07-04 Richard M. Stallman <rms@gnu.org>
1753
1754 * textmodes/org.el (org-file-apps-defaults-gnu):
1755 Rename from org-file-apps-defaults-linux.
1756 (org-default-apps): Don't test system-type for `linux'.
1757 (org-file-apps): Doc fix.
1758
1759 2005-07-04 David Ponce <david@dponce.com>
1760
1761 * tree-widget.el: Improve header Commentary section.
1762 (tree-widget) [defgroup]
1763 (tree-widget-image-enable, tree-widget-themes-directory)
1764 (tree-widget-theme, tree-widget-image-properties-emacs)
1765 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1766 (tree-widget-image-formats, tree-widget-control)
1767 (tree-widget-empty-control, tree-widget-leaf-control
1768 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1769 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1770 (tree-widget-keep, tree-widget-after-toggle-functions)
1771 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1772 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1773 :help-echo message.
1774 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1775 (tree-widget-image-properties): Doc fix. Clearer implementation.
1776 (tree-widget--cursors): New constant.
1777 (tree-widget-lookup-image): New function split from
1778 `tree-widget-find-image'. Clearer implementation.
1779 (tree-widget-find-image): Use it.
1780 (tree-widget-button-keymap): Use `set-keymap-parent'.
1781 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1782 Define the sub-widgets here.
1783 (tree-widget-node): Check that :node is not a tree-widget.
1784 (tree-widget-get-super, tree-widget-open-control)
1785 (tree-widget-close-control, tree-widget-empty-control)
1786 (tree-widget-leaf-control, tree-widget-guide)
1787 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1788 (tree-widget-no-handle, tree-widget-value-delete)
1789 (tree-widget-map): Remove.
1790 (tree-widget-children-value-save): Doc fix. Simplified.
1791 (tree-widget-value-create): Update according to previous changes.
1792
1793 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1794
1795 * textmodes/org.el: Leading space replaced by TABS.
1796 (org-recalc-marks, org-table-rotate-recalc-marks)
1797 (org-table-get-specials): Treat "^" and "_" marks.
1798 (org-table-justify-field-maybe): Optional argument NEW.
1799 (org-table-eval-formula): Parsing of the format simplified.
1800 New modes C,I. Honor the %= parameter in the current table.
1801 Avoid unnecessary re-align by using the NEW argument to
1802 `org-table-justify-field-maybe'.
1803 (org-calc-default-modes): Default for date-format mimicks org-mode.
1804 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1805
1806 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1807
1808 * cus-face.el (custom-theme-set-faces): Make it handle face
1809 aliases whose alias declarations are pre- or autoloaded.
1810
1811 2005-07-04 Juri Linkov <juri@jurta.org>
1812
1813 * faces.el (read-face-name): Put the code for getting a face name
1814 from the buffer before adding the faces from the `face' property.
1815 Use `completing-read-multiple' instead of `completing-read'.
1816 Require `crm'. Add default value and post-process the returned
1817 list of faces.
1818
1819 * emacs-lisp/crm.el (crm-find-current-element)
1820 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1821
1822 * emacs-lisp/lisp-mode.el (eval-defun-1):
1823 * emacs-lisp/edebug.el (edebug-eval-defun):
1824 Remove unnecessary quotes.
1825
1826 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1827
1828 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1829 (prolog-indent-level): Fix typo in docstring.
1830
1831 * info.el (Info-history, Info-history-forward)
1832 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1833
1834 * add-log.el (add-change-log-entry):
1835 * comint.el (comint-dynamic-list-input-ring)
1836 (comint-dynamic-list-completions):
1837 * dabbrev.el (dabbrev-expand):
1838 * delim-col.el (delimit-columns-rectangle-line):
1839 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1840 (diff-unified->context):
1841 * ediff-init.el (ediff-abbrev-jobname):
1842 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1843 (ediff-replace-session-activity-marker-in-meta-buffer):
1844 * info.el (Info-summary):
1845 * lpr.el (printify-region):
1846 * printing.el (pr-create-interface):
1847 * ps-print.el (ps-print-quote):
1848 * ses.el (ses-column-widths, ses-print-cell)
1849 (ses-adjust-print-width, ses-center):
1850 * shell.el (shell-file-name-quote-list):
1851 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1852 (strokes-fill-current-buffer-with-whitespace)
1853 (strokes-xpm-for-stroke, strokes-list-strokes)
1854 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1855 * term.el (term-dynamic-list-input-ring)
1856 (term-dynamic-list-completions):
1857 * calc/calc.el (math-format-stack-value):
1858 * emacs-lisp/edebug.el (edebug-display-freq-count):
1859 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1860 (delphi-new-comment-line):
1861 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1862 * progmodes/executable.el (executable-set-magic):
1863 * progmodes/python.el (inferior-python-mode):
1864 * progmodes/scheme.el (scheme-mode-syntax-table):
1865 * progmodes/sh-script.el (sh-maybe-here-document):
1866 * progmodes/sql.el (sql-copy-column):
1867 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1868 * textmodes/bibtex.el (bibtex-mode):
1869 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1870 (sgml-auto-attributes):
1871 * textmodes/table.el (table-insert, table-shorten-cell)
1872 (table--generate-source-scan-lines, table-delete-row)
1873 (*table--cell-delete-char, table--spacify-frame)
1874 (table--horizontally-shift-above-and-below)
1875 (table--cell-insert-char, table--cell-blank-str)
1876 (table--fill-region-strictly):
1877 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1878 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1879
1880 * add-log.el (change-log):
1881 * apropos.el (apropos):
1882 * comint.el (comint-completion, comint-source):
1883 * dabbrev.el (dabbrev):
1884 * delim-col.el (columns):
1885 * diff-mode.el (diff-mode):
1886 * ediff.el (ediff):
1887 * ediff-diff.el (ediff-diff):
1888 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1889 * ediff-mult.el (ediff-mult):
1890 * ediff-ptch.el (ediff-ptch):
1891 * ediff-wind.el (ediff-window):
1892 * facemenu.el (facemenu):
1893 * indent.el (indent):
1894 * info.el (info):
1895 * jka-cmpr-hook.el (compression, jka-compr):
1896 * lpr.el (lpr):
1897 * outline.el (outlines):
1898 * pcmpl-cvs.el (pcmpl-cvs):
1899 * pcmpl-rpm.el (pcmpl-rpm):
1900 * printing.el (printing):
1901 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1902 (ps-print-vertical, ps-print-headers, ps-print-font)
1903 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1904 (ps-print-background, ps-print-printer, ps-print-page)
1905 (ps-print-miscellany):
1906 * ses.el (ses):
1907 * shell.el (shell, shell-directories, shell-faces):
1908 * startup.el (initialization):
1909 * strokes.el (strokes):
1910 * term.el (term):
1911 * uniquify.el (uniquify):
1912 * w32-vars.el (w32):
1913 * calc/calc.el (calc):
1914 * emacs-lisp/bytecomp.el (bytecomp):
1915 * emacs-lisp/cl-indent.el (lisp-indent):
1916 * emacs-lisp/edebug.el (edebug):
1917 * emacs-lisp/elp.el (elp):
1918 * emacs-lisp/testcover.el (testcover):
1919 * emacs-lisp/trace.el (trace):
1920 * emulation/viper-ex.el (viper-ex):
1921 * emulation/viper-mous.el (viper-mouse):
1922 * mail/mailalias.el (mailalias):
1923 * mail/supercite.el (supercite, supercite-frames)
1924 (supercite-attr, supercite-cite, supercite-hooks):
1925 * net/rcompile.el (remote-compile):
1926 * net/rlogin.el (rlogin):
1927 * obsolete/ooutline.el (outlines):
1928 * progmodes/delphi.el (delphi):
1929 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1930 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1931 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1932 (ebnf-optimization):
1933 * progmodes/etags.el (etags):
1934 * progmodes/executable.el (executable):
1935 * progmodes/idlwave.el (idlwave):
1936 * progmodes/pascal.el (pascal):
1937 * progmodes/prolog.el (prolog):
1938 * progmodes/python.el (python):
1939 * progmodes/scheme.el (scheme):
1940 * progmodes/sh-script.el (sh, sh-script):
1941 * progmodes/sql.el (SQL):
1942 * progmodes/tcl.el (tcl):
1943 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1944 * textmodes/enriched.el (enriched):
1945 * textmodes/makeinfo.el (makeinfo):
1946 * textmodes/sgml-mode.el (sgml):
1947 * textmodes/table.el (table-hooks):
1948 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1949 * textmodes/texinfo.el (texinfo):
1950 * textmodes/two-column.el (two-column):
1951 Finish `defgroup' description with period.
1952
1953 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1954 * eshell/esh-var.el (eshell-var):
1955 * progmodes/vhdl-mode.el (vhdl-testbench):
1956 * textmodes/org.el (org): Fix typos in docstrings.
1957
1958 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1959 consistency.
1960
1961 * progmodes/flymake.el (flymake-find-file): Remove.
1962 (flymake-float-time): Use `with-no-warnings'.
1963 (flymake-check-start-time, flymake-check-was-interrupted)
1964 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1965 (flymake-new-err-info): `defvar' at compile time.
1966
1967 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1968
1969 * replace.el (occur-hook): Doc fix.
1970 (occur-1): Don't call `occur-hook' if there are no matches.
1971
1972 2005-07-03 Richard M. Stallman <rms@gnu.org>
1973
1974 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1975 global-map, save the same map.
1976 (global-map): Don't alter it at top level.
1977 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1978 Then alter it here instead.
1979 (tpu-edt-off): Set global-map to the saved one.
1980
1981 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1982 All references simplified.
1983 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1984 (zmacs-regions): Add defvar.
1985 (repeat-complex-command-map): Everything about that deleted.
1986
1987 * textmodes/artist.el (artist-key-is-drawing)
1988 (artist-key-endpoint1, artist-key-poly-point-list)
1989 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1990 (artist-key-compl-table, artist-rb-save-data)
1991 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1992 Don't put them in eval-when-compile.
1993 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1994
1995 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1996 Use with-no-warnings.
1997
1998 * net/browse-url.el (dos-windows-version): Add defvar.
1999
2000 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2001
2002 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2003 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2004 (rmail-new-summary-line-count): Rename from new-summary-line-count.
2005 Add defvar.
2006 (rmail-summary-beginning-of-message): Use with-no-warnings.
2007 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2008
2009 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2010 Use with-no-warnings.
2011
2012 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2013 (c-mark-function): Add point-moving-unit property.
2014 (vi-goto-line): Use with-no-warnings.
2015
2016 * emulation/edt.el (edt-last-copied-word): Add defvar.
2017 (zmacs-region-stays): Likewise.
2018 (edt-mark-section-wisely): Use c-mark-function for C.
2019 Use makr-defun for Fortran.
2020 (time-string): defvar deleted.
2021 (edt-display-the-time): Don't set time-string.
2022
2023 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2024
2025 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2026 Don't warn when name is not constant
2027 or for defining the group `emacs'.
2028
2029 * tooltip.el (gud-tooltip-mode): Add defvar.
2030
2031 * startup.el (default-frame-background-mode): Add defvar.
2032
2033 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2034
2035 * info.el (tool-bar-map): Add defvar.
2036
2037 * dired.el (dnd-protocol-alist): Add defvar.
2038
2039 * dired-aux.el (dired-query): Display question with answer, when
2040 the user answers.
2041
2042 * custom.el (custom-add-option): Doc fix.
2043
2044 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2045
2046 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2047
2048 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2049 bogus name from the last change.
2050
2051 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2052
2053 * custom.el (custom-declare-variable): Fix typos in comment.
2054 (custom-known-themes): Doc fix.
2055 (custom-theme-directory): New defcustom.
2056 (require-theme): Make it check `custom-theme-directory'.
2057
2058 * cus-theme.el (custom-new-theme-mode): New function.
2059 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2060 (custom-theme-description): Add compiler defvars.
2061 (customize-create-theme): Add doc to the "*New Custom Theme*"
2062 buffer. Use `custom-new-theme-mode'.
2063 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2064 and save it to the `custom-theme-directory'. Make this the
2065 default directory of the buffer.
2066
2067 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2068
2069 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2070 Fix unbalanced parentheses.
2071
2072 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2075 into flymake-mode and delegate to flymake-mode.
2076
2077 * find-file.el (ff-which-function-are-we-in): Clean up.
2078
2079 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * replace.el (occur-rename-buffer): Fix docstring.
2082
2083 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2084 (edt-last-copied-word, edt-learn-macro-count)
2085 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2086 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2087 (time-string, zmacs-region-stays):
2088 * emulation/edt-mapper.el (edt-save-function-key-map)
2089 (EDT-key-name): `defvar' to silence the byte-compiler.
2090
2091 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2092
2093 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2094 font-lock-regexp-backslash. Doc fix.
2095 (font-lock-regexp-backslash-grouping-construct): Rename from
2096 font-lock-regexp-backslash-construct. Doc fix.
2097 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2098 grouping constructs.
2099
2100 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2101
2102 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2103 updating all the prerequisites.
2104
2105 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
2106
2107 * textmodes/org.el (org-agenda-start-on-weekday)
2108 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2109 (org-agenda-use-time-grid, org-archive-location)
2110 (org-allow-space-in-links, org-usenet-links-prefer-google)
2111 (org-enable-table-editor, org-export-default-language)
2112 (org-export-html-show-new-buffer, org-fill-paragraph)
2113 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2114 (org-goto-quit, org-occur, org-eval-in-calendar)
2115 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2116 (org-agenda-diary-entry, org-remember-help)
2117 (org-table-convert-region, org-at-table-p)
2118 (org-table-move-row-down, org-table-move-row-up)
2119 (org-table-copy-region, org-table-toggle-vline-visibility)
2120 (org-table-get-stored-formulas, org-table-get-specials)
2121 (org-recalc-commands, org-table-eval-formula)
2122 (org-table-formula-substitute-names, orgtbl-make-binding)
2123 (org-format-org-table-html, org-format-table-table-html)
2124 (org-format-table-table-html-using-table-generate-source)
2125 (org-customize): Fix typos in docstrings.
2126 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2127 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2128 (org-back-to-heading): Doc fixes.
2129 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2130 (org-agenda-change-all-lines, org-get-header):
2131 Improve argument/docstring consistency.
2132 (orgtbl-error): Fix error message.
2133
2134 * progmodes/flymake.el (flymake-find-possible-master-files)
2135 (flymake-master-file-compare, flymake-get-line-err-count)
2136 (flymake-highlight-line, flymake-gui-warnings-enabled):
2137 Fix typos in docstrings.
2138 (flymake-parse-line, flymake-get-project-include-dirs-function)
2139 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2140 Doc fixes.
2141 (flymake-get-project-include-dirs-function)
2142 (flymake-make-err-menu-data):
2143 Improve argument/docstring consistency.
2144
2145 2005-07-01 Lute Kamstra <lute@gnu.org>
2146
2147 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2148 Catch errors with ignore-errors. Use temporary buffer.
2149 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2150
2151 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2152 background color faces.
2153 (facemenu-set-foreground, facemenu-set-background):
2154 Use facemenu-set-face-from-menu.
2155 (facemenu-set-face-from-menu): Treat face names that start with
2156 "fg:" or "bg:" as special.
2157 (facemenu-add-new-color): Don't create faces. Simplify.
2158
2159 2005-06-30 Richard M. Stallman <rms@gnu.org>
2160
2161 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2162 (crm-find-current-element): Likewise.
2163
2164 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2165
2166 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2167
2168 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2171 (archive-mouse-extract): Make it an obsolete alias.
2172 (archive-mode-map): Don't use archive-mouse-extract any more.
2173 (archive-mode, archive-extract): write-contents-hooks ->
2174 write-contents-functions.
2175 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2176 first arg.
2177 (archive-rename-entry): Update the call.
2178 (archive-zip-summarize): Remove unused var `method'.
2179 (archive-lzh-summarize): Remove unused var `creator'.
2180
2181 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2182 dedicated frame upon exit.
2183
2184 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2185 (archive-zip-extract, archive-zip-expunge)
2186 (archive-zip-update, archive-zip-update-case): Use executable-find.
2187 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2188 Use restore-buffer-modified-p.
2189 (archive-extract, archive-add-new-member, archive-write-file-member):
2190 Use with-current-buffer.
2191 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2192
2193 2005-06-30 Andreas Schwab <schwab@suse.de>
2194
2195 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2196
2197 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2198
2199 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2200
2201 2005-06-30 Juri Linkov <juri@jurta.org>
2202
2203 * faces.el (vertical-border): Inherit from mode-line-inactive
2204 only on tty.
2205
2206 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2209 example, -NLINES in the `occur' docstring).
2210
2211 * replace.el (occur-1): When no matches are found, do not set the
2212 `buffer-read-only' and modified flags for the occur buffer,
2213 because it is deleted.
2214
2215 * emulation/cua-base.el (cua-check-pending-input)
2216 (cua-repeat-replace-region, cua-mode, cua-debug)
2217 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2218 Fix typos in docstrings.
2219
2220 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2221 (cua-cut-region-to-global-mark)
2222 (cua--cut-rectangle-to-global-mark):
2223 Remove period from end of messages.
2224
2225 * emulation/cua-rect.el (cua-do-rectangle-padding):
2226 Remove period from end of messages.
2227 (cua--rectangle-seq-format): Fix typo in docstring.
2228 (cua-sequence-rectangle, cua-fill-char-rectangle):
2229 Improve argument/docstring consistency.
2230
2231 2005-06-29 Juri Linkov <juri@jurta.org>
2232
2233 * faces.el (default-frame-background-mode): New internal variable.
2234 (frame-set-background-mode): Use it.
2235
2236 * startup.el (normal-top-level): Set default-frame-background-mode
2237 instead of frame-background-mode. Before setting it, test for its
2238 nil value. Remove tests for frame-background-mode and frame
2239 parameter `reverse'. Add test for "unspecified-fg".
2240
2241 * term/xterm.el (xterm-rxvt-set-background-mode):
2242 * term/rxvt.el (rxvt-set-background-mode):
2243 Set default-frame-background-mode instead of frame-background-mode.
2244
2245 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * simple.el (set-variable): Warn about obsolete user variables.
2248
2249 * imenu.el (imenu--completion-buffer):
2250 * mouse.el (mouse-buffer-menu-alist):
2251 * msb.el (msb-invisible-buffer-p):
2252 * calendar/diary-lib.el (diary-header-line-format):
2253 * emacs-lisp/pp.el (pp-buffer):
2254 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2255 * textmodes/picture.el (picture-replace-match):
2256 Change space constants followed by a sexp to "?\s ".
2257
2258 * play/decipher.el (decipher-loop-with-breaks):
2259 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2260 constants "protected" from end of line by a comment to "?\s".
2261
2262 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * font-lock.el (save-buffer-state): Use `declare'.
2265
2266 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2267 reset the syntax-table to cperl-mode-syntax-table.
2268 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2269 "foo_print_bar" is not matched as a reserved keyword.
2270
2271 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2272
2273 * textmodes/org.el (orgtbl-setup): New function, for delayed
2274 setup for the orgtbl commands.
2275 (org-calc-default-modes): New option.
2276 (orgtbl-make-binding): Use `defun' to get better help display.
2277 (org-diary): Call `org-compile-prefix-format'.
2278 (org-table-formula-substitute-names): New function.
2279 (org-agenda-day-view, org-agenda-week-view): New commands.
2280 (org-agenda-toggle-week-view): Command removed.
2281 (org-tbl-menu): Split off from org-org-menu.
2282 (org-mode): Move removal of outline-mode menus to here.
2283 (org-table-formula-debug): New option.
2284 (org-table-insert-row): Keep first field if just "#" or "*".
2285 (org-mode): Paragraph regexps fixed.
2286 (org-table-recalculate-regexp): New constant.
2287 (org-table-justify-field-maybe): Avoid replace if not necessary.
2288 (org-copy-special, org-cut-special): Use `call-interactively'.
2289 (org-table-copy-region): Take region from `interactive' call.
2290 (org-trim): Return string even if no match.
2291 (org-formula): New face.
2292 (org-set-font-lock-defaults): No longer highlight "FIXME".
2293 But highlight formula-related fields in table.
2294 (org-table-p): Use regexp, not fontification.
2295 (org-table-align): Handle white space at end of line.
2296 (org-table-formula-evaluate-inline): New option.
2297 (org-mode): Auto-wrapping in comment lines turned off.
2298 (org-table-copy-down): Evaluate only in copied field, not in
2299 destination.
2300 (org-table-current-formula): Variable removed.
2301 (org-table-store-formulas, org-table-get-stored-formulas)
2302 (org-table-modify-formulas, org-table-replace-in-formulas)
2303 (org-table-maybe-eval-formula): New functions.
2304 (org-table-get-formula): Modify to use stored formulas.
2305 (org-table-insert-column, org-table-delete-column)
2306 (org-table-move-column): Call `org-table-modify-formulas'.
2307 (org-complete): Add completion for keyword formulas.
2308 (orgtbl-mode): Pull orgtbl-mode-map to start of
2309 minor-mode-map-alist.
2310
2311 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * progmodes/python.el (python-check): Require `compile' before
2314 modifying its variables.
2315
2316 * newcomment.el (comment-indent-default): Don't get fooled by an early
2317 end of buffer.
2318
2319 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2320
2321 * ps-print.el (ps-print-version): Fix version number.
2322
2323 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2324
2325 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2326
2327 2005-06-28 Richard M. Stallman <rms@gnu.org>
2328
2329 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2330 (flyspell-local-mouse-map): Declaration deleted.
2331 (flyspell-mouse-map): Bind only mouse-2.
2332 (flyspell-mode-map): Don't test flyspell-use-local-map.
2333 (flyspell-overlay-keymap-property-name): Var deleted.
2334 (flyspell-mode-on): Don't make local bindings for
2335 flyspell-mouse-map and flyspell-mode-map.
2336 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2337
2338 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2339
2340 * progmodes/compile.el (compilation-next-error-function):
2341 Don't switch buffers; operate on the current buffer.
2342
2343 * progmodes/compile.el (compilation-error-file-name)
2344 (compilation-warning-file-name, compilation-info-file-name)
2345 (compilation-line-number, compilation-column-number): New faces.
2346 (compilation-error-face, compilation-warning-face)
2347 (compilation-info-face, compilation-line-face)
2348 (compilation-column-face): Use them.
2349
2350 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2351
2352 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2353
2354 * bindings.el (global-map): Bind insertchar and its variants.
2355
2356 2005-06-27 Richard M. Stallman <rms@gnu.org>
2357
2358 * textmodes/artist.el (artist-text-overwrite)
2359 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2360
2361 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2362
2363 * ps-print.el: It was not working the page selection for printing.
2364 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2365 (ps-print-version): New version 6.6.7.
2366 (ps-end-sheet): New fun.
2367 (ps-header-sheet, ps-end-job): Call it.
2368
2369 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2370
2371 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2372
2373 2005-06-27 Lute Kamstra <lute@gnu.org>
2374
2375 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2376 background color faces.
2377 (facemenu-get-face): Delete function.
2378 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2379 (facemenu-add-new-color): Make second argument mandatory.
2380 Create the appropriate face and return it. Simplify.
2381 (facemenu-set-foreground, facemenu-set-background): Don't check if
2382 color is defined. Use return value of facemenu-add-new-color.
2383
2384 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
2385
2386 * progmodes/gud.el (gud-filter): Add missing argument to
2387 with-selected-window.
2388
2389 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2392 a :require to the defcustom.
2393
2394 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2395 defcustoms corresponding to minor modes.
2396
2397 2005-06-26 David Ponce <david@dponce.com>
2398
2399 * recentf.el: Require tree-widget instead of wid-edit.
2400 (recentf-filename-handler): Fix widget :type.
2401 (recentf-cancel-dialog, recentf-open-more-files)
2402 (recentf-open-files-action): Doc fix.
2403 (recentf-dialog-goto-first): New function.
2404 (recentf-dialog-mode-map): Set parent keymap first.
2405 (recentf-dialog-mode): Define with define-derived-mode.
2406 Don't display continuation lines in dialogs.
2407 (recentf-edit-list): Rename from recentf-edit-selected-items.
2408 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2409 Simplify.
2410 (recentf-edit-list-validate): New function.
2411 (recentf-edit-list): Update accordingly.
2412 (recentf-open-files-item-shift): Remove.
2413 (recentf-open-files-item): Convert menu elements into tree and
2414 link widgets. Don't create the widgets.
2415 (recentf-open-files): Update accordingly.
2416 (recentf-save-list): Untabify.
2417
2418 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2419
2420 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2421 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2422 partially contained in the active region. Do not take active
2423 region into account when called from Lisp, unless INTERACTIVE arg
2424 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2425 avoid trouble with fields. Make marker point nowhere when no
2426 longer used. Always return nil. Doc fix.
2427 (flush-lines): Add INTERACTIVE arg. Do not take active region
2428 into account when called from Lisp, unless INTERACTIVE arg is
2429 non-nil. Use `forward-line' instead of `beginning-of-line' to
2430 avoid trouble with fields. Make marker point nowhere when no
2431 longer used. Always return nil. Doc fix.
2432 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2433 interchangeable. Do not take active region into account when
2434 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2435 message in echo area when called from Lisp, unless INTERACTIVE arg
2436 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2437 Return the number of matches. Doc fix.
2438 (occur): Doc fix.
2439 (perform-replace): Make comment follow double space convention for
2440 the sake of `outline-minor-mode'.
2441
2442 * faces.el (facep): Doc fix.
2443
2444 2005-06-25 Richard M. Stallman <rms@gnu.org>
2445
2446 * facemenu.el (facemenu-enable-faces-p): New function.
2447 (facemenu-background-menu, facemenu-foreground-menu)
2448 (facemenu-face-menu): Add menu-enable property.
2449
2450 * jka-compr.el (jka-compr-insert-file-contents):
2451 Special handling if cannot find the uncompression program.
2452
2453 * cus-face.el (custom-face-attributes): Add autoload.
2454
2455 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2456 Bind comment-indent-function locally.
2457
2458 * window.el (save-selected-window): Use save-current-buffer.
2459
2460 * subr.el (with-selected-window): Use save-current-buffer.
2461
2462 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2463 and with-current-buffer.
2464
2465 2005-06-24 Richard M. Stallman <rms@gnu.org>
2466
2467 * simple.el (line-move-1): Fix previous change.
2468
2469 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2470
2471 * replace.el (occur-1): Set `buffer-read-only' and the
2472 buffer-modified flag before running `occur-hook' to protect
2473 against unintentional buffer switches that can lead to data loss.
2474
2475 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2476
2477 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2478 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2479 initial error.
2480
2481 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2482 after fresh input.
2483 (gdb-var-create-handler): Put name of expression in quotes.
2484
2485 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2486
2487 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2488 elements of RING in order, and without bogus nil elements.
2489
2490 2005-06-23 Richard M. Stallman <rms@gnu.org>
2491
2492 * simple.el (set-variable): Args renamed; doc fix.
2493 (line-move-1): When there are overlays around, use vertical-motion.
2494
2495 * faces.el (escape-glyph): Use brown against light background.
2496 (nobreak-space): Rename from no-break-space.
2497 Fix previous change.
2498
2499 * dired-aux.el (dired-do-copy): Fix arg prompt.
2500
2501 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2502
2503 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2504
2505 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2506 rather than "Distributor".
2507
2508 2005-06-23 Lute Kamstra <lute@gnu.org>
2509
2510 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2511 (debug-on-entry): Use it. New interactive declaration that uses
2512 function-called-at-point.
2513
2514 2005-06-23 Kim F. Storm <storm@cua.dk>
2515
2516 * subr.el (save-match-data): Add comment about using evaporate arg
2517 to set-match-data.
2518
2519 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2520
2521 * cus-edit.el (customize-face)
2522 (customize-face-other-window): Handle face aliases.
2523
2524 * faces.el (face-documentation, set-face-attribute)
2525 (face-spec-set): Handle face aliases.
2526
2527 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * help-mode.el (help-make-xrefs): If a symbol representing a face
2530 name is not followed by the word "face", it could still be a
2531 function or variable name, so don't bypass other checks.
2532
2533 2005-06-22 Juri Linkov <juri@jurta.org>
2534
2535 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2536 Replace aliased functions with calls where second arg `inherit' is t.
2537
2538 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2539
2540 * progmodes/gdb-ui.el (gdb-error): New variable.
2541 (gdb-error): New function.
2542 (gdb-annotation-rules): Act on error-begin and error annotations.
2543 (gdb-concat-output): Use font-lock-warning-face for errors.
2544
2545 2005-06-22 Miles Bader <miles@gnu.org>
2546
2547 * bindings.el (propertized-buffer-identification): Use renamed
2548 `Buffer-menu-buffer' face.
2549
2550 * faces.el (vertical-border): Rename from `vertical-divider'.
2551 (escape-glyph): Change dark-background color back to `cyan'.
2552
2553 2005-06-21 Juri Linkov <juri@jurta.org>
2554
2555 * faces.el (face-user-default-spec): Try getting `customized-face'
2556 prior to `saved-face'.
2557 (frame-background-mode): Refill docstring.
2558
2559 * emacs-lisp/lisp-mode.el (eval-defun-1):
2560 * emacs-lisp/edebug.el (edebug-eval-defun):
2561 Set `saved-face' temporarily to nil before calling form.
2562 Set `customized-face' to the new spec after that.
2563
2564 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2565
2566 * subr.el (1value, lambda, key-substitution-in-progress):
2567 Doc fixes.
2568
2569 * autoinsert.el (auto-insert-alist):
2570 * ses.el (ses-call-printer):
2571 * subr.el (noreturn):
2572 * emacs-lisp/lisp.el (check-parens):
2573 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2574 * net/browse-url.el (browse-url-mosaic):
2575 * progmodes/cc-defs.el (c-safe-scan-lists):
2576 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2577 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2578 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2579 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2580 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2581 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2582
2583 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2584
2585 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2586
2587 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2588
2589 * calendar/appt.el (appt-make-list): Activate the package, if
2590 not already active (for backwards compatibility).
2591
2592 2005-06-20 Kim F. Storm <storm@cua.dk>
2593
2594 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2595
2596 2005-06-20 Miles Bader <miles@gnu.org>
2597
2598 * faces.el (vertical-divider): New face.
2599
2600 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * simple.el (kill-whole-line): Doc fix.
2603 (next-error-buffer-p, next-error-find-buffer)
2604 (clone-indirect-buffer): Fix typos in docstrings.
2605 (comment-line-break-function): Doc fix: don't say variable
2606 is automatically buffer-local (it isn't).
2607
2608 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp-ftp.el (top):
2611 * net/tramp-smb.el (top):
2612 * net/tramp-util.el (top):
2613 * net/tramp-uu.el (top):
2614 * net/tramp-vc.el (top):
2615 * net/tramp.el (top): Revert copyright years back to original
2616 ones. Tramp has a life outside GNU Emacs.
2617
2618 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2621
2622 2005-06-18 Juri Linkov <juri@jurta.org>
2623
2624 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2625 end of first regexp to limit the match to the position between
2626 line number and source line with same separator character as used
2627 between file name and line number. In the second regexp limit
2628 mouse-face area to file name and line number by adding new group
2629 for them and referring it in HYPERLINK arg.
2630 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2631 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2632 previous line where grep markers may be already removed.
2633
2634 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2635
2636 * progmodes/ps-mode.el: Update version and maintainer's email address.
2637
2638 2005-06-18 Steve Youngs <steve@xemacs.org>
2639
2640 * net/browse-url.el (browse-url-browser-function)
2641 (browse-url-default-browser): Add firefox.
2642 (browse-url-firefox-program, browse-url-firefox-arguments)
2643 (browse-url-firefox-startup-arguments)
2644 (browse-url-firefox-new-window-is-tab): New defcustoms.
2645 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2646
2647 2005-06-17 Richard M. Stallman <rms@gnu.org>
2648
2649 * startup.el (command-line): Warn if specified user name has
2650 no home directory.
2651
2652 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2653 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2654
2655 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2656 Doc fixes.
2657
2658 * faces.el (underline): Try bold if terminal doesn't support underline.
2659
2660 * mail/sendmail.el (mail-setup-with-from): New variable.
2661 (mail-insert-from-field): New function.
2662 (sendmail-send-it): Call it.
2663 (mail-setup): Optionally call it here.
2664
2665 * term/linux.el: Call tty-no-underline.
2666
2667 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2668
2669 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2670
2671 2005-06-17 Miles Bader <miles@gnu.org>
2672
2673 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2674 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2675 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2676 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2677 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2678 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2679 Remove "-face" suffix from face names.
2680 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2681 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2682 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2683 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2684 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2685 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2686 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2687 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2688 New backward-compatibility aliases for renamed faces.
2689 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2690 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2691 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2692 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2693 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2694 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2695 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2696 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2697 Use renamed ediff faces.
2698
2699 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2700 Remove "-face" suffix from face names.
2701 (eshell-test-ok-face, eshell-test-failed-face):
2702 New backward-compatibility aliases for renamed faces.
2703 (eshell-run-test): Use renamed eshell-test faces.
2704
2705 * eshell/em-prompt.el (eshell-prompt):
2706 Remove "-face" suffix from face name.
2707 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2708 (eshell-emit-prompt): Use renamed eshell-prompt face.
2709
2710 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2711 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2712 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2713 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2714 Remove "-face" suffix from face names.
2715 (eshell-ls-directory-face, eshell-ls-symlink-face)
2716 (eshell-ls-executable-face, eshell-ls-readonly-face)
2717 (eshell-ls-unreadable-face, eshell-ls-special-face)
2718 (eshell-ls-missing-face, eshell-ls-archive-face)
2719 (eshell-ls-backup-face, eshell-ls-product-face)
2720 (eshell-ls-clutter-face):
2721 New backward-compatibility aliases for renamed faces.
2722 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2723
2724 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2725 Remove "-face" suffix from face name.
2726 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2727 instead of literal face.
2728
2729 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * emacs-lisp/warnings.el (display-warning, lwarn)
2732 (warning-minimum-log-level): Doc fixes.
2733 (warning-minimum-level, warning-minimum-log-level):
2734 Add :debug to :type choices.
2735
2736 * progmodes/ada-mode.el (ada-format-paramlist)
2737 (ada-get-indent-case, ada-check-matching-start)
2738 (ada-check-defun-name, ada-goto-matching-decl-start)
2739 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2740 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2741 (ada-make-subprogram-body): Follow error conventions.
2742 (ada-case-exception-file, ada-indent-comment-as-code)
2743 (ada-indent-handle-comment-special, ada-indent-renames)
2744 (ada-indent-return, ada-search-directories-internal)
2745 (ada-tab-policy, ada-case-exception-substring)
2746 (ada-other-file-alist, ada-matching-start-re)
2747 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2748 (ada-imenu-generic-expression, ada-compile-goto-error)
2749 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2750 (ada-popup-menu, ada-add-extensions, ada-mode)
2751 (ada-region-selected, ada-create-case-exception)
2752 (ada-create-case-exception-substring, ada-after-keyword-p)
2753 (ada-activate-keys-for-case, ada-adjust-case-region)
2754 (ada-adjust-case-buffer, ada-format-paramlist)
2755 (ada-scan-paramlist, ada-insert-paramlist)
2756 (ada-indent-newline-indent)
2757 (ada-indent-newline-indent-conditional)
2758 (ada-justified-indent-current, ada-goto-previous-word)
2759 (ada-indent-current, ada-get-indent-open-paren)
2760 (ada-get-indent-paramlist, ada-get-indent-end)
2761 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2762 (ada-get-indent-block-start, ada-get-indent-subprog)
2763 (ada-get-indent-noindent, ada-get-indent-label)
2764 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2765 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2766 (ada-goto-stmt-end, ada-goto-next-word)
2767 (ada-check-matching-start, ada-check-defun-name)
2768 (ada-goto-matching-decl-start, ada-goto-matching-start)
2769 (ada-goto-matching-end, ada-search-ignore-string-comment)
2770 (ada-in-decl-p, ada-looking-at-semi-or)
2771 (ada-looking-at-semi-private, ada-in-paramlist-p)
2772 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2773 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2774 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2775 (ada-previous-package, ada-create-menu)
2776 (ada-fill-comment-paragraph-justify)
2777 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2778 (ada-other-file-name, ada-last-which-function-line)
2779 (ada-last-which-function-subprog, ada-which-function)
2780 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2781 (ada-gen-treat-proc, ada-check-emacs-version)
2782 (ada-continuation-indent, ada-align-region-separate):
2783 Fix typos in docstrings.
2784 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2785
2786 2005-06-16 Lute Kamstra <lute@gnu.org>
2787
2788 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2789 conditionally.
2790
2791 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2792
2793 * comint.el (comint-replace-by-expanded-filename)
2794 (comint-prompt-regexp, comint-delimiter-argument-list)
2795 (comint-preinput-scroll-to-bottom):
2796 * info.el (Info-hide-cookies-node):
2797 * ls-lisp.el (ls-lisp-classify):
2798 * find-file.el (ff-search-directories, ff-special-constructs)
2799 (ff-find-other-file):
2800 * font-lock.el (font-lock-keywords):
2801 * shell.el (shell-prompt-pattern)
2802 (shell-dynamic-complete-functions, shell-mode)
2803 (shell-delimiter-argument-list):
2804 * term.el (term-replace-by-expanded-filename)
2805 (term-prompt-regexp, term-delimiter-argument-list):
2806 * woman.el (woman-ignore, woman0-if):
2807 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2808 * emacs-lisp/elint.el (elint-init-env):
2809 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2810 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2811 * language/ethio-util.el (ethio-tilde-escape)
2812 (ethio-use-three-dot-question):
2813 * net/zone-mode.el (zone-mode-load-time-setup):
2814 * progmodes/cc-align.el (c-lineup-argcont):
2815 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2816 * progmodes/cperl-mode.el (cperl-set-style-back):
2817 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2818 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2819 Fix spellings in docstrings.
2820
2821 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2822 * progmodes/modula2.el (m2-for): Fix spellings.
2823
2824 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2825
2826 * simple.el (undo-more): Don't use `format' on `error' arguments.
2827 Improve argument/docstring consistency.
2828 (pending-undo-list): Doc fix.
2829
2830 * smerge-mode.el (smerge-ensure-match):
2831 * emulation/vip.el (vip-ex):
2832 * net/zone-mode.el (zone-mode-update-serial):
2833 * progmodes/idlwave.el (idlwave-complete):
2834 * progmodes/vhdl-mode.el (vhdl-visit-file)
2835 (vhdl-compose-wire-components):
2836 Don't use `format' on `error' arguments.
2837
2838 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2839 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2840 (tooltip-help-tips): Fix typos in docstrings.
2841
2842 2005-06-16 David Ponce <david@dponce.com>
2843
2844 * tree-widget.el (tree-widget-value-create): Simplify last change.
2845
2846 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2847
2848 * ido.el (ido-incomplete-regexp): New variable.
2849 (ido-set-matches-1): Handle invalid-regexp error and set
2850 ido-incomplete-regexp.
2851 (ido-incomplete-regexp): New face.
2852 (ido-completions): Use it.
2853 (ido-complete, ido-exit-minibuffer, ido-completions):
2854 Handle incomplete regexps.
2855 (ido-completions): Add check for complete match when entering a regexp.
2856
2857 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2860
2861 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2862
2863 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2864 by field delimiters.
2865
2866 2005-06-15 David Ponce <david@dponce.com>
2867
2868 * tree-widget.el: eval-and-compile inlined functions so they will
2869 be available at run-time too.
2870 (tree-widget-super-format-handler)
2871 (tree-widget-format-handler): Remove.
2872 (tree-widget-value-create): Handle the :indent property.
2873
2874 2005-06-15 Miles Bader <miles@gnu.org>
2875
2876 * progmodes/which-func.el (which-func): Only inherit
2877 `font-lock-function-name-face' when that makes sense against the
2878 default mode-line face, otherwise set the face color explicitly.
2879
2880 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2881 faces instead of (non-existent) variables.
2882
2883 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2886 (iswitchb-get-matched-buffers): Likewise. Simplify.
2887
2888 2005-06-14 Miles Bader <miles@gnu.org>
2889
2890 * progmodes/ld-script.el (ld-script-location-counter):
2891 Remove "-face" suffix from face name.
2892 (ld-script-location-counter-face):
2893 New backward-compatibility alias for renamed face.
2894 (ld-script-location-counter-face): Use renamed face.
2895
2896 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2897 (cperl-hash): Remove "-face" suffix from face names.
2898 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2899 New backward-compatibility aliases for renamed faces.
2900 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2901 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2902
2903 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2904 name.
2905 (which-func-face): New backward-compatibility alias for renamed face.
2906 (which-func-format): Use renamed which-func face.
2907
2908 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2909 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2910 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2911 names.
2912 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2913 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2914 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2915 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2916 (vhdl-speedbar-architecture-selected)
2917 (vhdl-speedbar-configuration-selected)
2918 (vhdl-speedbar-package-selected)
2919 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2920 names.
2921 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2922 Use renamed faces.
2923 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2924 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2925 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2926 Use renamed faces.
2927 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2928 names.
2929 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2930 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2931 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2932 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2933 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2934 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2935
2936 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2937 face name.
2938 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2939 (sh-heredoc-face): Use renamed sh-heredoc face.
2940
2941 * progmodes/idlw-help.el (idlwave-help-link):
2942 Remove "-face" suffix from face name.
2943 (idlwave-help-link-face):
2944 New backward-compatibility alias for renamed face.
2945 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2946
2947 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2948 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2949 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2950 New backward-compatibility aliases for renamed faces.
2951 (idlwave-shell-disabled-breakpoint-face)
2952 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2953
2954 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2955 Remove "-face" suffix from face names.
2956 (flymake-errline-face, flymake-warnline-face):
2957 New backward-compatibility aliases for renamed faces.
2958 (flymake-highlight-line): Use renamed flymake faces.
2959
2960 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2961 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2962 (ebrowse-member-class, ebrowse-progress):
2963 Remove "-face" suffix from face names.
2964 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2965 (ebrowse-file-name-face, ebrowse-default-face)
2966 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2967 (ebrowse-progress-face):
2968 New backward-compatibility aliases for renamed faces.
2969 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2970 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2971 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2972 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2973
2974 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2975 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2976 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2977 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2978 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2979 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2980 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2981 New backward-compatibility aliases for renamed faces.
2982 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2983 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2984 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2985 "font-lock-". Use renamed antlr-mode faces.
2986 (antlr-font-lock-additional-keywords): Use renamed faces.
2987 Replace literal face-names with face variable references.
2988
2989 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2990 face name.
2991 (Buffer-menu-buffer-face): New backward-compatibility alias for
2992 renamed face.
2993 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2994
2995 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2996
2997 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2998 Eliminate "-face" suffix.
2999 (makefile-targets): Inherit from font-lock-function-name-face and
3000 eliminate "-face" suffix.
3001 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3002 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3003 actions, instead of prepending, to make it less visible.
3004 (makefile-previous-dependency, makefile-match-dependency):
3005 Don't match a target on a continuation line.
3006
3007 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3008
3009 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
3010
3011 * progmodes/gdb-ui.el (menu): Re-order menu items.
3012 (gdb-tooltip-print): Respect tooltip-use-echo-area.
3013
3014 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3015 Define in tooltip.el.
3016 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3017 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3018 gud-tooltip-echo-area.
3019
3020 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3021 backward compatibility and make obsolete.
3022 (tooltip-help-tips): Use tooltip-use-echo-area.
3023 (tooltip-show-help-function): Rename to...
3024 (tooltip-show-help): ...this, because it is a function.
3025 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3026
3027 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3028
3029 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3030 (edebug-print-length, edebug-print-level, edebug-print-circle)
3031 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3032 (edebug-eval-print-last-sexp): Doc fixes.
3033
3034 2005-06-14 Kim F. Storm <storm@cua.dk>
3035
3036 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3037 as the coverage buffer/file/both may change.
3038
3039 2005-06-14 Lute Kamstra <lute@gnu.org>
3040
3041 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3042 and run-mode-hooks. Simplify.
3043
3044 * mail/rmailedit.el (rmail-edit-mode):
3045 * progmodes/octave-inf.el (inferior-octave-mode):
3046 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3047
3048 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3049 and run-mode-hooks.
3050 (recentf-edit-list, recentf-open-files): Don't call
3051 kill-all-local-variables directly.
3052
3053 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3054
3055 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * emacs-lisp/byte-run.el (make-obsolete)
3058 (define-obsolete-function-alias): Rename arguments FUNCTION and
3059 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3060 (make-obsolete-variable, define-obsolete-variable-alias):
3061 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3062 respectively.
3063
3064 * isearchb.el (isearchb-activate):
3065 * pcvs.el (cvs-mode):
3066 * ses.el (ses-load):
3067 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3068 * net/tramp.el (tramp-find-file-exists-command)
3069 (tramp-find-shell):
3070 * progmodes/ada-mode.el (ada-create-case-exception)
3071 (ada-create-case-exception-substring, ada-make-subprogram-body):
3072 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3073 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3074 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3075 * textmodes/org.el (org-promote, org-evaluate-time-range)
3076 (org-agenda-next-date-line, org-agenda-previous-date-line)
3077 (org-agenda-error, org-open-at-point, org-table-move-row)
3078 (org-format-table-table-html-using-table-generate-source)
3079 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3080 * textmodes/reftex.el (reftex-access-scan-info):
3081 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3082 (reftex-toc-promote-prepare): Follow error conventions.
3083
3084 * diff-mode.el (diff-mode): Fix typo in docstring.
3085
3086 * forms.el (forms--intuit-from-file): Fix reference to
3087 `forms-number-of-fields' in error message.
3088 (forms-print): Fix quoting in error message.
3089
3090 * forms.el (forms-mode):
3091 * emulation/vi.el (vi-goto-insert-state):
3092 * progmodes/flymake.el (flymake-new-err-info)
3093 (flymake-start-syntax-check-for-current-buffer)
3094 (flymake-simple-cleanup):
3095 * eshell/esh-var.el (eshell/export):
3096 * progmodes/gud.el (xdb):
3097 * textmodes/flyspell.el (flyspell-incorrect-hook)
3098 (flyspell-maybe-correct-transposition)
3099 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3100
3101 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3102
3103 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3104 minibuffer prompt.
3105
3106 2005-06-13 Kim F. Storm <storm@cua.dk>
3107
3108 * subr.el (add-to-ordered-list): New defun.
3109
3110 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3111 add cua--keymap-alist to emulation-mode-map-alists.
3112
3113 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * subr.el (complete-in-turn): New macro.
3116 (dynamic-completion-table, lazy-completion-table): Add debug info.
3117
3118 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3119 in preference to face aliases.
3120
3121 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3122 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3123 Remove unused vars `start' and `firstline'.
3124 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3125 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3126
3127 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3128
3129 * cus-start.el (all): Don't complain about missing GTK-related
3130 variables, unless either `gtk' is boundp or this isn't a
3131 `windows-nt' build.
3132
3133 2005-06-13 Lute Kamstra <lute@gnu.org>
3134
3135 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3136 run-mode-hooks.
3137
3138 * ediff-mult.el (ediff-meta-mode):
3139 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3140
3141 * ledit.el (ledit-mode): Use delay-mode-hooks.
3142
3143 * woman.el (woman-mode-line-format): Delete constant.
3144 (woman-mode-map): Initialize it properly.
3145 (woman-mode): Set mode-class property to special.
3146 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3147 Set major-mode and mode-name. Don't set mode-line-format directly.
3148 (Man-getpage-in-background): Don't reference woman-mode-line-format.
3149
3150 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3151 string argument obsolete.
3152
3153 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3154
3155 * textmodes/org.el (org-CUA-compatible): New option.
3156 (org-disputed-keys): New variable.
3157 (org-key): New function.
3158 (orgtbl-make-binding): Add docstring to the created function.
3159 (org-mode): Set paragraph start/separate regexps.
3160 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3161 (org-archive-location, org-archive-mark-done)
3162 (org-archive-stamp-time): New options.
3163 (org-archive-subtree): New command.
3164 (org-fill-paragraph): New function.
3165 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3166 (org-fake-empty-table-line): Function removed.
3167 (org-format-org-table-html): Do not create empty table lines at
3168 separator lines. Improved table header treatment.
3169 (org-link-format): New option.
3170 (org-make-link): New function.
3171 (org-insert-link, org-store-link): Use org-make-link.
3172 (org-open-file): Quote file name for shell command, to allow
3173 spaces in file names.
3174 (org-link-regexp): Fix bug with mailto link.
3175 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3176 New constants.
3177 (org-export-as-html): Deal with the optional angles around a link.
3178 Better treatment of file: links.
3179 (org-open-at-point): Replace @{ and @} with < and >.
3180 (org-run-mode-hooks): Function removed.
3181 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3182
3183 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
3184
3185 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3186 MI command -data-list-register-values.
3187 (gdb-post-prompt): Indent properly.
3188
3189 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
3190
3191 * hilit-chg.el (highlight-changes-colors): Rename from
3192 `highlight-changes-colours'.
3193 (highlight-changes-colours): Keep as obsolete alias.
3194 (highlight-changes-face-list): Doc fix.
3195 (hilit-chg-make-list): Use `highlight-changes-colors'.
3196
3197 2005-06-12 Mark A. Hershberger <mah@everybody.org>
3198
3199 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3200 defun-prompt-regexp.
3201
3202 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3203
3204 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3205 and cygwin.
3206
3207 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3208 Don't use an old loaddefs.el, as in Makefile.in.
3209
3210 2005-06-12 Lute Kamstra <lute@gnu.org>
3211
3212 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3213
3214 * man.el (Man-mode-map): Initialize it properly.
3215 (Man-mode): Set mode-class property to special.
3216
3217 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3218
3219 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3220
3221 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3222 A newline is needed in the docstring there.
3223
3224 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3225 Doc fixes.
3226
3227 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3228
3229 * printing.el: Doc fix. The menubar is no more changed when printing
3230 is loaded, it only changes when pr-menu-bind or pr-update-menus is
3231 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
3232 (pr-version): New version number (6.8.4).
3233 (pr-menu-bind): New command.
3234 (pr-update-menus): Docstring and code fix.
3235 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3236 Docstring fix.
3237 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3238 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3239
3240 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3241
3242 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3243 "Returns" to "return", document useful return values, etc.
3244
3245 2005-06-11 Alan Mackenzie <acm@muc.de>
3246
3247 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3248 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3249 (adaptive-file-function): Minor amendment to doc-string.
3250
3251 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3252
3253 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3254 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3255 Fix :type--it is `integer', not `string'.
3256
3257 * faces.el (modeline-highlight): Rename from (the erroneous)
3258 `modeline-higilight'.
3259
3260 2005-06-11 Lute Kamstra <lute@gnu.org>
3261
3262 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3263 lisp-interaction-mode-map but make it the parent.
3264 (edebug-eval-mode): Use define-derived-mode.
3265
3266 2005-06-11 Andreas Schwab <schwab@suse.de>
3267
3268 * bindings.el: Add binding of `ESC functionkey' for every
3269 `M-functionkey'.
3270 * hexl.el (hexl-mode-map): Likewise.
3271
3272 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3273
3274 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3275 [msft]: update regexp for newer msft compilers.
3276
3277 2005-06-10 Mark A. Hershberger <mah@everybody.org>
3278
3279 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3280 ATTLIST portions of included DTDs.
3281 (xml-parse-dtd): Eliminate use of inefficient match-data.
3282
3283 2005-06-10 Miles Bader <miles@gnu.org>
3284
3285 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3286 (mpuz-text): Remove "-face" suffix from face names.
3287 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3288 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3289 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3290
3291 * play/gomoku.el (gomoku-O, gomoku-X):
3292 Remove "-face" suffix from face names.
3293 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3294 New backward-compatibility aliases for renamed faces.
3295 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3296
3297 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * thumbs.el: Fixes for changes of 2005-06-09.
3300 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3301 as a directory.
3302 (thumbs-thumbname): Remove directory separator from format string;
3303 `thumbs-thumbsdir' now returns a valid directory name.
3304 (thumbs-temp-dir): New defsubst.
3305 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3306 Use it.
3307
3308 * cus-edit.el (minibuffer):
3309 * files.el (make-backup-file-name-function):
3310 * filesets.el (filesets-external-viewers):
3311 * hilit-chg.el (highlight-changes-colours)
3312 (highlight-changes-face-list, highlight-changes-rotate-faces):
3313 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3314 * kmacro.el (kmacro-call-macro):
3315 * log-edit.el (log-edit-changelog-full-paragraphs):
3316 * mouse.el (mouse-1-click-follows-link):
3317 * skeleton.el (skeleton-autowrap):
3318 * subr.el (insert-for-yank-1):
3319 * tempo.el (tempo-insert-region):
3320 * terminal.el (terminal-emulator):
3321 * time.el (display-time-mail-face):
3322 * vc.el (vc-annotate):
3323 * vcursor.el (vcursor-copy-line):
3324 * woman.el (woman-bold-headings, woman-ignore)
3325 (woman-default-faces, woman-monochrome-faces):
3326 * calendar/todo-mode.el (todo-insert-threshold):
3327 * emulation/pc-select.el (pc-select-selection-keys-only)
3328 (pc-selection-mode):
3329 * emulation/vip.el (vip-find-char-forward):
3330 * emulation/viper-cmd.el (viper-find-char-forward):
3331 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
3332 (input-method-exit-on-invalid-key):
3333 * international/mule-diag.el (describe-coding-system):
3334 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3335 * net/browse-url.el (browse-url-xterm-program):
3336 * obsolete/lazy-lock.el (lazy-lock-mode):
3337 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3338 (cperl-mode):
3339 * progmodes/cpp.el (cpp-face-light-name-list)
3340 (cpp-face-dark-name-list):
3341 * progmodes/delphi.el (delphi-newline-always-indents):
3342 Fix spellings in docstrings.
3343
3344 * ido.el (ido-mode, ido-file-extensions-order)
3345 (ido-default-file-method, ido-default-buffer-method)
3346 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3347 (ido-decorations, ido-read-file-name-as-directory-commands)
3348 (ido-read-file-name-non-ido, ido-work-directory-list)
3349 (ido-ignore-item-temp-list, ido-current-directory)
3350 (ido-magic-forward-char, ido-enter-find-file)
3351 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3352 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3353
3354 2005-06-10 Lute Kamstra <lute@gnu.org>
3355
3356 * play/dunnet.el (dun-mode): Use define-derived-mode.
3357 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3358 obsolete alias.
3359
3360 * play/doctor.el (doctor-mode-map): Remove defvar.
3361 (doctor-mode): Use define-derived-mode.
3362
3363 * mail/mspools.el (mspools-mode):
3364 * net/eudc-hotlist.el (eudc-hotlist-mode):
3365 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3366
3367 2005-06-10 Miles Bader <miles@gnu.org>
3368
3369 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3370 Remove "-face" suffix from face names.
3371 (flyspell-incorrect-face, flyspell-duplicate-face):
3372 New backward-compatibility aliases for renamed faces.
3373 (flyspell-mode-on, make-flyspell-overlay)
3374 (flyspell-highlight-incorrect-region)
3375 (flyspell-highlight-duplicate-region)
3376 (flyspell-display-next-corrections)
3377 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3378
3379 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3380 from face name.
3381 (texinfo-heading-face): New backward-compatibility alias for
3382 renamed face.
3383 (texinfo-heading-face): Use renamed texinfo-heading face.
3384
3385 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3386 suffix from face names.
3387 (tex-math-face, tex-verbatim-face):
3388 New backward-compatibility aliases for renamed faces.
3389 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3390 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3391 literal face name.
3392
3393 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3394 name.
3395 (table-cell-face): New backward-compatibility alias for renamed face.
3396 (table--put-cell-face-property, table--update-cell-face):
3397 Use renamed table-cell face.
3398
3399 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3400 from face name.
3401 (sgml-namespace-face): New backward-compatibility alias for
3402 renamed face.
3403 (sgml-namespace-face): Use renamed sgml-namespace face.
3404
3405 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3406 (org-level-4, org-level-5, org-level-6, org-level-7)
3407 (org-level-8, org-warning, org-headline-done)
3408 (org-deadline-announce, org-scheduled-today)
3409 (org-scheduled-previously, org-link, org-done, org-table)
3410 (org-time-grid): Remove "-face" suffix from face names.
3411 (org-level-1-face, org-level-2-face, org-level-3-face)
3412 (org-level-4-face, org-level-5-face, org-level-6-face)
3413 (org-level-7-face, org-level-8-face, org-warning-face)
3414 (org-headline-done-face, org-deadline-announce-face)
3415 (org-scheduled-today-face, org-scheduled-previously-face)
3416 (org-link-face, org-done-face, org-table-face)
3417 (org-time-grid-face):
3418 New backward-compatibility aliases for renamed faces.
3419 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3420 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3421 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3422 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3423
3424 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3425 (viper-minibuffer-emacs, viper-minibuffer-insert)
3426 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3427 (viper-search-face, viper-replace-overlay-face)
3428 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3429 (viper-minibuffer-vi-face):
3430 New backward-compatibility aliases for renamed faces.
3431 (viper-search-face, viper-replace-overlay-face)
3432 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3433 (viper-minibuffer-vi-face): Use renamed viper faces.
3434
3435 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3436 Remove "-face" suffix from face names.
3437 (testcover-nohits-face, testcover-1value-face):
3438 New backward-compatibility aliases for renamed faces.
3439 (testcover-mark): Use renamed testcover faces.
3440
3441 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3442 face name.
3443 (diary-button-face): New backward-compatibility alias for renamed face.
3444 (diary-entry): Use renamed diary-button face.
3445
3446 * calendar/calendar.el (diary, calendar-today, holiday)
3447 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3448 (diary-face, calendar-today-face, holiday-face):
3449 New backward-compatibility aliases for renamed faces.
3450 (eval-after-load "facemenu", diary-entry-marker)
3451 (calendar-today-marker, calendar-holiday-marker, diary-face):
3452 Use renamed calendar faces.
3453
3454 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3455 (compare-windows-face): New backward-compatibility alias for
3456 renamed face.
3457 (compare-windows-highlight): Use renamed compare-windows face.
3458
3459 * strokes.el (strokes-char): Remove "-face" suffix from face name.
3460 (strokes-char-face): New backward-compatibility alias for renamed face.
3461 (strokes-encode-buffer): Use renamed strokes-char face.
3462
3463 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3464 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3465 Remove "-face" suffix from face names.
3466 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3467 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3468 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3469 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3470 Use renamed pcvs faces.
3471 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3472 * pcvs-defs.el (cvs-mode-map): Likewise.
3473 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3474
3475 * info.el (info-title-1, info-title-2, info-title-3)
3476 (info-title-4): Remove "-face" suffix from and downcase face names.
3477 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3478 (Info-title-4-face):
3479 New backward-compatibility aliases for renamed faces.
3480 (Info-fontify-node): Use renamed info faces.
3481
3482 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3483 Remove "-face" suffix from face names.
3484 (highlight-changes-face, highlight-changes-delete-face):
3485 New backward-compatibility aliases for renamed faces.
3486 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3487 (hilit-chg-make-list): Use renamed highlight-changes faces.
3488
3489 * generic-x.el (show-tabs-tab, show-tabs-space):
3490 Remove "-face" suffix from face names.
3491 (show-tabs-tab-face, show-tabs-space-face):
3492 New backward-compatibility aliases for renamed faces.
3493 (show-tabs-generic-mode-font-lock-defaults-1)
3494 (show-tabs-generic-mode-font-lock-defaults-2):
3495 Use renamed show-tabs faces.
3496
3497 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3498 (smerge-markers): Remove "-face" suffix from face names.
3499 (smerge-mine-face, smerge-other-face, smerge-base-face)
3500 (smerge-markers-face):
3501 New backward-compatibility aliases for renamed faces.
3502 (smerge-mine-face, smerge-other-face, smerge-base-face)
3503 (smerge-markers-face): Use renamed smerge faces.
3504
3505 * log-view.el (log-view-file, log-view-message):
3506 Remove "-face" suffix from face names.
3507 (log-view-file-face, log-view-message-face):
3508 New backward-compatibility aliases for renamed faces.
3509 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
3510
3511 * paren.el (show-paren-match, show-paren-mismatch):
3512 Remove "-face" suffix from face names.
3513 (show-paren-match-face, show-paren-mismatch-face):
3514 New backward-compatibility aliases for renamed faces.
3515 (show-paren-function): Use renamed show-paren faces.
3516
3517 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3518 (ruler-mode-margins, ruler-mode-fringes)
3519 (ruler-mode-column-number, ruler-mode-fill-column)
3520 (ruler-mode-comment-column, ruler-mode-goal-column)
3521 (ruler-mode-tab-stop, ruler-mode-current-column):
3522 Remove "-face" suffix from face names.
3523 (ruler-mode-default-face, ruler-mode-pad-face)
3524 (ruler-mode-margins-face, ruler-mode-fringes-face)
3525 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3526 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3527 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
3528 New backward-compatibility aliases for renamed faces.
3529 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3530 (ruler-mode-column-number, ruler-mode-fill-column)
3531 (ruler-mode-comment-column, ruler-mode-goal-column)
3532 (ruler-mode-tab-stop, ruler-mode-current-column)
3533 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
3534
3535 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3536 face name.
3537 (whitespace-highlight-the-space): Use renamed face.
3538 (whitespace-highlight-face): New backward-compatibility alias for
3539 renamed face.
3540
3541 * woman.el (woman-italic, woman-bold, woman-unknown)
3542 (woman-addition, woman-symbol-face):
3543 Remove "-face" suffix from face names.
3544 (woman-italic-face, woman-bold-face, woman-unknown-face)
3545 (woman-addition-face):
3546 New backward-compatibility aliases for renamed faces.
3547 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3548 (woman-decode-region, woman-replace-match)
3549 (woman-display-extended-fonts, woman-special-characters)
3550 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3551 Use renamed woman faces.
3552
3553 * longlines.el (longlines-visible-face): Face removed.
3554
3555 * diff-mode.el (diff-header, diff-file-header, diff-index)
3556 (diff-hunk-header, diff-removed, diff-added, diff-changed)
3557 (diff-function, diff-context, diff-nonexistent): Remove "-face"
3558 suffix from face names.
3559 (diff-header-face, diff-file-header-face, diff-index-face)
3560 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3561 (diff-changed-face, diff-function-face, diff-context-face)
3562 (diff-nonexistent-face): New backward-compatibility aliases for
3563 renamed faces.
3564 (diff-header-face, diff-file-header-face)
3565 (diff-index, diff-index-face, diff-hunk-header)
3566 (diff-hunk-header-face, diff-removed, diff-removed-face)
3567 (diff-added, diff-added-face, diff-changed-face, diff-function)
3568 (diff-function-face, diff-context-face, diff-nonexistent)
3569 (diff-nonexistent-face): Use renamed diff-mode faces.
3570
3571 * progmodes/compile.el (compilation-warning-face)
3572 (compilation-info-face): Remove "-face" suffix from face names.
3573 (compilation-warning-face, compilation-info-face):
3574 New backward-compatibility aliases for renamed faces.
3575 (compilation-warning-face, compilation-info-face):
3576 Use renamed compilation faces.
3577
3578 * add-log.el (change-log-date, change-log-name)
3579 (change-log-email, change-log-file, change-log-list)
3580 (change-log-conditionals, change-log-function)
3581 (change-log-acknowledgement): Remove "-face" suffix from face names.
3582 (change-log-date-face, change-log-name-face)
3583 (change-log-email-face, change-log-file-face)
3584 (change-log-list-face, change-log-conditionals-face)
3585 (change-log-function-face, change-log-acknowledgement-face):
3586 New backward-compatibility aliases for renamed faces.
3587 (change-log-font-lock-keywords): Use renamed change-log faces.
3588
3589 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3590 (custom-set, custom-changed, custom-saved, custom-button)
3591 (custom-button-pressed, custom-documentation, custom-state)
3592 (custom-comment, custom-comment-tag, custom-variable-tag)
3593 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3594 (custom-group-tag): Remove "-face" suffix from face names.
3595 (custom-magic-alist, custom-magic-value-create)
3596 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3597 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3598 (custom-set-face, custom-changed-face, custom-saved-face)
3599 (custom-button-face, custom-button-pressed-face)
3600 (custom-documentation-face, custom-state-face)
3601 (custom-comment-face, custom-comment-tag-face)
3602 (custom-variable-tag-face, custom-variable-button-face)
3603 (custom-face-tag-face, custom-group-tag-face-1)
3604 (custom-group-tag-face):
3605 New backward-compatibility aliases for renamed faces.
3606
3607 * wid-edit.el (widget-documentation, widget-button)
3608 (widget-field, widget-single-line-field, widget-inactive)
3609 (widget-button-pressed): "-face" suffix removed from face names.
3610 (widget-documentation-face, widget-button-face)
3611 (widget-field-face, widget-single-line-field-face)
3612 (widget-inactive-face, widget-button-pressed-face):
3613 New backward-compatibility aliases for renamed faces.
3614 (widget-documentation-face, widget-button-face)
3615 (widget-button-pressed-face, widget-specify-field)
3616 (widget-specify-inactive): Use renamed widget faces.
3617
3618 2005-06-10 Kenichi Handa <handa@m17n.org>
3619
3620 * term/x-win.el (x-clipboard-yank): Remove condition-case
3621 wrapping.
3622
3623 2005-06-11 Kenichi Handa <handa@m17n.org>
3624
3625 * add-log.el (change-log-font-lock-keywords): Make the regexp for
3626 date lines stricter.
3627
3628 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
3629
3630 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3631 of x-get-selection.
3632
3633 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * comint.el (comint-mode, comint-snapshot-last-prompt):
3636 * frame.el (frame-current-scroll-bars):
3637 * term.el (term-mode, term-check-proc, term-input-sender)
3638 (term-simple-send, term-extract-string, term-word)
3639 (term-match-partial-filename):
3640 * window.el (window-current-scroll-bars):
3641 * emulation/cua-base.el (cua-normal-cursor-color)
3642 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3643 (cua-global-mark-cursor-color):
3644 * mail/undigest.el (rmail-forward-separator-regex):
3645 Fix typos in docstrings.
3646
3647 * comint.el (comint-check-proc, make-comint-in-buffer)
3648 (comint-source-default): Doc fixes.
3649
3650 * term.el (term-send-string): Improve argument/docstring
3651 consistency.
3652
3653 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3654
3655 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3656 call to `delete-region'.
3657 (comint-mode-hook): Do not enable Font Lock by default.
3658
3659 2005-06-09 Lute Kamstra <lute@gnu.org>
3660
3661 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3662 could be void.
3663
3664 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3667 (debug): Use it.
3668 (debugger-step-through, debugger-continue, debugger-jump)
3669 (debugger-return-value): Set it when needed.
3670 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3671 Use inhibit-read-only.
3672
3673 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * window.el (shrink-window-if-larger-than-buffer)
3676 (window-size-fixed): Fix typo in docstring.
3677
3678 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3679 thumbnails directory on loading.
3680 (thumbs-conversion-program): Use `eq' to check the system type,
3681 not `equal'.
3682 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3683 not "/tmp". Fix docstring.
3684 (thumbs-thumbsdir): New function to return the thumbnails
3685 directory, creating it if needed.
3686 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3687 (thumbs-temp-file): Delete variable and make it into a function.
3688 (thumbs-resize-image, thumbs-modify-image): Use it.
3689 (thumbs-kill-buffer): Simplify.
3690 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3691 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3692 docstrings.
3693
3694 2005-06-09 Kim F. Storm <storm@cua.dk>
3695
3696 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3697 set-match-data to free markers in match-data.
3698
3699 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3700 match-data to unchain markers in match-data.
3701
3702 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3705 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3706 unnecessary now.
3707
3708 2005-06-08 Richard M. Stallman <rms@gnu.org>
3709
3710 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3711 give the variable a doc string that doesn't say don't set it directly.
3712
3713 * textmodes/ispell.el (ispell-check-version):
3714 Use match-string-no-properties.
3715 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3716 (ispell-buffer-local-words): Likewise.
3717
3718 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3719 except on terminals with enough colors to really display it.
3720 (makefile-dependency-regex): Delete spurious `bb'.
3721
3722 * faces.el (escape-glyph): Use blue once again in last case.
3723 (no-break-space): Redefine so that it isn't invisible on a tty.
3724
3725 2005-06-08 Kim F. Storm <storm@cua.dk>
3726
3727 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3728 also when reading directory name.
3729
3730 2005-06-08 Lute Kamstra <lute@gnu.org>
3731
3732 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3733 (flyspell-mode-line-string): Remove autoload cookie.
3734 (flyspell-mode): Remove defvar.
3735
3736 2005-06-07 Lute Kamstra <lute@gnu.org>
3737
3738 * textmodes/org.el (org-run-mode-hooks): New function.
3739 (org-agenda-mode): Use it.
3740
3741 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3742
3743 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3744
3745 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3748
3749 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3750
3751 * font-lock.el (font-lock-add-keywords): Doc fix.
3752
3753 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3756 (tex-compile-default): In the absence of any history, use the order in
3757 tex-compile-alist to choose the preferred command.
3758 (tex-compile-commands): Reorder a bit.
3759
3760 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3761 (flyspell-incorrect-face, flyspell-duplicate-face):
3762 Use (X)Emacs-agnostic code.
3763 (flyspell-mode-map): Don't overwrite at each load. Remove code
3764 redundant with the subsequent add-minor-mode. Merge Emacs and
3765 XEmacs code.
3766 (flyspell-word): Minor simplification.
3767 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3768 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3769 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3770 Merge the corresponding Emacs code.
3771 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3772
3773 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3774 a dedicated window.
3775
3776 * international/latexenc.el (latexenc-find-file-coding-system):
3777 Undo part of last patch, to turn off a compiler warning.
3778
3779 2005-06-06 Juri Linkov <juri@jurta.org>
3780
3781 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3782 Rename `tmm-inactive-face' to `tmm-inactive'.
3783
3784 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3785
3786 * iswitchb.el: Rename faces.
3787
3788 2005-06-06 Kim F. Storm <storm@cua.dk>
3789
3790 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3791 (cua-global-mark): Remove -face suffix from face names.
3792
3793 * emulation/cua-gmrk.el (cua--init-global-mark):
3794 Remove cua-global-mark face setup.
3795
3796 2005-06-06 Richard M. Stallman <rms@gnu.org>
3797
3798 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3799 just like other allowed characters.
3800 (makefile-match-dependency): Exclude leading and training whitespace
3801 from the range of regexp subexp 1.
3802 (makefile-macroassign-regex): Don't try to match the body,
3803 just the name of the macro being defined.
3804
3805 * info.el (Info-read-node-name-2): New function.
3806 (Info-read-node-name-1): Use that.
3807 Add a completion-base-size-function property.
3808
3809 * simple.el (completion-setup-function): Look for
3810 completion-base-size-function property of
3811 minibuffer-completion-table.
3812
3813 * files.el (locate-file-completion): Doc fix.
3814
3815 * printing.el: Don't call pr-update-menus; user must do that.
3816
3817 * emacs-lisp/debug.el (debugger-window): New variable.
3818 (debug): Use debugger-window if it is set and still alive.
3819 Record debugger-window for next entry.
3820
3821 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3822
3823 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3824
3825 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3826 (hack-one-local-variable, hack-local-variables)
3827 (hack-local-variables-prop-line): Pass that arg.
3828
3829 2005-06-06 Kim F. Storm <storm@cua.dk>
3830
3831 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3832 (ido-indicator): Remove -face suffix from face names.
3833
3834 2005-06-06 Juri Linkov <juri@jurta.org>
3835
3836 * font-lock.el (font-lock-regexp-backslash)
3837 (font-lock-regexp-backslash-construct): New faces.
3838 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3839 after `('. Add `while-no-input' to control structures.
3840
3841 * faces.el (no-break-space, shadow): New faces.
3842 (escape-glyph): Use less loud colors pink2 and red4.
3843
3844 * diff-mode.el (diff-context-face)
3845 * dired.el (dired-ignored)
3846 * rfn-eshadow.el (file-name-shadow)
3847 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3848
3849 * info.el (Info-title-1-face): Use green instead of yellow because
3850 bold yellow is not readable on light backgrounds.
3851
3852 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3853 before selecting the desired mode to not spend time fontifying
3854 old contents.
3855
3856 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3859 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3860
3861 * ps-print.el (ps-default-fg, ps-default-bg):
3862 Fix typos in docstrings.
3863
3864 * isearchb.el (isearchb): Don't pass a spurious second argument to
3865 `iswitchb-completions'.
3866
3867 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3868
3869 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3870 to preserve point.
3871 (gdb-find-file-hook): Add doc string.
3872
3873 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3874 C dereferenced pointer expression.
3875 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3876
3877 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3878
3879 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3880 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3881 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3882 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3883 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3884 Make background transparent.
3885
3886 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3887
3888 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3889 (font-lock-remove-keywords): Doc fix.
3890 (font-lock-mode-major-mode): Compiler defvar.
3891 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3892
3893 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3894 (font-lock-mode): Update `font-lock-mode-major-mode'.
3895 (font-lock-set-defaults): Compiler defvar.
3896 (font-lock-default-function): Take `font-lock-mode-major-mode'
3897 into account.
3898
3899 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3900 keep track of which major mode it enabled the minor mode for.
3901 Use find-file-hook again. Update docstring.
3902
3903 * simple.el (eval-expression-print-level)
3904 (eval-expression-print-length, eval-expression-debug-on-error):
3905 Doc fixes.
3906
3907 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3908
3909 * iswitchb.el (iswitchb-single-match-face)
3910 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3911 (iswitchb-invalid-regexp-face): New faces.
3912 (iswitchb-completions): Use them.
3913 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3914 now marked as an obsolete alias.
3915 (iswitchb-read-buffer): Remove check for bound font variables.
3916 (iswitchb-invalid-regexp): New free variable.
3917 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3918 set iswitchb-invalid-regexp.
3919 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3920 invalid regexps.
3921 (iswitchb-completions): Add check for complete match when entering
3922 a regexp.
3923 (iswitchb-completions): Remove require-match argument.
3924 (iswitchb-exhibit): Fix caller.
3925 (iswitchb-common-match-inserted): New variable.
3926 (iswitchb-complete, iswitchb-completion-help): Use it.
3927
3928 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3929
3930 * url-http.el (url-http-chunked-encoding-after-change-function):
3931 Use `url-http-debug' instead of `message'.
3932
3933 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3934
3935 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3936 callback argument.
3937
3938 2005-06-04 Kim F. Storm <storm@cua.dk>
3939
3940 * simple.el (line-move): Only call sit-for when moving backwards.
3941
3942 * ido.el (ido-make-merged-file-list-1): New defun split from
3943 ido-make-merged-file-list.
3944 (ido-make-merged-file-list): Bind throw-on-input around call to
3945 ido-make-merged-file-list-1. Return input-pending-p if
3946 interrupted by more input available.
3947 (ido-read-internal): Handle input-pending-p return value from
3948 ido-make-merged-file-list.
3949
3950 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3953 compatibility code.
3954
3955 * international/latexenc.el (latexenc-find-file-coding-system):
3956 Don't inherit the EOL part of the coding-system from the
3957 tex-main buffer. Fit within 80 columns.
3958
3959 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3960
3961 * tmm.el (tmm-inactive-face): New face.
3962 (tmm-remove-inactive-mouse-face): New function.
3963 (tmm-prompt, tmm-add-one-shortcut)
3964 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3965 but not selectable.
3966
3967 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3968
3969 * faces.el (face-equal): Improve argument/docstring consistency.
3970
3971 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3972
3973 * progmodes/make-mode.el (makefile-targets-face)
3974 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3975 (makefile-bsdmake-dependency-regex)
3976 (makefile-makepp-rule-action-regex)
3977 (makefile-bsdmake-rule-action-regex): New constants.
3978 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3979
3980 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3981 Allow (...) within `...' for makepp messages.
3982
3983 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3984
3985 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3986
3987 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3988 "." files are deleted from all file lists before comparison.
3989
3990 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3991 (viper-ESC-key): Made them customizable.
3992
3993 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3994
3995 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3996
3997 * autorevert.el (auto-revert-buffers): Use save-match-data.
3998
3999 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4002 menu items with a nil command binding.
4003
4004 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * emacs-lisp/cl-macs.el (defsetf):
4007 Improve argument/docstring consistency.
4008
4009 * faces.el (list-faces-display): Improve the formatting by
4010 computing the maximum length required for any face-name (reworked
4011 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4012 (internal-find-face): Remove redundant info in docstring.
4013
4014 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
4015
4016 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4017 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4018 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4019 (gdb-assembler-custom): Improve regexps.
4020 (def-gdb-auto-update-handler): Use window point to preserve point.
4021
4022 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4025
4026 2005-05-31 Jay Belanger <belanger@truman.edu>
4027
4028 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4029 to calc-embedded.
4030 (calc-embedded-make-info): Have plain prefix argument select
4031 entire line.
4032
4033 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * faces.el (list-faces-display): Signal error if passed a regexp
4036 that matches no face name.
4037
4038 * simple.el (filter-buffer-substring): Fix typo in docstring.
4039
4040 2005-05-31 Richard M. Stallman <rms@gnu.org>
4041
4042 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4043 (vhdl-emacs-21): Doc fix.
4044 (vhdl-mode): Unconditionally set comment-padding.
4045 (vhdl-fixup-whitespace-region): Insert spaces only where
4046 there are none.
4047 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4048
4049 2005-05-30 John Wiegley <johnw@newartisans.com>
4050
4051 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4052 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4053 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4054 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4055 `string-to-number'.
4056
4057 2005-05-30 Jay Belanger <belanger@truman.edu>
4058
4059 * calc/calc.el (calc-bug-address): Fix docstring.
4060 (calc-window-hook, calc-trail-window-hook): New variables.
4061 (calc-trail-display): Restore use of calc-trail-window-hook.
4062 (calc): Restore use of calc-window-hook.
4063
4064 2005-05-31 Masatake YAMATO <jet@gyve.org>
4065
4066 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4067
4068 * help-fns.el (help-C-file-name): Add autoload mark for
4069 `find-function-noselect'.
4070
4071 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4074 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4075
4076 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4077
4078 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4079 included diary buffer if it was not already being visited.
4080 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4081
4082 * calendar/icalendar.el (top-level): Do not require 'appt.
4083
4084 * mail/supercite.el (sc-select-attribution): Only use a list
4085 element from sc-attrib-selection-list if it returns a string.
4086 Reported by Davide G. M. Salvetti <salve@debian.org>.
4087
4088 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
4089
4090 * thumbs.el (thumbs-thumbname): The resulting thumbname now
4091 includes a hash value to improve its uniqueness, and has a ".jpg"
4092 extension. Also, it is now a valid filename on all systems.
4093 (thumbs-make-thumb): Use `let', not `let*'.
4094 (thumbs-show-thumbs-list): Check for JPEG availability.
4095
4096 2005-05-30 Richard M. Stallman <rms@gnu.org>
4097
4098 * filesets.el (filesets-menu-ensure-use-cached):
4099 Prevent warning when emacs-version>= is undefined.
4100
4101 * printing.el (pr-interactive-n-up): Use string-to-number.
4102
4103 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4104
4105 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4106 Warn only when name to be defined is quoted.
4107
4108 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
4109
4110 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4111 Make regexp more robust.
4112 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4113 Force regeneration of disassembly.
4114
4115 2005-05-29 Jay Belanger <belanger@truman.edu>
4116
4117 * calc/calc.el (calc-user-invocation): Check if
4118 calc-invocation-macro is non-nil.
4119
4120 2005-05-29 Juri Linkov <juri@jurta.org>
4121
4122 * add-log.el (change-log-font-lock-keywords):
4123 Add `+' to e-mail regexp to accept mail address with keywords.
4124
4125 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4126
4127 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4128
4129 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4130
4131 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4132
4133 2005-05-29 Richard M. Stallman <rms@gnu.org>
4134
4135 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4136 Undo the change that moves to end of the current word.
4137
4138 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4139
4140 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4141 Throw error when count <= 0 to ensure input is a number.
4142 (gdb-read-memory-custom): Pick up address from buffer.
4143 (gdb-memory-mode): Allow user to increment and decrement
4144 memory address from header line.
4145
4146 2005-05-29 Richard M. Stallman <rms@gnu.org>
4147
4148 * flyspell.el (flyspell-version): Function deleted.
4149 (flyspell-auto-correct-previous-hook): Doc fix.
4150
4151 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4152 Do nothing if memory is full.
4153
4154 * font-lock.el (font-lock-fontify-syntactically-region):
4155 Pass t for GREEDY to looking-back.
4156
4157 * saveplace.el (save-place-alist-to-file): Write the file
4158 using write-region.
4159
4160 * subr.el (looking-back): New argument GREEDY.
4161
4162 * progmodes/compile.el (compilation-start): Set the mode
4163 before inserting the initial text.
4164
4165 * progmodes/which-func.el (which-func-update-1): Turn the mode
4166 off in case of error by setting which-func-mode.
4167
4168 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
4169
4170 * flyspell.el (flyspell-auto-correct-previous-word):
4171 Narrow down to what's on the screen, and recenter overlays
4172 at the end of the next word.
4173
4174 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
4175
4176 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4177 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4178 (flyspell-abbrev-p): Default to nil.
4179 (flyspell-use-global-abbrev-table-p): Doc fix.
4180 (flyspell-large-region): Allow nil as value.
4181 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4182
4183 (mail-mode-flyspell-verify): More robust handling
4184 of `mail-header-separator'. More efficient signature detection.
4185 Allow for regexp metacharacters in message-header-separator.
4186 Adding `To' not to be checked in mail-mode-flyspell-verify.
4187
4188 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4189 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4190 Bind flyspell-auto-correct-binding.
4191 Bind C-. and C-, .
4192 (flyspell-mode-map): Likewise.
4193 (flyspell-mode): Doc fix.
4194 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4195 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4196 (flyspell-word-cache-result): New var, always local.
4197 (flyspell-check-pre-word-p): Doc fix.
4198 (flyspell-check-changed-word-p): Handle spc like newline.
4199 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4200 (flyspell-word-search-backward, flyspell-word-search-forward):
4201 New functions.
4202 (flyspell-word): Return t if nothing to check.
4203 When parsing TeX code, check for after } or \.
4204 Use flyspell-word-search-backward to find previous word.
4205 Return nil if duplicated word.
4206 For word already checked, return same value as last time.
4207 Set flyspell-word-cache-result after checking.
4208 Don't clobber the return value.
4209 (flyspell-get-word): Major rewrite.
4210 (flyspell-external-point-words): New locals pword, pcount.
4211 Fix size used in progress message.
4212 Find the proper corresponding word in flyspell-large-region-buffer.
4213 (flyspell-region): Check for flyspell-large-region = nil.
4214 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4215 (flyspell-auto-correct-word): Check that WORD is a cons.
4216 (flyspell-correct-word): Likewise.
4217
4218 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4219
4220 * progmodes/make-mode.el (makefile-rule-action-regex)
4221 (makefile-macroassign-regex, makefile-makepp-mode)
4222 (makefile-bsdmake-mode): Continuation lines may be empty.
4223 Reported by Joshua Varner.
4224 (makefile-makepp-font-lock-keywords): Add $(stem).
4225
4226 2005-05-28 Karl Berry <karl@gnu.org>
4227
4228 * textmodes/tex-mode.el: Now that tex-send-command calls
4229 shell-quote-argument (2005-03-31 change), remove all calls to
4230 shell-quote-argument; they all end up invoking tex-send-command.
4231 The double quoting loses on filenames with non-safe characters,
4232 such as "@". Reported by Frederik Fouvry.
4233
4234 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4235
4236 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4237 about preserving point.
4238
4239 2005-05-27 Jay Belanger <belanger@truman.edu>
4240
4241 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4242 Info-goto-node.
4243
4244 * calc/calc-embed.el (calc-embed-arg): New variable.
4245 (calc-do-embedded-activate, calc-embedded-activate-formula)
4246 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4247 variable by new variable.
4248 (calc-embedded-make-info): Replace undeclared variable by new
4249 variable. When selecting region with positive prefix
4250 argument, use end of previous line instead of beginning of line.
4251
4252 * calc/calc-aent.el (calc-arg-values): Declare it.
4253
4254 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4255 Declare them.
4256
4257 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4258
4259 * calc/calc.el (calc-alg-map): Declare it.
4260
4261 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4262
4263 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4264
4265 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4266 (gdb-registers-buffer, toggle-gdb-all-registers):
4267 Toggle display of floating point registers.
4268 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4269
4270 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
4271 (toggle-gud-tooltip-dereference):
4272 Rename from gud-toggle-tooltip-dereference.
4273
4274 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4277
4278 2005-05-27 Jay Belanger <belanger@truman.edu>
4279
4280 * calc/calc-prog.el (calc-kbd-report): Remove.
4281 (calc-kbd-query): Rewrite.
4282
4283 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * image.el (image-library-alist): Move to image.c.
4286 (image-type-available-p): Doc fix.
4287
4288 2005-05-27 Lute Kamstra <lute@gnu.org>
4289
4290 * calc/calc.el (calc):
4291 * outline.el (outline-1, outline-2, outline-3, outline-4)
4292 (outline-5, outline-6, outline-7, outline-8):
4293 * textmodes/dns-mode.el (dns-mode):
4294 * textmodes/sgml-mode.el (sgml-namespace-face):
4295 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4296 (tex-verbatim-face, tex-use-reftex):
4297 * textmodes/texinfo.el (texinfo-heading-face):
4298 Specify customization group.
4299
4300 * longlines.el: Don't require easy-mmode.
4301 (longlines-visible-face): Specify customization group.
4302
4303 2005-05-27 Kenichi Handa <handa@m17n.org>
4304
4305 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4306 encoding table of windows-1251.
4307
4308 * international/ucs-tables.el (ucs-set-table-for-input):
4309 If translation-table-for-input of a coding system is a symbol, get
4310 its translation-table property.
4311
4312 * international/code-pages.el: Don't register a coding system into
4313 non-iso-charset-alist more than once.
4314 (cp-make-coding-system): Likewise.
4315
4316 2005-05-26 John Wiegley <johnw@newartisans.com>
4317
4318 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4319 `eshell-resume-eval' is wrapped in a list, it indicates that the
4320 command was run asynchronously. In that case, unwrap the value
4321 before checking the delimiter value.
4322
4323 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4324 character before a space at the end of a line is \, assume the space
4325 is part of the last argument rather than a final argument separator.
4326
4327 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4328 is in use, and the target is `t' or `nil' (which are the most common
4329 values), don't assume that the symbol target is a buffer.
4330
4331 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4332
4333 * calendar/calendar.el (calendar-mode-line-format):
4334 Use mode-line-highlight as mouse-face.
4335
4336 * time.el (display-time-string-forms, display-time-update):
4337 Use mode-line-highlight as mouse-face.
4338
4339 2005-05-26 Jay Belanger <belanger@truman.edu>
4340
4341 * calc/calc.el (calc-language-alist): Remove extra defvar.
4342
4343 2005-05-26 Lute Kamstra <lute@gnu.org>
4344
4345 * arc-mode.el (archive-mode):
4346 * bookmark.el (bookmark-read-annotation-mode)
4347 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4348 * bs.el (bs-mode):
4349 * calc/calc-yank.el (calc-edit-mode):
4350 * calc/calc.el (calc-mode, calc-trail-mode):
4351 * calculator.el (calculator-mode):
4352 * chistory.el (command-history-mode):
4353 * comint.el:
4354 * cus-edit.el (custom-mode):
4355 * descr-text.el (describe-text-mode):
4356 * ebuff-menu.el (Electric-buffer-menu-mode):
4357 * ediff-util.el (ediff-mode):
4358 * emacs-lisp/re-builder.el (reb-mode):
4359 * emulation/vi.el (vi-mode-setup):
4360 * emulation/ws-mode.el (wordstar-mode):
4361 * eshell/esh-mode.el (eshell-mode):
4362 * forms.el (forms-mode):
4363 * help-mode.el (help-mode):
4364 * hexl.el (hexl-mode):
4365 * ibuffer.el (ibuffer-mode):
4366 * ielm.el (inferior-emacs-lisp-mode):
4367 * info.el (Info-mode, Info-edit-mode):
4368 * international/swedish.el:
4369 * ledit.el (ledit-from-lisp-mode):
4370 * locate.el (locate-mode):
4371 * mail/rmail.el (rmail-mode):
4372 * mail/rmailedit.el (rmail-edit-mode):
4373 * mail/rmailsum.el (rmail-summary-mode):
4374 * mail/supercite.el (sc-electric-mode):
4375 * net/eudc.el (eudc-mode):
4376 * net/quickurl.el (quickurl-list-mode):
4377 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4378 * obsolete/ooutline.el (outline-mode):
4379 * obsolete/options.el (Edit-options-mode):
4380 * obsolete/rnews.el (news-mode):
4381 * obsolete/rnewspost.el (news-reply-mode):
4382 * play/5x5.el (5x5-mode):
4383 * play/decipher.el (decipher-mode, decipher-stats-mode):
4384 * play/gomoku.el (gomoku-mode):
4385 * play/snake.el (snake-mode):
4386 * play/solitaire.el (solitaire-mode):
4387 * play/tetris.el (tetris-mode):
4388 * progmodes/ada-mode.el (ada-mode):
4389 * progmodes/antlr-mode.el (antlr-mode):
4390 * progmodes/autoconf.el (autoconf-mode):
4391 * progmodes/dcl-mode.el (dcl-mode):
4392 * progmodes/delphi.el (delphi-mode):
4393 * progmodes/ebrowse.el (ebrowse-tree-mode)
4394 (ebrowse-electric-list-mode, ebrowse-member-mode)
4395 (ebrowse-electric-position-mode):
4396 * progmodes/f90.el (f90-mode):
4397 * progmodes/fortran.el (fortran-mode):
4398 * progmodes/icon.el (icon-mode):
4399 * progmodes/idlw-help.el (idlwave-help-mode):
4400 * progmodes/idlw-shell.el (idlwave-shell-mode):
4401 * progmodes/idlwave.el (idlwave-mode):
4402 * progmodes/inf-lisp.el (inferior-lisp-mode):
4403 * progmodes/m4-mode.el (m4-mode):
4404 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4405 * progmodes/modula2.el (modula-2-mode):
4406 * progmodes/octave-inf.el (inferior-octave-mode):
4407 * progmodes/octave-mod.el (octave-mode):
4408 * progmodes/pascal.el (pascal-mode):
4409 * progmodes/sh-script.el (sh-mode):
4410 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4411 * progmodes/vhdl-mode.el (vhdl-mode):
4412 * progmodes/xscheme.el (scheme-interaction-mode):
4413 * replace.el (occur-mode):
4414 * ses.el (ses-mode):
4415 * simple.el (completion-list-mode):
4416 * skeleton.el:
4417 * speedbar.el (speedbar-mode):
4418 * term.el (term-mode):
4419 * terminal.el (terminal-edit-mode):
4420 * textmodes/reftex-index.el (reftex-index-mode)
4421 (reftex-index-phrases-mode):
4422 * textmodes/reftex-sel.el (reftex-select-label-mode)
4423 (reftex-select-bib-mode):
4424 * textmodes/reftex-toc.el (reftex-toc-mode):
4425 * wdired.el (wdired-change-to-wdired-mode):
4426 * wid-browse.el (widget-browse-mode):
4427 Use run-mode-hooks.
4428
4429 * array.el (array-mode):
4430 * calendar/todo-mode.el (todo-mode):
4431 * man.el (Man-mode):
4432 * play/landmark.el (lm-mode):
4433 * play/mpuz.el (mpuz-mode):
4434 Use kill-all-local-variables and run-mode-hooks.
4435
4436 * subr.el (delay-mode-hooks): Specify indentation.
4437
4438 2005-05-26 Mark A. Hershberger <mah@everybody.org>
4439
4440 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
4441
4442 2005-05-26 Jay Belanger <belanger@truman.edu>
4443
4444 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4445 of nil.
4446
4447 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
4448
4449 * progmodes/gdb-ui.el (gdb-frame-address):
4450 Rename from gdb-current-address.
4451 (gdb-previous-frame-address): Rename from gdb-previous-address.
4452 (gdb-selected-frame): Rename from gdb-current-frame.
4453 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4454 (gdb-frame-number): Rename from gdb-current-stack-level.
4455 (gdb-ann3): Match new mode-name for disassembly buffer.
4456 Extend initialization of variables.
4457 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4458 (gdb-memory-mode): Use mouse-face in header line.
4459 (gdb-assembler-buffer-name): Call it disassembly and give frame
4460 in mode line.
4461 (gdb-source-spec-regexp, gdb-assembler-custom)
4462 (gdb-invalidate-assembler, gdb-frame-handler):
4463 Make robust to leading zeroes in address format.
4464
4465 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
4466
4467 * textmodes/org.el (org-mode): Use `define-derived-mode' to
4468 define `org-mode'.
4469 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4470
4471 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * log-edit.el (log-edit-changelog-entries): Distinguish between
4474 filenames like xfns.c and fns.c.
4475
4476 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4477
4478 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4479 point after reverting.
4480 (Buffer-menu-make-sort-button): Handle the case where
4481 `Buffer-menu-use-header-line' is nil.
4482
4483 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4484
4485 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4486 New funcs. In minibuffer-local-completion-map bind `]', `/'
4487 and `:' to them.
4488
4489 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * startup.el (normal-top-level): Allow modification of load-path while
4492 we're iterating over it.
4493
4494 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
4495
4496 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4497 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4498 (thumbs-resize-interactive, thumbs-insert-image)
4499 (thumbs-insert-thumb, thumbs-dired-show-marked)
4500 (thumbs-find-image-at-point, thumbs-delete-images)
4501 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4502 (thumbs-increment-image-size, thumbs-decrement-image-size):
4503 Fix typos in docstrings.
4504
4505 2005-05-24 Andre Spiegel <spiegel@gnu.org>
4506
4507 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4508 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4509 (cperl-mode): Use them.
4510
4511 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
4512
4513 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4514 Doc fixes.
4515
4516 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4517
4518 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4519 Bind C-d to gdb-inferior-io-eof.
4520
4521 * dired.el (dired-dnd-popup-notice): Use message-box.
4522
4523 2005-05-23 Masatake YAMATO <jet@gyve.org>
4524
4525 * bindings.el (mode-line-major-mode-keymap):
4526 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4527
4528 * faces.el (mode-line-highlight): New face.
4529
4530 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4531 as mouse-face.
4532
4533 * bindings.el (top-level, help-echo, mode-line-modified)
4534 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4535 as mouse-face.
4536
4537 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * progmodes/cc-engine.el (c-guess-basic-syntax):
4540 Remove spurious call to `zerop'.
4541
4542 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4543
4544 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4545
4546 CC Mode update to 5.30.10:
4547
4548 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4549 could go past the limit in decoration level 2, thereby causing
4550 errors during interactive fontification.
4551
4552 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4553 the file is evaluated interactively.
4554
4555 * cc-engine.el (c-guess-basic-syntax): Handle operator
4556 declarations somewhat better in C++.
4557
4558 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4559 make use of `run-mode-hooks' which has been added in Emacs 21.1.
4560 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4561 (awk-mode): Use it.
4562 (make-local-hook): Suppress warning about obsoleteness.
4563
4564 * cc-engine.el, cc-align.el, cc-cmds.el
4565 (c-append-backslashes-forward, c-delete-backslashes-forward)
4566 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4567 Compensate for return value from `forward-line' when it has moved
4568 but not to a different line due to eob.
4569
4570 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4571 `objc-method-intro' and `objc-method-args-cont'.
4572
4573 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4574
4575 CC Mode update to 5.30.10:
4576
4577 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4578 in the copyright statement. Incidentally, change "along with GNU
4579 Emacs" to "along with this program" where it occurs.
4580
4581 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4582 so that it is interactive, hence can be found by M-x awk-mode
4583 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4584 <gmorris+emacs@ast.cam.ac.uk>.
4585
4586 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4587 Mode's regexps.
4588
4589 2005-05-23 Kevin Ryde <user42@zip.com.au>
4590
4591 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4592 c-parse-state, to avoid a lisp error (on bad code).
4593
4594 2005-05-23 Lute Kamstra <lute@gnu.org>
4595
4596 * subr.el (font-lock-defaults): Remove defvar as it's already
4597 defined in font-core.el.
4598
4599 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4600
4601 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
4602
4603 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4604 more general and work when GDB variable "print pretty" is on,
4605 as with Emacs, for example.
4606
4607 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4608
4609 * font-core.el: Update comment.
4610
4611 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4612 Use `after-change-major-mode-hook' instead of `find-file-hook'.
4613
4614 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4615
4616 2005-05-22 Eli Zaretskii <eliz@gnu.org>
4617
4618 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4619 and `yank-handler' in the doc strings.
4620
4621 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4624
4625 2005-05-22 Richard M. Stallman <rms@gnu.org>
4626
4627 * help.el (describe-key): Move print-help-return-message call
4628 out of conditional.
4629
4630 * progmodes/etags.el (list-tags): Use with-no-warnings.
4631
4632 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4633 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4634 (starttls-extra-args, starttls-extra-arguments): Add defvars.
4635
4636 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4637
4638 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4639 Add defvar.
4640
4641 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4642 Use defvar, not defconst.
4643
4644 * hexl.el (hexl-follow-line): Use with-no-warnings.
4645
4646 * emulation/tpu-extras.el: Use write-file-functions instead of
4647 write-file-hooks.
4648
4649 * dired.el (dired-font-lock-keywords): Fontify files with junk
4650 extensions even if marked by -F.
4651
4652 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4655 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4656 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4657 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4658 (concatenate, list-length, get*, getf, cl-remprop):
4659 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4660 (etypecase, progv, lexical-let, lexical-let*)
4661 (multiple-value-bind, multiple-value-setq, shiftf):
4662 Improve argument/docstring consistency.
4663
4664 * subr.el (focus-frame, unfocus-frame):
4665 Revert deletion on 2005-05-01.
4666
4667 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4668
4669 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4670 doesn't exist.
4671
4672 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4673 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4674
4675 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4676
4677 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4678 already deleted variables: auto-fill-hook, blink-paren-hook,
4679 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4680 suspend-hooks, comment-indent-hook, meta-flag,
4681 before-change-function, after-change-function,
4682 font-lock-doc-string-face.
4683
4684 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4685
4686 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4687
4688 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4689
4690 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4691 rmail-dont-reply-to.
4692
4693 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4694
4695 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4696 literal blank when splitting new-header-values.
4697
4698 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4699
4700 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4701 string so that tmm doesn't create a completion entry for it.
4702
4703 * textmodes/table.el (table-disable-menu): Ditto.
4704
4705 2005-05-21 Richard M. Stallman <rms@gnu.org>
4706
4707 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4708
4709 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4710
4711 * net/rcompile.el (remote-compile): Use compilation-start.
4712
4713 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4714
4715 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4716
4717 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4718 Default to makefile-bsdmake-mode on BSD systems.
4719
4720 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4721 REGEXP may also be a search function now. The part of doc-string
4722 for describing the structure was 95% identical to that of
4723 `imenu--generic-function'. Unify it there.
4724
4725 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4726 Use function to find dependencies, because regexp alone is so complex,
4727 it easily goes into an endless loop.
4728 (makefile-makepp-mode): Also add submenu for Perl functions
4729 defined in the makefile.
4730 (makefile-bsdmake-mode): Special imenu-generic-expression no
4731 longer needed, due to function call.
4732 (makefile-match-dependency): Take BOUND into account when checking
4733 if we're through.
4734
4735 2005-05-20 Jay Belanger <belanger@truman.edu>
4736
4737 * calc/calc-units.el (calc-invalidate-units-table):
4738 Use inhibit-read-only.
4739 (math-build-units-table-buffer): Use view-mode.
4740
4741 2005-05-20 David Kastrup <dak@gnu.org>
4742
4743 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4744 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4745
4746 2005-05-20 Lute Kamstra <lute@gnu.org>
4747
4748 * diff-mode.el (diff-header-face, diff-file-header-face)
4749 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4750 (diff-added-face, diff-changed-face, diff-function-face)
4751 (diff-context-face, diff-nonexistent-face): Put them in the
4752 diff-mode customization group.
4753
4754 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4757
4758 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4759
4760 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4761 Minor regexp-optimization.
4762
4763 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4764
4765 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4766 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4767 (org-agenda-add-time-grid-maybe): New function.
4768 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4769 (org-table-create): `dotimes' instead of `mapcar'.
4770 (org-xor): Simplify implementation.
4771 (org-agenda): `inhibit-redisplay' turned on.
4772 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4773 a consistent line after a state change.
4774 (org-agenda-remove-times-when-in-prefix): New option.
4775 (org-prefix-has-time): New variable.
4776 (org-parse-time-string): Optional argument NODEFAULT.
4777 (org-format-agenda-item): Parse items for time-of-day
4778 specifications and move these into the prefix if possible.
4779 (org-agenda-priority): Get current heading, not previous heading
4780 during agenda remote editing.
4781
4782 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4785 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4786 (remove-duplicates, delete-duplicates, substitute)
4787 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4788 (nsubstitute-if-not, find, find-if, find-if-not, position)
4789 (position-if, position-if-not, count, count-if, count-if-not)
4790 (mismatch, search, sort*, stable-sort, merge, member*)
4791 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4792 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4793 (intersection, nintersection, set-difference, nset-difference)
4794 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4795 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4796 (nsublis, tree-equal): Improve argument/docstring consistency.
4797
4798 * subr.el (send-string, send-region):
4799 Remove obsolescence declaration.
4800 (window-dot, set-window-dot, read-input, show-buffer)
4801 (eval-current-buffer, string-to-int):
4802 Add release number to obsolescence declarations.
4803
4804 2005-05-19 Kim F. Storm <storm@cua.dk>
4805
4806 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4807 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4808
4809 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4810
4811 * faces.el (list-faces-display): Make back button respect optional
4812 regexp arg.
4813
4814 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * calculator.el (calculator-radix-grouping-mode)
4817 (calculator-radix-grouping-digits, calculator-displayer)
4818 (calculator-radix-grouping-separator, calculator-copy-displayer):
4819 * dabbrev.el (dabbrev-search-these-buffers-only):
4820 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4821 (diff-advance-after-apply-hunk, diff-mode-hook)
4822 (diff-minor-mode-prefix):
4823 * imenu.el (imenu-use-popup-menu):
4824 * jit-lock.el (jit-lock-context-time):
4825 * newcomment.el (comment-fill-column, comment-column)
4826 (comment-style, comment-padding, comment-multi-line)
4827 (comment-empty-lines, comment-auto-fill-only-comments):
4828 * reveal.el (reveal-around-mark):
4829 * uniquify.el (uniquify-buffer-name-style)
4830 (uniquify-after-kill-buffer-p)
4831 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4832 (uniquify-min-dir-content, uniquify-separator)
4833 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4834 * w32-vars.el (w32-fixed-font-alist):
4835 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4836 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4837 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4838 * progmodes/perl-mode.el (perl-indent-level)
4839 (perl-continued-statement-offset, perl-continued-brace-offset)
4840 (perl-brace-offset, perl-brace-imaginary-offset)
4841 (perl-label-offset, perl-indent-continued-arguments)
4842 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4843 * progmodes/tcl.el (tcl-indent-level)
4844 (tcl-continued-indent-level, tcl-auto-newline)
4845 (tcl-tab-always-indent, tcl-electric-hash-style)
4846 (tcl-help-directory-list, tcl-use-smart-word-finder)
4847 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4848 (inferior-tcl-source-command):
4849 * textmodes/fill.el (enable-kinsoku):
4850 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4851 * textmodes/table.el (table-yank-handler):
4852 Specify missing group (and type, if simple) in defcustom.
4853
4854 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4857
4858 2005-05-19 Richard M. Stallman <rms@gnu.org>
4859
4860 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4861
4862 * subr.el (event-basic-type): Don't get an error.
4863 (left-fringe-p): Function deleted.
4864
4865 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4866 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4867
4868 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4869 in recursive copy.
4870
4871 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4872
4873 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4874
4875 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4876 Call byte-compile-nogroup-warn if appropriate.
4877
4878 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4879 (compilation-set-window): Don't call left-fringe-p; do it directly.
4880
4881 2005-05-19 Jay Belanger <belanger@truman.edu>
4882
4883 * calc/calc-graph.el (calc-graph-format-data): Make sure
4884 var-PlotRejects is bound before trying to check its value.
4885
4886 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4887
4888 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4889 definition of this variable from reftex-global.el to reftex.el,
4890 because it is needed in the menu.
4891
4892 2005-05-19 Lute Kamstra <lute@gnu.org>
4893
4894 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4895 years are fixed. Don't insert a space after a dash.
4896
4897 2005-05-19 Kim F. Storm <storm@cua.dk>
4898
4899 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4900
4901 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4902
4903 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4904 strings, because (eq ... ?\\) is fairly frequent.
4905
4906 * progmodes/make-mode.el (makefile-add-this-line-targets):
4907 Simplify and integrate into `makefile-pickup-targets'.
4908 (makefile-add-this-line-macro): Simplify and integrate into
4909 `makefile-pickup-macros.
4910 (makefile-pickup-filenames-as-targets): Simplify.
4911 (makefile-previous-dependency, makefile-match-dependency):
4912 Don't stumble over `::'.
4913
4914 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * subr.el (post-command-idle-hook, post-command-idle-delay):
4917 Remove obsoletion of post-command-idle-hook and
4918 post-command-idle-delay.
4919
4920 * faces.el (list-faces-display): Provide button when describe-face
4921 is called to take user back to the list of faces.
4922
4923 * help-fns.el (describe-variable): Remove hyperlinks in a
4924 variable's value as these are quite frequently inappropriate.
4925
4926 * follow.el (follow-submit-feedback, follow-mode):
4927 Remove references to post-command-idle-hook.
4928
4929 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4930
4931 * progmodes/make-mode.el (makefile-previous-dependency)
4932 (makefile-match-dependency): Check for := (and in bsd mode also
4933 !=) to give a better result, even when font-lock is not on.
4934
4935 2005-05-18 Jay Belanger <belanger@truman.edu>
4936
4937 * calc/calc-help.el (calc-s-prefix-help):
4938 Add `calc-copy-special-constant' to help string.
4939
4940 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4941
4942 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4943
4944 2005-05-18 Jay Belanger <belanger@truman.edu>
4945
4946 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4947 in linear factors are in proper order.
4948
4949 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4950
4951 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4952 Support for jurabib.
4953
4954 * textmodes/reftex.el (featurep): Define aliases for overlay
4955 commands, for XEmacs compatibility, and use these aliases in
4956 overlay initializations.
4957 (reftex-highlight): Use `reftex-move-overlay'.
4958 (reftex-unhighlight): Use `reftex-delete-overlay'.
4959 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4960 (reftex-access-search-path): Use `reftex-uniquify' instead of
4961 `reftex-uniq'
4962
4963 * textmodes/reftex-sel.el (reftex-select-unmark):
4964 Overlay `before-string' property modification enables for Emacs as well.
4965 (reftex-select-item): Use `reftex-delete-overlay'.
4966 (reftex-select-mark): Use `reftex-make-overlay' and
4967 `reftex-overlay-put'.
4968 (reftex-select-unmark): Use `reftex-delete-overlay' and
4969 `reftex-overlay-put'.
4970
4971 2005-05-18 Lute Kamstra <lute@gnu.org>
4972
4973 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4974
4975 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * add-log.el (add-change-log-entry):
4978 * array.el (array-make-template, array-reconfigure-rows)
4979 (array-init-max-row, array-init-max-column)
4980 (array-init-columns-per-line, array-init-field-width):
4981 * replace.el (replace-match-maybe-edit, perform-replace):
4982 * textmodes/spell.el (spell-region):
4983 Replace `read-input' by `read-string'.
4984
4985 * forms.el (forms-mode):
4986 * finder.el (finder-compile-keywords):
4987 * shadowfile.el (shadow-read-files):
4988 Replace `eval-current-buffer' by `eval-buffer'.
4989
4990 * terminal.el (te-pass-through):
4991 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4992 (ange-ftp-raw-send-cmd):
4993 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4994 (send-process-next-char, telnet-initial-filter, telnet):
4995 Replace `send-string' by `process-send-string'.
4996
4997 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4998 (prolog-consult-region): Replace `send-string' by
4999 `process-send-string'; replace `send-region' by `process-send-region'.
5000
5001 * progmodes/delphi.el (delphi-log-msg):
5002 Replace `set-window-dot' by `set-window-point'.
5003
5004 * subr.el (window-dot, set-window-dot, read-input, send-string)
5005 (send-region, show-buffer, eval-current-buffer):
5006 Make really obsolete, as the comment says.
5007
5008 2005-05-17 Kim F. Storm <storm@cua.dk>
5009
5010 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5011 (cua--init-keymaps): Bind C-return instead of S-return to set
5012 rectangle mark.
5013
5014 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5015 instead of S-return to toggle/clear rectangle mark.
5016
5017 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5018
5019 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5020 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5021 Also fontify plain strings assigned to variables, mostly so that a
5022 colon has a face and is thus not taken as a dependency separator.
5023 (makefile-previous-dependency): Inline the new matcher, because it
5024 is too complex to work in both directions.
5025 (makefile-match-dependency): Eliminate `backward' arg (see above).
5026 Completely reimplemented so as to not sometimes go into an endless
5027 loop. It should also be more efficient, because first it only
5028 searches for `:', instead of applying the very complex regexp.
5029 (makefile-mode): Cancel `font-lock-support-mode', because blocks
5030 to be fontified in one piece can be too long for JIT.
5031 Makefiles are never *that* big.
5032
5033 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5034
5035 * dired.el (dired-mode): Simplify.
5036
5037 2005-05-17 Lute Kamstra <lute@gnu.org>
5038
5039 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5040 defcustom for the mode hook variable.
5041
5042 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5043 Emacs Lisp Reference Manual.
5044
5045 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
5046
5047 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5048 (evenp, list*):
5049 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5050 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5051
5052 * net/tramp-smb.el (tramp-smb-open-connection):
5053 Pass `tramp-chunksize' as fifth (required) argument.
5054
5055 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5056
5057 * font-lock.el (lisp-font-lock-keywords-1):
5058 Set `font-lock-negation-char-face' for [^...] char group.
5059 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5060
5061 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5062 a var, and refine it to mask one more level of nested vars.
5063 (makefile-rule-action-regex): Turn it into a var, and refine it so
5064 it recognizes backslashed continuation lines as belonging to the
5065 same command.
5066 (makefile-macroassign-regex): Refine it so it recognizes
5067 backslashed continuation lines as belonging to the same command.
5068 (makefile-var-use-regex): Don't look at the next char, because it
5069 might be the same one to be skipped by the initial [^$], leading
5070 to an overlooked variable use.
5071 (makefile-make-font-lock-keywords): Remove two parameters, which
5072 are now variables that some of the modes set locally.
5073 Handle dependency and rule action matching through functions, because
5074 regexps alone match too often. Dependency matching now comes
5075 last, so it can check, whether a colon already matched something else.
5076 (makefile-mode): Inform that font-lock improves makefile parsing
5077 capabilities.
5078 (makefile-match-dependency, makefile-match-action): New functions.
5079
5080 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
5081
5082 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5083
5084 * align.el (align-regexp):
5085 * ansi-color.el (ansi-color-get-face):
5086 * array.el (array-reconfigure-rows, array-init-max-row)
5087 (array-init-max-column, array-init-columns-per-line)
5088 (array-init-field-width):
5089 * dired-aux.el (dired-trample-file-versions):
5090 * dired-x.el (dired-mark-sexp):
5091 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5092 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5093 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5094 * faces.el (face-read-integer):
5095 * files.el (backup-extract-version, insert-directory):
5096 * hexl.el (hexl-insert-decimal-char):
5097 * server.el (server-process-filter):
5098 * shell.el (shell-extract-num):
5099 * startup.el (command-line-1):
5100 * term.el (term-command-hook):
5101 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5102 (time-stamp-do-number):
5103 * time.el (display-time-update):
5104 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5105 (timezone-fix-time):
5106 * vms-patch.el (vms-suspend-resume-hook):
5107 * calendar/appt.el (appt-convert-time):
5108 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5109 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5110 * calendar/cal-islam.el (mark-islamic-diary-entries):
5111 * calendar/calendar.el (calendar-cursor-to-date)
5112 (calendar-star-date):
5113 * calendar/diary-lib.el (diary-attrtype-convert)
5114 (mark-diary-entries, diary-entry-time):
5115 * calendar/solar.el (solar-get-number):
5116 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5117 * emacs-lisp/re-builder.el (reb-display-subexp):
5118 * emulation/edt.el (edt-set-scroll-margins):
5119 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5120 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5121 (vip-get-ex-count):
5122 * emulation/viper-ex.el (viper-get-ex-token)
5123 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5124 * international/fontset.el (fontset-plain-name):
5125 * mail/feedmail.el (feedmail-look-at-queue-directory):
5126 * mail/mailalias.el (mail-get-names):
5127 * mail/rmail.el (rmail-convert-to-babyl-format):
5128 * mail/rmailsum.el (rmail-make-basic-summary-line)
5129 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5130 (rmail-summary-goto-msg):
5131 * mail/smtpmail.el (smtpmail-read-response):
5132 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5133 (ange-ftp-vms-add-file-entry):
5134 * play/gametree.el (gametree-looking-at-ply)
5135 (gametree-current-branch-score):
5136 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5137 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5138 * progmodes/cperl-mode.el (condition-case):
5139 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5140 (ebrowse-set-member-buffer-column-width)
5141 (ebrowse-select-1st-to-9nth):
5142 * progmodes/etags.el (etags-snarf-tag):
5143 * progmodes/flymake.el (flymake-parse-line):
5144 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5145 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5146 (idlwave-shell-menu-def):
5147 * progmodes/ps-mode.el (ps-run-goto-error):
5148 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5149 (vhdl-speedbar-contract-level):
5150 * term/mac-win.el (x-handle-numeric-switch):
5151 * term/sun-mouse.el (sun-get-frame-data):
5152 * term/w32-win.el (x-handle-numeric-switch):
5153 * term/x-win.el (x-handle-numeric-switch):
5154 * textmodes/ispell.el (ispell-parse-output):
5155 * textmodes/nroff-mode.el (nroff-outline-level):
5156 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5157 (reftex-bib-sort-year-reverse, reftex-format-citation):
5158 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5159 (reftex-section-number):
5160 * textmodes/texinfmt.el (texinfo-paragraphindent):
5161 Replace `string-to-int' by `string-to-number'.
5162
5163 * international/latexenc.el: Add page marker to force the "Local
5164 Variables:" string out of the last page.
5165
5166 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5167
5168 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5169 tooltip-change-major-mode.
5170 (gud-tooltip-print-command): Remove case where gud-minor-mode
5171 is gdb ("--fullname").
5172 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5173 explain to user.
5174
5175 2005-05-16 Jay Belanger <belanger@truman.edu>
5176
5177 * calc/calc-store.el (calc-copy-special-constant): New function.
5178
5179 * calc/calc-ext.el (calc-init-extensions): Add binding for
5180 `calc-copy-special-constant'.
5181
5182 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5183 for the `calc-copy-special-constant' command.
5184
5185 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5186
5187 * subr.el (left-fringe-p): New function.
5188
5189 * progmodes/compile.el (compilation-setup): Set local value of
5190 overlay-arrow-string to "" always.
5191 (compilation-set-window): Left fringe then don't scroll.
5192 No left fringe then no arrow and scroll message to top.
5193 (compilation-context-lines): Adjust doc string accordingly.
5194
5195 2005-05-16 Kim F. Storm <storm@cua.dk>
5196
5197 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5198 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5199 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5200 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5201 (ido-read-file-name): Handle commands with ido property value
5202 equal to find-file as reading a file name, to allow C-d to enter dired.
5203 (ibuffer-find-file): Add ido property with value find-file.
5204
5205 2005-05-15 Kim F. Storm <storm@cua.dk>
5206
5207 * subr.el (open-network-stream-nowait): Remove.
5208 (open-network-stream-server): Remove.
5209
5210 2005-05-15 Richard M. Stallman <rms@gnu.org>
5211
5212 * faces.el (describe-face): Output a definition link button.
5213
5214 * help-mode.el (help-face-def): New button type.
5215
5216 * emacs-lisp/copyright.el (copyright-fix-years):
5217 Match properly if the first year is 2-digit.
5218 Don't mess up the whitespace after the years by filling.
5219
5220 * dired-aux.el (dired-mark-confirm):
5221 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5222
5223 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5224 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5225 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5226
5227 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5228 Set font-lock-comment-start-skip.
5229
5230 * font-lock.el (font-lock-comment-start-skip): New variable.
5231 (font-lock-comment-end-skip): New variable.
5232 (font-lock-fontify-syntactically-region): Use them if non-nil.
5233
5234 2005-05-15 Jay Belanger <belanger@truman.edu>
5235
5236 * calc/calc-store.el (calc-store-value): Return a string rather
5237 than display it as a message.
5238 Use calc-var-name for variable name.
5239 (calc-store-into): Add the result of calc-store-value to message.
5240 (calc-copy-variable): Add a message.
5241 (calc-store-exchange): Improve error messages.
5242 (calc-store-binary, calc-store-map): Don't reset the values of
5243 special constants.
5244
5245 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5246
5247 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5248 manual to docstring.
5249
5250 * files.el (hack-local-variables-confirm): Add STRING argument.
5251 Make the function handle non file visiting buffers correctly.
5252 (hack-local-variables-prop-line, hack-local-variables)
5253 (hack-one-local-variable): Use STRING arg of
5254 `hack-local-variables-confirm'.
5255
5256 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
5257
5258 Sync with Tramp 2.0.49.
5259
5260 * tramp.el (tramp-handle-dired-call-process)
5261 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5262 because the contents of the Tramp buffer is changed before
5263 insertion (`expand-file' and alike).
5264 (tramp-handle-insert-directory): If `localname' has an empty
5265 nondirectory name, it must not be quoted.
5266 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5267 variable `tramp-chunksize'. Change callees.
5268 (tramp-open-connection-setup-interactive-shell): Check remote host
5269 for buggy `send-process-string' implementation.
5270 Set `tramp-chunksize' if found. Reported by Michael Kifer
5271 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5272 (tramp-handle-shell-command): `insert-buffer' cannot be used
5273 because the contents of the Tramp buffer is changed before
5274 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5275 <frederic.bothamy@free.fr>.
5276 (tramp-set-auto-save): Actions should be done for Tramp file name
5277 handler only. Ange-FTP has its own auto-save mechanism.
5278 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5279 (tramp-set-auto-save-file-modes): Set file modes of
5280 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5281 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5282 (tramp-bug): Remove obsolete variable.
5283 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
5284 for presence of `mml-mode'. Make it running for older Emacsen as well.
5285
5286 2005-05-14 John Paul Wallington <jpw@pobox.com>
5287
5288 * ibuf-ext.el (define-ibuffer-filter filename):
5289 If `dired-directory' is a list, use its car.
5290
5291 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5292
5293 * ibuffer.el (define-ibuffer-column filename):
5294 If `dired-directory' is a list, use its car.
5295
5296 2005-05-14 Richard M. Stallman <rms@gnu.org>
5297
5298 * subr.el (symbol-file): Doc fix.
5299
5300 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5301 (byte-compile-form): Call byte-compile-nogroup-warn.
5302 (byte-compile-warning-types): Doc fix.
5303
5304 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5305
5306 * progmodes/cc-engine.el (c-literal-faces):
5307 Add font-lock-comment-delimiter-face.
5308
5309 * net/net-utils.el (dig): Use with-no-warnings.
5310
5311 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5312 (sc-recite-frame-alist, sc-default-cite-frame)
5313 (sc-default-uncite-frame, sc-default-recite-frame)
5314 (sc-attrib-selection-list, sc-rewrite-header-list):
5315 Mark as risky-local-variable.
5316
5317 * international/ogonek.el (ogonek-jak, ogonek-how):
5318 Don't use beginning-of-buffer.
5319
5320 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5321
5322 * calendar/solar.el (solar-data-list): Move definition up.
5323
5324 * dnd.el (dnd-protocol-alist): Add autoload.
5325
5326 * progmodes/sh-script.el: Many doc usage fixes.
5327 (sh-indent-after-do): Change default to match common styles.
5328
5329 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5330
5331 * files.el (interpreter-mode-alist)
5332 (auto-mode-interpreter-regexp): Doc fixes.
5333
5334 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5335
5336 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5337
5338 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5339
5340 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5341
5342 * dired.el (dired-mode): make-variable-buffer-local =>
5343 make-local-variable.
5344
5345 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5346
5347 * term/mac-win.el (mac-select-convert-to-string): Try coding
5348 systems in mac-script-code-coding-systems if specified one cannot
5349 encode string for `com.apple.traditional-mac-plain-text'.
5350
5351 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5352
5353 * progmodes/make-mode.el (makefile-targets-face)
5354 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5355 (makefile-dependency-regex): Fix it to not make the colon in
5356 $(var:a=b) special.
5357 (makefile-rule-action-regex): New regexp for highlighting embedded
5358 Shell strings.
5359 (makefile-macroassign-regex): Handle != for highlighting as
5360 embedded Shell strings.
5361 (makefile-var-use-regex): New const.
5362 (makefile-statements, makefile-automake-statements)
5363 (makefile-gmake-statements, makefile-makepp-statements)
5364 (makefile-bsdmake-statements): New consts.
5365 (makefile-make-font-lock-keywords): New function.
5366 (makefile-automake-font-lock-keywords)
5367 (makefile-gmake-font-lock-keywords)
5368 (makefile-makepp-font-lock-keywords)
5369 (makefile-bsdmake-font-lock-keywords): New consts.
5370 (makefile-mode-map): Add switchers between the various submodes.
5371 (makefile-mode): Document the availability of the variants.
5372 (makefile-automake-mode, makefile-gmake-mode)
5373 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5374
5375 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5376 new variants of makefile-mode.
5377
5378 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5381 the inheritance.
5382
5383 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5384
5385 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5386 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5387
5388 * files.el (normal-mode): Extend the scope of the
5389 `enable-local-variables' binding to include the `set-auto-mode' call.
5390 (magic-mode-alist): Doc fix.
5391
5392 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5395 font-lock-comment-face rather than copying its setting.
5396
5397 2005-05-12 Andreas Schwab <schwab@suse.de>
5398
5399 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5400
5401 2005-05-12 Lute Kamstra <lute@gnu.org>
5402
5403 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5404 defcustom for the mode hook variable. Delete the last argument.
5405 * generic-x.el: Fix callers of define-generic-mode.
5406 (generic-x-modes): Delete group.
5407 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5408 generic-x customization group.
5409
5410 2005-05-12 Kim F. Storm <storm@cua.dk>
5411
5412 * font-lock.el (font-lock-negation-char-face): Default to "off".
5413
5414 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5415 font-lock-negation-char-face to ! in !=.
5416
5417 2005-05-12 Masatake YAMATO <jet@gyve.org>
5418
5419 * add-log.el (find-change-log): Fix typos in the docstring
5420 of function.
5421
5422 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5423
5424 * international/latexenc.el (latexenc-find-file-coding-system):
5425 Avoid `re-search-forward' when looking for input encoding because
5426 of speed and safety. Better regular expressions for recognizing
5427 input encoding. Limit a search for TeX-master/tex-main-file to
5428 the local variable section.
5429
5430 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5431
5432 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5433 syntax of $ to "'" (quote).
5434
5435 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5436
5437 * dnd.el (dnd-protocol-alist): Improve custom type.
5438
5439 * dired.el (dired-dnd-protocol-alist): New variable.
5440 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5441 `dired-mode-hook' to the end.
5442
5443 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5446 comment-end if comment-start-skip is not set.
5447 Obey the font-lock-comment-delimiter-face variables.
5448
5449 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * files.el (executable-find): Move from executable.el. Use locate-file.
5452 * progmodes/executable.el (executable-find): Move to files.el.
5453
5454 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5455 when trying to ensure forward progress.
5456
5457 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
5458
5459 * mouse-sel.el (mouse-sel-follow-link-p): New function.
5460 (mouse-select, mouse-select-internal, mouse-extend-internal):
5461 Use it to implement mouse-1-click-follows-link functionality.
5462
5463 2005-05-11 Richard M. Stallman <rms@gnu.org>
5464
5465 * font-lock.el (font-lock-fontify-syntactically-region):
5466 Use font-lock-comment-delimiter-face for comment delimiters.
5467
5468 2005-05-10 Jay Belanger <belanger@truman.edu>
5469
5470 * calc/calc-help.el (calc-m-prefix-help): Add mention of
5471 preserving embedded modes.
5472
5473 2005-05-10 Richard M. Stallman <rms@gnu.org>
5474
5475 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5476
5477 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5478 Move from ada-stmt.el.
5479 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5480
5481 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5482 Move to ada-mode.el.
5483 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5484
5485 * cus-edit.el (custom-file): Call file-chase-links.
5486
5487 * files.el (read-directory-name): Fix previous change.
5488 (hack-local-variables-confirm): New function.
5489 (hack-local-variables-prop-line, hack-local-variables)
5490 (hack-one-local-variable): Use it.
5491
5492 2005-05-10 Lute Kamstra <lute@gnu.org>
5493
5494 * font-lock.el (font-lock-keywords-alist)
5495 (font-lock-removed-keywords-alist): Clarify docstrings.
5496
5497 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
5498
5499 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5500 (gdb-source-info): Check for preprocessor info.
5501 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
5502 a macro for a function.
5503 (gdb-info-breakpoints-custom): Try to find file again if not already
5504 found (user might have used GDB dir command).
5505 (gdb-get-location): Update gdb-location-alist correctly for change
5506 to gdb-info-breakpoints-custom.
5507
5508 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5509 (gud-tooltip-print-command): Add gdbmi case.
5510 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5511 preprocessor info.
5512
5513 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5514
5515 * startup.el (fancy-splash-insert): Fix typo in doc string.
5516
5517 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
5518
5519 * obsolete/float.el (string-to-float):
5520 * obsolete/hilit19.el (hilit-add-pattern):
5521 * obsolete/rnews.el (news-parse-range, news-select-message)
5522 (news-get-pruned-list-of-files): Replace `string-to-int' by
5523 `string-to-number'.
5524
5525 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5526 `find-file-not-found-hooks'; use `add-hook'.
5527 (uncompress-while-visiting): Set `write-file-functions', not
5528 `write-file-hooks'; use `add-hook'.
5529
5530 2005-05-09 Kim F. Storm <storm@cua.dk>
5531
5532 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5533 (cua-paste): Handle clipboard action.
5534 (cua--init-keymaps): Remap clipboard-kill-region and
5535 clipboard-kill-ring-save.
5536
5537 2005-05-08 Eli Zaretskii <eliz@gnu.org>
5538
5539 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5540 Improve commentary.
5541
5542 * simple.el (next-error-overlay-arrow-position): Revert the change
5543 made on 2005-04-30.
5544
5545 2005-05-07 Jay Belanger <belanger@truman.edu>
5546
5547 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5548 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5549 `calc-sel-reselect'.
5550
5551 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5552 Calc is in embedded mode.
5553
5554 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5555
5556 * progmodes/compile.el (compilation-setup):
5557 Set overlay-arrow-string to an empty string on text terminals.
5558
5559 * textmodes/ispell.el (ispell-program-name): Try looking for
5560 "aspell" along exec-path, and if found, use it as the default
5561 speller program.
5562
5563 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5564
5565 * international/mule.el (sgml-xml-auto-coding-function):
5566 Recognize encoding='FOO' in single quotes as well as in double quotes.
5567
5568 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5569
5570 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5571 as well as `interactive', so that defmacro* would recognize
5572 `declare' forms.
5573
5574 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5575
5576 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5577 Explain more about the LIGHTER arg's usage in the doc string.
5578 Add commentary to clarify what the code does. Fix the regexp that
5579 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5580 since it could have characters special to regular expressions.
5581
5582 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5583
5584 * replace.el (occur-1): Bind inhibit-read-only so that
5585 erase-buffer doesn't barf on read-only text properties (likewise
5586 for add-text-properties in occur-engine). Mark buffer as unmodified.
5587 (occur-engine): Don't set buffer-read-only here.
5588
5589 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5592 list-buffers-directory. This caused the *cvs-commit* buffer to be
5593 sometimes mistakenly reused as a *cvs* buffer.
5594
5595 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
5596
5597 * tooltip.el: Move code for GUD tooltips into gud.el.
5598 (require): CL no longer needed to compile case.
5599 (tooltip-mode): Do not toggle functions for GUD tooltips.
5600 (tooltip-gud-tips-p): Remove. Replace with minor mode
5601 gud-tooltip-mode in gud.el.
5602 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5603 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5604 tooltip-gud prefix with gud-tooltip and obsolete.
5605 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5606 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5607 (tooltip-mouse-motion): Mouse movement functions/variable.
5608 Rename in gud.el by adding gud prefix.
5609 (tooltip-gud-original-filter, tooltip-gud-dereference)
5610 (tooltip-gud-event, tooltip-toggle-gud-tips)
5611 (tooltip-gud-process-output, tooltip-gud-print-command)
5612 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
5613 gud.el by replacing tooltip-gud prefix with gud-tooltip.
5614 (gdb-tooltip-print): Move to gdb-ui.el.
5615
5616 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5617 (require): CL needed to compile case.
5618 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5619 tooltip-gud-tips-p. Make it a minor-mode.
5620 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5621 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5622 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5623 (gud-tooltip-change-major-mode)
5624 (gud-tooltip-activate-mouse-motions-if-enabled)
5625 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5626 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5627 (gud-tooltip-original-filter, gud-tooltip-dereference)
5628 (gud-tooltip-event, tooltip-toggle-gud-tips)
5629 (gud-tooltip-process-output, gud-tooltip-print-command)
5630 (gud-tooltip-tips): Move from tooltip.el.
5631
5632 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5633 (gdb-cpp-define-alist-flags): Doc fix.
5634 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5635 gud-tooltip-mode is t.
5636
5637 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5640 evaporate if their text is deleted.
5641 (goto-address-at-point): Make it work as a mouse binding as well.
5642 (goto-address-at-mouse): Obsolete it. Update users.
5643
5644 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5645
5646 * calendar/appt.el (top-level): No longer activate on load.
5647
5648 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5651 * net/webjump.el (webjump):
5652 * progmodes/idlw-help.el (idlwave-do-context-help1)
5653 (idlwave-highlight-linked-completions):
5654 * textmodes/po.el (po-find-file-coding-system-guts):
5655 Replace `assoc-ignore-case' by `assoc-string'.
5656
5657 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5658
5659 * files.el (locate-file): Doc fix.
5660
5661 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5662 Remove the redundant test for ms-dos.
5663
5664 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5665 look for the preprocessor with exec-suffixes. If not found in
5666 standard places, look in exec-path. Remove most of the tests that
5667 used system-type.
5668
5669 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5670
5671 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5672
5673 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5674 file-name clash with jka-compr.el on 8+3 filesystems.
5675
5676 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5677
5678 * term/mac-win.el: Don't define or bind scroll bar functions if
5679 x-toolkit-scroll-bars is t.
5680 (x-select-text, x-get-selection-value):
5681 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5682 (PRIMARY): Put mac-scrap-name property.
5683 (mac-select-convert-to-file-url): New function.
5684 (public.file-url): New selection target type. Add to
5685 selection-converter-alist.
5686 (x-get-selection, x-selection-value): Handle it.
5687 (x-cut-buffer-or-selection-value): New alias.
5688
5689 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5690
5691 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5692 entry to avoid calling bibtex-find-entry with arg global
5693 being t. Remove arg key.
5694 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5695 (bibtex-copy-summary-as-kill): Change accordingly.
5696
5697 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5700 (org-agenda-date-later): Use with-current-buffer.
5701
5702 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5703
5704 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5705 (define-obsolete-variable-alias): Doc Fixes.
5706
5707 2005-05-06 Kim F. Storm <storm@cua.dk>
5708
5709 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5710 vertical-motion when selective-display is active.
5711
5712 * ido.el (ido-setup-hook): New hook.
5713 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5714 (ido-input-stack): New var.
5715 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5716 ido-next-work-file binding to M-O.
5717 Bind M-f to ido-wide-find-file-or-pop-dir.
5718 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5719 (ido-read-internal): Run ido-setup-hook.
5720 Catch quit in read-file-name and read-string to cancel edit.
5721 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5722 Automatically pop-all when completing a directory name (RET).
5723 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5724 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5725 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5726 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5727 New functions for M-b/M-f to move among the directory components.
5728 (ido-make-merged-file-list): Catch quit to cancel merge.
5729 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5730 (ido-completion-help): No warnings for ido-completion-buffer-full.
5731
5732 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5733
5734 * font-lock.el (font-lock-negation-char-face): New face and variable.
5735 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5736 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5737 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5738 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5739
5740 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5743 Fix typo in docstring.
5744
5745 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5746 (ebrowse-print-statistics-line)
5747 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5748
5749 * term/w32-win.el (image-library-alist): Add additional name for
5750 Xpm library.
5751
5752 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5753
5754 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5755 use gcc instead of cpp.
5756
5757 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5758 (gdb-create-define-alist): Use it.
5759 (gdb-cpp-define-alist-program): Update for MS-DOS.
5760
5761 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5762
5763 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5764
5765 2005-05-04 Richard M. Stallman <rms@gnu.org>
5766
5767 * help.el (describe-key): No error when UNTRANSLATED is nil.
5768
5769 * simple.el (line-move-1): Fix previous change to signal errors
5770 appropriately.
5771
5772 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5773
5774 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5775 (icalendar-duration-correction): Remove.
5776 (icalendar--get-event-properties): Split result at commas.
5777 (icalendar--decode-isoduration): New optional argument
5778 DURATION-CORRECTION.
5779 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5780 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5781 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5782 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5783 (icalendar--convert-anniversary-to-ical): New functions, extracted
5784 from icalendar-export-region, with bug fixes.
5785 (icalendar-export-region): Use the above functions.
5786 (icalendar-import-buffer): Check before saving diary file.
5787 (icalendar--convert-recurring-to-diary)
5788 (icalendar--convert-non-recurring-all-day-to-diary)
5789 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5790 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5791 (icalendar--convert-ical-to-diary): Use the above functions.
5792
5793 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5794
5795 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5796 Remove these recent additions.
5797 (c-mode): Restore to before 2005-04-28.
5798
5799 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5800 recent addition.
5801
5802 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5803 (gdb-define-alist): New variables.
5804 (gdb-create-define-alist): New function.
5805 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5806 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5807 with string-to-number.
5808 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5809
5810 * progmodes/gud.el: Replace string-to-int with string-to-number.
5811 (gud-find-file): Handle gdb-define-alist.
5812
5813 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5814
5815 2005-05-02 Jay Belanger <belanger@truman.edu>
5816
5817 * calc/calc-aent.el (math-read-token):
5818 * calc/calc-bin.el (calc-word-size):
5819 * calc/calc-ext.el (calc-read-number-fancy):
5820 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5821 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5822 * calc/calc-frac.el (calc-over-notation):
5823 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5824 (calc-graph-num-points, calc-graph-init):
5825 * calc/calc-prog.el (calc-read-parse-table-part)
5826 (calc-edit-macro-repeats):
5827 * calc/calc-yank.el (calc-do-grab-rectangle):
5828 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5829 Replace `string-to-int' by `string-to-number'.
5830
5831 2005-05-02 Kim F. Storm <storm@cua.dk>
5832
5833 * kmacro.el: Use executing-kbd-macro-index variable.
5834
5835 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5836
5837 * net/rlogin.el (rlogin-parse-words): Delete func.
5838 (rlogin): Use split-string, not rlogin-parse-words.
5839 Also, if there are option-like elements in the parsed args,
5840 take the host to be the first arg immediately following them.
5841 Suggested by Michael Mauger.
5842
5843 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5844
5845 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5846
5847 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5848
5849 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5850 (cc-mode-cpp-program): Rename to cc-define-list-program and
5851 move to cc-vars.el.
5852
5853 * progmodes/cc-vars.el (cc-define-list-program):
5854 Change to "gcc -E -dM -". Make customizable.
5855
5856 2005-05-02 Kim F. Storm <storm@cua.dk>
5857
5858 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5859
5860 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5861
5862 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5863
5864 * international/mule-util.el (truncate-string): Remove alias and
5865 obsolete declaration.
5866
5867 * international/mule-cmds.el (update-iso-coding-systems):
5868 Remove alias and obsolete declaration.
5869
5870 * international/mule.el (coding-system-parent): Remove alias and
5871 obsolete declaration.
5872
5873 * subr.el (define-function, sref): Remove aliases and obsolete
5874 declarations.
5875 (chars-in-region): Remove obsolete declaration.
5876
5877 2005-05-01 Richard M. Stallman <rms@gnu.org>
5878
5879 * info.el (Info-mode): Set widen-automatically to nil, locally.
5880
5881 * simple.el (widen-automatically): New variable.
5882 (pop-global-mark): Obey widen-automatically.
5883
5884 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5885
5886 * term/xterm.el (function-key-map): Call substitute-key-definition
5887 before the keymap size is increased by a lot of define-key calls.
5888
5889 2005-05-01 Richard M. Stallman <rms@gnu.org>
5890
5891 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5892 Rename ARG to ELEMENT. Doc fix.
5893
5894 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5895
5896 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5897 Remove references to allout-exposure/change to allout-new-exposure.
5898
5899 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5900 bytecode symbols.
5901
5902 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5903 (compiled-function-p, focus-frame, unfocus-frame):
5904 Remove aliases and obsolete declarations.
5905 Back out inadvertent changes from previous commit.
5906
5907 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5908
5909 * files.el (require-final-newline): Make Custom tags consistent
5910 with mode-require-final-newline.
5911 (mode-require-final-newline): Doc fix.
5912
5913 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * international/latexenc.el (latexenc-find-file-coding-system):
5916 Fix regular expressions.
5917
5918 2005-05-01 David Kastrup <dak@gnu.org>
5919
5920 * international/latexenc.el (latexenc-find-file-coding-system):
5921 Fix regular expressions.
5922
5923 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5924
5925 * subr.el (string-to-int): Make obsolete.
5926
5927 2005-04-30 Richard M. Stallman <rms@gnu.org>
5928
5929 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5930
5931 * loadup.el: load jka-comp-hook.
5932
5933 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5934 (jka-compr-handler): Add autoload. `put' calls moved
5935 to jka-comp-hook.el.
5936 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5937 (jka-compr-inhibit): Autoload.
5938
5939 * jka-comp-hook.el: New file.
5940 Enable the mode by default.
5941
5942 * files.el (backup-buffer-copy): Use copy-file instead
5943 of write-region, and put back the 'excl.
5944
5945 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * progmodes/flymake.el (flymake-split-string)
5948 (flymake-split-string, flymake-log, flymake-pid-to-names)
5949 (flymake-reg-names, flymake-get-source-buffer-name)
5950 (flymake-unreg-names, flymake-add-line-err-info)
5951 (flymake-add-err-info): Clarify docstrings.
5952 (flymake-popup-menu, flymake-make-emacs-menu)
5953 (flymake-make-xemacs-menu): Add docstrings.
5954 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5955 Set variables directly throughout.
5956
5957 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5958
5959 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5960 exists. Initialize cc-define-alist.
5961 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5962 If there is no file (Macroexpansion) don't create an alist.
5963
5964 2005-04-29 Sam Steingold <sds@gnu.org>
5965
5966 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5967 (cc-create-define-alist): Use it instead of the hard-coded string.
5968
5969 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5972 for latexenc.
5973
5974 2005-04-29 Lute Kamstra <lute@gnu.org>
5975
5976 * emacs-lisp/generic.el: Improve commentary section.
5977 (define-generic-mode): Improve docstring.
5978
5979 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5980
5981 * textmodes/org.el (many places): Change to quiet the byte compiler.
5982 (org-prefix-format-compiled): New variable.
5983 (org-compile-prefix-format): New function.
5984 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5985 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5986 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5987 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5988 consistency with entries from `org-mode' files.
5989 (org-get-time-of-day): Fix bug with partial matches early in a line.
5990 (org-non-link-chars): New constant.
5991 (org-link-regexp): Respect `org-non-link-chars'.
5992 (org-agenda-day-view): Remove command.
5993 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5994 (org-follow-bbdb-link, org-store-link): Search also company field.
5995 (org-highlight-overlay): New variable.
5996 (org-highlight, org-unhighlight): New functions.
5997 (org-agenda-mode): Add pre-command-hook to remove highlight.
5998 (org-evaluate-time-range): Behavior depends upon whether time stamp
5999 contains a time or not.
6000 (org-show-subtree, org-show-entry): New functions.
6001 (org-agenda-cleanup-fancy-diary): Remove empty lines.
6002
6003 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6004
6005 * comint.el (comint-output-filter-functions): Add autoload cookie.
6006
6007 2005-04-28 Kim F. Storm <storm@cua.dk>
6008
6009 * ido.el (ido-everywhere): Fix last change.
6010
6011 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6012
6013 * international/latexenc.el: New file.
6014 * international/mule-conf.el (file-coding-system-alist): For .tex,
6015 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6016
6017 2005-04-28 Lute Kamstra <lute@gnu.org>
6018
6019 * font-lock.el (font-lock-add-keywords)
6020 (font-lock-remove-keywords): Clarify docstring.
6021 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6022 Don't start docstrings with a `*'.
6023 (font-lock-update-removed-keyword-alist): Give it a docstring.
6024
6025 * generic-x.el: Update commentary section.
6026 Only require font-lock when compiling.
6027 Define all modes conditionally.
6028 Place all generic modes in the generic-x-modes customization group.
6029 (generic-x-modes): New customization group.
6030 (generic-default-modes, generic-mswindows-modes)
6031 (generic-unix-modes, generic-other-modes): New constants.
6032 (generic-define-mswindows-modes, generic-define-unix-modes):
6033 Update docstrings. Make them obsolete.
6034 (generic-extras-enable-list): New default value. Update docstring.
6035 Improve :type. Change :set function.
6036 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6037 Fix docstring.
6038
6039 * emacs-lisp/generic.el (generic-mode-internal):
6040 Simplify font-lock-defaults.
6041 (define-generic-mode): Fix docstring.
6042
6043 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6046 font-lock-face property to highlight matches.
6047
6048 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6049
6050 * progmodes/cc-mode.el (cc-create-define-alist): New function.
6051 (cc-define-alist): New variable.
6052 (c-mode): Make it local and initialize it.
6053
6054 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6055 (gdb-exited): New function.
6056 (gdb-annotation-rules): Use it.
6057 (gdb-starting): Set gdb-active-process to t.
6058 (gdb-stopping): Amend doc string.
6059 (gdb-reset): Set gdb-active-process to nil.
6060
6061 * tooltip.el (tooltip-gud-tips): Show the associated #define
6062 directives when a C program under GDB is not executing.
6063
6064 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6067 font-lock-fontify-syntactic-keywords.
6068
6069 * font-lock.el (font-lock-default-fontify-region): Don't force
6070 parse-sexp-lookup-properties to nil.
6071
6072 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6073
6074 * man.el (man-mode-syntax-table): Set up `:' to have
6075 word-constituent syntax.
6076
6077 2005-04-27 Lute Kamstra <lute@gnu.org>
6078
6079 * novice.el (disable-command): Don't add spurious newlines to the
6080 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6081
6082 2005-04-26 Jay Belanger <belanger@truman.edu>
6083
6084 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6085 than one window before deleting window.
6086
6087 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * shell.el (shell-prompt-pattern): Doc fix.
6090 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6091
6092 * comint.el (comint-prompt-regexp, comint-get-old-input)
6093 (comint-use-prompt-regexp)
6094 (comint-use-prompt-regexp-instead-of-fields)
6095 (comint-replace-by-expanded-history, comint-send-input)
6096 (comint-output-filter, comint-get-old-input-default)
6097 (comint-line-beginning-position, comint-bol, comint-show-output)
6098 (comint-backward-matching-input, comint-forward-matching-input)
6099 (comint-next-prompt, comint-previous-prompt):
6100 Rename `comint-use-prompt-regexp-instead-of-fields' to
6101 `comint-use-prompt-regexp'. Keep old name as alias and declare
6102 obsolete.
6103 (comint-use-prompt-regexp): Shorten first line of doc string.
6104
6105 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6106 Set paragraph-separate buffer locally to "\\'".
6107
6108 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6109 Adapt to above name change.
6110
6111 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6112 (smbclient-prompt-regexp): Ditto.
6113
6114 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6115
6116 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
6117
6118 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6119 gdb-location-list.
6120 Break lines that are over 80 characters wide.
6121
6122 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6125 New fun and var, to preserve compatibility.
6126
6127 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6128
6129 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6130
6131 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6132 name to file-newer-than-file-p.
6133
6134 2005-04-26 Richard M. Stallman <rms@gnu.org>
6135
6136 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6137
6138 * progmodes/python.el (python-mode):
6139 Use new name eldoc-documentation-function.
6140
6141 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6142
6143 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6144 (eldoc-documentation-function):
6145 Rename from eldoc-print-current-symbol-info-function. Calls changed.
6146
6147 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
6148
6149 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6150
6151 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6152
6153 * term/xterm.el (function-key-map): Fix strings for
6154 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
6155 {C,S,A,C-S}-{f1-f12}.
6156
6157 2005-04-26 Kenichi Handa <handa@m17n.org>
6158
6159 * international/mule-cmds.el (select-safe-coding-system):
6160 Fix previous change.
6161
6162 2005-04-26 Lute Kamstra <lute@gnu.org>
6163
6164 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6165
6166 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6167 (font-lock-comment-delimiter-face): Ditto.
6168
6169 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6170
6171 2005-04-25 Jay Belanger <belanger@truman.edu>
6172
6173 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6174 to t while inserting information; use help-mode.
6175
6176 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6177
6178 * term.el (ansi-term-color-vector): Use the xterm colors.
6179 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
6180
6181 2005-04-25 Lute Kamstra <lute@gnu.org>
6182
6183 * font-core.el (font-lock-defaults): Fix docstring.
6184
6185 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6186
6187 2005-04-25 Kenichi Handa <handa@m17n.org>
6188
6189 * international/mule-cmds.el (select-safe-coding-system):
6190 Don't check consistency with coding: spec, etc if raw-text or
6191 no-conversion was found to be safe.
6192
6193 2005-04-24 Richard M. Stallman <rms@gnu.org>
6194
6195 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6196 citation markers at start of each line.
6197
6198 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6199 citation markers at start of each line.
6200
6201 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6202
6203 * files.el (mode-require-final-newline): Fix previous change.
6204 (require-final-newline): Fix type label.
6205
6206 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6207
6208 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6209 statement in buffer (broken by 2004-11-24 change).
6210
6211 2005-04-24 Kim F. Storm <storm@cua.dk>
6212
6213 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6214 and read-file-name-function values. Don't overwrite existing
6215 non-nil values if ido-mode is enabled without ido-everywhere.
6216
6217 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6218
6219 * files.el (mode-require-final-newline): Minor doc fix.
6220
6221 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6222
6223 * subr.el (syntax-after): Doc fix.
6224 (syntax-class): If argument is nil, return nil. Mask off upper 16
6225 bits, not 8 bits.
6226
6227 * files.el (mode-require-final-newline): Doc fix.
6228 (backup-buffer-copy): Fix last change.
6229
6230 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6231
6232 * term/mac-win.el: Require select. Set selection-coding-system to
6233 mac-system-coding-system. Call menu-bar-enable-clipboard.
6234 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6235 (x-select-enable-clipboard): New variables.
6236 (x-select-text, x-get-selection, x-selection-value)
6237 (x-get-selection-value, mac-select-convert-to-string)
6238 (mac-services-open-file, mac-services-open-selection)
6239 (mac-services-insert-text): New functions.
6240 (CLIPBOARD, FIND): Put mac-scrap-name property.
6241 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6242 (public.tiff): Put mac-ostype property.
6243 (selection-converter-alist): Add entries for them.
6244 (mac-application-menu-map): New keymap.
6245 (interprogram-cut-function, interprogram-paste-function): Set to
6246 x-select-text and x-get-selection-value, respectively.
6247 (split-window-keep-point): Set to t.
6248
6249 2005-04-23 Richard M. Stallman <rms@gnu.org>
6250
6251 * files.el (read-directory-name): Always pass non-nil
6252 DEFAULT-FILENAME arg to read-file-name.
6253 (backup-buffer-copy, basic-save-buffer-2): Take care against
6254 writing thru an unexpected existing symlink.
6255 (revert-buffer): In indirect buffer, revert the base buffer.
6256 (magic-mode-alist): Doc fix.
6257 (buffer-stale-function): Doc fix.
6258 (minibuffer-with-setup-hook): Avoid warning.
6259 (mode-require-final-newline): Doc and custom fix.
6260
6261 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6262
6263 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6264 use the default appearance.
6265 (font-lock-comment-delimiter-face): New face, new variable.
6266
6267 * imenu.el (imenu--generic-function): The official position of a
6268 definition is the start of the line that BEG is in.
6269
6270 * midnight.el (midnight-timer): Move defvar up.
6271
6272 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6273
6274 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6275
6276 * startup.el (command-line): Use with-no-warnings.
6277
6278 * window.el (window-size-fixed): New defvar.
6279
6280 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6281
6282 * mail/rmail.el (rmail-font-lock-keywords):
6283 Use font-lock-comment-delimiter-face.
6284
6285 * mail/sendmail.el (mail-font-lock-keywords):
6286 Use font-lock-comment-delimiter-face.
6287
6288 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6289
6290 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6291
6292 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6293 Specify t for LAXMATCH when matching directories.
6294 Save match data around compilation-compat-error-properties form.
6295
6296 2005-04-23 David Kastrup <dak@gnu.org>
6297
6298 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6299 Mention that the autoloaded aliases should be kept for AUCTeX.
6300
6301 2005-04-23 Andreas Schwab <schwab@suse.de>
6302
6303 * isearch.el (isearch-forward): Doc fix.
6304
6305 2005-04-23 Eli Zaretskii <eliz@gnu.org>
6306
6307 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6308 (jit-lock-stealth-nice): Change default value to 0.5.
6309
6310 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6311
6312 * abbrev.el (write-abbrev-file): Write table entries in
6313 alphabetical order by table name.
6314
6315 2005-04-22 Kim F. Storm <storm@cua.dk>
6316
6317 * ido.el (ido-read-internal): Fix `list' completion.
6318
6319 2005-04-22 Kenichi Handa <handa@m17n.org>
6320
6321 * recentf.el (recentf-save-file-coding-system): New variable.
6322 (recentf-save-list): Encode the file by
6323 recentf-save-file-coding-system and add coding: tag.
6324
6325 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6326
6327 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6328
6329 2005-04-21 Lute Kamstra <lute@gnu.org>
6330
6331 * loadhist.el (unload-feature): Don't remove a function from hooks
6332 if it is about to be restored to an autoload . Remove functions
6333 that will become unbound from auto-mode-alist. Simplify the code.
6334
6335 * subr.el (assq-delete-all): New implementation that is linear,
6336 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6337 (rassq-delete-all): New function.
6338
6339 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6340 Add size-indication-mode.
6341
6342 2005-04-21 Kenichi Handa <handa@m17n.org>
6343
6344 * international/mule-cmds.el: Add autoload for widget-value in
6345 eval-when-compile.
6346
6347 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
6348
6349 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6350 Add tooltip-mode.
6351
6352 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6353
6354 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6357 (inferior-lisp-filter-regexp, inferior-lisp-program)
6358 (inferior-lisp-load-command, inferior-lisp-prompt)
6359 (inferior-lisp-mode-hook, lisp-source-modes)
6360 (inferior-lisp-load-hook): defvar->defcustom.
6361 (inferior-lisp-program, inferior-lisp-prompt)
6362 (inferior-lisp-load-hook): Doc fixes.
6363 (inferior-lisp-install-letter-bindings): Small change in
6364 introductory comment.
6365
6366 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6367
6368 * vc.el (vc-annotate-color-map): Change some colors so that text
6369 using them as foreground is readable on both white and black
6370 backgrounds.
6371
6372 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * international/mule-conf.el (translation-table-for-input):
6375 Remove redundant declaration.
6376
6377 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6378
6379 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6380
6381 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6382 (tooltip-toggle-gud-tips): New function.
6383
6384 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6385
6386 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6387 right angle brackets.
6388
6389 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6390
6391 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6392
6393 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6396 Remove. Update callers to use expand-file-name instead.
6397
6398 * subr.el (syntax-class): New function.
6399
6400 * simple.el (blink-matching-open): Use it.
6401
6402 * paren.el (show-paren-function): Use it to recognize parens that are
6403 also used in 2-char comment markers.
6404
6405 2005-04-19 Lute Kamstra <lute@gnu.org>
6406
6407 * loadhist.el (unload-feature): Update for new format of
6408 load-history. Simplify the code.
6409
6410 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6411
6412 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6413 (mac-add-charset-info): New function. Initialize variable
6414 mac-charset-info-alist using it.
6415 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6416 for translation.
6417 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6418 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6419 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6420 New CCL programs.
6421
6422 2005-04-19 Kim F. Storm <storm@cua.dk>
6423
6424 * simple.el (next-buffer, prev-buffer, next-error)
6425 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6426 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6427
6428 * bindings.el (next-buffer, prev-buffer, next-error)
6429 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6430 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6431 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6432 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6433
6434 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * isearch.el (isearch-edit-string): Make the search-ring available for
6437 minibuffer history commands.
6438 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6439 the default history commands now work just as well.
6440 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6441
6442 2005-04-18 Kim F. Storm <storm@cua.dk>
6443
6444 * emulation/cua-base.el (cua--pre-command-handler): Add more
6445 elaborate check for shift modifier on non-window systems.
6446
6447 2005-04-18 Lars Hansen <larsh@math.ku.dk>
6448
6449 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6450
6451 2005-04-18 Kim F. Storm <storm@cua.dk>
6452
6453 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6454 and make it optional. Don't test tooltip-gud-echo-area here.
6455 (tooltip-gud-process-output, gdb-tooltip-print):
6456 Pass tooltip-gud-echo-area to tooltip-show.
6457 (tooltip-help-tips): Remove second optional arg to tooltip-show.
6458
6459 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6460
6461 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6462 `display-graphic-p' may not be bound yet.
6463
6464 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6465
6466 * startup.el (command-line): No longer enable Xterm Mouse mode by
6467 default in terminals compatible with xterm.
6468
6469 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6470
6471 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
6472
6473 * tooltip.el (tooltip-gud-echo-area): Rename from
6474 tooltip-use-echo-area.
6475 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6476 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6477 area independently of where help tooltips are displayed.
6478
6479 2005-04-17 David Kastrup <dak@gnu.org>
6480
6481 * cus-theme.el (custom-theme-write-variables): Quote variables
6482 where necessary.
6483
6484 2005-04-17 Richard M. Stallman <rms@gnu.org>
6485
6486 * simple.el (yank-excluded-properties): Add follow-link to value.
6487
6488 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6489
6490 * startup.el (fancy-splash-max-time): Just 30 seconds.
6491 (fancy-splash-delay): Just 7.
6492 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6493
6494 * loadhist.el (unload-feature): Update for new format of load-history.
6495 Simplify the code.
6496
6497 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6498 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6499
6500 * mail/sendmail.el (mail-font-lock-keywords):
6501 Don't fontify subject text.
6502 Don't fontify the text of a citation.
6503
6504 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6505
6506 * comint.el (comint-output-filter): Run comint-output-filter-functions
6507 with point where the user had it.
6508
6509 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * international/ucs-tables.el (ucs-set-table-for-input):
6512 Disable when using unify-on-decoding.
6513
6514 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6515
6516 * emulation/cua-base.el (cua-global-mark-face): Add special case
6517 for displays supporting a high number of colors.
6518
6519 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6520
6521 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6522
6523 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * filesets.el (filesets-add-buffer): If user supplies a name of a
6526 non-existing fileset, create a new fileset.
6527
6528 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
6529
6530 * textmodes/org.el (org-up-heading-all): Fix bug with
6531 `outline-up-heading-all'.
6532
6533 2005-04-16 Andreas Schwab <schwab@suse.de>
6534
6535 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6536 /etc/permissions.d/* and /etc/aliases.d/*.
6537
6538 2005-04-16 Kenichi Handa <handa@m17n.org>
6539
6540 * international/code-pages.el (cp-make-coding-system):
6541 Set `translation-table-for-input' property value to the symbol
6542 ucs-mule-to-mule-unicode, not to that value.
6543 (pt154): Escape guillemet by `\'.
6544
6545 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6546
6547 * loadup.el: Load tooltip if x-show-tip is fboundp.
6548
6549 * startup.el (command-line): Add comment.
6550
6551 * tooltip.el (tooltip-mode): Specify correct standard value for
6552 Custom in init-value.
6553
6554 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
6555
6556 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6557 possible.
6558
6559 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
6560
6561 * textmodes/org.el (org-agenda-date-prompt): Rename from
6562 `org-agenda-date-today'.
6563 (org-evaluate-time-range): Insert at point instead of directly
6564 after time range.
6565 (org-first-headline-recenter, org-subtree-end-visible-p)
6566 (org-optimize-window-after-visibility-change): New functions
6567 (org-agenda-post-command-hook): Don't allow point at end of line,
6568 to make sure it always hits the text properties.
6569 (org-agenda-next-date-line, org-agenda-previous-date-line):
6570 New commands.
6571 (org-set-regexps-and-options): Category may contain white space.
6572 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6573 Improve marker positions.
6574 (org-agenda-new-marker): Argument POS made optional.
6575 (org-agenda-get-timestamps): Deadlines which are done are listed
6576 in org-done-face now.
6577 (org-agenda-get-todos, org-agenda-get-timestamps)
6578 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6579 Set `undone-face' and `done-face' properties.
6580 (org-last-todo-state-is-todo): New variable.
6581 (org-todo): Set `org-last-todo-state-is-todo'.
6582 (org-agenda-todo): Change face according to
6583 `org-last-todo-state-is-todo'. And change other lines referring to
6584 the same entry.
6585 (org-calendar-goto-agenda): New command.
6586 (org-calendar-to-agenda-key): New option.
6587 (org-startup-folded): New allowed value `content'.
6588 (org-set-regexps-and-options): Accept new value `content' for
6589 `org-startup-folded'.
6590 (org-get-current-options): Handle new value `content' for
6591 `org-startup-folded'.
6592 (org-insert-todo-heading): New command.
6593 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6594 interactively in empty file and option
6595 `org-insert-mode-line-in-empty-file' has been set.
6596 (org-agenda-todo,org-agenda-priority): Modify to use
6597 `org-agenda-change-all-lines'.
6598 (org-warning-face): Change color on dark background
6599
6600 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6601
6602 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6603 use preferences AppleLocale and AppleLanguages, and variable
6604 mac-system-locale for default locale. On Mac OS Classic, use
6605 mac-system-coding-system for default coding systems.
6606
6607 * term/mac-win.el: Don't set file-name-coding-system.
6608 Decode variables system-name, emacs-build-system, user-login-name, and
6609 user-full-name by mac-system-coding-system on Mac OS Classic.
6610 (mac-system-coding-system): New variable.
6611
6612 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
6613
6614 * startup.el (command-line): Handle `xterm-mouse-mode' before
6615 reading init file.
6616
6617 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6618
6619 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6620
6621 * progmodes/sh-script.el (sh-here-document-word): Make it a
6622 defcustom. Doc fix.
6623 (sh-add): Bash uses $(( )) for arithmetic.
6624 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6625 (sh-maybe-here-document): Remove quotes and leading whitespace
6626 from heredoc word when closing. Indent heredoc with tabs if word
6627 starts with "-".
6628
6629 2005-04-13 Richard M. Stallman <rms@gnu.org>
6630
6631 * simple.el (undo): Fix previous change.
6632
6633 * custom.el (defface): Doc fix.
6634
6635 2005-04-13 Lute Kamstra <lute@gnu.org>
6636
6637 * Makefile.in (DONTCOMPILE): Remove list.
6638 (compile, compile-always): Don't use DONTCOMPILE.
6639 (update-authors): Load the library in which batch-update-authors
6640 is defined.
6641 * makefile.w32-in (DONTCOMPILE): Remove list.
6642 (compile, compile-always): Fix comments.
6643 (update-authors): Load the library in which batch-update-authors
6644 is defined.
6645
6646 * generic-x.el (generic-mode-ini-file-find-file-hook):
6647 Rename to ini-generic-mode-find-file-hook.
6648 Keep generic-mode-ini-file-find-file-hook as an alias.
6649 (ini-generic-mode-find-file-hook): Rename from
6650 generic-mode-ini-file-find-file-hook. Fix docstring.
6651 (ini-generic-mode): Docstring change.
6652 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6653
6654 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6655 called from lisp.
6656
6657 * generic.el: Move to the emacs-lisp subdir.
6658
6659 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6660
6661 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6662 and C-S- function and cursor motion keys.
6663
6664 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6665
6666 * startup.el (command-line): Enable Xterm Mouse mode by default.
6667 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6668 for Custom. No longer show "Mouse" in mode line when enabled.
6669 Doc fix.
6670
6671 2005-04-12 Kim F. Storm <storm@cua.dk>
6672
6673 * emulation/cua-base.el (cua-rectangle-face)
6674 (cua-rectangle-noselect-face): Define face attributes here.
6675
6676 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6677
6678 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6679
6680 * startup.el (command-line): Turn off blinking cursor if
6681 cursorBlink in resources is off or false.
6682
6683 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6684
6685 * term/mac-win.el (dnd): Require dnd.
6686 (mac-drag-n-drop): Call dnd-handle-one-url.
6687 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6688 (kTextEncodingISOLatin2): Remove constants.
6689 (mac-script-code-coding-systems): New constant.
6690 (mac-handle-language-change): New function.
6691 (special-event-map): Bind it to `language-change' event.
6692 (mac-centraleurroman, mac-cyrillic): New coding systems.
6693 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6694 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6695 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6696 encode-mac-cyrillic, respectively.
6697
6698 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6701 Don't set overlay-arrow-string to "=>" as this is done
6702 globally in C now.
6703
6704 2005-04-12 Lute Kamstra <lute@gnu.org>
6705
6706 * generic-x.el (rc-generic-mode, rul-generic-mode):
6707 Fix auto-mode-alist entries.
6708 (etc-fstab-generic-mode): Tweak fontification.
6709
6710 * generic.el (generic-make-keywords-list): Fix docstring.
6711 (generic-mode-internal): Simplify generic-font-lock-keywords.
6712
6713 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6714
6715 * whitespace.el (whitespace-buffer-leading)
6716 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6717 However, fix the highlight area for the leading and
6718 trailing whitespaces to show space.
6719
6720 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6721
6722 * whitespace.el (whitespace-version): Bump to 3.5
6723
6724 (whitespace-buffer-leading, whitespace-buffer-trailing):
6725 Invert sense of the test to highlight the whitespace.
6726
6727 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6728
6729 * progmodes/gud.el (gud-display-line): GUD uses its own
6730 overlay arrow now so don't set overlay-arrow-string.
6731 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6732
6733 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6734
6735 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6736 (term-ansi-current-reverse, term-ansi-current-invisible)
6737 (term-ansi-face-already-done): Change to boolean.
6738 (term-reset-terminal, term-handle-colors-array): Handle the above
6739 vars accordingly.
6740 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6741 (term-emulate-terminal): Use the new name.
6742
6743 * faces.el (secondary-selection): Use yellow1, not yellow.
6744 (trailing-whitespace): Use red1, not red.
6745
6746 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6747
6748 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6749 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6750 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6751
6752 * cus-edit.el (dnd): New group.
6753
6754 * term/w32-win.el (dnd): Require dnd
6755 (w32-drag-n-drop): Call dnd-handle-one-url.
6756
6757 * x-dnd.el: Require dnd.
6758 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6759 Call dnd-handle-one-url.
6760 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6761 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6762 to dnd-insert-text.
6763 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6764 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6765 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6766 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6767
6768 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6769
6770 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6771
6772 * wdired.el: Doc fixes.
6773 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6774 (wdired-use-dired-vertical-movement): Rename from
6775 wdired-always-move-to-filename-beginning.
6776 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6777 (wdired-change-to-wdired-mode): Change mode name.
6778 (wdired-newline): Delete.
6779
6780 2005-04-11 Richard M. Stallman <rms@gnu.org>
6781
6782 * whitespace.el (whitespace-highlight-the-space):
6783 Don't call whitespace-unhighlight-the-space here.
6784
6785 * simple.el (undo): Record t in undo-equiv-table
6786 for the redo record made by an undo-in-region.
6787
6788 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6789
6790 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6791 (gdb-frame-inferior-io-buffer): New Functions to control
6792 display of separate IO buffer.
6793 (menu): Add them to menu-bar.
6794 (gdb-display-buffer): Check for buffer another frame.
6795 Protect GUD buffer.
6796 (gdb-setup-windows): Create IO buffer if not already there.
6797 (gdb-memory-mode): Remove purecopy noops.
6798
6799 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6800
6801 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6802 and pass to self-insert-command.
6803
6804 2005-04-11 Lute Kamstra <lute@gnu.org>
6805
6806 * generic.el: Commentary section cleanup.
6807 (generic): Delete.
6808 (generic-use-find-file-hook, generic-lines-to-scan)
6809 (generic-find-file-regexp, generic-ignore-files-regexp)
6810 (default-generic-mode, generic-mode-find-file-hook)
6811 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6812 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6813 (generic-use-find-file-hook, generic-lines-to-scan)
6814 (generic-find-file-regexp, generic-ignore-files-regexp)
6815 (default-generic-mode, generic-mode-find-file-hook)
6816 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6817
6818 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6819
6820 * bookmark.el (bookmark-write-file): Catch errors writing file.
6821 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6822
6823 2005-04-10 Richard M. Stallman <rms@gnu.org>
6824
6825 * startup.el (fancy-splash-tail): Update copyright year.
6826 (command-line): Split part of -Q into -D.
6827 (emacs-basic-display): New defvar.
6828 (fancy-splash-text): Correct name of menu item.
6829
6830 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6831
6832 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6833 lines in one node.
6834
6835 * comint.el (comint-send-input): New arg ARTIFICIAL.
6836 Callers in this file changed.
6837
6838 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6839
6840 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6841
6842 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6845 `ldap-search-internal'.
6846
6847 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * files.el (set-auto-mode-1): Use line-end-position.
6850
6851 * international/latin-1.el:
6852 * international/latin-2.el:
6853 * international/latin-3.el:
6854 * international/latin-4.el:
6855 * international/latin-5.el:
6856 * international/latin-8.el:
6857 * international/latin-9.el: Give punctuation syntax to NBSP.
6858
6859 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6860 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6861 Use char-classes to accept non-ascii letters, accepted in some recent
6862 bibtex implementations.
6863
6864 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6865
6866 * custom.el (custom-set-minor-mode): Any non-nil value for the
6867 variable should enable the mode when set through Custom.
6868
6869 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6872 TAB binding so tab-always-indent is obeyed.
6873 (vhdl-minibuffer-local-map): Move initialization into declaration.
6874 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6875 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6876 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6877 (vhdl-current-line): Use line-beginning-position.
6878 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6879 with-output-to-temp-buffer, so the current position can be recorded.
6880
6881 2005-04-10 Masatake YAMATO <jet@gyve.org>
6882
6883 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6884 Add regexp for gcov.
6885
6886 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6887
6888 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6889 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6890 syntax which Emacs 20 doesn't support.
6891
6892 2005-04-09 Richard M. Stallman <rms@gnu.org>
6893
6894 * help.el (describe-key-briefly, describe-key):
6895 Replace strings as event types with "(any string)".
6896
6897 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * arc-mode.el (archive-mode-map): Move initialization into
6900 the declaration. Override *all* bindings of `undo'.
6901 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6902
6903 2005-04-09 Jay Belanger <belanger@truman.edu>
6904
6905 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6906
6907 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6908
6909 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6910 (xterm-register-default-colors): Update color values computation
6911 to match xterm-200.
6912
6913 2005-04-09 Kenichi Handa <handa@m17n.org>
6914
6915 * international/code-pages.el (iso-latin-7): Fix the map.
6916
6917 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6918
6919 * emacs-lisp/lisp.el (defun-prompt-regexp)
6920 (parens-require-spaces, buffer-end, end-of-defun)
6921 (insert-parentheses): Doc fixes.
6922
6923 2005-04-08 Kim F. Storm <storm@cua.dk>
6924
6925 * comint.el (comint-highlight-prompt): Fix face spec.
6926 * hi-lock.el (hi-green): Likewise.
6927
6928 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6929
6930 * cus-edit.el (custom-modified-face):
6931 * comint.el (comint-highlight-input): Fix previous changes.
6932 * term.el (term-handle-ansi-escape): Add a comment.
6933
6934 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6937 in the buffer and in whitespace-highlighted-space.
6938 (whitespace-unhighlight-the-space): Simplify.
6939 (whitespace-buffer): Simplify.
6940
6941 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6942
6943 * textmodes/table.el (table-cell-face): Add special case for
6944 displays supporting a high number of colors.
6945 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6946 (vhdl-font-lock-reserved-words-face)
6947 (vhdl-speedbar-architecture-face)
6948 (vhdl-speedbar-instantiation-face)
6949 (vhdl-speedbar-architecture-selected-face)
6950 (vhdl-speedbar-instantiation-selected-face): Likewise.
6951 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6952 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6953 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6954 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6955 (ebrowse-progress-face): Likewise.
6956 * progmodes/compile.el (compilation-info-face): Likewise.
6957 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6958 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6959 * calendar/calendar.el (diary-face): Likewise.
6960 * woman.el (woman-italic-face, woman-bold-face)
6961 (woman-unknown-face): Likewise.
6962 * wid-edit.el (widget-button-pressed-face): Likewise.
6963 * whitespace.el (whitespace-highlight-face): Likewise.
6964 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6965 * pcvs-info.el (cvs-marked-face): Likewise.
6966 * info.el (info-xref): Likewise.
6967 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6968 * hilit-chg.el (highlight-changes-face)
6969 (highlight-changes-delete-face): Likewise.
6970 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6971 (hi-red-b): Likewise.
6972 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6973 * font-lock.el (font-lock-keyword-face)
6974 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6975 * cus-edit.el (custom-invalid-face, custom-modified-face)
6976 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6977 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6978 * comint.el (comint-highlight-prompt): Likewise.
6979
6980 2005-04-08 Lute Kamstra <lute@gnu.org>
6981
6982 * font-lock.el (font-lock-keywords): Docstring fixes.
6983
6984 2005-04-08 Kenichi Handa <handa@m17n.org>
6985
6986 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6987 chars are more than a limit, print " and more..." at the tail.
6988
6989 2005-04-08 Kim F. Storm <storm@cua.dk>
6990
6991 * emacs-lisp/authors.el (authors-aliases): Update list.
6992 (authors-ignored-files): New list.
6993 (authors-fixed-entries): Fix typo.
6994 (authors-renamed-files-alist): Update list.
6995 (authors-add): Check authors-ignored-files.
6996
6997 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6998
6999 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7000 optional, to ensure backward compatibility.
7001
7002 2005-04-08 Stephen Eglen <stephen@gnu.org>
7003
7004 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7005
7006 2005-04-08 Kim F. Storm <storm@cua.dk>
7007
7008 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7009
7010 * mouse.el (mouse-on-link-p): Doc fix.
7011
7012 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7013
7014 * ielm.el (ielm-prompt-read-only): Doc fix.
7015
7016 * comint.el (comint-prompt-read-only): Doc fix.
7017
7018 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7019
7020 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7021 ensure dired always handles wildcards passed to ffap.
7022 (find-file-at-point): Use it.
7023 (ffap-dired-wildcards): Doc fix.
7024
7025 2005-04-07 Juri Linkov <juri@jurta.org>
7026
7027 * simple.el (next-error-overlay-arrow-position): New defvar.
7028 Put "=>" on its property `overlay-arrow-string'. Add it to
7029 `overlay-arrow-variable-list'.
7030
7031 * progmodes/compile.el (compilation-setup):
7032 Set `next-error-overlay-arrow-position' to nil. Also set it to
7033 nil in the local hook `kill-buffer-hook'. Make local variable
7034 `overlay-arrow-string' and set it to "=>".
7035 (compilation-goto-locus): Set BOL position to
7036 `next-error-overlay-arrow-position' instead of
7037 `overlay-arrow-position'.
7038
7039 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7040 locally instead of adding it to the global hook.
7041 (Info-kill-buffer): Move up.
7042
7043 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * term/xterm.el (xterm-standard-colors): Update color values from
7046 xterm-200.
7047
7048 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7051
7052 * fast-lock.el:
7053 * lazy-lock.el: Move them to the obsolete subdir.
7054
7055 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7056
7057 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7058 (wdired-add-replace-advice): Remove.
7059 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7060
7061 2005-04-06 Kim F. Storm <storm@cua.dk>
7062
7063 * startup.el (command-line): Add --bare-bones alias for -Q.
7064
7065 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7066
7067 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7068 create the startup fontset if a font specification ends with
7069 `mac-roman'.
7070
7071 2005-04-06 Lute Kamstra <lute@gnu.org>
7072
7073 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7074 change.
7075
7076 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7077 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7078
7079 2005-04-05 Lute Kamstra <lute@gnu.org>
7080
7081 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7082 (define-generic-mode): Ditto. Fix debug declaration.
7083
7084 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7085 Put them in the generic-x group.
7086
7087 * calendar/timeclock.el (timeclock): Doc fix.
7088
7089 * generic.el (define-generic-mode): Don't use custom-current-group.
7090 Document default :group value.
7091 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7092 (define-global-minor-mode): Don't use custom-current-group.
7093
7094 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7095
7096 * startup.el (command-line-1): Display startup-echo-area-message
7097 when fancy splash screen is in use.
7098
7099 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7100 (sh-escaped-newline): New face.
7101 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7102 newline, and use sh-escaped-newline face.
7103
7104 * progmodes/tcl.el (tcl-escaped-newline): New face.
7105 (tcl-builtin-list): New variable.
7106 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7107 newlines. Fix keywords subexpression number.
7108
7109 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
7110
7111 * textmodes/org.el (org-diary-default-entry): Fix call to
7112 `add-to-diary-entry'.
7113
7114 2005-04-05 Kim F. Storm <storm@cua.dk>
7115
7116 * ediff-init.el: Use (featurep 'xemacs).
7117
7118 2005-04-05 David Ponce <david@dponce.com>
7119
7120 * cus-edit.el (face): Derive from symbol widget. Display sample
7121 of the current face on the fly.
7122 (widget-face-sample-face-get, widget-face-notify): New functions.
7123 (widget-face-value-create): Remove.
7124
7125 * wid-edit.el (widget-field-end): Temporarily remove field
7126 narrowing before to call `get-char-property'.
7127
7128 2005-04-04 Jay Belanger <belanger@truman.edu>
7129
7130 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7131 (math-read-subscripts): New variable.
7132 (math-read-preprocess-string): Process subscripts.
7133
7134 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7135
7136 * comint.el (comint-prompt-read-only): Doc fix.
7137
7138 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7139 `-1'. Doc fix.
7140
7141 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
7142
7143 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7144 Change default value to nil.
7145
7146 2005-04-04 Lute Kamstra <lute@gnu.org>
7147
7148 * autorevert.el (auto-revert-mode): Specify :group.
7149 * battery.el (display-battery-mode): Specify :group.
7150 * diff-mode.el (diff-minor-mode): Specify :group.
7151 * font-core.el (font-lock-mode): Specify :group.
7152 * hl-line.el (hl-line-mode): Specify :group.
7153 * iimage.el (iimage): New customization group.
7154 (iimage-mode): Specify :group.
7155 * longlines.el (longlines-mode): Specify :group.
7156 * master.el: Don't require easy-mmode.
7157 (master): New customization group.
7158 (master-mode): Specify :group.
7159 * msb.el (msb-mode): Specify :group.
7160 * reveal.el (reveal-mode): Specify :group.
7161 * simple.el (next-error-follow-minor-mode): Specify :group.
7162 * smerge-mode.el (smerge-mode): Specify :group.
7163 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7164 * emulation/cua-base.el (cua-mode): Specify :group.
7165 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7166 * language/thai-util.el (thai-auto-composition-mode)
7167 (thai-word-mode): Specify :group.
7168 * mail/supercite.el (sc-minor-mode): Specify :group.
7169 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7170 * progmodes/flymake.el (flymake-mode): Specify :group.
7171 * progmodes/glasses.el (glasses-mode): Specify :group.
7172 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7173 * textmodes/enriched.el (enriched-mode): Specify :group.
7174 * textmodes/refill.el (refill-mode): Specify :group.
7175
7176 * add-log.el (change-log-font-lock-keywords): Names in
7177 parenthesized lists can contain spaces.
7178
7179 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7180
7181 * startup.el (fancy-splash-text): Shorten default text of
7182 "Emacs Tutorial" line. Also, if the current language env
7183 indicates an available tutorial file other than TUTORIAL,
7184 extract its title and append it to the line in parentheses.
7185 (fancy-splash-insert): If arg is a thunk, funcall it.
7186
7187 2005-04-04 Jay Belanger <belanger@truman.edu>
7188
7189 * calc.el (calc-language-alist): Add tags to customization type.
7190
7191 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7192
7193 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7194 Doc fix.
7195
7196 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
7197
7198 * add-log.el (change-log-font-lock-keywords): The manual
7199 describing a Change Log entry, says: (...) "Aside from these
7200 header lines, every line in the change log starts with a space or
7201 a tab.". The font-lock was not highlighting lines started with
7202 spaces, added support for it.
7203
7204 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7205
7206 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7207 (bibtex-generate-url-list): Update docstring accordingly. Put the
7208 complex example in the docstring.
7209 (bibtex-font-lock-url): Use pop.
7210
7211 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7214
7215 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7216
7217 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7218
7219 * filesets.el (filesets-set-default): Doc fix.
7220
7221 2005-04-03 Lute Kamstra <lute@gnu.org>
7222
7223 * generic.el (define-generic-mode): Add argument to specify
7224 keywords for defcustom.
7225 (default-generic-mode): Specify :group.
7226
7227 * generic-x.el: Specify :group for all generic modes.
7228
7229 * desktop.el (desktop-no-desktop-file-hook)
7230 (desktop-after-read-hook): Doc fix.
7231
7232 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7233
7234 * simple.el (visible-mode): Use explicit :group keyword.
7235 This changes the group of `visible-mode-hook' from paren-blinking
7236 to editing-basics.
7237
7238 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7239
7240 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
7241 mailbox specifications as well as URLs.
7242 (rmail-insert-inbox-text): Remove unused conditional branches.
7243
7244 2005-04-01 Jay Belanger <belanger@truman.edu>
7245
7246 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7247 (calc-gnuplot-print-command): Move definitions to calc.el.
7248
7249 * calc/calc-embed.el (calc-embedded-announce-formula)
7250 (calc-embedded-open-formula, calc-embedded-close-formula)
7251 (calc-embedded-open-word, calc-embedded-close-word)
7252 (calc-embedded-open-plain, calc-embedded-close-plain)
7253 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7254 (calc-embedded-open-mode, calc-embedded-close-mode):
7255 Move definitions to calc.el.
7256
7257 * calc/calc.el (calc-settings-file, calc-language-alist):
7258 Make customizable.
7259 (calc-embedded-announce-formula, calc-embedded-open-formula)
7260 (calc-embedded-close-formula, calc-embedded-open-word)
7261 (calc-embedded-close-word, calc-embedded-open-plain)
7262 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7263 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7264 (calc-embedded-close-mode, calc-gnuplot-name)
7265 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7266 from other files and make customizable.
7267
7268 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7271 Use buffer-live-p.
7272 (cvs-mode-run): Don't call cvs-update-header here.
7273 (cvs-run-process): Call cvs-update-header.
7274 Use process properties for cvs-postprocess and cvs-buffer so that
7275 the sentinel can behave better if the temp buffer is killed.
7276 Use a pipe rather than a tty, to better handle unexpected prompts.
7277 (cvs-sentinel): Rewrite. Call cvs-update-header.
7278
7279 2005-04-01 Andre Spiegel <spiegel@gnu.org>
7280
7281 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7282 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7283
7284 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * generic.el (define-generic-mode): Add indentation rule.
7287
7288 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7289
7290 * files.el (mode-require-final-newline): Make Custom correctly
7291 report a nil value and allow to set it to nil via Custom.
7292 Doc fix.
7293
7294 2005-04-01 Kenichi Handa <handa@m17n.org>
7295
7296 * international/characters.el: Enable the correct case setting for
7297 dotless-i and dotted-I.
7298
7299 2005-04-01 Kim F. Storm <storm@cua.dk>
7300
7301 * ido.el (ido-file-internal): Fall back to non-ido command if
7302 initial directory is on slow ftp (or tramp) host.
7303
7304 2005-03-31 Richard M. Stallman <rms@gnu.org>
7305
7306 * emacs-lisp/autoload.el (make-autoload):
7307 Handle define-global-minor-mode.
7308
7309 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7310 Rename from easy-mmode-define-global-mode.
7311 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7312
7313 * progmodes/scheme.el (scheme-mode-syntax-table):
7314 Update syntax of | and # for two-character comment syntax.
7315
7316 2005-03-31 Lute Kamstra <lute@gnu.org>
7317
7318 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7319 (define-minor-mode): Call custom-current-group at load-time.
7320
7321 * generic.el (define-generic-mode): Add debug declaration.
7322 Add defcustom for the mode hook.
7323 (generic-mode-internal): Use run-mode-hooks.
7324
7325 2005-03-31 Kim F. Storm <storm@cua.dk>
7326
7327 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7328 (mouse-fixup-help-message): New defun called by show_help_echo
7329 to fixup mouse-2 prefix in help messages when applicable.
7330
7331 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7332
7333 2005-03-31 Kenichi Handa <handa@m17n.org>
7334
7335 * language/thai-word.el (thai-find-word-ends): Pay attention to
7336 the case that we reach the end of buffer.
7337
7338 * textmodes/fill.el (fill-text-properties-at): New function.
7339 (fill-newline): Use fill-text-properties-at instead of
7340 text-properties-at.
7341
7342 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7343
7344 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7345 not comint-quote-filename.
7346
7347 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7348
7349 * help-fns.el (help-with-tutorial): Revert last change.
7350
7351 2005-03-31 Kim F. Storm <storm@cua.dk>
7352
7353 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7354
7355 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7356
7357 * calendar/cal-china.el: Update reference to "Calendrical
7358 Calculations" book; there's a new edition.
7359 * calendar/cal-coptic.el: Likewise.
7360 * calendar/cal-french.el: Likewise.
7361 * calendar/cal-hebrew.el: Likewise.
7362 * calendar/cal-islam.el: Likewise.
7363 * calendar/cal-iso.el: Likewise.
7364 * calendar/cal-julian.el: Likewise.
7365 * calendar/cal-mayan.el: Likewise.
7366 * calendar/cal-persia.el: Likewise.
7367 * calendar/calendar.el: Likewise.
7368 * calendar/holidays.el: Likewise.
7369 * calendar/lunar.el: Likewise.
7370 * calendar/solar.el: Likewise.
7371
7372 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7373 white space from doc string.
7374
7375 2005-03-30 Jay Belanger <belanger@truman.edu>
7376
7377 * calc/calc-help.el (calc-full-help): Remove email address.
7378
7379 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7380
7381 * help-fns.el (help-with-tutorial): Delete title line.
7382
7383 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7384
7385 * calendar/cal-x.el (calendar-one-frame-setup)
7386 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7387 rather than 'symbol for set-window-dedicated-p.
7388
7389 * calendar/appt.el (appt-buffer-name): Make it a constant.
7390 (appt-add): Doc fix.
7391
7392 * filesets.el (filesets-menu-path, filesets-menu-before)
7393 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7394 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7395 (filesets-add-submenu): Delete and use add-submenu instead.
7396
7397 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
7398
7399 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7400 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7401 (org-diary-default-entry): New function.
7402 (org-get-entries-from-diary): Better parsing of diary entries.
7403 (org-agenda-check-no-diary): New function.
7404 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7405 linking to diary entries.
7406 (org-agenda-execute-calendar-command): New function.
7407 (org-agenda): Improve visible section in window.
7408 Use `org-fit-agenda-window'.
7409 (org-fit-agenda-window): New option.
7410 (org-move-subtree-down): Better handling of empty lines
7411 at end of subtree.
7412 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7413 levels up.
7414 (org-fontify-done-headline): New option.
7415 (org-headline-done-face): New face.
7416 (org-set-font-lock-defaults): Use `org-headline-done-face'.
7417 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7418 When current field is non-empty, it is copied to next row.
7419 (org-table-copy-from-above): Fix bug which made it
7420 impossible to copy fields containing only a single non-white character.
7421
7422 2005-03-30 Kim F. Storm <storm@cua.dk>
7423
7424 * kmacro.el (kmacro-end-macro): Isearch may store this command
7425 into the macro -- so ignore it when executing keyboard macro.
7426
7427 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7428
7429 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7430
7431 2005-03-29 Kenichi Handa <handa@m17n.org>
7432
7433 * language/thai.el ("Thai"): Set setup-function and exit-function
7434 for Thai language environment.
7435
7436 * language/thai-util.el: Require thai-word.
7437 (thai-word-mode-map): New variable.
7438 (thai-word-mode): New minor mode.
7439 (setup-thai-language-environment-internal): New function.
7440 (exit-thai-language-environment-internal): New function.
7441
7442 * language/thai-word.el (thai-word-table): Declare it by defvar,
7443 use dolist to initialize it.
7444 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7445 (thai-fill-find-break-point): New functions.
7446
7447 2005-03-29 Richard M. Stallman <rms@gnu.org>
7448
7449 * simple.el (idle-update-delay): Move definition up.
7450 (set-mark): Doc fix.
7451
7452 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7453
7454 * longlines.el: New file.
7455
7456 * simple.el (buffer-substring-filters): New variable.
7457 (filter-buffer-substring): New function.
7458 (kill-region, copy-region-as-kill): Use it.
7459
7460 * register.el (copy-to-register, append-to-register)
7461 (prepend-to-register): Use filter-buffer-substring.
7462
7463 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7464
7465 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7466 (gud-filter-pending-text): Move in front of gdb.
7467 (gud-overlay-arrow-position): New variable.
7468 (gud-sentinel, gud-display-line): Use it in place of
7469 overlay-arrow-position.
7470
7471 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7472
7473 * progmodes/fortran.el (fortran-if-indent): Doc fix.
7474 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7475 (fortran-font-lock-keywords-4): New variable.
7476 (fortran-blocks-re, fortran-end-block-re)
7477 (fortran-start-block-re): New constants, for hideshow.
7478 (hs-special-modes-alist): Add a Fortran entry.
7479 (fortran-mode-map): Bind fortran-end-of-block,
7480 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7481 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
7482 (fortran-looking-at-if-then, fortran-end-of-block)
7483 (fortran-beginning-of-block): New functions, for hideshow.
7484
7485 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7486 Doc fix. Tweak regexp.
7487 (f90-beginning-of-block): Push mark first.
7488
7489 2005-03-29 Jay Belanger <belanger@truman.edu>
7490
7491 * calc/calc.el: Update copyright date.
7492 (calc-version): Increase to 2.1.
7493 (calc-version-date): Remove.
7494
7495 * calc/calc-help.el: Update copyright date.
7496 (calc-full-help): Remove reference to calc-version-date.
7497 Update copyright date.
7498
7499 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * vc.el (vc-do-command): Use a pipe for async processes, so password
7502 prompts don't show up at places where the user can't reply.
7503
7504 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7505
7506 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7507 on the file name we pass to the inferior shell.
7508
7509 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7510
7511 * progmodes/which-func.el (which-function): Be robust in the face of an
7512 imenu--make-index-alist failure.
7513
7514 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7517
7518 * progmodes/python.el (python-preoutput-filter): Fix last change.
7519
7520 2005-03-29 Lute Kamstra <lute@gnu.org>
7521
7522 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7523 functions and compiled macros.
7524 (debug-convert-byte-code): Handle macros too.
7525 (debug-on-entry-1): Don't signal an error when trying to clear a
7526 function that is not set to debug on entry.
7527
7528 2005-03-29 Jay Belanger <belanger@truman.edu>
7529
7530 * calc/calc-lang.el: Add functions to math-function-table
7531 properties of tex and math.
7532
7533 2005-03-29 Kenichi Handa <handa@m17n.org>
7534
7535 * ps-mule.el (ps-mule-plot-string): Translate characters by
7536 ps-print-translation-table.
7537 (ps-mule-begin-job): Call find-charset-region/string with
7538 ps-print-translation-table.
7539 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7540
7541 * ps-print.el (ps-print-translation-table): New variable.
7542 (ps-plot-region): Translate characters by ps-print-translation-table.
7543
7544 2005-03-29 Juri Linkov <juri@jurta.org>
7545
7546 * simple.el (next-error-highlight-timer): New variable.
7547
7548 * progmodes/compile.el (compilation-goto-locus):
7549 Use `next-error-highlight-timer' instead of `sit-for'.
7550
7551 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * mail/supercite.el (sc-mail-field): Use assoc-string.
7554 (sc-get-address): Simplify regexps.
7555
7556 * files.el (minibuffer-with-setup-hook): New macro.
7557 (find-file-read-args): Use it to avoid let-binding
7558 minibuffer-with-setup-hook (which breaks turning on/off
7559 file-name-shadow-mode while in the prompt).
7560
7561 * complete.el (PC-read-include-file-name-internal): Use test-completion.
7562
7563 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7564
7565 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7566
7567 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * window.el (window-buffer-height): Use count-screen-lines.
7570
7571 * progmodes/python.el (python-preoutput-leftover): New var.
7572 (python-preoutput-filter): Use it.
7573 (python-send-receive): Loop until all the result has been received.
7574
7575 2005-03-28 Juri Linkov <juri@jurta.org>
7576
7577 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7578
7579 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7580 "Recover Crashed Session".
7581 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7582 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7583 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7584 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7585 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7586 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7587 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7588 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7589
7590 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7591 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7592 Ediff Sessions", "Toggle use of separate control buffer frame",
7593 "Use separate frame for Ediff control buffer".
7594
7595 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7596 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7597 "Rename Bookmark", "Delete Bookmark".
7598
7599 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7600 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7601 Add `:active Info-index-alternatives' to "Next Matching Item".
7602
7603 * wdired.el (wdired-change-to-wdired-mode):
7604 Mention `wdired-abort-changes' key in the initial message.
7605
7606 * international/mule.el (auto-coding-alist): Associate non-ascii
7607 image filename extensions with `no-conversion'.
7608
7609 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * international/iso-acc.el:
7612 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7613
7614 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7615
7616 * textmodes/sgml-mode.el (html-mode): Doc update.
7617
7618 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7619
7620 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7621
7622 * term.el (term-move-columns): Fix face after extending a line.
7623 (term-insert-spaces): Likewise.
7624 (term-reset-terminal): Fix off by one error.
7625
7626 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7627
7628 * international/mule.el (auto-coding-alist): Add .xpi files.
7629
7630 * files.el (auto-mode-alist): Add .xpi files.
7631
7632 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
7633
7634 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7635
7636 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7637
7638 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7639
7640 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7641
7642 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7643 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7644
7645 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7646 cursor to Jan 1 when needed.
7647 (calendar-end-of-year): Fix -/+ typo.
7648 Reported by Chong Yidong <cyd@stupidchicken.com>.
7649
7650 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7653
7654 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7655 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7656
7657 2005-03-25 Richard M. Stallman <rms@gnu.org>
7658
7659 * filesets.el (filesets-init): Add autoload.
7660
7661 * mail/mailalias.el (mail-directory): Doc fix.
7662
7663 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7664
7665 * mail/mailalias.el (mail-directory-process): Do nothing if
7666 mail-directory-process is an atom.
7667 (mail-get-names): Ignore mail-directory-names if it is an atom.
7668 (mail-directory-process defvar): Doc fix.
7669 (mail-names): Doc fix.
7670
7671 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7672
7673 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7674
7675 2005-03-26 Kenichi Handa <handa@m17n.org>
7676
7677 * international/mule-util.el (detect-coding-with-priority):
7678 Call update-coding-systems-internal before detect-coding-region.
7679
7680 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7681
7682 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7683 (gdb-frames-mode-map): Add follow-link property.
7684
7685 2005-03-25 Jay Belanger <belanger@truman.edu>
7686
7687 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7688 for variables.
7689
7690 2005-03-25 Juri Linkov <juri@jurta.org>
7691
7692 * image-mode.el: Optimize image filename extension regexps in
7693 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7694 in `auto-mode-alist'.
7695 (image-mode): Add `image-toggle-display-text' to local hook
7696 `change-major-mode-hook'. Display the image as an image by
7697 default. Set `cursor-type' and `truncate-lines' if the image
7698 is already displayed. Take into account the current mode (image
7699 or text) in message.
7700 (image-minor-mode): New minor mode.
7701 (image-mode-maybe, image-toggle-display-text): New functions.
7702 (image-toggle-display): Use called-interactively-p.
7703 Let-bind `inhibit-read-only' to t.
7704
7705 * image-mode.el (image-minor-mode): Set `cursor-type' and
7706 `truncate-lines' if the image is already displayed. Add turning
7707 image-minor-mode off to `change-major-mode-hook'. Add message.
7708 Call `image-toggle-display-text' after turning image-minor-mode off.
7709
7710 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7713 Terminal.app, use utf-8.
7714 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7715 (set-locale-environment): Use it.
7716
7717 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7718
7719 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7720
7721 * progmodes/python.el (python-close-block-statement-p)
7722 (python-outdent-p, python-current-defun): Use symbol-end.
7723
7724 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7725
7726 * files.el (save-some-buffers): Doc fix.
7727
7728 2005-03-25 Werner Lemberg <wl@gnu.org>
7729
7730 * complete.el, thumbs.el: Replace `legal' with `valid'.
7731 * calendar/calendar.el: Replace `legal' with `valid'.
7732 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7733 * mail/supercite.el: Replace `legal' with `valid'.
7734 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7735 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7736 Replace `legal' with `valid'.
7737 * textmodes/reftex-vars.el, textmodes/reftex.el:
7738 Replace `legal' with `valid'.
7739
7740 2005-03-25 Werner Lemberg <wl@gnu.org>
7741
7742 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7743 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7744 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7745 * emulation/vip.el: Replace `illegal' with `invalid'.
7746 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7747 * mail/supercite.el: Replace `illegal' with `invalid'.
7748 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7749 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7750 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7751 * progmodes/sh-script.el, progmodes/xscheme.el:
7752 Replace `illegal' with `invalid'.
7753 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7754 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7755 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7756 * textmodes/reftex.el, textmodes/org.el:
7757 Replace `illegal' with `invalid'.
7758
7759 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7762 (flymake-find-buildfile, flymake-find-possible-master-files)
7763 (flymake-check-include, flymake-parse-line): Replace loops over the
7764 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7765
7766 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7767 Substitute file-name-as-directory in the rest of the file.
7768 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7769 (flymake-replace-region): Remove unused arg `buffer'.
7770 (flymake-check-patch-master-file-buffer): Update calls to it.
7771 (flymake-add-err-info): Remove unused var `count'.
7772 (flymake-mode): Use define-minor-mode.
7773
7774 * progmodes/flymake.el: Use with-current-buffer.
7775 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7776 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7777 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7778 Avoid testing for `xemacs'.
7779 (flymake-nop): Move.
7780 (flymake-region-has-flymake-overlays): Return the computed value.
7781 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7782 Remove unused var `endline'.
7783 (flymake-get-line-count): Remove unused function.
7784 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7785
7786 * emulation/vi.el:
7787 * generic.el:
7788 * hilit-chg.el (global-highlight-changes):
7789 * hi-lock.el (hi-lock-mode):
7790 * follow.el: find-file-hooks -> find-file-hook.
7791
7792 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7793
7794 2005-03-24 Juri Linkov <juri@jurta.org>
7795
7796 * dired.el (dired-mode-map): Add menu item "Compare directories"
7797 for dired-compare-directories.
7798
7799 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7800 Doc fix. Replace `read-file-name' with `read-directory-name'.
7801
7802 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7805
7806 2005-03-24 Jay Belanger <belanger@truman.edu>
7807
7808 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7809 relevant mode settings in calc-embedded-original-modes when modes
7810 are permanently changed.
7811
7812 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * autoinsert.el: find-file-hooks -> find-file-hook.
7815
7816 2005-03-24 Lute Kamstra <lute@gnu.org>
7817
7818 * generic.el (generic-font-lock-defaults): Make it obsolete.
7819 (generic-font-lock-keywords): New variable to replace
7820 generic-font-lock-defaults.
7821 (generic-mode-set-font-lock): Delete it.
7822 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7823 (generic-bracket-support): Add docstring.
7824
7825 * generic-x.el: Rename generic-font-lock-defaults to
7826 generic-font-lock-keywords throughout.
7827 (mailagent-rules-setup-function): Delete it.
7828 (mailagent-rules-generic-mode): Use anonymous function instead.
7829 (show-tabs-generic-mode-font-lock-defaults-1)
7830 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7831 Quote faces.
7832 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7833 not foreground.
7834
7835 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7836 Recognize define-generic-mode.
7837
7838 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7841 if there's no completion table.
7842
7843 2005-03-23 Miles Bader <miles@gnu.org>
7844
7845 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7846 Remove tty-specific variants, as they're no longer needed.
7847
7848 2005-03-23 Lute Kamstra <lute@gnu.org>
7849
7850 * generic-x.el: Code cleanup: make args constant whenever possible.
7851 (installshield-statement-keyword-list)
7852 (installshield-system-functions-list)
7853 (installshield-system-variables-list, installshield-types-list)
7854 (installshield-funarg-constants-list): Make them constants.
7855
7856 * generic.el (generic-make-keywords-list): Add autoload cookie.
7857
7858 * calendar/time-date.el: Add comment on time value formats.
7859 Don't require parse-time.
7860 (with-decoded-time-value): New macro.
7861 (encode-time-value): New function.
7862 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7863 (days-to-time): Return a valid time value when arg is huge.
7864 (time-since): Use time-subtract.
7865 (time-to-number-of-days): Use time-to-seconds.
7866
7867 2005-03-23 David Ponce <david@dponce.com>
7868
7869 * recentf.el: (recentf-keep): New option.
7870 (recentf-menu-action): Default to `find-file'.
7871 (recentf-keep-non-readable-files-flag)
7872 (recentf-keep-non-readable-files-p)
7873 (recentf-file-readable-p, recentf-find-file)
7874 (recentf-cleanup-remote): Remove.
7875 (recentf-include-p): More robust.
7876 (recentf-keep-p): New function.
7877 (recentf-remove-if-non-kept): Rename from
7878 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7879 All callers updated.
7880 (recentf-menu-items-for-commands): Fix help string.
7881 (recentf-track-closed-file): Update. Doc fix.
7882 (recentf-cleanup): Update. Count removed files. Doc fix.
7883
7884 2005-03-23 Kim F. Storm <storm@cua.dk>
7885
7886 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7887 Don't inherit from fringe face (now happens automatically).
7888
7889 2005-03-22 Kim F. Storm <storm@cua.dk>
7890
7891 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7892 position values.
7893
7894 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * menu-bar.el (showhide-date-time): Remove.
7897 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7898 (menu-bar-make-mm-toggle): Simplify.
7899
7900 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7901
7902 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7903 Accept qualified variable and function names.
7904
7905 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7906
7907 * bindings.el (completion-ignored-extensions):
7908 Remove ".lis" for `vax-vms'.
7909
7910 2005-03-22 Andreas Schwab <schwab@suse.de>
7911
7912 * generic-x.el: Revert last change.
7913 * ldefs-boot.el: Update.
7914
7915 2005-03-22 Jay Belanger <belanger@truman.edu>
7916
7917 * calc/calc-embed (calc-embedded-original-modes): New variable.
7918 (calc-embedded-save-original-modes)
7919 (calc-embedded-restore-original-modes): New functions.
7920 (calc-do-embedded): Save original modes when entering embedded mode
7921 and restore when leaving embedded mode.
7922 (calc-embedded-modes-change): Change the value of
7923 calc-embedded-original-modes to reflect permanent changes.
7924
7925 2005-03-22 Lute Kamstra <lute@gnu.org>
7926
7927 * generic-x.el: Require generic again.
7928
7929 2005-03-22 Miles Bader <miles@gnu.org>
7930
7931 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7932 Tweak details to look good on both ttys and bitmap displays, light
7933 or dark background, etc.
7934
7935 2005-03-21 Kim F. Storm <storm@cua.dk>
7936
7937 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7938 mouse position.
7939
7940 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * icomplete.el: Don't forcibly turn on the mode upon load.
7943 (icomplete-mode): Use define-minor-mode.
7944 (icomplete-eoinput): Default to nil.
7945 (icomplete-minibuffer-setup): Remove autoload.
7946 (icomplete-tidy): Simplify.
7947 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7948 in the initial state or if the user has modified the field.
7949 Fix handling of icomplete-max-delay-chars.
7950 Remove code that handles the oddball case where
7951 minibuffer-completion-table is an integer.
7952 Wrap icomplete-completions in while-no-input in case building
7953 completions takes more time than expected.
7954 (icomplete-completions): Simplify.
7955
7956 2005-03-21 Richard M. Stallman <rms@gnu.org>
7957
7958 * jka-compr.el (jka-compr-really-do-compress):
7959 Make variable buffer-local.
7960
7961 * image-mode.el: Handle .xpm files too.
7962 (image-toggle-display): Preserve modification flag.
7963
7964 * help.el (where-is): Don't mention aliases with no key bindings.
7965
7966 2005-03-21 Lute Kamstra <lute@gnu.org>
7967
7968 * generic.el: Fix commentary section. Don't require cl for compilation.
7969 (generic-mode-list): Add autoload cookie.
7970 (generic-use-find-file-hook, generic-lines-to-scan)
7971 (generic-find-file-regexp, generic-ignore-files-regexp)
7972 (generic-mode, generic-mode-find-file-hook)
7973 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7974 (define-generic-mode): Make it a defmacro. Fix docstring.
7975 (generic-mode-internal): Code cleanup. Add autoload cookie.
7976 (generic-mode-set-comments): Code cleanup.
7977 * generic-x.el: Don't prevent compilation. Don't require generic.
7978 Follow coding conventions. Minor code cleanup.
7979 (etc-fstab-generic-mode): Add some keywords.
7980 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7981 define-generic-mode like a function declaration.
7982
7983 2005-03-21 Jay Belanger <belanger@truman.edu>
7984
7985 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7986 changing modes.
7987
7988 2005-03-21 Sam Steingold <sds@gnu.org>
7989
7990 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7991
7992 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7993
7994 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7995 Add underscore to "f$ lexicals" regexp.
7996
7997 2005-03-20 Juri Linkov <juri@jurta.org>
7998
7999 * subr.el (progress-reporter-do-update): When `min-value' is equal
8000 to `max-value', set `percentage' to 0 and prevent division by zero.
8001
8002 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8003
8004 Sync with Tramp 2.0.48.
8005
8006 * tramp.el (all): Change all addresses to .gnu.org.
8007 (tramp-append-tramp-buffers): New defun.
8008 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8009 Catch `dont-send' signal.
8010 (tramp-set-auto-save-file-modes): Set always permissions, because
8011 there might be an old auto-saved file belonging to another
8012 original file. This could be a security threat. Reported by
8013 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8014 Check for Emacs 21.3.50 removed.
8015
8016 * tramp-smb.el (all): Remove debug construct for
8017 `with-parsed-tramp-file-name'.
8018 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8019 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8020 No error message if DIRECTORY or FILENAME doesn't exist.
8021 (tramp-smb-open-connection): Check existence of
8022 `tramp-smb-program'.
8023
8024 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8027 Properly handle the case where the `m' or `s' command's argument is not
8028 yet terminated.
8029 (perl-indent-new-calculate): New function.
8030 (perl-indent-line): Use it.
8031
8032 2005-03-20 Miles Bader <miles@gnu.org>
8033
8034 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8035 in text-mode too. Change to new face names.
8036 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8037 Add `:weight bold' attribute.
8038 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8039
8040 2005-03-19 Juri Linkov <juri@jurta.org>
8041
8042 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8043
8044 * international/mule.el (auto-coding-alist): Sync with
8045 `auto-mode-alist' by adding upper case archive file extensions
8046 and adding ear/war to jar extension.
8047
8048 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8049
8050 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8051 running, restart it.
8052
8053 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8054
8055 * finder.el (finder-current-item): Throw an error on an empty line.
8056
8057 * man.el (Man-follow-manual-reference): If current-word returns
8058 nil, use "".
8059
8060 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8061
8062 * simple.el (goto-line): Doc fix.
8063
8064 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8065
8066 * files.el (save-buffer): Doc fix.
8067
8068 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8069
8070 * recentf.el (recentf-cleanup-remote): New variable.
8071 (recentf-cleanup): Use it to conditionally check availability of
8072 remote files.
8073
8074 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
8075
8076 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8077 function names.
8078
8079 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8080
8081 * language/thai-word.el: New file.
8082
8083 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8084
8085 * files.el (backup-buffer): If the file's directory is not
8086 writable, use copy instead of move to backup the file.
8087
8088 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8089
8090 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8091
8092 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8093
8094 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8095 Use functionp instead of symbolp and fboundp. Reported by Drkm
8096 <darkman_spam@yahoo.fr>.
8097 (ps-print-version): New version 6.6.6.
8098
8099 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8100
8101 * textmodes/table.el (table--line-column-position): New idiom.
8102 (table--row-column-insertion-point-p): New function to test
8103 validity of row and column insertion operation at a location.
8104 (table-global-menu, table-cell-menu): Use above functions for
8105 deterministic test operation.
8106 (table--editable-cell-p): Behave in deterministic fashion.
8107
8108 2005-03-18 Juri Linkov <juri@jurta.org>
8109
8110 * isearch.el (isearch-lazy-highlight-new-loop):
8111 Make arguments beg and end optional.
8112 (isearch-update): Remove optional arguments nil from
8113 isearch-lazy-highlight-new-loop.
8114 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8115 isearch-lazy-highlight-case-fold-search instead of
8116 isearch-case-fold-search, and let-bind isearch-regexp to
8117 isearch-lazy-highlight-regexp.
8118 Use isearch-lazy-highlight-last-string instead of isearch-string.
8119
8120 * replace.el (perform-replace): Remove bindings of global
8121 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8122 Add three new arguments to `replace-highlight'.
8123 (replace-highlight): Add arguments string, regexp, case-fold.
8124 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8125 to allow isearch-lazy-highlight-new-loop to use these values
8126 to set corresponding isearch-lazy-highlight-* internal
8127 variables whose values lazy highlighting will use regardless of
8128 changes to global variables isearch-string, isearch-regexp,
8129 isearch-case-fold-search during lazy highlighting loop.
8130 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8131 to `lazy-highlight-cleanup'.
8132
8133 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8134 (ispell-highlight-face): Set default face to `isearch' when
8135 lazy highlighting is enabled.
8136 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8137 priority to 1. Add lazy highlighting.
8138 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8139 from `isearch-dehighlight'.
8140
8141 2005-03-18 David Ponce <david@dponce.com>
8142
8143 * files.el (hack-local-variables): Do a case-insensitive search
8144 for End.
8145
8146 2005-03-18 Juri Linkov <juri@jurta.org>
8147
8148 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8149 `isearch-lazy-highlight-cleanup', add alias to old name and
8150 declare obsolete. Add release numbers to other obsolete vars.
8151 (isearch-done, isearch-lazy-highlight-new-loop):
8152 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8153 (lazy-highlight-cleanup) <variable>: Doc fix.
8154 (isearch-lazy-highlight-update): Rename obsolete
8155 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8156
8157 2005-03-18 Kenichi Handa <handa@m17n.org>
8158
8159 * language/thai-util.el: Fix categorization of Thai characters in
8160 thai-category-table.
8161 (thai-composition-pattern): Adjust it for the above change.
8162 (thai-self-insert-command, thai-compose-syllable): New functions.
8163 (thai-compose-region): Use thai-compose-syllable.
8164 (thai-compose-string): Likewise.
8165 (thai-composition-function): Likewise.
8166 (thai-auto-composition): New function.
8167 (thai-auto-composition-mode): New minor mode.
8168
8169 * language/thai.el: Fix patterns to be registered in
8170 composition-function-table.
8171
8172 * international/quail.el (quail-input-method): Locally bind
8173 inhibit-modification-hooks to t.
8174
8175 2005-03-17 Richard M. Stallman <rms@gnu.org>
8176
8177 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8178 (perl-mode): Use run-mode-hooks.
8179
8180 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8181 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8182 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8183
8184 * mail/sendmail.el (sendmail-send-it): Reenable the code
8185 to compute resend-to-address and use it.
8186
8187 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8188
8189 * image-mode.el: New file.
8190
8191 * image.el (insert-sliced-image): Add autoload cookie.
8192
8193 * font-lock.el (font-lock-lines-before): New user option.
8194 (font-lock-after-change-function): Obey it.
8195
8196 * bindings.el (esc-map): Make M-g a prefix.
8197 Bind M-g g and M-g M-g to goto-line.
8198
8199 * faces.el (face-id): Doc fix.
8200
8201 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8202
8203 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8204 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8205 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8206
8207 * mail/sendmail.el (mail-yank-ignored-headers)
8208 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8209 Add Mail-Followup-To and Mail-Reply-To headers.
8210 (mail-citation-hook): Add autoload cookie.
8211 (mail-mode): Doc fix.
8212 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8213 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8214 (mail-mode-fill-paragraph): Handle those headers.
8215 (mail-mailing-lists): New variable.
8216 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8217
8218 2005-03-17 Juri Linkov <juri@jurta.org>
8219
8220 * isearch.el (isearch-fallback): Check for `(car previous)'
8221 before calling `isearch-other-end-state'.
8222
8223 2005-03-17 Kim F. Storm <storm@cua.dk>
8224
8225 * simple.el (move-beginning-of-line): Move to beginning of buffer
8226 line, as well as beginning of screen line.
8227
8228 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8229
8230 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8231 argument REDRAW rather than calendar-redrawing variable.
8232 * calendar/calendar.el (calendar-redrawing): Delete.
8233 (redraw-calendar): Do not bind calendar-redrawing.
8234
8235 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8236
8237 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8238 diary-file buffer.
8239
8240 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * help.el (describe-mode): Allow a :minor-mode-function property to
8243 specify a different minor mode toggle function than the variable.
8244 * simple.el (auto-fill-function):
8245 * subr.el (add-minor-mode): Use it.
8246
8247 2005-03-16 Kenichi Handa <handa@m17n.org>
8248
8249 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8250 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8251 (ethio-fidel-to-sera-buffer): Likewise.
8252
8253 2005-03-16 Juri Linkov <juri@jurta.org>
8254
8255 * emacs-lisp/find-func.el (find-function-regexp):
8256 Add defun-emitting macro `menu-bar-make-toggle'.
8257
8258 * isearch.el: Put `isearch-scroll' property to
8259 `split-window-horizontally'.
8260
8261 * info.el: Update error messages for `debug-ignored-errors'.
8262 (Info-isearch-search): Doc fix.
8263 (Info-find-node): Move up code to go into info buffer before
8264 recording the node to the history.
8265 (Info-fontify-node): Fontify titles only if the next line
8266 has two or more `*', `=', `-', `.'.
8267 Display "go to this node" for empty (match-string 3).
8268
8269 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8270
8271 * term/mac-win.el: Add mouse pointer shape constants.
8272
8273 2005-03-15 Kim F. Storm <storm@cua.dk>
8274
8275 * simple.el (move-beginning-of-line): Use vertical-motion.
8276
8277 2005-03-15 Juri Linkov <juri@jurta.org>
8278
8279 * isearch.el (isearch-error): New variable.
8280 (isearch-invalid-regexp, isearch-within-brackets): Remove.
8281 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8282 (isearch-within-brackets-state): Remove.
8283 (isearch-case-fold-search-state, isearch-pop-fun-state):
8284 Decrease frame index.
8285 (isearch-mode, isearch-top-state, isearch-push-state)
8286 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8287 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8288 (isearch-search, isearch-lazy-highlight-new-loop):
8289 Replace `isearch-invalid-regexp' with `isearch-error'.
8290 Remove `isearch-within-brackets'.
8291 (isearch-search): Add `search-failed' handler to `condition-case'.
8292 (isearch-lazy-highlight-search): Add `condition-case' to catch
8293 errors and allow `isearch-lazy-highlight-update' to try
8294 highlighting from the beginning of the window.
8295 (isearch-repeat): Move up code to set isearch-wrapped to t
8296 before calling isearch-wrap-function.
8297
8298 * info.el (Info-isearch-initial-node): New internal variable.
8299 (Info-search): Signal an error in isearch mode when search leaves
8300 the initial node. Signal an error when `bound' is non-nil and
8301 nothing was found in the current subfile.
8302 (Info-isearch-search): Remove `condition-case'.
8303 (Info-isearch-wrap): Don't wrap when search failed during leaving
8304 the initial node. If `Info-isearch-search' is nil, wrap around
8305 the current node.
8306 (Info-isearch-start): New fun.
8307 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8308 `isearch-mode-hook'.
8309
8310 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8311
8312 * simple.el (normal-erase-is-backspace): Set default to t if
8313 running on Mac.
8314
8315 * term/mac-win.el (function-key-map): Sync with x-win.el.
8316
8317 2005-03-15 Kenichi Handa <handa@m17n.org>
8318
8319 * international/mule-cmds.el (locale-language-names): Modify the
8320 format of elements and add more entries.
8321 (locale-preferred-coding-systems): Add more entries.
8322 (set-locale-environment): Adjust for the change of
8323 locale-language-names.
8324
8325 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * pcvs.el (smerge-ediff): Remove bogus autoload.
8328
8329 2005-03-14 Lute Kamstra <lute@gnu.org>
8330
8331 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8332 Ignore a `*' at the beginning of a line.
8333
8334 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8335 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8336 subr.el.
8337 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8338 to specify indentation.
8339
8340 * generic.el (define-generic-mode): Let generic-mode-list be a
8341 list of strings; test membership with equal.
8342
8343 2005-03-14 Kim F. Storm <storm@cua.dk>
8344
8345 * simple.el (next-line, previous-line): Add optional try-vscroll
8346 arg to recognize interactive use. Pass it on to line-move.
8347 (line-move): Don't perform auto-window-vscroll when defining or
8348 executing keyboard macro to ensure consistent behavior.
8349
8350 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8353
8354 2005-03-13 Lute Kamstra <lute@gnu.org>
8355
8356 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8357 debugger-setup-buffer so that backtrace marks the frames set to
8358 debug-on-exit and we don't have to do it manually. Set an extra
8359 debug-on-exit for macro's.
8360 (debugger-setup-buffer): Don't mark the top frame manually.
8361
8362 2005-03-12 Lute Kamstra <lute@gnu.org>
8363
8364 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8365 lisp-indent-function throughout.
8366 (with-no-warnings): Set lisp-indent-function property.
8367
8368 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8369
8370 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8371 Add entry for backslash.
8372
8373 2005-03-12 Juri Linkov <juri@jurta.org>
8374
8375 * info.el (Info-search): Four fixes for backward search.
8376
8377 2005-03-11 Jay Belanger <belanger@truman.edu>
8378
8379 * calc/calc.el (calc-language-alist): New variable.
8380 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8381 (calc-embedded-find-modes): Use calc-language-alist instead of
8382 calc-embedded-language-alist.
8383
8384 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8385
8386 * calendar/calendar.el (calendar-redrawing): New internal
8387 variable.
8388 (redraw-calendar): Remove bogus save-excursion from previous
8389 change. Bind calendar-redrawing to t for mark-diary-entries.
8390 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8391 calendar if that is why we were called.
8392
8393 2005-03-11 Kenichi Handa <handa@m17n.org>
8394
8395 * international/mule.el (make-coding-system): Set property
8396 coding-system-define-form to nil.
8397 (define-coding-system-alias): Likewise.
8398
8399 2005-03-11 Kenichi Handa <handa@m17n.org>
8400
8401 These changes are suggested by Dave Love <fx@gnu.org>.
8402
8403 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8404 coding: tag.
8405 (adaptive-fill-regexp): Add more bullets.
8406 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8407 regexps.
8408
8409 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * help.el (describe-mode): Properly handle non-trivial lighters.
8412 Don't ignore minor modes that are not listed in minor-mode-list.
8413
8414 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8415 feature ON when the user requests to turn it OFF.
8416
8417 2005-03-10 Lute Kamstra <lute@gnu.org>
8418
8419 * emacs-lisp/debug.el (debug-entry-code): Delete it.
8420 (implement-debug-on-entry): New function to replace debug-entry-code.
8421 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8422 second argument as the 2005-03-07 change makes it obsolete.
8423 (debug-on-entry, cancel-debug-on-entry): Update call to
8424 debug-on-entry-1.
8425 (debug, debugger-setup-buffer): Comment update.
8426 (debugger-frame-number): Update to work with implement-debug-on-entry.
8427
8428 2005-03-10 Jay Belanger <belanger@truman.edu>
8429
8430 * calc/calc-embed.el (math-ms-args): Declare it.
8431 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8432 math-ms-args.
8433 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8434 variables.
8435
8436 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
8437
8438 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8439 Use message-box.
8440
8441 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8442 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8443 (tooltip-gud-tips): Simplify.
8444 (tooltip-gud-tips-p): Remove superfluous :set.
8445 (tooltip-gud-modes): Add fortran-mode.
8446 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8447
8448 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8449
8450 2005-03-09 Kim F. Storm <storm@cua.dk>
8451
8452 * play/animate.el (animate-place-char): Use forward-line instead
8453 of next-line to improve performance.
8454
8455 2005-03-09 Simon Josefsson <jas@extundo.com>
8456
8457 * net/browse-url.el (browse-url-default-browser): Doc fix.
8458
8459 2005-03-09 Miles Bader <miles@gnu.org>
8460
8461 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8462 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8463
8464 2005-03-09 Kenichi Handa <handa@m17n.org>
8465
8466 * international/latin-1.el: Set case and syntax for 255 only if
8467 set-case-syntax-set-multibyte is nil.
8468
8469 * textmodes/ispell.el (ispell-insert-word): New function.
8470 (ispell-word): Use ispell-insert-word to insert a new word.
8471 (ispell-process-line): Likewise.
8472 (ispell-complete-word): Likewise.
8473
8474 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8475
8476 * calendar/calendar.el (redraw-calendar): Preserve point.
8477 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8478 (calendar-week-start-day): Move after definition of
8479 redraw-calendar. Delete buffer test, since redraw-calendar has
8480 that now.
8481
8482 * calendar/diary-lib.el (mark-diary-entries): Only call
8483 redraw-calendar in the first of any recursive calls.
8484 Reported by Alan Shutko <ats@acm.org>.
8485
8486 2005-03-08 Juri Linkov <juri@jurta.org>
8487
8488 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8489 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8490 (html-radio-buttons): Add a space before the trailing `/>' where
8491 sgml-xml-mode is non-nil.
8492 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8493 the subsequent tag of the empty XML tag.
8494 (html-href-anchor): Don't set initial input to "http:".
8495 (html-image): Ask for the image URL and set point inside alt="".
8496 (html-name-anchor): Duplicate the name in the `id' attribute when
8497 sgml-xml-mode is non-nil.
8498 (html-paragraph): Remove \n before <p>.
8499 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8500 instead of `checked' when sgml-xml-mode is non-nil.
8501
8502 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8503 Remove 1 space before #RRGGBB to not truncate it on terminal
8504 windows w/o fringes. Remove 1 space between bg and fg examples
8505 to get more space.
8506 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8507 avoid byte-compile warnings.
8508
8509 * image-file.el (image-file-handler): Put `safe-magic' property to
8510 `image-file-handler'.
8511
8512 * info.el (Info-isearch-search): Emulate word search in
8513 isearching through multiple Info nodes with Info-search.
8514 (Info-isearch-wrap): Allow isearch-word.
8515
8516 2005-03-08 Lute Kamstra <lute@gnu.org>
8517
8518 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8519 stepping into the debugger's code is not possible.
8520 (debugger-jumping-flag): Docstring update.
8521
8522 2005-03-08 Jay Belanger <belanger@truman.edu>
8523
8524 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8525 embedded mode begins.
8526 (calc-embedded-language-alist): New variable.
8527 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8528 set default language mode.
8529
8530 2005-03-08 Kenichi Handa <handa@m17n.org>
8531
8532 * international/ccl.el (define-ccl-program): Fix docstring about
8533 extra 256 bytes assured for the output buffer.
8534
8535 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8536 Fix BUFFER_MAGNIFICATION to 2.
8537 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8538
8539 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8540
8541 * align.el (align-rules-list): Added an alignment rule for CSS
8542 declarations (applies to css-mode and html-mode buffers).
8543
8544 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8547
8548 2005-03-07 Kim F. Storm <storm@cua.dk>
8549
8550 * simple.el (move-beginning-of-line): New command.
8551
8552 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8553
8554 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8555
8556 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8557 and move-beginning-of-line.
8558
8559 * apropos.el (apropos-print): Omit command from M-x ... RET.
8560
8561 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
8562
8563 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8564 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8565
8566 2005-03-06 Richard M. Stallman <rms@gnu.org>
8567
8568 * bindings.el (esc-map): Bind M-g to goto-line.
8569
8570 * facemenu.el (global-map): Bind M-o, not M-g.
8571
8572 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8573
8574 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8575 "Open Directory" as for "Open File".
8576
8577 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
8578
8579 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8580 (push-mark-command): Run activate-mark-hook.
8581
8582 2005-03-06 Richard M. Stallman <rms@gnu.org>
8583
8584 * help-mode.el (help-mode-finish): Don't alter the element
8585 in view-return-to-alist if there already is one.
8586
8587 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8588 make sure the current buffer is the expected one.
8589
8590 * novice.el (disabled-command-function): Output in *Disabled Command*.
8591 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8592
8593 * textmodes/flyspell.el (flyspell-large-region):
8594 Pass args differently for aspell.
8595
8596 * files.el (mode-require-final-newline): Doc fix.
8597
8598 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8599
8600 * progmodes/which-func.el (which-function):
8601 Specify NOERROR when calling imenu--make-index-alist.
8602
8603 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * simple.el (normal-erase-is-backspace): Define default value.
8606
8607 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8608 (custom-reevaluate-setting): Simple function to handle
8609 variables that are defined before their default value can really
8610 be computed.
8611
8612 * startup.el (command-line): Use it for temporary-file-directory,
8613 small-emporary-file-directory, auto-save-file-name-transforms,
8614 blink-cursor-mode, and normal-erase-is-backspace.
8615
8616 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8617 progress, even with buggy anchored keywords.
8618
8619 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * simple.el (goto-line): Remove unbalanced final parenthesis.
8622
8623 2005-03-05 Richard M. Stallman <rms@gnu.org>
8624
8625 * simple.el (goto-line): Use a number at point as the default.
8626 With C-u as arg, switch buffers.
8627
8628 2005-03-05 Juri Linkov <juri@jurta.org>
8629
8630 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8631 with `no-blinking-cursor'.
8632
8633 * startup.el (no-blinking-cursor): New defvar.
8634 (command-line): Add `--no-blinking-cursor' to longopts.
8635 Set `no-blinking-cursor' to t for command line arguments
8636 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8637 with `no-blinking-cursor' in the condition for calling
8638 `blink-cursor-mode'.
8639
8640 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8641
8642 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8643 (menu-bar-options-save): Add blink-cursor-mode.
8644 (menu-bar-options-menu): Add blink-cursor-mode.
8645
8646 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8647
8648 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8649 (icalendar-export-file, icalendar-export-region)
8650 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8651 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8652
8653 2005-03-04 Lute Kamstra <lute@gnu.org>
8654
8655 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8656 (debug-function-list): Ditto.
8657
8658 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8659
8660 * textmodes/texinfmt.el (texinfo-append-refill):
8661 Redefine the types of line to which @refill
8662 is not appended by replacing a search for `@refill\\|@bye' with
8663 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8664 itemize@refill' bug and the unfilled long lines bug.
8665 (texinfmt-version): Update number and date.
8666
8667 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8668
8669 * international/code-pages.el (windows-1250, windows-125[2-8])
8670 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8671
8672 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8675 bound yet.
8676
8677 2005-03-02 Romain Francoise <romain@orebokech.com>
8678
8679 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8680 buffer after removing limits.
8681 (ibuffer-pop-filter): Ditto.
8682 Update copyright.
8683
8684 2005-03-02 Miles Bader <miles@gnu.org>
8685
8686 * button.el (make-text-button): If the user doesn't specify a
8687 type, use the default. Rewrite to use `add-text-properties' and
8688 plist functions.
8689
8690 2005-03-01 Lute Kamstra <lute@gnu.org>
8691
8692 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8693 (debugger-jumping-flag): New var.
8694 (debug-entry-code): Use it.
8695 (debugger-jump): Use debugger-jumping-flag and add
8696 debugger-reenable to post-command-hook.
8697 (debugger-reenable): Use debugger-jumping-flag and remove itself
8698 from post-command-hook.
8699 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8700 debugger-reenable.
8701
8702 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8703
8704 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8705 inclusion of "itemize\\|", which may be unnecessary, is certainly
8706 inelegant, and stops refilling in itemize lists when formatting
8707 Japanese Texinfo files to Info.
8708 Update copyright to 2005.
8709
8710 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8711
8712 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8713 of an error if GDB can't find the source file.
8714
8715 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8716
8717 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8718 not just the calendar.
8719
8720 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8721 first.
8722 (diary-redraw-calendar): New function.
8723 (make-diary-entry): Add diary-redraw-calendar to local
8724 write-contents-functions. Turn off selective display before
8725 inserting in diary.
8726
8727 2005-03-01 Kim F. Storm <storm@cua.dk>
8728
8729 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8730
8731 2005-03-01 Lute Kamstra <lute@gnu.org>
8732
8733 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8734 that debug-entry-code can be safely removed from a function while
8735 this code is being evaluated. Revert the 2005-02-27 change as the
8736 new implementation no longer requires it. Make sure that a
8737 function body containing just a string is not mistaken for a docstring.
8738 (debug): Skip one more frame in case of debug on entry.
8739 (debugger-setup-buffer): Delete one more frame line in case of
8740 debug on entry.
8741 (debugger-frame-number): Update to use the new text introduced by
8742 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8743
8744 2005-02-28 Kim F. Storm <storm@cua.dk>
8745
8746 * double.el (double-translate-key): Call force-window-update after
8747 read-event to avoid crash in redisplay.
8748
8749 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8752 (debug): Use it. Move the inhibit-trace earlier.
8753 (debug-entry-code): New const.
8754 (debug-on-entry-1): Use it.
8755
8756 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8757
8758 * international/utf-16.el (ccl-encode-mule-utf-16le):
8759 Fix BUFFER_MAGNIFICATION to 2.
8760 (ccl-encode-mule-utf-16be): Likewise.
8761
8762 2005-02-28 Kenichi Handa <handa@m17n.org>
8763
8764 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8765 Fix BUFFER_MAGNIFICATION to 4.
8766 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8767
8768 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8769
8770 * speedbar.el (speedbar-update-flag): Doc fix.
8771 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8772 argument.
8773
8774 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8777 have a non-nil `invisible' property but are actually visible.
8778
8779 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8780 for perldoc sections.
8781 (perl-outline-regexp, perl-outline-level): New var and function.
8782 (perl-mode): Use them.
8783
8784 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8785
8786 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8787 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8788
8789 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8790
8791 * cus-edit.el: Comment change.
8792 (custom-buffer-create-internal): Slightly reword text at top of
8793 Custom buffers. Mention there that saving an option edits the
8794 init file. Add link to Emacs manual node on `custom-file'.
8795 (custom-magic-alist): Rewrite individual State messages to use
8796 capitalized keywords. Doc fix.
8797
8798 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8799
8800 * calendar/calendar.el (calendar-buffer): Move above
8801 calendar-week-start-day.
8802 (calendar-week-start-day): Doc fix. Add :set function.
8803 (calendar-minimum-window-height): New variable.
8804 (generate-calendar-window): Only resize window if selected-window
8805 is displaying the calendar buffer. Use new variable
8806 calendar-minimum-window-height.
8807 (generate-calendar): Reword error message.
8808 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8809
8810 2005-02-27 Andreas Schwab <schwab@suse.de>
8811
8812 * vc.el (vc-do-command): Don't run command asynchronously when
8813 operating in a remote directory.
8814
8815 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8816 change from sync with Tramp 2.0.47.
8817
8818 2005-02-27 Richard M. Stallman <rms@gnu.org>
8819
8820 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8821
8822 * textmodes/flyspell.el (flyspell-mode-on):
8823 Call ispell-change-dictionary only if necessary.
8824
8825 * emacs-lisp/re-builder.el (regexp-builder): New function.
8826
8827 * register.el (describe-register-1): Explicitly handle
8828 yank-excluded-properties = t.
8829
8830 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8831 (custom-magic-alist): Change the status descriptions again.
8832 (face widget-type): Total rewrite based on `restricted-sexp'
8833 to eliminate the confusing double hiding levels.
8834
8835 * emacs-lisp/debug.el (debug-on-entry-1):
8836 If function body is empty, add nil as body form.
8837
8838 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * emacs-lisp/trace.el (inhibit-trace): New var.
8841 (trace-make-advice): Use it.
8842
8843 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8844
8845 2005-02-26 Kim F. Storm <storm@cua.dk>
8846
8847 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8848 (mouse-on-link-p, mouse-drag-region-1): Use it.
8849
8850 2005-02-25 Lute Kamstra <lute@gnu.org>
8851
8852 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8853
8854 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * frame.el (blink-cursor-mode): Add :group keyword.
8857
8858 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8859
8860 * calendar/icalendar.el (icalendar--decode-isodatetime):
8861 New optional argument DAY-SHIFT.
8862 (icalendar-export-region): Fix coding-system-for-write.
8863 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8864 events by one.
8865
8866 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8869
8870 2005-02-24 Kim F. Storm <storm@cua.dk>
8871
8872 * international/iso-acc.el (iso-accents-compose): Fix crash
8873 during redisplay. Call force-window-update after read-event
8874 and delete-region to signal that window is not accurate.
8875
8876 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8879 Remove unused and inexistent var `inhibit-trace'.
8880 (debugger-mode): Use run-mode-hooks.
8881 (debugger-list-functions): Add buttons; setup xref stack.
8882
8883 2005-02-23 Richard M. Stallman <rms@gnu.org>
8884
8885 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8886 appointment says it was explicitly made.
8887 (appt-add): Set the 3rd element.
8888 (appt-make-list): Preserve explicit appointments.
8889
8890 * subr.el (find-tag-default): Catch errors in forward-sexp.
8891
8892 2005-02-23 Juri Linkov <juri@jurta.org>
8893
8894 * info.el (Info-isearch-search): New defcustom.
8895 (Info-isearch-search): Call the default isearch function
8896 when Info-isearch-search is nil.
8897 (Info-isearch-wrap): Use variable Info-isearch-search.
8898
8899 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8900
8901 * cus-edit.el: Comment change.
8902
8903 2005-02-22 Kim F. Storm <storm@cua.dk>
8904
8905 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8906 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8907
8908 2005-02-22 Simon Josefsson <jas@extundo.com>
8909
8910 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8911 New variable.
8912 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8913 Oskarsson" <myrkraverk@users.sourceforget.net>.
8914
8915 2005-02-22 Kim F. Storm <storm@cua.dk>
8916
8917 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8918 check that window of that event is the selected window.
8919 (mouse-drag-region-1): Compare mouse event window to selected
8920 window before setting point.
8921
8922 * tooltip.el (tooltip-show-help-function): Pass event to
8923 mouse-on-link-p so it can check selected window.
8924
8925 2005-02-22 Kenichi Handa <handa@m17n.org>
8926
8927 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8928 (ps-mule-show-warning): New function.
8929 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8930 characters are found.
8931
8932 * ps-print.el (ps-header-footer-string): Return a list of header
8933 and footer strings.
8934
8935 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8936
8937 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8938
8939 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * frame.el (blink-cursor-mode): Use define-minor-mode.
8942
8943 * term/mac-win.el (function-key-map): Use char-names more consistently.
8944 (file-name-coding-system): Only set it for MacOS-9. The other case is
8945 already handled in mule-cmds.el (where it also works when mac-win.el
8946 is not used).
8947
8948 2005-02-21 Kenichi Handa <handa@m17n.org>
8949
8950 * international/mule.el (ctext-pre-write-conversion): Always use
8951 " *code-converting-work*" buffer for work.
8952
8953 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8954
8955 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8956
8957 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8958
8959 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8960
8961 * ses.el (undo-more): Restore defadvice, but only the part that
8962 allows changes outside the restricted area of the buffer.
8963
8964 2005-02-20 Kim F. Storm <storm@cua.dk>
8965
8966 * simple.el (line-move): Add fourth optional arg try-vscroll which
8967 must be set to perform auto-window-vscroll.
8968 When moving backwards and doing auto-window-vscroll, automatically
8969 vscroll to the last part of lines which are taller than the window.
8970 (next-line, previous-line): Set try-vscroll arg on line-move.
8971
8972 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8973
8974 * replace.el (query-replace, query-replace-regexp)
8975 (replace-string, replace-regexp): When operating on region, make
8976 the minibuffer prompt say so.
8977
8978 * isearch.el (isearch-forward): Document isearch-query-replace and
8979 isearch-query-replace-regexp keybindings.
8980
8981 2005-02-19 Jay Belanger <belanger@truman.edu>
8982
8983 * calc/calc-aent.el (math-read-token): Add local variable.
8984
8985 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8986 (calc-edit-top): Move declaration to earlier in file.
8987 (calc-edit-macro-repeats): Add local variables.
8988
8989 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8990 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8991 calcFunc-tanh.
8992 Adjust integration rule for calcFunc-tan.
8993
8994 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8995
8996 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8997 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8998 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8999 (viper-skip-separators): Bug fix.
9000 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9001 particular major mode.
9002 (viper-del-backward-char-in-replace): Don't put deleted char on the
9003 kill ring.
9004
9005 * viper-ex.el (viper-color-display-p): New function.
9006 (viper-has-face-support-p): Use viper-color-display-p.
9007
9008 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9009
9010 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9011
9012 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9013 (viper-file-remote-p): Make equivalent to file-remote-p.
9014
9015 * viper.el (viper-major-mode-modifier-list):
9016 Use viper-gnus-modifier-map.
9017
9018 2005-02-19 David Kastrup <dak@gnu.org>
9019
9020 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9021 quoting.
9022
9023 2005-02-19 Jay Belanger <belanger@truman.edu>
9024
9025 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9026 Remove extra definitions.
9027 (calc-coth): New function.
9028 (calcFunc-cot): Fix `let'.
9029
9030 2005-02-19 Eli Zaretskii <eliz@gnu.org>
9031
9032 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9033 the reasons we use "type pc" in these faces.
9034
9035 * button.el (button): Ditto.
9036
9037 2005-02-19 Michael Mauger <mmaug@yahoo.com>
9038
9039 * replace.el (query-replace-read-from): Set the value of
9040 query-replace-from-history-variable to handle the case of an empty
9041 string entered to accept the suggested default.
9042
9043 * net/tramp.el (tramp-file-name-for-operation):
9044 Use dired-call-process instead of dired-call-process-command.
9045
9046 2005-02-19 Jay Belanger <belanger@truman.edu>
9047
9048 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9049 (math-div-non-trig): New variables.
9050 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9051 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9052 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9053 trig expressions.
9054
9055 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
9056
9057 * progmodes/gdb-ui.el (gdb-var-update-handler)
9058 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9059 for watch expressions,
9060 (gdb-var-create-handler): Don't set speedbar-update-flag.
9061 (gdb-post-prompt): Simplify test for speedbar.
9062
9063 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9064
9065 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9066 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9067 we use the syntax table of the correct buffer.
9068 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9069 Felix Gatzemeier.
9070
9071 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9072 (ediff-file-remote-p): Make synonymous with file-remote-p.
9073 In all deffaces ediff-*-face-*, use min-colors.
9074
9075 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9076 ediff-recurse-to-subdirectories.
9077 (ediff-mark-if-equal): Check that the arguments are strings, use
9078 ediff-same-contents (after to Felix Gatzemeier).
9079
9080 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9081 nil.
9082
9083 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9084
9085 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9086
9087 2005-02-18 David Kastrup <dak@gnu.org>
9088
9089 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9090 use `mark-active' when defined.
9091
9092 2005-02-18 Kenichi Handa <handa@m17n.org>
9093
9094 * ps-print.el (ps-font-info-database): New entry
9095 ZapfChancery-MediumItalic with correct font name. Fix font name
9096 of the entry Zapf-Chancery-MediumItalic.
9097
9098 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9099
9100 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9101
9102 2005-02-16 Kim F. Storm <storm@cua.dk>
9103
9104 * ido.el (ido-fallback-command): Pass user input to fallback command.
9105
9106 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
9107
9108 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9109 (gdb-find-file-hook): Add server prefix.
9110
9111 2005-02-16 Richard M. Stallman <rms@gnu.org>
9112
9113 * replace.el (perform-replace): Pass new args to replace-highlight.
9114 (replace-highlight): Take region args,
9115 and pass them to isearch-lazy-highlight-new-loop.
9116
9117 * novice.el (disabled-command-hook): Autoload the defalias
9118 and the make-obsolete-variable call.
9119
9120 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9121
9122 * isearch.el (isearch-lazy-highlight-start-limit)
9123 (isearch-lazy-highlight-end-limit): New variables limit
9124 the region for highlighting.
9125 (isearch-lazy-highlight-new-loop): New args BEG and END.
9126 (isearch-lazy-highlight-search): Use the new vars.
9127 (isearch-lazy-highlight-update): Likewise.
9128
9129 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9130
9131 * cus-start.el (all): Use default-boundp.
9132
9133 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
9134
9135 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9136
9137 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9138
9139 * autorevert.el (auto-revert-stop-on-user-input)
9140 (auto-revert-verbose): Doc fixes.
9141
9142 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9143
9144 * international/mule-cmds.el (set-locale-environment): Remove call
9145 to set-selection-coding-system on Windows.
9146
9147 2005-02-15 Jay Belanger <belanger@truman.edu>
9148
9149 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9150 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9151 calcFunc-coth.
9152 (math-simplify-sqrt): Add simplifications.
9153
9154 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9155 to list.
9156
9157 * calc/calc-ext.el: Add functions to autoloads.
9158
9159 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9160 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9161 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9162 (math-csc-raw, math-cot-raw): New functions.
9163
9164 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9165
9166 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9167 the variable name in a message.
9168
9169 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9170 calcFunc-csc, calcFunc-cot.
9171
9172 * calc/calcalg2.el: Add derivative and integration rules for
9173 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9174 calcFunc-csch, calcFunc-coth.
9175 (math-do-integral-methods): Add to checks for when to use
9176 substitutions.
9177
9178 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9179
9180 2005-02-15 Lute Kamstra <lute@gnu.org>
9181
9182 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9183 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
9184 <monnier@iro.umontreal.ca>
9185 (lisp-outline-level): Improve efficiency. Suggested by David
9186 Kastrup <dak@gnu.org>.
9187
9188 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
9189
9190 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9191 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9192 (gdb-set-gud-minor-mode-existing-buffers): New functions.
9193 (gdb-find-file-hook): New hook. Add it to find-file-hook.
9194 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9195
9196 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9197
9198 * cus-start.el (all): Comment change.
9199
9200 2005-02-14 Lute Kamstra <lute@gnu.org>
9201
9202 * cus-start.el (all): Check if symbol is void.
9203
9204 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
9205
9206 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9207 optional argument to \cite.
9208
9209 2005-02-14 Richard M. Stallman <rms@gnu.org>
9210
9211 * cus-edit.el (custom-buffer-create-internal): Update help message.
9212 (custom-magic-alist): Update help messages.
9213
9214 * cus-start.el (all): Allow a var to specify a standard value.
9215
9216 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9217
9218 * custom.el (custom-theme-set-variables): Handle variable aliases.
9219
9220 * frame.el (blink-cursor-timer): Doc fix.
9221 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9222 declare obsolete.
9223 (blink-cursor-mode): Define with defcustom and use correct
9224 standard expression in that defcustom.
9225 * startup.el (command-line): Adapt to above changes in frame.el.
9226
9227 2005-02-11 Lute Kamstra <lute@gnu.org>
9228
9229 * apropos.el (apropos-score-doc): Prevent division by zero.
9230
9231 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
9232
9233 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9234 (icalendar--get-event-property-attributes)
9235 (icalendar--get-event-properties)
9236 (icalendar--datetime-to-diary-date): New functions.
9237 (icalendar--split-value): Doc fix.
9238 (icalendar--datetime-to-noneuropean-date)
9239 (icalendar--datetime-to-european-date): New optional argument
9240 SEPARATOR. Return result as a string instead of a list.
9241 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9242 (icalendar--convert-string-for-export): Rename arg S to STRING.
9243 (icalendar-export-region): Doc fix. Change name of error buffer.
9244 Save output buffer.
9245 (icalendar-import-file): Add blank at end of prompt.
9246 (icalendar-import-buffer): Doc fix. Do not switch to error
9247 buffer. Indicate status in return value.
9248 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9249 buffer. Save output buffer. Handle exception from recurrence
9250 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9251 events. Fix problems with weekly all-day events.
9252
9253 2005-02-10 Richard M. Stallman <rms@gnu.org>
9254
9255 * simple.el (eval-expression-print-format):
9256 Avoid warning about edebug-active.
9257
9258 * help.el (help-for-help-internal): Rename from help-for-help.
9259 (help-for-help): Define with defalias.
9260
9261 * font-core.el (font-lock-default-function): Use with-no-warnings.
9262
9263 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9264
9265 * custom.el (defface): Doc fix.
9266
9267 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
9268
9269 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9270 width 0" to prevent word wrapping problems.
9271
9272 2005-02-09 Kim F. Storm <storm@cua.dk>
9273
9274 * ido.el (ido-file-extensions-order): New defcustom.
9275 (ido-file-extension-lessp, ido-file-extension-aux)
9276 (ido-file-extension-order): New advanced file ordering.
9277 (ido-file-lessp): New simple file ordering.
9278 (ido-sort-list): Remove.
9279 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9280 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9281
9282 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9283
9284 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9285 that some versions of grep produce.
9286 (grep-mode-font-lock-keywords): Likewise.
9287
9288 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
9289
9290 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9291 (gdb-cdir): Delete.
9292 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9293 (gdb-source-info): Treat case when source file is in another
9294 directory properly.
9295 (gdb-get-location): New function.
9296
9297 2005-02-07 Jay Belanger <belanger@truman.edu>
9298
9299 * calc/calc-prog.el (calc-write-parse-table-part)
9300 (calc-fix-token-name): Fix a check for language type.
9301
9302 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9303
9304 2005-02-07 Andre Spiegel <spiegel@gnu.org>
9305
9306 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9307 as directory not writable.
9308
9309 2005-02-07 Kim F. Storm <storm@cua.dk>
9310
9311 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9312 (cua--standard-movement-commands): Remove list.
9313 Instead, set CUA property value to move for movement commands.
9314 (cua-movement-commands): Remove. Users must set CUA prop instead.
9315 (cua--pre-command-handler): Check CUA property.
9316 (cua--init-keymaps): Don't remap undo commands.
9317 (cua-mode): Don't call cua--rectangle-on-off.
9318
9319 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9320 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9321 (cua--rect-undo-set-point): New var.
9322 (cua--rectangle-undo-boundary): Setup undo apply entry.
9323 (cua--rect-undo-handler): New function for rectangle undo.
9324 (cua--rect-start-position, cua--rect-end-position): Add.
9325 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9326 for restored rectangle. Set point if cua--rect-undo-set-point.
9327
9328 2005-02-06 Jay Belanger <belanger@truman.edu>
9329
9330 * calc/calc-lang.el (calc-tex-language): Display more information
9331 in messages.
9332
9333 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9334 in TeX mode.
9335
9336 2005-02-06 Richard M. Stallman <rms@gnu.org>
9337
9338 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9339
9340 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9341
9342 * net/ldap.el (ldap-search-internal): Support attributes with
9343 optional descriptions separated by a semi-colon, as in
9344 "userCertificate;binary".
9345
9346 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9347
9348 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9349 isn't a cons (i.e. the version is 0).
9350
9351 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9352
9353 * help.el (help-for-help): Doc fix.
9354
9355 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
9356
9357 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
9358 GDB-Windows on the menu-bar as this works better.
9359
9360 2005-02-04 Jay Belanger <belanger@truman.edu>
9361
9362 * calc/calc-embed.el (calc-embedded-update): Don't put in
9363 unnecessary newlines. Adjust the end of formula marker.
9364
9365 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9366 (math-latex-parse-two-args): New function.
9367
9368 2005-02-03 Lute Kamstra <lute@gnu.org>
9369
9370 * help-fns.el (help-with-tutorial): Make sure that users cannot
9371 remove the entire text of the tutorial by means of `undo'.
9372
9373 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9376 in recent changes, where the ispell process was repeatedly
9377 killed & restarted.
9378
9379 * international/mule-cmds.el (set-locale-environment): Set file-name
9380 coding system to utf-8 on Darwin systems.
9381 (set-default-coding-systems): Don't set default-file-name-coding-system
9382 on Darwin systems.
9383
9384 2005-02-03 Richard M. Stallman <rms@gnu.org>
9385
9386 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9387
9388 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9389
9390 * faces.el (list-faces-display): Add optional argument.
9391
9392 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * font-core.el (font-lock-default-function): Handle the rare case where
9395 only font-lock-keywords is set.
9396
9397 2005-02-02 Kenichi Handa <handa@m17n.org>
9398
9399 * international/characters.el: Cancel previous change for
9400 I-WITH-DOT-ABOVE and DOTLESS-i.
9401
9402 * international/latin-5.el: Cancel previous change.
9403
9404 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9405
9406 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9407
9408 2005-02-02 Kenichi Handa <handa@m17n.org>
9409
9410 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9411 DOTLESS-i.
9412
9413 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9414 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9415
9416 * case-table.el (get-upcase-table): New function.
9417 (copy-case-table): Copy upcaes table too if non-nil.
9418 (set-case-syntax-delims): Maintain upcase table too.
9419 (set-case-syntax-pair): Likewise.
9420 (set-upcase-syntax, set-downcase-syntax): New functions.
9421 (set-case-syntax): Maintain upcase table too.
9422
9423 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9424
9425 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9426
9427 * progmodes/gud.el (gud-goto-info): New function.
9428 (gud-tool-bar-map): Use correct icon.
9429
9430 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9431
9432 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9433 When delegating, order args in the funcall correctly.
9434
9435 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9436
9437 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9438
9439 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
9440
9441 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9442 buffer not visiting a file.
9443
9444 2005-01-31 Jay Belanger <belanger@truman.edu>
9445
9446 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9447 bound on the line with the formula.
9448
9449 2005-01-31 Kim F. Storm <storm@cua.dk>
9450
9451 * ses.el (ses-create-cell-variable-range)
9452 (ses-destroy-cell-variable-range, ses-reset-header-string)
9453 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9454 (ses-insert-row): Fix format of apply undo entries.
9455
9456 2005-01-31 Jay Belanger <belanger@truman.edu>
9457
9458 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9459 parts.
9460
9461 * calc/calc-embed.el (calc-embedded-open-formula)
9462 (calc-embedded-close-formula): Ignore matrix environments.
9463
9464 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9465 TeX mode.
9466
9467 * calc/calc-lang.el (math-function-table, math-oper-table)
9468 (math-variable-table): Adjust the LaTeX portions.
9469
9470 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9471 (math-latex-ignore-words): New constant.
9472
9473 2005-01-31 Richard M. Stallman <rms@gnu.org>
9474
9475 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9476 (ispell-local-dictionary): Doc fix.
9477 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9478 Don't reinitialize at run time. Don't defcustom.
9479 All uses changed to append ispell-local-dictionary-alist,
9480 or check it first.
9481 (ispell-current-dictionary): New variable for dictionary in use.
9482 (ispell-dictionary): Now used only for global default.
9483 (ispell-start-process): Set ispell-current-dictionary,
9484 not ispell-dictionary.
9485 (ispell-change-dictionary): Use this only for setting
9486 user preferences.
9487 (ispell-internal-change-dictionary): New function
9488 to change the current dictionary in use.
9489 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9490 Use ispell-current-dictionary.
9491 Handle ispell-local-dictionary-overridden.
9492 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9493
9494 2005-01-31 Jay Belanger <belanger@truman.edu>
9495
9496 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9497
9498 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9499 (calc-mode-map): Add calc-latex-language.
9500
9501 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9502 (math-latex-print-frac): New functions.
9503 (math-oper-table, math-function-table, math-variable-table)
9504 (math-complex-format, math-input-filter): Add latex properties.
9505 (calc-set-language): Set math-expr-special-function-mapping.
9506
9507 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9508 (calc-write-parse-table-part): Add LaTeX support.
9509
9510 * calc/calc.el (calc-language): Adjust docstring.
9511 (calc-set-mode-line): Add LaTeX support.
9512 (math-expr-special-function-mapping): New variable.
9513 (math-tex-ignore-words): Add to list.
9514
9515 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9516 Add LaTeX support.
9517 (math-compose-expr): Add support for special functions.
9518
9519 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9520
9521 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
9522
9523 * progmodes/gdb-ui.el (gdb-memory-address)
9524 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9525 (gdb-memory-mode-map, gdb-memory-format-keymap)
9526 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9527 (gdb-memory-unit-menu): New variables for a buffer
9528 that lets the user examine program memory.
9529 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9530 (gdb-memory-format-binary, gdb-memory-format-octal)
9531 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9532 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9533 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9534 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9535 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9536 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9537 (gdb-memory-mode, gdb-memory-buffer-name)
9538 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9539 New functions for above buffer.
9540
9541 2005-01-30 Richard M. Stallman <rms@gnu.org>
9542
9543 * cus-edit.el (custom-bury-buffer): Function deleted.
9544 (custom-buffer-done-function): Option deleted.
9545 (custom-buffer-done-kill): New (replacement option.
9546 (Custom-buffer-done): Call quit-window.
9547 (custom-buffer-create-internal): Update for above changes.
9548
9549 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9550
9551 * simple.el (undo-ask-before-discard): New var.
9552 (undo-outer-limit-truncate): Implement it.
9553 (undo-extra-outer-limit): Doc update.
9554
9555 2005-01-29 Richard M. Stallman <rms@gnu.org>
9556
9557 * ses.el (undo-more): Delete defadvice.
9558 (ses-begin-change): Doc fix.
9559
9560 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9561 instead of rebinding C-x u and C-_.
9562
9563 * files.el (normal-backup-enable-predicate): Return nil for files
9564 in /tmp, regardless of temporary-file-directory.
9565
9566 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9567
9568 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9569 (open-rectangle, delete-whitespace-rectangle-line)
9570 (clear-rectangle-line): If FILL, pass t instead of FILL
9571 for move-to-column's 2nd arg.
9572
9573 * simple.el (undo): Fix the test for continuing a series of undos.
9574 (undo-more): Set pending-undo-list to t when we reach end.
9575 (pending-undo-list): Move up defvar.
9576
9577 * wid-edit.el (widget-button-click):
9578 Shorten the range of the track-mouse binding.
9579
9580 * comint.el (comint-insert-input): Undo previous changes;
9581 use last-input-event in interactive spec.
9582
9583 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9584
9585 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9586 to nil before invoking call-process. Reset buffer's modified flag
9587 after fontifying it in the no-async branch.
9588
9589 * wid-edit.el (widget-specify-button): If mouse pointer shape
9590 cannot be changed, use mouse face instead.
9591
9592 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
9593
9594 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9595 (gdb-goto-breakpoint): Make breakpoint handling work on template
9596 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
9597 (gdb-assembler-custom): Update to recognize breakpoint information
9598 added on 2005-01-19.
9599
9600 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9603 (dsssl-mode): Use define-derived-mode.
9604 (scheme-mode-initialize): Remove.
9605 (scheme-mode): Use run-mode-hooks.
9606
9607 * cus-edit.el (customize-group-other-window)
9608 (custom-buffer-create-other-window): Don't override special-display-*.
9609 (custom-mode-map): Make it dense.
9610
9611 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9612 sets the default value.
9613
9614 2005-01-28 Eli Zaretskii <eliz@gnu.org>
9615
9616 * descr-text.el: Add more keywords.
9617
9618 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * speedbar.el: Avoid unnecessary use of locate-library.
9621
9622 * international/mule-cmds.el (standard-display-european-internal):
9623 Don't fiddle with latin-1 non-break space any more since it's now
9624 special cased in the C code.
9625 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9626
9627 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
9628
9629 * cus-start.el (all): Add `undo-outer-limit'.
9630
9631 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9632
9633 * textmodes/bibtex.el (bibtex-format-entry):
9634 Use `bibtex-empty-field-re' only on the text of fields, not on entire
9635 field lines.
9636 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9637 not on part of a buffer.
9638
9639 2005-01-25 Lute Kamstra <lute@gnu.org>
9640
9641 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9642 nonempty field text strings like "{letters\\macro{}more letters}".
9643 Clarify docstring.
9644 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9645 (bibtex-entry-offset, bibtex-parse-association)
9646 (bibtex-parse-field-name): Fix typos in docstrings.
9647 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9648
9649 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9650
9651 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9652 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9653 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9654 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9655
9656 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9657 isearch minor mode.
9658
9659 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9660
9661 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9662
9663 2005-01-24 Lute Kamstra <lute@gnu.org>
9664
9665 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9666 CASECHARS and NOT-CASECHARS regular expressions of the
9667 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9668 striding over charsets" error.
9669
9670 2005-01-24 Jay Belanger <belanger@truman.edu>
9671
9672 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9673 display variable name.
9674
9675 2005-01-24 Kenichi Handa <handa@m17n.org>
9676
9677 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9678 Fix setting of the element of encoded-kbd-iso2022-invocations.
9679
9680 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9681
9682 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9683 (gdb-threads-select): Change to also accept mouse events.
9684 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9685 (gdb-threads-mouse-select): Delete.
9686
9687 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9688
9689 * files.el (insert-directory): Take care of empty directory,
9690 listed without -a switch.
9691
9692 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * textmodes/refill.el (refill-post-command-function):
9695 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9696 to the list of functions that we should be careful not to undo.
9697 (refill-late-fill-paragraph-function): Remove.
9698 (refill-saved-state): New var.
9699 (refill-mode): Use it to save fill-paragraph-function.
9700 Save also the value of auto-fill-function.
9701
9702 * term/w32-win.el: Simplify code.
9703
9704 2005-01-23 Kim F. Storm <storm@cua.dk>
9705
9706 * simple.el (line-move): Adapt to new return value from
9707 pos-visible-in-window-p.
9708
9709 * simple.el (line-move): Fix last change. Check partial
9710 visibility at point rather than at window-start.
9711
9712 2005-01-22 Jason Rumney <jasonr@gnu.org>
9713
9714 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9715
9716 2005-01-22 David Kastrup <dak@gnu.org>
9717
9718 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9719
9720 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9721
9722 * type-break.el (type-break-mode): Add a test for
9723 type-break-file-name being non-nil.
9724
9725 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9726
9727 * net/eudc.el (top level): Call (message "") via progn, so that
9728 eudc-options-file is loaded.
9729
9730 2005-01-22 Kim F. Storm <storm@cua.dk>
9731
9732 * simple.el (line-move-1): Rename from line-move.
9733 (line-move): New function that adjusts vscroll for partially
9734 visible rows, and calls line-move-1 otherwise.
9735
9736 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9737
9738 * pcomplete.el: define pcomplete-read-event instead of read-event,
9739 since it's not a complete read-event implementation
9740
9741 2005-01-20 Jay Belanger <belanger@truman.edu>
9742
9743 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9744 for called function.
9745
9746 2005-01-20 Steven Tamm <steventamm@mac.com>
9747
9748 * term/mac-win.el (process-connection-type): Remove.
9749 Controlled now by s/darwin.h:PTY_ITERATION.
9750
9751 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * window.el (handle-select-window): Don't switch window when we're
9754 in the minibuffer.
9755
9756 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9757
9758 * subr.el (dotimes-with-progress-reporter): New macro.
9759
9760 * ses.el (ses-dotimes-msg): Remove macro.
9761 Use `dotimes-with-progress-reporter' instead.
9762
9763 2005-01-19 Steven Tamm <steventamm@mac.com>
9764
9765 * term/mac-win.el (process-connection-type): Use new
9766 operating-system-release variable to use ptys on Darwin 7 (OS X
9767 10.3) when using carbon build.
9768
9769 2005-01-19 Jay Belanger <belanger@truman.edu>
9770
9771 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9772 flags if the last command was a tab or M-tab.
9773
9774 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9775 in formula editing buffer.
9776
9777 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9778
9779 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9780 breakpoint image symbol in margin.
9781
9782 2005-01-19 Jay Belanger <belanger@truman.edu>
9783
9784 * calc/calc-prog.el (calc-execute-kbd-macro):
9785 Ignore calc-keep-arg-flag.
9786
9787 2005-01-19 Kenichi Handa <handa@m17n.org>
9788
9789 * textmodes/ispell.el (ispell-looking-at): New function.
9790 (ispell-process-line): Use ispell-looking-at to compare the ispell
9791 output and the buffer contents.
9792
9793 2005-01-18 Jay Belanger <belanger@truman.edu>
9794
9795 * calc/calc.el (calc-display-raw): Fix docstring.
9796
9797 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * simple.el (blink-matching-open): Strip extra info from syntax.
9800
9801 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9802 funny chars in the end-of-here-doc marker.
9803
9804 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9805
9806 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9807 that enable/disabled state of breakpoints is shown correctly in
9808 fringe and on ttys.
9809 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9810 Add breakpoint information as text properties.
9811 (gdb-mouse-toggle-breakpoint):
9812 Rename to gdb-mouse-set-clear-breakpoint.
9813 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9814 breakpoints in the margin.
9815 (gdb-remove-strings): Simplify.
9816
9817 2005-01-17 Jay Belanger <belanger@truman.edu>
9818
9819 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9820 erasing buffer.
9821
9822 2005-01-17 Richard M. Stallman <rms@gnu.org>
9823
9824 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9825 for calling grep-compute-defaults.
9826
9827 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9828 if buffer is empty.
9829
9830 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9831
9832 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9835
9836 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9837 non-preloaded variables.
9838
9839 2005-01-17 Steven Tamm <steventamm@mac.com>
9840
9841 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9842 tex-shell cause to force interactivity when using pipes.
9843
9844 2005-01-17 Kim F. Storm <storm@cua.dk>
9845
9846 * simple.el (just-one-space): Make arg optional.
9847
9848 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9849
9850 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9851 posn-at-x-y to t to access left-margin.
9852
9853 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9854
9855 Sync with Tramp 2.0.47.
9856
9857 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9858 catching keep-date problems in cp/scp operations.
9859 (tramp-handle-copy-file): Don't call `set-file-modes'
9860 unconditionally. Specialized functions should know better what is
9861 necessary. This improves performance a little bit, and the
9862 functions could catch errors with `cp -p' and `scp -p'.
9863 (tramp-do-copy-or-rename-file-via-buffer)
9864 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9865 when appropriate.
9866 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9867 Call `set-file-modes' when appropriate.
9868 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9869 Johnsson <isak@hypergene.com>
9870 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9871 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9872 <joakim@verona.se>
9873 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9874 Emacs only.
9875
9876 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9877 `find-file-hooks' and `dired-mode-hook'.
9878 (tramp-minor-mode-map): Respective map. Add remapping for
9879 `compile' and `recompile'.
9880 (tramp-remap-command, tramp-recompile): New defuns.
9881 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9882 in buffer "*Compilation*". Call the commands asynchronously.
9883
9884 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9885 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9886 `shell-command', because it isn't magic in XEmacs. Reported by
9887 Adrian Aichner <adrian@xemacs.org>.
9888
9889 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9890 `substitute-in-file-name.
9891 (tramp-smb-handle-substitute-in-file-name): New defun.
9892 (tramp-smb-advice-PC-do-completion): Delete advice.
9893
9894 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9895
9896 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9897 Fix error in deleting region.
9898
9899 2005-01-15 Richard M. Stallman <rms@gnu.org>
9900
9901 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9902 In non-temp buffer, switch syntax table temporarily.
9903
9904 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9905
9906 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9907
9908 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9909
9910 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9911 (imenu--generic-function): Use START, not BEG, as pos of definition.
9912
9913 * simple.el (just-one-space): Argument specifies number of spaces.
9914
9915 * simple.el (eval-expression-print-format): Avoid warning
9916 about edebug-active.
9917
9918 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9919
9920 * progmodes/sh-script.el: Code copied from make-mode.el
9921 with small changes,
9922 (sh-mode-map): Bind C-c C-\.
9923 (sh-backslash-column, sh-backslash-align): New variables.
9924 (sh-backslash-region, sh-append-backslash): New functions.
9925
9926 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9927
9928 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9929 (rmail-pop-password, rmail-pop-password-required): Move to
9930 rmail-obsolete group.
9931 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9932 All callers updated.
9933 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9934 Take an argument specifying whether it is POP or IMAP mailbox we
9935 are using. All callers updated.
9936 (rmail-pop-password-error): Rename to
9937 rmail-remote-password-error. Added mailutils-specific error message.
9938 (rmail-movemail-search-path)
9939 (rmail-movemail-variant-in-use): New variables.
9940 (rmail-remote-password, rmail-remote-password-required):
9941 New customization variables.
9942 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9943 (rmail-parse-url): New function.
9944 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9945 with GNU mailutils movemail.
9946
9947 2005-01-15 Kevin Ryde <user42@zip.com.au>
9948
9949 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9950 suffix to space, $ or '$, to correctly position point when going
9951 to @table style constants like DBL_MAX.
9952
9953 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9954
9955 * type-break.el (type-break-mode, type-break-file-time)
9956 (type-break-file-keystroke-count, type-break-choose-file):
9957 Don't store data in or load data from the file if type-break-file-name
9958 is nil.
9959 (type-break-file-name): Doc update as per the above.
9960
9961 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9962
9963 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9964 lookup-key might return nil; handle that.
9965
9966 2005-01-15 Alan Mackenzie <acm@muc.de>
9967
9968 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9969 rather than the element found, thus enabling the tree to be setcar'd.
9970
9971 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9972
9973 * textmodes/org.el (org-show-following-heading): New option.
9974 (org-show-hierarchy-above): Use `org-show-following-heading'.
9975 (org-cycle): Documentation fix.
9976
9977 * textmodes/org.el (orgtbl-optimized): New option
9978 (orgtbl-mode): New command, a minor mode.
9979 (orgtbl-mode-map): New variable.
9980 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9981 (orgtbl-error, orgtbl-self-insert-command)
9982 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9983
9984 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9985 a local variable in each org-mode buffer.
9986
9987 * textmodes/org.el (org-set-regexps-and-options): Rename from
9988 `org-set-regexps'. Added checking for STARTUP keyword.
9989 (org-get-current-options): Add STARTUP options.
9990 (org-table-insert-row): Make mode intelligent about when
9991 realignment is needed.
9992 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9993 New commands.
9994 (org-enable-table-editor): New default value `optimized'.
9995 (org-table-blank-field): Support blanking regions if active.
9996
9997 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9998
9999 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10000 if the year is not given.
10001
10002 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10003 Add new escapes %m and %M, fixed bug with %F by adding
10004 save-match-data.
10005 (reftex-reference): Remove ?. from list of spaces.
10006 (reftex-label-info): Add automatic label prefix recognition.
10007
10008 * textmodes/reftex-index.el (reftex-index-next-phrase):
10009 Add slave parameter to call of `reftex-index-this-phrase'.
10010 (reftex-index-this-phrase): New optional argument.
10011 (reftex-index-region-phrases): Add slave parameter to call of
10012 `reftex-index-this-phrase'.
10013 (reftex-display-index): New argument redo.
10014 (reftex-index-rescan): Add 'redo to arguments of
10015 `reftex-display-index'.
10016 (reftex-index-Rescan, reftex-index-revert)
10017 (reftex-index-switch-index-tag): Add 'redo to arguments of
10018 `reftex-display-index'.
10019 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10020 indexing. Fix bug with matching is there is a quote before or
10021 after the word.
10022
10023 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10024 Fix bug when collecting citation keys in lines with comments.
10025 (reftex-citation): Prefix argument no longer rescans the document,
10026 but forces prompting for optional arguments of cite macros.
10027 (reftex-do-citation): Prompting for optional arguments implemented.
10028
10029 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10030 Add optional arguments to most cite commands.
10031 (reftex-cite-cleanup-optional-args): New option
10032 (reftex-cite-prompt-optional-args): New option.
10033 (reftex-trust-label-prefix): New option.
10034
10035 * textmodes/reftex-toc.el (reftex-toc-find-section):
10036 Add push-mark before changing the position in the buffer.
10037
10038 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10039 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10040
10041 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
10042
10043 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10044 more carefully.
10045
10046 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10049 (sgml-mode): Use it.
10050 (sgml-get-context): Better keep track of implicitly closed tags.
10051
10052 2005-01-13 Kenichi Handa <handa@m17n.org>
10053
10054 * textmodes/ispell.el: These changes are to fix misalignment error
10055 caused by equivalent characters of different Emacs charsets.
10056 (ispell-unified-chars-table): New variable.
10057 (ispell-get-decoded-string): New function.
10058 (ispell-get-casechars, ispell-get-not-casechars)
10059 (ispell-get-otherchars): Call ispell-get-decoded-string.
10060
10061 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10062
10063 * custom.el (custom-declare-variable): Just put symbol instead
10064 of (defvar . symbol) in `current-load-list'.
10065
10066 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10067
10068 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10069
10070 2005-01-12 Jay Belanger <belanger@truman.edu>
10071
10072 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10073 to create a Calc summary.
10074
10075 2005-01-12 Kim F. Storm <storm@cua.dk>
10076
10077 * mouse.el (mouse-on-link-p): Change functionality and doc
10078 string to comply with latest description in lisp ref.
10079
10080 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
10081
10082 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10083 Enable mouse clicks on mode-line, header-line and margin.
10084 (event-type): Give mouse event symbols an 'event-kind property
10085 with value 'mouse-click.
10086
10087 2005-01-12 Juri Linkov <juri@jurta.org>
10088
10089 * facemenu.el (list-colors-display): Add new arg buffer-name.
10090 Use it. Fix docstring. Replace code for identifying duplicate
10091 colors by the name with call to `list-colors-duplicates' which
10092 identifies duplicate colors by the value unless the color
10093 is one of special Windows colors. Set truncate-lines to t.
10094 Print sorted duplicate color names on each line. Indent to 22
10095 \(the longest color name in rgb.txt) instead of 20. Optimize.
10096 (list-colors-duplicates): New function.
10097 (facemenu-color-name-equal): Delete function.
10098
10099 * facemenu.el (list-colors-print): New function created from code
10100 in list-colors-display. Print #RRGGBB at the window right edge.
10101 (list-colors-display): When temp-buffer-show-function is not
10102 defined, call list-colors-print from temp-buffer-show-hook
10103 to get the right value of window-width in list-colors-print
10104 after the buffer is displayed.
10105
10106 * simple.el (pop-mark): Move deactivate-mark out of conditional
10107 part to deactivate the active mark regardless of the state of the
10108 mark ring.
10109
10110 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10111 variables line in desktop files.
10112
10113 2005-01-12 Juri Linkov <juri@jurta.org>
10114
10115 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10116 Bring together isearch highlight related options.
10117 (lazy-highlight): Replace group `replace' by `matching'.
10118 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10119 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10120 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10121 and declare them obsolete.
10122 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10123 (isearch-faces): Remove defgroup.
10124 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10125 Move isearch highlighting code closer to lazy highlighting code.
10126
10127 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10128 (query-replace-highlight, query-replace-lazy-highlight)
10129 (query-replace): Move definitions to the beginning of the file.
10130
10131 2005-01-11 Juri Linkov <juri@jurta.org>
10132
10133 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10134 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10135 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10136
10137 * info.el (Info-history-forward): New variable.
10138 (Info-select-node): Reset Info-history-forward to nil.
10139 (Info-last): Turn into defalias.
10140 (Info-history-back): Rename from Info-last.
10141 Add current node to Info-history-forward.
10142 (Info-history-forward): New fun.
10143 (Info-mode-map): Replace Info-last by Info-history-back.
10144 Bind Info-history-forward to "r".
10145 (Info-mode-menu): Replace Info-last by Info-history-back.
10146 Fix menu item text. Add menu item for Info-history-forward.
10147 (info-tool-bar-map): Replace Info-last by Info-history-back.
10148 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10149 for Info-history-forward.
10150 (Info-mode): Replace Info-last by Info-history-back in docstring.
10151 Add local variable Info-history-forward.
10152 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10153
10154 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10157 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10158 Ignore select-window events rather than fiddle with
10159 mouse-autoselect-window.
10160
10161 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10162
10163 * type-break.el (type-break-mode): Fix previous change.
10164
10165 2005-01-10 Jay Belanger <belanger@truman.edu>
10166
10167 * calc/calc-ext.el (calc-reset): Reset when inside embedded
10168 calculator; only reset when point is inside a calculator.
10169 Don't adjust the window height if the window takes up the whole height
10170 of the frame.
10171
10172 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10173
10174 * ebuff-menu.el (Electric-buffer-menu-mode):
10175 Preserve value of buffer-local var header-line-format.
10176
10177 2005-01-09 Jay Belanger <belanger@truman.edu>
10178
10179 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10180 Make sure settings file exists before accessing it.
10181
10182 * calc/calc-embed.el (calc-embedded-subst):
10183 Replace math-multi-subst-rec, which is only supposed to be called
10184 by math-multi-subst, by math-multi-subst.
10185
10186 2005-01-09 Andre Spiegel <spiegel@gnu.org>
10187
10188 * vc.el (vc-allow-async-revert): New user option.
10189 (vc-disable-async-diff): New internal variable.
10190 (vc-revert-buffer): Use them to disable asynchronous diff.
10191
10192 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10193 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10194 asynchronously if vc-disable-async-diff is t.
10195
10196 2005-01-09 Jay Belanger <belanger@truman.edu>
10197
10198 * calc/calc.el (defcalcmodevar): New macro.
10199 (calc-mode-var-list-restore-default-values)
10200 (calc-mode-var-list-restore-saved-values): New functions.
10201 (calc-mode-var-list): Use defcalcmodevar to define it.
10202 (calc-always-load-extensions, calc-line-numbering)
10203 (calc-line-breaking, calc-display-just, calc-display-origin)
10204 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10205 (calc-group-char, calc-point-char, calc-frac-format)
10206 (calc-prefer-frac, calc-hms-format, calc-date-format)
10207 (calc-float-format, calc-full-float-format, calc-complex-format)
10208 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10209 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10210 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10211 (calc-matrix-brackets, calc-language, calc-language-option)
10212 (calc-left-label, calc-right-label, calc-word-size)
10213 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10214 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10215 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10216 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10217 (calc-window-height, calc-display-trail, calc-show-selections)
10218 (calc-use-selections, calc-assoc-selections)
10219 (calc-display-working-message, calc-auto-why, calc-timing)
10220 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10221 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10222 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10223 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10224 (calc-gnuplot-geometry, calc-graph-default-resolution)
10225 (calc-graph-default-resolution-3d, calc-invocation-macro)
10226 (calc-show-banner): Use defcalcmodevar to declare them and set
10227 their default values.
10228
10229 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10230 instead of default values (but restore default values if there is
10231 an argument of 0).
10232
10233 2005-01-09 David Kastrup <dak@gnu.org>
10234
10235 * desktop.el (desktop-restore-eager): Fix typo in type.
10236
10237 2005-01-08 Richard M. Stallman <rms@gnu.org>
10238
10239 * cus-edit.el (customize): Delete :link.
10240
10241 2005-01-08 Jay Belanger <belanger@truman.edu>
10242
10243 * calc/calc.el (calc-mode): Remove the extension from the
10244 `calc-settings-file' file name when loading it.
10245
10246 2005-01-08 Kim F. Storm <storm@cua.dk>
10247
10248 * info.el (Info-mode-map, Info-next-link-keymap)
10249 (Info-prev-link-keymap, Info-up-link-keymap):
10250 Map follow-link to mouse-face.
10251 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10252
10253 2005-01-08 Jay Belanger <belanger@truman.edu>
10254
10255 * calc/calc.el (calc-settings-file): Change default value.
10256 Suggested by cgw in a comment in calc-mode.el.
10257
10258 * calc/calc-mode.el (calc-settings-file-name):
10259 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10260 Replace ~/.emacs in a prompt by calc-settings-file.
10261
10262 2005-01-07 Lars Hansen <larsh@math.ku.dk>
10263
10264 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10265 (desktop-lazy-idle-delay): New customizable variables.
10266 (desktop-buffer-args-list): New variable.
10267 (desktop-append-buffer-args): New function.
10268 (desktop-save): Call desktop-append-buffer-args for some buffers.
10269 (desktop-lazy-create-buffer): New function.
10270 (desktop-idle-create-buffers): New function.
10271 (desktop-read): Add message about buffers to restore lazily.
10272 (desktop-lazy-abort): New command.
10273 (desktop-clear): Call desktop-lazy-abort.
10274 (desktop-lazy-complete): New command.
10275
10276 2005-01-06 Richard M. Stallman <rms@gnu.org>
10277
10278 * emacs-lisp/find-func.el (find-face-definition):
10279 Rename from find-face.
10280
10281 2005-01-06 Kim F. Storm <storm@cua.dk>
10282
10283 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10284
10285 * man.el (Man-xref-man-page, Man-xref-header-file)
10286 (Man-xref-normal-file): Add follow-link property.
10287
10288 2005-01-06 Jay Belanger <belanger@truman.edu>
10289
10290 * calc/calc-units.el: Make sure the proper macro definitions are
10291 available when compiling.
10292
10293 2005-01-06 Juri Linkov <juri@jurta.org>
10294
10295 * isearch.el (isearch-lazy-highlight-update):
10296 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10297
10298 2005-01-06 Miles Bader <miles@gnu.org>
10299
10300 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10301 (isearch-lazy-highlight-face): Use new name.
10302
10303 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * uniquify.el (uniquify-rationalize-file-buffer-names):
10306 Re-add an interactive spec.
10307 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10308 to the same name.
10309
10310 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10311 (isearch-update, isearch-done): Adjust calls accordingly.
10312
10313 2005-01-05 Richard M. Stallman <rms@gnu.org>
10314
10315 * custom.el (custom-set-variables, custom-theme-set-variables):
10316 Clarify documentation.
10317
10318 * emacs-lisp/find-func.el (find-variable)
10319 (find-variable-other-window, find-variable-other-frame):
10320 Fix the TYPE args to find-function-read and find-function-do-it.
10321 (find-function): Doc fix.
10322 (find-function-at-point): Replace function-at-point alias.
10323
10324 2005-01-04 Richard M. Stallman <rms@gnu.org>
10325
10326 * cus-face.el (custom-declare-face):
10327 Record defface in current-load-list.
10328
10329 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10330
10331 * emacs-lisp/find-func.el: Doc fixes.
10332 (find-face-regexp): New variable.
10333 (find-function-regexp-alist): New variable.
10334 (find-function-C-source): Third arg is now TYPE.
10335 (find-function-search-for-symbol): Handle general TYPE.
10336 (find-function-read, find-function-do-it): Handle general TYPE.
10337 (find-definition-noselect, find-face): New functions.
10338 (function-at-point): Alias deleted.
10339
10340 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * battery.el (display-battery-mode): Rename from display-battery.
10343 Handle the case where it gets turned off.
10344
10345 2005-01-04 Richard M. Stallman <rms@gnu.org>
10346
10347 * cus-edit.el (customize): Make :link point to user doc.
10348
10349 * man.el (Man-fontify-manpage): Turn off undo generation.
10350
10351 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10352
10353 2005-01-04 Andreas Schwab <schwab@suse.de>
10354
10355 * files.el (insert-directory): Only look for error lines in
10356 inserted text. Don't move too far after processing --dired markers.
10357
10358 2005-01-04 Richard M. Stallman <rms@gnu.org>
10359
10360 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10361 Don't expand if the character is @, period, dash, etc.
10362 (define-mail-abbrev): Quote names that contain problem characters.
10363
10364 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10365
10366 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10367
10368 2005-01-03 Richard M. Stallman <rms@gnu.org>
10369
10370 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10371 (query-replace-highlight, query-replace-lazy-highlight)
10372 (query-replace): Definitions moved up. Doc fix.
10373
10374 2005-01-03 Richard M. Stallman <rms@gnu.org>
10375
10376 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10377 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10378 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10379 (lazy-highlight-face): Rename from isearch-lazy-...
10380 Change all references to them.
10381
10382 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10383
10384 * cus-edit.el (custom-file): Doc fix for defcustom.
10385 (custom-file): The function no longer sets the variable
10386 `custom-file' to its return value.
10387
10388 * startup.el (command-line): No longer load `custom-file'.
10389
10390 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10393
10394 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10395 Don't confuse module-prefixed identifiers for labels.
10396 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10397
10398 2005-01-02 Richard M. Stallman <rms@gnu.org>
10399
10400 * files.el (basic-save-buffer-1): Fix previous change.
10401
10402 * loadhist.el (file-loadhist-lookup): New function.
10403 (file-provides, file-requires): Use it.
10404
10405 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10406 instead of calculating the right size.
10407
10408 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10409
10410 * vc-svn.el (vc-svn-diff): Stay local if possible.
10411
10412 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10415
10416 * files.el (hack-local-variables): Fix last change.
10417
10418 2005-01-02 Jay Belanger <belanger@truman.edu>
10419
10420 * calc/calc-yank.el (calc-edit-top): New variable.
10421 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10422 object. Change header properties.
10423 (calc-edit-finish, calc-edit-finish-stack-object)
10424 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10425 edited object.
10426 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10427 for the beginning of the edited object.
10428 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10429 for the beginning of the edited object.
10430 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10431 (calc-finish-formula-edit, calc-macro-repeats)
10432 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10433 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10434 beginning of the edited object.
10435 (calc-user-define-edit): Change the header for editing macros.
10436 Remove unnecessary variable.
10437
10438 2005-01-01 Jay Belanger <belanger@truman.edu>
10439
10440 * calc/calc-yank.el (calc-edit-mode): Change default header.
10441 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10442 * calc/calc-store.el (calc-edit-variable): Change title to match new
10443 header.
10444 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10445 mode to match new header.
10446 (calc-user-define-edit): Change titles to include names of commands.
10447 (calc-finish-formula-edit): Adjust to handle new header.
10448 (calc-finish-macro-edit): Remove.
10449 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10450 (calc-edit-macro-command, calc-edit-macro-command-type)
10451 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10452 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10453 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10454 (calc-edit-macro-finish-edit): New functions.
10455 (calc-user-define-edit): Use new functions to edit named calc macros.
10456
10457 2005-01-01 Stefan <monnier@iro.umontreal.ca>
10458
10459 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10460
10461 * ses.el (copy-region-as-kill): Deactivate mark.
10462
10463 2005-01-01 Richard M. Stallman <rms@gnu.org>
10464
10465 * replace.el (occur-1): If the output buffer is also an input,
10466 don't kill it, rename it.
10467
10468 * faces.el (set-face-background, set-face-foreground): Doc fix.
10469
10470 * cus-face.el (custom-face-attributes): Fix :help-echo strings
10471 for :foreground and :background.
10472
10473 * dired.el (dired-view-command-alist): Variable deleted.
10474 (dired-view-file, dired-mouse-find-file-other-window):
10475 Delete the code to use it.
10476
10477 2005-01-01 Kim F. Storm <storm@cua.dk>
10478
10479 * image.el (insert-sliced-image): Use t for line-height property.
10480
10481 2004-12-31 Jay Belanger <belanger@truman.edu>
10482
10483 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10484 for "var-" at the beginning of the minibuffer.
10485
10486 2004-12-31 Richard M. Stallman <rms@gnu.org>
10487
10488 * faces.el (read-face-name):
10489 Don't treat an attribute spec as a list of faces.
10490
10491 * simple.el (undo): Use undo-equiv-table to detect
10492 unexpected changes since previous undo.
10493 (undo-list-saved): Variable deleted.
10494 (buffer-disable-undo): Don't alter undo-list-saved.
10495
10496 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10497 (mode-require-final-newline): New option.
10498 (after-find-file): Handle require-final-newline with new values.
10499 (basic-save-buffer): Handle new values of require-final-newline.
10500
10501 * progmodes/sh-script.el (sh-require-final-newline):
10502 Alist value now controls whether to use mode-require-final-newline.
10503 (sh-set-shell): Implement that new meaning.
10504
10505 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10506 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10507 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10508 Delete old-Emacs compatibility code.
10509 (antlr-c-common-init): Function deleted.
10510
10511 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10512 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10513 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10514 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10515 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10516 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10517 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10518 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10519 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10520 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10521 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10522 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10523 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
10524 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10525 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10526 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10527
10528 2004-12-31 Jay Belanger <belanger@truman.edu>
10529
10530 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10531 way to return to Calc.
10532
10533 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10534 finish, C-xk as the way to cancel the edit. Add cancel routine to
10535 kill-buffer-hook.
10536
10537 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10538 MacEdit code.
10539
10540 * calc/calc-prog.el: Remove obsolete MacEdit code.
10541 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10542 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10543
10544 2004-12-31 Kenichi Handa <handa@m17n.org>
10545
10546 * international/mule.el (buffer-file-coding-system-explicit):
10547 Rename for explicit-buffer-file-coding-system.
10548 (after-insert-file-set-coding): Adjust for the above change.
10549
10550 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10551 to buffer-file-coding-system-explicit.
10552 (basic-save-buffer-1): Likewise.
10553
10554 2004-12-30 Richard M. Stallman <rms@gnu.org>
10555
10556 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10557 (artist-butlast, artist-last): Functions deleted.
10558 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10559 (artist-compute-key-compl-table): Call remq directly.
10560 (artist-remove-nulls): Function deleted.
10561 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10562 (artist-push, artist-pop): Macro deleted.
10563
10564 2004-12-30 Andreas Leue <al@sphenon.de>
10565
10566 * textmodes/artist.el (artist-version): 1.2.6
10567 (artist-prev-next-op-alist): New variable.
10568 (artist-select-next-op-in-list): New function.
10569 (artist-select-prev-op-in-list): New function.
10570 (artist-make-prev-next-op-alist): New function.
10571 (artist-is-in-op-list-p): New function.
10572 (artist-get-first-non-nil-op): New function.
10573 (artist-get-last-non-nil-op): New function.
10574 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10575 artist-prev-next-op-alist.
10576 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10577 change drawing operation.
10578
10579 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10580
10581 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10582
10583 2004-12-31 Masatake YAMATO <jet@gyve.org>
10584
10585 * server.el (server-process-filter): Suppress `error', too.
10586
10587 2004-12-30 Jay Belanger <belanger@truman.edu>
10588
10589 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10590 Change the way a variable is displayed in a message.
10591
10592 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10593 (calc-user-define-permanent, calc-execute-kbd-macro):
10594 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10595
10596 2004-12-30 Kenichi Handa <handa@m17n.org>
10597
10598 * files.el (basic-save-buffer-1):
10599 Set explicit-buffer-file-coding-system to last-coding-system-used.
10600 (revert-buffer): Pay attention to
10601 explicit-buffer-file-coding-system (not buffer-file-coding-system)
10602 on bind coding-system-for-read.
10603
10604 * international/mule.el (explicit-buffer-file-coding-system):
10605 New buffer local variable.
10606 (after-insert-file-set-coding): Set it to coding-system-for-read.
10607
10608 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
10609
10610 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10611
10612 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
10613
10614 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10615 that include line numbers.
10616
10617 2004-12-29 Milan Zamazal <pdm@zamazal.org>
10618
10619 * files.el (hack-local-variables): If no PREFIX, set it to "^".
10620 Redundant variable PREFIXLEN removed.
10621
10622 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
10623
10624 * eshell/em-hist.el (eshell-previous-matching-input):
10625 Start the deletion from the end of the output.
10626
10627 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10628
10629 * term/mac-win.el: Require x-dnd.
10630 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
10631
10632 2004-12-29 David Kastrup <dak@gnu.org>
10633
10634 * international/mule.el (decode-coding-inserted-region):
10635 Don't barf if `buffer-undo-list' is already set to `t'.
10636
10637 2004-12-29 Jay Belanger <belanger@truman.edu>
10638
10639 * calc/calc-prog.el (calc-user-define-formula): Put default values
10640 for function names in prompts.
10641 (calc-user-define-permanent, calc-user-define-composition)
10642 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10643 default input for algebraic functions.
10644
10645 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10646
10647 * vc-rcs.el (vc-rcs-annotate-command):
10648 Fix omission bug: Call `vc-setup-buffer'.
10649
10650 2004-12-29 Kenichi Handa <handa@m17n.org>
10651
10652 * international/mule.el (recode-region): New function.
10653
10654 2004-12-28 Richard M. Stallman <rms@gnu.org>
10655
10656 * simple.el (undo-extra-outer-limit): New variable.
10657 (undo-outer-limit-truncate): Test and set it.
10658
10659 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10660 enables the feature to extend the existing region.
10661
10662 * simple.el (mark-word): New arg ALLOW-EXTEND
10663 enables the feature to extend the existing region.
10664
10665 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10666 enables the feature to extend the existing region.
10667
10668 * startup.el (site-run-file): Don't allow setting it with Custom.
10669
10670 * simple.el (buffer-disable-undo): Fix previous change.
10671
10672 2004-12-27 Masatake YAMATO <jet@gyve.org>
10673
10674 * hexl.el (hexlify-buffer): Remove fontification here.
10675 Use font lock mechanism instead.
10676 (hexl-font-lock-keywords): New font lock kewords.
10677 (hexl-mode-old-font-lock-keywords): New variable.
10678 (hexl-mode): Store the old font lock keywords.
10679 (hexl-mode-exit): Restore the old font lock keywords.
10680
10681 2004-12-27 Richard M. Stallman <rms@gnu.org>
10682
10683 * simple.el (undo): Fix previous change.
10684
10685 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10686
10687 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10688 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10689 Call x-open-connection on Mac OS X.
10690
10691 2004-12-27 Richard M. Stallman <rms@gnu.org>
10692
10693 * files.el (buffer-save-without-query): New var (buffer-local).
10694 (save-some-buffers): Save those buffers first, w/o asking.
10695
10696 * files.el (insert-directory-ls-version): New variable.
10697 (insert-directory): When ls returns an error, test the version
10698 number to decide what the return code means.
10699 With --dired output format, detect and distinguish lines
10700 that are really error messages.
10701 (insert-directory-adj-pos): New function.
10702
10703 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10704
10705 * battery.el (battery-mode-line-format): Remove initial spaces.
10706
10707 * uniquify.el (uniquify-rationalize-file-buffer-names):
10708 Delete interactive spec.
10709
10710 * type-break.el (type-break-mode): Set buffer-save-without-query.
10711 Remove code that tried to set save-some-buffers-always.
10712 (type-break-file-keystroke-count): Bind deactivate-mark.
10713
10714 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10715
10716 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10717 Test that the buffer is live, and maybe reject current buffer too.
10718 Clarify.
10719 (next-error-find-buffer): Rewrite for clarity.
10720
10721 * loadup.el: Don't use buffer-disable-undo; do it directly.
10722
10723 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10724 (describe-variable): Call symbol-file with `defvar'.
10725
10726 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10727 (symbol-file): Rewritten to handle new load-history format.
10728 Now takes an arg TYPE to specify looking for a particular
10729 type of definition only.
10730
10731 * emacs-lisp/debug.el (debugger-make-xrefs):
10732 Call symbol-file with `defun'.
10733
10734 * emacs-lisp/find-func.el (find-function-noselect):
10735 Call symbol-file with `defun'.
10736 (find-variable-noselect): Call symbol-file with `defvar'.
10737
10738 * eshell/esh-cmd.el (eshell-find-alias-function):
10739 Call symbol-file with `defun'.
10740
10741 * eshell/esh-test.el (eshell-test-goto-func):
10742 Call symbol-file with `defun'.
10743
10744 * mail/rmail.el (rmail-resend):
10745 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10746
10747 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10748
10749 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10750
10751 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10752 Call buffer-disable-undo.
10753
10754 * simple.el (undo-list-saved): New variable (buffer-local).
10755 (undo): Set and test it.
10756 (buffer-disable-undo): Move here from buffer.c.
10757 Clear out undo-list-saved.
10758
10759 * international/mule.el (decode-coding-inserted-region):
10760 Set buffer-undo-list in a correct and optimal way.
10761
10762 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10763 (cperl-font-lock-unfontify-region-function): No need to save and
10764 restore info, since font-lock.el does it for us.
10765
10766 * ansi-color.el (save-buffer-state): Definition deleted.
10767 (ansi-color-unfontify-region): Don't use save-buffer-state.
10768
10769 2004-12-27 Dave Love <fx@gnu.org>
10770
10771 * wid-edit.el (function): Use restricted-sexp as parent.
10772
10773 2004-12-27 Kevin Ryde <user42@zip.com.au>
10774
10775 * simple.el (next-matching-history-element): Use same
10776 `interactive' form as previous-matching-history-element.
10777
10778 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10779 it can appear unencoded and has been seen from yahoo.
10780
10781 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10782
10783 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10784 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10785
10786 2004-12-27 Kenichi Handa <handa@m17n.org>
10787
10788 * international/utf-8.el (utf-translate-cjk-load-tables):
10789 Bind coding-system-for-read to nil while loading subst-*.
10790
10791 2004-12-26 Jay Belanger <belanger@truman.edu>
10792
10793 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10794 default input.
10795
10796 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10797
10798 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10799 before reverting and disable undo recording while reverting.
10800
10801 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10802
10803 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10804 (hs-make-overlay): New function.
10805 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10806 (hs-flag-region): Delete function.
10807 (hs-hide-comment-region): No longer use `hs-flag-region'.
10808 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10809 (hs-hide-block-at-point): Likewise.
10810 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10811 (hs-hide-all, hs-show-all): Likewise.
10812 (hs-show-block): Likewise.
10813 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10814
10815 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10816
10817 * progmodes/hideshow.el: Require `cl' when compiling.
10818 Remove XEmacs and Emacs 19 compatibility.
10819 Use `dolist' and `add-to-list' for load-time actions.
10820 (hs-discard-overlays): Use `dolist'.
10821 (hs-show-block): Likewise.
10822
10823 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10824
10825 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10826
10827 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10828
10829 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10830 When extending backwards, move outside the current comment first.
10831
10832 2004-12-22 Kenichi Handa <handa@m17n.org>
10833
10834 * international/quail.el (quail-start-translation): Fix prompt
10835 string for the case if input-method-use-echo-area being non-nil.
10836 (quail-start-conversion): Likewise.
10837 (quail-show-guidance): Don't show guidance if
10838 input-method-use-echo-area is non-nil.
10839
10840 2004-12-21 Richard M. Stallman <rms@gnu.org>
10841
10842 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10843
10844 2004-12-21 Markus Rost <rost@ias.edu>
10845
10846 * calendar/diary-lib.el (mark-diary-entries):
10847 Set mark-diary-entries-in-calendar only after checking for diary-file.
10848
10849 2004-12-21 Richard M. Stallman <rms@gnu.org>
10850
10851 * faces.el (escape-glyph): Use blue against light foreground.
10852
10853 * simple.el (undo-outer-limit-truncate): New function.
10854 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10855
10856 2004-12-21 Eli Barzilay <eli@barzilay.org>
10857
10858 * calculator.el (calculator-radix-grouping-mode)
10859 (calculator-radix-grouping-digits)
10860 (calculator-radix-grouping-separator):
10861 New defcustoms for the new radix grouping mode functionality.
10862 (calculator-mode-hook): Now used in electric mode too,
10863 (calculator): Call it.
10864 (calculator-mode-map): Some new keys.
10865 (calculator-message): New function. Some new calls.
10866 (calculator-op, calculator-set-register): Use it.
10867 (calculator-string-to-number): New function, mostly moved and
10868 updated code from calculator-curnum-value.
10869 (calculator-curnum-value): Use it.
10870 (calculator-paste): Use it, and update grabbing the current-kill.
10871 (calculator-rotate-displayer)
10872 (calculator-rotate-displayer-back): Toggle digit grouping when
10873 in radix mode, use calculator-message.
10874 (calculator-displayer-prev, calculator-displayer-next):
10875 Change digit group size when in radix mode.
10876 (calculator-number-to-string): Rename from
10877 calculator-num-to-string. Now deals with digit grouping in
10878 radix mode.
10879 (calculator-update-display, calculator-put-value): Use the new name.
10880 (calculator-fact): Return a floating point number.
10881 (calculator-mode): Doc fix.
10882
10883 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10884
10885 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10886 * calendar/diary-lib.el (view-other-diary-entries):
10887 Use current-prefix-arg in interactive spec.
10888
10889 2004-12-19 Jay Belanger <belanger@truman.edu>
10890
10891 * calc/calc-aent.el (calcAlg-blank-matching-open):
10892 Temporarily adjust the syntax of both delimiters of half-open intervals.
10893
10894 2004-12-19 Kim F. Storm <storm@cua.dk>
10895
10896 * mouse.el (mouse-1-click-follows-link): Doc fix.
10897
10898 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10899
10900 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10901 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10902 instead of centraleuropean as the name
10903
10904 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10905
10906 Sync with Tramp 2.0.46.
10907
10908 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10909 parameters wrt Tramp convention.
10910 (tramp-handle-file-attributes-with-perl)
10911 (tramp-handle-directory-files-and-attributes): Apply it.
10912 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10913 `copy-program'. Reported by Zack Weinberg
10914 <zack@codesourcery.com>.
10915 (top): Set `edebug-form-spec' property directly rather than
10916 calling `def-edebug-spec'.
10917
10918 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10919 advice less fragile. Surround temporary redefinition of
10920 `substitute-in-file-name' with `unwind-protect'. Suggested by
10921 Matt Hodges <MPHodges@member.fsf.org>.
10922
10923 2004-12-17 Juri Linkov <juri@jurta.org>
10924
10925 * replace.el (occur-accumulate-lines, occur-engine):
10926 Make forcing deferred font-lock fontification jit-specific.
10927
10928 2004-12-17 Kim F. Storm <storm@cua.dk>
10929
10930 * mouse.el (mouse-1-click-follows-link): New defcustom.
10931 (mouse-on-link-p): New function.
10932 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10933 functionality. Map a mouse-1 click event into a mouse-2 (or
10934 other) event when position is inside a link.
10935
10936 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10937 prefix in tooltip text with "mouse-1" when this is a link
10938 recognized by mouse-1-click-follows-link functionality.
10939
10940 * help.el (describe-key): Report effective and original binding
10941 for mouse-1 when clicked on a link.
10942 (describe-mode): Add follow-link property to "minor-mode" button.
10943
10944 * help-fns.el (describe-variable): Add follow-link property to
10945 "below" button.
10946
10947 * help-mode.el (help-xref): Add follow-link property.
10948
10949 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10950 (apropos-command, apropos-variable, apropos-face, apropos-group)
10951 (apropos-widget, apropos-plist): Add follow-link property.
10952
10953 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10954 checks if position is in a filename, rather than some other
10955 clickable item. Function looks for cvs-filename-face at position.
10956
10957 * wid-edit.el (widget-specify-field, widget-specify-button):
10958 Map a :follow-link keyword into a follow-link property.
10959 (link): Add :follow-link keyword, map to RET binding.
10960
10961 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10962
10963 * progmodes/compile.el (compilation-minor-mode-map)
10964 (compilation-button-map, compilation-mode-map): Likewise.
10965
10966 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10967
10968 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10969 (zone-replace-char): Take `count' and `del-count'
10970 instead of `direction'. Update callers. When `del-count' is
10971 non-nil, delete that many characters, otherwise `count' characters
10972 backwards. Insert the newly-replaced string `count' times.
10973 (zone-fret): Handle chars w/ width greater than one.
10974 (zone-fall-through-ws): No longer take window width `ww'.
10975 Update callers. Add handling for `char-width' greater than one.
10976 (zone-pgm-drip): Update var holding window-end position every cycle.
10977
10978 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10979
10980 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10981 rather than insert-file.
10982
10983 2004-12-16 Jay Belanger <belanger@truman.edu>
10984
10985 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10986 (math-init-random-base, math-random-digit): Check to see if
10987 var-RandSeed is bound.
10988 (math-random-last): Declare it.
10989 (math-random-digit): Don't make math-random-last local.
10990
10991 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10992
10993 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10994 one-shot thunk for uniform (error, quit, normal) recovery.
10995 Reported by John Paul Wallington.
10996 (zone-pgm-random-life): Fix bug:
10997 Recognize empty initial field by lack of "@" chars.
10998
10999 2004-12-16 Juri Linkov <juri@jurta.org>
11000
11001 * help.el (function-called-at-point):
11002 * help-fns.el (variable-at-point): As a last resort try stripping
11003 non-word prefixes and suffixes.
11004
11005 * descr-text.el (describe-property-list): Don't treat syntax-table
11006 specially. Use describe-text-sexp which inserts [show] button
11007 for large objects and handles printing errors. Sort properties
11008 by names in alphabetical order instead of by value sizes.
11009 Add `mouse-face' to list of properties for `describe-face' widget.
11010 (describe-char): Mask out face-id from 19 bits of character.
11011 Print face-id separately.
11012
11013 * replace.el (occur-accumulate-lines, occur-engine):
11014 Fontify unfontified matching lines in the source buffer
11015 before copying them.
11016 (occur-engine): Don't put mouse-face on context lines.
11017 (occur-next-error): Set point to line beginning/end
11018 before searching for prev/next property to skip multiple
11019 matches on a line (not supported by occur engine).
11020 Remove redundant prefix-numeric-value.
11021
11022 2004-12-15 Juri Linkov <juri@jurta.org>
11023
11024 * replace.el (match): New face.
11025 (list-matching-lines-face): Change default from `bold' to `match'.
11026
11027 * progmodes/grep.el (grep-match-face): New defvar.
11028 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11029 compilation-column-face to highlight grep matches.
11030
11031 * apropos.el (apropos-match-face): Change default from
11032 `secondary-selection' to `match'.
11033
11034 * info-look.el (info-lookup-highlight-face): Change default from
11035 `highlight' to `match'.
11036
11037 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11038
11039 * progmodes/executable.el (executable-interpret): Eliminate
11040 obsolete compile-internal, and switch to comint for interaction.
11041
11042 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11043
11044 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11045 `&&' when skipping multiple statements on a line.
11046
11047 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11048
11049 * play/zone.el (zone): Set `truncate-lines'.
11050 Also, init `tab-width' with value from original buffer.
11051 (zone-shift-up): Rewrite for speed.
11052 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11053 (zone-pgm-jitter): Remove redundant entries from ops vector.
11054 (zone-exploding-remove): Reduce iteration count.
11055 (zone-cpos): Convert to defsubst.
11056 (zone-replace-char): New defsubst.
11057 (zone-park/sit-for): Likewise.
11058 (zone-fret): Take window-start arg.
11059 Update callers. Use `zone-park/sit-for'.
11060 (zone-fill-out-screen): Rewrite.
11061 (zone-fall-through-ws): Likewise. Update callers.
11062 (zone-pgm-drip): Use `zone-replace-char'.
11063 Move var inits before while-loop. Use `zone-park/sit-for'.
11064 (zone-pgm-random-life): Handle empty initial field.
11065 Use `zone-replace-char' and `zone-park/sit-for'.
11066
11067 2004-12-15 Juri Linkov <juri@jurta.org>
11068
11069 * isearch.el (isearch-update): Test isearch-lazy-highlight
11070 before calling isearch-lazy-highlight-new-loop.
11071 (isearch-lazy-highlight-new-loop):
11072 Don't test isearch-lazy-highlight.
11073
11074 * replace.el (perform-replace): Add isearch-case-fold-search.
11075 Use delimited-flag for isearch-regexp.
11076 Reset isearch-lazy-highlight-last-string to force lazy
11077 highlighting when called from isearch mode.
11078 (query-replace-highlight): Revert defcustom type to boolean.
11079 (query-replace-lazy-highlight): New defcustom.
11080 (query-replace): New face.
11081 (perform-replace, replace-highlight, replace-dehighlight):
11082 Test query-replace-lazy-highlight instead of special value
11083 `isearch' of query-replace-highlight.
11084 (replace-dehighlight): Don't call isearch-dehighlight.
11085 (replace-highlight): Don't call isearch-highlight.
11086 Use face `query-replace' unconditionally.
11087
11088 2004-12-14 Kim F. Storm <storm@cua.dk>
11089
11090 * simple.el (inhibit-mark-movement): Remove defvar.
11091 (beginning-of-buffer, end-of-buffer): Don't use it.
11092
11093 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11094 Don't use inhibit-mark-movement.
11095
11096 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11097 (cua--undo-push-mark): Remove.
11098 (cua--pre-command-handler, cua--post-command-handler):
11099 Don't fiddle with inhibit-mark-movement.
11100
11101 2004-12-14 Juri Linkov <juri@jurta.org>
11102
11103 * buff-menu.el (list-buffers-noselect): Collect internal info
11104 for every buffer in BUFFER-LIST arg too.
11105 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11106 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11107 Bind same-window-buffer-names and same-window-regexps to nil.
11108
11109 2004-12-13 Juri Linkov <juri@jurta.org>
11110
11111 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11112
11113 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11114 (sc-cite-region, sc-uncite-region, sc-recite-region):
11115 Fix previous change to handle not alist as a symbol, but
11116 a citation frame as a symbol that represents a variable name.
11117
11118 2004-12-13 Richard M. Stallman <rms@gnu.org>
11119
11120 * filecache.el (file-cache-add-directory-using-find):
11121 Only set up file-cache-find-command-posix-flag if we will use it.
11122
11123 * bindings.el (mode-line-buffer-identification-keymap):
11124 Don't cancel the mode-line's usual down-mouse-1 binding.
11125
11126 * cus-edit.el (custom-face-selected): Handle `default' specs.
11127 (custom-face-edit): Increase extra-offset.
11128 (custom-display): Handle `default' specs.
11129
11130 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11131
11132 * emacs-lisp/elint.el (elint-standard-variables)
11133 (elint-unknown-builtin-args): Move definitions up.
11134
11135 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11136
11137 * info.el (info-xref-visited): Use `default' instead of t.
11138 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11139
11140 * faces.el (header-line, mode-line-inactive, tool-bar):
11141 Use `default' instead of t for setting the defaults.
11142 (face-spec-choose): Separate `t' from `default'.
11143
11144 * subr.el (while-no-input): New macro.
11145
11146 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11147
11148 * filecache.el (file-cache-add-directory-using-find):
11149 Only test file-cache-find-command-posix-flag on some systems.
11150
11151 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11154 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11155 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11156 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11157 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
11158
11159 2004-12-12 Juri Linkov <juri@jurta.org>
11160
11161 * files.el (find-file-other-window, find-file-other-frame):
11162 Add the first buffer to the returned value to return the complete
11163 list of all visited buffers.
11164 (find-file-read-only, find-file-read-only-other-window)
11165 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11166 `find-file-read-args'. Signal an error about non-existent file
11167 only if file name doesn't contain wildcards. Toggle read-only in
11168 all visited buffers.
11169 (find-alternate-file, find-alternate-file-other-window):
11170 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11171 called interactively. Pass arg `wildcards' to other functions.
11172 (find-file-noselect): Doc fix.
11173
11174 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11175 Doc fix.
11176 (ffap-directory-finder): New variable.
11177 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11178 (ffap-file-at-point): Add /* to immediately rejected names.
11179 Return absolute file names matching ffap-dired-wildcards.
11180 (ffap-read-file-or-url): Set default value for `completing-read'
11181 to `buffer-file-name'.
11182 (find-file-at-point): When filename matches ffap-dired-wildcards,
11183 call ffap-file-finder with t arg `wildcards', instead of dired.
11184 (ffap-other-window, ffap-other-frame): Return visited buffers.
11185 (ffap-read-only, ffap-read-only-other-window)
11186 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11187 (dired-at-point): Call ffap-directory-finder instead of dired.
11188 (ffap-dired-other-window, ffap-dired-other-frame)
11189 (ffap-list-directory): New commands.
11190 (ffap-bindings): New keybindings for new commands.
11191
11192 2004-12-12 Juri Linkov <juri@jurta.org>
11193
11194 * simple.el (beginning-of-buffer, end-of-buffer):
11195 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11196 Do not push mark when mark is active in transient-mark-mode.
11197
11198 * simple.el (mark-word):
11199 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11200 * textmodes/paragraphs.el (mark-paragraph):
11201 Extend the region when mark is active in transient-mark-mode,
11202 regardless of the last command. Doc fix.
11203
11204 * simple.el (mark-word): Preserve direction when repeating.
11205 Make arg optional. Interactive "p" -> "P".
11206 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11207
11208 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11209 preserving direction, to mark forward instead of backward when mark
11210 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11211
11212 2004-12-12 Juri Linkov <juri@jurta.org>
11213
11214 * isearch.el (isearch-edit-string): Set 7th arg of
11215 `read-from-minibuffer' to `t' to inherit the current input
11216 method (whose name is indicated by [IM] in the minibuffer prompt)
11217 from the current buffer to the minibuffer.
11218 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11219 to allow C-g quitting for lazy highlighting looping inside the
11220 search with nested repetition operators. Add overlay to the list
11221 before setting its face and other properties to avoid the case of
11222 code quitting after placing the new overlay but before it's
11223 recorded on the list. Select the window where isearch was
11224 activated, to highlight matches in the right window when isearch
11225 switches the current window to the minibuffer.
11226
11227 * international/isearch-x.el
11228 (isearch-process-search-multibyte-characters):
11229 Use `isearch-message' as initial input for `read-string' instead
11230 of adding it to the minibuffer prompt. After reading a string
11231 remove the initial value of `isearch-message' from the string.
11232
11233 * replace.el (replace-match-maybe-edit): Doc fix.
11234 (perform-replace): Don't call `replace-highlight' when automatic
11235 replacement is requested in literal mode, since it is intended
11236 only to highlight words during entering a new replacement string
11237 for \? in non-literal mode.
11238
11239 * replace.el (query-replace-highlight): Add new value `isearch'
11240 that allows query replacement to use isearch highlighting.
11241 Change type from `boolean' to `choice'. Doc fix.
11242 (replace-highlight, replace-dehighlight, perform-replace):
11243 Use isearch highlighting if query-replace-highlight eq `isearch'.
11244
11245 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11248 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
11249
11250 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11251 case of \end{verbatim}.
11252
11253 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11254
11255 * term.el (term-termcap-format): Synchronize with terminfo.
11256 (term-emulate-terminal): Handle reset.
11257 (term-reset-terminal): New function.
11258
11259 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11260
11261 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11262 (zone-fill-out-screen): New func.
11263 (zone-pgm-drip): Use `zone-fill-out-screen'.
11264 Also, no longer go to point-min on every cycle.
11265 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11266 (zone-pgm-random-life-wait): New user var.
11267 (zone-pgm-random-life): New func.
11268
11269 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11270
11271 * files.el (auto-mode-alist): Map .com to DCL mode.
11272
11273 2004-12-09 Richard M. Stallman <rms@gnu.org>
11274
11275 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11276
11277 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
11278
11279 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11280 buffer with a display margin.
11281
11282 2004-12-08 Jay Belanger <belanger@truman.edu>
11283
11284 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11285 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11286
11287 2004-12-08 Richard M. Stallman <rms@gnu.org>
11288
11289 * faces.el: Delete code to set display table.
11290 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11291
11292 2004-12-08 Jay Belanger <belanger@truman.edu>
11293
11294 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11295
11296 * calc/calc-ext.el (math-read-replacement-list)
11297 (math-read-superscripts, math-read-preprocess-string): Move to
11298 calc-aent.el.
11299
11300 * calc/calc-aent.el (math-read-replacement-list)
11301 (math-read-superscripts, math-read-preprocess-string): Move from
11302 calc-ext.el.
11303
11304 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * isearch.el (isearch-quote-char): Fix up typo in last change.
11307
11308 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11309
11310 * mouse.el (mouse-set-font): Handle the case where the command was
11311 not invoked using the mouse.
11312
11313 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11314 (edmacro-finish-edit): Further update for keyboard macros that are
11315 lambda forms.
11316 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11317
11318 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * font-lock.el (font-lock-unfontify-region): Save buffer state.
11321 (font-lock-default-unfontify-region): Don't save buffer state any more.
11322
11323 2004-12-07 Jay Belanger <belanger@truman.edu>
11324
11325 * calc/calc-help.el (calc-describe-key):
11326 Set calc-summary-indentation even when Calc Summary buffer exists.
11327
11328 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11329
11330 * calendar/holidays.el (holiday-easter-etc): Make arguments
11331 optional for backwards compatibility. Doc fix.
11332 Remove un-necessary local vars mandatory, output-list.
11333 (holiday-advent): Make arguments optional for backwards
11334 compatibility. Doc fix.
11335
11336 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * paren.el (show-paren-function): Fix last change (2004-12-02).
11339
11340 * international/mule-util.el (char-displayable-p): Return nil for
11341 unibyte mode.
11342
11343 * subr.el (subregexp-context-p): New function.
11344
11345 * isearch.el (isearch-quote-char): Use it.
11346
11347 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11348 (regexp-opt-not-groupie*-re): Remove.
11349 (regexp-opt): Properly handle inputs with duplicate entries.
11350
11351 2004-12-06 Richard M. Stallman <rms@gnu.org>
11352
11353 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11354
11355 * cus-edit.el (custom-file): Doc fix.
11356
11357 * textmodes/org.el: New file.
11358
11359 2004-12-06 Kenichi Handa <handa@m17n.org>
11360
11361 * ldefs-boot.el: Update international/mule-util.el section.
11362
11363 2004-12-05 Sam Steingold <sds@gnu.org>
11364
11365 * net/tramp.el (tramp-handle-file-accessible-directory-p):
11366 Fix `tramp-time-diff' comparison logic.
11367
11368 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11369
11370 * progmodes/which-func.el (which-function):
11371 Use `run-hook-with-args-until-success' instead of a custom loop.
11372 Fixes bug with local hooks.
11373
11374 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11375
11376 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11377 Use delete-dups when calculating the initial value.
11378 (bibtex-autokey-get-title): Use <=.
11379 (bibtex-goto-line): New function.
11380 (bibtex-reposition-window): Use line numbers instead of point
11381 positions. Use window-body-height.
11382 (bibtex-find-crossref): Use bibtex-reposition-window.
11383 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11384 position of entry if key is found or nil if not found.
11385
11386 2004-12-05 Richard M. Stallman <rms@gnu.org>
11387
11388 * cus-edit.el (custom-file): Doc fix.
11389
11390 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11391
11392 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * simple.el (blink-matching-open):
11395 * textmodes/tex-mode.el (tex-validate-region):
11396 Obey syntax-table text properties.
11397
11398 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11399
11400 * wid-edit.el (widget-specify-field): Add `real-field' property to
11401 boundary.
11402 (widget-field-at): Use it.
11403
11404 2004-12-02 Richard M. Stallman <rms@gnu.org>
11405
11406 * progmodes/cc-mode.el (awk-mode autoload):
11407 Supply t meaning interactive function.
11408
11409 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11410 (isearch-mode-map): No special definition for space.
11411 (isearch-whitespace-chars): Command deleted.
11412 (isearch-forward-regexp): Doc fix.
11413 (isearch-quote-char): When a space is not inside brackets,
11414 use `[ ]' instead of just space.
11415 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11416
11417 * imenu.el (imenu--generic-function): Delete code to exclude
11418 matches in comments.
11419
11420 * man.el (Man-reverse-face): Change default to `highlight'.
11421
11422 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11423 (occur-engine): Use `face' prop rather than `font-lock-face'
11424 when specifying use of `match-face'.
11425 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11426
11427 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11428
11429 * add-log.el (add-log-current-defun): Handle the case where point
11430 is in the header part of a DEFUN construct.
11431
11432 2004-12-02 Dave Love <fx@gnu.org>
11433
11434 * progmodes/python.el (python-font-lock-syntactic-keywords):
11435 Fix previous change.
11436
11437 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
11438
11439 * paren.el (show-paren-function): Check for matching chars
11440 specified by text props.
11441
11442 2004-12-02 Jay Belanger <belanger@truman.edu>
11443
11444 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11445 when reading a new key sequence.
11446
11447 2004-12-02 Kim F. Storm <storm@cua.dk>
11448
11449 * faces.el (escape-glyph): Rename from glyph.
11450 (standard-display-table): Set it here. Add escape-glyph face to
11451 extra slot characters.
11452
11453 * disp-table.el: Undo 2004-12-01 change. Display table is now
11454 setup in faces.el.
11455
11456 2004-12-02 Mark A. Hershberger <mah@everybody.org>
11457
11458 * xml.el (xml-parse-dtd): Don't show validity messages when
11459 xml-validating-parser is nil.
11460 (xml-substitute-special): Fix validity error messages to
11461 actually show the unexpandable entity. Added validity error if &
11462 isn't followed by an entity.
11463 (xml-parse-tag): Concatenate any string following the a
11464 <![CDATA[]]> section to the parsed CDATA.
11465 (xml-parse-dtd): Skip parameter entity declarations and use of
11466 parameter entities.
11467
11468 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * kmacro.el (kmacro-default-counter-format): New var.
11471 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
11472 (kmacro-display): Remove `nil' from `and' form. Delete call to
11473 `format' inside `message'.
11474 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11475
11476 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 * pcvs.el (cvs-header-msg): New function.
11479 (cvs-update-header): Use it. Change calling convention.
11480 Correctly handle the case of having simultaneous active processes.
11481 (cvs-sentinel): Don't call cvs-update-header any more.
11482 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11483
11484 2004-12-01 Jay Belanger <belanger@truman.edu>
11485
11486 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11487 Change message.
11488
11489 2004-12-01 Juri Linkov <juri@jurta.org>
11490
11491 * progmodes/prolog.el (prolog-mode-variables):
11492 Fix imenu-generic-expression.
11493
11494 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11495
11496 * faces.el (glyph): New face.
11497
11498 * disp-table.el: Add an autoloaded table, that doesn't require
11499 this library, with glyph face.
11500
11501 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11502 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11503 (conf-quote-normal): Allow normalizing only ' or ".
11504 (conf-mode): Regexp-quote constructed comment-start and don't
11505 match section {} where "name" contains braces.
11506
11507 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11508 files.
11509
11510 2004-12-01 Kenichi Handa <handa@m17n.org>
11511
11512 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11513 (x-select-text): Don't treat eight-bit-control/graphic chars
11514 specially. Store the encoded text in the X cut buffer.
11515 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11516 with x-last-selected-text-cut-encoded.
11517
11518 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11521
11522 2004-11-30 Markus Rost <rost@ias.edu>
11523
11524 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11525 AUCTeX.
11526
11527 2004-11-30 Jay Belanger <belanger@truman.edu>
11528
11529 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11530 on signs of intervals.
11531 (math-pow-of-zero): Strengthen checks for positive and negative
11532 exponents.
11533
11534 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11535 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11536 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11537 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11538 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11539 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11540 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11541 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11542 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11543 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11544 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11545 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11546 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11547 with provide statements.
11548
11549 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11550
11551 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11552
11553 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11554 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11555 functions by require statements.
11556 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11557
11558 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11559 (calc-gnuplot-print): Give them values.
11560
11561 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11562 autoloads.
11563 Add calc-do-embedded-activate to autoloads.
11564 (calc-gnuplot-name, calc-gnuplot-plot-command)
11565 (calc-gnuplot-print-command): Move them to calc-graph.el.
11566
11567 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11568
11569 * term/mac-win.el (ccl-encode-mac-roman-font)
11570 (ccl-encode-mac-cyrillic-font)
11571 (ccl-encode-mac-centraleuropean-font, encoder-list)
11572 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11573 Support Cyrillic, CentralEuropean, and Dingbat font display
11574
11575 2004-11-30 Andre Spiegel <spiegel@gnu.org>
11576
11577 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11578
11579 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11580 still nil.
11581
11582 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11583
11584 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11585 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11586
11587 2004-11-29 Jay Belanger <belanger@truman.edu>
11588
11589 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11590 cases of the base and exponent.
11591
11592 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11593
11594 * simple.el (next-error-buffer-p): Allow for inclusive and
11595 exclusive tests for finding a buffer.
11596 (next-error-find-buffer): Pass the exclusive and inclusive tests
11597 to next-error-buffer-p.
11598
11599 * replace.el (occur-next-error): Switch to the Occur buffer when
11600 appropriate, use the exclusive filter to next-error-find-buffer to
11601 do it. Use the absolute value of the motion amount.
11602
11603 2004-11-29 Kenichi Handa <handa@m17n.org>
11604
11605 * startup.el (command-line): Decode all default-directory by
11606 locale-coding-system.
11607
11608 2004-11-29 Jay Belanger <belanger@truman.edu>
11609
11610 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11611 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11612 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11613 Replace calls to calc-extensions by appropriate require, replace
11614 calc-extensions-loaded by appropriate featurep.
11615
11616 * calc/calc-ext.el: Move require to end of file.
11617 Remove redundant loading of calc.el.
11618 (calc-extensions-loaded): Remove unnecessary variable.
11619 (calc-extensions): Remove unnecessary function.
11620 (calc-load-everything): Replace calc-need-macros by appropriate require.
11621
11622 * calc/calc-macs.el: Move provide to end of file.
11623 (calc-need-macros): Remove unnecessary function.
11624
11625 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11626 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11627 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11628 Replace calc-extensions by appropriate require.
11629 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11630
11631 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11632 Replace calc-need-macros by appropriate require.
11633
11634 * calc/calc.el: Move require to end of file.
11635 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11636 Remove unnecessary variable.
11637 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11638 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11639 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11640 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11641 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11642 (math-format-number, math-format-bignum, math-read-number)
11643 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11644 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11645 by appropriate require.
11646 (calc-check-defines): Replace calc-need-macros by appropriate require.
11647
11648 2004-11-29 Kim F. Storm <storm@cua.dk>
11649
11650 * macros.el (insert-kbd-macro): Handle kmacro functions.
11651
11652 2004-11-28 Juri Linkov <juri@jurta.org>
11653
11654 * compare-w.el (compare-windows-highlight): Attach each overlay
11655 to its window to properly highlight differences while comparing
11656 two windows of the same buffer. Fix arguments.
11657 (compare-windows-sync-default-function): Fix arguments of
11658 `compare-windows-highlight'.
11659
11660 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11661 Use `read-expression-history'. Set initial contents only if
11662 `edebug-global-break-condition' is non-nil. Set histpos to 1
11663 if initial contents is equal to the last history element.
11664 (edebug-set-conditional-breakpoint): Instead of temporarily
11665 prepending the current condition to the history, set initial
11666 contents to the current condition. Set histpos to 1 if initial
11667 contents is equal to the last history element.
11668
11669 * info.el (Info-search-whitespace-regexp): Remove shy group.
11670 (Info-search): Forward line if search is on the header line.
11671 Use search-whitespace-regexp in two other places.
11672
11673 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11674
11675 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11676 warning. Delay real definition, which uses
11677 `set-fringe-indicators-1' till after the definition of that function.
11678
11679 2004-11-28 Kim F. Storm <storm@cua.dk>
11680
11681 * fringe.el (fringe): New defgroup.
11682 (fringe-mode): Move to fringe group.
11683 (fringe-indicators): New defcustom.
11684 (set-fringe-indicators-1): New defun.
11685
11686 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11687 (menu-bar-showhide-fringe-ind-menu): New keymap.
11688 (menu-bar-showhide-fringe-ind-empty)
11689 (menu-bar-showhide-fringe-ind-mixed)
11690 (menu-bar-showhide-fringe-ind-box)
11691 (menu-bar-showhide-fringe-ind-right)
11692 (menu-bar-showhide-fringe-ind-left)
11693 (menu-bar-showhide-fringe-ind-none): New defuns.
11694 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11695
11696 2004-11-27 Richard M. Stallman <rms@gnu.org>
11697
11698 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11699
11700 * generic.el (define-generic-mode): Doc fix.
11701
11702 * menu-bar.el (menu-bar-options-save): For the options
11703 that are toggled with menu-bar-make-mm-toggle, don't check
11704 for customized-value prop.
11705
11706 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11707
11708 * mail/supercite.el (sc-cite-region): Handle the case where
11709 sc-cite-frame-alist is a symbol.
11710 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11711 a symbol.
11712 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11713 a symbol.
11714
11715 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11716
11717 * wid-edit.el (widget-narrow-to-field): New function.
11718 (widget-complete): Use it.
11719
11720 2004-11-27 Jay Belanger <belanger@truman.edu>
11721
11722 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11723 variable.
11724 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11725 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11726 (math-alg-inequalities): Move declaration to earlier in the file.
11727
11728 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11729 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11730 Declare them.
11731
11732 * calc/calc-lang.el (math-expr-data, math-expr-token)
11733 (math-exp-old-pos): Declare them.
11734
11735 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11736 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11737
11738 2004-11-27 Kim F. Storm <storm@cua.dk>
11739
11740 * progmodes/flymake.el: Use (featurep 'xemacs).
11741 (flymake-makehash): Change to defsubst. Use fboundp.
11742 (flymake-time-to-float): Remove.
11743 (flymake-float-time): Merge code from flymake-time-to-float here.
11744 (flymake-replace-regexp-in-string): Change to defsubst.
11745 (flymake-split-string-remove-empty-edges):
11746 Rename to flymake-split-string.
11747 (flymake-split-string): Remove previous defalias.
11748 (flymake-get-temp-dir): Change to defsubst.
11749 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11750 Define for xemacs only.
11751 (flymake-master-file-count-limit): Change into compiler defvar only.
11752 (flymake-find-possible-master-files): Let-bind it dynamically while
11753 sorting files using flymake-master-file-compare.
11754
11755 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11758 of defun-prompt-regexp matches inside a comment/string but the
11759 beginning is correctly outside everything.
11760
11761 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11762 appears within a string or a comment.
11763
11764 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11765 rather than make-symbol for symbols which are used in
11766 a symbol-macrolet or equivalent.
11767
11768 2004-11-26 Jay Belanger <belanger@truman.edu>
11769
11770 * calc-misc.el (calc-last-why-command): Declare it.
11771
11772 * calc-vec.el (math-grade-vec): New variable.
11773 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11774 Replace variable grade-vec by declared variable.
11775 (math-rb-close): New variable.
11776 (math-read-brackets, math-read-vector): Replace variable close by
11777 declared variable.
11778
11779 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11780 (calc-one-window, calc-edit-handler, calc-restore-trail)
11781 (calc-allow-ret): Declare them.
11782
11783 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11784 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11785 (math-radix-float-cache-tag, math-random-cache)
11786 (math-max-digits-cache, math-integral-cache, math-units-table)
11787 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11788 (math-moc-func): New variable.
11789 (math-map-over-constants, math-map-over-constants-rec):
11790 Replace variable func by declared variable.
11791
11792 * calc/calc-store.el (calc-given-value, calc-store-opers):
11793 Declare them.
11794 (calc-var-name-map): Move declaration to earlier in the file.
11795 (calc-pv-pos): New variable.
11796 (calc-permanent-variable, calc-insert-permanent-variable):
11797 Replace variable pos by declared variable.
11798
11799 * calc/calc-mtx.el (calc-det-lu): New variable.
11800 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11801
11802 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11803 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11804 and arg by declared variables.
11805 (calcFunc-reducer): Fix incorrect variable.
11806 (math-inner-mul-func, math-inner-add-func): New variables.
11807 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11808 and add-func by declared variables.
11809
11810 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11811 (calc-digit-value): Declare them.
11812
11813 * calc/calc-help.el (Info-history): Declare it.
11814 (calc-describe-key): Make calc-summary-indentation a local variable.
11815 (calc-help-long-names): Move declaration to earlier in file.
11816
11817 * calc/calc-embed.el (calc-original-buffer): Declare it.
11818 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11819 (calc-embed-bot): New variables.
11820 (calc-do-embedded, calc-embedded-mark-formula)
11821 (calc-embedded-find-bounds, calc-embedded-duplicate)
11822 (calc-embedded-new-formula, calc-embedded-make-info):
11823 Replace vars outer-top, outer-bot, bot and top by declared variables.
11824 (calc-embed-prev-modes): New variable.
11825 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11826 prev-modes with declared variable.
11827 (calc-embed-vars-used): New variable.
11828 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11829 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11830 vars-used by declared variable.
11831
11832 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11833 (math-format-radix-float): Remove unnecessary setq.
11834 (math-radix-float-cache): Declare it.
11835
11836 * calc/calcsel2.el (calc-keep-selection): Declare it.
11837
11838 * calc/calc-maint.el: Remove file.
11839
11840 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11841
11842 * textmodes/bibtex.el (bibtex-sort-entry-class)
11843 (bibtex-comment-start): Use defcustom.
11844 (bibtex-entry-field-alist): Use nil if initial content of the
11845 field is undefined. Fix docstring.
11846 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11847 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11848 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11849 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11850 Fix docstring.
11851 (bibtex-autokey-title-terminators): Use only one regexp.
11852 (bibtex-string-maybe-empty-head): New variable.
11853 (bibtex-remove-delimiters-string): New function.
11854 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11855 Use bibtex-remove-delimiters-string.
11856 (bibtex-progress-message, bibtex-field-left-delimiter)
11857 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11858 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11859 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11860 Simplify.
11861 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11862 Use eq and bibtex-remove-delimiters-string. For end markers use
11863 insertion type so that marker stays after inserted text.
11864 (bibtex-autokey-get-names): Return empty string if name is missing.
11865 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11866 calling bibtex-autokey-name-case-convert.
11867 (bibtex-autokey-demangle-title):
11868 Call bibtex-autokey-titleword-case-convert. Remove call to
11869 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11870 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11871 (bibtex-read-key): New optional arg global.
11872 (bibtex-files-expand): New optional arg force.
11873 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11874 (bibtex-complete-crossref-cleanup): Rename from
11875 bibtex-complete-key-cleanup. Simplify code.
11876 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11877 Operate on current entry.
11878 (bibtex-button): Add docstring.
11879 (bibtex-entry): Simplify.
11880 (bibtex-make-field): Replace optional arg called-by-yank with more
11881 specific args move and interactive.
11882 (bibtex-end-of-entry): Use forward-sexp.
11883 (bibtex-find-entry-globally): Remove.
11884 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11885 Bound to C-c C-x.
11886 (bibtex-find-entry): New optional args global and display.
11887 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11888 (bibtex-validate): Use arg force of bibtex-files-expand.
11889 (bibtex-clean-entry): Bugfix, clean string entries properly.
11890 Always keep point at beginning of entry.
11891 (bibtex-complete): Bugfix. Handle string entries properly.
11892 Call cleanup functions only if needed.
11893 (bibtex-String): Use bibtex-read-string-key.
11894 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11895 case of replacement text.
11896
11897 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11898
11899 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11900 (tramp-perl-directory-files-and-attributes): New constant.
11901 (tramp-file-name-handler-alist): Delete file-directory-files, add
11902 directory-files-and-attributes.
11903 (tramp-perl-file-attributes): Surround uid and gid by double
11904 quotes. Change parameter id-format from nonnumeric.
11905 (tramp-convert-file-attributes): New function.
11906 (tramp-handle-file-attributes): Use it.
11907 (tramp-maybe-send-perl-script): New function.
11908 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11909 file mode. Change parameter id-format from nonnumeric.
11910 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11911 from nonnumeric.
11912 (tramp-post-connection): Don't send tramp-perl-file-attributes
11913 script. Reset connection property "perl-scripts".
11914 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11915 in use.
11916
11917 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11918
11919 * desktop.el (desktop-read): Replace mapcar with mapc.
11920 (desktop-create-buffer): Replace mapcar with mapc.
11921 Remove redundant piece of code.
11922
11923 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11924
11925 * progmodes/gud.el (gud-display-line): Use display-buffer
11926 for GDB-UI as for GUD.
11927
11928 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11929 Delete variables.
11930 (gdb-ann3): Don't make GUD buffer dedicated.
11931 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11932 (gdb-display-source-buffer): Delete function.
11933 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11934 (menu): Delete menu bindings for viewing source/assembler.
11935 (gdb-setup-windows, gdb-restore-windows):
11936 Don't dedicate GUD. No assembler now.
11937 (gdb-reset): No need to undedicate source buffers now.
11938 (gdb-source-info): No assembler now.
11939
11940 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11941
11942 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11943 width to those for special frames.
11944 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11945 Use display-buffer.
11946 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11947 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11948 (gdb-frame-assembler-buffer): Rework like
11949 gdb-frame-breakpoints-buffer.
11950
11951 2004-11-25 Richard M. Stallman <rms@gnu.org>
11952
11953 * progmodes/flymake.el: Reindent.
11954 (flymake-split-string): Turn into defalias.
11955 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11956 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11957 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11958 (flymake-build-relative-filename): Rename from ...path.
11959 Fix error message.
11960
11961 2004-11-25 Cheng Gao <chenggao@gmail.com>
11962
11963 * progmodes/flymake.el: Much whitespace and capitalization change.
11964 Move `provide' to end. Require `compile' only when compiling.
11965
11966 2004-11-24 Jay Belanger <belanger@truman.edu>
11967
11968 * calc/calc-alg.el: Added comment.
11969 (math-polynomial-base): Replace variable mpb-top-expr by
11970 math-poly-base-top-expr.
11971
11972 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11973 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11974 variable.
11975 (math-poly-base-total-base): New variable.
11976 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11977 mpb-total-base by declared variable.
11978 (math-factored-vars, math-to-list): Declare it.
11979 (math-fact-expr): New variable.
11980 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11981 (math-factor-expr-try, math-factor-expr-part): Replace variable
11982 expr by declared variable.
11983 (math-fet-x): New variable.
11984 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11985 by declared variable.
11986 (math-factor-poly-coefs): Make temp a local variable.
11987
11988 * calc/calc-units.el (calc-convert-units): Make units a local
11989 variable.
11990 (calc-num-units, calc-den-units): New variables.
11991 (calc-explain-units, calc-explain-units-rec): Replace variables
11992 num-units and den-units by declared variables.
11993 (math-cu-unit-list): New variable.
11994 (math-build-units-table, math-compare-unit-names)
11995 (math-convert-units, math-convert-units-rec): Replace variable
11996 unit-list by declared variable.
11997 (math-fbu-base, math-fbu-entry): New variables.
11998 (math-find-base-units, math-find-base-units-rec): Replace variables
11999 base and entry by declared variables.
12000 (math-which-standard): New variable.
12001 (math-to-standard-units, math-to-standard-rec): Replace variable
12002 which-standard by declared variable.
12003 (math-fcu-u): New variable.
12004 (math-find-compatible-unit, math-find-compatible-unit-rec):
12005 Replace variable u by declared variable.
12006 (math-cu-new-units, math-cu-pure): New variables.
12007 (math-convert-units, math-convert-units-rec): Replace variables
12008 new-units and pure by declared variables.
12009 (math-try-cancel-units): New variable.
12010 (math-simplify-units-quotient): Replace variable try-cancel-units by
12011 declared variable.
12012
12013 2004-11-24 Richard M. Stallman <rms@gnu.org>
12014
12015 * textmodes/ispell.el (ispell-check-version):
12016 If default-directory is nonexistent, use home dir.
12017
12018 * progmodes/grep.el (grep-regexp-alist):
12019 Don't match parens around line numbers.
12020
12021 * progmodes/cperl-mode.el (cperl-indent-region)
12022 (cperl-imenu--create-perl-index, cperl-xsub-scan):
12023 Don't print progress messages.
12024
12025 * progmodes/compile.el (compilation-mode-map):
12026 Don't inherit from compilation-minor-mode-map;
12027 copy its bindings instead. But the menu bar Compile
12028 entry now does inherit from compilation-menu-map.
12029
12030 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12031 Use with-no-warnings around compiler-macroexpand.
12032
12033 * imenu.el: Don't always require newcomment.
12034 (imenu--generic-function): Call comment-normalize-vars
12035 if we have a comment syntax.
12036 Exit the loop if REGEXP matches the null string.
12037 Test comment-start as well as comment-start-skip
12038 when deciding whether to check for comments.
12039
12040 * tooltip.el (tooltip-mode): Doc fix.
12041
12042 * term.el (term-escape-char, term-mode): Doc fixes.
12043
12044 2004-11-24 Dave Love <fx@gnu.org>
12045
12046 * progmodes/python.el (python-font-lock-syntactic-keywords):
12047 Check for escapes in the regexp.
12048 (python-quote-syntax): Don't do it here.
12049
12050 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12051
12052 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12053 (gdb-frames-mode-map, gdb-threads-mode-map)
12054 (gdb-registers-mode-map, gdb-locals-mode-map)
12055 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12056 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12057
12058 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12059 (dedicated-switch-to-buffer): Rework.
12060 (gdb-var-evaluate-expression-handler, gdb-put-string):
12061 Remove unused variable bindings.
12062 (gdb-setup-windows, gdb-display-buffer):
12063 Simplify. Use pop-to-buffer.
12064 (gdb-view-source-function): Simplify.
12065 (gdb-frame-breakpoints-buffer):
12066 Use pop-to-buffer, special-display-regexps.
12067
12068 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12069
12070 * progmodes/f90.el (f90-smart-end)
12071 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12072 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12073 (f90-end-of-block): Doc fix. Make check of outermost block
12074 conditional on value of `f90-smart-end'.
12075 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12076 Handle case where END-BLOCK is nil.
12077 (f90-match-end): Handle un-named PROGRAM blocks.
12078 (f90-backslash-not-special): New function.
12079
12080 2004-11-24 Jay Belanger <belanger@truman.edu>
12081
12082 * calc/calc.el (calc-embedded-active): Removed unnecessary
12083 declaration.
12084 (calc-show-banner): Removed redundant declaration.
12085
12086 * calc/calc-graph.el (calc-gnuplot-default-device)
12087 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12088 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12089 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12090 Remove redundant initial values.
12091
12092 * calc/calc-arith.el (math-scalar-functions)
12093 (math-nonscalar-functions, math-scalar-if-args-functions)
12094 (math-real-functions, math-positive-functions)
12095 (math-nonnegative-functions, math-real-scalar-functions)
12096 (math-real-if-arg-functions, math-integer-functions)
12097 (math-num-integer-functions, math-rounding-functions)
12098 (math-float-rounding-functions, math-integer-if-args-functions)
12099 (math-super-types): Move declarations to earlier in file.
12100 (math-unit-prefixes): Declared it.
12101 (math-floor-prec, math-trunc-prec): New variables.
12102 (math-trunc-fancy): Replace variable prec by declared variable.
12103 (math-floor-fancy): Replace variable prec by declared variable.
12104 (math-com-bterms): New variable.
12105 (math-commutative-equal, math-commutative-collect):
12106 Replace variable bterms by declared variable.
12107
12108 * calc/calc-misc.el (math-trunc): Replace variable prec by
12109 math-trunc-prec.
12110 (math-floor): Replace variable prec by math-floor-prec.
12111
12112 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12113 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12114 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12115 (math-format-date, math-format-date-part): Replace variables
12116 date, dt, year, month, day, weekday, hour, minute, second and
12117 bc-flag by declared variables.
12118 (math-pd-str): New variable.
12119 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12120 Replace variable str by declared variable.
12121 (math-daylight-savings-hook, math-tzone-names): Move definitions
12122 to earlier in the file.
12123 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12124 (math-sh-year): New variable.
12125 (math-setup-add-holidays, math-setup-holidays)
12126 (math-setup-year-holidays): Replace variable `year' by declared
12127 variable.
12128
12129 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12130 New variables.
12131 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12132 n, nf and nfm1 by declared variables.
12133 (math-nri-n): New variable.
12134 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12135 n by declared variable.
12136 (calcFunc-log): Removed misplaced condition.
12137
12138 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12141
12142 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12143
12144 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12145 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12146 Dedicate gdb-related windows.
12147 (gdb-display-buffer): Dedicate gdb-related windows.
12148 Don't grab other frames.
12149 (gdb-reset): Remove dedicated property after debugging.
12150
12151 2004-11-24 Jay Belanger <belanger@truman.edu>
12152
12153 * calc/calc-sel.el: Add comment.
12154
12155 * calc/calc.el (math-stack-value-offset): Replace variables c,
12156 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12157
12158 * calc/calccomp.el (math-comp-sel-tag): Declare it.
12159 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12160 (math-stack-value-offset-fancy): Replace variables c, wid and off
12161 by declared variables.
12162 (math-comp-just, math-comp-comma-spc): New variables.
12163 (math-compose-expr, math-compose-matrix): Replace variables `just'
12164 and comma-spc by declared variable.
12165 (math-comp-vector-prec): New variable.
12166 (math-compose-expr, math-compose-matrix, math-compose-rows):
12167 Replace variable vector-prec by declared variable.
12168 (math-comp-left-bracket, math-comp-right-bracket)
12169 (math-comp-comma): New variables.
12170 (math-compose-expr, math-compose-rows): Replace variables
12171 left-bracket, right-bracket and comma by declared variables.
12172 (math-comp-full-width): New variable.
12173 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12174 Replace variable full-width by declared variable.
12175 (math-comp-highlight, math-comp-word, math-comp-level)
12176 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12177 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12178 New variables.
12179 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12180 (math-comp-sel-flat-term): Replace variables comp-highlight,
12181 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12182 declared variables.
12183 (math-comp-simplify, math-comp-simplify-term)
12184 (math-comp-add-string, math-comp-add-string-sel):
12185 Replace variables comp-highlight, comp-buf, comp-base,
12186 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12187
12188 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12189
12190 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12191
12192 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12193 and x-server-version may throw.
12194
12195 2004-11-23 Kim F. Storm <storm@cua.dk>
12196
12197 * subr.el (substitute-key-definition-key): Optimize.
12198 Don't call indirect-function for nil defn (always signals error).
12199
12200 * ido.el (ido-read-internal): Fix require-match check when
12201 ido-directory-too-big is set.
12202
12203 2004-11-23 Jay Belanger <belanger@truman.edu>
12204
12205 * calc/calc-ext.el (math-read-replacement-list)
12206 (math-read-superscripts): New variables.
12207 (math-read-preprocess-string): New function.
12208 (math-read-expr): Filter input through math-read-preprocess-string.
12209
12210 * calc/calc-aent.el (math-read-exprs): Filter input through
12211 math-read-preprocess-string.
12212
12213 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12214
12215 * progmodes/compile.el (compilation-start): In cd command use
12216 substitute-env-vars -- not quite shell compatible but better than
12217 nothing.
12218 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12219 handle the newer versions messages, which are more parseable.
12220
12221 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * reveal.el (reveal-mode-map): New var.
12224 (reveal-mode): Use it.
12225
12226 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
12227
12228 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12229 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12230
12231 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12234 header-line when needed.
12235 Use fixed-pitch only in the header-line.
12236 Build the underline automatically. Use emdash if available.
12237
12238 2004-11-22 Richard M. Stallman <rms@gnu.org>
12239
12240 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12241 * dired-aux.el (dired-recursive-copies): Move to dired.el.
12242
12243 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
12244
12245 * progmodes/gdb-ui.el (gdb-resync): New function.
12246 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12247 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12248 Use it to fail more gracefully.
12249 (gdb-variables): Delete variable.
12250 Re-order variables to reduce byte-compiler warnings.
12251
12252 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * descr-text.el (describe-char):
12255 * paren.el (show-paren-function):
12256 * subr.el (syntax-after): Undo last change.
12257
12258 * progmodes/python.el (run-python): Don't hard code *Python*.
12259 Don't modify global process-environment.
12260 (python-send-region, python-load-file): Don't assume that
12261 python-buffer == (process-buffer (python-proc)).
12262 (python-switch-to-python): Simplify.
12263
12264 * dired.el (dired-align-file): Don't assume line starts with spaces.
12265
12266 2004-11-21 Jay Belanger <belanger@truman.edu>
12267
12268 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12269 Replace variable `lines' by math-read-big-lines.
12270 (math-read-big-expr): Replace variables the-baseline, the-h2
12271 and err-msg by math-read-big-baseline, math-read-big-h2 and
12272 math-read-err-msg.
12273 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12274
12275 * calc/calc-lang.el (math-read-big-rec): Fix typo.
12276 (math-read-big-balance): Replace unbound variable by value.
12277 (math-read-big-lines): New variable.
12278 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12279 (math-read-big-error, math-read-big-balance): Replace variable
12280 `lines' by declared variable.
12281 (math-read-big-baseline, math-read-big-h2): New variables.
12282 (math-read-big-rec): Replace variables the-baseline and the-h2
12283 by declared variables.
12284 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12285 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12286 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12287 declared variables.
12288 (math-read-big-err-msg): New variable.
12289 (math-read-big-error): Replace variable err-msg by declared variable.
12290
12291 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * ses.el: Add coding cookie.
12294 Fix up docstrings, follow new commenting conventions.
12295 (ses-header-line-menu): Fix missing variable rename for header-row.
12296 (ses-cell-size): Remove.
12297 (ses-make-cell): New function.
12298 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12299 (ses-calculate-cell): Remove unused var `symbol'.
12300 (ses-narrowed-p): New function.
12301 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12302 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12303 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12304 (ses-setup): Use restore-buffer-modified-p.
12305 (ses-cleanup): Remove unused var `end'.
12306 (ses-header-string-left-offset): Remove.
12307 (ses-create-header-string): Adjust to new behavior of `align-to'.
12308 Truncate excessively large fields to preserve alignment.
12309 (ses-reconstruct-all): Remove unused var `refs'.
12310 (ses-read-cell-printer): Remove unused var `prompt'.
12311 (ses-delete-row): Remove unused var `pos'.
12312 (ses-delete-column): Remove unused var `new'.
12313
12314 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12315
12316 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12317 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12318 Eliminate eval-and-compile usage.
12319 (ps-insert-file): Use insert-file-contents instead of insert-file.
12320 (ps-setup): Code fix.
12321
12322 * printing.el (pr-setup, lpr-setup): Code fix.
12323
12324 2004-11-21 Jay Belanger <belanger@truman.edu>
12325
12326 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12327 (calc-original-buffer): Declare them.
12328 (calc-user-formula-alist): New variable.
12329 (calc-user-define-formula, calc-fix-user-formula)
12330 (calc-user-define-composition, calc-finish-formula-edit):
12331 Replace variable `alist' by declared variable.
12332 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12333 (var-q7, var-q7, var-q8, var-q9): Declare them.
12334 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12335 are bound.
12336 (calcFunc-typeof): Replace undeclared variable by expression.
12337 (math-exp-env): New variable.
12338 (math-define-body, math-define-exp): Replace exp-env by declared var.
12339 (math-define-exp): Replace misplaced variable by expression.
12340
12341 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12342 (calc-curve-model, calc-curve-coefnames): New variables.
12343 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12344 varnames, model and coefnames by declared variables.
12345 (math-root-widen): New variable.
12346 (math-search-root, math-find-root): Replace variable root-widen by
12347 declared variable.
12348 (var-DUMMY): Declare it.
12349 (math-root-vars, math-min-vars): Move the declarations to earlier in
12350 the file.
12351 (math-brent-min): Make d a local variable.
12352 (math-find-minimum): Replace non-existent variable.
12353 (math-ninteg-romberg): Remove unnecessary variable.
12354 (math-ninteg-temp): New variable.
12355 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12356 integ-temp by declared variable.
12357 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12358 New variables.
12359 (math-general-fit): Replace variables first-var, first-coef and
12360 new-coefs by declared variables.
12361 (calcFunc-fitvar): Replace variable first-var by declared variable.
12362 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12363 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12364 (math-all-vars-vars, math-all-vars-found): New variables.
12365 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12366 found by declared variable math-all-vars-vars.
12367
12368 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12369
12370 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12371 of `defconst'.
12372
12373 2004-11-20 Richard M. Stallman <rms@gnu.org>
12374
12375 * isearch.el (isearch-mode-map): Don't bind SPC.
12376 (isearch-whitespace-chars): Function deleted.
12377 (isearch-search): Bind search-spaces-regexp.
12378 (isearch-lazy-highlight-search): Likewise.
12379 (search-whitespace-regexp): Doc fix.
12380 (isearch-forward-regexp): Doc fix.
12381
12382 * emacs-lisp/bytecomp.el (byte-compile-form):
12383 Move the calls to byte-compile-set-symbol-position,
12384 to avoid having two for the same symbol occurrence.
12385
12386 * comint.el (comint-input-ring-size): Increase to 150.
12387
12388 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12389 New variables.
12390 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12391 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12392
12393 * imenu.el (imenu--generic-function):
12394 Ensure we keep moving backward even if BEG isn't further back.
12395
12396 * replace.el (query-replace-read-to, query-replace-read-from):
12397 Specify t for KEEP-ALL in read-from-minibuffer.
12398
12399 * progmodes/python.el (python-switch-to-python):
12400 If Python isn't running, start it.
12401 Don't alter debug-ignored-errors.
12402
12403 * progmodes/cperl-mode.el (cperl-indent-region):
12404 Don't mind imenu-scanning-message.
12405
12406 * bindings.el (global-map): Bind C-e to move-end-of-line.
12407
12408 * simple.el (line-move-finish): New arg FORWARD.
12409 Ignore invisible newlines, not intangible ones.
12410 Conditions for acceptable stopping positions depend on FORWARD.
12411 (line-move): Pass FORWARD arg to line-move-finish.
12412
12413 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12414 of HEADER. Compensate for this change in the code to add display
12415 properties. Don't make the first line intangible.
12416
12417 * info.el (Info-search): Fix previous change.
12418
12419 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12420
12421 * Makefile.in (recompile): Revert 2004-11-19 change.
12422 (compile): Likewise.
12423
12424 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12425
12426 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12427
12428 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12429
12430 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
12431 defgroup and defcustom. Eliminate eval-and-compile usage.
12432
12433 * progmodes/ebnf-otz.el: Fix typos.
12434
12435 2004-11-19 Jay Belanger <belanger@truman.edu>
12436
12437 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12438 (calc-edit-finish, calc-finish-stack-edit): Replace variable
12439 disp-trail by declared variable.
12440
12441 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12442 (calc-finish-selection-edit): Replace variable disp-trail by
12443 declared variable.
12444 (calc-selection-cache-entry): Move declaration to earlier in the file.
12445 (calc-selection-cache-num, calc-selection-cache-comp)
12446 (calc-selection-cache-offset, calc-selection-true-num)
12447 (calc-final-point-line, calc-final-point-column)
12448 (calc-original-buffer): Declare them.
12449 (calc-fnp-op, calc-fnp-num): New variables.
12450 (calc-find-nth-part, calc-find-nth-part-rec)
12451 (calc-select-previous): Replace op and num by declared variables.
12452 (calc-rsf-old, calc-rsf-new): New variables.
12453 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12454 Replace variables old and new by declared variables.
12455 (calc-sel-reselect): New variable.
12456 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12457 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12458 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12459 reselect with declared variable.
12460
12461 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12462 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12463 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12464 (math-import-list, math-rewrite-phase): Declare them.
12465 (math-rewrite): Use let* to declare variables.
12466 (calc-rewrite-selection): Make rules a local variable.
12467 (calc-rewr-sel): New variable.
12468 (calc-rewrite-selection, calc-locate-selection-marker)
12469 (calc-rewrite): Use the declared variable calc-rewr-sel instead
12470 of sel.
12471 (math-rewrite-whole-expr): New variable.
12472 (math-rewrite, math-rewrite-phase): Replace variable expr by
12473 declared variable.
12474 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12475 (math-rewrite-heads-blanks ): New variables.
12476 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12477 heads, skips and blanks by declared variables.
12478 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12479 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12480 New variables.
12481 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12482 old, new, old-func and new-func by declared variables.
12483 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12484 Remove unnecessary variable.
12485 (math-apply-rw-regs): New variable.
12486 (math-apply-rewrites, math-rwapply-replace-regs)
12487 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12488 (math-apply-rw-ruleset): New variable.
12489 (math-apply-rewrites, math-rwapply-remember): Replace variable
12490 ruleset by declared variable.
12491
12492 2004-11-19 Richard M. Stallman <rms@gnu.org>
12493
12494 * info.el (Info-search): Use search-whitespace-regexp.
12495
12496 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12497
12498 * vc-rcs.el (vc-rcs-parse): New function.
12499 (vc-rcs-annotate-command): Likewise.
12500 (vc-rcs-annotate-current-time): Likewise.
12501 (vc-rcs-annotate-time): Likewise.
12502 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12503
12504 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12505
12506 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12507
12508 2004-11-18 Jay Belanger <belanger@truman.edu>
12509
12510 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12511
12512 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12513
12514 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12515 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12516 Use make-temp-file to generate PostScript files in any situation.
12517 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12518 (pr-interactive-p): Eliminate var.
12519 (pr-save-interactive): Eliminate macro.
12520 (pr-interface, pr-ps-directory-preview)
12521 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12522 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12523 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12524 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12525 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12526 (pr-ps-region-ps-print, pr-ps-mode-preview)
12527 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12528 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12529 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12530 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12531 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12532 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12533 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12534 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12535 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12536 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12537 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12538 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12539 Eliminate pr-save-interactive usage.
12540 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12541 Eliminate pr-interactive-p usage.
12542 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12543 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12544 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12545 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12546 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12547 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12548 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12549 New funs.
12550 (pr-ps-file): Use make-temp-file to generate a temporary file.
12551
12552 2004-11-17 Jay Belanger <belanger@truman.edu>
12553
12554 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12555 a local variable.
12556 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12557 (math-top-only): New variable.
12558 (math-simplify, math-simplify-step): Replace variable top-only by
12559 declared variable math-top-only.
12560 (math-simplify-expr): Declare it.
12561 Replace argument expr in all calls of math-defsimplify by
12562 math-simplify-expr.
12563 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12564 (math-simplify-divisor, math-simplify-one-divisor)
12565 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12566 (math-simplify-pow): Replace variable expr by declared variable
12567 math-simplify-expr.
12568 (math-simplify-divisor): Remove local variables temp and op.
12569 (math-simplify-one-divisor): Make temp and op local variables.
12570 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12571 New variables.
12572 (math-simplify-divisor, math-simplify-one-divisor):
12573 Replace variables nover and dover by declared variables.
12574 (math-expr-subst-new, math-expr-subst-old): New variables.
12575 (math-expr-subst, math-expr-subst-rec): Replace variables new
12576 and old by declared variables.
12577 (math-is-poly-degree, math-is-poly-loose): New variables.
12578 (math-is-polynomial, math-is-poly-rec): Replace variables degree
12579 and loose by declared variables.
12580 (math-poly-base-const-ok, math-poly-base-pred): New variables.
12581 (math-polynomial-base, math-polynomial-base-rec):
12582 Replace variables const-ok and mpb-pred by declared variables.
12583
12584 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12585
12586 * calc/calc-ext.el (math-defsimplify): Change the argument in
12587 the created function to math-simplify-expr.
12588
12589 * calc/calc-units.el (math-simplify-expr): Declare it.
12590 Replace argument expr in all calls of math-defsimplify by
12591 math-simplify-expr.
12592 (math-simplify-units-prod): Replace variable expr by declared
12593 variable math-simplify-expr.
12594
12595 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12598 Replace mapcar->dolist, format->string.
12599
12600 2004-11-17 Miles Bader <miles@gnu.org>
12601
12602 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12603 * progmodes/idlwave.el: Remove RCS keywords.
12604
12605 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
12606
12607 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12608 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12609 Update to IDLWAVE version 5.5. Too many changes to list them here.
12610 * progmodes/idlw-help.el: New file.
12611
12612 2004-11-16 Richard M. Stallman <rms@gnu.org>
12613
12614 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12615 Discard spaces after \i according to TeX rules.
12616
12617 * international/mule.el (set-buffer-file-coding-system):
12618 New arg NOMODIFY.
12619 (after-insert-file-set-coding): Pass that new arg.
12620 Prevent set-buffer-multibyte from trying to lock the file.
12621
12622 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12623
12624 * saveplace.el (save-place): Doc fix.
12625
12626 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12627 temporarily widen before finding the following word to copy.
12628
12629 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12630 (cl-map-keymap): Definition deleted.
12631
12632 * subr.el (map-keymap-internal): New function.
12633
12634 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12637 when pressing rather than when releasing mouse-2. Simplify.
12638
12639 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12642 (compilation-mode): Set it here instead.
12643
12644 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12645
12646 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12647 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12648
12649 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * progmodes/compile.el (compilation-internal-error-properties):
12652 Fix up a transposition-typo. Check end-col before using it.
12653
12654 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12655
12656 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12657 Discard whitespace after macro \i when converting it.
12658
12659 2004-11-16 Juri Linkov <juri@jurta.org>
12660
12661 * emacs-lisp/find-func.el (find-function-regexp):
12662 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12663 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12664 Remove invalid `\W' from [^cgv\W]. Doc fix.
12665 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12666
12667 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12668
12669 * play/life.el: Maintainer is now FSF.
12670 (life-patterns, life-neighbor-deltas, life-window-start)
12671 (life-current-generation, life-generation-string): Use defvar
12672 instead of defconst.
12673
12674 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12675
12676 * progmodes/compile.el (compilation-move-to-column): New fun.
12677 (compilation-internal-error-properties)
12678 (compilation-next-error-function): Use it to make sure we don't go past
12679 the end of line.
12680
12681 2004-11-15 John Paul Wallington <jpw@gnu.org>
12682
12683 * autoinsert.el (auto-insert-alist): Insert the user's name in
12684 copyright notice, rather than Free Software Foundation, for the
12685 Emacs Lisp header case too.
12686
12687 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12688
12689 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12690 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12691 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12692 return the list of string in a string.
12693 (pr-call-process): Message if calling process returns an error, that
12694 is, the exit status is different of zero.
12695
12696 2004-11-15 Jay Belanger <belanger@truman.edu>
12697
12698 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12699 variable var-thing.
12700 (math-integ-depth, math-integ-level, math-integral-limit)
12701 (math-enable-subst, math-any-substs, math-integ-msg)
12702 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12703 (math-int-threshold, math-int-factors, math-double-roots)
12704 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12705 (var-GenCount): Declare these variables.
12706 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12707 (math-integral-cache, math-integral-cache-state):
12708 Move declarations to earlier in the file.
12709 (math-deriv-var, math-deriv-total, math-deriv-symb)
12710 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12711 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12712 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12713 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12714 (math-solve-res): New variables
12715 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12716 (math-integral, math-replace-integral-parts)
12717 (math-integrate-by-parts, calc-dump-integral-cache)
12718 (math-try-integral, math-do-integral, math-do-integral)
12719 (math-do-integral-methods, math-try-solve-for)
12720 (math-try-solve-prod, math-solve-poly-funny-powers)
12721 (math-solve-crunch-poly, math-decompose-poly)
12722 (math-solve-find-root-term, math-find-root-in-prod)
12723 (math-integ-try-linear-substitutions)
12724 (math-integ-try-substitutions, math-expr-rational-in)
12725 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12726 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12727 (math-solve-for, math-solve-system, math-solve-system-rec)
12728 (math-solve-get-sign, math-solve-get-int)
12729 (math-solve-system-subst): Replace undeclared variables with newly
12730 declared variables.
12731
12732 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * winner.el (winner-active-region, winner-edges, winner-window-list):
12735 Define at toplevel.
12736 (winner-mode-map): Move init inside declaration.
12737
12738 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12739
12740 * files.el (convert-standard-filename): Doc fix.
12741
12742 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12743
12744 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12745 passwd, group, shadow, default/* and pam.d/*.
12746
12747 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12748
12749 * printing.el (pr-menu-spec): Adjust menu specification.
12750
12751 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12752
12753 * printing.el: Doc fix. Insert :version tag into all defcustom.
12754 Handle interactive-p as is recommended in Emacs Lisp Reference.
12755 Set the file permission bits for newly created files.
12756 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12757 The printing menu specification (in `pr-menu-spec') was merged.
12758 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12759 (pr-version): New version number (6.8.3).
12760 (pr-file-modes): New option.
12761 (pr-interactive-p): New var.
12762 (pr-save-interactive, pr-save-file-modes): New macros.
12763 (pr-setup): Code fix.
12764 (pr-menu-spec): Menu specification merged.
12765 (pr-call-process, pr-text2ps): Set file permission bits.
12766 (pr-despool-print): Set file permission bits. Handle interactive-p as
12767 is recommended.
12768 (pr-interface, pr-ps-directory-preview)
12769 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12770 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12771 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12772 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12773 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12774 (pr-ps-region-ps-print, pr-ps-mode-preview)
12775 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12776 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12777 (pr-despool-using-ghostscript, pr-despool-ps-print)
12778 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12779 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12780 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12781 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12782 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12783 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12784 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12785 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12786 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12787 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12788 Handle interactive-p as is recommended.
12789
12790 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12793 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12794
12795 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12796 so it doesn't forget to highlight the beginning of the region either.
12797
12798 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12799
12800 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12801 (c-font-lock-init): Eliminate obsolete make-local-hook.
12802 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12803 (awk-mode): Use run-mode-hooks.
12804
12805 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12806
12807 2004-11-13 Kim F. Storm <storm@cua.dk>
12808
12809 * mouse.el (mouse-drag-copy-region): Add :version.
12810 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12811 while dragging mode line, so mode line can be dragged downwards.
12812 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12813 while pressing mouse button so window doesn't scroll until we
12814 release the mouse if clicking on partially visible line.
12815
12816 2004-11-12 Jay Belanger <belanger@truman.edu>
12817
12818 * calc/calc-graph.el (calc-dumb-map): Declare it.
12819 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12820 than unbound.
12821 (calc-graph-name): Made `end' a local variable.
12822 (calc-graph-lookup): Made `varname' a local variable.
12823 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12824 Declare them.
12825 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12826 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12827 the unused variable y3vec.
12828 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12829 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12830 calc-graph-prev-kill-hook.
12831 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12832 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12833 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12834 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12835 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12836 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12837 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12838 (calc-graph-y3value, calc-graph-y3name)
12839 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12840 (calc-graph-stepcount, calc-graph-is-splot)
12841 (calc-graph-surprise-splot, calc-graph-blank)
12842 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12843 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12844 (calc-graph-recompute-2d, calc-graph-compute-3d)
12845 (calc-graph-format-data): Replace undeclared variables with the
12846 above newly declared variables.
12847
12848 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12849
12850 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12851 `rsf-beep' and `rsf-sleep-after-message'.
12852
12853 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12854 list if `message-sender' is non-nil.
12855
12856 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12857
12858 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12859 consing by using mapc instead of mapcar.
12860
12861 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12862
12863 * tooltip.el (require): Explain why CL is needed.
12864
12865 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12866
12867 * printing.el: Insert :version into defgroup (printing). All reference
12868 to Files option in menubar were changed to File.
12869 (pr-version): New version number (6.8.2).
12870 (pr-get-symbol): Call easy-menu-intern.
12871 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12872 compilation gripes.
12873
12874 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12877 new byte-compile-function-environment binding to t.
12878
12879 * font-lock.el (font-lock-fontify-syntactically-region):
12880 Don't forget to highlight the last char when we hit `end'.
12881
12882 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12883 (mwheel-scroll): Adjust accordingly.
12884
12885 * cvs-status.el: Reduce spurious warnings.
12886 (cvs-status-checkout): Remove.
12887 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12888
12889 * pcvs.el (cvs-mode-checkout): New command.
12890
12891 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12892
12893 * tooltip.el: Require CL.
12894
12895 * emacs-lisp/bytecomp.el: Use push.
12896 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12897 (defalias): Remove the `byte-compile' property and add
12898 a `byte-hunk-handler'.
12899
12900 2004-11-11 Juri Linkov <juri@jurta.org>
12901
12902 * info.el (Info-search): Save match data for isearch.
12903 Skip Tag Table node.
12904
12905 * descr-text.el (describe-char): Replace syntax-after with code
12906 from its previous version.
12907
12908 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12909 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12910
12911 * international/mule.el (sgml-html-meta-auto-coding-function):
12912 Remove > after <html to allow HTML attributes.
12913
12914 2004-11-11 Jay Belanger <belanger@truman.edu>
12915
12916 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12917 a variable.
12918 (calcFunc-dfac): Replace unbound max by n.
12919 (math-stirling-local-cache): New variable.
12920 (math-stirling-number, math-stirling-1, math-stirling-2):
12921 Replace the variable `cache' by the declared variable
12922 math-stirling-local-cache.
12923 (var-RandSeed): Declare it as a variable.
12924 (math-init-random-base, math-random-digit): Don't check to see if
12925 var-RandSeed is bound.
12926 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12927 Declare them instead of just setting them.
12928 (math-init-random-base): Made i a local variable.
12929 (math-random-digit): Made math-random-last a local variable.
12930 (math-prime-test-cache): Move declaration to before it is used.
12931 (math-prime-test-cache-k, math-prime-test-cache-q)
12932 (math-prime-test-cache-nm1, math-prime-factors-finished):
12933 Declare them as variables.
12934
12935 2004-11-11 Jay Belanger <belanger@truman.edu>
12936
12937 * calc/calc-ext.el (math-defcache): Use defvar for the new
12938 variables it creates.
12939
12940 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12941
12942 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12943 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12944 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12945 (desktop-save): Add :version.
12946
12947 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12948
12949 * printing.el (pr-get-symbol): Don't downcase.
12950
12951 2004-11-10 Jay Belanger <belanger@truman.edu>
12952
12953 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12954 string to kill-ring.
12955
12956 * calc/calc-aent.el (calc-alg-exp, math-toks)
12957 (math-exp-pos,math-exp-old-pos, math-exp-token)
12958 (math-exp-keep-spaces, math-exp-str): New variables.
12959 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12960 (calcAlg-enter): Use declared variable calc-alg-exp.
12961 (math-build-parse-table, math-find-user-token): Use declared
12962 variable math-toks.
12963 (math-read-exprs, math-read-token, calc-check-user-syntax)
12964 (calc-match-user-syntax, match-factor-after, math-read-factor):
12965 Use declared variables math-exp-pos math-exp-old-pos.
12966 (math-read-exprs, math-read-token, math-read-expr-level)
12967 (calc-check-user-syntax, calc-match-user-syntax)
12968 (match-factor-after, math-read-factor): Use declared variable
12969 math-exp-token.
12970 (math-read-exprs, math-read-expr-list, math-read-token)
12971 (math-read-factor): Use declared variable math-exp-keep-spaces.
12972 (math-read-exprs, math-read-token): Use declared variable
12973 math-exp-str.
12974 (calc-match-user-syntax): Make m a local variable.
12975
12976 * calc/calc-ext.el (math-read-expr): Use declared variables
12977 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12978 math-exp-keep-spaces.
12979
12980 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12981 variables math-exp-pos, math-exp-str.
12982
12983 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12984 math-exp-old-pos.
12985 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12986 (math-parse-eqn-prime): Use declared variable math-exp-token.
12987
12988 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12989 Use declared variable math-exp-pos.
12990 (math-check-for-commas): Use declared variable math-exp-str.
12991 (math-read-brackets): Use declared variables math-exp-old-pos,
12992 math-exp-keep-spaces.
12993 (math-read-brackets, math-read-vector, math-read-matrix):
12994 Use declared variable math-exp-token.
12995
12996 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12997
12998 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12999 where the keymap is a symbol.
13000 (easy-menu-add-item): Use keymap-prompt. Simplify.
13001
13002 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13003
13004 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13005 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13006
13007 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13008
13009 * ebuff-menu.el: Doc fixes throughout.
13010 (electric-buffer-menu-mode-hook): New defvar.
13011
13012 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
13013
13014 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13015 The resulting compiler warnings appear to be harmless.
13016
13017 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13018
13019 * textmodes/conf-mode.el: New file.
13020
13021 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13022
13023 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13026
13027 2004-11-09 Jay Belanger <belanger@truman.edu>
13028
13029 * calc/calc-ext.el (calc-init-extensions): Remove old code.
13030
13031 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13032 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13033 (calc-z-prefix-help, calc-user-function-list): Use declared
13034 variables calc-z-prefix-buf, calc-z-prefix-msgs.
13035 (math-map-tree, math-map-tree-rec): Use declared variables
13036 math-mt-many, math-mt-func.
13037 (math-read-expression, math-read-string): Use declared variable
13038 math-expr-data.
13039
13040 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13041 variable math-normalize-a.
13042
13043 * calc/calc.el (math-normalize-a): New variable.
13044 (math-normalize): Use declared variable math-normalize-a.
13045
13046 * calc/calc-poly.el (math-expand-form): Use declared variable
13047 math-mt-many.
13048
13049 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13050 Use declared variable math-mt-many.
13051 (math-rewrite): Use declared variable math-mt-func.
13052
13053 * calc/calc-vec.el (math-read-brackets, math-read-vector)
13054 (math-read-matrix): Use declared variable math-expr-data.
13055
13056 * calc/calc-lang.el (math-parse-fortran-vector)
13057 (math-parse-fortran-vector-end, math-parse-tex-sum)
13058 (math-parse-eqn-matrix, math-parse-eqn-prime)
13059 (math-read-math-subscr): Use declared variable math-expr-data.
13060
13061 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13062 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13063 (calc-match-user-syntax, math-read-if, math-factor-after)
13064 (math-read-factor): Use declared variable math-expr-data.
13065
13066 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13067
13068 * calendar/diary-lib.el (diary-from-outlook)
13069 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13070 interactive-p; but rather new optional argument NOCONFIRM.
13071
13072 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13075 (easy-menu-name-match): Revert correspondingly.
13076
13077 2004-11-09 Richard M. Stallman <rms@gnu.org>
13078
13079 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13080 Turn off warnings for the new function even if definition not constant.
13081 If the definition isn't a quoted symbol, record (FUNCTION . t).
13082 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13083 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13084 (display-call-tree, byte-compile-arglist-warn):
13085 Handle t returned by byte-compile-fdefinition.
13086
13087 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13088
13089 * Makefile.in (maintainer-clean): Depend on distclean.
13090
13091 * help-fns.el (help-C-file-name): File name must be in build-files
13092 to be returned.
13093
13094 2004-11-09 Jay Belanger <belanger@truman.edu>
13095
13096 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13097 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13098
13099 * calc/calc.el (calc, calc-trail-display, calc-mode):
13100 Remove obsolete sections.
13101
13102 * calc/calc.el (calc-x-paste-text): Remove.
13103
13104 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13105 mouse-2.
13106
13107 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
13108
13109 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13110 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13111 current frame (in case of recursive calls).
13112 (gdb-show-changed-values): Add :version keyword.
13113
13114 2004-11-09 Kenichi Handa <handa@m17n.org>
13115
13116 * international/mule-cmds.el: Change coding: tag back to
13117 iso-2022-7bit.
13118
13119 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * international/mule-cmds.el: Change coding-system to utf-8.
13122 (select-safe-coding-system-interactively):
13123 New function extracted from select-safe-coding-system.
13124 (select-safe-coding-system): Use it.
13125
13126 2004-11-08 Richard M. Stallman <rms@gnu.org>
13127
13128 * subr.el (syntax-after): Doc fix.
13129
13130 * paren.el (show-paren-function): Change calls to syntax-after
13131 for new way of returning the value.
13132
13133 * menu-bar.el (menu-bar-file-menu): Make this the real name
13134 and menu-bar-files-menu the alias. Use the former.
13135 (global-map): Use `file', not `files', as the symbol.
13136
13137 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13138
13139 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13140 Don't use beginning-of-buffer.
13141 (filesets-cmd-show-result): Use with-no-warnings.
13142
13143 2004-11-08 Juri Linkov <juri@jurta.org>
13144
13145 * progmodes/compile.el (compile): Don't overwrite last command in
13146 minibuffer history with default command if they are not equal.
13147
13148 2004-11-08 Jay Belanger <belanger@truman.edu>
13149
13150 * calc/calcalg2.el (math-do-integral-methods): Try linear then
13151 non-linear substitutions.
13152
13153 2004-11-08 Jay Belanger <belanger@truman.edu>
13154
13155 * calc/calcalg2.el (math-linear-subst-tried): New variable.
13156 (math-do-integral): Set `math-linear-subst-tried' to nil.
13157 (math-do-integral-methods): Use `math-linear-subst-tried' to
13158 determine what type of substitution to try.
13159 (math-integ-try-linear-substituion):
13160 Set `math-linear-subst-tried' to t.
13161
13162 2004-11-08 Kim F. Storm <storm@cua.dk>
13163
13164 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13165
13166 2004-11-07 Juri Linkov <juri@jurta.org>
13167
13168 * info-look.el (info-lookup): Allow reusing in the current buffer
13169 not only *info* buffer, but all (even renamed) Info buffers
13170 by checking for major-mode instead of *info* buffer name.
13171 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13172 (octave-mode, maxima-mode) <doc-spec>:
13173 Allow long dashes generated by Texinfo 4.7 before definitions.
13174 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13175 definitions with argument separated by space.
13176
13177 2004-11-06 Richard M. Stallman <rms@gnu.org>
13178
13179 * simple.el (next-error group, face): Move before first use.
13180 (next-error-highlight, next-error-highlight-no-select): Likewise.
13181
13182 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13183 (line-move): New args NOERROR and TO-END.
13184 Return t if succeed in moving specified number of lines.
13185 (move-end-of-line): New function.
13186
13187 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13188 (end-of-buffer-other-window): Likewise.
13189
13190 * simple.el (line-move-ignore-invisible): Default to t.
13191
13192 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13193
13194 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13195
13196 * international/iso-cvt.el (iso-cvt-define-menu):
13197 Rename menu-bar-files-menu to menu-bar-file-menu.
13198
13199 * net/browse-url.el (browse-url-gnome-moz-program)
13200 (browse-url-gnome-moz-arguments): Move up before first use.
13201
13202 * net/tramp.el (tramp group): Add :version.
13203
13204 * progmodes/ada-xref.el (ada-gdb-application):
13205 Use goto-char instead of beginning-of-buffer.
13206
13207 * progmodes/cperl-mode.el (cperl-info-on-command):
13208 Use goto-char instead of beginning-of-buffer.
13209
13210 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13211 Move up before first use.
13212 (idlwave-shell-temp-pro-file): Likewise.
13213 (idlwave-shell-temp-rinfo-save-file): Likewise.
13214 (idlwave-shell-temp-file): Minor doc fix.
13215
13216 * textmodes/flyspell.el (flyspell-external-point-words):
13217 Use goto-char instead of beginning-of-buffer.
13218
13219 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13220
13221 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13222 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
13223 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13224
13225 2004-11-06 David Ponce <david@dponce.com>
13226
13227 * recentf.el (recentf-menu-path): Use menu item name.
13228
13229 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13230
13231 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13232 display doesn't support images.
13233
13234 2004-11-06 Andreas Schwab <schwab@suse.de>
13235
13236 * tempo.el (tempo-match-finder): Doc fix.
13237
13238 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13239
13240 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13241
13242 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13243 (easy-menu-lookup-name): New fun to replace it.
13244 (easy-menu-get-map): Use it to obey menu item names (rather than just
13245 keys) when looking up `path'.
13246 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13247 (easy-menu-convert-item-1): Adjust to new name.
13248
13249 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13250
13251 * outline.el (hide-body): Don't hide lines at the top of the file
13252 that precede the first header line.
13253
13254 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13255
13256 * align.el (align-areas): Delete whitespace before reindenting, so
13257 that tabs are never placed after spaces.
13258
13259 2004-11-06 Alan Shutko <ats@acm.org>
13260
13261 * macros.el (insert-kbd-macro): Do completions based on macros,
13262 rather than all commands.
13263
13264 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13265
13266 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13267 to solve a bug whereby tags with 'b' don't match.
13268
13269 2004-11-05 Juri Linkov <juri@jurta.org>
13270
13271 * info.el (Info-search): Don't search in node header lines
13272 and file headers.
13273
13274 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13275 symbol-constituent characters after dot, not only digits.
13276
13277 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13278
13279 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13280
13281 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13282
13283 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13284 if a dialog will be used, read-file-name otherwise.
13285
13286 2004-11-04 Richard M. Stallman <rms@gnu.org>
13287
13288 * textmodes/table.el (table group): Add :version.
13289
13290 * textmodes/ispell.el (ispell-word):
13291 Don't alter args; set them only thru `interactive' spec.
13292
13293 * textmodes/flyspell.el (flyspell-word):
13294 Don't alter FOLLOWING; set it only thru `interactive' spec.
13295
13296 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13297
13298 * net/browse-url.el (browse-url-maybe-new-window):
13299 Use called-interactively-p.
13300
13301 * mail/supercite.el (sc-cite-region):
13302 Don't use interactive-p. Add arg INTERACTIVE.
13303 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13304
13305 * international/mule-cmds.el (set-input-method, toggle-input-method):
13306 Don't use interactive-p. Add arg INTERACTIVE.
13307
13308 * eshell/esh-mode.el (eshell-show-maximum-output):
13309 Don't use interactive-p.
13310 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13311
13312 * mouse.el (mouse-show-mark): Get positions to delete from mark
13313 and point, not from mouse-drag-overlay.
13314
13315 * imenu.el (imenu-eager-completion-buffer): Add :version.
13316
13317 * filesets.el (filesets group): Add :version.
13318
13319 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13320
13321 * files.el (xml-based-modes): Delete var.
13322 (magic-mode-alist): New more general var.
13323 (set-auto-mode): Use it.
13324
13325 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13326 when clicking from another window.
13327
13328 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13329
13330 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13331 (vc-cvs-annotate-time): Incorporate value of deleted var.
13332 Remove special-case handling of beginning-of-buffer cruft.
13333 Cache ending position (point) and return value in text property
13334 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13335
13336 * vc-cvs.el (vc-cvs-annotate-command):
13337 Delete extraneous lines from beginning of buffer.
13338 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13339
13340 * progmodes/grep.el (grep-default-command): Take empty string
13341 for tag if all other methods yield nil. Shell-quote the tag.
13342
13343 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13344 spec in `interactive' form, and mention it in the docstring.
13345 Also, make sure point is at bol after calling `annotate-time'.
13346
13347 2004-11-02 Richard M. Stallman <rms@gnu.org>
13348
13349 * cus-edit.el (customize-group-other-window):
13350 Select the window that displays the custom buffer.
13351 (custom-buffer-create-other-window): Likewise.
13352
13353 * comint.el (comint-insert-input): Fix previous change.
13354
13355 * emacs-lisp/elp.el (elp-instrument-function):
13356 Use called-interactively-p.
13357
13358 * emacs-lisp/easymenu.el (easy-menu-intern):
13359 Don't downcase; rather, case-flip the first letter of each word.
13360
13361 * emacs-lisp/easy-mmode.el (define-minor-mode):
13362 Use called-interactively-p.
13363
13364 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13365 Add interactive-only.
13366 (byte-compile-warnings): Add interactive-only as option.
13367 (byte-compile-interactive-only-functions): New variable.
13368 (byte-compile-form): Warn about calls to functions
13369 in byte-compile-interactive-only-functions.
13370
13371 * emacs-lisp/autoload.el (update-file-autoloads):
13372 Don't use interactive-p; take new arg SAVE-AFTER.
13373
13374 * emacs-lisp/advice.el (ad-make-advised-definition):
13375 Use called-interactively-p.
13376
13377 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13378
13379 * files.el (find-file-existing): New function.
13380
13381 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13382 find-file-existing. Add "New File..." that calls find-file.
13383
13384 * diropen.pbm, diropen.xpm: New files.
13385
13386 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13387 icon diropen. New tool bar item find-file-existing uses icon open.
13388
13389 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13390 instead of read-file-name.
13391
13392 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
13393
13394 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13395 (icalendar--split-value): Change name of work buffer.
13396 (icalendar--get-weekday-abbrev): Return nil on error.
13397 (icalendar--date-to-isodate): New function.
13398 (icalendar-convert-diary-to-ical)
13399 (icalendar-extract-ical-from-buffer): Use only two args for
13400 make-obsolete (XEmacs compatibility).
13401 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13402 (icalendar-export-region): Doc fix.
13403 If error, return non-nil and write errors to a buffer.
13404 Use correct weekday for weekly recurring events.
13405 Check whether date has been parsed for ordinary events.
13406 Make weekly events start in the year 2000.
13407 DTEND is non-inclusive, shift end date by one day if
13408 necessary (not for entries that have date and time).
13409 Rename local let variables: oops -> found-error, datestring ->
13410 startdatestring.
13411
13412 2004-11-02 Kim F. Storm <storm@cua.dk>
13413
13414 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13415 keep-mode-if-same variable. Add it as optional arg instead.
13416 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13417
13418 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13419 substitute-command-keys will select lower-case bindings like those
13420 used in the static help texts.
13421
13422 * descr-text.el (describe-text-properties): Don't err if called in
13423 the *Help* buffer; output to *Help-2* buffer instead.
13424
13425 * kmacro.el (group kmacro): Add :version.
13426 (kmacro-keyboard-quit): New function to cleanup on C-g.
13427 (kmacro-start-macro): Set defining-kbd-macro to append when
13428 appending to last macro.
13429
13430 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13431
13432 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
13433
13434 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13435 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13436 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13437 Add :version keyword.
13438
13439 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
13440
13441 * progmodes/flymake.el (flymake-err-line-patterns):
13442 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13443 `compilation-error-regexp-alist-alist' to internal Flymake format.
13444
13445 * progmodes/flymake.el: Eliminate byte-compiler warnings.
13446
13447 2004-11-01 Jay Belanger <belanger@truman.edu>
13448
13449 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13450 with `interactive "s"'.
13451
13452 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13453
13454 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13455 Revert change from 2004-10-16. '*' checks the current buffer, but the
13456 mouse click may be in another buffer.
13457
13458 2004-11-01 John Paul Wallington <jpw@gnu.org>
13459
13460 * files.el (large-file-warning-threshold): Add :version keyword.
13461 (kill-some-buffers): Doc fix.
13462
13463 * thumbs.el (group thumbs): Add :version keyword.
13464
13465 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13466
13467 2004-11-01 Richard M. Stallman <rms@gnu.org>
13468
13469 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13470
13471 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13472
13473 * allout.el (allout group): Add :version.
13474 (allout-init): Don't use interactive-p.
13475 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13476 (allout-forward-current-level, allout-backward-current-level):
13477 Don't use interactive-p.
13478
13479 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13480 (bibtex-find-text): Likewise.
13481
13482 * progmodes/vhdl-mode.el (vhdl-fill-region)
13483 (vhdl-beginning-of-statement): Don't use interactive-p.
13484
13485 * progmodes/idlwave.el (idlwave-update-routine-info):
13486 Don't use interactive-p.
13487
13488 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13489 Don't use interactive-p.
13490
13491 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13492 Don't use interactive-p.
13493
13494 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13495 Don't use interactive-p.
13496
13497 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13498 (fortune-in-buffer): Doc fix.
13499
13500 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
13501
13502 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13503 don't select the temporary buffer.
13504 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13505 (eudc-get-phone): Likewise.
13506
13507 2004-11-01 Kim F. Storm <storm@cua.dk>
13508
13509 * man.el (Man-xref-normal-file): Fix help-echo.
13510
13511 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * reveal.el (reveal-last-tick): New var.
13514 (reveal-post-command): Use it to avoid closing overlays when we're
13515 appending text to them.
13516
13517 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13518
13519 * textmodes/bibtex.el: Require button.
13520 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13521 (bibtex-reference-keys): Distinguish between header keys and
13522 crossref keys.
13523 (bibtex-beginning-of-field): New function.
13524 (bibtex-url-map): Remove.
13525 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13526 (bibtex-font-lock-url-regexp): Assume that field names begin at
13527 the beginning of a line.
13528 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13529 Remove field delimiters. Use bibtex-beginning-of-field.
13530 Bugfix, point can be inside a field with a url.
13531 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13532 New functions.
13533 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13534 (bibtex-key-in-head): Simplify.
13535 (bibtex-current-line): Use bolp.
13536 (bibtex-parse-keys): Remove unused arg `add'.
13537 Use bibtex-type-in-head and bibtex-key-in-head.
13538 (bibtex-parse-entry, bibtex-autofill-entry):
13539 Use bibtex-type-in-head and bibtex-key-in-head.
13540 (bibtex-autokey-get-field): Do not alter case of replacement text.
13541 (bibtex-autokey-get-names): Do all processing of name list.
13542 (bibtex-autokey-get-year): New function.
13543 (bibtex-autokey-get-title): Do all processing of title words.
13544 (bibtex-generate-autokey): Simplify.
13545 (bibtex-string-files-init): Use default-directory.
13546 Allow for absolute file names in bibtex-string-files.
13547 (bibtex-files, bibtex-file-path): New variables.
13548 (bibtex-files-expand): New function.
13549 (bibtex-find-entry-globally): New command.
13550 (bibtex-summary-function): New variable.
13551 (bibtex-summary): Default value of bibtex-summary-function.
13552 (bibtex-find-crossref): New optional args pnt and split.
13553 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13554 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13555 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13556 Fix handling of required and alternative fields.
13557 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13558 Use cons and display-buffer.
13559 (bibtex-validate-globally): New command.
13560 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13561 bibtex-parse-keys and bibtex-parse-strings for updating
13562 bibtex-reference-keys and bibtex-strings.
13563 (bibtex-realign): Remove blank lines past the last entry.
13564 (bibtex-reformat): Use bibtex-entry-format as default.
13565 (bibtex-choose-completion-string): Remove.
13566 (bibtex-complete): Do not use bibtex-choose-completion-string.
13567 (bibtex-url): Simplify.
13568
13569 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13570
13571 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13572 (x-dnd-types-alist, x-dnd-open-file-other-window)
13573 (x-dnd-known-types): Add :version.
13574
13575 2004-10-31 John Paul Wallington <jpw@gnu.org>
13576
13577 * ibuffer.el (group ibuffer): Add :version keyword.
13578
13579 2004-10-31 Kim F. Storm <storm@cua.dk>
13580
13581 * ido.el (group ido): Add :version keyword.
13582 (ido-mode): Remove :version keyword.
13583
13584 * emulation/cua-base.el (group cua): Add :version keyword.
13585 (cua-mode): Remove :version keyword.
13586
13587 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13588
13589 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13590
13591 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13592 compiler warning.
13593 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
13594 function.
13595 (help-at-pt-display-when-idle): Remove autoload.
13596
13597 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13598
13599 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13600
13601 2004-10-30 Juri Linkov <juri@jurta.org>
13602
13603 * help.el (function-called-at-point):
13604 * help-fns.el (variable-at-point): Read -> intern.
13605
13606 2004-10-30 Simon Josefsson <jas@extundo.com>
13607
13608 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13609 Recognize AS_* too.
13610
13611 2004-10-29 Simon Josefsson <jas@extundo.com>
13612
13613 * subr.el (read-passwd): Move back from password.el.
13614
13615 * password.el: Remove, not ready yet.
13616
13617 2004-10-29 Andreas Schwab <schwab@suse.de>
13618
13619 * speedbar.el (speedbar-frame-parameters): Improve customize type.
13620
13621 2004-10-29 Sam Steingold <sds@gnu.org>
13622
13623 * mouse.el (mouse-show-mark): Replace the last occurrence of
13624 x-lost-selection-hooks with x-lost-selection-functions.
13625
13626 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13629 x-lost-selection-functions is bound.
13630
13631 * mouse-sel.el (mouse-sel-mode):
13632 * emacs-lisp/lselect.el: Adjust to new names for
13633 x-(lost|sent)-selection-functions.
13634
13635 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13636 New obsolete aliases of x-lost-selection-functions and
13637 x-sent-selection-functions.
13638
13639 2004-10-28 Kim F. Storm <storm@cua.dk>
13640
13641 * imenu.el (imenu-scanning-message): Remove.
13642 (imenu-progress-message): Make it a no-op.
13643
13644 2004-10-28 John Paul Wallington <jpw@gnu.org>
13645
13646 * files.el (set-auto-mode): Call `throw' correctly.
13647
13648 2004-10-28 Juri Linkov <juri@jurta.org>
13649
13650 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13651 to search `Info-...' commands in `info' manual.
13652 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13653 Add 'info-file "emacs" property.
13654 (Info-find-emacs-command-nodes): Fix index line number regexp.
13655 Set real line number (instead of fake 0) in first element of the
13656 returned list.
13657 (Info-goto-emacs-command-node): Use line number of first element
13658 to set point in the first found Info node.
13659
13660 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13661 code to `grep-mode-font-lock-keywords'.
13662 (grep-mode-font-lock-keywords): Delete grep markers instead
13663 of making them invisible.
13664
13665 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13666
13667 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13668 and x-server-version in bug report.
13669
13670 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13671
13672 * files.el (set-auto-mode-0): New function.
13673 (set-auto-mode): Use it to handle aliased modes and to
13674 be consistent between C-x C-f and C-x C-w.
13675
13676 2004-10-28 Kenichi Handa <handa@m17n.org>
13677
13678 * international/utf-8.el (utf-translate-cjk-charsets):
13679 Add katakana-jisx0201.
13680
13681 * international/subst-jis.el: Add data for JISX0201.
13682
13683 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13684
13685 * obsolete/hilit19.el (hilit-mode): New function.
13686 Move all the toplevel side-effecting stuff into it, so that loading
13687 hilit19 doesn't mess everything up any more.
13688
13689 2004-10-27 Richard M. Stallman <rms@gnu.org>
13690
13691 * add-log.el (add-change-log-entry): Set up mailing address
13692 and full name later, and don't alter add-log-mailing-address
13693 or add-log-full-name.
13694
13695 * elide-head.el (elide-head): Change error to message.
13696 (elide-head-show): Likewise.
13697
13698 * apropos.el (apropos-macrop): Doc fix.
13699
13700 * mouse.el (mouse-show-mark): Do most processing the same
13701 regardless of transient-mark-mode.
13702
13703 * shadowfile.el (shadow-copy-files): Use interactive-p
13704 only to control whether to print a message.
13705
13706 * tar-mode.el (tar-mode): Use write-contents-functions,
13707 not write-contents-hooks.
13708
13709 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13710 directory-sep-char.
13711
13712 2004-10-27 Richard M. Stallman <rms@gnu.org>
13713
13714 * strokes.el (strokes-unload-hook): Fix previous change.
13715
13716 * type-break.el (type-break-run-at-time): Always use run-at-time;
13717 forget the alternatives.
13718 (type-break-cancel-function-timers): Always use cancel-function-timers;
13719 forget the alternatives.
13720
13721 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13722
13723 2004-10-27 Kenichi Handa <handa@m17n.org>
13724
13725 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13726
13727 * international/subst-gb2312.el: Likewise.
13728
13729 * international/subst-big5.el: Likewise.
13730
13731 * international/subst-ksc.el: Likewise.
13732
13733 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13734 New variable.
13735 (utf-translate-cjk-set-unicode-range): New function.
13736 (utf-translate-cjk-unicode-range): Make it customizable.
13737 (utf-8-post-read-conversion):
13738 Use utf-translate-cjk-unicode-range-string.
13739 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13740 Unicode ranges.
13741
13742 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13743
13744 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13745 trivial variants to shorten the list.
13746 (xml-based-modes): New var.
13747 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13748 declaration higher priority than auto-mode-alist.
13749
13750 * find-file.el (cc-other-file-alist): Bring it in line with
13751 cc-mode's auto-mode-alist entries and use \' instead of $.
13752
13753 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13754 and add "Id" and "Name" submenus to it.
13755
13756 * imenu.el (imenu--generic-function): Skip matches in comments.
13757
13758 2004-10-26 Jay Belanger <belanger@truman.edu>
13759
13760 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13761 (full-calc-keypad, calc-trail-display): Use an extra argument
13762 instead of `interactive-p'.
13763
13764 * calc/calc-misc.el (calc-other-window): Use an extra argument
13765 instead of `interactive-p'.
13766
13767 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13768 `interactive-p'.
13769
13770 2004-10-26 Kim F. Storm <storm@cua.dk>
13771
13772 * help.el (describe-key): Describe both down-event and up-event
13773 for a mouse click.
13774
13775 2004-10-26 Richard M. Stallman <rms@gnu.org>
13776
13777 * woman.el (woman): Don't call interactive-p.
13778
13779 * pcomplete.el (pcomplete): Instead of interactive-p,
13780 use an arg set non-nil by the interactive spec.
13781
13782 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13783 use an arg set non-nil by the interactive spec.
13784
13785 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13786 use an arg set non-nil by the interactive spec.
13787
13788 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13789
13790 * progmodes/flymake.el (flymake-split-string):
13791 Use `flymake-split-string-remove-empty-edges' in any case.
13792
13793 2004-10-26 Masatake YAMATO <jet@gyve.org>
13794
13795 * progmodes/flymake.el (flymake-err-line-patterns):
13796 Use `compilation-error-regexp-alist-alist' instead of
13797 `compilation-error-regexp-alist'.
13798
13799 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13802 verbatim face on the \ of \end{verbatim}.
13803
13804 2004-10-25 Jay Belanger <belanger@truman.edu>
13805
13806 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13807 erasing minibuffer.
13808
13809 2004-10-25 Simon Josefsson <jas@extundo.com>
13810
13811 * subr.el (read-passwd): Move to net/password.el.
13812
13813 * net/password.el (read-passwd): Add. Autoload it.
13814
13815 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13816
13817 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13818
13819 * simple.el (process-file): Fix logic.
13820
13821 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13822
13823 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13824 (increase-right-margin): Remove erroneous call to `interactive-p'.
13825
13826 2004-10-24 Kim F. Storm <storm@cua.dk>
13827
13828 * help.el (describe-mode): Fix 2004-10-13 change.
13829 Copy pure "Auto Fill" string so it can be propertized later
13830 without causing a read-only error.
13831
13832 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13833
13834 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13835 style indexes.
13836
13837 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13838
13839 * simple.el (process-file): Accept nil for INFILE. Reported by
13840 Luc Teirlinck.
13841
13842 2004-10-24 Masatake YAMATO <jet@gyve.org>
13843
13844 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13845 Handle periods and underscores in a function name.
13846 Remove the address fontification.
13847
13848 2004-10-24 Masatake YAMATO <jet@gyve.org>
13849
13850 * progmodes/asm-mode.el (asm-font-lock-keywords):
13851 Use font-lock-variable-name-face for registers.
13852
13853 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13854
13855 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13856 kill-all-local-variables.
13857 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13858 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13859 Use kill-all-local-variables and provide mode-hooks.
13860 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13861 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13862 Suggested by Masatake YAMATO <jet@gyve.org>.
13863
13864 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13865
13866 * simple.el (process-file): New function, similar to call-process
13867 but supports file handlers.
13868 * vc.el (vc-do-command): Use it, instead of call-process.
13869 * net/tramp-vc.el (vc-do-command): Do not advise it if
13870 process-file is fboundp.
13871 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13872 process-file.
13873 (tramp-handle-process-file): New function.
13874 (tramp-file-name-for-operation): Support process-file.
13875
13876 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13877
13878 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13879 (icalendar-weekdayabbrev-table)
13880 (icalendar-monthnumber-table): Delete.
13881 (icalendar--get-month-number): Use calendar-month-name-array.
13882 (icalendar--get-weekday-number): New function.
13883 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13884 (icalendar-export-region): Handle multi-line entries.
13885 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13886
13887 2004-10-23 John Paul Wallington <jpw@gnu.org>
13888
13889 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13890 `wildcards' set to t in interactive spec.
13891
13892 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13893 interactive spec rather than use `interactive-p'.
13894 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13895 rather than use function `interactive-p'.
13896
13897 2004-10-22 Kenichi Handa <handa@m17n.org>
13898
13899 * international/mule.el (translate-region): Implement it in Lisp
13900 as a front end of translate-region-internal.
13901
13902 2004-10-21 Jay Belanger <belanger@truman.edu>
13903
13904 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13905 Declare these variables with defvar.
13906
13907 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13908 is bound, only check to see if it is bound.
13909
13910 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13913 Don't output messages.
13914
13915 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13916
13917 2004-10-21 John Paul Wallington <jpw@gnu.org>
13918
13919 * calc/calc-graph.el (calc-graph-init):
13920 Use `set-process-query-on-exit-flag'.
13921
13922 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13923
13924 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13925 dir right and also allow argumentless cd.
13926
13927 2004-10-19 Richard M. Stallman <rms@gnu.org>
13928
13929 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13930
13931 * eshell/em-unix.el (eshell-grep):
13932 Don't bind compilation-process-setup-function.
13933
13934 * comint.el (comint-insert-input): Use @ in `interactive'.
13935 (comint-input-filter-functions): Doc fix.
13936 (comint-kill-whole-line, comint-get-source): Doc fix.
13937
13938 * progmodes/compile.el (compilation-setup):
13939 Don't set buffer-read-only if MINOR is non-nil.
13940
13941 2004-10-19 Jay Belanger <belanger@truman.edu>
13942
13943 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13944 (calc-emacs-type-gnu19): Remove.
13945 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13946 Remove check for old emacs versions.
13947
13948 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13949 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13950 for current Emacs.
13951
13952 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13953 the end of the minibuffer.
13954 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13955 copy `esc-map'.
13956
13957 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13958
13959 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13960 call that would be given when the current emacs was used.
13961
13962 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13963
13964 * calendar/icalendar.el: Set coding to utf-8.
13965 (icalendar-version): Increase to 0.07.
13966 (icalendar-monthnumber-table): Change March pattern.
13967 (icalendar-get-all-event-properties)
13968 (icalendar-set-event-property): Delete.
13969 (icalendar-all-events): No longer interactive.
13970 (icalendar-convert-diary-to-ical)
13971 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13972 their replacements.
13973 (icalendar-export-file, icalendar-export-region): New functions;
13974 essentially old `icalendar-convert-diary-to-ical' but appending to
13975 target rather than overwriting.
13976 (icalendar-import-file): Append to target file rather than
13977 overwriting. Fourth arg deleted.
13978 (icalendar-import-buffer): New name for old
13979 `icalendar-extract-ical-from-buffer'.
13980 (icalendar--convert-string-for-import): New name for
13981 old `icalendar-convert-for-import'.
13982 (include-icalendar-files): Delete.
13983 Prefix for all internal functions changed from `icalendar-'
13984 to `icalendar--'.
13985
13986 2004-10-19 Richard M. Stallman <rms@gnu.org>
13987
13988 * paths.el (news-path): Fix previous change.
13989
13990 2004-10-18 Jay Belanger <belanger@truman.edu>
13991
13992 * calc/calc-help.el (calc-describe-bindings):
13993 Set `buffer-read-only' to nil while working in the keybindings buffer;
13994 remove some extra information from the keybindings buffer.
13995
13996 2004-10-18 David Ponce <david@dponce.com>
13997
13998 * mouse.el (mouse-drag-move-window-top): New function.
13999 (mouse-drag-mode-line-1): Use it.
14000
14001 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14002
14003 * info.el (Info-fontify-node): For multiline refs,
14004 arrange to unfontify newline and surrounding whitespace.
14005
14006 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14009 directory is missing.
14010
14011 2004-10-17 John Paul Wallington <jpw@gnu.org>
14012
14013 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14014 New customizable variable; whether to display buffers that match
14015 `ibuffer-maybe-show-predicates' by default.
14016 (ibuffer-maybe-show-predicates): Mention it in docstring.
14017 (ibuffer-display-maybe-show-predicates): New variable.
14018 (ibuffer-update): Prefix arg now toggles whether buffers that
14019 match `ibuffer-maybe-show-predicates' should be displayed.
14020 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14021 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14022 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14023
14024 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
14025
14026 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14027 work correctly.
14028
14029 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14030
14031 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14032 (Buffer-menu-beginning): New helper function.
14033 (Buffer-menu-execute): Use it.
14034 (Buffer-menu-select): Use it.
14035 (Buffer-menu-sort): Use it and also keep markers.
14036
14037 2004-10-17 Richard M. Stallman <rms@gnu.org>
14038
14039 * paths.el (news-directory): Rename from news-path. Old name alias.
14040 (rmail-spool-directory): Use defvar.
14041 (sendmail-program): Use defcustom.
14042 (remote-shell-program): Use defcustom.
14043 (term-file-prefix): Use defvar.
14044 (abbrev-file-name): Use defvar.
14045
14046 * term.el: Add maintainer.
14047
14048 * subr.el (with-local-quit): Return nil if there's a quit.
14049 (read-passwd): Use with-local-quit. Doc fix.
14050
14051 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14052 (strokes-unload-hook): Set as a variable with add-hook.
14053
14054 * startup.el (fancy-splash-tail, normal-splash-screen):
14055 Update copyright year.
14056
14057 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14058
14059 * server.el (server-unload-hook): Set as a variable with add-hook.
14060
14061 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14062
14063 * frame.el (special-display-popup-frame):
14064 Make the buffer current as its frame is created.
14065
14066 * delsel.el (delsel-unload-hook): Set as a variable.
14067
14068 * comint.el (comint-output-filter-functions):
14069 Add comint-watch-for-password-prompt.
14070 (comint-read-noecho): Function deleted.
14071 (send-invisible): Use read-passwd.
14072
14073 * fringe.el (fringe-mode-initialize): New function.
14074 (fringe-mode): Use fringe-mode-initialize as :initialize.
14075
14076 2004-10-17 Kim F. Storm <storm@cua.dk>
14077
14078 * language/indian.el (indian-script-language-alist): Swap value and doc.
14079 (indian-font-char-index-table): Doc fix.
14080
14081 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14084
14085 2004-10-16 Juri Linkov <juri@jurta.org>
14086
14087 * progmodes/compile.el (compilation-start): Move let-binding of
14088 `process-environment' into `with-current-buffer' body.
14089 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14090
14091 2004-10-16 Richard M. Stallman <rms@gnu.org>
14092
14093 * pcvs-util.el (cvs-bury-buffer):
14094 Don't call get-buffer-window for effect.
14095
14096 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14097
14098 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14099
14100 * msb.el (msb-unload-hook): Set the variable.
14101
14102 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14103 Use * to err if buffer is readonly.
14104
14105 * subr.el (looking-back): Return only t or nil.
14106
14107 * whitespace.el (whitespace-unload-hook): Set the variable.
14108
14109 * view.el (view-mode-enable): Set view-page-size and
14110 view-half-page-size to nil.
14111 (view-set-half-page-size-default): view-half-page-size = nil
14112 means the default.
14113 (View-scroll-page-forward): Use view-page-size-default.
14114 (View-scroll-page-backward): Likewise.
14115 (view-page-size, view-half-page-size): Doc fixes.
14116
14117 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14118
14119 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14120
14121 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14122 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14123 (byte-compile-log-1): Bind inhibit-read-only.
14124 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14125 (byte-compile-log-warning): Likewise.
14126 (byte-compile-file-form-require): Detect "cl" from the arg value.
14127
14128 * progmodes/compile.el (compilation-start): Assume compilation-mode
14129 will make the buffer read-only.
14130 (compilation-mode): Take arg name-of-mode.
14131 (compilation-setup): Make buffer read-only.
14132 (compilation-handle-exit): Bind inhibit-read-only.
14133
14134 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14135 (ispell-message): Likewise.
14136 (ispell-show-choices): Don't call get-buffer-window uselessly.
14137 (ispell-init-process): Use set-process-query-on-exit-flag.
14138
14139 2004-10-16 Kim F. Storm <storm@cua.dk>
14140
14141 * fringe.el (fringe-bitmaps): Only initialize when defined.
14142
14143 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14144 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14145
14146 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14147
14148 2004-10-15 Simon Josefsson <jas@extundo.com>
14149
14150 * net/password.el: Add.
14151
14152 2004-10-14 Masatake YAMATO <jet@gyve.org>
14153
14154 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14155 (gdb-script-end-of-defun): New function.
14156 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14157 `gdb-script-end-of-defun' as *-of-defun-function.
14158
14159 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14160
14161 * button.el (button-activate): Allow a marker to display as an action.
14162
14163 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14164
14165 * help.el (describe-mode): Use it to make minor mode list into
14166 hyperlinks.
14167
14168 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14169
14170 * vc.el (vc-annotate-display-select): Fix typo.
14171
14172 * subr.el (substitute-key-definition-key): New function.
14173 (substitute-key-definition): Use it with map-keymap.
14174 (event-modifiers): Use push.
14175 (mouse-movement-p, with-temp-buffer): Simplify.
14176
14177 2004-10-12 Jay Belanger <belanger@truman.edu>
14178
14179 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14180 New variables.
14181 (calc-help-index-entries): New function.
14182 (calc-describe-function): Use `calc-help-function-list' instead of
14183 obarray for completion.
14184 (calc-describe-variable): Use `calc-help-variable-list' instead
14185 of obarray for completion.
14186
14187 2004-10-12 Richard M. Stallman <rms@gnu.org>
14188
14189 * info-look.el (info-lookup-file): Add info-file property.
14190 (info-lookup-symbol): Likewise.
14191
14192 * info.el (info-xref): Add underlining.
14193 (info): Add info-file property.
14194 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14195
14196 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
14197
14198 Sync with Tramp 2.0.45.
14199
14200 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14201 defined. This is not the case for XEmacs without package "edebug".
14202 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14203 remote files to the permissions of the original file. This is not
14204 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14205 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
14206 (tramp-perl-decode): Fix an error in Perl implementation.
14207 $pending must be cleared every loop. Reported by Benjamin Place
14208 <benjaminplace@sprintmail.com>
14209
14210 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14211 Don't activate advice during definition. This is done later on,
14212 depending on test result of `substitute-in-file-name'.
14213 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14214
14215 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14216
14217 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14218
14219 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14220
14221 2004-10-12 David Ponce <david@dponce.com>
14222
14223 * recentf.el (recentf-edit-list): Update the menu when the recentf
14224 list has been modified.
14225
14226 2004-10-12 Simon Josefsson <jas@extundo.com>
14227
14228 * net/tls.el (tls-certtool-program): New variable.
14229 (tls-certificate-information): New function, based on
14230 ssl-certificate-information.
14231
14232 2004-10-12 Kenichi Handa <handa@m17n.org>
14233
14234 * international/mule.el (coding-system-equal): Move from mule-util.el.
14235
14236 * international/mule-util.el (coding-system-equal): Move to mule.el.
14237
14238 2004-10-12 Kim F. Storm <storm@cua.dk>
14239
14240 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14241 reset kmacro-initial-counter-value if set.
14242 (kmacro-set-counter): Only set kmacro-counter if defining or executing
14243 macro. Set kmacro-initial-counter-value otherwise. Never set both.
14244 (kmacro-display): Show macro counter if non-zero.
14245
14246 * subr.el (substitute-key-definition): Mention command remapping
14247 in doc string.
14248
14249 2004-10-11 Jay Belanger <belanger@truman.edu>
14250
14251 * calc/calc-misc.el (calc-info-goto-node): New function.
14252 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14253 node in one step.
14254 (calc-describe-copying, calc-describe-distribution)
14255 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14256 Go to appropriate info node in one step.
14257
14258 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14259
14260 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14261
14262 * font-lock.el (font-lock-apply-highlight): Fix last change.
14263
14264 2004-10-11 Simon Josefsson <jas@extundo.com>
14265
14266 * mail/smtpmail.el (smtpmail-open-stream): Look for
14267 starttls-gnutls-program instead of starttls-program iff
14268 starttls-use-gnutls is non-nil.
14269 (smtpmail-open-stream): Don't overwrite user settings of
14270 starttls-extra-arguments and starttls-extra-args.
14271
14272 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * comint.el (comint-mouse-insert-input): Remove.
14275 (comint-insert-input): Make it work for mouse bindings.
14276 (comint-mode-map): Move defs into the declaration.
14277 (comint-output-filter): Typo.
14278
14279 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14280
14281 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14282
14283 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14284 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14285 ange-ftp-remote-shell.
14286
14287 2004-10-10 Andreas Schwab <schwab@suse.de>
14288
14289 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14290 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14291 Reported by <sri@asu.edu>.
14292
14293 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14294
14295 * vc.el (vc-annotate-mode): Remove variable.
14296 (vc-annotate-display-select): Only call vc-annotate-mode
14297 if we're not in that mode already.
14298
14299 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14300
14301 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14302 (imenu-choose-buffer-index): Check here for rescan instead.
14303
14304 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14305 where the face expression evals to nil.
14306
14307 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14308 (tex-font-lock-keywords-2): Use it.
14309 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14310
14311 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14312
14313 2004-10-09 Kim F. Storm <storm@cua.dk>
14314
14315 * subr.el (progress-reporter-update): Define before first usage.
14316 (make-progress-reporter): Doc fix.
14317
14318 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14319
14320 * textmodes/paragraphs.el (sentence-end-double-space)
14321 (sentence-end-without-period, sentence-end-without-space)
14322 (sentence-end): Doc fixes.
14323
14324 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14325
14326 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14327 Change paragraph-start regexp so we don't fill code starting with #'(.
14328
14329 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14330
14331 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14332 New defcustom.
14333 (extract-address-components): Use it.
14334
14335 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14336
14337 * subr.el (make-progress-reporter, progress-reporter-update)
14338 (progress-reporter-force-update, progress-reporter-do-update)
14339 (progress-reporter-done): New functions.
14340
14341 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14342
14343 * progmodes/etags.el (etags-tags-completion-table): Use progress
14344 reporter.
14345 (etags-tags-apropos): Likewise.
14346
14347 2004-10-08 Alan Mackenzie <acm@muc.de>
14348
14349 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14350 of current line.
14351
14352 2004-10-08 Masatake YAMATO <jet@gyve.org>
14353
14354 * server.el (server-process-filter): Wrap `process-send-region'
14355 by `condition-case' to guard the case when the pipe to PROC is closed.
14356
14357 2004-10-07 Mark A. Hershberger <mah@everybody.org>
14358
14359 * xml.el (xml-substitute-special): Limit handling of external entities.
14360
14361 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
14362
14363 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14364
14365 2004-10-06 John Paul Wallington <jpw@gnu.org>
14366
14367 * xml.el (xml-parse-dtd): Fix `error' call.
14368
14369 2004-10-05 Mark A. Hershberger <mah@everybody.org>
14370
14371 * xml.el (xml-substitute-special): Return a single string instead
14372 of a list of strings if an entity substitution is made.
14373
14374 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
14375
14376 * calendar/icalendar.el: New file.
14377
14378 2004-10-05 Juri Linkov <juri@jurta.org>
14379
14380 * isearch.el (isearch-done): Set mark after running hook.
14381 Reported by Drew Adams <drew.adams@oracle.com>.
14382
14383 * info.el (Info-history, Info-toc): Fix Info headers.
14384 (Info-toc): Narrow buffer before Info-fontify-node.
14385 (Info-build-toc): Don't check for special Info file names.
14386 Set main-file to nil if Info-find-file returns a symbol.
14387
14388 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
14389
14390 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14391 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14392 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14393
14394 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14395
14396 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14397 for old interactive spec from calendar-goto-iso-date.
14398 (calendar-goto-iso-date): Use it.
14399 (calendar-goto-iso-week): New function. Suggested by Emilio
14400 C. Lopes <eclig@gmx.net>.
14401
14402 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14403
14404 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14405 `set-right-margin' bindings that follow the minor mode conventions.
14406
14407 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14410 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14411 (latex-block-args-alist): Add minipage and picture.
14412 (latex-block-body-alist): Use reftex-label if enabled.
14413 (latex-insert-block): Don't insert a \n if not necessary.
14414 (tex-compile-commands): Make sure dvips doesn't send to printer.
14415 (tex-compile-default): Handle the case where no executable is found.
14416 (latex-noindent-environments): New var.
14417 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14418 If tex-indent-allhanging is non-nil, make sure we only align for macros
14419 at beginning of line.
14420
14421 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14422
14423 * newcomment.el (comment-beginning): Doc fix and don't choke on
14424 unset `comment-end-skip' when at beginning of comment.
14425
14426 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14427
14428 * term.el (term-adjust-current-row-cache): Don't allow the current
14429 row to become negative.
14430 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
14431 the end of the line. Fix scroll down. Add comments.
14432 (term-handle-ansi-escape): Don't exceed terminal width when moving
14433 right.
14434 (term-scroll-region): Move the cursor after setting the scroll region.
14435
14436 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
14437
14438 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14439 to `width' for consistency with docstring. Doc fix.
14440
14441 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
14442
14443 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14444 This is necessary for derived modes.
14445
14446 2004-09-30 Kim F. Storm <storm@cua.dk>
14447
14448 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14449 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14450
14451 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14452 kmacro-extract-lambda functions.
14453 (edit-kbd-macro): Handle kmacro lambda forms.
14454 Include counter and counter format in edit buffer.
14455 (edmacro-finish-edit): Get counter and format from edit buffer and
14456 update kmacro bindings when found.
14457
14458 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
14459
14460 * textmodes/paragraphs.el (forward-paragraph):
14461 Avoid args-out-of-range error when point winds up at the beginning of
14462 the buffer and hard newlines are enabled.
14463
14464 * newcomment.el (comment-multi-line): Doc fix.
14465
14466 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14469 (diff-fixup-modifs): Catch unified-diff file-headers.
14470
14471 2004-09-29 Kim F. Storm <storm@cua.dk>
14472
14473 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14474 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14475 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14476
14477 * fringe.el (fringe-bitmap-p): New macro.
14478 (fringe-bitmaps): Add standard fringe bitmaps on load.
14479
14480 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * dired.el (dired-view-command-alist): Use more efficient regexps.
14483 Remove dubious arguments.
14484 (dired-align-file): New function.
14485 (dired-insert-directory): Use it.
14486 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14487 (dired-buffers-for-dir): Remove unused var `pattern'.
14488
14489 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
14490
14491 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14492 from diary display excursion. Store diary buffer's point for
14493 `simple-diary-display'.
14494 (simple-diary-display): Set window point and start when
14495 displaying buffer, to preserve point.
14496
14497 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14498
14499 * textmodes/enriched.el (enriched-translations): Replace defconst
14500 with defvar.
14501
14502 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14503
14504 * printing.el: Doc fix.
14505 (pr-version): New version number (6.8.1).
14506 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14507 make-temp-name.
14508 (pr-delete-file): Check if file exists before deleting it.
14509 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14510
14511 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * term.el (term-display-table): New variable.
14514 (term-mode): Use it.
14515 (term-exec-1): Set the coding system to binary.
14516 (term-emulate-terminal): Decode the string before inserting it.
14517
14518 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14519
14520 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14521 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14522 (map): Bind S-prior, S-next and S-insert.
14523 (term-mode): Set `indent-tabs-mode' to nil.
14524 (term-paste): New function to be bound to S-insert.
14525 (term-send-del, term-send-backspace): Change the strings sent.
14526 (term-termcap-format): Synchronize with etc/e/eterm.ti.
14527 (term-handle-colors-array): Fix handling of underline and reverse.
14528 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
14529 (term-erase-in-line): Fix comparison.
14530 (term-emulate-terminal): Fix line wrap handling.
14531 (term-start-output-log): Rename from `term-set-output-log'.
14532 (term-stop-output-log): Rename from `term-stop-photo'.
14533 (term-switch-to-alternate-sub-buffer): Comment out, unused.
14534
14535 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14536
14537 * dired.el (dired-move-to-filename): Don't output a message if
14538 raise-error is non-nil. Fix return position and value.
14539
14540 * files.el (insert-directory): Obey --dired even with symlinks.
14541
14542 2004-09-25 Lars Hansen <larsh@math.ku.dk>
14543
14544 * ls-lisp.el (ls-lisp-format): Mark file names with property
14545 dired-filename.
14546
14547 2004-09-25 Kim F. Storm <storm@cua.dk>
14548
14549 * ido.el (ido-max-directory-size): New defcustom.
14550 (ido-decorations): Add "too big" element.
14551 (ido-directory-too-big): New dynamic var.
14552 (ido-may-cache-directory): Don't cache big directories.
14553 (ido-directory-too-big-p): New defun.
14554 (ido-set-current-directory): Update ido-directory-too-big.
14555 (ido-read-internal): Make empty ido-cur-item if too-big.
14556 (ido-buffer-internal): Use ido-read-internal directly instead of
14557 ido-read-buffer.
14558 (ido-file-internal): Init ido-directory-too-big.
14559 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14560 and redo completion with full list.
14561 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14562 it, and show completions.
14563 (ido-all-completions): Let bind ido-directory-too-big to nil.
14564 (ido-exhibit): Handle ido-directory-too-big.
14565 (ido-read-buffer): Handle fallback to read-buffer.
14566 Init ido-directory-too-big.
14567 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14568 Init ido-directory-too-big.
14569
14570 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14571
14572 * subr.el (delay-mode-hooks): Doc fix.
14573
14574 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14575
14576 * textmodes/enriched.el
14577 (enriched-default-text-properties-local-flag): New variable.
14578 (enriched-mode): Make sure that enabling and disabling the mode is
14579 a no-op. Doc fix.
14580
14581 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
14582
14583 * calendar/holidays.el (holiday-advent): Report on a specified day
14584 offset from advent, not just advent.
14585 (holiday-easter-etc): Report on one specified day offset from
14586 easter, not all easter holidays. Various Easter holidays moved to
14587 `christian-holidays' variable in calendar.el.
14588 * calendar/calendar.el (christian-holidays): Adapt for new
14589 behavior of `holiday-advent' and `holiday-easter-etc' functions.
14590
14591 2004-09-23 Kim F. Storm <storm@cua.dk>
14592
14593 * image.el (insert-sliced-image): Add doc string.
14594
14595 * ido.el (ido-choice-list): New dynamic var for `list' context.
14596 (ido-context-switch-command): New dynamic var.
14597 (ido-define-mode-map): Generalize switch between file/buffer contexts.
14598 (ido-read-internal): Handle new `list' context.
14599 Handle insert-buffer and insert-file ido-exit values.
14600 (ido-buffer-internal): New arg switch-cmd. Use it to setup
14601 ido-context-switch-command. Handle insert-file ido-exit value.
14602 (ido-read-buffer): Set ido-context-switch-command to 'ignore
14603 unless it is already bound by caller.
14604 (ido-file-internal): New arg switch-cmd. Use it to setup
14605 ido-context-switch-command. Handle insert-buffer ido-exit value.
14606 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14607 used for context switching.
14608 (ido-all-completions): Handle new `list' context.
14609 (ido-make-choice-list): Return choices for `list' context.
14610 (ido-find-file-in-dir, ido-display-file, ido-write-file)
14611 (ido-display-buffer, ido-kill-buffer): Disable context switching.
14612 (ido-insert-buffer, ido-insert-file): Setup context switching.
14613 (ido-exhibit): Handle `list' context.
14614 (ido-read-file-name): Disable context switching. Handle fallback.
14615 (ido-read-directory-name): Disable context switching.
14616 (ido-completing-read): New defun like completing-read. Setup and
14617 use new `list' context.
14618
14619 2004-09-20 Jesper Harder <harder@ifa.au.dk>
14620
14621 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14622
14623 2004-09-21 Jay Belanger <belanger@truman.edu>
14624
14625 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14626 `calc-graph-set-styles' so the gnuplot buffer will appear in a
14627 separate window.
14628
14629 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
14630
14631 * subr.el (after-change-major-mode-hook): Doc fix.
14632
14633 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14634
14635 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
14636 of ghostscript for monochrome PostScript file in Windows.
14637
14638 2004-09-21 Kenichi Handa <handa@m17n.org>
14639
14640 * descr-text.el (describe-char): Checking of quail activation fixed.
14641
14642 2004-09-21 Jay Belanger <belanger@truman.edu>
14643
14644 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14645
14646 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14647
14648 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14649 after the mode hooks instead of before. Doc fix.
14650
14651 2004-09-20 Jason Rumney <jasonr@gnu.org>
14652
14653 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14654 _emacs, but revert to .emacs if neither exists in home directory.
14655
14656 2004-09-20 John Paul Wallington <jpw@gnu.org>
14657
14658 * bindings.el (completion-ignored-extensions): Add .dfsl.
14659
14660 2004-09-20 Richard M. Stallman <rms@gnu.org>
14661
14662 * bindings.el (scroll-left): Make it disabled.
14663
14664 * files.el (enable-local-eval): Doc fix.
14665
14666 * indent.el (move-to-left-margin): Special case for minibuffer.
14667
14668 * term.el (term-emulate-terminal): Turn off undo for output.
14669 Use with-current-buffer and save-selected-window.
14670
14671 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14672
14673 * progmodes/make-mode.el (makefile-fill-paragraph):
14674 Don't insist on spaces when looking for comments. # is enough.
14675
14676 * files.el (hack-local-variables): Copy the variables list
14677 to another buffer, strip prefixes and suffixes there, then read.
14678 (enable-local-eval): Doc fix.
14679 (ignored-local-variables): Initialize to nil.
14680 (risky-local-variable-p): Don't check ignored-local-variables here.
14681 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14682
14683 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14684
14685 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14686 of = to "." (punctuation).
14687
14688 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14689
14690 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14691
14692 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14693
14694 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14695 (enriched-before-change-major-mode): New function.
14696 Add it to `change-major-mode-hook'.
14697 (enriched-after-change-major-mode): New function.
14698 Add it to `after-change-major-mode-hook'.
14699 (enriched-mode): Make it work correctly if called from
14700 `after-change-major-mode-hook'.
14701 No longer set `indent-line-function'.
14702
14703 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14704
14705 * subr.el (after-change-major-mode-hook): New variable.
14706 (run-mode-hooks): Implement it.
14707
14708 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14709
14710 * battery.el (battery-linux-proc-apm): Use string-to-number.
14711 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14712 Use dolist (and less indentation). Use erase-buffer.
14713 Pre-initialize `design-capacity', `warn', and `low'.
14714 (battery-format): Use replace-regexp-in-string.
14715
14716 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14717
14718 * battery.el: Delete superfluous empty lines.
14719 (battery-linux-proc-acpi): Attempt to gather information from all
14720 battery subdirectories regardless of their file name.
14721 (battery-linux-proc-apm): Replace all occurrences of
14722 battery-hex-to-int-2 with string-to-int (base 16).
14723 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14724 (battery-hex-map): Delete variable.
14725
14726 2004-09-18 John Paul Wallington <jpw@gnu.org>
14727
14728 * calc/calc-units.el (calc-quick-units): Fix overzealous
14729 s/or/unless/.
14730
14731 2004-09-17 Jay Belanger <belanger@truman.edu>
14732
14733 * calc/calc.el (calc-mode-var-list): Fix the value of
14734 `calc-matrix-brackets'.
14735
14736 2004-09-17 Romain Francoise <romain@orebokech.com>
14737
14738 * ibuf-ext.el (define-ibuffer-filter filename):
14739 Expand dired-directory since buffer-file-name is absolute.
14740
14741 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14742
14743 * ediff-init.el (ediff-current-diff-face-A)
14744 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14745 (ediff-current-diff-face-Ancestor)
14746 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14747 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14748 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14749 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14750 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14751 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14752 Use min-colors.
14753
14754 * term.el (term-down): Perform vertical motion if DOWN is negative.
14755 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14756 (term-termcap-format): Synchronize with the eterm terminfo entry
14757 in etc/e/eterm.ti.
14758 (term-handle-colors-array): If the current foreground or
14759 background are zero (i.e. unspecified), use the foreground and
14760 background of the default face for reverse video.
14761 (term-ansi-at-eval-string, term-ansi-default-fg)
14762 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14763 (term-mem): Delete unused function.
14764 (term-protocol-version): Increment.
14765 (term-current-face): Set to default.
14766
14767 2004-09-15 Jay Belanger <belanger@truman.edu>
14768
14769 * calc/calc.el (calc-mode-var-list): Define this variable.
14770 (calc-always-load-extensions, calc-line-numbering)
14771 (calc-line-breaking, calc-display-just, calc-display-origin)
14772 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14773 (calc-group-char, calc-point-char, calc-frac-format)
14774 (calc-prefer-frac, calc-hms-format, calc-date-format)
14775 (calc-float-format, calc-full-float-format, calc-complex-format)
14776 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14777 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14778 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14779 (calc-matrix-brackets, calc-language, calc-language-option)
14780 (calc-left-label, calc-right-label, calc-word-size)
14781 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14782 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14783 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14784 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14785 (calc-window-height, calc-display-trail, calc-show-selections)
14786 (calc-use-selections, calc-assoc-selections)
14787 (calc-display-working-message, calc-auto-why, calc-timing)
14788 (calc-mode-save-mode, calc-standard-date-formats)
14789 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14790 (calc-user-parse-tables, calc-gnuplot-default-device)
14791 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14792 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14793 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14794 (calc-invocation-macro, calc-show-banner): Give these values as
14795 part of `calc-mode-var-list's initialization after the variables
14796 are declared with defvar.
14797 (calc-bug-address): Change email address to send bug reports to.
14798 Change the maintainer address at the top.
14799 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14800 than "\\.emacs" to determine if it is the user-init-file.
14801
14802 * calc/calc-embed.el (calc-embedded-set-modes): Use
14803 `calc-mode-var-list' correctly.
14804
14805 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14806
14807 * vc.el (annotate-time): Document point handling.
14808 (vc-annotate-display-autoscale): Doc fix.
14809
14810 2004-09-15 Miles Bader <miles@gnu.org>
14811
14812 * generic.el (generic-make-keywords-list): Use symbol rather than
14813 word anchors in regexp.
14814
14815 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14816
14817 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14818 no file name consider `dired-directory'.
14819
14820 2004-09-14 Kim F. Storm <storm@cua.dk>
14821
14822 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14823
14824 2004-09-14 Simon Josefsson <jas@extundo.com>
14825
14826 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14827
14828 * textmodes/dns-mode.el: Add.
14829
14830 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14831
14832 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14833 (disabled-command-function): Make the ?\ char more obvious.
14834
14835 * vc-arch.el (vc-arch-root, vc-arch-registered):
14836 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14837
14838 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14839
14840 * windmove.el (windmove-frame-edges): Report coordinates of
14841 outside edges of frame, not inside edges.
14842 (windmove-coordinates-of-position): Convert into wrapper to new
14843 function `windmove-coordinates-of-window-position';
14844 `compute-motion' always applies to selected window.
14845 (windmove-coordinates-of-position): Update documentation to refer
14846 to Emacs 21 Lisp Reference Manual.
14847 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14848
14849 2004-09-13 Kim F. Storm <storm@cua.dk>
14850
14851 * isearch.el (isearch-resume-in-command-history): Rename from
14852 isearch-resume-enabled and change default to nil.
14853
14854 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14857 (vc-registered): Use it.
14858 (vc-find-root): New fun.
14859
14860 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14861 Don't tell to use \\{...} when it's already done.
14862
14863 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14864 Provide a sample complex default.
14865 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14866 (bibtex-entry): Use mapc.
14867
14868 2004-09-12 Kim F. Storm <storm@cua.dk>
14869
14870 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14871
14872 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14873 inhibit-field-text-motion to t so rectangles work in comint buffers.
14874
14875 * simple.el (choose-completion-string): Set buffer before running
14876 choose-completion-string-functions hook so it can be buffer-local.
14877
14878 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14879
14880 * progmodes/compile.el (compilation-start): Parse command to see
14881 if it starts with a cd, and if so perform it for the *compilation*
14882 buffer. Change the header to reflect this.
14883
14884 2004-09-11 Kim F. Storm <storm@cua.dk>
14885
14886 * ido.el (ido-enable-dot-prefix): Doc fix.
14887 (ido-enable-dot-prefix): New defcustom.
14888 (ido-set-matches1): Use it.
14889
14890 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * textmodes/bibtex.el (bibtex-mark-active)
14893 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14894
14895 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14896
14897 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14898 used in a case insensitive environment.
14899 (bibtex-mode-map): Rearrange order of menus.
14900 (bibtex-quoted-string-re): Obsolete.
14901 (bibtex-complete-key-cleanup): Variable replaced by new function.
14902 (bibtex-font-lock-keywords): Use backquotes.
14903 (bibtex-font-lock-url-regexp): New internal variable.
14904 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14905 "OPT" and "ALT".
14906 (bibtex-insert-current-kill, bibtex-make-field)
14907 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14908 (bibtex-parse-field-text): Simplify.
14909 (bibtex-string=): New helper function.
14910 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14911 (bibtex-map-entries): Use bibtex-string=.
14912 (bibtex-search-entry): Use not.
14913 (bibtex-enclosing-field): Fix docstring.
14914 (bibtex-assoc-regexp): Obsolete.
14915 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14916 (bibtex-autokey-get-names): Handle empty name field.
14917 (bibtex-parse-strings): Use assoc-string and unless.
14918 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14919 Use assoc-string.
14920 (bibtex-pop): Simplify.
14921 (bibtex-mode): Set font-lock-extra-managed-props.
14922 (bibtex-entry-update): Use assoc-string.
14923 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14924 (bibtex-autofill-entry): Use bibtex-string=.
14925 (bibtex-print-help-message): Simplify.
14926 (bibtex-find-entry): New optional arg START.
14927 (bibtex-validate): Use bibtex-string= and assoc-string.
14928 Do not call obsolete function compilation-parse-errors.
14929 (bibtex-remove-delimiters): Only remove delimiters if present.
14930 (bibtex-copy-entry-as-kill): Add docstring.
14931 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14932 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14933 (bibtex-complete): Use bibtex-predefined-month-strings,
14934 bibtex-string=, and new function bibtex-complete-key-cleanup.
14935 (bibtex-generate-url-list): New variable.
14936 (bibtex-url): New command bound to C-c C-l and mouse-2.
14937 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14938 (bibtex-font-lock-url): New function.
14939
14940 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14941
14942 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14943
14944 2004-09-09 Kim F. Storm <storm@cua.dk>
14945
14946 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14947 counter and format with binding.
14948 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14949 the declared macro uses own macro counter and format. Give symbol
14950 kmacro property.
14951 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14952 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14953 (kmacro-end-and-call-macro): Doc fix.
14954
14955 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14956
14957 * desktop.el (desktop-clear-preserve-buffers):
14958 Remove make-obsolete-variable.
14959
14960 2004-09-08 Richard M. Stallman <rms@gnu.org>
14961
14962 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14963 with the buffer as argument.
14964
14965 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14968
14969 2004-09-08 Juri Linkov <juri@jurta.org>
14970
14971 * replace.el (perform-replace): Use `query-replace-descr'.
14972
14973 * cus-start.el (history-delete-duplicates): Specify customization.
14974
14975 * diff-mode.el (diff-mode-map):
14976 * progmodes/compile.el (compilation-mode-map):
14977 * progmodes/grep.el (grep-mode-map):
14978 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14979 to `next-error-follow-minor-mode'.
14980
14981 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14982
14983 * isearch.el (isearch-lazy-highlight-update): Take into account
14984 the case of zero-length match at the search bound.
14985
14986 2004-09-08 Kim F. Storm <storm@cua.dk>
14987
14988 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14989 change. Use zero width overlays when necessary.
14990
14991 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14992
14993 * subr.el (split-string): Docfix.
14994
14995 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14996
14997 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14998 (display-call-tree): Ensure newline after caller/calls blocks.
14999
15000 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15001
15002 * startup.el (command-line-1): Make option
15003 --directory/-L modify `load-path' straight away.
15004
15005 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15006
15007 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15008
15009 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15010
15011 * emacs-lisp/autoload.el (make-autoload):
15012 Handle `define-compilation-mode'.
15013
15014 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15015 Specify `doc-string-elt' property.
15016
15017 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15018
15019 * bs.el (bs-mode): Doc fix.
15020
15021 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15022
15023 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15024
15025 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15026
15027 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15028
15029 2004-09-08 Kenichi Handa <handa@m17n.org>
15030
15031 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15032 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15033 ps-mule-next-point -> 1+).
15034
15035 * composite.el (encode-composition-rule): Add autoload cookie.
15036
15037 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15038
15039 * format.el (buffer-auto-save-file-format): Make it permanent local.
15040
15041 2004-09-07 Kim F. Storm <storm@cua.dk>
15042
15043 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15044 (authors-fixed-entries): Fix typo.
15045 (authors-canonical-author-name): Compact multiple spaces.
15046 Ignore trivial names (e.g. only first name).
15047
15048 * term.el (term-window-width): Only use full window width on
15049 window system if overflow-newline-into-fringe is enabled.
15050 (term-mode): Don't disable overflow-newline-into-fringe.
15051
15052 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15055 motion as seen on my Mac OS X xterms.
15056
15057 * newcomment.el (uncomment-region-default, comment-region-default):
15058 New functions extracted from uncomment-region and comment-region.
15059 (comment-region, comment-region-function, uncomment-region)
15060 (uncomment-region-function): Use them.
15061
15062 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15063
15064 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15065 It's not crucial but can make sense at times.
15066
15067 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15068 the first commit.
15069
15070 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15071 Disable obsolete code.
15072
15073 2004-09-07 Juri Linkov <juri@jurta.org>
15074
15075 * progmodes/grep.el (grep-highlight-matches): Change default from
15076 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
15077 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15078 if grep option `--color' is available, or to `nil' otherwise.
15079 (grep-process-setup): Call `grep-compute-defaults' if
15080 `grep-highlight-matches' is not computed. Set env-vars only
15081 if `grep-highlight-matches' is `t'.
15082 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15083 is already defined).
15084
15085 * progmodes/compile.el (compilation-start): Use copy of
15086 `process-environment' created by `copy-sequence' to not
15087 modify env-vars in the global `process-environment'.
15088
15089 2004-09-06 Eli Zaretskii <eliz@gnu.org>
15090
15091 * simple.el (next-error-follow-minor-mode): Fix last change.
15092
15093 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15094
15095 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15096 permanent local.
15097
15098 2004-09-04 Richard M. Stallman <rms@gnu.org>
15099
15100 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15101 highlighting if the search string is empty.
15102
15103 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15104
15105 * facemenu.el (facemenu-active-faces): Change condition of inner
15106 `while' loop to also check the first two elements of `face-atts'
15107 and `mask-atts'.
15108
15109 2004-09-04 John Paul Wallington <jpw@gnu.org>
15110
15111 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15112 (thumbs-view-image-mode): Make buffer read-only.
15113
15114 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
15115
15116 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15117 (ispell-check-version): Set it.
15118 (ispell-send-replacement): New function.
15119 (ispell-process-line): Call ispell-send-replacement.
15120
15121 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15122
15123 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15124 Support choosing seconds with "s".
15125
15126 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15127
15128 * terminal.el (te-escape): Show `?' in prompt for help key.
15129
15130 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
15131
15132 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15133
15134 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15135
15136 * simple.el (next-error-follow-minor-mode)
15137 (next-error-follow-mode-post-command-hook): New functions.
15138 (next-error-follow-last-line): New defvar.
15139
15140 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15141 * progmodes/compile.el (compilation-mode-map): Likewise.
15142 * progmodes/grep.el (grep-mode-map): Likewise.
15143 * replace.el (occur-mode-map): Likewise.
15144
15145 * newcomment.el (uncomment-region): Bind comment-use-global-state
15146 to nil.
15147
15148 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15149
15150 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15151 locally around the call to `revert-buffer'.
15152
15153 2004-09-03 Juri Linkov <juri@jurta.org>
15154
15155 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15156 `isearch-adjusted' to `t'.
15157 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15158 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15159 (isearch-other-meta-char): Restore isearch-point unconditionally.
15160 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15161 Set point to start of match if region is not active in transient
15162 mark mode (to include the current match to region boundaries).
15163 Push the search string to `query-replace-from-history-variable'.
15164 Add prompt "Query replace regexp" for isearch-regexp.
15165 Add region beginning/end as last arguments of `perform-replace.'
15166 (isearch-query-replace-regexp): Replace code by the call to
15167 `isearch-query-replace' with arg `t'.
15168
15169 2004-09-03 Richard M. Stallman <rms@gnu.org>
15170
15171 * startup.el (normal-top-level): Undo previous TERM change.
15172
15173 2004-09-03 Kim F. Storm <storm@cua.dk>
15174
15175 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15176 highlight overlays; allow using RET when cursor is over a button.
15177 (cua--highlight-rectangle): Use it.
15178 (cua--rectangle-set-corners): Don't move backwards at eol.
15179 (cua--forward-line): Don't move into void after eob.
15180
15181 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15182 point is set (and displayed) inside rectangle.
15183 (cua--rectangle-operation): Fix for highlight of empty lines.
15184 (cua--highlight-rectangle): Fix highlight for tabs.
15185 Position cursor at left/right edge of rectangle using new `cursor'
15186 property on overlay strings.
15187 (cua--indent-rectangle): Don't tabify.
15188 (cua-rotate-rectangle): Ignore that point has moved.
15189
15190 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15191
15192 * term/mac-win.el: Add ASCII equivalents for some function keys.
15193 (mode-line-frame-identification): Sync with x-win.el.
15194
15195 2004-09-02 Juri Linkov <juri@jurta.org>
15196
15197 * progmodes/compile.el (compilation-buffer-name): Compare major
15198 mode with second element of compilation-arguments instead of third
15199 to reflect latest changes in compilation-arguments structure.
15200 (recompile): Use global variable `compilation-directory' to get
15201 recent compilation directory only when `recompile' is invoked NOT
15202 in the compilation buffer. Otherwise, use `default-directory' of
15203 the compilation buffer.
15204 (compilation-error-properties): Allow to funcall col and end-col.
15205 (compilation-mode-font-lock-keywords): Check col and end-col by
15206 `integerp'.
15207 (compilation-goto-locus): If end-mk is non-nil in transient mark
15208 mode don't activate the mark (and don't display message in
15209 push-mark), but highlight overlay between mk and end-mk.
15210
15211 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15212 (grep-regexp-alist): Add rule to highlight grep matches.
15213 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15214
15215 * info.el (Info-fontify-node): Don't compute other-tag
15216 if Info-hide-note-references=hide.
15217
15218 * help.el (function-called-at-point):
15219 * help-fns.el (variable-at-point):
15220 Try `find-tag-default' when other methods failed.
15221
15222 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15223 Do not push mark if inhibit-mark-movement is non-nil.
15224
15225 * textmodes/ispell.el (ispell-html-skip-alists):
15226 Fix backslashes in docstring.
15227
15228 2004-09-01 Juri Linkov <juri@jurta.org>
15229
15230 * isearch.el (isearch-wrap-function)
15231 (isearch-push-state-function): New defvars.
15232 (isearch-pop-fun-state): New defsubst.
15233 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15234 (isearch-push-state): Set the result of calling
15235 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15236 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15237 restore the mode-specific starting point of terminated search.
15238 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15239 (isearch-repeat): Call `isearch-wrap-function' if defined.
15240 (isearch-message-prefix): Don't add prefix "over" to the message
15241 for wrapped search if `isearch-wrap-function' is defined.
15242 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15243 restore the mode-specific starting point of failed search.
15244
15245 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15246 (Info-search): Add new optional arguments for the sake of isearch.
15247 Replace whitespace in Info-search-whitespace-regexp literally.
15248 Add backward search. Don't call `Info-select-node' if regexp is
15249 found in the same Info node. Don't add node to Info-history for
15250 wrapped isearch.
15251 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15252 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15253 (Info-mode): Set local variables `isearch-search-fun-function',
15254 `isearch-wrap-function', `isearch-push-state-function',
15255 `search-whitespace-regexp'.
15256
15257 * isearch.el: Remove ancient Change Log section.
15258 (isearch-string, isearch-message-string, isearch-point)
15259 (isearch-success, isearch-forward-flag, isearch-other-end)
15260 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15261 (isearch-barrier, isearch-within-brackets)
15262 (isearch-case-fold-search): Add suffix `-state' to state-related
15263 defsubsts to avoid name clashes with other function names.
15264
15265 * simple.el (next-error): New defgroup and defface.
15266 (next-error-highlight, next-error-highlight-no-select):
15267 New defcustoms.
15268 (next-error-no-select): Let-bind next-error-highlight to the value
15269 of next-error-highlight-no-select before calling `next-error'.
15270
15271 * progmodes/compile.el (compilation-goto-locus):
15272 Use `next-error' face instead of `region'. Set 4-th argument of
15273 `move-overlay' to `current-buffer' to move overlay to different
15274 source buffers. Use new variable `next-error-highlight'.
15275
15276 * simple.el (next-error-find-buffer): Move the rule
15277 "if current buffer is a next-error capable buffer" after the
15278 rule "if next-error-last-buffer is set to a live buffer".
15279 Simplify to test all rules in one `or'.
15280 (next-error): Doc fix.
15281 (next-error, previous-error, first-error)
15282 (next-error-no-select, previous-error-no-select):
15283 Make arguments optional.
15284
15285 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15286
15287 * macros.el (apply-macro-to-region-lines): Make it operate on all
15288 lines that begin in the region, rather than on all complete lines
15289 in the region.
15290
15291 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15292
15293 * x-dnd.el (x-dnd-protocol-alist): Document update.
15294 (x-dnd-known-types): Defcustom it.
15295 (x-dnd-handle-motif): Print message-atom in error message.
15296
15297 2004-08-30 John Paul Wallington <jpw@gnu.org>
15298
15299 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15300 strings rather than programatically constructing message.
15301
15302 2004-08-30 Richard M. Stallman <rms@gnu.org>
15303
15304 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15305 Don't return a string that would read as the wrong character code.
15306
15307 2004-08-29 Kim F. Storm <storm@cua.dk>
15308
15309 * emulation/cua-base.el (cua-auto-expand-rectangles):
15310 Remove automatic rectangle padding feature; replace by non-destructive
15311 virtual rectangle edges feature.
15312 (cua-virtual-rectangle-edges): New defcustom.
15313 (cua-auto-tabify-rectangles): New defcustom.
15314 (cua-paste): If paste into a marked rectangle, insert rectangle at
15315 current column, even if virtual; also paste exactly as many lines
15316 as has been marked (ignore additional lines or add empty lines),
15317 but paste whole source if only one line is marked.
15318 (cua--update-indications): No longer use overwrite-cursor to
15319 indicate rectangle padding
15320
15321 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15322 (cua--rectangle-virtual-edges): New defun.
15323 (cua--rectangle-get-corners): Remove optional PAD arg.
15324 (cua--rectangle-set-corners): Never do padding.
15325 (cua--forward-line): Remove optional PAD arg. Simplify.
15326 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15327 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15328 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15329 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15330 (cua--rectangle-move): Never do padding. Simplify.
15331 (cua--tabify-start): New defun.
15332 (cua--rectangle-operation): Add tabify arg. All callers changed.
15333 (cua--pad-rectangle): Remove.
15334 (cua--delete-rectangle): Handle delete with virtual edges.
15335 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15336 (cua--insert-rectangle): Handle insert at virtual column.
15337 Perform auto-tabify if necessary.
15338 (cua--activate-rectangle): Remove optional FORCE arg.
15339 Never do padding. Simplify.
15340 (cua--highlight-rectangle): Enhance for virtual edges.
15341 (cua-toggle-rectangle-padding): Remove command.
15342 (cua-toggle-rectangle-virtual-edges): New command.
15343 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15344 (cua--rectangle-post-command): Don't force rectangle padding.
15345 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15346
15347 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15348
15349 * indent.el (edit-tab-stops-buffer): Doc fix.
15350
15351 2004-08-28 Richard M. Stallman <rms@gnu.org>
15352
15353 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15354 (grep-tag-default): Function deleted.
15355
15356 * subr.el (find-tag-default): Move from etags.el.
15357
15358 * progmodes/etags.el (find-tag-default): Move to subr.el.
15359
15360 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15361 into the basic character if it has an uppercase form.
15362
15363 2004-08-27 Kenichi Handa <handa@m17n.org>
15364
15365 * international/utf-8.el (utf-8-post-read-conversion): If the
15366 buffer is unibyte, temporarily make it multibyte.
15367
15368 2004-08-27 Masatake YAMATO <jet@gyve.org>
15369
15370 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15371
15372 2004-08-25 John Paul Wallington <jpw@gnu.org>
15373
15374 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15375 0, 1, and many mismatches in message.
15376 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15377
15378 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15379 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15380
15381 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15384 vc-diff-switches differently.
15385
15386 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15387
15388 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15389 before and a real defvar after
15390 `speedbar-supported-extension-expressions'. This is to silence
15391 the compiler without breaking bootstrapping.
15392
15393 2004-08-22 Richard M. Stallman <rms@gnu.org>
15394
15395 * textmodes/flyspell.el (flyspell-word):
15396 Use set-process-query-on-exit-flag.
15397 (flyspell-highlight-duplicate-region): Take POSS as arg.
15398 (flyspell-word): Pass POSS as arg.
15399
15400 * progmodes/ada-xref.el: Many doc and style fixes.
15401 (ada-find-any-references): Use compilation-start.
15402 (ada-get-ali-file-name): Improve error msg.
15403 (ada-get-ada-file-name): Likewise.
15404
15405 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15406 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15407
15408 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15409 Add forward defvar.
15410
15411 * whitespace.el (global-whitespace-mode): New alias
15412 for whitespace-global-mode.
15413
15414 * speedbar.el (speedbar-file-regexp): Move definition up.
15415 (speedbar-mode, speedbar-set-mode-line-format):
15416 Use with-no-warnings.
15417 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15418
15419 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15420 controls whether to display the error buffer.
15421
15422 * ps-mule.el: Delete compatibility code for old Emacsen.
15423 (ps-mule-find-wrappoint): Don't use chars-in-region.
15424
15425 * frame.el (display-mouse-p, display-selections-p):
15426 Use with-no-warnings.
15427
15428 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15429
15430 2004-08-22 David Kastrup <dak@gnu.org>
15431
15432 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15433 information.
15434
15435 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15436
15437 2004-08-22 Andreas Schwab <schwab@suse.de>
15438
15439 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15440
15441 2004-08-22 Masatake YAMATO <jet@gyve.org>
15442
15443 * cvs-status.el (cvs-status-checkout): New function.
15444 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15445
15446 2004-08-21 David Kastrup <dak@gnu.org>
15447
15448 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15449 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15450 has been converted to use hashtables, the relation `nil=none' is
15451 no longer valid, as `nil' is not a hashtable. This patch tries to
15452 reduce the number of resulting errors.
15453
15454 2004-08-21 John Paul Wallington <jpw@gnu.org>
15455
15456 * subr.el (process-kill-without-query): Made obsolete in
15457 version 21.4, not 21.5.
15458
15459 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15460 (vc-previous-comment, vc-next-comment)
15461 (vc-comment-search-reverse, vc-comment-search-forward)
15462 (vc-comment-to-change-log): Likewise.
15463
15464 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15465
15466 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
15467
15468 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15469 Correct indentation of DEFMETHODS with non-standard method
15470 combinations (e.g., PROGN, MIN, MAX).
15471
15472 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
15473
15474 * startup.el (normal-top-level-add-subdirs-to-load-path):
15475 Avoid unnecessarily checking system-type.
15476 (normal-top-level): Set TERM to "dumb". Simplify.
15477
15478 * avoid.el (mouse-avoidance-ignore-p): New fun.
15479 Also ignore switch-frame, select-window, double, and triple clicks.
15480 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15481 (mouse-avoidance-fancy-hook): Use it.
15482
15483 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15484
15485 * avoid.el (mouse-avoidance-nudge-mouse)
15486 (mouse-avoidance-banish-destination): Stay within the current window
15487 to avoid problems with mouse-autoselect-window.
15488
15489 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15490
15491 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15492 the newer format of some messages in cvs-1.12.1.
15493
15494 2004-08-19 Masatake YAMATO <jet@gyve.org>
15495
15496 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15497 (elp-results-jump-to-definition-by-mouse)
15498 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15499 (elp-output-result): Use elp-output-insert-symname.
15500
15501 2004-08-18 Kenichi Handa <handa@m17n.org>
15502
15503 * language/cyrillic.el: Register koi8-r in
15504 ctext-non-standard-encodings-alist.
15505 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15506
15507 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15508
15509 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15510 that replaces 20xy with xy.
15511
15512 2004-08-17 John Paul Wallington <jpw@gnu.org>
15513
15514 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15515 (reb-force-update): Doc fix.
15516
15517 2004-08-16 Richard M. Stallman <rms@gnu.org>
15518
15519 * progmodes/which-func.el (which-func-update-1): Doc fix.
15520
15521 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15522 (sh-mode-abbrev-table): New variable.
15523
15524 * progmodes/compile.el (compilation-mode): Doc fix.
15525
15526 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15527 Don't cons a new symbol each time.
15528 (eval-last-sexp-fake-value): New variable.
15529
15530 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15531 (copyright-update-year): Detect continuation of list of years.
15532
15533 * term.el (term-default-fg-color, term-default-bg-color)
15534 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15535
15536 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15537
15538 2004-08-16 Davis Herring <herring@lanl.gov>
15539
15540 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15541 (isearch-success, isearch-forward-flag, isearch-other-end)
15542 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15543 (isearch-barrier, isearch-within-brackets)
15544 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15545
15546 2004-08-16 Kenichi Handa <handa@m17n.org>
15547
15548 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15549
15550 2004-08-15 Kenichi Handa <handa@m17n.org>
15551
15552 * term/x-win.el (x-selection-value): If utf8 was successful but
15553 ctext was not, use utf8 string.
15554
15555 2004-08-14 Davis Herring <herring@lanl.gov>
15556
15557 * isearch.el: Remove accidental changes of March 4. Fix backing
15558 up when a regexp isearch is made more general. Use symbolic
15559 accessor functions for isearch stack frames to make usage clearer.
15560 (search-whitespace-regexp): Made groups in documentation shy (as
15561 is the group in the default value).
15562 (isearch-fallback): New function, addresses problems with regexps
15563 liberalized by `\|', adds support for liberalization by `\}' (the
15564 general repetition construct), and incorporates behavior for
15565 `*'/`?'.
15566 (isearch-}-char): New command, calls `isearch-fallback' with
15567 arguments appropriate to a typed `}'.
15568 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15569 appropriately.
15570 (isearch-mode-map): Bind `}' to `isearch-}-char'.
15571 (isearch-string, isearch-message,string, isearch-point)
15572 (isearch-success, isearch-forward-flag, isearch-other-end)
15573 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15574 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15575 New inline functions to read fields of a stack frame.
15576
15577 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15578
15579 * battery.el (battery-linux-proc-acpi): Look into battery
15580 directories matching the literal string "CMB", too (required for
15581 Linux kernel version 2.6.7).
15582
15583 2004-08-14 John Paul Wallington <jpw@gnu.org>
15584
15585 * cus-start.el (read-file-name-completion-ignore-case): Add.
15586 (blink-cursor-alist): Change version to "21.4".
15587
15588 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15589
15590 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15591
15592 * speedbar.el (speedbar-scan-subdirs): New option.
15593 (speedbar-file-lists): Don't ignore file-name case on Unix and use
15594 dolist.
15595 (speedbar-insert-files-at-point): Take an extra argument and use
15596 it to optionally find out if a subdir is empty. Also unreadable
15597 files don't get expand buttons.
15598 (speedbar-directory): New image (unused pixmap already existed).
15599 (speedbar-expand-image-button-alist): Use it.
15600
15601 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
15602
15603 CC Mode update to 5.30.9:
15604
15605 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15606 Move from cc-vars to cc-defs for dependency reasons. Fix the
15607 POSIX char class test to check that it works in
15608 `skip-chars-(forward|backward)' too.
15609
15610 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15611 first argument starts with a special brace list.
15612
15613 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15614 when `c-opt-type-concat-key' is used (i.e. in Pike).
15615
15616 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15617 Fix bug when the inner char pair doesn't have paren syntax,
15618 i.e. "(<>)".
15619
15620 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15621 whitespace safe.
15622
15623 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15624 position for `arglist-intro', `arglist-cont-nonempty' and
15625 `arglist-close' when there are two arglist open parens on the same
15626 line and there's nothing in front of the first.
15627
15628 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15629 locking of qualified names in Java, which previously could fontify
15630 common indexing expressions in many cases. The standard Java
15631 naming conventions are used to tell them apart.
15632
15633 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15634 Fix inconsistency wrt opening parens on the first line inside a paren
15635 block.
15636
15637 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15638 compile time for the sake of `c-major-mode-is'.
15639
15640 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15641 `c-major-mode-is' in the event that this is used inside a
15642 `c-lang-defconst'.
15643
15644 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15645 `c-lang-defconst' so that it works better with fallback languages.
15646
15647 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15648 it to fail to record the base mode.
15649
15650 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15651 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15652 is used. Reorder the syntax checks to get more efficient
15653 skipping in some situations.
15654
15655 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15656 continuation which might precede the newly inserted '{'.
15657
15658 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15659 Fix cases where it could loop indefinitely.
15660
15661 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15662 size specs correctly. Only fontify identifiers in front of '('
15663 with as functions - don't accept any paren char. Tighten up
15664 initializer skipping to stop before function and class blocks.
15665
15666 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15667 the point could be left directly after an open paren when finding
15668 the beginning of the first decl in the block.
15669
15670 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15671 table when filtering out legitimate open parens to be recorded.
15672 This could cause cache inconsistencies when e.g.
15673 `c++-template-syntax-table' was temporarily in use.
15674
15675 * progmodes/cc-engine.el (c-on-identifier)
15676 (c-simple-skip-symbol-backward): Small fix for handling "-"
15677 correctly in `skip-chars-backward'. Affected the operator lfun
15678 syntax in Pike.
15679
15680 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15681 Fix bug that could cause an error from `after-change-functions' when
15682 the changed region is at bob.
15683
15684 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15685
15686 CC Mode update to 5.30.9:
15687
15688 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15689 to say that <TAB> doesn't insert WS into a CPP line.
15690 (c-indent-command, c-tab-always-indent): Amend doc strings.
15691
15692 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15693 checks for user errors, thus eliminating cryptic and unhelpful
15694 Emacs error messages. (1) Check the arg to `c-set-style' is a
15695 string. (2) Check that settings to `c-offsets-alist' are not
15696 spuriously quoted.
15697
15698 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15699 which precedes the newly inserted `{'.
15700
15701 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15702
15703 Sync with Tramp 2.0.44.
15704
15705 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15706 function "tramp_file_attributes". Otherwise, file names
15707 containing spaces are misinterpreted. Reported by Magnus Henoch
15708 <mange@freemail.hu>.
15709 (tramp-handle-file-truename): FILENAME must be expanded first.
15710 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15711 obscure results. Reported by D. Goel <deego@gnufans.org>.
15712 (tramp-handle-verify-visited-file-modtime): If file does not
15713 exist, say it is not modified if and only if that agrees with the
15714 buffer's record. Check whether a file is visiting the buffer, or
15715 the buffer has no recorded last modification time. Return t in
15716 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15717 <teirllm@auburn.edu>.
15718 (tramp-handle-write-region): Pass modtime explicitly to
15719 `set-visited-file-modtime', because filename can be different
15720 from (buffer-file-name) if `file-precious-flag' is set.
15721 `set-visited-file-modtime' must be called always when `visit' is t
15722 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15723 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15724 nil, don't apply the whole body. If the file doesn't exists, set
15725 modtime to '(-1 65535). Suggested by Luc Teirlinck
15726 <teirllm@auburn.edu>.
15727
15728 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15729
15730 * help.el (describe-bindings): Doc fix.
15731
15732 * subr.el (kbd): Doc fix.
15733
15734 2004-08-08 John Paul Wallington <jpw@gnu.org>
15735
15736 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15737 instead of `string-to-int'.
15738 (define-ibuffer-column mode): Fix indentation.
15739
15740 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15741
15742 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15743
15744 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15745
15746 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15747
15748 * novice.el (disabled-command-function): New variable renamed from
15749 `disabled-command-hook'.
15750 (disabled-command-hook): Keep the _variable_ as alias for
15751 `disabled-command-function' and make obsolete.
15752 (disabled-command-function): Function renamed from
15753 `disabled-command-hook'. Adapt code to name change of the variable.
15754
15755 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15756
15757 * simple.el (completion-root-regexp): New defvar.
15758 (completion-setup-function): Use it instead of a literal string.
15759
15760 2004-08-07 John Paul Wallington <jpw@gnu.org>
15761
15762 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15763 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15764 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15765 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15766
15767 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15768
15769 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15770 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15771
15772 2004-08-04 Kenichi Handa <handa@m17n.org>
15773
15774 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15775 Fix previous change.
15776
15777 2004-08-03 Kenichi Handa <handa@m17n.org>
15778
15779 * international/encoded-kb.el: The following changes are to
15780 utilize key-translation-map instead of minor mode map.
15781 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15782 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15783 (encoded-kbd-last-key): New function.
15784 (encoded-kbd-iso2022-single-shift): New function.
15785 (encoded-kbd-iso2022-designation)
15786 (encoded-kbd-self-insert-iso2022-7bit)
15787 (encoded-kbd-self-insert-iso2022-8bit)
15788 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15789 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15790 key-translation-map.
15791 (encoded-kbd-setup-keymap): Setup key-translation-map.
15792 (saved-key-translation-map): New variable.
15793 (encoded-kbd-mode): Save/restore key-translation-map.
15794 Adjust for the change of encoded-kbd-setup-keymap.
15795
15796 2004-08-02 Kim F. Storm <storm@cua.dk>
15797
15798 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15799 and call compute-motion with nil for topos and width to get proper
15800 usable width and height for both window and non-window systems.
15801
15802 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15803 calculate usable window width and height.
15804
15805 * window.el (window-buffer-height): Call compute-motion with nil width.
15806
15807 2004-08-01 David Kastrup <dak@gnu.org>
15808
15809 * replace.el (query-replace-read-from):
15810 Use `query-replace-compile-replacement'.
15811 (query-replace-compile-replacement): New function.
15812 (query-replace-read-to): Use `query-replace-compile-replacement'
15813 for repeating the last command.
15814
15815 2004-08-01 John Paul Wallington <jpw@gnu.org>
15816
15817 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15818 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15819 (pr-switches): Remove period from end of error messages.
15820
15821 * help-mode.el (help-go-back): Likewise.
15822
15823 * abbrev.el (only-global-abbrevs): Doc fix.
15824 (edit-abbrevs-map): Define within defvar.
15825 (quietly-read-abbrev-file): Doc fix.
15826
15827 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15828
15829 * novice.el (enable-command, disable-command): Doc fixes.
15830
15831 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15832
15833 2004-07-30 Richard M. Stallman <rms@gnu.org>
15834
15835 * subr.el (with-local-quit): Doc fix.
15836
15837 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15838
15839 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15840
15841 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15842
15843 * custom.el (defcustom): Doc fix.
15844
15845 2004-07-28 Masatake YAMATO <jet@gyve.org>
15846
15847 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15848
15849 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15850
15851 * imenu.el (imenu-prev-index-position-function)
15852 (imenu-extract-index-name-function, imenu-name-lookup-function)
15853 (imenu--index-alist): Docstring redundancy fix.
15854
15855 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15856
15857 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15858 binding dired-backup-overwrite.
15859
15860 2004-07-25 John Paul Wallington <jpw@gnu.org>
15861
15862 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15863
15864 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15865
15866 * term/tty-colors.el (tty-color-approximate): Doc fix.
15867
15868 * select.el (x-get-selection, x-set-selection): Doc fixes.
15869
15870 * frame.el (make-frame): Doc fix.
15871
15872 2004-07-24 Richard M. Stallman <rms@gnu.org>
15873
15874 * mail/rmail.el (rmail-mime-charset-pattern):
15875 Don't include semicolon in the charset value.
15876
15877 * replace.el (occur-next-error): Call set-window-point.
15878 (occur-engine): Handle negative NLINES.
15879
15880 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15881
15882 * frame.el (modify-all-frames-parameters): Minor doc fix.
15883 (set-frame-configuration): Doc fix.
15884
15885 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15886
15887 * simple.el (completion-setup-function): Compute the common parts
15888 and the first difference place correctly when
15889 partial-completion-mode is on.
15890
15891 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15892
15893 * ps-print.el: Doc fix.
15894 (ps-print-version): New version 6.6.5.
15895 (ps-printing-region): Doc fix.
15896 (ps-generate-string-list): Comment fix.
15897 (ps-message-log-max): Code fix.
15898
15899 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15900
15901 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15902 generated PostScript.
15903
15904 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15905
15906 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15907 with Gnus v5_10 branch.)
15908
15909 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15910
15911 * calendar/time-date.el (time-to-number-of-days): New function.
15912 Imported from Gnus.
15913
15914 2004-07-22 Kim F. Storm <storm@cua.dk>
15915
15916 * progmodes/make-mode.el: Fix comments.
15917
15918 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15919
15920 * printing.el: Doc fix.
15921
15922 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15923
15924 * frame.el (modify-all-frames-parameters): Minor doc fix.
15925
15926 2004-07-20 Richard M. Stallman <rms@gnu.org>
15927
15928 * textmodes/fill.el (fill-nobreak-p): If this break point is
15929 at the end of the line, don't consider the newline which follows
15930 as a reason to return t.
15931
15932 2004-07-19 John Paul Wallington <jpw@gnu.org>
15933
15934 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15935
15936 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15937
15938 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15939 Delete irrelevant code.
15940
15941 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15942
15943 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15944 New docstring. From Luc Teirlinck.
15945
15946 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15947
15948 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15949 section.
15950 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15951 non-file buffers. We know it is nil.
15952
15953 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15954
15955 Sync with Tramp 2.0.43.
15956
15957 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15958 Remove outdated comment.
15959 (tramp-locked, tramp-locker): New variables for implementing a
15960 global lock.
15961 (tramp-sh-file-name-handler): Use them to implement the global lock.
15962
15963 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15964
15965 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15966 calls to respective `xxx` calls.
15967 (tramp-process-alive-regexp): Precise doc string.
15968 (tramp-multi-action-process-alive): New defun.
15969 (tramp-multi-actions): Use it.
15970 (tramp-handle-find-backup-file-name): `copy-tree' is available
15971 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15972 in order to avoid this function.
15973 (tramp-handle-write-region): Set current buffer. If connection
15974 wasn't open, `file-modes' has changed it accidentally. Reported by
15975 David Kastrup <dak@gnu.org>.
15976 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15977 HOST.
15978 (tramp-action-password, tramp-multi-action-password): Apply it.
15979 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15980 name must still contain the port number. Otherwise, we have two
15981 Tramp buffers, with all the confusion. Reported by Myron Selby
15982 <myron@xytech.com> and Rolf Dubitzky
15983 <Dubitzky@physi.uni-heidelberg.de>.
15984
15985 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15986 HOST to `tramp-enter-passwd'.
15987
15988 * net/tramp-vc.el (all): Code cleanup. Change all
15989 `tramp-handle-xxx' calls to respective `xxx` calls.
15990
15991 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15992
15993 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15994 functions that are not erroneous if either 1-valued or
15995 multi-valued. Detect functions in this class.
15996 (testcover-1value-functions, testcover-compose-functions)
15997 (testcover-progn-functions) Add some additional functions to lists.
15998 (testcover-mark): Bugfix when marking up the definition for an
15999 empty function.
16000
16001 2004-07-17 Richard M. Stallman <rms@gnu.org>
16002
16003 * replace.el (occur-read-primary-args): Pass default to
16004 read-from-minibuffer.
16005
16006 * mail/footnote.el (footnote-section-tag): Use defcustom.
16007
16008 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16009 Compile font-lock-keywords, not KEYWORDS.
16010 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16011 Add warn, check-type. Handle cerror like error.
16012
16013 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16014
16015 * progmodes/which-func.el (which-func-keymap): New var.
16016 (which-func-face): New face.
16017 (which-func-format): Use them.
16018
16019 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16020
16021 * buff-menu.el (list-buffers-noselect): Append the buffer's
16022 process status to its mode name.
16023
16024 2004-07-16 Kim F. Storm <storm@cua.dk>
16025
16026 * simple.el (inhibit-mark-movement): New defvar.
16027 (beginning-of-buffer, end-of-buffer): Do not push mark if
16028 inhibit-mark-movement is non-nil or C-u prefix is given.
16029
16030 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16031 Init to beginning-of-buffer and end-of-buffer.
16032 (cua--undo-push-mark): New defvar.
16033 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16034 already active and command is in cua--preserve-mark-commands.
16035 Also fix check for shift modifier on non-window systems.
16036 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16037
16038 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16039
16040 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16041 of two integers, instead of a cons.
16042
16043 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16044 `visited-file-modtime' now returns a list of two integers, instead
16045 of a cons.
16046
16047 * dired.el (dired-directory-changed-p): Ditto.
16048
16049 * progmodes/grep.el (grep): Doc fix.
16050
16051 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16052
16053 * autorevert.el (auto-revert-tail-mode)
16054 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16055 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16056 in both at the same time.
16057 (auto-revert-tail-mode): New command.
16058 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16059 (auto-revert-handler): Revert only either tail or whole file.
16060
16061 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16062 add auto-revert-tail-mode.
16063
16064 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16065
16066 * printing.el: Doc fix. Change name of some funs.
16067 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16068 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16069 (pr-standard-file-name): New fun. Replace pr-standard-path.
16070 (pr-call-process): Code fix.
16071
16072 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16073
16074 * subr.el (with-selected-window): Doc fix.
16075
16076 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16077
16078 * subr.el (get-buffer-window-list): Doc fix.
16079
16080 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16081
16082 * files.el (switch-to-buffer-other-window): Doc fix.
16083
16084 * window.el (save-selected-window, one-window-p)
16085 (split-window-keep-point, split-window-vertically)
16086 (split-window-horizontally): Doc fixes.
16087
16088 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16089
16090 * printing.el: Doc fix. Now it uses call-process instead of
16091 shell-command for low command execution.
16092 (pr-version): New version number (6.8).
16093 (pr-shell-file-name): Option removed.
16094 (pr-shell-command): Fun removed.
16095 (pr-call-process): New fun. Replace pr-shell-command.
16096 (pr-standard-path, pr-remove-nil-from-list): New funs.
16097 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16098 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16099 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16100 (pr-ps-utility-process, pr-txt-print): Code fix.
16101
16102 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16103
16104 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16105 boolean.
16106
16107 2004-07-09 Lars Hansen <larsh@math.ku.dk>
16108
16109 * wid-edit.el (widget-field-buffer): Doc fix.
16110
16111 2004-07-09 John Paul Wallington <jpw@gnu.org>
16112
16113 * emacs-lisp/re-builder.el (reb-update-overlays):
16114 Distinguish between one and several matches in message.
16115
16116 2004-07-09 Richard M. Stallman <rms@gnu.org>
16117
16118 * mouse.el (mouse-set-region-1): If transient-mark-mode
16119 is `identity', change it to `only'.
16120
16121 * simple.el (current-word): Doc fix.
16122
16123 2004-07-09 Mark A. Hershberger <mah@everybody.org>
16124
16125 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16126 so that it is more understanding of whitespace.
16127
16128 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16129 (("ns" . "element") (attr-list) children) instead of
16130 ((:ns . "element") (attr-list) children) in order to reduce the
16131 number of symbols used.
16132 (xml-skip-dtd): Change to use xml-parse-dtd but set
16133 xml-validating-parsing to nil.
16134 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16135 (xml-substitute-entity): Remove in favor of new entity substitution.
16136 (xml-substitute-special): Rewrite in to substitute complex
16137 entities from DOCTYPE declarations.
16138 (xml-parse-fragment): Parse fragments from entity declarations.
16139 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16140 (xml-parse-dtd, xml-substitute-special): Make validity checks
16141 conditioned on xml-validating-parser. Add "Not Well Formed" to
16142 error messages about well-formedness.
16143
16144 2004-07-08 Steven Tamm <steventamm@mac.com>
16145
16146 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16147 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16148 Do not treat double clicks and triple clicks specially in the
16149 scroll bar (preventing strange repositioning problems)
16150
16151 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16152
16153 * replace.el (query-replace-regexp-eval): Fix last change.
16154
16155 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16156
16157 * replace.el (query-replace-descr): New fun.
16158 (query-replace-read-from, query-replace-read-args): Default to the
16159 previous from&to.
16160 (query-replace-read-to): Quote the `from' string when displaying it.
16161 (query-replace-regexp-eval): Immediately check read-only status.
16162 Use query-replace-read-from to get the \n checking.
16163 Quote the `from' string when displaying it.
16164 (map-query-replace-regexp, occur-read-primary-args):
16165 Quote the `from' string when displaying it.
16166
16167 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16168 delimited-ness of the search to query-replace.
16169
16170 * replace.el (query-replace-read-from, query-replace-read-to):
16171 New funs extracted from query-replace-read-args.
16172 (query-replace-read-args): Use them.
16173
16174 * replace.el (query-replace-interactive, query-replace-read-args):
16175 Remove the `initial' special value.
16176 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16177 (occur-engine): Remove unused var `matchend'.
16178
16179 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16180 Use the search string without prompting.
16181
16182 2004-07-05 Kenichi Handa <handa@m17n.org>
16183
16184 * international/mule.el (decode-coding-inserted-region):
16185 Set last-coding-system-used only when coding is nil.
16186
16187 2004-07-03 Eli Zaretskii <eliz@gnu.org>
16188
16189 * progmodes/grep.el (grep-compute-defaults, grep-command)
16190 (grep-program, find-program, grep-find-use-xargs, grep-history)
16191 (grep-find-history, grep-tag-default, grep-find-command)
16192 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16193 Add autoload cookies, for unbundled packages that load `compile'
16194 and expect all grep-related symbols to become defined.
16195
16196 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16197
16198 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16199 (iimage-mode-image-search-path): New user option to search the
16200 image file.
16201 (iimage-locate-file): New function. Emacs21.3 or earlier does not
16202 have locate-file.
16203 (iimage-mode-buffer): Use it.
16204
16205 2004-07-03 Nick Roberts <nickrob@gnu.org>
16206
16207 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16208 carefully.
16209 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16210
16211 2004-07-03 Juri Linkov <juri@jurta.org>
16212
16213 * replace.el (query-replace-read-args): Swallow space after 'foo,
16214 not after (quote foo). Match space only immediately after symbol,
16215 not anywhere in the whole string.
16216
16217 2004-07-02 Richard M. Stallman <rms@gnu.org>
16218
16219 * replace.el (query-replace-read-args): Swallow space after
16220 symbols, not after closeparens. But avoid error if string ends there.
16221
16222 * progmodes/python.el (python-beginning-of-statement):
16223 Exit the loop if backward-up-list gets error.
16224
16225 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16226
16227 2004-07-02 Andre Spiegel <spiegel@gnu.org>
16228
16229 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16230 only if vc-consult-headers is non-nil.
16231
16232 2004-07-02 Juri Linkov <juri@jurta.org>
16233
16234 * pcvs.el (cvs-mode-diff-repository): New command.
16235
16236 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16237
16238 2004-07-01 Juri Linkov <juri@jurta.org>
16239
16240 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16241 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16242 C-M-% to isearch-query-replace-regexp.
16243 (minibuffer-local-isearch-map): Add arrow key bindings.
16244 Bind C-f to isearch-yank-char-in-minibuffer.
16245 (isearch-forward): Doc fix.
16246 (isearch-edit-string): Doc fix.
16247 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16248 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16249 (isearch-yank-char): Add optional arg.
16250 (isearch-yank-char-in-minibuffer): New fun.
16251
16252 * replace.el (query-replace-interactive): Change type from boolean
16253 to choice. Add value `initial'.
16254 (query-replace-read-args): Handle value `initial' of
16255 query-replace-interactive.
16256
16257 2004-06-29 Kim F. Storm <storm@cua.dk>
16258
16259 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16260 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16261
16262 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16263 Add :group 'ada.
16264
16265 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16266
16267 2004-06-29 Juri Linkov <juri@jurta.org>
16268
16269 * replace.el (query-replace-read-args): Swallow a space after
16270 everything except )]" which in most cases means after a symbol.
16271
16272 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16273
16274 2004-06-28 Richard M. Stallman <rms@gnu.org>
16275
16276 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16277 More changes to go with previous change in font-lock.el.
16278
16279 2004-06-26 David Kastrup <dak@gnu.org>
16280
16281 * replace.el (perform-replace): Highlight the match even in
16282 non-query mode if there is potential replace string editing.
16283
16284 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16285
16286 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16287 agree with new return value of `file-remote-p'.
16288 This syncs with Tramp 2.0.42.
16289
16290 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16291 according to new documentation of `file-remote-p'.
16292
16293 * files.el (file-remote-p): Fix doc to say that return value is
16294 identification of remote system, if not nil.
16295 (file-relative-name): Use new return value of `file-remote-p'.
16296
16297 2004-06-26 Nick Roberts <nickrob@gnu.org>
16298
16299 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16300 (gdb-goto-breakpoint): Fix breakage.
16301
16302 2004-06-26 Eli Zaretskii <eliz@gnu.org>
16303
16304 * man.el (Man-getpage-in-background): Add windows-nt to the list
16305 of systems where shell-file-name should be used instead of
16306 literal "sh".
16307
16308 2004-06-25 Sam Steingold <sds@gnu.org>
16309
16310 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16311 function names `(setf symbol)'.
16312
16313 2004-06-24 Richard M. Stallman <rms@gnu.org>
16314
16315 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16316
16317 * font-lock.el (font-lock-keywords): Change format of compiled values.
16318 Document it.
16319 (font-lock-add-keywords): If font-lock-keywords is compiled,
16320 extract the uncompiled version, modify, then recompile.
16321 (font-lock-remove-keywords): Likewise.
16322 (font-lock-fontify-keywords-region): Handle changed format.
16323 (font-lock-compile-keywords): Handle changed format.
16324 (font-lock-set-defaults): Compile the keywords explicitly here.
16325
16326 2004-06-24 David Kastrup <dak@gnu.org>
16327
16328 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16329 replacements here.
16330 (query-replace-regexp): Doc string explaining this and the new
16331 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16332 is better placed in `query-replace-read-args'.
16333 (replace-regexp): Explain `\,', `\#' and `\?'.
16334 (replace-match-data): New function for thorough reuse/destruction
16335 of old match-data.
16336 (replace-match-maybe-edit): Function for implementing `\?' editing.
16337 (perform-replace): Fix maintaining of the match stack including
16338 already matched regions, implement `\?', fix various problems
16339 with regions while editing and other stuff.
16340 (replace-highlight): Simplify.
16341
16342 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16343
16344 * progmodes/grep.el (grep-error-screen-columns): New variable.
16345 (grep-regexp-alist): Give it the full functionality of gnu style
16346 compilation messages with line and column ranges. Ask me for the
16347 perl script I'm working on, that uses these.
16348
16349 2004-06-23 Nick Roberts <nickrob@gnu.org>
16350
16351 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16352 Remove.
16353 (comint-insert-input, comint-mouse-insert-input): New functions
16354 based on comint-insert-clicked-input for two bindings but just
16355 one functionality.
16356
16357 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16358
16359 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16360
16361 2004-06-23 Lars Hansen <larsh@math.ku.dk>
16362
16363 * files.el (write-contents-functions): Doc fix.
16364
16365 2004-06-21 Juanma Barranquero <lektu@terra.es>
16366
16367 * image.el (image-library-alist): Rewrite docstring in active voice.
16368
16369 2004-06-20 Richard M. Stallman <rms@gnu.org>
16370
16371 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16372
16373 * isearch.el (isearch-repeat): Avoid testing old match data.
16374 (isearch-message): Display trailing space in special font
16375 when search is failing.
16376 (isearch-search-fun-function): Doc fix.
16377
16378 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16379
16380 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16381
16382 * frame.el (show-trailing-whitespace): Doc fix.
16383
16384 * cus-edit.el (custom-variable-documentation): New function.
16385 (custom-variable): Use it.
16386
16387 2004-06-19 Nick Roberts <nickrob@gnu.org>
16388
16389 * man.el (Man-getpage-in-background): Revert previous change but
16390 make cygwin a special case.
16391
16392 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16393
16394 * autorevert.el (global-auto-revert-non-file-buffers):
16395 Update docstring.
16396
16397 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16398
16399 * progmodes/compile.el (compilation-error-properties): Store one
16400 more than end-col, if present, so that transient-mark-mode will
16401 highlight last char too.
16402 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16403 ranges, if present.
16404
16405 2004-06-18 Jason Rumney <jasonr@gnu.org>
16406
16407 * makefile.w32-in: Double percent signs in for loops.
16408
16409 2004-06-17 David Kastrup <dak@gnu.org>
16410
16411 * replace.el (query-replace-read-args): Only warn about use of \n
16412 and \t when we are doing a regexp replacement and the actual
16413 escaped character is n or t.
16414 (query-replace-regexp): Add \, and \# interpretation to
16415 interactive call and document it.
16416 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16417 as shortkey for replace-count.
16418 (replace-quote): New function for doubling backslashes.
16419
16420 2004-06-17 Juanma Barranquero <lektu@terra.es>
16421
16422 * files.el (parse-colon-path, cd): Mention in docstring that the
16423 path separator is colon in GNU-like systems.
16424
16425 * newcomment.el (comment-region-internal): Fix docstring.
16426
16427 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16428 (ewoc-invalidate, ewoc-collect): Doc fixes.
16429 (ewoc--create-node, ewoc--delete-node-internal):
16430 Fix typos in docstring.
16431
16432 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16433
16434 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16435 manual to docstring.
16436
16437 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16438
16439 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16440
16441 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16442
16443 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16444 Add hyperlink to emacs-xtra manual to docstring.
16445
16446 * autorevert.el (global-auto-revert-non-file-buffers):
16447 Add hyperlink to emacs-xtra manual to docstring, as well as an
16448 info-link.
16449
16450 2004-06-14 Juanma Barranquero <lektu@terra.es>
16451
16452 * image.el (image-library-alist): New variable to map image types
16453 to external libraries. Initialized to nil, unless system-specific
16454 configs change it.
16455 (image-type-available-p): Determine whether an image type is
16456 available by calling `init-image-library'.
16457
16458 * term/w32-win.el (image-library-alist): Initialize to a known set
16459 of probable library names.
16460
16461 2004-06-14 Kenichi Handa <handa@m17n.org>
16462
16463 * international/code-pages.el (windows-1256, cp1125): Fix tables
16464 for several characters.
16465
16466 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16467
16468 2004-06-13 Richard M. Stallman <rms@gnu.org>
16469
16470 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16471
16472 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16473 not "`pc-selection-mode'".
16474
16475 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16476
16477 * simple.el (previous-matching-history-element): Specify a default.
16478
16479 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16480
16481 * cus-face.el (custom-declare-face): Simplify code.
16482
16483 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16484
16485 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16486
16487 * files.el (before-save-hook): Add `time-stamp' to the options.
16488
16489 * time-stamp.el (time-stamp): Recommend adding it to
16490 `before-save-hook', rather than `write-file-functions'.
16491 Make a similar change in `Commentary' section.
16492
16493 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16494
16495 * diff-mode.el (diff-current-defun): If at start of hunk, use
16496 position of first change.
16497
16498 2004-06-13 Lars Hansen <larsh@math.ku.dk>
16499
16500 * dired-x.el (dired-mark-omitted): Bind to "*O".
16501
16502 2004-06-12 Karl Fogel <kfogel@red-bean.com>
16503
16504 * bookmark.el (bookmark-bmenu-relocate): New function, as
16505 suggested by David J. Biesack <David.Biesack@sas.com>.
16506 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16507 (bookmark-bmenu-mode): Describe binding in doc string.
16508 (bookmark-set-filename): Save the bookmark list if it's time.
16509
16510 2004-06-13 Kenichi Handa <handa@m17n.org>
16511
16512 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16513 (ccl-untranslated-to-ucs): Fix typo.
16514
16515 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16516
16517 * progmodes/python.el (python-open-block-statement-p):
16518 Fix indentation after a block opening that contains a comment.
16519
16520 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16521
16522 * bindings.el (completion-ignored-extensions): Add file extensions
16523 of Python byte-compiled files.
16524
16525 2004-06-12 Juri Linkov <juri@jurta.org>
16526
16527 * info.el (Info-goto-node): Add autoload.
16528 (Info-toc): Add substring-no-properties on Info file name.
16529 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16530 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16531
16532 2004-06-12 Kenichi Handa <handa@m17n.org>
16533
16534 * international/mule-cmds.el (set-language-environment):
16535 Load subst tables if necessary.
16536
16537 * international/mule.el (decode-char): Load subst tables if necessary.
16538 (encode-char): Likewise.
16539
16540 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16541 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16542 (utf-16le-decode-loop): Set r5 to -1 before loop.
16543 (utf-16be-decode-loop): Likewise.
16544 (ccl-decode-mule-utf-16le): Add EOF processing block.
16545 (ccl-decode-mule-utf-16be): Likewise.
16546 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16547 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16548 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16549 (ccl-mule-utf-16-encode-untrans): New CCL.
16550 (utf-16-decode-to-ucs): Handle pre-read character.
16551 (utf-16le-encode-loop): Handle surrogate pair.
16552 (utf-16be-encode-loop): Likewise.
16553 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16554 of utf-16le-encode-loop.
16555 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16556 of utf-16be-encode-loop.
16557 (mule-utf-16-post-read-conversion):
16558 Call utf-8-post-read-conversion at first.
16559 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16560 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16561 Add post-read-conversion and pre-write-conversion.
16562
16563 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16564 (utf-translate-cjk-unicode-range): New variable.
16565 (utf-translate-cjk-load-tables): New function.
16566 (utf-lookup-subst-table-for-decode): New function.
16567 (utf-lookup-subst-table-for-encode): New function.
16568 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16569 tables here. Update safe-charsets of utf-* coding systems.
16570 (ccl-mule-utf-untrans): New CCL.
16571 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16572 at end of each branch.
16573 (ccl-mule-utf-8-encode-untrans): New CCL.
16574 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16575 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16576 length of encoding. Don't return r0.
16577 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
16578 (utf-8-post-read-conversion): Narrow to region properly.
16579 If utf-translate-cjk-mode is on, load tables if necessary.
16580 Call utf-8-compose with hash-table arg if necessary.
16581 Call XXX-compose-region instead of XXX-post-read-conversion.
16582 (utf-8-pre-write-conversion): New function.
16583 (mule-utf-8): Include CJK charsets in safe-charsets if
16584 utf-translate-cjk-mode is on. Add pre-write-conversion.
16585
16586 * international/characters.el: Temporarily set
16587 utf-translate-cjk-mode to nil.
16588
16589 * language/devan-util.el (devanagari-compose-region):
16590 Add autoload cookie.
16591
16592 * international/ccl.el (ccl-dump-call): Fix printing the
16593 subroutine name.
16594
16595 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
16596
16597 * dired.el (dired-revert): If buffer is marked unmodified before
16598 reverting, keep it marked unmodified.
16599 Adapt to new conventions for commenting out code.
16600 (dired-make-relative): Adapt to new conventions for commenting out code.
16601
16602 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
16603
16604 * eshell/esh-module.el (eshell-load-defgroups):
16605 Bind `vc-handled-backends' to nil when opening files.
16606
16607 2004-06-11 Juanma Barranquero <lektu@terra.es>
16608
16609 * files.el (parse-colon-path, cd): Doc fixes (refer to
16610 `path-separator', not colon).
16611
16612 2004-06-10 Juanma Barranquero <lektu@terra.es>
16613
16614 * newcomment.el (comment-search-forward)
16615 (comment-search-backward): Fix typos in docstring.
16616 (comment-region): Doc fix.
16617
16618 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
16619
16620 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16621 switch is no longer stored in `dired-switches-alist'.
16622
16623 * dired-aux.el (dired-insert-subdir): Do not store R switch in
16624 `dired-switches-alist'.
16625
16626 2004-06-10 Kim F. Storm <storm@cua.dk>
16627
16628 * pcvs.el (cvs-mode-diff-yesterday): New command.
16629
16630 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16631
16632 2004-06-10 Juri Linkov <juri@jurta.org>
16633
16634 * emacs-lisp/edebug.el (edebug-eval-defun):
16635 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16636 Fix docstring.
16637
16638 * simple.el (eval-expression-print-format): Don't print additional
16639 information on the first call to `eval-print-last-sexp'.
16640 (next-error-find-buffer): Fix punctuation.
16641 (killing) <defgroup>: Fix punctuation.
16642 (yank-excluded-properties): Change group from editing to killing.
16643
16644 * replace.el (perform-replace): Use `limit' to terminate the
16645 while-loop explicitly.
16646
16647 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16648
16649 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16650 Use lc-*.xpm as prefix instead of *-locol.xpm.
16651
16652 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16653 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16654 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16655 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16656 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16657 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16658 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16659 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16660 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16661 * toolbar/lc-up_arrow.xpm:
16662 Rename from *-locol.xpm.
16663
16664 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16665
16666 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16667 include forms like &<str>; as valid url patterns.
16668
16669 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16670
16671 * dired.el (dired-diff, dired-backup-diff)
16672 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16673 (dired-do-chown, dired-do-touch, dired-do-print)
16674 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16675 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16676 (dired-create-directory, dired-do-copy, dired-do-symlink)
16677 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16678 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16679 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16680 (dired-maybe-insert-subdir, dired-next-subdir)
16681 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16682 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16683 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16684 (dired-run-shell-command, dired-query): Remove redundant,
16685 or incorrect, autoloads.
16686
16687 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16688 does not end in a slash. Add optional argument KILL-ROOT.
16689 Update docstring.
16690 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16691 (dired-query): Add autoloads.
16692
16693 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16694
16695 * progmodes/compile.el (compilation-set-window-height):
16696 Rearrange the save-* functions because a buffer can have several current
16697 point in different windows.
16698 (compilation-error-regexp-alist-alist): Recognize {standard input}
16699 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16700
16701 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16702
16703 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16704 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16705 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16706 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16707 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16708 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16709 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16710 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16711 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16712 * toolbar/up_arrow-locol.xpm:
16713 New versions of icons that uses fewer colors.
16714
16715 * toolbar/tool-bar.el (tool-bar-local-item)
16716 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16717 if display-color-cells is 256 or less.
16718
16719 2004-06-08 Kim F. Storm <storm@cua.dk>
16720
16721 * wid-edit.el (widget-specify-button): Use hand pointer rather
16722 than mouse-face as visible mouse-over effect.
16723
16724 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16725
16726 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16727 and `print-level' to nil when writing out `save-place-alist'.
16728 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16729
16730 2004-06-07 Juanma Barranquero <lektu@terra.es>
16731
16732 * completion.el (completion-kill-region): Doc fix.
16733
16734 * format.el (format-insert-annotations)
16735 (format-annotate-location): Doc fixes.
16736 (format-subtract-regions): Make arguments match their use in docstring.
16737
16738 * simple.el (kill-region): Doc fix.
16739
16740 * subr.el (insert-buffer-substring-no-properties)
16741 (insert-buffer-substring-as-yank): Doc fixes.
16742
16743 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16744
16745 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16746 Update docstring.
16747 (dired-reset-subdir-switches): New function.
16748
16749 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16750 Limit scope of `buffer-read-only' binding.
16751
16752 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16753
16754 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16755 eshell-explicit-command-char.
16756
16757 2004-06-06 Juanma Barranquero <lektu@terra.es>
16758
16759 * help-fns.el (help-argument-name): Inherit from italic face only
16760 if the frame supports it.
16761
16762 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16763
16764 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16765 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16766 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16767 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16768 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16769 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16770 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16771 New conversions from xpm files.
16772
16773 * toolbar/README: New file.
16774
16775 2004-06-06 Richard M. Stallman <rms@gnu.org>
16776
16777 * isearch.el (isearch-mode-map): Undo previous change.
16778
16779 2004-06-05 Juri Linkov <juri@jurta.org>
16780
16781 * bindings.el (debug-ignored-errors): Add regexps for history
16782 related messages. Remove $ from "No further undo information".
16783 Move Ediff's messages to ediff.el.
16784
16785 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16786
16787 * cus-edit.el (custom-display): Add `min-colors'.
16788
16789 * custom.el (defface): Add `supports' to docstring.
16790
16791 * help-fns.el (help-argument-name): Add :group 'help.
16792
16793 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16794
16795 * find-dired.el (find-ls-subdir-switches): New user option.
16796 (find-dired): No longer call `abbreviate-file-name' on DIR.
16797 Set `dired-subdir-switches' buffer-locally.
16798
16799 * locate.el: Merge the two `Commentary' sections.
16800 (locate-ls-subdir-switches): New user option.
16801 (locate): Update for other changes.
16802 (locate-mode-map): Restore Dired binding for mouse-2.
16803 Bind `locate-mouse-view-file' to M-mouse-2.
16804 Bind `l' to `locate-do-redisplay'.
16805 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16806 (locate-mouse-view-file, locate-tags, locate-find-directory):
16807 Print message if used outside main listing.
16808 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16809 Various changes to support inserted subdirectories.
16810 (locate-insert-header): Change header of *Locate* buffer.
16811
16812 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16813 Change interactive default switches.
16814 (dired-rename-subdir-2): Update `dired-switches-alist'.
16815 (dired-insert-subdir, dired-kill-subdir):
16816 Handle `dired-switches-alist'. Do not mark buffer modified.
16817 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16818 (dired-insert-subdir-doinsert): Omit messages.
16819 Handle `dired-subdir-switches'.
16820 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16821
16822 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16823 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16824 subdirs if -R switch is used for a subdir.
16825 (dired-mode): Set `dired-switches-alist'.
16826 (dired-build-subdir-alist): Only print number of directories in
16827 echo area when invoked interactively.
16828
16829 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16830
16831 * dired-x.el (dired-omit-mode): Rename from
16832 dired-omit-files-p. Use define-minor-mode to define it.
16833 (dired-omit-files-p): Add as alias for dired-omit-mode.
16834 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16835 dired-mark-omitted.
16836 (dired-mark-omitted): Add. Bind to M-O.
16837
16838 2004-06-05 Kenichi Handa <handa@m17n.org>
16839
16840 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16841
16842 2004-06-05 Juanma Barranquero <lektu@terra.es>
16843
16844 * help-fns.el (help-argument-name): Reintroduce face.
16845 (help-default-arg-highlight): Use it, now that
16846 `face-differs-from-default-p' can be trusted.
16847
16848 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16849
16850 * textmodes/table.el: Sentence commands added to Point Motion
16851 group; kill and backward-kill commands added to Extraction group.
16852
16853 2004-06-04 Mario Lang <mlang@delysid.org>
16854
16855 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16856 systems appear to use mW, make the code handle this. Fix a
16857 division-by-zero bug while at it, and handle kernels with
16858 a slightly different layout in /proc/acpi.
16859
16860 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16861
16862 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16863 because the latter is a CL-ism. This fixes the bug reported by
16864 Shawn Boyette <mdxi@collapsar.net> in
16865 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16866
16867 2004-06-04 Miles Bader <miles@gnu.org>
16868
16869 * faces.el (display-supports-face-attributes-p): Function moved to
16870 C code. Previously only the tty-related portion of this function
16871 was done in C; however the previous attempt to do a halfway-proper
16872 job for non-tty displays in lisp didn't work properly because of
16873 funny conditions during Emacs startup.
16874 (face-differs-from-default-p): Simplify, now that
16875 display-supports-face-attributes-p works properly on all display
16876 types. Remove :stipple from comparison; it doesn't really work
16877 in emacs anyway.
16878
16879 2004-06-04 Miles Bader <miles@gnu.org>
16880
16881 * faces.el (face-differs-from-default-p): Use a different
16882 implementation, so we can really check whether FACE displays
16883 differently or not.
16884
16885 2004-06-04 Miles Bader <miles@gnu.org>
16886
16887 * faces.el (display-supports-face-attributes-p): Implement a
16888 `different from default' check for non-tty displays.
16889
16890 2004-06-03 David Kastrup <dak@gnu.org>
16891
16892 * woman.el (woman-mapcan): More concise code.
16893 (woman-topic-all-completions, woman-topic-all-completions-1)
16894 (woman-topic-all-completions-merge): Replace by a simpler and
16895 much faster implementation based on O(n log n) sort/merge instead
16896 of the old O(n^2) behavior.
16897
16898 2004-06-03 Miles Bader <miles@gnu.org>
16899
16900 * subr.el (read-number): Use canonical format for default in prompt.
16901
16902 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16903 Add regexp for " [...]" style defaults.
16904
16905 2004-06-02 Romain Francoise <romain@orebokech.com>
16906
16907 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16908 groups: if the user asks for a hidden buffer, open the
16909 corresponding filter group to expose it.
16910
16911 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16912 `ibuffer-jump-to-buffer'.
16913 (ibuffer-jump-offer-only-visible-buffers): New user option.
16914
16915 2004-06-02 Juanma Barranquero <lektu@terra.es>
16916
16917 * faces.el (frame-update-faces): Add empty docstring so the one
16918 for `ignore' doesn't show through.
16919
16920 * subr.el (process-kill-without-query): Remove spurious "\n" on
16921 obsolescence string.
16922 (focus-frame, unfocus-frame): Add obsolescence declaration and
16923 empty docstring.
16924
16925 * international/mule.el (register-char-codings): Make alias for
16926 `ignore'. Move docstring to obsolescence info and remove redundancy.
16927
16928 2004-06-02 Kim F. Storm <storm@cua.dk>
16929
16930 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16931 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16932
16933 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16934
16935 * comint.el (comint-replace-by-expanded-history-before-point):
16936 Obey `start' as the docstring says.
16937 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16938 (comint-update-fence): Prevent font-lock from running unnecessarily.
16939 (comint-dynamic-list-completions): Use with-current-buffer.
16940
16941 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16942
16943 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16944 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16945 (bibtex-entry-update): Handle alternatives and optional fields.
16946 (bibtex-parse-entry): Bugfix, handle empty key.
16947
16948 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16949
16950 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16951
16952 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16953
16954 * desktop.el (desktop-save): Don't save minor modes without a
16955 known mode initialization function.
16956
16957 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16958
16959 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16960
16961 * autorevert.el: Update `Commentary' section.
16962
16963 2004-05-30 Juanma Barranquero <lektu@terra.es>
16964
16965 * dos-fns.el (convert-standard-filename):
16966 * files.el (convert-standard-filename):
16967 * w32-fns.el (convert-standard-filename):
16968 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16969
16970 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16971
16972 Sync with Tramp.
16973
16974 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16975 (tramp-let-maybe): Move to an earlier spot in the file.
16976 Patch by Andreas Schwab.
16977
16978 2004-05-30 Andreas Schwab <schwab@suse.de>
16979
16980 * dired.el (dired-get-filename): Don't use dired-re-dot.
16981
16982 2004-05-30 Richard M. Stallman <rms@gnu.org>
16983
16984 * files.el (find-file): Doc fix.
16985
16986 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16987
16988 2004-05-30 Nick Roberts <nickrob@gnu.org>
16989
16990 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16991 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16992 modeline of the locals buffer.
16993 (gdb-goto-breakpoint): Handle gdbmi.
16994 (gdb-get-frame-number): Change for gdbmi.
16995
16996 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16997
16998 * files.el (file-remote-p): Apply file name handler for operation
16999 `file-remote-p'. It isn't a property any longer.
17000 (file-relative-name): `fh' and `fd' get the required value via
17001 `find-file-name-handler' already.
17002
17003 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17004 (top): Remove setting of `file-remote-p' property for
17005 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
17006
17007 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
17008
17009 Version 2.0.41 of Tramp released.
17010
17011 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17012 Throw away if process has died.
17013 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17014 (tramp-out-of-band-prompt-regexp): Rename to
17015 `tramp-process-alive-regexp', because its usage is widen.
17016 (tramp-actions-copy-out-of-band): Apply it.
17017 (tramp-actions-before-shell, tramp-multi-actions):
17018 Add `tramp-action-process-alive' action.
17019 (tramp-action-process-alive): New defun.
17020 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17021 Add entry for `file-remote-p'.
17022 (tramp-handle-file-remote-p): New defun.
17023 (top): Remove setting of `file-remote-p'. Don't set
17024 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17025
17026 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17027 `file-remote-p'.
17028
17029 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17030 counted for (last) line. [They should or they shouldn't? --Stef]
17031 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17032
17033 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17034
17035 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17036 not really necessary but seems to keep the shell history smaller
17037 in some cases. It is no substitute for setting HISTFILE and
17038 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17039 though. Suggested by Luc Teirlinck.
17040 (tramp-open-connection-setup-interactive-shell): Export variables
17041 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17042 (tramp-set-process-query-on-exit-flag): New compat function.
17043 (tramp-open-connection-multi, tramp-open-connection-su)
17044 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17045 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17046 (tramp-let-maybe): New macro, let-binds a variable only if it
17047 isn't obsolete.
17048 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17049 (tramp-handle-file-truename): Use it.
17050 (tramp-completion-file-name-regexp-unified): Avoid matching
17051 filenames starting with "/:" -- those are reserved for
17052 file-name-non-special.
17053
17054 * tramp-smb.el (tramp-smb-open-connection):
17055 Use tramp-set-process-query-on-exit-flag compat function.
17056
17057 2004-05-29 Richard M. Stallman <rms@gnu.org>
17058
17059 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17060
17061 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17062 (eval-last-sexp-print-value): Print char equivalent regardless
17063 of standard-output value.
17064
17065 * thumbs.el (thumbs-subst-char-in-string): Delete.
17066 (thumbs-thumbname): Use subst-char-in-string.
17067 (thumbs-resize-image): Use condition-case, not ignore-errors.
17068 (thumbs-kill-buffer): Likewise.
17069
17070 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17071 (thumbs-mode): Make buffer read-only.
17072 (thumbs-make-thumb): Unconditionally accept an existing file.
17073 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17074 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17075 (thumbs-show-thumbs-list): Error if images not supported.
17076 (thumbs-save-current-image): Improve prompt string.
17077 (thumbs-mode-map): Define u, R, x.
17078 (thumbs-unmark): New command.
17079 (thumbs-emboss-image): Minor cleanup.
17080 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17081 (thumbs-rename-images): New command.
17082 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17083
17084 * thumbs.el (thumbs-current-image): New function.
17085 (thumbs-file-list, thumbs-file-alist): New functions.
17086 (thumbs-find-image): Delete arg L.
17087 Don't set up thumbs-fileL as buffer-local global var.
17088 (thumbs-find-image-at-point): Use thumbs-current-image.
17089 (thumbs-set-image-at-point-to-root-window): Likewise.
17090 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17091 Record and warn about errors. Update thumbs-markedL for deletions.
17092 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17093 (thumbs-redraw-buffer): Use thumbs-file-list.
17094 (thumbs-mark): Use thumbs-current-image.
17095 (thumbs-show-name): Use thumbs-current-image.
17096
17097 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17098 and imenu--last-menubar-index-alist.
17099
17100 * subr.el (with-selected-window): Undo previous change.
17101
17102 2004-05-29 John Paul Wallington <jpw@gnu.org>
17103
17104 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17105 (thumbs-mouse-find-image): New command.
17106 (thumbs-mode-map): Bind it to mouse-2.
17107 (thumbs-mode): Make mode-class special.
17108 (thumbs-view-image-mode): Likewise.
17109
17110 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17111
17112 * flymake.el: New file.
17113
17114 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17115
17116 * files.el (find-file-noselect-1): Do not bind
17117 `inhibit-read-only' to t during execution of
17118 `find-file-not-found-functions'.
17119
17120 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17121
17122 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17123 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17124
17125 2004-05-28 Juri Linkov <juri@jurta.org>
17126
17127 * simple.el (eval-expression-print-format): New fun.
17128
17129 * simple.el (eval-expression):
17130 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17131 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17132 (edebug-eval-expression): Print additionally the value returned by
17133 `eval-expression-print-format'.
17134
17135 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17136 (insert-pair): Make arguments optional. Find character pair
17137 from `insert-pair-alist' according to the last input event.
17138 (insert-parentheses): Make arguments optional.
17139 (raise-sexp, delete-pair): New funs.
17140
17141 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17142 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17143 Bind C-M-q to `indent-pp-sexp'.
17144
17145 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17146 `pp-to-string' modified to be able to format text with newlines.
17147 (pp-to-string): Move the buffer-formatting part of the code to
17148 `pp-buffer'. Call `pp-buffer'.
17149
17150 * info.el (Info-desktop-buffer-misc-data): Don't save information
17151 about virtual files.
17152 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17153 buffers with names obtained from the desktop file instead of the
17154 default *info* buffer.
17155
17156 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17157
17158 * subr.el (with-selected-window): Only save/restore the selected window.
17159
17160 * progmodes/compile.el (compilation-error-regexp-alist):
17161 Use expand-file-name and data-directory.
17162
17163 * progmodes/grep.el (grep-tree): Rework previous fix.
17164
17165 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17166 after the user marked text with the mouse.
17167
17168 * startup.el (command-line): Keep the first regexp of
17169 auto-save-file-name-transforms intact.
17170
17171 2004-05-28 Juanma Barranquero <lektu@terra.es>
17172
17173 * cus-edit.el (customize-face, customize-face-other-window)
17174 (custom-face-edit-delete): Make arguments match their use in
17175 docstring.
17176 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17177 docstring.
17178
17179 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17180 not `cvs-butlast'.
17181
17182 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17183 `nbutlast' are in subr.el).
17184
17185 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17186 (set-w32-system-coding-system): Doc fixes.
17187
17188 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17189 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17190 Make arguments match their use in docstring.
17191 (artist-draw-region-trim-line-endings)
17192 (artist-mouse-choose-operation): Fix typo in docstring.
17193 (artist-key-set-point-common): Doc fix.
17194
17195 2004-05-28 Simon Josefsson <jas@extundo.com>
17196
17197 * mail/smtpmail.el (smtpmail-open-stream):
17198 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17199
17200 2004-05-26 Simon Josefsson <jas@extundo.com>
17201
17202 * starttls.el: Merge with my GNUTLS based starttls.el.
17203 (starttls-gnutls-program, starttls-use-gnutls)
17204 (starttls-extra-arguments, starttls-process-connection-type)
17205 (starttls-connect, starttls-failure, starttls-success): New variables.
17206 (starttls-program, starttls-extra-args): Doc fix.
17207 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17208 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17209 and pass on to corresponding *-gnutls function if it is set.
17210
17211 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17212
17213 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17214 remote files.
17215
17216 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
17217
17218 * files.el (file-name-non-special): There are more operations
17219 which need handling: `find-backup-file-name',
17220 `insert-file-contents', `verify-visited-file-modtime',
17221 `write-region'. Rename t value of method to `add'. Add new
17222 methods `quote' and `unquote-then-quote' to file-arg-indices.
17223
17224 2004-05-25 Juri Linkov <juri@jurta.org>
17225
17226 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17227 (Info-index-nodes): Enclose code in condition-case to catch errors.
17228 (Info-index-node): Don't search all index nodes if request is only
17229 for the current node and file is not in the cache of index nodes.
17230 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17231 for consistency with dired-copy-filename-as-kill.
17232 Bind `S' to Info-search-case-sensitively.
17233 (Info-copy-current-node-name): New arg. With zero prefix arg put
17234 the name inside a function call to `info'. Display copied text in
17235 the echo area.
17236
17237 2004-05-25 Sam Steingold <sds@gnu.org>
17238
17239 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17240 strip the package prefix from the symbol name, if any.
17241 Make it the `find-tag-default-function' for `lisp-mode'.
17242
17243 2004-05-25 John Paul Wallington <jpw@gnu.org>
17244
17245 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17246 instead of obsolete `process-kill-without-query'.
17247
17248 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17249 Declare as variable, not constant.
17250
17251 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17252
17253 * files.el (find-file-noselect-1): Fix bug introduced by
17254 Revision 1.694. As a side effect, `inhibit-read-only'
17255 is again, by default, t during execution of
17256 `find-file-not-found-functions'.
17257 (insert-directory): Check that lines were really inserted by
17258 the --dired switch, before erasing them.
17259
17260 2004-05-24 Nick Roberts <nickrob@gnu.org>
17261
17262 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17263 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17264 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17265 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17266 gud-minor-mode (gdbmi).
17267
17268 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17269
17270 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17271 explicitly select the text to be taken as URL.
17272
17273 2004-05-23 Juri Linkov <juri@jurta.org>
17274
17275 * info.el (Info-index-nodes): New var and fun.
17276 (Info-goto-index, Info-index, info-apropos)
17277 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17278 (Info-index): Fix docstring. Store and restore Info-history-list.
17279 (Info-complete-nodes): New var.
17280 (Info-complete-menu-item): Use it.
17281 (Info-index-node): New fun.
17282 (Info-final-node, Info-forward-node, Info-backward-node)
17283 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17284 Use Info-index-node.
17285 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17286 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17287 (Info-find-node-2): If a node with period in its name not found,
17288 try to find a node without the name part after period.
17289 (Info-select-node): Call Info-fontify-node only if
17290 Info-fontify-maximum-menu-size is not nil.
17291 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17292 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17293 Preserve Info-history-list.
17294 (Info-toc): Set Info-current-file.
17295 (Info-build-toc): Move point to the beginning of the buffer.
17296 Add main-file variable.
17297 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17298 Use backslashed representation of the control character ^_.
17299
17300 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17301 numbers in the new Texinfo 4.7 format.
17302
17303 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17304 regexps for function and variable names.
17305
17306 * descr-text.el (describe-property-list): Add [show] button for
17307 `syntax-table' property with action to pp to a separate buffer.
17308 (describe-char): Replace search-forward by re-search-forward with
17309 whitespace regexp after "character:" to not fail in too narrow windows.
17310
17311 * simple.el (next-error-find-buffer): Add a rule to return
17312 next-error capable buffer if one window on the selected frame
17313 displays such buffer.
17314
17315 2004-05-23 Nick Roberts <nickrob@gnu.org>
17316
17317 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17318 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17319 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17320 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17321 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17322 Handle new value for gud-minor-mode (gdbmi).
17323 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17324 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17325 Change from local to global gdb variable set.
17326 (gdb-ann3): Initialize above gdb variable set.
17327 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17328 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17329 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17330 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17331 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17332 (gdb-info-locals-handler, gdb-invalidate-assembler)
17333 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17334 set as global variables.
17335 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17336 Handle gdbmi.
17337 (gdb-info-breakpoints-custom): Fix regexp.
17338 (def-gdb-var): Delete.
17339
17340 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17341 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17342 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17343 a new mode. The file (gdb-mi.el) for this mode will be included
17344 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17345 primary interface.
17346
17347 2004-05-23 Jesper Harder <harder@ifa.au.dk>
17348
17349 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17350 interpreted as a directory.
17351
17352 2004-05-22 Richard M. Stallman <rms@gnu.org>
17353
17354 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17355 as a close quote.
17356
17357 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17358
17359 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17360 Use assoc-string, not assoc-ignore-case.
17361
17362 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17363
17364 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17365 If moving back then fwd gets a defun that ends before point,
17366 try again moving fwd then back.
17367
17368 * files.el (file-name-non-special): Allow t in file-arg-indices
17369 to mean requote the return value. Use `identity' as an element
17370 rather than as the whole value.
17371
17372 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17373
17374 2004-05-22 Juanma Barranquero <lektu@terra.es>
17375
17376 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17377 `help-make-usage'.
17378 (help-highlight-arguments): Skip function name before searching
17379 for arguments.
17380
17381 2004-05-21 Juanma Barranquero <lektu@terra.es>
17382
17383 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17384 Don't mention in the docstring these arguments meant for
17385 internal (recursive) use only.
17386 (allout-char-spec): Comment out (it's not implemented).
17387 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17388 obsolescence declaration.
17389 (allout-flatten-exposed-to-buffer)
17390 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17391 (my-mark-marker): Doc fix.
17392 (produce-allout-mode-map, allout-sibling-index)
17393 (allout-isearch-expose, allout-distinctive-bullet)
17394 (allout-open-topic, allout-reindent-body)
17395 (allout-rebullet-heading, allout-process-exposed)
17396 (allout-insert-listified, allout-latex-verb-quote)
17397 (allout-insert-latex-header, allout-insert-latex-trailer):
17398 Make arguments match their use in docstring.
17399 (allout-primary-bullet, allout-old-style-prefixes)
17400 (allout-inhibit-protection, allout-init, allout-mode)
17401 (allout-before-change-protect, allout-flag-region):
17402 Use "Emacs" instead of "emacs" in docstrings.
17403
17404 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17405
17406 * international/characters.el: Modify syntax of more characters.
17407
17408 2004-05-21 Masatake YAMATO <jet@gyve.org>
17409
17410 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17411 (etags-tags-completion-table): Show parsing progress.
17412
17413 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17414
17415 * locate.el (locate-prompt-for-command): Shorten first line of
17416 docstring.
17417 (locate-mode): Expand docstring and include keymap summary.
17418
17419 * files.el (find-file-noselect-1): Limit the scope of the
17420 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17421 is, by default, nil during the execution of
17422 `find-file-not-found-functions' and `find-file-hook'.
17423
17424 2004-05-20 Michael Mauger <mmaug@yahoo.com>
17425
17426 * facemenu.el (facemenu-color-name-equal): New function.
17427 (list-colors-display): Use it to compare colors instead of
17428 facemenu-color-equal.
17429
17430 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
17431
17432 * compare-w.el (compare-windows-face): Use min-colors instead of
17433 checking for tty or pc types.
17434
17435 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17436
17437 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17438 (completion-setup-function): Use with-current-buffer.
17439 Properly save excursion. Simplify.
17440 Don't assume there is necessarily a `mouse-face' property somewhere.
17441
17442 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17443
17444 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
17445
17446 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17447 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17448 Use with-current-buffer.
17449 (byte-goto-log-buffer): Delete.
17450 (byte-compile-log-file): Call compilation-forget-errors.
17451
17452 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17453
17454 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17455 output messages into the search result.
17456
17457 2004-05-19 Masatake YAMATO <jet@gyve.org>
17458
17459 * wid-edit.el (widget-radio-button-notify): Revert my last
17460 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17461
17462 2004-05-19 Kenichi Handa <handa@m17n.org>
17463
17464 * international/characters.el: Fix syntax (open/close) of CJK chars.
17465
17466 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17467
17468 * help-mode.el (help-go-back): Don't depend on position of back button.
17469
17470 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
17471
17472 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17473 files don't contain an accidental additional /.
17474
17475 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17476 in source buffer.
17477
17478 2004-05-18 Masatake YAMATO <jet@gyve.org>
17479
17480 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17481 to widget-apply. :action method assumes 2 arguments, not 3.
17482
17483 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17484
17485 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17486 New constants.
17487 (hs-special-modes-alist): Add an f90-mode entry.
17488
17489 2004-05-17 Sam Steingold <sds@gnu.org>
17490
17491 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17492 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
17493
17494 2004-05-16 Kim F. Storm <storm@cua.dk>
17495
17496 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17497
17498 2004-05-15 John Wiegley <johnw@newartisans.com>
17499
17500 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17501 (eshell-output-object-to-target): Improve output speed 20% by not
17502 calling `eshell-stringify' if something is already known to be a string.
17503
17504 2004-05-15 Alex Ott <ott@jet.msk.su>
17505
17506 * textmodes/ispell.el (ispell-local-dictionary-alist):
17507 Add windows-1251 to the choice of coding systems.
17508 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17509 encoded in cp1251.
17510
17511 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17512
17513 * progmodes/compile.el (compilation-warning-face)
17514 (compilation-info-face): Use min-colors.
17515
17516 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17517
17518 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17519 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17520 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17521 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17522 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17523 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17524 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17525 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17526 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17527 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17528 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17529 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17530 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17531 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17532
17533 2004-05-15 Kim F. Storm <storm@cua.dk>
17534
17535 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17536 Use it to set triggered-p element of timer.
17537 (timer-event-handler): Set triggered-p element non-nil while running
17538 the timer function.
17539
17540 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * descr-text.el (describe-char-unicode-data)
17543 (describe-char-unicodedata-file): Re-enable the unicode code now that
17544 the licensing issues have been cleared in the unicode-4 license.
17545 (describe-text-properties-1): Remove unused `overlay' var.
17546 (describe-char): Remove unused var `buffer'.
17547
17548 2004-05-14 David Ponce <david@dponce.com>
17549
17550 * tree-widget.el: New file.
17551
17552 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
17553
17554 * language/european.el ("Brazilian Portuguese"): Add support for
17555 Brazilian Portuguese.
17556
17557 2004-05-13 John Wiegley <johnw@newartisans.com>
17558
17559 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17560 `recentf-mode' if this variable has been customized to t.
17561
17562 * eshell/esh-test.el (eshell-test): Call the function
17563 `emacs-version' rather than trying to build a custom version string.
17564
17565 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17566
17567 * net/telnet.el (telnet-mode): Use define-derived-mode.
17568 Don't modify the global value of comint-prompt-regexp.
17569
17570 2004-05-13 John Paul Wallington <jpw@gnu.org>
17571
17572 * version.el (emacs-version): Check for `gtk' feature before
17573 `x-toolkit' feature.
17574
17575 2004-05-13 Juanma Barranquero <lektu@terra.es>
17576
17577 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17578 arguments in the docstring, they're used only in recursive calls.
17579
17580 * help-fns.el (help-arg-highlighting-function)
17581 (help-argument-name): Delete.
17582 (help-default-arg-highlight): New function.
17583 (help-do-arg-highlighting): Use it.
17584
17585 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17586
17587 * calendar/appt.el (appt-disp-window):
17588 Use `calendar-set-mode-line' for a centered mode-line.
17589
17590 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17591
17592 * calendar/appt.el (appt-disp-window): Do not split window
17593 excessively when `split-height-threshold' is low.
17594
17595 2004-05-12 Nick Roberts <nickrob@gnu.org>
17596
17597 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17598 kill-buffer-hook here and make it local.
17599 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17600
17601 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
17602
17603 * progmodes/compile.el (compilation-set-window-height):
17604 Use save-excursion to protect against misplaced marker.
17605
17606 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17607
17608 * custom.el (defface): Document that type can have value gtk.
17609
17610 * faces.el (face-spec-set-match-display): Handle type gtk in display.
17611
17612 2004-05-12 Kenichi Handa <handa@m17n.org>
17613
17614 * descr-text.el: Require quail at compile time.
17615 (describe-char): If an input method is on and it supports the
17616 character, show how to input it.
17617
17618 * international/quail.el (quail-install-decode-map): Accept a
17619 char-table whose subtype is `quail-decode-map'.
17620 (quail-store-decode-map-key, quail-gen-decode-map1)
17621 (quail-gen-decode-map, quail-find-key1, quail-find-key)
17622 (quail-show-key): New functions.
17623
17624 2004-05-12 Juanma Barranquero <lektu@terra.es>
17625
17626 * generic.el (define-generic-mode): Remove redundant arglist info.
17627
17628 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17629 Make arguments match their use in docstring.
17630 (help-arg-highlighting-function): New variable.
17631 (help-argument-name): Mention it in the docstring.
17632 (help-do-arg-highlight): Use it. Expand regexp to accept also
17633 ARG-xxx and xxx-ARG references.
17634
17635 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17636
17637 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17638 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17639 and "mailto:addr1?to=addr2" equal.
17640
17641 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17642
17643 * man.el (Man-getpage-in-background): Use shell-file-name
17644 and shell-command-switch variables instead of hard-coded values.
17645
17646 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17647
17648 * iimage.el: New file.
17649
17650 2004-05-11 Juanma Barranquero <lektu@terra.es>
17651
17652 * custom.el (custom-initialize-default, defcustom):
17653 Fix typo in docstring.
17654
17655 * files.el (set-visited-file-name, file-expand-wildcards):
17656 Fix docstring.
17657
17658 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17659
17660 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17661
17662 * subr.el (eventp): Be more discriminating with integers.
17663
17664 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17665
17666 * progmodes/compile.el (compile): Add universal prefix arg.
17667 (compilation-error-regexp-alist-alist): Add edg patterns.
17668
17669 2004-05-10 Sam Steingold <sds@gnu.org>
17670
17671 * textmodes/ispell.el (ispell-message):
17672 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17673
17674 2004-05-10 Dave Love <fx@gnu.org>
17675
17676 * progmodes/python.el (help-buffer): Autoload when compiling.
17677 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17678 (run-python): Prepend to any existing PYTHONPATH.
17679
17680 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17681
17682 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17683 for pending breakpoints.
17684
17685 2004-05-10 Richard M. Stallman <rms@gnu.org>
17686
17687 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17688 directly without calling any functions in Rmail.
17689 (unrmail-unprune): Function deleted.
17690
17691 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17694 C-c C-z binding.
17695
17696 2004-05-10 Kenichi Handa <handa@m17n.org>
17697
17698 * descr-text.el (describe-char): Fix previous change. Don't make
17699 a unibyte character to multibyte in the *Help* buffer.
17700
17701 2004-05-10 Miles Bader <miles@gnu.org>
17702
17703 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17704 buffer an error if the debugger process is actually running.
17705
17706 2004-05-10 Juanma Barranquero <lektu@terra.es>
17707
17708 * help-fns.el (help-argument-name): Default to italic.
17709 (help-highlight-arguments): Return always (usage . doc), even when
17710 usage is nil.
17711
17712 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17713 (define-ibuffer-filter): Add usage info.
17714 (define-ibuffer-op): Add usage info (but CL-style defaults for
17715 keyword args are not shown).
17716
17717 * subr.el (remove-overlays, read-passwd): Fix docstring.
17718 (start-process-shell-command): Fix docstring. Put usage info in a
17719 format usable by `describe-function'.
17720 (open-network-stream, open-network-stream-nowait)
17721 (open-network-stream-server): Fix docstring.
17722
17723 2004-05-09 Jason Rumney <jasonr@gnu.org>
17724
17725 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17726 Only define cp125* if windows-125* is already defined.
17727
17728 * language/korean.el (cp949): Add alias.
17729
17730 * language/chinese.el (cp936, cp950): Add aliases.
17731
17732 * language/japanese.el (cp932): Add alias.
17733
17734 * term/w32-win.el: Require code-pages.
17735
17736 * international/mule-cmds.el (set-locale-environment):
17737 On MS-Windows use ansi code-page for default coding-systems.
17738 Set up paper sizes for Windows 3 letter languages.
17739
17740 * international/code-pages.el (cp932, cp936, cp949, cp950):
17741 Add aliases. Also add cp125* if not already defined.
17742
17743 2004-05-09 Juanma Barranquero <lektu@terra.es>
17744
17745 * help-fns.el (help-highlight-arguments): Don't try to highlight
17746 missing or autoloaded arglists. Accept structured arguments, like
17747 the first ones of `do' and `flet'.
17748
17749 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17750 (cvs-get-marked): Remove redundant arglist info.
17751
17752 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17753 Don't use CL-style default args.
17754
17755 2004-05-08 Andreas Schwab <schwab@suse.de>
17756
17757 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17758
17759 * international/subst-ksc.el: Fix references to utf-translate-cjk
17760 into utf-translate-cjk-mode.
17761 * international/subst-big5.el: Likewise.
17762 * international/subst-gb2312.el: Likewise.
17763 * international/subst-jis.el: Likewise.
17764 * international/utf-16.el: Likewise.
17765 * international/utf-8.el: Likewise.
17766
17767 2004-05-08 John Wiegley <johnw@newartisans.com>
17768
17769 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17770 "virtual buffers" (off by default), which makes it possible to
17771 switch to the "virtual" buffers of recently visited files. When a
17772 buffer name search fails, and this option is on, iswitchb will
17773 look at the list of recently visited files, and permit matching
17774 against those names. When the user hits RET on a match, it will
17775 revisit that file.
17776 (iswitchb-read-buffer): Add two optional arguments, which makes
17777 isearchb.el possible.
17778 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17779 (iswitchb-next-match): Add support for virtual buffers.
17780
17781 * isearchb.el: This module extends iswitchb to provide "as you
17782 type" buffer selection.
17783
17784 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17785 Ignore the read-only property when flyspell highlighting is on.
17786 Not ignoring it leads to a series of confusing errors.
17787 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17788 but also make sure to call flyspell-incorrect-hook.
17789 (flyspell-maybe-correct-transposition): Perform transposition test
17790 by bit twiddling a string, rather than using a temp buffer.
17791 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17792 buffer. This is also the original version of the code, which
17793 could not be checked in before due to a previous lack of
17794 assignment papers. This version has seen heavy usage on my system
17795 for several years now.
17796
17797 * calendar/cal-bahai.el: New file, which adds support for the
17798 Baha'i calendar to Emacs. This calendar is based on a solar year
17799 of 19 months of 19 days, with 4 intercalary days. Each year
17800 begins on March 21, with the calendar starting in 1844.
17801
17802 * calendar/cal-menu.el, calendar/calendar.el
17803 * calendar/diary-lib.el, calendar/holidays.el:
17804 Added support for using cal-bahai.el.
17805
17806 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17807 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17808 function can be used outside of eshell buffers.
17809 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17810
17811 2004-05-08 Juanma Barranquero <lektu@terra.es>
17812
17813 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17814 word constituent so FOO-ARG is not recognized as an arg.
17815 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17816
17817 * simple.el (next-error): Fix typo in docstring.
17818 (open-line): Make argument names match their use in docstring.
17819 (split-line): Fix docstring.
17820
17821 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17822 usable by `describe-function'.
17823 (gensym, gentemp, typep, ignore-errors): Make argument names match
17824 their use in docstring.
17825
17826 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17827 argument to `help-setup-xref'.
17828
17829 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17830
17831 Version 2.0.40 of Tramp released.
17832
17833 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17834 Use symbol-function to invoke functions only known on some Emacs
17835 flavors. This avoids byte-compiler warnings. Reported by Kevin
17836 Scaldeferri <kevin@scaldeferri.com>.
17837 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17838 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17839 consistent with the other tramp-do-* functions.
17840 (tramp-do-copy-or-rename-file): Calls adjusted.
17841 (tramp-process-initial-commands): Avoid liveness check on shell --
17842 we know that it must be alive since we're opening a connection at
17843 this moment.
17844 (tramp-last-cmd): New internal variable.
17845 (tramp-process-echoes): New tunable.
17846 (tramp-send-command): Set tramp-last-cmd.
17847 (tramp-wait-for-output): Delete echo, if applicable.
17848 (tramp-read-passwd): Construct the key for the password cache in a
17849 way that works for multi methods, too.
17850 (tramp-bug): Add backup-directory-alist and
17851 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17852
17853 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17854
17855 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17856
17857 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17858 (tramp-actions-copy-out-of-band): New defcustoms.
17859 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17860 used instead of a synchronous one. Allows password entering.
17861 (tramp-action-out-of-band): New defun.
17862 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17863 Remove restriction with password from doc string.
17864 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17865 `tramp-out-of-band-prompt-regexp',
17866 `tramp-actions-copy-out-of-band', `password-cache' and
17867 `password-cache-expiry'.
17868 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17869 password caching.
17870 (tramp-touch): FILE can be a local file, too.
17871 (TODO): Remove items done.
17872 (tramp-handle-insert-directory): Properly quote file name also if
17873 not full-directory-p. Handle wildcard case. Reported by Andreas
17874 Schwab <schwab@suse.de>.
17875 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17876 new file.
17877 (tramp-handle-file-local-copy, tramp-handle-write-region):
17878 The permissions of the temporary file are set if filename exists.
17879 Reported by Ted Stern <stern@cray.com>.
17880 (tramp-backup-directory-alist)
17881 (tramp-bkup-backup-directory-info): New defcustoms.
17882 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17883 (tramp-handle-find-backup-file-name): New function.
17884 Implements Tramp's find-backup-file-name.
17885
17886 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17887 for `find-backup-file-name'.
17888
17889 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17890 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17891
17892 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17893
17894 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17895
17896 2004-05-07 Juanma Barranquero <lektu@terra.es>
17897
17898 * subr.el (lambda): Add arglist description to docstring.
17899 (declare): Fix typo in docstring.
17900 (open-network-stream): Fix docstring.
17901 (process-kill-without-query): Fix docstring and add obsolescence info.
17902 (last, butlast, nbutlast): Make arguments match their use in docstring.
17903 (insert-buffer-substring-no-properties): Likewise.
17904 (insert-buffer-substring-as-yank): Likewise.
17905 (split-string): Fix docstring.
17906
17907 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17908 Make argument names match their use in docstring.
17909
17910 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17911
17912 2004-05-06 Nick Roberts <nickrob@gnu.org>
17913
17914 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17915 Fit first sentence on one line for apropos-command.
17916
17917 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17918
17919 Changes largely merged in from Dave Love's code.
17920 * progmodes/python.el: Doc fixes.
17921 (python-mode-map): Add python-complete-symbol.
17922 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17923 (python-comment-indent, python-complete-symbol)
17924 (python-symbol-completions, python-partial-symbol)
17925 (python-try-complete): New.
17926 (python-indent-line): Remove optional arg. Use python-block-end-p.
17927 (python-check): Bind compilation-error-regexp-alist.
17928 (inferior-python-mode): Use rx. Move keybindings to top level.
17929 Set comint-input-filter.
17930 (python-preoutput-filter): Use rx.
17931 (python-input-filter): Re-introduce.
17932 (python-proc): Start new process if necessary.
17933 Check python-buffer non-nil.
17934 (view-return-to-alist): Defvar.
17935 (python-send-receive): New.
17936 (python-eldoc-function): Use it.
17937 (python-mode-running): Don't defvar.
17938 (python-mode): Set comment-indent-function.
17939 Maybe update hippie-expand-try-functions-list.
17940 (python-indentation-levels): Initialize differently.
17941 (python-block-end-p): New.
17942 (python-indent-line): Use it.
17943 (python-compilation-regexp-alist): Augment.
17944 (run-python): Import `emacs' module to Python rather than loading
17945 code directly. Set python-buffer differently.
17946 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17947 Use python-proc.
17948 (python-send-command): Go to end of comint buffer.
17949 (python-load-file): Use python-proc, emacs.eimport.
17950 (python-describe-symbol): Simplify interactive form.
17951 Use emacs.help. Do use temp-buffer-show-hook.
17952 Call print-help-return-message.
17953 (hippie-exp): Require when compiling.
17954 (python-preoutput-continuation): Use rx.
17955
17956 * diff-mode.el (diff-make-unified): Fix regexp.
17957
17958 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17959
17960 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17961 filter groups from the buffer when rebuilding the Ibuffer buffer
17962 and `ibuffer-show-empty-filter-groups' is nil.
17963
17964 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17965
17966 * ps-print.el (ps-print-quote): Call ps-value-string.
17967 (ps-setup): Call ps-comment-string.
17968 (ps-value-string, ps-comment-string): New funs.
17969
17970 2004-05-06 Juanma Barranquero <lektu@terra.es>
17971
17972 * ehelp.el (electric-help-command-loop): Check whether the last
17973 character is visible, not (point-max).
17974
17975 * help-fns.el (help-argument-name): Default to bold; don't inherit
17976 from font-lock-variable-name-face.
17977 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17978
17979 2004-05-05 Kenichi Handa <handa@m17n.org>
17980
17981 * descr-text.el (describe-char): Copy the character with text
17982 properties and overlays into the first line, and call
17983 describe-text-properties on it.
17984
17985 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17986
17987 * iswitchb.el (iswitchb-global-map): Fix typo.
17988 Remove unwanted ###autoloads from source file.
17989
17990 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17991
17992 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17993 in run-hooks. Use substitute-command-keys in message.
17994 (wdired-abort-changes): Add message.
17995
17996 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17997
17998 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17999 (sql-emacs20-p): Remove.
18000 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18001 (sql-builtin-face, sql-doc-face): Remove.
18002 (sql-mode-ansi-font-lock-keywords)
18003 (sql-mode-oracle-font-lock-keywords)
18004 (sql-mode-postgres-font-lock-keywords)
18005 (sql-mode-linter-font-lock-keywords)
18006 (sql-mode-ms-font-lock-keywords)
18007 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18008 (sql-product-font-lock): Fix font-lock reset when font rules change.
18009 (sql-highlight-product): Remove incorrect font-lock reset logic.
18010
18011 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18012
18013 * ses.el (ses-set-parameter): Fix typo.
18014
18015 2004-05-04 Kim F. Storm <storm@cua.dk>
18016
18017 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18018 Must expand directory for completion to work; and don't mess with
18019 process-environment.
18020 (ido-read-file-name): If command has ido property, don't use ido
18021 if value is ignore, or read as directory if value is dir.
18022 Set ido ignore property for dired-do-rename command.
18023
18024 2004-05-04 Juanma Barranquero <lektu@terra.es>
18025
18026 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18027 (electric-help-help): Check against unmapped commands.
18028
18029 * help-fns.el (help-argument-name): New face, inheriting from
18030 font-lock-variable-name-face, to highlight function arguments in
18031 `describe-function' and `describe-key'.
18032 (help-do-arg-highlight): Auxiliary function to highlight a given
18033 list of arguments in a string.
18034 (help-highlight-arguments): Highlight the function arguments and
18035 all uses of them in the docstring.
18036 (describe-function-1): Use it. Do docstring output via `insert',
18037 not 'princ', so text attributes are preserved.
18038
18039 * winner.el (winner-mode-map): Move `winner-undo' and
18040 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18041 previous bindings conflict with `prev-buffer', `next-buffer').
18042
18043 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18044
18045 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18046 (bibtex-entry-update): New command bound to C-c C-u.
18047 (bibtex-text-in-string): Fix regexp.
18048 (bibtex-assoc-of-regexp): Remove.
18049 (bibtex-progress-message): Fix docstring.
18050 (bibtex-inside-field): Use if.
18051 (bibtex-assoc-regexp): New function.
18052 (bibtex-format-entry): Make code more robust so that it formats
18053 also old entries.
18054 (bibtex-autokey-demangle-title): Merge with obsolete function
18055 bibtex-assoc-of-regexp.
18056 (bibtex-field-list): New function.
18057 (bibtex-entry): Use bibtex-field-list.
18058 (bibtex-parse-entry): Fix docstring.
18059 (bibtex-print-help-message): Use bibtex-field-list.
18060 (bibtex-make-field): Use bibtex-field-list.
18061 (bibtex-entry-index): Bugfix. Return crossref key if required.
18062 (bibtex-lessp): Fix docstring.
18063
18064 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18065
18066 * select.el (xselect-convert-to-string): Move comment to intended line.
18067
18068 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18069
18070 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18071 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18072
18073 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18074
18075 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18076 x-get-selection.
18077
18078 2004-05-03 Jason Rumney <jasonr@gnu.org>
18079
18080 * makefile.nt: Remove.
18081
18082 2004-05-03 Kim F. Storm <storm@cua.dk>
18083
18084 * emulation/cua-base.el (cua--update-indications): Fix last change.
18085 (cua-mode): Deactivate mark when cua-mode is enabled.
18086
18087 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18088
18089 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18090
18091 2004-05-03 Nick Roberts <nickrob@gnu.org>
18092
18093 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18094 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18095 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18096 window over visible frames.
18097 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18098
18099 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18100
18101 * progmodes/compile.el (compilation-gcpro): New var.
18102 (compilation-fake-loc): Use it.
18103 (compilation-forget-errors): Reset it.
18104
18105 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18106
18107 * diff-mode.el (diff-header-face, diff-file-header-face):
18108 Use min-colors.
18109
18110 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18111
18112 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18113 (bibtex-clean-entry): Disentangle code.
18114 (bibtex-realign): New function.
18115 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18116 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18117 Remove undocumented optional arg called-by-convert-alien.
18118 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18119 for sorting instead of bibtex-sort-buffer.
18120
18121 2004-05-02 Eli Zaretskii <eliz@gnu.org>
18122
18123 * progmodes/compile.el (compilation-start): In the
18124 no-async-subprocesses branch, call sit-for to give redisplay a
18125 chance to show the updated process status in the mode line, and
18126 fontify the buffer explicitly after the process exits.
18127
18128 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18129
18130 * progmodes/python.el (python-compilation-line-number): Remove.
18131 (python-compilation-regexp-alist): Don't use it any more.
18132 (python-orig-start, python-input-filter): Remove.
18133 (inferior-python-mode): Don't set up comint-input-filter-functions.
18134 (python-send-region): Use compilation-fake-loc.
18135
18136 * progmodes/compile.el (compilation-messages-start): New var.
18137 (compilation-mode): Don't setup next-error-function here.
18138 (compilation-setup): Set it up here instead (for minor modes as well).
18139 Make compilation-messages-start buffer local.
18140 (compilation-next-error-function): Use it.
18141 (compilation-forget-errors): Set compilation-messages-start.
18142
18143 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18144
18145 * ielm.el (ielm-prompt-read-only): Update docstring.
18146
18147 * comint.el (comint-prompt-read-only): Update docstring.
18148 (comint-update-fence, comint-kill-whole-line)
18149 (comint-kill-region): New functions.
18150
18151 * simple.el (kill-whole-line): Use "p" instead of "P" in
18152 interactive form.
18153
18154 2004-05-01 Juanma Barranquero <lektu@terra.es>
18155
18156 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18157 format arglist so default values in CL-style argument lists are
18158 correctly shown.
18159
18160 2004-05-01 Jason Rumney <jasonr@gnu.org>
18161
18162 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18163
18164 2004-05-01 Kenichi Handa <handa@m17n.org>
18165
18166 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18167 quail file if it is up to date.
18168
18169 2004-04-30 Juri Linkov <juri@jurta.org>
18170
18171 * cus-edit.el (custom-mode-map):
18172 Add key binding `C-x C-s' to `Custom-save'.
18173
18174 * outline.el (outline-blank-line): New var.
18175 (outline-next-preface, outline-show-heading)
18176 (outline-end-of-subtree): Use it.
18177
18178 * dired-aux.el (dired-touch-initial): New fun.
18179 (dired-do-chxxx): Call it for op-symbol `touch'.
18180 (dired-diff): Use `dired-dwim-target-directory'
18181 if current dired buffer has no buffer mark.
18182
18183 * bindings.el (propertized-buffer-identification):
18184 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18185 Add C-M-arrow keys for consistency.
18186
18187 * files.el (confirm-kill-emacs):
18188 Change group from top-level `emacs' to `convenience'.
18189
18190 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18191 Push mark on the first call of successive command calls.
18192 (insert-pair): New fun created from `insert-parentheses' with
18193 `open' and `close' arguments added. Enclose active regions
18194 in paired characters. Compare adjacent characters syntax with
18195 inserted characters syntax before inserting a space.
18196 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18197
18198 * delsel.el: Don't put `delete-selection' property
18199 on `insert-parentheses' symbol to take advantage of
18200 region handling in `insert-pair' function.
18201 Suggested by Stephan Stahl <stahl@eos.franken.de>.
18202
18203 2004-04-30 Kim F. Storm <storm@cua.dk>
18204
18205 * emulation/cua-base.el: Add support for changing cursor types;
18206 based on patch from Michael Mauger.
18207 (cua-normal-cursor-color, cua-read-only-cursor-color)
18208 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18209 Customization cursor type and/or cursor color.
18210 (cua--update-indications): Handle cursor type changes.
18211 (cua-mode): Update cursor indications if enabled.
18212
18213 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18214
18215 * mouse.el (mouse-drag-copy-region): New defcustom.
18216 (mouse-set-region, mouse-drag-region-1): Use it.
18217
18218 * simple.el (kill-ring-save): If region face background color is
18219 unspecified (if no highlighting), show extent of fully visible
18220 region even if transient-mark-mode is enabled.
18221
18222 * emulation/cua-base.el (cua--standard-movement-commands):
18223 Add cua-scroll-up and cua-scroll-down.
18224 (cua-scroll-up, cua-scroll-down): New commands.
18225 (cua--init-keymaps): Remap scroll-up and scroll-down.
18226
18227 * emulation/cua-rect.el (cua--convert-rectangle-as):
18228 New defmacro.
18229 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18230 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18231 New commands (suggested by Jordan Breeding).
18232
18233 2004-04-30 Juanma Barranquero <lektu@terra.es>
18234
18235 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18236
18237 2004-04-30 Mario Lang <mlang@delysid.org>
18238
18239 * diff.el (diff-switches): Fix typo in docstring.
18240
18241 2004-04-30 Alex Schroeder <alex@gnu.org>
18242
18243 * xml.el (xml-debug-print-internal): Don't add newline and
18244 indentation to text nodes and write empty elements as empty tags
18245 instead of opening and closing tags.
18246 (xml-debug-print): Take optional indent-string argument.
18247 (xml-print): Alias for xml-debug-print.
18248
18249 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18250
18251 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18252 than duplicate call to `line-beginning-position'.
18253
18254 * progmodes/f90.el (f90-get-present-comment-type):
18255 Return whitespace, as well as comment chars, for consistent filling
18256 of comment blocks. Use `match-string-no-properties'.
18257 (f90-break-line): Trim trailing whitespace when filling comments.
18258
18259 2004-04-30 Dave Love <fx@gnu.org>
18260
18261 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18262 (diary-from-outlook-internal, diary-from-outlook)
18263 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18264 New functions to import diary entries from Outlook-format
18265 appointments in mail messages.
18266
18267 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18268
18269 * progmodes/python.el (python-send-command): New fun.
18270 (python-send-region, python-load-file): Use it.
18271
18272 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18273
18274 * help-fns.el (help-C-file-name): Use new subr-name.
18275 Prepend `src/' to the file name.
18276 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18277 (describe-function-1, describe-variable): Only find a C source file
18278 name if DOC is already loaded.
18279
18280 * help-mode.el (help-function-def, help-variable-def):
18281 Use the new find-function-search-for-symbol functionality.
18282 Allow FILE to be `C-source'.
18283
18284 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18285 (find-function-C-source): New fun.
18286 (find-function-search-for-symbol): Use it.
18287
18288 2004-03-29 Michael Mauger <mmaug@yahoo.com>
18289
18290 * progmodes/sql.el (sql-product-alist): Rename variable
18291 `sql-product-support'. Add Postgres login parameters.
18292 (sql-set-product, sql-product-feature): Update with renamed variable.
18293 (sql-connect-postgres): Add username prompt.
18294 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18295 Make patterns less product specific.
18296 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18297 (sql-mode-abbrev-table): Modify initialization.
18298 (sql-builtin-face): Add variable.
18299 (sql-keywords-re): Add macro.
18300 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18301 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18302 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18303 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18304 (sql-mode-linter-font-lock-keywords)
18305 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18306 (sql-mode-sybase-font-lock-keywords)
18307 (sql-mode-informix-font-lock-keywords)
18308 (sql-mode-interbase-font-lock-keywords)
18309 (sql-mode-ingres-font-lock-keywords)
18310 (sql-mode-solid-font-lock-keywords)
18311 (sql-mode-sqlite-font-lock-keywords)
18312 (sql-mode-db2-font-lock-keywords): Default to nil.
18313 (sql-product-font-lock): Always highlight ANSI keywords.
18314 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18315 (sql-send-string): Add function.
18316
18317 2004-04-29 Dave Love <fx@gnu.org>
18318
18319 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18320 (cfengine-end-of-defun): Ensure progress through buffer.
18321
18322 * info-look.el (cfengine-mode): Accept a terminal ().
18323
18324 2004-04-29 Juri Linkov <juri@jurta.org>
18325
18326 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18327 instead of isearch-yank-word-or-char. Add new key bindings for
18328 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18329 (isearch-del-char): New fun.
18330 (isearch-forward, isearch-edit-string): Update docstring.
18331 (isearch-yank-char): Doc fix.
18332 (isearch-other-meta-char): Restore point after scrolling.
18333
18334 * progmodes/compile.el (compilation-context-lines): Add nil option
18335 to disable compilation output window scrolling.
18336 (compilation-set-window): Use it.
18337
18338 * outline.el (outline-next-preface, outline-show-heading):
18339 Don't leave unhidden blank line before heading.
18340 (outline-end-of-subtree): Include last newline into subtree.
18341 (hide-entry): Leave point at beginning of heading instead of end.
18342 (outline-up-heading): Push mark for the first call of successive
18343 command calls.
18344
18345 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18346
18347 * comint.el (comint-prompt-read-only): New variable.
18348 (comint-output-filter): Implement it.
18349
18350 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18351 (ielm-prompt-internal): New variable.
18352 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18353 (ielm-send-input): Delete unused variable `buf'.
18354 (ielm-eval-input): Use `ielm-prompt-internal'.
18355 (inferior-emacs-lisp-mode): Use new variables
18356 `comint-prompt-read-only' and `ielm-prompt-internal'.
18357 Get rid of obsolete variable `directory-sep-char'.
18358 (ielm): Use `zerop'.
18359
18360 2004-04-29 John Paul Wallington <jpw@gnu.org>
18361
18362 * thumbs.el (toplevel): Require cl at compile time.
18363 Remove conditional definitions of `ignore-errors' and `caddar'
18364 because they occur at run time.
18365
18366 2004-04-28 Nick Roberts <nickrob@gnu.org>
18367
18368 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18369 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18370 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18371 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18372
18373 * progmodes/gud.el (gud-common-init): Throw an error if program is
18374 already running under gdb.
18375
18376 2004-04-28 John Paul Wallington <jpw@gnu.org>
18377
18378 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18379 (thumbs-show-image-num): Move assignment of
18380 `thumbs-current-image-filename' within scope of `i'.
18381 (thumbs-emboss-image): Don't use `evenp'.
18382
18383 2004-04-28 Richard M. Stallman <rms@gnu.org>
18384
18385 * progmodes/compile.el (compilation-context-lines): Default now 0.
18386
18387 2004-04-28 Juanma Barranquero <lektu@terra.es>
18388
18389 Use `time-less-p' from calendar/time-date.el instead of defining
18390 custom versions of it.
18391
18392 * pcomplete.el (pcomplete-time-less-p): Remove.
18393
18394 * thumbs.el (time-less-p): Remove.
18395
18396 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18397 (timeclock-generate-report): Use `time-less-p'.
18398
18399 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18400 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18401
18402 2004-04-28 Masatake YAMATO <jet@gyve.org>
18403
18404 * subr.el (remove-overlays): Make arguments optional.
18405
18406 * wid-edit.el (widget-specify-button): Put evaporate to the
18407 overlay for sample.
18408 (widget-specify-sample): Put evaporate to the overlay for sample.
18409 (widget-specify-doc): Put evaporate to the overlay for documentation.
18410
18411 2004-04-27 Jesper Harder <harder@ifa.au.dk>
18412
18413 * info.el (info-apropos): Make it an index node. Align node names
18414 like makeinfo.
18415
18416 2004-04-27 Eli Zaretskii <eliz@gnu.org>
18417
18418 * net/browse-url.el (browse-url-netscape-sentinel)
18419 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18420 (browse-url-epiphany-sentinel, browse-url-mosaic):
18421 Use browse-url-*-program instead of a literal program name.
18422
18423 2004-04-27 Kevin Ryde <user42@zip.com.au>
18424
18425 * eshell/em-alias.el:
18426 * eshell/em-dirs.el:
18427 * eshell/em-hist.el:
18428 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18429 features when M-x customize-group loads modules before the main
18430 eshell.el.
18431
18432 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
18433
18434 * subr.el (momentary-string-display): Support EXIT-CHAR that is
18435 either a character representation of an event or an event
18436 description list.
18437
18438 * type-break.el: Capitalize Emacs and Lisp.
18439 (type-break-good-break-interval, type-break-demo-boring-stats)
18440 (type-break-terse-messages, type-break-file-name): New defcustoms.
18441 (type-break-post-command-hook)
18442 (type-break-warning-countdown-string): Quote variable names in doc.
18443 (type-break-interval-start, type-break-auto-save-file-name): New vars.
18444 (type-break-mode): Document type-break-good-break-interval and the
18445 "session" file. Schedule break according to the session file.
18446 Kill session file buffer on exit. Organize for save-some-buffers
18447 to always save the session file.
18448 (type-break-mode-line-message-mode, type-break-query-mode):
18449 Uppercase arguments.
18450 (type-break-file-time, type-break-file-keystroke-count, timep)
18451 (type-break-choose-file, type-break-get-previous-time)
18452 (type-break-get-previous-count): New defuns.
18453 (type-break): Avoid break querying after a completed break in the
18454 case where the query was initiated during user invocation of the
18455 break. Optional terse messages.
18456 Use type-break-good-break-interval if type-break-good-rest-interval is
18457 nil. File the break time.
18458 (type-break-schedule): New optional args for overriding the use of
18459 the current time.
18460 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18461 after a break.
18462 (type-break-check): File the keystroke count.
18463 (type-break-do-query): Prevent a second query when the break is
18464 interrupted. Optional terse message.
18465 (type-break-keystroke-reset): Record the start of a typing interval.
18466 (type-break-demo-boring): Optional terse messages. Display word
18467 per minute and keystroke counts according to
18468 type-break-demo-boring-stats.
18469
18470 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
18471
18472 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18473 directories, make sure they exist under archive-tmpdir.
18474
18475 2004-04-27 Juri Linkov <juri@jurta.org>
18476
18477 * help.el (view-emacs-news): With argument, display info for the
18478 selected version by finding it among different NEWS files, and
18479 narrowing the buffer to the selected version.
18480
18481 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18482 same-window-buffer-names.
18483 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18484 non-numeric prefix argument, append the number to the buffer name
18485 for numeric prefix argument.
18486 (info-other-window): Bind same-window-regexps to nil.
18487 (Info-reference-name): Rename to Info-point-loc.
18488 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18489 and Info-find-index-name for stringy Info-point-loc.
18490 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18491 without middle `.', but with final `.' and optional line number
18492 for it. Set Info-point-loc for index nodes.
18493 (Info-index): Remove middle `.' from index entry regexp.
18494 Modify line number regexp.
18495 (Info-index-next): Decrement line number.
18496 (info-apropos): Remove middle `.' from index entry regexp.
18497 Add optional line number regexp at the end. Add matched value
18498 for line number to the result list and insert it to the buffer.
18499 Replace match-string by match-string-no-properties.
18500 Reorder result list.
18501 (Info-fontify-node): Hide index line numbers.
18502 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18503 empty matches.
18504 (Info-follow-reference): Use `str' instead of
18505 Info-following-node-name-re.
18506 (Info-toc): Use full file names. Set Info-current-node to "Top".
18507 (Info-fontify-node): Compare file names without directory name.
18508 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18509 Set second arg of Info-extract-menu-node-name for index nodes.
18510 (info-xref-visited): Use magenta3 instead of magenta4.
18511 (Info-mode): Add info-apropos to docstring.
18512
18513 * log-view.el (log-view-diff): Replace interactive code "r"
18514 by a list to allow to call it even if region is not active.
18515
18516 * paren.el (show-paren-highlight-openparen): New var.
18517 (show-paren-function): Turn on openparen highlighting when
18518 matching forward if show-paren-highlight-openparen is non-nil.
18519
18520 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18521 the constant value 1.
18522 (completions-common-part): Expand docstring.
18523
18524 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18525
18526 2004-04-27 Kim F. Storm <storm@cua.dk>
18527
18528 * image.el (insert-sliced-image): Use line-height instead of
18529 line-spacing property on newline.
18530
18531 2004-04-26 Lars Hansen <larsh@math.ku.dk>
18532
18533 * desktop.el (desktop-buffer-misc-data-function): Rename to
18534 desktop-save-buffer and change docstring.
18535 (desktop-buffer-modes-to-save): Delete.
18536 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18537 desktop-buffer-modes-to-save.
18538 (desktop-save): Rename desktop-buffer-misc-data-function to
18539 desktop-save-buffer and allow non-function value.
18540 (desktop-missing-file-warning): Correct docstring.
18541
18542 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18543 to desktop-save-buffer.
18544
18545 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18546 desktop-save-buffer.
18547
18548 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18549
18550 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18551
18552 2004-04-26 Eli Zaretskii <eliz@gnu.org>
18553
18554 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18555
18556 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18557
18558 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18559 (ielm): Only go to the end of the buffer when starting a new process.
18560
18561 2004-04-25 Juanma Barranquero <lektu@terra.es>
18562
18563 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18564 mode line. Bind `inhibit-read-only' to t before modifying
18565 properties of text in the buffer.
18566 (ielm): Force point to the end of buffer, even when running ielm
18567 from inside itself.
18568
18569 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18570
18571 * info.el (info-apropos): Reset Info-complete-cache.
18572
18573 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18574
18575 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18576 Also recognize severe Irix et al. messages.
18577 (compilation-normalize-filename, compile-abbreviate-directory):
18578 Delete functions.
18579 (compilation-get-file-structure): New function inherits
18580 functionality of the two preceding ones.
18581 (compilation-internal-error-properties, compilation-fake-loc):
18582 Use it so that different paths to the same file share the same
18583 markers. Also optimize finding adjacent marker slightly.
18584
18585 2004-04-25 Kim F. Storm <storm@cua.dk>
18586
18587 * image.el (insert-sliced-image): Add line-spacing t property
18588 to newlines separating image lines.
18589
18590 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
18591
18592 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18593
18594 * ielm.el (ielm-prompt-read-only): New user option.
18595 (ielm-prompt): Expand docstring to describe new behavior.
18596 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18597 mention it in the docstring.
18598
18599 2004-04-24 Andreas Schwab <schwab@suse.de>
18600
18601 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18602
18603 * diff.el (diff): Set default-directory in diff buffer.
18604
18605 2004-04-24 Eli Zaretskii <eliz@gnu.org>
18606
18607 * mail/sendmail.el (mail-bury): Don't delete the frame where the
18608 mail was being composed if the terminal cannot display more than
18609 one frame; instead, switch to previous frame.
18610
18611 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18612 (rmail-start-mail): Support rmail-mail-new-frame even on
18613 terminals that can display only one frame at a time.
18614
18615 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18618 (checkdoc-output-font-lock-keywords): Remove error regexp.
18619 (checkdoc-output-mode-map): Remove.
18620 (checkdoc-output-mode): Derive from compilation-mode.
18621 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18622
18623 * dired.el (dired-mode-map): Add a menu entry for wdired.
18624
18625 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18626 (rx-bracket, rx-check-any, rx-any): Clean up name space.
18627
18628 * wdired.el (wdired-mode-map): Move init into declaration.
18629 Fix `return' binding.
18630 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18631 Use force-mode-line-update.
18632 (wdired-get-filename): Use `unless'.
18633 (wdired-preprocess-files): Don't assume names have no \n and use / for
18634 dir separator.
18635 (wdired-normalize-filename): Use replace-regexp-in-string.
18636 (wdired-load-hooks): Remove.
18637 (wdired-mode-hooks): Rename to wdired-mode-hook.
18638
18639 * info-look.el: Add support for cfengine-mode.
18640 (info-lookup-setup-mode): Use dolist.
18641
18642 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18643
18644 * wdired.el: New file.
18645
18646 2004-04-23 Juanma Barranquero <lektu@terra.es>
18647
18648 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18649
18650 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18651 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18652 (pcomplete--help, pcomplete--here): Doc fixes.
18653
18654 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18655
18656 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18657 handles wrong-number-of-arguments in backend call.
18658
18659 * vc.el (vc-print-log): Likewise.
18660
18661 2004-04-20 Dave Love <fx@gnu.org>
18662
18663 * emacs-lisp/rx.el: Doc fixes.
18664 (rx-constituents): Add/extend many forms.
18665 (rx-check): Check form is a list.
18666 (bracket): Defvar.
18667 (rx-check-any, rx-any, rx-check-not): Modify.
18668 (rx-not): Simplify.
18669 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18670 (rx-kleene): Use rx-trans-forms.
18671 (rx-quote-for-set): Delete.
18672 (rx): Allow multiple args.
18673
18674 2004-04-23 Kenichi Handa <handa@m17n.org>
18675
18676 * international/mule-util.el (char-displayable-p): Simplify by
18677 using internal-char-font.
18678
18679 2004-04-23 Juanma Barranquero <lektu@terra.es>
18680
18681 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18682
18683 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18684
18685 * diff-mode.el (diff-next-error): New fun.
18686 (diff-mode): Use it.
18687
18688 * simple.el (next-error): Change arg name.
18689 Add support for the documented C-u C-x ` usage.
18690
18691 * frame.el (special-display-popup-frame, next-multiframe-window)
18692 (previous-multiframe-window): Only consider frames on same display.
18693
18694 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18695
18696 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18697 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18698
18699 2004-04-22 Kim F. Storm <storm@cua.dk>
18700
18701 * net/telnet.el (telnet): Add optional port arg.
18702
18703 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18706 Minor sanity check on the `hyperlink' slot.
18707
18708 * Makefile.in (recompile): Compile new files.
18709
18710 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18711 Add byte-recompile-directory's optional `arg'.
18712
18713 * cvs-status.el (cvs-tree-use-charset): New var.
18714 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18715 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18716 (cvs-status-cvstrees): Use it.
18717
18718 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18719 Make it a normal major mode.
18720 (checkdoc-buffer-label): Make sure the file name is meaningful.
18721 (checkdoc-output-to-error-buffer): Remove.
18722 (checkdoc-error, checkdoc-start-section): Rewrite.
18723
18724 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18725 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18726 (Info-title-4-face): Use new syntax.
18727 (info-xref-visited): Inherit from info-xref.
18728
18729 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18730
18731 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18732
18733 * simple.el (next-error-last-buffer, next-error-function):
18734 New variables for the next-error framework.
18735 (next-error-buffer-p): New function.
18736 (next-error-find-buffer): Generalize compilation-find-buffer.
18737 (next-error, previous-error, first-error, next-error-no-select)
18738 (previous-error-no-select): Move from compile.el.
18739
18740 * replace.el (occur-next-error, occur-1): Hook into the next-error
18741 framework.
18742
18743 * progmodes/compile.el (compilation-start):
18744 Set next-error-last-buffer so next-error knows where to jump.
18745 (compilation-setup): Set the buffer-local variable
18746 next-error-function to 'compilation-next-error-function.
18747 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18748 alternate way to find if a buffer is a compilation buffer, for
18749 next-error convenience.
18750 (next-error-no-select, previous-error-no-select, next-error)
18751 (previous-error, first-error): Move to simple.el.
18752 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18753 (compilation-last-buffer): Remove.
18754 (compilation-start, compilation-next-error, compilation-setup)
18755 (compilation-next-error-function, compilation-find-buffer):
18756 Remove compilation-last-buffer use.
18757
18758 2004-04-21 Juanma Barranquero <lektu@terra.es>
18759
18760 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18761 (font-lock-warning-face): Fix spacing.
18762
18763 * makefile.w32-in (WINS): Add url/ directory.
18764
18765 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18766
18767 * desktop.el (desktop-buffer-mode-handlers): New variable.
18768 Alist of major mode specific functions to restore a desktop buffer.
18769 (desktop-buffer-handlers): Make variable obsolete.
18770 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18771 Catch errors signaled in handlers. Update buffer count.
18772 Evaluate desktop-buffer-point.
18773 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18774 move to dired.el.
18775 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18776 move to info.el.
18777 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18778 move to mail/rmail.el.
18779 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18780 to mh-e/mh-e.el.
18781 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18782 On fail, print message (to message buffer) even if
18783 desktop-missing-file-warning is nil.
18784 (desktop-buffer-misc-data-function): New buffer local variable.
18785 Function returning major mode specific data.
18786 (desktop-buffer-misc-functions): Make variable obsolete.
18787 (desktop-save): Use desktop-buffer-misc-data-function.
18788 (desktop-buffer-dired-misc-data): Rename to
18789 dired-desktop-buffer-misc-data and move to dired.el.
18790 (desktop-buffer-info-misc-data): Rename to
18791 Info-desktop-buffer-misc-data and move to info.el.
18792 (desktop-read): Add message about number of buffers restored/failed.
18793
18794 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18795 Add parameters. Pause to display error only when
18796 desktop-missing-file-warning is non-nil.
18797 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18798 (dired-mode): Bind desktop-buffer-misc-data-function.
18799
18800 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18801 Add Parameters.
18802 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18803 (Info-mode): Bind desktop-buffer-misc-data-function.
18804
18805 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18806 Add Parameters.
18807
18808 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18809 Add Parameters.
18810
18811 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18812
18813 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18814 the case of letters in case-insensitive expansions when the
18815 abbrev is preceded by characters with letter syntax.
18816
18817 2004-04-21 Richard M. Stallman <rms@gnu.org>
18818
18819 * progmodes/cperl-mode.el (cperl-putback-char):
18820 Delete Emacs 18 definition.
18821
18822 * international/mule.el (ctext-post-read-conversion):
18823 Use assoc-string, not assoc-ignore-case.
18824
18825 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18826
18827 * emacs-lisp/easymenu.el (easy-menu-add):
18828 Do call x-popup-menu, but only if it's defined.
18829
18830 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18831
18832 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18833 Handle multiple args: compile like progn.
18834
18835 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18836 take all args as &rest arg.
18837
18838 * autoinsert.el (auto-insert-alist): Insert the user's name in
18839 copyright notice, rather than Free Software Foundation.
18840
18841 2004-04-21 Kenichi Handa <handa@m17n.org>
18842
18843 * descr-text.el (describe-char): Make it work on *Help* buffer.
18844
18845 2004-04-21 Kim F. Storm <storm@cua.dk>
18846
18847 * image.el (insert-image): Add optional SLICE arg.
18848 (insert-sliced-image): New defun.
18849
18850 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18851
18852 * subr.el (read-number): Check whether `default' is nil.
18853
18854 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18855
18856 * progmodes/compile.el (compilation-error-properties):
18857 Split into two.
18858 (compilation-internal-error-properties): New one.
18859 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18860
18861 2004-04-20 Richard M. Stallman <rms@gnu.org>
18862
18863 * window.el (split-window-save-restore-data):
18864 Don't update the data if OLD-INFO is nil.
18865
18866 * view.el (view-return-to-alist): Mark it permanent local.
18867
18868 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18869
18870 * recentf.el (recentf-save-list): Catch and warn about errors.
18871
18872 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18873 so "Buffers" won't be pure.
18874
18875 * help-mode.el (help-mode-finish): Set help-return-alist first
18876 thing, setting only the entry for the selected window.
18877
18878 * help-fns.el (describe-function-1): If many non-control non-meta
18879 keys run the command, don't list all of them.
18880
18881 2004-04-20 Juanma Barranquero <lektu@terra.es>
18882
18883 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18884 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18885
18886 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18887
18888 2004-04-20 Kenichi Handa <handa@m17n.org>
18889
18890 * international/quail.el (quail-lookup-key): New optional arg
18891 NOT-RESET-INDICES.
18892 (quail-get-translations): Call quail-lookup-key with
18893 NOT-RESET-INDICES t.
18894 (quail-completion): Likewise.
18895 (quail-lookup-map-and-concat): Likewise.
18896
18897 2004-04-20 Kenichi Handa <handa@m17n.org>
18898
18899 * international/quail.el (quail-update-translation): Don't insert
18900 such an unsupported multibyte char in a unibyte buffer.
18901
18902 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18903
18904 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18905 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18906 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18907 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18908 (gdb-frame-assembler-buffer): Improve behavior with
18909 multiple frames.
18910 (gdb-display-buffer): Extend search to all visible frames.
18911
18912 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18913
18914 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18915 characters left after base64 decoding.
18916 (rmail-decode-region): Use -dos variety of `coding', to remove any
18917 ^M characters left after qp or base64 decoding.
18918
18919 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18920
18921 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18922 messages.
18923
18924 2004-04-19 Stephen Eglen <stephen@gnu.org>
18925
18926 * add-log.el (add-change-log-entry): Update doc string to mention
18927 add-log-full-name and add-log-mailing-address.
18928
18929 2004-04-18 Juri Linkov <juri@jurta.org>
18930
18931 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18932 (Info-find-node-2): Simplify error message.
18933 (Info-insert-dir): Use Info-following-node-name.
18934 (Info-goto-node): Remove *info-history* and *info-toc*.
18935 (Info-history): Create a node of the virtual history file.
18936 (Info-toc): Create a node of the virtual toc file.
18937 (Info-insert-toc): New arg `curr-file' for reference file names.
18938 (info-apropos): Remove redundant var binding for temp-file.
18939 (Info-index, Info-index-next, Info-mode): Doc fix.
18940 (Info-goto-emacs-command-node): Don't jump to *info* from
18941 non-*info* Info buffers.
18942 (Info-fontify-node): Don't show the file name of external
18943 references if `Info-hide-note-references' is `hide'. Don't hide
18944 newlines at the end of paragraphs.
18945
18946 * international/mule-diag.el (list-input-methods):
18947 Fix args to help-xref-button.
18948
18949 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18950 to put into effect local variables from TUTORIAL files.
18951
18952 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18953 with default value taken from the variable `sentence-end'.
18954 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18955 Add nil const to :type.
18956 (sentence-end-without-period, sentence-end-double-space)
18957 (sentence-end-without-space): Doc fix.
18958
18959 * textmodes/paragraphs.el (forward-sentence):
18960 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18961 (fill-delete-newlines):
18962 * progmodes/cc-cmds.el (c-beginning-of-statement):
18963 Use function `sentence-end' instead of variable `sentence-end'.
18964
18965 2004-04-18 Andreas Schwab <schwab@suse.de>
18966
18967 * progmodes/compile.el (compilation-start): Set window start to
18968 point-min if compilation-scroll-output is nil.
18969
18970 2004-04-18 John Wiegley <johnw@newartisans.com>
18971
18972 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18973
18974 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18975
18976 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18977 (gdb-info-breakpoints-custom): Revert previous change.
18978 (gdb-view-assembler): Update assembler if necessary.
18979 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18980 (gdb-display-source-buffer): Update properly when both source and
18981 assembler are visible.
18982
18983 2004-04-17 John Wiegley <johnw@newartisans.com>
18984
18985 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18986 which limits the number of names shown in the minibuffer. Off by
18987 default.
18988 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18989 up iswitchb for users with a multitude of open buffers by showing
18990 only the first and last N/2 buffers in the completion list (which
18991 is enough to aid C-s/C-r, and to know that more characters are
18992 needed to refine the completion list).
18993
18994 2004-04-17 Richard M. Stallman <rms@gnu.org>
18995
18996 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18997 (file-truename): Expand all ~ constructs directly.
18998 (insert-directory): Delete any error msg output by the
18999 `insert-directory-program'.
19000
19001 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19002 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19003 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19004 (allout-init): Use find-file-hook, not find-file-hooks.
19005 (allout-mode): Eliminate Emacs 18 support.
19006 Use write-contents-functions, not local-write-file-hooks.
19007
19008 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19009
19010 * progmodes/compile.el (compilation-error-properties): Fix for
19011 adding messages when there are already markers for their file.
19012 (compilation-fake-loc): New function.
19013
19014 2004-04-16 Dave Love <fx@gnu.org>
19015
19016 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
19017 (python-load-file): Fix python-orig-start setting.
19018
19019 * progmodes/compile.el: Doc fixes.
19020 (compilation-error-regexp-alist-alist)
19021 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19022 (compilation-assq): Wrap in eval-when-compile.
19023 (compilation-mode-font-lock-keywords): Don't use list*.
19024 (compilation-start): Avoid warning.
19025 (compilation-compat-error-properties)
19026 (compilation-directory-properties): Add keymap property.
19027 (compilation-parsing-end): Make it a marker for better compatibility.
19028
19029 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19030
19031 2004-04-16 Mark A. Hershberger <mah@everybody.org>
19032
19033 * xml.el: Doc fixes.
19034 (xml-get-children): Only looks at sub-tags and ignore strings.
19035
19036 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19037
19038 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19039
19040 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19041
19042 2004-04-16 Andre Spiegel <spiegel@gnu.org>
19043
19044 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19045
19046 * vc.el (vc-print-log): Likewise.
19047
19048 2004-04-16 Masatake YAMATO <jet@gyve.org>
19049
19050 * simple.el (completion-setup-function): Set an initial value
19051 to `element-common-end' before entering loop. Set a value
19052 to `element-common-end' at the end of loop.
19053 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
19054 (completions-common-part): Rename from completion-de-emphasis.
19055 (completions-first-difference): Rename from completion-emphasis.
19056 Suggested by RMS.
19057
19058 2004-04-16 Juanma Barranquero <lektu@terra.es>
19059
19060 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19061 (bookmark-edit-annotation-mode): Add mode name.
19062
19063 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19066 for nested conflict markers.
19067 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19068
19069 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
19070
19071 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19072
19073 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19074
19075 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19076
19077 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19078 Give a backtrace if requested.
19079
19080 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19081
19082 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19083 Remove unused functions.
19084 (python-orig-start-line, python-orig-file): Remove.
19085 (python-orig-start): New var.
19086 (python-input-filter, python-compilation-line-number)
19087 (python-send-region, python-load-file): Use it.
19088
19089 * info.el (info): Always jump to *info*.
19090
19091 * subr.el (posn-set-point): New function.
19092
19093 * mouse.el (mouse-set-point): Use it.
19094
19095 * progmodes/compile.el (compile-goto-error): Use it.
19096 (compilation-button-map): New keymap.
19097 (compilation-error-properties): Use it.
19098 (compilation-shell-minor-mode-map): Don't bind mouse-2.
19099
19100 * smerge-mode.el (smerge-popup-context-menu): Use it.
19101
19102 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19103 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19104 mouse and non-mouse case.
19105
19106 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19107 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19108
19109 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19110 Make it work for non-mouse events.
19111
19112 * pcvs-info.el (cvs-status-map): Update binding name.
19113
19114 2004-04-14 Mark A. Hershberger <mah@everybody.org>
19115
19116 * xml.el (xml-maybe-do-ns): New function to handle namespace
19117 parsing of both attribute and element names.
19118 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19119 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19120 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
19121 (xml-parse-attlist): Make it do its own namespace parsing.
19122
19123 2004-04-14 Dave Love <fx@gnu.org>
19124
19125 * progmodes/python.el (run-python): Fix use of \n.
19126 (python-load-file): Remove `try' from Python fragment.
19127 (python-describe-symbol): Fix message.
19128
19129 * comint.el: Doc fixes.
19130 (comint-last-input-start, comint-last-input-end)
19131 (comint-last-output-start): Give them values.
19132 (comint-arguments): Avoid warning.
19133 (comint-skip-prompt): Use line-end-position.
19134 (comint-backward-matching-input): Rename arg to agree with doc.
19135 (comint-extract-string): Use syntax-ppss.
19136 (comint-dynamic-simple-complete): Delete useless list construction.
19137 (comint-redirect-subvert-readonly): New.
19138 (comint-redirect-preoutput-filter): Use it.
19139
19140 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19141 Correctly handle negative arguments when calling hook functions.
19142
19143 2004-04-14 Jesper Harder <harder@ifa.au.dk>
19144
19145 * info.el (info-apropos): Don't clobber Info-history-list.
19146
19147 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19148
19149 * progmodes/compile.el (compilation-setup):
19150 Localize overlay-arrow-position.
19151 (compilation-sentinel): Restructure code equivalently.
19152 (compilation-next-error): Find message on same line after point if
19153 not found before point.
19154 (compile-mouse-goto-error): Restore function so that compilation
19155 buffer need not be current and use compile-goto-error.
19156 (compile-goto-error): Restore function.
19157 (next-error): Set overlay-arrow-position.
19158 (compilation-forget-errors): Don't localize already local
19159 compilation-locs and remove FIXME about refontifying.
19160
19161 2004-04-14 Kim F. Storm <storm@cua.dk>
19162
19163 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19164 (command-line): New option -Q. Like -q --no-site-file, but
19165 in addition it also disables menu-bar, tool-bar, scroll-bars,
19166 tool-tips, and the blinking cursor.
19167 (command-line-1): Skip startup screen if -Q.
19168 (fancy-splash-head): Use ":align-to center" prop to center splash image.
19169
19170 * emulation/cua-base.el (cua-read-only-cursor-color)
19171 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19172
19173 2004-04-13 Dave Love <fx@gnu.org>
19174
19175 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19176 (syntax): Don't require.
19177 (python) <defgroup>: Add :version.
19178 (python-quote-syntax): Re-written.
19179 (inferior-python-mode): Move stuff here from run-python and add
19180 some more.
19181 (python-preoutput-continuation, python-preoutput-result)
19182 (python-dotty-syntax-table): New.
19183 (python-describe-symbol): Use them.
19184 (run-python): Move stuff to inferior-python-mode. Modify code
19185 loaded into Python.
19186 (python-send-region): Use python-proc, python-send-string.
19187 (python-send-string): Send newlines too. Callers changed.
19188 (python-load-file): Re-written.
19189 (python-eldoc-function): New.
19190 (info-look): Don't require.
19191 (python-after-info-look): New. A modified version of former
19192 top-level code for use with eval-after-load.
19193 (python-maybe-jython, python-guess-indent): Use widened buffer.
19194 (python-fill-paragraph): Re-written.
19195 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19196 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19197
19198 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19201 Set compilation-error-regexp-alist earlier.
19202
19203 * progmodes/compile.el (compilation-minor-mode-map)
19204 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19205 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19206
19207 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19208
19209 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19210 corresponding to the event.
19211
19212 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
19213
19214 * loadup.el: Add cygwin to system-type list, for unexec() support.
19215
19216 2004-04-12 John Paul Wallington <jpw@gnu.org>
19217
19218 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19219 (ibuffer-restore-window-config-on-quit): New variable to replace
19220 `ibuffer-delete-window-on-quit'. Update all references.
19221 (ibuffer-prev-window-config): New variable.
19222 (ibuffer-quit): Restore previous window configuration instead of
19223 deleting window.
19224 (ibuffer): Save window configuration before showing Ibuffer buffer.
19225
19226 * help.el (describe-mode): Doc fix.
19227
19228 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19231 not to treat nil as a function.
19232
19233 * vc-arch.el (vc-arch-root): Be a bit more careful.
19234 (vc-arch-register): Save the buffer if we modified it.
19235 (vc-arch-delete-rej-if-obsolete): Save excursion.
19236 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19237 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19238
19239 * net/ldap.el (ldap-search): Use list*.
19240
19241 2004-04-12 Juri Linkov <juri@jurta.org>
19242
19243 * info.el (Info-follow-reference): Allow multiline reference name.
19244
19245 2004-04-11 Dave Love <fx@gnu.org>
19246
19247 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19248
19249 * progmodes/python.el: New file.
19250
19251 2004-04-11 Andre Spiegel <spiegel@gnu.org>
19252
19253 * vc-hooks.el (vc-arg-list): Function removed.
19254 (vc-default-workfile-unchanged-p): Use condition-case to check for
19255 backward compatibility.
19256
19257 * vc.el (vc-print-log): Use condition-case to check for backward
19258 compatibility.
19259
19260 2004-04-11 Juri Linkov <juri@jurta.org>
19261
19262 * dired.el (dired-faces): New defgroup.
19263 (dired-header, dired-mark, dired-marked, dired-flagged)
19264 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19265 New faces.
19266 (dired-header-face, dired-mark-face, dired-marked-face)
19267 (dired-flagged-face, dired-warning-face, dired-directory-face)
19268 (dired-symlink-face, dired-ignored-face): New face variables.
19269 (dired-font-lock-keywords): Use them instead of font-lock faces.
19270 Split the rule for dired marks into 3 separate rules: for marks,
19271 marked file names and flagged file names.
19272
19273 * help-mode.el (help-make-xrefs): Add a final newline to the
19274 *Help* buffer.
19275
19276 2004-04-11 John Paul Wallington <jpw@gnu.org>
19277
19278 * replace.el (occur-engine): Distinguish between one and several
19279 matches in the matches per buffer heading.
19280
19281 2004-04-11 Kim F. Storm <storm@cua.dk>
19282
19283 * ido.el (ido-confirm-unique-completion): New defcustom.
19284 (ido-complete): Use it.
19285 (ido-write-file): Set it to t unconditionally.
19286
19287 2004-04-10 Miles Bader <miles@gnu.org>
19288
19289 RCS keyword removal (only non-comment changes are enumerated here):
19290
19291 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19292 (byte-compile-insert-header): Don't use `byte-compile-version'.
19293 * forms.el (forms-version): Variable removed.
19294 (forms-mode): Don't use `forms-version'.
19295 * recentf.el (recentf-version): Variable removed.
19296 * progmodes/delphi.el (delphi-version): Variable removed.
19297 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19298
19299 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19300
19301 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19302
19303 2004-04-09 Jesper Harder <harder@ifa.au.dk>
19304
19305 * info.el (info-apropos): Improve menu item regexp.
19306
19307 2004-04-09 Simon Josefsson <jas@extundo.com>
19308
19309 * mail/smtpmail.el: Add comment, based on report by
19310 kdc@rcn.com (Kevin D. Clark).
19311
19312 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19315 Redo one more thing that I didn't notice Daniel had undone.
19316
19317 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
19318
19319 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19320 (gdb-goto-breakpoint, gdb-display-buffer)
19321 (gdb-display-source-buffer, gdb-view-source-function)
19322 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19323 (gdb-source-info, gdb-frame-handler): Don't specify a window
19324 for display.
19325 (gdb-info-breakpoints-custom): Remove superfluous update of
19326 assembler buffer.
19327 (gdb-many-windows): Make settable outside gdb.
19328
19329 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19330
19331 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19332 Derive from fundamental-mode rather than text-mode.
19333
19334 2004-04-08 Juri Linkov <juri@jurta.org>
19335
19336 * info.el (Info-history): Doc fix.
19337 (Info-history-list): New var.
19338 (info-xref): Change magenta4 to blue, remove bold for dark and
19339 light backgrounds, change bold to underline for non-color classes.
19340 (info-xref-visited): New face.
19341 (Info-fontify-visited-nodes): New custom.
19342 (Info-hide-note-references): Add new value `hide'. Doc fix.
19343 (Info-reference-name): New var.
19344 (Info-selection-hook): New custom.
19345 (Info-edit-mode-hook): New var.
19346 (Info-find-file): New fun.
19347 (Info-find-node): Move part of code to Info-find-file.
19348 (Info-find-node-2): Add anchors to Info-history-list. Move point
19349 to the place with the reference name if name is defined.
19350 (Info-select-node): Add current node to Info-history-list.
19351 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19352 (Info-search-whitespace-regexp): New custom.
19353 (Info-search-case-fold): New var.
19354 (Info-search): Add "case-sensitively" to the prompt.
19355 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
19356 (Info-search-case-sensitively, Info-search-next): New fun.
19357 (Info-up): Move point to the menu item of the current node.
19358 (Info-history): New fun. Add *info-history* to
19359 same-window-buffer-names.
19360 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19361 (Info-insert-toc): New fun.
19362 (Info-build-toc): New fun.
19363 (Info-follow-reference): Add new arg `fork'. Doc fix.
19364 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19365 with the same name prefer the reference closest to point.
19366 (Info-next-reference): Replace * by + in the *Note regexp.
19367 Add regexp for http:// and ftp://. Skip the *Note prefix.
19368 (Info-prev-reference): Replace * by + in the *Note regexp.
19369 Add regexp for http:// and ftp://. Skip the *Note prefix.
19370 (Info-follow-nearest-node): Add new arg `fork'.
19371 (Info-try-follow-nearest-node): Add new arg `fork'.
19372 Call browse-url for http:// and ftp:// references.
19373 Set Info-reference-name for index entries.
19374 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19375 Info-search-next, Info-history, Info-toc, clone-buffer.
19376 (Info-menu-update): Replace * by + in the *Note regexp.
19377 (Info-mode): Add documentation for Info-history, Info-toc,
19378 Info-search-case-sensitively, Info-search-next, clone-buffer.
19379 (Info-fontify-menu-headers): Remove fun. Move code to
19380 Info-fontify-node.
19381 (Info-fontify-node): Add docstring. Add local vars
19382 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19383 then fontify header line, titles, menu headers, http and ftp
19384 references, refill paragraphs. If not-fontified-p is t or
19385 fontify-visited-p is t then fontify cross references, menu items.
19386 Fontify menu headers. Fontify http and ftp references.
19387 Change regexp for cross references to require whitespace after *Note,
19388 add matching groups for file and node names. Remove hack for quote.
19389 Use display property for Info-hide-note-references=t. Use fifth
19390 or fourth match for help-echo. Display visited nodes in a
19391 different face. Unhide file names of external references.
19392 Unhide newlines. Display visited menu items in a different face.
19393
19394 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19395
19396 * progmodes/compile.el: Require CL.
19397 (compilation-mode-font-lock-keywords): Re-install the "line as
19398 function" patch.
19399
19400 * help-fns.el (help-C-source-directory): New var.
19401 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19402 (describe-function-1, describe-variable): Use them.
19403
19404 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19405 to C source files specially.
19406
19407 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19408
19409 * info.el (Info-hide-cookies-node): New function.
19410 (Info-select-node): Use it.
19411 (Info-display-images-node): Remove message with image file name.
19412
19413 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19414
19415 * progmodes/compile.el (compilation-warning-face)
19416 (compilation-info-face, compilation-skip-threshold)
19417 (compilation-skip-visited, compilation-context-lines):
19418 Declare :version when added to Emacs.
19419 (compilation-error-regexp-alist-alist): Extend caml and irix.
19420 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19421 (compilation-mode-font-lock-keywords): Temporarily undo line as
19422 function patch, which wasn't ready.
19423
19424 2004-04-07 Kenichi Handa <handa@m17n.org>
19425
19426 * international/latin1-disp.el (latin1-display-setup): Check each
19427 character is displayable or not instead of calling
19428 latin1-display-check-font.
19429
19430 2004-04-06 Kenichi Handa <handa@m17n.org>
19431
19432 * language/ethio-util.el (ethio-sera-being-called-by-w3):
19433 New variable.
19434 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19435 instead of sera-being-called-by-w3.
19436 (ethio-fidel-to-sera-buffer): Likewise.
19437 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19438 instead of sera-being-called-by-w3.
19439 (ethio-write-file): Likewise.
19440
19441 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19442
19443 * printing.el: Doc fix.
19444
19445 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
19446
19447 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19448 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19449 (gdb-setup-windows): Only use separate IO buffer if required.
19450
19451 2004-04-06 Kim F. Storm <storm@cua.dk>
19452
19453 * term.el (term-is-xemacs): Remove.
19454 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19455 (term-window-width): New function.
19456 (term-mode, term-check-size): Use it.
19457 (term-mode): Disable overflow-newline-into-fringe in term buffer.
19458
19459 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
19460
19461 * cus-edit.el (custom-add-parent-links): Change unbound variable
19462 `symbol' to `name'.
19463
19464 2004-04-05 Jesper Harder <harder@ifa.au.dk>
19465 * info.el (info-apropos): New function.
19466 (Info-mode-menu): Add it.
19467 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19468
19469 * help-mode.el (help-make-xrefs): Recognize aliased variable with
19470 inherited docstring.
19471
19472 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19473
19474 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19475
19476 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19477
19478 * progmodes/compile.el (font-lock): Don't require any more.
19479 (compilation-error-properties, compilation-start, compilation-sentinel)
19480 (compilation-filter, next-error): Use with-current-buffer.
19481 (compilation-skip-to-next-location, compilation-skip-threshold)
19482 (compilation-skip-visited): Move to silence the byte-compiler.
19483 (compilation-setup): Simplify.
19484 (compilation-next-error): Use line-(beginning|end)-position.
19485 Make sure `pt' is non-nil before using compilation-loop.
19486 (compile-goto-error): Add optional event arg. Use it.
19487 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19488 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19489 Update the binding for mouse-2.
19490 (first-error): Set compilation-current-error to nil rather than bob.
19491 (compilation-parsing-end, compilation-parse-errors-function)
19492 (compilation-error-list, compilation-old-error-list):
19493 "New" compatibility variables.
19494 (compile-buffer-substring, compilation-compat-error-properties)
19495 (compilation-compat-parse-errors, compilation-forget-errors):
19496 New compatibility functions.
19497 (compilation-mode-font-lock-keywords): Use them.
19498
19499 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19500
19501 * autorevert.el (auto-revert-handler): If point (or a window
19502 point) is at the end of the buffer, keep it there after
19503 reverting. This allows to tail a file.
19504 Mention this in the `Commentary'.
19505
19506 * format.el (format-write-file): Add optional argument CONFIRM
19507 and make it behave like the analogous argument to `write-file'.
19508
19509 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19510
19511 * progmodes/ebnf2ps.el: Doc fix.
19512 (ebnf-version): New version number (4.2).
19513 (ebnf-syntax): Customization and docstring fix.
19514 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19515 Put autoloaded funs before first use.
19516 (ebnf-style-database): Add dtd entry.
19517 (ebnf-syntax-alist): Add dtd initialization.
19518 (ebnf-token-sequence): New fun.
19519 (ebnf-comment-table): Add new comment action character.
19520 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19521
19522 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19523 Type Definition for XML).
19524
19525 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19526 * progmodes/ebnf-bnf.el (ebnf-sequence):
19527 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19528 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19529 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19530 Code simplification: call ebnf-token-sequence.
19531
19532 2004-04-04 Eli Zaretskii <eliz@gnu.org>
19533
19534 * calendar/timeclock.el (timeclock-relative)
19535 (timeclock-get-project-function, timeclock-get-workday-function)
19536 (timeclock-query-out, timeclock-when-to-leave)
19537 (timeclock-when-to-leave-string, timeclock-log-data)
19538 (timeclock-generate-report, timeclock-in): Doc fixes.
19539
19540 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19541
19542 * url/: New dir. Import the URL package from its repository.
19543
19544 2004-04-03 Andreas Schwab <schwab@suse.de>
19545
19546 * diff-mode.el (diff-mode): Fix missing quote.
19547
19548 2004-04-03 Juri Linkov <juri@jurta.org>
19549
19550 * descr-text.el (describe-property-list): Add `font-lock-face'.
19551
19552 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19553
19554 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19555
19556 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19557 Use utf-16le on little endian machines and utf-16be otherwise.
19558
19559 2004-04-02 David Kastrup <dak@gnu.org>
19560
19561 * net/browse-url.el (browse-url-generic): Use call-process
19562 instead of start-process to allow browsers that fork and detach.
19563
19564 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19565
19566 * compile.el (compilation-current-error): New var.
19567 (compilation-setup, compile-mouse-goto-error)
19568 (compile-goto-error, next-error): Use it.
19569 (compilation-skip-to-next-location): Default to t, which gives
19570 contiguous skipping like old compile (where this was redundant).
19571 (compilation-next-error): Prevent previous-* commands from moving
19572 back to message at or just before point.
19573
19574 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
19575
19576 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19577 (gdb-source-info): Don't display source at startup, if required.
19578 (gdb-show-main): New option.
19579 (gdba): Update documentation.
19580 (gdb-source): Cover case of auto-display output.
19581
19582 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19583
19584 * autorevert.el: Delete obsolete autoloads and defvars.
19585 (auto-revert-check-vc-info): New user option.
19586 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19587 (auto-revert-handler-vc): Delete.
19588 (auto-revert-handler): Treat return value `fast' of
19589 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
19590
19591 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19592 return `fast'.
19593
19594 * files.el (buffer-stale-function): Doc change.
19595
19596 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19597
19598 * printing.el: New tip on Tips section.
19599 (pr-version): New version number (6.7.4).
19600 (pr-shell-file-name): Initialization fix.
19601
19602 2004-03-31 Juri Linkov <juri@jurta.org>
19603
19604 * dired.el: Add autoload for `dired-do-touch'.
19605 (dired-touch-program): New var.
19606 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19607 (dired-no-confirm): Add `touch' to docstring.
19608
19609 * dired-aux.el (dired-do-touch): New fun.
19610 (dired-do-chxxx): Add argument -t for touch operation.
19611
19612 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19613 `dired-move-to-filename-regexp'.
19614
19615 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
19616
19617 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19618
19619 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19620
19621 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19622 and only if the buffer was modified.
19623
19624 2004-03-30 Kenichi Handa <handa@m17n.org>
19625
19626 * international/characters.el: Delete pairs for U+2308..U+230B.
19627
19628 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
19629
19630 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19631 to detect the beginning of a level 2 or 3 annotation.
19632
19633 2004-03-29 Kenichi Handa <handa@m17n.org>
19634
19635 * international/ucs-tables.el (ucs-insert): Fix the error message.
19636
19637 2004-03-29 Kenichi Handa <handa@m17n.org>
19638
19639 * international/mule-util.el (char-displayable-p): Fix generation
19640 of XLFD file name.
19641
19642 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19643 before finding directories by `find'.
19644
19645 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19646
19647 * subr.el (interactive-form): Delete. Now implemented in C.
19648
19649 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19650
19651 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19652 (vc-diff-label): New fun.
19653 (vc-diff-internal): Use it.
19654
19655 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19656
19657 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19658
19659 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19660
19661 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19662 specify XML (EBNFX).
19663
19664 * progmodes/ebnf2ps.el: Doc fix.
19665 (ebnf-version): New version number (4.1).
19666 (ebnf-syntax): Adjust customization.
19667 (ebnf-style-database): Add ebnfx entry.
19668 (ebnf-syntax-alist): Add ebnfx initialization.
19669 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19670
19671 * printing.el: Doc fix.
19672 (pr-version): New version number (6.7.3).
19673 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19674 returns nil for mouse position. Reported by Drew Adams
19675 <drew.adams@oracle.com>.
19676 (pr-update-menus): Modify interactive declaration. Reported by Drew
19677 Adams <drew.adams@oracle.com>.
19678
19679 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19680
19681 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19682 (gud-gdba-marker-filter): Log the process input and output, if
19683 required. From Stefan Monnier.
19684 (gdb-debug-log, gdb-enable-debug-log): New variables.
19685 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19686
19687 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19688
19689 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19690 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19691
19692 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19693
19694 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19695 Call vc-find-file-hook here instead of in auto-revert-buffers.
19696 (auto-revert-buffers): Delete call to vc-find-file-hook.
19697 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19698 (global-auto-revert-mode, auto-revert-set-timer)
19699 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19700
19701 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19702
19703 * woman.el (woman-change-fonts): Rename local variable
19704 woman-font-alist to font-alist to avoid a compiler warning.
19705
19706 2004-03-27 Dave Love <fx@gnu.org>
19707
19708 * emacs-lisp/rx.el (rx): Doc fix.
19709 Fix copyright years.
19710
19711 * strokes.el (strokes-global-set-stroke-string): New function.
19712 (strokes-list-strokes): Cope with strings, not just commands.
19713 Set foreground color of image.
19714 (strokes-global-set-stroke): Doc fix.
19715
19716 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19717
19718 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19719 Auto Revert mode.
19720 (Buffer-menu-files-only): New variable.
19721 (Buffer-menu-toggle-files-only): New function.
19722 (Buffer-menu-mode-map): Bind it to `T'.
19723 (Buffer-menu-mode): Mention `T' in docstring.
19724 Set buffer-stale-function.
19725 (list-buffers-noselect): Mark buffer non-modified and set
19726 Buffer-menu-files-only.
19727
19728 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19729
19730 * autorevert.el (auto-revert-handler): Print revert message
19731 before, rather than after, reverting.
19732 (buffer-stale-function): Move to files.el.
19733
19734 * files.el (buffer-stale-function): Move here from autorevert.el.
19735
19736 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19737
19738 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19739
19740 * calc/calc.el (calc-mode-map): Use mapc.
19741
19742 * apropos.el (apropos-mode): Don't autoload.
19743 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19744 (apropos): Use it.
19745 (apropos-print): Add optional `text' argument.
19746 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19747 Don't assume point-min == 1.
19748
19749 * bs.el (bs-buffer-list): Use buffer-local-value.
19750 (bs--set-toggle-to-show): Use with-current-buffer.
19751
19752 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19753 New funs.
19754 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19755
19756 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19757
19758 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19759 (dabbrev--find-expansion): Use pop.
19760 (dabbrev--search): Use match-string-no-properties.
19761
19762 * dired.el (dired-mode): Use run-mode-hooks.
19763 (dired-move-to-end-of-filename): Use match-string.
19764
19765 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19766 is bound before using it.
19767 (ediff-verbose-p): Make it into a var since it's not constant.
19768
19769 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19770
19771 * faces.el (read-face-font): Don't cons up unnecessarily.
19772 (header-line, tool-bar): Share common parts.
19773
19774 * files.el (file-relative-name): Use compare-strings.
19775
19776 * finder.el (finder-mode): Follow coding convention.
19777
19778 * subr.el (read-number): New function.
19779
19780 * ses.el (ses-read-number): Move to subr.el.
19781 (ses-set-header-row): Use read-number.
19782
19783 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19784
19785 * vc-hooks.el (vc-arg-list): New function, which handles both
19786 compiled and uncompiled code.
19787 (vc-default-workfile-unchanged-p): Use it.
19788
19789 * vc.el (vc-print-log): Undo prev change, use new function
19790 vc-arg-list from vc-hooks.el.
19791
19792 2004-03-26 Masatake YAMATO <jet@gyve.org>
19793
19794 * simple.el (completion-setup-function): Emphasize the
19795 first uncommon characters in the completions; and de-emphasize
19796 the common prefix substrings.
19797 (completion-emphasis): New face.
19798 (completion-de-emphasis): New face.
19799
19800 2004-03-25 Juanma Barranquero <lektu@terra.es>
19801
19802 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19803 Comment out (it's unused and unfinished code).
19804
19805 2004-03-25 Sam Steingold <sds@gnu.org>
19806
19807 * vc.el (vc-print-log): Fix a bug in the last patch:
19808 backend-function may be a byte-compiled object, not a lambda.
19809
19810 2004-03-25 Juri Linkov <juri@jurta.org>
19811
19812 * descr-text.el (describe-property-list): Add a button
19813 for `face' property that calls `describe-face'.
19814 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19815
19816 * international/mule.el (keyboard-coding-system):
19817 * kmacro.el (kmacro-call-macro): Fix docstring.
19818
19819 * dired.el: Fix comments.
19820
19821 * textmodes/fill.el (fill): Fix Info link.
19822
19823 * font-lock.el (fast-lock, lazy-lock):
19824 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19825 Info node.
19826
19827 * eshell/eshell.el (eshell): Fix broken info-link.
19828
19829 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19830 * eshell/em-banner.el (eshell-banner):
19831 * eshell/em-smart.el (eshell-smart):
19832 * eshell/esh-cmd.el (eshell-cmd):
19833 Comment out broken info-links to incomplete Info manual.
19834
19835 * info-xref.el: Fix commentary.
19836
19837 2004-03-25 Kevin Ryde <user42@zip.com.au>
19838
19839 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19840 Remove spurious node duplicate suppression, doesn't work, not wanted.
19841 (info-xref-output): Take format style args, add "sit-for 0" to let
19842 user see the results as they progress.
19843 (info-xref-check-all-custom): New function.
19844
19845 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19846
19847 * gdb-ui.el: Moved to progmodes.
19848
19849 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19852
19853 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19854
19855 * calendar/appt.el (appt-check): Remove superfluous progn.
19856 When finished with diary buffer: if it was not being displayed
19857 before, kill it; otherwise restore its original state.
19858 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19859
19860 * calendar/calendar.el (calendar-set-mode-line): Use total
19861 available mode-line width, rather than frame-width.
19862
19863 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19864 after mode change so effect not lost.
19865
19866 2004-03-23 Dave Love <fx@gnu.org>
19867
19868 * dired.el (dired) <defgroup>: Add link to manual.
19869 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19870 (dired-revert): Use dolist.
19871 (dired-mode-map): Add U binding.
19872 (dired-mode): Add font-lock-beginning-of-syntax-function.
19873 (dired-garbage-files-regexp): Make it a defcustom.
19874
19875 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19876
19877 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19878 is equivalent to nil.
19879 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19880 (vc-arch-mode-line-string): Accept `added' state.
19881 (vc-arch-state): Use inode-sigs if available.
19882 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19883 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19884 (vc-arch-tagline-re): New var.
19885 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19886 New functions.
19887 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19888 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19889
19890 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19891 (vc-file-not-found-hook): Use it.
19892
19893 * diff-mode.el (diff-default-read-only): Change default.
19894 (diff-mode-hook): Make it a defcustom. Add some options.
19895 (diff-mode-map): Bind diff-refine-hook.
19896 (diff-yank-handler): New var.
19897 (diff-yank-function): New fun.
19898 (diff-font-lock-keywords): Use them.
19899 (diff-end-of-file): Handle case where file-header looks like diff text.
19900 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19901 (diff-file-kill): Delete a subsequent empty line, if applicable.
19902 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19903 (diff-find-file-name): Use it.
19904 (diff-tell-file-name): New command.
19905 (diff-mode): Be careful with view-mode.
19906 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19907 New functions, for use in diff-mode-hook.
19908 (diff-find-source-location): Catch "regex too large" errors.
19909 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19910 (diff-refine-hunk): New command.
19911
19912 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19913 (smerge-context-menu-map): Remove unused var.
19914 (smerge-keep-all): Preserve markers.
19915 (smerge-keep-n): New fun.
19916 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19917 (smerge-keep-current, smerge-ediff): Use it.
19918 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19919 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19920 (smerge-resolve): Resolve trivial 3-part conflicts.
19921
19922 2004-03-23 Juri Linkov <juri@jurta.org>
19923
19924 * man.el (Man-width): New var.
19925 (Man-getpage-in-background): Use it.
19926 (Man-support-local-filenames): New var and fun.
19927 (Man-build-man-command): Don't add a second %s.
19928 (Man-fontify-manpage): Clean up message.
19929 (Man-mode): Set outline-regexp, outline-level,
19930 imenu-generic-expression.
19931
19932 * woman.el (woman-fill-frame): Doc fix.
19933 (woman-decode-region): Use window-width instead of frame-width.
19934
19935 * abbrevlist.el (list-one-abbrev-table):
19936 * descr-text.el (describe-char):
19937 * international/mule-diag.el (describe-current-coding-system):
19938 * international/quail.el (quail-insert-decode-map):
19939 Use window-width instead of frame-width.
19940
19941 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19942 (jka-compr-mode-alist-additions): Add tbz.
19943 (jka-compr-write-region, jka-compr-insert-file-contents):
19944 Add message for undefined compress-program.
19945 (jka-compr-write-region): Remove redundant var bindings.
19946
19947 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19948 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19949 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19950 (dired-man): Use dired-guess-shell-command.
19951 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19952 Change default nil to t.
19953
19954 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19955 (dired-compare-directories): Add default value for empty input.
19956
19957 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19958
19959 * time.el (display-time-string-forms): Fix help-echo date format.
19960
19961 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19962
19963 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19964 (buffer-stale-function): New variable.
19965 (auto-revert-list-diff, auto-revert-dired-file-list)
19966 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19967 (auto-revert-handler): Take over some functionality of deleted
19968 functions.
19969 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19970
19971 * dired.el (dired-directory-changed-p): New fun, extracted from
19972 dired-internal-noselect.
19973 (dired-buffer-stale-p): New fun.
19974 (dired-internal-noselect): Use dired-directory-changed-p.
19975 Eliminate revert messages.
19976 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19977
19978 2004-03-23 Kenichi Handa <handa@m17n.org>
19979
19980 * international/characters.el: Setup syntaxes for more parentheses
19981 Unicode characters.
19982
19983 * international/mule-cmds.el (select-safe-coding-system):
19984 Merge coding-system and auto-cs before comparing them.
19985
19986 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19987
19988 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19989
19990 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19991 normal-auto-fill-function and comment-indent-function.
19992 The default values now work just as well.
19993 Don't set font-lock-beginning-of-syntax-function since we already set
19994 syntax-begin-function.
19995 (lisp-outline-level): Put ;;;###autoload at same level as (.
19996 (prin1-char): Quote special chars.
19997
19998 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19999 than with-no-warnings.
20000
20001 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20002 if the source location can't be found.
20003 (edebug-compute-previous-result): Use prin1-char.
20004
20005 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20006 (debug-ignored-errors): Add an entry.
20007
20008 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20009 (byte-compile-file): Output warning when deleting a file.
20010
20011 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20012 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20013
20014 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20015 (byte-compile-inline-expand): Use backquote.
20016 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20017 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20018
20019 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20020
20021 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20022
20023 2004-03-22 Juri Linkov <juri@jurta.org>
20024
20025 * finder.el (finder-known-keywords): Fix data, tex, unix.
20026
20027 * play/landmark.el: Fix keywords.
20028
20029 * language/ethio-util.el (ethio-find-file): Doc fix.
20030
20031 * emacs-lisp/warnings.el: Doc fix.
20032
20033 * textmodes/ispell.el (ispell-help): Doc fix.
20034
20035 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20036
20037 * format.el (format-insert-file): Always return a list of two
20038 elements, like insert-file-contents does.
20039
20040 2004-03-21 Andre Spiegel <spiegel@gnu.org>
20041
20042 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20043 and vc-BACKEND-diff.
20044 (vc-print-log): If the print-log implementation supports it, use
20045 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20046 (vc-version-diff, vc-diff-internal): Doc fixes.
20047
20048 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20049 implementation supports it, let diff output go to *vc*,
20050 not *vc-diff*, since this is an internal call.
20051
20052 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20053
20054 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20055
20056 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20057
20058 2004-03-21 Dave Love <fx@gnu.org>
20059
20060 * progmodes/cfengine.el (cfengine-mode):
20061 Set parse-sexp-ignore-comments.
20062
20063 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20064
20065 2004-03-21 Juanma Barranquero <lektu@terra.es>
20066
20067 * allout.el (allout-mode): Fix docstring.
20068
20069 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20070
20071 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20072
20073 * autorevert.el (auto-revert-interval): Make new value take
20074 effect immediately when set through Custom.
20075 (auto-revert-set-timer): Add interactive declaration.
20076
20077 2004-03-19 David Ponce <david@dponce.com>
20078
20079 * ruler-mode.el (ruler-mode-header-line-format-old):
20080 Don't `make-variable-buffer-local'.
20081 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20082 (ruler-mode-header-line-format): Simply funcall the above.
20083 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20084 to save/restore a previous header line format.
20085 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20086 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20087 fringes and margins width.
20088 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20089
20090 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20091
20092 * log-edit.el (log-edit-font-lock-keywords): Typo.
20093
20094 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20095 (tex-send-tex-command): Rather than here.
20096 (tex-compilation-parse-errors): Simplify.
20097
20098 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20099
20100 * time.el (display-time-string-forms): Add help-echo with date on time.
20101
20102 * composite.el (compose-region): Use restore-buffer-modified-p.
20103
20104 * disp-table.el (standard-display-8bit): Simplify.
20105
20106 * server.el (server-process-filter): Delete temp frame.
20107
20108 * add-log.el (add-change-log-entry): Simplify.
20109
20110 2004-03-19 Kim F. Storm <storm@cua.dk>
20111
20112 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20113 (hexl-follow-line): Don't require 'fringe.
20114
20115 * progmodes/compile.el (compilation-start): Always set
20116 compilation-last-buffer and return it.
20117
20118 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20119
20120 * simple.el (clone-buffer): Doc fix.
20121
20122 2004-03-18 Juanma Barranquero <lektu@terra.es>
20123
20124 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20125
20126 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20127
20128 * log-edit.el (log-edit-font-lock-keywords): New var.
20129 (log-edit-mode): Use it.
20130
20131 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
20132
20133 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20134 properly for watching in speedbar.
20135
20136 2004-03-17 Masatake YAMATO <jet@gyve.org>
20137
20138 * smerge-mode.el (smerge-popup-context-menu):
20139 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20140
20141 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20142
20143 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20144 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20145 Take sealed revisions into account.
20146 (vc-arch-checkin): Extract a summary line from the message.
20147
20148 2004-03-16 Masatake YAMATO <jet@gyve.org>
20149
20150 * register.el (register): Provide `register' feature.
20151
20152 2004-03-15 Masatake YAMATO <jet@gyve.org>
20153
20154 Added context menu support in smerge mode.
20155 Most of the part is written by Stefan Monnier.
20156
20157 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20158 New keymap and menu.
20159 (smerge-text-properties): New function.
20160 (smerge-remove-props): New function.
20161 (smerge-popup-context-menu): New function.
20162 (smerge-resolve): Call `smerge-remove-props'.
20163 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20164 (smerge-keep-current): Ditto.
20165 (smerge-kill-current): New function.
20166 (smerge-match-conflict): Put text properties.
20167 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20168
20169 2004-03-15 David Ponce <david@dponce.com>
20170
20171 * ruler-mode.el (ruler-mode-left-fringe-cols)
20172 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20173 (ruler-mode-right-scroll-bar-cols): Remove.
20174 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20175 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20176 Use fringe-columns and scroll-bar-columns.
20177
20178 2004-03-15 Masatake YAMATO <jet@gyve.org>
20179
20180 * hl-line.el (hl-line-range-function): New variable.
20181 (hl-line-move): New function.
20182 (global-hl-line-highlight): Use `hl-line-move'.
20183 (hl-line-highlight): Ditto.
20184
20185 * scroll-bar.el (scroll-bar-columns):
20186 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20187
20188 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20189 (ruler-mode-left-fringe-cols)
20190 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20191 (ruler-mode-right-scroll-bar-cols)
20192 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20193 (ruler-mode-ruler-function): New variable.
20194 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20195 if the value for `ruler-mode-ruler-function' is given.
20196
20197 * hexl.el (hexl-mode-hook): Make the hook customizable.
20198 (hexl-address-area, hexl-ascii-area): New customize variables.
20199 (hexlify-buffer): Put font-lock-faces on the address area and
20200 the ascii area.
20201 (hexl-activate-ruler): New function.
20202 (hexl-follow-line): New function.
20203 (hexl-highlight-line-range): New function.
20204 (hexl-mode-ruler): New function.
20205
20206 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20209 (vc-default-find-file-hook): New fun.
20210 (vc-find-file-hook): Call new find-file-hook operation.
20211
20212 * vc-arch.el: New file.
20213
20214 2004-03-12 Jesper Harder <harder@ifa.au.dk>
20215
20216 * info-look.el (info-lookup): Reuse an existing Info window.
20217
20218 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20219
20220 * woman.el (woman-preserve-ascii): Default value changed to t and
20221 doc string revised.
20222
20223 2004-03-12 Richard M. Stallman <rms@gnu.org>
20224
20225 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20226 Fix minor bug.
20227
20228 * replace.el (occur-engine): Change message for count of matches.
20229
20230 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20231 For strings, do compare text properties.
20232
20233 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20234
20235 * progmodes/compile.el (compile-auto-highlight)
20236 (compilation-error-list, compilation-old-error-list)
20237 (compilation-parse-errors-function, compilation-parsing-end)
20238 (compilation-error-message, compilation-directory-stack)
20239 (compilation-enter-directory-regexp-alist)
20240 (compilation-leave-directory-regexp-alist)
20241 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20242 (compilation-current-file, compilation-regexps): Remove vars.
20243
20244 (compile-error-at-point, compilation-error-filedata)
20245 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20246 (compilation-next-error-locus, compilation-forget-errors)
20247 (count-regexp-groupings, compilation-parse-errors)
20248 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20249
20250 (compile-internal): Make obsolete.
20251
20252 (compilation-first-column, compilation-error)
20253 (compilation-directory-matcher, compilation-page-delimiter)
20254 (compilation-mode-font-lock-keywords, compilation-debug)
20255 (compilation-error-face, compilation-warning-face)
20256 (compilation-info-face, compilation-line-face)
20257 (compilation-column-face, compilation-enter-directory-face)
20258 (compilation-leave-directory-face, compilation-skip-threshold)
20259 (compilation-skip-visited, compilation-context-lines): New vars.
20260
20261 (compilation-warning-face, compilation-info-face)
20262 (compilation-message-face): New faces.
20263
20264 (compilation-error-regexp-alist-alist): New constant.
20265
20266 (compilation-face, compilation-directory-properties)
20267 (compilation-assq, compilation-error-properties, compilation-start)
20268 (define-compilation-mode, compilation-loop)
20269 (compilation-set-window): New functions.
20270
20271 (compile): Additional argument for interactive compiles like TeX.
20272
20273 * progmodes/grep.el (kill-grep): Move here from compile.el
20274 (grep-error, grep-hit-face, grep-error-face)
20275 (grep-mode-font-lock-keywords): New variables.
20276 (grep-regexp-alist): Simplify regexp and add `binary' case.
20277 (grep-mode): New mode.
20278 (grep-process-setup): Simplify.
20279
20280 2004-03-11 Jason Rumney <jasonr@gnu.org>
20281
20282 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20283 letters on DOS/Windows.
20284
20285 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20286
20287 * server.el (server-name): New var.
20288 (server-socket-dir): New var to replace server-socket-name.
20289 (server-start): Use them.
20290
20291 2004-03-11 Simon Josefsson <jas@extundo.com>
20292
20293 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20294 died to avoid infloop. Reported by Jonathan Glauner
20295 <jglauner@sbum.org>.
20296
20297 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20298
20299 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20300 (smerge-mode-menu): Use it to deactivate menu entries.
20301 (smerge-keep-current): New fun.
20302 (smerge-keep-current): Use it.
20303
20304 2004-03-10 John Paul Wallington <jpw@gnu.org>
20305
20306 * foldout.el (foldout-fold-list, foldout-modeline-string):
20307 Declare them as variables, not constants.
20308
20309 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20310
20311 * ps-print.el: Modification to print *Messages* buffer.
20312 (ps-print-version): New version 6.6.4.
20313 (ps-message-log-max): New fun.
20314 (ps-spool-without-faces, ps-spool-with-faces)
20315 (ps-count-lines-preprint): Code fix.
20316
20317 * printing.el: New tips in Tips section.
20318
20319 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20320
20321 * delim-col.el: Doc fix.
20322
20323 * printing.el: Doc fix. New doc section (Tips).
20324
20325 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * type-break.el (type-break-emacs-variant): Remove.
20328 (type-break-run-at-time, type-break-cancel-function-timers):
20329 Use fboundp rather than version name and number.
20330
20331 2004-03-09 Masatake YAMATO <jet@gyve.org>
20332
20333 * hexl.el (hexl-mode): Use `make-local-variable' instead of
20334 `make-variable-buffer-local'.
20335
20336 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20337
20338 * find-dired.el (find-dired): Call `shell-command' instead of
20339 `start-process-shell-command'. By this, Tramp takes over
20340 handling of remote directories.
20341
20342 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20343
20344 * newcomment.el (comment-use-global-state): New var.
20345 (comment-search-forward): Use it.
20346
20347 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20348
20349 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20350
20351 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20352 (enable-kinsoku): Make it a defcustom.
20353 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20354 paragraph to same-comment-start-marker.
20355
20356 2004-03-07 Dave Love <fx@gnu.org>
20357
20358 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20359 (browse-url-mail): Use it.
20360
20361 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20362 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20363
20364 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20365
20366 * woman.el (woman-man.conf-path): Doc fix.
20367 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20368
20369 2004-03-07 Eli Zaretskii <eliz@gnu.org>
20370
20371 * sort.el (sort-columns): Remove ms-dos from the list of systems
20372 where the external `sort' command is not used.
20373
20374 2004-03-07 Kim F. Storm <storm@cua.dk>
20375
20376 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20377 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20378 from overlay-arrow-variable-list.
20379 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20380
20381 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
20382
20383 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20384 overlay arrow string properly for the assembler buffer.
20385
20386 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20387
20388 * mail/sendmail.el (mail-mode): Fix last change.
20389
20390 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
20391
20392 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20393 for the assembler buffer.
20394 (gdb-assembler-custom): Position the overlay arrow.
20395 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20396
20397 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20398
20399 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20400
20401 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20402 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20403
20404 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20405
20406 * newcomment.el (uncomment-region): Allow non-terminated comment.
20407 (comment-normalize-vars): Check the user-specified comstart marker.
20408
20409 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20410
20411 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20412 Otherwise, do use it if the region only contains font-lock text
20413 properties.
20414
20415 2004-03-04 Masatake YAMATO <jet@gyve.org>
20416
20417 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20418 as the callback function for eldoc.
20419 (hexl-print-current-point-info): New function.
20420 (hexl-current-address): Print the address in both decimal
20421 and hexadecimal format.
20422
20423 2004-03-04 Richard M. Stallman <rms@gnu.org>
20424
20425 * mail/rmail.el (rmail-convert-to-babyl-format):
20426 Specify t for UNIBYTE when calling mail-unquote-printable-region.
20427
20428 * mail/mail-utils.el (mail-unquote-printable-region):
20429 New arg UNIBYTE.
20430
20431 * startup.el (command-switch-alist): Doc fix.
20432
20433 * simple.el (undo): Temporarily set this-command to `undo-start',
20434 then set it to `undo' once undo-start returns without error.
20435
20436 * simple.el (minibuffer-history-sexp-flag): Doc fix.
20437
20438 * simple.el (kill-line): Don't disregard trailing whitespace
20439 in eol condition, if show-trailing-whitespace is set.
20440
20441 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20442 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20443 When disabling, restore old values only if mouse-sel-has-been-enabled.
20444
20445 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20446 (isearch-{-char): New function.
20447 (isearch-mode-map): Bind { to isearch-{-char.
20448
20449 * font-lock.el (lisp-font-lock-keywords-2):
20450 Turn off the CL with-... and do-... general patterns.
20451 Instead, recognize several specific with... and do... constructs.
20452
20453 * files.el (switch-to-buffer-other-window):
20454 Bind same-window-buffer-names and same-window-regexps to nil.
20455 (switch-to-buffer-other-frame): Likewise.
20456
20457 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20458
20459 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20460 recognizing leading comment on code line.
20461
20462 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20463
20464 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20465 hidden files/directories.
20466
20467 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20468
20469 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20470 only comment-start (in case the mode hasn't set it).
20471
20472 * Makefile.in (AUTOGENEL): New var.
20473 (bootstrap-prepare): Rename from bootstrap-clean.
20474 Don't remove elc files.
20475 (maintainer-clean): New target.
20476
20477 * xml.el (xml-get-attribute-or-nil): Simplify.
20478
20479 2004-03-02 Juri Linkov <juri@jurta.org>
20480
20481 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20482 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20483 URL to prevent their substitution with the environment variable
20484 values by browsers.
20485
20486 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20487
20488 * ps-print.el: Doc fix.
20489 (ps-print-version): New version number (6.6.3).
20490 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20491 Docstring fix.
20492 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20493 before printing.
20494 (ps-time-stamp-yyyy-mm-dd): New fun.
20495 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20496
20497 2004-03-02 Kim F. Storm <storm@cua.dk>
20498
20499 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20500
20501 2004-03-01 Juanma Barranquero <lektu@terra.es>
20502
20503 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20504
20505 * desktop.el (desktop-file-version)
20506 (desktop-after-read-hook): Fix typos.
20507 (desktop-clear-preserve-buffers): Remove redundant info in
20508 docstring already shown by the obsolescence message.
20509 (desktop-truncate, desktop-internal-v2s)
20510 (desktop-value-to-string): Change argument name to match docstring.
20511
20512 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20513
20514 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20515 docstring.
20516
20517 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20518
20519 * printing.el: Replace "As Is..." in PostScript file print/preview by
20520 "No Preprocessing...". Suggested by Colin Marquardt
20521 <_marquardt_@zmd.de>.
20522 (pr-insert-section-4): Adjust buffer interface.
20523
20524 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
20525
20526 Version 2.0.39 of Tramp released.
20527
20528 * net/tramp.el (tramp-handle-file-local-copy)
20529 (tramp-handle-write-region, tramp-open-connection-rsh):
20530 Variable name typo. Small change. From Patrick Tullmann
20531 <tullmann@flux.utah.edu>.
20532 (tramp-process-connection-type): New variable.
20533 (tramp-maybe-open-connection): Use it.
20534 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20535 (tramp-touch): Set last-modified time of a remote file.
20536 (tramp-handle-write-region): Say which function is used when encoding.
20537
20538 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20539
20540 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20541 case of non-existing filename, too. Reported by Christoph Bauer
20542 <c_bauer@informatik.uni-kl.de>.
20543 (tramp-smb-get-file-entries): The directory in question should
20544 have permissions "drwxrwxrwx". Just virtual, because we don't
20545 know the real permissions. Don't we know?
20546 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20547 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20548 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20549 output. If it was received chunkwise, there have been problems.
20550 Remove the "prompt not found" error message; it is obvious.
20551 Simplify algorithm.
20552 (tramp-smb-process-running): Remove. Since we acknowledge the
20553 virtual prompt for shares, there's no need for distinction of
20554 reading shares (process ends afterwards) and interactive mode of
20555 smblient.
20556 (tramp-smb-open-connection): Setting process sentinel removed.
20557 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20558 "NT_STATUS_NETWORK_ACCESS_DENIED".
20559 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20560 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20561 (top-level): Setting default value in `tramp-default-method-alist'
20562 corrected. Order of USER and HOST have been wrong.
20563 Nobody complained for months ...
20564 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20565 (tramp-smb-open-connection): Clear password cache if login has failed.
20566
20567 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20568 `tramp-unified-filenames'.
20569 (tramp-completion-mode): Make test for XEmacs explicitly.
20570 `event-to-character' can exists in Emacs packages too.
20571 Reported by Matt Swift <swift@alum.mit.edu>.
20572 (tramp-buffer-name): Buffer name must contain the user if exists.
20573 Reported by Adrian Phillips <a.phillips@met.no>.
20574 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20575 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20576 (tramp-do-copy-or-rename-file-out-of-band): Rename from
20577 `tramp-do-copy-or-rename-file-one-local', because it handles also
20578 the case both files use the same out-of-band method.
20579 Implementation added.
20580 (tramp-handle-file-local-copy, tramp-handle-write-region):
20581 Out-of-band handling removed. `copy-file' called instead, which
20582 calls `tramp-do-copy-or-rename-file-out-of-band'.
20583 (tramp-action-password): Check for out-of-band method removed.
20584 This function is used for 'login-program.
20585 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20586 appropriate.
20587 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20588 and `tramp-parse-sknownhosts'.
20589 (tramp-completion-function-alist): It's a defvar now, because we
20590 want to apply the optimized `tramp-set-completion-function'
20591 instead of a static list.
20592 (tramp-set-completion-function): Implementation tuned.
20593 Avoid double entries, and entries where the function or the
20594 file/directory doesn't exist.
20595 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20596 for SSH2.
20597 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20598 (tramp-handle-dired-compress-file): New function.
20599 (tramp-async-proc): New variable.
20600 (tramp-handle-shell-command): Adding asynchronous processes.
20601 They are far from being perfect, but it works at least for
20602 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20603 (top-level): Require password.el if visible. Should be mandatory
20604 once No Gnus has found its way into (X)Emacs.
20605 (tramp-read-passwd): Invoke `password-read' if available,
20606 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
20607 fallback any longer.
20608 (tramp-clear-passwd): New function.
20609 (tramp-process-actions, tramp-process-multi-actions):
20610 Clear password cache if login has failed.
20611
20612 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
20613 its own module.
20614 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20615 `ange-ftp-ftp-name-res'. There could be incorrect values from
20616 previous calls in case the "ftp" method is used in the Tramp file
20617 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20618
20619 2004-02-28 Richard M. Stallman <rms@gnu.org>
20620
20621 * term.el (term-mouse-paste): Call mouse-set-point.
20622
20623 * thumbs.el: New file.
20624
20625 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20626
20627 * progmodes/ebnf-abn.el: Doc fix.
20628
20629 * progmodes/ebnf-bnf.el: Doc fix.
20630 (ebnf-repeat): Code fix.
20631
20632 * progmodes/ebnf2ps.el: Doc fix.
20633 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20634
20635 2004-02-28 Juri Linkov <juri@jurta.org>
20636
20637 * ffap.el (dired-at-point): Additional writability test for
20638 relative directory names.
20639 (dired-at-point-prompter): Treat directories as a directory, get
20640 the directory component from files.
20641 (ffap-string-at-point): Return string from region if region is active.
20642 (ffap-file-at-point): Remove redundant code.
20643
20644 2004-02-28 Kim F. Storm <storm@cua.dk>
20645
20646 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20647 Initialize margin area images to nil.
20648 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20649 (breakpoint-enabled-bitmap-face)
20650 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20651 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20652 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20653 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20654 (gdb-reset): Use gdb-remove-breakpoint-icons.
20655 (gdb-put-string): Add dprop arg to specify alternative display
20656 property (for setting fringe bitmap).
20657 (gdb-remove-strings): Doc fix.
20658 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20659 icon in fringe (if available), or else as icon or text in display
20660 margin. Creates necessary icons in breakpoint-bitmap,
20661 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20662 Also make left window margin if required.
20663 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20664 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20665 no longer needed.
20666 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20667 gdb-put-breakpoint-icon.
20668 (gdb-assembler-mode): Don't set left-margin-width here.
20669
20670 2004-02-27 Kevin Ryde <user42@zip.com.au>
20671
20672 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20673 comma, so that it DTRT in macros.
20674
20675 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20676
20677 * progmodes/sh-script.el (sh-shell-arg)
20678 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20679 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20680
20681 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20682
20683 * faces.el (face-spec-set-match-display): Add a new attribute,
20684 `min-colors'.
20685 (region, highlight, secondary-selection): Use `min-colors'.
20686
20687 * custom.el (defface): Add documentation for `min-colors'.
20688
20689 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20690 (font-lock-keyword-face, font-lock-function-name-face)
20691 (font-lock-variable-name-face, font-lock-constant-face):
20692 Use `min-colors'.
20693
20694 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20695
20696 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20697
20698 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20699 define assq-delete-all if it's not defined.
20700 (ebnf-generate-region): Code fix.
20701
20702 * printing.el: Doc fix.
20703 (pr-version): New version number (6.7.2).
20704 (pr-command): Return empty string if command is an empty string.
20705
20706 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20707
20708 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20709
20710 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20711 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20712 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20713 "tt" ["test"] ). Reported by Markus Dreyer
20714 <mdreyer@ix.urz.uni-heidelberg.de>.
20715 (ebnf-version): New version number (4.0).
20716 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20717 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20718 (ebnf-delete-style): New commands.
20719 (ebnf-directory, ebnf-file): New funs.
20720 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20721 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20722 (ebnf-syntax-alist): New var.
20723 (ebnf-element-width): New fun replacing ebnf-list-width.
20724 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20725 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20726 (ebnf-prologue): Adjust vars.
20727 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20728 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20729 (ebnf-check-style-values, ebnf-generate-production)
20730 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20731 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20732 (ebnf-token-repeat): Code fix.
20733
20734 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20735 %right, %left and %prec. Suggested by Matthew K. Junker
20736 <junker@alum.mit.edu>.
20737 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20738
20739 * progmodes/ebnf-iso.el: Doc fix.
20740 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20741 (ebnf-iso-lex): Code fix.
20742
20743 * progmodes/ebnf-bnf.el: Doc fix.
20744 (ebnf-bnf-lex): Code fix.
20745
20746 * progmodes/ebnf-otz.el: Doc fix.
20747
20748 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20749
20750 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20751 (abbrev-prefix-mark): Doc fix.
20752
20753 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20754
20755 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20756 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20757 (gdb-var-delete): Make interactive (really).
20758 (gdb-edit-value): Make non-interactive.
20759
20760 * progmodes/gud.el (gud-speedbar-menu-items):
20761 Add gdb-var-delete and, indirectly, gdb-edit-value.
20762 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20763 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20764 (gud-gdb-marker-filter): Add comment for annotations.
20765
20766 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20767
20768 * calendar/calendar.el (generate-calendar)
20769 (calendar-read-date): Prevent display of BC calendars once more -
20770 reverts 2003-10-01 change.
20771 (generate-calendar-month): Doc fix.
20772
20773 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20774
20775 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20776 return value of increment-calendar-month.
20777
20778 2004-02-21 Stephen Compall <s11@member.fsf.org>
20779
20780 * saveplace.el (save-place-forget-unreadable-files)
20781 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20782 (save-place-forget-unreadable-files): New function.
20783 (save-place-alist-to-file): Use it to filter out files that are
20784 no longer readable.
20785
20786 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20787 current Texinfo environment, using the same method as in
20788 `texinfo-insert-@end', and insert a space rather than a newline if
20789 point in a @table environment.
20790
20791 2004-02-21 Juri Linkov <juri@jurta.org>
20792
20793 * ffap.el (ffap-file-at-point): Try parent directories.
20794
20795 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20796
20797 * vcursor.el (vcursor-modifiers): New defcustom.
20798 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20799 hard-coded list.
20800
20801 2004-02-21 Masatake YAMATO <jet@gyve.org>
20802
20803 * play/animate.el (animate-birthday-present): Accept names other
20804 than `Sarah', too.
20805
20806 2004-02-21 Juri Linkov <juri@jurta.org>
20807
20808 * startup.el: Remove table of command line arguments from the
20809 Commentary section.
20810
20811 2004-02-20 John Wiegley <johnw@newartisans.com>
20812
20813 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20814 again" modifier from 'e' to 'E', since 'e' is also used by the
20815 "file extension" modifier.
20816
20817 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20818
20819 * help-fns.el (describe-categories): Doc fix.
20820
20821 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20822
20823 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20824 temporary file for buffer already visiting one. This change makes
20825 output likely to be directly usable by patch program.
20826 Suggested by Adrian Aichner <adrian@xemacs.org>
20827
20828 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20829
20830 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20831 case of variables defined in compound statements.
20832 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20833 Simplify constructions using switch-to-buffer.
20834
20835 2004-02-19 Simon Josefsson <jas@extundo.com>
20836
20837 * play/morse.el: Fix typo.
20838 (morse-code): Add @.
20839
20840 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20841
20842 * calendar/appt.el (appt-display-format): Change default to
20843 'ignore, for backwards compatibility.
20844 (appt-display-message): If appt-display-format is 'ignore,
20845 respect old vars appt-msg-window and appt-visible.
20846 (appt-activate): Don't depend on return value of cancel-timer.
20847
20848 * calendar/calendar.el (calendar-holidays): Doc fix.
20849
20850 * calendar/cal-coptic.el (coptic-prompt-for-date):
20851 Use assoc-string instead of assoc-ignore-case.
20852 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20853 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20854 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20855 * calendar/cal-islam.el (calendar-goto-islamic-date)
20856 (mark-islamic-diary-entries): Ditto.
20857 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20858 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20859 (calendar-read-mayan-tzolkin-date): Ditto.
20860 * calendar/calendar.el (calendar-read-date): Ditto.
20861 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20862
20863 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20864
20865 * progmodes/executable.el (executable-command-find-posix-p):
20866 Fix choice of the directory.
20867
20868 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20869
20870 * simple.el (interprogram-cut-function)
20871 (interprogram-paste-function, kill-new, kill-append):
20872 Doc fixes.
20873 (kill-region): Make it return nil. Doc fix.
20874 (yank-pop): Make its argument optional.
20875 (yank): Make ARG `-' equivalent to `-1'.
20876
20877 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20878
20879 * mail/rmail.el (rmail-get-new-mail): Don't reference
20880 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20881
20882 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20883
20884 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20885 if one of global-auto-revert-non-file-buffers or autorevert-mode
20886 is non-nil.
20887
20888 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20889
20890 * subr.el (delete-dups): A better implementation from Karl Heuer
20891 <kwzh@gnu.org>.
20892
20893 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20894
20895 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20896 correct place.
20897 * progmodes/icon.el (icon-indent-command): Ditto.
20898 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20899
20900 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20901
20902 * progmodes/grep.el (grep-compute-defaults): Undo change from
20903 2004-01-29: don't use executable-command-find-posix-p.
20904
20905 2004-02-16 Richard Sharman <rsharman@pobox.com>
20906
20907 * hilit-chg.el: Use require instead of eval-and-compile.
20908 (highlight-compare-buffers): New function.
20909
20910 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20911
20912 * man.el (Man-fontify-manpage): Render section headings in
20913 `Man-overstrike-face' even when overstrike was not used by man
20914 formatter for section headings.
20915
20916 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20917
20918 * rmail-spam-filter.el (vm-use-spam-filter)
20919 (rsf-min-region-length-added-to-spam-list): New variables.
20920 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20921 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20922 spam testing. Don't delete spam message if automatic deletion
20923 after output via variable rmail-delete-after-output is turned on.
20924 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20925 rsf-bbdb-dont-create-entries-for-spam.
20926 (check-field): New function, extracted from code in
20927 rmail-spam-filter to ease addition of header fields like content-type.
20928 (message-content-type): New variable to check the content-type:
20929 field added, also in defcustom of rsf-definitions-alist.
20930 (rmail-spam-filter): Replace repeated test code for header fields
20931 by calls to check-field; change the call to
20932 rmail-output-to-rmail-file such that rmail-current-message stays
20933 the same to avoid wrong deletion of unseen flags.
20934 (rsf-add-contents-type): New function to convert old format
20935 of rmail-spam-definitions-alist into new one.
20936 Change prefixes of all variables and functions from
20937 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20938
20939 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20940
20941 * loadhist.el (unload-hook-features-list): New defvar.
20942
20943 2004-02-16 Dave Love <fx@gnu.org>
20944
20945 * loadhist.el (unload-feature): Doc fix. Rename flist to
20946 unload-hook-features-list.
20947
20948 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20949
20950 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20951 cookie. Don't check if we are looking-at open-formula.
20952
20953 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20954
20955 * subr.el (match-string-no-properties): Use substring-no-properties.
20956
20957 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20958
20959 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20960 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20961 Use lower-case "rx" in all error message.
20962
20963 2004-02-16 Dave Love <fx@gnu.org>
20964
20965 * emacs-lisp/rx.el (rx-or): Put group around result.
20966 (rx-constituents): Add backref.
20967 (rx-syntax): Add string-delimiter, comment-delimiter.
20968 (rx-categories): Add combining-diacritic.
20969 (rx-check-not, rx-greedy, rx): Doc fix.
20970 (rx-backref, rx-check-backref): New.
20971
20972 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20973
20974 * newcomment.el (uncomment-region): Allow eob as comment end.
20975
20976 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20977
20978 * filecache.el: All message and error commands now use prefix
20979 "Filecache:" to make it easy to read *Messages* buffer.
20980
20981 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20982
20983 * autorevert.el: Add support to detect changed dired and VC buffers.
20984 (auto-revert-active-p, auto-revert-list-diff)
20985 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20986 (auto-revert-handler, auto-revert-active-p): New functions.
20987 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20988 and `auto-revert-active-p'.
20989 (eval-when-compile): Defvar dired-directory and vc-mode.
20990 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20991 (auto-revert-handler-vc): New functions.
20992
20993 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20994
20995 * progmodes/compile.el (compilation-directory): New defvar.
20996 (compile): Save current directory in compilation-directory.
20997 (recompile): Bind default-directory to compilation-directory if
20998 that is non-nil.
20999
21000 2004-02-16 Dave Love <fx@gnu.org>
21001
21002 * newcomment.el (comment-insert-comment-function)
21003 (comment-region-function, uncomment-region-function): New.
21004 (comment-indent): Use comment-insert-comment-function.
21005 (uncomment-region): Use uncomment-region-function.
21006 (comment-region): Use comment-region-function.
21007
21008 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21009
21010 2004-02-16 Richard Stallman <rms@gnu.org>
21011
21012 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21013 loaddefs* and ldefs-boot*.
21014
21015 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21016
21017 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21018 and email address at the beginning and end of the address.
21019
21020 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21021 anchored at the beginning of the email address.
21022
21023 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21024
21025 * international/ccl.el (ccl-compile-write): Pass `left' to
21026 ccl-embed-code to generate correct code of write-expr-register.
21027
21028 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21029
21030 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21031
21032 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21033
21034 * x-dnd.el: Mention support for Motif in commentary.
21035 (x-dnd-handle-drag-n-drop-event): Ditto.
21036
21037 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21038
21039 * ses.el: Use "ses--" prefixes for buffer-local variables.
21040 Use (point-min) instead of 1, even when we know the buffer
21041 is unnarrowed.
21042 (ses-build-load-map): Delete. Distribute its content to defconsts for
21043 the three maps.
21044 (ses-menu, ses-header-line-menu): New menus.
21045 (ses-mode-map): Use them.
21046 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
21047
21048 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21049
21050 * Makefile.in: Fix the CC Mode recompile kludge so it works
21051 when building in a different directory.
21052
21053 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21054
21055 * simple.el (kill-new): Put yank-handler property on the entire string.
21056
21057 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21058
21059 * diff.el: Don't use compile any more, use diff-mode instead.
21060 (diff-regexp-alist, diff-old-file, diff-new-file)
21061 (diff-parse-differences, diff-process-setup): Remove.
21062 (diff-sentinel): New fun.
21063 (diff): Use it. Run the process ourselves.
21064 Use diff-mode for the rest of the processing.
21065
21066 * diff.el (diff): Simplify code handling `switch'.
21067
21068 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21069
21070 * pcvs-defs.el (cvs-menu): Add `tag'.
21071
21072 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21073
21074 * simple.el (kill-append): Doc fix.
21075
21076 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21077 Adapt outline-regexp to the new conventions for commenting out code.
21078
21079 2004-02-11 John Paul Wallington <jpw@gnu.org>
21080
21081 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21082
21083 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21084
21085 * diff.el (diff-switches): New fun.
21086 (diff, diff-backup): Use it.
21087 (diff): Clean up the args construction. Use backquote.
21088 Use listp instead of consp to avoid putting a nil arg.
21089 (diff): Add a revert-buffer function.
21090
21091 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21092
21093 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21094 handled by x-dnd-handle-file-name.
21095 (x-dnd-known-types): Add COMPOUND_TEXT.
21096 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21097 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21098 x-dnd-empty-state.
21099 (x-dnd-forget-drop): Ditto.
21100 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21101 (x-dnd-handle-one-url): Return private when inserting text.
21102 (x-dnd-insert-ctext): New function.
21103 (x-dnd-handle-file-name): New function for FILE_NAME.
21104 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21105 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21106 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21107
21108 2004-02-10 Kenichi Handa <handa@m17n.org>
21109
21110 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21111 instead of while loop.
21112
21113 2004-02-10 Miles Bader <miles@gnu.org>
21114
21115 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21116
21117 2004-02-09 Kenichi Handa <handa@m17n.org>
21118
21119 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21120 have end-of-line.
21121
21122 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21123
21124 * Makefile.in: Added extra dependencies in the recompile target
21125 needed to cope with the compile time macro expansions in CC Mode.
21126
21127 2004-02-09 Kim F. Storm <storm@cua.dk>
21128
21129 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21130 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21131 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21132 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21133 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21134 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21135 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21136 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21137 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21138 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21139 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21140
21141 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21142
21143 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21144 Don't allow shrink if there's a window on our right.
21145
21146 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21147 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21148 Bring together declaration and initialization.
21149 (prolog-mode-variables): Don't set the syntax table.
21150 Don't set paragraph-start and comment-indent-function.
21151 Add /*..*/ to the comment regexps.
21152 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21153 (prolog-mode-map): Don't bind TAB.
21154 (prolog-mode): Set the syntax table.
21155 (prolog-comment-indent): Remove.
21156 (inferior-prolog-mode-map): Initialize in the declaration.
21157 (inferior-prolog-mode-syntax-table)
21158 (inferior-prolog-mode-abbrev-table): New vars.
21159 (inferior-prolog-mode): Derive from comint-mode.
21160 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21161 minibuffer windows.
21162
21163 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21164 in file names, as long as it is unambiguous.
21165
21166 2004-02-08 Andreas Schwab <schwab@suse.de>
21167
21168 * textmodes/reftex-toc.el
21169 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21170 format. Doc fix.
21171
21172 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21173 format string arguments.
21174
21175 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21176 string argument.
21177
21178 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21179
21180 * play/zone.el (zone-call): Fix format string.
21181
21182 * net/webjump.el (webjump-builtin): Add missing format string argument.
21183
21184 * midnight.el (midnight-delay-set): Remove extra format string argument.
21185
21186 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21187
21188 * hexl.el (hexl-insert-char): Add missing format string argument.
21189
21190 * format.el (format-decode): Fix format string.
21191
21192 * emulation/vi.el (vi-mode): Remove extra format string argument.
21193 (vi-repeat-last-search): Likewise.
21194 (vi-reverse-last-search): Likewise.
21195 (vi-goto-mark): Likewise.
21196 (vi-reverse-last-find-char): Likewise.
21197 (vi-repeat-last-find-char): Likewise.
21198 (vi-locate-def): Likewise.
21199
21200 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21201
21202 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21203 string argument.
21204 (ediff-toggle-regexp-match): Likewise.
21205
21206 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21207 format string argument.
21208
21209 * calc/calc-map.el (calc-get-operator): Remove extra format
21210 string argument.
21211
21212 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21213
21214 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21215 string argument.
21216
21217 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21218
21219 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21220
21221 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21222
21223 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21224 (cl-struct-setf-expander): Likewise.
21225
21226 * vc.el (with-vc-file): Fix unsafe uses of error.
21227 (vc-cancel-version): Likewise.
21228
21229 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21230
21231 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21232 thousands separator; fixes <class>:<line-number> regexp for
21233 non-english locales.
21234
21235 2004-02-08 Andreas Schwab <schwab@suse.de>
21236
21237 * view.el (view-mode-enable): Revert previous change.
21238
21239 2004-02-07 Kim F. Storm <storm@cua.dk>
21240
21241 * simple.el (line-number-at-pos): Rename from line-at-pos.
21242 Uses changed (what-line and vc-annotate-warp-version).
21243
21244 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21247 (diff-mode): Remove aborted attempt at support for compile.el.
21248 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21249
21250 2004-02-06 Andreas Schwab <schwab@suse.de>
21251
21252 * view.el (view-mode-enable): Add view-mode-map to
21253 minor-mode-overriding-map-alist.
21254
21255 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21256
21257 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21258
21259 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21260
21261 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21262 with point inside rather than after the paragraph.
21263
21264 2004-02-04 Sam Steingold <sds@gnu.org>
21265
21266 * mail/smtpmail.el (smtpmail-try-auth-methods):
21267 Do not try authentication when no mechanism is available.
21268 Pass port-name as defaultport to `netrc-machine'.
21269
21270 2004-02-04 Stephen Eglen <stephen@gnu.org>
21271
21272 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21273 to show how minibuffer height can be constrained.
21274
21275 2004-02-04 John Paul Wallington <jpw@gnu.org>
21276
21277 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21278
21279 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21280
21281 * x-dnd.el: New file for drag and drop.
21282
21283 * term/x-win.el: require x-dnd, set after-make-frame-functions
21284 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21285 drag-n-drop event.
21286
21287 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21288 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21289 (dired-dnd-handle-file): New functions for drag and drop support.
21290 (dired-mode): Initialize drag and drop if x-dnd present.
21291
21292 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21295 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21296 (cperl-mode): Set fill-paragraph-function.
21297 (cperl-fill-paragraph): Make it non-interactive.
21298
21299 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21300
21301 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21302
21303 2004-02-02 David Kastrup <dak@gnu.org>
21304
21305 * replace.el (perform-replace): Allow 'literal argument in
21306 regexp-flag to indicate literal replacement.
21307 (query-replace-regexp-eval): Use it.
21308
21309 2004-02-01 Andreas Schwab <schwab@suse.de>
21310
21311 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21312
21313 2004-02-01 Stephen Eglen <stephen@gnu.org>
21314
21315 * info-look.el: Add support for maxima-mode. Update commentary
21316 because info-lookup-symbol is now bound to C-h S.
21317
21318 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21319
21320 * simple.el (edit-and-eval-command): Bind print-level and
21321 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21322 Correct initial position in command-history.
21323
21324 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21325
21326 * files.el (read-directory-name): Adapt the docstring to recent
21327 change in Fread_file_name.
21328
21329 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21330
21331 * ses.el (ses-print-cell): If print format too wide for column
21332 width, truncate decimal places if that helps to avoid "#####" fill.
21333 * ses.el (ses-initial-column-width): Revert previous change.
21334
21335 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
21336
21337 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21338 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21339 Add edebug info.
21340 (jit-lock-mode): Setup/cancel the new timer.
21341 (jit-lock-context-fontify): New fun. Extracted from
21342 context fontification code of jit-lock-stealth-fontify.
21343 (jit-lock-stealth-fontify): Don't do context fontification any more.
21344
21345 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21346 (jit-lock-fontify-now): Handle the `quit' case.
21347 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21348
21349 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21350
21351 * progmodes/executable.el (executable-command-find-posix-p):
21352 New. Check if find handles arguments Posix-style.
21353
21354 * progmodes/grep.el (grep-compute-defaults):
21355 Use executable-command-find-posix-p.
21356 (grep-find): Check `grep-find-command'.
21357
21358 * filecache.el (file-cache-find-posix-p): Delete.
21359 (file-cache-add-directory-using-find):
21360 Use `executable-command-find-posix-p'.
21361
21362 2004-01-29 Dave Love <fx@gnu.org>
21363
21364 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21365 Iterate the hook function if arg is given.
21366 (mark-defun, narrow-to-defun): Change order of finding the limits.
21367
21368 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21369 (byte-compile-format-warn): New.
21370 (byte-compile-callargs-warn): Use it.
21371 (Format, message, error): Add byte-compile-format-like property.
21372 (byte-compile-maybe-guarded): New.
21373 (byte-compile-if, byte-compile-cond): Use it.
21374 (byte-compile-lambda): Compile interactive forms,
21375 just to make warnings about them.
21376
21377 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21378
21379 * ses.el (ses-initial-column-width): Increase to 14, so it will
21380 work well with the default printer of "%.7g" for extreme values
21381 like "-1.234567e+07".
21382
21383 2004-01-29 Kenichi Handa <handa@m17n.org>
21384
21385 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21386
21387 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21388
21389 * dos-w32.el: Added support for the `default-printer-name' function.
21390
21391 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21392
21393 * server.el (server-socket-name): Don't use the hostname in the
21394 socket name since /tmp is local to the host anyway.
21395
21396 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21397 robust check of widening and fix var-naming.
21398
21399 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21400
21401 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21402 or rmail-spam- to rsf- in all function and variable names.
21403 (rsf-min-region-to-spam-list): New variable.
21404 (rsf-bbdb-auto-delete-spam-entries): Rename from
21405 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21406 scanned together with the recipients field for spam testing; Don't
21407 delete spam message if rmail-delete-after-output is non-nil;
21408 (rsf-check-field): New function, extracted from code in
21409 rmail-spam-filter to ease addition of header fields like
21410 content-type:;
21411 (message-content-type): New variable. The content-type: field was
21412 added also in defcustom of rsf-definitions-alist;
21413 (rmail-spam-filter): Replace repeated test code for header fields
21414 by calls to check-field; change the call to
21415 rmail-output-to-rmail-file such that rmail-current-message stays
21416 the same to avoid wrong deletion of unseen flags.
21417 (rmail-use-spam-filter): Add autoload cookie.
21418
21419 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
21420
21421 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
21422 (file-cache-add-directory-using-find): Add Cygwin support.
21423 (file-cache-find-command-posix-flag): New user variable.
21424
21425 * filecache.el (file-cache-add-directory): Check for
21426 directories an remove them from dir-files.
21427
21428 2004-01-27 Richard M. Stallman <rms@gnu.org>
21429
21430 * man.el (Man-fontify-manpage): Clean up message.
21431
21432 2004-01-27 Kenichi Handa <handa@m17n.org>
21433
21434 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21435 (sentence-end): Define using sentence-end-without-space.
21436
21437 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21438 a sentence ends with one of a character in sentence-end-without-space.
21439
21440 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
21441
21442 * font-lock.el (font-lock): Add jit-lock as explicit group member.
21443 (jit-lock): Group declaration moved to jit-lock.el.
21444 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21445 when necessary.
21446
21447 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21448 (jit-lock-context-unfontify-pos): Rename from
21449 jit-lock-first-unfontify-pos.
21450 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21451
21452 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21453
21454 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21455 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21456 (fortran-fill): When filling a string, adjust re-search-backward
21457 argument for special case of string just on fill-column.
21458 When filling non-string, allow one extra char if
21459 fortran-break-before-delimiters is non-nil.
21460 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21461 Use fortran-break-delimiters-re and fortran-no-break-re to
21462 correctly handle cases such as "**".
21463
21464 * progmodes/f90.el (f90-break-delimiters): Doc fix.
21465 (f90-no-break-re): Add some extra tokens. Doc fix.
21466
21467 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
21468
21469 * mail/rmail-spam-filter.el:
21470 Use two semicolons as Commentary line prefix.
21471 Add ";;; Code:" stylized comment.
21472 Delete end-of-line whitespace.
21473 Wrap (require 'cl) with `eval-when-compile'.
21474
21475 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21476
21477 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21478 at the top level of vc.el.
21479
21480 2004-01-23 Andre Spiegel <spiegel@gnu.org>
21481
21482 * vc.el (vc-current-line): Function removed. This is now done by
21483 the new function line-at-pos in simple.el.
21484 (vc-annotate-warp-version): Use line-at-pos instead of
21485 vc-current-line.
21486
21487 2004-01-22 Kim F. Storm <storm@cua.dk>
21488
21489 * simple.el (line-at-pos): New defun.
21490 (what-line): Use it. Optimize by only counting lines in narrowed
21491 region once.
21492
21493 2004-01-22 Kenichi Handa <handa@m17n.org>
21494
21495 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21496 point (register r1) only for charset mule-unicode-0100-24ff.
21497
21498 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21499
21500 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21501 trailing white space and ensure a final newline.
21502
21503 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21504 Add autoload cookie.
21505
21506 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21507
21508 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21509 activate view-mode explicitly.
21510
21511 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21512
21513 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21514 menu-bar-enable-clipboard and make Paste use clipboard first.
21515
21516 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21517
21518 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21519 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21520 (vc-mcvs-cvs): Remove.
21521 (vc-mcvs-command): Remove use of assert.
21522
21523 * outline.el (outline-insert-heading): Tighten up match.
21524 (outline-demote, outline-move-subtree-down): Don't assume anything
21525 about outline-regexp.
21526
21527 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21528 (texinfo-show-structure): Explicitly add ^, and simplify.
21529
21530 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21531
21532 * calendar/appt.el (appt-check): Restore usage of
21533 appt-issue-message deleted in previous change.
21534 (top-level): Activate package when loaded (needed for backwards
21535 compatibility).
21536
21537 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21538
21539 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21540 following previous change to smtpmail-send-data.
21541
21542 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21543
21544 * vc.el (vc-default-previous-version): Doc enhancement.
21545 (vc-default-next-version): New function.
21546 (vc-print-log): New arg FOCUS-REV.
21547 (vc-annotate-mode): Derive from view-mode.
21548 (vc-annotate): New args REVISION, DISPLAY-MODE.
21549 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21550 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21551 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21552 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21553 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21554
21555 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21556
21557 2004-01-19 Karl Berry <karl@gnu.org>
21558
21559 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21560 or "TexInfo".
21561
21562 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21563
21564 * subr.el (delete-dups): New function.
21565
21566 2004-01-19 Karl Berry <karl@gnu.org>
21567
21568 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21569 with ^, since that's what texinfo-show-structure
21570 documentation says (plus it works much better in texinfo.txi).
21571
21572 2004-01-18 Jesper Harder <harder@ifa.au.dk>
21573
21574 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21575
21576 2004-01-18 David Ponce <david@dponce.com> (tiny change)
21577
21578 * progmodes/which-func.el (which-function-mode): Don't cancel
21579 which-func-update-timer if not set.
21580
21581 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
21582
21583 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21584 Remove spurious left square bracket in XX:XXam regexp.
21585
21586 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
21587
21588 * progmodes/cc-defs.el: Do not require cl at run time.
21589
21590 2004-01-16 Richard M. Stallman <rms@gnu.org>
21591
21592 * emacs-lisp/cl.el (cl-cannot-unload): New function.
21593 (cl-unload-hook): Defvar this to run cl-cannot-unload.
21594
21595 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21596 Call rmail-spam-filter. Delete and expunge spam.
21597 Print number of spam messages deleted.
21598 Save and restore the deletion status of old messages when reading
21599 new mail with spam filter, so that expunging spam does not expunge
21600 msgs deleted by the user.
21601 (rmail-only-expunge): Add an optional argument dont-show to
21602 prevent showing message after expunge.
21603
21604 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
21605
21606 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21607 * subr.el (declare): New macro.
21608
21609 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
21610
21611 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21612
21613 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
21614
21615 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21616 Test window-system rather than system-type (for X11/Mac).
21617
21618 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
21619
21620 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21621
21622 2004-01-12 Richard M. Stallman <rms@gnu.org>
21623
21624 * mail/rmail.el (rmail-convert-to-babyl-format):
21625 Use mail-unquote-printable-region.
21626 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21627 (rmail-hex-char-to-integer): Functions deleted.
21628
21629 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21630 (mail-unquote-printable-region): New arg NOERROR.
21631 For invalid encoding, either signal an error to just return nil.
21632
21633 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21634
21635 * calendar/appt.el: Update copyright and commentary.
21636 (appt-issue-message): Make obsolete.
21637 (appt-visible, appt-msg-window): Make obsolete, in favor of
21638 appt-display-format.
21639 (appt-display-mode-line, appt-display-duration)
21640 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21641 (appt-prev-comp-time, appt-display-count, appt-timer)
21642 (appt-convert-time): Doc change.
21643 (appt-disp-window-function, appt-delete-window-function):
21644 Use defcustom rather than defvar.
21645 (appt-display-format): New variable.
21646 (appt-display-message): New function with display code from appt-check.
21647 (appt-check): Add optional FORCE argument. Doc change.
21648 Add appt-make-list to diary-hook if displaying diary.
21649 Remove checking of view-diary-entries-initially.
21650 Message display section removed to new function appt-display-message.
21651 (appt-display-window): Doc change. Remove unused internal var
21652 this-buffer. Do not beep, since appt-display-message does that.
21653 (appt-make-list): Doc change. Use caar.
21654 (appt-sort-list): Simplify by using builtin sort function.
21655 (appt-update-list): New function for updating appts when diary is
21656 saved.
21657 (appt-activate): New autoloaded function to toggle package
21658 functionality.
21659
21660 * calendar/cal-x.el: (calendar-one-frame-setup)
21661 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21662
21663 * calendar/calendar.el: Update copyright.
21664 (view-diary-entries-initially, european-calendar-style): Doc change.
21665 (calendar-setup): Make defcustom rather than defvar.
21666 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21667 in let binding so local to function.
21668
21669 * calendar/diary-lib.el: Update copyright.
21670 (diary, diary-entry-time): Doc change.
21671 (list-diary-entries): Doc change. Trivial logic change.
21672 (fancy-diary-display): Restore make-face command mistakenly
21673 deleted 2003-05-08.
21674 (show-all-diary-entries): Allow to pop-up frame if needed.
21675
21676 2004-01-09 John Paul Wallington <jpw@gnu.org>
21677
21678 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21679 Temporarily select EVENT's window for changing eol type.
21680
21681 2004-01-09 Deepak Goel <deego@gnufans.org>
21682
21683 * calendar/diary-lib.el (diary-entry-time):
21684 Also accept time in the form XX[.XX][am/pm/AM/PM].
21685 (fancy-diary-font-lock-keywords): Likewise.
21686 (diary-font-lock-keywords): Likewise.
21687 * calendar/appt.el (appt-add): Likewise.
21688 (appt-make-list): Likewise.
21689 (appt-convert-time): Likewise.
21690
21691 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21692
21693 * gdb-ui.el (gdb-ann3): Revert previous change.
21694 (gdb-source-info): Allow for case of where compilation directory
21695 is not recorded.
21696
21697 2004-01-08 John Paul Wallington <jpw@gnu.org>
21698
21699 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21700
21701 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21702
21703 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21704
21705 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21706 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21707 problems.
21708 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21709
21710 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21711
21712 * files.el (write-file-functions, write-contents-functions):
21713 Clarify docstrings.
21714
21715 2004-01-07 Kenichi Handa <handa@m17n.org>
21716
21717 * international/mule.el (set-auto-coding): Fix for the case that
21718 end-of-line is only CR.
21719
21720 2004-01-07 Kim F. Storm <storm@cua.dk>
21721
21722 * subr.el (event-start, event-end): Doc fix.
21723 (posn-string, posn-image): New defuns.
21724 (posn-object): Return either image or string object.
21725 (posn-object-x-y): Return 8th element of position.
21726 (posn-object-width-height): New defun.
21727
21728 2004-01-06 Andreas Schwab <schwab@suse.de>
21729
21730 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21731 output.
21732
21733 2004-01-05 Karl Berry <karl@gnu.org>
21734
21735 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21736 / and *, too.
21737
21738 2003-12-31 Simon Josefsson <jas@extundo.com>
21739
21740 * files.el (before-save-hook): Add.
21741 (basic-save-buffer): Use before-save-hook.
21742
21743 * emacs-lisp/copyright.el: Fix comment to recommend
21744 before-save-hook instead of write-file-functions.
21745
21746 2004-01-05 Richard M. Stallman <rms@gnu.org>
21747
21748 * finder.el (finder-commentary): Call delete-other-windows.
21749
21750 * net/ange-ftp.el (ange-ftp-file-attributes):
21751 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21752
21753 2004-01-04 Karl Berry <karl@gnu.org>
21754
21755 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21756 comment characters % and # in the copyright year notice,
21757 as well as ;.
21758
21759 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21760
21761 * wid-edit.el (default): Define dummy :value-delete.
21762 Reported by Jesper Harder <harder@ifa.au.dk>.
21763
21764 2004-01-03 Richard M. Stallman <rms@gnu.org>
21765
21766 * progmodes/compile.el (compile-internal): Use point, not point-min,
21767 for set-window-point.
21768
21769 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21770
21771 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21772
21773 * progmodes/grep.el (grep-mode-map):
21774 Don't remap next-line, previous-line.
21775
21776 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21777
21778 * speedbar.el (speedbar-edit-line): Change regexp to position
21779 the cursor on the first character of this line's button.
21780
21781 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21782
21783 * subr.el (functionp): Doc fix.
21784
21785 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21786
21787 * progmodes/idlwave.el (idlwave-make-tags):
21788 * textmodes/flyspell.el (flyspell-large-region):.
21789 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21790 * emulation/viper-util.el (viper-glob-unix-files):
21791 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21792 * man.el (Man-init-defvars):
21793 * jka-compr.el (jka-compr-call-process):
21794 * files.el (get-free-disk-space,insert-directory):
21795 * ediff-ptch.el (ediff-test-patch-utility):
21796 * ediff-diff.el (ediff-test-utility):
21797 * dired-aux.el (dired-check-process):
21798 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21799 test the return value of call-process, because it can be a string.
21800
21801 2003-12-31 John Paul Wallington <jpw@gnu.org>
21802
21803 * bindings.el (completion-ignored-extensions): Add .pfsl.
21804
21805 2003-12-31 Kim F. Storm <storm@cua.dk>
21806
21807 * ido.el (ido-nonreadable-directory-p): New defun to check for
21808 nonreadable directory without activating tramp (to avoid problems
21809 with checking incomplete tramp paths).
21810 (ido-set-current-directory, ido-file-internal)
21811 (ido-file-name-all-completions1): Use it.
21812
21813 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21814
21815 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21816 documentation if the anchor (or node) name is preceded by `info
21817 anchor' or `Info anchor' in addition to earlier `info node' and
21818 `Info node'.
21819 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21820
21821 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21822
21823 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21824 error in arguments to base64-decode-region. Remove ^M characters
21825 after decoding base64.
21826
21827 2003-12-30 Simon Josefsson <jas@extundo.com>
21828
21829 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21830 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21831 have only been distributed with Emacs for some years.
21832 (texinfo-mode-hook): Customize.
21833
21834 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21835
21836 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21837 cleaner (suggested by Richard Stallman).
21838
21839 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21840 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21841 file-name clashes on 8+3 DOS filesystems.
21842
21843 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21844 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21845 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21846 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21847 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21848 file-name clashes on 8+3 filesystems.
21849
21850 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21851 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21852 file-name clashes on 8+3 DOS filesystems.
21853
21854 2003-12-29 Richard M. Stallman <rms@gnu.org>
21855
21856 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21857 Upcase the character.
21858
21859 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21860 Search for header separator alone on a line, literally,
21861 and search for it backward, not forward.
21862 (flyspell-abbrev-table): Always use global-abbrev-table
21863 if there is no local one.
21864
21865 * progmodes/sh-script.el (sh-get-indent-info):
21866 Don't move point back if at bob.
21867
21868 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21869
21870 * play/handwrite.el (handwrite): Make the handwrite credit message
21871 a comment rather than an output command.
21872
21873 * obsolete/sc.el: Display message that this file is obsolete.
21874
21875 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21876
21877 * mail/rfc822.el (rfc822-address-start): Declare variable.
21878 Renamed from address-start. All uses changed.
21879
21880 * term.el (term-exec): Set up sentinel.
21881 (term-sentinel): New function.
21882 (term-handle-exit): New function.
21883
21884 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21885 Use assoc-string, and mark them obsolete.
21886 (delay-mode-hooks): Mark as permanent local.
21887
21888 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21889
21890 * register.el (copy-rectangle-to-register): Doc fix.
21891
21892 * info.el (Info-insert-dir): Use assoc-string.
21893
21894 * info-look.el (info-lookup): Use assoc-string.
21895
21896 * frame.el (pop-up-frame-function): Use quote, not `function'.
21897 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21898 copying with lists as coordinate values.
21899
21900 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21901
21902 * find-dired.el (kill-find): New command.
21903 (find-dired): Make buffer read-only.
21904 Set up a keymap with C-c C-k running kill-find.
21905 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21906
21907 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21908
21909 * filecache.el (file-cache-ignore-case): New variable.
21910 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21911
21912 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21913 (comint-dynamic-complete-as-filename): Rename local vars.
21914 (comint-dynamic-list-filename-completions): Likewise.
21915
21916 * comint.el (comint-dynamic-list-completions-config): New var.
21917 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21918
21919 * comint.el (comint-file-name-chars): Add [].
21920 (comint-word): Use skip-chars-backward, not search.
21921
21922 * shell.el (shell-file-name-chars): Add [].
21923
21924 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21925
21926 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21927
21928 * generic.el (define-generic-mode): Doc fix.
21929
21930 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21931
21932 * files.el (kill-some-buffers): Doc fix.
21933
21934 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21935
21936 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21937 arg to send-invisible
21938 (send-invisible): Doc fix. The argument is now a prompt, not the
21939 string to send.
21940 (comint-read-noecho): Doc fix.
21941
21942 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21943
21944 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21945 "@", as required by some ISP hosting service. Fix defcustom
21946 argument syntax errors that prevented use of customization.
21947
21948 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21949
21950 * xml.el (xml-get-attribute-or-nil): Doc fix.
21951
21952 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21953
21954 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21955 write-file-hooks.
21956
21957 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21958
21959 * autorevert.el (auto-revert-interval): Doc fix.
21960
21961 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21962
21963 * xml.el (xml-get-attribute-or-nil): New function, like
21964 xml-get-attribute, but returns nil if the attribute was not found.
21965 (xml-get-attribute): Convert to defsubst, uses
21966 xml-get-attribute-or-nil.
21967
21968 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21969
21970 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21971
21972 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21973
21974 * custom.el (custom-declare-theme): Use `value' when putting
21975 properties on `theme'.
21976
21977 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21978
21979 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21980 for each yank-handler segment.
21981 (insert-for-yank-1): New function, with the body of the previous
21982 insert-for-yank.
21983
21984 * textmodes/table.el (table-yank-handler): New defcustom.
21985 (table--put-cell-indicator-property): Put yank-handler property
21986 that indicates the yank handler for the table cell.
21987
21988 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21989
21990 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21991 set of keywords.
21992
21993 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21994
21995 * international/mule-cmds.el (reset-language-environment)
21996 (set-language-environment): Don't invoke fontset-related functions
21997 if fontset-list is not fboundp.
21998
21999 2003-12-29 Kenichi Handa <handa@m17n.org>
22000
22001 * international/mule-cmds.el (reset-language-environment):
22002 Call set-overriding-fontspec-internal with nil.
22003 (set-language-environment): Call set-overriding-fontspec-internal
22004 if the language environment specify `overriding-fontspec'.
22005 (language-info-alist): Doc added.
22006
22007 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22008 characters of mule-unicode-0100-24ff.
22009 (ccl-encode-windows-1251-font): New CCL program.
22010 ("Bulgarian"): Specify overriding-fontspec.
22011 ("Belarusian"): Likewise.
22012
22013 2003-12-28 Sam Steingold <sds@gnu.org>
22014
22015 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22016 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22017
22018 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
22019
22020 * progmodes/gud.el (gud-gdb-command-name): Set default to
22021 "gdb --annotate=3".
22022 (gud-gdb-marker-filter): Look out for annotations.
22023 (gdb-first-pre-prompt): New variable.
22024 Remove trailing white space.
22025
22026 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22027 if necessary.
22028 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
22029 annotations are detected.
22030 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22031 instead of a local one to allow transition from
22032 gud-gdb-marker-filter.
22033 Remove trailing white space.
22034
22035 2003-12-27 Kim F. Storm <storm@cua.dk>
22036
22037 * ido.el: Handle non-readable directories.
22038 (ido-decorations): Add 9th element for non-readable directory.
22039 (ido-directory-nonreadable): New dynamic var.
22040 (ido-set-current-directory): Set it.
22041 (ido-read-buffer, ido-file-internal):
22042 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22043 (ido-file-name-all-completions1): Return empty list for
22044 non-readable directory.
22045 (ido-exhibit): Print [Not readable] if directory is not readable.
22046 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22047 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22048 Use it.
22049
22050 2003-12-27 Lars Hansen <larsh@math.ku.dk>
22051
22052 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22053 calls to directory-files-and-attributes and file-attributes.
22054 (ls-lisp-format): Remove system dependent handling of user and
22055 group id's.
22056
22057 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22058
22059 * ffap.el (ffap-read-file-or-url): Revert previous change.
22060
22061 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
22062
22063 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22064 new list of included files called `files-with-node-lines', that
22065 only have node lines. This way @include commands can include any
22066 file, such as version and update files without node lines, not
22067 just files that are chapters.
22068
22069 2003-12-25 Andreas Schwab <schwab@suse.de>
22070
22071 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22072 file not found.
22073
22074 2003-12-08 Miles Bader <miles@gnu.org>
22075
22076 * dired.el (dired-between-files): Always use dired-move-to-filename,
22077 which is more robust in non-english locales.
22078
22079 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22080
22081 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22082
22083 2003-12-24 Andreas Schwab <schwab@suse.de>
22084
22085 * shell.el (shell-file-name-quote-list): Add backslash.
22086
22087 * comint.el (comint-quote-filename): Correctly handle backslash
22088 in comint-file-name-quote-list.
22089
22090 2003-12-24 Kenichi Handa <handa@m17n.org>
22091
22092 * international/mule-cmds.el (set-default-coding-systems):
22093 Call ucs-set-table-for-input for all buffers that don't have local
22094 value of buffer-file-coding-system.
22095
22096 * international/ucs-tables.el (ucs-set-table-for-input):
22097 If translation-table-for-encode is a symbol, get its
22098 translation-table property.
22099
22100 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22101
22102 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22103 to `completing-read' on a recently fixed bug.
22104
22105 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22106 instead of SPACE, to get the list of possible fringe modes.
22107 SPACE only works if both `partial-completion-mode' and
22108 `completion-auto-help' are nil.
22109
22110 * complete.el (PC-is-complete-p): Delete.
22111 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22112 calls to `test-completion'.
22113
22114 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
22115
22116 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22117 to edit values when there are no children.
22118
22119 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22120 a mode called "Assembler" already exists.
22121 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22122 (gud-watch): Use format option. Remove font properties from string.
22123 (gdb-var-create-handler, gdb-var-list-children-handler):
22124 Don't bother about properties as there are none.
22125 (gdb-var-create-handler, gdb-var-list-children-handler)
22126 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22127 with two arguments.
22128 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22129 Let speedbar show value changes with a different font.
22130 (gdb-edit-value): New defun.
22131 (gdb-clear-partial-output, gdb-clear-inferior-io)
22132 (def-gdb-auto-update-handler): Use erase-buffer.
22133 (gdb-frame-handler): Display watch expressions in
22134 FUNCTION::VARIABLE format if required.
22135
22136 2003-12-23 John Paul Wallington <jpw@gnu.org>
22137
22138 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22139 (Info-goto-emacs-command-node): Doc fixes.
22140
22141 2003-12-12 Jesper Harder <harder@ifa.au.dk>
22142
22143 * cus-edit.el (custom-add-parent-links): Define "many".
22144
22145 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22146
22147 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22148 (widget-child-validate, widget-type-value-create)
22149 (widget-type-default-get, widget-type-match): New functions.
22150 (lazy): New widget.
22151 (menu-choice, checklist, radio-button-choice, editable-list)
22152 (group, documentation-string): Remove redundant (per 2003-10-25
22153 change) calls to `widget-children-value-delete'.
22154 (widget-choice-value-get, widget-choice-value-inline): Remove.
22155 (menu-choice): Update widget.
22156
22157 2003-12-03 Kenichi Handa <handa@m17n.org>
22158
22159 * language/cyrillic.el: Register "microsoft-cp1251" in
22160 ctext-non-standard-encodings-alist.
22161 ("Bulgarian"): Add ctext-non-standard-encodings.
22162 ("Belarusian"): Likewise.
22163
22164 * international/mule-conf.el (compound-text-with-extensions):
22165 Change the type to 2 (iso-2022 base).
22166
22167 * international/mule.el (ctext-non-standard-encodings-alist):
22168 Change the format.
22169 (ctext-non-standard-encodings): New variable.
22170 (ctext-post-read-conversion): Fully re-written.
22171 (ctext-non-standard-designations-alist): Delete it.
22172 (ctext-non-standard-encodings-table): New function.
22173 (ctext-pre-write-conversion): Fully re-written.
22174
22175 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22176
22177 * cus-edit.el (custom-add-parent-links): Add documentation links
22178 for parent, if the item has none of its own.
22179
22180 2003-11-30 Richard M. Stallman <rms@gnu.org>
22181
22182 * dired-aux.el (dired-do-query-replace-regexp):
22183 Report files visited read-only.
22184
22185 2003-11-30 Juri Linkov <juri@jurta.org>
22186
22187 * dired-aux.el (dired-compare-directories): New command.
22188 (dired-file-set-difference, dired-files-attributes): New functions.
22189
22190 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22191 Version 2.0.38 of Tramp released.
22192
22193 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22194 Charles Curley <charlescurley@charlescurley.com>.
22195 (tramp-multi-connection-function-alist): Add ssht entry which adds
22196 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22197 Aichner.
22198 (tramp-get-method-parameter): New function to retrieve a method
22199 parameter. This allows for omission of method parameters.
22200 Callers adjusted.
22201
22202 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22203
22204 * net/tramp.el: Add new optional parameter ID-FORMAT to
22205 `file-attributes'. Calls of `file-attributes' won't use this
22206 parameter for backward compatibility reasons.
22207 (tramp-perl-file-attributes): Add a new parameter to Perl script
22208 in order to handle uid/gid as strings, if desired.
22209 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22210 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22211 order to make the function more general.
22212 (tramp-handle-file-attributes): Replace proprietary optional
22213 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22214 (tramp-handle-file-attributes-with-perl): Handle parameter
22215 NONNUMERIC if set. This wasn't done in the past.
22216 (tramp-post-connection): Apply second parameter "$2" if
22217 `tramp-remote-perl' is called.
22218
22219 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22220 Correct cut'n'waste error (`filename' instead of `directory').
22221 (tramp-smb-handle-directory-files-and-attributes)
22222 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22223 introduced parameter ID-FORMAT.
22224 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22225 error (`directory' instead of `ldir').
22226
22227 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22228 `file-attributes' has a second parameter. If yes, apply it with
22229 value "'integer". Otherwise, don't use that parameter (default is
22230 integer format).
22231
22232 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22233
22234 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22235 (help-for-help): Add `C-h .' to the listed Help options.
22236 Remove trailing whitespace.
22237
22238 * help-at-pt.el: New file.
22239
22240 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22241
22242 * subr.el (noreturn, 1value): New macros for test coverage.
22243 See `testcover.el'.
22244
22245 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
22246
22247 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22248 for macro `1value'.
22249 (testcover-1value): New function. Checks that a 1value form
22250 actually returns only one value. Requested by RMS.
22251
22252 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
22253
22254 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22255 (gdb-var-list-children, gdb-var-list-children-handler)
22256 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22257 gdb commands that use mi to keep them out of the command history.
22258
22259 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22260
22261 * cus-start.el (all): Add use-file-dialog.
22262
22263 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22264
22265 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22266
22267 2003-11-27 Kim F. Storm <storm@cua.dk>
22268
22269 * subr.el (posn-object-x-y): New defun.
22270
22271 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22272
22273 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22274 Don't use `space' for \\\n.
22275 Be more selective as to which # are comment-starters.
22276
22277 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22278
22279 * subr.el (number-sequence): Improve handling of floating point
22280 arguments (suggested by Kim Storm). Allow negative arguments.
22281
22282 2003-11-26 Kenichi Handa <handa@m17n.org>
22283
22284 * international/mule-cmds.el (standard-display-european-internal):
22285 Cancel the standard-display-table setting for ` and '.
22286
22287 2003-11-26 Kim F. Storm <storm@cua.dk>
22288
22289 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22290 New defcustoms to add ffap-like functionality to ido.
22291 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22292 (ido-no-final-slash): New defun.
22293 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22294 (ido-read-file-name): ): Toggle VC checking via
22295 vc-handled-backends instead of vc-master-templates.
22296 (ido-file-internal): Handle ido-use-url-at-point and
22297 ido-use-filename-at-point via code borrowed from ffap-guesser.
22298 Handle new ido-exit code ffap.
22299 (ido-sort-list): Ignore final slash when sorting file names.
22300
22301 2003-11-25 Kim F. Storm <storm@cua.dk>
22302
22303 * emulation/cua-base.el (cua--standard-movement-commands):
22304 Add forward-sentence and backward-sentence.
22305
22306 2003-11-25 Stephen Eglen <stephen@gnu.org>
22307
22308 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22309 iswitchb-exit is set to 'usefirst when user selects buffer at head
22310 of list using RET. (Selecting buffers at the head of the list was
22311 broken if the substring was also a complete buffername.)
22312
22313 2003-11-23 Kim F. Storm <storm@cua.dk>
22314
22315 * progmodes/compile.el (grep-command, grep-use-null-device)
22316 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22317 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22318 (grep-regexp-alist, grep-program, find-program)
22319 (grep-find-use-xargs, grep-history, grep-find-history)
22320 (grep-process-setup, grep-compute-defaults)
22321 (grep-default-command, grep, grep-tag-default, grep-find)
22322 (grep-expand-command-macros, grep-tree-last-regexp)
22323 (grep-tree-last-files, grep-tree): Move grep variables, functions
22324 and commands to new file grep.el.
22325 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22326 (compilation-process-setup-function): Doc fix.
22327 (compilation-highlight-regexp, compilation-highlight-overlay): New
22328 defvars used for highlighting current compile error in source buffer.
22329 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22330 LOCAL-MAP which overrides compilation-highlight-regexp and
22331 compilation-mode-map for this compilation.
22332 Delay calling compilation-set-window-height until after running
22333 compilation-process-setup-function so it can buffer-local override
22334 compilation-window-height.
22335 Check buffer-local value of compilation-scroll-output.
22336 (compilation-set-window-height): Use buffer-local value of
22337 compilation-window-height.
22338 (compilation-revert-buffer): Don't pass (undefined)
22339 preserve-modes arg to revert-buffer.
22340 (next-error-no-select, previous-error-no-select): New commands.
22341 (compilation-goto-locus): Temporarily highlight current match in
22342 source buffer using compilation-highlight-regexp.
22343
22344 * progmodes/grep.el: New file with grep code from compile.el.
22345 (grep): New defcustom group.
22346 (grep-window-height): New defcustom, like compilation-window-height.
22347 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22348 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22349 (grep-command, grep-use-null-device, grep-find-command)
22350 (grep-tree-files-aliases, grep-tree-ignore-case)
22351 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22352 (grep-setup-hook): New hook variable.
22353 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22354 (grep-last-buffer): New defvar, override compilation-last-buffer.
22355 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22356 Call compile-internal with args highlight-regexp and grep-mode-map.
22357
22358 2003-11-23 Kim F. Storm <storm@cua.dk>
22359
22360 * subr.el (event-start, event-end): Doc fix.
22361 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22362 (posn-area, posn-actual-col-row, posn-object): New defuns.
22363 (posn-col-row): Simplify doc. Rewrite to use cond.
22364 (posn-point): Also return buffer position for events outside text
22365 area (that info is now present in the event position).
22366
22367 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22368 mouse-set-point so that hscroll still works now that clicks on
22369 fringes generate specific mouse events.
22370 (mouse-set-point): Note that it now works in fringes and margins
22371 too due to new semantics of posn-point in fringes and margins.
22372
22373 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22374 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22375
22376 2003-11-20 Kim F. Storm <storm@cua.dk>
22377
22378 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22379 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22380 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22381 to 100 for icons to avoid increasing line height when shown.
22382
22383 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22384
22385 * newcomment.el (comment-normalize-vars): Initialize properly if
22386 comment-start was nil.
22387
22388 2003-11-19 Andreas Schwab <schwab@suse.de>
22389
22390 * simple.el (set-variable): Fix indentation.
22391
22392 2003-11-17 Kenichi Handa <handa@m17n.org>
22393
22394 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22395 Fix docstring.
22396
22397 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22398
22399 * international/latin1-disp.el (latin1-display): Fix docstring.
22400
22401 2003-11-16 John Wiegley <johnw@newartisans.com>
22402
22403 * eshell/em-ls.el (eshell-ls-file): There are times with
22404 size-width is nil and uncomputed (when directories are created in
22405 dired, for example); in this case, 4 is reasonable default value,
22406 although it may caused skewed new entries (which could be avoided
22407 by returning the original value of 8 in all cases, but 99% of the
22408 time this is a waste of whitespace).
22409
22410 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22411
22412 * cc-engine.el (c-guess-continued-construct)
22413 (c-guess-basic-syntax): Check a little more carefully if it's a
22414 function declaration when an unknown construct followed by a block
22415 is found inside a statement context. This avoids macros followed
22416 by blocks to be taken as function declarations.
22417
22418 (c-guess-continued-construct): Change the analysis of a statement
22419 continuation with a brace open to `substatement-block', for
22420 consistency with recognized statements.
22421
22422 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22423 start is in a position so that `c-beginning-of-statement-1' jumped
22424 to the beginning of the same statement.
22425
22426 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22427 Don't accept binary operators in the arglist if we're in a function
22428 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
22429 template recognition in cases like "if (a < b || c > d)".
22430
22431 (c-restricted-<>-arglists): New more appropriate name for
22432 `c-disallow-comma-in-<>-arglists'.
22433
22434 Accessing functions updated for the variable name change.
22435
22436 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22437 match data could get clobbered if NOT-INSIDE-TOKEN is used.
22438
22439 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22440 labels.
22441
22442 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22443 instead of duplicating parts of it. This fixes bogus label
22444 recognition.
22445
22446 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22447 of checking the context in which to apply the minimum indentation,
22448 so that it isn't enforced in e.g. namespace blocks.
22449
22450 * cc-vars.el (c-inside-block-syms): New constant used by
22451 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
22452 to somewhat reduce the risk of becoming stale.
22453
22454 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22455 cc-cmds to cc-engine to allow use from cc-align.
22456
22457 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22458 qualified identifiers containing "::".
22459
22460 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22461 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22462
22463 * cc-vars.el (c-emacs-features): Use a space in front of the name
22464 of the temporary buffer. That also avoids dumping problems in
22465 XEmacs due to undo info being left around after the buffer is killed.
22466
22467 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22468 arglist to see if it's a K&R style declaration.
22469
22470 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22471 before returning `knr-argdecl-intro'.
22472
22473 2003-11-16 John Wiegley <johnw@newartisans.com>
22474
22475 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22476 field in a long-listing always 8 characters, use `size-width',
22477 which has already been computed.
22478
22479 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22480
22481 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22482
22483 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22484
22485 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22486 Support operation while narrowed, with `diff-restrict-view'.
22487
22488 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22489
22490 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22491 Take additional optional arg NARROWFUN. For the generated functions:
22492 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22493 include frags that arrange to check for and save narrowing state before
22494 the move and then conditionally call NARROWFUN after the move.
22495
22496 2003-11-14 John Wiegley <johnw@newartisans.com>
22497
22498 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22499 that was optional, but obviously missing based on surrounding code.
22500
22501 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22502 string arguments to numbers unless the whole argument was seen as
22503 a number.
22504
22505 2003-11-14 Kenichi Handa <handa@m17n.org>
22506
22507 * international/mule.el (ctext-non-standard-encodings-alist):
22508 Fix coding systems.
22509
22510 2003-11-10 Kenichi Handa <handa@m17n.org>
22511
22512 * language/kannada.el ("Kannada"): Add sample-text.
22513
22514 * language/knd-util.el (kannada-compose-region)
22515 (kannada-compose-string, kannada-post-read-conversion):
22516 Add autoload cookie.
22517
22518 * international/quail.el (quail-completion): Change the message
22519 "corresponding translations" to "corresponding characters".
22520
22521 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22522
22523 * descr-text.el (describe-char): Fix typo.
22524
22525 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
22526
22527 These changes are to support Kannada language/script.
22528
22529 * Makefile.in (DONTCOMPILE): Add kannada.el.
22530
22531 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22532
22533 * loadup.el: Preload kannada.el.
22534
22535 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22536 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22537 New variables.
22538
22539 * language/kannada.el: New file.
22540
22541 * language/knd-util.el: New file.
22542
22543 2003-11-07 Andreas Schwab <schwab@suse.de>
22544
22545 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22546 Also highlight AH_*.
22547
22548 * xml.el (xml-parse-dtd): Fix misplaced paren.
22549
22550 2003-11-07 Kenichi Handa <handa@m17n.org>
22551
22552 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22553
22554 2003-11-05 Juri Linkov <juri@jurta.org>
22555
22556 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22557 (desktop-buffer-file): Use saved buffer-file-coding-system
22558 for file reading. Set auto-insert to nil to prevent automatic
22559 insertion into restored empty files.
22560
22561 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22562
22563 * files.el (risky-local-variable-p): Make second argument optional.
22564
22565 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22566
22567 * subr.el (add-hook): Fix last change.
22568
22569 2003-11-03 Eli Zaretskii <eliz@gnu.org>
22570
22571 * mail/rmail.el (rmail-convert-to-babyl-format):
22572 If base64-decode-region signals an error, catch it and silently
22573 ignore it.
22574
22575 2003-11-01 Mark A. Hershberger <mah@everybody.org>
22576
22577 * xml.el (xml-parse-region): Allow comments to appear after the
22578 topmost element has closed.
22579 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22580 (xml-ns-expand-attr): New functions to do namespace handling.
22581 (xml-intern-attrlist): Back-compatible handling of attribute names.
22582 (xml-parse-tag): Move namespace handling to separate functions.
22583 Now produces elements in the form ((:ns . "element") (attr-list)
22584 children) instead of ('ns:element (attr-list) children).
22585 (xml-parse-attlist): Fix attribute parsing.
22586 (xml-parse-dtd): Change parsing so that it produces strings
22587 instead of interned symbols.
22588
22589 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
22590
22591 * dired.el (dired-ls-sorting-switches): Doc fix.
22592
22593 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
22594
22595 * emacs-lisp/rx.el (rx-or): Fix the case of
22596 "(rx (and ?a (or ?b ?c) ?d))".
22597
22598 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
22599
22600 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22601 (texinfo-format-region): Use it.
22602 (texinfo-format-buffer-1): Ditto.
22603
22604 2003-11-01 Alan Mackenzie <acm@muc.de>
22605
22606 Changes to allow scrolling whilst in isearch mode:
22607 * isearch.el (isearch-unread-key-sequence): New function,
22608 extracted from isearch-other-meta-char.
22609 (top level): (put 'foo 'isearch-scroll) on all Emacs's
22610 "scrollable" standard functions.
22611 (isearch-allow-scroll): New customizable variable.
22612 (isearch-string-out-of-window, isearch-back-into-window)
22613 (isearch-reread-key-sequence-naturally)
22614 (isearch-lookup-scroll-key): New functions.
22615 (isearch-other-meta-char): Doc string and functionality enhanced.
22616 Now accepts a prefix argument.
22617 (isearch-lazy-highlight-window-end): New variable.
22618 (isearch-lazy-highlight-new-loop): Pay attention to the window's
22619 end (thru isearch-lazy-highlight-window-end), not only its start.
22620
22621 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22622 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22623 (universal-argument, universal-argument-more, negative-argument)
22624 (digit-argument, universal-argument-other-key): Minor changes.
22625
22626 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22627
22628 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22629 recursively if the last message is deleted, thus avoiding an
22630 infinite loop.
22631
22632 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
22633
22634 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22635 (tex-main-file): Don't add .tex if the extension is already present.
22636 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22637
22638 2003-10-29 Lute Kamstra <lute@gnu.org>
22639
22640 * progmodes/octave-inf.el (inferior-octave-prompt):
22641 Recognize version number in prompt.
22642
22643 2003-10-28 Dave Love <fx@gnu.org>
22644
22645 * international/characters.el: Fix some Unicode ranges.
22646
22647 2003-10-28 Kenichi Handa <handa@m17n.org>
22648
22649 * disp-table.el (standard-display-8bit)
22650 (standard-display-default, standard-display-ascii)
22651 (standard-display-g1, standard-display-graphic)
22652 (standard-display-underline): Assure that standard-display-table
22653 is a display table.
22654
22655 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22656
22657 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22658 reindenting the first line.
22659
22660 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22661
22662 * wid-edit.el (widget-default-delete): Always delete child widgets.
22663
22664 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22665
22666 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22667 if the line has code.
22668 Don't try to line up with something that's too far left.
22669
22670 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22671 (octave-mode-syntax-table): Add % as a comment starter.
22672 (octave-point): Remove.
22673 (octave-in-comment-p, octave-in-string-p)
22674 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22675 (octave-blink-matching-block-open, octave-auto-fill):
22676 Use line-(beginning|end)-position instead.
22677
22678 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22679
22680 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22681 for Francesco Potort\e,Al\e(B.
22682
22683 2003-10-23 Dave Love <fx@gnu.org>
22684
22685 * international/mule-cmds.el (locale-charset-to-coding-system):
22686 Don't rely on nil being a coding system.
22687
22688 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22689 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22690 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22691
22692 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22693
22694 * gdb-ui.el (gdb-current-language): New variable.
22695 (gdb-update-flag): Remove variable.
22696 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22697 (gdb-take-last-elt): Remove function.
22698 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22699 (gdb-post-prompt): Check for variable object changes here.
22700
22701 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22702 object changes in gdb-ui.el.
22703
22704 2003-10-21 Richard M. Stallman <rms@gnu.org>
22705
22706 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22707
22708 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22709 Don't check for foo*/ wildcard form here.
22710 (insert-directory): Recognize foo*/ as a wildcard.
22711 Separate wildcard-regexp variable from the arg, wildcard.
22712
22713 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22714 (remove-hook): Correctly handle strange cases about local hooks.
22715
22716 2003-10-21 David Ponce <david@dponce.com>
22717
22718 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22719 argument REAL, to return a real number instead of a rounded
22720 integer value. Define as inline function.
22721 (ruler-mode-right-fringe-cols): Likewise.
22722 (ruler-mode-scroll-bar-cols): New function.
22723 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22724 (ruler-mode-right-scroll-bar-cols): Likewise.
22725 (ruler-mode-space): New function.
22726 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22727 scroll bar mode and margins in a more robust way.
22728
22729 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22730
22731 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22732 (antlr-c-init-language-vars): New function.
22733 (antlr-mode): Use it with cc-mode before v5.29.
22734 (antlr-c-common-init): Don't set some local vars here.
22735 (antlr-mode): Set them here.
22736 (antlr-c-forward-sws): New function alias.
22737 (antlr-mode): Redefine with cc-mode before v5.30.
22738 (antlr-skip-sexps): Use it.
22739 (antlr-skip-exception-part): Ditto.
22740 (antlr-skip-file-prelude): Ditto.
22741 (antlr-outside-rule-p): Ditto.
22742 (antlr-end-of-body): Ditto.
22743 (antlr-option-kind): Ditto.
22744 (antlr-insert-option-area): Ditto.
22745 (antlr-file-dependencies): Ditto.
22746
22747 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22748
22749 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22750 Move backward only if point was not inside an entry.
22751
22752 2003-10-21 Richard M. Stallman <rms@gnu.org>
22753
22754 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22755
22756 2003-10-21 Juri Linkov <juri@jurta.org>
22757
22758 * compare-w.el: Automatically skip non-matching text to resync.
22759 (compare-windows-whitespace): Doc fix.
22760 (compare-windows-sync, compare-windows-sync-string-size)
22761 (compare-windows-recenter, compare-ignore-whitespace)
22762 (compare-windows-highlight, compare-windows-face): New variables.
22763 (compare-windows): Use compare-windows-sync.
22764 (compare-windows-highlight, compare-windows-dehighlight)
22765 (compare-windows-sync-regexp)
22766 (compare-windows-sync-default-function): New functions.
22767
22768 2003-10-21 Juri Linkov <juri@jurta.org>
22769
22770 * diff.el (diff-parse-differences): Don't visit the files now;
22771 instead, just record the error locus.
22772
22773 2003-10-21 Dave Love <fx@gnu.org>
22774
22775 * progmodes/cfengine.el: New file.
22776
22777 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22778
22779 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22780 default-directory when completing file names.
22781
22782 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22783
22784 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22785 followed by the word `face', it gets treated as a face, even if
22786 it is also defined as a variable or a function.
22787
22788 2003-10-20 Dave Love <fx@gnu.org>
22789
22790 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22791 Avoid incf in macro expansion.
22792
22793 2003-10-20 John Paul Wallington <jpw@gnu.org>
22794
22795 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22796 `evenp' so we don't implicitly require cl library at runtime.
22797
22798 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22799
22800 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22801 (help-make-xrefs): Only make cross-references for faces if
22802 preceded or followed by the word `face'. Do not make a
22803 cross-reference for variables without variable documentation,
22804 unless preceded by the word `variable' or `option'. Update doc
22805 string accordingly.
22806
22807 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22808
22809 * progmodes/hideshow.el: Rewrite one-armed `if'
22810 constructs using either `when' or `unless'.
22811 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22812
22813 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22814
22815 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22816 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22817 instead of 12x12.
22818
22819 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22820
22821 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22822 message while converting to Babyl.
22823
22824 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22825
22826 * allout.el (allout-mode): Doc fix.
22827
22828 2003-10-16 Lute Kamstra <lute@gnu.org>
22829
22830 * subr.el (force-mode-line-update): Fix docstring.
22831
22832 2003-10-14 Dave Love <fx@gnu.org>
22833
22834 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22835 (default-input-method): Add :link, improve :type.
22836 (locale-charset-language-names): Fix utf-8 pattern.
22837 (locale-charset-match-p, locale-charset-alist)
22838 (locale-charset-to-coding-system): New.
22839 (set-locale-environment): Deal with codeset part of locale specs.
22840
22841 2003-10-14 Lute Kamstra <lute@gnu.org>
22842
22843 * fringe.el (fringe-mode): Use active voice in docstring.
22844 (set-fringe-style): Ditto.
22845
22846 2003-10-13 Lute Kamstra <lute@gnu.org>
22847
22848 * fringe.el (fringe-mode): Fix docstring.
22849 (set-fringe-style): Ditto.
22850
22851 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22852
22853 * ediff-mult.el (ediff-filegroup-action):
22854 Use ediff-default-filtering-regexp.
22855
22856 * ediff-util.el (ediff-recenter): Don't call
22857 ediff-restore-highlighting twice.
22858 (ediff-select-difference): Set current difference.
22859 (ediff-unselect-and-select-difference): Add comment.
22860
22861 * ediff.el (ediff-directories,ediff-directory-revisions)
22862 (ediff-directories3,ediff-merge-directories)
22863 (ediff-merge-directories-with-ancestor)
22864 (ediff-merge-directory-revisions)
22865 (ediff-merge-directory-revisions-with-ancestor):
22866 Use ediff-default-filtering-regexp.
22867
22868 2003-10-12 Andreas Schwab <schwab@suse.de>
22869
22870 * international/mule-cmds.el (locale-charset-language-names):
22871 Simplify regex by removing unused grouping.
22872
22873 2003-10-10 Dave Love <fx@gnu.org>
22874
22875 * bindings.el: Don't bind stop.
22876
22877 2003-10-08 Miles Bader <miles@gnu.org>
22878
22879 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22880 face instead of attempting to emulate it.
22881
22882 2003-10-07 Kenichi Handa <handa@m17n.org>
22883
22884 * international/mule-diag.el (list-coding-systems-1): List coding
22885 systems that are loaded automatically.
22886
22887 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22888
22889 * international/mule.el (autoload-coding-system): New function.
22890
22891 2003-10-07 Andreas Schwab <schwab@suse.de>
22892
22893 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22894 change-log-default-name in the buffer visiting the file.
22895
22896 2003-10-06 Dave Love <fx@gnu.org>
22897
22898 * files.el (find-file-hook): Customize.
22899 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22900
22901 * bindings.el (completion-ignored-extensions): Remove .log.
22902 (global-map): Add again, open, stop keys.
22903
22904 2003-10-05 Richard M. Stallman <rms@gnu.org>
22905
22906 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22907 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22908 Use sh-modify directly.
22909 (sh-select): Use sh-append, not eval.
22910
22911 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22912
22913 * info.el (Info-following-node-name): New function.
22914
22915 * loadhist.el (unload-feature-special-hooks):
22916 Rename from loadhist-hook-functions.
22917 (loadhist-hook-functions): Now an alias.
22918
22919 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22920
22921 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22922 file-name clashes on 8+3 filesystems.
22923
22924 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22925 Rename loaddefs-boot.el to ldefs-boot.el
22926
22927 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22928 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22929
22930 2003-10-03 Lute Kamstra <lute@gnu.org>
22931
22932 * info.el (Info-mode): Revert previous change.
22933 (Info-escape-percent): New function.
22934 (Info-fontify-node): Use it.
22935
22936 2003-10-02 Andreas Schwab <schwab@suse.de>
22937
22938 * loaddefs-boot.el: Regenerated.
22939
22940 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22941
22942 * ffap.el: Remove defadvice related code from CVS since `complete'
22943 provides a `PC-completion-as-file-name-predicate' variable that
22944 ffap can override.
22945
22946 2003-10-02 Kenichi Handa <handa@m17n.org>
22947
22948 * international/utf-8.el (ccl-decode-mule-utf-8):
22949 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22950
22951 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22952 * international/subst-big5.el: Likewise.
22953 * international/subst-gb2312.el: Likewise.
22954 * international/subst-ksc.el: Likewise.
22955
22956 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22957
22958 * calendar/calendar.el (increment-calendar-month)
22959 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22960 (generate-calendar, calendar-read-date, calendar-interval)
22961 (calendar-day-of-week): Handle years BC.
22962 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22963
22964 2003-10-01 Dave Love <fx@gnu.org>
22965
22966 * language/cyrillic.el (cp1251): Alias for windows-1251.
22967
22968 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22969 bootstrap.
22970
22971 2003-10-01 Lute Kamstra <lute@gnu.org>
22972
22973 * files.el: Fix typo.
22974 * imenu.el (imenu--generic-function): Docstring fix.
22975
22976 2003-09-30 Richard M. Stallman <rms@gnu.org>
22977
22978 * dired.el (dired-mode): Handle dired-directory as a list.
22979
22980 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22981
22982 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22983
22984 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22985
22986 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22987 Replace gud-display with gud-watch.
22988 (gud-speedbar-buttons): Add stuff for watching expressions
22989 in the speedbar when using M-x gdba. Use dolist on old part
22990 of this function.
22991
22992 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22993 (gdb-update-flag): New variables.
22994 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22995 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22996 (gud-watch, gdb-var-create-handler) : New functions.
22997 (gdb-var-list-children, gdb-var-list-children-handler)
22998 (gdb-var-create-regexp, gdb-var-update-regexp)
22999 (gdb-var-list-children-regexp): New constants.
23000 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23001 (gdb-annotation-rules): Reduce annotation set (level 3).
23002 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23003 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23004 updates.
23005 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23006 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23007 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23008 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23009 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23010 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23011 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23012 (gud-display, gud-display1)
23013 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23014 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23015 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23016 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23017 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23018 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23019 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23020 (gdb-display-display-buffer, gdb-toggle-display)
23021 (gdb-delete-display, gdb-expressions-popup-menu)
23022 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23023 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23024 to display buffer.
23025
23026 2003-09-30 Richard M. Stallman <rms@gnu.org>
23027
23028 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23029 Instead, set which-func-functions.
23030
23031 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23032 (which-func-functions): New variable.
23033 (which-function): Use that.
23034
23035 * info.el (Info-mode): Double each `%' in header line.
23036
23037 * emacs-lisp/lisp-mnt.el (lm-with-file):
23038 When FILE is nil, run BODY in current buffer.
23039
23040 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23041
23042 * help.el (describe-mode): Start with a brief list of minor modes.
23043 Find them thru minor-mode-list so as to find them all.
23044 Show them in alphabetical order.
23045
23046 * mail/sendmail.el (mail-aliases): Doc fix.
23047
23048 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23049
23050 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23051
23052 * mail/rmailsum.el (rmail-make-summary-line-1):
23053 Change comma after last label to a space.
23054 (rmail-summary-font-lock-keywords): Adapt to that change.
23055
23056 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23057
23058 * progmodes/scheme.el (scheme-mode-variables): When setting
23059 `font-lock-defaults', also specify that "#" should
23060 be interpreted with `word' syntax.
23061 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23062
23063 2003-09-30 Lars Hansen <larsh@math.ku.dk>
23064
23065 * desktop.el: A lot of comments updated.
23066 (desktop-save-mode): Minor mode introduced.
23067 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23068 (desktop-load-default): Function made obsolete.
23069 (desktop-locals-to-save): Variable made customizable.
23070 (desktop-read): Optional parameter `dirname' added.
23071 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23072 `desktop-read' used.
23073 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23074
23075 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23076
23077 * whitespace.el (whitespace-clean-msg): Add user customizable message
23078 for displaying ``clean'' output.
23079 (whitespace-buffer): Use `whitespace-clean-msg'.
23080 (whitespace-global-mode): Fix typo.
23081
23082 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23083
23084 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23085
23086 2003-09-29 Lute Kamstra <lute@gnu.org>
23087
23088 * bindings.el (mode-line-modes): Remove superfluous :propertize
23089 construct in initialization.
23090 (mode-line-position): Change cons cell into proper list in
23091 initialization.
23092
23093 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23094
23095 * international/mule.el (decode-coding-inserted-region): Use car
23096 of the return value of find-operation-coding-system.
23097
23098 2003-09-29 Kenichi Handa <handa@m17n.org>
23099
23100 * descr-text.el (describe-char): Fix previous change.
23101
23102 2003-09-28 Kenichi Handa <handa@m17n.org>
23103
23104 * descr-text.el (describe-char-display): New function.
23105 (describe-char): Pay attention to display table on describing how
23106 a character is displayed.
23107
23108 * international/mule-cmds.el (encoded-string-description):
23109 Prepend "0x" to each encoded byte.
23110
23111 2003-09-28 Andreas Schwab <schwab@suse.de>
23112
23113 * find-file.el (ff-special-constructs): Add autoload cookie.
23114
23115 2003-09-28 Kevin Ryde <user42@zip.com.au>
23116
23117 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23118 makeinfo appends to duplicate index entries.
23119
23120 2003-09-28 Eli Zaretskii <eliz@gnu.org>
23121
23122 * dired-x.el (dired-clean-tex): Doc fix.
23123
23124 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23125 using a Chinese tutorial.
23126
23127 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23128
23129 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23130 between "MAIL FROM:" and "RCPT TO:" and the following address.
23131
23132 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23133
23134 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23135
23136 2003-09-28 David Ponce <david@dponce.com>
23137
23138 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23139 (recentf-load-list): When `recentf-initialize-file-name-history'
23140 is non-nil, initialize an empty `file-name-history' with the
23141 recent list.
23142
23143 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
23144
23145 * man.el (Man-default-man-entry): Remove the leading `*' from the
23146 word at point.
23147
23148 2003-09-26 Lute Kamstra <lute@gnu.org>
23149
23150 * bindings.el (mode-line-position): Mention size indication in
23151 docstring.
23152
23153 2003-09-26 Andre Spiegel <spiegel@gnu.org>
23154
23155 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23156
23157 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23158 because it's autoloaded now.
23159
23160 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23161
23162 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23163 (sh-font-lock-keywords, sh-feature): Fix previous change of
23164 sh-feature to avoid infloop with sh-font-lock-keywords.
23165
23166 2003-09-25 Kim F. Storm <storm@cua.dk>
23167
23168 * frame.el (frame-current-scroll-bars): New defun.
23169
23170 * window.el (window-current-scroll-bars): New defun.
23171
23172 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23173
23174 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23175 cause errors when the state cache contains info on parts that have
23176 been narrowed out.
23177
23178 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23179
23180 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23181 `c-setup-paragraph-variables' has to be used when this variable is
23182 changed; it doesn't work to reinitialize the mode since that
23183 typically clobbers the variable.
23184
23185 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23186 Make it interactive.
23187
23188 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23189
23190 * progmodes/cc-fonts.el (c-font-lock-declarations):
23191 Fix recognition of constructors and destructors for classes whose
23192 names are matched by `*-font-lock-extra-types'.
23193
23194 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23195 followed by an identifier in C++ then it's a type.
23196
23197 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23198
23199 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23200 problem that primarily affected XEmacs. Don't use faces to find
23201 unterminated strings since Emacs and XEmacs fontify strings
23202 differently - this function should now work better in XEmacs.
23203
23204 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23205
23206 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23207 `expand-abbrev' workaround which caused braces to misbehave inside
23208 macros.
23209
23210 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23211 handling. This bug could cause interactive font locking to bail out.
23212
23213 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23214
23215 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23216 Handle paren-style types in Pike. Also fixed some cases of
23217 insufficient handling of unbalanced parens.
23218
23219 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23220
23221 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23222 common shell prompts that are not common filename or URL characters.
23223 (ffap-file-at-point): Use the new regexp to strip the prompts from
23224 the file names. This is an issue mostly for user prompts that
23225 don't have a trailing space and find-file-at-point is invoked from
23226 within a shell inside Emacs.
23227
23228 2003-09-24 Andre Spiegel <spiegel@gnu.org>
23229
23230 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23231 stamps numerically, rather than textually.
23232
23233 2003-09-24 Kenichi Handa <handa@m17n.org>
23234
23235 * language/devan-util.el (devanagari-post-read-conversion):
23236 * language/mlm-util.el (malayalam-post-read-conversion):
23237 * language/tml-util.el (tamil-post-read-conversion):
23238 Add autoload cookie.
23239
23240 * international/utf-8.el (utf-8-post-read-conversion):
23241 Call post-read-conversion functions for Devanagari, Malayalam,
23242 and Tamil.
23243
23244 2003-09-23 Dave Love <fx@gnu.org>
23245
23246 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23247
23248 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
23249
23250 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23251 Update gud-remove.
23252
23253 2003-09-22 Richard M. Stallman <rms@gnu.org>
23254
23255 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23256 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23257 (sh-mode-syntax-table-input): New variable.
23258 (sh-require-final-newline): Don't use eval.
23259 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23260 (sh-variables, sh-font-lock-keywords): Don't use eval.
23261 (sh-set-shell): When setting require-final-newline,
23262 treat value = `require-final-newline' as don't change it.
23263 Set sh-mode-syntax-table locally based on
23264 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23265
23266 * progmodes/compile.el (compile-internal):
23267 Call compilation-set-window-height before setting window start.
23268
23269 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23270
23271 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23272 Clear out byte-compile-last-warned-form.
23273
23274 2003-09-22 Richard M. Stallman <rms@gnu.org>
23275
23276 * woman.el (woman-file-name, woman-follow-word):
23277 If current-word returns nil, use "".
23278
23279 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23280
23281 2003-09-22 Richard M. Stallman <rms@gnu.org>
23282
23283 * emacs-lisp/lisp-mnt.el (lm-with-file):
23284 Don't visit the file, just use insert-file-contents in temp buffer.
23285
23286 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23287
23288 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23289 Add surrounding \\( and \\) around the header, as in
23290 for lm-history-header 'Change Log\\|History'.
23291
23292 2003-09-22 John Paul Wallington <jpw@gnu.org>
23293
23294 * progmodes/ld-script.el: Add Commentary section,
23295 minor cleanup of file header.
23296 (ld-script-font-lock-keywords): Doc fix.
23297 (toplevel): Provide `ld-script' feature.
23298
23299 2003-09-21 Kim F. Storm <storm@cua.dk>
23300
23301 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23302 new built-in variable default-frame-scroll-bars.
23303 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23304 scroll-bar-mode; notably, use it instead of t when we toggle
23305 scroll-bars on.
23306 (toggle-scroll-bar): Use default-frame-scroll-bars.
23307
23308 2003-09-19 Masatake YAMATO <jet@gyve.org>
23309
23310 * pcvs.el (cvs-do-removal): Change the prompt depending on
23311 `filter' value.
23312
23313 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23314
23315 * startup.el (command-line-1): Stop startup-echo-area-message
23316 being hidden by "Loading image..." message.
23317 (use-fancy-splash-screens-p, display-splash-screen):
23318 Move display-graphic-p test from latter to former.
23319
23320 * progmodes/sh-script.el (sh-font-lock-keywords):
23321 Highlight escaped EOLs differently from other backslash constructs.
23322
23323 2003-09-19 Richard M. Stallman <rms@gnu.org>
23324
23325 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23326 New functions.
23327 (edebug-enter, edebug-outside-excursion): Use them.
23328
23329 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23330 Fix the condition for whether to print "In WHERE".
23331
23332 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23333
23334 * finder.el (finder-mode-hook): New variable.
23335 (finder-mode): Run hook finder-mode-hook
23336
23337 2003-09-18 Masatake YAMATO <jet@gyve.org>
23338
23339 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23340
23341 2003-09-17 Mario Lang <mlang@delysid.org>
23342
23343 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23344 "p %e" to actually print the value in the GUD buffer.
23345
23346 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23347
23348 From David Ponce <david.ponce@wanadoo.fr>:
23349 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23350 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23351 from loaddefs-boot.el if necessary.
23352
23353 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
23354
23355 * progmodes/gud.el (gud-find-class): Make jdb work again since
23356 cc-mode changed the syntactic information.
23357
23358 2003-09-15 David Ponce <david@dponce.com>
23359
23360 * recentf.el: (recentf-exclude): Accept predicates too.
23361 (recentf-file-readable-p): New function.
23362 (recentf-include-p): Handle predicates in recentf-exclude.
23363 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23364 (recentf-cleanup): Likewise.
23365 (recentf-save-list): Use write-file to handle backup of
23366 recentf-save-file.
23367
23368 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23369
23370 * loaddefs-boot.el: Renamed from `loaddefs.el'
23371 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23372 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23373 necessary.
23374
23375 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23376
23377 * electric.el (Electric-pop-up-window): For the `one-window' case,
23378 no longer disconcertingly move point in the original buffer.
23379
23380 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23381
23382 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23383
23384 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
23385
23386 * dired.el (dired-mode-map): Fix typo.
23387
23388 2003-09-11 Richard M. Stallman <rms@gnu.org>
23389
23390 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23391
23392 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23393
23394 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23395 the function is less noisy. Now only `kill-buffer' can ask questions.
23396
23397 2003-09-10 Mario Lang <mlang@delysid.org>
23398
23399 * battery.el: Update Commentary and Copyright.
23400 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23401 appear due to wrong ordering of the expressions in `or'.
23402
23403 2003-09-09 Lute Kamstra <lute@gnu.org>
23404
23405 * misc.el (upcase-char): Fix docstring.
23406 (zap-up-to-char): New command.
23407
23408 2003-09-08 David Ponce <david@dponce.com>
23409
23410 Ensure that recentf correctly updates the menu bar.
23411 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23412 (recentf-menu-bar): New function.
23413 (recentf-clear-data): Use it
23414 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23415 of easy-menu-change.
23416
23417 2003-09-08 Lute Kamstra <lute@gnu.org>
23418
23419 * simple.el (size-indication-mode): New.
23420 * bindings.el (mode-line-position): Add buffer size indicator.
23421
23422 2003-09-04 Mario Lang <mlang@delysid.org>
23423
23424 * battery.el (battery-linux-proc-acpi): New function.
23425 (battery-status-function): Modify default value calculation to also
23426 check for availability of ACPI.
23427 (battery-echo-area-format): Ditto.
23428 (battery-mode-line-format): Ditto.
23429
23430 2003-09-06 Dave Love <fx@gnu.org>
23431
23432 * ielm.el (ielm-mode-hook): Add :options.
23433
23434 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23435 (eldoc-print-current-symbol-info): Use it.
23436
23437 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
23438
23439 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23440 being displayed in GUD buffer.
23441 (gdb-idle-input-queue): Remove var. Use just one queue.
23442 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23443 Remove functions. Use just one queue.
23444 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23445 (gdb-invalidate-assembler, gdb-get-current-frame):
23446 Modify functions. Use just one queue.
23447
23448 2003-09-04 Dave Love <fx@gnu.org>
23449
23450 * cus-start.el: Add blink-cursor-alist.
23451
23452 * ruler-mode.el (ruler-mode-fill-column-char)
23453 (ruler-mode-current-column-char): Use char-displayable-p,
23454 not window-system.
23455
23456 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23457
23458 * language/european.el (windows-1252): Move from code-pages.
23459
23460 * language/cyrillic.el ("Windows-1251"): Delete.
23461 ("Bulgarian", "Belarusian"): Remove `features'.
23462 (windows-1251): Move from code-pages.
23463
23464 * international/mule-diag.el (non-iso-charset-alist):
23465 Remove `codepage' stuff.
23466 (print-designation, list-coding-systems-1): Output fixes.
23467
23468 * international/code-pages.el (cp-make-translation-table)
23469 (cp-valid-codes): Made defsubsts.
23470 (cp-fix-safe-chars): Delete.
23471 (mule-diag): Don't require.
23472 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23473 (top-level): Check for defined coding system when defining
23474 cp... aliases. Change w32-add-charset-info test to avoid warning.
23475 (non-iso-charset-alist): Defvar when compiling.
23476 (cp-make-coding-system): Doc fix.
23477
23478 2003-09-02 Jason Rumney <jasonr@gnu.org>
23479
23480 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23481 line-ends from CVS before doing conversion.
23482
23483 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23484
23485 * calendar/diary-lib.el (diary-header-line-flag)
23486 (diary-header-line-format): New variables.
23487 (list-diary-entries): Use them to set header line in simple diary.
23488
23489 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23490 other than font-lock-string-face to highlight backslashes.
23491
23492 2003-09-01 Jason Rumney <jasonr@gnu.org>
23493
23494 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23495 regexp.
23496
23497 2003-09-01 Dave Love <fx@gnu.org>
23498
23499 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23500
23501 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23502 and :help; also line and column numbers labels.
23503
23504 * international/mule-util.el (char-displayable-p): Move from
23505 latin1-disp, rename and autoload.
23506
23507 * international/latin1-disp.el (latin1-char-displayable-p):
23508 Now obsolete alias. Replace uses with char-displayable-p.
23509 (latin1-display-ucs-per-lynx): Fix last change.
23510
23511 * international/mule-cmds.el (standard-display-european-internal):
23512 Don't use char code for Latin-1 NBSP.
23513 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23514 U+2018, U+2019 for `'.
23515 (select-safe-coding-system): Message fix.
23516
23517 2003-09-01 Kenichi Handa <handa@m17n.org>
23518
23519 * international/fontset.el (setup-default-fontset): For Thai
23520 font, specify "*" family.
23521
23522 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23523
23524 * progmodes/compile.el (previous-error): Accept a prefix
23525 argument, similarly to next-error.
23526
23527 2003-08-31 Masatake YAMATO <jet@gyve.org>
23528
23529 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23530 the number of files. Bind the number of files to a local
23531 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23532
23533 2003-08-30 Eli Zaretskii <eliz@gnu.org>
23534
23535 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23536 2003-07-26: msdos-long-file-names is a function, not a variable.
23537
23538 2003-08-29 Richard M. Stallman <rms@gnu.org>
23539
23540 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23541 Do nothing with mail-personal-alias-file if it is nil.
23542
23543 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23544 Do nothing if mail-personal-alias-file is nil.
23545
23546 * term.el (term-exec-1): Bind coding-system-for-read.
23547
23548 * dired.el (dired-mouse-find-file-other-window):
23549 Use dired-view-command-alist here, as in dired-view-file.
23550 (dired-view-command-alist): Use %s to substitute file name.
23551 Handle .ps_pages, .eps, .jpg, .gif, .png.
23552
23553 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23554
23555 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23556 `Info-prev-reference', instead of M-tab.
23557
23558 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23559
23560 * simple.el (blink-matching-open): Work correctly on chars that
23561 are designated as parens through the syntax-table text property.
23562
23563 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
23564
23565 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23566 line break position in the middle of a non-kinsoku (e.g. latin)
23567 word, making it skip until either a space or a character with
23568 category "|".
23569 (kinsoku-longer): Test for end of buffer.
23570
23571 2003-08-28 Eli Zaretskii <eliz@gnu.org>
23572
23573 * mail/rmail.el (rmail-convert-to-babyl-format):
23574 Detect quoted-printable- and base64-encoded messages and decode them
23575 automatically. Set the message's encoding from the charset=
23576 header, if any. Decode base64-encoded messages in Mail format as well.
23577
23578 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23579
23580 * mail/smtpmail.el: Fix previous change.
23581 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23582 calling smtpmail-via-smtp.
23583 (smtpmail-via-smtp): Add fall-back values for envelope-from.
23584
23585 2003-08-26 John Paul Wallington <jpw@gnu.org>
23586
23587 * image.el (image-jpeg-p): Don't search beyond length of data.
23588
23589 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23590
23591 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23592 misfeature in `expand-abbrev' which caused electric keywords like
23593 "else" to disappear if an open brace was typed directly afterwards.
23594
23595 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23596
23597 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23598 mandatory in `define-widget'.
23599
23600 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23601 Don't align the operators "!=", "<=" and ">=" as assignment operators.
23602
23603 (c-assignment-operators): New language constant that only contains
23604 the assignment operators.
23605
23606 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23607
23608 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23609
23610 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23611 Safeguard against unbalanced sexps.
23612
23613 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
23614
23615 * version.el (emacs-version): Check for gtk. Include gtk version info.
23616
23617 2003-08-25 John Paul Wallington <jpw@gnu.org>
23618
23619 * man.el (Man-default-man-entry): Don't whizz past the section
23620 number before looking for it.
23621
23622 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
23623
23624 * progmodes/gud.el (gud-display-line): Don't set window-point if
23625 source buffer is not visible. (Only happens with M-x gdba.)
23626
23627 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23628 documentation.
23629 (gdb-source, gdb-source-info): Update to assembler unnecessary
23630 as its done after each GDB command anyway.
23631 (gdb-pre-prompt): Use with-current-buffer.
23632 (gdb-insert-field): Add help-echo text.
23633 (gdb-invalidate-assembler): Re-display of assembler now done in
23634 gdb-info-breakpoints-custom.
23635 (gdb-info-breakpoints-custom): Force re-display of assembler to
23636 happen *after* update of breakpoints buffer.
23637 (gdb-display-source-buffer): Don't choke if gdb-source-window
23638 isn't visible.
23639 (gdb-put-string, gdb-put-arrow): Remove free variables.
23640
23641 2003-08-24 John Paul Wallington <jpw@gnu.org>
23642
23643 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23644
23645 * man.el (Man-default-man-entry): Strip text properties when
23646 snarfing parts of entry because `format' preserves properties.
23647
23648 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23649
23650 * files.el (file-newest-backup): Use `expand-file-name'.
23651
23652 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23653 Allow the diary to pop up a new frame, if needed.
23654
23655 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23656 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23657 (smtpmail-send-it): Make treatment of envelope-from consistent with
23658 sendmail.el.
23659
23660 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23661 (sh-leading-keywords): Add the bash `time' reserved word.
23662 (sh-variables): Add some bash variables.
23663 (sh-add-completer): Fix nil branch of case statement.
23664
23665 2003-08-24 Masatake YAMATO <jet@gyve.org>
23666
23667 * progmodes/ld-script.el: New file.
23668
23669 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23670
23671 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23672
23673 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23674
23675 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23676 Better explain obsolescence, and what to use instead.
23677
23678 2003-08-23 Masatake YAMATO <jet@gyve.org>
23679
23680 * pcvs.el (cvs-do-removal): Show the deleted file name
23681 on the prompt.
23682
23683 2003-08-20 Dave Love <fx@gnu.org>
23684
23685 * international/mule.el (make-coding-system)
23686 (set-buffer-file-coding-system): Doc fix.
23687
23688 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23689
23690 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23691
23692 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23693
23694 * international/utf-16.el: Add mime-text-unsuitable coding system
23695 properties.
23696
23697 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23698
23699 * cus-edit.el: Add some :links.
23700 (bib): Remove.
23701
23702 * textmodes/bib-mode.el (bib): Add :group external.
23703
23704 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23705
23706 * wid-edit.el (widget-echo-help): Make it handle expressions that
23707 evaluate to strings.
23708
23709 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23710
23711 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23712
23713 Simplify selection of SQL products to define highlighting and
23714 interactive mode. Includes detailed instructions on adding
23715 support for new products.
23716
23717 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23718 product for use in highlighting and interactive mode.
23719 (sql-interactive-product): New variable. SQL product for
23720 sql-interactive-mode.
23721 (sql-product-support): New variable. Specifies product-specific
23722 parameters to drive highlighting and interactive mode.
23723 (sql-imenu-generic-expression): Add more object types.
23724 (sql-sqlite-options): Correct comment.
23725 (sql-ms-program): Use "osql" rather than "isql".
23726 (sql-prompt-regexp, sql-prompt-length): Update comment.
23727 (sql-mode-menu): Add "Start SQLi session" entry.
23728 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23729 (sql-mode-abbrev-table): Add abbreviations. Support of
23730 SYSTEM-FLAG on define-abbrev. Support was removed with last
23731 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23732 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23733 names.
23734 (sql-mode-ansi-font-lock-keywords): Set as default value.
23735 (sql-mode-oracle-font-lock-keywords): Set as default value.
23736 Support Oracle 9i keywords.
23737 (sql-mode-postgres-font-lock-keywords): Set as default value.
23738 (sql-mode-linter-font-lock-keywords): Set as default value.
23739 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23740 SQLServer 2000.
23741 (sql-mode-sybase-font-lock-keywords)
23742 (sql-mode-interbase-font-lock-keywords)
23743 (sql-mode-sqlite-font-lock-keywords)
23744 (sql-mode-strong-font-lock-keywords)
23745 (sql-mode-mysql-font-lock-keywords)
23746 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23747 keywords.
23748 (sql-mode-font-lock-defaults): Update comment.
23749 (sql-product-feature): New function. Returns feature associated
23750 with a product from `sql-product-support' alist.
23751 (sql-product-font-lock): New function. Set font-lock support
23752 based on `sql-product'.
23753 (sql-add-product-keywords): New function. Add font-lock rules to
23754 product-specific keyword variables.
23755 (sql-set-product): New function. Set `sql-product' and apply
23756 appropriate font-lock highlighting.
23757 (sql-highlight-product): New function. Set font-lock support
23758 based on a product. Also set mode name to include product name.
23759 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23760 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23761 Use `sql-set-product'.
23762 (sql-highlight-ms-keywords)
23763 (sql-highlight-sybase-keywords)
23764 (sql-highlight-interbase-keywords)
23765 (sql-highlight-strong-keywords)
23766 (sql-highlight-mysql-keywords)
23767 (sql-highlight-sqlite-keywords)
23768 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23769 (sql-get-login): Prompt in the same order as the tokens.
23770 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23771 (sql-product-interactive): New function. Common portions of
23772 product-specific interactive mode wrappers.
23773 (sql-interactive-mode): Rewritten to use product features.
23774 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23775 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23776 (sql-db2, sql-linter): Use `sql-product-interactive'.
23777 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23778 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23779 (sql-connect-ingres, sql-connect-postgres)
23780 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23781 New functions. Format command line parameters and invoke comint on
23782 the appropriate interpreter. Code was in the corresponding
23783 `sql-xyz' function before.
23784 (sql-connect-ms): New function. Support -E argument to use
23785 operating system credentials for authentication.
23786
23787 2003-08-18 Kenichi Handa <handa@m17n.org>
23788
23789 * international/mule.el (encode-char): Fix for the ASCII case.
23790
23791 2003-08-15 Kenichi Handa <handa@m17n.org>
23792
23793 * international/fontset.el (setup-default-fontset): Change "*" to
23794 nil in the specifications of font family.
23795
23796 2003-08-18 Kim F. Storm <storm@cua.dk>
23797
23798 * kmacro.el (kmacro-keymap): Group related bindings in
23799 initialization for clarity. Bind C-s to start macro.
23800 Remove C-r binding.
23801 (kmacro-initial-counter-value): New defvar to hold initial counter
23802 value in case we set the value before defining a macro.
23803 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23804 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23805 not defining or executing macro. Doc fix.
23806 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23807 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23808 temporarily view older elements on the macro ring without cycling
23809 the ring.
23810 (kmacro-display): Doc fix.
23811 (kmacro-exec-ring-item): New helper function.
23812 (kmacro-call-ring-2nd): Use it.
23813 (kmacro-call-ring-2nd-repeat): Doc fix.
23814 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23815 (kmacro-end-or-call-macro): Execute last viewed macro (using
23816 kmacro-exec-ring-item) from ring if this follows
23817 kmacro-view-macro. This allows us to find a macro on the ring
23818 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23819 the ring to bring it to the head of the ring.
23820 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23821 Allow binding to reserved keys without specifying C-x C-k prefix.
23822 Ask for confirmation if entered key sequence is already bound to
23823 a non-macro command.
23824 (kmacro-view-macro): Repeating command will show older elements
23825 on the macro ring; C-k will execute the last viewed macro.
23826 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23827 property from 'ring to 'head.
23828
23829 2003-08-17 Alan Shutko <ats@acm.org>
23830
23831 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23832 keeping December out of the alist.
23833
23834 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23835
23836 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23837 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23838 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23839 (calendar-flatten): New function.
23840 (calendar-mouse-view-other-diary-entries)
23841 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23842 in the menu title and to show multi-line diary entries correctly
23843 in the menu.
23844
23845 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23846
23847 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23848 defcustom, because the default was recently changed.
23849
23850 2003-08-16 Richard M. Stallman <rms@gnu.org>
23851
23852 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23853
23854 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23855 New subroutine, broken out of eval-last-sexp-1.
23856 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23857
23858 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23859
23860 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23861
23862 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23863
23864 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23865
23866 * progmodes/compile.el (compilation-error-regexp-alist):
23867 Add Java ANt error detection as described in document
23868 http://ant.apache.org/faq.html
23869
23870 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23871
23872 * simple.el (backward-word, forward-to-indentation)
23873 (backward-to-indentation): Argument changed to optional.
23874 (next-line, previous-line): Use `or' instead of `unless'.
23875
23876 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23877
23878 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23879 instead of a constant.
23880
23881 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23882
23883 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23884
23885 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23886
23887 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23888 (vc-sccs-workfile-version): Search the entire delta table, rather
23889 than just the first entry, because that might be a deleted version.
23890
23891 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23892
23893 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23894 [save-place] binding in the Options menu. Have it require
23895 'saveplace' and then toggle the variable manually, to avoid an
23896 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23897 for the bug report.
23898
23899 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23900
23901 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23902 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23903 (gdb-info-threads-custom): Add help-echo text.
23904 (gdb-display-back): Don't use purecopy.
23905 (gdb-info-breakpoints-custom, gdb-reset)
23906 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23907 icons can be displayed.
23908
23909 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23910
23911 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23912
23913 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23914
23915 * bookmark.el (bookmark-completing-read):
23916 Return a string, instead of a list of one string.
23917 Use a popup menu if activated from the mouse.
23918 (bookmark-edit-annotation): Remove unused vars.
23919 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23920 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23921 to bookmark-completing-read.
23922 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23923 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23924 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23925 and erase-buffer.
23926 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23927 (bookmark-menu-jump, bookmark-menu-insert)
23928 (bookmark-popup-menu-and-apply-function)
23929 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23930 (bookmark-menu-build-paned-menu): Remove by folding it into
23931 bookmark-menu-popup-paned-menu.
23932 (menu-bar-bookmark-map): Move the define-key statements here.
23933 Use the "non-menu" commands since they now pop up a menu if needed.
23934 (bookmark-exit-hook-internal): Simplify.
23935
23936 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23937
23938 * reftex-toc.el (reftex-toc-rename-label): New function.
23939 (reftex-toc-check-docstruct): New function.
23940
23941 * reftex.el (reftex-region-active-p): New function.
23942
23943 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23944 regexp to find the \bibliography macro.
23945
23946 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23947 which does not exist in LaTeX.
23948 (reftex-cite-format-builtin): Added amsrefs support.
23949 (reftex-toc-confirm-promotion): New option
23950
23951 * reftex-toc.el
23952 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23953 (reftex-toc-demote, reftex-toc-promote)
23954 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23955 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23956 (reftex-toc-newhead-from-alist)
23957 (reftex-toc-load-all-files-for-promotion): New functions.
23958 (reftex-toc-help): Added description of new keys.
23959 (reftex-toc-split-windows-fraction): New option.
23960 (reftex-recenter-toc-when-idle): Search *toc* window on all
23961 visible frames.
23962 (reftex-toc): Additional parameter REUSE
23963 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23964 with REUSE argument.
23965 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23966 the call of `reftex-toc'.
23967 (reftex-make-separate-toc-frame): New function .
23968 (reftex-toc-recenter): When called with triple prefix arg, call
23969 `reftex-make-separate-toc-frame' first.
23970 (reftex-toc-toggle-dedicated-frame): New command.
23971 (reftex-toc-quit): Adapted to delete frame when called in
23972 dedicated frame.
23973
23974 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23975 all enclosing macros.
23976
23977
23978 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23979
23980 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23981 first use.
23982
23983 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23984
23985 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23986
23987 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23988
23989 * calendar/calendar.el (list-diary-entries-hook)
23990 (diary-display-hook, nongregorian-diary-listing-hook)
23991 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23992 Add some customize options for these hooks.
23993 (calendar-abbrev-construct): Don't try to take a substring longer
23994 than the original string.
23995
23996 2003-08-05 Richard M. Stallman <rms@gnu.org>
23997
23998 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23999 (testcover-reinstrument-clauses): Doc fix.
24000
24001 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24002 (warning-type-format): Rename from warning-group-format.
24003
24004 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24005 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24006 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24007 to prevent warnings about defvar for an obsolete variable.
24008
24009 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24010 warning-group-format renamed to warning-type-format.
24011
24012 * subr.el (read-passwd): Use clear-string instead of fillarray.
24013
24014 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24015 Use vconcat instead of concat.
24016 (edmacro-sanitize-for-string): New function.
24017
24018 2003-08-05 Dave Love <fx@gnu.org>
24019
24020 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24021 line-number-display-limit-width.
24022
24023 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24024
24025 2003-08-05 Kenichi Handa <handa@m17n.org>
24026
24027 * international/code-pages.el: Don't require mule-diag.
24028
24029 * international/mule-diag.el (non-iso-charset-alist):
24030 Add autoload cookie.
24031
24032 * language/devan-util.el (dev-glyph-order): Add an entry for the
24033 glyph code #xC4.
24034
24035 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24036
24037 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24038 (european-calendar-style, diary-date-forms)
24039 (calendar-day-name-array, calendar-month-name-array): Doc change.
24040 (generate-calendar-month): Adapt for new behavior of
24041 `calendar-day-name' function.
24042 (calendar-abbrev-length, calendar-day-abbrev-array)
24043 (calendar-month-abbrev-array): New variables.
24044 (calendar-abbrev-construct): New function.
24045 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24046 rather than fixing abbrevs at some width. Calling syntax change.
24047 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
24048 (calendar-date-string): Adapt for new behaviors of
24049 `calendar-day-name' and `calendar-month-name' functions.
24050
24051 * calendar/diary-lib.el (list-diary-entries): Adapt for new
24052 behavior of `calendar-day-name' and `calendar-month-name' functions.
24053 (diary-name-pattern): Use abbrev arrays, rather than fixing
24054 abbrevs at three chars. Calling syntax change.
24055 (mark-diary-entries): Adapt for new behaviors of
24056 `diary-name-pattern' and `calendar-make-alist' functions.
24057 (fancy-diary-font-lock-keywords): Adapt for new behavior of
24058 `diary-name-pattern' function.
24059 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24060 fixing abbrevs at three chars. Calling syntax change.
24061 (cal-hebrew, cal-islam): Require when compiling.
24062 (diary-font-lock-keywords): Adapt for new behavior of
24063 `font-lock-diary-date-forms' function.
24064
24065 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24066 (calendar-hebrew-month-name-array-common-year)
24067 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24068 (list-hebrew-diary-entries): Adapt for new behaviors of
24069 `calendar-day-name' and `add-to-diary-list' functions.
24070 (mark-hebrew-diary-entries): Adapt for new behaviors of
24071 `diary-name-pattern' and `calendar-make-alist' functions.
24072
24073 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24074 Add doc string.
24075 (list-islamic-diary-entries): Adapt for new behaviors of
24076 `calendar-day-name' and `add-to-diary-list' functions.
24077 (mark-islamic-diary-entries): Adapt for new behaviors of
24078 `diary-name-pattern' and `calendar-make-alist' functions.
24079
24080 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24081 `calendar-month-name' function.
24082
24083 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24084
24085 * calendar/solar.el (solar-seasons-data): Move definition before use.
24086
24087 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24088 (cal-tex-LaTeX-hourbox): Move definition before use.
24089
24090 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24091 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24092 * lunar.el, solar.el (displayed-month, displayed-year):
24093 Define for compiler.
24094
24095 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24096
24097 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24098 MODE. Renamed from c-init-c-language-vars'.
24099 (c-initialize-cc-mode): Change accordingly.
24100 (c-common-init): Ditto.
24101 (c-mode): Ditto.
24102 (c++-mode): Use `c-init-language-vars-for'.
24103 (objc-mode): Ditto.
24104 (java-mode): Ditto.
24105 (idl-mode): Ditto.
24106 (pike-mode): Ditto.
24107 (awk-mode): Ditto.
24108
24109 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24110
24111 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24112 or not the point moved.
24113
24114 (c-search-decl-header-end): Don't trip up on operator identifiers
24115 in C++ and operators like == in all languages.
24116
24117 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24118 Detect leading labels correctly.
24119
24120 2003-08-02 Andreas Schwab <schwab@suse.de>
24121
24122 * textmodes/ispell.el: Don't redo key bindings on loading, put
24123 them only in loaddefs.el.
24124 * bookmark.el: Likewise.
24125 * dabbrev.el: Likewise.
24126 * emerge.el: Likewise.
24127
24128 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24129 has more than one member.
24130
24131 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24132
24133 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24134
24135 * lpr.el (printify-region): It was ending conversion before the
24136 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24137
24138 2003-07-31 John Paul Wallington <jpw@gnu.org>
24139
24140 * net/browse-url.el (browse-url-epiphany): Doc fix.
24141
24142 2003-07-30 Kenichi Handa <handa@m17n.org>
24143
24144 * international/fontset.el (setup-default-fontset):
24145 Change registry names of Akurti fonts.
24146
24147 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24148
24149 * comint.el (comint-read-noecho): Use `clear-string' instead of
24150 `fillarray'.
24151
24152 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24153
24154 * outline.el (outline-mode-hook): Add defvar.
24155
24156 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
24157
24158 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24159 Restore assembler in source window if that is what has been selected.
24160 (menu): Add gdb-restore-windows to menu. Make gdba
24161 specific menus only visible from gdba.
24162
24163 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24164
24165 * progmodes/compile.el (compilation-environment): New user variable.
24166 (compile-internal): Respect it.
24167
24168 2003-07-23 Masatake YAMATO <jet@gyve.org>
24169
24170 * progmodes/gud.el (gdb-script-font-lock-keywords):
24171 Put `font-lock-function-name-face' on a symbol which includes
24172 `-' like `hook-run'. Put font-lock-variable-name-face
24173 on a symbol starting with $.
24174
24175 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
24176
24177 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24178
24179 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24180
24181 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24182
24183 2003-07-26 Andre Spiegel <spiegel@gnu.org>
24184
24185 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24186 Use with-no-warnings.
24187 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24188 rather than to find-file-not-found-hook, which doesn't exist.
24189
24190 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24191
24192 * international/quail.el (quail-translate-key): Fix previous change.
24193
24194 2003-07-25 John Paul Wallington <jpw@gnu.org>
24195
24196 * server.el (server-start): Check `server-process' is non-nil
24197 before killing it to avoid killing current buffer's process.
24198
24199 * simple.el (choose-completion-string): Use `minibufferp';
24200 test `completion-reference-buffer' if `buffer' arg is nil.
24201 (push-mark): Use `when' and `unless'.
24202 (pop-mark): Use `when'.
24203
24204 * mouse-sel.el (mouse-sel-get-selection-function):
24205 Check `x-last-selected-text-primary'. Don't barf if it or
24206 `x-last-selected-text' aren't bound.
24207
24208 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24209
24210 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24211
24212 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24213
24214 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24215
24216 2003-07-23 John Paul Wallington <jpw@gnu.org>
24217
24218 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24219
24220 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24221
24222 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24223 string. Defvar the derived hook.
24224
24225 * macros.el (insert-kbd-macro): Escape double quote character.
24226 From Thomas W Murphy <twm@andrew.cmu.edu>.
24227
24228 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24229
24230 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24231 to match the specific mark rather than reusing comment-start-skip.
24232
24233 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24234
24235 * progmodes/hideshow.el (hs-special-modes-alist):
24236 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24237
24238 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
24239
24240 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24241 value using ?\s.
24242
24243 2003-07-21 John Paul Wallington <jpw@gnu.org>
24244
24245 * subr.el (with-selected-window): Add closing paren.
24246
24247 2003-07-21 Richard M. Stallman <rms@gnu.org>
24248
24249 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24250 (lisp-mode): Likewise.
24251
24252 * subr.el (with-selected-window): Copy code form save-selected-window
24253 so as to call select-window with norecord arg.
24254 (dynamic-completion-table): Doc fix.
24255 (lazy-completion-table): Doc fix.
24256
24257 * international/mule-cmds.el (set-locale-environment):
24258 langinfo renamed to locale-info.
24259
24260 * international/mule.el (auto-coding-functions): Doc fix.
24261
24262 2003-07-21 Kenichi Handa <handa@m17n.org>
24263
24264 * international/quail.el (quail-translate-key):
24265 Update quail-current-str correctly.
24266
24267 2003-07-21 Andreas Schwab <schwab@suse.de>
24268
24269 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24270 ?, to "_".
24271
24272 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24273 Version 2.0.36 of Tramp released.
24274
24275 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24276 tramp-password-end-of-line.
24277 (tramp-password-end-of-line): New method parameter.
24278 (tramp-get-password-end-of-line): Function to access method
24279 parameter `tramp-password-end-of-line', or variable
24280 `tramp-default-password-end-of-line' (default value).
24281 (tramp-methods): Add entries for new parameter
24282 tramp-password-end-of-line.
24283 (tramp-enter-password): Use new function
24284 `tramp-get-password-end-of-line'.
24285 (tramp-handle-insert-file-contents): Do not
24286 unconditionally inhibit the file operation file-local-copy, only
24287 do that when the inhibit-file-name-operation is currently
24288 insert-file-contents. This fixes finding remote CVS-controlled
24289 files. (It would barf on inserting the CVS/Entries file
24290 literally, because the file-local-copy handler wasn't called.)
24291 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24292 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24293 (tramp-initial-commands): New variable.
24294 (tramp-process-initial-commands): New function, using the variable.
24295 (tramp-open-connection-setup-interactive-shell): Call the new function.
24296 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24297 method into the buffer name, never use nil. Reported by Hanak
24298 David <dhanak@inf.bme.hu>.
24299 (tramp-open-connection-setup-interactive-shell): Erase buffer
24300 before sending "stty -onlcr".
24301
24302 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24303
24304 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
24305
24306 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24307
24308 2003-07-19 John Paul Wallington <jpw@gnu.org>
24309
24310 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24311 (artist-draw-rect, artist-draw-square): Doc fixes.
24312
24313 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24314
24315 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24316
24317 2003-07-19 Kenichi Handa <handa@m17n.org>
24318
24319 * international/kkc.el (kkc-show-conversion-list-update):
24320 Highlight the correct candidate in the message.
24321
24322 2003-07-18 John Paul Wallington <jpw@gnu.org>
24323
24324 * simple.el (current-word): Don't include punctuation char when
24325 `really-word' arg is non-nil.
24326
24327 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24328
24329 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24330 moved to the directory obsolete.
24331
24332 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24333
24334 * info.el (Info-menu-entry-name-re): Allow newlines in
24335 menu entry names.
24336
24337 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24338 syntax-ppss-after-change-function.
24339 (syntax-ppss-after-change-function): New alias. Update uses.
24340 (syntax-ppss): Catch the case where the buffer is narrowed.
24341
24342 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24343
24344 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24345 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24346
24347 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24348
24349 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24350 since it might be modified.
24351
24352 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24353 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24354 names to these language constants.
24355
24356 2003-07-15 Kim F. Storm <storm@cua.dk>
24357
24358 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24359 All uses changed.
24360
24361 2003-07-14 Mark A. Hershberger <mah@everybody.org>
24362
24363 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24364 Namespace support.
24365
24366 2003-07-13 Juanma Barranquero <lektu@terra.es>
24367
24368 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24369 papers received).
24370
24371 2003-07-13 Karl Eichwalder <ke@suse.de>
24372
24373 * textmodes/po.el (po-find-charset): White space at the start of the
24374 Content-Type field body is non-mandatory.
24375
24376 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24377
24378 * textmodes/texinfo.el (texinfo-section-list):
24379 Append appendixsection; a synonym for appendixsec.
24380
24381 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24382
24383 * man.el (Man-translate-cleanup): New.
24384 (Man-translate-references): Call `Man-translate-cleanup' to clean
24385 leading, trailing and middle spaces.
24386
24387 2003-07-13 Lars Hansen <larsh@math.ku.dk>
24388
24389 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24390 Handle `dired-directory' being a list.
24391
24392 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24393
24394 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24395 it doesn't exist.
24396
24397 2003-07-12 Richard M. Stallman <rms@gnu.org>
24398
24399 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24400
24401 * progmodes/cc-defs.el (c-make-keywords-re):
24402 Don't use delete-duplicates.
24403 (c-lang-const): Don't use mapcan.
24404
24405 * apropos.el (apropos-show-scores): Make it customizable.
24406 Document new meaning.
24407 (apropos): Compute scores from symbols.
24408 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24409
24410 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24411
24412 * ps-bdf.el: Fix copyright line.
24413 (bdf-directory-list): Fix initialization code.
24414
24415 2003-07-11 John Paul Wallington <jpw@gnu.org>
24416
24417 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24418 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24419 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24420
24421 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
24422
24423 * emacs-lisp/ring.el (ring-elements): Doc fix.
24424
24425 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24426
24427 * calendar/timeclock.el (timeclock-relative)
24428 (timeclock-ask-before-exiting, timeclock-use-display-time):
24429 Doc changes.
24430 (timeclock-modeline-display): Give a message if
24431 `timeclock-use-display-time' is non-nil but `display-time-mode'
24432 is not active.
24433
24434 2003-07-11 Kenichi Handa <handa@m17n.org>
24435
24436 * international/mule-cmds.el (set-language-environment):
24437 Set current-language-environment to the correct string.
24438
24439 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24440
24441 * ps-print.el: Print line number correctly in a region. Reported by
24442 Tim Allen <timallen@ls83.fsnet.co.uk>.
24443 (ps-print-version): New version number (6.6.2).
24444 (ps-printing-region): Code fix.
24445
24446 2003-07-10 John Paul Wallington <jpw@gnu.org>
24447
24448 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24449 this function can be called from `add-completions-from-tags-table'.
24450
24451 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
24452
24453 * calendar/timeclock.el (timeclock-use-display-time)
24454 (timeclock-day-over-hook, timeclock-workday-remaining)
24455 (timeclock-status-string, timeclock-when-to-leave)
24456 (timeclock-when-to-leave-string, timeclock-log-data)
24457 (timeclock-find-discrep, timeclock-day-base)
24458 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24459 (timeclock-modeline-display): Set the variable
24460 `timeclock-modeline-display'.
24461 (timeclock-update-modeline): Doc fix. Respect value of
24462 `timeclock-relative'.
24463
24464 2003-07-09 Richard M. Stallman <rms@gnu.org>
24465
24466 * textmodes/reftex-parse.el (reftex-all-document-files):
24467 Add autoload cookie.
24468
24469 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24470 (reftex-scanning-info-available-p): Add autoload cookie.
24471
24472 * international/mule-cmds.el
24473 (set-display-table-and-terminal-coding-system): Delete duplicate
24474 aset on standard-display-table.
24475
24476 * view.el (view-file): If existing buffer's major mode is special,
24477 don't go into view mode.
24478
24479 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24480
24481 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24482
24483 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24484 buffer changes; there's third party code that calls this function
24485 directly.
24486
24487 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24488
24489 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24490 (autodoc-font-lock-keywords): Don't byte compile on font lock
24491 initialization when running from byte compiled files.
24492
24493 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24494
24495 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24496 statement ends with auto-increment "++".
24497
24498 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24499
24500 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24501 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24502 these are changed, so declare them as variables and not constants.
24503
24504 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
24505
24506 * subr.el (dolist, dotimes): Doc fix.
24507
24508 2003-07-08 Kim F. Storm <storm@cua.dk>
24509
24510 * international/mule-cmds.el
24511 (set-display-table-and-terminal-coding-system): Don't break
24512 bootstrap if standard-display-table isn't setup yet.
24513
24514 2003-07-07 Richard M. Stallman <rms@gnu.org>
24515
24516 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24517 Give it a doc string, and autoload it.
24518
24519 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24520 Use with-no-warnings.
24521
24522 * info.el (Info-search): If find invisible text, search again.
24523
24524 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24525
24526 * man.el (Man-name-regexp): Match + as part of name.
24527
24528 * simple.el (visible-mode): Rename from vis-mode.
24529 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24530
24531 * simple.el (current-word): New arg REALLY-WORD specifies
24532 don't include punctuation chars.
24533
24534 * emacs-lisp/debug.el (debug, debugger-env-macro):
24535 Use with-no-warnings while accessing and binding unread-command-char.
24536
24537 * international/mule-cmds.el
24538 (set-display-table-and-terminal-coding-system): Use explicit loop
24539 instead of calling standard-display-default.
24540
24541 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24542 Use condition-case to catch error in ange-ftp-get-files.
24543
24544 * net/browse-url.el (browse-url-browser-function):
24545 Add alternative for Epiphany.
24546 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24547 (browse-url-epiphany-startup-arguments)
24548 (browse-url-epiphany-new-window-is-tab): New variables.
24549 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24550
24551 * progmodes/compile.el (compile-auto-highlight): Default now t.
24552 (compile): Doc fix.
24553 (compilation-next-error): Fix previous change.
24554
24555 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24556
24557 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24558
24559 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
24560
24561 * gdb-ui.el (gdb-source-info): Display current frame when
24562 attaching to an existing process.
24563 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24564 while laying out windows when attaching to an existing process.
24565
24566 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24567
24568 * info.el (Info-menu): Use Info-menu-entry-name-re.
24569
24570 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24571
24572 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24573 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24574
24575 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24576 to match the same text.
24577
24578 2003-07-06 John Paul Wallington <jpw@gnu.org>
24579
24580 * vc.el (vc-annotate-offset): Move defvar up.
24581
24582 2003-07-06 Kim F. Storm <storm@cua.dk>
24583
24584 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24585 This should fix the infinite loop when extracting menu names.
24586
24587 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24588
24589 * files.el (auto-mode-alist, interpreter-mode-alist):
24590 Remove entries to CC Mode modes to avoid duplicates; they are now added
24591 with autoload directives in cc-mode.el.
24592
24593 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24594
24595 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24596 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24597 these are changed, so declare them as variables and not constants.
24598
24599 * progmodes/cc-mode.el: Fix some autoload problems: Try to
24600 ensure that the entry for ".c" extension comes before the one for
24601 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24602 Fix incorrect entries that were added to `interpreter-mode-alist'.
24603 Move the autoload directives for AWK to the top level since they
24604 aren't recognized anywhere else. Do not use the new AWK mode doc
24605 in the autoload form for the old AWK mode.
24606
24607 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24608
24609 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24610 (bibtex-sort-ignore-string-entries): Default value t.
24611 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24612 erroneously in previous version.
24613 (bibtex-string-files): Docstring reflects new parsing scheme.
24614 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24615 docstring, add # as one of the chars to crush
24616 (bibtex-autokey-prefix-string, bibtex-autokey-names)
24617 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24618 (bibtex-autokey-name-change-strings)
24619 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24620 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24621 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24622 (bibtex-autokey-title-terminators)
24623 (bibtex-autokey-titlewords-stretch)
24624 (bibtex-autokey-titleword-ignore)
24625 (bibtex-autokey-titleword-case-convert)
24626 (bibtex-autokey-titleword-abbrevs)
24627 (bibtex-autokey-titleword-abbrevs)
24628 (bibtex-autokey-titleword-change-strings)
24629 (bibtex-autokey-titleword-length)
24630 (bibtex-autokey-titleword-separator)
24631 (bibtex-autokey-name-year-separator)
24632 (bibtex-autokey-year-title-separator)
24633 (bibtex-autokey-before-presentation-function)
24634 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24635 Fix docstring.
24636 (bibtex-strings, bibtex-reference-keys):
24637 Use lazy-completion-table and make-variable-buffer-local.
24638 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24639 (bibtex-braced-string-syntax-table)
24640 (bibtex-quoted-string-syntax-table): New variables.
24641 (bibtex-parse-nested-braces): Remove.
24642 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24643 (bibtex-parse-association): Simplify.
24644 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24645 (bibtex-parse-field-text): Simplify.
24646 (bibtex-search-forward-field, bibtex-search-backward-field):
24647 argument BOUND can take value t.
24648 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24649 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24650 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24651 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24652 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24653 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24654 and ending of entry. Update for changes of bibtex-search-entry.
24655 Simplify.
24656 (bibtex-map-entries): FUN is called with three arguments.
24657 (bibtex-search-entry): Return a cons pair with buffer positions of
24658 beginning and end of entry.
24659 (bibtex-enclosing-field): Simplify.
24660 (bibtex-format-entry): Use booktitle to set a missing title.
24661 (bibtex-autokey-get-names): Fiddle with regexps.
24662 (bibtex-generate-autokey): Use identity.
24663 (bibtex-parse-keys): Use simplified parsing algorithm if
24664 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24665 arguments. Return alist of keys.
24666 (bibtex-parse-strings): Simplify. Return alist of strings.
24667 (bibtex-complete-string-cleanup): Fix docstring.
24668 (bibtex-read-key): New function.
24669 (bibtex-mode): Fix docstring. Do not parse for keys and
24670 strings when the mode is entered. Set fill-paragraph-function to
24671 bibtex-fill-field. Setup font-lock-mark-block-function the way
24672 font-lock intended.
24673 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24674 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24675 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24676 (bibtex-Preamble): Avoid hard coded constants.
24677 (bibtex-make-field): Fix docstring. Simplify.
24678 (bibtex-beginning-of-entry): Always return new position of point.
24679 (bibtex-end-of-entry): Rearrange cond clauses.
24680 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24681 Update for changes of bibtex-map-entries.
24682 (bibtex-ispell-abstract): Do not move point.
24683 (bibtex-entry-index): Use downcase. Simplify.
24684 (bibtex-lessp): Handle catch-all.
24685 (bibtex-find-crossref): Turn into a command.
24686 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24687 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24688 preamble entries.
24689 (bibtex-fill-field-bounds): New function.
24690 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24691 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24692 (bibtex-String): Use bibtex-strings. Always obey
24693 bibtex-sort-ignore-string-entries.
24694
24695 2003-07-05 John Paul Wallington <jpw@gnu.org>
24696
24697 * cus-theme.el (customize-create-theme):
24698 Call `customize-create-theme' in Reset widget's notify function.
24699
24700 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24701 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24702 (define-ibuffer-column name): Add summarizer.
24703 (define-ibuffer-column size): Likewise.
24704 (define-ibuffer-column filename): Likewise.
24705 (define-ibuffer-column process): Likewise. Change BODY's output too.
24706 (define-ibuffer-column filename-and-process): Likewise, likewise.
24707 (ibuffer): Remove local vars `already-in' and `need-update'.
24708
24709 * ibuf-ext.el: Don't require `derived' at compile-time.
24710
24711 2003-07-05 Kim F. Storm <storm@cua.dk>
24712
24713 * info.el: Disable paragraph refilling.
24714 (Info-refill-paragraphs): New defcustom.
24715 (Info-fontify-node): Use it.
24716
24717 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24718
24719 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24720 thingies from constructors created by defstruct.
24721
24722 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24723 the default value of the variable.
24724 (byte-code-meter): Move declaration to top level.
24725
24726 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24727
24728 * info.el (Info-following-node-name-re): New fun.
24729 (Info-following-node-name): Remove.
24730 (Info-insert-dir): Use the new fun.
24731 (Info-extract-pointer): Don't save restriction; use new fun.
24732 (Info-menu-entry-name-re): New const.
24733 (Info-menu-entry-name-re): Use it along with new fun.
24734 (Info-node-spec-re): Use new fun.
24735 (Info-complete-menu-item, Info-fontify-node): Use new const.
24736 (Info-goto-node, Info-follow-reference, Info-menu-update):
24737 Use match-string.
24738 (Info-follow-reference): Use assoc-string.
24739 Use a list of strings for the completion table.
24740 (Info-fontify-node): Use match-string, line-end-position.
24741 Limit the search for `node:' to the first line.
24742
24743 * newcomment.el (uncomment-region): Remove padding coming from
24744 comment-start rather than just from comment-padding.
24745
24746 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24747 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24748 (vc-cvs-rename-file): Remove (use the default).
24749 (vc-cvs-register): Register parent dir if needed.
24750 (vc-cvs-could-register): Return non-nil if parent can be registered.
24751 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24752 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24753
24754 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24755 (vc-svn-update): Fix the arguments to `svn'.
24756 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24757 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24758 Simple implementations, assuming `name' is a URL.
24759
24760 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24761 set of chars allowed unquoted in a case pattern.
24762
24763 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24764
24765 * font-lock.el (font-lock-extra-types-widget)
24766 (c-font-lock-extra-types, c++-font-lock-extra-types)
24767 (objc-font-lock-extra-types, java-font-lock-extra-types)
24768 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24769 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24770 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24771 (font-lock-match-c++-structor-declaration)
24772 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24773 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24774 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24775 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24776 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24777 (java-font-lock-keywords-3, java-font-lock-keywords)
24778 (java-font-lock-syntactic-face-function): Remove obsolete code
24779 and constants. It's all in cc-fonts.el now.
24780
24781 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24782
24783 * mail/sendmail.el (mail-specify-envelope-from)
24784 (mail-envelope-from): Doc fix.
24785
24786 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24787
24788 * generic-x.el: Do away with the dependency on `c-emacs-features'
24789 when populating `rul-generic-mode-syntax-table'; we already know
24790 this isn't XEmacs.
24791
24792 See ChangeLog.10 for earlier changes.
24793
24794 ;; Local Variables:
24795 ;; coding: iso-2022-7bit
24796 ;; End:
24797
24798 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24799 Copying and distribution of this file, with or without modification,
24800 are permitted provided the copyright notice and this notice are preserved.
24801
24802 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1