Use \\` and \\' instead of ^ and $ in regexps.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
aa6f7b96
SM
12005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4 (ange-ftp-send-cmd): Revert last change, and expand
5 the comment explaining the problem.
6
928aa821
LT
72005-08-10 Luc Teirlinck <teirllm@auburn.edu>
8
9 * ldefs-boot.el: Update.
10
11 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12 item to "Time, Load and Mail". Change help echo text.
13
14 * time.el (display-time-use-mail-icon, display-time-format)
15 (display-time-string-forms): Shorten first line of docstrings.
16
e6de37c5 172005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
18
19 * desktop.el (desktop-buffer-mode-handlers):
20 Make non-customizable. Add autoload cookie. Change initial value to
e6de37c5
LH
21 nil; add elements in respective modules instead. Fix doc string.
22 (desktop-load-file): New function.
23 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
24 (desktop-create-buffer): Call minor mode handlers.
25 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
26 checking for a handler.
27 (desktop-save): Don't add nil to desktop-minor-modes for minor
28 modes with nil function in desktop-minor-mode-table. Don't delete
29 desktop file before rewriting it.
30 (desktop-locals-to-save): Add autoload cookie. Don't make
31 automatically buffer-local. Add variables column-number-mode,
32 size-indication-mode, indent-tabs-mode,
33 indicate-buffer-boundaries, indicate-empty-lines and
34 show-trailing-whitespace.
35 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
36 regexps. Don't use desktop-clear-preserve-buffers-regexp.
37 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 38 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
39 (desktop-save-buffer): Fix doc string.
40
41 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
42 (hilit-chg-desktop-restore): New function.
43 (highlight-changes-mode): Add highlight-changes-mode to
44 desktop-locals-to-save.
45
46 * dired.el: Add handler to desktop-buffer-mode-handlers.
47 (dired-restore-desktop-buffer): Remove autoload cookie.
48 (dired-mode): Add autoload cookie.
49
50 * info.el: Add handler to desktop-buffer-mode-handlers.
51 (Info-restore-desktop-buffer): Remove autoload cookie.
52 (Info-mode): Add autoload cookie.
53
54 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
55 (mh-restore-desktop-buffer): Remove autoload cookie.
56 (mh-folder-mode): Add autoload cookie.
57
58 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
59 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 60
2d77d354
MY
612005-08-11 Masatake YAMATO <jet@gyve.org>
62
1ea286a7
LT
63 * hexl.el (hexl-address-region):
64 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
65 (hexl-highlight-line-range): Use the term "region"
66 instead of "area" for consistency with the other symbols
67 defined in hexl.el.
68
682591cf
LT
692005-08-09 Luc Teirlinck <teirllm@auburn.edu>
70
71 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
72 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
73 out by Juri Linkov). Add `display-battery-mode'.
74
5ebbfd96
JL
752005-08-09 Juri Linkov <juri@jurta.org>
76
77 * progmodes/compile.el (compilation-mode-font-lock-keywords):
78 Remove `-text' from face variable names.
79 (compilation-error-file-name, compilation-warning-file-name)
80 (compilation-info-file-name): Delete faces.
81 (compilation-line-number, compilation-column-number):
82 Remove face underlining.
83 (compilation-message-face): Set to `underline' value by default.
84 (compilation-error-face, compilation-warning-face)
85 (compilation-info-face): Remove `-file-name' from face names.
86 (compilation-error-text-face, compilation-warning-text-face)
87 (compilation-info-text-face): Delete face variables.
88 (compilation-text-face): Delete function.
89
aa6f7b96 90 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
91 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
92 (grep-error-face): Set to `compilation-error' instead of
93 `compilation-error-face' (which is redefined to `grep-hit-face' in
94 grep buffers).
95 (grep-mode-font-lock-keywords): Remove `-text' from face
96 variable names. Use `grep-error-face' instead of
97 `compilation-error-text-face'.
98
99 * dired-aux.el (dired-do-query-replace-regexp):
100 Use `query-replace-read-args'.
101
102 * replace.el (query-replace-read-from, query-replace-read-to)
103 (query-replace-read-args): Rename arg `string' to `prompt'.
104
105 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
106
8012c835
MA
1072005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
108
109 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
110 uploading files.
111 (ange-ftp-canonize-filename): Handle file names beginning with ~
112 correctly.
113
8ad8316c
JB
1142005-08-09 Juanma Barranquero <lekktu@gmail.com>
115
116 * textmodes/fill.el (canonically-space-region)
117 (fill-context-prefix, fill-french-nobreak-p)
118 (fill-delete-newlines, fill-comment-paragraph)
119 (justify-current-line): "?\ " -> "?\s".
120
1212005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
122
123 * textmodes/fill.el (fill-nonuniform-paragraphs):
124 Improve argument/docstring consistency.
125
e8f30180
RS
1262005-08-09 Richard M. Stallman <rms@gnu.org>
127
e7cdb3e0
RS
128 * textmodes/ispell.el (ispell-word): More fboundp checks.
129
e8f30180
RS
130 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
131 (find-file-noselect-1): Call it here, only if RAWFILE.
132 (normal-mode): Always set some major mode.
133 (save-some-buffers-action-alist): Change some explanation strings.
134 (file-name-non-special): In the `quote' method, use unwind-protect.
135
1362005-08-09 Magnus Henoch <mange@freemail.hu>
137
e7cdb3e0 138 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 139 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
140 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
141 (ispell-get-aspell-config-value): New function.
142 (ispell-aspell-find-dictionary): New function.
143 (ispell-aspell-add-aliases): New function.
144 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
145 appropriate. Don't look for ispell dictionaries if we use aspell.
146 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 147
61298e17
RS
1482005-08-09 Richard M. Stallman <rms@gnu.org>
149
150 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
151 (sql-read-passwd): Use read-passwd.
152
153 * progmodes/idlw-toolbar.el (idlwave-toolbar)
154 (idlwave-toolbar-is-possible): Add defvars.
155
156 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
157 Avoid warnings.
158
159 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
160 (idlwave-system-class-info, idlwave-executive-commands-alist):
161 Use defvar.
162
163 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
164
165 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
166 Avoid warnings.
167
168 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
169 and content-type: headers.
170
171 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
172
173 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
174 and rename some of them to be more self-explanatory.
175
176 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
177
178 * startup.el (command-line-1): Implement -scriptload.
179
180 * replace.el (occur-engine): Initial *Occur* output not undoable.
181
182 * menu-bar.el (menu-bar-file-menu): Rename some menu items
183 and improve help strings.
184
185 * isearch.el (isearch-repeat): When changing direction,
186 mark search successful.
187
188 * ediff-init.el: Use (featurep 'xemacs).
189
190 * comint.el (send-invisible): Identify buffer, if not selected.
191
192 * align.el: Delete autoload for c-guess-basic-syntax.
193
a165d05e
JB
1942005-08-09 Juanma Barranquero <lekktu@gmail.com>
195
196 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
197 Improve argument/docstring consistency. Doc fixes.
198 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
199 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
200 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
201 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
202 (r2bv-organization, r2bv-pages, r2bv-primary-author)
203 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
204 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
205 Defvar at compile time.
206
196a121b
JL
2072005-08-09 Juri Linkov <juri@jurta.org>
208
209 * info.el: Replace `info' with upper-case `Info'
210 where appropriate.
211 (info-title-1, info-title-2, info-title-3, info-title-4)
212 (info-menu-header): Move up face definitions.
213 (info-menu-star): Rename from `info-menu-5'.
214 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
215 (Info-fontify-visited-nodes): Fix docstring.
216 (Info-hide-note-references): Fix docstring.
217 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
218 menu items in the same way as on cross-references.
219 (info-apropos): Fix sorting order and formatting to be like in the
220 stand-alone Info browser. Display error messages for 1 sec.
221 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
222 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
223 from the menu bar.
224 (Info-insert-dir): Restore point after calling
225 `insert-buffer-substring'.
226
48b194fd
RS
2272005-08-08 Richard M. Stallman <rms@gnu.org>
228
229 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
230 (recompute-lucid-menubar): Add defvars.
231
232 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
233
234 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
235
aa6f7b96 236 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
237
238 * play/gametree.el (gametree-mode): Use make-local-variable,
239 not make-variable-buffer-local.
240
241 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
242
243 * ansi-color.el (ansi-color-make-extent)
244 (ansi-color-set-extent-face): Use fboundp, not functionp.
245
246 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
247 not make-variable-buffer-local.
248
249 * bookmark.el (Info-current-file): Add defvar.
250 (bookmark-jump-noselect): Use with-no-warnings.
251
252 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
253
254 * ebuff-menu.el (Helper-return-blurb): Add defvar.
255
256 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
257
258 * find-file.el (ada-procedure-start-regexp)
259 (ada-package-start-regexp): Add defvars.
260
261 * info.el (Info-insert-dir): Use insert-buffer-substring.
262
263 * xml.el (xml-att-def-re): Add defvar.
264
265 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
266 calling convention.
267
268 * subr.el (while-no-input): Return t if there is input.
269
98605c6f
LT
2702005-08-08 Luc Teirlinck <teirllm@auburn.edu>
271
272 * cus-start.el (all): Add `overflow-newline-into-fringe'.
273
0c737c20
JB
2742005-08-08 Juanma Barranquero <lekktu@gmail.com>
275
276 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
277 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
278
2792005-08-08 Emilio C. Lopes <eclig@gmx.net>
280
281 * cmuscheme.el (scheme-start-file): Replace reference to
282 `user-emacs-directory' by "~/.emacs.d/".
283
b499789c
TTN
2842005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
285
286 * info.el (Info-dir-remove-duplicates): Avoid case folding
287 in loop; instead, keep downcased strings for comparison.
288 Suggested by Helmut Eller.
289
d2a2c17f
MA
2902005-08-07 Michael Albinus <michael.albinus@gmx.de>
291
292 Sync with Tramp 2.0.50.
293
294 * tramp.el: Remove defvar of `last-coding-system-used' in the
295 XEmacs case; not necessary anymore.
296 (tramp-user-regexp): Allow "@" as part of user name.
297 (tramp-handle-set-visited-file-modtime)
298 (tramp-handle-insert-file-contents)
299 (tramp-handle-write-region): No special handling for
300 `last-coding-system-used, because this is done in
301 `tramp-accept-process-output' now.
302 (tramp-accept-process-output): New defun.
303 (tramp-process-one-action, tramp-process-one-multi-action)
304 (tramp-wait-for-regexp, tramp-wait-for-output)
305 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
306 Howells <dhowells@redhat.com>.
307 (clear-visited-file-modtime): Defadvice removed. The check for
308 unset buffer's modtime does not need to be based on
309 `tramp-buffer-file-attributes'. Suggested by RMS.
310 (tramp-message): Insert "\n" if not being at beginning of line.
311 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
312 sequence with same logic.
313 (tramp-completion-handle-expand-file-name): Discard call of
314 `tramp-drop-volume-letter'. It is not necessary, and there have
315 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 316 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
317 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
318 should always be visible.
319 (tramp-handle-insert-directory, tramp-setup-complete)
320 (tramp-set-process-query-on-exit-flag)
321 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
322 (tramp-bug): Delete non-existing variables from list.
323 Apply `tramp-load-report-modules' as pre-hook.
324 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
325 `shell-prompt-pattern' because of non-7bit characters.
326 Reported by Sebastian Luque <sluque@mun.ca>.
327 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 328 (tramp-match-string-list): Remove function.
aa6f7b96
SM
329 (tramp-wait-for-regexp): Remove call of that function.
330 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
331 (tramp-set-auto-save-file-modes): Use octal integer code #o600
332 instead of octal character code ?\600. The latter resulted in a
333 syntax error with XEmacs.
334
335 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
336 XEmacs case; not necessary anymore.
337 (tramp-smb-handle-write-region): No special handling for
338 `last-coding-system-used, because this is done in
339 `tramp-accept-process-output' now.
340 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
341
07a15941
LT
3422005-08-06 Luc Teirlinck <teirllm@auburn.edu>
343
ff2b1744
LT
344 * wid-edit.el (widget-choice-value-create): Unconditionally
345 respect user choice. Set :explicit-choice back to nil when no
346 longer needed.
347 (widget-choice-action): Unconditionally respect user choice.
348 Eliminate :explicit-choice-value.
349
07a15941
LT
350 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
351
352 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
353 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
354 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
355 running new function `toggle-indicate-empty-lines'.
356 Rename "Customize" item to "Customize fringe".
357 Rename "Indicators" item to "Buffer boundaries" and change help echo.
358 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
359 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
360 Delete "Empty lines only" item.
361 (menu-bar-showhide-fringe-ind-customize): New function.
362 (menu-bar-showhide-fringe-ind-mixed)
363 (menu-bar-showhide-fringe-ind-box)
364 (menu-bar-showhide-fringe-ind-right)
365 (menu-bar-showhide-fringe-ind-left)
366 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
367 instead of `fringe-indicators'.
368
44766d63 3692005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
370
371 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 372 Change the date of last update.
cb5ccc08 373
38685583 3742005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
375
376 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
377 (viper-exec-yank, viper-put-back): Don't display modification msg
378 if in the minibuffer.
379
380 * viper-init.el (viper-replace-overlay-cursor-color)
381 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
382 Make variables frame local.
383
384 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 385 nconc.
cb5ccc08
JB
386
387 * viper.el (viper-vi-state-mode-list)
388 (viper-emacs-state-mode-list): Move help-mode and
389 completion-list-mode from the first list to the second.
390 (viper-mode): Docstring.
391 (viper-go-away, viper-non-hook-settings): Don't localize
392 minor-mode-alist in newer Emacsen. Add advice to
393 set-cursor-color. Don't bind "\C-c\\".
394
cb8fc40a
EZ
3952005-08-06 Emilio C. Lopes <eclig@gmx.net>
396
397 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
398 (scheme-macro-expand-command): New user options.
399 (scheme-trace-procedure, scheme-expand-current-form): New commands.
400 (scheme-form-at-point, scheme-start-file)
401 (scheme-interactively-start-process): New functions.
402 (scheme-get-process): New function, extracted from `scheme-proc'.
403 (run-scheme): Call `scheme-start-file' to get start file, and pass
404 it to `make-comint'.
aa6f7b96
SM
405 (switch-to-scheme, scheme-proc):
406 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
407 is available.
408
ba65be24
JL
4092005-08-06 Juri Linkov <juri@jurta.org>
410
411 * progmodes/compile.el (compilation-mode-font-lock-keywords):
412 Use `compilation-text-face', `compilation-info-text-face' and
413 `compilation-error-text-face' instead of `font-lock-keyword-face'.
414 (compilation-error): New face.
415 (compilation-error-file-name): Inherit from
416 `compilation-error' instead of `font-lock-warning-face'.
417 (compilation-warning-file-name): Inherit from
418 `compilation-warning' instead of `font-lock-warning-face'.
419 (compilation-info, compilation-error-file-name)
420 (compilation-warning-file-name, compilation-info-file-name)
421 (compilation-line-number, compilation-column-number): Doc fix.
422 (compilation-error-text-face, compilation-warning-text-face)
423 (compilation-info-text-face): New face variables.
424 (compilation-line-face, compilation-column-face)
425 (compilation-enter-directory-face)
426 (compilation-leave-directory-face): Doc fix.
427 (compilation-text-face): New function.
428
429 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to
430 0 instead of 1 to display binary file names as info file links.
431 (grep-error-face): Use `compilation-error-face' instead of
432 `font-lock-keyword-face'.
433 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
434 and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
435 Use `compilation-error-text-face' instead of `grep-error-face'.
436
4f27bfc3
KH
4372005-08-05 Kenichi Handa <handa@m17n.org>
438
439 * international/code-pages.el: Add autoload cookies for all coding
440 systems.
441
eaf99616
LT
4422005-08-04 Luc Teirlinck <teirllm@auburn.edu>
443
444 * cus-start.el (all): Put undo.c where it alphabetically belongs.
445
35952129
JL
4462005-08-04 Juri Linkov <juri@jurta.org>
447
94c713b2
JL
448 * progmodes/compile.el (compilation-mode-map):
449 * progmodes/grep.el (grep-mode-map):
450 Bind TAB to `compilation-next-error' and [backtab] to
451 `compilation-previous-error'.
452
35952129
JL
453 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
454 matching line numbers, column numbers and their ranges with regexp
455 matching only line numbers.
456 (grep-context-face): New face variable.
457 (grep-mode-font-lock-keywords): Use it.
458
459 * faces.el (read-face-name): Delete duplicate faces.
460
6f08431c
JB
4612005-08-02 Juanma Barranquero <lekktu@gmail.com>
462
6ced5724
JB
463 * thumbs.el (thumbs-find-image): Don't make variables
464 automatically buffer local.
465 (thumbs-current-tmp-filename, thumbs-current-image-filename)
466 (thumbs-image-num): Make automatically buffer local.
467 (thumbs-show-thumbs-list): Use `make-local-variable', not
468 `make-variable-buffer-local'.
aa6f7b96 469 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 470
6f08431c
JB
471 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
472 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
473 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
474 (bother, bye, canyou, chatlst, continue, deathlst, describe)
475 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
476 (feelings-about, foullst, found, hello, history, howareyoulst)
477 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
478 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
479 (neglst, obj, object, owner, please, problems, qlist)
480 (random-adjective, relation, remlst, repetitive-shortness)
481 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
482 (shortlst, something, sportslst, stallmanlst, states, subj)
483 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
484 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
485 Defvar at compile time.
486
6ced5724
JB
487 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
488 not `make-variable-buffer-local'.
489
f8a9926b
KS
4902005-08-02 Kim F. Storm <storm@cua.dk>
491
492 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
493 rectangle overlay in selected window.
494
121e80cf
LT
4952005-08-01 Luc Teirlinck <teirllm@auburn.edu>
496
497 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
498 instead of display group. Make `indicate-buffer-boundaries'
499 customizable through Custom.
500
1e5b5dc0
JB
5012005-08-01 Juanma Barranquero <lekktu@gmail.com>
502
503 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
504 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
505 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
506 (gdb-put-string): Fix typos in docstrings.
507
e37a0f2d
NR
5082005-08-01 Nick Roberts <nickrob@snap.net.nz>
509
201dc594 510 Update copyright notices of files in progmodes directory for
aa6f7b96 511 release of Emacs 22.1.
201dc594 512
e37a0f2d
NR
513 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
514
aa6f7b96
SM
515 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
516 Don't barf if the GUD buffer has been killed.
e37a0f2d 517
b68eddb4
KS
5182005-08-01 Kim F. Storm <storm@cua.dk>
519
520 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
521
01e4a4fa
SM
5222005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
525 (byte-compile-form-make-variable-buffer-local): New functions to warn
526 about misuses of make-variable-buffer-local where make-local-variable
527 was meant.
528
b89c5a72
JB
5292005-07-29 Juanma Barranquero <lekktu@gmail.com>
530
f2e48473
JB
531 * bs.el (bs-attributes-list): Doc fix.
532 (bs): Update url-link.
533
b89c5a72
JB
534 * desktop.el (desktop-save-buffer): Fix typos in docstring.
535 (desktop-load-default): Simplify.
536
972b8f82
JB
537 * ibuffer.el (ibuffer-columnize-and-insert-list)
538 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
539 (ibuffer-unmark-all, ibuffer-toggle-marks)
540 (ibuffer-unmark-forward, ibuffer-unmark-backward)
541 (ibuffer-compile-make-format-form, ibuffer-format-column)
542 (ibuffer-current-buffers-with-marks)
543 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
544 (ibuffer): Doc fix.
545 (ibuffer-mode): Fix typo in docstring.
546 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
547 with `define-obsolete-variable-alias'.
548 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
549
dfc434d0
KH
5502005-07-29 Kenichi Handa <handa@m17n.org>
551
01e4a4fa
SM
552 * international/mule-cmds.el (select-message-coding-system):
553 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
554 return iso-8859-1-unix.
555
92482d77
SM
5562005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
559 (ange-ftp-pending-error-line): New vars.
560 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
561 to handle the non-fatal no-route-to-host messages.
562 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
563
6480c508
JB
5642005-07-28 Juanma Barranquero <lekktu@gmail.com>
565
566 * isearch.el (isearch-mode-map, isearch-other-meta-char)
567 (isearch-quote-char, isearch-printing-char)
568 (isearch-text-char-description): "?\ " -> "?\s".
569 (isearch-lazy-highlight-cleanup)
570 (isearch-lazy-highlight-initial-delay)
571 (isearch-lazy-highlight-interval)
572 (isearch-lazy-highlight-max-at-a-time)
573 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
574 Declare with define-obsolete-*-alias macros.
575 (isearch-forward): Fix typo in docstring.
576 (search-invisible, search-ring-yank-pointer)
577 (regexp-search-ring-yank-pointer): Doc fixes.
578
579 * recentf.el (recentf-menu-append-commands-p): Declare with
580 `define-obsolete-variable-alias'.
581 (recentf-max-saved-items, recentf-menu-filter)
582 (recentf-arrange-by-rule-subfilter): Doc fixes.
583 (recentf-menu-append-commands-flag)
584 (recentf-initialize-file-name-history, recentf-expand-file-name)
585 (recentf-clear-data): Fix typos in docstrings.
586
8aa9ad9f
NR
5872005-07-28 Nick Roberts <nickrob@snap.net.nz>
588
589 * progmodes/gdb-ui.el: Smarten comments.
590 (gdb-info-breakpoints-custom): Use nowarn when finding file.
591
4f0c9ba7
DN
5922005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
593
594 * term/apollo.el (terminal-init-apollo): New function containing
595 all former top level forms in the file.
596 * term/bobcat.el (terminal-init-bobcat):
597 * term/cygwin.el (terminal-init-cygwin):
598 * term/iris-ansi.el (terminal-init-iris-ansi):
599 * term/linux.el (terminal-init-linux):
600 * term/news.el (terminal-init-news):
601 * term/rxvt.el (terminal-init-rxvt):
602 * term/sun.el (terminal-init-sun):
603 * term/tvi970.el (terminal-init-tvi970):
604 * term/vt100.el (terminal-init-vt100):
605 * term/vt102.el (terminal-init-vt102):
606 * term/vt125.el (terminal-init-vt125):
607 * term/vt200.el (terminal-init-vt200):
608 * term/vt201.el (terminal-init-vt201):
609 * term/vt220.el (terminal-init-vt220):
610 * term/vt240.el (terminal-init-vt240):
611 * term/vt300.el (terminal-init-vt300):
612 * term/vt320.el (terminal-init-vt320):
613 * term/vt400.el (terminal-init-vt400):
614 * term/vt420.el (terminal-init-vt420):
615 * term/wyse50.el (terminal-init-wyse50):
616 * term/xterm.el (terminal-init-xterm): Likewise.
617
618 * term/README: Describe the terminal-init-* functionality.
619
01e4a4fa
SM
620 * startup.el (command-line): After loading the terminal initialization
621 file call the corresponding terminal initialization function.
4f0c9ba7 622
3509543c
KH
6232005-07-27 Kenichi Handa <handa@m17n.org>
624
625 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
626 negative.
627
01e4a4fa 628 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
629 (ps-mule-composition-prologue): Fix for the case that
630 RelativeCompose is false.
3509543c 631
cbfde7a0
SM
6322005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
633
a34ed813
SM
634 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
635
cbfde7a0
SM
636 * descr-text.el (describe-char): Handle the case where the list of
637 chars is displayed in a separate frame.
638 Be a bit more discriminating when looking for the char.
639
d32ff76a
JB
6402005-07-26 Juanma Barranquero <lekktu@gmail.com>
641
642 * bookmark.el (bookmark-automatically-show-annotations)
643 (bookmark-read-annotation-text-func): Doc fixes.
644 (bookmark-save): Improve argument/docstring consistency.
645 (bookmark-get-bookmark, bookmark-get-bookmark-record)
646 (bookmark-alist-from-buffer)
647 (bookmark-upgrade-file-format-from-0)
648 (bookmark-grok-file-format-version)
649 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
650 (bookmark-read-annotation-mode)
651 (bookmark-insert-current-bookmark, bookmark-jump)
652 (bookmark-exit-hook): Fix typos in docstrings.
653 (bookmark-exit-hooks): Define as obsolete alias.
654 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
655 not `bookmark-exit-hooks'. Fix docstring.
656 (bookmark-bmenu-select): "?\ " -> "?\s".
657
6582005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
659
660 * startup.el (command-line): Fix typo.
661
5eca5ecd
RS
6622005-07-24 Richard M. Stallman <rms@gnu.org>
663
664 * tooltip.el (tooltip-mode): Test emacs-basic-display,
665 not emacs-quick-startup.
666
ac0385c8
JB
6672005-07-24 Juanma Barranquero <lekktu@gmail.com>
668
48ce962e
JB
669 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
670 (reb-next-match, reb-show-subexp): Use `with-selected-window'
671 instead of `reb-with-current-window'.
672 (reb-prev-match): Likewise. Also, don't move left if the search
673 was unsuccessful.
674 (reb-initialize-buffer): New function.
675 (re-builder, reb-change-syntax): Use it.
676
ac0385c8
JB
677 * man.el (Man-goto-page): Make second argument NOERROR optional.
678
55fb4ff7
RS
6792005-07-23 Richard M. Stallman <rms@gnu.org>
680
681 * man.el (Man-bgproc-sentinel): Check here for failure to find
682 any man page in the output, and report the error here.
683 (Man-arguments): Make it permanent local.
684 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
685 (Man-mode): Pass t for NOERROR.
686
ac0385c8
JB
687 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
688 (grep-mode-font-lock-keywords):
55fb4ff7
RS
689 Don't use compilation-...-face for messages that are not file names.
690
691 * progmodes/compile.el (compilation-mode-font-lock-keywords):
692 Don't use compilation-...-face for messages that are not file names.
693
1050234a
JL
6942005-07-22 Juri Linkov <juri@jurta.org>
695
1050234a
JL
696 * startup.el (normal-splash-screen): Update menu name.
697
698 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
699
19292318
DN
7002005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
701
6a55dae2
DN
702 * term/xterm.el: Load term/rxvt if the terminal is actually an
703 rxvt terminal.
704 (xterm-rxvt-set-background-mode): Remove, not used anymore.
705
19292318
DN
706 * term/rxvt.el (function-key-map): Use substitute-key-definition
707 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
708
709 * term/cygwin.el: New file.
710
80362dd2
KS
7112005-07-22 Kim F. Storm <storm@cua.dk>
712
a34ed813
SM
713 * image-file.el (insert-image-file, image-file-yank-handler):
714 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 715
4be27839
EZ
7162005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
717
718 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
719 of the file size (as in "177B" for 177 bytes). This happens with
720 "ls -lh" on FreeBSD.
721
3dd89635
JB
7222005-07-22 Juanma Barranquero <lekktu@gmail.com>
723
724 * hilit-chg.el (highlight-changes-global-initial-state)
725 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
726 (hilit-chg-fixup, highlight-changes-mode):
727 Fix typos in docstrings.
728 (highlight-changes-global-modes, highlight-changes-rotate-faces):
729 Doc fixes.
730
8a469c77
LT
7312005-07-21 Luc Teirlinck <teirllm@auburn.edu>
732
733 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
734 mode function using `eval-after-load'.
735
5543c8b7
KS
7362005-07-21 Kim F. Storm <storm@cua.dk>
737
738 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
739 included when reporting an emacs crash, and tell about the DEBUG file.
740
741 * image-file.el (insert-image-file): Add yank-handler.
742 (image-file-yank-handler): Yank handler to make unique copies of
743 images when they are yanked into a buffer next to each other.
744
69c3280d
JB
7452005-07-21 Juanma Barranquero <lekktu@gmail.com>
746
d6ff789c
JB
747 * comint.el (comint-use-prompt-regexp, comint-send-input)
748 (comint-source-default, comint-extract-string)
749 (comint-get-source, comint-word, comint-completion)
750 (comint-source, comint-prompt-read-only, comint-update-fence):
751 Fix typos in docstrings.
752 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
753 Declare with define-obsolete-*-alias macros.
754 (comint-previous-matching-input-from-input)
755 (comint-next-matching-input-from-input)
756 (comint-previous-matching-input, comint-next-matching-input)
757 (comint-forward-matching-input):
758 Improve argument/docstring consistency.
759
4880a274
JB
760 * desktop.el (desktop-clear-preserve-buffers-regexp):
761 Also preserve the *server* buffer.
762
69c3280d
JB
763 * simple.el (clone-indirect-buffer): Doc fix.
764 (fixup-whitespace, just-one-space)
765 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
766 (next-error, next-error-highlight)
767 (next-error-highlight-no-select, next-error-last-buffer)
768 (next-error-buffer-p, next-error-find-buffer, next-error)
769 (previous-error, next-error-no-select, previous-error-no-select)
770 (open-line, split-line, minibuffer-prompt-width, kill-new)
771 (binary-overwrite-mode): Fix typos in docstrings.
772 (set-fill-column): Fix typo in message.
773
774 * skeleton.el (skeleton-proxy-new): Doc fix.
775
776 * strokes.el (strokes-load-hook): Doc fix.
777 (strokes-grid-resolution, strokes-get-grid-position)
778 (strokes-renormalize-to-grid, strokes-read-stroke)
779 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
780 (strokes-global-map): Fix typos in docstrings.
781 (strokes-help): Doc fix. Fix help message and pass it through
782 `substitute-command-keys'.
783
4880a274
JB
784 * tempo.el (tempo-insert-prompt, tempo-interactive)
785 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
786 (tempo-insert-string-functions, tempo-local-tags)
787 (tempo-define-template, tempo-insert-template)
788 (tempo-insert-prompt-compat, tempo-is-user-element)
789 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
790 Fix typos in docstrings.
791
792 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
793 (vcursor-key-bindings, vcursor-use-vcursor-map)
794 (vcursor-find-window, vcursor-scroll-down)
795 (vcursor-disable, vcursor-beginning-of-buffer)
796 (vcursor-end-of-buffer): Fix typos in docstrings.
797 (vcursor-relative-move, vcursor-get-char-count):
798 Improve argument/docstring consistency.
799
800 * version.el: "?\ " -> "?\s".
801
802 * wid-edit.el (widget-default-create, widget-after-change)
803 (widget-default-format-handler, widget-checklist-add-item)
804 (widget-radio-add-item, widget-choose, widget-specify-secret)
805 (widget-field-value-create, widget-field-value-get)
806 (widget-editable-list-format-handler)
807 (widget-editable-list-entry-create, widget-group-value-create)
808 (widget-documentation-link-add)
809 (widget-documentation-string-value-create): "?\ " -> "?\s".
810 (widget-convert-text): Doc fix.
811 (widget-narrow-to-field, widget-field-find)
812 (widget-url-link-action, widget-emacs-library-link-action)
813 (widget-color-notify): Fix typos in docstrings.
814
815 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
816 (x-select-text, set-w32-system-coding-system)
817 (w32-add-charset-info): Fix typos in docstrings.
818
819 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
820 (cua-enable-cua-keys, cua-use-hyper-key)
821 (cua-virtual-rectangle-edges): Fix typos in docstrings.
822 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
823
824 * net/tramp.el (tramp-handle-load): Fix typo in error message.
825
826 * emacs-lisp/re-builder.el (regexp-builder): Declare with
827 `defalias' instead of faking it.
828
829 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
830 (eshell-ls-missing, eshell-ls-dired-initial-args)
831 (eshell-ls-use-in-dired): Fix typos in docstrings.
832
200576f6
KS
8332005-07-20 Kim F. Storm <storm@cua.dk>
834
835 * emulation/cua-base.el (cua-mode): Improve doc string.
836
3f32d6a3
JB
8372005-07-20 Juanma Barranquero <lekktu@gmail.com>
838
a5b5bf44
JB
839 * abbrev.el (expand-region-abbrevs): Doc fix.
840 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
841 Improve argument/docstring consistency.
842
843 * arc-mode.el (archive-get-descr, archive-alternate-display):
844 Doc fixes.
845 (archive-l-e): Improve argument/docstring consistency.
846 (archive-tmpdir, archive-unixdate, archive-unixtime)
847 (archive-chmod-entry): Fix typos in docstrings.
848 (archive-unflag, archive-unflag-backwards)
849 (archive-unmark-all-files): "?\ " -> "?\s".
850
851 * buff-menu.el (Buffer-menu-unmark): Doc fix.
852 (Buffer-menu-not-modified, Buffer-menu-execute)
853 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
854 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
855
856 * composite.el (compose-string, encode-composition-rule)
857 (compose-last-chars): Fix typos in docstrings.
858
3f32d6a3
JB
859 * desktop.el (desktop-enable, desktop-basefilename):
860 Declare with `define-obsolete-variable-alias'.
861 (desktop-internal-v2s): Don't quote keywords.
862 (desktop-clear): "?\ " -> "?\s".
863
a5b5bf44
JB
864 * dired.el (dired-align-file, dired-flag-backup-files)
865 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
866 (dired-listing-switches, dired-ls-F-marks-symlinks)
867 (dired-dwim-target, dired-load-hook, dired-mode-hook)
868 (dired-directory, dired-faces, dired, dired-revert)
869 (dired-mode, dired-summary, dired-view-file)
870 (dired-copy-filename-as-kill, dired-delete-file)
871 (dired-no-confirm, dired-unmark-all-marks)
872 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
873 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
874 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
875 Fix typos in message strings.
876
877 * dired-x.el (virtual-dired): Declare with `defalias'.
878 (dired-mark-unmarked-files, dired-local-variables-file)
879 (dired-omit-here-always): Doc fix.
880 (dired-omit-mode, dired-find-subdir)
881 (dired-enable-local-variables, dired-clean-up-buffers-too)
882 (dired-extra-startup, dired-mark-extension, dired-jump)
883 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
884 (dired-smart-shell-command, dired-guess-shell-alist-user)
885 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
886 (dired-x-bind-find-file, dired-x-submit-report):
887 Fix typos in docstrings.
888 (dired-mark-unmarked-files): "?\ " -> "?\s".
889
890 * dirtrack.el (dirtrack-list): Fix typos in docstring.
891
892 * faces.el (describe-face): "?\ " -> "?\s".
893 (read-all-face-attributes, read-face-font, modify-face)
894 (face-attr-construct, italic): Fix typos in docstrings.
895 (frame-update-face-colors): Declare with
896 `define-obsolete-function-alias'.
897
26b9ecbc
JB
898 * files.el (find-file-noselect, recode-file-name): Doc fixes.
899 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
900 (magic-mode-alist, buffer-file-numbers-unique)
901 (write-file-functions, get-free-disk-space):
902 Fix typos in docstrings.
903 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
904 (write-contents-hooks, write-file-hooks):
905 Declare with `define-obsolete-variable-alias'.
906
f33321ad
JB
907 * forms-d2.el (arch-rj): Fix typo in docstrings.
908 (arch-tocol): Likewise. "?\ " -> "?\s".
909
910 * frame.el (set-frame-font, cursor-in-non-selected-windows):
911 Fix typo in docstring.
912 (set-screen-width, set-screen-height): Delete redundant info in
913 doctrings.
914 (new-frame, screen-height, screen-width): Declare with
915 `define-obsolete-function-alias'.
916 (delete-frame-hook, blink-cursor): Declare with
917 `define-obsolete-variable-alias'.
918
919 * paths.el (prune-directory-list): Fix typos in docstring.
920
921 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
922 (cvs-prefix-get): Fix typos in docstrings.
923
924 * ps-print.el (ps-extend-face-list, ps-extend-face)
925 (ps-print-background-image): Fix typos in docstrings.
926 (ps-default-fg, ps-default-bg): Doc fixes.
927
928 * s-region.el (s-region-bind): Doc fix.
929 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
930
3f32d6a3
JB
931 * textmodes/org.el (org-table-formula-substitute-names)
932 (org-table-get-vertical-vector): Doc fixes.
933 (org-table-recalculate): Remove unused argument to `message'.
934
376b811b
CD
9352005-07-19 Carsten Dominik <dominik@science.uva.nl>
936
3f32d6a3
JB
937 * textmodes/org.el (org-table-column-names)
938 (org-table-column-name-regexp)
a34ed813
SM
939 (org-table-named-field-locations): New variables.
940 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
941 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
942 the kill buffer.
a34ed813
SM
943 (org-complete): Remove fixed-formula completion.
944 (org-edit-formulas-map): New variable.
945 (org-table-edit-formulas): New command.
946 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 947 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
948 (org-table-maybe-eval-formula): Handle `:=' fields.
949 (org-table-get-stored-formulas, org-table-store-formulas)
950 (org-table-get-formula, org-table-modify-formulas)
951 (org-table-replace-in-formulas): Handle named field formulas.
952 (org-table-get-specials): Store locations of named fields.
376b811b 953
09ca8329
JL
9542005-07-19 Juri Linkov <juri@jurta.org>
955
956 * progmodes/grep.el (grep-regexp-alist)
957 (grep-mode-font-lock-keywords, grep-process-setup):
958 Use default GNU grep match color "01;31m" instead of "01;41m".
959 (grep-regexp-alist, grep-mode-font-lock-keywords):
960 Use `\\[[0-9]*m' instead of `\\[00m'.
961 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
962 sgr_start where its handling is more important. Use the real
963 length of sgr_start instead of constant 8.
964 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
965 specially. Delete all remaining escape sequences.
966 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
967 (grep-regexp-alist): Make hyperlink only for binary file name
968 instead of the whole line.
969 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
970 (grep-mode): Add autoload.
971
972 * emacs-lisp/find-func.el (find-function-regexp):
973 Add `define-compilation-mode'.
974
09cab23d
JL
9752005-07-19 Juri Linkov <juri@jurta.org>
976
977 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
978 (compare-windows-sync-string-size, compare-windows-recenter)
979 (compare-windows-highlight, compare-windows): Add version 22.1.
980 (compare-windows) <defface>: Inherit from lazy-highlight instead
981 of duplicating its default value.
982
983 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
984 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
985
986 * descr-text.el (describe-char): Create link buttons for `charset'
987 and `code point'. Add the current input method name with a link
988 button to `to input' field. Print face names of display table
989 characters in `The display table entry is displayed by' section
990 instead of printing face-id in the `display' field.
991 Guess hardcoded faces and create a link button for them.
992 Skip empty fields when calculating max-width.
993 Treat `widget-create' specially while inserting strings from the
994 collected field list.
995 (describe-char-after): Made obsolete in version 22.1, not 21.5.
996
997 * diff-mode.el (diff-file-header): Change foreground color from
998 yellow to green on light backgrounds.
999 (diff-context): Inherit from `shadow' only for color/grayscale
1000 with more than 88 colors.
1001 (diff-indicator-removed, diff-indicator-added)
1002 (diff-indicator-changed): New faces.
1003 (diff-font-lock-keywords): Use new faces. Regroup rules.
1004 Add "^---$" for `normal' diff format. Fontify `#' lines with
1005 font-lock-comment-delimiter-face and font-lock-comment-face.
1006 Add `#' to ^[^...] in the rule for `diff-context-face'.
1007
1008 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1009 a button-like box. Inherit from `highlight' on low colors.
1010 (shadow): Use shades of gray only for color/grayscale with
1011 more than 88 colors. Use green for light backgrounds with
1012 8 colors, and yellow for dark backgrounds with 8 colors.
1013
a34ed813
SM
1014 * font-lock.el (font-lock-regexp-grouping-backslash):
1015 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
1016
1017 * info.el (info-xref-visited): Use light foreground color `violet'
1018 for dark backgrounds instead of dark color `magenta3'.
1019 (info-title-1): Use `yellow' color for dark backgrounds.
1020
1021 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1022 too-light magenta2.
1023
1024 * replace.el (match): Use slightly more light RoyalBlue3 instead
1025 of dark RoyalBlue4.
1026
1027 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1028
cc8b76bf
JB
10292005-07-19 Juanma Barranquero <lekktu@gmail.com>
1030
6d9c9ad9
JB
1031 * novice.el (disabled-command-hook): Declare it with
1032 `define-obsolete-variable-alias'.
1033
cc8b76bf
JB
1034 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1035 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1036 (desktop-load-default): Add release to obsolescence info.
1037 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1038 (desktop-append-buffer-args, desktop-read):
1039 Fix typos in docstrings.
1040 (desktop-kill): Fix typo in message.
1041 (desktop-save): Doc fix.
1042
acfb6f24 10432005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
1044
1045 * viper-cmd.el (viper-escape-to-state): Bug fix.
1046 (viper-envelop-ESC-key): Change the definition of fast
1047 keysequence so it'll work with keyboard macros.
1048
1049 * ediff.el (ediff-patch-buffer): Change the docstring.
1050
e9b01d1f
KH
10512005-07-19 Kenichi Handa <handa@m17n.org>
1052
1053 * international/mule-cmds.el (select-safe-coding-system): Try to
1054 use an auto-coding (if any) before anything else. If the found
1055 auto-coding is invalid, show a warning message.
1056
1057 * international/mule.el (find-auto-coding): New function created
1058 by modifying the body of set-auto-coding.
1059 (set-auto-coding): Use find-auto-coding to find a coding.
1060
b4fb325f
RS
10612005-07-18 Richard M. Stallman <rms@gnu.org>
1062
1063 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1064 not isearch-mode-end-hook-error.
1065 (allout-before-change-protect): Fix error message.
1066
1bef8597
JL
10672005-07-18 Juri Linkov <juri@jurta.org>
1068
1069 * allout.el (allout-mode):
1070 * calculator.el (calculator-copy):
1071 * custom.el (custom-known-themes):
1072 * dired.el (dired-desktop-buffer-misc-data)
1073 (dired-restore-desktop-buffer):
1074 * dired-x.el (dired-omit-marker-char):
1075 * files.el (basic-save-buffer):
1076 * font-core.el (font-lock-mode):
1077 * calendar/calendar.el (calendar-goto-hebrew-date)
1078 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1079 (calendar-goto-persian-date):
1080 * language/ethio-util.el (ethio-sera-to-fidel-region):
1081 * textmodes/picture.el (picture-mode):
1082 Delete duplicate duplicate words.
1083
57cfde4d
JL
10842005-07-18 Juri Linkov <juri@jurta.org>
1085
1086 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1087 chars * ? } |.
1088 (isearch-fallback): Don't call `isearch-process-search-char'.
1089 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1090 (isearch-process-search-char): Call `isearch-fallback' for regexp
1091 chars * ? } |.
1092 (isearch-return-char): Make obsolete with `make-obsolete' instead
1093 of simply documenting it as obsolete in the docstring.
1094 (isearch-fallback): Refill docstring.
1095
1096 * international/isearch-x.el
1097 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
1098 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
1099 Test the length of `str'.
1100
d34f0136
JB
11012005-07-18 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * allout.el (allout-resolve-xref): Fix typos in error strings.
1104 (allout-before-change-protect): Remove unneeded `concat'.
1105
1106 * array.el (array-mode, array-reconfigure-rows)
1107 (untabify-backward): Fix typos in docstrings.
1108 (array-reconfigure-rows): Use `insert-buffer-substring', not
1109 `insert-buffer'.
1110
1111 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
1112 * progmodes/ada-mode.el (ada-make-body):
1113 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
1114
1115 * dired.el (dired-log):
1116 * tar-mode.el (tar-subfile-save-buffer):
1117 * play/zone.el (zone-pgm-stress-destress):
1118 Use `insert-buffer-substring', not `insert-buffer'.
1119
e81c51f0
SJ
11202005-07-17 Simon Josefsson <jas@extundo.com>
1121
c5fb0bd6 1122 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 1123
4effb112
SJ
11242005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1125
c5fb0bd6
KS
1126 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1127 Add plain auth method.
1128 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 1129
4f8efafc
KS
11302005-07-17 Kim F. Storm <storm@cua.dk>
1131
f64d5328 1132 * ido.el (dired-other-window): Add ido property.
4f8efafc 1133
e41acc77
JB
11342005-07-16 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1137 Fix typo in docstring.
1138 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1139 `insert-file-literally'.
1140
1141 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1142 info and delete redundant message. Doc fix.
1143 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1144 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1145
ad50a502
RS
11462005-07-16 Richard M. Stallman <rms@gnu.org>
1147
1148 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1149 (byte-compile-and): Use byte-compile-and-recursion.
1150 (byte-compile-or-recursion): New function.
1151 (byte-compile-or): Use that.
1152 (byte-compile-if): Guard the else-clause too.
1153 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
1154
1155 * isearch.el (isearch-mode-end-hook-quit): New variable.
1156 (isearch-done): Bind it.
1157 (isearch-mode-end-hook): Doc fix.
1158
1159 * allout.el (allout-isearch-did-quit): Variable deleted.
1160 (allout-real-isearch-abort): Function name no longer used.
1161 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1162 (allout-isearch-rectification): isearch-mode always exists.
1163 Don't set allout-isearch-did-quit.
1164 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1165 allout-isearch-did-quit.
1166 (allout-enwrap-isearch): Just add the hook.
1167 (allout-isearch-abort): Function deleted.
1168 (allout-pre-command-business): Avoid warning.
ad50a502
RS
1169
1170 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1171 Correctly avoid warnings.
1172 (pascal-outline): Likewise.
1173
1174 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1175
1176 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1177
1178 * play/tetris.el (tetris-mode): Avoid warning.
1179
1180 * play/snake.el (snake-mode): Avoid warning.
1181
1182 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1183 (gamegrid-set-display-table): Avoid warning.
1184 (gamegrid-set-timer): Likewise.
1185 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1186 (gamegrid-add-score-with-update-game-score-1): Take FILE
1187 as argument.
1188 (gamegrid-add-score-with-update-game-score): Pass that argument.
1189 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1190
1191 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1192
1193 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1194 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1195
1196 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1197 and insert-file.
e41acc77 1198
ad50a502
RS
1199 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1200 (sc-ask): Avoid warnings.
1201
1202 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1203 (eshell-hist-initialize): Use that var the natural way.
1204
1205 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1206
a34ed813
SM
1207 * emacs-lisp/re-builder.el (reb-cook-regexp):
1208 Avoid warning calling lre-compile-string.
ad50a502
RS
1209 (reb-color-display-p): Avoid warning.
1210
1211 * calculator.el (calculator-last-input): Guard uses
1212 of event-key and key-press-event-p.
1213 (event-key, key-press-event-p): Delete definitions.
1214
1215 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
1216 (find-gc-source-directory, find-gc-subrs-callers)
1217 (find-gc-noreturn-list, find-gc-source-files)
1218 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
1219
1220 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1221 (checkdoc-overlay-put, checkdoc-delete-overlay)
1222 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 1223 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 1224 Define such that compiler knows they are defined.
a34ed813
SM
1225 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1226 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
1227
1228 * whitespace.el (whitespace-make-overlay)
1229 (whitespace-overlay-put, whitespace-delete-overlay)
1230 (whitespace-overlay-start, whitespace-overlay-end):
1231 Define such that compiler knows they are defined.
1232 (whitespace): Move conditional inside.
1233
1234 * tempo.el (tempo-insert-template): Suppress warning.
1235
1236 * ediff-diff.el (longlines-mode): Add defvar.
1237
9ebc3953
EZ
12382005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1239
1240 * server.el: Bind "C-x #" in a way that works even if C-x is
1241 redefined to a command key, not a prefix key.
1242
2e9c1c6d
EZ
12432005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1244
1245 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1246 cl-make-type-test till execution time.
1247
6bdeff3e
EZ
12482005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1249
1250 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1251 arg ARG and use it.
1252
578f8106
EZ
12532005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1254
1255 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1256
9f8a6f72
LT
12572005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1258
1259 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1260 a defcustom with two :set or :type keywords.
1261
e4b477a1
RS
12622005-07-15 Richard M. Stallman <rms@gnu.org>
1263
1264 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1265 Don't give ^M comment-end syntax.
1266
bb7e5329
NR
12672005-07-16 Nick Roberts <nickrob@snap.net.nz>
1268
9ab281f0 1269 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
1270 Don't consider gdbmi (gdb-mi.el has its own update functions).
1271 (gdb-var-delete): Make it work for gdbmi as well.
1272 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1273
1274 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1275 (gud-speedbar-menu-items): Correct logic for enabling items.
1276
075e33b3
KS
12772005-07-15 Kim F. Storm <storm@cua.dk>
1278
2994c5cf 1279 * ido.el: Fix commentary.
9ab281f0 1280 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 1281 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
1282 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1283 Let bind minibuffer-completing-file-name to t.
075e33b3 1284
fea34e9f
JB
12852005-07-15 Juanma Barranquero <lekktu@gmail.com>
1286
9ab281f0
JB
1287 * startup.el (site-run-file, keyboard-type): Doc fixes.
1288 (command-line): Check for "--basic-display" argument; also for
1289 "--quick", not "--bare-bones" (which was renamed).
1290 (fancy-splash-text): Add missing item "Getting New Versions".
1291 (normal-splash-screen): Fix typos and improve consistency with
1292 `fancy-splash-text'. Update copyright year.
1293
1930e8f0
JB
1294 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1295 valid binding for `help-char'.
1296
3c8dd9b9 1297 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 1298
9ea818ab
DN
12992005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1300
1301 * term.el (term-mode): Disable cua-mode for term buffers.
1302
edc8ec9f
JB
13032005-07-14 Juanma Barranquero <lekktu@gmail.com>
1304
1930e8f0
JB
1305 * add-log.el (add-log-mailing-address, change-log-merge):
1306 Doc fixes.
edc8ec9f
JB
1307 (change-log-get-method-definition): Fix typo in docstring.
1308
44016d9d
KS
13092005-07-14 Kim F. Storm <storm@cua.dk>
1310
1311 * emulation/cua-base.el:
1312 (cua--pre-command-handler-1, cua--pre-command-handler)
1313 (cua--post-command-handler-1, cua--post-command-handler):
1314 Split in two. Check (buffer local) value of cua-mode.
1315 (cua-selection-mode): New command.
1316
fd90b80c
LT
13172005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1318
1319 * custom.el (custom-initialize-safe-set)
1320 (custom-initialize-safe-default): Doc fixes.
1321
1322 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1323 and simplify :init-value again.
1324
1325 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1326 and simplify :init-value again. Delete autoload.
1327
1328 * startup.el (command-line): Use `custom-reevaluate-setting' again
1329 for tooltip-mode.
1330
9f8a6f72
LT
1331 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1332 a defcustom with two :initialize keywords.
fd90b80c 1333
a937cb39
JB
13342005-07-13 Juanma Barranquero <lekktu@gmail.com>
1335
1336 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1337 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1338 (allout-post-command-business, allout-flag-region)
1339 (isearch-reenable-font-lock, allout-yank)
1340 (allout-insert-latex-header, allout-insert-latex-trailer)
1341 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1342 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 1343 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
1344 (allout-unprotected, allout-prefix-data):
1345 Improve argument/docstring consistency.
1346 (allout-chart-subtree): Fix argument spec.
1347 (allout-open-topic): Rename `use_sib_bullet' argument to
1348 `use-sib-bullet'. Doc fix.
1349
1350 * whitespace.el (whitespace-check-buffer-leading)
1351 (whitespace-check-buffer-trailing)
1352 (whitespace-check-buffer-indent)
1353 (whitespace-check-buffer-spacetab)
1354 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1355 (whitespace-check-leading-whitespace)
1356 (whitespace-check-trailing-whitespace)
1357 (whitespace-check-spacetab-whitespace)
1358 (whitespace-check-indent-whitespace)
1359 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1360 (whitespace-modes): Fix typos in docstrings.
1930e8f0 1361 (defgroup, defcustom): Doc fixes.
a937cb39
JB
1362
1363 * winner.el (winner-mode, winner-boring-buffers)
1364 (winner-pending-undo-ring): Doc fixes.
1365 (winner-ring): Remove unneeded `progn'.
1366 (winner-equal): `defsubst' it.
1367 (winner-redo): Fix message.
1368
010b9a45
KS
13692005-07-13 Kim F. Storm <storm@cua.dk>
1370
1371 * simple.el (line-move-1): Always use vertical-motion to
1372 do the last (or only) line move to ensure some movement.
1373 Undo 2005-06-23 change--don't check for overlays.
1374
c229fb15
YM
13752005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1376
1377 * term/mac-win.el (ccl-encode-mac-roman-font)
1378 (ccl-encode-mac-centraleurroman-font)
1379 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
1380 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1381 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
1382 (mac-char-fontspec-list): New constant.
1383 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1384 argument. Nil uses itself as family in font-spec. Previous
1385 behavior for nil is now provided by non-nil non-string argument.
1386 All callers changed. Add font-specs for Mac fonts to
1387 "fontset-default" unless iso8859-1 fonts are installed.
1388
69d05d83
SM
13892005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1392 a continuation line if the \ is preceded by SPC or TAB.
1393 (sh-get-indent-info): Simplify.
1394 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1395 Use with-current-buffer.
1396
1397 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1398 when the matched text is empty.
1399
d8a9fbf0
LT
14002005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1401
1402 * startup.el (command-line): Revert to previous handling of
1403 tooltip-mode. Explain in comment why the complexity is needed.
1404
1405 * tooltip.el (tooltip-mode): Revert to previous implementation of
1406 its defcustom.
1407
1408 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 1409 of its defcustom. Update comment.
d8a9fbf0 1410
70f35cb1
LH
14112005-07-12 Lars Hansen <larsh@soem.dk>
1412
1413 * desktop.el: Update e-mail address.
1414
c37efb7a
YM
14152005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1416
1417 * term/mac-win.el (mac-services-mail-selection)
1418 (mac-services-mail-to): New functions.
1419 (mac-application-menu-map): Bind them.
1420
7ea9de71
NR
14212005-07-12 wulei <milton@wulei.net> (tiny change)
1422
1423 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1424
350ecc49
LT
14252005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1426
1427 * custom.el (custom-reevaluate-setting): Doc fix.
1428
ea6bc45d
JB
14292005-07-11 Jay Belanger <belanger@truman.edu>
1430
1431 * calc/calc.el (calc-embedded-announce-formula-alist)
1432 (calc-embedded-open-close-plain-alist)
69d05d83 1433 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 1434 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 1435
ba2c4279
JB
14362005-07-11 Juanma Barranquero <lekktu@gmail.com>
1437
1438 * custom.el (custom-enable-theme): Don't add theme to
1439 `custom-enabled-themes' with `push' because there is no
1440 setf-method for `delq'.
1441
3cc9e6d8
RS
14422005-07-11 Richard M. Stallman <rms@gnu.org>
1443
8989771d
RS
1444 * custom.el (custom-declare-variable): Doc fix.
1445
5176af43
RS
1446 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1447 from the alists.
1448
3cc9e6d8
RS
1449 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1450 Do nothing if edebug-active.
1451
1452 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1453 (edebug-display): Do it here instead.
1454
14552005-07-10 Richard M. Stallman <rms@gnu.org>
1456
1457 * cus-face.el (custom-theme-set-faces): Make it work.
1458 (custom-reset-faces): Doc fix.
1459 (custom-theme-reset-internal-face, custom-theme-face-value):
1460 Functions deleted.
1461
1462 * custom.el (custom-push-theme): Maintain list of the settings
1463 of a given theme in its theme-settings property.
1464 Maintain position of old settings in the theme-value
1465 or theme-face property.
1466 (custom-enabled-themes): New variable.
1467 (custom-theme-enabled-p): New function.
1468 (provide-theme): Update custom-enabled-themes.
1469 Disable and reenable the `user' theme.
1470 (require-theme): Doc fix.
1471 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1472 (custom-theme-value, custom-theme-variable-value): Likewise.
1473 (custom-theme-reset-internal): Likewise.
1474 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1475 (custom-enable-theme, custom-disable-theme): New functions.
1476 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1477 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1478 (custom-theme-reset-variables): Simplify.
1479 (deftheme, custom-declare-theme, custom-make-theme-feature):
1480 Definitions moved.
1481
1a3b7cd5
RS
14822005-07-10 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * longlines.el (longlines-show-region)
1485 (longlines-unshow-hard-newlines): Recognize hard newlines by
1486 non-nil hard property, instead of t.
1487
8ea74b0e 14882005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
1489
1490 * viper-cmd.el (viper--key-maps): New variable.
1491 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 1492 emulation-mode-map-alists.
4ff7373a
KS
1493 (viper-envelop-ESC-key): Use viper-subseq.
1494 (viper-search-forward/backward/next): Disable debug-on-error.
1495
1496 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1497 (viper-ESC-key): New defcustoms.
1498
1499 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1500
1501 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1502 (viper-subseq): Copy of subseq from cl.el.
1503
1504 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 1505 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
1506
1507 * viper-mous.el (viper-current-frame-saved): Use defvar.
1508
1509 * viper-init.el: Get rid of -face in face names.
1510
1511 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 1512 Make it work with longlines mode
4ff7373a
KS
1513
1514 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1515
1516 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1517
1518 * ediff-init: Get rid of -face in face names.
1519
e2dacaac
RS
15202005-07-10 Richard M. Stallman <rms@gnu.org>
1521
1522 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1523 and with-timeout-unsuspend.
1524
1525 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1526 and with-timeout-unsuspend.
1527
1528 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1529 (with-timeout): Bind that variable to record timers.
1530 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1531
1532 * emacs-lisp/debug.el (debug-help-follow): New function.
1533 (debugger-mode-map): Use that instead of help-follow.
1534 (debugger-setup-buffer): Use eval-buffer-list
1535 to handle eval-buffer frames.
1536
15372005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1538
69d05d83 1539 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
1540 so it will not mistakenly match dates with no time zone.
1541
15422005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1543
1544 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1545
72df78c9
LT
15462005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1547
0a2eeb92
LT
1548 * custom.el (custom-initialize-safe-set)
1549 (custom-initialize-safe-default): New functions.
1550
1551 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1552 and simplify :init-value.
1553
1554 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1555 and simplify :init-value. Delete obsolete comment.
1556
1557 * startup.el (command-line): Use `custom-reevaluate-setting' to
1558 handle `tooltip-mode'. Delete obsolete comment.
1559
72df78c9
LT
1560 * files.el (set-visited-file-name): Avoid calling
1561 `file-name-nondirectory' with a nil argument.
1562
e2dacaac
RS
15632005-07-09 Richard M. Stallman <rms@gnu.org>
1564
1565 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1566 was called with nil for the buffer, handle the read position right.
1567 Handle read position for eval-region, too.
1568
4a65d2b3
JL
15692005-07-09 Juri Linkov <juri@jurta.org>
1570
1571 * fringe.el (fringe-mode): Add period in docstring.
1572 (fringe-query-style): Build prompt depending on `all-frames' arg.
1573
1574 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1575 to not create links to unrelated functions in the Help buffer.
1576
1577 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1578 Doc fix.
1579
1580 * simple.el (next-error-hook): New variable.
1581 (next-error): Use it. Doc fix.
1582
1583 * textmodes/ispell.el (ispell-command-loop): Add current
1584 dictionary name and program name to mode-line-format.
1585 (ispell-region, ispell-process-line): Add current dictionary name
1586 and program name to messages.
1587
31f3c79b
JB
15882005-07-08 Jay Belanger <belanger@truman.edu>
1589
1590 * calc/calc.el (calc-embedded-announce-formula-alist)
1591 (calc-embedded-open-close-formula-alist)
1592 (calc-embedded-open-close-word-alist)
1593 (calc-embedded-open-close-plain-alist)
1594 (calc-embedded-open-close-new-formula-alist)
1595 (calc-embedded-open-close-mode-alist)
1596 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1597 (calc-embedded-mode-hook): New variables.
1598
1599 * calc/calc-embed.el (calc-embedded-firsttime)
1600 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1601 New variables.
1602 (calc-do-embedded): Use calc-embedded-firsttime,
1603 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1604 determine whether or not to run hooks.
1605 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1606 calc-embedded-firsttime-formula appropriately.
1607 Set calc-embedded delimiter variables according to mode.
1608
917e0c95
RS
16092005-07-08 Richard M. Stallman <rms@gnu.org>
1610
1611 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1612 Check for "emacs", etc., as entire symbol, not just as word.
1613 (checkdoc-file-comments-engine): Use regexp-quote on FN.
1614
1615 * files.el (set-visited-file-name): Report the error
1616 for "empty filename" earlier.
1617 (kill-some-buffers): Ignore buffers already dead.
1618
1619 * fringe.el (fringe-mode): Doc fix.
1620
1621 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1622 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1623 Use unwind-protect to ensure byte-compile-unresolved-functions
1624 is updated.
1625
1626 * whitespace.el (whitespace-buffer-leading-cleanup):
1627 Simplify w/ skip-chars-forward.
1628 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1629
1630 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1631 Unconditionally try to leave point at the same old place.
1632
8774406b
EZ
16332005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1634
1635 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 1636 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 1637
c380c937
KS
16382005-07-08 Kim F. Storm <storm@cua.dk>
1639
3aaa5e26
KS
1640 * ido.el (ido-use-filename-at-point): New choice `guess'.
1641 (ido-file-internal): Try ffap-guesser if selected.
1642
c380c937
KS
1643 * ido.el (ido-before-fallback-functions): New hook.
1644 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1645 (ido-read-file-name): Run it.
1646
2af9d879
SM
16472005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1650 strings rather than a list of symbols to the completion function.
1651
f3414bd4
JB
16522005-07-07 Jay Belanger <belanger@truman.edu>
1653
9ab281f0 1654 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
1655 which units are simplified.
1656
a1306094
LT
16572005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1658
1659 * cus-edit.el (customize-option, customize-option-other-window):
1660 Make them handle aliases.
1661
1662 * custom.el (custom-variable-p): Make it recursively follow
1663 aliases. Mention that in the docstring.
1664
bc4c8456
RS
16652005-07-07 Richard M. Stallman <rms@gnu.org>
1666
1667 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 1668 Fix tag for nil.
bc4c8456 1669
a653724b
JB
16702005-07-07 Juanma Barranquero <lekktu@gmail.com>
1671
1672 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1673 when called non-interactively. Doc fix.
1674
9d42fe6f
LK
16752005-07-07 Lute Kamstra <lute@gnu.org>
1676
1677 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1678 new address as well.
1679
43b557d5
KH
16802005-07-07 Kenichi Handa <handa@m17n.org>
1681
69d05d83
SM
1682 * international/mule.el (make-coding-system):
1683 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
1684 (set-file-name-coding-system): Signal an error if coding-system is
1685 ascii-incompatible.
1686 (set-keyboard-coding-system): Likewise.
1687
a653724b
JB
1688 * international/mule-cmds.el (set-default-coding-systems):
1689 Don't set default-file-name-coding-system and
69d05d83 1690 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
1691
1692 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 1693 systems are ASCII-incompatible.
43b557d5 1694
811ade5c
NR
16952005-07-07 Nick Roberts <nickrob@snap.net.nz>
1696
1697 * progmodes/gud.el: Require font-lock for displaying errors.
1698 Used by gdb-ui.el.
1699
ed6773fa
JB
17002005-07-07 Juanma Barranquero <lekktu@gmail.com>
1701
1702 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1703 values for the pattern lists which are `read'able but not
1704 `append'able (like symbols).
1705
7ea8834e
RS
17062005-07-06 Richard M. Stallman <rms@gnu.org>
1707
1708 * progmodes/flymake.el (flymake-float-time): Instead of
1709 with-no-warnings, test for xemacs.
1710 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1711 to avoid warning.
1712
d25dfeed
JB
17132005-07-06 Juanma Barranquero <lekktu@gmail.com>
1714
1715 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1716
68003d6b 17172005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
1718
1719 * battery.el: Add support for Darwin (with much debugging help
1720 from Samuel Lauber <sam124@operamail.com>).
1721 (battery-status-function, battery-echo-area-format)
1722 (battery-mode-line-format): Add support for pmset on Darwin.
1723 (battery-load-low, battery-load-critical): New user options.
1724 (battery-pmset): New function.
1725
68003d6b
LK
17262005-07-05 Lute Kamstra <lute@gnu.org>
1727
1728 Update FSF's address in GPL notices.
1729
1730 * textmodes/page-ext.el: Update FSF's address.
1731
c13ce396
SM
17322005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1735 filling from using prefix when filling a single-line docstring.
1736
1737 * progmodes/flymake.el: Remove useless eval-when-compile.
1738
1739 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1740
4af33176
RS
17412005-07-04 Richard M. Stallman <rms@gnu.org>
1742
1743 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 1744 Rename from org-file-apps-defaults-linux.
4af33176
RS
1745 (org-default-apps): Don't test system-type for `linux'.
1746 (org-file-apps): Doc fix.
1747
6ea54413
DP
17482005-07-04 David Ponce <david@dponce.com>
1749
1750 * tree-widget.el: Improve header Commentary section.
1751 (tree-widget) [defgroup]
1752 (tree-widget-image-enable, tree-widget-themes-directory)
1753 (tree-widget-theme, tree-widget-image-properties-emacs)
1754 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1755 (tree-widget-image-formats, tree-widget-control)
1756 (tree-widget-empty-control, tree-widget-leaf-control
1757 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1758 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1759 (tree-widget-keep, tree-widget-after-toggle-functions)
1760 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1761 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1762 :help-echo message.
1763 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1764 (tree-widget-image-properties): Doc fix. Clearer implementation.
1765 (tree-widget--cursors): New constant.
1766 (tree-widget-lookup-image): New function split from
1767 `tree-widget-find-image'. Clearer implementation.
1768 (tree-widget-find-image): Use it.
1769 (tree-widget-button-keymap): Use `set-keymap-parent'.
1770 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1771 Define the sub-widgets here.
1772 (tree-widget-node): Check that :node is not a tree-widget.
1773 (tree-widget-get-super, tree-widget-open-control)
1774 (tree-widget-close-control, tree-widget-empty-control)
1775 (tree-widget-leaf-control, tree-widget-guide)
1776 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1777 (tree-widget-no-handle, tree-widget-value-delete)
1778 (tree-widget-map): Remove.
1779 (tree-widget-children-value-save): Doc fix. Simplified.
1780 (tree-widget-value-create): Update according to previous changes.
1781
576ae47a
CD
17822005-07-04 Carsten Dominik <dominik@science.uva.nl>
1783
1784 * textmodes/org.el: Leading space replaced by TABS.
1785 (org-recalc-marks, org-table-rotate-recalc-marks)
1786 (org-table-get-specials): Treat "^" and "_" marks.
1787 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
1788 (org-table-eval-formula): Parsing of the format simplified.
1789 New modes C,I. Honor the %= parameter in the current table.
1790 Avoid unnecessary re-align by using the NEW argument to
576ae47a 1791 `org-table-justify-field-maybe'.
c13ce396
SM
1792 (org-calc-default-modes): Default for date-format mimicks org-mode.
1793 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 1794
29a05cd1
LT
17952005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1796
1797 * cus-face.el (custom-theme-set-faces): Make it handle face
1798 aliases whose alias declarations are pre- or autoloaded.
1799
45cbf2fe
JL
18002005-07-04 Juri Linkov <juri@jurta.org>
1801
1802 * faces.el (read-face-name): Put the code for getting a face name
1803 from the buffer before adding the faces from the `face' property.
1804 Use `completing-read-multiple' instead of `completing-read'.
1805 Require `crm'. Add default value and post-process the returned
1806 list of faces.
1807
1808 * emacs-lisp/crm.el (crm-find-current-element)
1809 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1810
1811 * emacs-lisp/lisp-mode.el (eval-defun-1):
1812 * emacs-lisp/edebug.el (edebug-eval-defun):
1813 Remove unnecessary quotes.
1814
ec0421f3
JB
18152005-07-04 Juanma Barranquero <lekktu@gmail.com>
1816
c6c5714e
JB
1817 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1818 (prolog-indent-level): Fix typo in docstring.
1819
1820 * info.el (Info-history, Info-history-forward)
1821 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1822
6db8cbf5
JB
1823 * add-log.el (add-change-log-entry):
1824 * comint.el (comint-dynamic-list-input-ring)
1825 (comint-dynamic-list-completions):
1826 * dabbrev.el (dabbrev-expand):
1827 * delim-col.el (delimit-columns-rectangle-line):
1828 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1829 (diff-unified->context):
1830 * ediff-init.el (ediff-abbrev-jobname):
1831 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1832 (ediff-replace-session-activity-marker-in-meta-buffer):
1833 * info.el (Info-summary):
1834 * lpr.el (printify-region):
1835 * printing.el (pr-create-interface):
1836 * ps-print.el (ps-print-quote):
1837 * ses.el (ses-column-widths, ses-print-cell)
1838 (ses-adjust-print-width, ses-center):
1839 * shell.el (shell-file-name-quote-list):
1840 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1841 (strokes-fill-current-buffer-with-whitespace)
1842 (strokes-xpm-for-stroke, strokes-list-strokes)
1843 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1844 * term.el (term-dynamic-list-input-ring)
1845 (term-dynamic-list-completions):
1846 * calc/calc.el (math-format-stack-value):
1847 * emacs-lisp/edebug.el (edebug-display-freq-count):
1848 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1849 (delphi-new-comment-line):
1850 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1851 * progmodes/executable.el (executable-set-magic):
1852 * progmodes/python.el (inferior-python-mode):
1853 * progmodes/scheme.el (scheme-mode-syntax-table):
1854 * progmodes/sh-script.el (sh-maybe-here-document):
1855 * progmodes/sql.el (sql-copy-column):
1856 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1857 * textmodes/bibtex.el (bibtex-mode):
1858 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1859 (sgml-auto-attributes):
1860 * textmodes/table.el (table-insert, table-shorten-cell)
1861 (table--generate-source-scan-lines, table-delete-row)
1862 (*table--cell-delete-char, table--spacify-frame)
1863 (table--horizontally-shift-above-and-below)
1864 (table--cell-insert-char, table--cell-blank-str)
1865 (table--fill-region-strictly):
1866 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1867 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1868
1869 * add-log.el (change-log):
1870 * apropos.el (apropos):
1871 * comint.el (comint-completion, comint-source):
1872 * dabbrev.el (dabbrev):
1873 * delim-col.el (columns):
1874 * diff-mode.el (diff-mode):
1875 * ediff.el (ediff):
1876 * ediff-diff.el (ediff-diff):
1877 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1878 * ediff-mult.el (ediff-mult):
1879 * ediff-ptch.el (ediff-ptch):
1880 * ediff-wind.el (ediff-window):
1881 * facemenu.el (facemenu):
1882 * indent.el (indent):
1883 * info.el (info):
1884 * jka-cmpr-hook.el (compression, jka-compr):
1885 * lpr.el (lpr):
1886 * outline.el (outlines):
1887 * pcmpl-cvs.el (pcmpl-cvs):
1888 * pcmpl-rpm.el (pcmpl-rpm):
1889 * printing.el (printing):
1890 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1891 (ps-print-vertical, ps-print-headers, ps-print-font)
1892 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1893 (ps-print-background, ps-print-printer, ps-print-page)
1894 (ps-print-miscellany):
1895 * ses.el (ses):
1896 * shell.el (shell, shell-directories, shell-faces):
1897 * startup.el (initialization):
1898 * strokes.el (strokes):
1899 * term.el (term):
1900 * uniquify.el (uniquify):
1901 * w32-vars.el (w32):
1902 * calc/calc.el (calc):
1903 * emacs-lisp/bytecomp.el (bytecomp):
1904 * emacs-lisp/cl-indent.el (lisp-indent):
1905 * emacs-lisp/edebug.el (edebug):
1906 * emacs-lisp/elp.el (elp):
1907 * emacs-lisp/testcover.el (testcover):
1908 * emacs-lisp/trace.el (trace):
1909 * emulation/viper-ex.el (viper-ex):
1910 * emulation/viper-mous.el (viper-mouse):
1911 * mail/mailalias.el (mailalias):
1912 * mail/supercite.el (supercite, supercite-frames)
1913 (supercite-attr, supercite-cite, supercite-hooks):
1914 * net/rcompile.el (remote-compile):
1915 * net/rlogin.el (rlogin):
1916 * obsolete/ooutline.el (outlines):
1917 * progmodes/delphi.el (delphi):
1918 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1919 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1920 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1921 (ebnf-optimization):
1922 * progmodes/etags.el (etags):
1923 * progmodes/executable.el (executable):
1924 * progmodes/idlwave.el (idlwave):
1925 * progmodes/pascal.el (pascal):
1926 * progmodes/prolog.el (prolog):
1927 * progmodes/python.el (python):
1928 * progmodes/scheme.el (scheme):
1929 * progmodes/sh-script.el (sh, sh-script):
1930 * progmodes/sql.el (SQL):
1931 * progmodes/tcl.el (tcl):
1932 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1933 * textmodes/enriched.el (enriched):
1934 * textmodes/makeinfo.el (makeinfo):
1935 * textmodes/sgml-mode.el (sgml):
1936 * textmodes/table.el (table-hooks):
1937 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1938 * textmodes/texinfo.el (texinfo):
1939 * textmodes/two-column.el (two-column):
1940 Finish `defgroup' description with period.
59fda2fa 1941
ec0421f3 1942 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 1943 * eshell/esh-var.el (eshell-var):
bc25429a 1944 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
1945 * textmodes/org.el (org): Fix typos in docstrings.
1946
1947 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1948 consistency.
ec0421f3
JB
1949
1950 * progmodes/flymake.el (flymake-find-file): Remove.
1951 (flymake-float-time): Use `with-no-warnings'.
1952 (flymake-check-start-time, flymake-check-was-interrupted)
1953 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1954 (flymake-new-err-info): `defvar' at compile time.
1955
19562005-07-03 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * replace.el (occur-hook): Doc fix.
1959 (occur-1): Don't call `occur-hook' if there are no matches.
1960
3d393029
RS
19612005-07-03 Richard M. Stallman <rms@gnu.org>
1962
f24cd32e
RS
1963 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1964 global-map, save the same map.
1965 (global-map): Don't alter it at top level.
1966 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1967 Then alter it here instead.
1968 (tpu-edt-off): Set global-map to the saved one.
1969
1970 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1971 All references simplified.
c13ce396 1972 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
1973 (zmacs-regions): Add defvar.
1974 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 1975
3d393029
RS
1976 * textmodes/artist.el (artist-key-is-drawing)
1977 (artist-key-endpoint1, artist-key-poly-point-list)
1978 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1979 (artist-key-compl-table, artist-rb-save-data)
1980 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1981 Don't put them in eval-when-compile.
1982 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1983
1984 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1985 Use with-no-warnings.
1986
1987 * net/browse-url.el (dos-windows-version): Add defvar.
1988
1989 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1990
1991 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1992 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 1993 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
1994 Add defvar.
1995 (rmail-summary-beginning-of-message): Use with-no-warnings.
1996 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1997
1998 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1999 Use with-no-warnings.
2000
2001 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2002 (c-mark-function): Add point-moving-unit property.
2003 (vi-goto-line): Use with-no-warnings.
2004
2005 * emulation/edt.el (edt-last-copied-word): Add defvar.
2006 (zmacs-region-stays): Likewise.
2007 (edt-mark-section-wisely): Use c-mark-function for C.
2008 Use makr-defun for Fortran.
2009 (time-string): defvar deleted.
2010 (edt-display-the-time): Don't set time-string.
2011
2012 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2013
2014 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2015 Don't warn when name is not constant
2016 or for defining the group `emacs'.
2017
2018 * tooltip.el (gud-tooltip-mode): Add defvar.
2019
2020 * startup.el (default-frame-background-mode): Add defvar.
2021
2022 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2023
2024 * info.el (tool-bar-map): Add defvar.
2025
2026 * dired.el (dnd-protocol-alist): Add defvar.
2027
2028 * dired-aux.el (dired-query): Display question with answer, when
2029 the user answers.
2030
2031 * custom.el (custom-add-option): Doc fix.
2032
2033 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2034
112abe24
EZ
20352005-07-03 Eli Zaretskii <eliz@gnu.org>
2036
2037 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2038 bogus name from the last change.
2039
e1db6c78
LT
20402005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2041
2042 * custom.el (custom-declare-variable): Fix typos in comment.
2043 (custom-known-themes): Doc fix.
2044 (custom-theme-directory): New defcustom.
2045 (require-theme): Make it check `custom-theme-directory'.
2046
2047 * cus-theme.el (custom-new-theme-mode): New function.
2048 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2049 (custom-theme-description): Add compiler defvars.
2050 (customize-create-theme): Add doc to the "*New Custom Theme*"
2051 buffer. Use `custom-new-theme-mode'.
2052 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2053 and save it to the `custom-theme-directory'. Make this the
2054 default directory of the buffer.
2055
ec0421f3 20562005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 2057
ec0421f3
JB
2058 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2059 Fix unbalanced parentheses.
bd6a83d5 2060
1953295b
SM
20612005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2064 into flymake-mode and delegate to flymake-mode.
2065
2066 * find-file.el (ff-which-function-are-we-in): Clean up.
2067
1324d580
JB
20682005-07-02 Juanma Barranquero <lekktu@gmail.com>
2069
b1f71b43
JB
2070 * replace.el (occur-rename-buffer): Fix docstring.
2071
1324d580
JB
2072 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2073 (edt-last-copied-word, edt-learn-macro-count)
2074 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2075 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2076 (time-string, zmacs-region-stays):
2077 * emulation/edt-mapper.el (edt-save-function-key-map)
2078 (EDT-key-name): `defvar' to silence the byte-compiler.
2079
d6951bb4
EZ
20802005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2081
2082 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2083 font-lock-regexp-backslash. Doc fix.
2084 (font-lock-regexp-backslash-grouping-construct): Rename from
2085 font-lock-regexp-backslash-construct. Doc fix.
588c0770 2086 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
2087 grouping constructs.
2088
014b37b6
EZ
20892005-07-02 Eli Zaretskii <eliz@gnu.org>
2090
2091 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2092 updating all the prerequisites.
2093
64f72ae1
JB
20942005-07-01 Juanma Barranquero <lekktu@gmail.com>
2095
2096 * textmodes/org.el (org-agenda-start-on-weekday)
2097 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2098 (org-agenda-use-time-grid, org-archive-location)
2099 (org-allow-space-in-links, org-usenet-links-prefer-google)
2100 (org-enable-table-editor, org-export-default-language)
2101 (org-export-html-show-new-buffer, org-fill-paragraph)
2102 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2103 (org-goto-quit, org-occur, org-eval-in-calendar)
2104 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2105 (org-agenda-diary-entry, org-remember-help)
2106 (org-table-convert-region, org-at-table-p)
2107 (org-table-move-row-down, org-table-move-row-up)
2108 (org-table-copy-region, org-table-toggle-vline-visibility)
2109 (org-table-get-stored-formulas, org-table-get-specials)
2110 (org-recalc-commands, org-table-eval-formula)
2111 (org-table-formula-substitute-names, orgtbl-make-binding)
2112 (org-format-org-table-html, org-format-table-table-html)
2113 (org-format-table-table-html-using-table-generate-source)
2114 (org-customize): Fix typos in docstrings.
2115 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2116 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2117 (org-back-to-heading): Doc fixes.
2118 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2119 (org-agenda-change-all-lines, org-get-header):
2120 Improve argument/docstring consistency.
2121 (orgtbl-error): Fix error message.
2122
2123 * progmodes/flymake.el (flymake-find-possible-master-files)
2124 (flymake-master-file-compare, flymake-get-line-err-count)
2125 (flymake-highlight-line, flymake-gui-warnings-enabled):
2126 Fix typos in docstrings.
2127 (flymake-parse-line, flymake-get-project-include-dirs-function)
2128 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2129 Doc fixes.
2130 (flymake-get-project-include-dirs-function)
2131 (flymake-make-err-menu-data):
2132 Improve argument/docstring consistency.
2133
b97c98ad
LK
21342005-07-01 Lute Kamstra <lute@gnu.org>
2135
12d6b124
LK
2136 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2137 Catch errors with ignore-errors. Use temporary buffer.
2138 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2139
b97c98ad
LK
2140 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2141 background color faces.
1953295b
SM
2142 (facemenu-set-foreground, facemenu-set-background):
2143 Use facemenu-set-face-from-menu.
b97c98ad
LK
2144 (facemenu-set-face-from-menu): Treat face names that start with
2145 "fg:" or "bg:" as special.
2146 (facemenu-add-new-color): Don't create faces. Simplify.
2147
11bc6e51
RS
21482005-06-30 Richard M. Stallman <rms@gnu.org>
2149
2150 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2151 (crm-find-current-element): Likewise.
2152
21532005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2154
1953295b 2155 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 2156
01bf52cb
SM
21572005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2160 (archive-mouse-extract): Make it an obsolete alias.
2161 (archive-mode-map): Don't use archive-mouse-extract any more.
2162 (archive-mode, archive-extract): write-contents-hooks ->
2163 write-contents-functions.
2164 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2165 first arg.
2166 (archive-rename-entry): Update the call.
2167 (archive-zip-summarize): Remove unused var `method'.
2168 (archive-lzh-summarize): Remove unused var `creator'.
2169
1953295b
SM
2170 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2171 dedicated frame upon exit.
01bf52cb
SM
2172
2173 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2174 (archive-zip-extract, archive-zip-expunge)
2175 (archive-zip-update, archive-zip-update-case): Use executable-find.
2176 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2177 Use restore-buffer-modified-p.
2178 (archive-extract, archive-add-new-member, archive-write-file-member):
2179 Use with-current-buffer.
2180 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2181
0a0157ba
AS
21822005-06-30 Andreas Schwab <schwab@suse.de>
2183
2184 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2185
5026b8ee
GM
21862005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2187
2188 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2189
63f7ffb3
JL
21902005-06-30 Juri Linkov <juri@jurta.org>
2191
2192 * faces.el (vertical-border): Inherit from mode-line-inactive
2193 only on tty.
2194
c665bf4b
JB
21952005-06-30 Juanma Barranquero <lekktu@gmail.com>
2196
27bbbadb
JB
2197 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2198 example, -NLINES in the `occur' docstring).
2199
426674a8
JB
2200 * replace.el (occur-1): When no matches are found, do not set the
2201 `buffer-read-only' and modified flags for the occur buffer,
2202 because it is deleted.
2203
c665bf4b
JB
2204 * emulation/cua-base.el (cua-check-pending-input)
2205 (cua-repeat-replace-region, cua-mode, cua-debug)
2206 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2207 Fix typos in docstrings.
2208
2209 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2210 (cua-cut-region-to-global-mark)
2211 (cua--cut-rectangle-to-global-mark):
2212 Remove period from end of messages.
2213
2214 * emulation/cua-rect.el (cua-do-rectangle-padding):
2215 Remove period from end of messages.
2216 (cua--rectangle-seq-format): Fix typo in docstring.
2217 (cua-sequence-rectangle, cua-fill-char-rectangle):
2218 Improve argument/docstring consistency.
2219
9b07ab0a
JL
22202005-06-29 Juri Linkov <juri@jurta.org>
2221
2222 * faces.el (default-frame-background-mode): New internal variable.
2223 (frame-set-background-mode): Use it.
2224
2225 * startup.el (normal-top-level): Set default-frame-background-mode
2226 instead of frame-background-mode. Before setting it, test for its
2227 nil value. Remove tests for frame-background-mode and frame
2228 parameter `reverse'. Add test for "unspecified-fg".
2229
2230 * term/xterm.el (xterm-rxvt-set-background-mode):
2231 * term/rxvt.el (rxvt-set-background-mode):
2232 Set default-frame-background-mode instead of frame-background-mode.
2233
16f43910
JB
22342005-06-29 Juanma Barranquero <lekktu@gmail.com>
2235
0684376b
JB
2236 * simple.el (set-variable): Warn about obsolete user variables.
2237
16f43910
JB
2238 * imenu.el (imenu--completion-buffer):
2239 * mouse.el (mouse-buffer-menu-alist):
2240 * msb.el (msb-invisible-buffer-p):
2241 * calendar/diary-lib.el (diary-header-line-format):
2242 * emacs-lisp/pp.el (pp-buffer):
2243 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2244 * textmodes/picture.el (picture-replace-match):
2245 Change space constants followed by a sexp to "?\s ".
2246
2247 * play/decipher.el (decipher-loop-with-breaks):
2248 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2249 constants "protected" from end of line by a comment to "?\s".
2250
4b2f6649
SM
22512005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2252
9a1505e9
SM
2253 * font-lock.el (save-buffer-state): Use `declare'.
2254
4b2f6649
SM
2255 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2256 reset the syntax-table to cperl-mode-syntax-table.
2257 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2258 "foo_print_bar" is not matched as a reserved keyword.
2259
01d37825
CD
22602005-06-29 Carsten Dominik <dominik@science.uva.nl>
2261
16f43910 2262 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
2263 setup for the orgtbl commands.
2264 (org-calc-default-modes): New option.
2265 (orgtbl-make-binding): Use `defun' to get better help display.
2266 (org-diary): Call `org-compile-prefix-format'.
2267 (org-table-formula-substitute-names): New function.
2268 (org-agenda-day-view, org-agenda-week-view): New commands.
2269 (org-agenda-toggle-week-view): Command removed.
2270 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 2271 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
2272 (org-table-formula-debug): New option.
2273 (org-table-insert-row): Keep first field if just "#" or "*".
2274 (org-mode): Paragraph regexps fixed.
2275 (org-table-recalculate-regexp): New constant.
2276 (org-table-justify-field-maybe): Avoid replace if not necessary.
2277 (org-copy-special, org-cut-special): Use `call-interactively'.
2278 (org-table-copy-region): Take region from `interactive' call.
2279 (org-trim): Return string even if no match.
2280 (org-formula): New face.
4b2f6649
SM
2281 (org-set-font-lock-defaults): No longer highlight "FIXME".
2282 But highlight formula-related fields in table.
01d37825
CD
2283 (org-table-p): Use regexp, not fontification.
2284 (org-table-align): Handle white space at end of line.
2285 (org-table-formula-evaluate-inline): New option.
2286 (org-mode): Auto-wrapping in comment lines turned off.
2287 (org-table-copy-down): Evaluate only in copied field, not in
2288 destination.
2289 (org-table-current-formula): Variable removed.
2290 (org-table-store-formulas, org-table-get-stored-formulas)
2291 (org-table-modify-formulas, org-table-replace-in-formulas)
2292 (org-table-maybe-eval-formula): New functions.
4b2f6649 2293 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
2294 (org-table-insert-column, org-table-delete-column)
2295 (org-table-move-column): Call `org-table-modify-formulas'.
2296 (org-complete): Add completion for keyword formulas.
2297 (orgtbl-mode): Pull orgtbl-mode-map to start of
2298 minor-mode-map-alist.
2299
8c39e595
SM
23002005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2301
4b2f6649
SM
2302 * progmodes/python.el (python-check): Require `compile' before
2303 modifying its variables.
2304
8c39e595
SM
2305 * newcomment.el (comment-indent-default): Don't get fooled by an early
2306 end of buffer.
2307
27484eb0
VJL
23082005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2309
8c39e595 2310 * ps-print.el (ps-print-version): Fix version number.
27484eb0 2311
34e60863
LT
23122005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2313
9569175e 2314 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 2315
025691ed
RS
23162005-06-28 Richard M. Stallman <rms@gnu.org>
2317
2318 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2319 (flyspell-local-mouse-map): Declaration deleted.
2320 (flyspell-mouse-map): Bind only mouse-2.
2321 (flyspell-mode-map): Don't test flyspell-use-local-map.
2322 (flyspell-overlay-keymap-property-name): Var deleted.
2323 (flyspell-mode-on): Don't make local bindings for
2324 flyspell-mouse-map and flyspell-mode-map.
2325 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2326
2327 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2328
2329 * progmodes/compile.el (compilation-next-error-function):
2330 Don't switch buffers; operate on the current buffer.
2331
a1522a36
JL
2332 * progmodes/compile.el (compilation-error-file-name)
2333 (compilation-warning-file-name, compilation-info-file-name)
2334 (compilation-line-number, compilation-column-number): New faces.
2335 (compilation-error-face, compilation-warning-face)
2336 (compilation-info-face, compilation-line-face)
2337 (compilation-column-face): Use them.
2338
025691ed
RS
2339 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2340
2341 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2342
2343 * bindings.el (global-map): Bind insertchar and its variants.
2344
23452005-06-27 Richard M. Stallman <rms@gnu.org>
2346
2347 * textmodes/artist.el (artist-text-overwrite)
2348 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2349
9dae638c
VJL
23502005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2351
2352 * ps-print.el: It was not working the page selection for printing.
2353 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2354 (ps-print-version): New version 6.6.7.
2355 (ps-end-sheet): New fun.
2356 (ps-header-sheet, ps-end-job): Call it.
2357
efd6ebec
LT
23582005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2359
b61bfa4d 2360 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 2361
019b1899
LK
23622005-06-27 Lute Kamstra <lute@gnu.org>
2363
2364 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2365 background color faces.
2366 (facemenu-get-face): Delete function.
2367 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 2368 (facemenu-add-new-color): Make second argument mandatory.
588c0770 2369 Create the appropriate face and return it. Simplify.
019b1899
LK
2370 (facemenu-set-foreground, facemenu-set-background): Don't check if
2371 color is defined. Use return value of facemenu-add-new-color.
2372
32da5de9
NR
23732005-06-26 Nick Roberts <nickrob@snap.net.nz>
2374
2375 * progmodes/gud.el (gud-filter): Add missing argument to
2376 with-selected-window.
2377
62350cdd
SM
23782005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2381 a :require to the defcustom.
2382
2383 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2384 defcustoms corresponding to minor modes.
2385
ec9ac2be
DP
23862005-06-26 David Ponce <david@dponce.com>
2387
025691ed 2388 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
2389 (recentf-filename-handler): Fix widget :type.
2390 (recentf-cancel-dialog, recentf-open-more-files)
2391 (recentf-open-files-action): Doc fix.
2392 (recentf-dialog-goto-first): New function.
2393 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
2394 (recentf-dialog-mode): Define with define-derived-mode.
2395 Don't display continuation lines in dialogs.
ec9ac2be
DP
2396 (recentf-edit-list): Rename from recentf-edit-selected-items.
2397 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2398 Simplify.
2399 (recentf-edit-list-validate): New function.
2400 (recentf-edit-list): Update accordingly.
2401 (recentf-open-files-item-shift): Remove.
2402 (recentf-open-files-item): Convert menu elements into tree and
2403 link widgets. Don't create the widgets.
2404 (recentf-open-files): Update accordingly.
2405 (recentf-save-list): Untabify.
2406
33b79ce4
LT
24072005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2408
dd716cec
LT
2409 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2410 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2411 partially contained in the active region. Do not take active
2412 region into account when called from Lisp, unless INTERACTIVE arg
2413 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2414 avoid trouble with fields. Make marker point nowhere when no
2415 longer used. Always return nil. Doc fix.
2416 (flush-lines): Add INTERACTIVE arg. Do not take active region
2417 into account when called from Lisp, unless INTERACTIVE arg is
2418 non-nil. Use `forward-line' instead of `beginning-of-line' to
2419 avoid trouble with fields. Make marker point nowhere when no
2420 longer used. Always return nil. Doc fix.
2421 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2422 interchangeable. Do not take active region into account when
2423 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2424 message in echo area when called from Lisp, unless INTERACTIVE arg
2425 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2426 Return the number of matches. Doc fix.
2427 (occur): Doc fix.
2428 (perform-replace): Make comment follow double space convention for
2429 the sake of `outline-minor-mode'.
2430
33b79ce4
LT
2431 * faces.el (facep): Doc fix.
2432
df13531d
RS
24332005-06-25 Richard M. Stallman <rms@gnu.org>
2434
a68d870b
RS
2435 * facemenu.el (facemenu-enable-faces-p): New function.
2436 (facemenu-background-menu, facemenu-foreground-menu)
2437 (facemenu-face-menu): Add menu-enable property.
2438
df13531d
RS
2439 * jka-compr.el (jka-compr-insert-file-contents):
2440 Special handling if cannot find the uncompression program.
2441
2442 * cus-face.el (custom-face-attributes): Add autoload.
2443
2444 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2445 Bind comment-indent-function locally.
2446
2447 * window.el (save-selected-window): Use save-current-buffer.
2448
2449 * subr.el (with-selected-window): Use save-current-buffer.
2450
2451 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2452 and with-current-buffer.
2453
19cfc561
RS
24542005-06-24 Richard M. Stallman <rms@gnu.org>
2455
2456 * simple.el (line-move-1): Fix previous change.
2457
8346425e
JB
24582005-06-24 Juanma Barranquero <lekktu@gmail.com>
2459
2460 * replace.el (occur-1): Set `buffer-read-only' and the
2461 buffer-modified flag before running `occur-hook' to protect
2462 against unintentional buffer switches that can lead to data loss.
2463
1c955542
NR
24642005-06-24 Nick Roberts <nickrob@snap.net.nz>
2465
2466 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2467 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2468 initial error.
8346425e 2469
1c955542
NR
2470 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2471 after fresh input.
2472 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 2473
6fb276bd
LT
24742005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2475
2476 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2477 elements of RING in order, and without bogus nil elements.
2478
528b6abc
RS
24792005-06-23 Richard M. Stallman <rms@gnu.org>
2480
2481 * simple.el (set-variable): Args renamed; doc fix.
2482 (line-move-1): When there are overlays around, use vertical-motion.
2483
2484 * faces.el (escape-glyph): Use brown against light background.
62350cdd 2485 (nobreak-space): Rename from no-break-space.
528b6abc
RS
2486 Fix previous change.
2487
2488 * dired-aux.el (dired-do-copy): Fix arg prompt.
2489
2490 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2491
aed4a603
GM
24922005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2493
2494 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2495 rather than "Distributor".
2496
9180519b
LK
24972005-06-23 Lute Kamstra <lute@gnu.org>
2498
2499 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2500 (debug-on-entry): Use it. New interactive declaration that uses
2501 function-called-at-point.
2502
9d12e52b
KS
25032005-06-23 Kim F. Storm <storm@cua.dk>
2504
2505 * subr.el (save-match-data): Add comment about using evaporate arg
2506 to set-match-data.
2507
6d44324c
GM
25082005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2509
2510 * cus-edit.el (customize-face)
2511 (customize-face-other-window): Handle face aliases.
2512
2513 * faces.el (face-documentation, set-face-attribute)
2514 (face-spec-set): Handle face aliases.
2515
a1ef2eab
JB
25162005-06-22 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * help-mode.el (help-make-xrefs): If a symbol representing a face
2519 name is not followed by the word "face", it could still be a
2520 function or variable name, so don't bypass other checks.
2521
8906db27
JL
25222005-06-22 Juri Linkov <juri@jurta.org>
2523
2524 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2525 Replace aliased functions with calls where second arg `inherit' is t.
2526
8431b136
NR
25272005-06-22 Nick Roberts <nickrob@snap.net.nz>
2528
2529 * progmodes/gdb-ui.el (gdb-error): New variable.
2530 (gdb-error): New function.
2531 (gdb-annotation-rules): Act on error-begin and error annotations.
2532 (gdb-concat-output): Use font-lock-warning-face for errors.
2533
53abc3bf
MB
25342005-06-22 Miles Bader <miles@gnu.org>
2535
5715f853
MB
2536 * bindings.el (propertized-buffer-identification): Use renamed
2537 `Buffer-menu-buffer' face.
2538
62350cdd 2539 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 2540 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 2541
36a3b076
JL
25422005-06-21 Juri Linkov <juri@jurta.org>
2543
2544 * faces.el (face-user-default-spec): Try getting `customized-face'
2545 prior to `saved-face'.
2546 (frame-background-mode): Refill docstring.
2547
2548 * emacs-lisp/lisp-mode.el (eval-defun-1):
2549 * emacs-lisp/edebug.el (edebug-eval-defun):
2550 Set `saved-face' temporarily to nil before calling form.
2551 Set `customized-face' to the new spec after that.
2552
23873c96
JB
25532005-06-21 Juanma Barranquero <lekktu@gmail.com>
2554
2555 * subr.el (1value, lambda, key-substitution-in-progress):
2556 Doc fixes.
2557
2558 * autoinsert.el (auto-insert-alist):
2559 * ses.el (ses-call-printer):
2560 * subr.el (noreturn):
2561 * emacs-lisp/lisp.el (check-parens):
2562 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2563 * net/browse-url.el (browse-url-mosaic):
2564 * progmodes/cc-defs.el (c-safe-scan-lists):
2565 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2566 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2567 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2568 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2569 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2570 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2571
c224c19a
RS
25722005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2573
2574 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2575
006b1390
GM
25762005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2577
2578 * calendar/appt.el (appt-make-list): Activate the package, if
2579 not already active (for backwards compatibility).
2580
b7d1f38f
KS
25812005-06-20 Kim F. Storm <storm@cua.dk>
2582
2583 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2584
b4e49aee
MB
25852005-06-20 Miles Bader <miles@gnu.org>
2586
2587 * faces.el (vertical-divider): New face.
2588
01ba9662
JB
25892005-06-20 Juanma Barranquero <lekktu@gmail.com>
2590
2591 * simple.el (kill-whole-line): Doc fix.
2592 (next-error-buffer-p, next-error-find-buffer)
2593 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
2594 (comment-line-break-function): Doc fix: don't say variable
2595 is automatically buffer-local (it isn't).
01ba9662 2596
ebd06e28
MA
25972005-06-19 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp-ftp.el (top):
2600 * net/tramp-smb.el (top):
2601 * net/tramp-util.el (top):
2602 * net/tramp-uu.el (top):
2603 * net/tramp-vc.el (top):
2604 * net/tramp.el (top): Revert copyright years back to original
2605 ones. Tramp has a life outside GNU Emacs.
2606
5dafe00b
NR
26072005-06-19 Nick Roberts <nickrob@snap.net.nz>
2608
01ba9662 2609 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 2610
f04a8969
JL
26112005-06-18 Juri Linkov <juri@jurta.org>
2612
2613 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2614 end of first regexp to limit the match to the position between
2615 line number and source line with same separator character as used
2616 between file name and line number. In the second regexp limit
2617 mouse-face area to file name and line number by adding new group
2618 for them and referring it in HYPERLINK arg.
2619 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2620 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2621 previous line where grep markers may be already removed.
2622
e7c2398a
EZ
26232005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2624
62350cdd 2625 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 2626
7ceb6e54 26272005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
2628
2629 * net/browse-url.el (browse-url-browser-function)
2630 (browse-url-default-browser): Add firefox.
2631 (browse-url-firefox-program, browse-url-firefox-arguments)
2632 (browse-url-firefox-startup-arguments)
2633 (browse-url-firefox-new-window-is-tab): New defcustoms.
2634 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2635
f19b57e3
RS
26362005-06-17 Richard M. Stallman <rms@gnu.org>
2637
0ad6717d
RS
2638 * startup.el (command-line): Warn if specified user name has
2639 no home directory.
2640
f19b57e3
RS
2641 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2642 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2643
ebd06e28 2644 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
2645 Doc fixes.
2646
2647 * faces.el (underline): Try bold if terminal doesn't support underline.
2648
2649 * mail/sendmail.el (mail-setup-with-from): New variable.
2650 (mail-insert-from-field): New function.
2651 (sendmail-send-it): Call it.
2652 (mail-setup): Optionally call it here.
2653
2654 * term/linux.el: Call tty-no-underline.
2655
043f95ab
LT
26562005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2657
2658 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2659
579322ca
MB
26602005-06-17 Miles Bader <miles@gnu.org>
2661
fa735daa
MB
2662 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2663 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2664 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2665 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2666 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2667 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2668 Remove "-face" suffix from face names.
2669 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2670 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2671 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2672 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2673 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2674 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2675 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2676 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2677 New backward-compatibility aliases for renamed faces.
2678 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2679 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2680 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2681 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2682 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2683 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2684 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2685 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2686 Use renamed ediff faces.
2687
958e6876
MB
2688 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2689 Remove "-face" suffix from face names.
53099cfc 2690 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
2691 New backward-compatibility aliases for renamed faces.
2692 (eshell-run-test): Use renamed eshell-test faces.
2693
2694 * eshell/em-prompt.el (eshell-prompt):
2695 Remove "-face" suffix from face name.
2696 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2697 (eshell-emit-prompt): Use renamed eshell-prompt face.
2698
2699 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2700 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2701 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2702 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2703 Remove "-face" suffix from face names.
2704 (eshell-ls-directory-face, eshell-ls-symlink-face)
2705 (eshell-ls-executable-face, eshell-ls-readonly-face)
2706 (eshell-ls-unreadable-face, eshell-ls-special-face)
2707 (eshell-ls-missing-face, eshell-ls-archive-face)
2708 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 2709 (eshell-ls-clutter-face):
958e6876
MB
2710 New backward-compatibility aliases for renamed faces.
2711 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2712
62350cdd
SM
2713 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2714 Remove "-face" suffix from face name.
579322ca
MB
2715 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2716 instead of literal face.
2717
289824a3
JB
27182005-06-17 Juanma Barranquero <lekktu@gmail.com>
2719
53099cfc
JB
2720 * emacs-lisp/warnings.el (display-warning, lwarn)
2721 (warning-minimum-log-level): Doc fixes.
2722 (warning-minimum-level, warning-minimum-log-level):
2723 Add :debug to :type choices.
2724
289824a3
JB
2725 * progmodes/ada-mode.el (ada-format-paramlist)
2726 (ada-get-indent-case, ada-check-matching-start)
2727 (ada-check-defun-name, ada-goto-matching-decl-start)
2728 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2729 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2730 (ada-make-subprogram-body): Follow error conventions.
2731 (ada-case-exception-file, ada-indent-comment-as-code)
2732 (ada-indent-handle-comment-special, ada-indent-renames)
2733 (ada-indent-return, ada-search-directories-internal)
2734 (ada-tab-policy, ada-case-exception-substring)
2735 (ada-other-file-alist, ada-matching-start-re)
2736 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2737 (ada-imenu-generic-expression, ada-compile-goto-error)
2738 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2739 (ada-popup-menu, ada-add-extensions, ada-mode)
2740 (ada-region-selected, ada-create-case-exception)
2741 (ada-create-case-exception-substring, ada-after-keyword-p)
2742 (ada-activate-keys-for-case, ada-adjust-case-region)
2743 (ada-adjust-case-buffer, ada-format-paramlist)
2744 (ada-scan-paramlist, ada-insert-paramlist)
2745 (ada-indent-newline-indent)
2746 (ada-indent-newline-indent-conditional)
2747 (ada-justified-indent-current, ada-goto-previous-word)
2748 (ada-indent-current, ada-get-indent-open-paren)
2749 (ada-get-indent-paramlist, ada-get-indent-end)
2750 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2751 (ada-get-indent-block-start, ada-get-indent-subprog)
2752 (ada-get-indent-noindent, ada-get-indent-label)
2753 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2754 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2755 (ada-goto-stmt-end, ada-goto-next-word)
2756 (ada-check-matching-start, ada-check-defun-name)
2757 (ada-goto-matching-decl-start, ada-goto-matching-start)
2758 (ada-goto-matching-end, ada-search-ignore-string-comment)
2759 (ada-in-decl-p, ada-looking-at-semi-or)
2760 (ada-looking-at-semi-private, ada-in-paramlist-p)
2761 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2762 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2763 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2764 (ada-previous-package, ada-create-menu)
2765 (ada-fill-comment-paragraph-justify)
2766 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2767 (ada-other-file-name, ada-last-which-function-line)
2768 (ada-last-which-function-subprog, ada-which-function)
2769 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2770 (ada-gen-treat-proc, ada-check-emacs-version)
2771 (ada-continuation-indent, ada-align-region-separate):
2772 Fix typos in docstrings.
2773 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2774
52167727
LK
27752005-06-16 Lute Kamstra <lute@gnu.org>
2776
2777 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2778 conditionally.
2779
04cedb11
JB
27802005-06-16 Juanma Barranquero <lekktu@gmail.com>
2781
246d1dba
JB
2782 * comint.el (comint-replace-by-expanded-filename)
2783 (comint-prompt-regexp, comint-delimiter-argument-list)
2784 (comint-preinput-scroll-to-bottom):
2785 * info.el (Info-hide-cookies-node):
2786 * ls-lisp.el (ls-lisp-classify):
2787 * find-file.el (ff-search-directories, ff-special-constructs)
2788 (ff-find-other-file):
2789 * font-lock.el (font-lock-keywords):
2790 * shell.el (shell-prompt-pattern)
2791 (shell-dynamic-complete-functions, shell-mode)
2792 (shell-delimiter-argument-list):
2793 * term.el (term-replace-by-expanded-filename)
2794 (term-prompt-regexp, term-delimiter-argument-list):
2795 * woman.el (woman-ignore, woman0-if):
2796 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2797 * emacs-lisp/elint.el (elint-init-env):
2798 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2799 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2800 * language/ethio-util.el (ethio-tilde-escape)
2801 (ethio-use-three-dot-question):
2802 * net/zone-mode.el (zone-mode-load-time-setup):
2803 * progmodes/cc-align.el (c-lineup-argcont):
2804 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2805 * progmodes/cperl-mode.el (cperl-set-style-back):
2806 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2807 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2808 Fix spellings in docstrings.
2809
2810 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2811 * progmodes/modula2.el (m2-for): Fix spellings.
2812
2813 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2814
2815 * simple.el (undo-more): Don't use `format' on `error' arguments.
2816 Improve argument/docstring consistency.
2817 (pending-undo-list): Doc fix.
2818
2819 * smerge-mode.el (smerge-ensure-match):
2820 * emulation/vip.el (vip-ex):
2821 * net/zone-mode.el (zone-mode-update-serial):
2822 * progmodes/idlwave.el (idlwave-complete):
2823 * progmodes/vhdl-mode.el (vhdl-visit-file)
2824 (vhdl-compose-wire-components):
2825 Don't use `format' on `error' arguments.
2826
04cedb11
JB
2827 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2828 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2829 (tooltip-help-tips): Fix typos in docstrings.
2830
c25ae380
DP
28312005-06-16 David Ponce <david@dponce.com>
2832
2833 * tree-widget.el (tree-widget-value-create): Simplify last change.
2834
e6838581
KS
28352005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2836
2837 * ido.el (ido-incomplete-regexp): New variable.
2838 (ido-set-matches-1): Handle invalid-regexp error and set
2839 ido-incomplete-regexp.
2840 (ido-incomplete-regexp): New face.
2841 (ido-completions): Use it.
62350cdd
SM
2842 (ido-complete, ido-exit-minibuffer, ido-completions):
2843 Handle incomplete regexps.
e6838581
KS
2844 (ido-completions): Add check for complete match when entering a regexp.
2845
10f401d2
SM
28462005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2849
c202dc91
SM
28502005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2851
2852 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2853 by field delimiters.
2854
763e7cf6
DP
28552005-06-15 David Ponce <david@dponce.com>
2856
3b2f3d1a
DP
2857 * tree-widget.el: eval-and-compile inlined functions so they will
2858 be available at run-time too.
2859 (tree-widget-super-format-handler)
763e7cf6
DP
2860 (tree-widget-format-handler): Remove.
2861 (tree-widget-value-create): Handle the :indent property.
2862
e6572f79
MB
28632005-06-15 Miles Bader <miles@gnu.org>
2864
ef88a999
MB
2865 * progmodes/which-func.el (which-func): Only inherit
2866 `font-lock-function-name-face' when that makes sense against the
2867 default mode-line face, otherwise set the face color explicitly.
2868
e6572f79
MB
2869 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2870 faces instead of (non-existent) variables.
2871
f1b6d70f
SM
28722005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2875 (iswitchb-get-matched-buffers): Likewise. Simplify.
2876
b6116bd2
MB
28772005-06-14 Miles Bader <miles@gnu.org>
2878
a5d37031
MB
2879 * progmodes/ld-script.el (ld-script-location-counter):
2880 Remove "-face" suffix from face name.
e6838581 2881 (ld-script-location-counter-face):
a5d37031
MB
2882 New backward-compatibility alias for renamed face.
2883 (ld-script-location-counter-face): Use renamed face.
2884
e4c067b5
MB
2885 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2886 (cperl-hash): Remove "-face" suffix from face names.
2887 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 2888 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
2889 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2890 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2891
9ce2eb5e
MB
2892 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2893 name.
2894 (which-func-face): New backward-compatibility alias for renamed face.
2895 (which-func-format): Use renamed which-func face.
2896
63a5fd63
MB
2897 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2898 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2899 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2900 names.
2901 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2902 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2903 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2904 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2905 (vhdl-speedbar-architecture-selected)
2906 (vhdl-speedbar-configuration-selected)
2907 (vhdl-speedbar-package-selected)
2908 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2909 names.
2910 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2911 Use renamed faces.
2912 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2913 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2914 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2915 Use renamed faces.
2916 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2917 names.
2918 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2919 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2920 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2921 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2922 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2923 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2924
33595ec6
MB
2925 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2926 face name.
2927 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2928 (sh-heredoc-face): Use renamed sh-heredoc face.
2929
57267a95
MB
2930 * progmodes/idlw-help.el (idlwave-help-link):
2931 Remove "-face" suffix from face name.
2932 (idlwave-help-link-face):
2933 New backward-compatibility alias for renamed face.
2934 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2935
2936 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2937 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2938 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2939 New backward-compatibility aliases for renamed faces.
2940 (idlwave-shell-disabled-breakpoint-face)
2941 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2942
10f401d2 2943 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
2944 Remove "-face" suffix from face names.
2945 (flymake-errline-face, flymake-warnline-face):
2946 New backward-compatibility aliases for renamed faces.
2947 (flymake-highlight-line): Use renamed flymake faces.
2948
4f2d55da
MB
2949 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2950 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2951 (ebrowse-member-class, ebrowse-progress):
2952 Remove "-face" suffix from face names.
2953 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2954 (ebrowse-file-name-face, ebrowse-default-face)
2955 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 2956 (ebrowse-progress-face):
4f2d55da
MB
2957 New backward-compatibility aliases for renamed faces.
2958 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2959 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2960 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2961 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2962
7a3dfaee
MB
2963 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2964 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10f401d2 2965 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
7a3dfaee
MB
2966 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2967 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2968 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2969 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2970 New backward-compatibility aliases for renamed faces.
2971 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2972 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2973 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2974 "font-lock-". Use renamed antlr-mode faces.
2975 (antlr-font-lock-additional-keywords): Use renamed faces.
2976 Replace literal face-names with face variable references.
2977
b6116bd2
MB
2978 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2979 face name.
2980 (Buffer-menu-buffer-face): New backward-compatibility alias for
2981 renamed face.
2982 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2983
14901265
DP
29842005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2985
2986 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2987 Eliminate "-face" suffix.
10f401d2 2988 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
2989 eliminate "-face" suffix.
2990 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2991 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2992 actions, instead of prepending, to make it less visible.
10f401d2
SM
2993 (makefile-previous-dependency, makefile-match-dependency):
2994 Don't match a target on a continuation line.
14901265
DP
2995
2996 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2997
3da629bd
NR
29982005-06-15 Nick Roberts <nickrob@snap.net.nz>
2999
1c955542
NR
3000 * progmodes/gdb-ui.el (menu): Re-order menu items.
3001 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 3002
3da629bd
NR
3003 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3004 Define in tooltip.el.
3005 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3006 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3007 gud-tooltip-echo-area.
3008
3009 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3010 backward compatibility and make obsolete.
3011 (tooltip-help-tips): Use tooltip-use-echo-area.
3012 (tooltip-show-help-function): Rename to...
3013 (tooltip-show-help): ...this, because it is a function.
3014 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3015
197a7aaa
LT
30162005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3017
3018 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3019 (edebug-print-length, edebug-print-level, edebug-print-circle)
3020 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3021 (edebug-eval-print-last-sexp): Doc fixes.
3022
6de5b135
KS
30232005-06-14 Kim F. Storm <storm@cua.dk>
3024
3025 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3026 as the coverage buffer/file/both may change.
3027
b59f605b
LK
30282005-06-14 Lute Kamstra <lute@gnu.org>
3029
3030 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3031 and run-mode-hooks. Simplify.
3032
3033 * mail/rmailedit.el (rmail-edit-mode):
3034 * progmodes/octave-inf.el (inferior-octave-mode):
3035 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3036
3037 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3038 and run-mode-hooks.
3039 (recentf-edit-list, recentf-open-files): Don't call
3040 kill-all-local-variables directly.
3041
3042 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3043
ca0a6900
JB
30442005-06-14 Juanma Barranquero <lekktu@gmail.com>
3045
0b46b379
JB
3046 * emacs-lisp/byte-run.el (make-obsolete)
3047 (define-obsolete-function-alias): Rename arguments FUNCTION and
3048 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
3049 (make-obsolete-variable, define-obsolete-variable-alias):
3050 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
3051 respectively.
3052
3053 * isearchb.el (isearchb-activate):
3054 * pcvs.el (cvs-mode):
3055 * ses.el (ses-load):
3056 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3057 * net/tramp.el (tramp-find-file-exists-command)
3058 (tramp-find-shell):
3059 * progmodes/ada-mode.el (ada-create-case-exception)
3060 (ada-create-case-exception-substring, ada-make-subprogram-body):
3061 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3062 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3063 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3064 * textmodes/org.el (org-promote, org-evaluate-time-range)
3065 (org-agenda-next-date-line, org-agenda-previous-date-line)
3066 (org-agenda-error, org-open-at-point, org-table-move-row)
3067 (org-format-table-table-html-using-table-generate-source)
3068 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3069 * textmodes/reftex.el (reftex-access-scan-info):
3070 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3071 (reftex-toc-promote-prepare): Follow error conventions.
3072
3073 * diff-mode.el (diff-mode): Fix typo in docstring.
3074
ca0a6900
JB
3075 * forms.el (forms--intuit-from-file): Fix reference to
3076 `forms-number-of-fields' in error message.
3077 (forms-print): Fix quoting in error message.
3078
3079 * forms.el (forms-mode):
3080 * emulation/vi.el (vi-goto-insert-state):
3081 * progmodes/flymake.el (flymake-new-err-info)
3082 (flymake-start-syntax-check-for-current-buffer)
3083 (flymake-simple-cleanup):
3084 * eshell/esh-var.el (eshell/export):
3085 * progmodes/gud.el (xdb):
3086 * textmodes/flyspell.el (flyspell-incorrect-hook)
3087 (flyspell-maybe-correct-transposition)
3088 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3089
7efb41ae
LT
30902005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3091
3092 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3093 minibuffer prompt.
3094
929129ff
KS
30952005-06-13 Kim F. Storm <storm@cua.dk>
3096
3097 * subr.el (add-to-ordered-list): New defun.
3098
3099 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3100 add cua--keymap-alist to emulation-mode-map-alists.
3101
5aa6db57
SM
31022005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * subr.el (complete-in-turn): New macro.
3105 (dynamic-completion-table, lazy-completion-table): Add debug info.
3106
3107 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3108 in preference to face aliases.
3109
3110 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3111 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3112 Remove unused vars `start' and `firstline'.
3113 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3114 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3115
2702394e
EZ
31162005-06-13 Eli Zaretskii <eliz@gnu.org>
3117
3118 * cus-start.el (all): Don't complain about missing GTK-related
3119 variables, unless either `gtk' is boundp or this isn't a
3120 `windows-nt' build.
3121
dd72a03a
LK
31222005-06-13 Lute Kamstra <lute@gnu.org>
3123
4da76c6a
LK
3124 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3125 run-mode-hooks.
3126
3127 * ediff-mult.el (ediff-meta-mode):
3128 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3129
3130 * ledit.el (ledit-mode): Use delay-mode-hooks.
3131
63e9aa8e
LK
3132 * woman.el (woman-mode-line-format): Delete constant.
3133 (woman-mode-map): Initialize it properly.
5aa6db57
SM
3134 (woman-mode): Set mode-class property to special.
3135 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3136 Set major-mode and mode-name. Don't set mode-line-format directly.
3137 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 3138
dd72a03a
LK
3139 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3140 string argument obsolete.
3141
30313b90
CD
31422005-06-13 Carsten Dominik <dominik@science.uva.nl>
3143
0b46b379 3144 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
3145 (org-disputed-keys): New variable.
3146 (org-key): New function.
3147 (orgtbl-make-binding): Add docstring to the created function.
3148 (org-mode): Set paragraph start/separate regexps.
3149 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3150 (org-archive-location, org-archive-mark-done)
3151 (org-archive-stamp-time): New options.
3152 (org-archive-subtree): New command.
3153 (org-fill-paragraph): New function.
3154 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3155 (org-fake-empty-table-line): Function removed.
3156 (org-format-org-table-html): Do not create empty table lines at
3157 separator lines. Improved table header treatment.
3158 (org-link-format): New option.
3159 (org-make-link): New function.
3160 (org-insert-link, org-store-link): Use org-make-link.
3161 (org-open-file): Quote file name for shell command, to allow
3162 spaces in file names.
5aa6db57
SM
3163 (org-link-regexp): Fix bug with mailto link.
3164 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3165 New constants.
30313b90
CD
3166 (org-export-as-html): Deal with the optional angles around a link.
3167 Better treatment of file: links.
3168 (org-open-at-point): Replace @{ and @} with < and >.
3169 (org-run-mode-hooks): Function removed.
3170 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3171
3fd355d4
NR
31722005-06-13 Nick Roberts <nickrob@snap.net.nz>
3173
3174 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3175 MI command -data-list-register-values.
3176 (gdb-post-prompt): Indent properly.
3177
b1412131
JB
31782005-06-13 Juanma Barranquero <lekktu@gmail.com>
3179
3180 * hilit-chg.el (highlight-changes-colors): Rename from
3181 `highlight-changes-colours'.
3182 (highlight-changes-colours): Keep as obsolete alias.
3183 (highlight-changes-face-list): Doc fix.
3184 (hilit-chg-make-list): Use `highlight-changes-colors'.
3185
defa8e19
MH
31862005-06-12 Mark A. Hershberger <mah@everybody.org>
3187
3188 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3189 defun-prompt-regexp.
3190
a1e8cad6
EZ
31912005-06-12 Eli Zaretskii <eliz@gnu.org>
3192
0e659f57
EZ
3193 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3194 and cygwin.
3195
5aa6db57
SM
3196 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3197 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 3198
ca0113b8
LK
31992005-06-12 Lute Kamstra <lute@gnu.org>
3200
f586d18e
LK
3201 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3202
3a1524ed
LK
3203 * man.el (Man-mode-map): Initialize it properly.
3204 (Man-mode): Set mode-class property to special.
3205
ca0113b8
LK
3206 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3207
32cc0b00
LT
32082005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3209
3210 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3211 A newline is needed in the docstring there.
3212
3213 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3214 Doc fixes.
3215
ac9abffe
VJL
32162005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3217
3218 * printing.el: Doc fix. The menubar is no more changed when printing
3219 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 3220 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
3221 (pr-version): New version number (6.8.4).
3222 (pr-menu-bind): New command.
3223 (pr-update-menus): Docstring and code fix.
3224 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3225 Docstring fix.
3226 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3227 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3228
d4ddf783
TTN
32292005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3230
3231 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3232 "Returns" to "return", document useful return values, etc.
3233
98d1a1cf
EZ
32342005-06-11 Alan Mackenzie <acm@muc.de>
3235
3236 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3237 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3238 (adaptive-file-function): Minor amendment to doc-string.
3239
e0dcaa3f
EZ
32402005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3241
67ed6461 3242 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
3243 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3244 Fix :type--it is `integer', not `string'.
67ed6461 3245
e0dcaa3f
EZ
3246 * faces.el (modeline-highlight): Rename from (the erroneous)
3247 `modeline-higilight'.
3248
e5d79aa5
LK
32492005-06-11 Lute Kamstra <lute@gnu.org>
3250
3251 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3252 lisp-interaction-mode-map but make it the parent.
3253 (edebug-eval-mode): Use define-derived-mode.
3254
480c8cd3
AS
32552005-06-11 Andreas Schwab <schwab@suse.de>
3256
3257 * bindings.el: Add binding of `ESC functionkey' for every
3258 `M-functionkey'.
3259 * hexl.el (hexl-mode-map): Likewise.
3260
d11f8e1a
JR
32612005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3262
3263 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3264 [msft]: update regexp for newer msft compilers.
3265
23d519e4
MH
32662005-06-10 Mark A. Hershberger <mah@everybody.org>
3267
3268 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3269 ATTLIST portions of included DTDs.
3270 (xml-parse-dtd): Eliminate use of inefficient match-data.
3271
62d39a42
MB
32722005-06-10 Miles Bader <miles@gnu.org>
3273
530b0472
MB
3274 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3275 (mpuz-text): Remove "-face" suffix from face names.
3276 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3277 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3278 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3279
62d39a42
MB
3280 * play/gomoku.el (gomoku-O, gomoku-X):
3281 Remove "-face" suffix from face names.
3282 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3283 New backward-compatibility aliases for renamed faces.
3284 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3285
83acf231
JB
32862005-06-10 Juanma Barranquero <lekktu@gmail.com>
3287
578c1340
JB
3288 * thumbs.el: Fixes for changes of 2005-06-09.
3289 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3290 as a directory.
3291 (thumbs-thumbname): Remove directory separator from format string;
3292 `thumbs-thumbsdir' now returns a valid directory name.
3293 (thumbs-temp-dir): New defsubst.
3294 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3295 Use it.
3296
466c78c0
JB
3297 * cus-edit.el (minibuffer):
3298 * files.el (make-backup-file-name-function):
3299 * filesets.el (filesets-external-viewers):
3300 * hilit-chg.el (highlight-changes-colours)
3301 (highlight-changes-face-list, highlight-changes-rotate-faces):
3302 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3303 * kmacro.el (kmacro-call-macro):
3304 * log-edit.el (log-edit-changelog-full-paragraphs):
3305 * mouse.el (mouse-1-click-follows-link):
3306 * skeleton.el (skeleton-autowrap):
3307 * subr.el (insert-for-yank-1):
3308 * tempo.el (tempo-insert-region):
3309 * terminal.el (terminal-emulator):
3310 * time.el (display-time-mail-face):
3311 * vc.el (vc-annotate):
3312 * vcursor.el (vcursor-copy-line):
3313 * woman.el (woman-bold-headings, woman-ignore)
3314 (woman-default-faces, woman-monochrome-faces):
3315 * calendar/todo-mode.el (todo-insert-threshold):
3316 * emulation/pc-select.el (pc-select-selection-keys-only)
3317 (pc-selection-mode):
3318 * emulation/vip.el (vip-find-char-forward):
3319 * emulation/viper-cmd.el (viper-find-char-forward):
3320 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
3321 (input-method-exit-on-invalid-key):
3322 * international/mule-diag.el (describe-coding-system):
3323 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3324 * net/browse-url.el (browse-url-xterm-program):
3325 * obsolete/lazy-lock.el (lazy-lock-mode):
3326 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3327 (cperl-mode):
3328 * progmodes/cpp.el (cpp-face-light-name-list)
3329 (cpp-face-dark-name-list):
3330 * progmodes/delphi.el (delphi-newline-always-indents):
3331 Fix spellings in docstrings.
3332
83acf231
JB
3333 * ido.el (ido-mode, ido-file-extensions-order)
3334 (ido-default-file-method, ido-default-buffer-method)
3335 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3336 (ido-decorations, ido-read-file-name-as-directory-commands)
3337 (ido-read-file-name-non-ido, ido-work-directory-list)
3338 (ido-ignore-item-temp-list, ido-current-directory)
3339 (ido-magic-forward-char, ido-enter-find-file)
3340 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3341 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3342
257914aa
LK
33432005-06-10 Lute Kamstra <lute@gnu.org>
3344
3345 * play/dunnet.el (dun-mode): Use define-derived-mode.
3346 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3347 obsolete alias.
3348
2aa8e74a
LK
3349 * play/doctor.el (doctor-mode-map): Remove defvar.
3350 (doctor-mode): Use define-derived-mode.
3351
7bdd8beb
LK
3352 * mail/mspools.el (mspools-mode):
3353 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
3354 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3355
0efefc52
MB
33562005-06-10 Miles Bader <miles@gnu.org>
3357
c43aed5a
MB
3358 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3359 Remove "-face" suffix from face names.
3360 (flyspell-incorrect-face, flyspell-duplicate-face):
3361 New backward-compatibility aliases for renamed faces.
3362 (flyspell-mode-on, make-flyspell-overlay)
3363 (flyspell-highlight-incorrect-region)
3364 (flyspell-highlight-duplicate-region)
3365 (flyspell-display-next-corrections)
3366 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3367
e639491a
MB
3368 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3369 from face name.
3370 (texinfo-heading-face): New backward-compatibility alias for
3371 renamed face.
3372 (texinfo-heading-face): Use renamed texinfo-heading face.
3373
ad49d9d6
MB
3374 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3375 suffix from face names.
83acf231 3376 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
3377 New backward-compatibility aliases for renamed faces.
3378 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3379 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3380 literal face name.
3381
b4c925d8
MB
3382 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3383 name.
3384 (table-cell-face): New backward-compatibility alias for renamed face.
3385 (table--put-cell-face-property, table--update-cell-face):
3386 Use renamed table-cell face.
3387
b390eb09
MB
3388 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3389 from face name.
3390 (sgml-namespace-face): New backward-compatibility alias for
3391 renamed face.
3392 (sgml-namespace-face): Use renamed sgml-namespace face.
3393
8e49668e
MB
3394 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3395 (org-level-4, org-level-5, org-level-6, org-level-7)
3396 (org-level-8, org-warning, org-headline-done)
3397 (org-deadline-announce, org-scheduled-today)
3398 (org-scheduled-previously, org-link, org-done, org-table)
3399 (org-time-grid): Remove "-face" suffix from face names.
3400 (org-level-1-face, org-level-2-face, org-level-3-face)
3401 (org-level-4-face, org-level-5-face, org-level-6-face)
3402 (org-level-7-face, org-level-8-face, org-warning-face)
3403 (org-headline-done-face, org-deadline-announce-face)
3404 (org-scheduled-today-face, org-scheduled-previously-face)
3405 (org-link-face, org-done-face, org-table-face)
3406 (org-time-grid-face):
3407 New backward-compatibility aliases for renamed faces.
3408 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3409 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3410 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3411 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3412
25c06649
MB
3413 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3414 (viper-minibuffer-emacs, viper-minibuffer-insert)
3415 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3416 (viper-search-face, viper-replace-overlay-face)
3417 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3418 (viper-minibuffer-vi-face):
3419 New backward-compatibility aliases for renamed faces.
3420 (viper-search-face, viper-replace-overlay-face)
3421 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3422 (viper-minibuffer-vi-face): Use renamed viper faces.
3423
4719d184
MB
3424 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3425 Remove "-face" suffix from face names.
3426 (testcover-nohits-face, testcover-1value-face):
3427 New backward-compatibility aliases for renamed faces.
3428 (testcover-mark): Use renamed testcover faces.
3429
ccacbcec
MB
3430 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3431 face name.
3432 (diary-button-face): New backward-compatibility alias for renamed face.
3433 (diary-entry): Use renamed diary-button face.
3434
75eb05f6
MB
3435 * calendar/calendar.el (diary, calendar-today, holiday)
3436 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3437 (diary-face, calendar-today-face, holiday-face):
3438 New backward-compatibility aliases for renamed faces.
3439 (eval-after-load "facemenu", diary-entry-marker)
3440 (calendar-today-marker, calendar-holiday-marker, diary-face):
3441 Use renamed calendar faces.
3442
37af2dd3
MB
3443 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3444 (compare-windows-face): New backward-compatibility alias for
3445 renamed face.
3446 (compare-windows-highlight): Use renamed compare-windows face.
3447
10853fc3
MB
3448 * strokes.el (strokes-char): Remove "-face" suffix from face name.
3449 (strokes-char-face): New backward-compatibility alias for renamed face.
3450 (strokes-encode-buffer): Use renamed strokes-char face.
3451
2058218e
MB
3452 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3453 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3454 Remove "-face" suffix from face names.
3455 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3456 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3457 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 3458 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 3459 Use renamed pcvs faces.
4a9ad3c6
MB
3460 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3461 * pcvs-defs.el (cvs-mode-map): Likewise.
3462 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 3463
a335c06e
MB
3464 * info.el (info-title-1, info-title-2, info-title-3)
3465 (info-title-4): Remove "-face" suffix from and downcase face names.
3466 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3467 (Info-title-4-face):
3468 New backward-compatibility aliases for renamed faces.
3469 (Info-fontify-node): Use renamed info faces.
3470
a01853d7
MB
3471 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3472 Remove "-face" suffix from face names.
3473 (highlight-changes-face, highlight-changes-delete-face):
3474 New backward-compatibility aliases for renamed faces.
3475 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3476 (hilit-chg-make-list): Use renamed highlight-changes faces.
3477
f0b3dcbf
MB
3478 * generic-x.el (show-tabs-tab, show-tabs-space):
3479 Remove "-face" suffix from face names.
3480 (show-tabs-tab-face, show-tabs-space-face):
3481 New backward-compatibility aliases for renamed faces.
3482 (show-tabs-generic-mode-font-lock-defaults-1)
3483 (show-tabs-generic-mode-font-lock-defaults-2):
3484 Use renamed show-tabs faces.
3485
e8bfdf82
MB
3486 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3487 (smerge-markers): Remove "-face" suffix from face names.
3488 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 3489 (smerge-markers-face):
e8bfdf82
MB
3490 New backward-compatibility aliases for renamed faces.
3491 (smerge-mine-face, smerge-other-face, smerge-base-face)
3492 (smerge-markers-face): Use renamed smerge faces.
3493
83acf231 3494 * log-view.el (log-view-file, log-view-message):
d842de85 3495 Remove "-face" suffix from face names.
83acf231 3496 (log-view-file-face, log-view-message-face):
d842de85
MB
3497 New backward-compatibility aliases for renamed faces.
3498 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
3499
83acf231 3500 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 3501 Remove "-face" suffix from face names.
83acf231 3502 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
3503 New backward-compatibility aliases for renamed faces.
3504 (show-paren-function): Use renamed show-paren faces.
3505
42e64878
MB
3506 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3507 (ruler-mode-margins, ruler-mode-fringes)
3508 (ruler-mode-column-number, ruler-mode-fill-column)
3509 (ruler-mode-comment-column, ruler-mode-goal-column)
83acf231 3510 (ruler-mode-tab-stop, ruler-mode-current-column):
42e64878
MB
3511 Remove "-face" suffix from face names.
3512 (ruler-mode-default-face, ruler-mode-pad-face)
3513 (ruler-mode-margins-face, ruler-mode-fringes-face)
3514 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3515 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
83acf231 3516 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
42e64878
MB
3517 New backward-compatibility aliases for renamed faces.
3518 (ruler-mode-pad, 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 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
3523
ee01ad0e
MB
3524 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3525 face name.
3526 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
3527 (whitespace-highlight-face): New backward-compatibility alias for
3528 renamed face.
ee01ad0e 3529
b66e8575
MB
3530 * woman.el (woman-italic, woman-bold, woman-unknown)
3531 (woman-addition, woman-symbol-face):
3532 Remove "-face" suffix from face names.
3533 (woman-italic-face, woman-bold-face, woman-unknown-face)
3534 (woman-addition-face):
3535 New backward-compatibility aliases for renamed faces.
3536 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3537 (woman-decode-region, woman-replace-match)
3538 (woman-display-extended-fonts, woman-special-characters)
3539 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3540 Use renamed woman faces.
3541
041a6e47
MB
3542 * longlines.el (longlines-visible-face): Face removed.
3543
221711eb
MB
3544 * diff-mode.el (diff-header, diff-file-header, diff-index)
3545 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 3546 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
3547 suffix from face names.
3548 (diff-header-face, diff-file-header-face, diff-index-face)
3549 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3550 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 3551 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
3552 renamed faces.
3553 (diff-header-face, diff-file-header-face)
3554 (diff-index, diff-index-face, diff-hunk-header)
3555 (diff-hunk-header-face, diff-removed, diff-removed-face)
3556 (diff-added, diff-added-face, diff-changed-face, diff-function)
3557 (diff-function-face, diff-context-face, diff-nonexistent)
3558 (diff-nonexistent-face): Use renamed diff-mode faces.
3559
541a6d0d
MB
3560 * progmodes/compile.el (compilation-warning-face)
3561 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 3562 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
3563 New backward-compatibility aliases for renamed faces.
3564 (compilation-warning-face, compilation-info-face):
3565 Use renamed compilation faces.
3566
fe735a8d
MB
3567 * add-log.el (change-log-date, change-log-name)
3568 (change-log-email, change-log-file, change-log-list)
3569 (change-log-conditionals, change-log-function)
3570 (change-log-acknowledgement): Remove "-face" suffix from face names.
3571 (change-log-date-face, change-log-name-face)
3572 (change-log-email-face, change-log-file-face)
3573 (change-log-list-face, change-log-conditionals-face)
83acf231 3574 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
3575 New backward-compatibility aliases for renamed faces.
3576 (change-log-font-lock-keywords): Use renamed change-log faces.
3577
d478e69d
MB
3578 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3579 (custom-set, custom-changed, custom-saved, custom-button)
3580 (custom-button-pressed, custom-documentation, custom-state)
3581 (custom-comment, custom-comment-tag, custom-variable-tag)
3582 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3583 (custom-group-tag): Remove "-face" suffix from face names.
3584 (custom-magic-alist, custom-magic-value-create)
3585 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3586 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3587 (custom-set-face, custom-changed-face, custom-saved-face)
3588 (custom-button-face, custom-button-pressed-face)
3589 (custom-documentation-face, custom-state-face)
3590 (custom-comment-face, custom-comment-tag-face)
3591 (custom-variable-tag-face, custom-variable-button-face)
3592 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 3593 (custom-group-tag-face):
d478e69d
MB
3594 New backward-compatibility aliases for renamed faces.
3595
0efefc52
MB
3596 * wid-edit.el (widget-documentation, widget-button)
3597 (widget-field, widget-single-line-field, widget-inactive)
3598 (widget-button-pressed): "-face" suffix removed from face names.
3599 (widget-documentation-face, widget-button-face)
3600 (widget-field-face, widget-single-line-field-face)
3601 (widget-inactive-face, widget-button-pressed-face):
3602 New backward-compatibility aliases for renamed faces.
3603 (widget-documentation-face, widget-button-face)
3604 (widget-button-pressed-face, widget-specify-field)
3605 (widget-specify-inactive): Use renamed widget faces.
3606
d8338794
KH
36072005-06-10 Kenichi Handa <handa@m17n.org>
3608
3609 * term/x-win.el (x-clipboard-yank): Remove condition-case
3610 wrapping.
3611
36122005-06-11 Kenichi Handa <handa@m17n.org>
3613
3614 * add-log.el (change-log-font-lock-keywords): Make the regexp for
3615 date lines stricter.
3616
63e88db3
KH
36172005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
3618
3619 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3620 of x-get-selection.
3621
63baed99
JB
36222005-06-10 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * comint.el (comint-mode, comint-snapshot-last-prompt):
3625 * frame.el (frame-current-scroll-bars):
3626 * term.el (term-mode, term-check-proc, term-input-sender)
3627 (term-simple-send, term-extract-string, term-word)
3628 (term-match-partial-filename):
3629 * window.el (window-current-scroll-bars):
3630 * emulation/cua-base.el (cua-normal-cursor-color)
3631 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3632 (cua-global-mark-cursor-color):
3633 * mail/undigest.el (rmail-forward-separator-regex):
3634 Fix typos in docstrings.
3635
3636 * comint.el (comint-check-proc, make-comint-in-buffer)
3637 (comint-source-default): Doc fixes.
3638
3639 * term.el (term-send-string): Improve argument/docstring
3640 consistency.
3641
3c28ffec
LT
36422005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3643
3644 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3645 call to `delete-region'.
3646 (comint-mode-hook): Do not enable Font Lock by default.
3647
420adcc6
LK
36482005-06-09 Lute Kamstra <lute@gnu.org>
3649
3650 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3651 could be void.
3652
6c06bd88
SM
36532005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3656 (debug): Use it.
3657 (debugger-step-through, debugger-continue, debugger-jump)
3658 (debugger-return-value): Set it when needed.
3659 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3660 Use inhibit-read-only.
3661
f271d3c7
JB
36622005-06-09 Juanma Barranquero <lekktu@gmail.com>
3663
fd8529d0
JB
3664 * window.el (shrink-window-if-larger-than-buffer)
3665 (window-size-fixed): Fix typo in docstring.
9fa87e0d 3666
f271d3c7
JB
3667 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3668 thumbnails directory on loading.
3669 (thumbs-conversion-program): Use `eq' to check the system type,
3670 not `equal'.
3671 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3672 not "/tmp". Fix docstring.
3673 (thumbs-thumbsdir): New function to return the thumbnails
3674 directory, creating it if needed.
3675 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3676 (thumbs-temp-file): Delete variable and make it into a function.
3677 (thumbs-resize-image, thumbs-modify-image): Use it.
3678 (thumbs-kill-buffer): Simplify.
3679 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3680 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3681 docstrings.
3682
b7aae902
KS
36832005-06-09 Kim F. Storm <storm@cua.dk>
3684
3685 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3686 set-match-data to free markers in match-data.
3687
3688 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3689 match-data to unchain markers in match-data.
3690
72f23b85
SM
36912005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3694 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3695 unnecessary now.
3696
99598737
RS
36972005-06-08 Richard M. Stallman <rms@gnu.org>
3698
3699 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3700 give the variable a doc string that doesn't say don't set it directly.
3701
3702 * textmodes/ispell.el (ispell-check-version):
3703 Use match-string-no-properties.
3704 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3705 (ispell-buffer-local-words): Likewise.
3706
3707 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3708 except on terminals with enough colors to really display it.
3709 (makefile-dependency-regex): Delete spurious `bb'.
3710
3711 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 3712 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 3713
4a29de23
KS
37142005-06-08 Kim F. Storm <storm@cua.dk>
3715
3716 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3717 also when reading directory name.
3718
b978659c
LK
37192005-06-08 Lute Kamstra <lute@gnu.org>
3720
3721 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
3722 (flyspell-mode-line-string): Remove autoload cookie.
3723 (flyspell-mode): Remove defvar.
b978659c 3724
6d64c191
LK
37252005-06-07 Lute Kamstra <lute@gnu.org>
3726
3727 * textmodes/org.el (org-run-mode-hooks): New function.
3728 (org-agenda-mode): Use it.
3729
590bc48b
JB
37302005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3731
99598737 3732 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 3733
3d031334
SM
37342005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3737
a54aae9e
LT
37382005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3739
3740 * font-lock.el (font-lock-add-keywords): Doc fix.
3741
ed975fa6
SM
37422005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3743
29a47b89
SM
3744 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3745 (tex-compile-default): In the absence of any history, use the order in
3746 tex-compile-alist to choose the preferred command.
3747 (tex-compile-commands): Reorder a bit.
3748
7ad04640
SM
3749 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3750 (flyspell-incorrect-face, flyspell-duplicate-face):
3751 Use (X)Emacs-agnostic code.
3752 (flyspell-mode-map): Don't overwrite at each load. Remove code
3753 redundant with the subsequent add-minor-mode. Merge Emacs and
3754 XEmacs code.
3755 (flyspell-word): Minor simplification.
3756 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3757 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3758 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3759 Merge the corresponding Emacs code.
3760 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3761
532c188a
SM
3762 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3763 a dedicated window.
3764
ed975fa6
SM
3765 * international/latexenc.el (latexenc-find-file-coding-system):
3766 Undo part of last patch, to turn off a compiler warning.
3767
e43cbeae
JL
37682005-06-06 Juri Linkov <juri@jurta.org>
3769
3770 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3771 Rename `tmm-inactive-face' to `tmm-inactive'.
3772
4bad17c2
KS
37732005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3774
3775 * iswitchb.el: Rename faces.
3776
c7b96d76
KS
37772005-06-06 Kim F. Storm <storm@cua.dk>
3778
3779 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3780 (cua-global-mark): Remove -face suffix from face names.
3781
ed975fa6
SM
3782 * emulation/cua-gmrk.el (cua--init-global-mark):
3783 Remove cua-global-mark face setup.
c7b96d76 3784
ce6e10af
RS
37852005-06-06 Richard M. Stallman <rms@gnu.org>
3786
3787 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3788 just like other allowed characters.
3789 (makefile-match-dependency): Exclude leading and training whitespace
3790 from the range of regexp subexp 1.
3791 (makefile-macroassign-regex): Don't try to match the body,
3792 just the name of the macro being defined.
3793
3794 * info.el (Info-read-node-name-2): New function.
3795 (Info-read-node-name-1): Use that.
3796 Add a completion-base-size-function property.
3797
3798 * simple.el (completion-setup-function): Look for
3799 completion-base-size-function property of
3800 minibuffer-completion-table.
3801
3802 * files.el (locate-file-completion): Doc fix.
3803
3804 * printing.el: Don't call pr-update-menus; user must do that.
3805
3806 * emacs-lisp/debug.el (debugger-window): New variable.
3807 (debug): Use debugger-window if it is set and still alive.
3808 Record debugger-window for next entry.
c7b96d76 3809
ce6e10af
RS
3810 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3811
c7b96d76 38122005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
3813
3814 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3815 (hack-one-local-variable, hack-local-variables)
3816 (hack-local-variables-prop-line): Pass that arg.
3817
9c7f6bb3
KS
38182005-06-06 Kim F. Storm <storm@cua.dk>
3819
3820 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3821 (ido-indicator): Remove -face suffix from face names.
3822
c476bcb0
JL
38232005-06-06 Juri Linkov <juri@jurta.org>
3824
3825 * font-lock.el (font-lock-regexp-backslash)
3826 (font-lock-regexp-backslash-construct): New faces.
3827 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3828 after `('. Add `while-no-input' to control structures.
3829
3830 * faces.el (no-break-space, shadow): New faces.
3831 (escape-glyph): Use less loud colors pink2 and red4.
3832
3833 * diff-mode.el (diff-context-face)
3834 * dired.el (dired-ignored)
3835 * rfn-eshadow.el (file-name-shadow)
3836 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3837
3838 * info.el (Info-title-1-face): Use green instead of yellow because
3839 bold yellow is not readable on light backgrounds.
3840
3841 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3842 before selecting the desired mode to not spend time fontifying
3843 old contents.
3844
f7f17975
JB
38452005-06-06 Juanma Barranquero <lekktu@gmail.com>
3846
b3c70578
JB
3847 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3848 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3849
01f438b9
JB
3850 * ps-print.el (ps-default-fg, ps-default-bg):
3851 Fix typos in docstrings.
3852
f7f17975
JB
3853 * isearchb.el (isearchb): Don't pass a spurious second argument to
3854 `iswitchb-completions'.
3855
c1205dad
NR
38562005-06-05 Nick Roberts <nickrob@snap.net.nz>
3857
3858 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3859 to preserve point.
3860 (gdb-find-file-hook): Add doc string.
3861
3862 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 3863 C dereferenced pointer expression.
32759db5 3864 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
3865
3866 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3867
eb78dfb8
JB
3868 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3869 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3870 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3871 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3872 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
3873 Make background transparent.
3874
bfe5418b
LT
38752005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3876
3877 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3878 (font-lock-remove-keywords): Doc fix.
3879 (font-lock-mode-major-mode): Compiler defvar.
3880 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3881
3882 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3883 (font-lock-mode): Update `font-lock-mode-major-mode'.
3884 (font-lock-set-defaults): Compiler defvar.
3885 (font-lock-default-function): Take `font-lock-mode-major-mode'
3886 into account.
3887
3888 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3889 keep track of which major mode it enabled the minor mode for.
3890 Use find-file-hook again. Update docstring.
3891
3892 * simple.el (eval-expression-print-level)
3893 (eval-expression-print-length, eval-expression-debug-on-error):
3894 Doc fixes.
3895
91018229
EZ
38962005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3897
b6f0a397
EZ
3898 * iswitchb.el (iswitchb-single-match-face)
3899 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3900 (iswitchb-invalid-regexp-face): New faces.
3901 (iswitchb-completions): Use them.
ed975fa6 3902 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
3903 now marked as an obsolete alias.
3904 (iswitchb-read-buffer): Remove check for bound font variables.
3905 (iswitchb-invalid-regexp): New free variable.
3906 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3907 set iswitchb-invalid-regexp.
3908 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3909 invalid regexps.
3910 (iswitchb-completions): Add check for complete match when entering
3911 a regexp.
3912 (iswitchb-completions): Remove require-match argument.
bfe5418b 3913 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
3914 (iswitchb-common-match-inserted): New variable.
3915 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 3916
94d4bafb
EZ
39172005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3918
3919 * url-http.el (url-http-chunked-encoding-after-change-function):
3920 Use `url-http-debug' instead of `message'.
3921
86b21ac3
EZ
39222005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3923
3924 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3925 callback argument.
3926
61e40b6d
KS
39272005-06-04 Kim F. Storm <storm@cua.dk>
3928
555228aa
KS
3929 * simple.el (line-move): Only call sit-for when moving backwards.
3930
61e40b6d
KS
3931 * ido.el (ido-make-merged-file-list-1): New defun split from
3932 ido-make-merged-file-list.
3933 (ido-make-merged-file-list): Bind throw-on-input around call to
3934 ido-make-merged-file-list-1. Return input-pending-p if
3935 interrupted by more input available.
3936 (ido-read-internal): Handle input-pending-p return value from
3937 ido-make-merged-file-list.
3938
10b234c0
SM
39392005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3940
fab31ec3
SM
3941 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3942 compatibility code.
3943
10b234c0
SM
3944 * international/latexenc.el (latexenc-find-file-coding-system):
3945 Don't inherit the EOL part of the coding-system from the
3946 tex-main buffer. Fit within 80 columns.
3947
76668788
NR
39482005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3949
3950 * tmm.el (tmm-inactive-face): New face.
3951 (tmm-remove-inactive-mouse-face): New function.
3952 (tmm-prompt, tmm-add-one-shortcut)
3953 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3954 but not selectable.
3955
6312e5f7
JB
39562005-06-03 Juanma Barranquero <lekktu@gmail.com>
3957
3958 * faces.el (face-equal): Improve argument/docstring consistency.
3959
30edba6e
DP
39602005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3961
3962 * progmodes/make-mode.el (makefile-targets-face)
3963 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3964 (makefile-bsdmake-dependency-regex)
3965 (makefile-makepp-rule-action-regex)
3966 (makefile-bsdmake-rule-action-regex): New constants.
3967 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3968
3969 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3970 Allow (...) within `...' for makepp messages.
3971
899a431b 39722005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 3973
85268d70 3974 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 3975
85268d70
JB
3976 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3977 "." files are deleted from all file lists before comparison.
30edba6e 3978
85268d70
JB
3979 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3980 (viper-ESC-key): Made them customizable.
30edba6e 3981
10b234c0 3982 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 3983
bfadb7ec
LT
39842005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3985
3986 * autorevert.el (auto-revert-buffers): Use save-match-data.
3987
6cb9fac3
SM
39882005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3991 menu items with a nil command binding.
3992
011131fd
JB
39932005-06-01 Juanma Barranquero <lekktu@gmail.com>
3994
358e4d6d
JB
3995 * emacs-lisp/cl-macs.el (defsetf):
3996 Improve argument/docstring consistency.
3997
011131fd
JB
3998 * faces.el (list-faces-display): Improve the formatting by
3999 computing the maximum length required for any face-name (reworked
4000 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4001 (internal-find-face): Remove redundant info in docstring.
4002
7653a3dc
NR
40032005-06-01 Nick Roberts <nickrob@snap.net.nz>
4004
4005 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4006 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4007 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4008 (gdb-assembler-custom): Improve regexps.
ed975fa6 4009 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 4010
9ccee7d0
SM
40112005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4014
ad83e1f4
JB
40152005-05-31 Jay Belanger <belanger@truman.edu>
4016
4017 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4018 to calc-embedded.
4019 (calc-embedded-make-info): Have plain prefix argument select
4020 entire line.
4021
2cd16d74
JB
40222005-05-31 Juanma Barranquero <lekktu@gmail.com>
4023
d0213ee1
JB
4024 * faces.el (list-faces-display): Signal error if passed a regexp
4025 that matches no face name.
4026
2cd16d74
JB
4027 * simple.el (filter-buffer-substring): Fix typo in docstring.
4028
f35aff82
RS
40292005-05-31 Richard M. Stallman <rms@gnu.org>
4030
9ccee7d0 4031 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
4032 (vhdl-emacs-21): Doc fix.
4033 (vhdl-mode): Unconditionally set comment-padding.
4034 (vhdl-fixup-whitespace-region): Insert spaces only where
4035 there are none.
4036 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4037
c7a4ce37
JW
40382005-05-30 John Wiegley <johnw@newartisans.com>
4039
881b07f9
JB
4040 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4041 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4042 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
4043 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4044 `string-to-number'.
4045
e39f3cfe
JB
40462005-05-30 Jay Belanger <belanger@truman.edu>
4047
4048 * calc/calc.el (calc-bug-address): Fix docstring.
4049 (calc-window-hook, calc-trail-window-hook): New variables.
4050 (calc-trail-display): Restore use of calc-trail-window-hook.
4051 (calc): Restore use of calc-window-hook.
4052
6dfa731f
MY
40532005-05-31 Masatake YAMATO <jet@gyve.org>
4054
3c1ebc5a 4055 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 4056
3c1ebc5a 4057 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
4058 `find-function-noselect'.
4059
3c1ebc5a
SM
40602005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4063 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4064
3f72dc73
GM
40652005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4066
4067 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4068 included diary buffer if it was not already being visited.
4069 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4070
4071 * calendar/icalendar.el (top-level): Do not require 'appt.
4072
4073 * mail/supercite.el (sc-select-attribution): Only use a list
4074 element from sc-attrib-selection-list if it returns a string.
4075 Reported by Davide G. M. Salvetti <salve@debian.org>.
4076
0df06447
JB
40772005-05-30 Juanma Barranquero <lekktu@gmail.com>
4078
588c0770 4079 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
4080 includes a hash value to improve its uniqueness, and has a ".jpg"
4081 extension. Also, it is now a valid filename on all systems.
4082 (thumbs-make-thumb): Use `let', not `let*'.
4083 (thumbs-show-thumbs-list): Check for JPEG availability.
4084
b8caac06
RS
40852005-05-30 Richard M. Stallman <rms@gnu.org>
4086
4087 * filesets.el (filesets-menu-ensure-use-cached):
4088 Prevent warning when emacs-version>= is undefined.
4089
4090 * printing.el (pr-interactive-n-up): Use string-to-number.
4091
4092 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4093
4094 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4095 Warn only when name to be defined is quoted.
4096
4809e59f
NR
40972005-05-30 Nick Roberts <nickrob@snap.net.nz>
4098
4099 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4100 Make regexp more robust.
0df06447 4101 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
4102 Force regeneration of disassembly.
4103
2a1669a2
JB
41042005-05-29 Jay Belanger <belanger@truman.edu>
4105
4106 * calc/calc.el (calc-user-invocation): Check if
4107 calc-invocation-macro is non-nil.
4108
5f43c63c
JL
41092005-05-29 Juri Linkov <juri@jurta.org>
4110
4111 * add-log.el (change-log-font-lock-keywords):
4112 Add `+' to e-mail regexp to accept mail address with keywords.
4113
4114 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4115
7fa9f4eb
LT
41162005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4117
4118 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4119
4120 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4121
cad2b414
RS
41222005-05-29 Richard M. Stallman <rms@gnu.org>
4123
4124 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4125 Undo the change that moves to end of the current word.
4126
8c6fb9d0
NR
41272005-05-29 Nick Roberts <nickrob@snap.net.nz>
4128
4129 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4130 Throw error when count <= 0 to ensure input is a number.
4131 (gdb-read-memory-custom): Pick up address from buffer.
4132 (gdb-memory-mode): Allow user to increment and decrement
4133 memory address from header line.
4134
c16b1394
RS
41352005-05-29 Richard M. Stallman <rms@gnu.org>
4136
a8c453e6
RS
4137 * flyspell.el (flyspell-version): Function deleted.
4138 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 4139
c16b1394
RS
4140 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4141 Do nothing if memory is full.
4142
4143 * font-lock.el (font-lock-fontify-syntactically-region):
4144 Pass t for GREEDY to looking-back.
4145
4146 * saveplace.el (save-place-alist-to-file): Write the file
4147 using write-region.
4148
4149 * subr.el (looking-back): New argument GREEDY.
4150
4151 * progmodes/compile.el (compilation-start): Set the mode
4152 before inserting the initial text.
4153
4154 * progmodes/which-func.el (which-func-update-1): Turn the mode
4155 off in case of error by setting which-func-mode.
7fa9f4eb 4156
52eb0373 41572005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 4158
cad2b414 4159 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 4160 Narrow down to what's on the screen, and recenter overlays
cad2b414 4161 at the end of the next word.
7fa9f4eb 4162
52eb0373 41632005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 4164
a8c453e6 4165 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 4166 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
4167 (flyspell-abbrev-p): Default to nil.
4168 (flyspell-use-global-abbrev-table-p): Doc fix.
4169 (flyspell-large-region): Allow nil as value.
4170 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4171
4172 (mail-mode-flyspell-verify): More robust handling
4173 of `mail-header-separator'. More efficient signature detection.
4174 Allow for regexp metacharacters in message-header-separator.
85be564d 4175 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
4176
4177 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4178 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4179 Bind flyspell-auto-correct-binding.
4180 Bind C-. and C-, .
4181 (flyspell-mode-map): Likewise.
4182 (flyspell-mode): Doc fix.
4183 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4184 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4185 (flyspell-word-cache-result): New var, always local.
4186 (flyspell-check-pre-word-p): Doc fix.
4187 (flyspell-check-changed-word-p): Handle spc like newline.
4188 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4189 (flyspell-word-search-backward, flyspell-word-search-forward):
4190 New functions.
4191 (flyspell-word): Return t if nothing to check.
4192 When parsing TeX code, check for after } or \.
4193 Use flyspell-word-search-backward to find previous word.
4194 Return nil if duplicated word.
4195 For word already checked, return same value as last time.
4196 Set flyspell-word-cache-result after checking.
4197 Don't clobber the return value.
4198 (flyspell-get-word): Major rewrite.
4199 (flyspell-external-point-words): New locals pword, pcount.
4200 Fix size used in progress message.
4201 Find the proper corresponding word in flyspell-large-region-buffer.
4202 (flyspell-region): Check for flyspell-large-region = nil.
4203 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4204 (flyspell-auto-correct-word): Check that WORD is a cons.
4205 (flyspell-correct-word): Likewise.
a8c453e6 4206
adde7693
DP
42072005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4208
4209 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
4210 (makefile-macroassign-regex, makefile-makepp-mode)
4211 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
4212 Reported by Joshua Varner.
4213 (makefile-makepp-font-lock-keywords): Add $(stem).
4214
b5352ff5
KB
42152005-05-28 Karl Berry <karl@gnu.org>
4216
0df06447 4217 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
4218 shell-quote-argument (2005-03-31 change), remove all calls to
4219 shell-quote-argument; they all end up invoking tex-send-command.
4220 The double quoting loses on filenames with non-safe characters,
4221 such as "@". Reported by Frederik Fouvry.
4222
3daabddd
NR
42232005-05-29 Nick Roberts <nickrob@snap.net.nz>
4224
4225 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4226 about preserving point.
4227
1565a620
JB
42282005-05-27 Jay Belanger <belanger@truman.edu>
4229
4230 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4231 Info-goto-node.
4232
05294d63
JB
4233 * calc/calc-embed.el (calc-embed-arg): New variable.
4234 (calc-do-embedded-activate, calc-embedded-activate-formula)
4235 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4236 variable by new variable.
4237 (calc-embedded-make-info): Replace undeclared variable by new
4238 variable. When selecting region with positive prefix
4239 argument, use end of previous line instead of beginning of line.
4240
4241 * calc/calc-aent.el (calc-arg-values): Declare it.
4242
4243 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4244 Declare them.
4245
4246 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4247
4248 * calc/calc.el (calc-alg-map): Declare it.
4249
4250 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4251
f8916156
NR
42522005-05-28 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4255 (gdb-registers-buffer, toggle-gdb-all-registers):
4256 Toggle display of floating point registers.
4257 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4258
0df06447 4259 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
4260 (toggle-gud-tooltip-dereference):
4261 Rename from gud-toggle-tooltip-dereference.
4262
83040cb0
SM
42632005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4266
63971eab
JB
42672005-05-27 Jay Belanger <belanger@truman.edu>
4268
4269 * calc/calc-prog.el (calc-kbd-report): Remove.
4270 (calc-kbd-query): Rewrite.
4271
d5e1a786
JB
42722005-05-27 Juanma Barranquero <lekktu@gmail.com>
4273
83040cb0 4274 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
4275 (image-type-available-p): Doc fix.
4276
6c5a38fa
LK
42772005-05-27 Lute Kamstra <lute@gnu.org>
4278
18a8c773 4279 * calc/calc.el (calc):
1f2503a5 4280 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
4281 (outline-5, outline-6, outline-7, outline-8):
4282 * textmodes/dns-mode.el (dns-mode):
4283 * textmodes/sgml-mode.el (sgml-namespace-face):
4284 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 4285 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
4286 * textmodes/texinfo.el (texinfo-heading-face):
4287 Specify customization group.
1f2503a5 4288
6c5a38fa
LK
4289 * longlines.el: Don't require easy-mmode.
4290 (longlines-visible-face): Specify customization group.
4291
7cf49add
KH
42922005-05-27 Kenichi Handa <handa@m17n.org>
4293
4294 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4295 encoding table of windows-1251.
4296
83040cb0
SM
4297 * international/ucs-tables.el (ucs-set-table-for-input):
4298 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
4299 its translation-table property.
4300
4301 * international/code-pages.el: Don't register a coding system into
4302 non-iso-charset-alist more than once.
4303 (cp-make-coding-system): Likewise.
1f2503a5 4304
9c041409
JW
43052005-05-26 John Wiegley <johnw@newartisans.com>
4306
6b6f91b3
JW
4307 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4308 `eshell-resume-eval' is wrapped in a list, it indicates that the
4309 command was run asynchronously. In that case, unwrap the value
4310 before checking the delimiter value.
4311
9c041409 4312 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
4313 character before a space at the end of a line is \, assume the space
4314 is part of the last argument rather than a final argument separator.
9c041409 4315
83040cb0
SM
4316 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4317 is in use, and the target is `t' or `nil' (which are the most common
4318 values), don't assume that the symbol target is a buffer.
9c041409 4319
ddfbe5db
LT
43202005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4321
4322 * calendar/calendar.el (calendar-mode-line-format):
4323 Use mode-line-highlight as mouse-face.
4324
4325 * time.el (display-time-string-forms, display-time-update):
4326 Use mode-line-highlight as mouse-face.
4327
04e9c13c
JB
43282005-05-26 Jay Belanger <belanger@truman.edu>
4329
4330 * calc/calc.el (calc-language-alist): Remove extra defvar.
4331
6441d280
LK
43322005-05-26 Lute Kamstra <lute@gnu.org>
4333
4334 * arc-mode.el (archive-mode):
4335 * bookmark.el (bookmark-read-annotation-mode)
4336 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4337 * bs.el (bs-mode):
4338 * calc/calc-yank.el (calc-edit-mode):
4339 * calc/calc.el (calc-mode, calc-trail-mode):
4340 * calculator.el (calculator-mode):
4341 * chistory.el (command-history-mode):
4342 * comint.el:
4343 * cus-edit.el (custom-mode):
4344 * descr-text.el (describe-text-mode):
4345 * ebuff-menu.el (Electric-buffer-menu-mode):
4346 * ediff-util.el (ediff-mode):
4b66bdf0
LK
4347 * emacs-lisp/re-builder.el (reb-mode):
4348 * emulation/vi.el (vi-mode-setup):
4349 * emulation/ws-mode.el (wordstar-mode):
4350 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
4351 * forms.el (forms-mode):
4352 * help-mode.el (help-mode):
4353 * hexl.el (hexl-mode):
4354 * ibuffer.el (ibuffer-mode):
4355 * ielm.el (inferior-emacs-lisp-mode):
4356 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 4357 * international/swedish.el:
6441d280
LK
4358 * ledit.el (ledit-from-lisp-mode):
4359 * locate.el (locate-mode):
4b66bdf0
LK
4360 * mail/rmail.el (rmail-mode):
4361 * mail/rmailedit.el (rmail-edit-mode):
4362 * mail/rmailsum.el (rmail-summary-mode):
4363 * mail/supercite.el (sc-electric-mode):
4364 * net/eudc.el (eudc-mode):
4365 * net/quickurl.el (quickurl-list-mode):
4366 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4367 * obsolete/ooutline.el (outline-mode):
4368 * obsolete/options.el (Edit-options-mode):
4369 * obsolete/rnews.el (news-mode):
4370 * obsolete/rnewspost.el (news-reply-mode):
4371 * play/5x5.el (5x5-mode):
4372 * play/decipher.el (decipher-mode, decipher-stats-mode):
4373 * play/gomoku.el (gomoku-mode):
4374 * play/snake.el (snake-mode):
4375 * play/solitaire.el (solitaire-mode):
4376 * play/tetris.el (tetris-mode):
681c6a37
LK
4377 * progmodes/ada-mode.el (ada-mode):
4378 * progmodes/antlr-mode.el (antlr-mode):
4379 * progmodes/autoconf.el (autoconf-mode):
4380 * progmodes/dcl-mode.el (dcl-mode):
4381 * progmodes/delphi.el (delphi-mode):
9a969196
LK
4382 * progmodes/ebrowse.el (ebrowse-tree-mode)
4383 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
4384 (ebrowse-electric-position-mode):
4385 * progmodes/f90.el (f90-mode):
4386 * progmodes/fortran.el (fortran-mode):
4387 * progmodes/icon.el (icon-mode):
4388 * progmodes/idlw-help.el (idlwave-help-mode):
4389 * progmodes/idlw-shell.el (idlwave-shell-mode):
4390 * progmodes/idlwave.el (idlwave-mode):
4391 * progmodes/inf-lisp.el (inferior-lisp-mode):
4392 * progmodes/m4-mode.el (m4-mode):
4393 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4394 * progmodes/modula2.el (modula-2-mode):
4395 * progmodes/octave-inf.el (inferior-octave-mode):
4396 * progmodes/octave-mod.el (octave-mode):
4397 * progmodes/pascal.el (pascal-mode):
4398 * progmodes/sh-script.el (sh-mode):
4399 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4400 * progmodes/vhdl-mode.el (vhdl-mode):
4401 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
4402 * replace.el (occur-mode):
4403 * ses.el (ses-mode):
4404 * simple.el (completion-list-mode):
4405 * skeleton.el:
4406 * speedbar.el (speedbar-mode):
48985adc 4407 * term.el (term-mode):
6441d280 4408 * terminal.el (terminal-edit-mode):
681c6a37
LK
4409 * textmodes/reftex-index.el (reftex-index-mode)
4410 (reftex-index-phrases-mode):
4411 * textmodes/reftex-sel.el (reftex-select-label-mode)
4412 (reftex-select-bib-mode):
4413 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 4414 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
4415 * wid-browse.el (widget-browse-mode):
4416 Use run-mode-hooks.
6441d280
LK
4417
4418 * array.el (array-mode):
4b66bdf0
LK
4419 * calendar/todo-mode.el (todo-mode):
4420 * man.el (Man-mode):
4421 * play/landmark.el (lm-mode):
48985adc
KS
4422 * play/mpuz.el (mpuz-mode):
4423 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
4424
4425 * subr.el (delay-mode-hooks): Specify indentation.
4426
4b66bdf0
LK
44272005-05-26 Mark A. Hershberger <mah@everybody.org>
4428
83040cb0 4429 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
4b66bdf0 4430
3e00c50e
JB
44312005-05-26 Jay Belanger <belanger@truman.edu>
4432
4433 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4434 of nil.
4435
8da4dd76
NR
44362005-05-27 Nick Roberts <nickrob@snap.net.nz>
4437
4438 * progmodes/gdb-ui.el (gdb-frame-address):
4439 Rename from gdb-current-address.
4440 (gdb-previous-frame-address): Rename from gdb-previous-address.
4441 (gdb-selected-frame): Rename from gdb-current-frame.
4442 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4443 (gdb-frame-number): Rename from gdb-current-stack-level.
4444 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 4445 Extend initialization of variables.
8da4dd76
NR
4446 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4447 (gdb-memory-mode): Use mouse-face in header line.
4448 (gdb-assembler-buffer-name): Call it disassembly and give frame
4449 in mode line.
4450 (gdb-source-spec-regexp, gdb-assembler-custom)
4451 (gdb-invalidate-assembler, gdb-frame-handler):
4452 Make robust to leading zeroes in address format.
4453
8ba93b1c
CD
44542005-05-26 Carsten Dominik <dominik@science.uva.nl>
4455
d5e1a786 4456 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
4457 define `org-mode'.
4458 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4459
83040cb0 44602005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
4461
4462 * log-edit.el (log-edit-changelog-entries): Distinguish between
4463 filenames like xfns.c and fns.c.
04c71a26 4464
dd53d2c8
LT
44652005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4466
4467 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4468 point after reverting.
4469 (Buffer-menu-make-sort-button): Handle the case where
4470 `Buffer-menu-use-header-line' is nil.
4471
214dd398
TTN
44722005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4473
4474 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4475 New funcs. In minibuffer-local-completion-map bind `]', `/'
4476 and `:' to them.
4477
b6666b5f
SM
44782005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * startup.el (normal-top-level): Allow modification of load-path while
4481 we're iterating over it.
4482
f75049fc
JB
44832005-05-25 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4486 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4487 (thumbs-resize-interactive, thumbs-insert-image)
4488 (thumbs-insert-thumb, thumbs-dired-show-marked)
4489 (thumbs-find-image-at-point, thumbs-delete-images)
4490 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4491 (thumbs-increment-image-size, thumbs-decrement-image-size):
4492 Fix typos in docstrings.
4493
ccc90048
AS
44942005-05-24 Andre Spiegel <spiegel@gnu.org>
4495
83040cb0 4496 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
4497 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4498 (cperl-mode): Use them.
4499
18fde850
JB
45002005-05-24 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4503 Doc fixes.
4504
86041bae
NR
45052005-05-24 Nick Roberts <nickrob@snap.net.nz>
4506
b6666b5f 4507 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 4508 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
4509
4510 * dired.el (dired-dnd-popup-notice): Use message-box.
4511
359e4563
MY
45122005-05-23 Masatake YAMATO <jet@gyve.org>
4513
b6666b5f
SM
4514 * bindings.el (mode-line-major-mode-keymap):
4515 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
4516
4517 * faces.el (mode-line-highlight): New face.
4518
4519 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4520 as mouse-face.
4521
4522 * bindings.el (top-level, help-echo, mode-line-modified)
4523 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4524 as mouse-face.
4525
28fdc86a
JB
45262005-05-23 Juanma Barranquero <lekktu@gmail.com>
4527
a4632380
JB
4528 * progmodes/cc-engine.el (c-guess-basic-syntax):
4529 Remove spurious call to `zerop'.
4530
28fdc86a
JB
4531 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4532
7c09345f
MS
45332005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4534
4535 CC Mode update to 5.30.10:
4536
83040cb0 4537 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
4538 could go past the limit in decoration level 2, thereby causing
4539 errors during interactive fontification.
4540
83040cb0 4541 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
4542 the file is evaluated interactively.
4543
4544 * cc-engine.el (c-guess-basic-syntax): Handle operator
4545 declarations somewhat better in C++.
4546
4547 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4548 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
4549 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4550 (awk-mode): Use it.
7c09345f
MS
4551 (make-local-hook): Suppress warning about obsoleteness.
4552
4553 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
4554 (c-append-backslashes-forward, c-delete-backslashes-forward)
4555 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
4556 Compensate for return value from `forward-line' when it has moved
4557 but not to a different line due to eob.
4558
83040cb0 4559 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
4560 `objc-method-intro' and `objc-method-args-cont'.
4561
45622005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4563
4564 CC Mode update to 5.30.10:
4565
4566 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4567 in the copyright statement. Incidentally, change "along with GNU
4568 Emacs" to "along with this program" where it occurs.
4569
4570 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4571 so that it is interactive, hence can be found by M-x awk-mode
4572 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4573 <gmorris+emacs@ast.cam.ac.uk>.
4574
4575 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4576 Mode's regexps.
4577
28fdc86a 45782005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
4579
4580 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4581 c-parse-state, to avoid a lisp error (on bad code).
4582
f1e9abb9
LK
45832005-05-23 Lute Kamstra <lute@gnu.org>
4584
4585 * subr.el (font-lock-defaults): Remove defvar as it's already
4586 defined in font-core.el.
4587
83040cb0 4588 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 4589
28fdc86a
JB
45902005-05-23 Nick Roberts <nickrob@snap.net.nz>
4591
4592 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4593 more general and work when GDB variable "print pretty" is on,
4594 as with Emacs, for example.
4595
21178fee
LT
45962005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4597
4598 * font-core.el: Update comment.
4599
83040cb0
SM
4600 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4601 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
4602
4603 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4604
a0e8eaa3
EZ
46052005-05-22 Eli Zaretskii <eliz@gnu.org>
4606
4607 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4608 and `yank-handler' in the doc strings.
4609
6cd0254f
SM
46102005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4613
724e07b9
RS
46142005-05-22 Richard M. Stallman <rms@gnu.org>
4615
1b12fa9d
RS
4616 * help.el (describe-key): Move print-help-return-message call
4617 out of conditional.
4618
724e07b9
RS
4619 * progmodes/etags.el (list-tags): Use with-no-warnings.
4620
4621 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4622 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4623 (starttls-extra-args, starttls-extra-arguments): Add defvars.
4624
4625 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4626
4627 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4628 Add defvar.
4629
4630 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4631 Use defvar, not defconst.
4632
4633 * hexl.el (hexl-follow-line): Use with-no-warnings.
4634
4635 * emulation/tpu-extras.el: Use write-file-functions instead of
4636 write-file-hooks.
4637
4638 * dired.el (dired-font-lock-keywords): Fontify files with junk
4639 extensions even if marked by -F.
4640
2641cc63
JB
46412005-05-22 Juanma Barranquero <lekktu@gmail.com>
4642
3187ba1c
JB
4643 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4644 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4645 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4646 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4647 (concatenate, list-length, get*, getf, cl-remprop):
4648 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4649 (etypecase, progv, lexical-let, lexical-let*)
4650 (multiple-value-bind, multiple-value-setq, shiftf):
4651 Improve argument/docstring consistency.
4652
2641cc63
JB
4653 * subr.el (focus-frame, unfocus-frame):
4654 Revert deletion on 2005-05-01.
4655
a41c216f
AS
46562005-05-22 Andre Spiegel <spiegel@gnu.org>
4657
4658 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4659 doesn't exist.
4660
83040cb0
SM
4661 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4662 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 4663
fdd55b6a
NR
46642005-05-22 Nick Roberts <nickrob@snap.net.nz>
4665
4666 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4667 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 4668 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
4669 suspend-hooks, comment-indent-hook, meta-flag,
4670 before-change-function, after-change-function,
4671 font-lock-doc-string-face.
4672
71f800cf
LT
46732005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4674
4675 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4676
bb4afd09
EZ
46772005-05-21 Eli Zaretskii <eliz@gnu.org>
4678
4679 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4680 rmail-dont-reply-to.
4681
a2c9aee6
EZ
46822005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4683
4684 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4685 literal blank when splitting new-header-values.
4686
6e50f7e0
EZ
46872005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4688
4689 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4690 string so that tmm doesn't create a completion entry for it.
4691
4692 * textmodes/table.el (table-disable-menu): Ditto.
4693
a527b753
RS
46942005-05-21 Richard M. Stallman <rms@gnu.org>
4695
4696 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4697
4698 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4699
4700 * net/rcompile.el (remote-compile): Use compilation-start.
4701
4702 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4703
774cd454
DP
47042005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4705
4706 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4707 Default to makefile-bsdmake-mode on BSD systems.
4708
4709 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4710 REGEXP may also be a search function now. The part of doc-string
4711 for describing the structure was 95% identical to that of
4712 `imenu--generic-function'. Unify it there.
4713
6cd0254f
SM
4714 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4715 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
4716 it easily goes into an endless loop.
4717 (makefile-makepp-mode): Also add submenu for Perl functions
4718 defined in the makefile.
4719 (makefile-bsdmake-mode): Special imenu-generic-expression no
4720 longer needed, due to function call.
4721 (makefile-match-dependency): Take BOUND into account when checking
4722 if we're through.
4723
ed8060d9
JB
47242005-05-20 Jay Belanger <belanger@truman.edu>
4725
4726 * calc/calc-units.el (calc-invalidate-units-table):
4727 Use inhibit-read-only.
4728 (math-build-units-table-buffer): Use view-mode.
4729
8292be61
DK
47302005-05-20 David Kastrup <dak@gnu.org>
4731
4732 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4733 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4734
0a418fa1
JB
47352005-05-20 Lute Kamstra <lute@gnu.org>
4736
4737 * diff-mode.el (diff-header-face, diff-file-header-face)
4738 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4739 (diff-added-face, diff-changed-face, diff-function-face)
4740 (diff-context-face, diff-nonexistent-face): Put them in the
4741 diff-mode customization group.
4742
47432005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4746
4747 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4748
4749 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4750 Minor regexp-optimization.
4751
24e9a727
CD
47522005-05-20 Carsten Dominik <dominik@science.uva.nl>
4753
4754 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4755 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4756 (org-agenda-add-time-grid-maybe): New function.
4757 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4758 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 4759 (org-xor): Simplify implementation.
24e9a727
CD
4760 (org-agenda): `inhibit-redisplay' turned on.
4761 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4762 a consistent line after a state change.
4763 (org-agenda-remove-times-when-in-prefix): New option.
4764 (org-prefix-has-time): New variable.
4765 (org-parse-time-string): Optional argument NODEFAULT.
4766 (org-format-agenda-item): Parse items for time-of-day
4767 specifications and move these into the prefix if possible.
4768 (org-agenda-priority): Get current heading, not previous heading
4769 during agenda remote editing.
4770
a18ff988
JB
47712005-05-20 Juanma Barranquero <lekktu@gmail.com>
4772
47bc4b3f
JB
4773 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4774 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4775 (remove-duplicates, delete-duplicates, substitute)
4776 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4777 (nsubstitute-if-not, find, find-if, find-if-not, position)
4778 (position-if, position-if-not, count, count-if, count-if-not)
4779 (mismatch, search, sort*, stable-sort, merge, member*)
4780 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4781 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4782 (intersection, nintersection, set-difference, nset-difference)
4783 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4784 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4785 (nsublis, tree-equal): Improve argument/docstring consistency.
4786
4787 * subr.el (send-string, send-region):
4788 Remove obsolescence declaration.
a18ff988
JB
4789 (window-dot, set-window-dot, read-input, show-buffer)
4790 (eval-current-buffer, string-to-int):
4791 Add release number to obsolescence declarations.
4792
f4056bf7
KS
47932005-05-19 Kim F. Storm <storm@cua.dk>
4794
4795 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4796 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4797
35a0a8aa
NR
47982005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4799
4800 * faces.el (list-faces-display): Make back button respect optional
4801 regexp arg.
4802
bfd187c8
JB
48032005-05-19 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * calculator.el (calculator-radix-grouping-mode)
4806 (calculator-radix-grouping-digits, calculator-displayer)
4807 (calculator-radix-grouping-separator, calculator-copy-displayer):
4808 * dabbrev.el (dabbrev-search-these-buffers-only):
4809 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4810 (diff-advance-after-apply-hunk, diff-mode-hook)
4811 (diff-minor-mode-prefix):
4812 * imenu.el (imenu-use-popup-menu):
4813 * jit-lock.el (jit-lock-context-time):
4814 * newcomment.el (comment-fill-column, comment-column)
4815 (comment-style, comment-padding, comment-multi-line)
4816 (comment-empty-lines, comment-auto-fill-only-comments):
4817 * reveal.el (reveal-around-mark):
4818 * uniquify.el (uniquify-buffer-name-style)
4819 (uniquify-after-kill-buffer-p)
4820 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4821 (uniquify-min-dir-content, uniquify-separator)
4822 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4823 * w32-vars.el (w32-fixed-font-alist):
4824 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4825 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4826 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4827 * progmodes/perl-mode.el (perl-indent-level)
4828 (perl-continued-statement-offset, perl-continued-brace-offset)
4829 (perl-brace-offset, perl-brace-imaginary-offset)
4830 (perl-label-offset, perl-indent-continued-arguments)
4831 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4832 * progmodes/tcl.el (tcl-indent-level)
4833 (tcl-continued-indent-level, tcl-auto-newline)
4834 (tcl-tab-always-indent, tcl-electric-hash-style)
4835 (tcl-help-directory-list, tcl-use-smart-word-finder)
4836 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4837 (inferior-tcl-source-command):
4838 * textmodes/fill.el (enable-kinsoku):
4839 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4840 * textmodes/table.el (table-yank-handler):
4841 Specify missing group (and type, if simple) in defcustom.
4842
620d3304
LT
48432005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4844
4845 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4846
e1c45277
RS
48472005-05-19 Richard M. Stallman <rms@gnu.org>
4848
4849 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4850
4851 * subr.el (event-basic-type): Don't get an error.
4852 (left-fringe-p): Function deleted.
4853
4854 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 4855 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
4856
4857 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4858 in recursive copy.
4859
4860 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4861
4862 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4863
4864 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4865 Call byte-compile-nogroup-warn if appropriate.
4866
4867 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4868 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 4869
de327926
JB
48702005-05-19 Jay Belanger <belanger@truman.edu>
4871
4872 * calc/calc-graph.el (calc-graph-format-data): Make sure
4873 var-PlotRejects is bound before trying to check its value.
4874
73d5f668
CD
48752005-05-19 Carsten Dominik <dominik@science.uva.nl>
4876
b6666b5f 4877 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
4878 definition of this variable from reftex-global.el to reftex.el,
4879 because it is needed in the menu.
4880
96474944
LK
48812005-05-19 Lute Kamstra <lute@gnu.org>
4882
4883 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4884 years are fixed. Don't insert a space after a dash.
4885
8d9386a1
KS
48862005-05-19 Kim F. Storm <storm@cua.dk>
4887
4888 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4889
dfa89b5d
DP
48902005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4891
4892 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4893 strings, because (eq ... ?\\) is fairly frequent.
4894
4895 * progmodes/make-mode.el (makefile-add-this-line-targets):
4896 Simplify and integrate into `makefile-pickup-targets'.
4897 (makefile-add-this-line-macro): Simplify and integrate into
4898 `makefile-pickup-macros.
4899 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
4900 (makefile-previous-dependency, makefile-match-dependency):
4901 Don't stumble over `::'.
dfa89b5d 4902
2fcd33fe
NR
49032005-05-19 Nick Roberts <nickrob@snap.net.nz>
4904
dfa89b5d 4905 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
4906 Remove obsoletion of post-command-idle-hook and
4907 post-command-idle-delay.
4908
639ec765 4909 * faces.el (list-faces-display): Provide button when describe-face
85be564d 4910 is called to take user back to the list of faces.
639ec765
NR
4911
4912 * help-fns.el (describe-variable): Remove hyperlinks in a
4913 variable's value as these are quite frequently inappropriate.
4914
b6666b5f
SM
4915 * follow.el (follow-submit-feedback, follow-mode):
4916 Remove references to post-command-idle-hook.
2fcd33fe 4917
5c8b5442
DP
49182005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4919
4920 * progmodes/make-mode.el (makefile-previous-dependency)
4921 (makefile-match-dependency): Check for := (and in bsd mode also
4922 !=) to give a better result, even when font-lock is not on.
4923
ec249c71
JB
49242005-05-18 Jay Belanger <belanger@truman.edu>
4925
44a91a68
JB
4926 * calc/calc-help.el (calc-s-prefix-help):
4927 Add `calc-copy-special-constant' to help string.
ec249c71 4928
2e5df9ac
LT
49292005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4930
4931 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4932
73b990b1
JB
49332005-05-18 Jay Belanger <belanger@truman.edu>
4934
4935 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4936 in linear factors are in proper order.
3a1e8128
CD
4937
49382005-05-18 Carsten Dominik <dominik@science.uva.nl>
4939
44a91a68
JB
4940 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4941 Support for jurabib.
3a1e8128
CD
4942
4943 * textmodes/reftex.el (featurep): Define aliases for overlay
4944 commands, for XEmacs compatibility, and use these aliases in
4945 overlay initializations.
4946 (reftex-highlight): Use `reftex-move-overlay'.
4947 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 4948 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
4949 (reftex-access-search-path): Use `reftex-uniquify' instead of
4950 `reftex-uniq'
4951
44a91a68
JB
4952 * textmodes/reftex-sel.el (reftex-select-unmark):
4953 Overlay `before-string' property modification enables for Emacs as well.
3a1e8128
CD
4954 (reftex-select-item): Use `reftex-delete-overlay'.
4955 (reftex-select-mark): Use `reftex-make-overlay' and
4956 `reftex-overlay-put'.
4957 (reftex-select-unmark): Use `reftex-delete-overlay' and
4958 `reftex-overlay-put'.
4959
7bc10886
LK
49602005-05-18 Lute Kamstra <lute@gnu.org>
4961
4962 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4963
d11ad5a7
JB
49642005-05-18 Juanma Barranquero <lekktu@gmail.com>
4965
1902b5b6
JB
4966 * add-log.el (add-change-log-entry):
4967 * array.el (array-make-template, array-reconfigure-rows)
4968 (array-init-max-row, array-init-max-column)
4969 (array-init-columns-per-line, array-init-field-width):
4970 * replace.el (replace-match-maybe-edit, perform-replace):
4971 * textmodes/spell.el (spell-region):
4972 Replace `read-input' by `read-string'.
4973
4974 * forms.el (forms-mode):
4975 * finder.el (finder-compile-keywords):
4976 * shadowfile.el (shadow-read-files):
4977 Replace `eval-current-buffer' by `eval-buffer'.
4978
4979 * terminal.el (te-pass-through):
4980 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4981 (ange-ftp-raw-send-cmd):
4982 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4983 (send-process-next-char, telnet-initial-filter, telnet):
4984 Replace `send-string' by `process-send-string'.
4985
4986 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4987 (prolog-consult-region): Replace `send-string' by
44a91a68 4988 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
4989
4990 * progmodes/delphi.el (delphi-log-msg):
4991 Replace `set-window-dot' by `set-window-point'.
4992
d11ad5a7
JB
4993 * subr.el (window-dot, set-window-dot, read-input, send-string)
4994 (send-region, show-buffer, eval-current-buffer):
4995 Make really obsolete, as the comment says.
4996
77e2c652
KS
49972005-05-17 Kim F. Storm <storm@cua.dk>
4998
4999 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5000 (cua--init-keymaps): Bind C-return instead of S-return to set
5001 rectangle mark.
5002
5003 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5004 instead of S-return to toggle/clear rectangle mark.
5005
0b11ce59
DP
50062005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5007
5008 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
5009 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5010 Also fontify plain strings assigned to variables, mostly so that a
5011 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
5012 (makefile-previous-dependency): Inline the new matcher, because it
5013 is too complex to work in both directions.
5014 (makefile-match-dependency): Eliminate `backward' arg (see above).
5015 Completely reimplemented so as to not sometimes go into an endless
5016 loop. It should also be more efficient, because first it only
5017 searches for `:', instead of applying the very complex regexp.
8ade3c25 5018 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
5019 to be fontified in one piece can be too long for JIT.
5020 Makefiles are never *that* big.
0b11ce59 5021
6ae53dc1
RS
50222005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5023
5024 * dired.el (dired-mode): Simplify.
5025
77777daf
LK
50262005-05-17 Lute Kamstra <lute@gnu.org>
5027
f8d0b769
LK
5028 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5029 defcustom for the mode hook variable.
5030
77777daf
LK
5031 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5032 Emacs Lisp Reference Manual.
5033
430c1c66
JB
50342005-05-17 Juanma Barranquero <lekktu@gmail.com>
5035
213233f0
JB
5036 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5037 (evenp, list*):
5038 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5039 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5040
430c1c66
JB
5041 * net/tramp-smb.el (tramp-smb-open-connection):
5042 Pass `tramp-chunksize' as fifth (required) argument.
5043
71994ae7
DP
50442005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5045
44a91a68
JB
5046 * font-lock.el (lisp-font-lock-keywords-1):
5047 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
5048 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5049
5050 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5051 a var, and refine it to mask one more level of nested vars.
5052 (makefile-rule-action-regex): Turn it into a var, and refine it so
5053 it recognizes backslashed continuation lines as belonging to the
5054 same command.
5055 (makefile-macroassign-regex): Refine it so it recognizes
5056 backslashed continuation lines as belonging to the same command.
5057 (makefile-var-use-regex): Don't look at the next char, because it
5058 might be the same one to be skipped by the initial [^$], leading
5059 to an overlooked variable use.
5060 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
5061 are now variables that some of the modes set locally.
5062 Handle dependency and rule action matching through functions, because
71994ae7 5063 regexps alone match too often. Dependency matching now comes
44a91a68 5064 last, so it can check, whether a colon already matched something else.
71994ae7
DP
5065 (makefile-mode): Inform that font-lock improves makefile parsing
5066 capabilities.
5067 (makefile-match-dependency, makefile-match-action): New functions.
5068
cc211a0f
JB
50692005-05-16 Juanma Barranquero <lekktu@gmail.com>
5070
1e866943
JB
5071 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5072
027a4b6b
JB
5073 * align.el (align-regexp):
5074 * ansi-color.el (ansi-color-get-face):
5075 * array.el (array-reconfigure-rows, array-init-max-row)
5076 (array-init-max-column, array-init-columns-per-line)
5077 (array-init-field-width):
5078 * dired-aux.el (dired-trample-file-versions):
5079 * dired-x.el (dired-mark-sexp):
5080 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5081 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5082 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5083 * faces.el (face-read-integer):
5084 * files.el (backup-extract-version, insert-directory):
5085 * hexl.el (hexl-insert-decimal-char):
5086 * server.el (server-process-filter):
5087 * shell.el (shell-extract-num):
5088 * startup.el (command-line-1):
5089 * term.el (term-command-hook):
5090 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5091 (time-stamp-do-number):
5092 * time.el (display-time-update):
5093 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5094 (timezone-fix-time):
5095 * vms-patch.el (vms-suspend-resume-hook):
5096 * calendar/appt.el (appt-convert-time):
5097 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5098 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5099 * calendar/cal-islam.el (mark-islamic-diary-entries):
5100 * calendar/calendar.el (calendar-cursor-to-date)
5101 (calendar-star-date):
5102 * calendar/diary-lib.el (diary-attrtype-convert)
5103 (mark-diary-entries, diary-entry-time):
5104 * calendar/solar.el (solar-get-number):
5105 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5106 * emacs-lisp/re-builder.el (reb-display-subexp):
5107 * emulation/edt.el (edt-set-scroll-margins):
5108 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5109 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5110 (vip-get-ex-count):
5111 * emulation/viper-ex.el (viper-get-ex-token)
5112 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5113 * international/fontset.el (fontset-plain-name):
5114 * mail/feedmail.el (feedmail-look-at-queue-directory):
5115 * mail/mailalias.el (mail-get-names):
5116 * mail/rmail.el (rmail-convert-to-babyl-format):
5117 * mail/rmailsum.el (rmail-make-basic-summary-line)
5118 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5119 (rmail-summary-goto-msg):
5120 * mail/smtpmail.el (smtpmail-read-response):
5121 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5122 (ange-ftp-vms-add-file-entry):
5123 * play/gametree.el (gametree-looking-at-ply)
5124 (gametree-current-branch-score):
5125 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5126 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5127 * progmodes/cperl-mode.el (condition-case):
5128 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5129 (ebrowse-set-member-buffer-column-width)
5130 (ebrowse-select-1st-to-9nth):
5131 * progmodes/etags.el (etags-snarf-tag):
5132 * progmodes/flymake.el (flymake-parse-line):
5133 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5134 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5135 (idlwave-shell-menu-def):
5136 * progmodes/ps-mode.el (ps-run-goto-error):
5137 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5138 (vhdl-speedbar-contract-level):
5139 * term/mac-win.el (x-handle-numeric-switch):
5140 * term/sun-mouse.el (sun-get-frame-data):
5141 * term/w32-win.el (x-handle-numeric-switch):
5142 * term/x-win.el (x-handle-numeric-switch):
5143 * textmodes/ispell.el (ispell-parse-output):
5144 * textmodes/nroff-mode.el (nroff-outline-level):
5145 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5146 (reftex-bib-sort-year-reverse, reftex-format-citation):
5147 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5148 (reftex-section-number):
44a91a68
JB
5149 * textmodes/texinfmt.el (texinfo-paragraphindent):
5150 Replace `string-to-int' by `string-to-number'.
027a4b6b 5151
cc211a0f
JB
5152 * international/latexenc.el: Add page marker to force the "Local
5153 Variables:" string out of the last page.
5154
c65a8e73
NR
51552005-05-16 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5158 tooltip-change-major-mode.
5159 (gud-tooltip-print-command): Remove case where gud-minor-mode
5160 is gdb ("--fullname").
5161 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5162 explain to user.
5163
97c66d74
JB
51642005-05-16 Jay Belanger <belanger@truman.edu>
5165
5166 * calc/calc-store.el (calc-copy-special-constant): New function.
5167
5168 * calc/calc-ext.el (calc-init-extensions): Add binding for
5169 `calc-copy-special-constant'.
5170
5171 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5172 for the `calc-copy-special-constant' command.
5173
0f182ca2
NR
51742005-05-16 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * subr.el (left-fringe-p): New function.
5177
e6467bba
NR
5178 * progmodes/compile.el (compilation-setup): Set local value of
5179 overlay-arrow-string to "" always.
52eb0373
JB
5180 (compilation-set-window): Left fringe then don't scroll.
5181 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
5182 (compilation-context-lines): Adjust doc string accordingly.
5183
bffc3c6e
KS
51842005-05-16 Kim F. Storm <storm@cua.dk>
5185
5186 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5187 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5188 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5189 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5190 (ido-read-file-name): Handle commands with ido property value
5191 equal to find-file as reading a file name, to allow C-d to enter dired.
5192 (ibuffer-find-file): Add ido property with value find-file.
5193
294c599c
KS
51942005-05-15 Kim F. Storm <storm@cua.dk>
5195
5196 * subr.el (open-network-stream-nowait): Remove.
5197 (open-network-stream-server): Remove.
5198
85ddb888
RS
51992005-05-15 Richard M. Stallman <rms@gnu.org>
5200
f1bc6e52
RS
5201 * faces.el (describe-face): Output a definition link button.
5202
5203 * help-mode.el (help-face-def): New button type.
5204
02d9d682
RS
5205 * emacs-lisp/copyright.el (copyright-fix-years):
5206 Match properly if the first year is 2-digit.
5207 Don't mess up the whitespace after the years by filling.
5208
5209 * dired-aux.el (dired-mark-confirm):
5210 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5211
5212 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5213 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5214 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5215
85ddb888
RS
5216 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5217 Set font-lock-comment-start-skip.
5218
5219 * font-lock.el (font-lock-comment-start-skip): New variable.
5220 (font-lock-comment-end-skip): New variable.
5221 (font-lock-fontify-syntactically-region): Use them if non-nil.
5222
fcd6e601
JB
52232005-05-15 Jay Belanger <belanger@truman.edu>
5224
5225 * calc/calc-store.el (calc-store-value): Return a string rather
5226 than display it as a message.
5227 Use calc-var-name for variable name.
5228 (calc-store-into): Add the result of calc-store-value to message.
5229 (calc-copy-variable): Add a message.
5230 (calc-store-exchange): Improve error messages.
5231 (calc-store-binary, calc-store-map): Don't reset the values of
5232 special constants.
5233
af415106
LT
52342005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5235
5236 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5237 manual to docstring.
5238
5239 * files.el (hack-local-variables-confirm): Add STRING argument.
5240 Make the function handle non file visiting buffers correctly.
5241 (hack-local-variables-prop-line, hack-local-variables)
5242 (hack-one-local-variable): Use STRING arg of
5243 `hack-local-variables-confirm'.
5244
7177e2a3
MA
52452005-05-14 Michael Albinus <michael.albinus@gmx.de>
5246
5247 Sync with Tramp 2.0.49.
5248
5249 * tramp.el (tramp-handle-dired-call-process)
5250 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5251 because the contents of the Tramp buffer is changed before
5252 insertion (`expand-file' and alike).
5253 (tramp-handle-insert-directory): If `localname' has an empty
5254 nondirectory name, it must not be quoted.
5255 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5256 variable `tramp-chunksize'. Change callees.
5257 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
5258 for buggy `send-process-string' implementation.
5259 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
5260 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5261 (tramp-handle-shell-command): `insert-buffer' cannot be used
5262 because the contents of the Tramp buffer is changed before
e0ad342f 5263 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
5264 <frederic.bothamy@free.fr>.
5265 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
5266 handler only. Ange-FTP has its own auto-save mechanism.
5267 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
5268 (tramp-set-auto-save-file-modes): Set file modes of
5269 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5270 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5271 (tramp-bug): Remove obsolete variable.
5272 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 5273 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 5274
39c7eb8a
JPW
52752005-05-14 John Paul Wallington <jpw@pobox.com>
5276
7177e2a3 5277 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
5278 If `dired-directory' is a list, use its car.
5279
52802005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5281
5282 * ibuffer.el (define-ibuffer-column filename):
5283 If `dired-directory' is a list, use its car.
5284
bbf87c29
RS
52852005-05-14 Richard M. Stallman <rms@gnu.org>
5286
e72e5833
RS
5287 * subr.el (symbol-file): Doc fix.
5288
11efeb9b
RS
5289 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5290 (byte-compile-form): Call byte-compile-nogroup-warn.
5291 (byte-compile-warning-types): Doc fix.
5292
d06ba294
RS
5293 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5294
bbf87c29
RS
5295 * progmodes/cc-engine.el (c-literal-faces):
5296 Add font-lock-comment-delimiter-face.
5297
5298 * net/net-utils.el (dig): Use with-no-warnings.
5299
5300 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5301 (sc-recite-frame-alist, sc-default-cite-frame)
5302 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 5303 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
5304 Mark as risky-local-variable.
5305
5306 * international/ogonek.el (ogonek-jak, ogonek-how):
5307 Don't use beginning-of-buffer.
5308
5309 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5310
5311 * calendar/solar.el (solar-data-list): Move definition up.
5312
5313 * dnd.el (dnd-protocol-alist): Add autoload.
5314
5315 * progmodes/sh-script.el: Many doc usage fixes.
5316 (sh-indent-after-do): Change default to match common styles.
5317
043fa787
LT
53182005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5319
5320 * files.el (interpreter-mode-alist)
5321 (auto-mode-interpreter-regexp): Doc fixes.
5322
90713743
NR
53232005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5324
44a91a68 5325 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
5326
5327 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5328
d90b02af
JD
53292005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5330
5331 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 5332 make-local-variable.
d90b02af 5333
5063dbbf
YM
53342005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5335
5336 * term/mac-win.el (mac-select-convert-to-string): Try coding
5337 systems in mac-script-code-coding-systems if specified one cannot
5338 encode string for `com.apple.traditional-mac-plain-text'.
5339
27a7c83f
DP
53402005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5341
5342 * progmodes/make-mode.el (makefile-targets-face)
5343 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5344 (makefile-dependency-regex): Fix it to not make the colon in
5345 $(var:a=b) special.
5346 (makefile-rule-action-regex): New regexp for highlighting embedded
5347 Shell strings.
5348 (makefile-macroassign-regex): Handle != for highlighting as
5349 embedded Shell strings.
5350 (makefile-var-use-regex): New const.
5351 (makefile-statements, makefile-automake-statements)
5352 (makefile-gmake-statements, makefile-makepp-statements)
5353 (makefile-bsdmake-statements): New consts.
5354 (makefile-make-font-lock-keywords): New function.
5355 (makefile-automake-font-lock-keywords)
5356 (makefile-gmake-font-lock-keywords)
5357 (makefile-makepp-font-lock-keywords)
5358 (makefile-bsdmake-font-lock-keywords): New consts.
5359 (makefile-mode-map): Add switchers between the various submodes.
5360 (makefile-mode): Document the availability of the variants.
5361 (makefile-automake-mode, makefile-gmake-mode)
5362 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5363
5364 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5365 new variants of makefile-mode.
5366
3989c3e7
SM
53672005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5370 the inheritance.
5371
0cc61511
LT
53722005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5373
0de01c28
LT
5374 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5375 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5376
0cc61511
LT
5377 * files.el (normal-mode): Extend the scope of the
5378 `enable-local-variables' binding to include the `set-auto-mode' call.
5379 (magic-mode-alist): Doc fix.
5380
bf2cea1d
SM
53812005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5384 font-lock-comment-face rather than copying its setting.
5385
e94dae7f
AS
53862005-05-12 Andreas Schwab <schwab@suse.de>
5387
5388 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5389
19958124
LK
53902005-05-12 Lute Kamstra <lute@gnu.org>
5391
5392 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5393 defcustom for the mode hook variable. Delete the last argument.
5394 * generic-x.el: Fix callers of define-generic-mode.
5395 (generic-x-modes): Delete group.
5396 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5397 generic-x customization group.
5398
6da4411e
KS
53992005-05-12 Kim F. Storm <storm@cua.dk>
5400
5401 * font-lock.el (font-lock-negation-char-face): Default to "off".
5402
5403 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5404 font-lock-negation-char-face to ! in !=.
5405
218cf475
MY
54062005-05-12 Masatake YAMATO <jet@gyve.org>
5407
5408 * add-log.el (find-change-log): Fix typos in the docstring
5409 of function.
5410
405cb12a
LK
54112005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5412
5413 * international/latexenc.el (latexenc-find-file-coding-system):
5414 Avoid `re-search-forward' when looking for input encoding because
5415 of speed and safety. Better regular expressions for recognizing
5416 input encoding. Limit a search for TeX-master/tex-main-file to
5417 the local variable section.
5418
8cec35c4
DN
54192005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5420
5421 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5422 syntax of $ to "'" (quote).
5423
1ed8284d
RS
54242005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5425
5426 * dnd.el (dnd-protocol-alist): Improve custom type.
5427
5428 * dired.el (dired-dnd-protocol-alist): New variable.
5429 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5430 `dired-mode-hook' to the end.
5431
3989c3e7
SM
54322005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5435 comment-end if comment-start-skip is not set.
5436 Obey the font-lock-comment-delimiter-face variables.
5437
b71813cb
SM
54382005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5439
52eb0373 5440 * files.el (executable-find): Move from executable.el. Use locate-file.
ba47dcb2
SM
5441 * progmodes/executable.el (executable-find): Move to files.el.
5442
b71813cb
SM
5443 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5444 when trying to ensure forward progress.
5445
1f9d439a
KS
54462005-05-11 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * mouse-sel.el (mouse-sel-follow-link-p): New function.
5449 (mouse-select, mouse-select-internal, mouse-extend-internal):
5450 Use it to implement mouse-1-click-follows-link functionality.
5451
c50089c9
RS
54522005-05-11 Richard M. Stallman <rms@gnu.org>
5453
5454 * font-lock.el (font-lock-fontify-syntactically-region):
5455 Use font-lock-comment-delimiter-face for comment delimiters.
5456
cfb79865
JB
54572005-05-10 Jay Belanger <belanger@truman.edu>
5458
5459 * calc/calc-help.el (calc-m-prefix-help): Add mention of
5460 preserving embedded modes.
5461
d101bf56
RS
54622005-05-10 Richard M. Stallman <rms@gnu.org>
5463
5464 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5465
5466 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 5467 Move from ada-stmt.el.
d101bf56
RS
5468 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5469
5470 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
5471 Move to ada-mode.el.
5472 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
5473
5474 * cus-edit.el (custom-file): Call file-chase-links.
5475
5476 * files.el (read-directory-name): Fix previous change.
af415106
LT
5477 (hack-local-variables-confirm): New function.
5478 (hack-local-variables-prop-line, hack-local-variables)
5479 (hack-one-local-variable): Use it.
d101bf56 5480
0003d2e3
LK
54812005-05-10 Lute Kamstra <lute@gnu.org>
5482
5483 * font-lock.el (font-lock-keywords-alist)
5484 (font-lock-removed-keywords-alist): Clarify docstrings.
5485
556dd15d
NR
54862005-05-10 Nick Roberts <nickrob@snap.net.nz>
5487
5488 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5489 (gdb-source-info): Check for preprocessor info.
52eb0373 5490 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 5491 a macro for a function.
556dd15d 5492 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 5493 found (user might have used GDB dir command).
556dd15d
NR
5494 (gdb-get-location): Update gdb-location-alist correctly for change
5495 to gdb-info-breakpoints-custom.
5496
5497 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5498 (gud-tooltip-print-command): Add gdbmi case.
5499 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5500 preprocessor info.
5501
a8a64bf4
RS
55022005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5503
5504 * startup.el (fancy-splash-insert): Fix typo in doc string.
5505
f1701e65
JB
55062005-05-09 Juanma Barranquero <lekktu@gmail.com>
5507
78640104
JB
5508 * obsolete/float.el (string-to-float):
5509 * obsolete/hilit19.el (hilit-add-pattern):
5510 * obsolete/rnews.el (news-parse-range, news-select-message)
5511 (news-get-pruned-list-of-files): Replace `string-to-int' by
5512 `string-to-number'.
5513
f1701e65
JB
5514 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5515 `find-file-not-found-hooks'; use `add-hook'.
5516 (uncompress-while-visiting): Set `write-file-functions', not
5517 `write-file-hooks'; use `add-hook'.
5518
a0e6f952
KS
55192005-05-09 Kim F. Storm <storm@cua.dk>
5520
5521 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5522 (cua-paste): Handle clipboard action.
5523 (cua--init-keymaps): Remap clipboard-kill-region and
5524 clipboard-kill-ring-save.
5525
c29d24ea
EZ
55262005-05-08 Eli Zaretskii <eliz@gnu.org>
5527
b659edce
SM
5528 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5529 Improve commentary.
906aee93 5530
c29d24ea
EZ
5531 * simple.el (next-error-overlay-arrow-position): Revert the change
5532 made on 2005-04-30.
5533
1d64910f
JB
55342005-05-07 Jay Belanger <belanger@truman.edu>
5535
5536 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5537 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5538 `calc-sel-reselect'.
5539
5540 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5541 Calc is in embedded mode.
5542
55b958f0
EZ
55432005-05-07 Eli Zaretskii <eliz@gnu.org>
5544
b659edce
SM
5545 * progmodes/compile.el (compilation-setup):
5546 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 5547
55b958f0
EZ
5548 * textmodes/ispell.el (ispell-program-name): Try looking for
5549 "aspell" along exec-path, and if found, use it as the default
5550 speller program.
5551
c2c51a11
EZ
55522005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5553
b659edce
SM
5554 * international/mule.el (sgml-xml-auto-coding-function):
5555 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 5556
f1701e65 55572005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
5558
5559 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5560 as well as `interactive', so that defmacro* would recognize
5561 `declare' forms.
5562
e6469973
EZ
55632005-05-07 Eli Zaretskii <eliz@gnu.org>
5564
b659edce
SM
5565 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5566 Explain more about the LIGHTER arg's usage in the doc string.
5567 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
5568 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5569 since it could have characters special to regular expressions.
5570
06df7f87
EZ
55712005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5572
5573 * replace.el (occur-1): Bind inhibit-read-only so that
5574 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 5575 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
5576 (occur-engine): Don't set buffer-read-only here.
5577
5f4d0dd9
SM
55782005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5581 list-buffers-directory. This caused the *cvs-commit* buffer to be
5582 sometimes mistakenly reused as a *cvs* buffer.
5583
ffdb022f
NR
55842005-05-07 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * tooltip.el: Move code for GUD tooltips into gud.el.
5587 (require): CL no longer needed to compile case.
5588 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 5589 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
5590 gud-tooltip-mode in gud.el.
5591 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5592 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5593 tooltip-gud prefix with gud-tooltip and obsolete.
5594 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5595 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5596 (tooltip-mouse-motion): Mouse movement functions/variable.
5597 Rename in gud.el by adding gud prefix.
5598 (tooltip-gud-original-filter, tooltip-gud-dereference)
5599 (tooltip-gud-event, tooltip-toggle-gud-tips)
5600 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 5601 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
5602 gud.el by replacing tooltip-gud prefix with gud-tooltip.
5603 (gdb-tooltip-print): Move to gdb-ui.el.
5604
5605 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5606 (require): CL needed to compile case.
588c0770 5607 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 5608 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
5609 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5610 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5611 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5612 (gud-tooltip-change-major-mode)
5613 (gud-tooltip-activate-mouse-motions-if-enabled)
5614 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5615 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5616 (gud-tooltip-original-filter, gud-tooltip-dereference)
5617 (gud-tooltip-event, tooltip-toggle-gud-tips)
5618 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 5619 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 5620
5f4d0dd9 5621 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
5622 (gdb-cpp-define-alist-flags): Doc fix.
5623 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5624 gud-tooltip-mode is t.
5625
64981116
SM
56262005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5629 evaporate if their text is deleted.
5630 (goto-address-at-point): Make it work as a mouse binding as well.
5631 (goto-address-at-mouse): Obsolete it. Update users.
5632
860f2506
GM
56332005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5634
5635 * calendar/appt.el (top-level): No longer activate on load.
5636
19f26a89
JB
56372005-05-06 Juanma Barranquero <lekktu@gmail.com>
5638
5639 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5640 * net/webjump.el (webjump):
5641 * progmodes/idlw-help.el (idlwave-do-context-help1)
5642 (idlwave-highlight-linked-completions):
64981116
SM
5643 * textmodes/po.el (po-find-file-coding-system-guts):
5644 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 5645
6ff95f1d
EZ
56462005-05-06 Eli Zaretskii <eliz@gnu.org>
5647
2c6b25c7
EZ
5648 * files.el (locate-file): Doc fix.
5649
38a300b1
EZ
5650 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5651 Remove the redundant test for ms-dos.
5652
ab3290cb
EZ
5653 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5654 look for the preprocessor with exec-suffixes. If not found in
5655 standard places, look in exec-path. Remove most of the tests that
5656 used system-type.
5657
6ff95f1d
EZ
5658 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5659
5660 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5661
5662 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5663 file-name clash with jka-compr.el on 8+3 filesystems.
5664
17d28d26
YM
56652005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5666
5667 * term/mac-win.el: Don't define or bind scroll bar functions if
5668 x-toolkit-scroll-bars is t.
64981116 5669 (x-select-text, x-get-selection-value):
b659edce 5670 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
17d28d26
YM
5671 (PRIMARY): Put mac-scrap-name property.
5672 (mac-select-convert-to-file-url): New function.
5673 (public.file-url): New selection target type. Add to
5674 selection-converter-alist.
5675 (x-get-selection, x-selection-value): Handle it.
5676 (x-cut-buffer-or-selection-value): New alias.
5677
b659edce
SM
56782005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5679
5680 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5681 entry to avoid calling bibtex-find-entry with arg global
5682 being t. Remove arg key.
5683 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5684 (bibtex-copy-summary-as-kill): Change accordingly.
5685
56862005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5689 (org-agenda-date-later): Use with-current-buffer.
5690
643b4cf5
LT
56912005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5692
5693 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5694 (define-obsolete-variable-alias): Doc Fixes.
5695
dc1a7e26
KS
56962005-05-06 Kim F. Storm <storm@cua.dk>
5697
8a370783
KS
5698 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5699 vertical-motion when selective-display is active.
5700
dc1a7e26
KS
5701 * ido.el (ido-setup-hook): New hook.
5702 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5703 (ido-input-stack): New var.
52eb0373 5704 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
5705 ido-next-work-file binding to M-O.
5706 Bind M-f to ido-wide-find-file-or-pop-dir.
5707 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5708 (ido-read-internal): Run ido-setup-hook.
5709 Catch quit in read-file-name and read-string to cancel edit.
5710 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5711 Automatically pop-all when completing a directory name (RET).
5712 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5713 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5714 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
5715 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5716 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
5717 (ido-make-merged-file-list): Catch quit to cancel merge.
5718 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5719 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 5720
dc1a7e26 57212005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 5722
dc1a7e26 5723 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 5724 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 5725 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 5726 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
5727 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5728
dc75b163
JB
57292005-05-05 Juanma Barranquero <lekktu@gmail.com>
5730
64981116
SM
5731 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5732 Fix typo in docstring.
3fe26922 5733
1c1d2dc8
JB
5734 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5735 (ebrowse-print-statistics-line)
5736 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5737
dc75b163
JB
5738 * term/w32-win.el (image-library-alist): Add additional name for
5739 Xpm library.
5740
ae23f980
NR
57412005-05-05 Nick Roberts <nickrob@snap.net.nz>
5742
5743 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5744 use gcc instead of cpp.
5745
5746 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 5747 (gdb-create-define-alist): Use it.
19f26a89 5748 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 5749
02636b9c
NR
57502005-05-04 Nick Roberts <nickrob@snap.net.nz>
5751
588c0770 5752 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 5753
01a50b51
KS
57542005-05-04 Richard M. Stallman <rms@gnu.org>
5755
d101bf56
RS
5756 * help.el (describe-key): No error when UNTRANSLATED is nil.
5757
01a50b51
KS
5758 * simple.el (line-move-1): Fix previous change to signal errors
5759 appropriately.
5760
fa2b23e5 57612005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
5762
5763 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5764 (icalendar-duration-correction): Remove.
5765 (icalendar--get-event-properties): Split result at commas.
5766 (icalendar--decode-isoduration): New optional argument
5767 DURATION-CORRECTION.
fa2b23e5
KS
5768 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5769 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5770 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5771 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
5772 (icalendar--convert-anniversary-to-ical): New functions, extracted
5773 from icalendar-export-region, with bug fixes.
5774 (icalendar-export-region): Use the above functions.
5775 (icalendar-import-buffer): Check before saving diary file.
5776 (icalendar--convert-recurring-to-diary)
5777 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
5778 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5779 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
5780 (icalendar--convert-ical-to-diary): Use the above functions.
5781
be50a727
NR
57822005-05-03 Nick Roberts <nickrob@snap.net.nz>
5783
5784 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5785 Remove these recent additions.
5786 (c-mode): Restore to before 2005-04-28.
5787
5788 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5789 recent addition.
5790
5791 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5792 (gdb-define-alist): New variables.
5793 (gdb-create-define-alist): New function.
5794 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5795 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5796 with string-to-number.
52eb0373 5797 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
5798
5799 * progmodes/gud.el: Replace string-to-int with string-to-number.
5800 (gud-find-file): Handle gdb-define-alist.
5801
5802 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5803
bc446113
JB
58042005-05-02 Jay Belanger <belanger@truman.edu>
5805
fa2b23e5
KS
5806 * calc/calc-aent.el (math-read-token):
5807 * calc/calc-bin.el (calc-word-size):
5808 * calc/calc-ext.el (calc-read-number-fancy):
5809 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 5810 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 5811 * calc/calc-frac.el (calc-over-notation):
bc446113 5812 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 5813 (calc-graph-num-points, calc-graph-init):
bc446113 5814 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
5815 (calc-edit-macro-repeats):
5816 * calc/calc-yank.el (calc-do-grab-rectangle):
5817 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5818 Replace `string-to-int' by `string-to-number'.
bc446113 5819
e40527dc
KS
58202005-05-02 Kim F. Storm <storm@cua.dk>
5821
5822 * kmacro.el: Use executing-kbd-macro-index variable.
5823
9a479835
TTN
58242005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5825
5826 * net/rlogin.el (rlogin-parse-words): Delete func.
5827 (rlogin): Use split-string, not rlogin-parse-words.
5828 Also, if there are option-like elements in the parsed args,
5829 take the host to be the first arg immediately following them.
5830 Suggested by Michael Mauger.
5831
f6b1b15a
LT
58322005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5833
5834 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5835
975e5c47 58362005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 5837
975e5c47
NR
5838 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5839 (cc-mode-cpp-program): Rename to cc-define-list-program and
5840 move to cc-vars.el.
f6b1b15a 5841
975e5c47 5842 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 5843 Change to "gcc -E -dM -". Make customizable.
975e5c47 5844
5c2e5a5e
KS
58452005-05-02 Kim F. Storm <storm@cua.dk>
5846
5847 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5848
95bb5b56
NR
58492005-05-02 Nick Roberts <nickrob@snap.net.nz>
5850
b161ea4e
NR
5851 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5852
95bb5b56
NR
5853 * international/mule-util.el (truncate-string): Remove alias and
5854 obsolete declaration.
5855
5856 * international/mule-cmds.el (update-iso-coding-systems):
5857 Remove alias and obsolete declaration.
5858
5859 * international/mule.el (coding-system-parent): Remove alias and
5860 obsolete declaration.
5861
5862 * subr.el (define-function, sref): Remove aliases and obsolete
5863 declarations.
5864 (chars-in-region): Remove obsolete declaration.
5865
ebbfa918
RS
58662005-05-01 Richard M. Stallman <rms@gnu.org>
5867
5868 * info.el (Info-mode): Set widen-automatically to nil, locally.
5869
5870 * simple.el (widen-automatically): New variable.
5871 (pop-global-mark): Obey widen-automatically.
5872
656c316d
DN
58732005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5874
5875 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 5876 before the keymap size is increased by a lot of define-key calls.
656c316d 5877
b2cfb30b
RS
58782005-05-01 Richard M. Stallman <rms@gnu.org>
5879
5c2e5a5e 5880 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
5881 Rename ARG to ELEMENT. Doc fix.
5882
5c2e5a5e 58832005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 5884
92bedc0e
NR
5885 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5886 Remove references to allout-exposure/change to allout-new-exposure.
5887
9ded0282
NR
5888 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5889 bytecode symbols.
5890
5891 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5892 (compiled-function-p, focus-frame, unfocus-frame):
5893 Remove aliases and obsolete declarations.
52eb0373 5894 Back out inadvertent changes from previous commit.
9ded0282 5895
a87fdbbd
LT
58962005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5897
5898 * files.el (require-final-newline): Make Custom tags consistent
5899 with mode-require-final-newline.
5900 (mode-require-final-newline): Doc fix.
5901
0003d2e3
LK
59022005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * international/latexenc.el (latexenc-find-file-coding-system):
5905 Fix regular expressions.
5906
59072005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
5908
5909 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 5910 Fix regular expressions.
b7f29772 5911
bdf7ae41
NR
59122005-05-01 Nick Roberts <nickrob@snap.net.nz>
5913
5914 * subr.el (string-to-int): Make obsolete.
5915
0b1fc48a
RS
59162005-04-30 Richard M. Stallman <rms@gnu.org>
5917
7e995a23 5918 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
5919
5920 * loadup.el: load jka-comp-hook.
5921
6ff95f1d 5922 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 5923 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
5924 to jka-comp-hook.el.
5925 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 5926 (jka-compr-inhibit): Autoload.
a87fdbbd 5927
0b1fc48a
RS
5928 * jka-comp-hook.el: New file.
5929 Enable the mode by default.
5930
5931 * files.el (backup-buffer-copy): Use copy-file instead
5932 of write-region, and put back the 'excl.
5933
59342005-04-30 Chong Yidong <cyd@stupidchicken.com>
5935
5936 * progmodes/flymake.el (flymake-split-string)
5937 (flymake-split-string, flymake-log, flymake-pid-to-names)
5938 (flymake-reg-names, flymake-get-source-buffer-name)
5939 (flymake-unreg-names, flymake-add-line-err-info)
5940 (flymake-add-err-info): Clarify docstrings.
5941 (flymake-popup-menu, flymake-make-emacs-menu)
5942 (flymake-make-xemacs-menu): Add docstrings.
5943 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5944 Set variables directly throughout.
5945
80b61a0f
NR
59462005-04-30 Nick Roberts <nickrob@snap.net.nz>
5947
5948 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 5949 exists. Initialize cc-define-alist.
80b61a0f 5950 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 5951 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 5952
bb9c1f2a
SS
59532005-04-29 Sam Steingold <sds@gnu.org>
5954
5955 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5956 (cc-create-define-alist): Use it instead of the hard-coded string.
5957
2d5e5eb8
SM
59582005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5961 for latexenc.
5962
57efa539
LK
59632005-04-29 Lute Kamstra <lute@gnu.org>
5964
5965 * emacs-lisp/generic.el: Improve commentary section.
5966 (define-generic-mode): Improve docstring.
5967
56c91423
CD
59682005-04-29 Carsten Dominik <dominik@science.uva.nl>
5969
b67a4e9f 5970 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
5971 (org-prefix-format-compiled): New variable.
5972 (org-compile-prefix-format): New function.
b67a4e9f
KS
5973 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5974 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5975 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5976 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 5977 consistency with entries from `org-mode' files.
b67a4e9f 5978 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
5979 (org-non-link-chars): New constant.
5980 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
5981 (org-agenda-day-view): Remove command.
5982 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
5983 (org-follow-bbdb-link, org-store-link): Search also company field.
5984 (org-highlight-overlay): New variable.
5985 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
5986 (org-agenda-mode): Add pre-command-hook to remove highlight.
5987 (org-evaluate-time-range): Behavior depends upon whether time stamp
5988 contains a time or not.
56c91423
CD
5989 (org-show-subtree, org-show-entry): New functions.
5990 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 5991
7eb6ede5
LT
59922005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5993
5994 * comint.el (comint-output-filter-functions): Add autoload cookie.
5995
b7ce4173
KS
59962005-04-28 Kim F. Storm <storm@cua.dk>
5997
5998 * ido.el (ido-everywhere): Fix last change.
5999
0b606bb2
TTN
60002005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6001
6002 * international/latexenc.el: New file.
6003 * international/mule-conf.el (file-coding-system-alist): For .tex,
6004 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6005
d79b6c21
LK
60062005-04-28 Lute Kamstra <lute@gnu.org>
6007
0a20b1dc
LK
6008 * font-lock.el (font-lock-add-keywords)
6009 (font-lock-remove-keywords): Clarify docstring.
6010 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6011 Don't start docstrings with a `*'.
6012 (font-lock-update-removed-keyword-alist): Give it a docstring.
6013
d79b6c21
LK
6014 * generic-x.el: Update commentary section.
6015 Only require font-lock when compiling.
6016 Define all modes conditionally.
6017 Place all generic modes in the generic-x-modes customization group.
6018 (generic-x-modes): New customization group.
6019 (generic-default-modes, generic-mswindows-modes)
6020 (generic-unix-modes, generic-other-modes): New constants.
6021 (generic-define-mswindows-modes, generic-define-unix-modes):
6022 Update docstrings. Make them obsolete.
2d5e5eb8
SM
6023 (generic-extras-enable-list): New default value. Update docstring.
6024 Improve :type. Change :set function.
d79b6c21
LK
6025 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6026 Fix docstring.
6027
2d5e5eb8
SM
6028 * emacs-lisp/generic.el (generic-mode-internal):
6029 Simplify font-lock-defaults.
817edb15 6030 (define-generic-mode): Fix docstring.
d79b6c21
LK
6031
60322005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6035 font-lock-face property to highlight matches.
6036
8c75afbf
NR
60372005-04-28 Nick Roberts <nickrob@snap.net.nz>
6038
52eb0373 6039 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 6040 (cc-define-alist): New variable.
588c0770 6041 (c-mode): Make it local and initialize it.
8c75afbf
NR
6042
6043 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6044 (gdb-exited): New function.
6045 (gdb-annotation-rules): Use it.
6046 (gdb-starting): Set gdb-active-process to t.
6047 (gdb-stopping): Amend doc string.
6048 (gdb-reset): Set gdb-active-process to nil.
6049
6050 * tooltip.el (tooltip-gud-tips): Show the associated #define
6051 directives when a C program under GDB is not executing.
6052
b8a04883
SM
60532005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6056 font-lock-fontify-syntactic-keywords.
6057
6058 * font-lock.el (font-lock-default-fontify-region): Don't force
6059 parse-sexp-lookup-properties to nil.
6060
a46f2d6d
EZ
60612005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6062
6063 * man.el (man-mode-syntax-table): Set up `:' to have
6064 word-constituent syntax.
6065
b2b46494
LK
60662005-04-27 Lute Kamstra <lute@gnu.org>
6067
6068 * novice.el (disable-command): Don't add spurious newlines to the
6069 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6070
a715531f
JB
60712005-04-26 Jay Belanger <belanger@truman.edu>
6072
6073 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6074 than one window before deleting window.
6075
85ab9f4e
LT
60762005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6077
6078 * shell.el (shell-prompt-pattern): Doc fix.
6079 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6080
6081 * comint.el (comint-prompt-regexp, comint-get-old-input)
6082 (comint-use-prompt-regexp)
6083 (comint-use-prompt-regexp-instead-of-fields)
6084 (comint-replace-by-expanded-history, comint-send-input)
6085 (comint-output-filter, comint-get-old-input-default)
6086 (comint-line-beginning-position, comint-bol, comint-show-output)
6087 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
6088 (comint-next-prompt, comint-previous-prompt):
6089 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
6090 `comint-use-prompt-regexp'. Keep old name as alias and declare
6091 obsolete.
6092 (comint-use-prompt-regexp): Shorten first line of doc string.
6093
6094 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6095 Set paragraph-separate buffer locally to "\\'".
6096
6097 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6098 Adapt to above name change.
6099
6100 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6101 (smbclient-prompt-regexp): Ditto.
6102
6103 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6104
19475957
NR
61052005-04-27 Nick Roberts <nickrob@snap.net.nz>
6106
6107 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6108 gdb-location-list.
6109 Break lines that are over 80 characters wide.
6110
2231c2bc
SM
61112005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6114 New fun and var, to preserve compatibility.
6115
6116 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6117
61182005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6119
6120 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6121 name to file-newer-than-file-p.
6122
68a94f5a
RS
61232005-04-26 Richard M. Stallman <rms@gnu.org>
6124
f03f317a
RS
6125 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6126
68a94f5a
RS
6127 * progmodes/python.el (python-mode):
6128 Use new name eldoc-documentation-function.
6129
6130 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6131
6132 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6133 (eldoc-documentation-function):
2231c2bc 6134 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 6135
c9c1312d
NR
61362005-04-26 Nick Roberts <nickrob@snap.net.nz>
6137
6138 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6139
35b1b8ab
DN
61402005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 6143 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
6144 {C,S,A,C-S}-{f1-f12}.
6145
bc10bcbd
KH
61462005-04-26 Kenichi Handa <handa@m17n.org>
6147
2231c2bc
SM
6148 * international/mule-cmds.el (select-safe-coding-system):
6149 Fix previous change.
bc10bcbd 6150
ec1e11a9
LK
61512005-04-26 Lute Kamstra <lute@gnu.org>
6152
c25eec81
LK
6153 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6154
6155 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6156 (font-lock-comment-delimiter-face): Ditto.
6157
ec1e11a9
LK
6158 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6159
2b2920a9
JB
61602005-04-25 Jay Belanger <belanger@truman.edu>
6161
6162 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6163 to t while inserting information; use help-mode.
6164
c9b630f7
DN
61652005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6166
6167 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 6168 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 6169
8ba81e93
LK
61702005-04-25 Lute Kamstra <lute@gnu.org>
6171
6172 * font-core.el (font-lock-defaults): Fix docstring.
6173
6174 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6175
901ae597
KH
61762005-04-25 Kenichi Handa <handa@m17n.org>
6177
2231c2bc
SM
6178 * international/mule-cmds.el (select-safe-coding-system):
6179 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
6180 no-conversion was found to be safe.
6181
a6390474
RS
61822005-04-24 Richard M. Stallman <rms@gnu.org>
6183
6184 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6185 citation markers at start of each line.
6186
6187 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6188 citation markers at start of each line.
6189
6190 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6191
6192 * files.el (mode-require-final-newline): Fix previous change.
6193 (require-final-newline): Fix type label.
6194
2538808f
GM
61952005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6196
6197 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6198 statement in buffer (broken by 2004-11-24 change).
6199
456986fd
KS
62002005-04-24 Kim F. Storm <storm@cua.dk>
6201
6202 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6203 and read-file-name-function values. Don't overwrite existing
6204 non-nil values if ido-mode is enabled without ido-everywhere.
6205
e5baf107
LT
62062005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6207
6208 * files.el (mode-require-final-newline): Minor doc fix.
6209
1441edfe
EZ
62102005-04-24 Eli Zaretskii <eliz@gnu.org>
6211
9d1ffd5a 6212 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
6213 (syntax-class): If argument is nil, return nil. Mask off upper 16
6214 bits, not 8 bits.
9d1ffd5a 6215
1441edfe
EZ
6216 * files.el (mode-require-final-newline): Doc fix.
6217 (backup-buffer-copy): Fix last change.
6218
49ed33c7
YM
62192005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6220
6221 * term/mac-win.el: Require select. Set selection-coding-system to
6222 mac-system-coding-system. Call menu-bar-enable-clipboard.
6223 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6224 (x-select-enable-clipboard): New variables.
6225 (x-select-text, x-get-selection, x-selection-value)
6226 (x-get-selection-value, mac-select-convert-to-string)
6227 (mac-services-open-file, mac-services-open-selection)
6228 (mac-services-insert-text): New functions.
6229 (CLIPBOARD, FIND): Put mac-scrap-name property.
6230 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6231 (public.tiff): Put mac-ostype property.
6232 (selection-converter-alist): Add entries for them.
6233 (mac-application-menu-map): New keymap.
6234 (interprogram-cut-function, interprogram-paste-function): Set to
6235 x-select-text and x-get-selection-value, respectively.
6236 (split-window-keep-point): Set to t.
6237
469bc679
RS
62382005-04-23 Richard M. Stallman <rms@gnu.org>
6239
6240 * files.el (read-directory-name): Always pass non-nil
6241 DEFAULT-FILENAME arg to read-file-name.
6242 (backup-buffer-copy, basic-save-buffer-2): Take care against
6243 writing thru an unexpected existing symlink.
6244 (revert-buffer): In indirect buffer, revert the base buffer.
6245 (magic-mode-alist): Doc fix.
6246 (buffer-stale-function): Doc fix.
6247 (minibuffer-with-setup-hook): Avoid warning.
6248 (mode-require-final-newline): Doc and custom fix.
e5baf107 6249
469bc679
RS
6250 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6251
6252 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6253 use the default appearance.
6254 (font-lock-comment-delimiter-face): New face, new variable.
6255
6256 * imenu.el (imenu--generic-function): The official position of a
6257 definition is the start of the line that BEG is in.
6258
6259 * midnight.el (midnight-timer): Move defvar up.
6260
6261 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6262
6263 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6264
6265 * startup.el (command-line): Use with-no-warnings.
6266
6267 * window.el (window-size-fixed): New defvar.
6268
6269 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6270
e5baf107 6271 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
6272 Use font-lock-comment-delimiter-face.
6273
6274 * mail/sendmail.el (mail-font-lock-keywords):
6275 Use font-lock-comment-delimiter-face.
6276
6277 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6278
62792005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6280
e5baf107 6281 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
6282 Specify t for LAXMATCH when matching directories.
6283 Save match data around compilation-compat-error-properties form.
6284
1639cc2e
DK
62852005-04-23 David Kastrup <dak@gnu.org>
6286
6287 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6288 Mention that the autoloaded aliases should be kept for AUCTeX.
6289
d379c558
AS
62902005-04-23 Andreas Schwab <schwab@suse.de>
6291
6292 * isearch.el (isearch-forward): Doc fix.
6293
4739237d
EZ
62942005-04-23 Eli Zaretskii <eliz@gnu.org>
6295
6296 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6297 (jit-lock-stealth-nice): Change default value to 0.5.
6298
71baa28f
EZ
62992005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6300
6301 * abbrev.el (write-abbrev-file): Write table entries in
6302 alphabetical order by table name.
6303
e271742d
KS
63042005-04-22 Kim F. Storm <storm@cua.dk>
6305
6306 * ido.el (ido-read-internal): Fix `list' completion.
6307
9a9c3a4b
KH
63082005-04-22 Kenichi Handa <handa@m17n.org>
6309
6310 * recentf.el (recentf-save-file-coding-system): New variable.
6311 (recentf-save-list): Encode the file by
6312 recentf-save-file-coding-system and add coding: tag.
6313
230e1e80
NR
63142005-04-22 Nick Roberts <nickrob@snap.net.nz>
6315
6316 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6317
e1573595
LK
63182005-04-21 Lute Kamstra <lute@gnu.org>
6319
9721d904
LK
6320 * loadhist.el (unload-feature): Don't remove a function from hooks
6321 if it is about to be restored to an autoload . Remove functions
6322 that will become unbound from auto-mode-alist. Simplify the code.
6323
2c7b5da1
LK
6324 * subr.el (assq-delete-all): New implementation that is linear,
6325 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6326 (rassq-delete-all): New function.
6327
2231c2bc
SM
6328 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6329 Add size-indication-mode.
e1573595 6330
2375e71a
KH
63312005-04-21 Kenichi Handa <handa@m17n.org>
6332
6333 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 6334 eval-when-compile.
2375e71a 6335
8e447172
NR
63362005-04-21 Nick Roberts <nickrob@snap.net.nz>
6337
e271742d 6338 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
6339 Add tooltip-mode.
6340
6341 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6342
fcd9d525
LT
63432005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6344
6345 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6346 (inferior-lisp-filter-regexp, inferior-lisp-program)
6347 (inferior-lisp-load-command, inferior-lisp-prompt)
6348 (inferior-lisp-mode-hook, lisp-source-modes)
6349 (inferior-lisp-load-hook): defvar->defcustom.
6350 (inferior-lisp-program, inferior-lisp-prompt)
6351 (inferior-lisp-load-hook): Doc fixes.
6352 (inferior-lisp-install-letter-bindings): Small change in
6353 introductory comment.
6354
57428691
DN
63552005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6356
6357 * vc.el (vc-annotate-color-map): Change some colors so that text
6358 using them as foreground is readable on both white and black
6359 backgrounds.
6360
c791cb54
SM
63612005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * international/mule-conf.el (translation-table-for-input):
6364 Remove redundant declaration.
6365
396fdf3c
NR
63662005-04-20 Nick Roberts <nickrob@snap.net.nz>
6367
6368 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6369
6370 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6371 (tooltip-toggle-gud-tips): New function.
6372
37c5c4a7
YM
63732005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6374
6375 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6376 right angle brackets.
6377
64cb0f82
NR
63782005-04-20 Nick Roberts <nickrob@snap.net.nz>
6379
6380 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6381
95ed7b42
SM
63822005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6383
b8471a02
SM
6384 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6385 Remove. Update callers to use expand-file-name instead.
6386
95ed7b42
SM
6387 * subr.el (syntax-class): New function.
6388
6389 * simple.el (blink-matching-open): Use it.
6390
6391 * paren.el (show-paren-function): Use it to recognize parens that are
6392 also used in 2-char comment markers.
6393
191652f8
LK
63942005-04-19 Lute Kamstra <lute@gnu.org>
6395
6396 * loadhist.el (unload-feature): Update for new format of
6397 load-history. Simplify the code.
6398
327a3376
YM
63992005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6400
6401 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6402 (mac-add-charset-info): New function. Initialize variable
6403 mac-charset-info-alist using it.
6404 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6405 for translation.
6406 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
6407 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6408 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6409 New CCL programs.
327a3376 6410
5827e9d4
KS
64112005-04-19 Kim F. Storm <storm@cua.dk>
6412
6413 * simple.el (next-buffer, prev-buffer, next-error)
6414 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6415 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6416
6417 * bindings.el (next-buffer, prev-buffer, next-error)
6418 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6419 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6420 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6421 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6422
e5feeb31
SM
64232005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * isearch.el (isearch-edit-string): Make the search-ring available for
6426 minibuffer history commands.
6427 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6428 the default history commands now work just as well.
6429 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6430
77580d18
KS
64312005-04-18 Kim F. Storm <storm@cua.dk>
6432
6433 * emulation/cua-base.el (cua--pre-command-handler): Add more
6434 elaborate check for shift modifier on non-window systems.
6435
adbb89ef
LH
64362005-04-18 Lars Hansen <larsh@math.ku.dk>
6437
6438 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6439
2e764c66
KS
64402005-04-18 Kim F. Storm <storm@cua.dk>
6441
6442 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6443 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
6444 (tooltip-gud-process-output, gdb-tooltip-print):
6445 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 6446 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 6447
3f4413f8
YM
64482005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6449
6450 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6451 `display-graphic-p' may not be bound yet.
6452
742220b6
LT
64532005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6454
6455 * startup.el (command-line): No longer enable Xterm Mouse mode by
6456 default in terminals compatible with xterm.
6457
6458 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6459
01c515bb
NR
64602005-04-18 Nick Roberts <nickrob@snap.net.nz>
6461
6462 * tooltip.el (tooltip-gud-echo-area): Rename from
6463 tooltip-use-echo-area.
6464 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6465 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6466 area independently of where help tooltips are displayed.
6467
bbeb3055
DK
64682005-04-17 David Kastrup <dak@gnu.org>
6469
6470 * cus-theme.el (custom-theme-write-variables): Quote variables
6471 where necessary.
6472
ec0cf966
RS
64732005-04-17 Richard M. Stallman <rms@gnu.org>
6474
9e60c724
RS
6475 * simple.el (yank-excluded-properties): Add follow-link to value.
6476
ec0cf966
RS
6477 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6478
6479 * startup.el (fancy-splash-max-time): Just 30 seconds.
6480 (fancy-splash-delay): Just 7.
6481 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6482
6483 * loadhist.el (unload-feature): Update for new format of load-history.
6484 Simplify the code.
6485
6486 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6487 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6488
6489 * mail/sendmail.el (mail-font-lock-keywords):
6490 Don't fontify subject text.
6491 Don't fontify the text of a citation.
6492
64932005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6494
6495 * comint.el (comint-output-filter): Run comint-output-filter-functions
6496 with point where the user had it.
6497
b72c5a86
SM
64982005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * international/ucs-tables.el (ucs-set-table-for-input):
6501 Disable when using unify-on-decoding.
6502
fbcaad36
DN
65032005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6504
6505 * emulation/cua-base.el (cua-global-mark-face): Add special case
6506 for displays supporting a high number of colors.
6507
ccb9871d
EZ
65082005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6509
b72c5a86 6510 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 6511
3d70f279
EZ
65122005-04-16 Chong Yidong <cyd@stupidchicken.com>
6513
6514 * filesets.el (filesets-add-buffer): If user supplies a name of a
6515 non-existing fileset, create a new fileset.
6516
bf94eed3
CD
65172005-04-16 Carsten Dominik <dominik@science.uva.nl>
6518
b72c5a86 6519 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 6520 `outline-up-heading-all'.
bf94eed3 6521
a35d9075
AS
65222005-04-16 Andreas Schwab <schwab@suse.de>
6523
6524 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6525 /etc/permissions.d/* and /etc/aliases.d/*.
6526
5f400376
KH
65272005-04-16 Kenichi Handa <handa@m17n.org>
6528
b72c5a86
SM
6529 * international/code-pages.el (cp-make-coding-system):
6530 Set `translation-table-for-input' property value to the symbol
5f400376
KH
6531 ucs-mule-to-mule-unicode, not to that value.
6532 (pt154): Escape guillemet by `\'.
6533
9e5b2858
LT
65342005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6535
6536 * loadup.el: Load tooltip if x-show-tip is fboundp.
6537
6538 * startup.el (command-line): Add comment.
6539
6540 * tooltip.el (tooltip-mode): Specify correct standard value for
6541 Custom in init-value.
6542
3698ff2e
NR
65432005-04-15 Nick Roberts <nickrob@snap.net.nz>
6544
6545 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6546 possible.
6547
a9f07b61
CD
65482005-04-15 Carsten Dominik <dominik@science.uva.nl>
6549
fe38e3b0 6550 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
6551 `org-agenda-date-today'.
6552 (org-evaluate-time-range): Insert at point instead of directly
6553 after time range.
6554 (org-first-headline-recenter, org-subtree-end-visible-p)
6555 (org-optimize-window-after-visibility-change): New functions
6556 (org-agenda-post-command-hook): Don't allow point at end of line,
6557 to make sure it always hits the text properties.
b72c5a86
SM
6558 (org-agenda-next-date-line, org-agenda-previous-date-line):
6559 New commands.
a9f07b61 6560 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
6561 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6562 Improve marker positions.
a9f07b61
CD
6563 (org-agenda-new-marker): Argument POS made optional.
6564 (org-agenda-get-timestamps): Deadlines which are done are listed
6565 in org-done-face now.
6566 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
6567 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6568 Set `undone-face' and `done-face' properties.
a9f07b61
CD
6569 (org-last-todo-state-is-todo): New variable.
6570 (org-todo): Set `org-last-todo-state-is-todo'.
6571 (org-agenda-todo): Change face according to
588c0770 6572 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
6573 the same entry.
6574 (org-calendar-goto-agenda): New command.
6575 (org-calendar-to-agenda-key): New option.
6576 (org-startup-folded): New allowed value `content'.
6577 (org-set-regexps-and-options): Accept new value `content' for
6578 `org-startup-folded'.
6579 (org-get-current-options): Handle new value `content' for
6580 `org-startup-folded'.
6581 (org-insert-todo-heading): New command.
6582 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6583 interactively in empty file and option
6584 `org-insert-mode-line-in-empty-file' has been set.
b72c5a86 6585 (org-agenda-todo,org-agenda-priority): Modify to use
a9f07b61 6586 `org-agenda-change-all-lines'.
b72c5a86 6587 (org-warning-face): Change color on dark background
a9f07b61 6588
c6588b4e
YM
65892005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6590
6591 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6592 use preferences AppleLocale and AppleLanguages, and variable
6593 mac-system-locale for default locale. On Mac OS Classic, use
6594 mac-system-coding-system for default coding systems.
6595
b72c5a86
SM
6596 * term/mac-win.el: Don't set file-name-coding-system.
6597 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
6598 user-full-name by mac-system-coding-system on Mac OS Classic.
6599 (mac-system-coding-system): New variable.
6600
b3a623d0
LT
66012005-04-13 Luc Teirlinck <teirllm@auburn.edu>
6602
6603 * startup.el (command-line): Handle `xterm-mouse-mode' before
6604 reading init file.
4d727d1a
LT
6605
6606 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 6607
328fc313
GM
66082005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6609
6610 * progmodes/sh-script.el (sh-here-document-word): Make it a
6611 defcustom. Doc fix.
6612 (sh-add): Bash uses $(( )) for arithmetic.
6613 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6614 (sh-maybe-here-document): Remove quotes and leading whitespace
6615 from heredoc word when closing. Indent heredoc with tabs if word
6616 starts with "-".
6617
0047373b
RS
66182005-04-13 Richard M. Stallman <rms@gnu.org>
6619
6620 * simple.el (undo): Fix previous change.
6621
6622 * custom.el (defface): Doc fix.
6623
a2d66c78
LK
66242005-04-13 Lute Kamstra <lute@gnu.org>
6625
5c156fdf
LK
6626 * Makefile.in (DONTCOMPILE): Remove list.
6627 (compile, compile-always): Don't use DONTCOMPILE.
6628 (update-authors): Load the library in which batch-update-authors
6629 is defined.
6630 * makefile.w32-in (DONTCOMPILE): Remove list.
6631 (compile, compile-always): Fix comments.
6632 (update-authors): Load the library in which batch-update-authors
6633 is defined.
6634
a2d66c78
LK
6635 * generic-x.el (generic-mode-ini-file-find-file-hook):
6636 Rename to ini-generic-mode-find-file-hook.
6637 Keep generic-mode-ini-file-find-file-hook as an alias.
6638 (ini-generic-mode-find-file-hook): Rename from
6639 generic-mode-ini-file-find-file-hook. Fix docstring.
6640 (ini-generic-mode): Docstring change.
6641 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6642
6643 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6644 called from lisp.
6645
6646 * generic.el: Move to the emacs-lisp subdir.
6647
759e9f0c
DN
66482005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6649
6650 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6651 and C-S- function and cursor motion keys.
6652
dc56fc01
LT
66532005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6654
6655 * startup.el (command-line): Enable Xterm Mouse mode by default.
6656 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
6657 for Custom. No longer show "Mouse" in mode line when enabled.
6658 Doc fix.
dc56fc01 6659
d50285de
KS
66602005-04-12 Kim F. Storm <storm@cua.dk>
6661
6662 * emulation/cua-base.el (cua-rectangle-face)
6663 (cua-rectangle-noselect-face): Define face attributes here.
6664
6665 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6666
ed0fb1f1
JD
66672005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6668
6669 * startup.el (command-line): Turn off blinking cursor if
6670 cursorBlink in resources is off or false.
6671
a56e6111
YM
66722005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6673
6674 * term/mac-win.el (dnd): Require dnd.
6675 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
6676 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6677 (kTextEncodingISOLatin2): Remove constants.
6678 (mac-script-code-coding-systems): New constant.
6679 (mac-handle-language-change): New function.
6680 (special-event-map): Bind it to `language-change' event.
6681 (mac-centraleurroman, mac-cyrillic): New coding systems.
6682 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6683 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6684 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6685 encode-mac-cyrillic, respectively.
a56e6111 6686
a1b6a089
NR
66872005-04-12 Nick Roberts <nickrob@snap.net.nz>
6688
6689 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6690 Don't set overlay-arrow-string to "=>" as this is done
6691 globally in C now.
6692
4d88e0ad
LK
66932005-04-12 Lute Kamstra <lute@gnu.org>
6694
b72c5a86
SM
6695 * generic-x.el (rc-generic-mode, rul-generic-mode):
6696 Fix auto-mode-alist entries.
4d88e0ad
LK
6697 (etc-fstab-generic-mode): Tweak fontification.
6698
6699 * generic.el (generic-make-keywords-list): Fix docstring.
6700 (generic-mode-internal): Simplify generic-font-lock-keywords.
6701
df5e8d2c
RV
67022005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6703
b72c5a86 6704 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
6705 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6706 However, fix the highlight area for the leading and
df5e8d2c
RV
6707 trailing whitespaces to show space.
6708
7a15a271
RV
67092005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6710
6711 * whitespace.el (whitespace-version): Bump to 3.5
6712
b72c5a86
SM
6713 (whitespace-buffer-leading, whitespace-buffer-trailing):
6714 Invert sense of the test to highlight the whitespace.
7a15a271 6715
c80b3945
NR
67162005-04-12 Nick Roberts <nickrob@snap.net.nz>
6717
6718 * progmodes/gud.el (gud-display-line): GUD uses its own
6719 overlay arrow now so don't set overlay-arrow-string.
6720 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6721
22c061d6
DN
67222005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6723
6724 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6725 (term-ansi-current-reverse, term-ansi-current-invisible)
6726 (term-ansi-face-already-done): Change to boolean.
6727 (term-reset-terminal, term-handle-colors-array): Handle the above
6728 vars accordingly.
6729 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6730 (term-emulate-terminal): Use the new name.
6731
6732 * faces.el (secondary-selection): Use yellow1, not yellow.
6733 (trailing-whitespace): Use red1, not red.
6734
b438e670
JD
67352005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6736
6737 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6738 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6739 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6740
6741 * cus-edit.el (dnd): New group.
6742
6743 * term/w32-win.el (dnd): Require dnd
6744 (w32-drag-n-drop): Call dnd-handle-one-url.
6745
6746 * x-dnd.el: Require dnd.
b72c5a86
SM
6747 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6748 Call dnd-handle-one-url.
b438e670
JD
6749 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6750 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6751 to dnd-insert-text.
4d88e0ad
LK
6752 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6753 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 6754 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 6755 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
6756
6757 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6758
0047373b 67592005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
6760
6761 * wdired.el: Doc fixes.
6762 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6763 (wdired-use-dired-vertical-movement): Rename from
6764 wdired-always-move-to-filename-beginning.
6765 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6766 (wdired-change-to-wdired-mode): Change mode name.
6767 (wdired-newline): Delete.
6768
713c9020
RS
67692005-04-11 Richard M. Stallman <rms@gnu.org>
6770
7dbe67a4
RS
6771 * whitespace.el (whitespace-highlight-the-space):
6772 Don't call whitespace-unhighlight-the-space here.
6773
713c9020
RS
6774 * simple.el (undo): Record t in undo-equiv-table
6775 for the redo record made by an undo-in-region.
6776
45bd9a1a
NR
67772005-04-12 Nick Roberts <nickrob@snap.net.nz>
6778
6779 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6780 (gdb-frame-inferior-io-buffer): New Functions to control
6781 display of separate IO buffer.
6782 (menu): Add them to menu-bar.
6783 (gdb-display-buffer): Check for buffer another frame.
6784 Protect GUD buffer.
6785 (gdb-setup-windows): Create IO buffer if not already there.
6786 (gdb-memory-mode): Remove purecopy noops.
6787
055e0d88
GM
67882005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6789
6790 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6791 and pass to self-insert-command.
6792
9285b8bc
LK
67932005-04-11 Lute Kamstra <lute@gnu.org>
6794
6795 * generic.el: Commentary section cleanup.
6796 (generic): Delete.
6797 (generic-use-find-file-hook, generic-lines-to-scan)
6798 (generic-find-file-regexp, generic-ignore-files-regexp)
6799 (default-generic-mode, generic-mode-find-file-hook)
6800 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6801 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6802 (generic-use-find-file-hook, generic-lines-to-scan)
6803 (generic-find-file-regexp, generic-ignore-files-regexp)
6804 (default-generic-mode, generic-mode-find-file-hook)
6805 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6806
9552bee8
KF
68072005-04-10 Karl Fogel <kfogel@red-bean.com>
6808
6809 * bookmark.el (bookmark-write-file): Catch errors writing file.
6810 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6811
6695c528
RS
68122005-04-10 Richard M. Stallman <rms@gnu.org>
6813
6814 * startup.el (fancy-splash-tail): Update copyright year.
6815 (command-line): Split part of -Q into -D.
6816 (emacs-basic-display): New defvar.
6817 (fancy-splash-text): Correct name of menu item.
6818
6819 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6820
6821 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6822 lines in one node.
6823
6824 * comint.el (comint-send-input): New arg ARTIFICIAL.
6825 Callers in this file changed.
6826
6827 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6828
6829 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6830
68312005-04-10 Chong Yidong <cyd@stupidchicken.com>
6832
6833 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6834 `ldap-search-internal'.
6835
35f257bb
SM
68362005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6837
f587e30b
SM
6838 * files.el (set-auto-mode-1): Use line-end-position.
6839
35f257bb
SM
6840 * international/latin-1.el:
6841 * international/latin-2.el:
6842 * international/latin-3.el:
6843 * international/latin-4.el:
6844 * international/latin-5.el:
6845 * international/latin-8.el:
6846 * international/latin-9.el: Give punctuation syntax to NBSP.
6847
6848 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6849 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6850 Use char-classes to accept non-ascii letters, accepted in some recent
6851 bibtex implementations.
6852
223bc577
LT
68532005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6854
6855 * custom.el (custom-set-minor-mode): Any non-nil value for the
6856 variable should enable the mode when set through Custom.
6857
4bcb9c95
SM
68582005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6861 TAB binding so tab-always-indent is obeyed.
6862 (vhdl-minibuffer-local-map): Move initialization into declaration.
6863 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6864 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6865 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6866 (vhdl-current-line): Use line-beginning-position.
6867 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6868 with-output-to-temp-buffer, so the current position can be recorded.
6869
0c9a01ff
MY
68702005-04-10 Masatake YAMATO <jet@gyve.org>
6871
4bcb9c95
SM
6872 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6873 Add regexp for gcov.
0c9a01ff 6874
91472578
MB
68752005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6876
4bcb9c95
SM
6877 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6878 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 6879 syntax which Emacs 20 doesn't support.
91472578 6880
6695c528
RS
68812005-04-09 Richard M. Stallman <rms@gnu.org>
6882
b72c5a86
SM
6883 * help.el (describe-key-briefly, describe-key):
6884 Replace strings as event types with "(any string)".
6695c528 6885
941f9778
SM
68862005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * arc-mode.el (archive-mode-map): Move initialization into
6889 the declaration. Override *all* bindings of `undo'.
6890 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6891
1d1bf521
JB
68922005-04-09 Jay Belanger <belanger@truman.edu>
6893
941f9778 6894 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 6895
ce102cb1
DN
68962005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6897
6898 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6899 (xterm-register-default-colors): Update color values computation
6900 to match xterm-200.
6901
2a9e192d
KH
69022005-04-09 Kenichi Handa <handa@m17n.org>
6903
6904 * international/code-pages.el (iso-latin-7): Fix the map.
6905
e790a4a3
LT
69062005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6907
6908 * emacs-lisp/lisp.el (defun-prompt-regexp)
6909 (parens-require-spaces, buffer-end, end-of-defun)
6910 (insert-parentheses): Doc fixes.
6911
3306ed3b
KS
69122005-04-08 Kim F. Storm <storm@cua.dk>
6913
6914 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 6915 * hi-lock.el (hi-green): Likewise.
3306ed3b 6916
099dcdcf
DN
69172005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6918
3306ed3b 6919 * cus-edit.el (custom-modified-face):
099dcdcf
DN
6920 * comint.el (comint-highlight-input): Fix previous changes.
6921 * term.el (term-handle-ansi-escape): Add a comment.
6922
c22c3db0
SM
69232005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6926 in the buffer and in whitespace-highlighted-space.
6927 (whitespace-unhighlight-the-space): Simplify.
6928 (whitespace-buffer): Simplify.
6929
ea81d57e
DN
69302005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6931
6932 * textmodes/table.el (table-cell-face): Add special case for
6933 displays supporting a high number of colors.
6934 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6935 (vhdl-font-lock-reserved-words-face)
6936 (vhdl-speedbar-architecture-face)
6937 (vhdl-speedbar-instantiation-face)
6938 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
6939 (vhdl-speedbar-instantiation-selected-face): Likewise.
6940 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6941 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
6942 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6943 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
6944 (ebrowse-progress-face): Likewise.
6945 * progmodes/compile.el (compilation-info-face): Likewise.
6946 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6947 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6948 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 6949 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
6950 (woman-unknown-face): Likewise.
6951 * wid-edit.el (widget-button-pressed-face): Likewise.
6952 * whitespace.el (whitespace-highlight-face): Likewise.
6953 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6954 * pcvs-info.el (cvs-marked-face): Likewise.
6955 * info.el (info-xref): Likewise.
6956 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 6957 * hilit-chg.el (highlight-changes-face)
c22c3db0 6958 (highlight-changes-delete-face): Likewise.
ea81d57e 6959 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
6960 (hi-red-b): Likewise.
6961 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 6962 * font-lock.el (font-lock-keyword-face)
c22c3db0 6963 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
6964 * cus-edit.el (custom-invalid-face, custom-modified-face)
6965 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
6966 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6967 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 6968
67b4790b
LK
69692005-04-08 Lute Kamstra <lute@gnu.org>
6970
6971 * font-lock.el (font-lock-keywords): Docstring fixes.
6972
9741224e
KH
69732005-04-08 Kenichi Handa <handa@m17n.org>
6974
6975 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6976 chars are more than a limit, print " and more..." at the tail.
6977
3a10b9ce
KS
69782005-04-08 Kim F. Storm <storm@cua.dk>
6979
6980 * emacs-lisp/authors.el (authors-aliases): Update list.
6981 (authors-ignored-files): New list.
6982 (authors-fixed-entries): Fix typo.
6983 (authors-renamed-files-alist): Update list.
6984 (authors-add): Check authors-ignored-files.
6985
eaf779a7
CD
69862005-04-08 Carsten Dominik <dominik@science.uva.nl>
6987
214e2d48 6988 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
6989 optional, to ensure backward compatibility.
6990
fc2cae59
SE
69912005-04-08 Stephen Eglen <stephen@gnu.org>
6992
6993 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6994
859b8989
KS
69952005-04-08 Kim F. Storm <storm@cua.dk>
6996
b72c5a86 6997 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
6998
6999 * mouse.el (mouse-on-link-p): Doc fix.
7000
709bfdaf
LT
70012005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7002
db648b84
LT
7003 * ielm.el (ielm-prompt-read-only): Doc fix.
7004
709bfdaf
LT
7005 * comint.el (comint-prompt-read-only): Doc fix.
7006
5b523a77
JL
70072005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7008
7009 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7010 ensure dired always handles wildcards passed to ffap.
7011 (find-file-at-point): Use it.
7012 (ffap-dired-wildcards): Doc fix.
7013
34d86208
JL
70142005-04-07 Juri Linkov <juri@jurta.org>
7015
7016 * simple.el (next-error-overlay-arrow-position): New defvar.
7017 Put "=>" on its property `overlay-arrow-string'. Add it to
7018 `overlay-arrow-variable-list'.
7019
7020 * progmodes/compile.el (compilation-setup):
7021 Set `next-error-overlay-arrow-position' to nil. Also set it to
7022 nil in the local hook `kill-buffer-hook'. Make local variable
7023 `overlay-arrow-string' and set it to "=>".
7024 (compilation-goto-locus): Set BOL position to
7025 `next-error-overlay-arrow-position' instead of
7026 `overlay-arrow-position'.
7027
7028 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7029 locally instead of adding it to the global hook.
7030 (Info-kill-buffer): Move up.
7031
9fb518aa
DN
70322005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7033
7034 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 7035 xterm-200.
9fb518aa 7036
5c8b653b
SM
70372005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7038
797bf075
SM
7039 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7040
5c8b653b
SM
7041 * fast-lock.el:
7042 * lazy-lock.el: Move them to the obsolete subdir.
7043
969ee2ad
SM
70442005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7045
7046 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7047 (wdired-add-replace-advice): Remove.
7048 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7049
73f0d996
KS
70502005-04-06 Kim F. Storm <storm@cua.dk>
7051
7052 * startup.el (command-line): Add --bare-bones alias for -Q.
7053
369f76bb
YM
70542005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7055
7056 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7057 create the startup fontset if a font specification ends with
7058 `mac-roman'.
7059
e0e5f076
LK
70602005-04-06 Lute Kamstra <lute@gnu.org>
7061
9e4b54a0
LK
7062 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7063 change.
7064
e0e5f076
LK
7065 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7066 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7067
ab7bc290
LK
70682005-04-05 Lute Kamstra <lute@gnu.org>
7069
6a8cf883
LK
7070 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7071 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 7072
969ee2ad
SM
7073 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7074 Put them in the generic-x group.
6a8cf883 7075
d9c39305 7076 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 7077
ab7bc290
LK
7078 * generic.el (define-generic-mode): Don't use custom-current-group.
7079 Document default :group value.
7080 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7081 (define-global-minor-mode): Don't use custom-current-group.
7082
39b32c06
GM
70832005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7084
f4564cfd
GM
7085 * startup.el (command-line-1): Display startup-echo-area-message
7086 when fancy splash screen is in use.
7087
d6d43bde
GM
7088 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7089 (sh-escaped-newline): New face.
7090 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7091 newline, and use sh-escaped-newline face.
7092
39b32c06
GM
7093 * progmodes/tcl.el (tcl-escaped-newline): New face.
7094 (tcl-builtin-list): New variable.
7095 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7096 newlines. Fix keywords subexpression number.
7097
da659ce6
CD
70982005-04-05 Carsten Dominik <dominik@science.uva.nl>
7099
d9c39305 7100 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 7101 `add-to-diary-entry'.
da659ce6 7102
7ed08c01
KS
71032005-04-05 Kim F. Storm <storm@cua.dk>
7104
7105 * ediff-init.el: Use (featurep 'xemacs).
7106
f1c7de69
DP
71072005-04-05 David Ponce <david@dponce.com>
7108
7109 * cus-edit.el (face): Derive from symbol widget. Display sample
7110 of the current face on the fly.
7111 (widget-face-sample-face-get, widget-face-notify): New functions.
7112 (widget-face-value-create): Remove.
7113
7114 * wid-edit.el (widget-field-end): Temporarily remove field
7115 narrowing before to call `get-char-property'.
7116
32503b32
JB
71172005-04-04 Jay Belanger <belanger@truman.edu>
7118
7119 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7120 (math-read-subscripts): New variable.
7121 (math-read-preprocess-string): Process subscripts.
7122
47b143f3
LT
71232005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7124
a9aa7c74
LT
7125 * comint.el (comint-prompt-read-only): Doc fix.
7126
47b143f3
LT
7127 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7128 `-1'. Doc fix.
7129
6eb49472
CD
71302005-04-04 Carsten Dominik <dominik@science.uva.nl>
7131
969ee2ad
SM
7132 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7133 Change default value to nil.
6eb49472 7134
171c707b
LK
71352005-04-04 Lute Kamstra <lute@gnu.org>
7136
8c6ef2ca
LK
7137 * autorevert.el (auto-revert-mode): Specify :group.
7138 * battery.el (display-battery-mode): Specify :group.
7139 * diff-mode.el (diff-minor-mode): Specify :group.
7140 * font-core.el (font-lock-mode): Specify :group.
7141 * hl-line.el (hl-line-mode): Specify :group.
7142 * iimage.el (iimage): New customization group.
7143 (iimage-mode): Specify :group.
7144 * longlines.el (longlines-mode): Specify :group.
7145 * master.el: Don't require easy-mmode.
7146 (master): New customization group.
7147 (master-mode): Specify :group.
7148 * msb.el (msb-mode): Specify :group.
7149 * reveal.el (reveal-mode): Specify :group.
7150 * simple.el (next-error-follow-minor-mode): Specify :group.
7151 * smerge-mode.el (smerge-mode): Specify :group.
7152 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7153 * emulation/cua-base.el (cua-mode): Specify :group.
7154 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7155 * language/thai-util.el (thai-auto-composition-mode)
7156 (thai-word-mode): Specify :group.
7157 * mail/supercite.el (sc-minor-mode): Specify :group.
7158 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7159 * progmodes/flymake.el (flymake-mode): Specify :group.
7160 * progmodes/glasses.el (glasses-mode): Specify :group.
7161 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7162 * textmodes/enriched.el (enriched-mode): Specify :group.
7163 * textmodes/refill.el (refill-mode): Specify :group.
7164
171c707b
LK
7165 * add-log.el (change-log-font-lock-keywords): Names in
7166 parenthesized lists can contain spaces.
7167
e3039e63
TTN
71682005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7169
7170 * startup.el (fancy-splash-text): Shorten default text of
7171 "Emacs Tutorial" line. Also, if the current language env
7172 indicates an available tutorial file other than TUTORIAL,
7173 extract its title and append it to the line in parentheses.
7174 (fancy-splash-insert): If arg is a thunk, funcall it.
7175
1151215a
JB
71762005-04-04 Jay Belanger <belanger@truman.edu>
7177
7178 * calc.el (calc-language-alist): Add tags to customization type.
7179
745986d5
LT
71802005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7181
81fb9e86 7182 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
7183 Doc fix.
7184
28cfe103 71852005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 7186
969ee2ad
SM
7187 * add-log.el (change-log-font-lock-keywords): The manual
7188 describing a Change Log entry, says: (...) "Aside from these
7189 header lines, every line in the change log starts with a space or
52eb0373 7190 a tab.". The font-lock was not highlighting lines started with
969ee2ad 7191 spaces, added support for it.
e9fd21e8 7192
63d516ce
SM
71932005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7194
7195 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 7196 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
7197 complex example in the docstring.
7198 (bibtex-font-lock-url): Use pop.
7199
59bb9410
SM
72002005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7201
4c5113c7
SM
7202 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7203
59bb9410
SM
7204 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7205
6c381cba
GM
72062005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7207
7208 * filesets.el (filesets-set-default): Doc fix.
7209
07e5fb9e
LK
72102005-04-03 Lute Kamstra <lute@gnu.org>
7211
c85465f9
LK
7212 * generic.el (define-generic-mode): Add argument to specify
7213 keywords for defcustom.
7214 (default-generic-mode): Specify :group.
59bb9410 7215
0c0a9c99
LK
7216 * generic-x.el: Specify :group for all generic modes.
7217
07e5fb9e 7218 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 7219 (desktop-after-read-hook): Doc fix.
07e5fb9e 7220
2a0af9db
LT
72212005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7222
7223 * simple.el (visible-mode): Use explicit :group keyword.
7224 This changes the group of `visible-mode-hook' from paren-blinking
7225 to editing-basics.
7226
2f2e2373
EZ
72272005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7228
52eb0373 7229 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
7230 mailbox specifications as well as URLs.
7231 (rmail-insert-inbox-text): Remove unused conditional branches.
7232
1ee49a88
JB
72332005-04-01 Jay Belanger <belanger@truman.edu>
7234
7235 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7236 (calc-gnuplot-print-command): Move definitions to calc.el.
7237
7238 * calc/calc-embed.el (calc-embedded-announce-formula)
7239 (calc-embedded-open-formula, calc-embedded-close-formula)
7240 (calc-embedded-open-word, calc-embedded-close-word)
7241 (calc-embedded-open-plain, calc-embedded-close-plain)
7242 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7243 (calc-embedded-open-mode, calc-embedded-close-mode):
7244 Move definitions to calc.el.
7245
7246 * calc/calc.el (calc-settings-file, calc-language-alist):
7247 Make customizable.
7248 (calc-embedded-announce-formula, calc-embedded-open-formula)
7249 (calc-embedded-close-formula, calc-embedded-open-word)
7250 (calc-embedded-close-word, calc-embedded-open-plain)
7251 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7252 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7253 (calc-embedded-close-mode, calc-gnuplot-name)
7254 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7255 from other files and make customizable.
7256
392fe1b7
SM
72572005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7260 Use buffer-live-p.
7261 (cvs-mode-run): Don't call cvs-update-header here.
7262 (cvs-run-process): Call cvs-update-header.
7263 Use process properties for cvs-postprocess and cvs-buffer so that
7264 the sentinel can behave better if the temp buffer is killed.
7265 Use a pipe rather than a tty, to better handle unexpected prompts.
7266 (cvs-sentinel): Rewrite. Call cvs-update-header.
7267
2e2255f6
AS
72682005-04-01 Andre Spiegel <spiegel@gnu.org>
7269
7270 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7271 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7272
392fe1b7
SM
72732005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * generic.el (define-generic-mode): Add indentation rule.
7276
5e9961be
LT
72772005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7278
7279 * files.el (mode-require-final-newline): Make Custom correctly
7280 report a nil value and allow to set it to nil via Custom.
7281 Doc fix.
7282
9cf97f26
KH
72832005-04-01 Kenichi Handa <handa@m17n.org>
7284
7285 * international/characters.el: Enable the correct case setting for
7286 dotless-i and dotted-I.
7287
81f5c6a3
KS
72882005-04-01 Kim F. Storm <storm@cua.dk>
7289
7290 * ido.el (ido-file-internal): Fall back to non-ido command if
7291 initial directory is on slow ftp (or tramp) host.
7292
39a27f95
RS
72932005-03-31 Richard M. Stallman <rms@gnu.org>
7294
e134f4a8
RS
7295 * emacs-lisp/autoload.el (make-autoload):
7296 Handle define-global-minor-mode.
7297
39a27f95 7298 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 7299 Rename from easy-mmode-define-global-mode.
39a27f95
RS
7300 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7301
392fe1b7
SM
7302 * progmodes/scheme.el (scheme-mode-syntax-table):
7303 Update syntax of | and # for two-character comment syntax.
39a27f95 7304
66e181ad
LK
73052005-03-31 Lute Kamstra <lute@gnu.org>
7306
7307 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7308 (define-minor-mode): Call custom-current-group at load-time.
7309
7310 * generic.el (define-generic-mode): Add debug declaration.
7311 Add defcustom for the mode hook.
7312 (generic-mode-internal): Use run-mode-hooks.
7313
34514f48
KS
73142005-03-31 Kim F. Storm <storm@cua.dk>
7315
7316 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
7317 (mouse-fixup-help-message): New defun called by show_help_echo
7318 to fixup mouse-2 prefix in help messages when applicable.
34514f48 7319
f793f885 7320 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 7321
fafbb99d 73222005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 7323
e5729c6c
KH
7324 * language/thai-word.el (thai-find-word-ends): Pay attention to
7325 the case that we reach the end of buffer.
7326
7c315e1c
KH
7327 * textmodes/fill.el (fill-text-properties-at): New function.
7328 (fill-newline): Use fill-text-properties-at instead of
7329 text-properties-at.
7330
52eb0373 73312005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 7332
d9c39305 7333 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
7334 not comint-quote-filename.
7335
5ee2cf8a
TTN
73362005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7337
7338 * help-fns.el (help-with-tutorial): Revert last change.
7339
7ab4753e
KS
73402005-03-31 Kim F. Storm <storm@cua.dk>
7341
7342 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7343
fffaba77
PE
73442005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7345
7346 * calendar/cal-china.el: Update reference to "Calendrical
7347 Calculations" book; there's a new edition.
7348 * calendar/cal-coptic.el: Likewise.
7349 * calendar/cal-french.el: Likewise.
7350 * calendar/cal-hebrew.el: Likewise.
7351 * calendar/cal-islam.el: Likewise.
7352 * calendar/cal-iso.el: Likewise.
7353 * calendar/cal-julian.el: Likewise.
7354 * calendar/cal-mayan.el: Likewise.
7355 * calendar/cal-persia.el: Likewise.
7356 * calendar/calendar.el: Likewise.
7357 * calendar/holidays.el: Likewise.
7358 * calendar/lunar.el: Likewise.
7359 * calendar/solar.el: Likewise.
7360
7361 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7362 white space from doc string.
7363
0a2bf0fa
JB
73642005-03-30 Jay Belanger <belanger@truman.edu>
7365
7366 * calc/calc-help.el (calc-full-help): Remove email address.
7367
19577b0e
TTN
73682005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7369
7370 * help-fns.el (help-with-tutorial): Delete title line.
7371
4fdb2a6c
GM
73722005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7373
9080baba
GM
7374 * calendar/cal-x.el (calendar-one-frame-setup)
7375 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7376 rather than 'symbol for set-window-dedicated-p.
7377
204451b6
GM
7378 * calendar/appt.el (appt-buffer-name): Make it a constant.
7379 (appt-add): Doc fix.
7380
4fdb2a6c
GM
7381 * filesets.el (filesets-menu-path, filesets-menu-before)
7382 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7383 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7384 (filesets-add-submenu): Delete and use add-submenu instead.
7385
ef943dba
CD
73862005-03-30 Carsten Dominik <dominik@science.uva.nl>
7387
19577b0e 7388 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
7389 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7390 (org-diary-default-entry): New function.
392fe1b7 7391 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
7392 (org-agenda-check-no-diary): New function.
7393 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7394 linking to diary entries.
392fe1b7
SM
7395 (org-agenda-execute-calendar-command): New function.
7396 (org-agenda): Improve visible section in window.
7397 Use `org-fit-agenda-window'.
ef943dba
CD
7398 (org-fit-agenda-window): New option.
7399 (org-move-subtree-down): Better handling of empty lines
7400 at end of subtree.
7401 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7402 levels up.
7403 (org-fontify-done-headline): New option.
7404 (org-headline-done-face): New face.
7405 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
7406 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7407 When current field is non-empty, it is copied to next row.
7408 (org-table-copy-from-above): Fix bug which made it
7409 impossible to copy fields containing only a single non-white character.
ef943dba 7410
c33d06b0
KS
74112005-03-30 Kim F. Storm <storm@cua.dk>
7412
7413 * kmacro.el (kmacro-end-macro): Isearch may store this command
7414 into the macro -- so ignore it when executing keyboard macro.
7415
4f5f7887
NR
74162005-03-30 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7419
74269806
KH
74202005-03-29 Kenichi Handa <handa@m17n.org>
7421
7422 * language/thai.el ("Thai"): Set setup-function and exit-function
7423 for Thai language environment.
7424
7425 * language/thai-util.el: Require thai-word.
7426 (thai-word-mode-map): New variable.
7427 (thai-word-mode): New minor mode.
7428 (setup-thai-language-environment-internal): New function.
7429 (exit-thai-language-environment-internal): New function.
7430
7431 * language/thai-word.el (thai-word-table): Declare it by defvar,
7432 use dolist to initialize it.
7433 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7434 (thai-fill-find-break-point): New functions.
7435
8e669bbd
RS
74362005-03-29 Richard M. Stallman <rms@gnu.org>
7437
7438 * simple.el (idle-update-delay): Move definition up.
b36a687c 7439 (set-mark): Doc fix.
8e669bbd
RS
7440
74412005-03-29 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * longlines.el: New file.
c33d06b0 7444
8e669bbd
RS
7445 * simple.el (buffer-substring-filters): New variable.
7446 (filter-buffer-substring): New function.
7447 (kill-region, copy-region-as-kill): Use it.
7448
7449 * register.el (copy-to-register, append-to-register)
7450 (prepend-to-register): Use filter-buffer-substring.
7451
5f9ffb03
NR
74522005-03-30 Nick Roberts <nickrob@snap.net.nz>
7453
588c0770 7454 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
7455 (gud-filter-pending-text): Move in front of gdb.
7456 (gud-overlay-arrow-position): New variable.
7457 (gud-sentinel, gud-display-line): Use it in place of
7458 overlay-arrow-position.
7459
0d6d7be5
GM
74602005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7461
b976213b
GM
7462 * progmodes/fortran.el (fortran-if-indent): Doc fix.
7463 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7464 (fortran-font-lock-keywords-4): New variable.
7465 (fortran-blocks-re, fortran-end-block-re)
7466 (fortran-start-block-re): New constants, for hideshow.
7467 (hs-special-modes-alist): Add a Fortran entry.
7468 (fortran-mode-map): Bind fortran-end-of-block,
7469 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 7470 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
7471 (fortran-looking-at-if-then, fortran-end-of-block)
7472 (fortran-beginning-of-block): New functions, for hideshow.
7473
52eb0373
JB
7474 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7475 Doc fix. Tweak regexp.
0d6d7be5
GM
7476 (f90-beginning-of-block): Push mark first.
7477
bb64248b
JB
74782005-03-29 Jay Belanger <belanger@truman.edu>
7479
7480 * calc/calc.el: Update copyright date.
7481 (calc-version): Increase to 2.1.
7482 (calc-version-date): Remove.
7483
7484 * calc/calc-help.el: Update copyright date.
7485 (calc-full-help): Remove reference to calc-version-date.
7486 Update copyright date.
7487
55ec6b37
SM
74882005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * vc.el (vc-do-command): Use a pipe for async processes, so password
7491 prompts don't show up at places where the user can't reply.
7492
52eb0373 74932005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
7494
7495 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7496 on the file name we pass to the inferior shell.
7497
ef91372a
SM
74982005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7499
7500 * progmodes/which-func.el (which-function): Be robust in the face of an
7501 imenu--make-index-alist failure.
7502
8d194e3e
SM
75032005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7506
7507 * progmodes/python.el (python-preoutput-filter): Fix last change.
7508
d7029908
LK
75092005-03-29 Lute Kamstra <lute@gnu.org>
7510
7511 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7512 functions and compiled macros.
7513 (debug-convert-byte-code): Handle macros too.
7514 (debug-on-entry-1): Don't signal an error when trying to clear a
7515 function that is not set to debug on entry.
7516
d59ea3ae
JB
75172005-03-29 Jay Belanger <belanger@truman.edu>
7518
7519 * calc/calc-lang.el: Add functions to math-function-table
7520 properties of tex and math.
7521
eab4bb89
KH
75222005-03-29 Kenichi Handa <handa@m17n.org>
7523
7524 * ps-mule.el (ps-mule-plot-string): Translate characters by
7525 ps-print-translation-table.
7526 (ps-mule-begin-job): Call find-charset-region/string with
7527 ps-print-translation-table.
8d194e3e 7528 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
7529
7530 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 7531 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 7532
073fcaf6
JL
75332005-03-29 Juri Linkov <juri@jurta.org>
7534
7535 * simple.el (next-error-highlight-timer): New variable.
7536
7537 * progmodes/compile.el (compilation-goto-locus):
7538 Use `next-error-highlight-timer' instead of `sit-for'.
7539
caf3c78f
SM
75402005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7541
7542 * mail/supercite.el (sc-mail-field): Use assoc-string.
7543 (sc-get-address): Simplify regexps.
7544
7545 * files.el (minibuffer-with-setup-hook): New macro.
7546 (find-file-read-args): Use it to avoid let-binding
7547 minibuffer-with-setup-hook (which breaks turning on/off
7548 file-name-shadow-mode while in the prompt).
7549
7550 * complete.el (PC-read-include-file-name-internal): Use test-completion.
7551
2d526287
LT
75522005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7553
7554 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7555
12566797
SM
75562005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7557
ba96f392
SM
7558 * window.el (window-buffer-height): Use count-screen-lines.
7559
12566797
SM
7560 * progmodes/python.el (python-preoutput-leftover): New var.
7561 (python-preoutput-filter): Use it.
7562 (python-send-receive): Loop until all the result has been received.
7563
ba40634b
JL
75642005-03-28 Juri Linkov <juri@jurta.org>
7565
7566 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7567
7568 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7569 "Recover Crashed Session".
7570 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7571 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7572 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7573 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7574 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7575 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7576 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7577 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7578
7579 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7580 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7581 Ediff Sessions", "Toggle use of separate control buffer frame",
7582 "Use separate frame for Ediff control buffer".
7583
7584 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7585 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7586 "Rename Bookmark", "Delete Bookmark".
7587
7588 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7589 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7590 Add `:active Info-index-alternatives' to "Next Matching Item".
7591
7592 * wdired.el (wdired-change-to-wdired-mode):
7593 Mention `wdired-abort-changes' key in the initial message.
7594
7595 * international/mule.el (auto-coding-alist): Associate non-ascii
7596 image filename extensions with `no-conversion'.
7597
8d194e3e
SM
75982005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * international/iso-acc.el:
7601 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7602
468b711f
LT
76032005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7604
73cba75d
LT
7605 * textmodes/sgml-mode.el (html-mode): Doc update.
7606
468b711f
LT
7607 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7608
99a56581
DN
76092005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7610
7611 * term.el (term-move-columns): Fix face after extending a line.
7612 (term-insert-spaces): Likewise.
7613 (term-reset-terminal): Fix off by one error.
7614
54879547
EZ
76152005-03-26 Eli Zaretskii <eliz@gnu.org>
7616
7617 * international/mule.el (auto-coding-alist): Add .xpi files.
7618
7619 * files.el (auto-mode-alist): Add .xpi files.
7620
ee7a5ccb
EZ
76212005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
7622
7623 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7624
b2705c8c
EZ
76252005-03-26 Eli Zaretskii <eliz@gnu.org>
7626
7627 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7628
da8612d3
GM
76292005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7630
7631 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7632 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7633
7634 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7635 cursor to Jan 1 when needed.
7636 (calendar-end-of-year): Fix -/+ typo.
7637 Reported by Chong Yidong <cyd@stupidchicken.com>.
7638
be940bc5
SM
76392005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7640
5ffc943b
SM
7641 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7642
be940bc5
SM
7643 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7644 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7645
85df292e
RS
76462005-03-25 Richard M. Stallman <rms@gnu.org>
7647
7648 * filesets.el (filesets-init): Add autoload.
7649
7650 * mail/mailalias.el (mail-directory): Doc fix.
7651
76522005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 7653
85df292e
RS
7654 * mail/mailalias.el (mail-directory-process): Do nothing if
7655 mail-directory-process is an atom.
7656 (mail-get-names): Ignore mail-directory-names if it is an atom.
7657 (mail-directory-process defvar): Doc fix.
7658 (mail-names): Doc fix.
7659
76602005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7661
7662 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7663
ae766e0d
KH
76642005-03-26 Kenichi Handa <handa@m17n.org>
7665
be940bc5
SM
7666 * international/mule-util.el (detect-coding-with-priority):
7667 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 7668
5a049eca
NR
76692005-03-26 Nick Roberts <nickrob@snap.net.nz>
7670
7671 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7672 (gdb-frames-mode-map): Add follow-link property.
7673
bba984aa
JB
76742005-03-25 Jay Belanger <belanger@truman.edu>
7675
7676 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7677 for variables.
7678
13200335
JL
76792005-03-25 Juri Linkov <juri@jurta.org>
7680
7681 * image-mode.el: Optimize image filename extension regexps in
7682 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7683 in `auto-mode-alist'.
7684 (image-mode): Add `image-toggle-display-text' to local hook
7685 `change-major-mode-hook'. Display the image as an image by
7686 default. Set `cursor-type' and `truncate-lines' if the image
7687 is already displayed. Take into account the current mode (image
7688 or text) in message.
7689 (image-minor-mode): New minor mode.
7690 (image-mode-maybe, image-toggle-display-text): New functions.
7691 (image-toggle-display): Use called-interactively-p.
7692 Let-bind `inhibit-read-only' to t.
7693
90d0be7d
JL
7694 * image-mode.el (image-minor-mode): Set `cursor-type' and
7695 `truncate-lines' if the image is already displayed. Add turning
7696 image-minor-mode off to `change-major-mode-hook'. Add message.
7697 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 7698
5341e481
SM
76992005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7702 Terminal.app, use utf-8.
7703 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7704 (set-locale-environment): Use it.
7705
7706 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7707
7708 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7709
7710 * progmodes/python.el (python-close-block-statement-p)
7711 (python-outdent-p, python-current-defun): Use symbol-end.
7712
126c9dda
TTN
77132005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7714
7715 * files.el (save-some-buffers): Doc fix.
7716
932fb767
WL
77172005-03-25 Werner Lemberg <wl@gnu.org>
7718
7719 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 7720 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 7721 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 7722 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
7723 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7724 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7725 Replace `legal' with `valid'.
7726 * textmodes/reftex-vars.el, textmodes/reftex.el:
7727 Replace `legal' with `valid'.
932fb767 7728
25f72ec0
WL
77292005-03-25 Werner Lemberg <wl@gnu.org>
7730
5341e481 7731 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
aaed846c 7732 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4920bd1e 7733 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
d00fa0a4 7734 * emulation/vip.el: Replace `illegal' with `invalid'.
5341e481 7735 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
9d034245 7736 * mail/supercite.el: Replace `illegal' with `invalid'.
881b07f9
JB
7737 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7738 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7739 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7740 * progmodes/sh-script.el, progmodes/xscheme.el:
7741 Replace `illegal' with `invalid'.
7742 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7743 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7744 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
7745 * textmodes/reftex.el, textmodes/org.el:
7746 Replace `illegal' with `invalid'.
25f72ec0 7747
781da985
SM
77482005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7749
5341e481
SM
7750 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7751 (flymake-find-buildfile, flymake-find-possible-master-files)
7752 (flymake-check-include, flymake-parse-line): Replace loops over the
7753 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7754
7755 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7756 Substitute file-name-as-directory in the rest of the file.
7757 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7758 (flymake-replace-region): Remove unused arg `buffer'.
7759 (flymake-check-patch-master-file-buffer): Update calls to it.
7760 (flymake-add-err-info): Remove unused var `count'.
7761 (flymake-mode): Use define-minor-mode.
7762
7763 * progmodes/flymake.el: Use with-current-buffer.
7764 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7765 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7766 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7767 Avoid testing for `xemacs'.
7768 (flymake-nop): Move.
7769 (flymake-region-has-flymake-overlays): Return the computed value.
7770 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7771 Remove unused var `endline'.
7772 (flymake-get-line-count): Remove unused function.
7773 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7774
7775 * emulation/vi.el:
7776 * generic.el:
7777 * hilit-chg.el (global-highlight-changes):
7778 * hi-lock.el (hi-lock-mode):
7779 * follow.el: find-file-hooks -> find-file-hook.
7780
781da985
SM
7781 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7782
3659a2b8
JL
77832005-03-24 Juri Linkov <juri@jurta.org>
7784
7785 * dired.el (dired-mode-map): Add menu item "Compare directories"
7786 for dired-compare-directories.
7787
7788 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7789 Doc fix. Replace `read-file-name' with `read-directory-name'.
7790
781da985 77912005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
7792
7793 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7794
0fa1a6b8
JB
77952005-03-24 Jay Belanger <belanger@truman.edu>
7796
fe38e3b0 7797 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
7798 relevant mode settings in calc-embedded-original-modes when modes
7799 are permanently changed.
7800
a702ffbb
SM
78012005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * autoinsert.el: find-file-hooks -> find-file-hook.
7804
fbc5e359
LK
78052005-03-24 Lute Kamstra <lute@gnu.org>
7806
7807 * generic.el (generic-font-lock-defaults): Make it obsolete.
7808 (generic-font-lock-keywords): New variable to replace
7809 generic-font-lock-defaults.
7810 (generic-mode-set-font-lock): Delete it.
7811 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7812 (generic-bracket-support): Add docstring.
7813
16a013c2
LK
7814 * generic-x.el: Rename generic-font-lock-defaults to
7815 generic-font-lock-keywords throughout.
7816 (mailagent-rules-setup-function): Delete it.
7817 (mailagent-rules-generic-mode): Use anonymous function instead.
7818 (show-tabs-generic-mode-font-lock-defaults-1)
7819 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7820 Quote faces.
7821 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7822 not foreground.
7823
48621281
LK
7824 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7825 Recognize define-generic-mode.
7826
a702ffbb
SM
78272005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7830 if there's no completion table.
7831
c29749e7
MB
78322005-03-23 Miles Bader <miles@gnu.org>
7833
fbc5e359 7834 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
7835 Remove tty-specific variants, as they're no longer needed.
7836
ca2d9ad8
LK
78372005-03-23 Lute Kamstra <lute@gnu.org>
7838
a702ffbb 7839 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
7840 (installshield-statement-keyword-list)
7841 (installshield-system-functions-list)
7842 (installshield-system-variables-list, installshield-types-list)
7843 (installshield-funarg-constants-list): Make them constants.
7844
ef300cff
LK
7845 * generic.el (generic-make-keywords-list): Add autoload cookie.
7846
a702ffbb
SM
7847 * calendar/time-date.el: Add comment on time value formats.
7848 Don't require parse-time.
ca2d9ad8
LK
7849 (with-decoded-time-value): New macro.
7850 (encode-time-value): New function.
7851 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7852 (days-to-time): Return a valid time value when arg is huge.
7853 (time-since): Use time-subtract.
7854 (time-to-number-of-days): Use time-to-seconds.
7855
bbcb3b44
DP
78562005-03-23 David Ponce <david@dponce.com>
7857
7858 * recentf.el: (recentf-keep): New option.
7859 (recentf-menu-action): Default to `find-file'.
7860 (recentf-keep-non-readable-files-flag)
7861 (recentf-keep-non-readable-files-p)
7862 (recentf-file-readable-p, recentf-find-file)
7863 (recentf-cleanup-remote): Remove.
7864 (recentf-include-p): More robust.
7865 (recentf-keep-p): New function.
7866 (recentf-remove-if-non-kept): Rename from
52eb0373 7867 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 7868 All callers updated.
bbcb3b44 7869 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
7870 (recentf-track-closed-file): Update. Doc fix.
7871 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 7872
8df0ffbe
KS
78732005-03-23 Kim F. Storm <storm@cua.dk>
7874
7875 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7876 Don't inherit from fringe face (now happens automatically).
7877
eac7d7eb
KS
78782005-03-22 Kim F. Storm <storm@cua.dk>
7879
7880 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7881 position values.
7882
4a4a82d6
SM
78832005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * menu-bar.el (showhide-date-time): Remove.
7886 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7887 (menu-bar-make-mm-toggle): Simplify.
7888
19f26a89 78892005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
7890
7891 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7892 Accept qualified variable and function names.
7893
b9d8ddef
TTN
78942005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7895
7896 * bindings.el (completion-ignored-extensions):
7897 Remove ".lis" for `vax-vms'.
7898
9660f868
AS
78992005-03-22 Andreas Schwab <schwab@suse.de>
7900
7901 * generic-x.el: Revert last change.
7902 * ldefs-boot.el: Update.
7903
948e33b9
JB
79042005-03-22 Jay Belanger <belanger@truman.edu>
7905
7906 * calc/calc-embed (calc-embedded-original-modes): New variable.
7907 (calc-embedded-save-original-modes)
7908 (calc-embedded-restore-original-modes): New functions.
7909 (calc-do-embedded): Save original modes when entering embedded mode
7910 and restore when leaving embedded mode.
7911 (calc-embedded-modes-change): Change the value of
7912 calc-embedded-original-modes to reflect permanent changes.
7913
e6c901b6
LK
79142005-03-22 Lute Kamstra <lute@gnu.org>
7915
7916 * generic-x.el: Require generic again.
7917
28c22055
MB
79182005-03-22 Miles Bader <miles@gnu.org>
7919
7920 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7921 Tweak details to look good on both ttys and bitmap displays, light
7922 or dark background, etc.
7923
f0ebf1eb
KS
79242005-03-21 Kim F. Storm <storm@cua.dk>
7925
7926 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7927 mouse position.
7928
47fda8fc
SM
79292005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7930
7931 * icomplete.el: Don't forcibly turn on the mode upon load.
7932 (icomplete-mode): Use define-minor-mode.
7933 (icomplete-eoinput): Default to nil.
7934 (icomplete-minibuffer-setup): Remove autoload.
7935 (icomplete-tidy): Simplify.
7936 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7937 in the initial state or if the user has modified the field.
7938 Fix handling of icomplete-max-delay-chars.
7939 Remove code that handles the oddball case where
7940 minibuffer-completion-table is an integer.
7941 Wrap icomplete-completions in while-no-input in case building
7942 completions takes more time than expected.
7943 (icomplete-completions): Simplify.
7944
a775dff4
RS
79452005-03-21 Richard M. Stallman <rms@gnu.org>
7946
7947 * jka-compr.el (jka-compr-really-do-compress):
7948 Make variable buffer-local.
7949
7950 * image-mode.el: Handle .xpm files too.
7951 (image-toggle-display): Preserve modification flag.
7952
7953 * help.el (where-is): Don't mention aliases with no key bindings.
7954
077f7085
LK
79552005-03-21 Lute Kamstra <lute@gnu.org>
7956
a57e098f 7957 * generic.el: Fix commentary section. Don't require cl for compilation.
077f7085
LK
7958 (generic-mode-list): Add autoload cookie.
7959 (generic-use-find-file-hook, generic-lines-to-scan)
7960 (generic-find-file-regexp, generic-ignore-files-regexp)
7961 (generic-mode, generic-mode-find-file-hook)
7962 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7963 (define-generic-mode): Make it a defmacro. Fix docstring.
7964 (generic-mode-internal): Code cleanup. Add autoload cookie.
7965 (generic-mode-set-comments): Code cleanup.
7966 * generic-x.el: Don't prevent compilation. Don't require generic.
7967 Follow coding conventions. Minor code cleanup.
7968 (etc-fstab-generic-mode): Add some keywords.
7969 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7970 define-generic-mode like a function declaration.
7971
51d6d300
JB
79722005-03-21 Jay Belanger <belanger@truman.edu>
7973
7974 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7975 changing modes.
7976
568ec09d
SS
79772005-03-21 Sam Steingold <sds@gnu.org>
7978
7979 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7980
7651545c
TTN
79812005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7982
7983 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7984 Add underscore to "f$ lexicals" regexp.
7985
fe6b1dbd
JL
79862005-03-20 Juri Linkov <juri@jurta.org>
7987
7988 * subr.el (progress-reporter-do-update): When `min-value' is equal
7989 to `max-value', set `percentage' to 0 and prevent division by zero.
7990
340b8d4f
MA
79912005-03-20 Michael Albinus <michael.albinus@gmx.de>
7992
7993 Sync with Tramp 2.0.48.
7994
7995 * tramp.el (all): Change all addresses to .gnu.org.
7996 (tramp-append-tramp-buffers): New defun.
7997 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7998 Catch `dont-send' signal.
7999 (tramp-set-auto-save-file-modes): Set always permissions, because
8000 there might be an old auto-saved file belonging to another
8001 original file. This could be a security threat. Reported by
8002 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8003 Check for Emacs 21.3.50 removed.
8004
8005 * tramp-smb.el (all): Remove debug construct for
8006 `with-parsed-tramp-file-name'.
a57e098f 8007 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
8008 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8009 No error message if DIRECTORY or FILENAME doesn't exist.
8010 (tramp-smb-open-connection): Check existence of
8011 `tramp-smb-program'.
8012
a57e098f
SM
80132005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8016 Properly handle the case where the `m' or `s' command's argument is not
8017 yet terminated.
8018 (perl-indent-new-calculate): New function.
8019 (perl-indent-line): Use it.
8020
e38b967a
MB
80212005-03-20 Miles Bader <miles@gnu.org>
8022
8023 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8024 in text-mode too. Change to new face names.
a57e098f 8025 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 8026 Add `:weight bold' attribute.
a57e098f 8027 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 8028
0ee6e7b7
JL
80292005-03-19 Juri Linkov <juri@jurta.org>
8030
8031 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8032
8033 * international/mule.el (auto-coding-alist): Sync with
8034 `auto-mode-alist' by adding upper case archive file extensions
8035 and adding ear/war to jar extension.
8036
864f69e9
EZ
80372005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8038
8039 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8040 running, restart it.
8041
580a2a02
EZ
80422005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8043
a57e098f 8044 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
8045
8046 * man.el (Man-follow-manual-reference): If current-word returns
8047 nil, use "".
8048
09ad1a5b
EZ
80492005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8050
8051 * simple.el (goto-line): Doc fix.
8052
9dce96b5
EZ
80532005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8054
8055 * files.el (save-buffer): Doc fix.
8056
068f123a
EZ
80572005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8058
8059 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 8060 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
8061 remote files.
8062
19f26a89 80632005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
8064
8065 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8066 function names.
8067
504f06a2
EZ
80682005-03-19 Eli Zaretskii <eliz@gnu.org>
8069
8070 * language/thai-word.el: New file.
8071
79d2d279
EZ
80722005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8073
8074 * files.el (backup-buffer): If the file's directory is not
8075 writable, use copy instead of move to backup the file.
8076
f3b7338c
EZ
80772005-03-19 Eli Zaretskii <eliz@gnu.org>
8078
8079 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8080
5d62baca
VJL
80812005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8082
a57e098f
SM
8083 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8084 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
8085 <darkman_spam@yahoo.fr>.
8086 (ps-print-version): New version 6.6.6.
8087
951f97e6
SM
80882005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8089
8090 * textmodes/table.el (table--line-column-position): New idiom.
8091 (table--row-column-insertion-point-p): New function to test
8092 validity of row and column insertion operation at a location.
8093 (table-global-menu, table-cell-menu): Use above functions for
8094 deterministic test operation.
8095 (table--editable-cell-p): Behave in deterministic fashion.
8096
1332f1a0
JL
80972005-03-18 Juri Linkov <juri@jurta.org>
8098
8099 * isearch.el (isearch-lazy-highlight-new-loop):
8100 Make arguments beg and end optional.
8101 (isearch-update): Remove optional arguments nil from
8102 isearch-lazy-highlight-new-loop.
8103 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8104 isearch-lazy-highlight-case-fold-search instead of
8105 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
8106 isearch-lazy-highlight-regexp.
8107 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
8108
8109 * replace.el (perform-replace): Remove bindings of global
8110 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8111 Add three new arguments to `replace-highlight'.
8112 (replace-highlight): Add arguments string, regexp, case-fold.
8113 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8114 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 8115 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
8116 variables whose values lazy highlighting will use regardless of
8117 changes to global variables isearch-string, isearch-regexp,
8118 isearch-case-fold-search during lazy highlighting loop.
8119 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8120 to `lazy-highlight-cleanup'.
8121
8122 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8123 (ispell-highlight-face): Set default face to `isearch' when
8124 lazy highlighting is enabled.
8125 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8126 priority to 1. Add lazy highlighting.
8127 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8128 from `isearch-dehighlight'.
8129
42f73fb4
DP
81302005-03-18 David Ponce <david@dponce.com>
8131
8132 * files.el (hack-local-variables): Do a case-insensitive search
8133 for End.
8134
46fe9018
JL
81352005-03-18 Juri Linkov <juri@jurta.org>
8136
8137 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8138 `isearch-lazy-highlight-cleanup', add alias to old name and
8139 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
8140 (isearch-done, isearch-lazy-highlight-new-loop):
8141 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
8142 (lazy-highlight-cleanup) <variable>: Doc fix.
8143 (isearch-lazy-highlight-update): Rename obsolete
8144 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8145
951f97e6 81462005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
8147
8148 * language/thai-util.el: Fix categorization of Thai characters in
8149 thai-category-table.
8150 (thai-composition-pattern): Adjust it for the above change.
8151 (thai-self-insert-command, thai-compose-syllable): New functions.
8152 (thai-compose-region): Use thai-compose-syllable.
8153 (thai-compose-string): Likewise.
8154 (thai-composition-function): Likewise.
8155 (thai-auto-composition): New function.
8156 (thai-auto-composition-mode): New minor mode.
8157
8158 * language/thai.el: Fix patterns to be registered in
8159 composition-function-table.
8160
8161 * international/quail.el (quail-input-method): Locally bind
8162 inhibit-modification-hooks to t.
8163
c7bd5d57
RS
81642005-03-17 Richard M. Stallman <rms@gnu.org>
8165
8166 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8167 (perl-mode): Use run-mode-hooks.
8168
8169 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8170 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8171 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8172
951f97e6 8173 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
8174 to compute resend-to-address and use it.
8175
8176 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8177
8178 * image-mode.el: New file.
8179
8180 * image.el (insert-sliced-image): Add autoload cookie.
8181
8182 * font-lock.el (font-lock-lines-before): New user option.
8183 (font-lock-after-change-function): Obey it.
8184
8185 * bindings.el (esc-map): Make M-g a prefix.
8186 Bind M-g g and M-g M-g to goto-line.
8187
c7bd5d57
RS
8188 * faces.el (face-id): Doc fix.
8189
81902005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8191
8192 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8193 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8194 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8195
8196 * mail/sendmail.el (mail-yank-ignored-headers)
8197 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8198 Add Mail-Followup-To and Mail-Reply-To headers.
8199 (mail-citation-hook): Add autoload cookie.
8200 (mail-mode): Doc fix.
8201 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8202 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8203 (mail-mode-fill-paragraph): Handle those headers.
8204 (mail-mailing-lists): New variable.
8205 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8206
5a1f9fcf
JL
82072005-03-17 Juri Linkov <juri@jurta.org>
8208
8209 * isearch.el (isearch-fallback): Check for `(car previous)'
8210 before calling `isearch-other-end-state'.
8211
0b6ec58d
KS
82122005-03-17 Kim F. Storm <storm@cua.dk>
8213
8214 * simple.el (move-beginning-of-line): Move to beginning of buffer
8215 line, as well as beginning of screen line.
8216
eae4ba2a
GM
82172005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8218
8219 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8220 argument REDRAW rather than calendar-redrawing variable.
8221 * calendar/calendar.el (calendar-redrawing): Delete.
8222 (redraw-calendar): Do not bind calendar-redrawing.
8223
82242005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8225
8226 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8227 diary-file buffer.
8228
b3e484d7
SM
82292005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * help.el (describe-mode): Allow a :minor-mode-function property to
8232 specify a different minor mode toggle function than the variable.
8233 * simple.el (auto-fill-function):
8234 * subr.el (add-minor-mode): Use it.
8235
7bf880c6
KH
82362005-03-16 Kenichi Handa <handa@m17n.org>
8237
8238 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8239 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8240 (ethio-fidel-to-sera-buffer): Likewise.
8241
fe3947c3
JL
82422005-03-16 Juri Linkov <juri@jurta.org>
8243
8244 * emacs-lisp/find-func.el (find-function-regexp):
8245 Add defun-emitting macro `menu-bar-make-toggle'.
8246
8247 * isearch.el: Put `isearch-scroll' property to
8248 `split-window-horizontally'.
8249
8250 * info.el: Update error messages for `debug-ignored-errors'.
8251 (Info-isearch-search): Doc fix.
8252 (Info-find-node): Move up code to go into info buffer before
8253 recording the node to the history.
8254 (Info-fontify-node): Fontify titles only if the next line
8255 has two or more `*', `=', `-', `.'.
8256 Display "go to this node" for empty (match-string 3).
8257
6a3fac90
YM
82582005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8259
8260 * term/mac-win.el: Add mouse pointer shape constants.
8261
bc438588
KS
82622005-03-15 Kim F. Storm <storm@cua.dk>
8263
8264 * simple.el (move-beginning-of-line): Use vertical-motion.
8265
65e7180e
JL
82662005-03-15 Juri Linkov <juri@jurta.org>
8267
8268 * isearch.el (isearch-error): New variable.
8269 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 8270 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
8271 (isearch-within-brackets-state): Remove.
8272 (isearch-case-fold-search-state, isearch-pop-fun-state):
8273 Decrease frame index.
8274 (isearch-mode, isearch-top-state, isearch-push-state)
8275 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8276 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8277 (isearch-search, isearch-lazy-highlight-new-loop):
8278 Replace `isearch-invalid-regexp' with `isearch-error'.
8279 Remove `isearch-within-brackets'.
8280 (isearch-search): Add `search-failed' handler to `condition-case'.
8281 (isearch-lazy-highlight-search): Add `condition-case' to catch
8282 errors and allow `isearch-lazy-highlight-update' to try
8283 highlighting from the beginning of the window.
8284 (isearch-repeat): Move up code to set isearch-wrapped to t
8285 before calling isearch-wrap-function.
8286
8287 * info.el (Info-isearch-initial-node): New internal variable.
8288 (Info-search): Signal an error in isearch mode when search leaves
8289 the initial node. Signal an error when `bound' is non-nil and
8290 nothing was found in the current subfile.
8291 (Info-isearch-search): Remove `condition-case'.
8292 (Info-isearch-wrap): Don't wrap when search failed during leaving
8293 the initial node. If `Info-isearch-search' is nil, wrap around
8294 the current node.
8295 (Info-isearch-start): New fun.
8296 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8297 `isearch-mode-hook'.
8298
a7321976
YM
82992005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8300
8301 * simple.el (normal-erase-is-backspace): Set default to t if
8302 running on Mac.
8303
8304 * term/mac-win.el (function-key-map): Sync with x-win.el.
8305
8dedddd5
KH
83062005-03-15 Kenichi Handa <handa@m17n.org>
8307
8308 * international/mule-cmds.el (locale-language-names): Modify the
8309 format of elements and add more entries.
8310 (locale-preferred-coding-systems): Add more entries.
b3e484d7 8311 (set-locale-environment): Adjust for the change of
8dedddd5
KH
8312 locale-language-names.
8313
8a462381
SM
83142005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * pcvs.el (smerge-ediff): Remove bogus autoload.
8317
43314bf6
LK
83182005-03-14 Lute Kamstra <lute@gnu.org>
8319
dc64809a
LK
8320 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8321 Ignore a `*' at the beginning of a line.
8322
8a462381 8323 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
8324 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8325 subr.el.
8326 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8327 to specify indentation.
8328
43314bf6
LK
8329 * generic.el (define-generic-mode): Let generic-mode-list be a
8330 list of strings; test membership with equal.
8331
40821110
KS
83322005-03-14 Kim F. Storm <storm@cua.dk>
8333
8334 * simple.el (next-line, previous-line): Add optional try-vscroll
8335 arg to recognize interactive use. Pass it on to line-move.
8336 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 8337 executing keyboard macro to ensure consistent behavior.
40821110 8338
b70d9316
SM
83392005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8342
c4fbcb01
LK
83432005-03-13 Lute Kamstra <lute@gnu.org>
8344
8345 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8346 debugger-setup-buffer so that backtrace marks the frames set to
8347 debug-on-exit and we don't have to do it manually. Set an extra
8348 debug-on-exit for macro's.
8349 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 8350
3fdfb09c
LK
83512005-03-12 Lute Kamstra <lute@gnu.org>
8352
8353 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8354 lisp-indent-function throughout.
8355 (with-no-warnings): Set lisp-indent-function property.
8356
09d252f2
TTN
83572005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8358
8359 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8360 Add entry for backslash.
8361
c10d2217
JL
83622005-03-12 Juri Linkov <juri@jurta.org>
8363
8364 * info.el (Info-search): Four fixes for backward search.
8365
0e425a58
JB
83662005-03-11 Jay Belanger <belanger@truman.edu>
8367
8368 * calc/calc.el (calc-language-alist): New variable.
8369 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8370 (calc-embedded-find-modes): Use calc-language-alist instead of
8371 calc-embedded-language-alist.
8372
33873bad
GM
83732005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8374
8375 * calendar/calendar.el (calendar-redrawing): New internal
8376 variable.
8377 (redraw-calendar): Remove bogus save-excursion from previous
8378 change. Bind calendar-redrawing to t for mark-diary-entries.
8379 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8380 calendar if that is why we were called.
8381
fa815b14
KH
83822005-03-11 Kenichi Handa <handa@m17n.org>
8383
8384 * international/mule.el (make-coding-system): Set property
c7bd5d57 8385 coding-system-define-form to nil.
fa815b14
KH
8386 (define-coding-system-alias): Likewise.
8387
ac249c4c
KH
83882005-03-11 Kenichi Handa <handa@m17n.org>
8389
8390 These changes are suggested by Dave Love <fx@gnu.org>.
8391
8392 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8393 coding: tag.
8394 (adaptive-fill-regexp): Add more bullets.
8395 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8396 regexps.
8397
ef75a647
SM
83982005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8399
dd39c336
SM
8400 * help.el (describe-mode): Properly handle non-trivial lighters.
8401 Don't ignore minor modes that are not listed in minor-mode-list.
8402
ef75a647
SM
8403 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8404 feature ON when the user requests to turn it OFF.
8405
449808f7
LK
84062005-03-10 Lute Kamstra <lute@gnu.org>
8407
8408 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 8409 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
8410 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8411 second argument as the 2005-03-07 change makes it obsolete.
8412 (debug-on-entry, cancel-debug-on-entry): Update call to
8413 debug-on-entry-1.
8414 (debug, debugger-setup-buffer): Comment update.
ef75a647 8415 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 8416
134d277e
JB
84172005-03-10 Jay Belanger <belanger@truman.edu>
8418
8419 * calc/calc-embed.el (math-ms-args): Declare it.
8420 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8421 math-ms-args.
8422 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8423 variables.
8424
33c76f5a
NR
84252005-03-10 Nick Roberts <nickrob@snap.net.nz>
8426
8427 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8428 Use message-box.
8429
8430 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8431 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8432 (tooltip-gud-tips): Simplify.
588c0770 8433 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
8434 (tooltip-gud-modes): Add fortran-mode.
8435 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8436
8437 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 8438
7f351d0b
KS
84392005-03-09 Kim F. Storm <storm@cua.dk>
8440
8441 * play/animate.el (animate-place-char): Use forward-line instead
8442 of next-line to improve performance.
8443
e62ecf85
SJ
84442005-03-09 Simon Josefsson <jas@extundo.com>
8445
8446 * net/browse-url.el (browse-url-default-browser): Doc fix.
8447
f1953880
MB
84482005-03-09 Miles Bader <miles@gnu.org>
8449
8450 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8451 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8452
ca8d88cd
KH
84532005-03-09 Kenichi Handa <handa@m17n.org>
8454
ec4e909a
KH
8455 * international/latin-1.el: Set case and syntax for 255 only if
8456 set-case-syntax-set-multibyte is nil.
8457
7f351d0b 8458 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 8459 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 8460 (ispell-process-line): Likewise.
ca8d88cd
KH
8461 (ispell-complete-word): Likewise.
8462
9839760a
GM
84632005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8464
8465 * calendar/calendar.el (redraw-calendar): Preserve point.
8466 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8467 (calendar-week-start-day): Move after definition of
8468 redraw-calendar. Delete buffer test, since redraw-calendar has
8469 that now.
8470
8471 * calendar/diary-lib.el (mark-diary-entries): Only call
8472 redraw-calendar in the first of any recursive calls.
8473 Reported by Alan Shutko <ats@acm.org>.
8474
9553cf63
JL
84752005-03-08 Juri Linkov <juri@jurta.org>
8476
8477 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8478 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8479 (html-radio-buttons): Add a space before the trailing `/>' where
8480 sgml-xml-mode is non-nil.
8481 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8482 the subsequent tag of the empty XML tag.
8483 (html-href-anchor): Don't set initial input to "http:".
8484 (html-image): Ask for the image URL and set point inside alt="".
8485 (html-name-anchor): Duplicate the name in the `id' attribute when
8486 sgml-xml-mode is non-nil.
8487 (html-paragraph): Remove \n before <p>.
8488 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8489 instead of `checked' when sgml-xml-mode is non-nil.
8490
8491 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8492 Remove 1 space before #RRGGBB to not truncate it on terminal
8493 windows w/o fringes. Remove 1 space between bg and fg examples
8494 to get more space.
8495 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8496 avoid byte-compile warnings.
8497
8498 * image-file.el (image-file-handler): Put `safe-magic' property to
8499 `image-file-handler'.
8500
8501 * info.el (Info-isearch-search): Emulate word search in
8502 isearching through multiple Info nodes with Info-search.
8503 (Info-isearch-wrap): Allow isearch-word.
8504
9b54d453
LK
85052005-03-08 Lute Kamstra <lute@gnu.org>
8506
8507 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8508 stepping into the debugger's code is not possible.
8509 (debugger-jumping-flag): Docstring update.
8510
41d4eedc
JB
85112005-03-08 Jay Belanger <belanger@truman.edu>
8512
8513 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8514 embedded mode begins.
8515 (calc-embedded-language-alist): New variable.
8516 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8517 set default language mode.
8518
c68f7e21
KH
85192005-03-08 Kenichi Handa <handa@m17n.org>
8520
8521 * international/ccl.el (define-ccl-program): Fix docstring about
8522 extra 256 bytes assured for the output buffer.
8523
8524 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8525 Fix BUFFER_MAGNIFICATION to 2.
8526 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8527
3ee9f6ac
JW
85282005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8529
8530 * align.el (align-rules-list): Added an alignment rule for CSS
8531 declarations (applies to css-mode and html-mode buffers).
8532
a29cf450
SM
85332005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8536
2f8cd1ce
KS
85372005-03-07 Kim F. Storm <storm@cua.dk>
8538
a54595d4
KS
8539 * simple.el (move-beginning-of-line): New command.
8540
8541 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8542
8543 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8544
8545 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8546 and move-beginning-of-line.
8547
2f8cd1ce
KS
8548 * apropos.el (apropos-print): Omit command from M-x ... RET.
8549
7a2306d9
NR
85502005-03-07 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8553 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8554
aaf2cff2
RS
85552005-03-06 Richard M. Stallman <rms@gnu.org>
8556
8557 * bindings.el (esc-map): Bind M-g to goto-line.
8558
8559 * facemenu.el (global-map): Bind M-o, not M-g.
8560
bf7970c5
JD
85612005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8562
8563 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8564 "Open Directory" as for "Open File".
8565
0251bafb
RS
85662005-03-06 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8569 (push-mark-command): Run activate-mark-hook.
8570
85712005-03-06 Richard M. Stallman <rms@gnu.org>
8572
8573 * help-mode.el (help-mode-finish): Don't alter the element
8574 in view-return-to-alist if there already is one.
8575
8576 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8577 make sure the current buffer is the expected one.
8578
8579 * novice.el (disabled-command-function): Output in *Disabled Command*.
8580 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8581
8582 * textmodes/flyspell.el (flyspell-large-region):
8583 Pass args differently for aspell.
8584
8585 * files.el (mode-require-final-newline): Doc fix.
8586
52eb0373 85872005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 8588
2f8cd1ce 8589 * progmodes/which-func.el (which-function):
0251bafb
RS
8590 Specify NOERROR when calling imenu--make-index-alist.
8591
55d0f066
SM
85922005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8593
a3194d03
SM
8594 * simple.el (normal-erase-is-backspace): Define default value.
8595
8596 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8597 (custom-reevaluate-setting): Simple function to handle
8598 variables that are defined before their default value can really
8599 be computed.
8600
8601 * startup.el (command-line): Use it for temporary-file-directory,
8602 small-emporary-file-directory, auto-save-file-name-transforms,
8603 blink-cursor-mode, and normal-erase-is-backspace.
8604
55d0f066
SM
8605 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8606 progress, even with buggy anchored keywords.
8607
f38c52df
LT
86082005-03-05 Luc Teirlinck <teirllm@auburn.edu>
8609
be6e87e5 8610 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 8611
bb96021a
RS
86122005-03-05 Richard M. Stallman <rms@gnu.org>
8613
8614 * simple.el (goto-line): Use a number at point as the default.
8615 With C-u as arg, switch buffers.
8616
3ff96c81
JL
86172005-03-05 Juri Linkov <juri@jurta.org>
8618
8619 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8620 with `no-blinking-cursor'.
8621
8622 * startup.el (no-blinking-cursor): New defvar.
8623 (command-line): Add `--no-blinking-cursor' to longopts.
8624 Set `no-blinking-cursor' to t for command line arguments
8625 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8626 with `no-blinking-cursor' in the condition for calling
8627 `blink-cursor-mode'.
8628
c3a52675
LT
86292005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8630
8631 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8632 (menu-bar-options-save): Add blink-cursor-mode.
8633 (menu-bar-options-menu): Add blink-cursor-mode.
8634
77b94af3
GM
86352005-03-04 Ulf Jasper <ulf.jasper@web.de>
8636
8637 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8638 (icalendar-export-file, icalendar-export-region)
a29cf450 8639 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
8640 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8641
524352d6
LK
86422005-03-04 Lute Kamstra <lute@gnu.org>
8643
a29cf450 8644 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
8645 (debug-function-list): Ditto.
8646
b12e59fd
RC
86472005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8648
8649 * textmodes/texinfmt.el (texinfo-append-refill):
8650 Redefine the types of line to which @refill
8651 is not appended by replacing a search for `@refill\\|@bye' with
8652 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8653 itemize@refill' bug and the unfilled long lines bug.
a29cf450 8654 (texinfmt-version): Update number and date.
b12e59fd 8655
518d3637
RS
86562005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8657
8658 * international/code-pages.el (windows-1250, windows-125[2-8])
8659 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8660
d245ff23
SM
86612005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8664 bound yet.
8665
b8210c6e
JPW
86662005-03-02 Romain Francoise <romain@orebokech.com>
8667
8668 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8669 buffer after removing limits.
8670 (ibuffer-pop-filter): Ditto.
8671 Update copyright.
8672
aad1926a
MB
86732005-03-02 Miles Bader <miles@gnu.org>
8674
8675 * button.el (make-text-button): If the user doesn't specify a
8676 type, use the default. Rewrite to use `add-text-properties' and
8677 plist functions.
8678
284f0680
LK
86792005-03-01 Lute Kamstra <lute@gnu.org>
8680
8681 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8682 (debugger-jumping-flag): New var.
8683 (debug-entry-code): Use it.
8684 (debugger-jump): Use debugger-jumping-flag and add
8685 debugger-reenable to post-command-hook.
8686 (debugger-reenable): Use debugger-jumping-flag and remove itself
8687 from post-command-hook.
8688 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8689 debugger-reenable.
8690
43e7d00a
RC
86912005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8692
284f0680 8693 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
8694 inclusion of "itemize\\|", which may be unnecessary, is certainly
8695 inelegant, and stops refilling in itemize lists when formatting
8696 Japanese Texinfo files to Info.
8697 Update copyright to 2005.
8698
911ba5f8
NR
86992005-03-01 Nick Roberts <nickrob@snap.net.nz>
8700
8701 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8702 of an error if GDB can't find the source file.
8703
f830b09e
GM
87042005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8705
8706 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8707 not just the calendar.
8708
8709 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8710 first.
8711 (diary-redraw-calendar): New function.
8712 (make-diary-entry): Add diary-redraw-calendar to local
8713 write-contents-functions. Turn off selective display before
8714 inserting in diary.
8715
5582d76d
KS
87162005-03-01 Kim F. Storm <storm@cua.dk>
8717
8718 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8719
a9ee5cac
LK
87202005-03-01 Lute Kamstra <lute@gnu.org>
8721
8722 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8723 that debug-entry-code can be safely removed from a function while
8724 this code is being evaluated. Revert the 2005-02-27 change as the
8725 new implementation no longer requires it. Make sure that a
dd39c336 8726 function body containing just a string is not mistaken for a docstring.
439368ed
LK
8727 (debug): Skip one more frame in case of debug on entry.
8728 (debugger-setup-buffer): Delete one more frame line in case of
8729 debug on entry.
8730 (debugger-frame-number): Update to use the new text introduced by
d245ff23 8731 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 8732
77032434
KS
87332005-02-28 Kim F. Storm <storm@cua.dk>
8734
8735 * double.el (double-translate-key): Call force-window-update after
8736 read-event to avoid crash in redisplay.
8737
c4d5a8a1
SM
87382005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8741 (debug): Use it. Move the inhibit-trace earlier.
8742 (debug-entry-code): New const.
8743 (debug-on-entry-1): Use it.
8744
4c23089d 87452005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 8746
c4d5a8a1
SM
8747 * international/utf-16.el (ccl-encode-mule-utf-16le):
8748 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
8749 (ccl-encode-mule-utf-16be): Likewise.
8750
87512005-02-28 Kenichi Handa <handa@m17n.org>
8752
8753 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8754 Fix BUFFER_MAGNIFICATION to 4.
8755 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8756
0f468ead
NR
87572005-02-28 Nick Roberts <nickrob@snap.net.nz>
8758
8759 * speedbar.el (speedbar-update-flag): Doc fix.
8760 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8761 argument.
8762
35c5f5d3
SM
87632005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8764
fc88c288
SM
8765 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8766 have a non-nil `invisible' property but are actually visible.
8767
35c5f5d3
SM
8768 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8769 for perldoc sections.
8770 (perl-outline-regexp, perl-outline-level): New var and function.
8771 (perl-mode): Use them.
8772
f43ae016
GM
87732005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8774
8775 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8776 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8777
04c9dde8
LT
87782005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8779
8780 * cus-edit.el: Comment change.
8781 (custom-buffer-create-internal): Slightly reword text at top of
8782 Custom buffers. Mention there that saving an option edits the
8783 init file. Add link to Emacs manual node on `custom-file'.
8784 (custom-magic-alist): Rewrite individual State messages to use
8785 capitalized keywords. Doc fix.
8786
261b7f30
GM
87872005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8788
8789 * calendar/calendar.el (calendar-buffer): Move above
8790 calendar-week-start-day.
8791 (calendar-week-start-day): Doc fix. Add :set function.
8792 (calendar-minimum-window-height): New variable.
8793 (generate-calendar-window): Only resize window if selected-window
8794 is displaying the calendar buffer. Use new variable
8795 calendar-minimum-window-height.
8796 (generate-calendar): Reword error message.
8797 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8798
b71c9e75
AS
87992005-02-27 Andreas Schwab <schwab@suse.de>
8800
c58447fd
AS
8801 * vc.el (vc-do-command): Don't run command asynchronously when
8802 operating in a remote directory.
8803
b71c9e75
AS
8804 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8805 change from sync with Tramp 2.0.47.
8806
aa5c6b3e
RS
88072005-02-27 Richard M. Stallman <rms@gnu.org>
8808
8809 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8810
8811 * textmodes/flyspell.el (flyspell-mode-on):
8812 Call ispell-change-dictionary only if necessary.
8813
8814 * emacs-lisp/re-builder.el (regexp-builder): New function.
8815
8816 * register.el (describe-register-1): Explicitly handle
8817 yank-excluded-properties = t.
8818
8819 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8820 (custom-magic-alist): Change the status descriptions again.
8821 (face widget-type): Total rewrite based on `restricted-sexp'
8822 to eliminate the confusing double hiding levels.
8823
8824 * emacs-lisp/debug.el (debug-on-entry-1):
8825 If function body is empty, add nil as body form.
8826
5f8a82e1
SM
88272005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8828
8829 * emacs-lisp/trace.el (inhibit-trace): New var.
8830 (trace-make-advice): Use it.
8831
8832 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8833
c6f4488c
KS
88342005-02-26 Kim F. Storm <storm@cua.dk>
8835
8836 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8837 (mouse-on-link-p, mouse-drag-region-1): Use it.
8838
a0b497c5
LK
88392005-02-25 Lute Kamstra <lute@gnu.org>
8840
8841 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8842
ffa8d0ef
LT
88432005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8844
8845 * frame.el (blink-cursor-mode): Add :group keyword.
8846
1a951b51
GM
88472005-02-24 Ulf Jasper <ulf.jasper@web.de>
8848
78d54dee
SM
8849 * calendar/icalendar.el (icalendar--decode-isodatetime):
8850 New optional argument DAY-SHIFT.
1a951b51
GM
8851 (icalendar-export-region): Fix coding-system-for-write.
8852 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8853 events by one.
8854
6ecedb40
SM
88552005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8858
1749aa90
KS
88592005-02-24 Kim F. Storm <storm@cua.dk>
8860
8861 * international/iso-acc.el (iso-accents-compose): Fix crash
8862 during redisplay. Call force-window-update after read-event
8863 and delete-region to signal that window is not accurate.
8864
78d54dee
SM
88652005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8868 Remove unused and inexistent var `inhibit-trace'.
8869 (debugger-mode): Use run-mode-hooks.
8870 (debugger-list-functions): Add buttons; setup xref stack.
8871
a98ac7ae
RS
88722005-02-23 Richard M. Stallman <rms@gnu.org>
8873
8874 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8875 appointment says it was explicitly made.
8876 (appt-add): Set the 3rd element.
8877 (appt-make-list): Preserve explicit appointments.
8878
8879 * subr.el (find-tag-default): Catch errors in forward-sexp.
8880
91c66262
JL
88812005-02-23 Juri Linkov <juri@jurta.org>
8882
8883 * info.el (Info-isearch-search): New defcustom.
8884 (Info-isearch-search): Call the default isearch function
8885 when Info-isearch-search is nil.
8886 (Info-isearch-wrap): Use variable Info-isearch-search.
8887
01d746be
LT
88882005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8889
8890 * cus-edit.el: Comment change.
8891
b686dd59
KS
88922005-02-22 Kim F. Storm <storm@cua.dk>
8893
6ecedb40
SM
8894 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8895 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 8896
fe77c061
SJ
88972005-02-22 Simon Josefsson <jas@extundo.com>
8898
6ecedb40
SM
8899 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8900 New variable.
fe77c061
SJ
8901 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8902 Oskarsson" <myrkraverk@users.sourceforget.net>.
8903
baf70a02
KS
89042005-02-22 Kim F. Storm <storm@cua.dk>
8905
8906 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8907 check that window of that event is the selected window.
8908 (mouse-drag-region-1): Compare mouse event window to selected
8909 window before setting point.
8910
8911 * tooltip.el (tooltip-show-help-function): Pass event to
8912 mouse-on-link-p so it can check selected window.
8913
ca69e8aa
KH
89142005-02-22 Kenichi Handa <handa@m17n.org>
8915
8916 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8917 (ps-mule-show-warning): New function.
8918 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8919 characters are found.
8920
8921 * ps-print.el (ps-header-footer-string): Return a list of header
8922 and footer strings.
8923
dae3211d
SM
89242005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8925
8926 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8927
89282005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 8929
9df747e1
SM
8930 * frame.el (blink-cursor-mode): Use define-minor-mode.
8931
2c75eddf
SM
8932 * term/mac-win.el (function-key-map): Use char-names more consistently.
8933 (file-name-coding-system): Only set it for MacOS-9. The other case is
8934 already handled in mule-cmds.el (where it also works when mac-win.el
8935 is not used).
8936
c4a166f1
KH
89372005-02-21 Kenichi Handa <handa@m17n.org>
8938
002dc239
KH
8939 * international/mule.el (ctext-pre-write-conversion): Always use
8940 " *code-converting-work*" buffer for work.
8941
c4a166f1
KH
8942 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8943
22071507
TTN
89442005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8945
8946 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8947
50d9c396
JY
89482005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8949
2c75eddf 8950 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
8951 allows changes outside the restricted area of the buffer.
8952
0fba9f25
KS
89532005-02-20 Kim F. Storm <storm@cua.dk>
8954
8955 * simple.el (line-move): Add fourth optional arg try-vscroll which
8956 must be set to perform auto-window-vscroll.
8957 When moving backwards and doing auto-window-vscroll, automatically
8958 vscroll to the last part of lines which are taller than the window.
8959 (next-line, previous-line): Set try-vscroll arg on line-move.
8960
ac010fca
DN
89612005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8962
f79bdb3a
DN
8963 * replace.el (query-replace, query-replace-regexp)
8964 (replace-string, replace-regexp): When operating on region, make
8965 the minibuffer prompt say so.
8966
ac010fca
DN
8967 * isearch.el (isearch-forward): Document isearch-query-replace and
8968 isearch-query-replace-regexp keybindings.
0fba9f25 8969
fa64fa22
JB
89702005-02-19 Jay Belanger <belanger@truman.edu>
8971
8972 * calc/calc-aent.el (math-read-token): Add local variable.
8973
8974 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8975 (calc-edit-top): Move declaration to earlier in file.
8976 (calc-edit-macro-repeats): Add local variables.
8977
8978 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8979 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8980 calcFunc-tanh.
8981 Adjust integration rule for calcFunc-tan.
8982
3f9526a3 89832005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
8984
8985 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8986 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8987 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8988 (viper-skip-separators): Bug fix.
8989 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 8990 particular major mode.
0fba9f25 8991 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 8992 kill ring.
0fba9f25
KS
8993
8994 * viper-ex.el (viper-color-display-p): New function.
8995 (viper-has-face-support-p): Use viper-color-display-p.
8996
8997 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8998
8999 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9000
9001 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9002 (viper-file-remote-p): Make equivalent to file-remote-p.
9003
78d54dee
SM
9004 * viper.el (viper-major-mode-modifier-list):
9005 Use viper-gnus-modifier-map.
0fba9f25 9006
c761fd55
DK
90072005-02-19 David Kastrup <dak@gnu.org>
9008
9009 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9010 quoting.
9011
7ca4e8a1
JB
90122005-02-19 Jay Belanger <belanger@truman.edu>
9013
9014 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 9015 Remove extra definitions.
7ca4e8a1
JB
9016 (calc-coth): New function.
9017 (calcFunc-cot): Fix `let'.
9018
0e0d5683
EZ
90192005-02-19 Eli Zaretskii <eliz@gnu.org>
9020
9021 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9022 the reasons we use "type pc" in these faces.
9023
9024 * button.el (button): Ditto.
9025
2511035d
EZ
90262005-02-19 Michael Mauger <mmaug@yahoo.com>
9027
9028 * replace.el (query-replace-read-from): Set the value of
9029 query-replace-from-history-variable to handle the case of an empty
9030 string entered to accept the suggested default.
74f69b93 9031
78d54dee
SM
9032 * net/tramp.el (tramp-file-name-for-operation):
9033 Use dired-call-process instead of dired-call-process-command.
74f69b93 9034
7182a9a6
JB
90352005-02-19 Jay Belanger <belanger@truman.edu>
9036
9037 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9038 (math-div-non-trig): New variables.
9039 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9040 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9041 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9042 trig expressions.
9043
8c4e7434
NR
90442005-02-19 Nick Roberts <nickrob@snap.net.nz>
9045
9046 * progmodes/gdb-ui.el (gdb-var-update-handler)
9047 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9048 for watch expressions,
9049 (gdb-var-create-handler): Don't set speedbar-update-flag.
9050 (gdb-post-prompt): Simplify test for speedbar.
9051
17561e4f 90522005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 9053
78d54dee
SM
9054 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9055 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 9056 we use the syntax table of the correct buffer.
78d54dee 9057 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 9058 Felix Gatzemeier.
0fba9f25 9059
78d54dee
SM
9060 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9061 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 9062 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 9063
78d54dee
SM
9064 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9065 ediff-recurse-to-subdirectories.
9066 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 9067 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 9068
78d54dee 9069 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 9070 nil.
0fba9f25 9071
9be92b96
SM
90722005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9075
3a51abf1
DK
90762005-02-18 David Kastrup <dak@gnu.org>
9077
9078 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9079 use `mark-active' when defined.
9080
92dc83a9
KH
90812005-02-18 Kenichi Handa <handa@m17n.org>
9082
9083 * ps-print.el (ps-font-info-database): New entry
9084 ZapfChancery-MediumItalic with correct font name. Fix font name
9085 of the entry Zapf-Chancery-MediumItalic.
9086
6dbbc01d
LT
90872005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9088
9089 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9090
4aed6e1e
KS
90912005-02-16 Kim F. Storm <storm@cua.dk>
9092
9093 * ido.el (ido-fallback-command): Pass user input to fallback command.
9094
90952005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
9096
9097 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9098 (gdb-find-file-hook): Add server prefix.
9099
a29c9707
RS
91002005-02-16 Richard M. Stallman <rms@gnu.org>
9101
9102 * replace.el (perform-replace): Pass new args to replace-highlight.
9103 (replace-highlight): Take region args,
9104 and pass them to isearch-lazy-highlight-new-loop.
9105
9106 * novice.el (disabled-command-hook): Autoload the defalias
9107 and the make-obsolete-variable call.
9108
9109 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9110
9111 * isearch.el (isearch-lazy-highlight-start-limit)
9112 (isearch-lazy-highlight-end-limit): New variables limit
9113 the region for highlighting.
9114 (isearch-lazy-highlight-new-loop): New args BEG and END.
9115 (isearch-lazy-highlight-search): Use the new vars.
9116 (isearch-lazy-highlight-update): Likewise.
9117
9118 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9119
9120 * cus-start.el (all): Use default-boundp.
9121
4aed6e1e 91222005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
9123
9124 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9125
e1c9f939
LT
91262005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9127
9128 * autorevert.el (auto-revert-stop-on-user-input)
9129 (auto-revert-verbose): Doc fixes.
9130
52c7f9ee
JR
91312005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9132
9133 * international/mule-cmds.el (set-locale-environment): Remove call
9134 to set-selection-coding-system on Windows.
9135
6ec30302
JB
91362005-02-15 Jay Belanger <belanger@truman.edu>
9137
9138 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 9139 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
9140 calcFunc-coth.
9141 (math-simplify-sqrt): Add simplifications.
9142
9143 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9144 to list.
9145
9146 * calc/calc-ext.el: Add functions to autoloads.
9147
9148 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9149 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9150 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9151 (math-csc-raw, math-cot-raw): New functions.
9152
9153 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9154
9155 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9156 the variable name in a message.
9157
9158 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9159 calcFunc-csc, calcFunc-cot.
9160
9161 * calc/calcalg2.el: Add derivative and integration rules for
9162 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9163 calcFunc-csch, calcFunc-coth.
9164 (math-do-integral-methods): Add to checks for when to use
9165 substitutions.
9166
9167 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9168
43817a75
LK
91692005-02-15 Lute Kamstra <lute@gnu.org>
9170
9be92b96
SM
9171 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9172 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
9173 <monnier@iro.umontreal.ca>
9174 (lisp-outline-level): Improve efficiency. Suggested by David
9175 Kastrup <dak@gnu.org>.
9176
34093ed7
NR
91772005-02-15 Nick Roberts <nickrob@snap.net.nz>
9178
9179 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9180 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9181 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 9182 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
9183 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9184
0f014aa1
LT
91852005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9186
9187 * cus-start.el (all): Comment change.
9188
23e8c095
LK
91892005-02-14 Lute Kamstra <lute@gnu.org>
9190
9191 * cus-start.el (all): Check if symbol is void.
9192
a4869139
CD
91932005-02-14 Carsten Dominik <dominik@science.uva.nl>
9194
9195 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9196 optional argument to \cite.
9197
134948fc
RS
91982005-02-14 Richard M. Stallman <rms@gnu.org>
9199
9200 * cus-edit.el (custom-buffer-create-internal): Update help message.
9201 (custom-magic-alist): Update help messages.
9202
9203 * cus-start.el (all): Allow a var to specify a standard value.
9204
5e2087b8
LT
92052005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9206
9207 * custom.el (custom-theme-set-variables): Handle variable aliases.
9208
9209 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
9210 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9211 declare obsolete.
03e38499
LT
9212 (blink-cursor-mode): Define with defcustom and use correct
9213 standard expression in that defcustom.
5e2087b8
LT
9214 * startup.el (command-line): Adapt to above changes in frame.el.
9215
b7a2a696
LK
92162005-02-11 Lute Kamstra <lute@gnu.org>
9217
9218 * apropos.el (apropos-score-doc): Prevent division by zero.
9219
ea66d5e0
GM
92202005-02-11 Ulf Jasper <ulf.jasper@web.de>
9221
9222 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9223 (icalendar--get-event-property-attributes)
9224 (icalendar--get-event-properties)
9225 (icalendar--datetime-to-diary-date): New functions.
9226 (icalendar--split-value): Doc fix.
9227 (icalendar--datetime-to-noneuropean-date)
9228 (icalendar--datetime-to-european-date): New optional argument
9229 SEPARATOR. Return result as a string instead of a list.
9230 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9231 (icalendar--convert-string-for-export): Rename arg S to STRING.
9232 (icalendar-export-region): Doc fix. Change name of error buffer.
9233 Save output buffer.
9234 (icalendar-import-file): Add blank at end of prompt.
9235 (icalendar-import-buffer): Doc fix. Do not switch to error
9236 buffer. Indicate status in return value.
9237 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9238 buffer. Save output buffer. Handle exception from recurrence
9239 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9240 events. Fix problems with weekly all-day events.
9241
44291460
RS
92422005-02-10 Richard M. Stallman <rms@gnu.org>
9243
9244 * simple.el (eval-expression-print-format):
9245 Avoid warning about edebug-active.
9246
9be92b96 9247 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
9248 (help-for-help): Define with defalias.
9249
9250 * font-core.el (font-lock-default-function): Use with-no-warnings.
9251
9252 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9253
9254 * custom.el (defface): Doc fix.
9255
37956fd5
NR
92562005-02-10 Nick Roberts <nickrob@snap.net.nz>
9257
9258 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9259 width 0" to prevent word wrapping problems.
9260
44042fe7
KS
92612005-02-09 Kim F. Storm <storm@cua.dk>
9262
9263 * ido.el (ido-file-extensions-order): New defcustom.
9264 (ido-file-extension-lessp, ido-file-extension-aux)
9265 (ido-file-extension-order): New advanced file ordering.
9266 (ido-file-lessp): New simple file ordering.
9267 (ido-sort-list): Remove.
9268 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9269 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9270
e7eaabae
DN
92712005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9272
9273 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9274 that some versions of grep produce.
9275 (grep-mode-font-lock-keywords): Likewise.
9276
76f8cd56
NR
92772005-02-09 Nick Roberts <nickrob@snap.net.nz>
9278
9279 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 9280 (gdb-cdir): Delete.
76f8cd56
NR
9281 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9282 (gdb-source-info): Treat case when source file is in another
9283 directory properly.
9284 (gdb-get-location): New function.
9285
519b13cd
JB
92862005-02-07 Jay Belanger <belanger@truman.edu>
9287
9288 * calc/calc-prog.el (calc-write-parse-table-part)
9289 (calc-fix-token-name): Fix a check for language type.
9290
9be92b96 9291 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 9292
009bb5d2
AS
92932005-02-07 Andre Spiegel <spiegel@gnu.org>
9294
9295 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9296 as directory not writable.
9297
82ec225b
KS
92982005-02-07 Kim F. Storm <storm@cua.dk>
9299
9300 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9301 (cua--standard-movement-commands): Remove list.
9302 Instead, set CUA property value to move for movement commands.
9303 (cua-movement-commands): Remove. Users must set CUA prop instead.
9304 (cua--pre-command-handler): Check CUA property.
9305 (cua--init-keymaps): Don't remap undo commands.
9306 (cua-mode): Don't call cua--rectangle-on-off.
9307
9308 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9309 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9310 (cua--rect-undo-set-point): New var.
9311 (cua--rectangle-undo-boundary): Setup undo apply entry.
9312 (cua--rect-undo-handler): New function for rectangle undo.
9313 (cua--rect-start-position, cua--rect-end-position): Add.
9314 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9315 for restored rectangle. Set point if cua--rect-undo-set-point.
9316
c529f7f7
JB
93172005-02-06 Jay Belanger <belanger@truman.edu>
9318
9319 * calc/calc-lang.el (calc-tex-language): Display more information
9320 in messages.
9321
9322 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9323 in TeX mode.
9324
ba2c991c
RS
93252005-02-06 Richard M. Stallman <rms@gnu.org>
9326
9327 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9328
6d61d855
EZ
93292005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9330
9331 * net/ldap.el (ldap-search-internal): Support attributes with
9332 optional descriptions separated by a semi-colon, as in
9333 "userCertificate;binary".
9334
18daafed
JD
93352005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9336
9337 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9338 isn't a cons (i.e. the version is 0).
9339
cb602754
EZ
93402005-02-05 Eli Zaretskii <eliz@gnu.org>
9341
9342 * help.el (help-for-help): Doc fix.
9343
a0079e58
NR
93442005-02-05 Nick Roberts <nickrob@snap.net.nz>
9345
52eb0373 9346 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
9347 GDB-Windows on the menu-bar as this works better.
9348
e67d06eb
JB
93492005-02-04 Jay Belanger <belanger@truman.edu>
9350
9351 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 9352 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
9353
9354 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9355 (math-latex-parse-two-args): New function.
9356
02f244c8
LK
93572005-02-03 Lute Kamstra <lute@gnu.org>
9358
9359 * help-fns.el (help-with-tutorial): Make sure that users cannot
9360 remove the entire text of the tutorial by means of `undo'.
9361
ca97010c
SM
93622005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9365 in recent changes, where the ispell process was repeatedly
9366 killed & restarted.
a41118cc
SM
9367
9368 * international/mule-cmds.el (set-locale-environment): Set file-name
9369 coding system to utf-8 on Darwin systems.
9370 (set-default-coding-systems): Don't set default-file-name-coding-system
9371 on Darwin systems.
9372
4e07258f
RS
93732005-02-03 Richard M. Stallman <rms@gnu.org>
9374
9375 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9376
93772005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9378
9379 * faces.el (list-faces-display): Add optional argument.
9380
30b940a7
SM
93812005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * font-core.el (font-lock-default-function): Handle the rare case where
9384 only font-lock-keywords is set.
9385
4e07258f 93862005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 9387
30b940a7 9388 * international/characters.el: Cancel previous change for
fbbde29a
KH
9389 I-WITH-DOT-ABOVE and DOTLESS-i.
9390
9391 * international/latin-5.el: Cancel previous change.
9392
87c366c1
NR
93932005-02-02 Nick Roberts <nickrob@snap.net.nz>
9394
9395 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9396
56072160
KH
93972005-02-02 Kenichi Handa <handa@m17n.org>
9398
9399 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9400 DOTLESS-i.
9401
9402 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9403 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9404
394dff57 9405 * case-table.el (get-upcase-table): New function.
56072160
KH
9406 (copy-case-table): Copy upcaes table too if non-nil.
9407 (set-case-syntax-delims): Maintain upcase table too.
9408 (set-case-syntax-pair): Likewise.
9409 (set-upcase-syntax, set-downcase-syntax): New functions.
9410 (set-case-syntax): Maintain upcase table too.
9411
dd8e8b27
NR
94122005-02-02 Nick Roberts <nickrob@snap.net.nz>
9413
52eb0373 9414 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
9415
9416 * progmodes/gud.el (gud-goto-info): New function.
9417 (gud-tool-bar-map): Use correct icon.
9418
cc08f5b2
TTN
94192005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9420
9421 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9422 When delegating, order args in the funcall correctly.
9423
b961eb0e
TTN
94242005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9425
9426 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9427
2fdf4457
CD
94282005-02-01 Carsten Dominik <dominik@science.uva.nl>
9429
9430 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9431 buffer not visiting a file.
9432
a214f7ba
JB
94332005-01-31 Jay Belanger <belanger@truman.edu>
9434
9435 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9436 bound on the line with the formula.
9437
fb89c330
KS
94382005-01-31 Kim F. Storm <storm@cua.dk>
9439
9440 * ses.el (ses-create-cell-variable-range)
9441 (ses-destroy-cell-variable-range, ses-reset-header-string)
9442 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9443 (ses-insert-row): Fix format of apply undo entries.
9444
998858ae
JB
94452005-01-31 Jay Belanger <belanger@truman.edu>
9446
9447 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9448 parts.
9449
9450 * calc/calc-embed.el (calc-embedded-open-formula)
9451 (calc-embedded-close-formula): Ignore matrix environments.
9452
9453 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9454 TeX mode.
9455
9456 * calc/calc-lang.el (math-function-table, math-oper-table)
9457 (math-variable-table): Adjust the LaTeX portions.
9458
9459 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9460 (math-latex-ignore-words): New constant.
9461
a6e7a34b
RS
94622005-01-31 Richard M. Stallman <rms@gnu.org>
9463
9464 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9465 (ispell-local-dictionary): Doc fix.
9466 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9467 Don't reinitialize at run time. Don't defcustom.
9468 All uses changed to append ispell-local-dictionary-alist,
9469 or check it first.
9470 (ispell-current-dictionary): New variable for dictionary in use.
9471 (ispell-dictionary): Now used only for global default.
9472 (ispell-start-process): Set ispell-current-dictionary,
9473 not ispell-dictionary.
9474 (ispell-change-dictionary): Use this only for setting
9475 user preferences.
9476 (ispell-internal-change-dictionary): New function
9477 to change the current dictionary in use.
fb89c330
KS
9478 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9479 Use ispell-current-dictionary.
a6e7a34b
RS
9480 Handle ispell-local-dictionary-overridden.
9481 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9482
1be70c61
JB
94832005-01-31 Jay Belanger <belanger@truman.edu>
9484
9485 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9486
9487 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9488 (calc-mode-map): Add calc-latex-language.
9489
9490 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9491 (math-latex-print-frac): New functions.
9492 (math-oper-table, math-function-table, math-variable-table)
9493 (math-complex-format, math-input-filter): Add latex properties.
9494 (calc-set-language): Set math-expr-special-function-mapping.
9495
9496 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 9497 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
9498
9499 * calc/calc.el (calc-language): Adjust docstring.
9500 (calc-set-mode-line): Add LaTeX support.
9501 (math-expr-special-function-mapping): New variable.
e09d97e8 9502 (math-tex-ignore-words): Add to list.
fb89c330 9503
1be70c61
JB
9504 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9505 Add LaTeX support.
9506 (math-compose-expr): Add support for special functions.
9507
9508 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9509
2d08f307
NR
95102005-01-31 Nick Roberts <nickrob@snap.net.nz>
9511
9512 * progmodes/gdb-ui.el (gdb-memory-address)
9513 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9514 (gdb-memory-mode-map, gdb-memory-format-keymap)
9515 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9516 (gdb-memory-unit-menu): New variables for a buffer
9517 that lets the user examine program memory.
9518 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9519 (gdb-memory-format-binary, gdb-memory-format-octal)
9520 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9521 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9522 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9523 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9524 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9525 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9526 (gdb-memory-mode, gdb-memory-buffer-name)
9527 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9528 New functions for above buffer.
9529
ce406543
RS
95302005-01-30 Richard M. Stallman <rms@gnu.org>
9531
9532 * cus-edit.el (custom-bury-buffer): Function deleted.
9533 (custom-buffer-done-function): Option deleted.
9534 (custom-buffer-done-kill): New (replacement option.
9535 (Custom-buffer-done): Call quit-window.
9536 (custom-buffer-create-internal): Update for above changes.
9537
03c64f2e
LT
95382005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9539
9540 * simple.el (undo-ask-before-discard): New var.
9541 (undo-outer-limit-truncate): Implement it.
9542 (undo-extra-outer-limit): Doc update.
9543
5a92a9eb
RS
95442005-01-29 Richard M. Stallman <rms@gnu.org>
9545
394dff57 9546 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
9547 (ses-begin-change): Doc fix.
9548
9549 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9550 instead of rebinding C-x u and C-_.
9551
9552 * files.el (normal-backup-enable-predicate): Return nil for files
9553 in /tmp, regardless of temporary-file-directory.
9554
9555 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9556
9557 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9558 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 9559 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
9560 for move-to-column's 2nd arg.
9561
9562 * simple.el (undo): Fix the test for continuing a series of undos.
9563 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 9564 (pending-undo-list): Move up defvar.
5a92a9eb
RS
9565
9566 * wid-edit.el (widget-button-click):
9567 Shorten the range of the track-mouse binding.
9568
9569 * comint.el (comint-insert-input): Undo previous changes;
9570 use last-input-event in interactive spec.
9571
28d986b9
EZ
95722005-01-29 Eli Zaretskii <eliz@gnu.org>
9573
cf63e6fa
EZ
9574 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9575 to nil before invoking call-process. Reset buffer's modified flag
9576 after fontifying it in the no-async branch.
9577
28d986b9
EZ
9578 * wid-edit.el (widget-specify-button): If mouse pointer shape
9579 cannot be changed, use mouse face instead.
9580
c7c87573
NR
95812005-01-29 Nick Roberts <nickrob@snap.net.nz>
9582
9583 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9584 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 9585 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 9586 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 9587 added on 2005-01-19.
c7c87573 9588
394dff57
SM
95892005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9592 (dsssl-mode): Use define-derived-mode.
9593 (scheme-mode-initialize): Remove.
9594 (scheme-mode): Use run-mode-hooks.
9595
9596 * cus-edit.el (customize-group-other-window)
9597 (custom-buffer-create-other-window): Don't override special-display-*.
9598 (custom-mode-map): Make it dense.
9599
9600 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9601 sets the default value.
9602
2d65673f
EZ
96032005-01-28 Eli Zaretskii <eliz@gnu.org>
9604
9605 * descr-text.el: Add more keywords.
9606
6b626913
SM
96072005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9608
b9fbc167
SM
9609 * speedbar.el: Avoid unnecessary use of locate-library.
9610
6b626913
SM
9611 * international/mule-cmds.el (standard-display-european-internal):
9612 Don't fiddle with latin-1 non-break space any more since it's now
9613 special cased in the C code.
9614 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9615
3bf93f74
LT
96162005-01-26 Luc Teirlinck <teirllm@auburn.edu>
9617
9618 * cus-start.el (all): Add `undo-outer-limit'.
9619
31df23f5
LK
96202005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9621
6b626913
SM
9622 * textmodes/bibtex.el (bibtex-format-entry):
9623 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
9624 field lines.
9625 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9626 not on part of a buffer.
9627
96282005-01-25 Lute Kamstra <lute@gnu.org>
9629
9630 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9631 nonempty field text strings like "{letters\\macro{}more letters}".
9632 Clarify docstring.
9633 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9634 (bibtex-entry-offset, bibtex-parse-association)
9635 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 9636 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 9637
19f26a89 96382005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 9639
60fc9395 9640 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 9641 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
9642 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9643 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9644
9645 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9646 isearch minor mode.
9647
fe860842
LT
96482005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9649
9650 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9651
2fc3738c
LK
96522005-01-24 Lute Kamstra <lute@gnu.org>
9653
9654 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9655 CASECHARS and NOT-CASECHARS regular expressions of the
9656 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9657 striding over charsets" error.
9658
dacb2f70
JB
96592005-01-24 Jay Belanger <belanger@truman.edu>
9660
9661 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9662 display variable name.
9663
e1a050dc
KH
96642005-01-24 Kenichi Handa <handa@m17n.org>
9665
9666 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9667 Fix setting of the element of encoded-kbd-iso2022-invocations.
9668
ac94d5f4
NR
96692005-01-24 Nick Roberts <nickrob@snap.net.nz>
9670
9671 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9672 (gdb-threads-select): Change to also accept mouse events.
9673 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9674 (gdb-threads-mouse-select): Delete.
9675
9bb99df6
LT
96762005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9677
9678 * files.el (insert-directory): Take care of empty directory,
9679 listed without -a switch.
9680
bd6a8278
SM
96812005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9682
04138be8
SM
9683 * textmodes/refill.el (refill-post-command-function):
9684 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9685 to the list of functions that we should be careful not to undo.
9686 (refill-late-fill-paragraph-function): Remove.
9687 (refill-saved-state): New var.
9688 (refill-mode): Use it to save fill-paragraph-function.
9689 Save also the value of auto-fill-function.
9690
bd6a8278
SM
9691 * term/w32-win.el: Simplify code.
9692
5c20cae2
KS
96932005-01-23 Kim F. Storm <storm@cua.dk>
9694
8f958b40
KS
9695 * simple.el (line-move): Adapt to new return value from
9696 pos-visible-in-window-p.
9697
5c20cae2
KS
9698 * simple.el (line-move): Fix last change. Check partial
9699 visibility at point rather than at window-start.
9700
e1c7e69a
JR
97012005-01-22 Jason Rumney <jasonr@gnu.org>
9702
9703 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9704
3d4d788a
DK
97052005-01-22 David Kastrup <dak@gnu.org>
9706
9707 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9708
1a8461d3
EZ
97092005-01-22 Eli Zaretskii <eliz@gnu.org>
9710
9711 * type-break.el (type-break-mode): Add a test for
9712 type-break-file-name being non-nil.
9713
1da1887d
EZ
97142005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9715
9716 * net/eudc.el (top level): Call (message "") via progn, so that
9717 eudc-options-file is loaded.
9718
d00e399a
KS
97192005-01-22 Kim F. Storm <storm@cua.dk>
9720
9721 * simple.el (line-move-1): Rename from line-move.
9722 (line-move): New function that adjusts vscroll for partially
9723 visible rows, and calls line-move-1 otherwise.
9724
2ff1dec9
JW
97252005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9726
9727 * pcomplete.el: define pcomplete-read-event instead of read-event,
9728 since it's not a complete read-event implementation
9729
7ec35700
JB
97302005-01-20 Jay Belanger <belanger@truman.edu>
9731
9732 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9733 for called function.
9734
a15252fd
ST
97352005-01-20 Steven Tamm <steventamm@mac.com>
9736
6b626913 9737 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
9738 Controlled now by s/darwin.h:PTY_ITERATION.
9739
66c226bf
SM
97402005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * window.el (handle-select-window): Don't switch window when we're
9743 in the minibuffer.
9744
7c018923
SM
97452005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9746
9747 * subr.el (dotimes-with-progress-reporter): New macro.
9748
9749 * ses.el (ses-dotimes-msg): Remove macro.
9750 Use `dotimes-with-progress-reporter' instead.
9751
8db8a5cf
ST
97522005-01-19 Steven Tamm <steventamm@mac.com>
9753
9754 * term/mac-win.el (process-connection-type): Use new
588c0770 9755 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
9756 10.3) when using carbon build.
9757
7679290d
JB
97582005-01-19 Jay Belanger <belanger@truman.edu>
9759
9760 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9761 flags if the last command was a tab or M-tab.
9762
17c90a9e
JB
9763 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9764 in formula editing buffer.
9765
2c60b6d3
NR
97662005-01-19 Nick Roberts <nickrob@snap.net.nz>
9767
9768 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9769 breakpoint image symbol in margin.
9770
1ff85beb
JB
97712005-01-19 Jay Belanger <belanger@truman.edu>
9772
9773 * calc/calc-prog.el (calc-execute-kbd-macro):
9774 Ignore calc-keep-arg-flag.
9775
664ca704
KH
97762005-01-19 Kenichi Handa <handa@m17n.org>
9777
9778 * textmodes/ispell.el (ispell-looking-at): New function.
9779 (ispell-process-line): Use ispell-looking-at to compare the ispell
9780 output and the buffer contents.
9781
926787be
JB
97822005-01-18 Jay Belanger <belanger@truman.edu>
9783
9784 * calc/calc.el (calc-display-raw): Fix docstring.
9785
67b9b71f
SM
97862005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9787
7c018923
SM
9788 * simple.el (blink-matching-open): Strip extra info from syntax.
9789
67b9b71f
SM
9790 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9791 funny chars in the end-of-here-doc marker.
9792
83c7f806
NR
97932005-01-19 Nick Roberts <nickrob@snap.net.nz>
9794
9795 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9796 that enable/disabled state of breakpoints is shown correctly in
9797 fringe and on ttys.
9798 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9799 Add breakpoint information as text properties.
67b9b71f 9800 (gdb-mouse-toggle-breakpoint):
83c7f806 9801 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 9802 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
9803 breakpoints in the margin.
9804 (gdb-remove-strings): Simplify.
9805
538a5f8b
JB
98062005-01-17 Jay Belanger <belanger@truman.edu>
9807
9808 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9809 erasing buffer.
9810
444919be
RS
98112005-01-17 Richard M. Stallman <rms@gnu.org>
9812
9813 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9814 for calling grep-compute-defaults.
9815
9816 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9817 if buffer is empty.
9818
9819 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9820
67476fca
SM
98212005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9822
9823 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9824
9825 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9826 non-preloaded variables.
9827
4042dc25
ST
98282005-01-17 Steven Tamm <steventamm@mac.com>
9829
9830 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9831 tex-shell cause to force interactivity when using pipes.
9832
aea3bdb1
KS
98332005-01-17 Kim F. Storm <storm@cua.dk>
9834
9835 * simple.el (just-one-space): Make arg optional.
9836
41774623
NR
98372005-01-17 Nick Roberts <nickrob@snap.net.nz>
9838
9839 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 9840 posn-at-x-y to t to access left-margin.
41774623 9841
01917a18
MA
98422005-01-16 Michael Albinus <michael.albinus@gmx.de>
9843
9844 Sync with Tramp 2.0.47.
9845
9846 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9847 catching keep-date problems in cp/scp operations.
9848 (tramp-handle-copy-file): Don't call `set-file-modes'
9849 unconditionally. Specialized functions should know better what is
9850 necessary. This improves performance a little bit, and the
9851 functions could catch errors with `cp -p' and `scp -p'.
9852 (tramp-do-copy-or-rename-file-via-buffer)
9853 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9854 when appropriate.
67476fca
SM
9855 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9856 Call `set-file-modes' when appropriate.
01917a18
MA
9857 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9858 Johnsson <isak@hypergene.com>
9859 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9860 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9861 <joakim@verona.se>
9862 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9863 Emacs only.
9864
9865 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9866 `find-file-hooks' and `dired-mode-hook'.
9867 (tramp-minor-mode-map): Respective map. Add remapping for
9868 `compile' and `recompile'.
9869 (tramp-remap-command, tramp-recompile): New defuns.
9870 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9871 in buffer "*Compilation*". Call the commands asynchronously.
9872
9873 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9874 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9875 `shell-command', because it isn't magic in XEmacs. Reported by
9876 Adrian Aichner <adrian@xemacs.org>.
9877
9878 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9879 `substitute-in-file-name.
9880 (tramp-smb-handle-substitute-in-file-name): New defun.
9881 (tramp-smb-advice-PC-do-completion): Delete advice.
9882
98832005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9884
9885 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9886 Fix error in deleting region.
9887
d4b6c2e3
RS
98882005-01-15 Richard M. Stallman <rms@gnu.org>
9889
9890 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9891 In non-temp buffer, switch syntax table temporarily.
9892
9893 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9894
9895 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9896
9897 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9898
9899 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9900 (imenu--generic-function): Use START, not BEG, as pos of definition.
9901
9902 * simple.el (just-one-space): Argument specifies number of spaces.
9903
9904 * simple.el (eval-expression-print-format): Avoid warning
9905 about edebug-active.
9906
c85465f9 99072005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
9908
9909 * progmodes/sh-script.el: Code copied from make-mode.el
9910 with small changes,
9911 (sh-mode-map): Bind C-c C-\.
9912 (sh-backslash-column, sh-backslash-align): New variables.
9913 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 9914
43805352
EZ
99152005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9916
9917 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 9918 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 9919 rmail-obsolete group.
67476fca 9920 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 9921 All callers updated.
67476fca 9922 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
9923 Take an argument specifying whether it is POP or IMAP mailbox we
9924 are using. All callers updated.
67476fca
SM
9925 (rmail-pop-password-error): Rename to
9926 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
9927 (rmail-movemail-search-path)
9928 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
9929 (rmail-remote-password, rmail-remote-password-required):
9930 New customization variables.
9931 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 9932 (rmail-parse-url): New function.
67476fca 9933 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
9934 with GNU mailutils movemail.
9935
5754a69e
EZ
99362005-01-15 Kevin Ryde <user42@zip.com.au>
9937
9938 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9939 suffix to space, $ or '$, to correctly position point when going
9940 to @table style constants like DBL_MAX.
9941
a7ed85f0
EZ
99422005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9943
9944 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
9945 (type-break-file-keystroke-count, type-break-choose-file):
9946 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
9947 is nil.
9948 (type-break-file-name): Doc update as per the above.
9949
f79b331a
EZ
99502005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9951
9952 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9953 lookup-key might return nil; handle that.
9954
8b3a75ac
EZ
99552005-01-15 Alan Mackenzie <acm@muc.de>
9956
9957 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 9958 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 9959
791d856f
CD
99602005-01-14 Carsten Dominik <dominik@science.uva.nl>
9961
9962 * textmodes/org.el (org-show-following-heading): New option.
9963 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 9964 (org-cycle): Documentation fix.
791d856f
CD
9965
9966 * textmodes/org.el (orgtbl-optimized): New option
9967 (orgtbl-mode): New command, a minor mode.
9968 (orgtbl-mode-map): New variable.
9969 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9970 (orgtbl-error, orgtbl-self-insert-command)
9971 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9972
9973 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9974 a local variable in each org-mode buffer.
9975
67476fca 9976 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 9977 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 9978 (org-get-current-options): Add STARTUP options.
1bef8597 9979 (org-table-insert-row): Make mode intelligent about when
791d856f 9980 realignment is needed.
67476fca
SM
9981 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9982 New commands.
9983 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
9984 (org-table-blank-field): Support blanking regions if active.
9985
af41e141
CD
99862005-01-14 Carsten Dominik <dominik@science.uva.nl>
9987
099fc2c9
CD
9988 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9989 if the year is not given.
af41e141 9990
67476fca
SM
9991 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9992 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 9993 save-match-data.
67476fca
SM
9994 (reftex-reference): Remove ?. from list of spaces.
9995 (reftex-label-info): Add automatic label prefix recognition.
9996
9997 * textmodes/reftex-index.el (reftex-index-next-phrase):
9998 Add slave parameter to call of `reftex-index-this-phrase'.
9999 (reftex-index-this-phrase): New optional argument.
10000 (reftex-index-region-phrases): Add slave parameter to call of
10001 `reftex-index-this-phrase'.
10002 (reftex-display-index): New argument redo.
10003 (reftex-index-rescan): Add 'redo to arguments of
10004 `reftex-display-index'.
af41e141 10005 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
10006 (reftex-index-switch-index-tag): Add 'redo to arguments of
10007 `reftex-display-index'.
10008 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10009 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
10010 after the word.
10011
67476fca
SM
10012 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10013 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
10014 (reftex-citation): Prefix argument no longer rescans the document,
10015 but forces prompting for optional arguments of cite macros.
67476fca 10016 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 10017
67476fca
SM
10018 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10019 Add optional arguments to most cite commands.
af41e141
CD
10020 (reftex-cite-cleanup-optional-args): New option
10021 (reftex-cite-prompt-optional-args): New option.
67476fca 10022 (reftex-trust-label-prefix): New option.
af41e141 10023
67476fca
SM
10024 * textmodes/reftex-toc.el (reftex-toc-find-section):
10025 Add push-mark before changing the position in the buffer.
af41e141 10026
67476fca
SM
10027 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10028 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 10029
5ca75c83
NR
100302005-01-14 Nick Roberts <nickrob@snap.net.nz>
10031
10032 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10033 more carefully.
10034
ed8031f2
SM
100352005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10038 (sgml-mode): Use it.
10039 (sgml-get-context): Better keep track of implicitly closed tags.
10040
7573e36d
KH
100412005-01-13 Kenichi Handa <handa@m17n.org>
10042
10043 * textmodes/ispell.el: These changes are to fix misalignment error
10044 caused by equivalent characters of different Emacs charsets.
10045 (ispell-unified-chars-table): New variable.
10046 (ispell-get-decoded-string): New function.
10047 (ispell-get-casechars, ispell-get-not-casechars)
10048 (ispell-get-otherchars): Call ispell-get-decoded-string.
10049
80888260
JPW
100502005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10051
10052 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 10053 of (defvar . symbol) in `current-load-list'.
80888260 10054
9deb0aba
RS
100552005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10056
10057 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10058
f5340eb7
JB
100592005-01-12 Jay Belanger <belanger@truman.edu>
10060
10061 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10062 to create a Calc summary.
10063
1e801ac3
KS
100642005-01-12 Kim F. Storm <storm@cua.dk>
10065
10066 * mouse.el (mouse-on-link-p): Change functionality and doc
10067 string to comply with latest description in lisp ref.
10068
a1c9fd19
NR
100692005-01-12 Nick Roberts <nickrob@snap.net.nz>
10070
ed8031f2
SM
10071 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10072 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
10073 (event-type): Give mouse event symbols an 'event-kind property
10074 with value 'mouse-click.
10075
066a23af
JL
100762005-01-12 Juri Linkov <juri@jurta.org>
10077
10078 * facemenu.el (list-colors-display): Add new arg buffer-name.
10079 Use it. Fix docstring. Replace code for identifying duplicate
10080 colors by the name with call to `list-colors-duplicates' which
10081 identifies duplicate colors by the value unless the color
10082 is one of special Windows colors. Set truncate-lines to t.
10083 Print sorted duplicate color names on each line. Indent to 22
10084 \(the longest color name in rgb.txt) instead of 20. Optimize.
10085 (list-colors-duplicates): New function.
10086 (facemenu-color-name-equal): Delete function.
10087
987d1819
JL
10088 * facemenu.el (list-colors-print): New function created from code
10089 in list-colors-display. Print #RRGGBB at the window right edge.
10090 (list-colors-display): When temp-buffer-show-function is not
10091 defined, call list-colors-print from temp-buffer-show-hook
10092 to get the right value of window-width in list-colors-print
10093 after the buffer is displayed.
10094
aac42a1b
JL
10095 * simple.el (pop-mark): Move deactivate-mark out of conditional
10096 part to deactivate the active mark regardless of the state of the
10097 mark ring.
10098
10099 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10100 variables line in desktop files.
10101
afd33362
JL
101022005-01-12 Juri Linkov <juri@jurta.org>
10103
10104 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10105 Bring together isearch highlight related options.
10106 (lazy-highlight): Replace group `replace' by `matching'.
10107 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10108 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10109 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10110 and declare them obsolete.
10111 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10112 (isearch-faces): Remove defgroup.
10113 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10114 Move isearch highlighting code closer to lazy highlighting code.
10115
10116 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10117 (query-replace-highlight, query-replace-lazy-highlight)
10118 (query-replace): Move definitions to the beginning of the file.
10119
424b9d3e
JL
101202005-01-11 Juri Linkov <juri@jurta.org>
10121
881b07f9
JB
10122 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10123 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
10124 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10125
10126 * info.el (Info-history-forward): New variable.
10127 (Info-select-node): Reset Info-history-forward to nil.
10128 (Info-last): Turn into defalias.
10129 (Info-history-back): Rename from Info-last.
10130 Add current node to Info-history-forward.
10131 (Info-history-forward): New fun.
10132 (Info-mode-map): Replace Info-last by Info-history-back.
10133 Bind Info-history-forward to "r".
10134 (Info-mode-menu): Replace Info-last by Info-history-back.
10135 Fix menu item text. Add menu item for Info-history-forward.
10136 (info-tool-bar-map): Replace Info-last by Info-history-back.
10137 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10138 for Info-history-forward.
10139 (Info-mode): Replace Info-last by Info-history-back in docstring.
10140 Add local variable Info-history-forward.
10141 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10142
fbd8dc8a
SM
101432005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10146 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10147 Ignore select-window events rather than fiddle with
10148 mouse-autoselect-window.
10149
28f94a34
RS
101502005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10151
10152 * type-break.el (type-break-mode): Fix previous change.
10153
b748957a
JB
101542005-01-10 Jay Belanger <belanger@truman.edu>
10155
10907497 10156 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
10157 calculator; only reset when point is inside a calculator.
10158 Don't adjust the window height if the window takes up the whole height
10907497 10159 of the frame.
b748957a 10160
e4edc5cd
TTN
101612005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10162
10163 * ebuff-menu.el (Electric-buffer-menu-mode):
10164 Preserve value of buffer-local var header-line-format.
10165
3579f0c2
JB
101662005-01-09 Jay Belanger <belanger@truman.edu>
10167
10168 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10169 Make sure settings file exists before accessing it.
10170
7f72c3db
JB
10171 * calc/calc-embed.el (calc-embedded-subst):
10172 Replace math-multi-subst-rec, which is only supposed to be called
10173 by math-multi-subst, by math-multi-subst.
10174
5fbf7903
AS
101752005-01-09 Andre Spiegel <spiegel@gnu.org>
10176
10177 * vc.el (vc-allow-async-revert): New user option.
10178 (vc-disable-async-diff): New internal variable.
10179 (vc-revert-buffer): Use them to disable asynchronous diff.
10180
fbd8dc8a
SM
10181 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10182 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
10183 asynchronously if vc-disable-async-diff is t.
10184
809c26be
JB
101852005-01-09 Jay Belanger <belanger@truman.edu>
10186
10187 * calc/calc.el (defcalcmodevar): New macro.
10188 (calc-mode-var-list-restore-default-values)
10189 (calc-mode-var-list-restore-saved-values): New functions.
10190 (calc-mode-var-list): Use defcalcmodevar to define it.
10191 (calc-always-load-extensions, calc-line-numbering)
10192 (calc-line-breaking, calc-display-just, calc-display-origin)
10193 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10194 (calc-group-char, calc-point-char, calc-frac-format)
10195 (calc-prefer-frac, calc-hms-format, calc-date-format)
10196 (calc-float-format, calc-full-float-format, calc-complex-format)
10197 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10198 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10199 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10200 (calc-matrix-brackets, calc-language, calc-language-option)
10201 (calc-left-label, calc-right-label, calc-word-size)
10202 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10203 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10204 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10205 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10206 (calc-window-height, calc-display-trail, calc-show-selections)
10207 (calc-use-selections, calc-assoc-selections)
10208 (calc-display-working-message, calc-auto-why, calc-timing)
10209 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10210 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10211 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10212 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10213 (calc-gnuplot-geometry, calc-graph-default-resolution)
10214 (calc-graph-default-resolution-3d, calc-invocation-macro)
10215 (calc-show-banner): Use defcalcmodevar to declare them and set
10216 their default values.
10217
10218 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10219 instead of default values (but restore default values if there is
10220 an argument of 0).
10221
0ba9bc53
DK
102222005-01-09 David Kastrup <dak@gnu.org>
10223
10224 * desktop.el (desktop-restore-eager): Fix typo in type.
10225
03e31a1a
RS
102262005-01-08 Richard M. Stallman <rms@gnu.org>
10227
10228 * cus-edit.el (customize): Delete :link.
10229
3aba853a
JB
102302005-01-08 Jay Belanger <belanger@truman.edu>
10231
10232 * calc/calc.el (calc-mode): Remove the extension from the
10233 `calc-settings-file' file name when loading it.
10234
1f387600
KS
102352005-01-08 Kim F. Storm <storm@cua.dk>
10236
10237 * info.el (Info-mode-map, Info-next-link-keymap)
10238 (Info-prev-link-keymap, Info-up-link-keymap):
10239 Map follow-link to mouse-face.
10240 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10241
a4dfc830
JB
102422005-01-08 Jay Belanger <belanger@truman.edu>
10243
10244 * calc/calc.el (calc-settings-file): Change default value.
10245 Suggested by cgw in a comment in calc-mode.el.
10246
10247 * calc/calc-mode.el (calc-settings-file-name):
10248 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10249 Replace ~/.emacs in a prompt by calc-settings-file.
10250
9abb41eb
LH
102512005-01-07 Lars Hansen <larsh@math.ku.dk>
10252
7716b93b
KS
10253 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10254 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
10255 (desktop-buffer-args-list): New variable.
10256 (desktop-append-buffer-args): New function.
10257 (desktop-save): Call desktop-append-buffer-args for some buffers.
10258 (desktop-lazy-create-buffer): New function.
10259 (desktop-idle-create-buffers): New function.
10260 (desktop-read): Add message about buffers to restore lazily.
10261 (desktop-lazy-abort): New command.
10262 (desktop-clear): Call desktop-lazy-abort.
10263 (desktop-lazy-complete): New command.
10264
c7ce7fc4
RS
102652005-01-06 Richard M. Stallman <rms@gnu.org>
10266
10267 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 10268 Rename from find-face.
c7ce7fc4 10269
c35b0c6b
KS
102702005-01-06 Kim F. Storm <storm@cua.dk>
10271
10272 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10273
10274 * man.el (Man-xref-man-page, Man-xref-header-file)
10275 (Man-xref-normal-file): Add follow-link property.
10276
4c07596d
JB
102772005-01-06 Jay Belanger <belanger@truman.edu>
10278
10279 * calc/calc-units.el: Make sure the proper macro definitions are
10280 available when compiling.
10281
b49018ff
JL
102822005-01-06 Juri Linkov <juri@jurta.org>
10283
fbd8dc8a
SM
10284 * isearch.el (isearch-lazy-highlight-update):
10285 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 10286
e3cde0c7
MB
102872005-01-06 Miles Bader <miles@gnu.org>
10288
fbd8dc8a 10289 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
10290 (isearch-lazy-highlight-face): Use new name.
10291
4dbbcb46
SM
102922005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10293
2eec3e8e
SM
10294 * uniquify.el (uniquify-rationalize-file-buffer-names):
10295 Re-add an interactive spec.
9890ec7d
SM
10296 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10297 to the same name.
2eec3e8e 10298
4dbbcb46
SM
10299 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10300 (isearch-update, isearch-done): Adjust calls accordingly.
10301
436c08c2
RS
103022005-01-05 Richard M. Stallman <rms@gnu.org>
10303
c7ce7fc4
RS
10304 * custom.el (custom-set-variables, custom-theme-set-variables):
10305 Clarify documentation.
10306
436c08c2 10307 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 10308 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
10309 Fix the TYPE args to find-function-read and find-function-do-it.
10310 (find-function): Doc fix.
10311 (find-function-at-point): Replace function-at-point alias.
10312
4829145a
RS
103132005-01-04 Richard M. Stallman <rms@gnu.org>
10314
10315 * cus-face.el (custom-declare-face):
10316 Record defface in current-load-list.
10317
10318 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10319
10320 * emacs-lisp/find-func.el: Doc fixes.
10321 (find-face-regexp): New variable.
10322 (find-function-regexp-alist): New variable.
10323 (find-function-C-source): Third arg is now TYPE.
10324 (find-function-search-for-symbol): Handle general TYPE.
10325 (find-function-read, find-function-do-it): Handle general TYPE.
10326 (find-definition-noselect, find-face): New functions.
10327 (function-at-point): Alias deleted.
10328
73a6a972
SM
103292005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * battery.el (display-battery-mode): Rename from display-battery.
10332 Handle the case where it gets turned off.
10333
60d1a807
RS
103342005-01-04 Richard M. Stallman <rms@gnu.org>
10335
dd496df6
RS
10336 * cus-edit.el (customize): Make :link point to user doc.
10337
10338 * man.el (Man-fontify-manpage): Turn off undo generation.
10339
60d1a807
RS
10340 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10341
d198dfaa
AS
103422005-01-04 Andreas Schwab <schwab@suse.de>
10343
10344 * files.el (insert-directory): Only look for error lines in
73a6a972 10345 inserted text. Don't move too far after processing --dired markers.
d198dfaa 10346
69ba53f7
RS
103472005-01-04 Richard M. Stallman <rms@gnu.org>
10348
10349 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10350 Don't expand if the character is @, period, dash, etc.
10351 (define-mail-abbrev): Quote names that contain problem characters.
10352
d4bb7735
TTN
103532005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10354
10355 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10356
d57c7572
RS
103572005-01-03 Richard M. Stallman <rms@gnu.org>
10358
10359 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10360 (query-replace-highlight, query-replace-lazy-highlight)
10361 (query-replace): Definitions moved up. Doc fix.
10362
103632005-01-03 Richard M. Stallman <rms@gnu.org>
10364
10365 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10366 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10367 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 10368 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
10369 Change all references to them.
10370
985a8e0f
LT
103712005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10372
10373 * cus-edit.el (custom-file): Doc fix for defcustom.
10374 (custom-file): The function no longer sets the variable
10375 `custom-file' to its return value.
10376
10377 * startup.el (command-line): No longer load `custom-file'.
10378
8a525646
SM
103792005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10380
1b60b25a
SM
10381 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10382
8a525646
SM
10383 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10384 Don't confuse module-prefixed identifiers for labels.
10385 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10386
c45c149c
RS
103872005-01-02 Richard M. Stallman <rms@gnu.org>
10388
969be033
RS
10389 * files.el (basic-save-buffer-1): Fix previous change.
10390
19996af4
RS
10391 * loadhist.el (file-loadhist-lookup): New function.
10392 (file-provides, file-requires): Use it.
10393
c45c149c
RS
10394 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10395 instead of calculating the right size.
10396
d57c7572 103972005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 10398
3625f6b7 10399 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 10400
d101bf56 104012005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 10402
5e39b98a
SM
10403 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10404
50292b6e
SM
10405 * files.el (hack-local-variables): Fix last change.
10406
731da695
JB
104072005-01-02 Jay Belanger <belanger@truman.edu>
10408
10409 * calc/calc-yank.el (calc-edit-top): New variable.
10410 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10411 object. Change header properties.
10412 (calc-edit-finish, calc-edit-finish-stack-object)
10413 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10414 edited object.
10415 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10416 for the beginning of the edited object.
10417 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10418 for the beginning of the edited object.
10419 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10420 (calc-finish-formula-edit, calc-macro-repeats)
10421 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10422 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10423 beginning of the edited object.
10424 (calc-user-define-edit): Change the header for editing macros.
10425 Remove unnecessary variable.
10426
227c9573
JB
104272005-01-01 Jay Belanger <belanger@truman.edu>
10428
731da695 10429 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 10430 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 10431 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 10432 header.
42a797de 10433 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
10434 mode to match new header.
10435 (calc-user-define-edit): Change titles to include names of commands.
42a797de 10436 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 10437 (calc-finish-macro-edit): Remove.
227c9573
JB
10438 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10439 (calc-edit-macro-command, calc-edit-macro-command-type)
10440 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10441 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10442 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10443 (calc-edit-macro-finish-edit): New functions.
10444 (calc-user-define-edit): Use new functions to edit named calc macros.
10445
4c6af0f6
SM
104462005-01-01 Stefan <monnier@iro.umontreal.ca>
10447
10448 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10449
10450 * ses.el (copy-region-as-kill): Deactivate mark.
10451
3f68d7c8
RS
104522005-01-01 Richard M. Stallman <rms@gnu.org>
10453
f42a241b
RS
10454 * replace.el (occur-1): If the output buffer is also an input,
10455 don't kill it, rename it.
10456
10457 * faces.el (set-face-background, set-face-foreground): Doc fix.
10458
3f68d7c8
RS
10459 * cus-face.el (custom-face-attributes): Fix :help-echo strings
10460 for :foreground and :background.
10461
3f68d7c8 10462 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 10463 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
10464 Delete the code to use it.
10465
41d0b092
KS
104662005-01-01 Kim F. Storm <storm@cua.dk>
10467
10468 * image.el (insert-sliced-image): Use t for line-height property.
10469
553fd77e
JB
104702004-12-31 Jay Belanger <belanger@truman.edu>
10471
fe38e3b0 10472 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
553fd77e
JB
10473 for "var-" at the beginning of the minibuffer.
10474
1241e32d
RS
104752004-12-31 Richard M. Stallman <rms@gnu.org>
10476
1db7dd46
RS
10477 * faces.el (read-face-name):
10478 Don't treat an attribute spec as a list of faces.
10479
10480 * simple.el (undo): Use undo-equiv-table to detect
10481 unexpected changes since previous undo.
10482 (undo-list-saved): Variable deleted.
10483 (buffer-disable-undo): Don't alter undo-list-saved.
10484
1241e32d
RS
10485 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10486 (mode-require-final-newline): New option.
10487 (after-find-file): Handle require-final-newline with new values.
10488 (basic-save-buffer): Handle new values of require-final-newline.
10489
10490 * progmodes/sh-script.el (sh-require-final-newline):
10491 Alist value now controls whether to use mode-require-final-newline.
10492 (sh-set-shell): Implement that new meaning.
10493
10494 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10495 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10496 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10497 Delete old-Emacs compatibility code.
10498 (antlr-c-common-init): Function deleted.
41d0b092 10499
1241e32d
RS
10500 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10501 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10502 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10503 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10504 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10505 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10506 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10507 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10508 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10509 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10510 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10511 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10512 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
10513 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10514 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10515 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10516
ebf0c615
JB
105172004-12-31 Jay Belanger <belanger@truman.edu>
10518
a10e1fb7
JB
10519 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10520 way to return to Calc.
10521
10522 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10523 finish, C-xk as the way to cancel the edit. Add cancel routine to
10524 kill-buffer-hook.
10525
ebf0c615
JB
10526 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10527 MacEdit code.
10528
10529 * calc/calc-prog.el: Remove obsolete MacEdit code.
10530 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10531 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10532
e205f8c1
KH
105332004-12-31 Kenichi Handa <handa@m17n.org>
10534
10535 * international/mule.el (buffer-file-coding-system-explicit):
4c6af0f6
SM
10536 Rename for explicit-buffer-file-coding-system.
10537 (after-insert-file-set-coding): Adjust for the above change.
e205f8c1 10538
4c6af0f6
SM
10539 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10540 to buffer-file-coding-system-explicit.
e205f8c1
KH
10541 (basic-save-buffer-1): Likewise.
10542
1241e32d
RS
105432004-12-30 Richard M. Stallman <rms@gnu.org>
10544
10545 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10546 (artist-butlast, artist-last): Functions deleted.
10547 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10548 (artist-compute-key-compl-table): Call remq directly.
10549 (artist-remove-nulls): Function deleted.
10550 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10551 (artist-push, artist-pop): Macro deleted.
10552
105532004-12-30 Andreas Leue <al@sphenon.de>
10554
10555 * textmodes/artist.el (artist-version): 1.2.6
10556 (artist-prev-next-op-alist): New variable.
10557 (artist-select-next-op-in-list): New function.
10558 (artist-select-prev-op-in-list): New function.
10559 (artist-make-prev-next-op-alist): New function.
10560 (artist-is-in-op-list-p): New function.
10561 (artist-get-first-non-nil-op): New function.
10562 (artist-get-last-non-nil-op): New function.
10563 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4c6af0f6 10564 artist-prev-next-op-alist.
1241e32d 10565 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4c6af0f6 10566 change drawing operation.
1241e32d 10567
d918508e
LT
105682004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10569
10570 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10571
51b4073a
MY
105722004-12-31 Masatake YAMATO <jet@gyve.org>
10573
10574 * server.el (server-process-filter): Suppress `error', too.
10575
5196b999
JB
105762004-12-30 Jay Belanger <belanger@truman.edu>
10577
4c6af0f6
SM
10578 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10579 Change the way a variable is displayed in a message.
5196b999 10580
0c753fd7
JB
10581 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10582 (calc-user-define-permanent, calc-execute-kbd-macro):
10583 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10584
c243063e
KH
105852004-12-30 Kenichi Handa <handa@m17n.org>
10586
4c6af0f6
SM
10587 * files.el (basic-save-buffer-1):
10588 Set explicit-buffer-file-coding-system to last-coding-system-used.
c243063e
KH
10589 (revert-buffer): Pay attention to
10590 explicit-buffer-file-coding-system (not buffer-file-coding-system)
10591 on bind coding-system-for-read.
10592
4c6af0f6
SM
10593 * international/mule.el (explicit-buffer-file-coding-system):
10594 New buffer local variable.
c243063e
KH
10595 (after-insert-file-set-coding): Set it to coding-system-for-read.
10596
9e559f9b
LT
105972004-12-29 Luc Teirlinck <teirllm@auburn.edu>
10598
10599 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10600
456e761b
ST
106012004-12-29 Sanghyuk Suh <han9kin@mac.com>
10602
10603 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10604 that include line numbers.
10605
c4cb00d0
RS
106062004-12-29 Milan Zamazal <pdm@zamazal.org>
10607
10608 * files.el (hack-local-variables): If no PREFIX, set it to "^".
10609 Redundant variable PREFIXLEN removed.
10610
106112004-12-28 Matt Hodges <MPHodges@member.fsf.org>
10612
10613 * eshell/em-hist.el (eshell-previous-matching-input):
10614 Start the deletion from the end of the output.
10615
30c92fab
ST
106162004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10617
10618 * term/mac-win.el: Require x-dnd.
4c6af0f6 10619 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
30c92fab 10620
f4b483aa
DK
106212004-12-29 David Kastrup <dak@gnu.org>
10622
4c6af0f6
SM
10623 * international/mule.el (decode-coding-inserted-region):
10624 Don't barf if `buffer-undo-list' is already set to `t'.
f4b483aa 10625
e15de347
JB
106262004-12-29 Jay Belanger <belanger@truman.edu>
10627
10628 * calc/calc-prog.el (calc-user-define-formula): Put default values
10629 for function names in prompts.
10630 (calc-user-define-permanent, calc-user-define-composition)
10631 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10632 default input for algebraic functions.
10633
903d71fb
TTN
106342004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10635
10636 * vc-rcs.el (vc-rcs-annotate-command):
10637 Fix omission bug: Call `vc-setup-buffer'.
10638
a28e0218
KH
106392004-12-29 Kenichi Handa <handa@m17n.org>
10640
10641 * international/mule.el (recode-region): New function.
10642
0d808a63
RS
106432004-12-28 Richard M. Stallman <rms@gnu.org>
10644
94ed0931
RS
10645 * simple.el (undo-extra-outer-limit): New variable.
10646 (undo-outer-limit-truncate): Test and set it.
10647
10648 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10649 enables the feature to extend the existing region.
10650
10651 * simple.el (mark-word): New arg ALLOW-EXTEND
10652 enables the feature to extend the existing region.
10653
10654 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10655 enables the feature to extend the existing region.
10656
10657 * startup.el (site-run-file): Don't allow setting it with Custom.
10658
0d808a63
RS
10659 * simple.el (buffer-disable-undo): Fix previous change.
10660
62490a3a
MY
106612004-12-27 Masatake YAMATO <jet@gyve.org>
10662
10663 * hexl.el (hexlify-buffer): Remove fontification here.
10664 Use font lock mechanism instead.
10665 (hexl-font-lock-keywords): New font lock kewords.
10666 (hexl-mode-old-font-lock-keywords): New variable.
10667 (hexl-mode): Store the old font lock keywords.
10668 (hexl-mode-exit): Restore the old font lock keywords.
10669
e8298998
RS
106702004-12-27 Richard M. Stallman <rms@gnu.org>
10671
10672 * simple.el (undo): Fix previous change.
10673
74e2abe2
ST
106742004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10675
10676 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4c6af0f6
SM
10677 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10678 Call x-open-connection on Mac OS X.
74e2abe2 10679
56011a8c
RS
106802004-12-27 Richard M. Stallman <rms@gnu.org>
10681
e8298998
RS
10682 * files.el (buffer-save-without-query): New var (buffer-local).
10683 (save-some-buffers): Save those buffers first, w/o asking.
10684
10685 * files.el (insert-directory-ls-version): New variable.
10686 (insert-directory): When ls returns an error, test the version
10687 number to decide what the return code means.
10688 With --dired output format, detect and distinguish lines
10689 that are really error messages.
10690 (insert-directory-adj-pos): New function.
a2c7e69a 10691
56011a8c
RS
10692 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10693
10694 * battery.el (battery-mode-line-format): Remove initial spaces.
10695
10696 * uniquify.el (uniquify-rationalize-file-buffer-names):
10697 Delete interactive spec.
10698
10699 * type-break.el (type-break-mode): Set buffer-save-without-query.
10700 Remove code that tried to set save-some-buffers-always.
10701 (type-break-file-keystroke-count): Bind deactivate-mark.
10702
10703 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10704
10705 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10706 Test that the buffer is live, and maybe reject current buffer too.
10707 Clarify.
10708 (next-error-find-buffer): Rewrite for clarity.
10709
10710 * loadup.el: Don't use buffer-disable-undo; do it directly.
10711
10712 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10713 (describe-variable): Call symbol-file with `defvar'.
10714
10715 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10716 (symbol-file): Rewritten to handle new load-history format.
10717 Now takes an arg TYPE to specify looking for a particular
10718 type of definition only.
10719
a2c7e69a 10720 * emacs-lisp/debug.el (debugger-make-xrefs):
56011a8c
RS
10721 Call symbol-file with `defun'.
10722
a2c7e69a 10723 * emacs-lisp/find-func.el (find-function-noselect):
56011a8c
RS
10724 Call symbol-file with `defun'.
10725 (find-variable-noselect): Call symbol-file with `defvar'.
10726
a2c7e69a 10727 * eshell/esh-cmd.el (eshell-find-alias-function):
56011a8c
RS
10728 Call symbol-file with `defun'.
10729
10730 * eshell/esh-test.el (eshell-test-goto-func):
10731 Call symbol-file with `defun'.
10732
10733 * mail/rmail.el (rmail-resend):
10734 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10735
10736 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10737
10738 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10739
10740 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10741 Call buffer-disable-undo.
10742
10743 * simple.el (undo-list-saved): New variable (buffer-local).
10744 (undo): Set and test it.
4c6af0f6 10745 (buffer-disable-undo): Move here from buffer.c.
e8298998 10746 Clear out undo-list-saved.
a2c7e69a
KS
10747
10748 * international/mule.el (decode-coding-inserted-region):
56011a8c
RS
10749 Set buffer-undo-list in a correct and optimal way.
10750
10751 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10752 (cperl-font-lock-unfontify-region-function): No need to save and
10753 restore info, since font-lock.el does it for us.
a2c7e69a 10754
56011a8c
RS
10755 * ansi-color.el (save-buffer-state): Definition deleted.
10756 (ansi-color-unfontify-region): Don't use save-buffer-state.
10757
107582004-12-27 Dave Love <fx@gnu.org>
10759
10760 * wid-edit.el (function): Use restricted-sexp as parent.
10761
107622004-12-27 Kevin Ryde <user42@zip.com.au>
10763
a2c7e69a 10764 * simple.el (next-matching-history-element): Use same
56011a8c
RS
10765 `interactive' form as previous-matching-history-element.
10766
a2c7e69a 10767 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4c6af0f6 10768 it can appear unencoded and has been seen from yahoo.
56011a8c 10769
19f26a89 107702004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8ffc3990
SJ
10771
10772 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1a63439b 10773 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8ffc3990 10774
e314a6e4
KH
107752004-12-27 Kenichi Handa <handa@m17n.org>
10776
4c6af0f6
SM
10777 * international/utf-8.el (utf-translate-cjk-load-tables):
10778 Bind coding-system-for-read to nil while loading subst-*.
e314a6e4 10779
82141d51
JB
107802004-12-26 Jay Belanger <belanger@truman.edu>
10781
10782 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10783 default input.
10784
d8b7bc9b
LT
107852004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10786
10787 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10788 before reverting and disable undo recording while reverting.
10789
dfdc1af2
TTN
107902004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10791
10792 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10793 (hs-make-overlay): New function.
10794 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10795 (hs-flag-region): Delete function.
10796 (hs-hide-comment-region): No longer use `hs-flag-region'.
10797 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10798 (hs-hide-block-at-point): Likewise.
10799 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10800 (hs-hide-all, hs-show-all): Likewise.
10801 (hs-show-block): Likewise.
10802 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10803
70d16390
TTN
108042004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10805
10806 * progmodes/hideshow.el: Require `cl' when compiling.
10807 Remove XEmacs and Emacs 19 compatibility.
10808 Use `dolist' and `add-to-list' for load-time actions.
10809 (hs-discard-overlays): Use `dolist'.
10810 (hs-show-block): Likewise.
10811
11c2175c
DN
108122004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10813
10814 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10815
aa7d6700
TTN
108162004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10817
10818 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10819 When extending backwards, move outside the current comment first.
10820
7a0ea9e3
KH
108212004-12-22 Kenichi Handa <handa@m17n.org>
10822
10823 * international/quail.el (quail-start-translation): Fix prompt
10824 string for the case if input-method-use-echo-area being non-nil.
10825 (quail-start-conversion): Likewise.
10826 (quail-show-guidance): Don't show guidance if
10827 input-method-use-echo-area is non-nil.
10828
56351784
RS
108292004-12-21 Richard M. Stallman <rms@gnu.org>
10830
10831 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10832
a74deabc
GM
108332004-12-21 Markus Rost <rost@ias.edu>
10834
4c6af0f6
SM
10835 * calendar/diary-lib.el (mark-diary-entries):
10836 Set mark-diary-entries-in-calendar only after checking for diary-file.
a74deabc 10837
fda2922a
RS
108382004-12-21 Richard M. Stallman <rms@gnu.org>
10839
10840 * faces.el (escape-glyph): Use blue against light foreground.
10841
10842 * simple.el (undo-outer-limit-truncate): New function.
10843 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10844
108452004-12-21 Eli Barzilay <eli@barzilay.org>
aa7d6700 10846
52eb0373 10847 * calculator.el (calculator-radix-grouping-mode)
fda2922a
RS
10848 (calculator-radix-grouping-digits)
10849 (calculator-radix-grouping-separator):
10850 New defcustoms for the new radix grouping mode functionality.
56011a8c
RS
10851 (calculator-mode-hook): Now used in electric mode too,
10852 (calculator): Call it.
fda2922a
RS
10853 (calculator-mode-map): Some new keys.
10854 (calculator-message): New function. Some new calls.
56011a8c
RS
10855 (calculator-op, calculator-set-register): Use it.
10856 (calculator-string-to-number): New function, mostly moved and
10857 updated code from calculator-curnum-value.
fda2922a 10858 (calculator-curnum-value): Use it.
4c6af0f6 10859 (calculator-paste): Use it, and update grabbing the current-kill.
56011a8c
RS
10860 (calculator-rotate-displayer)
10861 (calculator-rotate-displayer-back): Toggle digit grouping when
10862 in radix mode, use calculator-message.
4c6af0f6
SM
10863 (calculator-displayer-prev, calculator-displayer-next):
10864 Change digit group size when in radix mode.
10865 (calculator-number-to-string): Rename from
56011a8c
RS
10866 calculator-num-to-string. Now deals with digit grouping in
10867 radix mode.
4c6af0f6 10868 (calculator-update-display, calculator-put-value): Use the new name.
56011a8c
RS
10869 (calculator-fact): Return a floating point number.
10870 (calculator-mode): Doc fix.
fda2922a 10871
8f449c3a
GM
108722004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10873
10874 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4c6af0f6
SM
10875 * calendar/diary-lib.el (view-other-diary-entries):
10876 Use current-prefix-arg in interactive spec.
8f449c3a 10877
9ee7410d
JB
108782004-12-19 Jay Belanger <belanger@truman.edu>
10879
10880 * calc/calc-aent.el (calcAlg-blank-matching-open):
4c6af0f6 10881 Temporarily adjust the syntax of both delimiters of half-open intervals.
9ee7410d 10882
4edf8c04
KS
108832004-12-19 Kim F. Storm <storm@cua.dk>
10884
10885 * mouse.el (mouse-1-click-follows-link): Doc fix.
10886
fbe6152f
ST
108872004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10888
10889 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10890 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10891 instead of centraleuropean as the name
10892
c08e6004
MA
108932004-12-17 Michael Albinus <michael.albinus@gmx.de>
10894
10895 Sync with Tramp 2.0.46.
10896
10897 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10898 parameters wrt Tramp convention.
10899 (tramp-handle-file-attributes-with-perl)
10900 (tramp-handle-directory-files-and-attributes): Apply it.
10901 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10902 `copy-program'. Reported by Zack Weinberg
10903 <zack@codesourcery.com>.
10904 (top): Set `edebug-form-spec' property directly rather than
10905 calling `def-edebug-spec'.
10906
10907 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10908 advice less fragile. Surround temporary redefinition of
10909 `substitute-in-file-name' with `unwind-protect'. Suggested by
10910 Matt Hodges <MPHodges@member.fsf.org>.
10911
2c13e47b
JL
109122004-12-17 Juri Linkov <juri@jurta.org>
10913
10914 * replace.el (occur-accumulate-lines, occur-engine):
10915 Make forcing deferred font-lock fontification jit-specific.
10916
c44edf72
KS
109172004-12-17 Kim F. Storm <storm@cua.dk>
10918
10919 * mouse.el (mouse-1-click-follows-link): New defcustom.
10920 (mouse-on-link-p): New function.
10921 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10922 functionality. Map a mouse-1 click event into a mouse-2 (or
10923 other) event when position is inside a link.
10924
10925 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10926 prefix in tooltip text with "mouse-1" when this is a link
10927 recognized by mouse-1-click-follows-link functionality.
10928
10929 * help.el (describe-key): Report effective and original binding
10930 for mouse-1 when clicked on a link.
10931 (describe-mode): Add follow-link property to "minor-mode" button.
10932
10933 * help-fns.el (describe-variable): Add follow-link property to
10934 "below" button.
10935
10936 * help-mode.el (help-xref): Add follow-link property.
10937
10938 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10939 (apropos-command, apropos-variable, apropos-face, apropos-group)
10940 (apropos-widget, apropos-plist): Add follow-link property.
10941
10942 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10943 checks if position is in a filename, rather than some other
10944 clickable item. Function looks for cvs-filename-face at position.
10945
10946 * wid-edit.el (widget-specify-field, widget-specify-button):
10947 Map a :follow-link keyword into a follow-link property.
10948 (link): Add :follow-link keyword, map to RET binding.
10949
10950 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10951
10952 * progmodes/compile.el (compilation-minor-mode-map)
10953 (compilation-button-map, compilation-mode-map): Likewise.
10954
e3fa1c11
TTN
109552004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10956
10957 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10958 (zone-replace-char): Take `count' and `del-count'
10959 instead of `direction'. Update callers. When `del-count' is
10960 non-nil, delete that many characters, otherwise `count' characters
10961 backwards. Insert the newly-replaced string `count' times.
10962 (zone-fret): Handle chars w/ width greater than one.
10963 (zone-fall-through-ws): No longer take window width `ww'.
10964 Update callers. Add handling for `char-width' greater than one.
10965 (zone-pgm-drip): Update var holding window-end position every cycle.
10966
a2961378
AS
109672004-12-17 Andre Spiegel <spiegel@gnu.org>
10968
10969 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10970 rather than insert-file.
10971
0e0803f7
JB
109722004-12-16 Jay Belanger <belanger@truman.edu>
10973
10974 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10975 (math-init-random-base, math-random-digit): Check to see if
10976 var-RandSeed is bound.
10977 (math-random-last): Declare it.
10978 (math-random-digit): Don't make math-random-last local.
10979
8b000fc3
TTN
109802004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10981
10982 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10983 one-shot thunk for uniform (error, quit, normal) recovery.
10984 Reported by John Paul Wallington.
10985 (zone-pgm-random-life): Fix bug:
10986 Recognize empty initial field by lack of "@" chars.
10987
f1f007dc
JL
109882004-12-16 Juri Linkov <juri@jurta.org>
10989
10990 * help.el (function-called-at-point):
4c6af0f6 10991 * help-fns.el (variable-at-point): As a last resort try stripping
f1f007dc
JL
10992 non-word prefixes and suffixes.
10993
10994 * descr-text.el (describe-property-list): Don't treat syntax-table
10995 specially. Use describe-text-sexp which inserts [show] button
10996 for large objects and handles printing errors. Sort properties
10997 by names in alphabetical order instead of by value sizes.
10998 Add `mouse-face' to list of properties for `describe-face' widget.
10999 (describe-char): Mask out face-id from 19 bits of character.
11000 Print face-id separately.
11001
11002 * replace.el (occur-accumulate-lines, occur-engine):
11003 Fontify unfontified matching lines in the source buffer
11004 before copying them.
11005 (occur-engine): Don't put mouse-face on context lines.
11006 (occur-next-error): Set point to line beginning/end
11007 before searching for prev/next property to skip multiple
11008 matches on a line (not supported by occur engine).
11009 Remove redundant prefix-numeric-value.
11010
8270a848
JL
110112004-12-15 Juri Linkov <juri@jurta.org>
11012
11013 * replace.el (match): New face.
11014 (list-matching-lines-face): Change default from `bold' to `match'.
11015
11016 * progmodes/grep.el (grep-match-face): New defvar.
11017 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11018 compilation-column-face to highlight grep matches.
11019
11020 * apropos.el (apropos-match-face): Change default from
11021 `secondary-selection' to `match'.
11022
11023 * info-look.el (info-lookup-highlight-face): Change default from
11024 `highlight' to `match'.
11025
78f617dd
DP
110262004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11027
11028 * progmodes/executable.el (executable-interpret): Eliminate
11029 obsolete compile-internal, and switch to comint for interaction.
11030
b66d0e6b
S
110312004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11032
11033 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11034 `&&' when skipping multiple statements on a line.
11035
6f5546a9
TTN
110362004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11037
11038 * play/zone.el (zone): Set `truncate-lines'.
11039 Also, init `tab-width' with value from original buffer.
11040 (zone-shift-up): Rewrite for speed.
11041 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11042 (zone-pgm-jitter): Remove redundant entries from ops vector.
11043 (zone-exploding-remove): Reduce iteration count.
11044 (zone-cpos): Convert to defsubst.
11045 (zone-replace-char): New defsubst.
11046 (zone-park/sit-for): Likewise.
11047 (zone-fret): Take window-start arg.
52eb0373 11048 Update callers. Use `zone-park/sit-for'.
6f5546a9 11049 (zone-fill-out-screen): Rewrite.
52eb0373 11050 (zone-fall-through-ws): Likewise. Update callers.
6f5546a9 11051 (zone-pgm-drip): Use `zone-replace-char'.
52eb0373 11052 Move var inits before while-loop. Use `zone-park/sit-for'.
6f5546a9
TTN
11053 (zone-pgm-random-life): Handle empty initial field.
11054 Use `zone-replace-char' and `zone-park/sit-for'.
11055
a31a30b5
JL
110562004-12-15 Juri Linkov <juri@jurta.org>
11057
11058 * isearch.el (isearch-update): Test isearch-lazy-highlight
11059 before calling isearch-lazy-highlight-new-loop.
11060 (isearch-lazy-highlight-new-loop):
11061 Don't test isearch-lazy-highlight.
11062
11063 * replace.el (perform-replace): Add isearch-case-fold-search.
11064 Use delimited-flag for isearch-regexp.
11065 Reset isearch-lazy-highlight-last-string to force lazy
11066 highlighting when called from isearch mode.
11067 (query-replace-highlight): Revert defcustom type to boolean.
11068 (query-replace-lazy-highlight): New defcustom.
11069 (query-replace): New face.
11070 (perform-replace, replace-highlight, replace-dehighlight):
11071 Test query-replace-lazy-highlight instead of special value
11072 `isearch' of query-replace-highlight.
11073 (replace-dehighlight): Don't call isearch-dehighlight.
11074 (replace-highlight): Don't call isearch-highlight.
11075 Use face `query-replace' unconditionally.
11076
5b631efc
KS
110772004-12-14 Kim F. Storm <storm@cua.dk>
11078
11079 * simple.el (inhibit-mark-movement): Remove defvar.
11080 (beginning-of-buffer, end-of-buffer): Don't use it.
11081
4c6af0f6
SM
11082 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11083 Don't use inhibit-mark-movement.
5b631efc
KS
11084
11085 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11086 (cua--undo-push-mark): Remove.
4c6af0f6
SM
11087 (cua--pre-command-handler, cua--post-command-handler):
11088 Don't fiddle with inhibit-mark-movement.
5b631efc 11089
a0e4e275
JL
110902004-12-14 Juri Linkov <juri@jurta.org>
11091
11092 * buff-menu.el (list-buffers-noselect): Collect internal info
11093 for every buffer in BUFFER-LIST arg too.
11094 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11095 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11096 Bind same-window-buffer-names and same-window-regexps to nil.
11097
37d8fcc2
JL
110982004-12-13 Juri Linkov <juri@jurta.org>
11099
4c6af0f6 11100 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
37d8fcc2
JL
11101
11102 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11103 (sc-cite-region, sc-uncite-region, sc-recite-region):
11104 Fix previous change to handle not alist as a symbol, but
11105 a citation frame as a symbol that represents a variable name.
11106
d9c1ce9d
RS
111072004-12-13 Richard M. Stallman <rms@gnu.org>
11108
11109 * filecache.el (file-cache-add-directory-using-find):
11110 Only set up file-cache-find-command-posix-flag if we will use it.
11111
37d8fcc2 11112 * bindings.el (mode-line-buffer-identification-keymap):
d9c1ce9d
RS
11113 Don't cancel the mode-line's usual down-mouse-1 binding.
11114
11115 * cus-edit.el (custom-face-selected): Handle `default' specs.
11116 (custom-face-edit): Increase extra-offset.
11117 (custom-display): Handle `default' specs.
11118
11119 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11120
11121 * emacs-lisp/elint.el (elint-standard-variables)
11122 (elint-unknown-builtin-args): Move definitions up.
11123
11124 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11125
11126 * info.el (info-xref-visited): Use `default' instead of t.
11127 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11128
11129 * faces.el (header-line, mode-line-inactive, tool-bar):
11130 Use `default' instead of t for setting the defaults.
11131 (face-spec-choose): Separate `t' from `default'.
11132
11133 * subr.el (while-no-input): New macro.
11134
111352004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11136
11137 * filecache.el (file-cache-add-directory-using-find):
11138 Only test file-cache-find-command-posix-flag on some systems.
11139
17a5a301
SM
111402004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11143 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11144 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11145 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11146 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
11147
3f11c6df
JL
111482004-12-12 Juri Linkov <juri@jurta.org>
11149
11150 * files.el (find-file-other-window, find-file-other-frame):
11151 Add the first buffer to the returned value to return the complete
11152 list of all visited buffers.
11153 (find-file-read-only, find-file-read-only-other-window)
11154 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11155 `find-file-read-args'. Signal an error about non-existent file
11156 only if file name doesn't contain wildcards. Toggle read-only in
11157 all visited buffers.
11158 (find-alternate-file, find-alternate-file-other-window):
11159 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11160 called interactively. Pass arg `wildcards' to other functions.
11161 (find-file-noselect): Doc fix.
11162
11163 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11164 Doc fix.
11165 (ffap-directory-finder): New variable.
11166 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11167 (ffap-file-at-point): Add /* to immediately rejected names.
11168 Return absolute file names matching ffap-dired-wildcards.
11169 (ffap-read-file-or-url): Set default value for `completing-read'
11170 to `buffer-file-name'.
11171 (find-file-at-point): When filename matches ffap-dired-wildcards,
11172 call ffap-file-finder with t arg `wildcards', instead of dired.
11173 (ffap-other-window, ffap-other-frame): Return visited buffers.
11174 (ffap-read-only, ffap-read-only-other-window)
11175 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11176 (dired-at-point): Call ffap-directory-finder instead of dired.
11177 (ffap-dired-other-window, ffap-dired-other-frame)
11178 (ffap-list-directory): New commands.
11179 (ffap-bindings): New keybindings for new commands.
11180
6a2067b2
JL
111812004-12-12 Juri Linkov <juri@jurta.org>
11182
11183 * simple.el (beginning-of-buffer, end-of-buffer):
11184 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11185 Do not push mark when mark is active in transient-mark-mode.
11186
11187 * simple.el (mark-word):
11188 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11189 * textmodes/paragraphs.el (mark-paragraph):
11190 Extend the region when mark is active in transient-mark-mode,
11191 regardless of the last command. Doc fix.
11192
11193 * simple.el (mark-word): Preserve direction when repeating.
11194 Make arg optional. Interactive "p" -> "P".
11195 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11196
11197 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11198 preserving direction, to mark forward instead of backward when mark
11199 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11200
35d59c0f
JL
112012004-12-12 Juri Linkov <juri@jurta.org>
11202
11203 * isearch.el (isearch-edit-string): Set 7th arg of
11204 `read-from-minibuffer' to `t' to inherit the current input
11205 method (whose name is indicated by [IM] in the minibuffer prompt)
11206 from the current buffer to the minibuffer.
11207 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11208 to allow C-g quitting for lazy highlighting looping inside the
11209 search with nested repetition operators. Add overlay to the list
11210 before setting its face and other properties to avoid the case of
11211 code quitting after placing the new overlay but before it's
11212 recorded on the list. Select the window where isearch was
11213 activated, to highlight matches in the right window when isearch
11214 switches the current window to the minibuffer.
11215
11216 * international/isearch-x.el
11217 (isearch-process-search-multibyte-characters):
11218 Use `isearch-message' as initial input for `read-string' instead
11219 of adding it to the minibuffer prompt. After reading a string
11220 remove the initial value of `isearch-message' from the string.
11221
11222 * replace.el (replace-match-maybe-edit): Doc fix.
11223 (perform-replace): Don't call `replace-highlight' when automatic
11224 replacement is requested in literal mode, since it is intended
11225 only to highlight words during entering a new replacement string
11226 for \? in non-literal mode.
11227
11228 * replace.el (query-replace-highlight): Add new value `isearch'
11229 that allows query replacement to use isearch highlighting.
11230 Change type from `boolean' to `choice'. Doc fix.
11231 (replace-highlight, replace-dehighlight, perform-replace):
11232 Use isearch highlighting if query-replace-highlight eq `isearch'.
11233
6f8ffb88
SM
112342004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11237 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
11238
11239 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11240 case of \end{verbatim}.
11241
d56bb1ab
DN
112422004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11243
588c0770 11244 * term.el (term-termcap-format): Synchronize with terminfo.
d56bb1ab
DN
11245 (term-emulate-terminal): Handle reset.
11246 (term-reset-terminal): New function.
11247
0ccb50fc
TTN
112482004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11249
11250 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11251 (zone-fill-out-screen): New func.
11252 (zone-pgm-drip): Use `zone-fill-out-screen'.
11253 Also, no longer go to point-min on every cycle.
11254 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11255 (zone-pgm-random-life-wait): New user var.
11256 (zone-pgm-random-life): New func.
11257
00daa381
TTN
112582004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11259
11260 * files.el (auto-mode-alist): Map .com to DCL mode.
11261
ec06d344
RS
112622004-12-09 Richard M. Stallman <rms@gnu.org>
11263
11264 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11265
ae09da48 112662004-12-09 Nick Roberts <nickrob@snap.net.nz>
06cc57db
NR
11267
11268 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11269 buffer with a display margin.
11270
a9e0384f
JB
112712004-12-08 Jay Belanger <belanger@truman.edu>
11272
11273 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11274 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11275
cc1caa4e
RS
112762004-12-08 Richard M. Stallman <rms@gnu.org>
11277
11278 * faces.el: Delete code to set display table.
11279 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11280
3073399b
JB
112812004-12-08 Jay Belanger <belanger@truman.edu>
11282
11283 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11284
11285 * calc/calc-ext.el (math-read-replacement-list)
11286 (math-read-superscripts, math-read-preprocess-string): Move to
11287 calc-aent.el.
11288
11289 * calc/calc-aent.el (math-read-replacement-list)
11290 (math-read-superscripts, math-read-preprocess-string): Move from
11291 calc-ext.el.
11292
be02a7ed
SM
112932004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * isearch.el (isearch-quote-char): Fix up typo in last change.
11296
5a27c5d8
LT
112972004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11298
11299 * mouse.el (mouse-set-font): Handle the case where the command was
11300 not invoked using the mouse.
11301
11302 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11303 (edmacro-finish-edit): Further update for keyboard macros that are
11304 lambda forms.
ae09da48 11305 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5a27c5d8 11306
ae09da48 113072004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
d3a403e5
SM
11308
11309 * font-lock.el (font-lock-unfontify-region): Save buffer state.
be02a7ed 11310 (font-lock-default-unfontify-region): Don't save buffer state any more.
d3a403e5 11311
33c886d0
JB
113122004-12-07 Jay Belanger <belanger@truman.edu>
11313
d3a403e5 11314 * calc/calc-help.el (calc-describe-key):
33c886d0
JB
11315 Set calc-summary-indentation even when Calc Summary buffer exists.
11316
c9ba50dd
GM
113172004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11318
11319 * calendar/holidays.el (holiday-easter-etc): Make arguments
1615f2a3 11320 optional for backwards compatibility. Doc fix.
d3a403e5 11321 Remove un-necessary local vars mandatory, output-list.
fe38e3b0 11322 (holiday-advent): Make arguments optional for backwards
1615f2a3 11323 compatibility. Doc fix.
c9ba50dd 11324
22864a48
SM
113252004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11326
96bda29d
SM
11327 * paren.el (show-paren-function): Fix last change (2004-12-02).
11328
11329 * international/mule-util.el (char-displayable-p): Return nil for
11330 unibyte mode.
11331
22864a48
SM
11332 * subr.el (subregexp-context-p): New function.
11333
11334 * isearch.el (isearch-quote-char): Use it.
11335
11336 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11337 (regexp-opt-not-groupie*-re): Remove.
11338 (regexp-opt): Properly handle inputs with duplicate entries.
11339
39ebd5dd
RS
113402004-12-06 Richard M. Stallman <rms@gnu.org>
11341
1bc897ca
RS
11342 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11343
11344 * cus-edit.el (custom-file): Doc fix.
11345
39ebd5dd
RS
11346 * textmodes/org.el: New file.
11347
952cb084
KH
113482004-12-06 Kenichi Handa <handa@m17n.org>
11349
11350 * ldefs-boot.el: Update international/mule-util.el section.
11351
c95e9af3
SS
113522004-12-05 Sam Steingold <sds@gnu.org>
11353
22864a48 11354 * net/tramp.el (tramp-handle-file-accessible-directory-p):
d3a403e5 11355 Fix `tramp-time-diff' comparison logic.
c95e9af3 11356
911aa049
TTN
113572004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11358
22864a48
SM
11359 * progmodes/which-func.el (which-function):
11360 Use `run-hook-with-args-until-success' instead of a custom loop.
911aa049
TTN
11361 Fixes bug with local hooks.
11362
d10e87a2
SM
113632004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11364
11365 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11366 Use delete-dups when calculating the initial value.
11367 (bibtex-autokey-get-title): Use <=.
11368 (bibtex-goto-line): New function.
11369 (bibtex-reposition-window): Use line numbers instead of point
11370 positions. Use window-body-height.
11371 (bibtex-find-crossref): Use bibtex-reposition-window.
11372 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11373 position of entry if key is found or nil if not found.
11374
32a6e6fc
RS
113752004-12-05 Richard M. Stallman <rms@gnu.org>
11376
11377 * cus-edit.el (custom-file): Doc fix.
11378
11379 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11380
96bda29d
SM
113812004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * simple.el (blink-matching-open):
11384 * textmodes/tex-mode.el (tex-validate-region):
11385 Obey syntax-table text properties.
11386
32a6e6fc
RS
113872004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11388
11389 * wid-edit.el (widget-specify-field): Add `real-field' property to
44240c37 11390 boundary.
32a6e6fc
RS
11391 (widget-field-at): Use it.
11392
ab67e8b6
RS
113932004-12-02 Richard M. Stallman <rms@gnu.org>
11394
f6101ac9
RS
11395 * progmodes/cc-mode.el (awk-mode autoload):
11396 Supply t meaning interactive function.
11397
ab67e8b6
RS
11398 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11399 (isearch-mode-map): No special definition for space.
11400 (isearch-whitespace-chars): Command deleted.
11401 (isearch-forward-regexp): Doc fix.
11402 (isearch-quote-char): When a space is not inside brackets,
11403 use `[ ]' instead of just space.
11404 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11405
11406 * imenu.el (imenu--generic-function): Delete code to exclude
11407 matches in comments.
11408
11409 * man.el (Man-reverse-face): Change default to `highlight'.
11410
11411 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11412 (occur-engine): Use `face' prop rather than `font-lock-face'
11413 when specifying use of `match-face'.
11414 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11415
11416 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11417
11418 * add-log.el (add-log-current-defun): Handle the case where point
11419 is in the header part of a DEFUN construct.
11420
114212004-12-02 Dave Love <fx@gnu.org>
11422
11423 * progmodes/python.el (python-font-lock-syntactic-keywords):
11424 Fix previous change.
11425
114262004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
11427
11428 * paren.el (show-paren-function): Check for matching chars
11429 specified by text props.
11430
7e1637c2
JB
114312004-12-02 Jay Belanger <belanger@truman.edu>
11432
11433 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11434 when reading a new key sequence.
11435
03f01237
KS
114362004-12-02 Kim F. Storm <storm@cua.dk>
11437
11438 * faces.el (escape-glyph): Rename from glyph.
11439 (standard-display-table): Set it here. Add escape-glyph face to
11440 extra slot characters.
11441
11442 * disp-table.el: Undo 2004-12-01 change. Display table is now
11443 setup in faces.el.
11444
21c05941
MH
114452004-12-02 Mark A. Hershberger <mah@everybody.org>
11446
11447 * xml.el (xml-parse-dtd): Don't show validity messages when
11448 xml-validating-parser is nil.
11449 (xml-substitute-special): Fix validity error messages to
11450 actually show the unexpandable entity. Added validity error if &
11451 isn't followed by an entity.
96bda29d 11452 (xml-parse-tag): Concatenate any string following the a
21c05941 11453 <![CDATA[]]> section to the parsed CDATA.
63b446bc
MH
11454 (xml-parse-dtd): Skip parameter entity declarations and use of
11455 parameter entities.
21c05941 11456
8b744bb8
LT
114572004-12-01 Luc Teirlinck <teirllm@auburn.edu>
11458
11459 * kmacro.el (kmacro-default-counter-format): New var.
11460 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
11461 (kmacro-display): Remove `nil' from `and' form. Delete call to
11462 `format' inside `message'.
11463 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11464
31982e1f
SM
114652004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * pcvs.el (cvs-header-msg): New function.
11468 (cvs-update-header): Use it. Change calling convention.
11469 Correctly handle the case of having simultaneous active processes.
11470 (cvs-sentinel): Don't call cvs-update-header any more.
11471 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11472
d5639b35
JB
114732004-12-01 Jay Belanger <belanger@truman.edu>
11474
11475 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11476 Change message.
11477
957ea28a
JL
114782004-12-01 Juri Linkov <juri@jurta.org>
11479
11480 * progmodes/prolog.el (prolog-mode-variables):
11481 Fix imenu-generic-expression.
11482
fb568b49
DP
114832004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11484
11485 * faces.el (glyph): New face.
11486
11487 * disp-table.el: Add an autoloaded table, that doesn't require
11488 this library, with glyph face.
11489
11490 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11491 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11492 (conf-quote-normal): Allow normalizing only ' or ".
11493 (conf-mode): Regexp-quote constructed comment-start and don't
11494 match section {} where "name" contains braces.
11495
11496 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11497 files.
11498
2d5cd4e6
KH
114992004-12-01 Kenichi Handa <handa@m17n.org>
11500
11501 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11502 (x-select-text): Don't treat eight-bit-control/graphic chars
11503 specially. Store the encoded text in the X cut buffer.
11504 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11505 with x-last-selected-text-cut-encoded.
11506
31982e1f
SM
115072004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11510
034a48f4
MR
115112004-11-30 Markus Rost <rost@ias.edu>
11512
11513 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11514 AUCTeX.
11515
9dbee55e
JB
115162004-11-30 Jay Belanger <belanger@truman.edu>
11517
83a2a07a
JB
11518 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11519 on signs of intervals.
11520 (math-pow-of-zero): Strengthen checks for positive and negative
11521 exponents.
11522
9dbee55e
JB
11523 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11524 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11525 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11526 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11527 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11528 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11529 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11530 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11531 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11532 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11533 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11534 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11535 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11536 with provide statements.
11537
11538 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11539
11540 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11541
11542 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11543 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11544 functions by require statements.
11545 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11546
11547 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11548 (calc-gnuplot-print): Give them values.
11549
11550 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11551 autoloads.
11552 Add calc-do-embedded-activate to autoloads.
11553 (calc-gnuplot-name, calc-gnuplot-plot-command)
11554 (calc-gnuplot-print-command): Move them to calc-graph.el.
11555
f084eeb9
ST
115562004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11557
11558 * term/mac-win.el (ccl-encode-mac-roman-font)
11559 (ccl-encode-mac-cyrillic-font)
11560 (ccl-encode-mac-centraleuropean-font, encoder-list)
11561 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11562 Support Cyrillic, CentralEuropean, and Dingbat font display
11563
26c14a95
AS
115642004-11-30 Andre Spiegel <spiegel@gnu.org>
11565
31982e1f 11566 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
26c14a95
AS
11567
11568 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11569 still nil.
11570
d55f9265
LT
115712004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11572
11573 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11574 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11575
d0132055
JB
115762004-11-29 Jay Belanger <belanger@truman.edu>
11577
11578 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11579 cases of the base and exponent.
11580
5f9e0ca5
TZ
115812004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11582
fc368889
KS
11583 * simple.el (next-error-buffer-p): Allow for inclusive and
11584 exclusive tests for finding a buffer.
11585 (next-error-find-buffer): Pass the exclusive and inclusive tests
11586 to next-error-buffer-p.
11587
11588 * replace.el (occur-next-error): Switch to the Occur buffer when
11589 appropriate, use the exclusive filter to next-error-find-buffer to
11590 do it. Use the absolute value of the motion amount.
5f9e0ca5 11591
a778cf63
KH
115922004-11-29 Kenichi Handa <handa@m17n.org>
11593
25a0994a 11594 * startup.el (command-line): Decode all default-directory by
a778cf63
KH
11595 locale-coding-system.
11596
21e6ab43
JB
115972004-11-29 Jay Belanger <belanger@truman.edu>
11598
11599 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11600 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11601 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11602 Replace calls to calc-extensions by appropriate require, replace
11603 calc-extensions-loaded by appropriate featurep.
11604
11605 * calc/calc-ext.el: Move require to end of file.
11606 Remove redundant loading of calc.el.
11607 (calc-extensions-loaded): Remove unnecessary variable.
11608 (calc-extensions): Remove unnecessary function.
11609 (calc-load-everything): Replace calc-need-macros by appropriate require.
11610
11611 * calc/calc-macs.el: Move provide to end of file.
11612 (calc-need-macros): Remove unnecessary function.
11613
11614 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11615 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11616 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11617 Replace calc-extensions by appropriate require.
11618 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11619
11620 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11621 Replace calc-need-macros by appropriate require.
11622
11623 * calc/calc.el: Move require to end of file.
11624 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11625 Remove unnecessary variable.
11626 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11627 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11628 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11629 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11630 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11631 (math-format-number, math-format-bignum, math-read-number)
11632 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11633 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11634 by appropriate require.
11635 (calc-check-defines): Replace calc-need-macros by appropriate require.
11636
bbf877e1
KS
116372004-11-29 Kim F. Storm <storm@cua.dk>
11638
11639 * macros.el (insert-kbd-macro): Handle kmacro functions.
11640
20c78df0
JL
116412004-11-28 Juri Linkov <juri@jurta.org>
11642
11643 * compare-w.el (compare-windows-highlight): Attach each overlay
11644 to its window to properly highlight differences while comparing
11645 two windows of the same buffer. Fix arguments.
11646 (compare-windows-sync-default-function): Fix arguments of
11647 `compare-windows-highlight'.
11648
11649 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11650 Use `read-expression-history'. Set initial contents only if
11651 `edebug-global-break-condition' is non-nil. Set histpos to 1
11652 if initial contents is equal to the last history element.
11653 (edebug-set-conditional-breakpoint): Instead of temporarily
11654 prepending the current condition to the history, set initial
11655 contents to the current condition. Set histpos to 1 if initial
11656 contents is equal to the last history element.
11657
180ee7c7
JL
11658 * info.el (Info-search-whitespace-regexp): Remove shy group.
11659 (Info-search): Forward line if search is on the header line.
11660 Use search-whitespace-regexp in two other places.
11661
9e66b14a
LT
116622004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11663
11664 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11665 warning. Delay real definition, which uses
31982e1f 11666 `set-fringe-indicators-1' till after the definition of that function.
9e66b14a 11667
4cf6519d
KS
116682004-11-28 Kim F. Storm <storm@cua.dk>
11669
11670 * fringe.el (fringe): New defgroup.
11671 (fringe-mode): Move to fringe group.
11672 (fringe-indicators): New defcustom.
11673 (set-fringe-indicators-1): New defun.
11674
11675 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11676 (menu-bar-showhide-fringe-ind-menu): New keymap.
11677 (menu-bar-showhide-fringe-ind-empty)
11678 (menu-bar-showhide-fringe-ind-mixed)
11679 (menu-bar-showhide-fringe-ind-box)
11680 (menu-bar-showhide-fringe-ind-right)
11681 (menu-bar-showhide-fringe-ind-left)
11682 (menu-bar-showhide-fringe-ind-none): New defuns.
11683 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11684
94221759
RS
116852004-11-27 Richard M. Stallman <rms@gnu.org>
11686
31982e1f 11687 * comint.el (comint-read-noecho): Add trivial compatibility definition.
94221759
RS
11688
11689 * generic.el (define-generic-mode): Doc fix.
11690
11691 * menu-bar.el (menu-bar-options-save): For the options
11692 that are toggled with menu-bar-make-mm-toggle, don't check
11693 for customized-value prop.
11694
671c30d8
EZ
116952004-11-27 Eli Zaretskii <eliz@gnu.org>
11696
11697 * mail/supercite.el (sc-cite-region): Handle the case where
11698 sc-cite-frame-alist is a symbol.
11699 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11700 a symbol.
11701 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11702 a symbol.
11703
39528a68 117042004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
ca5e6fef
EZ
11705
11706 * wid-edit.el (widget-narrow-to-field): New function.
11707 (widget-complete): Use it.
11708
670c0015
JB
117092004-11-27 Jay Belanger <belanger@truman.edu>
11710
11711 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11712 variable.
11713 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11714 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11715 (math-alg-inequalities): Move declaration to earlier in the file.
11716
11717 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11718 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11719 Declare them.
11720
11721 * calc/calc-lang.el (math-expr-data, math-expr-token)
11722 (math-exp-old-pos): Declare them.
11723
11724 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11725 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11726
552380b4
KS
117272004-11-27 Kim F. Storm <storm@cua.dk>
11728
11729 * progmodes/flymake.el: Use (featurep 'xemacs).
443b961a 11730 (flymake-makehash): Change to defsubst. Use fboundp.
552380b4
KS
11731 (flymake-time-to-float): Remove.
11732 (flymake-float-time): Merge code from flymake-time-to-float here.
11733 (flymake-replace-regexp-in-string): Change to defsubst.
443b961a
SM
11734 (flymake-split-string-remove-empty-edges):
11735 Rename to flymake-split-string.
552380b4
KS
11736 (flymake-split-string): Remove previous defalias.
11737 (flymake-get-temp-dir): Change to defsubst.
443b961a
SM
11738 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11739 Define for xemacs only.
552380b4
KS
11740 (flymake-master-file-count-limit): Change into compiler defvar only.
11741 (flymake-find-possible-master-files): Let-bind it dynamically while
11742 sorting files using flymake-master-file-compare.
11743
443b961a
SM
117442004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11747 of defun-prompt-regexp matches inside a comment/string but the
11748 beginning is correctly outside everything.
11749
11750 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11751 appears within a string or a comment.
11752
11753 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11754 rather than make-symbol for symbols which are used in
11755 a symbol-macrolet or equivalent.
11756
b9bc92b4
JB
117572004-11-26 Jay Belanger <belanger@truman.edu>
11758
11759 * calc-misc.el (calc-last-why-command): Declare it.
11760
11761 * calc-vec.el (math-grade-vec): New variable.
11762 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11763 Replace variable grade-vec by declared variable.
11764 (math-rb-close): New variable.
11765 (math-read-brackets, math-read-vector): Replace variable close by
11766 declared variable.
11767
11768 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11769 (calc-one-window, calc-edit-handler, calc-restore-trail)
11770 (calc-allow-ret): Declare them.
11771
443b961a 11772 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
b9bc92b4
JB
11773 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11774 (math-radix-float-cache-tag, math-random-cache)
11775 (math-max-digits-cache, math-integral-cache, math-units-table)
11776 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11777 (math-moc-func): New variable.
11778 (math-map-over-constants, math-map-over-constants-rec):
11779 Replace variable func by declared variable.
11780
11781 * calc/calc-store.el (calc-given-value, calc-store-opers):
11782 Declare them.
11783 (calc-var-name-map): Move declaration to earlier in the file.
11784 (calc-pv-pos): New variable.
11785 (calc-permanent-variable, calc-insert-permanent-variable):
11786 Replace variable pos by declared variable.
11787
11788 * calc/calc-mtx.el (calc-det-lu): New variable.
443b961a 11789 (math-det-raw, math-det-step): Replace variable lu by declared variable.
b9bc92b4
JB
11790
11791 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11792 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11793 and arg by declared variables.
11794 (calcFunc-reducer): Fix incorrect variable.
11795 (math-inner-mul-func, math-inner-add-func): New variables.
11796 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11797 and add-func by declared variables.
11798
11799 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11800 (calc-digit-value): Declare them.
11801
11802 * calc/calc-help.el (Info-history): Declare it.
443b961a 11803 (calc-describe-key): Make calc-summary-indentation a local variable.
b9bc92b4
JB
11804 (calc-help-long-names): Move declaration to earlier in file.
11805
11806 * calc/calc-embed.el (calc-original-buffer): Declare it.
11807 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11808 (calc-embed-bot): New variables.
11809 (calc-do-embedded, calc-embedded-mark-formula)
11810 (calc-embedded-find-bounds, calc-embedded-duplicate)
443b961a
SM
11811 (calc-embedded-new-formula, calc-embedded-make-info):
11812 Replace vars outer-top, outer-bot, bot and top by declared variables.
b9bc92b4
JB
11813 (calc-embed-prev-modes): New variable.
11814 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11815 prev-modes with declared variable.
11816 (calc-embed-vars-used): New variable.
11817 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11818 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11819 vars-used by declared variable.
11820
443b961a 11821 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
b9bc92b4
JB
11822 (math-format-radix-float): Remove unnecessary setq.
11823 (math-radix-float-cache): Declare it.
11824
11825 * calc/calcsel2.el (calc-keep-selection): Declare it.
11826
11827 * calc/calc-maint.el: Remove file.
11828
02c8032e
SM
118292004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11830
11831 * textmodes/bibtex.el (bibtex-sort-entry-class)
11832 (bibtex-comment-start): Use defcustom.
11833 (bibtex-entry-field-alist): Use nil if initial content of the
11834 field is undefined. Fix docstring.
11835 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11836 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11837 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11838 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11839 Fix docstring.
11840 (bibtex-autokey-title-terminators): Use only one regexp.
11841 (bibtex-string-maybe-empty-head): New variable.
11842 (bibtex-remove-delimiters-string): New function.
11843 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11844 Use bibtex-remove-delimiters-string.
11845 (bibtex-progress-message, bibtex-field-left-delimiter)
11846 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11847 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11848 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11849 Simplify.
11850 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11851 Use eq and bibtex-remove-delimiters-string. For end markers use
11852 insertion type so that marker stays after inserted text.
11853 (bibtex-autokey-get-names): Return empty string if name is missing.
11854 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11855 calling bibtex-autokey-name-case-convert.
11856 (bibtex-autokey-demangle-title):
11857 Call bibtex-autokey-titleword-case-convert. Remove call to
11858 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11859 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11860 (bibtex-read-key): New optional arg global.
11861 (bibtex-files-expand): New optional arg force.
11862 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11863 (bibtex-complete-crossref-cleanup): Rename from
11864 bibtex-complete-key-cleanup. Simplify code.
11865 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11866 Operate on current entry.
11867 (bibtex-button): Add docstring.
11868 (bibtex-entry): Simplify.
11869 (bibtex-make-field): Replace optional arg called-by-yank with more
11870 specific args move and interactive.
11871 (bibtex-end-of-entry): Use forward-sexp.
11872 (bibtex-find-entry-globally): Remove.
11873 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11874 Bound to C-c C-x.
11875 (bibtex-find-entry): New optional args global and display.
11876 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11877 (bibtex-validate): Use arg force of bibtex-files-expand.
11878 (bibtex-clean-entry): Bugfix, clean string entries properly.
11879 Always keep point at beginning of entry.
11880 (bibtex-complete): Bugfix. Handle string entries properly.
11881 Call cleanup functions only if needed.
11882 (bibtex-String): Use bibtex-read-string-key.
11883 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11884 case of replacement text.
11885
c82c5727
LH
118862004-11-26 Lars Hansen <larsh@math.ku.dk>
11887
02c8032e 11888 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
c82c5727
LH
11889 (tramp-perl-directory-files-and-attributes): New constant.
11890 (tramp-file-name-handler-alist): Delete file-directory-files, add
11891 directory-files-and-attributes.
11892 (tramp-perl-file-attributes): Surround uid and gid by double
52eb0373 11893 quotes. Change parameter id-format from nonnumeric.
c82c5727
LH
11894 (tramp-convert-file-attributes): New function.
11895 (tramp-handle-file-attributes): Use it.
11896 (tramp-maybe-send-perl-script): New function.
52eb0373
JB
11897 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11898 file mode. Change parameter id-format from nonnumeric.
c82c5727
LH
11899 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11900 from nonnumeric.
11901 (tramp-post-connection): Don't send tramp-perl-file-attributes
52eb0373 11902 script. Reset connection property "perl-scripts".
c82c5727
LH
11903 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11904 in use.
11905
48aa4dfc
LH
119062004-11-26 Lars Hansen <larsh@math.ku.dk>
11907
11908 * desktop.el (desktop-read): Replace mapcar with mapc.
02c8032e
SM
11909 (desktop-create-buffer): Replace mapcar with mapc.
11910 Remove redundant piece of code.
48aa4dfc 11911
fb130b2d
NR
119122004-11-27 Nick Roberts <nickrob@snap.net.nz>
11913
11914 * progmodes/gud.el (gud-display-line): Use display-buffer
11915 for GDB-UI as for GUD.
11916
11917 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11918 Delete variables.
11919 (gdb-ann3): Don't make GUD buffer dedicated.
02c8032e 11920 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
fb130b2d
NR
11921 (gdb-display-source-buffer): Delete function.
11922 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11923 (menu): Delete menu bindings for viewing source/assembler.
11924 (gdb-setup-windows, gdb-restore-windows):
52eb0373 11925 Don't dedicate GUD. No assembler now.
fb130b2d
NR
11926 (gdb-reset): No need to undedicate source buffers now.
11927 (gdb-source-info): No assembler now.
11928
4d4f2edf
NR
119292004-11-26 Nick Roberts <nickrob@snap.net.nz>
11930
11931 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11932 width to those for special frames.
11933 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11934 Use display-buffer.
11935 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11936 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11937 (gdb-frame-assembler-buffer): Rework like
11938 gdb-frame-breakpoints-buffer.
11939
5ffc01b6
RS
119402004-11-25 Richard M. Stallman <rms@gnu.org>
11941
11942 * progmodes/flymake.el: Reindent.
11943 (flymake-split-string): Turn into defalias.
02c8032e 11944 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5ffc01b6 11945 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
02c8032e
SM
11946 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11947 (flymake-build-relative-filename): Rename from ...path.
5ffc01b6
RS
11948 Fix error message.
11949
119502004-11-25 Cheng Gao <chenggao@gmail.com>
11951
11952 * progmodes/flymake.el: Much whitespace and capitalization change.
11953 Move `provide' to end. Require `compile' only when compiling.
11954
b67b1f0b
JB
119552004-11-24 Jay Belanger <belanger@truman.edu>
11956
11957 * calc/calc-alg.el: Added comment.
11958 (math-polynomial-base): Replace variable mpb-top-expr by
11959 math-poly-base-top-expr.
11960
11961 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11962 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11963 variable.
11964 (math-poly-base-total-base): New variable.
11965 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11966 mpb-total-base by declared variable.
11967 (math-factored-vars, math-to-list): Declare it.
11968 (math-fact-expr): New variable.
11969 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11970 (math-factor-expr-try, math-factor-expr-part): Replace variable
11971 expr by declared variable.
11972 (math-fet-x): New variable.
11973 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11974 by declared variable.
11975 (math-factor-poly-coefs): Make temp a local variable.
11976
11977 * calc/calc-units.el (calc-convert-units): Make units a local
11978 variable.
11979 (calc-num-units, calc-den-units): New variables.
11980 (calc-explain-units, calc-explain-units-rec): Replace variables
11981 num-units and den-units by declared variables.
11982 (math-cu-unit-list): New variable.
11983 (math-build-units-table, math-compare-unit-names)
11984 (math-convert-units, math-convert-units-rec): Replace variable
11985 unit-list by declared variable.
11986 (math-fbu-base, math-fbu-entry): New variables.
11987 (math-find-base-units, math-find-base-units-rec): Replace variables
11988 base and entry by declared variables.
11989 (math-which-standard): New variable.
11990 (math-to-standard-units, math-to-standard-rec): Replace variable
11991 which-standard by declared variable.
11992 (math-fcu-u): New variable.
11993 (math-find-compatible-unit, math-find-compatible-unit-rec):
11994 Replace variable u by declared variable.
11995 (math-cu-new-units, math-cu-pure): New variables.
11996 (math-convert-units, math-convert-units-rec): Replace variables
11997 new-units and pure by declared variables.
11998 (math-try-cancel-units): New variable.
11999 (math-simplify-units-quotient): Replace variable try-cancel-units by
12000 declared variable.
12001
261b01c6
RS
120022004-11-24 Richard M. Stallman <rms@gnu.org>
12003
12004 * textmodes/ispell.el (ispell-check-version):
12005 If default-directory is nonexistent, use home dir.
12006
12007 * progmodes/grep.el (grep-regexp-alist):
12008 Don't match parens around line numbers.
12009
12010 * progmodes/cperl-mode.el (cperl-indent-region)
7707da3c 12011 (cperl-imenu--create-perl-index, cperl-xsub-scan):
261b01c6
RS
12012 Don't print progress messages.
12013
12014 * progmodes/compile.el (compilation-mode-map):
12015 Don't inherit from compilation-minor-mode-map;
12016 copy its bindings instead. But the menu bar Compile
12017 entry now does inherit from compilation-menu-map.
12018
12019 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12020 Use with-no-warnings around compiler-macroexpand.
12021
12022 * imenu.el: Don't always require newcomment.
12023 (imenu--generic-function): Call comment-normalize-vars
12024 if we have a comment syntax.
12025 Exit the loop if REGEXP matches the null string.
12026 Test comment-start as well as comment-start-skip
12027 when deciding whether to check for comments.
12028
12029 * tooltip.el (tooltip-mode): Doc fix.
12030
12031 * term.el (term-escape-char, term-mode): Doc fixes.
12032
120332004-11-24 Dave Love <fx@gnu.org>
12034
12035 * progmodes/python.el (python-font-lock-syntactic-keywords):
12036 Check for escapes in the regexp.
12037 (python-quote-syntax): Don't do it here.
12038
2c212859 120392004-11-24 Nick Roberts <nickrob@snap.net.nz>
29b5fa7e
NR
12040
12041 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12042 (gdb-frames-mode-map, gdb-threads-mode-map)
12043 (gdb-registers-mode-map, gdb-locals-mode-map)
12044 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7707da3c 12045 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
29b5fa7e 12046
7707da3c 12047 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
29b5fa7e
NR
12048 (dedicated-switch-to-buffer): Rework.
12049 (gdb-var-evaluate-expression-handler, gdb-put-string):
12050 Remove unused variable bindings.
12051 (gdb-setup-windows, gdb-display-buffer):
52eb0373 12052 Simplify. Use pop-to-buffer.
29b5fa7e
NR
12053 (gdb-view-source-function): Simplify.
12054 (gdb-frame-breakpoints-buffer):
12055 Use pop-to-buffer, special-display-regexps.
12056
2c212859 120572004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
f607ff4b
GM
12058
12059 * progmodes/f90.el (f90-smart-end)
12060 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12061 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12062 (f90-end-of-block): Doc fix. Make check of outermost block
12063 conditional on value of `f90-smart-end'.
12064 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12065 Handle case where END-BLOCK is nil.
12066 (f90-match-end): Handle un-named PROGRAM blocks.
12067 (f90-backslash-not-special): New function.
12068
25cad79b
JB
120692004-11-24 Jay Belanger <belanger@truman.edu>
12070
7a96b50d
JB
12071 * calc/calc.el (calc-embedded-active): Removed unnecessary
12072 declaration.
12073 (calc-show-banner): Removed redundant declaration.
12074
12075 * calc/calc-graph.el (calc-gnuplot-default-device)
12076 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12077 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12078 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12079 Remove redundant initial values.
12080
12081 * calc/calc-arith.el (math-scalar-functions)
12082 (math-nonscalar-functions, math-scalar-if-args-functions)
12083 (math-real-functions, math-positive-functions)
12084 (math-nonnegative-functions, math-real-scalar-functions)
12085 (math-real-if-arg-functions, math-integer-functions)
12086 (math-num-integer-functions, math-rounding-functions)
12087 (math-float-rounding-functions, math-integer-if-args-functions)
12088 (math-super-types): Move declarations to earlier in file.
12089 (math-unit-prefixes): Declared it.
12090 (math-floor-prec, math-trunc-prec): New variables.
12091 (math-trunc-fancy): Replace variable prec by declared variable.
12092 (math-floor-fancy): Replace variable prec by declared variable.
12093 (math-com-bterms): New variable.
12094 (math-commutative-equal, math-commutative-collect):
12095 Replace variable bterms by declared variable.
12096
12097 * calc/calc-misc.el (math-trunc): Replace variable prec by
12098 math-trunc-prec.
12099 (math-floor): Replace variable prec by math-floor-prec.
12100
25cad79b
JB
12101 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12102 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12103 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12104 (math-format-date, math-format-date-part): Replace variables
12105 date, dt, year, month, day, weekday, hour, minute, second and
12106 bc-flag by declared variables.
12107 (math-pd-str): New variable.
12108 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12109 Replace variable str by declared variable.
12110 (math-daylight-savings-hook, math-tzone-names): Move definitions
12111 to earlier in the file.
12112 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12113 (math-sh-year): New variable.
12114 (math-setup-add-holidays, math-setup-holidays)
1b436112 12115 (math-setup-year-holidays): Replace variable `year' by declared
25cad79b
JB
12116 variable.
12117
12118 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12119 New variables.
12120 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12121 n, nf and nfm1 by declared variables.
12122 (math-nri-n): New variable.
1b436112
JB
12123 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12124 n by declared variable.
25cad79b
JB
12125 (calcFunc-log): Removed misplaced condition.
12126
0e7acedf
SM
121272004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12130
1919c2cd
NR
121312004-11-24 Nick Roberts <nickrob@snap.net.nz>
12132
12133 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
0e7acedf
SM
12134 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12135 Dedicate gdb-related windows.
52eb0373
JB
12136 (gdb-display-buffer): Dedicate gdb-related windows.
12137 Don't grab other frames.
1919c2cd
NR
12138 (gdb-reset): Remove dedicated property after debugging.
12139
19f26a89 121402004-11-24 Jay Belanger <belanger@truman.edu>
0d0b3b81
JB
12141
12142 * calc/calc-sel.el: Add comment.
12143
12144 * calc/calc.el (math-stack-value-offset): Replace variables c,
12145 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12146
12147 * calc/calccomp.el (math-comp-sel-tag): Declare it.
0d0b3b81
JB
12148 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12149 (math-stack-value-offset-fancy): Replace variables c, wid and off
12150 by declared variables.
0d0b3b81 12151 (math-comp-just, math-comp-comma-spc): New variables.
1b436112
JB
12152 (math-compose-expr, math-compose-matrix): Replace variables `just'
12153 and comma-spc by declared variable.
0d0b3b81
JB
12154 (math-comp-vector-prec): New variable.
12155 (math-compose-expr, math-compose-matrix, math-compose-rows):
12156 Replace variable vector-prec by declared variable.
0d0b3b81
JB
12157 (math-comp-left-bracket, math-comp-right-bracket)
12158 (math-comp-comma): New variables.
12159 (math-compose-expr, math-compose-rows): Replace variables
12160 left-bracket, right-bracket and comma by declared variables.
0d0b3b81
JB
12161 (math-comp-full-width): New variable.
12162 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12163 Replace variable full-width by declared variable.
0d0b3b81
JB
12164 (math-comp-highlight, math-comp-word, math-comp-level)
12165 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12166 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12167 New variables.
12168 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12169 (math-comp-sel-flat-term): Replace variables comp-highlight,
12170 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12171 declared variables.
12172 (math-comp-simplify, math-comp-simplify-term)
12173 (math-comp-add-string, math-comp-add-string-sel):
12174 Replace variables comp-highlight, comp-buf, comp-base,
0e7acedf 12175 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
0d0b3b81 12176
6f8a2742
JD
121772004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12178
0e7acedf 12179 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
c5c56f46 12180
6f8a2742
JD
12181 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12182 and x-server-version may throw.
12183
14ed2ad6
KS
121842004-11-23 Kim F. Storm <storm@cua.dk>
12185
0e7acedf
SM
12186 * subr.el (substitute-key-definition-key): Optimize.
12187 Don't call indirect-function for nil defn (always signals error).
92c8c0ce 12188
14ed2ad6
KS
12189 * ido.el (ido-read-internal): Fix require-match check when
12190 ido-directory-too-big is set.
12191
298a667c
JB
121922004-11-23 Jay Belanger <belanger@truman.edu>
12193
12194 * calc/calc-ext.el (math-read-replacement-list)
12195 (math-read-superscripts): New variables.
12196 (math-read-preprocess-string): New function.
0e7acedf 12197 (math-read-expr): Filter input through math-read-preprocess-string.
298a667c
JB
12198
12199 * calc/calc-aent.el (math-read-exprs): Filter input through
12200 math-read-preprocess-string.
12201
8fc464b6
DP
122022004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12203
12204 * progmodes/compile.el (compilation-start): In cd command use
12205 substitute-env-vars -- not quite shell compatible but better than
12206 nothing.
12207 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12208 handle the newer versions messages, which are more parseable.
12209
ea78522d
SM
122102004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12211
12212 * reveal.el (reveal-mode-map): New var.
12213 (reveal-mode): Use it.
12214
47924ad5
NR
122152004-11-23 Nick Roberts <nickrob@snap.net.nz>
12216
12217 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12218 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12219
49561cf6
SM
122202004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12223 header-line when needed.
12224 Use fixed-pitch only in the header-line.
12225 Build the underline automatically. Use emdash if available.
12226
1668b456
RS
122272004-11-22 Richard M. Stallman <rms@gnu.org>
12228
49561cf6
SM
12229 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12230 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1668b456 12231
771aad8e
NR
122322004-11-22 Nick Roberts <nickrob@snap.net.nz>
12233
12234 * progmodes/gdb-ui.el (gdb-resync): New function.
12235 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
77c99c7f 12236 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
771aad8e
NR
12237 Use it to fail more gracefully.
12238 (gdb-variables): Delete variable.
12239 Re-order variables to reduce byte-compiler warnings.
12240
d8ac3d27
SM
122412004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * descr-text.el (describe-char):
12244 * paren.el (show-paren-function):
12245 * subr.el (syntax-after): Undo last change.
12246
12247 * progmodes/python.el (run-python): Don't hard code *Python*.
12248 Don't modify global process-environment.
12249 (python-send-region, python-load-file): Don't assume that
12250 python-buffer == (process-buffer (python-proc)).
12251 (python-switch-to-python): Simplify.
12252
12253 * dired.el (dired-align-file): Don't assume line starts with spaces.
12254
8dd989f6
JB
122552004-11-21 Jay Belanger <belanger@truman.edu>
12256
12257 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12258 Replace variable `lines' by math-read-big-lines.
12259 (math-read-big-expr): Replace variables the-baseline, the-h2
12260 and err-msg by math-read-big-baseline, math-read-big-h2 and
12261 math-read-err-msg.
12262 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12263
12264 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8dd989f6 12265 (math-read-big-balance): Replace unbound variable by value.
8dd989f6
JB
12266 (math-read-big-lines): New variable.
12267 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12268 (math-read-big-error, math-read-big-balance): Replace variable
12269 `lines' by declared variable.
8dd989f6
JB
12270 (math-read-big-baseline, math-read-big-h2): New variables.
12271 (math-read-big-rec): Replace variables the-baseline and the-h2
12272 by declared variables.
8dd989f6
JB
12273 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12274 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12275 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12276 declared variables.
8dd989f6
JB
12277 (math-read-big-err-msg): New variable.
12278 (math-read-big-error): Replace variable err-msg by declared variable.
12279
58cf70d3
SM
122802004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * ses.el: Add coding cookie.
12283 Fix up docstrings, follow new commenting conventions.
12284 (ses-header-line-menu): Fix missing variable rename for header-row.
12285 (ses-cell-size): Remove.
12286 (ses-make-cell): New function.
12287 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12288 (ses-calculate-cell): Remove unused var `symbol'.
12289 (ses-narrowed-p): New function.
12290 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12291 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12292 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12293 (ses-setup): Use restore-buffer-modified-p.
12294 (ses-cleanup): Remove unused var `end'.
12295 (ses-header-string-left-offset): Remove.
12296 (ses-create-header-string): Adjust to new behavior of `align-to'.
12297 Truncate excessively large fields to preserve alignment.
12298 (ses-reconstruct-all): Remove unused var `refs'.
12299 (ses-read-cell-printer): Remove unused var `prompt'.
12300 (ses-delete-row): Remove unused var `pos'.
12301 (ses-delete-column): Remove unused var `new'.
12302
b6d0ac87
VJL
123032004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12304
12305 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12306 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12307 Eliminate eval-and-compile usage.
12308 (ps-insert-file): Use insert-file-contents instead of insert-file.
c033ddef 12309 (ps-setup): Code fix.
b6d0ac87 12310
83aebfe6
VJL
12311 * printing.el (pr-setup, lpr-setup): Code fix.
12312
802efb40
JB
123132004-11-21 Jay Belanger <belanger@truman.edu>
12314
12315 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12316 (calc-original-buffer): Declare them.
802efb40
JB
12317 (calc-user-formula-alist): New variable.
12318 (calc-user-define-formula, calc-fix-user-formula)
12319 (calc-user-define-composition, calc-finish-formula-edit):
12320 Replace variable `alist' by declared variable.
802efb40
JB
12321 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12322 (var-q7, var-q7, var-q8, var-q9): Declare them.
12323 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12324 are bound.
802efb40 12325 (calcFunc-typeof): Replace undeclared variable by expression.
802efb40 12326 (math-exp-env): New variable.
58cf70d3 12327 (math-define-body, math-define-exp): Replace exp-env by declared var.
802efb40
JB
12328 (math-define-exp): Replace misplaced variable by expression.
12329
12330 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12331 (calc-curve-model, calc-curve-coefnames): New variables.
12332 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12333 varnames, model and coefnames by declared variables.
802efb40
JB
12334 (math-root-widen): New variable.
12335 (math-search-root, math-find-root): Replace variable root-widen by
12336 declared variable.
802efb40
JB
12337 (var-DUMMY): Declare it.
12338 (math-root-vars, math-min-vars): Move the declarations to earlier in
12339 the file.
802efb40 12340 (math-brent-min): Make d a local variable.
802efb40 12341 (math-find-minimum): Replace non-existent variable.
802efb40 12342 (math-ninteg-romberg): Remove unnecessary variable.
802efb40
JB
12343 (math-ninteg-temp): New variable.
12344 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12345 integ-temp by declared variable.
802efb40
JB
12346 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12347 New variables.
12348 (math-general-fit): Replace variables first-var, first-coef and
12349 new-coefs by declared variables.
12350 (calcFunc-fitvar): Replace variable first-var by declared variable.
12351 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12352 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
802efb40
JB
12353 (math-all-vars-vars, math-all-vars-found): New variables.
12354 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12355 found by declared variable math-all-vars-vars.
12356
8e528e73
LT
123572004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12358
12359 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12360 of `defconst'.
12361
dedbac89
RS
123622004-11-20 Richard M. Stallman <rms@gnu.org>
12363
1668b456
RS
12364 * isearch.el (isearch-mode-map): Don't bind SPC.
12365 (isearch-whitespace-chars): Function deleted.
12366 (isearch-search): Bind search-spaces-regexp.
12367 (isearch-lazy-highlight-search): Likewise.
12368 (search-whitespace-regexp): Doc fix.
12369 (isearch-forward-regexp): Doc fix.
12370
fd6866c8
RS
12371 * emacs-lisp/bytecomp.el (byte-compile-form):
12372 Move the calls to byte-compile-set-symbol-position,
12373 to avoid having two for the same symbol occurrence.
12374
9961365e
RS
12375 * comint.el (comint-input-ring-size): Increase to 150.
12376
8e528e73 12377 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
b27ce24f
RS
12378 New variables.
12379 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12380 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12381
58b00d47
RS
12382 * imenu.el (imenu--generic-function):
12383 Ensure we keep moving backward even if BEG isn't further back.
12384
8e528e73 12385 * replace.el (query-replace-read-to, query-replace-read-from):
58b00d47
RS
12386 Specify t for KEEP-ALL in read-from-minibuffer.
12387
12388 * progmodes/python.el (python-switch-to-python):
12389 If Python isn't running, start it.
12390 Don't alter debug-ignored-errors.
12391
12392 * progmodes/cperl-mode.el (cperl-indent-region):
12393 Don't mind imenu-scanning-message.
12394
12395 * bindings.el (global-map): Bind C-e to move-end-of-line.
12396
12397 * simple.el (line-move-finish): New arg FORWARD.
12398 Ignore invisible newlines, not intangible ones.
12399 Conditions for acceptable stopping positions depend on FORWARD.
12400 (line-move): Pass FORWARD arg to line-move-finish.
12401
6d3bce2b
RS
12402 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12403 of HEADER. Compensate for this change in the code to add display
12404 properties. Don't make the first line intangible.
12405
dedbac89
RS
12406 * info.el (Info-search): Fix previous change.
12407
2f672bb5
TTN
124082004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12409
12410 * Makefile.in (recompile): Revert 2004-11-19 change.
12411 (compile): Likewise.
12412
18cb59e8
LT
124132004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12414
12415 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12416
b11b1870
VJL
124172004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12418
ad96a7ef 12419 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
99439846 12420 defgroup and defcustom. Eliminate eval-and-compile usage.
ad96a7ef
VJL
12421
12422 * progmodes/ebnf-otz.el: Fix typos.
b11b1870 12423
c85b0022
JB
124242004-11-19 Jay Belanger <belanger@truman.edu>
12425
0434d288
JB
12426 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12427 (calc-edit-finish, calc-finish-stack-edit): Replace variable
12428 disp-trail by declared variable.
12429
12430 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
fe38e3b0 12431 (calc-finish-selection-edit): Replace variable disp-trail by
0434d288 12432 declared variable.
58cf70d3 12433 (calc-selection-cache-entry): Move declaration to earlier in the file.
0434d288
JB
12434 (calc-selection-cache-num, calc-selection-cache-comp)
12435 (calc-selection-cache-offset, calc-selection-true-num)
12436 (calc-final-point-line, calc-final-point-column)
12437 (calc-original-buffer): Declare them.
0434d288
JB
12438 (calc-fnp-op, calc-fnp-num): New variables.
12439 (calc-find-nth-part, calc-find-nth-part-rec)
58cf70d3 12440 (calc-select-previous): Replace op and num by declared variables.
0434d288
JB
12441 (calc-rsf-old, calc-rsf-new): New variables.
12442 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12443 Replace variables old and new by declared variables.
0434d288
JB
12444 (calc-sel-reselect): New variable.
12445 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12446 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
fe38e3b0 12447 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
0434d288
JB
12448 reselect with declared variable.
12449
c85b0022
JB
12450 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12451 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12452 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12453 (math-import-list, math-rewrite-phase): Declare them.
fe38e3b0 12454 (math-rewrite): Use let* to declare variables.
c85b0022 12455 (calc-rewrite-selection): Make rules a local variable.
c85b0022
JB
12456 (calc-rewr-sel): New variable.
12457 (calc-rewrite-selection, calc-locate-selection-marker)
12458 (calc-rewrite): Use the declared variable calc-rewr-sel instead
12459 of sel.
c85b0022
JB
12460 (math-rewrite-whole-expr): New variable.
12461 (math-rewrite, math-rewrite-phase): Replace variable expr by
12462 declared variable.
c85b0022
JB
12463 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12464 (math-rewrite-heads-blanks ): New variables.
12465 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12466 heads, skips and blanks by declared variables.
c85b0022
JB
12467 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12468 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12469 New variables.
12470 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12471 old, new, old-func and new-func by declared variables.
c85b0022
JB
12472 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12473 Remove unnecessary variable.
c85b0022
JB
12474 (math-apply-rw-regs): New variable.
12475 (math-apply-rewrites, math-rwapply-replace-regs)
58cf70d3 12476 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
c85b0022
JB
12477 (math-apply-rw-ruleset): New variable.
12478 (math-apply-rewrites, math-rwapply-remember): Replace variable
12479 ruleset by declared variable.
12480
6de891db
RS
124812004-11-19 Richard M. Stallman <rms@gnu.org>
12482
12483 * info.el (Info-search): Use search-whitespace-regexp.
12484
e1c1c5a7
TTN
124852004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12486
12487 * vc-rcs.el (vc-rcs-parse): New function.
12488 (vc-rcs-annotate-command): Likewise.
12489 (vc-rcs-annotate-current-time): Likewise.
12490 (vc-rcs-annotate-time): Likewise.
12491 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12492
087b413d
TTN
124932004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12494
12495 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12496
c456ee78
JB
124972004-11-18 Jay Belanger <belanger@truman.edu>
12498
58cf70d3 12499 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
c456ee78 12500
9f7a9918
VJL
125012004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12502
12503 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12504 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12505 Use make-temp-file to generate PostScript files in any situation.
12506 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7573a5af
SM
12507 (pr-interactive-p): Eliminate var.
12508 (pr-save-interactive): Eliminate macro.
9f7a9918
VJL
12509 (pr-interface, pr-ps-directory-preview)
12510 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12511 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12512 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12513 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12514 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12515 (pr-ps-region-ps-print, pr-ps-mode-preview)
12516 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12517 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12518 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12519 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12520 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12521 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12522 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12523 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12524 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12525 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12526 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12527 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12528 Eliminate pr-save-interactive usage.
7573a5af
SM
12529 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12530 Eliminate pr-interactive-p usage.
9f7a9918
VJL
12531 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12532 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12533 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12534 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12535 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12536 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7573a5af
SM
12537 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12538 New funs.
9f7a9918
VJL
12539 (pr-ps-file): Use make-temp-file to generate a temporary file.
12540
00a789bd 125412004-11-17 Jay Belanger <belanger@truman.edu>
00a789bd 12542
6abf3a27
SM
12543 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12544 a local variable.
6abf3a27 12545 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6abf3a27
SM
12546 (math-top-only): New variable.
12547 (math-simplify, math-simplify-step): Replace variable top-only by
00a789bd 12548 declared variable math-top-only.
6abf3a27 12549 (math-simplify-expr): Declare it.
77c99c7f 12550 Replace argument expr in all calls of math-defsimplify by
087b413d 12551 math-simplify-expr.
00a789bd
JB
12552 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12553 (math-simplify-divisor, math-simplify-one-divisor)
12554 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6abf3a27 12555 (math-simplify-pow): Replace variable expr by declared variable
00a789bd 12556 math-simplify-expr.
6abf3a27
SM
12557 (math-simplify-divisor): Remove local variables temp and op.
12558 (math-simplify-one-divisor): Make temp and op local variables.
6abf3a27
SM
12559 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12560 New variables.
12561 (math-simplify-divisor, math-simplify-one-divisor):
12562 Replace variables nover and dover by declared variables.
6abf3a27
SM
12563 (math-expr-subst-new, math-expr-subst-old): New variables.
12564 (math-expr-subst, math-expr-subst-rec): Replace variables new
00a789bd 12565 and old by declared variables.
6abf3a27
SM
12566 (math-is-poly-degree, math-is-poly-loose): New variables.
12567 (math-is-polynomial, math-is-poly-rec): Replace variables degree
00a789bd 12568 and loose by declared variables.
00a789bd 12569 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6abf3a27
SM
12570 (math-polynomial-base, math-polynomial-base-rec):
12571 Replace variables const-ok and mpb-pred by declared variables.
00a789bd 12572
6abf3a27 12573 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
00a789bd 12574
6abf3a27
SM
12575 * calc/calc-ext.el (math-defsimplify): Change the argument in
12576 the created function to math-simplify-expr.
00a789bd 12577
6abf3a27
SM
12578 * calc/calc-units.el (math-simplify-expr): Declare it.
12579 Replace argument expr in all calls of math-defsimplify by
087b413d 12580 math-simplify-expr.
6abf3a27 12581 (math-simplify-units-prod): Replace variable expr by declared
00a789bd
JB
12582 variable math-simplify-expr.
12583
6abf3a27
SM
125842004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12587 Replace mapcar->dolist, format->string.
12588
c10de401
MB
125892004-11-17 Miles Bader <miles@gnu.org>
12590
12591 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12592 * progmodes/idlwave.el: Remove RCS keywords.
2da3fbb1
MB
12593
125942004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
12595
12596 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12597 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
77c99c7f 12598 Update to IDLWAVE version 5.5. Too many changes to list them here.
2da3fbb1
MB
12599 * progmodes/idlw-help.el: New file.
12600
ee31cd78
RS
126012004-11-16 Richard M. Stallman <rms@gnu.org>
12602
12603 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12604 Discard spaces after \i according to TeX rules.
12605
6abf3a27 12606 * international/mule.el (set-buffer-file-coding-system):
ee31cd78
RS
12607 New arg NOMODIFY.
12608 (after-insert-file-set-coding): Pass that new arg.
12609 Prevent set-buffer-multibyte from trying to lock the file.
12610
12611 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12612
12613 * saveplace.el (save-place): Doc fix.
12614
12615 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12616 temporarily widen before finding the following word to copy.
12617
12618 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12619 (cl-map-keymap): Definition deleted.
12620
12621 * subr.el (map-keymap-internal): New function.
12622
6abf3a27
SM
126232004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12626 when pressing rather than when releasing mouse-2. Simplify.
12627
7573a5af
SM
126282004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12631 (compilation-mode): Set it here instead.
12632
12633 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12634
12635 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12636 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12637
126382004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12639
12640 * progmodes/compile.el (compilation-internal-error-properties):
12641 Fix up a transposition-typo. Check end-col before using it.
12642
ee31cd78
RS
126432004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12644
6abf3a27 12645 * international/iso-cvt.el (iso-tex2iso-trans-tab):
ee31cd78
RS
12646 Discard whitespace after macro \i when converting it.
12647
b0339ffd
JL
126482004-11-16 Juri Linkov <juri@jurta.org>
12649
12650 * emacs-lisp/find-func.el (find-function-regexp):
12651 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12652 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12653 Remove invalid `\W' from [^cgv\W]. Doc fix.
12654 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12655
ce2bbf6a
LT
126562004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12657
12658 * play/life.el: Maintainer is now FSF.
12659 (life-patterns, life-neighbor-deltas, life-window-start)
12660 (life-current-generation, life-generation-string): Use defvar
12661 instead of defconst.
12662
9c8e6c85
SM
126632004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * progmodes/compile.el (compilation-move-to-column): New fun.
12666 (compilation-internal-error-properties)
12667 (compilation-next-error-function): Use it to make sure we don't go past
12668 the end of line.
12669
fbee29e6
JPW
126702004-11-15 John Paul Wallington <jpw@gnu.org>
12671
12672 * autoinsert.el (auto-insert-alist): Insert the user's name in
12673 copyright notice, rather than Free Software Foundation, for the
12674 Emacs Lisp header case too.
12675
14b84c94
VJL
126762004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12677
12678 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12679 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12680 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12681 return the list of string in a string.
12682 (pr-call-process): Message if calling process returns an error, that
12683 is, the exit status is different of zero.
12684
46a73156
JB
126852004-11-15 Jay Belanger <belanger@truman.edu>
12686
fe38e3b0 12687 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9c8e6c85 12688 variable var-thing.
9c8e6c85 12689 (math-integ-depth, math-integ-level, math-integral-limit)
46a73156
JB
12690 (math-enable-subst, math-any-substs, math-integ-msg)
12691 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12692 (math-int-threshold, math-int-factors, math-double-roots)
12693 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
fe38e3b0
JB
12694 (var-GenCount): Declare these variables.
12695 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9c8e6c85
SM
12696 (math-integral-cache, math-integral-cache-state):
12697 Move declarations to earlier in the file.
46a73156
JB
12698 (math-deriv-var, math-deriv-total, math-deriv-symb)
12699 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12700 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12701 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12702 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
fe38e3b0 12703 (math-solve-res): New variables
46a73156
JB
12704 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12705 (math-integral, math-replace-integral-parts)
12706 (math-integrate-by-parts, calc-dump-integral-cache)
12707 (math-try-integral, math-do-integral, math-do-integral)
9c8e6c85 12708 (math-do-integral-methods, math-try-solve-for)
46a73156
JB
12709 (math-try-solve-prod, math-solve-poly-funny-powers)
12710 (math-solve-crunch-poly, math-decompose-poly)
12711 (math-solve-find-root-term, math-find-root-in-prod)
12712 (math-integ-try-linear-substitutions)
12713 (math-integ-try-substitutions, math-expr-rational-in)
9c8e6c85 12714 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
46a73156
JB
12715 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12716 (math-solve-for, math-solve-system, math-solve-system-rec)
12717 (math-solve-get-sign, math-solve-get-int)
12718 (math-solve-system-subst): Replace undeclared variables with newly
12719 declared variables.
12720
7573a5af
SM
127212004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * winner.el (winner-active-region, winner-edges, winner-window-list):
12724 Define at toplevel.
12725 (winner-mode-map): Move init inside declaration.
12726
87589a70
LT
127272004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12728
12729 * files.el (convert-standard-filename): Doc fix.
12730
b14f1885
DP
127312004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12732
9c8e6c85 12733 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
b14f1885
DP
12734 passwd, group, shadow, default/* and pam.d/*.
12735
bf490c7b
VJL
127362004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12737
12738 * printing.el (pr-menu-spec): Adjust menu specification.
12739
6367b616
VJL
127402004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12741
12742 * printing.el: Doc fix. Insert :version tag into all defcustom.
572f248f
SM
12743 Handle interactive-p as is recommended in Emacs Lisp Reference.
12744 Set the file permission bits for newly created files.
12745 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12746 The printing menu specification (in `pr-menu-spec') was merged.
12747 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6367b616
VJL
12748 (pr-version): New version number (6.8.3).
12749 (pr-file-modes): New option.
12750 (pr-interactive-p): New var.
12751 (pr-save-interactive, pr-save-file-modes): New macros.
12752 (pr-setup): Code fix.
12753 (pr-menu-spec): Menu specification merged.
12754 (pr-call-process, pr-text2ps): Set file permission bits.
12755 (pr-despool-print): Set file permission bits. Handle interactive-p as
12756 is recommended.
12757 (pr-interface, pr-ps-directory-preview)
12758 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12759 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12760 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12761 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12762 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12763 (pr-ps-region-ps-print, pr-ps-mode-preview)
12764 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12765 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12766 (pr-despool-using-ghostscript, pr-despool-ps-print)
12767 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12768 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12769 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12770 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12771 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12772 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12773 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12774 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12775 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12776 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12777 Handle interactive-p as is recommended.
12778
572f248f
SM
127792004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12782 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12783
12784 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12785 so it doesn't forget to highlight the beginning of the region either.
12786
955afc13
DP
127872004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12788
12789 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12790 (c-font-lock-init): Eliminate obsolete make-local-hook.
12791 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12792 (awk-mode): Use run-mode-hooks.
12793
12794 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12795
5596fbf1
KS
127962004-11-13 Kim F. Storm <storm@cua.dk>
12797
12798 * mouse.el (mouse-drag-copy-region): Add :version.
12799 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12800 while dragging mode line, so mode line can be dragged downwards.
12801 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12802 while pressing mouse button so window doesn't scroll until we
12803 release the mouse if clicking on partially visible line.
12804
68d1b30d
JB
128052004-11-12 Jay Belanger <belanger@truman.edu>
12806
fe38e3b0
JB
12807 * calc/calc-graph.el (calc-dumb-map): Declare it.
12808 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8571856b 12809 than unbound.
fe38e3b0
JB
12810 (calc-graph-name): Made `end' a local variable.
12811 (calc-graph-lookup): Made `varname' a local variable.
8571856b
KS
12812 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12813 Declare them.
fe38e3b0
JB
12814 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12815 (calc-graph-plot, calc-graph-compute-3d): Remove references to
68d1b30d 12816 the unused variable y3vec.
fe38e3b0
JB
12817 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12818 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8571856b 12819 calc-graph-prev-kill-hook.
68d1b30d
JB
12820 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12821 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12822 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12823 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12824 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12825 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12826 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12827 (calc-graph-y3value, calc-graph-y3name)
12828 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12829 (calc-graph-stepcount, calc-graph-is-splot)
12830 (calc-graph-surprise-splot, calc-graph-blank)
fe38e3b0 12831 (calc-graph-non-blank, calc-graph-curve-num): New variables.
68d1b30d
JB
12832 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12833 (calc-graph-recompute-2d, calc-graph-compute-3d)
8571856b
KS
12834 (calc-graph-format-data): Replace undeclared variables with the
12835 above newly declared variables.
68d1b30d 12836
7c7d4075
EZ
128372004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12838
f431a910
EZ
12839 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12840 `rsf-beep' and `rsf-sleep-after-message'.
12841
7c7d4075
EZ
12842 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12843 list if `message-sender' is non-nil.
12844
63cd5734
EZ
128452004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12846
12847 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12848 consing by using mapc instead of mapcar.
12849
cf66c8aa
NR
128502004-11-12 Nick Roberts <nickrob@snap.net.nz>
12851
12852 * tooltip.el (require): Explain why CL is needed.
12853
e22c7647
VJL
128542004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12855
12856 * printing.el: Insert :version into defgroup (printing). All reference
12857 to Files option in menubar were changed to File.
12858 (pr-version): New version number (6.8.2).
12859 (pr-get-symbol): Call easy-menu-intern.
12860 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12861 compilation gripes.
12862
977b50fb
SM
128632004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12864
036cf769
SM
12865 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12866 new byte-compile-function-environment binding to t.
12867
12868 * font-lock.el (font-lock-fontify-syntactically-region):
12869 Don't forget to highlight the last char when we hit `end'.
12870
12871 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12872 (mwheel-scroll): Adjust accordingly.
12873
12874 * cvs-status.el: Reduce spurious warnings.
12875 (cvs-status-checkout): Remove.
12876 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12877
12878 * pcvs.el (cvs-mode-checkout): New command.
12879
8cece98a
SM
12880 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12881
12882 * tooltip.el: Require CL.
12883
977b50fb
SM
12884 * emacs-lisp/bytecomp.el: Use push.
12885 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12886 (defalias): Remove the `byte-compile' property and add
12887 a `byte-hunk-handler'.
12888
be4b3ae8
JL
128892004-11-11 Juri Linkov <juri@jurta.org>
12890
12891 * info.el (Info-search): Save match data for isearch.
12892 Skip Tag Table node.
12893
12894 * descr-text.el (describe-char): Replace syntax-after with code
12895 from its previous version.
12896
12897 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12898 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12899
12900 * international/mule.el (sgml-html-meta-auto-coding-function):
12901 Remove > after <html to allow HTML attributes.
12902
fe1f8500
JB
129032004-11-11 Jay Belanger <belanger@truman.edu>
12904
fe38e3b0 12905 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8cece98a 12906 a variable.
fe38e3b0
JB
12907 (calcFunc-dfac): Replace unbound max by n.
12908 (math-stirling-local-cache): New variable.
13643b5f 12909 (math-stirling-number, math-stirling-1, math-stirling-2):
8cece98a
SM
12910 Replace the variable `cache' by the declared variable
12911 math-stirling-local-cache.
fe38e3b0
JB
12912 (var-RandSeed): Declare it as a variable.
12913 (math-init-random-base, math-random-digit): Don't check to see if
8cece98a 12914 var-RandSeed is bound.
13643b5f 12915 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8cece98a 12916 Declare them instead of just setting them.
fe38e3b0
JB
12917 (math-init-random-base): Made i a local variable.
12918 (math-random-digit): Made math-random-last a local variable.
12919 (math-prime-test-cache): Move declaration to before it is used.
13643b5f
JB
12920 (math-prime-test-cache-k, math-prime-test-cache-q)
12921 (math-prime-test-cache-nm1, math-prime-factors-finished):
8cece98a 12922 Declare them as variables.
13643b5f 12923
8cece98a 129242004-11-11 Jay Belanger <belanger@truman.edu>
13643b5f 12925
fe38e3b0 12926 * calc/calc-ext.el (math-defcache): Use defvar for the new
977b50fb 12927 variables it creates.
fe1f8500 12928
af61551b
LH
129292004-11-11 Lars Hansen <larsh@math.ku.dk>
12930
8cece98a
SM
12931 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12932 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12933 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12934 (desktop-save): Add :version.
af61551b 12935
3a502e66
SM
129362004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * printing.el (pr-get-symbol): Don't downcase.
12939
4726a1df 129402004-11-10 Jay Belanger <belanger@truman.edu>
3a502e66 12941
fe38e3b0 12942 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3a502e66 12943 string to kill-ring.
4726a1df
JB
12944
12945 * calc/calc-aent.el (calc-alg-exp, math-toks)
12946 (math-exp-pos,math-exp-old-pos, math-exp-token)
fe38e3b0 12947 (math-exp-keep-spaces, math-exp-str): New variables.
3a502e66 12948 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
fe38e3b0
JB
12949 (calcAlg-enter): Use declared variable calc-alg-exp.
12950 (math-build-parse-table, math-find-user-token): Use declared
3a502e66 12951 variable math-toks.
4726a1df
JB
12952 (math-read-exprs, math-read-token, calc-check-user-syntax)
12953 (calc-match-user-syntax, match-factor-after, math-read-factor):
12954 Use declared variables math-exp-pos math-exp-old-pos.
12955 (math-read-exprs, math-read-token, math-read-expr-level)
12956 (calc-check-user-syntax, calc-match-user-syntax)
fe38e3b0 12957 (match-factor-after, math-read-factor): Use declared variable
8571856b 12958 math-exp-token.
4726a1df 12959 (math-read-exprs, math-read-expr-list, math-read-token)
fe38e3b0
JB
12960 (math-read-factor): Use declared variable math-exp-keep-spaces.
12961 (math-read-exprs, math-read-token): Use declared variable
4726a1df 12962 math-exp-str.
fe38e3b0 12963 (calc-match-user-syntax): Make m a local variable.
4726a1df 12964
fe38e3b0 12965 * calc/calc-ext.el (math-read-expr): Use declared variables
3a502e66 12966 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4726a1df
JB
12967 math-exp-keep-spaces.
12968
fe38e3b0 12969 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3a502e66 12970 variables math-exp-pos, math-exp-str.
4726a1df 12971
fe38e3b0 12972 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8571856b 12973 math-exp-old-pos.
4726a1df 12974 (math-parse-fortran-vector, math-parse-fortran-vector-end)
fe38e3b0 12975 (math-parse-eqn-prime): Use declared variable math-exp-token.
4726a1df
JB
12976
12977 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3a502e66 12978 Use declared variable math-exp-pos.
fe38e3b0
JB
12979 (math-check-for-commas): Use declared variable math-exp-str.
12980 (math-read-brackets): Use declared variables math-exp-old-pos,
4726a1df 12981 math-exp-keep-spaces.
3a502e66
SM
12982 (math-read-brackets, math-read-vector, math-read-matrix):
12983 Use declared variable math-exp-token.
4726a1df 12984
e9146d5a
SM
129852004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12986
9c8e6c85
SM
12987 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12988 where the keymap is a symbol.
12989 (easy-menu-add-item): Use keymap-prompt. Simplify.
12990
32a0479a
SM
12991 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12992
e9146d5a
SM
12993 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12994 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12995
86523fac
TTN
129962004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12997
12998 * ebuff-menu.el: Doc fixes throughout.
12999 (electric-buffer-menu-mode-hook): New defvar.
13000
df388ce6
NR
130012004-11-10 Nick Roberts <nickrob@snap.net.nz>
13002
52eb0373
JB
13003 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13004 The resulting compiler warnings appear to be harmless.
df388ce6 13005
dd0f1553
DP
130062004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13007
13008 * textmodes/conf-mode.el: New file.
13009
13010 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13011
e9146d5a
SM
130122004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13015
6d37f0f1
JB
130162004-11-09 Jay Belanger <belanger@truman.edu>
13017
fe38e3b0 13018 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6d37f0f1
JB
13019
13020 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
fe38e3b0
JB
13021 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13022 (calc-z-prefix-help, calc-user-function-list): Use declared
dd0f1553 13023 variables calc-z-prefix-buf, calc-z-prefix-msgs.
fe38e3b0 13024 (math-map-tree, math-map-tree-rec): Use declared variables
dd0f1553 13025 math-mt-many, math-mt-func.
fe38e3b0 13026 (math-read-expression, math-read-string): Use declared variable
dd0f1553
DP
13027 math-expr-data.
13028
fe38e3b0 13029 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
dd0f1553 13030 variable math-normalize-a.
6d37f0f1 13031
fe38e3b0
JB
13032 * calc/calc.el (math-normalize-a): New variable.
13033 (math-normalize): Use declared variable math-normalize-a.
6d37f0f1 13034
fe38e3b0 13035 * calc/calc-poly.el (math-expand-form): Use declared variable
dd0f1553 13036 math-mt-many.
6d37f0f1 13037
e9146d5a
SM
13038 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13039 Use declared variable math-mt-many.
fe38e3b0 13040 (math-rewrite): Use declared variable math-mt-func.
6d37f0f1
JB
13041
13042 * calc/calc-vec.el (math-read-brackets, math-read-vector)
fe38e3b0 13043 (math-read-matrix): Use declared variable math-expr-data.
6d37f0f1
JB
13044
13045 * calc/calc-lang.el (math-parse-fortran-vector)
13046 (math-parse-fortran-vector-end, math-parse-tex-sum)
13047 (math-parse-eqn-matrix, math-parse-eqn-prime)
fe38e3b0 13048 (math-read-math-subscr): Use declared variable math-expr-data.
6d37f0f1
JB
13049
13050 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13051 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13052 (calc-match-user-syntax, math-read-if, math-factor-after)
fe38e3b0 13053 (math-read-factor): Use declared variable math-expr-data.
6d37f0f1 13054
b4f8e43e
GM
130552004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13056
13057 * calendar/diary-lib.el (diary-from-outlook)
13058 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
32261ad3 13059 interactive-p; but rather new optional argument NOCONFIRM.
b4f8e43e 13060
32a0479a 130612004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
0c90b629
SM
13062
13063 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13064 (easy-menu-name-match): Revert correspondingly.
13065
a7a7ddf1
RS
130662004-11-09 Richard M. Stallman <rms@gnu.org>
13067
13068 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13069 Turn off warnings for the new function even if definition not constant.
13070 If the definition isn't a quoted symbol, record (FUNCTION . t).
13071 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13072 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13073 (display-call-tree, byte-compile-arglist-warn):
13074 Handle t returned by byte-compile-fdefinition.
13075
84c2fd9f
JD
130762004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13077
366fc3f9
JD
13078 * Makefile.in (maintainer-clean): Depend on distclean.
13079
84c2fd9f
JD
13080 * help-fns.el (help-C-file-name): File name must be in build-files
13081 to be returned.
13082
6b644e8d
JB
130832004-11-09 Jay Belanger <belanger@truman.edu>
13084
13085 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
fe38e3b0 13086 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
0c90b629
SM
13087
13088 * calc/calc.el (calc, calc-trail-display, calc-mode):
13089 Remove obsolete sections.
6b644e8d 13090
fe38e3b0 13091 * calc/calc.el (calc-x-paste-text): Remove.
6b644e8d 13092
fe38e3b0 13093 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
0c90b629 13094 mouse-2.
6b644e8d 13095
ec3dd752
NR
130962004-11-09 Nick Roberts <nickrob@snap.net.nz>
13097
13098 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13099 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13100 current frame (in case of recursive calls).
13101 (gdb-show-changed-values): Add :version keyword.
13102
a778cf63
KH
131032004-11-09 Kenichi Handa <handa@m17n.org>
13104
13105 * international/mule-cmds.el: Change coding: tag back to
13106 iso-2022-7bit.
13107
0c90b629
SM
131082004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13109
0c90b629
SM
13110 * international/mule-cmds.el: Change coding-system to utf-8.
13111 (select-safe-coding-system-interactively):
13112 New function extracted from select-safe-coding-system.
13113 (select-safe-coding-system): Use it.
13114
1efc19eb
RS
131152004-11-08 Richard M. Stallman <rms@gnu.org>
13116
13117 * subr.el (syntax-after): Doc fix.
13118
13119 * paren.el (show-paren-function): Change calls to syntax-after
13120 for new way of returning the value.
13121
13122 * menu-bar.el (menu-bar-file-menu): Make this the real name
13123 and menu-bar-files-menu the alias. Use the former.
13124 (global-map): Use `file', not `files', as the symbol.
13125
13126 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13127
13128 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13129 Don't use beginning-of-buffer.
13130 (filesets-cmd-show-result): Use with-no-warnings.
13131
b056d9cb
JL
131322004-11-08 Juri Linkov <juri@jurta.org>
13133
13134 * progmodes/compile.el (compile): Don't overwrite last command in
13135 minibuffer history with default command if they are not equal.
13136
3c29dab1
JB
131372004-11-08 Jay Belanger <belanger@truman.edu>
13138
fe38e3b0 13139 * calc/calcalg2.el (math-do-integral-methods): Try linear then
0c90b629 13140 non-linear substitutions.
3c29dab1 13141
bd6bda79
JB
131422004-11-08 Jay Belanger <belanger@truman.edu>
13143
13144 * calc/calcalg2.el (math-linear-subst-tried): New variable.
fe38e3b0
JB
13145 (math-do-integral): Set `math-linear-subst-tried' to nil.
13146 (math-do-integral-methods): Use `math-linear-subst-tried' to
0c90b629
SM
13147 determine what type of substitution to try.
13148 (math-integ-try-linear-substituion):
13149 Set `math-linear-subst-tried' to t.
bd6bda79 13150
85c38542
KS
131512004-11-08 Kim F. Storm <storm@cua.dk>
13152
13153 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13154
91337c1f
JL
131552004-11-07 Juri Linkov <juri@jurta.org>
13156
13157 * info-look.el (info-lookup): Allow reusing in the current buffer
13158 not only *info* buffer, but all (even renamed) Info buffers
13159 by checking for major-mode instead of *info* buffer name.
13160 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13161 (octave-mode, maxima-mode) <doc-spec>:
13162 Allow long dashes generated by Texinfo 4.7 before definitions.
13163 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13164 definitions with argument separated by space.
13165
551373ea
RS
131662004-11-06 Richard M. Stallman <rms@gnu.org>
13167
13168 * simple.el (next-error group, face): Move before first use.
13169 (next-error-highlight, next-error-highlight-no-select): Likewise.
1efc19eb 13170
0c90b629 13171 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
551373ea 13172 (line-move): New args NOERROR and TO-END.
1bef8597 13173 Return t if succeed in moving specified number of lines.
551373ea 13174 (move-end-of-line): New function.
1efc19eb
RS
13175
13176 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13177 (end-of-buffer-other-window): Likewise.
551373ea
RS
13178
13179 * simple.el (line-move-ignore-invisible): Default to t.
13180
13181 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13182
13183 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13184
0c90b629
SM
13185 * international/iso-cvt.el (iso-cvt-define-menu):
13186 Rename menu-bar-files-menu to menu-bar-file-menu.
551373ea
RS
13187
13188 * net/browse-url.el (browse-url-gnome-moz-program)
13189 (browse-url-gnome-moz-arguments): Move up before first use.
13190
13191 * net/tramp.el (tramp group): Add :version.
13192
0c90b629 13193 * progmodes/ada-xref.el (ada-gdb-application):
551373ea
RS
13194 Use goto-char instead of beginning-of-buffer.
13195
0c90b629 13196 * progmodes/cperl-mode.el (cperl-info-on-command):
551373ea
RS
13197 Use goto-char instead of beginning-of-buffer.
13198
0c90b629 13199 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
551373ea
RS
13200 Move up before first use.
13201 (idlwave-shell-temp-pro-file): Likewise.
13202 (idlwave-shell-temp-rinfo-save-file): Likewise.
13203 (idlwave-shell-temp-file): Minor doc fix.
13204
13205 * textmodes/flyspell.el (flyspell-external-point-words):
13206 Use goto-char instead of beginning-of-buffer.
13207
e7b52b6d
KG
132082004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13209
0c90b629
SM
13210 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13211 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
c37ee7cb 13212 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
e7b52b6d 13213
59341ff0
DP
132142004-11-06 David Ponce <david@dponce.com>
13215
13216 * recentf.el (recentf-menu-path): Use menu item name.
13217
6159c232
EZ
132182004-11-06 Eli Zaretskii <eliz@gnu.org>
13219
13220 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13221 display doesn't support images.
13222
cffe562a
AS
132232004-11-06 Andreas Schwab <schwab@suse.de>
13224
803a05c2
AS
13225 * tempo.el (tempo-match-finder): Doc fix.
13226
cffe562a
AS
13227 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13228
32a0479a 132292004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
98961e08
AS
13230
13231 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13232 (easy-menu-lookup-name): New fun to replace it.
13233 (easy-menu-get-map): Use it to obey menu item names (rather than just
13234 keys) when looking up `path'.
13235 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13236 (easy-menu-convert-item-1): Adjust to new name.
13237
27540e81
EZ
132382004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13239
13240 * outline.el (hide-body): Don't hide lines at the top of the file
13241 that precede the first header line.
13242
14e32dd3
EZ
132432004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13244
13245 * align.el (align-areas): Delete whitespace before reindenting, so
13246 that tabs are never placed after spaces.
13247
4d79b874
EZ
132482004-11-06 Alan Shutko <ats@acm.org>
13249
13250 * macros.el (insert-kbd-macro): Do completions based on macros,
13251 rather than all commands.
13252
16d24ae8
EZ
132532004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13254
13255 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13256 to solve a bug whereby tags with 'b' don't match.
13257
3296d21b
JL
132582004-11-05 Juri Linkov <juri@jurta.org>
13259
13260 * info.el (Info-search): Don't search in node header lines
13261 and file headers.
13262
13263 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13264 symbol-constituent characters after dot, not only digits.
13265
5dcd636b
DP
132662004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13267
0c90b629 13268 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5dcd636b 13269
8d9e2a49
JD
132702004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13271
13272 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13273 if a dialog will be used, read-file-name otherwise.
5dcd636b 13274
fb54e72e
RS
132752004-11-04 Richard M. Stallman <rms@gnu.org>
13276
13277 * textmodes/table.el (table group): Add :version.
13278
5dcd636b 13279 * textmodes/ispell.el (ispell-word):
fb54e72e
RS
13280 Don't alter args; set them only thru `interactive' spec.
13281
13282 * textmodes/flyspell.el (flyspell-word):
13283 Don't alter FOLLOWING; set it only thru `interactive' spec.
13284
13285 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13286
13287 * net/browse-url.el (browse-url-maybe-new-window):
13288 Use called-interactively-p.
13289
5dcd636b 13290 * mail/supercite.el (sc-cite-region):
fb54e72e
RS
13291 Don't use interactive-p. Add arg INTERACTIVE.
13292 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13293
5dcd636b 13294 * international/mule-cmds.el (set-input-method, toggle-input-method):
fb54e72e
RS
13295 Don't use interactive-p. Add arg INTERACTIVE.
13296
13297 * eshell/esh-mode.el (eshell-show-maximum-output):
13298 Don't use interactive-p.
13299 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13300
13301 * mouse.el (mouse-show-mark): Get positions to delete from mark
13302 and point, not from mouse-drag-overlay.
13303
13304 * imenu.el (imenu-eager-completion-buffer): Add :version.
13305
13306 * filesets.el (filesets group): Add :version.
13307
6a36ed14
DP
133082004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13309
13310 * files.el (xml-based-modes): Delete var.
13311 (magic-mode-alist): New more general var.
13312 (set-auto-mode): Use it.
13313
13314 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13315 when clicking from another window.
13316
f36e4afe
TTN
133172004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13318
b44a1825
TTN
13319 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13320 (vc-cvs-annotate-time): Incorporate value of deleted var.
13321 Remove special-case handling of beginning-of-buffer cruft.
13322 Cache ending position (point) and return value in text property
13323 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13324
cd227df3
TTN
13325 * vc-cvs.el (vc-cvs-annotate-command):
13326 Delete extraneous lines from beginning of buffer.
13327 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13328
02b73b97
TTN
13329 * progmodes/grep.el (grep-default-command): Take empty string
13330 for tag if all other methods yield nil. Shell-quote the tag.
13331
f36e4afe
TTN
13332 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13333 spec in `interactive' form, and mention it in the docstring.
2e734353 13334 Also, make sure point is at bol after calling `annotate-time'.
f36e4afe 13335
29bb7127
RS
133362004-11-02 Richard M. Stallman <rms@gnu.org>
13337
fb54e72e
RS
13338 * cus-edit.el (customize-group-other-window):
13339 Select the window that displays the custom buffer.
13340 (custom-buffer-create-other-window): Likewise.
13341
13342 * comint.el (comint-insert-input): Fix previous change.
13343
29bb7127
RS
13344 * emacs-lisp/elp.el (elp-instrument-function):
13345 Use called-interactively-p.
13346
13347 * emacs-lisp/easymenu.el (easy-menu-intern):
13348 Don't downcase; rather, case-flip the first letter of each word.
13349
13350 * emacs-lisp/easy-mmode.el (define-minor-mode):
13351 Use called-interactively-p.
13352
13353 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13354 Add interactive-only.
13355 (byte-compile-warnings): Add interactive-only as option.
13356 (byte-compile-interactive-only-functions): New variable.
13357 (byte-compile-form): Warn about calls to functions
13358 in byte-compile-interactive-only-functions.
13359
13360 * emacs-lisp/autoload.el (update-file-autoloads):
13361 Don't use interactive-p; take new arg SAVE-AFTER.
13362
13363 * emacs-lisp/advice.el (ad-make-advised-definition):
13364 Use called-interactively-p.
13365
46bfc73b
JD
133662004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13367
13368 * files.el (find-file-existing): New function.
13369
13370 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13371 find-file-existing. Add "New File..." that calls find-file.
13372
424b9d3e 13373 * diropen.pbm, diropen.xpm: New files.
f36e4afe 13374
46bfc73b
JD
13375 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13376 icon diropen. New tool bar item find-file-existing uses icon open.
13377
63baed99 13378 * dired.el (dired-read-dir-and-switches): Call read-directory-name
46bfc73b
JD
13379 instead of read-file-name.
13380
fba8240f
GM
133812004-11-02 Ulf Jasper <ulf.jasper@web.de>
13382
13383 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13384 (icalendar--split-value): Change name of work buffer.
13385 (icalendar--get-weekday-abbrev): Return nil on error.
13386 (icalendar--date-to-isodate): New function.
13387 (icalendar-convert-diary-to-ical)
13388 (icalendar-extract-ical-from-buffer): Use only two args for
13389 make-obsolete (XEmacs compatibility).
0c90b629 13390 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
fba8240f
GM
13391 (icalendar-export-region): Doc fix.
13392 If error, return non-nil and write errors to a buffer.
13393 Use correct weekday for weekly recurring events.
13394 Check whether date has been parsed for ordinary events.
13395 Make weekly events start in the year 2000.
13396 DTEND is non-inclusive, shift end date by one day if
13397 necessary (not for entries that have date and time).
13398 Rename local let variables: oops -> found-error, datestring ->
13399 startdatestring.
13400
23ed65c0
KS
134012004-11-02 Kim F. Storm <storm@cua.dk>
13402
ad8d994c
KS
13403 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13404 keep-mode-if-same variable. Add it as optional arg instead.
13405 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13406
3fc26d48
KS
13407 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13408 substitute-command-keys will select lower-case bindings like those
13409 used in the static help texts.
13410
1b25dccd
KS
13411 * descr-text.el (describe-text-properties): Don't err if called in
13412 the *Help* buffer; output to *Help-2* buffer instead.
13413
23ed65c0
KS
13414 * kmacro.el (group kmacro): Add :version.
13415 (kmacro-keyboard-quit): New function to cleanup on C-g.
13416 (kmacro-start-macro): Set defining-kbd-macro to append when
13417 appending to last macro.
13418
13419 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13420
f73f9708
NR
134212004-11-02 Nick Roberts <nickrob@snap.net.nz>
13422
13423 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13424 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13425 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13426 Add :version keyword.
13427
19f26a89 134282004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
97d83988 13429
0c90b629
SM
13430 * progmodes/flymake.el (flymake-err-line-patterns):
13431 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12e46b00 13432 `compilation-error-regexp-alist-alist' to internal Flymake format.
23ed65c0 13433
77c99c7f 13434 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12e46b00 13435
23ed65c0
KS
134362004-11-01 Jay Belanger <belanger@truman.edu>
13437
0c90b629
SM
13438 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13439 with `interactive "s"'.
23ed65c0 13440
df0a91e2
JD
134412004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13442
11fd50f7
SM
13443 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13444 Revert change from 2004-10-16. '*' checks the current buffer, but the
df0a91e2
JD
13445 mouse click may be in another buffer.
13446
2b601e1c
JPW
134472004-11-01 John Paul Wallington <jpw@gnu.org>
13448
13449 * files.el (large-file-warning-threshold): Add :version keyword.
13450 (kill-some-buffers): Doc fix.
13451
13452 * thumbs.el (group thumbs): Add :version keyword.
13453
2c10c0f0
JPW
13454 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13455
2d1ef312
RS
134562004-11-01 Richard M. Stallman <rms@gnu.org>
13457
29bb7127
RS
13458 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13459
13460 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13461
2d1ef312
RS
13462 * allout.el (allout group): Add :version.
13463 (allout-init): Don't use interactive-p.
13464 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11fd50f7 13465 (allout-forward-current-level, allout-backward-current-level):
2d1ef312
RS
13466 Don't use interactive-p.
13467
13468 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13469 (bibtex-find-text): Likewise.
13470
13471 * progmodes/vhdl-mode.el (vhdl-fill-region)
13472 (vhdl-beginning-of-statement): Don't use interactive-p.
13473
13474 * progmodes/idlwave.el (idlwave-update-routine-info):
13475 Don't use interactive-p.
13476
13477 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13478 Don't use interactive-p.
13479
11fd50f7 13480 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2d1ef312
RS
13481 Don't use interactive-p.
13482
13483 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13484 Don't use interactive-p.
13485
13486 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13487 (fortune-in-buffer): Doc fix.
13488
13489 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
13490
13491 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13492 don't select the temporary buffer.
13493 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13494 (eudc-get-phone): Likewise.
13495
5bad6053
KS
134962004-11-01 Kim F. Storm <storm@cua.dk>
13497
13498 * man.el (Man-xref-normal-file): Fix help-echo.
13499
11fd50f7
SM
135002004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * reveal.el (reveal-last-tick): New var.
13503 (reveal-post-command): Use it to avoid closing overlays when we're
13504 appending text to them.
13505
e0dc0c55
SM
135062004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13507
13508 * textmodes/bibtex.el: Require button.
13509 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13510 (bibtex-reference-keys): Distinguish between header keys and
13511 crossref keys.
13512 (bibtex-beginning-of-field): New function.
13513 (bibtex-url-map): Remove.
13514 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13515 (bibtex-font-lock-url-regexp): Assume that field names begin at
13516 the beginning of a line.
13517 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13518 Remove field delimiters. Use bibtex-beginning-of-field.
13519 Bugfix, point can be inside a field with a url.
13520 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13521 New functions.
13522 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13523 (bibtex-key-in-head): Simplify.
13524 (bibtex-current-line): Use bolp.
13525 (bibtex-parse-keys): Remove unused arg `add'.
13526 Use bibtex-type-in-head and bibtex-key-in-head.
13527 (bibtex-parse-entry, bibtex-autofill-entry):
13528 Use bibtex-type-in-head and bibtex-key-in-head.
13529 (bibtex-autokey-get-field): Do not alter case of replacement text.
13530 (bibtex-autokey-get-names): Do all processing of name list.
13531 (bibtex-autokey-get-year): New function.
13532 (bibtex-autokey-get-title): Do all processing of title words.
13533 (bibtex-generate-autokey): Simplify.
13534 (bibtex-string-files-init): Use default-directory.
13535 Allow for absolute file names in bibtex-string-files.
13536 (bibtex-files, bibtex-file-path): New variables.
13537 (bibtex-files-expand): New function.
13538 (bibtex-find-entry-globally): New command.
13539 (bibtex-summary-function): New variable.
13540 (bibtex-summary): Default value of bibtex-summary-function.
13541 (bibtex-find-crossref): New optional args pnt and split.
13542 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13543 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13544 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13545 Fix handling of required and alternative fields.
13546 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13547 Use cons and display-buffer.
13548 (bibtex-validate-globally): New command.
13549 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13550 bibtex-parse-keys and bibtex-parse-strings for updating
13551 bibtex-reference-keys and bibtex-strings.
13552 (bibtex-realign): Remove blank lines past the last entry.
13553 (bibtex-reformat): Use bibtex-entry-format as default.
13554 (bibtex-choose-completion-string): Remove.
13555 (bibtex-complete): Do not use bibtex-choose-completion-string.
13556 (bibtex-url): Simplify.
13557
67156185
JD
135582004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13559
13560 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13561 (x-dnd-types-alist, x-dnd-open-file-other-window)
13562 (x-dnd-known-types): Add :version.
13563
d98410ed
JPW
135642004-10-31 John Paul Wallington <jpw@gnu.org>
13565
13566 * ibuffer.el (group ibuffer): Add :version keyword.
13567
ad1432ee
KS
135682004-10-31 Kim F. Storm <storm@cua.dk>
13569
13570 * ido.el (group ido): Add :version keyword.
13571 (ido-mode): Remove :version keyword.
13572
13573 * emulation/cua-base.el (group cua): Add :version keyword.
13574 (cua-mode): Remove :version keyword.
13575
be203836
LT
135762004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13577
0a306700
LT
13578 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13579
be203836
LT
13580 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13581 compiler warning.
7c26939b
LT
13582 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
13583 function.
13584 (help-at-pt-display-when-idle): Remove autoload.
be203836 13585
11fd50f7 135862004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5459bcdf
SM
13587
13588 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13589
d6288299
JL
135902004-10-30 Juri Linkov <juri@jurta.org>
13591
13592 * help.el (function-called-at-point):
5459bcdf 13593 * help-fns.el (variable-at-point): Read -> intern.
d6288299 13594
707994d2
SJ
135952004-10-30 Simon Josefsson <jas@extundo.com>
13596
5459bcdf
SM
13597 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13598 Recognize AS_* too.
707994d2 13599
266725f1
SJ
136002004-10-29 Simon Josefsson <jas@extundo.com>
13601
13602 * subr.el (read-passwd): Move back from password.el.
13603
13604 * password.el: Remove, not ready yet.
13605
88aab7b4
AS
136062004-10-29 Andreas Schwab <schwab@suse.de>
13607
13608 * speedbar.el (speedbar-frame-parameters): Improve customize type.
13609
ab60bd74
SS
136102004-10-29 Sam Steingold <sds@gnu.org>
13611
f946e47e 13612 * mouse.el (mouse-show-mark): Replace the last occurrence of
ab60bd74
SS
13613 x-lost-selection-hooks with x-lost-selection-functions.
13614
11fd50f7 136152004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
13616
13617 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13618 x-lost-selection-functions is bound.
13619
13620 * mouse-sel.el (mouse-sel-mode):
13621 * emacs-lisp/lselect.el: Adjust to new names for
13622 x-(lost|sent)-selection-functions.
13623
13624 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13625 New obsolete aliases of x-lost-selection-functions and
13626 x-sent-selection-functions.
13627
a00725c7
KS
136282004-10-28 Kim F. Storm <storm@cua.dk>
13629
13630 * imenu.el (imenu-scanning-message): Remove.
13631 (imenu-progress-message): Make it a no-op.
13632
8a9cdb8d
JPW
136332004-10-28 John Paul Wallington <jpw@gnu.org>
13634
13635 * files.el (set-auto-mode): Call `throw' correctly.
13636
02c9f5cd
JL
136372004-10-28 Juri Linkov <juri@jurta.org>
13638
13639 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13640 to search `Info-...' commands in `info' manual.
13641 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13642 Add 'info-file "emacs" property.
13643 (Info-find-emacs-command-nodes): Fix index line number regexp.
13644 Set real line number (instead of fake 0) in first element of the
13645 returned list.
13646 (Info-goto-emacs-command-node): Use line number of first element
13647 to set point in the first found Info node.
13648
13649 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13650 code to `grep-mode-font-lock-keywords'.
13651 (grep-mode-font-lock-keywords): Delete grep markers instead
13652 of making them invisible.
13653
f4982064
JD
136542004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13655
13656 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13657 and x-server-version in bug report.
13658
521cf174
DP
136592004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13660
13661 * files.el (set-auto-mode-0): New function.
13662 (set-auto-mode): Use it to handle aliased modes and to
13663 be consistent between C-x C-f and C-x C-w.
13664
16a3d4e5
KH
136652004-10-28 Kenichi Handa <handa@m17n.org>
13666
5459bcdf
SM
13667 * international/utf-8.el (utf-translate-cjk-charsets):
13668 Add katakana-jisx0201.
7d9d5480 13669
16a3d4e5
KH
13670 * international/subst-jis.el: Add data for JISX0201.
13671
068f3848
SM
136722004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * obsolete/hilit19.el (hilit-mode): New function.
13675 Move all the toplevel side-effecting stuff into it, so that loading
13676 hilit19 doesn't mess everything up any more.
13677
4660a9e3
RS
136782004-10-27 Richard M. Stallman <rms@gnu.org>
13679
563631fe
RS
13680 * add-log.el (add-change-log-entry): Set up mailing address
13681 and full name later, and don't alter add-log-mailing-address
13682 or add-log-full-name.
13683
13684 * elide-head.el (elide-head): Change error to message.
13685 (elide-head-show): Likewise.
13686
13687 * apropos.el (apropos-macrop): Doc fix.
13688
13689 * mouse.el (mouse-show-mark): Do most processing the same
13690 regardless of transient-mark-mode.
13691
13692 * shadowfile.el (shadow-copy-files): Use interactive-p
13693 only to control whether to print a message.
13694
13695 * tar-mode.el (tar-mode): Use write-contents-functions,
13696 not write-contents-hooks.
13697
4660a9e3
RS
13698 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13699 directory-sep-char.
13700
137012004-10-27 Richard M. Stallman <rms@gnu.org>
13702
13703 * strokes.el (strokes-unload-hook): Fix previous change.
13704
13705 * type-break.el (type-break-run-at-time): Always use run-at-time;
13706 forget the alternatives.
13707 (type-break-cancel-function-timers): Always use cancel-function-timers;
13708 forget the alternatives.
13709
13710 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13711
af3b9e47
KH
137122004-10-27 Kenichi Handa <handa@m17n.org>
13713
068f3848 13714 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
af3b9e47
KH
13715
13716 * international/subst-gb2312.el: Likewise.
13717
13718 * international/subst-big5.el: Likewise.
13719
13720 * international/subst-ksc.el: Likewise.
13721
13722 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13723 New variable.
13724 (utf-translate-cjk-set-unicode-range): New function.
13725 (utf-translate-cjk-unicode-range): Make it customizable.
068f3848
SM
13726 (utf-8-post-read-conversion):
13727 Use utf-translate-cjk-unicode-range-string.
3ccf95cb
KH
13728 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13729 Unicode ranges.
af3b9e47 13730
bbc67516
DP
137312004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13732
13733 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13734 trivial variants to shorten the list.
13735 (xml-based-modes): New var.
13736 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13737 declaration higher priority than auto-mode-alist.
13738
13739 * find-file.el (cc-other-file-alist): Bring it in line with
13740 cc-mode's auto-mode-alist entries and use \' instead of $.
13741
13742 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13743 and add "Id" and "Name" submenus to it.
13744
13745 * imenu.el (imenu--generic-function): Skip matches in comments.
13746
8cb77f98
JB
137472004-10-26 Jay Belanger <belanger@truman.edu>
13748
13749 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
fe38e3b0 13750 (full-calc-keypad, calc-trail-display): Use an extra argument
8cb77f98
JB
13751 instead of `interactive-p'.
13752
13753 * calc/calc-misc.el (calc-other-window): Use an extra argument
bbc67516 13754 instead of `interactive-p'.
8cb77f98 13755
bbc67516
DP
13756 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13757 `interactive-p'.
8cb77f98 13758
c8636435
KS
137592004-10-26 Kim F. Storm <storm@cua.dk>
13760
13761 * help.el (describe-key): Describe both down-event and up-event
13762 for a mouse click.
13763
fb2496f4
RS
137642004-10-26 Richard M. Stallman <rms@gnu.org>
13765
13766 * woman.el (woman): Don't call interactive-p.
13767
13768 * pcomplete.el (pcomplete): Instead of interactive-p,
13769 use an arg set non-nil by the interactive spec.
13770
13771 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13772 use an arg set non-nil by the interactive spec.
13773
13774 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13775 use an arg set non-nil by the interactive spec.
13776
e3c9b21e
MY
137772004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13778
068f3848
SM
13779 * progmodes/flymake.el (flymake-split-string):
13780 Use `flymake-split-string-remove-empty-edges' in any case.
c8636435 13781
e3c9b21e
MY
137822004-10-26 Masatake YAMATO <jet@gyve.org>
13783
c8636435
KS
13784 * progmodes/flymake.el (flymake-err-line-patterns):
13785 Use `compilation-error-regexp-alist-alist' instead of
e3c9b21e
MY
13786 `compilation-error-regexp-alist'.
13787
068f3848
SM
137882004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13789
13790 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13791 verbatim face on the \ of \end{verbatim}.
13792
967d58da
JB
137932004-10-25 Jay Belanger <belanger@truman.edu>
13794
fe38e3b0 13795 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
967d58da
JB
13796 erasing minibuffer.
13797
d7aea840
SJ
137982004-10-25 Simon Josefsson <jas@extundo.com>
13799
13800 * subr.el (read-passwd): Move to net/password.el.
13801
13802 * net/password.el (read-passwd): Add. Autoload it.
13803
3acd2c4f
KG
138042004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13805
13806 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13807
85af630d
KG
13808 * simple.el (process-file): Fix logic.
13809
6faab05f
LT
138102004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13811
f328b6c4 13812 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6faab05f
LT
13813 (increase-right-margin): Remove erroneous call to `interactive-p'.
13814
4a2ca8dd
KS
138152004-10-24 Kim F. Storm <storm@cua.dk>
13816
13817 * help.el (describe-mode): Fix 2004-10-13 change.
13818 Copy pure "Auto Fill" string so it can be propertized later
13819 without causing a read-only error.
13820
f254e21f
LT
138212004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13822
13823 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13824 style indexes.
13825
8de40f9f
KG
138262004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13827
13828 * simple.el (process-file): Accept nil for INFILE. Reported by
13829 Luc Teirlinck.
13830
3988d9c6
MY
138312004-10-24 Masatake YAMATO <jet@gyve.org>
13832
f328b6c4
SM
13833 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13834 Handle periods and underscores in a function name.
3988d9c6
MY
13835 Remove the address fontification.
13836
19f26a89 138372004-10-24 Masatake YAMATO <jet@gyve.org>
135a6e29 13838
f328b6c4
SM
13839 * progmodes/asm-mode.el (asm-font-lock-keywords):
13840 Use font-lock-variable-name-face for registers.
135a6e29
NR
13841
138422004-10-24 Nick Roberts <nickrob@snap.net.nz>
13843
13844 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13845 kill-all-local-variables.
13846 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
f328b6c4
SM
13847 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13848 Use kill-all-local-variables and provide mode-hooks.
13849 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
135a6e29
NR
13850 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13851 Suggested by Masatake YAMATO <jet@gyve.org>.
13852
0457dd55
KG
138532004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13854
13855 * simple.el (process-file): New function, similar to call-process
13856 but supports file handlers.
13857 * vc.el (vc-do-command): Use it, instead of call-process.
13858 * net/tramp-vc.el (vc-do-command): Do not advise it if
13859 process-file is fboundp.
13860 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13861 process-file.
13862 (tramp-handle-process-file): New function.
13863 (tramp-file-name-for-operation): Support process-file.
13864
45af6ed7
GM
138652004-10-23 Ulf Jasper <ulf.jasper@web.de>
13866
13867 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13868 (icalendar-weekdayabbrev-table)
13869 (icalendar-monthnumber-table): Delete.
13870 (icalendar--get-month-number): Use calendar-month-name-array.
13871 (icalendar--get-weekday-number): New function.
13872 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13873 (icalendar-export-region): Handle multi-line entries.
13874 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13875
33a584e6
JPW
138762004-10-23 John Paul Wallington <jpw@gnu.org>
13877
818f3c45
JPW
13878 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13879 `wildcards' set to t in interactive spec.
13880
33a584e6 13881 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1818237f 13882 interactive spec rather than use `interactive-p'.
818f3c45
JPW
13883 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13884 rather than use function `interactive-p'.
33a584e6 13885
d0ee2ed3
KH
138862004-10-22 Kenichi Handa <handa@m17n.org>
13887
13888 * international/mule.el (translate-region): Implement it in Lisp
13889 as a front end of translate-region-internal.
13890
23b24d63
JB
138912004-10-21 Jay Belanger <belanger@truman.edu>
13892
13893 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
f328b6c4 13894 Declare these variables with defvar.
23b24d63
JB
13895
13896 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13897 is bound, only check to see if it is bound.
13898
22101fbb
SM
138992004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13900
f328b6c4
SM
13901 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13902 Don't output messages.
13903
22101fbb
SM
13904 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13905
6e237e72
JB
139062004-10-21 John Paul Wallington <jpw@gnu.org>
13907
13908 * calc/calc-graph.el (calc-graph-init):
13909 Use `set-process-query-on-exit-flag'.
13910
199143f1
DP
139112004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13912
13913 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13914 dir right and also allow argumentless cd.
13915
8550b998
RS
139162004-10-19 Richard M. Stallman <rms@gnu.org>
13917
13918 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13919
13920 * eshell/em-unix.el (eshell-grep):
13921 Don't bind compilation-process-setup-function.
13922
13923 * comint.el (comint-insert-input): Use @ in `interactive'.
13924 (comint-input-filter-functions): Doc fix.
13925 (comint-kill-whole-line, comint-get-source): Doc fix.
13926
13927 * progmodes/compile.el (compilation-setup):
13928 Don't set buffer-read-only if MINOR is non-nil.
13929
9c5cb892
JB
139302004-10-19 Jay Belanger <belanger@truman.edu>
13931
13932 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
22101fbb
SM
13933 (calc-emacs-type-gnu19): Remove.
13934 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13935 Remove check for old emacs versions.
9c5cb892 13936
22101fbb 13937 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9c5cb892
JB
13938 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13939 for current Emacs.
13940
13941 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13942 the end of the minibuffer.
13943 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13944 copy `esc-map'.
13945
22101fbb 13946 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9c5cb892 13947
22101fbb 13948 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9c5cb892
JB
13949 call that would be given when the current emacs was used.
13950
8a41a047
GM
139512004-10-19 Ulf Jasper <ulf.jasper@web.de>
13952
13953 * calendar/icalendar.el: Set coding to utf-8.
13954 (icalendar-version): Increase to 0.07.
13955 (icalendar-monthnumber-table): Change March pattern.
13956 (icalendar-get-all-event-properties)
13957 (icalendar-set-event-property): Delete.
13958 (icalendar-all-events): No longer interactive.
13959 (icalendar-convert-diary-to-ical)
13960 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13961 their replacements.
13962 (icalendar-export-file, icalendar-export-region): New functions;
13963 essentially old `icalendar-convert-diary-to-ical' but appending to
13964 target rather than overwriting.
13965 (icalendar-import-file): Append to target file rather than
13966 overwriting. Fourth arg deleted.
13967 (icalendar-import-buffer): New name for old
13968 `icalendar-extract-ical-from-buffer'.
13969 (icalendar--convert-string-for-import): New name for
13970 old `icalendar-convert-for-import'.
13971 (include-icalendar-files): Delete.
13972 Prefix for all internal functions changed from `icalendar-'
13973 to `icalendar--'.
13974
b18ba80e
RS
139752004-10-19 Richard M. Stallman <rms@gnu.org>
13976
13977 * paths.el (news-path): Fix previous change.
13978
19f26a89 139792004-10-18 Jay Belanger <belanger@truman.edu>
9c5cb892 13980
22101fbb
SM
13981 * calc/calc-help.el (calc-describe-bindings):
13982 Set `buffer-read-only' to nil while working in the keybindings buffer;
9c5cb892
JB
13983 remove some extra information from the keybindings buffer.
13984
7a892a8b
DP
139852004-10-18 David Ponce <david@dponce.com>
13986
13987 * mouse.el (mouse-drag-move-window-top): New function.
13988 (mouse-drag-mode-line-1): Use it.
13989
e14105f6
TTN
139902004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13991
13992 * info.el (Info-fontify-node): For multiline refs,
13993 arrange to unfontify newline and surrounding whitespace.
13994
bcabe045
SM
139952004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13998 directory is missing.
13999
957237cb
JPW
140002004-10-17 John Paul Wallington <jpw@gnu.org>
14001
14002 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14003 New customizable variable; whether to display buffers that match
14004 `ibuffer-maybe-show-predicates' by default.
14005 (ibuffer-maybe-show-predicates): Mention it in docstring.
14006 (ibuffer-display-maybe-show-predicates): New variable.
14007 (ibuffer-update): Prefix arg now toggles whether buffers that
14008 match `ibuffer-maybe-show-predicates' should be displayed.
14009 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14010 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14011 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14012
b15d0c4c
MA
140132004-10-17 Michael Albinus <michael.albinus@gmx.de>
14014
14015 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14016 work correctly.
14017
bfb2dda4
DP
140182004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14019
14020 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14021 (Buffer-menu-beginning): New helper function.
14022 (Buffer-menu-execute): Use it.
14023 (Buffer-menu-select): Use it.
14024 (Buffer-menu-sort): Use it and also keep markers.
14025
69075cdd
RS
140262004-10-17 Richard M. Stallman <rms@gnu.org>
14027
bcabe045 14028 * paths.el (news-directory): Rename from news-path. Old name alias.
69075cdd
RS
14029 (rmail-spool-directory): Use defvar.
14030 (sendmail-program): Use defcustom.
14031 (remote-shell-program): Use defcustom.
14032 (term-file-prefix): Use defvar.
14033 (abbrev-file-name): Use defvar.
14034
14035 * term.el: Add maintainer.
14036
14037 * subr.el (with-local-quit): Return nil if there's a quit.
14038 (read-passwd): Use with-local-quit. Doc fix.
14039
14040 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14041 (strokes-unload-hook): Set as a variable with add-hook.
14042
14043 * startup.el (fancy-splash-tail, normal-splash-screen):
14044 Update copyright year.
14045
14046 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14047
14048 * server.el (server-unload-hook): Set as a variable with add-hook.
14049
14050 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14051
bfb2dda4 14052 * frame.el (special-display-popup-frame):
69075cdd
RS
14053 Make the buffer current as its frame is created.
14054
14055 * delsel.el (delsel-unload-hook): Set as a variable.
14056
14057 * comint.el (comint-output-filter-functions):
14058 Add comint-watch-for-password-prompt.
14059 (comint-read-noecho): Function deleted.
14060 (send-invisible): Use read-passwd.
14061
14062 * fringe.el (fringe-mode-initialize): New function.
14063 (fringe-mode): Use fringe-mode-initialize as :initialize.
14064
690987a7
KS
140652004-10-17 Kim F. Storm <storm@cua.dk>
14066
14067 * language/indian.el (indian-script-language-alist): Swap value and doc.
14068 (indian-font-char-index-table): Doc fix.
14069
4d11f532
SM
140702004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14073
577bf5d2
JL
140742004-10-16 Juri Linkov <juri@jurta.org>
14075
14076 * progmodes/compile.el (compilation-start): Move let-binding of
14077 `process-environment' into `with-current-buffer' body.
14078 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14079
c2e2ede7
RS
140802004-10-16 Richard M. Stallman <rms@gnu.org>
14081
14082 * pcvs-util.el (cvs-bury-buffer):
14083 Don't call get-buffer-window for effect.
14084
14085 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14086
14087 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14088
14089 * msb.el (msb-unload-hook): Set the variable.
14090
14091 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14092 Use * to err if buffer is readonly.
14093
14094 * subr.el (looking-back): Return only t or nil.
14095
14096 * whitespace.el (whitespace-unload-hook): Set the variable.
14097
14098 * view.el (view-mode-enable): Set view-page-size and
14099 view-half-page-size to nil.
14100 (view-set-half-page-size-default): view-half-page-size = nil
14101 means the default.
14102 (View-scroll-page-forward): Use view-page-size-default.
14103 (View-scroll-page-backward): Likewise.
14104 (view-page-size, view-half-page-size): Doc fixes.
14105
14106 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14107
14108 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14109
14110 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14111 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14112 (byte-compile-log-1): Bind inhibit-read-only.
14113 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14114 (byte-compile-log-warning): Likewise.
14115 (byte-compile-file-form-require): Detect "cl" from the arg value.
14116
14117 * progmodes/compile.el (compilation-start): Assume compilation-mode
14118 will make the buffer read-only.
14119 (compilation-mode): Take arg name-of-mode.
14120 (compilation-setup): Make buffer read-only.
14121 (compilation-handle-exit): Bind inhibit-read-only.
14122
14123 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14124 (ispell-message): Likewise.
14125 (ispell-show-choices): Don't call get-buffer-window uselessly.
14126 (ispell-init-process): Use set-process-query-on-exit-flag.
14127
9df95fa0
KS
141282004-10-16 Kim F. Storm <storm@cua.dk>
14129
d12757b7
KS
14130 * fringe.el (fringe-bitmaps): Only initialize when defined.
14131
9df95fa0
KS
14132 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14133 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14134
14135 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14136
d3b628d9
SJ
141372004-10-15 Simon Josefsson <jas@extundo.com>
14138
14139 * net/password.el: Add.
14140
4a2ca8dd
KS
141412004-10-14 Masatake YAMATO <jet@gyve.org>
14142
14143 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14144 (gdb-script-end-of-defun): New function.
14145 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14146 `gdb-script-end-of-defun' as *-of-defun-function.
14147
e25e90b4
DP
141482004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14149
4d11f532 14150 * button.el (button-activate): Allow a marker to display as an action.
e25e90b4 14151
4d11f532 14152 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
e25e90b4
DP
14153
14154 * help.el (describe-mode): Use it to make minor mode list into
14155 hyperlinks.
14156
9238467d
SM
141572004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * vc.el (vc-annotate-display-select): Fix typo.
14160
14161 * subr.el (substitute-key-definition-key): New function.
14162 (substitute-key-definition): Use it with map-keymap.
14163 (event-modifiers): Use push.
14164 (mouse-movement-p, with-temp-buffer): Simplify.
14165
9c5cb892
JB
141662004-10-12 Jay Belanger <belanger@truman.edu>
14167
14168 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
22101fbb 14169 New variables.
9c5cb892 14170 (calc-help-index-entries): New function.
22101fbb
SM
14171 (calc-describe-function): Use `calc-help-function-list' instead of
14172 obarray for completion.
14173 (calc-describe-variable): Use `calc-help-variable-list' instead
14174 of obarray for completion.
9c5cb892 14175
c2e2ede7
RS
141762004-10-12 Richard M. Stallman <rms@gnu.org>
14177
14178 * info-look.el (info-lookup-file): Add info-file property.
14179 (info-lookup-symbol): Likewise.
14180
14181 * info.el (info-xref): Add underlining.
14182 (info): Add info-file property.
14183 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14184
414da5ab
MA
141852004-10-12 Michael Albinus <michael.albinus@gmx.de>
14186
14187 Sync with Tramp 2.0.45.
14188
14189 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
adc182c8 14190 defined. This is not the case for XEmacs without package "edebug".
414da5ab
MA
14191 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14192 remote files to the permissions of the original file. This is not
14193 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14194 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
adc182c8 14195 (tramp-perl-decode): Fix an error in Perl implementation.
414da5ab
MA
14196 $pending must be cleared every loop. Reported by Benjamin Place
14197 <benjaminplace@sprintmail.com>
14198
adc182c8
SM
14199 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14200 Don't activate advice during definition. This is done later on,
14201 depending on test result of `substitute-in-file-name'.
14202 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14203
142042004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14207
14208 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
414da5ab 14209
82862190
DP
142102004-10-12 David Ponce <david@dponce.com>
14211
14212 * recentf.el (recentf-edit-list): Update the menu when the recentf
14213 list has been modified.
14214
3bb53a84
SJ
142152004-10-12 Simon Josefsson <jas@extundo.com>
14216
14217 * net/tls.el (tls-certtool-program): New variable.
14218 (tls-certificate-information): New function, based on
14219 ssl-certificate-information.
14220
5e2e859a
KH
142212004-10-12 Kenichi Handa <handa@m17n.org>
14222
adc182c8 14223 * international/mule.el (coding-system-equal): Move from mule-util.el.
5e2e859a 14224
adc182c8 14225 * international/mule-util.el (coding-system-equal): Move to mule.el.
5e2e859a 14226
b583964c
KS
142272004-10-12 Kim F. Storm <storm@cua.dk>
14228
14229 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14230 reset kmacro-initial-counter-value if set.
14231 (kmacro-set-counter): Only set kmacro-counter if defining or executing
52eb0373 14232 macro. Set kmacro-initial-counter-value otherwise. Never set both.
b583964c 14233 (kmacro-display): Show macro counter if non-zero.
5a484642
KS
14234
14235 * subr.el (substitute-key-definition): Mention command remapping
14236 in doc string.
14237
9c5cb892
JB
142382004-10-11 Jay Belanger <belanger@truman.edu>
14239
14240 * calc/calc-misc.el (calc-info-goto-node): New function.
14241 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
22101fbb 14242 node in one step.
9c5cb892
JB
14243 (calc-describe-copying, calc-describe-distribution)
14244 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14245 Go to appropriate info node in one step.
14246
9238467d 142472004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
14248
14249 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14250
14251 * font-lock.el (font-lock-apply-highlight): Fix last change.
14252
e8620cb6
SJ
142532004-10-11 Simon Josefsson <jas@extundo.com>
14254
14255 * mail/smtpmail.el (smtpmail-open-stream): Look for
14256 starttls-gnutls-program instead of starttls-program iff
14257 starttls-use-gnutls is non-nil.
14258 (smtpmail-open-stream): Don't overwrite user settings of
14259 starttls-extra-arguments and starttls-extra-args.
14260
9238467d 142612004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
14262
14263 * comint.el (comint-mouse-insert-input): Remove.
14264 (comint-insert-input): Make it work for mouse bindings.
14265 (comint-mode-map): Move defs into the declaration.
14266 (comint-output-filter): Typo.
14267
14268 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14269
97e810ff
KG
142702004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14271
14272 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14273 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14274 ange-ftp-remote-shell.
14275
af8c5477
AS
142762004-10-10 Andreas Schwab <schwab@suse.de>
14277
14278 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14279 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14280 Reported by <sri@asu.edu>.
14281
fd1cf0a0
AS
142822004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14283
14284 * vc.el (vc-annotate-mode): Remove variable.
14285 (vc-annotate-display-select): Only call vc-annotate-mode
14286 if we're not in that mode already.
14287
adc182c8
SM
142882004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14289
14290 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14291 (imenu-choose-buffer-index): Check here for rescan instead.
14292
14293 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14294 where the face expression evals to nil.
14295
14296 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14297 (tex-font-lock-keywords-2): Use it.
14298 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14299
14300 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14301
c2b4a97b
KS
143022004-10-09 Kim F. Storm <storm@cua.dk>
14303
14304 * subr.el (progress-reporter-update): Define before first usage.
14305 (make-progress-reporter): Doc fix.
14306
9f4b6e73
LT
143072004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14308
14309 * textmodes/paragraphs.el (sentence-end-double-space)
14310 (sentence-end-without-period, sentence-end-without-space)
14311 (sentence-end): Doc fixes.
14312
657f0f9c
EZ
143132004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14314
adc182c8
SM
14315 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14316 Change paragraph-start regexp so we don't fill code starting with #'(.
9f4b6e73 14317
67e61e16
EZ
143182004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14319
14320 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14321 New defcustom.
14322 (extract-address-components): Use it.
14323
b4329caa
EZ
143242004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14325
14326 * subr.el (make-progress-reporter, progress-reporter-update)
14327 (progress-reporter-force-update, progress-reporter-do-update)
14328 (progress-reporter-done): New functions.
4f124fb5
EZ
14329
14330 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14331
14332 * progmodes/etags.el (etags-tags-completion-table): Use progress
14333 reporter.
14334 (etags-tags-apropos): Likewise.
b4329caa 14335
a1883913
EZ
143362004-10-08 Alan Mackenzie <acm@muc.de>
14337
14338 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14339 of current line.
14340
143412004-10-08 Masatake YAMATO <jet@gyve.org>
9afed9b1 14342
9f4b6e73 14343 * server.el (server-process-filter): Wrap `process-send-region'
adc182c8 14344 by `condition-case' to guard the case when the pipe to PROC is closed.
9afed9b1 14345
f6caa5db
MH
143462004-10-07 Mark A. Hershberger <mah@everybody.org>
14347
adc182c8 14348 * xml.el (xml-substitute-special): Limit handling of external entities.
f6caa5db 14349
fb1adf17
NR
143502004-10-06 Nick Roberts <nickrob@snap.net.nz>
14351
588c0770 14352 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
fb1adf17 14353
07f7e9ae
JPW
143542004-10-06 John Paul Wallington <jpw@gnu.org>
14355
14356 * xml.el (xml-parse-dtd): Fix `error' call.
14357
fcb21188
MH
143582004-10-05 Mark A. Hershberger <mah@everybody.org>
14359
14360 * xml.el (xml-substitute-special): Return a single string instead
14361 of a list of strings if an entity substitution is made.
14362
1698fb36
GM
143632004-10-05 Ulf Jasper <ulf.jasper@web.de>
14364
14365 * calendar/icalendar.el: New file.
14366
ea99d5c8
JL
143672004-10-05 Juri Linkov <juri@jurta.org>
14368
14369 * isearch.el (isearch-done): Set mark after running hook.
577bf5d2 14370 Reported by Drew Adams <drew.adams@oracle.com>.
ea99d5c8
JL
14371
14372 * info.el (Info-history, Info-toc): Fix Info headers.
14373 (Info-toc): Narrow buffer before Info-fontify-node.
14374 (Info-build-toc): Don't check for special Info file names.
14375 Set main-file to nil if Info-find-file returns a symbol.
14376
28fdc86a 143772004-10-05 Emilio C. Lopes <eclig@gmx.net>
80a47b51
GM
14378
14379 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14380 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14381 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14382
143832004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14384
14385 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14386 for old interactive spec from calendar-goto-iso-date.
14387 (calendar-goto-iso-date): Use it.
14388 (calendar-goto-iso-week): New function. Suggested by Emilio
14389 C. Lopes <eclig@gmx.net>.
14390
5086e75d
LT
143912004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14392
adc182c8
SM
14393 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14394 `set-right-margin' bindings that follow the minor mode conventions.
5086e75d 14395
9238467d 143962004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
dd166d5f
SM
14397
14398 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14399 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14400 (latex-block-args-alist): Add minipage and picture.
14401 (latex-block-body-alist): Use reftex-label if enabled.
14402 (latex-insert-block): Don't insert a \n if not necessary.
14403 (tex-compile-commands): Make sure dvips doesn't send to printer.
14404 (tex-compile-default): Handle the case where no executable is found.
14405 (latex-noindent-environments): New var.
14406 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14407 If tex-indent-allhanging is non-nil, make sure we only align for macros
14408 at beginning of line.
14409
2308f447
DP
144102004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14411
14412 * newcomment.el (comment-beginning): Doc fix and don't choke on
dd166d5f 14413 unset `comment-end-skip' when at beginning of comment.
2308f447 14414
972a542d
DN
144152004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14416
14417 * term.el (term-adjust-current-row-cache): Don't allow the current
14418 row to become negative.
52eb0373
JB
14419 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
14420 the end of the line. Fix scroll down. Add comments.
972a542d 14421 (term-handle-ansi-escape): Don't exceed terminal width when moving
2308f447 14422 right.
dd166d5f 14423 (term-scroll-region): Move the cursor after setting the scroll region.
972a542d 14424
a5b3d1b8
LT
144252004-10-01 Luc Teirlinck <teirllm@auburn.edu>
14426
14427 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14428 to `width' for consistency with docstring. Doc fix.
14429
9a737a1f
MS
144302004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
14431
14432 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14433 This is necessary for derived modes.
14434
31437c9b
KS
144352004-09-30 Kim F. Storm <storm@cua.dk>
14436
14437 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14438 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14439
14440 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14441 kmacro-extract-lambda functions.
14442 (edit-kbd-macro): Handle kmacro lambda forms.
14443 Include counter and counter format in edit buffer.
14444 (edmacro-finish-edit): Get counter and format from edit buffer and
14445 update kmacro bindings when found.
14446
978b94d0
LT
144472004-09-29 Luc Teirlinck <teirllm@auburn.edu>
14448
dd166d5f
SM
14449 * textmodes/paragraphs.el (forward-paragraph):
14450 Avoid args-out-of-range error when point winds up at the beginning of
30857a61
LT
14451 the buffer and hard newlines are enabled.
14452
978b94d0
LT
14453 * newcomment.el (comment-multi-line): Doc fix.
14454
bd9d7d76
SM
144552004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14458 (diff-fixup-modifs): Catch unified-diff file-headers.
14459
841a8bca
KS
144602004-09-29 Kim F. Storm <storm@cua.dk>
14461
14462 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14463 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14464 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14465
14466 * fringe.el (fringe-bitmap-p): New macro.
14467 (fringe-bitmaps): Add standard fringe bitmaps on load.
14468
4a2ca8dd
KS
144692004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * dired.el (dired-view-command-alist): Use more efficient regexps.
14472 Remove dubious arguments.
14473 (dired-align-file): New function.
14474 (dired-insert-directory): Use it.
14475 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14476 (dired-buffers-for-dir): Remove unused var `pattern'.
14477
28f94a34 144782004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
ba55e59f
GM
14479
14480 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14481 from diary display excursion. Store diary buffer's point for
14482 `simple-diary-display'.
14483 (simple-diary-display): Set window point and start when
14484 displaying buffer, to preserve point.
14485
e2577410
LT
144862004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14487
14488 * textmodes/enriched.el (enriched-translations): Replace defconst
14489 with defvar.
14490
b1f6fa86
VJL
144912004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14492
14493 * printing.el: Doc fix.
14494 (pr-version): New version number (6.8.1).
14495 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14496 make-temp-name.
bd9d7d76
SM
14497 (pr-delete-file): Check if file exists before deleting it.
14498 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6c1178b5 14499
9238467d 145002004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
d6be0122
DN
14501
14502 * term.el (term-display-table): New variable.
14503 (term-mode): Use it.
14504 (term-exec-1): Set the coding system to binary.
14505 (term-emulate-terminal): Decode the string before inserting it.
6c1178b5 14506
d6be0122
DN
145072004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14508
14509 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
bd9d7d76 14510 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
d6be0122
DN
14511 (map): Bind S-prior, S-next and S-insert.
14512 (term-mode): Set `indent-tabs-mode' to nil.
14513 (term-paste): New function to be bound to S-insert.
14514 (term-send-del, term-send-backspace): Change the strings sent.
588c0770 14515 (term-termcap-format): Synchronize with etc/e/eterm.ti.
d6be0122 14516 (term-handle-colors-array): Fix handling of underline and reverse.
bd9d7d76 14517 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
d6be0122 14518 (term-erase-in-line): Fix comparison.
bd9d7d76
SM
14519 (term-emulate-terminal): Fix line wrap handling.
14520 (term-start-output-log): Rename from `term-set-output-log'.
14521 (term-stop-output-log): Rename from `term-stop-photo'.
14522 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6c1178b5 14523
9238467d 145242004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
52e281e8 14525
1f3b4d04
SM
14526 * dired.el (dired-move-to-filename): Don't output a message if
14527 raise-error is non-nil. Fix return position and value.
14528
52e281e8
SM
14529 * files.el (insert-directory): Obey --dired even with symlinks.
14530
b3df990b
LH
145312004-09-25 Lars Hansen <larsh@math.ku.dk>
14532
52e281e8 14533 * ls-lisp.el (ls-lisp-format): Mark file names with property
b3df990b
LH
14534 dired-filename.
14535
ffb032e2
KS
145362004-09-25 Kim F. Storm <storm@cua.dk>
14537
14538 * ido.el (ido-max-directory-size): New defcustom.
14539 (ido-decorations): Add "too big" element.
14540 (ido-directory-too-big): New dynamic var.
14541 (ido-may-cache-directory): Don't cache big directories.
14542 (ido-directory-too-big-p): New defun.
14543 (ido-set-current-directory): Update ido-directory-too-big.
14544 (ido-read-internal): Make empty ido-cur-item if too-big.
14545 (ido-buffer-internal): Use ido-read-internal directly instead of
14546 ido-read-buffer.
14547 (ido-file-internal): Init ido-directory-too-big.
14548 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14549 and redo completion with full list.
14550 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14551 it, and show completions.
14552 (ido-all-completions): Let bind ido-directory-too-big to nil.
14553 (ido-exhibit): Handle ido-directory-too-big.
52e281e8
SM
14554 (ido-read-buffer): Handle fallback to read-buffer.
14555 Init ido-directory-too-big.
ffb032e2
KS
14556 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14557 Init ido-directory-too-big.
14558
0869a860
LH
145592004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14560
14561 * subr.el (delay-mode-hooks): Doc fix.
14562
998733b3
LT
145632004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14564
14565 * textmodes/enriched.el
14566 (enriched-default-text-properties-local-flag): New variable.
14567 (enriched-mode): Make sure that enabling and disabling the mode is
14568 a no-op. Doc fix.
14569
7daf6654 145702004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
97f3be50
GM
14571
14572 * calendar/holidays.el (holiday-advent): Report on a specified day
14573 offset from advent, not just advent.
14574 (holiday-easter-etc): Report on one specified day offset from
52eb0373 14575 easter, not all easter holidays. Various Easter holidays moved to
97f3be50
GM
14576 `christian-holidays' variable in calendar.el.
14577 * calendar/calendar.el (christian-holidays): Adapt for new
588c0770 14578 behavior of `holiday-advent' and `holiday-easter-etc' functions.
97f3be50 14579
54e7526b
KS
145802004-09-23 Kim F. Storm <storm@cua.dk>
14581
ed2846bd
KS
14582 * image.el (insert-sliced-image): Add doc string.
14583
54e7526b
KS
14584 * ido.el (ido-choice-list): New dynamic var for `list' context.
14585 (ido-context-switch-command): New dynamic var.
14586 (ido-define-mode-map): Generalize switch between file/buffer contexts.
14587 (ido-read-internal): Handle new `list' context.
14588 Handle insert-buffer and insert-file ido-exit values.
14589 (ido-buffer-internal): New arg switch-cmd. Use it to setup
52eb0373 14590 ido-context-switch-command. Handle insert-file ido-exit value.
54e7526b
KS
14591 (ido-read-buffer): Set ido-context-switch-command to 'ignore
14592 unless it is already bound by caller.
14593 (ido-file-internal): New arg switch-cmd. Use it to setup
14594 ido-context-switch-command. Handle insert-buffer ido-exit value.
14595 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14596 used for context switching.
14597 (ido-all-completions): Handle new `list' context.
14598 (ido-make-choice-list): Return choices for `list' context.
14599 (ido-find-file-in-dir, ido-display-file, ido-write-file)
14600 (ido-display-buffer, ido-kill-buffer): Disable context switching.
14601 (ido-insert-buffer, ido-insert-file): Setup context switching.
14602 (ido-exhibit): Handle `list' context.
14603 (ido-read-file-name): Disable context switching. Handle fallback.
14604 (ido-read-directory-name): Disable context switching.
14605 (ido-completing-read): New defun like completing-read. Setup and
14606 use new `list' context.
14607
a2052295
JH
146082004-09-20 Jesper Harder <harder@ifa.au.dk>
14609
14610 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14611
9c5cb892
JB
146122004-09-21 Jay Belanger <belanger@truman.edu>
14613
77c99c7f 14614 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9c5cb892 14615 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4a2ca8dd 14616 separate window.
9c5cb892 14617
d45774a3
LT
146182004-09-21 Luc Teirlinck <teirllm@auburn.edu>
14619
14620 * subr.el (after-change-major-mode-hook): Doc fix.
14621
082b4369
VJL
146222004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14623
14624 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
14625 of ghostscript for monochrome PostScript file in Windows.
14626
88a74fa5
KH
146272004-09-21 Kenichi Handa <handa@m17n.org>
14628
59bb9410 14629 * descr-text.el (describe-char): Checking of quail activation fixed.
88a74fa5 14630
9c5cb892 146312004-09-21 Jay Belanger <belanger@truman.edu>
4a2ca8dd 14632
77c99c7f 14633 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9c5cb892 14634
6d9ac082
LT
146352004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14636
14637 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6622d928 14638 after the mode hooks instead of before. Doc fix.
6d9ac082 14639
fe7ecaf2
JR
146402004-09-20 Jason Rumney <jasonr@gnu.org>
14641
14642 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14643 _emacs, but revert to .emacs if neither exists in home directory.
14644
2e74da96
JPW
146452004-09-20 John Paul Wallington <jpw@gnu.org>
14646
14647 * bindings.el (completion-ignored-extensions): Add .dfsl.
14648
4d894c98
RS
146492004-09-20 Richard M. Stallman <rms@gnu.org>
14650
14651 * bindings.el (scroll-left): Make it disabled.
14652
14653 * files.el (enable-local-eval): Doc fix.
14654
14655 * indent.el (move-to-left-margin): Special case for minibuffer.
14656
14657 * term.el (term-emulate-terminal): Turn off undo for output.
14658 Use with-current-buffer and save-selected-window.
14659
14660 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14661
6d9ac082 14662 * progmodes/make-mode.el (makefile-fill-paragraph):
4d894c98 14663 Don't insist on spaces when looking for comments. # is enough.
6d9ac082 14664
4d894c98
RS
14665 * files.el (hack-local-variables): Copy the variables list
14666 to another buffer, strip prefixes and suffixes there, then read.
14667 (enable-local-eval): Doc fix.
14668 (ignored-local-variables): Initialize to nil.
14669 (risky-local-variable-p): Don't check ignored-local-variables here.
14670 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14671
146722004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14673
14674 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14675 of = to "." (punctuation).
14676
9238467d 146772004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
a8a64811
SM
14678
14679 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14680
7320911b
LT
146812004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14682
14683 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14684 (enriched-before-change-major-mode): New function.
14685 Add it to `change-major-mode-hook'.
14686 (enriched-after-change-major-mode): New function.
14687 Add it to `after-change-major-mode-hook'.
14688 (enriched-mode): Make it work correctly if called from
14689 `after-change-major-mode-hook'.
14690 No longer set `indent-line-function'.
14691
14692 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14693
14694 * subr.el (after-change-major-mode-hook): New variable.
14695 (run-mode-hooks): Implement it.
14696
0f4a15f8
SM
146972004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * battery.el (battery-linux-proc-apm): Use string-to-number.
14700 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14701 Use dolist (and less indentation). Use erase-buffer.
14702 Pre-initialize `design-capacity', `warn', and `low'.
14703 (battery-format): Use replace-regexp-in-string.
14704
d66fe334
EZ
147052004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14706
14707 * battery.el: Delete superfluous empty lines.
14708 (battery-linux-proc-acpi): Attempt to gather information from all
14709 battery subdirectories regardless of their file name.
14710 (battery-linux-proc-apm): Replace all occurrences of
14711 battery-hex-to-int-2 with string-to-int (base 16).
14712 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14713 (battery-hex-map): Delete variable.
14714
0529fb36
JPW
147152004-09-18 John Paul Wallington <jpw@gnu.org>
14716
14717 * calc/calc-units.el (calc-quick-units): Fix overzealous
14718 s/or/unless/.
14719
9c5cb892
JB
147202004-09-17 Jay Belanger <belanger@truman.edu>
14721
11fd50f7 14722 * calc/calc.el (calc-mode-var-list): Fix the value of
4a2ca8dd
KS
14723 `calc-matrix-brackets'.
14724
dc711054
JPW
147252004-09-17 Romain Francoise <romain@orebokech.com>
14726
0f4a15f8
SM
14727 * ibuf-ext.el (define-ibuffer-filter filename):
14728 Expand dired-directory since buffer-file-name is absolute.
dc711054 14729
6e3654ab
KS
147302004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14731
c8be3fe8
KS
14732 * ediff-init.el (ediff-current-diff-face-A)
14733 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14734 (ediff-current-diff-face-Ancestor)
14735 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14736 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14737 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14738 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14739 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14740 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14741 Use min-colors.
14742
6e3654ab 14743 * term.el (term-down): Perform vertical motion if DOWN is negative.
0f4a15f8 14744 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
588c0770 14745 (term-termcap-format): Synchronize with the eterm terminfo entry
6e3654ab
KS
14746 in etc/e/eterm.ti.
14747 (term-handle-colors-array): If the current foreground or
14748 background are zero (i.e. unspecified), use the foreground and
14749 background of the default face for reverse video.
14750 (term-ansi-at-eval-string, term-ansi-default-fg)
0f4a15f8 14751 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
588c0770 14752 (term-mem): Delete unused function.
6e3654ab
KS
14753 (term-protocol-version): Increment.
14754 (term-current-face): Set to default.
14755
9c5cb892
JB
147562004-09-15 Jay Belanger <belanger@truman.edu>
14757
14758 * calc/calc.el (calc-mode-var-list): Define this variable.
14759 (calc-always-load-extensions, calc-line-numbering)
14760 (calc-line-breaking, calc-display-just, calc-display-origin)
14761 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14762 (calc-group-char, calc-point-char, calc-frac-format)
14763 (calc-prefer-frac, calc-hms-format, calc-date-format)
14764 (calc-float-format, calc-full-float-format, calc-complex-format)
14765 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14766 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14767 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14768 (calc-matrix-brackets, calc-language, calc-language-option)
14769 (calc-left-label, calc-right-label, calc-word-size)
14770 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14771 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14772 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14773 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14774 (calc-window-height, calc-display-trail, calc-show-selections)
14775 (calc-use-selections, calc-assoc-selections)
14776 (calc-display-working-message, calc-auto-why, calc-timing)
14777 (calc-mode-save-mode, calc-standard-date-formats)
14778 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14779 (calc-user-parse-tables, calc-gnuplot-default-device)
14780 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14781 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14782 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14783 (calc-invocation-macro, calc-show-banner): Give these values as
14784 part of `calc-mode-var-list's initialization after the variables
14785 are declared with defvar.
fe38e3b0 14786 (calc-bug-address): Change email address to send bug reports to.
77c99c7f 14787 Change the maintainer address at the top.
9c5cb892
JB
14788 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14789 than "\\.emacs" to determine if it is the user-init-file.
14790
14791 * calc/calc-embed.el (calc-embedded-set-modes): Use
14792 `calc-mode-var-list' correctly.
14793
113e270a
TTN
147942004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14795
14796 * vc.el (annotate-time): Document point handling.
14797 (vc-annotate-display-autoscale): Doc fix.
14798
5c2137b8
MB
147992004-09-15 Miles Bader <miles@gnu.org>
14800
14801 * generic.el (generic-make-keywords-list): Use symbol rather than
14802 word anchors in regexp.
14803
a386a960
JPW
148042004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14805
14806 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14807 no file name consider `dired-directory'.
14808
bfa02563
KS
148092004-09-14 Kim F. Storm <storm@cua.dk>
14810
14811 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14812
0904599e
SJ
148132004-09-14 Simon Josefsson <jas@extundo.com>
14814
14815 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14816
14817 * textmodes/dns-mode.el: Add.
14818
c046590e
SM
148192004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14822 (disabled-command-function): Make the ?\ char more obvious.
14823
14824 * vc-arch.el (vc-arch-root, vc-arch-registered):
14825 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14826
82ae2f3f
EZ
148272004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14828
14829 * windmove.el (windmove-frame-edges): Report coordinates of
14830 outside edges of frame, not inside edges.
14831 (windmove-coordinates-of-position): Convert into wrapper to new
14832 function `windmove-coordinates-of-window-position';
14833 `compute-motion' always applies to selected window.
14834 (windmove-coordinates-of-position): Update documentation to refer
14835 to Emacs 21 Lisp Reference Manual.
14836 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14837
93e212f9
KS
148382004-09-13 Kim F. Storm <storm@cua.dk>
14839
14840 * isearch.el (isearch-resume-in-command-history): Rename from
14841 isearch-resume-enabled and change default to nil.
14842
c046590e 148432004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7c732021 14844
ce9f8ffb
SM
14845 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14846 (vc-registered): Use it.
14847 (vc-find-root): New fun.
14848
87a53d2e
SM
14849 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14850 Don't tell to use \\{...} when it's already done.
14851
7c732021
SM
14852 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14853 Provide a sample complex default.
14854 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14855 (bibtex-entry): Use mapc.
14856
f2e92e79
KS
148572004-09-12 Kim F. Storm <storm@cua.dk>
14858
c0ad3b38
KS
14859 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14860
f4961c00
KS
14861 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14862 inhibit-field-text-motion to t so rectangles work in comint buffers.
14863
f2e92e79
KS
14864 * simple.el (choose-completion-string): Set buffer before running
14865 choose-completion-string-functions hook so it can be buffer-local.
14866
139aea08
DP
148672004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14868
14869 * progmodes/compile.el (compilation-start): Parse command to see
14870 if it starts with a cd, and if so perform it for the *compilation*
14871 buffer. Change the header to reflect this.
14872
72b92836
KS
148732004-09-11 Kim F. Storm <storm@cua.dk>
14874
14875 * ido.el (ido-enable-dot-prefix): Doc fix.
14876 (ido-enable-dot-prefix): New defcustom.
14877 (ido-set-matches1): Use it.
14878
d528bff7
SM
148792004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14880
14881 * textmodes/bibtex.el (bibtex-mark-active)
14882 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14883
148842004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14885
14886 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14887 used in a case insensitive environment.
14888 (bibtex-mode-map): Rearrange order of menus.
14889 (bibtex-quoted-string-re): Obsolete.
14890 (bibtex-complete-key-cleanup): Variable replaced by new function.
14891 (bibtex-font-lock-keywords): Use backquotes.
14892 (bibtex-font-lock-url-regexp): New internal variable.
14893 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14894 "OPT" and "ALT".
14895 (bibtex-insert-current-kill, bibtex-make-field)
14896 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14897 (bibtex-parse-field-text): Simplify.
14898 (bibtex-string=): New helper function.
14899 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14900 (bibtex-map-entries): Use bibtex-string=.
14901 (bibtex-search-entry): Use not.
14902 (bibtex-enclosing-field): Fix docstring.
14903 (bibtex-assoc-regexp): Obsolete.
14904 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14905 (bibtex-autokey-get-names): Handle empty name field.
14906 (bibtex-parse-strings): Use assoc-string and unless.
14907 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14908 Use assoc-string.
14909 (bibtex-pop): Simplify.
14910 (bibtex-mode): Set font-lock-extra-managed-props.
14911 (bibtex-entry-update): Use assoc-string.
14912 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14913 (bibtex-autofill-entry): Use bibtex-string=.
14914 (bibtex-print-help-message): Simplify.
14915 (bibtex-find-entry): New optional arg START.
14916 (bibtex-validate): Use bibtex-string= and assoc-string.
14917 Do not call obsolete function compilation-parse-errors.
14918 (bibtex-remove-delimiters): Only remove delimiters if present.
14919 (bibtex-copy-entry-as-kill): Add docstring.
52eb0373 14920 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
d528bff7
SM
14921 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14922 (bibtex-complete): Use bibtex-predefined-month-strings,
14923 bibtex-string=, and new function bibtex-complete-key-cleanup.
14924 (bibtex-generate-url-list): New variable.
14925 (bibtex-url): New command bound to C-c C-l and mouse-2.
14926 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14927 (bibtex-font-lock-url): New function.
14928
cbd5542a
SM
149292004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14932
419a6e22
KS
149332004-09-09 Kim F. Storm <storm@cua.dk>
14934
14935 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14936 counter and format with binding.
14937 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14938 the declared macro uses own macro counter and format. Give symbol
14939 kmacro property.
14940 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14941 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14942 (kmacro-end-and-call-macro): Doc fix.
14943
340db502
LH
149442004-09-09 Lars Hansen <larsh@math.ku.dk>
14945
cbd5542a
SM
14946 * desktop.el (desktop-clear-preserve-buffers):
14947 Remove make-obsolete-variable.
340db502 14948
4d894c98
RS
149492004-09-08 Richard M. Stallman <rms@gnu.org>
14950
14951 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14952 with the buffer as argument.
14953
c046590e 149542004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
c9cb3a26
SM
14955
14956 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14957
a13cf3bc
JL
149582004-09-08 Juri Linkov <juri@jurta.org>
14959
14960 * replace.el (perform-replace): Use `query-replace-descr'.
14961
14962 * cus-start.el (history-delete-duplicates): Specify customization.
14963
14964 * diff-mode.el (diff-mode-map):
14965 * progmodes/compile.el (compilation-mode-map):
14966 * progmodes/grep.el (grep-mode-map):
14967 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14968 to `next-error-follow-minor-mode'.
14969
149702004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14971
14972 * isearch.el (isearch-lazy-highlight-update): Take into account
14973 the case of zero-length match at the search bound.
14974
303e592c
KS
149752004-09-08 Kim F. Storm <storm@cua.dk>
14976
14977 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14978 change. Use zero width overlays when necessary.
14979
52c408f2
TTN
149802004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14981
14982 * subr.el (split-string): Docfix.
14983
dfd5bc54
TTN
149842004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14985
14986 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14987 (display-call-tree): Ensure newline after caller/calls blocks.
14988
6cc52547
TTN
149892004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14990
14991 * startup.el (command-line-1): Make option
14992 --directory/-L modify `load-path' straight away.
14993
edbf5932
TTN
149942004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14995
14996 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14997
e114fc2c
TTN
149982004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14999
15000 * emacs-lisp/autoload.el (make-autoload):
15001 Handle `define-compilation-mode'.
15002
15003 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15004 Specify `doc-string-elt' property.
15005
d430d2e8
TTN
150062004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15007
15008 * bs.el (bs-mode): Doc fix.
15009
9c64f299
TTN
150102004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15011
15012 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15013
2fdc1cee
TTN
150142004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15015
15016 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15017
c52da52a
KH
150182004-09-08 Kenichi Handa <handa@m17n.org>
15019
15020 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15021 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15022 ps-mule-next-point -> 1+).
15023
588c0770 15024 * composite.el (encode-composition-rule): Add autoload cookie.
c52da52a 15025
a020987f
LT
150262004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15027
15028 * format.el (buffer-auto-save-file-format): Make it permanent local.
15029
a01c5155
KS
150302004-09-07 Kim F. Storm <storm@cua.dk>
15031
4e14f66c
KS
15032 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15033 (authors-fixed-entries): Fix typo.
15034 (authors-canonical-author-name): Compact multiple spaces.
15035 Ignore trivial names (e.g. only first name).
15036
a01c5155
KS
15037 * term.el (term-window-width): Only use full window width on
15038 window system if overflow-newline-into-fringe is enabled.
15039 (term-mode): Don't disable overflow-newline-into-fringe.
15040
c046590e 150412004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
718dc91d 15042
c9cb3a26
SM
15043 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15044 motion as seen on my Mac OS X xterms.
15045
718dc91d
SM
15046 * newcomment.el (uncomment-region-default, comment-region-default):
15047 New functions extracted from uncomment-region and comment-region.
15048 (comment-region, comment-region-function, uncomment-region)
15049 (uncomment-region-function): Use them.
15050
15051 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15052
15053 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15054 It's not crucial but can make sense at times.
15055
15056 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15057 the first commit.
15058
15059 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15060 Disable obsolete code.
15061
00889cf9
JL
150622004-09-07 Juri Linkov <juri@jurta.org>
15063
15064 * progmodes/grep.el (grep-highlight-matches): Change default from
8041ea75 15065 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
00889cf9
JL
15066 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15067 if grep option `--color' is available, or to `nil' otherwise.
8041ea75
JL
15068 (grep-process-setup): Call `grep-compute-defaults' if
15069 `grep-highlight-matches' is not computed. Set env-vars only
15070 if `grep-highlight-matches' is `t'.
00889cf9
JL
15071 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15072 is already defined).
15073
8041ea75
JL
15074 * progmodes/compile.el (compilation-start): Use copy of
15075 `process-environment' created by `copy-sequence' to not
15076 modify env-vars in the global `process-environment'.
15077
8a98a6c2
EZ
150782004-09-06 Eli Zaretskii <eliz@gnu.org>
15079
15080 * simple.el (next-error-follow-minor-mode): Fix last change.
15081
c28e534b
LT
150822004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15083
15084 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15085 permanent local.
15086
5f3a57c9
RS
150872004-09-04 Richard M. Stallman <rms@gnu.org>
15088
15089 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15090 highlighting if the search string is empty.
15091
240c0c90
LT
150922004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15093
15094 * facemenu.el (facemenu-active-faces): Change condition of inner
15095 `while' loop to also check the first two elements of `face-atts'
15096 and `mask-atts'.
15097
8e734456
JPW
150982004-09-04 John Paul Wallington <jpw@gnu.org>
15099
15100 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15101 (thumbs-view-image-mode): Make buffer read-only.
15102
8f0d9e76
EZ
151032004-09-04 Christopher J. Madsen <cjm@pobox.com>
15104
15105 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15106 (ispell-check-version): Set it.
15107 (ispell-send-replacement): New function.
15108 (ispell-process-line): Call ispell-send-replacement.
15109
2a1c966e
EZ
151102004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15111
15112 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15113 Support choosing seconds with "s".
15114
0721fbe3
EZ
151152004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15116
15117 * terminal.el (te-escape): Show `?' in prompt for help key.
15118
19f26a89 151192004-09-04 Emilio C. Lopes <eclig@gmx.net>
db1febad
EZ
15120
15121 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15122
cbdad6e2
EZ
151232004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15124
2a223f35 15125 * simple.el (next-error-follow-minor-mode)
0ad10447
EZ
15126 (next-error-follow-mode-post-command-hook): New functions.
15127 (next-error-follow-last-line): New defvar.
15128
718dc91d 15129 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
0ad10447
EZ
15130 * progmodes/compile.el (compilation-mode-map): Likewise.
15131 * progmodes/grep.el (grep-mode-map): Likewise.
15132 * replace.el (occur-mode-map): Likewise.
15133
cbdad6e2
EZ
15134 * newcomment.el (uncomment-region): Bind comment-use-global-state
15135 to nil.
15136
90e118ab
LT
151372004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15138
15139 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15140 locally around the call to `revert-buffer'.
15141
9e68f42d
JL
151422004-09-03 Juri Linkov <juri@jurta.org>
15143
15144 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15145 `isearch-adjusted' to `t'.
15146 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15147 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15148 (isearch-other-meta-char): Restore isearch-point unconditionally.
15149 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15150 Set point to start of match if region is not active in transient
15151 mark mode (to include the current match to region boundaries).
15152 Push the search string to `query-replace-from-history-variable'.
15153 Add prompt "Query replace regexp" for isearch-regexp.
15154 Add region beginning/end as last arguments of `perform-replace.'
15155 (isearch-query-replace-regexp): Replace code by the call to
15156 `isearch-query-replace' with arg `t'.
15157
b4fab893
RS
151582004-09-03 Richard M. Stallman <rms@gnu.org>
15159
15160 * startup.el (normal-top-level): Undo previous TERM change.
15161
46540080
KS
151622004-09-03 Kim F. Storm <storm@cua.dk>
15163
c59ee3b4
KS
15164 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15165 highlight overlays; allow using RET when cursor is over a button.
15166 (cua--highlight-rectangle): Use it.
15167 (cua--rectangle-set-corners): Don't move backwards at eol.
15168 (cua--forward-line): Don't move into void after eob.
15169
46540080
KS
15170 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15171 point is set (and displayed) inside rectangle.
15172 (cua--rectangle-operation): Fix for highlight of empty lines.
15173 (cua--highlight-rectangle): Fix highlight for tabs.
15174 Position cursor at left/right edge of rectangle using new `cursor'
15175 property on overlay strings.
15176 (cua--indent-rectangle): Don't tabify.
15177 (cua-rotate-rectangle): Ignore that point has moved.
15178
4bc6a872
RS
151792004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15180
15181 * term/mac-win.el: Add ASCII equivalents for some function keys.
15182 (mode-line-frame-identification): Sync with x-win.el.
15183
c3829a8e
JL
151842004-09-02 Juri Linkov <juri@jurta.org>
15185
15186 * progmodes/compile.el (compilation-buffer-name): Compare major
15187 mode with second element of compilation-arguments instead of third
15188 to reflect latest changes in compilation-arguments structure.
15189 (recompile): Use global variable `compilation-directory' to get
15190 recent compilation directory only when `recompile' is invoked NOT
15191 in the compilation buffer. Otherwise, use `default-directory' of
15192 the compilation buffer.
f0206910
JL
15193 (compilation-error-properties): Allow to funcall col and end-col.
15194 (compilation-mode-font-lock-keywords): Check col and end-col by
15195 `integerp'.
15196 (compilation-goto-locus): If end-mk is non-nil in transient mark
15197 mode don't activate the mark (and don't display message in
15198 push-mark), but highlight overlay between mk and end-mk.
15199
15200 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15201 (grep-regexp-alist): Add rule to highlight grep matches.
15202 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15203
15204 * info.el (Info-fontify-node): Don't compute other-tag
15205 if Info-hide-note-references=hide.
15206
15207 * help.el (function-called-at-point):
15208 * help-fns.el (variable-at-point):
15209 Try `find-tag-default' when other methods failed.
c3829a8e
JL
15210
15211 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15212 Do not push mark if inhibit-mark-movement is non-nil.
15213
15214 * textmodes/ispell.el (ispell-html-skip-alists):
15215 Fix backslashes in docstring.
15216
6a18e4e7
JL
152172004-09-01 Juri Linkov <juri@jurta.org>
15218
15219 * isearch.el (isearch-wrap-function)
15220 (isearch-push-state-function): New defvars.
15221 (isearch-pop-fun-state): New defsubst.
15222 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15223 (isearch-push-state): Set the result of calling
15224 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15225 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15226 restore the mode-specific starting point of terminated search.
15227 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15228 (isearch-repeat): Call `isearch-wrap-function' if defined.
15229 (isearch-message-prefix): Don't add prefix "over" to the message
15230 for wrapped search if `isearch-wrap-function' is defined.
15231 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15232 restore the mode-specific starting point of failed search.
15233
15234 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15235 (Info-search): Add new optional arguments for the sake of isearch.
15236 Replace whitespace in Info-search-whitespace-regexp literally.
15237 Add backward search. Don't call `Info-select-node' if regexp is
15238 found in the same Info node. Don't add node to Info-history for
15239 wrapped isearch.
15240 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15241 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15242 (Info-mode): Set local variables `isearch-search-fun-function',
15243 `isearch-wrap-function', `isearch-push-state-function',
15244 `search-whitespace-regexp'.
15245
15246 * isearch.el: Remove ancient Change Log section.
15247 (isearch-string, isearch-message-string, isearch-point)
15248 (isearch-success, isearch-forward-flag, isearch-other-end)
15249 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15250 (isearch-barrier, isearch-within-brackets)
15251 (isearch-case-fold-search): Add suffix `-state' to state-related
15252 defsubsts to avoid name clashes with other function names.
15253
15254 * simple.el (next-error): New defgroup and defface.
15255 (next-error-highlight, next-error-highlight-no-select):
15256 New defcustoms.
15257 (next-error-no-select): Let-bind next-error-highlight to the value
15258 of next-error-highlight-no-select before calling `next-error'.
15259
15260 * progmodes/compile.el (compilation-goto-locus):
15261 Use `next-error' face instead of `region'. Set 4-th argument of
15262 `move-overlay' to `current-buffer' to move overlay to different
15263 source buffers. Use new variable `next-error-highlight'.
15264
15265 * simple.el (next-error-find-buffer): Move the rule
15266 "if current buffer is a next-error capable buffer" after the
15267 rule "if next-error-last-buffer is set to a live buffer".
15268 Simplify to test all rules in one `or'.
15269 (next-error): Doc fix.
15270 (next-error, previous-error, first-error)
15271 (next-error-no-select, previous-error-no-select):
15272 Make arguments optional.
15273
7d01236c
LT
152742004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15275
15276 * macros.el (apply-macro-to-region-lines): Make it operate on all
15277 lines that begin in the region, rather than on all complete lines
15278 in the region.
15279
7a01b040
JD
152802004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15281
15282 * x-dnd.el (x-dnd-protocol-alist): Document update.
15283 (x-dnd-known-types): Defcustom it.
15284 (x-dnd-handle-motif): Print message-atom in error message.
15285
f04232c3
JPW
152862004-08-30 John Paul Wallington <jpw@gnu.org>
15287
15288 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15289 strings rather than programatically constructing message.
15290
4f4ce597
RS
152912004-08-30 Richard M. Stallman <rms@gnu.org>
15292
15293 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15294 Don't return a string that would read as the wrong character code.
15295
2661eae9
KS
152962004-08-29 Kim F. Storm <storm@cua.dk>
15297
c046590e
SM
15298 * emulation/cua-base.el (cua-auto-expand-rectangles):
15299 Remove automatic rectangle padding feature; replace by non-destructive
2661eae9
KS
15300 virtual rectangle edges feature.
15301 (cua-virtual-rectangle-edges): New defcustom.
15302 (cua-auto-tabify-rectangles): New defcustom.
15303 (cua-paste): If paste into a marked rectangle, insert rectangle at
15304 current column, even if virtual; also paste exactly as many lines
15305 as has been marked (ignore additional lines or add empty lines),
15306 but paste whole source if only one line is marked.
15307 (cua--update-indications): No longer use overwrite-cursor to
15308 indicate rectangle padding
15309
15310 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15311 (cua--rectangle-virtual-edges): New defun.
15312 (cua--rectangle-get-corners): Remove optional PAD arg.
15313 (cua--rectangle-set-corners): Never do padding.
15314 (cua--forward-line): Remove optional PAD arg. Simplify.
15315 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15316 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15317 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15318 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15319 (cua--rectangle-move): Never do padding. Simplify.
15320 (cua--tabify-start): New defun.
15321 (cua--rectangle-operation): Add tabify arg. All callers changed.
15322 (cua--pad-rectangle): Remove.
15323 (cua--delete-rectangle): Handle delete with virtual edges.
15324 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15325 (cua--insert-rectangle): Handle insert at virtual column.
15326 Perform auto-tabify if necessary.
15327 (cua--activate-rectangle): Remove optional FORCE arg.
15328 Never do padding. Simplify.
15329 (cua--highlight-rectangle): Enhance for virtual edges.
15330 (cua-toggle-rectangle-padding): Remove command.
15331 (cua-toggle-rectangle-virtual-edges): New command.
15332 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15333 (cua--rectangle-post-command): Don't force rectangle padding.
15334 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15335
a71eb435
LT
153362004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15337
15338 * indent.el (edit-tab-stops-buffer): Doc fix.
15339
ea2e9f8d
RS
153402004-08-28 Richard M. Stallman <rms@gnu.org>
15341
15342 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15343 (grep-tag-default): Function deleted.
15344
77c99c7f 15345 * subr.el (find-tag-default): Move from etags.el.
ea2e9f8d 15346
77c99c7f 15347 * progmodes/etags.el (find-tag-default): Move to subr.el.
ea2e9f8d
RS
15348
15349 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15350 into the basic character if it has an uppercase form.
15351
11d2e01b
KH
153522004-08-27 Kenichi Handa <handa@m17n.org>
15353
15354 * international/utf-8.el (utf-8-post-read-conversion): If the
15355 buffer is unibyte, temporarily make it multibyte.
15356
0e48150a
MY
153572004-08-27 Masatake YAMATO <jet@gyve.org>
15358
15359 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15360
2eb43e13
JPW
153612004-08-25 John Paul Wallington <jpw@gnu.org>
15362
003274a0
JPW
15363 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15364 0, 1, and many mismatches in message.
15365 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15366
2eb43e13
JPW
15367 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15368 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15369
55a88c8a
SM
153702004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15373 vc-diff-switches differently.
15374
49eac10f
LT
153752004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15376
15377 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15378 before and a real defvar after
15379 `speedbar-supported-extension-expressions'. This is to silence
15380 the compiler without breaking bootstrapping.
15381
2ee3b79e
RS
153822004-08-22 Richard M. Stallman <rms@gnu.org>
15383
55a88c8a
SM
15384 * textmodes/flyspell.el (flyspell-word):
15385 Use set-process-query-on-exit-flag.
2ee3b79e
RS
15386 (flyspell-highlight-duplicate-region): Take POSS as arg.
15387 (flyspell-word): Pass POSS as arg.
15388
15389 * progmodes/ada-xref.el: Many doc and style fixes.
15390 (ada-find-any-references): Use compilation-start.
15391 (ada-get-ali-file-name): Improve error msg.
15392 (ada-get-ada-file-name): Likewise.
15393
15394 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15395 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15396
15397 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15398 Add forward defvar.
15399
15400 * whitespace.el (global-whitespace-mode): New alias
15401 for whitespace-global-mode.
15402
77c99c7f 15403 * speedbar.el (speedbar-file-regexp): Move definition up.
2ee3b79e
RS
15404 (speedbar-mode, speedbar-set-mode-line-format):
15405 Use with-no-warnings.
15406 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15407
15408 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15409 controls whether to display the error buffer.
15410
588c0770 15411 * ps-mule.el: Delete compatibility code for old Emacsen.
2ee3b79e
RS
15412 (ps-mule-find-wrappoint): Don't use chars-in-region.
15413
49eac10f 15414 * frame.el (display-mouse-p, display-selections-p):
2ee3b79e 15415 Use with-no-warnings.
49eac10f 15416
2ee3b79e
RS
15417 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15418
90a02640
DK
154192004-08-22 David Kastrup <dak@gnu.org>
15420
818226ac
DK
15421 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15422 information.
15423
90a02640
DK
15424 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15425
2b54cb7b
AS
154262004-08-22 Andreas Schwab <schwab@suse.de>
15427
55a88c8a 15428 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2b54cb7b 15429
44feddcf
MY
154302004-08-22 Masatake YAMATO <jet@gyve.org>
15431
15432 * cvs-status.el (cvs-status-checkout): New function.
15433 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15434
311f32fe
DK
154352004-08-21 David Kastrup <dak@gnu.org>
15436
15437 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15438 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15439 has been converted to use hashtables, the relation `nil=none' is
15440 no longer valid, as `nil' is not a hashtable. This patch tries to
15441 reduce the number of resulting errors.
15442
3829aa6f
JPW
154432004-08-21 John Paul Wallington <jpw@gnu.org>
15444
15445 * subr.el (process-kill-without-query): Made obsolete in
15446 version 21.4, not 21.5.
15447
15448 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15449 (vc-previous-comment, vc-next-comment)
15450 (vc-comment-search-reverse, vc-comment-search-forward)
15451 (vc-comment-to-change-log): Likewise.
15452
15453 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15454
29bbca9e
EZ
154552004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
15456
aca16f78
SM
15457 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15458 Correct indentation of DEFMETHODS with non-standard method
29bbca9e
EZ
15459 combinations (e.g., PROGN, MIN, MAX).
15460
aca16f78
SM
154612004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * startup.el (normal-top-level-add-subdirs-to-load-path):
15464 Avoid unnecessarily checking system-type.
15465 (normal-top-level): Set TERM to "dumb". Simplify.
15466
15467 * avoid.el (mouse-avoidance-ignore-p): New fun.
15468 Also ignore switch-frame, select-window, double, and triple clicks.
15469 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15470 (mouse-avoidance-fancy-hook): Use it.
15471
154722004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15473
15474 * avoid.el (mouse-avoidance-nudge-mouse)
15475 (mouse-avoidance-banish-destination): Stay within the current window
15476 to avoid problems with mouse-autoselect-window.
15477
27615979
SM
154782004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15481 the newer format of some messages in cvs-1.12.1.
15482
2b8d823f
MY
154832004-08-19 Masatake YAMATO <jet@gyve.org>
15484
15485 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15486 (elp-results-jump-to-definition-by-mouse)
aca16f78 15487 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2b8d823f
MY
15488 (elp-output-result): Use elp-output-insert-symname.
15489
295f3b30
KH
154902004-08-18 Kenichi Handa <handa@m17n.org>
15491
15492 * language/cyrillic.el: Register koi8-r in
15493 ctext-non-standard-encodings-alist.
15494 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15495
eacd5edc
LT
154962004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15497
15498 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15499 that replaces 20xy with xy.
15500
ee1fcbdd
JPW
155012004-08-17 John Paul Wallington <jpw@gnu.org>
15502
15503 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15504 (reb-force-update): Doc fix.
15505
8afc13c6
RS
155062004-08-16 Richard M. Stallman <rms@gnu.org>
15507
15508 * progmodes/which-func.el (which-func-update-1): Doc fix.
15509
15510 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15511 (sh-mode-abbrev-table): New variable.
15512
15513 * progmodes/compile.el (compilation-mode): Doc fix.
15514
15515 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15516 Don't cons a new symbol each time.
15517 (eval-last-sexp-fake-value): New variable.
15518
15519 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15520 (copyright-update-year): Detect continuation of list of years.
15521
15522 * term.el (term-default-fg-color, term-default-bg-color)
15523 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15524
15525 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15526
19f26a89 155272004-08-16 Davis Herring <herring@lanl.gov>
be3a9510
LT
15528
15529 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15530 (isearch-success, isearch-forward-flag, isearch-other-end)
15531 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15532 (isearch-barrier, isearch-within-brackets)
15533 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15534
68fbea3a
KH
155352004-08-16 Kenichi Handa <handa@m17n.org>
15536
15537 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15538
c3ff5bc1
KH
155392004-08-15 Kenichi Handa <handa@m17n.org>
15540
15541 * term/x-win.el (x-selection-value): If utf8 was successful but
15542 ctext was not, use utf8 string.
15543
e11d1dd9
EZ
155442004-08-14 Davis Herring <herring@lanl.gov>
15545
15546 * isearch.el: Remove accidental changes of March 4. Fix backing
15547 up when a regexp isearch is made more general. Use symbolic
15548 accessor functions for isearch stack frames to make usage clearer.
15549 (search-whitespace-regexp): Made groups in documentation shy (as
15550 is the group in the default value).
15551 (isearch-fallback): New function, addresses problems with regexps
15552 liberalized by `\|', adds support for liberalization by `\}' (the
15553 general repetition construct), and incorporates behavior for
15554 `*'/`?'.
15555 (isearch-}-char): New command, calls `isearch-fallback' with
15556 arguments appropriate to a typed `}'.
15557 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15558 appropriately.
15559 (isearch-mode-map): Bind `}' to `isearch-}-char'.
be3a9510
LT
15560 (isearch-string, isearch-message,string, isearch-point)
15561 (isearch-success, isearch-forward-flag, isearch-other-end)
15562 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15563 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
e11d1dd9
EZ
15564 New inline functions to read fields of a stack frame.
15565
ab5a4a32
EZ
155662004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15567
15568 * battery.el (battery-linux-proc-acpi): Look into battery
15569 directories matching the literal string "CMB", too (required for
15570 Linux kernel version 2.6.7).
15571
78642e03
JPW
155722004-08-14 John Paul Wallington <jpw@gnu.org>
15573
6dad1714
JPW
15574 * cus-start.el (read-file-name-completion-ignore-case): Add.
15575 (blink-cursor-alist): Change version to "21.4".
15576
78642e03
JPW
15577 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15578
048526bd
DP
155792004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15580
15581 * speedbar.el (speedbar-scan-subdirs): New option.
15582 (speedbar-file-lists): Don't ignore file-name case on Unix and use
15583 dolist.
15584 (speedbar-insert-files-at-point): Take an extra argument and use
15585 it to optionally find out if a subdir is empty. Also unreadable
15586 files don't get expand buttons.
42e1fd33 15587 (speedbar-directory): New image (unused pixmap already existed).
048526bd
DP
15588 (speedbar-expand-image-button-alist): Use it.
15589
2a15eb73
MS
155902004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
15591
15592 CC Mode update to 5.30.9:
15593
15594 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
aca16f78 15595 Move from cc-vars to cc-defs for dependency reasons. Fix the
2a15eb73
MS
15596 POSIX char class test to check that it works in
15597 `skip-chars-(forward|backward)' too.
15598
aca16f78 15599 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2a15eb73
MS
15600 first argument starts with a special brace list.
15601
aca16f78 15602 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2a15eb73
MS
15603 when `c-opt-type-concat-key' is used (i.e. in Pike).
15604
aca16f78 15605 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
52eb0373
JB
15606 Fix bug when the inner char pair doesn't have paren syntax,
15607 i.e. "(<>)".
2a15eb73
MS
15608
15609 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15610 whitespace safe.
15611
aca16f78 15612 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2a15eb73
MS
15613 position for `arglist-intro', `arglist-cont-nonempty' and
15614 `arglist-close' when there are two arglist open parens on the same
15615 line and there's nothing in front of the first.
15616
aca16f78 15617 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2a15eb73
MS
15618 locking of qualified names in Java, which previously could fontify
15619 common indexing expressions in many cases. The standard Java
15620 naming conventions are used to tell them apart.
15621
aca16f78
SM
15622 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15623 Fix inconsistency wrt opening parens on the first line inside a paren
2a15eb73
MS
15624 block.
15625
15626 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15627 compile time for the sake of `c-major-mode-is'.
15628
15629 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15630 `c-major-mode-is' in the event that this is used inside a
15631 `c-lang-defconst'.
15632
aca16f78 15633 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2a15eb73
MS
15634 `c-lang-defconst' so that it works better with fallback languages.
15635
aca16f78 15636 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2a15eb73
MS
15637 it to fail to record the base mode.
15638
aca16f78
SM
15639 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15640 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
77c99c7f 15641 is used. Reorder the syntax checks to get more efficient
2a15eb73
MS
15642 skipping in some situations.
15643
15644 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15645 continuation which might precede the newly inserted '{'.
15646
aca16f78
SM
15647 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15648 Fix cases where it could loop indefinitely.
2a15eb73
MS
15649
15650 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15651 size specs correctly. Only fontify identifiers in front of '('
77c99c7f 15652 with as functions - don't accept any paren char. Tighten up
2a15eb73
MS
15653 initializer skipping to stop before function and class blocks.
15654
aca16f78 15655 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2a15eb73
MS
15656 the point could be left directly after an open paren when finding
15657 the beginning of the first decl in the block.
15658
15659 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15660 table when filtering out legitimate open parens to be recorded.
15661 This could cause cache inconsistencies when e.g.
15662 `c++-template-syntax-table' was temporarily in use.
15663
aca16f78
SM
15664 * progmodes/cc-engine.el (c-on-identifier)
15665 (c-simple-skip-symbol-backward): Small fix for handling "-"
2a15eb73
MS
15666 correctly in `skip-chars-backward'. Affected the operator lfun
15667 syntax in Pike.
15668
aca16f78
SM
15669 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15670 Fix bug that could cause an error from `after-change-functions' when
2a15eb73
MS
15671 the changed region is at bob.
15672
156732004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15674
15675 CC Mode update to 5.30.9:
15676
15677 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15678 to say that <TAB> doesn't insert WS into a CPP line.
15679 (c-indent-command, c-tab-always-indent): Amend doc strings.
15680
15681 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15682 checks for user errors, thus eliminating cryptic and unhelpful
15683 Emacs error messages. (1) Check the arg to `c-set-style' is a
15684 string. (2) Check that settings to `c-offsets-alist' are not
15685 spuriously quoted.
15686
52eb0373 15687 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2a15eb73
MS
15688 which precedes the newly inserted `{'.
15689
48ddd622
MA
156902004-08-10 Michael Albinus <michael.albinus@gmx.de>
15691
15692 Sync with Tramp 2.0.44.
15693
15694 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15695 function "tramp_file_attributes". Otherwise, file names
15696 containing spaces are misinterpreted. Reported by Magnus Henoch
15697 <mange@freemail.hu>.
15698 (tramp-handle-file-truename): FILENAME must be expanded first.
15699 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15700 obscure results. Reported by D. Goel <deego@gnufans.org>.
15701 (tramp-handle-verify-visited-file-modtime): If file does not
15702 exist, say it is not modified if and only if that agrees with the
15703 buffer's record. Check whether a file is visiting the buffer, or
15704 the buffer has no recorded last modification time. Return t in
15705 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15706 <teirllm@auburn.edu>.
588c0770 15707 (tramp-handle-write-region): Pass modtime explicitly to
48ddd622
MA
15708 `set-visited-file-modtime', because filename can be different
15709 from (buffer-file-name) if `file-precious-flag' is set.
15710 `set-visited-file-modtime' must be called always when `visit' is t
15711 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15712 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15713 nil, don't apply the whole body. If the file doesn't exists, set
15714 modtime to '(-1 65535). Suggested by Luc Teirlinck
15715 <teirllm@auburn.edu>.
15716
2bd77330
LT
157172004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15718
15719 * help.el (describe-bindings): Doc fix.
15720
15721 * subr.el (kbd): Doc fix.
15722
7ad938e7
JPW
157232004-08-08 John Paul Wallington <jpw@gnu.org>
15724
15725 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15726 instead of `string-to-int'.
15727 (define-ibuffer-column mode): Fix indentation.
15728
3bc603c4
LH
157292004-08-08 Lars Hansen <larsh@math.ku.dk>
15730
aca16f78 15731 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3bc603c4 15732
8392e138
LT
157332004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15734
15735 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15736
15737 * novice.el (disabled-command-function): New variable renamed from
15738 `disabled-command-hook'.
15739 (disabled-command-hook): Keep the _variable_ as alias for
15740 `disabled-command-function' and make obsolete.
15741 (disabled-command-function): Function renamed from
15742 `disabled-command-hook'. Adapt code to name change of the variable.
15743
abaf2e77
EZ
157442004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15745
15746 * simple.el (completion-root-regexp): New defvar.
15747 (completion-setup-function): Use it instead of a literal string.
15748
8bd6323a
JPW
157492004-08-07 John Paul Wallington <jpw@gnu.org>
15750
15751 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15752 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15753 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15754 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15755
093b77de
KH
157562004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15757
15758 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15759 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15760
af1781ac
KH
157612004-08-04 Kenichi Handa <handa@m17n.org>
15762
aca16f78
SM
15763 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15764 Fix previous change.
af1781ac
KH
15765
157662004-08-03 Kenichi Handa <handa@m17n.org>
15767
15768 * international/encoded-kb.el: The following changes are to
15769 utilize key-translation-map instead of minor mode map.
15770 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15771 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15772 (encoded-kbd-last-key): New function.
15773 (encoded-kbd-iso2022-single-shift): New function.
15774 (encoded-kbd-iso2022-designation)
15775 (encoded-kbd-self-insert-iso2022-7bit)
15776 (encoded-kbd-self-insert-iso2022-8bit)
15777 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15778 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15779 key-translation-map.
15780 (encoded-kbd-setup-keymap): Setup key-translation-map.
15781 (saved-key-translation-map): New variable.
c046590e
SM
15782 (encoded-kbd-mode): Save/restore key-translation-map.
15783 Adjust for the change of encoded-kbd-setup-keymap.
af1781ac 15784
0f7a93c1
KS
157852004-08-02 Kim F. Storm <storm@cua.dk>
15786
15787 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15788 and call compute-motion with nil for topos and width to get proper
15789 usable width and height for both window and non-window systems.
15790
15791 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15792 calculate usable window width and height.
15793
15794 * window.el (window-buffer-height): Call compute-motion with nil width.
15795
78629844
DK
157962004-08-01 David Kastrup <dak@gnu.org>
15797
aca16f78
SM
15798 * replace.el (query-replace-read-from):
15799 Use `query-replace-compile-replacement'.
78629844
DK
15800 (query-replace-compile-replacement): New function.
15801 (query-replace-read-to): Use `query-replace-compile-replacement'
15802 for repeating the last command.
15803
e7fdaf63
JPW
158042004-08-01 John Paul Wallington <jpw@gnu.org>
15805
fdeadcd1
JPW
15806 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15807 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15808 (pr-switches): Remove period from end of error messages.
15809
15810 * help-mode.el (help-go-back): Likewise.
15811
e7fdaf63
JPW
15812 * abbrev.el (only-global-abbrevs): Doc fix.
15813 (edit-abbrevs-map): Define within defvar.
15814 (quietly-read-abbrev-file): Doc fix.
15815
83f64226
LT
158162004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15817
15818 * novice.el (enable-command, disable-command): Doc fixes.
15819
15820 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15821
53a7160c
RS
158222004-07-30 Richard M. Stallman <rms@gnu.org>
15823
15824 * subr.el (with-local-quit): Doc fix.
15825
4bcce19c
LT
158262004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15827
15828 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15829
ee945d08
LT
158302004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15831
15832 * custom.el (defcustom): Doc fix.
15833
31f98a93
MY
158342004-07-28 Masatake YAMATO <jet@gyve.org>
15835
15836 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15837
38357a23
SM
158382004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 * imenu.el (imenu-prev-index-position-function)
15841 (imenu-extract-index-name-function, imenu-name-lookup-function)
15842 (imenu--index-alist): Docstring redundancy fix.
15843
e0db2366
LH
158442004-07-25 Lars Hansen <larsh@math.ku.dk>
15845
15846 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15847 binding dired-backup-overwrite.
15848
a3111ae4
JPW
158492004-07-25 John Paul Wallington <jpw@gnu.org>
15850
15851 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15852
b96b979c
LT
158532004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15854
15855 * term/tty-colors.el (tty-color-approximate): Doc fix.
15856
15857 * select.el (x-get-selection, x-set-selection): Doc fixes.
15858
15859 * frame.el (make-frame): Doc fix.
15860
7630911d
RS
158612004-07-24 Richard M. Stallman <rms@gnu.org>
15862
15863 * mail/rmail.el (rmail-mime-charset-pattern):
15864 Don't include semicolon in the charset value.
15865
15866 * replace.el (occur-next-error): Call set-window-point.
15867 (occur-engine): Handle negative NLINES.
15868
d398de43
LT
158692004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15870
15871 * frame.el (modify-all-frames-parameters): Minor doc fix.
833a249e 15872 (set-frame-configuration): Doc fix.
d398de43 15873
55c4a67c
EZ
158742004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15875
15876 * simple.el (completion-setup-function): Compute the common parts
15877 and the first difference place correctly when
15878 partial-completion-mode is on.
15879
9586e1d3
VJL
158802004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15881
47a97a6d 15882 * ps-print.el: Doc fix.
9586e1d3
VJL
15883 (ps-print-version): New version 6.6.5.
15884 (ps-printing-region): Doc fix.
15885 (ps-generate-string-list): Comment fix.
47a97a6d
VJL
15886 (ps-message-log-max): Code fix.
15887
47a97a6d
VJL
158882004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15889
15890 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15891 generated PostScript.
9586e1d3 15892
23f87bed
MB
158932004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15894
15895 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15896 with Gnus v5_10 branch.)
15897
158982004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15899
15900 * calendar/time-date.el (time-to-number-of-days): New function.
1bef8597 15901 Imported from Gnus.
23f87bed 15902
8b66e34f
KS
159032004-07-22 Kim F. Storm <storm@cua.dk>
15904
15905 * progmodes/make-mode.el: Fix comments.
15906
553d3334
VJL
159072004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15908
15909 * printing.el: Doc fix.
15910
bf294e2f
LT
159112004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15912
15913 * frame.el (modify-all-frames-parameters): Minor doc fix.
15914
1637ed87
RS
159152004-07-20 Richard M. Stallman <rms@gnu.org>
15916
6a18e4e7
JL
15917 * textmodes/fill.el (fill-nobreak-p): If this break point is
15918 at the end of the line, don't consider the newline which follows
15919 as a reason to return t.
1637ed87 15920
9375be01
JPW
159212004-07-19 John Paul Wallington <jpw@gnu.org>
15922
15923 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15924
c60b302c
LT
159252004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15926
15927 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15928 Delete irrelevant code.
15929
cdfa3ecc
KG
159302004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15931
38357a23
SM
15932 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15933 New docstring. From Luc Teirlinck.
cdfa3ecc 15934
2d677766
LT
159352004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15936
15937 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15938 section.
15939 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15940 non-file buffers. We know it is nil.
15941
07dfe738
KG
159422004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15943
15944 Sync with Tramp 2.0.43.
15945
c046590e
SM
15946 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15947 Remove outdated comment.
07dfe738
KG
15948 (tramp-locked, tramp-locker): New variables for implementing a
15949 global lock.
c046590e 15950 (tramp-sh-file-name-handler): Use them to implement the global lock.
2d677766 15951
07dfe738
KG
159522004-07-13 Michael Albinus <michael.albinus@gmx.de>
15953
15954 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15955 calls to respective `xxx` calls.
15956 (tramp-process-alive-regexp): Precise doc string.
15957 (tramp-multi-action-process-alive): New defun.
15958 (tramp-multi-actions): Use it.
15959 (tramp-handle-find-backup-file-name): `copy-tree' is available
bf247b6e 15960 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
07dfe738
KG
15961 in order to avoid this function.
15962 (tramp-handle-write-region): Set current buffer. If connection
588c0770 15963 wasn't open, `file-modes' has changed it accidentally. Reported by
07dfe738
KG
15964 David Kastrup <dak@gnu.org>.
15965 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15966 HOST.
15967 (tramp-action-password, tramp-multi-action-password): Apply it.
15968 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15969 name must still contain the port number. Otherwise, we have two
15970 Tramp buffers, with all the confusion. Reported by Myron Selby
15971 <myron@xytech.com> and Rolf Dubitzky
15972 <Dubitzky@physi.uni-heidelberg.de>.
15973
15974 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15975 HOST to `tramp-enter-passwd'.
15976
15977 * net/tramp-vc.el (all): Code cleanup. Change all
15978 `tramp-handle-xxx' calls to respective `xxx` calls.
2d677766 15979
3e39672f
JY
159802004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15981
15982 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15983 functions that are not erroneous if either 1-valued or
15984 multi-valued. Detect functions in this class.
c046590e 15985 (testcover-1value-functions, testcover-compose-functions)
77c99c7f 15986 (testcover-progn-functions) Add some additional functions to lists.
3e39672f
JY
15987 (testcover-mark): Bugfix when marking up the definition for an
15988 empty function.
15989
3751eb00
RS
159902004-07-17 Richard M. Stallman <rms@gnu.org>
15991
c046590e
SM
15992 * replace.el (occur-read-primary-args): Pass default to
15993 read-from-minibuffer.
3751eb00
RS
15994
15995 * mail/footnote.el (footnote-section-tag): Use defcustom.
15996
15997 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15998 Compile font-lock-keywords, not KEYWORDS.
15999 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16000 Add warn, check-type. Handle cerror like error.
16001
77787810
DP
160022004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16003
16004 * progmodes/which-func.el (which-func-keymap): New var.
16005 (which-func-face): New face.
16006 (which-func-format): Use them.
16007
b6fdd1ef
EZ
160082004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16009
16010 * buff-menu.el (list-buffers-noselect): Append the buffer's
16011 process status to its mode name.
16012
f9253326
KS
160132004-07-16 Kim F. Storm <storm@cua.dk>
16014
16015 * simple.el (inhibit-mark-movement): New defvar.
16016 (beginning-of-buffer, end-of-buffer): Do not push mark if
16017 inhibit-mark-movement is non-nil or C-u prefix is given.
16018
16019 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16020 Init to beginning-of-buffer and end-of-buffer.
16021 (cua--undo-push-mark): New defvar.
16022 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16023 already active and command is in cua--preserve-mark-commands.
16024 Also fix check for shift modifier on non-window systems.
16025 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16026
386c8f42
LT
160272004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16028
16029 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16030 of two integers, instead of a cons.
16031
16032 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16033 `visited-file-modtime' now returns a list of two integers, instead
16034 of a cons.
16035
16036 * dired.el (dired-directory-changed-p): Ditto.
16037
16038 * progmodes/grep.el (grep): Doc fix.
16039
c29a05c8
DP
160402004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16041
16042 * autorevert.el (auto-revert-tail-mode)
16043 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16044 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16045 in both at the same time.
16046 (auto-revert-tail-mode): New command.
16047 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16048 (auto-revert-handler): Revert only either tail or whole file.
16049
16050 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16051 add auto-revert-tail-mode.
16052
0117451d
VJL
160532004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16054
16055 * printing.el: Doc fix. Change name of some funs.
16056 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16057 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16058 (pr-standard-file-name): New fun. Replace pr-standard-path.
16059 (pr-call-process): Code fix.
16060
01df0a6d
LT
160612004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16062
16063 * subr.el (with-selected-window): Doc fix.
16064
3ac08e99
LT
160652004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16066
16067 * subr.el (get-buffer-window-list): Doc fix.
16068
90dc1922
LT
160692004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16070
da38045d
LT
16071 * files.el (switch-to-buffer-other-window): Doc fix.
16072
90dc1922 16073 * window.el (save-selected-window, one-window-p)
0ba2e87b
LT
16074 (split-window-keep-point, split-window-vertically)
16075 (split-window-horizontally): Doc fixes.
90dc1922 16076
45f17557
VJL
160772004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16078
16079 * printing.el: Doc fix. Now it uses call-process instead of
16080 shell-command for low command execution.
16081 (pr-version): New version number (6.8).
16082 (pr-shell-file-name): Option removed.
16083 (pr-shell-command): Fun removed.
16084 (pr-call-process): New fun. Replace pr-shell-command.
16085 (pr-standard-path, pr-remove-nil-from-list): New funs.
16086 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16087 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16088 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16089 (pr-ps-utility-process, pr-txt-print): Code fix.
16090
831dc66d
EZ
160912004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16092
16093 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16094 boolean.
16095
80a7a1bf
LH
160962004-07-09 Lars Hansen <larsh@math.ku.dk>
16097
16098 * wid-edit.el (widget-field-buffer): Doc fix.
16099
a29ccd9f
JPW
161002004-07-09 John Paul Wallington <jpw@gnu.org>
16101
c046590e
SM
16102 * emacs-lisp/re-builder.el (reb-update-overlays):
16103 Distinguish between one and several matches in message.
a29ccd9f 16104
02c04e6f
RS
161052004-07-09 Richard M. Stallman <rms@gnu.org>
16106
16107 * mouse.el (mouse-set-region-1): If transient-mark-mode
16108 is `identity', change it to `only'.
16109
16110 * simple.el (current-word): Doc fix.
16111
6d12a4df
MH
161122004-07-09 Mark A. Hershberger <mah@everybody.org>
16113
ae04ab88
MH
16114 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16115 so that it is more understanding of whitespace.
16116
7c018923 16117 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6d12a4df
MH
16118 (("ns" . "element") (attr-list) children) instead of
16119 ((:ns . "element") (attr-list) children) in order to reduce the
16120 number of symbols used.
16121 (xml-skip-dtd): Change to use xml-parse-dtd but set
16122 xml-validating-parsing to nil.
588c0770 16123 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
6d12a4df
MH
16124 (xml-substitute-entity): Remove in favor of new entity substitution.
16125 (xml-substitute-special): Rewrite in to substitute complex
16126 entities from DOCTYPE declarations.
588c0770 16127 (xml-parse-fragment): Parse fragments from entity declarations.
6d12a4df
MH
16128 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16129 (xml-parse-dtd, xml-substitute-special): Make validity checks
16130 conditioned on xml-validating-parser. Add "Not Well Formed" to
16131 error messages about well-formedness.
16132
0ecc9999
ST
161332004-07-08 Steven Tamm <steventamm@mac.com>
16134
16135 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16136 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16137 Do not treat double clicks and triple clicks specially in the
16138 scroll bar (preventing strange repositioning problems)
16139
c046590e 161402004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
cc0aea1a
SM
16141
16142 * replace.el (query-replace-regexp-eval): Fix last change.
16143
c046590e 161442004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6f1df6d9
SM
16145
16146 * replace.el (query-replace-descr): New fun.
16147 (query-replace-read-from, query-replace-read-args): Default to the
16148 previous from&to.
16149 (query-replace-read-to): Quote the `from' string when displaying it.
16150 (query-replace-regexp-eval): Immediately check read-only status.
16151 Use query-replace-read-from to get the \n checking.
16152 Quote the `from' string when displaying it.
16153 (map-query-replace-regexp, occur-read-primary-args):
16154 Quote the `from' string when displaying it.
16155
16156 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16157 delimited-ness of the search to query-replace.
16158
16159 * replace.el (query-replace-read-from, query-replace-read-to):
16160 New funs extracted from query-replace-read-args.
16161 (query-replace-read-args): Use them.
16162
16163 * replace.el (query-replace-interactive, query-replace-read-args):
16164 Remove the `initial' special value.
16165 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16166 (occur-engine): Remove unused var `matchend'.
16167
16168 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16169 Use the search string without prompting.
16170
475344c3
KH
161712004-07-05 Kenichi Handa <handa@m17n.org>
16172
6f1df6d9
SM
16173 * international/mule.el (decode-coding-inserted-region):
16174 Set last-coding-system-used only when coding is nil.
475344c3 16175
2a1a35c6
EZ
161762004-07-03 Eli Zaretskii <eliz@gnu.org>
16177
16178 * progmodes/grep.el (grep-compute-defaults, grep-command)
16179 (grep-program, find-program, grep-find-use-xargs, grep-history)
16180 (grep-find-history, grep-tag-default, grep-find-command)
16181 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16182 Add autoload cookies, for unbundled packages that load `compile'
16183 and expect all grep-related symbols to become defined.
16184
610101de
EZ
161852004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16186
6f1df6d9 16187 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
610101de
EZ
16188 (iimage-mode-image-search-path): New user option to search the
16189 image file.
588c0770 16190 (iimage-locate-file): New function. Emacs21.3 or earlier does not
610101de
EZ
16191 have locate-file.
16192 (iimage-mode-buffer): Use it.
16193
e21badcd
NR
161942004-07-03 Nick Roberts <nickrob@gnu.org>
16195
16196 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16197 carefully.
16198 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16199
52979451
JL
162002004-07-03 Juri Linkov <juri@jurta.org>
16201
16202 * replace.el (query-replace-read-args): Swallow space after 'foo,
16203 not after (quote foo). Match space only immediately after symbol,
16204 not anywhere in the whole string.
16205
e3ccf404
RS
162062004-07-02 Richard M. Stallman <rms@gnu.org>
16207
16208 * replace.el (query-replace-read-args): Swallow space after
16209 symbols, not after closeparens. But avoid error if string ends there.
16210
16211 * progmodes/python.el (python-beginning-of-statement):
16212 Exit the loop if backward-up-list gets error.
16213
16214 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16215
1e118124
AS
162162004-07-02 Andre Spiegel <spiegel@gnu.org>
16217
16218 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16219 only if vc-consult-headers is non-nil.
16220
5dc0a68b
JL
162212004-07-02 Juri Linkov <juri@jurta.org>
16222
16223 * pcvs.el (cvs-mode-diff-repository): New command.
16224
16225 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16226
0ec4febd
JL
162272004-07-01 Juri Linkov <juri@jurta.org>
16228
16229 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16230 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16231 C-M-% to isearch-query-replace-regexp.
16232 (minibuffer-local-isearch-map): Add arrow key bindings.
16233 Bind C-f to isearch-yank-char-in-minibuffer.
16234 (isearch-forward): Doc fix.
16235 (isearch-edit-string): Doc fix.
16236 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16237 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16238 (isearch-yank-char): Add optional arg.
16239 (isearch-yank-char-in-minibuffer): New fun.
16240
16241 * replace.el (query-replace-interactive): Change type from boolean
16242 to choice. Add value `initial'.
16243 (query-replace-read-args): Handle value `initial' of
16244 query-replace-interactive.
16245
5fa405b6
KS
162462004-06-29 Kim F. Storm <storm@cua.dk>
16247
16248 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16249 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16250
16251 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16252 Add :group 'ada.
16253
16254 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16255
637b9d73
JL
162562004-06-29 Juri Linkov <juri@jurta.org>
16257
16258 * replace.el (query-replace-read-args): Swallow a space after
16259 everything except )]" which in most cases means after a symbol.
16260
16261 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16262
e3ccf404
RS
162632004-06-28 Richard M. Stallman <rms@gnu.org>
16264
16265 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16266 More changes to go with previous change in font-lock.el.
16267
cb05ca25
DK
162682004-06-26 David Kastrup <dak@gnu.org>
16269
16270 * replace.el (perform-replace): Highlight the match even in
16271 non-query mode if there is potential replace string editing.
16272
3f788773
KG
162732004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16274
15cc764c
KG
16275 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16276 agree with new return value of `file-remote-p'.
16277 This syncs with Tramp 2.0.42.
16278
3f788773
KG
16279 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16280 according to new documentation of `file-remote-p'.
16281
16282 * files.el (file-remote-p): Fix doc to say that return value is
16283 identification of remote system, if not nil.
16284 (file-relative-name): Use new return value of `file-remote-p'.
16285
817819c2
NR
162862004-06-26 Nick Roberts <nickrob@gnu.org>
16287
5fa405b6 16288 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
817819c2
NR
16289 (gdb-goto-breakpoint): Fix breakage.
16290
00170b0d
EZ
162912004-06-26 Eli Zaretskii <eliz@gnu.org>
16292
16293 * man.el (Man-getpage-in-background): Add windows-nt to the list
16294 of systems where shell-file-name should be used instead of
16295 literal "sh".
16296
bc071f64
SS
162972004-06-25 Sam Steingold <sds@gnu.org>
16298
16299 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16300 function names `(setf symbol)'.
16301
b4a4b0ae
RS
163022004-06-24 Richard M. Stallman <rms@gnu.org>
16303
16304 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16305
16306 * font-lock.el (font-lock-keywords): Change format of compiled values.
16307 Document it.
16308 (font-lock-add-keywords): If font-lock-keywords is compiled,
16309 extract the uncompiled version, modify, then recompile.
16310 (font-lock-remove-keywords): Likewise.
16311 (font-lock-fontify-keywords-region): Handle changed format.
16312 (font-lock-compile-keywords): Handle changed format.
16313 (font-lock-set-defaults): Compile the keywords explicitly here.
16314
7c1c02ac
DK
163152004-06-24 David Kastrup <dak@gnu.org>
16316
16317 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16318 replacements here.
16319 (query-replace-regexp): Doc string explaining this and the new
16320 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16321 is better placed in `query-replace-read-args'.
16322 (replace-regexp): Explain `\,', `\#' and `\?'.
16323 (replace-match-data): New function for thorough reuse/destruction
16324 of old match-data.
c8d09ad8 16325 (replace-match-maybe-edit): Function for implementing `\?' editing.
7c1c02ac
DK
16326 (perform-replace): Fix maintaining of the match stack including
16327 already matched regions, implement `\?', fix various problems
16328 with regions while editing and other stuff.
c8d09ad8 16329 (replace-highlight): Simplify.
7c1c02ac 16330
bb72b9d0
DP
163312004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16332
16333 * progmodes/grep.el (grep-error-screen-columns): New variable.
16334 (grep-regexp-alist): Give it the full functionality of gnu style
16335 compilation messages with line and column ranges. Ask me for the
16336 perl script I'm working on, that uses these.
16337
7b199114
NR
163382004-06-23 Nick Roberts <nickrob@gnu.org>
16339
52eb0373 16340 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
7b199114
NR
16341 Remove.
16342 (comint-insert-input, comint-mouse-insert-input): New functions
16343 based on comint-insert-clicked-input for two bindings but just
16344 one functionality.
16345
21ae22ff
LT
163462004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16347
16348 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16349
255d07dc
LH
163502004-06-23 Lars Hansen <larsh@math.ku.dk>
16351
16352 * files.el (write-contents-functions): Doc fix.
16353
4e9691e9
JB
163542004-06-21 Juanma Barranquero <lektu@terra.es>
16355
c8d09ad8 16356 * image.el (image-library-alist): Rewrite docstring in active voice.
4e9691e9 16357
376de739
RS
163582004-06-20 Richard M. Stallman <rms@gnu.org>
16359
16360 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16361
16362 * isearch.el (isearch-repeat): Avoid testing old match data.
16363 (isearch-message): Display trailing space in special font
16364 when search is failing.
16365 (isearch-search-fun-function): Doc fix.
16366
16367 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16368
e6c45c29
LT
163692004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16370
16371 * frame.el (show-trailing-whitespace): Doc fix.
16372
16373 * cus-edit.el (custom-variable-documentation): New function.
16374 (custom-variable): Use it.
16375
6871c35f
NR
163762004-06-19 Nick Roberts <nickrob@gnu.org>
16377
16378 * man.el (Man-getpage-in-background): Revert previous change but
16379 make cygwin a special case.
16380
9ae0d84f
LT
163812004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16382
c8d09ad8
SM
16383 * autorevert.el (global-auto-revert-non-file-buffers):
16384 Update docstring.
9ae0d84f 16385
fed0b1ee
DP
163862004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16387
16388 * progmodes/compile.el (compilation-error-properties): Store one
16389 more than end-col, if present, so that transient-mark-mode will
16390 highlight last char too.
16391 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16392 ranges, if present.
16393
f34bdfdc
JR
163942004-06-18 Jason Rumney <jasonr@gnu.org>
16395
16396 * makefile.w32-in: Double percent signs in for loops.
16397
2f57bf85
DK
163982004-06-17 David Kastrup <dak@gnu.org>
16399
16400 * replace.el (query-replace-read-args): Only warn about use of \n
16401 and \t when we are doing a regexp replacement and the actual
16402 escaped character is n or t.
16403 (query-replace-regexp): Add \, and \# interpretation to
16404 interactive call and document it.
c8d09ad8 16405 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2f57bf85
DK
16406 as shortkey for replace-count.
16407 (replace-quote): New function for doubling backslashes.
16408
0111ab41
JB
164092004-06-17 Juanma Barranquero <lektu@terra.es>
16410
f4af98d8
JB
16411 * files.el (parse-colon-path, cd): Mention in docstring that the
16412 path separator is colon in GNU-like systems.
16413
16414 * newcomment.el (comment-region-internal): Fix docstring.
16415
0111ab41
JB
16416 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16417 (ewoc-invalidate, ewoc-collect): Doc fixes.
16418 (ewoc--create-node, ewoc--delete-node-internal):
16419 Fix typos in docstring.
16420
c90dcdd5
LT
164212004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16422
16423 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16424 manual to docstring.
16425
3a504454
VJL
164262004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16427
16428 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16429
1f94377f
LT
164302004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16431
16432 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16433 Add hyperlink to emacs-xtra manual to docstring.
16434
c8d09ad8
SM
16435 * autorevert.el (global-auto-revert-non-file-buffers):
16436 Add hyperlink to emacs-xtra manual to docstring, as well as an
1f94377f
LT
16437 info-link.
16438
fe347034
JB
164392004-06-14 Juanma Barranquero <lektu@terra.es>
16440
16441 * image.el (image-library-alist): New variable to map image types
16442 to external libraries. Initialized to nil, unless system-specific
16443 configs change it.
16444 (image-type-available-p): Determine whether an image type is
16445 available by calling `init-image-library'.
16446
16447 * term/w32-win.el (image-library-alist): Initialize to a known set
16448 of probable library names.
16449
c1136bda
KH
164502004-06-14 Kenichi Handa <handa@m17n.org>
16451
4060d762
KH
16452 * international/code-pages.el (windows-1256, cp1125): Fix tables
16453 for several characters.
16454
c8d09ad8 16455 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
c1136bda 16456
092de21d
RS
164572004-06-13 Richard M. Stallman <rms@gnu.org>
16458
16459 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16460
16461 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16462 not "`pc-selection-mode'".
16463
16464 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16465
16466 * simple.el (previous-matching-history-element): Specify a default.
16467
16468 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16469
16470 * cus-face.el (custom-declare-face): Simplify code.
16471
16472 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16473
25f6295e
LT
164742004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16475
16476 * files.el (before-save-hook): Add `time-stamp' to the options.
16477
16478 * time-stamp.el (time-stamp): Recommend adding it to
1ebd4f78 16479 `before-save-hook', rather than `write-file-functions'.
25f6295e
LT
16480 Make a similar change in `Commentary' section.
16481
6393ab2a
KG
164822004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16483
16484 * diff-mode.el (diff-current-defun): If at start of hunk, use
16485 position of first change.
16486
c04ebd1d
LH
164872004-06-13 Lars Hansen <larsh@math.ku.dk>
16488
16489 * dired-x.el (dired-mark-omitted): Bind to "*O".
16490
037b0a87
KF
164912004-06-12 Karl Fogel <kfogel@red-bean.com>
16492
16493 * bookmark.el (bookmark-bmenu-relocate): New function, as
16494 suggested by David J. Biesack <David.Biesack@sas.com>.
16495 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16496 (bookmark-bmenu-mode): Describe binding in doc string.
16497 (bookmark-set-filename): Save the bookmark list if it's time.
16498
6fb41b5b
KH
164992004-06-13 Kenichi Handa <handa@m17n.org>
16500
c8d09ad8 16501 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6fb41b5b
KH
16502 (ccl-untranslated-to-ucs): Fix typo.
16503
95e4a189 165042004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
fc3095ce 16505
c8d09ad8
SM
16506 * progmodes/python.el (python-open-block-statement-p):
16507 Fix indentation after a block opening that contains a comment.
fc3095ce 16508
7c226e40
EZ
165092004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16510
16511 * bindings.el (completion-ignored-extensions): Add file extensions
16512 of Python byte-compiled files.
16513
1c492b87
JL
165142004-06-12 Juri Linkov <juri@jurta.org>
16515
16516 * info.el (Info-goto-node): Add autoload.
16517 (Info-toc): Add substring-no-properties on Info file name.
16518 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16519 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16520
66189a40
KH
165212004-06-12 Kenichi Handa <handa@m17n.org>
16522
c8d09ad8
SM
16523 * international/mule-cmds.el (set-language-environment):
16524 Load subst tables if necessary.
66189a40 16525
c8d09ad8 16526 * international/mule.el (decode-char): Load subst tables if necessary.
66189a40
KH
16527 (encode-char): Likewise.
16528
16529 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16530 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16531 (utf-16le-decode-loop): Set r5 to -1 before loop.
16532 (utf-16be-decode-loop): Likewise.
16533 (ccl-decode-mule-utf-16le): Add EOF processing block.
16534 (ccl-decode-mule-utf-16be): Likewise.
16535 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16536 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16537 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16538 (ccl-mule-utf-16-encode-untrans): New CCL.
16539 (utf-16-decode-to-ucs): Handle pre-read character.
16540 (utf-16le-encode-loop): Handle surrogate pair.
16541 (utf-16be-encode-loop): Likewise.
c8d09ad8 16542 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
66189a40 16543 of utf-16le-encode-loop.
c8d09ad8 16544 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
66189a40 16545 of utf-16be-encode-loop.
c8d09ad8
SM
16546 (mule-utf-16-post-read-conversion):
16547 Call utf-8-post-read-conversion at first.
16548 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16549 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
66189a40
KH
16550 Add post-read-conversion and pre-write-conversion.
16551
c8d09ad8 16552 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
66189a40
KH
16553 (utf-translate-cjk-unicode-range): New variable.
16554 (utf-translate-cjk-load-tables): New function.
16555 (utf-lookup-subst-table-for-decode): New function.
16556 (utf-lookup-subst-table-for-encode): New function.
16557 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16558 tables here. Update safe-charsets of utf-* coding systems.
16559 (ccl-mule-utf-untrans): New CCL.
16560 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16561 at end of each branch.
16562 (ccl-mule-utf-8-encode-untrans): New CCL.
16563 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16564 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16565 length of encoding. Don't return r0.
16566 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
c8d09ad8
SM
16567 (utf-8-post-read-conversion): Narrow to region properly.
16568 If utf-translate-cjk-mode is on, load tables if necessary.
16569 Call utf-8-compose with hash-table arg if necessary.
588c0770 16570 Call XXX-compose-region instead of XXX-post-read-conversion.
66189a40
KH
16571 (utf-8-pre-write-conversion): New function.
16572 (mule-utf-8): Include CJK charsets in safe-charsets if
16573 utf-translate-cjk-mode is on. Add pre-write-conversion.
16574
16575 * international/characters.el: Temporarily set
16576 utf-translate-cjk-mode to nil.
16577
c8d09ad8
SM
16578 * language/devan-util.el (devanagari-compose-region):
16579 Add autoload cookie.
66189a40
KH
16580
16581 * international/ccl.el (ccl-dump-call): Fix printing the
16582 subroutine name.
16583
7805cdbd
LT
165842004-06-11 Luc Teirlinck <teirllm@auburn.edu>
16585
16586 * dired.el (dired-revert): If buffer is marked unmodified before
16587 reverting, keep it marked unmodified.
16588 Adapt to new conventions for commenting out code.
c8d09ad8 16589 (dired-make-relative): Adapt to new conventions for commenting out code.
7805cdbd 16590
0c2222fa
MB
165912004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
16592
c8d09ad8
SM
16593 * eshell/esh-module.el (eshell-load-defgroups):
16594 Bind `vc-handled-backends' to nil when opening files.
0c2222fa 16595
e9efcef4
JB
165962004-06-11 Juanma Barranquero <lektu@terra.es>
16597
16598 * files.el (parse-colon-path, cd): Doc fixes (refer to
16599 `path-separator', not colon).
16600
9fc2be4c
JB
166012004-06-10 Juanma Barranquero <lektu@terra.es>
16602
16603 * newcomment.el (comment-search-forward)
16604 (comment-search-backward): Fix typos in docstring.
16605 (comment-region): Doc fix.
16606
d39e545f
LT
166072004-06-10 Luc Teirlinck <teirllm@auburn.edu>
16608
16609 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16610 switch is no longer stored in `dired-switches-alist'.
16611
16612 * dired-aux.el (dired-insert-subdir): Do not store R switch in
16613 `dired-switches-alist'.
16614
d82baff9
KS
166152004-06-10 Kim F. Storm <storm@cua.dk>
16616
16617 * pcvs.el (cvs-mode-diff-yesterday): New command.
16618
16619 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16620
4545a37c
JL
166212004-06-10 Juri Linkov <juri@jurta.org>
16622
16623 * emacs-lisp/edebug.el (edebug-eval-defun):
16624 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16625 Fix docstring.
16626
16627 * simple.el (eval-expression-print-format): Don't print additional
16628 information on the first call to `eval-print-last-sexp'.
16629 (next-error-find-buffer): Fix punctuation.
16630 (killing) <defgroup>: Fix punctuation.
16631 (yank-excluded-properties): Change group from editing to killing.
16632
16633 * replace.el (perform-replace): Use `limit' to terminate the
16634 while-loop explicitly.
16635
2736c905
JD
166362004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16637
d82baff9
KS
16638 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16639 Use lc-*.xpm as prefix instead of *-locol.xpm.
2736c905
JD
16640
16641 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16642 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16643 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16644 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16645 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16646 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16647 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16648 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16649 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16650 * toolbar/lc-up_arrow.xpm:
77c99c7f 16651 Rename from *-locol.xpm.
2736c905 16652
067eac9b
RV
166532004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16654
16655 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16656 include forms like &<str>; as valid url patterns.
16657
ca0028ce
LT
166582004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16659
16660 * dired.el (dired-diff, dired-backup-diff)
16661 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16662 (dired-do-chown, dired-do-touch, dired-do-print)
16663 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16664 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16665 (dired-create-directory, dired-do-copy, dired-do-symlink)
16666 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16667 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16668 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16669 (dired-maybe-insert-subdir, dired-next-subdir)
16670 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16671 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16672 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16673 (dired-run-shell-command, dired-query): Remove redundant,
16674 or incorrect, autoloads.
16675
16676 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
c8d09ad8
SM
16677 does not end in a slash. Add optional argument KILL-ROOT.
16678 Update docstring.
ca0028ce
LT
16679 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16680 (dired-query): Add autoloads.
16681
ed27bf96
DP
166822004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16683
c8d09ad8
SM
16684 * progmodes/compile.el (compilation-set-window-height):
16685 Rearrange the save-* functions because a buffer can have several current
ed27bf96
DP
16686 point in different windows.
16687 (compilation-error-regexp-alist-alist): Recognize {standard input}
16688 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16689
9757a56b
JD
166902004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16691
16692 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16693 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16694 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
a4ba8298 16695 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9757a56b
JD
16696 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16697 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
a4ba8298 16698 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9757a56b
JD
16699 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16700 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16701 * toolbar/up_arrow-locol.xpm:
16702 New versions of icons that uses fewer colors.
ed27bf96 16703
9757a56b
JD
16704 * toolbar/tool-bar.el (tool-bar-local-item)
16705 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16706 if display-color-cells is 256 or less.
16707
765771b1
KS
167082004-06-08 Kim F. Storm <storm@cua.dk>
16709
16710 * wid-edit.el (widget-specify-button): Use hand pointer rather
16711 than mouse-face as visible mouse-over effect.
16712
5f29a6c8
KF
167132004-06-07 Karl Fogel <kfogel@red-bean.com>
16714
16715 * saveplace.el (save-place-alist-to-file): Bind `print-length'
765771b1 16716 and `print-level' to nil when writing out `save-place-alist'.
5f29a6c8 16717 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
765771b1 16718
0b0dea7b
JB
167192004-06-07 Juanma Barranquero <lektu@terra.es>
16720
16721 * completion.el (completion-kill-region): Doc fix.
16722
16723 * format.el (format-insert-annotations)
16724 (format-annotate-location): Doc fixes.
c8d09ad8 16725 (format-subtract-regions): Make arguments match their use in docstring.
0b0dea7b
JB
16726
16727 * simple.el (kill-region): Doc fix.
16728
16729 * subr.el (insert-buffer-substring-no-properties)
16730 (insert-buffer-substring-as-yank): Doc fixes.
16731
487327a9
LT
167322004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16733
0aa99669
LT
16734 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16735 Update docstring.
16736 (dired-reset-subdir-switches): New function.
16737
487327a9
LT
16738 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16739 Limit scope of `buffer-read-only' binding.
16740
2a050854
JW
167412004-06-06 Emilio C. Lopes <eclig@gmx.net>
16742
08384afd
KS
16743 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16744 eshell-explicit-command-char.
2a050854 16745
8c1138be
JB
167462004-06-06 Juanma Barranquero <lektu@terra.es>
16747
16748 * help-fns.el (help-argument-name): Inherit from italic face only
16749 if the frame supports it.
16750
722ceca4
JD
167512004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16752
d82baff9 16753 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
60ce1c58
KS
16754 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16755 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16756 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16757 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16758 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16759 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16760 New conversions from xpm files.
722ceca4
JD
16761
16762 * toolbar/README: New file.
16763
33bc06fb
RS
167642004-06-06 Richard M. Stallman <rms@gnu.org>
16765
16766 * isearch.el (isearch-mode-map): Undo previous change.
16767
575f6118
JL
167682004-06-05 Juri Linkov <juri@jurta.org>
16769
16770 * bindings.el (debug-ignored-errors): Add regexps for history
16771 related messages. Remove $ from "No further undo information".
16772 Move Ediff's messages to ediff.el.
16773
16774 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16775
16776 * cus-edit.el (custom-display): Add `min-colors'.
16777
16778 * custom.el (defface): Add `supports' to docstring.
16779
16780 * help-fns.el (help-argument-name): Add :group 'help.
16781
a994ebb8
LT
167822004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16783
16784 * find-dired.el (find-ls-subdir-switches): New user option.
16785 (find-dired): No longer call `abbreviate-file-name' on DIR.
16786 Set `dired-subdir-switches' buffer-locally.
16787
16788 * locate.el: Merge the two `Commentary' sections.
16789 (locate-ls-subdir-switches): New user option.
16790 (locate): Update for other changes.
16791 (locate-mode-map): Restore Dired binding for mouse-2.
16792 Bind `locate-mouse-view-file' to M-mouse-2.
16793 Bind `l' to `locate-do-redisplay'.
16794 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16795 (locate-mouse-view-file, locate-tags, locate-find-directory):
16796 Print message if used outside main listing.
16797 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16798 Various changes to support inserted subdirectories.
16799 (locate-insert-header): Change header of *Locate* buffer.
16800
16801 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16802 Change interactive default switches.
16803 (dired-rename-subdir-2): Update `dired-switches-alist'.
16804 (dired-insert-subdir, dired-kill-subdir):
16805 Handle `dired-switches-alist'. Do not mark buffer modified.
16806 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16807 (dired-insert-subdir-doinsert): Omit messages.
16808 Handle `dired-subdir-switches'.
16809 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16810
c8d09ad8 16811 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
a994ebb8
LT
16812 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16813 subdirs if -R switch is used for a subdir.
16814 (dired-mode): Set `dired-switches-alist'.
16815 (dired-build-subdir-alist): Only print number of directories in
16816 echo area when invoked interactively.
16817
d6921846
LH
168182004-06-05 Lars Hansen <larsh@math.ku.dk>
16819
16820 * dired-x.el (dired-omit-mode): Rename from
88c29504 16821 dired-omit-files-p. Use define-minor-mode to define it.
d6921846 16822 (dired-omit-files-p): Add as alias for dired-omit-mode.
88c29504 16823 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
d6921846 16824 dired-mark-omitted.
88c29504 16825 (dired-mark-omitted): Add. Bind to M-O.
d6921846 16826
62bfe0fc
KH
168272004-06-05 Kenichi Handa <handa@m17n.org>
16828
16829 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16830
8be2a2dd
JB
168312004-06-05 Juanma Barranquero <lektu@terra.es>
16832
16833 * help-fns.el (help-argument-name): Reintroduce face.
16834 (help-default-arg-highlight): Use it, now that
16835 `face-differs-from-default-p' can be trusted.
16836
7780d793
JB
168372004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16838
16839 * textmodes/table.el: Sentence commands added to Point Motion
16840 group; kill and backward-kill commands added to Extraction group.
16841
9742a3a6
EZ
168422004-06-04 Mario Lang <mlang@delysid.org>
16843
588c0770 16844 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
9742a3a6
EZ
16845 systems appear to use mW, make the code handle this. Fix a
16846 division-by-zero bug while at it, and handle kernels with
16847 a slightly different layout in /proc/acpi.
16848
e2cae769 168492004-06-04 Karl Fogel <kfogel@red-bean.com>
5129f10c 16850
52eb0373 16851 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
5129f10c 16852 because the latter is a CL-ism. This fixes the bug reported by
7780d793 16853 Shawn Boyette <mdxi@collapsar.net> in
c8d09ad8 16854 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5129f10c 16855
9717e36c
MB
168562004-06-04 Miles Bader <miles@gnu.org>
16857
16858 * faces.el (display-supports-face-attributes-p): Function moved to
16859 C code. Previously only the tty-related portion of this function
16860 was done in C; however the previous attempt to do a halfway-proper
16861 job for non-tty displays in lisp didn't work properly because of
e2cae769 16862 funny conditions during Emacs startup.
1151d617
MB
16863 (face-differs-from-default-p): Simplify, now that
16864 display-supports-face-attributes-p works properly on all display
16865 types. Remove :stipple from comparison; it doesn't really work
16866 in emacs anyway.
9717e36c 16867
7e07a66d
MB
168682004-06-04 Miles Bader <miles@gnu.org>
16869
16870 * faces.el (face-differs-from-default-p): Use a different
16871 implementation, so we can really check whether FACE displays
16872 differently or not.
16873
421c91e5
MB
168742004-06-04 Miles Bader <miles@gnu.org>
16875
16876 * faces.el (display-supports-face-attributes-p): Implement a
16877 `different from default' check for non-tty displays.
16878
67c41d86
DK
168792004-06-03 David Kastrup <dak@gnu.org>
16880
16881 * woman.el (woman-mapcan): More concise code.
16882 (woman-topic-all-completions, woman-topic-all-completions-1)
16883 (woman-topic-all-completions-merge): Replace by a simpler and
16884 much faster implementation based on O(n log n) sort/merge instead
16885 of the old O(n^2) behavior.
16886
2bb680b0
MB
168872004-06-03 Miles Bader <miles@gnu.org>
16888
2d14d61e
MB
16889 * subr.el (read-number): Use canonical format for default in prompt.
16890
c8d09ad8
SM
16891 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16892 Add regexp for " [...]" style defaults.
2bb680b0 16893
0bdd7ae4
JPW
168942004-06-02 Romain Francoise <romain@orebokech.com>
16895
16896 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16897 groups: if the user asks for a hidden buffer, open the
16898 corresponding filter group to expose it.
16899
16900 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16901 `ibuffer-jump-to-buffer'.
16902 (ibuffer-jump-offer-only-visible-buffers): New user option.
16903
86d373e6
JB
169042004-06-02 Juanma Barranquero <lektu@terra.es>
16905
16906 * faces.el (frame-update-faces): Add empty docstring so the one
16907 for `ignore' doesn't show through.
16908
16909 * subr.el (process-kill-without-query): Remove spurious "\n" on
16910 obsolescence string.
16911 (focus-frame, unfocus-frame): Add obsolescence declaration and
16912 empty docstring.
16913
16914 * international/mule.el (register-char-codings): Make alias for
c8d09ad8 16915 `ignore'. Move docstring to obsolescence info and remove redundancy.
86d373e6 16916
90ec69c7
KS
169172004-06-02 Kim F. Storm <storm@cua.dk>
16918
16919 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16920 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16921
c8d09ad8
SM
169222004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16923
16924 * comint.el (comint-replace-by-expanded-history-before-point):
16925 Obey `start' as the docstring says.
16926 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16927 (comint-update-fence): Prevent font-lock from running unnecessarily.
16928 (comint-dynamic-list-completions): Use with-current-buffer.
16929
169302004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16931
16932 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16933 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16934 (bibtex-entry-update): Handle alternatives and optional fields.
16935 (bibtex-parse-entry): Bugfix, handle empty key.
16936
ef5572c5
SM
169372004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16940
7bfa55b3
LH
169412004-05-31 Lars Hansen <larsh@math.ku.dk>
16942
16943 * desktop.el (desktop-save): Don't save minor modes without a
16944 known mode initialization function.
16945
64df673d
LT
169462004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16947
ef5572c5 16948 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
64df673d
LT
16949
16950 * autorevert.el: Update `Commentary' section.
16951
aa8ca433
JB
169522004-05-30 Juanma Barranquero <lektu@terra.es>
16953
16954 * dos-fns.el (convert-standard-filename):
16955 * files.el (convert-standard-filename):
16956 * w32-fns.el (convert-standard-filename):
16957 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16958
2fcaee47 169592004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
aa8ca433 16960
2fcaee47
KG
16961 Sync with Tramp.
16962
aa8ca433 16963 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
ef5572c5
SM
16964 (tramp-let-maybe): Move to an earlier spot in the file.
16965 Patch by Andreas Schwab.
2fcaee47 16966
5709c1a0
AS
169672004-05-30 Andreas Schwab <schwab@suse.de>
16968
16969 * dired.el (dired-get-filename): Don't use dired-re-dot.
16970
7a61e456
RS
169712004-05-30 Richard M. Stallman <rms@gnu.org>
16972
16973 * files.el (find-file): Doc fix.
16974
16975 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16976
f471ca2b
NR
169772004-05-30 Nick Roberts <nickrob@gnu.org>
16978
16979 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16980 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16981 modeline of the locals buffer.
16982 (gdb-goto-breakpoint): Handle gdbmi.
16983 (gdb-get-frame-number): Change for gdbmi.
16984
c8364415
MA
169852004-05-30 Michael Albinus <michael.albinus@gmx.de>
16986
16987 * files.el (file-remote-p): Apply file name handler for operation
588c0770 16988 `file-remote-p'. It isn't a property any longer.
c8364415
MA
16989 (file-relative-name): `fh' and `fd' get the required value via
16990 `find-file-name-handler' already.
16991
16992 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16993 (top): Remove setting of `file-remote-p' property for
ef5572c5 16994 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
c8364415 16995
19a87064
MA
169962004-05-29 Michael Albinus <michael.albinus@gmx.de>
16997
16998 Version 2.0.41 of Tramp released.
16999
ef5572c5
SM
17000 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17001 Throw away if process has died.
17002 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17003 (tramp-out-of-band-prompt-regexp): Rename to
19a87064
MA
17004 `tramp-process-alive-regexp', because its usage is widen.
17005 (tramp-actions-copy-out-of-band): Apply it.
ef5572c5
SM
17006 (tramp-actions-before-shell, tramp-multi-actions):
17007 Add `tramp-action-process-alive' action.
19a87064
MA
17008 (tramp-action-process-alive): New defun.
17009 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17010 Add entry for `file-remote-p'.
17011 (tramp-handle-file-remote-p): New defun.
17012 (top): Remove setting of `file-remote-p'. Don't set
17013 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17014
17015 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17016 `file-remote-p'.
17017
17018 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
ef5572c5
SM
17019 counted for (last) line. [They should or they shouldn't? --Stef]
17020 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
19a87064
MA
17021
170222004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17023
17024 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17025 not really necessary but seems to keep the shell history smaller
17026 in some cases. It is no substitute for setting HISTFILE and
17027 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17028 though. Suggested by Luc Teirlinck.
17029 (tramp-open-connection-setup-interactive-shell): Export variables
17030 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17031 (tramp-set-process-query-on-exit-flag): New compat function.
17032 (tramp-open-connection-multi, tramp-open-connection-su)
17033 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17034 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17035 (tramp-let-maybe): New macro, let-binds a variable only if it
17036 isn't obsolete.
17037 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17038 (tramp-handle-file-truename): Use it.
17039 (tramp-completion-file-name-regexp-unified): Avoid matching
17040 filenames starting with "/:" -- those are reserved for
17041 file-name-non-special.
17042
ef5572c5
SM
17043 * tramp-smb.el (tramp-smb-open-connection):
17044 Use tramp-set-process-query-on-exit-flag compat function.
19a87064 17045
08fd1251
RS
170462004-05-29 Richard M. Stallman <rms@gnu.org>
17047
17048 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17049
17050 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17051 (eval-last-sexp-print-value): Print char equivalent regardless
17052 of standard-output value.
17053
ef5572c5 17054 * thumbs.el (thumbs-subst-char-in-string): Delete.
08fd1251
RS
17055 (thumbs-thumbname): Use subst-char-in-string.
17056 (thumbs-resize-image): Use condition-case, not ignore-errors.
17057 (thumbs-kill-buffer): Likewise.
17058
17059 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17060 (thumbs-mode): Make buffer read-only.
17061 (thumbs-make-thumb): Unconditionally accept an existing file.
17062 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17063 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17064 (thumbs-show-thumbs-list): Error if images not supported.
17065 (thumbs-save-current-image): Improve prompt string.
17066 (thumbs-mode-map): Define u, R, x.
17067 (thumbs-unmark): New command.
17068 (thumbs-emboss-image): Minor cleanup.
17069 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17070 (thumbs-rename-images): New command.
17071 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17072
17073 * thumbs.el (thumbs-current-image): New function.
17074 (thumbs-file-list, thumbs-file-alist): New functions.
17075 (thumbs-find-image): Delete arg L.
17076 Don't set up thumbs-fileL as buffer-local global var.
17077 (thumbs-find-image-at-point): Use thumbs-current-image.
17078 (thumbs-set-image-at-point-to-root-window): Likewise.
17079 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17080 Record and warn about errors. Update thumbs-markedL for deletions.
17081 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17082 (thumbs-redraw-buffer): Use thumbs-file-list.
17083 (thumbs-mark): Use thumbs-current-image.
17084 (thumbs-show-name): Use thumbs-current-image.
17085
17086 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17087 and imenu--last-menubar-index-alist.
17088
17089 * subr.el (with-selected-window): Undo previous change.
17090
170912004-05-29 John Paul Wallington <jpw@gnu.org>
17092
17093 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17094 (thumbs-mouse-find-image): New command.
17095 (thumbs-mode-map): Bind it to mouse-2.
e2cae769 17096 (thumbs-mode): Make mode-class special.
08fd1251
RS
17097 (thumbs-view-image-mode): Likewise.
17098
9dd5e8d7
EZ
170992004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17100
17101 * flymake.el: New file.
17102
0a11c70b
LT
171032004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17104
17105 * files.el (find-file-noselect-1): Do not bind
17106 `inhibit-read-only' to t during execution of
17107 `find-file-not-found-functions'.
17108
227ef0ff
SM
171092004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17112 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17113
6b9654dc
JL
171142004-05-28 Juri Linkov <juri@jurta.org>
17115
17116 * simple.el (eval-expression-print-format): New fun.
17117
17118 * simple.el (eval-expression):
17119 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17120 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17121 (edebug-eval-expression): Print additionally the value returned by
17122 `eval-expression-print-format'.
17123
17124 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17125 (insert-pair): Make arguments optional. Find character pair
17126 from `insert-pair-alist' according to the last input event.
17127 (insert-parentheses): Make arguments optional.
17128 (raise-sexp, delete-pair): New funs.
17129
17130 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17131 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17132 Bind C-M-q to `indent-pp-sexp'.
17133
17134 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17135 `pp-to-string' modified to be able to format text with newlines.
17136 (pp-to-string): Move the buffer-formatting part of the code to
17137 `pp-buffer'. Call `pp-buffer'.
17138
17139 * info.el (Info-desktop-buffer-misc-data): Don't save information
17140 about virtual files.
17141 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17142 buffers with names obtained from the desktop file instead of the
17143 default *info* buffer.
17144
ce50a847
SM
171452004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17146
034a6113
SM
17147 * subr.el (with-selected-window): Only save/restore the selected window.
17148
ce50a847
SM
17149 * progmodes/compile.el (compilation-error-regexp-alist):
17150 Use expand-file-name and data-directory.
17151
17152 * progmodes/grep.el (grep-tree): Rework previous fix.
17153
17154 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17155 after the user marked text with the mouse.
17156
17157 * startup.el (command-line): Keep the first regexp of
17158 auto-save-file-name-transforms intact.
17159
5445d287
JB
171602004-05-28 Juanma Barranquero <lektu@terra.es>
17161
17162 * cus-edit.el (customize-face, customize-face-other-window)
86d373e6
JB
17163 (custom-face-edit-delete): Make arguments match their use in
17164 docstring.
17165 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17166 docstring.
5445d287
JB
17167
17168 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17169 not `cvs-butlast'.
17170
17171 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17172 `nbutlast' are in subr.el).
17173
17174 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17175 (set-w32-system-coding-system): Doc fixes.
17176
ce50a847 17177 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5445d287
JB
17178 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17179 Make arguments match their use in docstring.
17180 (artist-draw-region-trim-line-endings)
17181 (artist-mouse-choose-operation): Fix typo in docstring.
17182 (artist-key-set-point-common): Doc fix.
17183
1cfd38a8
SJ
171842004-05-28 Simon Josefsson <jas@extundo.com>
17185
ce50a847
SM
17186 * mail/smtpmail.el (smtpmail-open-stream):
17187 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1cfd38a8 17188
9e94e254
SJ
171892004-05-26 Simon Josefsson <jas@extundo.com>
17190
17191 * starttls.el: Merge with my GNUTLS based starttls.el.
17192 (starttls-gnutls-program, starttls-use-gnutls)
17193 (starttls-extra-arguments, starttls-process-connection-type)
ce50a847 17194 (starttls-connect, starttls-failure, starttls-success): New variables.
9e94e254 17195 (starttls-program, starttls-extra-args): Doc fix.
ce50a847
SM
17196 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17197 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17198 and pass on to corresponding *-gnutls function if it is set.
9e94e254 17199
62aad204
LT
172002004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17201
17202 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17203 remote files.
17204
ae3b2983
MA
172052004-05-27 Michael Albinus <michael.albinus@gmx.de>
17206
17207 * files.el (file-name-non-special): There are more operations
17208 which need handling: `find-backup-file-name',
17209 `insert-file-contents', `verify-visited-file-modtime',
17210 `write-region'. Rename t value of method to `add'. Add new
17211 methods `quote' and `unquote-then-quote' to file-arg-indices.
17212
1021748d
JL
172132004-05-25 Juri Linkov <juri@jurta.org>
17214
17215 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17216 (Info-index-nodes): Enclose code in condition-case to catch errors.
17217 (Info-index-node): Don't search all index nodes if request is only
17218 for the current node and file is not in the cache of index nodes.
17219 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17220 for consistency with dired-copy-filename-as-kill.
17221 Bind `S' to Info-search-case-sensitively.
17222 (Info-copy-current-node-name): New arg. With zero prefix arg put
17223 the name inside a function call to `info'. Display copied text in
17224 the echo area.
17225
59de4ad0
SS
172262004-05-25 Sam Steingold <sds@gnu.org>
17227
17228 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17229 strip the package prefix from the symbol name, if any.
17230 Make it the `find-tag-default-function' for `lisp-mode'.
17231
1a597f4f
JPW
172322004-05-25 John Paul Wallington <jpw@gnu.org>
17233
17234 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17235 instead of obsolete `process-kill-without-query'.
17236
17237 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17238 Declare as variable, not constant.
17239
74dca654
LT
172402004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17241
17242 * files.el (find-file-noselect-1): Fix bug introduced by
17243 Revision 1.694. As a side effect, `inhibit-read-only'
17244 is again, by default, t during execution of
17245 `find-file-not-found-functions'.
17246 (insert-directory): Check that lines were really inserted by
17247 the --dired switch, before erasing them.
17248
00da1cc5
NR
172492004-05-24 Nick Roberts <nickrob@gnu.org>
17250
c9858347 17251 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
00da1cc5 17252 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
c9858347
NR
17253 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17254 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17255 gud-minor-mode (gdbmi).
00da1cc5 17256
4c493999
JB
172572004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17258
17259 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17260 explicitly select the text to be taken as URL.
17261
675254bc
JL
172622004-05-23 Juri Linkov <juri@jurta.org>
17263
17264 * info.el (Info-index-nodes): New var and fun.
17265 (Info-goto-index, Info-index, info-apropos)
17266 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17267 (Info-index): Fix docstring. Store and restore Info-history-list.
17268 (Info-complete-nodes): New var.
17269 (Info-complete-menu-item): Use it.
17270 (Info-index-node): New fun.
17271 (Info-final-node, Info-forward-node, Info-backward-node)
17272 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17273 Use Info-index-node.
17274 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17275 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17276 (Info-find-node-2): If a node with period in its name not found,
17277 try to find a node without the name part after period.
17278 (Info-select-node): Call Info-fontify-node only if
17279 Info-fontify-maximum-menu-size is not nil.
17280 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17281 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17282 Preserve Info-history-list.
17283 (Info-toc): Set Info-current-file.
17284 (Info-build-toc): Move point to the beginning of the buffer.
17285 Add main-file variable.
17286 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17287 Use backslashed representation of the control character ^_.
17288
17289 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17290 numbers in the new Texinfo 4.7 format.
17291
17292 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17293 regexps for function and variable names.
17294
17295 * descr-text.el (describe-property-list): Add [show] button for
17296 `syntax-table' property with action to pp to a separate buffer.
17297 (describe-char): Replace search-forward by re-search-forward with
ce50a847 17298 whitespace regexp after "character:" to not fail in too narrow windows.
675254bc
JL
17299
17300 * simple.el (next-error-find-buffer): Add a rule to return
17301 next-error capable buffer if one window on the selected frame
17302 displays such buffer.
17303
0145381f
NR
173042004-05-23 Nick Roberts <nickrob@gnu.org>
17305
17306 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17307 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17308 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17309 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
ce50a847
SM
17310 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17311 Handle new value for gud-minor-mode (gdbmi).
0145381f 17312 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
ce50a847
SM
17313 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17314 Change from local to global gdb variable set.
588c0770 17315 (gdb-ann3): Initialize above gdb variable set.
0145381f
NR
17316 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17317 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17318 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17319 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17320 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17321 (gdb-info-locals-handler, gdb-invalidate-assembler)
17322 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17323 set as global variables.
17324 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17325 Handle gdbmi.
17326 (gdb-info-breakpoints-custom): Fix regexp.
17327 (def-gdb-var): Delete.
17328
17329 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17330 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17331 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4c493999 17332 a new mode. The file (gdb-mi.el) for this mode will be included
0145381f
NR
17333 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17334 primary interface.
17335
f5340e29
JH
173362004-05-23 Jesper Harder <harder@ifa.au.dk>
17337
17338 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17339 interpreted as a directory.
17340
657cc4ff
RS
173412004-05-22 Richard M. Stallman <rms@gnu.org>
17342
71d5a208
RS
17343 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17344 as a close quote.
17345
17346 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17347
675254bc 17348 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
71d5a208 17349 Use assoc-string, not assoc-ignore-case.
675254bc 17350
71d5a208
RS
17351 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17352
657cc4ff
RS
17353 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17354 If moving back then fwd gets a defun that ends before point,
17355 try again moving fwd then back.
17356
17357 * files.el (file-name-non-special): Allow t in file-arg-indices
17358 to mean requote the return value. Use `identity' as an element
17359 rather than as the whole value.
17360
17361 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17362
7d57db29
JB
173632004-05-22 Juanma Barranquero <lektu@terra.es>
17364
17365 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17366 `help-make-usage'.
17367 (help-highlight-arguments): Skip function name before searching
17368 for arguments.
17369
24462ed2
JB
173702004-05-21 Juanma Barranquero <lektu@terra.es>
17371
17372 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17373 Don't mention in the docstring these arguments meant for
17374 internal (recursive) use only.
17375 (allout-char-spec): Comment out (it's not implemented).
17376 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17377 obsolescence declaration.
17378 (allout-flatten-exposed-to-buffer)
17379 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17380 (my-mark-marker): Doc fix.
17381 (produce-allout-mode-map, allout-sibling-index)
17382 (allout-isearch-expose, allout-distinctive-bullet)
17383 (allout-open-topic, allout-reindent-body)
17384 (allout-rebullet-heading, allout-process-exposed)
17385 (allout-insert-listified, allout-latex-verb-quote)
17386 (allout-insert-latex-header, allout-insert-latex-trailer):
17387 Make arguments match their use in docstring.
17388 (allout-primary-bullet, allout-old-style-prefixes)
17389 (allout-inhibit-protection, allout-init, allout-mode)
17390 (allout-before-change-protect, allout-flag-region):
17391 Use "Emacs" instead of "emacs" in docstrings.
17392
ce44846f
KH
173932004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17394
17395 * international/characters.el: Modify syntax of more characters.
17396
a6e7bdf1
MY
173972004-05-21 Masatake YAMATO <jet@gyve.org>
17398
ce50a847 17399 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
46de1c5a 17400 (etags-tags-completion-table): Show parsing progress.
a6e7bdf1 17401
442c8150
LT
174022004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17403
17404 * locate.el (locate-prompt-for-command): Shorten first line of
17405 docstring.
17406 (locate-mode): Expand docstring and include keymap summary.
17407
4edcfd17
LT
17408 * files.el (find-file-noselect-1): Limit the scope of the
17409 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17410 is, by default, nil during the execution of
17411 `find-file-not-found-functions' and `find-file-hook'.
17412
64867fce
EZ
174132004-05-20 Michael Mauger <mmaug@yahoo.com>
17414
17415 * facemenu.el (facemenu-color-name-equal): New function.
17416 (list-colors-display): Use it to compare colors instead of
17417 facemenu-color-equal.
17418
88537a99
EZ
174192004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
17420
17421 * compare-w.el (compare-windows-face): Use min-colors instead of
17422 checking for tty or pc types.
17423
47ff5b28
SM
174242004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17425
17426 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17427 (completion-setup-function): Use with-current-buffer.
17428 Properly save excursion. Simplify.
17429 Don't assume there is necessarily a `mouse-face' property somewhere.
17430
17431 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17432
17433 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
17434
17435 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17436 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17437 Use with-current-buffer.
17438 (byte-goto-log-buffer): Delete.
17439 (byte-compile-log-file): Call compilation-forget-errors.
17440
2aa4a729
PJ
174412004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17442
17443 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17444 output messages into the search result.
17445
15aa7790
MY
174462004-05-19 Masatake YAMATO <jet@gyve.org>
17447
47ff5b28 17448 * wid-edit.el (widget-radio-button-notify): Revert my last
24462ed2 17449 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15aa7790 17450
70abfe90
KH
174512004-05-19 Kenichi Handa <handa@m17n.org>
17452
e4ad9cf1
SM
17453 * international/characters.el: Fix syntax (open/close) of CJK chars.
17454
174552004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17456
17457 * help-mode.el (help-go-back): Don't depend on position of back button.
17458
174592004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1bef8597 17462 files don't contain an accidental additional /.
e4ad9cf1
SM
17463
17464 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17465 in source buffer.
70abfe90 17466
4d4ea14a
MY
174672004-05-18 Masatake YAMATO <jet@gyve.org>
17468
17469 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
e4ad9cf1 17470 to widget-apply. :action method assumes 2 arguments, not 3.
4d4ea14a 17471
2c375837
GM
174722004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17473
e4ad9cf1
SM
17474 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17475 New constants.
2c375837
GM
17476 (hs-special-modes-alist): Add an f90-mode entry.
17477
410019e5
SS
174782004-05-17 Sam Steingold <sds@gnu.org>
17479
e4ad9cf1
SM
17480 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17481 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
410019e5 17482
57116789
KS
174832004-05-16 Kim F. Storm <storm@cua.dk>
17484
17485 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17486
e9e132ed
JW
174872004-05-15 John Wiegley <johnw@newartisans.com>
17488
e4ad9cf1 17489 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
e9e132ed 17490 (eshell-output-object-to-target): Improve output speed 20% by not
e4ad9cf1 17491 calling `eshell-stringify' if something is already known to be a string.
e9e132ed 17492
c1380aa6
EZ
174932004-05-15 Alex Ott <ott@jet.msk.su>
17494
e4ad9cf1
SM
17495 * textmodes/ispell.el (ispell-local-dictionary-alist):
17496 Add windows-1251 to the choice of coding systems.
c1380aa6
EZ
17497 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17498 encoded in cp1251.
17499
bc3621a0
EZ
175002004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17501
17502 * progmodes/compile.el (compilation-warning-face)
17503 (compilation-info-face): Use min-colors.
17504
26955824
JD
175052004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17506
60ce1c58
KS
17507 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17508 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17509 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17510 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17511 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17512 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17513 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17514 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17515 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17516 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17517 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17518 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17519 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17520 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
26955824 17521
62f3da3b
KS
175222004-05-15 Kim F. Storm <storm@cua.dk>
17523
17524 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17525 Use it to set triggered-p element of timer.
17526 (timer-event-handler): Set triggered-p element non-nil while running
17527 the timer function.
17528
d5c24489
SM
175292004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17530
17531 * descr-text.el (describe-char-unicode-data)
17532 (describe-char-unicodedata-file): Re-enable the unicode code now that
17533 the licensing issues have been cleared in the unicode-4 license.
17534 (describe-text-properties-1): Remove unused `overlay' var.
17535 (describe-char): Remove unused var `buffer'.
17536
ddda21d3
DP
175372004-05-14 David Ponce <david@dponce.com>
17538
17539 * tree-widget.el: New file.
17540
28cfe103 175412004-05-13 Marcelo Toledo <marcelo@gnu.org>
c7a73294 17542
e4ad9cf1 17543 * language/european.el ("Brazilian Portuguese"): Add support for
c7a73294
DK
17544 Brazilian Portuguese.
17545
97dad9d3
JW
175462004-05-13 John Wiegley <johnw@newartisans.com>
17547
17548 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17549 `recentf-mode' if this variable has been customized to t.
17550
17551 * eshell/esh-test.el (eshell-test): Call the function
e4ad9cf1 17552 `emacs-version' rather than trying to build a custom version string.
97dad9d3 17553
a267ab4d
SM
175542004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17555
17556 * net/telnet.el (telnet-mode): Use define-derived-mode.
17557 Don't modify the global value of comint-prompt-regexp.
17558
64bd6fd1
JPW
175592004-05-13 John Paul Wallington <jpw@gnu.org>
17560
17561 * version.el (emacs-version): Check for `gtk' feature before
17562 `x-toolkit' feature.
17563
aae424b9
JB
175642004-05-13 Juanma Barranquero <lektu@terra.es>
17565
08cbceb9
JB
17566 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17567 arguments in the docstring, they're used only in recursive calls.
17568
aae424b9
JB
17569 * help-fns.el (help-arg-highlighting-function)
17570 (help-argument-name): Delete.
17571 (help-default-arg-highlight): New function.
17572 (help-do-arg-highlighting): Use it.
17573
eb15ce9e
GM
175742004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17575
a267ab4d
SM
17576 * calendar/appt.el (appt-disp-window):
17577 Use `calendar-set-mode-line' for a centered mode-line.
eb15ce9e
GM
17578
175792004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17580
17581 * calendar/appt.el (appt-disp-window): Do not split window
17582 excessively when `split-height-threshold' is low.
17583
da1a6bb8
NR
175842004-05-12 Nick Roberts <nickrob@gnu.org>
17585
17586 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17587 kill-buffer-hook here and make it local.
17588 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17589
0e52264f
DP
175902004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
17591
a267ab4d
SM
17592 * progmodes/compile.el (compilation-set-window-height):
17593 Use save-excursion to protect against misplaced marker.
0e52264f 17594
9b44aa8b
JD
175952004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17596
17597 * custom.el (defface): Document that type can have value gtk.
17598
17599 * faces.el (face-spec-set-match-display): Handle type gtk in display.
17600
08020f9a
KH
176012004-05-12 Kenichi Handa <handa@m17n.org>
17602
588c0770 17603 * descr-text.el: Require quail at compile time.
08020f9a
KH
17604 (describe-char): If an input method is on and it supports the
17605 character, show how to input it.
17606
17607 * international/quail.el (quail-install-decode-map): Accept a
17608 char-table whose subtype is `quail-decode-map'.
17609 (quail-store-decode-map-key, quail-gen-decode-map1)
17610 (quail-gen-decode-map, quail-find-key1, quail-find-key)
17611 (quail-show-key): New functions.
17612
c9688100
JB
176132004-05-12 Juanma Barranquero <lektu@terra.es>
17614
71507e47
JB
17615 * generic.el (define-generic-mode): Remove redundant arglist info.
17616
c9688100
JB
17617 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17618 Make arguments match their use in docstring.
17619 (help-arg-highlighting-function): New variable.
17620 (help-argument-name): Mention it in the docstring.
17621 (help-do-arg-highlight): Use it. Expand regexp to accept also
17622 ARG-xxx and xxx-ARG references.
17623
cdc9b845
EZ
176242004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17625
17626 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17627 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17628 and "mailto:addr1?to=addr2" equal.
17629
ac00945e
EZ
176302004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17631
17632 * man.el (Man-getpage-in-background): Use shell-file-name
a267ab4d 17633 and shell-command-switch variables instead of hard-coded values.
ac00945e 17634
1e77b112
EZ
176352004-05-11 Eli Zaretskii <eliz@gnu.org>
17636
17637 * iimage.el: New file.
17638
494bcd27
JB
176392004-05-11 Juanma Barranquero <lektu@terra.es>
17640
86d373e6
JB
17641 * custom.el (custom-initialize-default, defcustom):
17642 Fix typo in docstring.
f68d54e7 17643
b4777370
JB
17644 * files.el (set-visited-file-name, file-expand-wildcards):
17645 Fix docstring.
17646
f68d54e7
SM
176472004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17648
17649 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17650
17651 * subr.el (eventp): Be more discriminating with integers.
494bcd27 17652
10436a47
DP
176532004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17654
17655 * progmodes/compile.el (compile): Add universal prefix arg.
17656 (compilation-error-regexp-alist-alist): Add edg patterns.
17657
3eab7193
SS
176582004-05-10 Sam Steingold <sds@gnu.org>
17659
f68d54e7
SM
17660 * textmodes/ispell.el (ispell-message):
17661 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3eab7193 17662
522067b2
SM
176632004-05-10 Dave Love <fx@gnu.org>
17664
17665 * progmodes/python.el (help-buffer): Autoload when compiling.
17666 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17667 (run-python): Prepend to any existing PYTHONPATH.
17668
95157669
NR
176692004-05-10 Nick Roberts <nick@nick.uklinux.net>
17670
17671 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17672 for pending breakpoints.
17673
e109331a
RS
176742004-05-10 Richard M. Stallman <rms@gnu.org>
17675
17676 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17677 directly without calling any functions in Rmail.
17678 (unrmail-unprune): Function deleted.
17679
b82a6ae7
SM
176802004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17683 C-c C-z binding.
17684
a57e8159
KH
176852004-05-10 Kenichi Handa <handa@m17n.org>
17686
17687 * descr-text.el (describe-char): Fix previous change. Don't make
17688 a unibyte character to multibyte in the *Help* buffer.
17689
f9878c26
MB
176902004-05-10 Miles Bader <miles@gnu.org>
17691
17692 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17693 buffer an error if the debugger process is actually running.
17694
efde45ca
JB
176952004-05-10 Juanma Barranquero <lektu@terra.es>
17696
aa7094ba
JB
17697 * help-fns.el (help-argument-name): Default to italic.
17698 (help-highlight-arguments): Return always (usage . doc), even when
17699 usage is nil.
17700
17701 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17702 (define-ibuffer-filter): Add usage info.
17703 (define-ibuffer-op): Add usage info (but CL-style defaults for
17704 keyword args are not shown).
17705
efde45ca 17706 * subr.el (remove-overlays, read-passwd): Fix docstring.
54ce7cbf
JB
17707 (start-process-shell-command): Fix docstring. Put usage info in a
17708 format usable by `describe-function'.
17709 (open-network-stream, open-network-stream-nowait)
17710 (open-network-stream-server): Fix docstring.
efde45ca 17711
893b49bb
JR
177122004-05-09 Jason Rumney <jasonr@gnu.org>
17713
64ec7df9
JR
17714 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17715 Only define cp125* if windows-125* is already defined.
17716
17717 * language/korean.el (cp949): Add alias.
17718
17719 * language/chinese.el (cp936, cp950): Add aliases.
17720
17721 * language/japanese.el (cp932): Add alias.
17722
ceb96489
JR
17723 * term/w32-win.el: Require code-pages.
17724
b82a6ae7
SM
17725 * international/mule-cmds.el (set-locale-environment):
17726 On MS-Windows use ansi code-page for default coding-systems.
893b49bb
JR
17727 Set up paper sizes for Windows 3 letter languages.
17728
b82a6ae7
SM
17729 * international/code-pages.el (cp932, cp936, cp949, cp950):
17730 Add aliases. Also add cp125* if not already defined.
893b49bb 17731
b1c661c7
JB
177322004-05-09 Juanma Barranquero <lektu@terra.es>
17733
b4777370
JB
17734 * help-fns.el (help-highlight-arguments): Don't try to highlight
17735 missing or autoloaded arglists. Accept structured arguments, like
17736 the first ones of `do' and `flet'.
d0aa1aab
JB
17737
17738 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17739 (cvs-get-marked): Remove redundant arglist info.
17740
b4777370
JB
17741 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17742 Don't use CL-style default args.
b1c661c7 17743
9e24a165
AS
177442004-05-08 Andreas Schwab <schwab@suse.de>
17745
70d4043b
AS
17746 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17747
9e24a165
AS
17748 * international/subst-ksc.el: Fix references to utf-translate-cjk
17749 into utf-translate-cjk-mode.
17750 * international/subst-big5.el: Likewise.
17751 * international/subst-gb2312.el: Likewise.
17752 * international/subst-jis.el: Likewise.
17753 * international/utf-16.el: Likewise.
17754 * international/utf-8.el: Likewise.
17755
c4ae2d51
JW
177562004-05-08 John Wiegley <johnw@newartisans.com>
17757
b82a6ae7 17758 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
c4ae2d51
JW
17759 "virtual buffers" (off by default), which makes it possible to
17760 switch to the "virtual" buffers of recently visited files. When a
17761 buffer name search fails, and this option is on, iswitchb will
17762 look at the list of recently visited files, and permit matching
17763 against those names. When the user hits RET on a match, it will
17764 revisit that file.
b82a6ae7 17765 (iswitchb-read-buffer): Add two optional arguments, which makes
c4ae2d51 17766 isearchb.el possible.
b82a6ae7
SM
17767 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17768 (iswitchb-next-match): Add support for virtual buffers.
c4ae2d51
JW
17769
17770 * isearchb.el: This module extends iswitchb to provide "as you
17771 type" buffer selection.
17772
17773 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17774 Ignore the read-only property when flyspell highlighting is on.
17775 Not ignoring it leads to a series of confusing errors.
17776 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17777 but also make sure to call flyspell-incorrect-hook.
17778 (flyspell-maybe-correct-transposition): Perform transposition test
17779 by bit twiddling a string, rather than using a temp buffer.
17780 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17781 buffer. This is also the original version of the code, which
17782 could not be checked in before due to a previous lack of
17783 assignment papers. This version has seen heavy usage on my system
17784 for several years now.
17785
17786 * calendar/cal-bahai.el: New file, which adds support for the
17787 Baha'i calendar to Emacs. This calendar is based on a solar year
17788 of 19 months of 19 days, with 4 intercalary days. Each year
17789 begins on March 21, with the calendar starting in 1844.
603b9df9 17790
881b07f9
JB
17791 * calendar/cal-menu.el, calendar/calendar.el
17792 * calendar/diary-lib.el, calendar/holidays.el:
17793 Added support for using cal-bahai.el.
c4ae2d51
JW
17794
17795 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17796 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17797 function can be used outside of eshell buffers.
17798 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17799
0f0af7a8
JB
178002004-05-08 Juanma Barranquero <lektu@terra.es>
17801
17802 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17803 word constituent so FOO-ARG is not recognized as an arg.
b82a6ae7 17804 (help-highlight-arguments): Don't skip lists in mandatory arguments.
0f0af7a8
JB
17805
17806 * simple.el (next-error): Fix typo in docstring.
17807 (open-line): Make argument names match their use in docstring.
17808 (split-line): Fix docstring.
17809
603b9df9
JB
17810 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17811 usable by `describe-function'.
17812 (gensym, gentemp, typep, ignore-errors): Make argument names match
17813 their use in docstring.
17814
17815 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17816 argument to `help-setup-xref'.
17817
38c65fca
KG
178182004-05-07 Kai Grossjohann <kai@emptydomain.de>
17819
17820 Version 2.0.40 of Tramp released.
17821
b82a6ae7
SM
17822 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17823 Use symbol-function to invoke functions only known on some Emacs
38c65fca
KG
17824 flavors. This avoids byte-compiler warnings. Reported by Kevin
17825 Scaldeferri <kevin@scaldeferri.com>.
b82a6ae7 17826 (tramp-do-copy-or-rename-file-via-buffer): Rename from
38c65fca
KG
17827 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17828 consistent with the other tramp-do-* functions.
17829 (tramp-do-copy-or-rename-file): Calls adjusted.
17830 (tramp-process-initial-commands): Avoid liveness check on shell --
17831 we know that it must be alive since we're opening a connection at
17832 this moment.
17833 (tramp-last-cmd): New internal variable.
17834 (tramp-process-echoes): New tunable.
17835 (tramp-send-command): Set tramp-last-cmd.
17836 (tramp-wait-for-output): Delete echo, if applicable.
17837 (tramp-read-passwd): Construct the key for the password cache in a
17838 way that works for multi methods, too.
17839 (tramp-bug): Add backup-directory-alist and
b82a6ae7 17840 bkup-backup-directory-info to bug reports, with Tramp counterparts.
38c65fca 17841
0f0af7a8 178422004-05-07 Michael Albinus <michael.albinus@gmx.de>
38c65fca
KG
17843
17844 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17845
17846 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17847 (tramp-actions-copy-out-of-band): New defcustoms.
17848 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17849 used instead of a synchronous one. Allows password entering.
17850 (tramp-action-out-of-band): New defun.
b82a6ae7
SM
17851 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17852 Remove restriction with password from doc string.
38c65fca
KG
17853 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17854 `tramp-out-of-band-prompt-regexp',
17855 `tramp-actions-copy-out-of-band', `password-cache' and
17856 `password-cache-expiry'.
17857 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17858 password caching.
17859 (tramp-touch): FILE can be a local file, too.
17860 (TODO): Remove items done.
17861 (tramp-handle-insert-directory): Properly quote file name also if
17862 not full-directory-p. Handle wildcard case. Reported by Andreas
17863 Schwab <schwab@suse.de>.
17864 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17865 new file.
b82a6ae7
SM
17866 (tramp-handle-file-local-copy, tramp-handle-write-region):
17867 The permissions of the temporary file are set if filename exists.
38c65fca
KG
17868 Reported by Ted Stern <stern@cray.com>.
17869 (tramp-backup-directory-alist)
17870 (tramp-bkup-backup-directory-info): New defcustoms.
b82a6ae7
SM
17871 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17872 (tramp-handle-find-backup-file-name): New function.
17873 Implements Tramp's find-backup-file-name.
38c65fca
KG
17874
17875 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17876 for `find-backup-file-name'.
17877
17878 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17879 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17880
9bcabb45
LH
178812004-05-07 Lars Hansen <larsh@math.ku.dk>
17882
17883 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17884
a478f3e1
JB
178852004-05-07 Juanma Barranquero <lektu@terra.es>
17886
a478f3e1
JB
17887 * subr.el (lambda): Add arglist description to docstring.
17888 (declare): Fix typo in docstring.
17889 (open-network-stream): Fix docstring.
b82a6ae7 17890 (process-kill-without-query): Fix docstring and add obsolescence info.
a478f3e1
JB
17891 (last, butlast, nbutlast): Make arguments match their use in docstring.
17892 (insert-buffer-substring-no-properties): Likewise.
17893 (insert-buffer-substring-as-yank): Likewise.
17894 (split-string): Fix docstring.
17895
0f0af7a8
JB
17896 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17897 Make argument names match their use in docstring.
17898
a478f3e1
JB
17899 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17900
6dba30fb
NR
179012004-05-06 Nick Roberts <nickrob@gnu.org>
17902
17903 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17904 Fit first sentence on one line for apropos-command.
17905
24d5055c
SM
179062004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17907
17908 Changes largely merged in from Dave Love's code.
17909 * progmodes/python.el: Doc fixes.
17910 (python-mode-map): Add python-complete-symbol.
17911 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17912 (python-comment-indent, python-complete-symbol)
17913 (python-symbol-completions, python-partial-symbol)
17914 (python-try-complete): New.
17915 (python-indent-line): Remove optional arg. Use python-block-end-p.
17916 (python-check): Bind compilation-error-regexp-alist.
17917 (inferior-python-mode): Use rx. Move keybindings to top level.
17918 Set comint-input-filter.
17919 (python-preoutput-filter): Use rx.
17920 (python-input-filter): Re-introduce.
17921 (python-proc): Start new process if necessary.
17922 Check python-buffer non-nil.
17923 (view-return-to-alist): Defvar.
17924 (python-send-receive): New.
17925 (python-eldoc-function): Use it.
17926 (python-mode-running): Don't defvar.
17927 (python-mode): Set comment-indent-function.
17928 Maybe update hippie-expand-try-functions-list.
17929 (python-indentation-levels): Initialize differently.
17930 (python-block-end-p): New.
17931 (python-indent-line): Use it.
17932 (python-compilation-regexp-alist): Augment.
17933 (run-python): Import `emacs' module to Python rather than loading
17934 code directly. Set python-buffer differently.
17935 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17936 Use python-proc.
17937 (python-send-command): Go to end of comint buffer.
17938 (python-load-file): Use python-proc, emacs.eimport.
17939 (python-describe-symbol): Simplify interactive form.
17940 Use emacs.help. Do use temp-buffer-show-hook.
17941 Call print-help-return-message.
17942 (hippie-exp): Require when compiling.
17943 (python-preoutput-continuation): Use rx.
17944
17945 * diff-mode.el (diff-make-unified): Fix regexp.
17946
b90a6a12
JPW
179472004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17948
17949 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17950 filter groups from the buffer when rebuilding the Ibuffer buffer
17951 and `ibuffer-show-empty-filter-groups' is nil.
17952
1ed43c8e
VJL
179532004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17954
17955 * ps-print.el (ps-print-quote): Call ps-value-string.
cfb7b9ce
VJL
17956 (ps-setup): Call ps-comment-string.
17957 (ps-value-string, ps-comment-string): New funs.
1ed43c8e 17958
b03a4fdd
JB
179592004-05-06 Juanma Barranquero <lektu@terra.es>
17960
b4777370
JB
17961 * ehelp.el (electric-help-command-loop): Check whether the last
17962 character is visible, not (point-max).
17963
1c34b5a9
JB
17964 * help-fns.el (help-argument-name): Default to bold; don't inherit
17965 from font-lock-variable-name-face.
17966 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17967
f747bef9
KH
179682004-05-05 Kenichi Handa <handa@m17n.org>
17969
17970 * descr-text.el (describe-char): Copy the character with text
17971 properties and overlays into the first line, and call
17972 describe-text-properties on it.
17973
971cb834
SE
179742004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17975
17976 * iswitchb.el (iswitchb-global-map): Fix typo.
b03a4fdd 17977 Remove unwanted ###autoloads from source file.
971cb834 17978
2a93ca78
LH
179792004-05-05 Lars Hansen <larsh@math.ku.dk>
17980
17981 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
b03a4fdd 17982 in run-hooks. Use substitute-command-keys in message.
2a93ca78
LH
17983 (wdired-abort-changes): Add message.
17984
9a9069c9
SM
179852004-05-03 Michael Mauger <mmaug@yahoo.com>
17986
17987 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17988 (sql-emacs20-p): Remove.
588c0770 17989 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
9a9069c9
SM
17990 (sql-builtin-face, sql-doc-face): Remove.
17991 (sql-mode-ansi-font-lock-keywords)
17992 (sql-mode-oracle-font-lock-keywords)
17993 (sql-mode-postgres-font-lock-keywords)
17994 (sql-mode-linter-font-lock-keywords)
17995 (sql-mode-ms-font-lock-keywords)
17996 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17997 (sql-product-font-lock): Fix font-lock reset when font rules change.
17998 (sql-highlight-product): Remove incorrect font-lock reset logic.
17999
c21c3d89
JY
180002004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18001
18002 * ses.el (ses-set-parameter): Fix typo.
18003
bdcc01de
KS
180042004-05-04 Kim F. Storm <storm@cua.dk>
18005
18006 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18007 Must expand directory for completion to work; and don't mess with
18008 process-environment.
6ab66799
KS
18009 (ido-read-file-name): If command has ido property, don't use ido
18010 if value is ignore, or read as directory if value is dir.
18011 Set ido ignore property for dired-do-rename command.
bdcc01de 18012
8eae13fd
JB
180132004-05-04 Juanma Barranquero <lektu@terra.es>
18014
b4777370
JB
18015 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18016 (electric-help-help): Check against unmapped commands.
18017
c57ada27
JB
18018 * help-fns.el (help-argument-name): New face, inheriting from
18019 font-lock-variable-name-face, to highlight function arguments in
18020 `describe-function' and `describe-key'.
18021 (help-do-arg-highlight): Auxiliary function to highlight a given
18022 list of arguments in a string.
18023 (help-highlight-arguments): Highlight the function arguments and
18024 all uses of them in the docstring.
24462ed2 18025 (describe-function-1): Use it. Do docstring output via `insert',
c57ada27
JB
18026 not 'princ', so text attributes are preserved.
18027
b4777370
JB
18028 * winner.el (winner-mode-map): Move `winner-undo' and
18029 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18030 previous bindings conflict with `prev-buffer', `next-buffer').
8eae13fd 18031
8bf38a9b
SM
180322004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18033
18034 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18035 (bibtex-entry-update): New command bound to C-c C-u.
18036 (bibtex-text-in-string): Fix regexp.
18037 (bibtex-assoc-of-regexp): Remove.
18038 (bibtex-progress-message): Fix docstring.
18039 (bibtex-inside-field): Use if.
18040 (bibtex-assoc-regexp): New function.
18041 (bibtex-format-entry): Make code more robust so that it formats
18042 also old entries.
18043 (bibtex-autokey-demangle-title): Merge with obsolete function
18044 bibtex-assoc-of-regexp.
18045 (bibtex-field-list): New function.
18046 (bibtex-entry): Use bibtex-field-list.
18047 (bibtex-parse-entry): Fix docstring.
18048 (bibtex-print-help-message): Use bibtex-field-list.
18049 (bibtex-make-field): Use bibtex-field-list.
24462ed2 18050 (bibtex-entry-index): Bugfix. Return crossref key if required.
8bf38a9b
SM
18051 (bibtex-lessp): Fix docstring.
18052
9bfadbd3
LT
180532004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18054
8bf38a9b 18055 * select.el (xselect-convert-to-string): Move comment to intended line.
9bfadbd3 18056
0928a1d8
JD
180572004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18058
18059 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18060 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18061
180622004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e43a720f
JD
18063
18064 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18065 x-get-selection.
18066
238add5e
JR
180672004-05-03 Jason Rumney <jasonr@gnu.org>
18068
18069 * makefile.nt: Remove.
18070
d83e1f9d
KS
180712004-05-03 Kim F. Storm <storm@cua.dk>
18072
8bf38a9b 18073 * emulation/cua-base.el (cua--update-indications): Fix last change.
a6133def 18074 (cua-mode): Deactivate mark when cua-mode is enabled.
d83e1f9d 18075
deae888e
LT
180762004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18077
8bf38a9b 18078 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
deae888e 18079
a89f5c79
NR
180802004-05-03 Nick Roberts <nickrob@gnu.org>
18081
31b5ff39 18082 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
a89f5c79 18083 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
31b5ff39
NR
18084 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18085 window over visible frames.
18086 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
a89f5c79 18087
822001db
SM
180882004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18089
8eae13fd 18090 * progmodes/compile.el (compilation-gcpro): New var.
822001db
SM
18091 (compilation-fake-loc): Use it.
18092 (compilation-forget-errors): Reset it.
18093
55f2eb7e
SM
180942004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18095
18096 * diff-mode.el (diff-header-face, diff-file-header-face):
18097 Use min-colors.
18098
5ad1dfd6
SM
180992004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18100
18101 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18102 (bibtex-clean-entry): Disentangle code.
18103 (bibtex-realign): New function.
18104 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18105 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18106 Remove undocumented optional arg called-by-convert-alien.
18107 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18108 for sorting instead of bibtex-sort-buffer.
18109
cf8f099f
EZ
181102004-05-02 Eli Zaretskii <eliz@gnu.org>
18111
18112 * progmodes/compile.el (compilation-start): In the
18113 no-async-subprocesses branch, call sit-for to give redisplay a
052ca4d1
EZ
18114 chance to show the updated process status in the mode line, and
18115 fontify the buffer explicitly after the process exits.
cf8f099f 18116
37384ede
SM
181172004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * progmodes/python.el (python-compilation-line-number): Remove.
18120 (python-compilation-regexp-alist): Don't use it any more.
18121 (python-orig-start, python-input-filter): Remove.
18122 (inferior-python-mode): Don't set up comint-input-filter-functions.
18123 (python-send-region): Use compilation-fake-loc.
18124
18125 * progmodes/compile.el (compilation-messages-start): New var.
18126 (compilation-mode): Don't setup next-error-function here.
18127 (compilation-setup): Set it up here instead (for minor modes as well).
18128 Make compilation-messages-start buffer local.
18129 (compilation-next-error-function): Use it.
18130 (compilation-forget-errors): Set compilation-messages-start.
18131
7655d378
LT
181322004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18133
18134 * ielm.el (ielm-prompt-read-only): Update docstring.
18135
18136 * comint.el (comint-prompt-read-only): Update docstring.
18137 (comint-update-fence, comint-kill-whole-line)
18138 (comint-kill-region): New functions.
18139
18140 * simple.el (kill-whole-line): Use "p" instead of "P" in
a4683d66 18141 interactive form.
7655d378 18142
9242b3b7
JB
181432004-05-01 Juanma Barranquero <lektu@terra.es>
18144
18145 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18146 format arglist so default values in CL-style argument lists are
18147 correctly shown.
18148
1e8b532f
JR
181492004-05-01 Jason Rumney <jasonr@gnu.org>
18150
18151 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18152
d1df889e
KH
181532004-05-01 Kenichi Handa <handa@m17n.org>
18154
18155 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18156 quail file if it is up to date.
18157
8aa3c147
JL
181582004-04-30 Juri Linkov <juri@jurta.org>
18159
18160 * cus-edit.el (custom-mode-map):
18161 Add key binding `C-x C-s' to `Custom-save'.
18162
18163 * outline.el (outline-blank-line): New var.
18164 (outline-next-preface, outline-show-heading)
18165 (outline-end-of-subtree): Use it.
18166
18167 * dired-aux.el (dired-touch-initial): New fun.
18168 (dired-do-chxxx): Call it for op-symbol `touch'.
4ae73f87
JL
18169 (dired-diff): Use `dired-dwim-target-directory'
18170 if current dired buffer has no buffer mark.
8aa3c147
JL
18171
18172 * bindings.el (propertized-buffer-identification):
18173 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18174 Add C-M-arrow keys for consistency.
18175
18176 * files.el (confirm-kill-emacs):
18177 Change group from top-level `emacs' to `convenience'.
18178
18179 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18180 Push mark on the first call of successive command calls.
18181 (insert-pair): New fun created from `insert-parentheses' with
18182 `open' and `close' arguments added. Enclose active regions
18183 in paired characters. Compare adjacent characters syntax with
18184 inserted characters syntax before inserting a space.
18185 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18186
18187 * delsel.el: Don't put `delete-selection' property
18188 on `insert-parentheses' symbol to take advantage of
18189 region handling in `insert-pair' function.
9242b3b7 18190 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8aa3c147 18191
b2dae92a
KS
181922004-04-30 Kim F. Storm <storm@cua.dk>
18193
b2b55d03
KS
18194 * emulation/cua-base.el: Add support for changing cursor types;
18195 based on patch from Michael Mauger.
18196 (cua-normal-cursor-color, cua-read-only-cursor-color)
18197 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18198 Customization cursor type and/or cursor color.
18199 (cua--update-indications): Handle cursor type changes.
18200 (cua-mode): Update cursor indications if enabled.
18201
3b365de3
KS
18202 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18203
b2dae92a
KS
18204 * mouse.el (mouse-drag-copy-region): New defcustom.
18205 (mouse-set-region, mouse-drag-region-1): Use it.
18206
18207 * simple.el (kill-ring-save): If region face background color is
18208 unspecified (if no highlighting), show extent of fully visible
18209 region even if transient-mark-mode is enabled.
18210
18211 * emulation/cua-base.el (cua--standard-movement-commands):
18212 Add cua-scroll-up and cua-scroll-down.
18213 (cua-scroll-up, cua-scroll-down): New commands.
18214 (cua--init-keymaps): Remap scroll-up and scroll-down.
18215
18216 * emulation/cua-rect.el (cua--convert-rectangle-as):
18217 New defmacro.
18218 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18219 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9242b3b7 18220 New commands (suggested by Jordan Breeding).
b2dae92a 18221
3b0af402
JB
182222004-04-30 Juanma Barranquero <lektu@terra.es>
18223
18224 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18225
76f024d9
JB
182262004-04-30 Mario Lang <mlang@delysid.org>
18227
18228 * diff.el (diff-switches): Fix typo in docstring.
18229
38784ed8
AS
182302004-04-30 Alex Schroeder <alex@gnu.org>
18231
18232 * xml.el (xml-debug-print-internal): Don't add newline and
18233 indentation to text nodes and write empty elements as empty tags
18234 instead of opening and closing tags.
18235 (xml-debug-print): Take optional indent-string argument.
18236 (xml-print): Alias for xml-debug-print.
18237
d71d20ea
GM
182382004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18239
18240 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18241 than duplicate call to `line-beginning-position'.
18242
e4ad9cf1
SM
18243 * progmodes/f90.el (f90-get-present-comment-type):
18244 Return whitespace, as well as comment chars, for consistent filling
d71d20ea 18245 of comment blocks. Use `match-string-no-properties'.
e4ad9cf1 18246 (f90-break-line): Trim trailing whitespace when filling comments.
d71d20ea
GM
18247
182482004-04-30 Dave Love <fx@gnu.org>
18249
18250 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18251 (diary-from-outlook-internal, diary-from-outlook)
e4ad9cf1
SM
18252 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18253 New functions to import diary entries from Outlook-format
d71d20ea
GM
18254 appointments in mail messages.
18255
dafb59b2
SM
182562004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18257
2c2cd44f
SM
18258 * progmodes/python.el (python-send-command): New fun.
18259 (python-send-region, python-load-file): Use it.
18260
18261 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18262
dafb59b2
SM
18263 * help-fns.el (help-C-file-name): Use new subr-name.
18264 Prepend `src/' to the file name.
18265 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
76f024d9
JB
18266 (describe-function-1, describe-variable): Only find a C source file
18267 name if DOC is already loaded.
dafb59b2
SM
18268
18269 * help-mode.el (help-function-def, help-variable-def):
18270 Use the new find-function-search-for-symbol functionality.
18271 Allow FILE to be `C-source'.
18272
18273 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18274 (find-function-C-source): New fun.
18275 (find-function-search-for-symbol): Use it.
18276
76f024d9 182772004-03-29 Michael Mauger <mmaug@yahoo.com>
2c2cd44f
SM
18278
18279 * progmodes/sql.el (sql-product-alist): Rename variable
18280 `sql-product-support'. Add Postgres login parameters.
e4ad9cf1 18281 (sql-set-product, sql-product-feature): Update with renamed variable.
2c2cd44f
SM
18282 (sql-connect-postgres): Add username prompt.
18283 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18284 Make patterns less product specific.
e2cae769 18285 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2c2cd44f
SM
18286 (sql-mode-abbrev-table): Modify initialization.
18287 (sql-builtin-face): Add variable.
18288 (sql-keywords-re): Add macro.
18289 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18290 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18291 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18292 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18293 (sql-mode-linter-font-lock-keywords)
18294 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18295 (sql-mode-sybase-font-lock-keywords)
18296 (sql-mode-informix-font-lock-keywords)
18297 (sql-mode-interbase-font-lock-keywords)
18298 (sql-mode-ingres-font-lock-keywords)
18299 (sql-mode-solid-font-lock-keywords)
18300 (sql-mode-sqlite-font-lock-keywords)
18301 (sql-mode-db2-font-lock-keywords): Default to nil.
18302 (sql-product-font-lock): Always highlight ANSI keywords.
e4ad9cf1 18303 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2c2cd44f
SM
18304 (sql-send-string): Add function.
18305
b4777370 183062004-04-29 Dave Love <fx@gnu.org>
2c2cd44f
SM
18307
18308 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18309 (cfengine-end-of-defun): Ensure progress through buffer.
18310
18311 * info-look.el (cfengine-mode): Accept a terminal ().
18312
e4619728
JL
183132004-04-29 Juri Linkov <juri@jurta.org>
18314
18315 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18316 instead of isearch-yank-word-or-char. Add new key bindings for
18317 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18318 (isearch-del-char): New fun.
18319 (isearch-forward, isearch-edit-string): Update docstring.
18320 (isearch-yank-char): Doc fix.
18321 (isearch-other-meta-char): Restore point after scrolling.
18322
18323 * progmodes/compile.el (compilation-context-lines): Add nil option
18324 to disable compilation output window scrolling.
18325 (compilation-set-window): Use it.
18326
dafb59b2
SM
18327 * outline.el (outline-next-preface, outline-show-heading):
18328 Don't leave unhidden blank line before heading.
e4619728
JL
18329 (outline-end-of-subtree): Include last newline into subtree.
18330 (hide-entry): Leave point at beginning of heading instead of end.
18331 (outline-up-heading): Push mark for the first call of successive
18332 command calls.
18333
016b8f71
LT
183342004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18335
18336 * comint.el (comint-prompt-read-only): New variable.
18337 (comint-output-filter): Implement it.
18338
18339 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18340 (ielm-prompt-internal): New variable.
18341 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18342 (ielm-send-input): Delete unused variable `buf'.
18343 (ielm-eval-input): Use `ielm-prompt-internal'.
18344 (inferior-emacs-lisp-mode): Use new variables
18345 `comint-prompt-read-only' and `ielm-prompt-internal'.
18346 Get rid of obsolete variable `directory-sep-char'.
18347 (ielm): Use `zerop'.
18348
d70d59e9
JPW
183492004-04-29 John Paul Wallington <jpw@gnu.org>
18350
18351 * thumbs.el (toplevel): Require cl at compile time.
18352 Remove conditional definitions of `ignore-errors' and `caddar'
18353 because they occur at run time.
18354
e51797d0
NR
183552004-04-28 Nick Roberts <nickrob@gnu.org>
18356
18357 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
dafb59b2 18358 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
e51797d0 18359 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
dafb59b2 18360 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
e51797d0
NR
18361
18362 * progmodes/gud.el (gud-common-init): Throw an error if program is
18363 already running under gdb.
18364
d42799bd
JPW
183652004-04-28 John Paul Wallington <jpw@gnu.org>
18366
18367 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18368 (thumbs-show-image-num): Move assignment of
51adae01 18369 `thumbs-current-image-filename' within scope of `i'.
d42799bd
JPW
18370 (thumbs-emboss-image): Don't use `evenp'.
18371
83a0f060
RS
183722004-04-28 Richard M. Stallman <rms@gnu.org>
18373
18374 * progmodes/compile.el (compilation-context-lines): Default now 0.
18375
66dc9a0f
JB
183762004-04-28 Juanma Barranquero <lektu@terra.es>
18377
18378 Use `time-less-p' from calendar/time-date.el instead of defining
18379 custom versions of it.
18380
18381 * pcomplete.el (pcomplete-time-less-p): Remove.
18382
18383 * thumbs.el (time-less-p): Remove.
18384
18385 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18386 (timeclock-generate-report): Use `time-less-p'.
18387
18388 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18389 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18390
f24485f1
MY
183912004-04-28 Masatake YAMATO <jet@gyve.org>
18392
033ad8c6 18393 * subr.el (remove-overlays): Make arguments optional.
f24485f1 18394
033ad8c6 18395 * wid-edit.el (widget-specify-button): Put evaporate to the
f24485f1
MY
18396 overlay for sample.
18397 (widget-specify-sample): Put evaporate to the overlay for sample.
18398 (widget-specify-doc): Put evaporate to the overlay for documentation.
18399
5242942f
JH
184002004-04-27 Jesper Harder <harder@ifa.au.dk>
18401
18402 * info.el (info-apropos): Make it an index node. Align node names
18403 like makeinfo.
18404
93397360
EZ
184052004-04-27 Eli Zaretskii <eliz@gnu.org>
18406
18407 * net/browse-url.el (browse-url-netscape-sentinel)
18408 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
033ad8c6
SM
18409 (browse-url-epiphany-sentinel, browse-url-mosaic):
18410 Use browse-url-*-program instead of a literal program name.
93397360 18411
0c54865e
EZ
184122004-04-27 Kevin Ryde <user42@zip.com.au>
18413
18414 * eshell/em-alias.el:
18415 * eshell/em-dirs.el:
18416 * eshell/em-hist.el:
18417 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18418 features when M-x customize-group loads modules before the main
18419 eshell.el.
18420
12092fb3
EZ
184212004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
18422
18423 * subr.el (momentary-string-display): Support EXIT-CHAR that is
18424 either a character representation of an event or an event
18425 description list.
18426
588c0770 18427 * type-break.el: Capitalize Emacs and Lisp.
27cd478d
EZ
18428 (type-break-good-break-interval, type-break-demo-boring-stats)
18429 (type-break-terse-messages, type-break-file-name): New defcustoms.
18430 (type-break-post-command-hook)
033ad8c6
SM
18431 (type-break-warning-countdown-string): Quote variable names in doc.
18432 (type-break-interval-start, type-break-auto-save-file-name): New vars.
27cd478d
EZ
18433 (type-break-mode): Document type-break-good-break-interval and the
18434 "session" file. Schedule break according to the session file.
588c0770 18435 Kill session file buffer on exit. Organize for save-some-buffers
27cd478d
EZ
18436 to always save the session file.
18437 (type-break-mode-line-message-mode, type-break-query-mode):
18438 Uppercase arguments.
18439 (type-break-file-time, type-break-file-keystroke-count, timep)
18440 (type-break-choose-file, type-break-get-previous-time)
18441 (type-break-get-previous-count): New defuns.
18442 (type-break): Avoid break querying after a completed break in the
18443 case where the query was initiated during user invocation of the
033ad8c6
SM
18444 break. Optional terse messages.
18445 Use type-break-good-break-interval if type-break-good-rest-interval is
27cd478d
EZ
18446 nil. File the break time.
18447 (type-break-schedule): New optional args for overriding the use of
18448 the current time.
18449 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18450 after a break.
18451 (type-break-check): File the keystroke count.
18452 (type-break-do-query): Prevent a second query when the break is
18453 interrupted. Optional terse message.
033ad8c6 18454 (type-break-keystroke-reset): Record the start of a typing interval.
27cd478d
EZ
18455 (type-break-demo-boring): Optional terse messages. Display word
18456 per minute and keystroke counts according to
18457 type-break-demo-boring-stats.
18458
aecb322b
EZ
184592004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
18460
18461 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18462 directories, make sure they exist under archive-tmpdir.
18463
eb982898
JL
184642004-04-27 Juri Linkov <juri@jurta.org>
18465
18466 * help.el (view-emacs-news): With argument, display info for the
18467 selected version by finding it among different NEWS files, and
18468 narrowing the buffer to the selected version.
18469
18470 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18471 same-window-buffer-names.
18472 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18473 non-numeric prefix argument, append the number to the buffer name
18474 for numeric prefix argument.
18475 (info-other-window): Bind same-window-regexps to nil.
18476 (Info-reference-name): Rename to Info-point-loc.
18477 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18478 and Info-find-index-name for stringy Info-point-loc.
18479 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18480 without middle `.', but with final `.' and optional line number
18481 for it. Set Info-point-loc for index nodes.
18482 (Info-index): Remove middle `.' from index entry regexp.
18483 Modify line number regexp.
18484 (Info-index-next): Decrement line number.
18485 (info-apropos): Remove middle `.' from index entry regexp.
18486 Add optional line number regexp at the end. Add matched value
18487 for line number to the result list and insert it to the buffer.
a6095665
JL
18488 Replace match-string by match-string-no-properties.
18489 Reorder result list.
eb982898
JL
18490 (Info-fontify-node): Hide index line numbers.
18491 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18492 empty matches.
18493 (Info-follow-reference): Use `str' instead of
18494 Info-following-node-name-re.
18495 (Info-toc): Use full file names. Set Info-current-node to "Top".
18496 (Info-fontify-node): Compare file names without directory name.
18497 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18498 Set second arg of Info-extract-menu-node-name for index nodes.
18499 (info-xref-visited): Use magenta3 instead of magenta4.
18500 (Info-mode): Add info-apropos to docstring.
18501
18502 * log-view.el (log-view-diff): Replace interactive code "r"
18503 by a list to allow to call it even if region is not active.
18504
18505 * paren.el (show-paren-highlight-openparen): New var.
18506 (show-paren-function): Turn on openparen highlighting when
18507 matching forward if show-paren-highlight-openparen is non-nil.
18508
18509 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18510 the constant value 1.
18511 (completions-common-part): Expand docstring.
18512
18513 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18514
360fe9d2
KS
185152004-04-27 Kim F. Storm <storm@cua.dk>
18516
18517 * image.el (insert-sliced-image): Use line-height instead of
18518 line-spacing property on newline.
18519
ebb39555 185202004-04-26 Lars Hansen <larsh@math.ku.dk>
6c61299c 18521
ebb39555
LH
18522 * desktop.el (desktop-buffer-misc-data-function): Rename to
18523 desktop-save-buffer and change docstring.
18524 (desktop-buffer-modes-to-save): Delete.
18525 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18526 desktop-buffer-modes-to-save.
18527 (desktop-save): Rename desktop-buffer-misc-data-function to
18528 desktop-save-buffer and allow non-function value.
18529 (desktop-missing-file-warning): Correct docstring.
eb982898 18530
ebb39555
LH
18531 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18532 to desktop-save-buffer.
eb982898 18533
ebb39555
LH
18534 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18535 desktop-save-buffer.
eb982898 18536
ebb39555 18537 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
eb982898 18538
ebb39555
LH
18539 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18540
1d359d88
EZ
185412004-04-26 Eli Zaretskii <eliz@gnu.org>
18542
033ad8c6 18543 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1d359d88 18544
ee9cd72d
LT
185452004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18546
18547 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18548 (ielm): Only go to the end of the buffer when starting a new process.
18549
76364803
JB
185502004-04-25 Juanma Barranquero <lektu@terra.es>
18551
18552 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18553 mode line. Bind `inhibit-read-only' to t before modifying
18554 properties of text in the buffer.
18555 (ielm): Force point to the end of buffer, even when running ielm
18556 from inside itself.
18557
82f1aca9
JH
185582004-04-25 Jesper Harder <harder@ifa.au.dk>
18559
18560 * info.el (info-apropos): Reset Info-complete-cache.
18561
dbd97672
DP
185622004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18563
18564 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18565 Also recognize severe Irix et al. messages.
18566 (compilation-normalize-filename, compile-abbreviate-directory):
18567 Delete functions.
18568 (compilation-get-file-structure): New function inherits
18569 functionality of the two preceding ones.
033ad8c6
SM
18570 (compilation-internal-error-properties, compilation-fake-loc):
18571 Use it so that different paths to the same file share the same
dbd97672
DP
18572 markers. Also optimize finding adjacent marker slightly.
18573
9ff3aa31
KS
185742004-04-25 Kim F. Storm <storm@cua.dk>
18575
18576 * image.el (insert-sliced-image): Add line-spacing t property
18577 to newlines separating image lines.
18578
759f960a
LT
185792004-04-24 Luc Teirlinck <teirllm@auburn.edu>
18580
21fb7588
LT
18581 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18582
759f960a
LT
18583 * ielm.el (ielm-prompt-read-only): New user option.
18584 (ielm-prompt): Expand docstring to describe new behavior.
18585 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18586 mention it in the docstring.
18587
fd75d62d
AS
185882004-04-24 Andreas Schwab <schwab@suse.de>
18589
14116f3c
AS
18590 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18591
fd75d62d
AS
18592 * diff.el (diff): Set default-directory in diff buffer.
18593
473551ac
EZ
185942004-04-24 Eli Zaretskii <eliz@gnu.org>
18595
6f60853a
EZ
18596 * mail/sendmail.el (mail-bury): Don't delete the frame where the
18597 mail was being composed if the terminal cannot display more than
18598 one frame; instead, switch to previous frame.
18599
473551ac
EZ
18600 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18601 (rmail-start-mail): Support rmail-mail-new-frame even on
18602 terminals that can display only one frame at a time.
18603
033ad8c6
SM
186042004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18607 (checkdoc-output-font-lock-keywords): Remove error regexp.
18608 (checkdoc-output-mode-map): Remove.
18609 (checkdoc-output-mode): Derive from compilation-mode.
18610 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18611
18612 * dired.el (dired-mode-map): Add a menu entry for wdired.
18613
18614 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18615 (rx-bracket, rx-check-any, rx-any): Clean up name space.
18616
52eb0373 18617 * wdired.el (wdired-mode-map): Move init into declaration.
033ad8c6
SM
18618 Fix `return' binding.
18619 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18620 Use force-mode-line-update.
18621 (wdired-get-filename): Use `unless'.
18622 (wdired-preprocess-files): Don't assume names have no \n and use / for
18623 dir separator.
18624 (wdired-normalize-filename): Use replace-regexp-in-string.
18625 (wdired-load-hooks): Remove.
18626 (wdired-mode-hooks): Rename to wdired-mode-hook.
18627
18628 * info-look.el: Add support for cfengine-mode.
18629 (info-lookup-setup-mode): Use dolist.
18630
186312004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18632
18633 * wdired.el: New file.
18634
c62aec78
JB
186352004-04-23 Juanma Barranquero <lektu@terra.es>
18636
18637 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18638
18639 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18640 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18641 (pcomplete--help, pcomplete--here): Doc fixes.
18642
4b284383
JB
186432004-04-23 Andre Spiegel <spiegel@gnu.org>
18644
18645 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18646 handles wrong-number-of-arguments in backend call.
18647
18648 * vc.el (vc-print-log): Likewise.
18649
033ad8c6
SM
186502004-04-20 Dave Love <fx@gnu.org>
18651
18652 * emacs-lisp/rx.el: Doc fixes.
18653 (rx-constituents): Add/extend many forms.
18654 (rx-check): Check form is a list.
18655 (bracket): Defvar.
18656 (rx-check-any, rx-any, rx-check-not): Modify.
18657 (rx-not): Simplify.
18658 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18659 (rx-kleene): Use rx-trans-forms.
18660 (rx-quote-for-set): Delete.
18661 (rx): Allow multiple args.
18662
f24814e0
KH
186632004-04-23 Kenichi Handa <handa@m17n.org>
18664
033ad8c6 18665 * international/mule-util.el (char-displayable-p): Simplify by
f24814e0
KH
18666 using internal-char-font.
18667
d814862a
JB
186682004-04-23 Juanma Barranquero <lektu@terra.es>
18669
18670 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18671
6fc049f6
SM
186722004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 * diff-mode.el (diff-next-error): New fun.
18675 (diff-mode): Use it.
18676
18677 * simple.el (next-error): Change arg name.
18678 Add support for the documented C-u C-x ` usage.
18679
18680 * frame.el (special-display-popup-frame, next-multiframe-window)
18681 (previous-multiframe-window): Only consider frames on same display.
18682
2a3f604d
LH
186832004-04-22 Lars Hansen <larsh@math.ku.dk>
18684
18685 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18686 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18687
879054ea
KS
186882004-04-22 Kim F. Storm <storm@cua.dk>
18689
18690 * net/telnet.el (telnet): Add optional port arg.
18691
063a45c5
SM
186922004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18693
18694 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18695 Minor sanity check on the `hyperlink' slot.
18696
18697 * Makefile.in (recompile): Compile new files.
18698
18699 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18700 Add byte-recompile-directory's optional `arg'.
18701
18702 * cvs-status.el (cvs-tree-use-charset): New var.
18703 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18704 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18705 (cvs-status-cvstrees): Use it.
18706
18707 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18708 Make it a normal major mode.
18709 (checkdoc-buffer-label): Make sure the file name is meaningful.
18710 (checkdoc-output-to-error-buffer): Remove.
18711 (checkdoc-error, checkdoc-start-section): Rewrite.
18712
18713 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18714 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18715 (Info-title-4-face): Use new syntax.
18716 (info-xref-visited): Inherit from info-xref.
18717
18718 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18719
d88beab5
KS
187202004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18721
18722 * simple.el (next-error-last-buffer, next-error-function):
18723 New variables for the next-error framework.
18724 (next-error-buffer-p): New function.
18725 (next-error-find-buffer): Generalize compilation-find-buffer.
18726 (next-error, previous-error, first-error, next-error-no-select)
18727 (previous-error-no-select): Move from compile.el.
18728
18729 * replace.el (occur-next-error, occur-1): Hook into the next-error
18730 framework.
18731
18732 * progmodes/compile.el (compilation-start):
18733 Set next-error-last-buffer so next-error knows where to jump.
18734 (compilation-setup): Set the buffer-local variable
18735 next-error-function to 'compilation-next-error-function.
18736 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18737 alternate way to find if a buffer is a compilation buffer, for
18738 next-error convenience.
18739 (next-error-no-select, previous-error-no-select, next-error)
18740 (previous-error, first-error): Move to simple.el.
18741 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18742 (compilation-last-buffer): Remove.
18743 (compilation-start, compilation-next-error, compilation-setup)
18744 (compilation-next-error-function, compilation-find-buffer):
18745 Remove compilation-last-buffer use.
18746
a568a2cc
JB
187472004-04-21 Juanma Barranquero <lektu@terra.es>
18748
a568a2cc
JB
18749 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18750 (font-lock-warning-face): Fix spacing.
18751
b4777370
JB
18752 * makefile.w32-in (WINS): Add url/ directory.
18753
54b06e66 187542004-04-21 Lars Hansen <larsh@math.ku.dk>
a568a2cc 18755
063a45c5
SM
18756 * desktop.el (desktop-buffer-mode-handlers): New variable.
18757 Alist of major mode specific functions to restore a desktop buffer.
a568a2cc 18758 (desktop-buffer-handlers): Make variable obsolete.
063a45c5
SM
18759 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18760 Catch errors signaled in handlers. Update buffer count.
18761 Evaluate desktop-buffer-point.
54b06e66
LH
18762 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18763 move to dired.el.
18764 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18765 move to info.el.
18766 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18767 move to mail/rmail.el.
18768 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18769 to mh-e/mh-e.el.
a568a2cc
JB
18770 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18771 On fail, print message (to message buffer) even if
54b06e66 18772 desktop-missing-file-warning is nil.
a568a2cc
JB
18773 (desktop-buffer-misc-data-function): New buffer local variable.
18774 Function returning major mode specific data.
54b06e66
LH
18775 (desktop-buffer-misc-functions): Make variable obsolete.
18776 (desktop-save): Use desktop-buffer-misc-data-function.
18777 (desktop-buffer-dired-misc-data): Rename to
18778 dired-desktop-buffer-misc-data and move to dired.el.
18779 (desktop-buffer-info-misc-data): Rename to
18780 Info-desktop-buffer-misc-data and move to info.el.
063a45c5 18781 (desktop-read): Add message about number of buffers restored/failed.
1c492b87 18782
a568a2cc
JB
18783 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18784 Add parameters. Pause to display error only when
54b06e66 18785 desktop-missing-file-warning is non-nil.
a568a2cc 18786 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 18787 (dired-mode): Bind desktop-buffer-misc-data-function.
1c492b87 18788
a568a2cc
JB
18789 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18790 Add Parameters.
18791 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 18792 (Info-mode): Bind desktop-buffer-misc-data-function.
1c492b87 18793
a568a2cc
JB
18794 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18795 Add Parameters.
1c492b87 18796
a568a2cc
JB
18797 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18798 Add Parameters.
54b06e66 18799
e921af9e
RS
188002003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18801
a4391d42
EZ
18802 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18803 the case of letters in case-insensitive expansions when the
18804 abbrev is preceded by characters with letter syntax.
e921af9e 18805
0ce7de92
RS
188062004-04-21 Richard M. Stallman <rms@gnu.org>
18807
18808 * progmodes/cperl-mode.el (cperl-putback-char):
18809 Delete Emacs 18 definition.
18810
a568a2cc 18811 * international/mule.el (ctext-post-read-conversion):
0ce7de92 18812 Use assoc-string, not assoc-ignore-case.
a568a2cc 18813
0ce7de92
RS
18814 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18815
18816 * emacs-lisp/easymenu.el (easy-menu-add):
18817 Do call x-popup-menu, but only if it's defined.
18818
18819 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18820
18821 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18822 Handle multiple args: compile like progn.
18823
18824 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18825 take all args as &rest arg.
18826
18827 * autoinsert.el (auto-insert-alist): Insert the user's name in
18828 copyright notice, rather than Free Software Foundation.
18829
02f32cf0
KH
188302004-04-21 Kenichi Handa <handa@m17n.org>
18831
18832 * descr-text.el (describe-char): Make it work on *Help* buffer.
18833
c7b08a9d
KS
188342004-04-21 Kim F. Storm <storm@cua.dk>
18835
18836 * image.el (insert-image): Add optional SLICE arg.
18837 (insert-sliced-image): New defun.
18838
d58f8753
SM
188392004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18840
18841 * subr.el (read-number): Check whether `default' is nil.
18842
188432004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18844
18845 * progmodes/compile.el (compilation-error-properties):
18846 Split into two.
18847 (compilation-internal-error-properties): New one.
a568a2cc 18848 (compilation-compat-error-properties): Use it. Fix the non-marker case.
d58f8753 18849
6b3b4dbb
RS
188502004-04-20 Richard M. Stallman <rms@gnu.org>
18851
c7b08a9d 18852 * window.el (split-window-save-restore-data):
6b3b4dbb
RS
18853 Don't update the data if OLD-INFO is nil.
18854
18855 * view.el (view-return-to-alist): Mark it permanent local.
18856
18857 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18858
18859 * recentf.el (recentf-save-list): Catch and warn about errors.
18860
18861 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18862 so "Buffers" won't be pure.
18863
18864 * help-mode.el (help-mode-finish): Set help-return-alist first
18865 thing, setting only the entry for the selected window.
18866
18867 * help-fns.el (describe-function-1): If many non-control non-meta
18868 keys run the command, don't list all of them.
18869
1525ea1e
JB
188702004-04-20 Juanma Barranquero <lektu@terra.es>
18871
b349012b
JB
18872 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18873 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18874
1525ea1e
JB
18875 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18876
5b6156fa
KH
188772004-04-20 Kenichi Handa <handa@m17n.org>
18878
18879 * international/quail.el (quail-lookup-key): New optional arg
18880 NOT-RESET-INDICES.
18881 (quail-get-translations): Call quail-lookup-key with
18882 NOT-RESET-INDICES t.
18883 (quail-completion): Likewise.
18884 (quail-lookup-map-and-concat): Likewise.
18885
a19788b1
KH
188862004-04-20 Kenichi Handa <handa@m17n.org>
18887
18888 * international/quail.el (quail-update-translation): Don't insert
18889 such an unsupported multibyte char in a unibyte buffer.
18890
d481033a
NR
188912004-04-20 Nick Roberts <nick@nick.uklinux.net>
18892
18893 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1525ea1e
JB
18894 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18895 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
d481033a 18896 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
588c0770 18897 (gdb-frame-assembler-buffer): Improve behavior with
d481033a
NR
18898 multiple frames.
18899 (gdb-display-buffer): Extend search to all visible frames.
18900
177cd3b9
EZ
189012004-04-19 Eli Zaretskii <eliz@gnu.org>
18902
18903 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18904 characters left after base64 decoding.
18905 (rmail-decode-region): Use -dos variety of `coding', to remove any
18906 ^M characters left after qp or base64 decoding.
18907
d8dc1ccc
JD
189082004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18909
d58f8753 18910 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
d8dc1ccc
JD
18911 messages.
18912
d9ee5172
SE
189132004-04-19 Stephen Eglen <stephen@gnu.org>
18914
18915 * add-log.el (add-change-log-entry): Update doc string to mention
18916 add-log-full-name and add-log-mailing-address.
18917
d1d37da8
JL
189182004-04-18 Juri Linkov <juri@jurta.org>
18919
18920 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18921 (Info-find-node-2): Simplify error message.
18922 (Info-insert-dir): Use Info-following-node-name.
18923 (Info-goto-node): Remove *info-history* and *info-toc*.
18924 (Info-history): Create a node of the virtual history file.
18925 (Info-toc): Create a node of the virtual toc file.
18926 (Info-insert-toc): New arg `curr-file' for reference file names.
18927 (info-apropos): Remove redundant var binding for temp-file.
18928 (Info-index, Info-index-next, Info-mode): Doc fix.
18929 (Info-goto-emacs-command-node): Don't jump to *info* from
18930 non-*info* Info buffers.
18931 (Info-fontify-node): Don't show the file name of external
18932 references if `Info-hide-note-references' is `hide'. Don't hide
18933 newlines at the end of paragraphs.
18934
18935 * international/mule-diag.el (list-input-methods):
18936 Fix args to help-xref-button.
18937
72266056
JL
18938 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18939 to put into effect local variables from TUTORIAL files.
18940
18941 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18942 with default value taken from the variable `sentence-end'.
18943 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18944 Add nil const to :type.
18945 (sentence-end-without-period, sentence-end-double-space)
18946 (sentence-end-without-space): Doc fix.
18947
18948 * textmodes/paragraphs.el (forward-sentence):
18949 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18950 (fill-delete-newlines):
d58f8753
SM
18951 * progmodes/cc-cmds.el (c-beginning-of-statement):
18952 Use function `sentence-end' instead of variable `sentence-end'.
72266056 18953
225df139
AS
189542004-04-18 Andreas Schwab <schwab@suse.de>
18955
18956 * progmodes/compile.el (compilation-start): Set window start to
18957 point-min if compilation-scroll-output is nil.
18958
8fef838b
JW
189592004-04-18 John Wiegley <johnw@newartisans.com>
18960
d58f8753 18961 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8fef838b 18962
677eb6a5
NR
189632004-04-18 Nick Roberts <nick@nick.uklinux.net>
18964
18965 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18966 (gdb-info-breakpoints-custom): Revert previous change.
18967 (gdb-view-assembler): Update assembler if necessary.
18968 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18969 (gdb-display-source-buffer): Update properly when both source and
18970 assembler are visible.
18971
554e2741
JW
189722004-04-17 John Wiegley <johnw@newartisans.com>
18973
d58f8753 18974 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
554e2741
JW
18975 which limits the number of names shown in the minibuffer. Off by
18976 default.
18977 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18978 up iswitchb for users with a multitude of open buffers by showing
18979 only the first and last N/2 buffers in the completion list (which
18980 is enough to aid C-s/C-r, and to know that more characters are
18981 needed to refine the completion list).
18982
1ee652eb
RS
189832004-04-17 Richard M. Stallman <rms@gnu.org>
18984
18985 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18986 (file-truename): Expand all ~ constructs directly.
18987 (insert-directory): Delete any error msg output by the
18988 `insert-directory-program'.
18989
18990 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18991 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18992 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18993 (allout-init): Use find-file-hook, not find-file-hooks.
18994 (allout-mode): Eliminate Emacs 18 support.
18995 Use write-contents-functions, not local-write-file-hooks.
18996
eb6fb6e2
DP
189972004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18998
18999 * progmodes/compile.el (compilation-error-properties): Fix for
19000 adding messages when there are already markers for their file.
19001 (compilation-fake-loc): New function.
19002
da879ae8
SM
190032004-04-16 Dave Love <fx@gnu.org>
19004
19005 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
19006 (python-load-file): Fix python-orig-start setting.
19007
19008 * progmodes/compile.el: Doc fixes.
19009 (compilation-error-regexp-alist-alist)
19010 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19011 (compilation-assq): Wrap in eval-when-compile.
19012 (compilation-mode-font-lock-keywords): Don't use list*.
19013 (compilation-start): Avoid warning.
19014 (compilation-compat-error-properties)
19015 (compilation-directory-properties): Add keymap property.
19016 (compilation-parsing-end): Make it a marker for better compatibility.
19017
19018 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19019
190202004-04-16 Mark A. Hershberger <mah@everybody.org>
19021
19022 * xml.el: Doc fixes.
19023 (xml-get-children): Only looks at sub-tags and ignore strings.
19024
19025 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19026
190272004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19028
da879ae8
SM
19029 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19030
3f0d8131
AS
190312004-04-16 Andre Spiegel <spiegel@gnu.org>
19032
19033 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19034
19035 * vc.el (vc-print-log): Likewise.
19036
9a1120ea
MY
190372004-04-16 Masatake YAMATO <jet@gyve.org>
19038
19039 * simple.el (completion-setup-function): Set an initial value
a568a2cc 19040 to `element-common-end' before entering loop. Set a value
9a1120ea 19041 to `element-common-end' at the end of loop.
da879ae8 19042 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6a4940b2
MY
19043 (completions-common-part): Rename from completion-de-emphasis.
19044 (completions-first-difference): Rename from completion-emphasis.
19045 Suggested by RMS.
9a1120ea 19046
dc5dcc00
JB
190472004-04-16 Juanma Barranquero <lektu@terra.es>
19048
19049 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19050 (bookmark-edit-annotation-mode): Add mode name.
19051
da879ae8
SM
190522004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19053
19054 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19055 for nested conflict markers.
19056 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19057
865f6a21
NR
190582004-04-15 Nick Roberts <nick@nick.uklinux.net>
19059
19060 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19061
19062 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19063
96ef1feb
SM
190642004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19065
572943b3
SM
19066 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19067 Give a backtrace if requested.
19068
19069 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19070
19071 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19072 Remove unused functions.
19073 (python-orig-start-line, python-orig-file): Remove.
19074 (python-orig-start): New var.
19075 (python-input-filter, python-compilation-line-number)
19076 (python-send-region, python-load-file): Use it.
19077
f4e432bb 19078 * info.el (info): Always jump to *info*.
96ef1feb
SM
19079
19080 * subr.el (posn-set-point): New function.
19081
19082 * mouse.el (mouse-set-point): Use it.
19083
19084 * progmodes/compile.el (compile-goto-error): Use it.
f4e432bb
SM
19085 (compilation-button-map): New keymap.
19086 (compilation-error-properties): Use it.
19087 (compilation-shell-minor-mode-map): Don't bind mouse-2.
96ef1feb
SM
19088
19089 * smerge-mode.el (smerge-popup-context-menu): Use it.
19090
19091 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19092 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19093 mouse and non-mouse case.
19094
19095 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19096 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19097
f4e432bb
SM
19098 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19099 Make it work for non-mouse events.
19100
19101 * pcvs-info.el (cvs-status-map): Update binding name.
19102
191032004-04-14 Mark A. Hershberger <mah@everybody.org>
19104
19105 * xml.el (xml-maybe-do-ns): New function to handle namespace
19106 parsing of both attribute and element names.
19107 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19108 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19109 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
19110 (xml-parse-attlist): Make it do its own namespace parsing.
19111
191122004-04-14 Dave Love <fx@gnu.org>
19113
572943b3
SM
19114 * progmodes/python.el (run-python): Fix use of \n.
19115 (python-load-file): Remove `try' from Python fragment.
19116 (python-describe-symbol): Fix message.
19117
f4e432bb
SM
19118 * comint.el: Doc fixes.
19119 (comint-last-input-start, comint-last-input-end)
19120 (comint-last-output-start): Give them values.
19121 (comint-arguments): Avoid warning.
19122 (comint-skip-prompt): Use line-end-position.
19123 (comint-backward-matching-input): Rename arg to agree with doc.
19124 (comint-extract-string): Use syntax-ppss.
19125 (comint-dynamic-simple-complete): Delete useless list construction.
19126 (comint-redirect-subvert-readonly): New.
19127 (comint-redirect-preoutput-filter): Use it.
19128
19129 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19130 Correctly handle negative arguments when calling hook functions.
19131
37600b6d
JH
191322004-04-14 Jesper Harder <harder@ifa.au.dk>
19133
19134 * info.el (info-apropos): Don't clobber Info-history-list.
19135
b3a7f48f
DP
191362004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19137
f4e432bb
SM
19138 * progmodes/compile.el (compilation-setup):
19139 Localize overlay-arrow-position.
b3a7f48f
DP
19140 (compilation-sentinel): Restructure code equivalently.
19141 (compilation-next-error): Find message on same line after point if
19142 not found before point.
19143 (compile-mouse-goto-error): Restore function so that compilation
19144 buffer need not be current and use compile-goto-error.
19145 (compile-goto-error): Restore function.
19146 (next-error): Set overlay-arrow-position.
19147 (compilation-forget-errors): Don't localize already local
19148 compilation-locs and remove FIXME about refontifying.
19149
c09a9077
JL
191502004-04-14 Kim F. Storm <storm@cua.dk>
19151
19152 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19153 (command-line): New option -Q. Like -q --no-site-file, but
19154 in addition it also disables menu-bar, tool-bar, scroll-bars,
19155 tool-tips, and the blinking cursor.
19156 (command-line-1): Skip startup screen if -Q.
19157 (fancy-splash-head): Use ":align-to center" prop to center splash image.
19158
19159 * emulation/cua-base.el (cua-read-only-cursor-color)
19160 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19161
191622004-04-13 Dave Love <fx@gnu.org>
19163
19164 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19165 (syntax): Don't require.
19166 (python) <defgroup>: Add :version.
19167 (python-quote-syntax): Re-written.
19168 (inferior-python-mode): Move stuff here from run-python and add
19169 some more.
19170 (python-preoutput-continuation, python-preoutput-result)
19171 (python-dotty-syntax-table): New.
19172 (python-describe-symbol): Use them.
19173 (run-python): Move stuff to inferior-python-mode. Modify code
19174 loaded into Python.
19175 (python-send-region): Use python-proc, python-send-string.
19176 (python-send-string): Send newlines too. Callers changed.
19177 (python-load-file): Re-written.
19178 (python-eldoc-function): New.
19179 (info-look): Don't require.
19180 (python-after-info-look): New. A modified version of former
19181 top-level code for use with eval-after-load.
19182 (python-maybe-jython, python-guess-indent): Use widened buffer.
19183 (python-fill-paragraph): Re-written.
19184 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19185 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19186
191872004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19188
19189 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19190 Set compilation-error-regexp-alist earlier.
19191
19192 * progmodes/compile.el (compilation-minor-mode-map)
19193 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19194 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19195
191962004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19199 corresponding to the event.
19200
192012004-04-12 Joe Buehler <jbuehler@hekiman.com>
19202
19203 * loadup.el: Add cygwin to system-type list, for unexec() support.
19204
192052004-04-12 John Paul Wallington <jpw@gnu.org>
19206
19207 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19208 (ibuffer-restore-window-config-on-quit): New variable to replace
19209 `ibuffer-delete-window-on-quit'. Update all references.
19210 (ibuffer-prev-window-config): New variable.
19211 (ibuffer-quit): Restore previous window configuration instead of
19212 deleting window.
19213 (ibuffer): Save window configuration before showing Ibuffer buffer.
19214
19215 * help.el (describe-mode): Doc fix.
19216
192172004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19220 not to treat nil as a function.
19221
19222 * vc-arch.el (vc-arch-root): Be a bit more careful.
19223 (vc-arch-register): Save the buffer if we modified it.
19224 (vc-arch-delete-rej-if-obsolete): Save excursion.
19225 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19226 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19227
19228 * net/ldap.el (ldap-search): Use list*.
19229
192302004-04-12 Juri Linkov <juri@jurta.org>
19231
19232 * info.el (Info-follow-reference): Allow multiline reference name.
19233
192342004-04-11 Dave Love <fx@gnu.org>
19235
19236 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19237
19238 * progmodes/python.el: New file.
19239
192402004-04-11 Andre Spiegel <spiegel@gnu.org>
19241
19242 * vc-hooks.el (vc-arg-list): Function removed.
19243 (vc-default-workfile-unchanged-p): Use condition-case to check for
19244 backward compatibility.
19245
19246 * vc.el (vc-print-log): Use condition-case to check for backward
19247 compatibility.
19248
192492004-04-11 Juri Linkov <juri@jurta.org>
19250
19251 * dired.el (dired-faces): New defgroup.
19252 (dired-header, dired-mark, dired-marked, dired-flagged)
19253 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19254 New faces.
19255 (dired-header-face, dired-mark-face, dired-marked-face)
19256 (dired-flagged-face, dired-warning-face, dired-directory-face)
19257 (dired-symlink-face, dired-ignored-face): New face variables.
19258 (dired-font-lock-keywords): Use them instead of font-lock faces.
ee213e98
JL
19259 Split the rule for dired marks into 3 separate rules: for marks,
19260 marked file names and flagged file names.
19261
19262 * help-mode.el (help-make-xrefs): Add a final newline to the
19263 *Help* buffer.
19264
dbed3cd3
JPW
192652004-04-11 John Paul Wallington <jpw@gnu.org>
19266
19267 * replace.el (occur-engine): Distinguish between one and several
19268 matches in the matches per buffer heading.
19269
539859c3
KS
192702004-04-11 Kim F. Storm <storm@cua.dk>
19271
19272 * ido.el (ido-confirm-unique-completion): New defcustom.
19273 (ido-complete): Use it.
19274 (ido-write-file): Set it to t unconditionally.
19275
1f3ddf11
MB
192762004-04-10 Miles Bader <miles@gnu.org>
19277
19278 RCS keyword removal (only non-comment changes are enumerated here):
19279
19280 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19281 (byte-compile-insert-header): Don't use `byte-compile-version'.
1f3ddf11
MB
19282 * forms.el (forms-version): Variable removed.
19283 (forms-mode): Don't use `forms-version'.
19284 * recentf.el (recentf-version): Variable removed.
19285 * progmodes/delphi.el (delphi-version): Variable removed.
19286 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19287
40899d7b
SM
192882004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19289
19290 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19291
7b30b20c
JH
192922004-04-09 Jesper Harder <harder@ifa.au.dk>
19293
19294 * info.el (info-apropos): Improve menu item regexp.
19295
758b7b09
SJ
192962004-04-09 Simon Josefsson <jas@extundo.com>
19297
19298 * mail/smtpmail.el: Add comment, based on report by
19299 kdc@rcn.com (Kevin D. Clark).
19300
91fa27cd
SM
193012004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19302
19303 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19304 Redo one more thing that I didn't notice Daniel had undone.
19305
e20b265a
NR
193062004-04-08 Nick Roberts <nick@nick.uklinux.net>
19307
dc5dcc00 19308 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
e20b265a
NR
19309 (gdb-goto-breakpoint, gdb-display-buffer)
19310 (gdb-display-source-buffer, gdb-view-source-function)
19311 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19312 (gdb-source-info, gdb-frame-handler): Don't specify a window
19313 for display.
19314 (gdb-info-breakpoints-custom): Remove superfluous update of
19315 assembler buffer.
19316 (gdb-many-windows): Make settable outside gdb.
19317
79b42981
GM
193182004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19319
19320 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19321 Derive from fundamental-mode rather than text-mode.
19322
8a7757f6
JL
193232004-04-08 Juri Linkov <juri@jurta.org>
19324
19325 * info.el (Info-history): Doc fix.
19326 (Info-history-list): New var.
19327 (info-xref): Change magenta4 to blue, remove bold for dark and
19328 light backgrounds, change bold to underline for non-color classes.
19329 (info-xref-visited): New face.
19330 (Info-fontify-visited-nodes): New custom.
19331 (Info-hide-note-references): Add new value `hide'. Doc fix.
19332 (Info-reference-name): New var.
19333 (Info-selection-hook): New custom.
19334 (Info-edit-mode-hook): New var.
19335 (Info-find-file): New fun.
19336 (Info-find-node): Move part of code to Info-find-file.
19337 (Info-find-node-2): Add anchors to Info-history-list. Move point
19338 to the place with the reference name if name is defined.
19339 (Info-select-node): Add current node to Info-history-list.
19340 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19341 (Info-search-whitespace-regexp): New custom.
19342 (Info-search-case-fold): New var.
cb53a351
SM
19343 (Info-search): Add "case-sensitively" to the prompt.
19344 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8a7757f6
JL
19345 (Info-search-case-sensitively, Info-search-next): New fun.
19346 (Info-up): Move point to the menu item of the current node.
a568a2cc
JB
19347 (Info-history): New fun. Add *info-history* to
19348 same-window-buffer-names.
8a7757f6
JL
19349 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19350 (Info-insert-toc): New fun.
19351 (Info-build-toc): New fun.
19352 (Info-follow-reference): Add new arg `fork'. Doc fix.
19353 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19354 with the same name prefer the reference closest to point.
19355 (Info-next-reference): Replace * by + in the *Note regexp.
19356 Add regexp for http:// and ftp://. Skip the *Note prefix.
19357 (Info-prev-reference): Replace * by + in the *Note regexp.
19358 Add regexp for http:// and ftp://. Skip the *Note prefix.
19359 (Info-follow-nearest-node): Add new arg `fork'.
19360 (Info-try-follow-nearest-node): Add new arg `fork'.
19361 Call browse-url for http:// and ftp:// references.
19362 Set Info-reference-name for index entries.
19363 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19364 Info-search-next, Info-history, Info-toc, clone-buffer.
19365 (Info-menu-update): Replace * by + in the *Note regexp.
19366 (Info-mode): Add documentation for Info-history, Info-toc,
19367 Info-search-case-sensitively, Info-search-next, clone-buffer.
19368 (Info-fontify-menu-headers): Remove fun. Move code to
19369 Info-fontify-node.
19370 (Info-fontify-node): Add docstring. Add local vars
19371 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19372 then fontify header line, titles, menu headers, http and ftp
19373 references, refill paragraphs. If not-fontified-p is t or
19374 fontify-visited-p is t then fontify cross references, menu items.
cb53a351
SM
19375 Fontify menu headers. Fontify http and ftp references.
19376 Change regexp for cross references to require whitespace after *Note,
19377 add matching groups for file and node names. Remove hack for quote.
8a7757f6
JL
19378 Use display property for Info-hide-note-references=t. Use fifth
19379 or fourth match for help-echo. Display visited nodes in a
cb53a351
SM
19380 different face. Unhide file names of external references.
19381 Unhide newlines. Display visited menu items in a different face.
19382
91fa27cd
SM
193832004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19384
19385 * progmodes/compile.el: Require CL.
19386 (compilation-mode-font-lock-keywords): Re-install the "line as
19387 function" patch.
19388
19389 * help-fns.el (help-C-source-directory): New var.
19390 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19391 (describe-function-1, describe-variable): Use them.
19392
19393 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19394 to C source files specially.
19395
0c1b7af5
JL
193962004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19397
19398 * info.el (Info-hide-cookies-node): New function.
19399 (Info-select-node): Use it.
19400 (Info-display-images-node): Remove message with image file name.
19401
f6164cdd
DP
194022004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19403
19404 * progmodes/compile.el (compilation-warning-face)
19405 (compilation-info-face, compilation-skip-threshold)
cb53a351
SM
19406 (compilation-skip-visited, compilation-context-lines):
19407 Declare :version when added to Emacs.
f6164cdd
DP
19408 (compilation-error-regexp-alist-alist): Extend caml and irix.
19409 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19410 (compilation-mode-font-lock-keywords): Temporarily undo line as
19411 function patch, which wasn't ready.
19412
3a8b6993
KH
194132004-04-07 Kenichi Handa <handa@m17n.org>
19414
19415 * international/latin1-disp.el (latin1-display-setup): Check each
19416 character is displayable or not instead of calling
19417 latin1-display-check-font.
19418
3699afe8
KH
194192004-04-06 Kenichi Handa <handa@m17n.org>
19420
cb53a351
SM
19421 * language/ethio-util.el (ethio-sera-being-called-by-w3):
19422 New variable.
3699afe8
KH
19423 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19424 instead of sera-being-called-by-w3.
19425 (ethio-fidel-to-sera-buffer): Likewise.
19426 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19427 instead of sera-being-called-by-w3.
19428 (ethio-write-file): Likewise.
19429
f88aa6e5
VJL
194302004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19431
5fe26b00 19432 * printing.el: Doc fix.
f88aa6e5 19433
38e33352
NR
194342004-04-05 Nick Roberts <nick@nick.uklinux.net>
19435
19436 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19437 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19438 (gdb-setup-windows): Only use separate IO buffer if required.
19439
c953fe1b
KS
194402004-04-06 Kim F. Storm <storm@cua.dk>
19441
19442 * term.el (term-is-xemacs): Remove.
19443 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19444 (term-window-width): New function.
19445 (term-mode, term-check-size): Use it.
19446 (term-mode): Disable overflow-newline-into-fringe in term buffer.
19447
8e4d1662
PA
194482004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
19449
cb53a351 19450 * cus-edit.el (custom-add-parent-links): Change unbound variable
c953fe1b 19451 `symbol' to `name'.
8e4d1662 19452
cbfbd37d 194532004-04-05 Jesper Harder <harder@ifa.au.dk>
ab2f22ad
JH
19454 * info.el (info-apropos): New function.
19455 (Info-mode-menu): Add it.
19456 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19457
1d0a6ebb
JH
19458 * help-mode.el (help-make-xrefs): Recognize aliased variable with
19459 inherited docstring.
19460
cbfbd37d
JH
19461 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19462
cb53a351
SM
194632004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19466
19467 * progmodes/compile.el (font-lock): Don't require any more.
19468 (compilation-error-properties, compilation-start, compilation-sentinel)
19469 (compilation-filter, next-error): Use with-current-buffer.
19470 (compilation-skip-to-next-location, compilation-skip-threshold)
19471 (compilation-skip-visited): Move to silence the byte-compiler.
19472 (compilation-setup): Simplify.
19473 (compilation-next-error): Use line-(beginning|end)-position.
19474 Make sure `pt' is non-nil before using compilation-loop.
19475 (compile-goto-error): Add optional event arg. Use it.
19476 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19477 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19478 Update the binding for mouse-2.
19479 (first-error): Set compilation-current-error to nil rather than bob.
19480 (compilation-parsing-end, compilation-parse-errors-function)
19481 (compilation-error-list, compilation-old-error-list):
19482 "New" compatibility variables.
19483 (compile-buffer-substring, compilation-compat-error-properties)
19484 (compilation-compat-parse-errors, compilation-forget-errors):
19485 New compatibility functions.
19486 (compilation-mode-font-lock-keywords): Use them.
19487
1f41bcba
LT
194882004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19489
19490 * autorevert.el (auto-revert-handler): If point (or a window
19491 point) is at the end of the buffer, keep it there after
19492 reverting. This allows to tail a file.
19493 Mention this in the `Commentary'.
19494
19495 * format.el (format-write-file): Add optional argument CONFIRM
19496 and make it behave like the analogous argument to `write-file'.
19497
6411a60a
VJL
194982004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19499
19500 * progmodes/ebnf2ps.el: Doc fix.
19501 (ebnf-version): New version number (4.2).
19502 (ebnf-syntax): Customization and docstring fix.
cb53a351
SM
19503 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19504 Put autoloaded funs before first use.
6411a60a
VJL
19505 (ebnf-style-database): Add dtd entry.
19506 (ebnf-syntax-alist): Add dtd initialization.
19507 (ebnf-token-sequence): New fun.
19508 (ebnf-comment-table): Add new comment action character.
cb53a351 19509 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6411a60a
VJL
19510
19511 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19512 Type Definition for XML).
19513
cb53a351
SM
19514 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19515 * progmodes/ebnf-bnf.el (ebnf-sequence):
19516 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19517 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19518 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19519 Code simplification: call ebnf-token-sequence.
6411a60a 19520
c1994268
EZ
195212004-04-04 Eli Zaretskii <eliz@gnu.org>
19522
19523 * calendar/timeclock.el (timeclock-relative)
19524 (timeclock-get-project-function, timeclock-get-workday-function)
19525 (timeclock-query-out, timeclock-when-to-leave)
19526 (timeclock-when-to-leave-string, timeclock-log-data)
19527 (timeclock-generate-report, timeclock-in): Doc fixes.
19528
aa81d8d2
SM
195292004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19530
4dfde3dd 19531 * url/: New dir. Import the URL package from its repository.
cb53a351 19532
5c84686c
AS
195332004-04-03 Andreas Schwab <schwab@suse.de>
19534
19535 * diff-mode.el (diff-mode): Fix missing quote.
19536
35aeddc4
JL
195372004-04-03 Juri Linkov <juri@jurta.org>
19538
19539 * descr-text.el (describe-property-list): Add `font-lock-face'.
19540
19541 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19542
bcfa9925
JD
195432004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19544
aa81d8d2
SM
19545 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19546 Use utf-16le on little endian machines and utf-16be otherwise.
bcfa9925 19547
6555a8dd
DK
195482004-04-02 David Kastrup <dak@gnu.org>
19549
19550 * net/browse-url.el (browse-url-generic): Use call-process
19551 instead of start-process to allow browsers that fork and detach.
19552
e5c644da
DP
195532004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19554
19555 * compile.el (compilation-current-error): New var.
19556 (compilation-setup, compile-mouse-goto-error)
19557 (compile-goto-error, next-error): Use it.
19558 (compilation-skip-to-next-location): Default to t, which gives
19559 contiguous skipping like old compile (where this was redundant).
19560 (compilation-next-error): Prevent previous-* commands from moving
19561 back to message at or just before point.
19562
38253bba
VJL
195632004-04-01 Nick Roberts <nick@nick.uklinux.net>
19564
19565 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19566 (gdb-source-info): Don't display source at startup, if required.
19567 (gdb-show-main): New option.
19568 (gdba): Update documentation.
19569 (gdb-source): Cover case of auto-display output.
19570
71c8db4c
LT
195712004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19572
588c0770 19573 * autorevert.el: Delete obsolete autoloads and defvars.
04e08b8c 19574 (auto-revert-check-vc-info): New user option.
71c8db4c
LT
19575 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19576 (auto-revert-handler-vc): Delete.
19577 (auto-revert-handler): Treat return value `fast' of
19578 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
19579
19580 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19581 return `fast'.
19582
19583 * files.el (buffer-stale-function): Doc change.
19584
38253bba 195852004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606ebcd1 19586
38253bba
VJL
19587 * printing.el: New tip on Tips section.
19588 (pr-version): New version number (6.7.4).
19589 (pr-shell-file-name): Initialization fix.
606ebcd1 19590
3ccd3160
JL
195912004-03-31 Juri Linkov <juri@jurta.org>
19592
19593 * dired.el: Add autoload for `dired-do-touch'.
19594 (dired-touch-program): New var.
19595 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19596 (dired-no-confirm): Add `touch' to docstring.
19597
19598 * dired-aux.el (dired-do-touch): New fun.
19599 (dired-do-chxxx): Add argument -t for touch operation.
19600
19601 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19602 `dired-move-to-filename-regexp'.
19603
196042004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
19605
0c1b7af5 19606 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3ccd3160 19607
1ede99a8
VJL
196082004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19609
19610 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19611 and only if the buffer was modified.
19612
ce4dd05c
KH
196132004-03-30 Kenichi Handa <handa@m17n.org>
19614
19615 * international/characters.el: Delete pairs for U+2308..U+230B.
19616
5d987733
NR
196172004-03-29 Nick Roberts <nick@nick.uklinux.net>
19618
19619 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19620 to detect the beginning of a level 2 or 3 annotation.
19621
984d06b3
KH
196222004-03-29 Kenichi Handa <handa@m17n.org>
19623
19624 * international/ucs-tables.el (ucs-insert): Fix the error message.
19625
39cc05f5
KH
196262004-03-29 Kenichi Handa <handa@m17n.org>
19627
2d76740f
KH
19628 * international/mule-util.el (char-displayable-p): Fix generation
19629 of XLFD file name.
19630
39cc05f5
KH
19631 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19632 before finding directories by `find'.
19633
adb3b353
SM
196342004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * subr.el (interactive-form): Delete. Now implemented in C.
19637
19638 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19639
19640 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19641 (vc-diff-label): New fun.
19642 (vc-diff-internal): Use it.
19643
19644 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19645
757caf1c
VJL
196462004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19647
9d59cbb0
VJL
19648 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19649
0b6f125d
VJL
19650 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19651 specify XML (EBNFX).
19652
6ca94f87
VJL
19653 * progmodes/ebnf2ps.el: Doc fix.
19654 (ebnf-version): New version number (4.1).
19655 (ebnf-syntax): Adjust customization.
19656 (ebnf-style-database): Add ebnfx entry.
19657 (ebnf-syntax-alist): Add ebnfx initialization.
cb53a351 19658 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6ca94f87 19659
f8b09957
VJL
19660 * printing.el: Doc fix.
19661 (pr-version): New version number (6.7.3).
19662 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19663 returns nil for mouse position. Reported by Drew Adams
19664 <drew.adams@oracle.com>.
19665 (pr-update-menus): Modify interactive declaration. Reported by Drew
19666 Adams <drew.adams@oracle.com>.
19667
80cce9ae
NR
196682004-03-28 Nick Roberts <nick@nick.uklinux.net>
19669
19670 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19671 (gud-gdba-marker-filter): Log the process input and output, if
dc5dcc00 19672 required. From Stefan Monnier.
80cce9ae
NR
19673 (gdb-debug-log, gdb-enable-debug-log): New variables.
19674 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19675
1e87be1b
SM
196762004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
59de4ad0 19679 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
1e87be1b 19680
c86afc19
LT
196812004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19682
19683 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19684 Call vc-find-file-hook here instead of in auto-revert-buffers.
19685 (auto-revert-buffers): Delete call to vc-find-file-hook.
75e975ea
LT
19686 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19687 (global-auto-revert-mode, auto-revert-set-timer)
19688 (auto-revert-handler, auto-revert-buffers): Doc fixes.
c86afc19 19689
692feebd
EZ
196902004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19691
19692 * woman.el (woman-change-fonts): Rename local variable
19693 woman-font-alist to font-alist to avoid a compiler warning.
19694
99e0e3e2
EZ
196952004-03-27 Dave Love <fx@gnu.org>
19696
4d82882b
EZ
19697 * emacs-lisp/rx.el (rx): Doc fix.
19698 Fix copyright years.
05ec033b 19699
99e0e3e2 19700 * strokes.el (strokes-global-set-stroke-string): New function.
1e87be1b 19701 (strokes-list-strokes): Cope with strings, not just commands.
588c0770 19702 Set foreground color of image.
99e0e3e2
EZ
19703 (strokes-global-set-stroke): Doc fix.
19704
77bca4db
LT
197052004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19706
19707 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19708 Auto Revert mode.
19709 (Buffer-menu-files-only): New variable.
19710 (Buffer-menu-toggle-files-only): New function.
19711 (Buffer-menu-mode-map): Bind it to `T'.
19712 (Buffer-menu-mode): Mention `T' in docstring.
19713 Set buffer-stale-function.
19714 (list-buffers-noselect): Mark buffer non-modified and set
19715 Buffer-menu-files-only.
19716
19717 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19718
19719 * autorevert.el (auto-revert-handler): Print revert message
19720 before, rather than after, reverting.
19721 (buffer-stale-function): Move to files.el.
19722
1e87be1b 19723 * files.el (buffer-stale-function): Move here from autorevert.el.
77bca4db 19724
e1fbd956
SM
197252004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19726
8dc87047
SM
19727 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19728
e1fbd956
SM
19729 * calc/calc.el (calc-mode-map): Use mapc.
19730
19731 * apropos.el (apropos-mode): Don't autoload.
19732 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19733 (apropos): Use it.
19734 (apropos-print): Add optional `text' argument.
19735 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19736 Don't assume point-min == 1.
19737
19738 * bs.el (bs-buffer-list): Use buffer-local-value.
19739 (bs--set-toggle-to-show): Use with-current-buffer.
19740
19741 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19742 New funs.
19743 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19744
19745 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19746
19747 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19748 (dabbrev--find-expansion): Use pop.
19749 (dabbrev--search): Use match-string-no-properties.
19750
19751 * dired.el (dired-mode): Use run-mode-hooks.
19752 (dired-move-to-end-of-filename): Use match-string.
19753
19754 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19755 is bound before using it.
19756 (ediff-verbose-p): Make it into a var since it's not constant.
19757
19758 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19759
19760 * faces.el (read-face-font): Don't cons up unnecessarily.
19761 (header-line, tool-bar): Share common parts.
19762
19763 * files.el (file-relative-name): Use compare-strings.
19764
19765 * finder.el (finder-mode): Follow coding convention.
19766
19767 * subr.el (read-number): New function.
19768
19769 * ses.el (ses-read-number): Move to subr.el.
19770 (ses-set-header-row): Use read-number.
19771
c3504abb
AS
197722004-03-26 Andre Spiegel <spiegel@gnu.org>
19773
19774 * vc-hooks.el (vc-arg-list): New function, which handles both
19775 compiled and uncompiled code.
19776 (vc-default-workfile-unchanged-p): Use it.
19777
19778 * vc.el (vc-print-log): Undo prev change, use new function
19779 vc-arg-list from vc-hooks.el.
7c7085c0 19780
abcdd45a
MY
197812004-03-26 Masatake YAMATO <jet@gyve.org>
19782
19783 * simple.el (completion-setup-function): Emphasize the
825d0745 19784 first uncommon characters in the completions; and de-emphasize
abcdd45a
MY
19785 the common prefix substrings.
19786 (completion-emphasis): New face.
19787 (completion-de-emphasis): New face.
19788
825d0745
JB
197892004-03-25 Juanma Barranquero <lektu@terra.es>
19790
19791 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19792 Comment out (it's unused and unfinished code).
19793
5217a76a
SS
197942004-03-25 Sam Steingold <sds@gnu.org>
19795
e1fbd956 19796 * vc.el (vc-print-log): Fix a bug in the last patch:
825d0745 19797 backend-function may be a byte-compiled object, not a lambda.
5217a76a 19798
ead14730
JL
197992004-03-25 Juri Linkov <juri@jurta.org>
19800
19801 * descr-text.el (describe-property-list): Add a button
19802 for `face' property that calls `describe-face'.
588c0770 19803 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
ead14730
JL
19804
19805 * international/mule.el (keyboard-coding-system):
19806 * kmacro.el (kmacro-call-macro): Fix docstring.
19807
19808 * dired.el: Fix comments.
19809
19810 * textmodes/fill.el (fill): Fix Info link.
19811
19812 * font-lock.el (fast-lock, lazy-lock):
19813 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19814 Info node.
19815
7c7085c0
JL
19816 * eshell/eshell.el (eshell): Fix broken info-link.
19817
19818 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19819 * eshell/em-banner.el (eshell-banner):
19820 * eshell/em-smart.el (eshell-smart):
19821 * eshell/esh-cmd.el (eshell-cmd):
19822 Comment out broken info-links to incomplete Info manual.
19823
ead14730
JL
19824 * info-xref.el: Fix commentary.
19825
198262004-03-25 Kevin Ryde <user42@zip.com.au>
19827
19828 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19829 Remove spurious node duplicate suppression, doesn't work, not wanted.
19830 (info-xref-output): Take format style args, add "sit-for 0" to let
19831 user see the results as they progress.
19832 (info-xref-check-all-custom): New function.
19833
0d1a8fa0
NR
198342004-03-25 Nick Roberts <nick@nick.uklinux.net>
19835
19836 * gdb-ui.el: Moved to progmodes.
ead14730 19837
cb53a351
SM
198382004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19839
19840 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19841
9edfb3d2
GM
198422004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19843
19844 * calendar/appt.el (appt-check): Remove superfluous progn.
19845 When finished with diary buffer: if it was not being displayed
19846 before, kill it; otherwise restore its original state.
19847 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19848
19849 * calendar/calendar.el (calendar-set-mode-line): Use total
19850 available mode-line width, rather than frame-width.
19851
19852 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19853 after mode change so effect not lost.
19854
d7aed37c
SM
198552004-03-23 Dave Love <fx@gnu.org>
19856
19857 * dired.el (dired) <defgroup>: Add link to manual.
ead14730 19858 (dired-font-lock-keywords): Add highlighting on unusual permissions.
d7aed37c
SM
19859 (dired-revert): Use dolist.
19860 (dired-mode-map): Add U binding.
19861 (dired-mode): Add font-lock-beginning-of-syntax-function.
19862 (dired-garbage-files-regexp): Make it a defcustom.
19863
198642004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19865
19866 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19867 is equivalent to nil.
19868 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19869 (vc-arch-mode-line-string): Accept `added' state.
19870 (vc-arch-state): Use inode-sigs if available.
19871 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19872 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19873 (vc-arch-tagline-re): New var.
19874 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19875 New functions.
19876 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19877 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19878
19879 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19880 (vc-file-not-found-hook): Use it.
19881
19882 * diff-mode.el (diff-default-read-only): Change default.
19883 (diff-mode-hook): Make it a defcustom. Add some options.
19884 (diff-mode-map): Bind diff-refine-hook.
19885 (diff-yank-handler): New var.
19886 (diff-yank-function): New fun.
19887 (diff-font-lock-keywords): Use them.
19888 (diff-end-of-file): Handle case where file-header looks like diff text.
19889 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19890 (diff-file-kill): Delete a subsequent empty line, if applicable.
19891 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19892 (diff-find-file-name): Use it.
19893 (diff-tell-file-name): New command.
19894 (diff-mode): Be careful with view-mode.
19895 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19896 New functions, for use in diff-mode-hook.
19897 (diff-find-source-location): Catch "regex too large" errors.
19898 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19899 (diff-refine-hunk): New command.
19900
19901 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19902 (smerge-context-menu-map): Remove unused var.
19903 (smerge-keep-all): Preserve markers.
19904 (smerge-keep-n): New fun.
19905 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19906 (smerge-keep-current, smerge-ediff): Use it.
19907 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19908 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19909 (smerge-resolve): Resolve trivial 3-part conflicts.
19910
ef3e9175
JL
199112004-03-23 Juri Linkov <juri@jurta.org>
19912
19913 * man.el (Man-width): New var.
19914 (Man-getpage-in-background): Use it.
19915 (Man-support-local-filenames): New var and fun.
19916 (Man-build-man-command): Don't add a second %s.
19917 (Man-fontify-manpage): Clean up message.
19918 (Man-mode): Set outline-regexp, outline-level,
19919 imenu-generic-expression.
19920
19921 * woman.el (woman-fill-frame): Doc fix.
19922 (woman-decode-region): Use window-width instead of frame-width.
19923
d7aed37c
SM
19924 * abbrevlist.el (list-one-abbrev-table):
19925 * descr-text.el (describe-char):
19926 * international/mule-diag.el (describe-current-coding-system):
19927 * international/quail.el (quail-insert-decode-map):
19928 Use window-width instead of frame-width.
ef3e9175
JL
19929
19930 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19931 (jka-compr-mode-alist-additions): Add tbz.
d7aed37c
SM
19932 (jka-compr-write-region, jka-compr-insert-file-contents):
19933 Add message for undefined compress-program.
ef3e9175
JL
19934 (jka-compr-write-region): Remove redundant var bindings.
19935
19936 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19937 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19938 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19939 (dired-man): Use dired-guess-shell-command.
19940 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19941 Change default nil to t.
19942
19943 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19944 (dired-compare-directories): Add default value for empty input.
19945
19946 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19947
19948 * time.el (display-time-string-forms): Fix help-echo date format.
19949
d4411cef
LT
199502004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19951
d7aed37c 19952 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
d4411cef
LT
19953 (buffer-stale-function): New variable.
19954 (auto-revert-list-diff, auto-revert-dired-file-list)
19955 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19956 (auto-revert-handler): Take over some functionality of deleted
19957 functions.
19958 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19959
b6ea9927
LT
19960 * dired.el (dired-directory-changed-p): New fun, extracted from
19961 dired-internal-noselect.
19962 (dired-buffer-stale-p): New fun.
d4411cef
LT
19963 (dired-internal-noselect): Use dired-directory-changed-p.
19964 Eliminate revert messages.
19965 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19966
39cc05f5 199672004-03-23 Kenichi Handa <handa@m17n.org>
d6af0bff
KH
19968
19969 * international/characters.el: Setup syntaxes for more parentheses
19970 Unicode characters.
6aa69bd7 19971
d7aed37c
SM
19972 * international/mule-cmds.el (select-safe-coding-system):
19973 Merge coding-system and auto-cs before comparing them.
6aa69bd7 19974
d08c4c28
SM
199752004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19976
19977 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19978
19979 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19980 normal-auto-fill-function and comment-indent-function.
19981 The default values now work just as well.
19982 Don't set font-lock-beginning-of-syntax-function since we already set
19983 syntax-begin-function.
19984 (lisp-outline-level): Put ;;;###autoload at same level as (.
19985 (prin1-char): Quote special chars.
19986
19987 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19988 than with-no-warnings.
19989
19990 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19991 if the source location can't be found.
19992 (edebug-compute-previous-result): Use prin1-char.
19993
575f6118 19994 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
d08c4c28
SM
19995 (debug-ignored-errors): Add an entry.
19996
19997 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19998 (byte-compile-file): Output warning when deleting a file.
19999
20000 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20001 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20002
20003 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20004 (byte-compile-inline-expand): Use backquote.
20005 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20006 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20007
20008 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20009
20010 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20011
8f7ea687
JL
200122004-03-22 Juri Linkov <juri@jurta.org>
20013
20014 * finder.el (finder-known-keywords): Fix data, tex, unix.
20015
20016 * play/landmark.el: Fix keywords.
20017
20018 * language/ethio-util.el (ethio-find-file): Doc fix.
20019
20020 * emacs-lisp/warnings.el: Doc fix.
20021
20022 * textmodes/ispell.el (ispell-help): Doc fix.
20023
19e580b4
LT
200242004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20025
20026 * format.el (format-insert-file): Always return a list of two
20027 elements, like insert-file-contents does.
20028
091ec192
AS
200292004-03-21 Andre Spiegel <spiegel@gnu.org>
20030
675254bc 20031 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
091ec192
AS
20032 and vc-BACKEND-diff.
20033 (vc-print-log): If the print-log implementation supports it, use
20034 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20035 (vc-version-diff, vc-diff-internal): Doc fixes.
20036
20037 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19e580b4 20038 implementation supports it, let diff output go to *vc*,
091ec192
AS
20039 not *vc-diff*, since this is an internal call.
20040
d08c4c28 20041 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
091ec192
AS
20042
20043 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20044
20045 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19e580b4 20046
942269e7
JB
200472004-03-21 Dave Love <fx@gnu.org>
20048
d08c4c28
SM
20049 * progmodes/cfengine.el (cfengine-mode):
20050 Set parse-sexp-ignore-comments.
942269e7
JB
20051
20052 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20053
f134d28b
JB
200542004-03-21 Juanma Barranquero <lektu@terra.es>
20055
20056 * allout.el (allout-mode): Fix docstring.
20057
a2ac68f1
LT
200582004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20059
8f8607be
LT
20060 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20061
a2ac68f1
LT
20062 * autorevert.el (auto-revert-interval): Make new value take
20063 effect immediately when set through Custom.
20064 (auto-revert-set-timer): Add interactive declaration.
20065
31da0380
KS
200662004-03-19 David Ponce <david@dponce.com>
20067
d08c4c28
SM
20068 * ruler-mode.el (ruler-mode-header-line-format-old):
20069 Don't `make-variable-buffer-local'.
31da0380
KS
20070 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20071 (ruler-mode-header-line-format): Simply funcall the above.
20072 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20073 to save/restore a previous header line format.
20074 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20075 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20076 fringes and margins width.
942269e7 20077 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
31da0380 20078
d08c4c28
SM
200792004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20080
20081 * log-edit.el (log-edit-font-lock-keywords): Typo.
20082
20083 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20084 (tex-send-tex-command): Rather than here.
20085 (tex-compilation-parse-errors): Simplify.
20086
20087 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20088
20089 * time.el (display-time-string-forms): Add help-echo with date on time.
20090
20091 * composite.el (compose-region): Use restore-buffer-modified-p.
20092
20093 * disp-table.el (standard-display-8bit): Simplify.
20094
20095 * server.el (server-process-filter): Delete temp frame.
20096
20097 * add-log.el (add-change-log-entry): Simplify.
20098
45dbfc84
KS
200992004-03-19 Kim F. Storm <storm@cua.dk>
20100
36bc84aa 20101 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
ec952fde 20102 (hexl-follow-line): Don't require 'fringe.
36bc84aa 20103
45dbfc84
KS
20104 * progmodes/compile.el (compilation-start): Always set
20105 compilation-last-buffer and return it.
20106
b2a737cd
LT
201072004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20108
20109 * simple.el (clone-buffer): Doc fix.
20110
7ab91c5f
JB
201112004-03-18 Juanma Barranquero <lektu@terra.es>
20112
20113 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20114
37264101
SM
201152004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * log-edit.el (log-edit-font-lock-keywords): New var.
20118 (log-edit-mode): Use it.
20119
feaa7f5c
NR
201202004-03-17 Nick Roberts <nick@nick.uklinux.net>
20121
20122 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20123 properly for watching in speedbar.
20124
935ce7ca
MY
201252004-03-17 Masatake YAMATO <jet@gyve.org>
20126
37264101
SM
20127 * smerge-mode.el (smerge-popup-context-menu):
20128 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20129
201302004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20133 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20134 Take sealed revisions into account.
20135 (vc-arch-checkin): Extract a summary line from the message.
935ce7ca 20136
0f214cdf
MY
201372004-03-16 Masatake YAMATO <jet@gyve.org>
20138
20139 * register.el (register): Provide `register' feature.
20140
11ece56b
MY
201412004-03-15 Masatake YAMATO <jet@gyve.org>
20142
20143 Added context menu support in smerge mode.
20144 Most of the part is written by Stefan Monnier.
0820b1f6
SM
20145
20146 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20147 New keymap and menu.
11ece56b
MY
20148 (smerge-text-properties): New function.
20149 (smerge-remove-props): New function.
20150 (smerge-popup-context-menu): New function.
20151 (smerge-resolve): Call `smerge-remove-props'.
0820b1f6 20152 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11ece56b
MY
20153 (smerge-keep-current): Ditto.
20154 (smerge-kill-current): New function.
0820b1f6
SM
20155 (smerge-match-conflict): Put text properties.
20156 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11ece56b 20157
0eeebaf5
MY
201582004-03-15 David Ponce <david@dponce.com>
20159
52eb0373 20160 * ruler-mode.el (ruler-mode-left-fringe-cols)
0eeebaf5
MY
20161 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20162 (ruler-mode-right-scroll-bar-cols): Remove.
20163 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
0820b1f6
SM
20164 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20165 Use fringe-columns and scroll-bar-columns.
0eeebaf5 20166
9fd76d04
MY
201672004-03-15 Masatake YAMATO <jet@gyve.org>
20168
20169 * hl-line.el (hl-line-range-function): New variable.
20170 (hl-line-move): New function.
20171 (global-hl-line-highlight): Use `hl-line-move'.
20172 (hl-line-highlight): Ditto.
20173
0820b1f6
SM
20174 * scroll-bar.el (scroll-bar-columns):
20175 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9fd76d04
MY
20176
20177 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20178 (ruler-mode-left-fringe-cols)
20179 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20180 (ruler-mode-right-scroll-bar-cols)
20181 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20182 (ruler-mode-ruler-function): New variable.
20183 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
588c0770 20184 if the value for `ruler-mode-ruler-function' is given.
9fd76d04
MY
20185
20186 * hexl.el (hexl-mode-hook): Make the hook customizable.
9b05111d 20187 (hexl-address-area, hexl-ascii-area): New customize variables.
0820b1f6 20188 (hexlify-buffer): Put font-lock-faces on the address area and
9fd76d04
MY
20189 the ascii area.
20190 (hexl-activate-ruler): New function.
20191 (hexl-follow-line): New function.
20192 (hexl-highlight-line-range): New function.
20193 (hexl-mode-ruler): New function.
20194
0820b1f6
SM
201952004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20196
20197 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20198 (vc-default-find-file-hook): New fun.
20199 (vc-find-file-hook): Call new find-file-hook operation.
20200
20201 * vc-arch.el: New file.
20202
5109b06a
EZ
202032004-03-12 Jesper Harder <harder@ifa.au.dk>
20204
20205 * info-look.el (info-lookup): Reuse an existing Info window.
20206
1239851c
EZ
202072004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20208
20209 * woman.el (woman-preserve-ascii): Default value changed to t and
20210 doc string revised.
20211
e69cfac2
RS
202122004-03-12 Richard M. Stallman <rms@gnu.org>
20213
20214 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20215 Fix minor bug.
20216
20217 * replace.el (occur-engine): Change message for count of matches.
20218
20219 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20220 For strings, do compare text properties.
20221
fbc4d3bd
SM
202222004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20223
20224 * progmodes/compile.el (compile-auto-highlight)
20225 (compilation-error-list, compilation-old-error-list)
20226 (compilation-parse-errors-function, compilation-parsing-end)
20227 (compilation-error-message, compilation-directory-stack)
20228 (compilation-enter-directory-regexp-alist)
20229 (compilation-leave-directory-regexp-alist)
20230 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20231 (compilation-current-file, compilation-regexps): Remove vars.
20232
20233 (compile-error-at-point, compilation-error-filedata)
20234 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20235 (compilation-next-error-locus, compilation-forget-errors)
20236 (count-regexp-groupings, compilation-parse-errors)
20237 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20238
20239 (compile-internal): Make obsolete.
20240
20241 (compilation-first-column, compilation-error)
20242 (compilation-directory-matcher, compilation-page-delimiter)
20243 (compilation-mode-font-lock-keywords, compilation-debug)
20244 (compilation-error-face, compilation-warning-face)
20245 (compilation-info-face, compilation-line-face)
20246 (compilation-column-face, compilation-enter-directory-face)
20247 (compilation-leave-directory-face, compilation-skip-threshold)
20248 (compilation-skip-visited, compilation-context-lines): New vars.
20249
20250 (compilation-warning-face, compilation-info-face)
20251 (compilation-message-face): New faces.
20252
20253 (compilation-error-regexp-alist-alist): New constant.
20254
20255 (compilation-face, compilation-directory-properties)
20256 (compilation-assq, compilation-error-properties, compilation-start)
20257 (define-compilation-mode, compilation-loop)
20258 (compilation-set-window): New functions.
20259
20260 (compile): Additional argument for interactive compiles like TeX.
20261
20262 * progmodes/grep.el (kill-grep): Move here from compile.el
20263 (grep-error, grep-hit-face, grep-error-face)
20264 (grep-mode-font-lock-keywords): New variables.
20265 (grep-regexp-alist): Simplify regexp and add `binary' case.
20266 (grep-mode): New mode.
20267 (grep-process-setup): Simplify.
20268
f6a20b2c
JR
202692004-03-11 Jason Rumney <jasonr@gnu.org>
20270
20271 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20272 letters on DOS/Windows.
20273
61042632
SM
202742004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * server.el (server-name): New var.
20277 (server-socket-dir): New var to replace server-socket-name.
20278 (server-start): Use them.
20279
2ceed428
SJ
202802004-03-11 Simon Josefsson <jas@extundo.com>
20281
20282 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20283 died to avoid infloop. Reported by Jonathan Glauner
20284 <jglauner@sbum.org>.
20285
61042632
SM
202862004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20287
20288 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20289 (smerge-mode-menu): Use it to deactivate menu entries.
20290 (smerge-keep-current): New fun.
20291 (smerge-keep-current): Use it.
20292
d544d2ca
JPW
202932004-03-10 John Paul Wallington <jpw@gnu.org>
20294
61042632 20295 * foldout.el (foldout-fold-list, foldout-modeline-string):
d544d2ca
JPW
20296 Declare them as variables, not constants.
20297
197d4ebc
VJL
202982004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20299
20300 * ps-print.el: Modification to print *Messages* buffer.
20301 (ps-print-version): New version 6.6.4.
20302 (ps-message-log-max): New fun.
20303 (ps-spool-without-faces, ps-spool-with-faces)
20304 (ps-count-lines-preprint): Code fix.
20305
1f5a8e4a
VJL
20306 * printing.el: New tips in Tips section.
20307
739ce395
VJL
203082004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20309
20310 * delim-col.el: Doc fix.
20311
20312 * printing.el: Doc fix. New doc section (Tips).
20313
2c8155f7
SM
203142004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20315
20316 * type-break.el (type-break-emacs-variant): Remove.
20317 (type-break-run-at-time, type-break-cancel-function-timers):
20318 Use fboundp rather than version name and number.
20319
4f918f60
MY
203202004-03-09 Masatake YAMATO <jet@gyve.org>
20321
2c8155f7 20322 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4f918f60
MY
20323 `make-variable-buffer-local'.
20324
1a9c959b
MA
203252004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20326
20327 * find-dired.el (find-dired): Call `shell-command' instead of
20328 `start-process-shell-command'. By this, Tramp takes over
20329 handling of remote directories.
20330
5895f7fd
SM
203312004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20332
0820b1f6
SM
20333 * newcomment.el (comment-use-global-state): New var.
20334 (comment-search-forward): Use it.
20335
20336 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20337
5895f7fd
SM
20338 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20339
20340 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20341 (enable-kinsoku): Make it a defcustom.
20342 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20343 paragraph to same-comment-start-marker.
20344
651f4d9f
EZ
203452004-03-07 Dave Love <fx@gnu.org>
20346
20347 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20348 (browse-url-mail): Use it.
20349
5895f7fd 20350 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
651f4d9f
EZ
20351 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20352
372713e6
EZ
203532004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20354
20355 * woman.el (woman-man.conf-path): Doc fix.
20356 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20357
a6eeaa81 203582004-03-07 Eli Zaretskii <eliz@gnu.org>
263d3d5d
EZ
20359
20360 * sort.el (sort-columns): Remove ms-dos from the list of systems
20361 where the external `sort' command is not used.
20362
d90ee664
KS
203632004-03-07 Kim F. Storm <storm@cua.dk>
20364
20365 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20366 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20367 from overlay-arrow-variable-list.
5895f7fd 20368 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
d90ee664 20369
0d3cb997
NR
203702004-03-06 Nick Roberts <nick@nick.uklinux.net>
20371
20372 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20373 overlay arrow string properly for the assembler buffer.
20374
5895f7fd
SM
203752004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20376
20377 * mail/sendmail.el (mail-mode): Fix last change.
20378
06884a35
NR
203792004-03-05 Nick Roberts <nick@nick.uklinux.net>
20380
20381 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20382 for the assembler buffer.
20383 (gdb-assembler-custom): Position the overlay arrow.
20384 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20385
032cbf90
SM
203862004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20387
5895f7fd
SM
20388 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20389
20390 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20391 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20392
032cbf90
SM
20393 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20394
20395 * newcomment.el (uncomment-region): Allow non-terminated comment.
20396 (comment-normalize-vars): Check the user-specified comstart marker.
20397
2e8d40a1
RS
203982004-03-04 Jesper Harder <harder@ifa.au.dk>
20399
20400 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20401 Otherwise, do use it if the region only contains font-lock text
20402 properties.
20403
01ff9136
MY
204042004-03-04 Masatake YAMATO <jet@gyve.org>
20405
20406 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20407 as the callback function for eldoc.
20408 (hexl-print-current-point-info): New function.
032cbf90 20409 (hexl-current-address): Print the address in both decimal
01ff9136
MY
20410 and hexadecimal format.
20411
04a6e76b
RS
204122004-03-04 Richard M. Stallman <rms@gnu.org>
20413
20414 * mail/rmail.el (rmail-convert-to-babyl-format):
20415 Specify t for UNIBYTE when calling mail-unquote-printable-region.
20416
20417 * mail/mail-utils.el (mail-unquote-printable-region):
20418 New arg UNIBYTE.
20419
20420 * startup.el (command-switch-alist): Doc fix.
20421
20422 * simple.el (undo): Temporarily set this-command to `undo-start',
20423 then set it to `undo' once undo-start returns without error.
20424
20425 * simple.el (minibuffer-history-sexp-flag): Doc fix.
20426
20427 * simple.el (kill-line): Don't disregard trailing whitespace
20428 in eol condition, if show-trailing-whitespace is set.
20429
20430 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20431 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20432 When disabling, restore old values only if mouse-sel-has-been-enabled.
20433
20434 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20435 (isearch-{-char): New function.
20436 (isearch-mode-map): Bind { to isearch-{-char.
20437
20438 * font-lock.el (lisp-font-lock-keywords-2):
20439 Turn off the CL with-... and do-... general patterns.
20440 Instead, recognize several specific with... and do... constructs.
032cbf90
SM
20441
20442 * files.el (switch-to-buffer-other-window):
20443 Bind same-window-buffer-names and same-window-regexps to nil.
04a6e76b 20444 (switch-to-buffer-other-frame): Likewise.
032cbf90 20445
5a7139ee
SM
204462004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20449 recognizing leading comment on code line.
20450
5895f7fd
SM
204512004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20452
20453 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20454 hidden files/directories.
20455
5a7139ee
SM
204562004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20457
20458 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20459 only comment-start (in case the mode hasn't set it).
20460
20461 * Makefile.in (AUTOGENEL): New var.
20462 (bootstrap-prepare): Rename from bootstrap-clean.
20463 Don't remove elc files.
20464 (maintainer-clean): New target.
20465
20466 * xml.el (xml-get-attribute-or-nil): Simplify.
20467
5fe61ed2
JL
204682004-03-02 Juri Linkov <juri@jurta.org>
20469
20470 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20471 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20472 URL to prevent their substitution with the environment variable
20473 values by browsers.
20474
71efd3c4
VJL
204752004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20476
20477 * ps-print.el: Doc fix.
20478 (ps-print-version): New version number (6.6.3).
20479 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20480 Docstring fix.
20481 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20482 before printing.
20483 (ps-time-stamp-yyyy-mm-dd): New fun.
20484 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20485
d24bc50f
KS
204862004-03-02 Kim F. Storm <storm@cua.dk>
20487
20488 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20489
05f1c4ec
JB
204902004-03-01 Juanma Barranquero <lektu@terra.es>
20491
45435c0e
JB
20492 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20493
05f1c4ec
JB
20494 * desktop.el (desktop-file-version)
20495 (desktop-after-read-hook): Fix typos.
20496 (desktop-clear-preserve-buffers): Remove redundant info in
20497 docstring already shown by the obsolescence message.
20498 (desktop-truncate, desktop-internal-v2s)
d8d95bc7 20499 (desktop-value-to-string): Change argument name to match docstring.
05f1c4ec
JB
20500
20501 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20502
20503 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20504 docstring.
20505
acc037ba
VJL
205062004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20507
b8d955f4
VJL
20508 * printing.el: Replace "As Is..." in PostScript file print/preview by
20509 "No Preprocessing...". Suggested by Colin Marquardt
cd930256 20510 <_marquardt_@zmd.de>.
b8d955f4 20511 (pr-insert-section-4): Adjust buffer interface.
acc037ba 20512
5ec2cc41 205132004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9e6e8d1a 20514
5ec2cc41
KG
20515 Version 2.0.39 of Tramp released.
20516
20517 * net/tramp.el (tramp-handle-file-local-copy)
d8d95bc7
SM
20518 (tramp-handle-write-region, tramp-open-connection-rsh):
20519 Variable name typo. Small change. From Patrick Tullmann
5ec2cc41
KG
20520 <tullmann@flux.utah.edu>.
20521 (tramp-process-connection-type): New variable.
20522 (tramp-maybe-open-connection): Use it.
d8d95bc7 20523 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5ec2cc41 20524 (tramp-touch): Set last-modified time of a remote file.
d8d95bc7 20525 (tramp-handle-write-region): Say which function is used when encoding.
5ec2cc41 20526
5ec2cc41
KG
205272004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20528
20529 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20530 case of non-existing filename, too. Reported by Christoph Bauer
20531 <c_bauer@informatik.uni-kl.de>.
20532 (tramp-smb-get-file-entries): The directory in question should
20533 have permissions "drwxrwxrwx". Just virtual, because we don't
20534 know the real permissions. Don't we know?
20535 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20536 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20537 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20538 output. If it was received chunkwise, there have been problems.
20539 Remove the "prompt not found" error message; it is obvious.
20540 Simplify algorithm.
d8d95bc7 20541 (tramp-smb-process-running): Remove. Since we acknowledge the
5ec2cc41
KG
20542 virtual prompt for shares, there's no need for distinction of
20543 reading shares (process ends afterwards) and interactive mode of
20544 smblient.
20545 (tramp-smb-open-connection): Setting process sentinel removed.
20546 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20547 "NT_STATUS_NETWORK_ACCESS_DENIED".
20548 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20549 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20550 (top-level): Setting default value in `tramp-default-method-alist'
d8d95bc7 20551 corrected. Order of USER and HOST have been wrong.
d08c4c28 20552 Nobody complained for months ...
d8d95bc7
SM
20553 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20554 (tramp-smb-open-connection): Clear password cache if login has failed.
20555
20556 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5ec2cc41 20557 `tramp-unified-filenames'.
588c0770 20558 (tramp-completion-mode): Make test for XEmacs explicitly.
d8d95bc7
SM
20559 `event-to-character' can exists in Emacs packages too.
20560 Reported by Matt Swift <swift@alum.mit.edu>.
5ec2cc41
KG
20561 (tramp-buffer-name): Buffer name must contain the user if exists.
20562 Reported by Adrian Phillips <a.phillips@met.no>.
d8d95bc7
SM
20563 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20564 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20565 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5ec2cc41
KG
20566 `tramp-do-copy-or-rename-file-one-local', because it handles also
20567 the case both files use the same out-of-band method.
20568 Implementation added.
20569 (tramp-handle-file-local-copy, tramp-handle-write-region):
20570 Out-of-band handling removed. `copy-file' called instead, which
20571 calls `tramp-do-copy-or-rename-file-out-of-band'.
20572 (tramp-action-password): Check for out-of-band method removed.
20573 This function is used for 'login-program.
20574 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20575 appropriate.
20576 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20577 and `tramp-parse-sknownhosts'.
20578 (tramp-completion-function-alist): It's a defvar now, because we
20579 want to apply the optimized `tramp-set-completion-function'
20580 instead of a static list.
d8d95bc7
SM
20581 (tramp-set-completion-function): Implementation tuned.
20582 Avoid double entries, and entries where the function or the
5ec2cc41
KG
20583 file/directory doesn't exist.
20584 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20585 for SSH2.
20586 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20587 (tramp-handle-dired-compress-file): New function.
20588 (tramp-async-proc): New variable.
d8d95bc7
SM
20589 (tramp-handle-shell-command): Adding asynchronous processes.
20590 They are far from being perfect, but it works at least for
bf247b6e 20591 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
5ec2cc41
KG
20592 (top-level): Require password.el if visible. Should be mandatory
20593 once No Gnus has found its way into (X)Emacs.
20594 (tramp-read-passwd): Invoke `password-read' if available,
a568a2cc 20595 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5ec2cc41
KG
20596 fallback any longer.
20597 (tramp-clear-passwd): New function.
d8d95bc7
SM
20598 (tramp-process-actions, tramp-process-multi-actions):
20599 Clear password cache if login has failed.
5ec2cc41
KG
20600
20601 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
20602 its own module.
20603 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20604 `ange-ftp-ftp-name-res'. There could be incorrect values from
20605 previous calls in case the "ftp" method is used in the Tramp file
20606 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20607
ab6d47ea
RS
206082004-02-28 Richard M. Stallman <rms@gnu.org>
20609
20610 * term.el (term-mouse-paste): Call mouse-set-point.
20611
20612 * thumbs.el: New file.
20613
06c97a04
VJL
206142004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20615
9d59cbb0 20616 * progmodes/ebnf-abn.el: Doc fix.
06c97a04 20617
9d59cbb0 20618 * progmodes/ebnf-bnf.el: Doc fix.
7fd08a0a
VJL
20619 (ebnf-repeat): Code fix.
20620
9d59cbb0 20621 * progmodes/ebnf2ps.el: Doc fix.
cd0f9f85 20622 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
97818b07 20623
c0bf9913
JL
206242004-02-28 Juri Linkov <juri@jurta.org>
20625
20626 * ffap.el (dired-at-point): Additional writability test for
20627 relative directory names.
20628 (dired-at-point-prompter): Treat directories as a directory, get
20629 the directory component from files.
d8d95bc7 20630 (ffap-string-at-point): Return string from region if region is active.
c0bf9913
JL
20631 (ffap-file-at-point): Remove redundant code.
20632
ec03e8b3
KS
206332004-02-28 Kim F. Storm <storm@cua.dk>
20634
28eba01f 20635 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
ec03e8b3
KS
20636 Initialize margin area images to nil.
20637 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20638 (breakpoint-enabled-bitmap-face)
20639 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20640 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20641 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20642 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20643 (gdb-reset): Use gdb-remove-breakpoint-icons.
20644 (gdb-put-string): Add dprop arg to specify alternative display
20645 property (for setting fringe bitmap).
20646 (gdb-remove-strings): Doc fix.
20647 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20648 icon in fringe (if available), or else as icon or text in display
20649 margin. Creates necessary icons in breakpoint-bitmap,
d8d95bc7
SM
20650 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20651 Also make left window margin if required.
ec03e8b3
KS
20652 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20653 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20654 no longer needed.
20655 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20656 gdb-put-breakpoint-icon.
20657 (gdb-assembler-mode): Don't set left-margin-width here.
20658
9022d421
EZ
206592004-02-27 Kevin Ryde <user42@zip.com.au>
20660
20661 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
d8d95bc7 20662 comma, so that it DTRT in macros.
9022d421 20663
5d18b953
EZ
206642004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20665
20666 * progmodes/sh-script.el (sh-shell-arg)
20667 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20668 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20669
328419c1
EZ
206702004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20671
28eba01f
JB
20672 * faces.el (face-spec-set-match-display): Add a new attribute,
20673 `min-colors'.
9e6e8d1a 20674 (region, highlight, secondary-selection): Use `min-colors'.
328419c1
EZ
20675
20676 * custom.el (defface): Add documentation for `min-colors'.
20677
20678 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20679 (font-lock-keyword-face, font-lock-function-name-face)
d8d95bc7
SM
20680 (font-lock-variable-name-face, font-lock-constant-face):
20681 Use `min-colors'.
328419c1 20682
d8d95bc7 20683 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
328419c1 20684
ea946fcc
VJL
206852004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20686
9d59cbb0
VJL
20687 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20688 define assq-delete-all if it's not defined.
ea946fcc
VJL
20689 (ebnf-generate-region): Code fix.
20690
449cba44
VJL
20691 * printing.el: Doc fix.
20692 (pr-version): New version number (6.7.2).
20693 (pr-command): Return empty string if command is an empty string.
20694
ac4780a1
VJL
206952004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20696
9d59cbb0 20697 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
ac4780a1 20698
9d59cbb0
VJL
20699 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20700 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20701 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20702 "tt" ["test"] ). Reported by Markus Dreyer
20703 <mdreyer@ix.urz.uni-heidelberg.de>.
ac4780a1
VJL
20704 (ebnf-version): New version number (4.0).
20705 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20706 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20707 (ebnf-delete-style): New commands.
20708 (ebnf-directory, ebnf-file): New funs.
20709 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20710 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20711 (ebnf-syntax-alist): New var.
20712 (ebnf-element-width): New fun replacing ebnf-list-width.
20713 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20714 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20715 (ebnf-prologue): Adjust vars.
20716 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20717 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20718 (ebnf-check-style-values, ebnf-generate-production)
20719 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20720 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20721 (ebnf-token-repeat): Code fix.
20722
9d59cbb0
VJL
20723 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20724 %right, %left and %prec. Suggested by Matthew K. Junker
20725 <junker@alum.mit.edu>.
ac4780a1
VJL
20726 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20727
9d59cbb0 20728 * progmodes/ebnf-iso.el: Doc fix.
ac4780a1
VJL
20729 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20730 (ebnf-iso-lex): Code fix.
20731
9d59cbb0 20732 * progmodes/ebnf-bnf.el: Doc fix.
ac4780a1
VJL
20733 (ebnf-bnf-lex): Code fix.
20734
9d59cbb0 20735 * progmodes/ebnf-otz.el: Doc fix.
ac4780a1 20736
92f5fba2
LT
207372004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20738
20739 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20740 (abbrev-prefix-mark): Doc fix.
20741
baf92c0d
NR
207422004-02-23 Nick Roberts <nick@nick.uklinux.net>
20743
20744 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20745 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20746 (gdb-var-delete): Make interactive (really).
20747 (gdb-edit-value): Make non-interactive.
20748
d8d95bc7
SM
20749 * progmodes/gud.el (gud-speedbar-menu-items):
20750 Add gdb-var-delete and, indirectly, gdb-edit-value.
20751 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
baf92c0d
NR
20752 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20753 (gud-gdb-marker-filter): Add comment for annotations.
20754
4c635ea3
GM
207552004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20756
20757 * calendar/calendar.el (generate-calendar)
20758 (calendar-read-date): Prevent display of BC calendars once more -
20759 reverts 2003-10-01 change.
20760 (generate-calendar-month): Doc fix.
20761
207622004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20763
20764 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20765 return value of increment-calendar-month.
20766
4effffca
EZ
207672004-02-21 Stephen Compall <s11@member.fsf.org>
20768
20769 * saveplace.el (save-place-forget-unreadable-files)
d8d95bc7 20770 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4effffca
EZ
20771 (save-place-forget-unreadable-files): New function.
20772 (save-place-alist-to-file): Use it to filter out files that are
20773 no longer readable.
235de372
EZ
20774
20775 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20776 current Texinfo environment, using the same method as in
20777 `texinfo-insert-@end', and insert a space rather than a newline if
20778 point in a @table environment.
20779
7e1626fb
EZ
207802004-02-21 Juri Linkov <juri@jurta.org>
20781
20782 * ffap.el (ffap-file-at-point): Try parent directories.
20783
69e82404
EZ
207842004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20785
20786 * vcursor.el (vcursor-modifiers): New defcustom.
20787 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20788 hard-coded list.
20789
8bcfd13b
EZ
207902004-02-21 Masatake YAMATO <jet@gyve.org>
20791
20792 * play/animate.el (animate-birthday-present): Accept names other
20793 than `Sarah', too.
20794
32e51983
EZ
207952004-02-21 Juri Linkov <juri@jurta.org>
20796
20797 * startup.el: Remove table of command line arguments from the
20798 Commentary section.
20799
36b0f52b
JW
208002004-02-20 John Wiegley <johnw@newartisans.com>
20801
d8d95bc7 20802 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
36b0f52b
JW
20803 again" modifier from 'e' to 'E', since 'e' is also used by the
20804 "file extension" modifier.
20805
923c1e6f
LT
208062004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20807
20808 * help-fns.el (describe-categories): Doc fix.
20809
6d2986fb
MK
208102003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20811
20812 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20813 temporary file for buffer already visiting one. This change makes
20814 output likely to be directly usable by patch program.
20815 Suggested by Adrian Aichner <adrian@xemacs.org>
923c1e6f 20816
5223afda
NR
208172004-02-20 Nick Roberts <nick@nick.uklinux.net>
20818
20819 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20820 case of variables defined in compound statements.
d8d95bc7
SM
20821 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20822 Simplify constructions using switch-to-buffer.
5223afda 20823
507c5deb
SJ
208242004-02-19 Simon Josefsson <jas@extundo.com>
20825
20826 * play/morse.el: Fix typo.
20827 (morse-code): Add @.
20828
e306dc9f
GM
208292004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20830
20831 * calendar/appt.el (appt-display-format): Change default to
28eba01f 20832 'ignore, for backwards compatibility.
e306dc9f
GM
20833 (appt-display-message): If appt-display-format is 'ignore,
20834 respect old vars appt-msg-window and appt-visible.
20835 (appt-activate): Don't depend on return value of cancel-timer.
20836
20837 * calendar/calendar.el (calendar-holidays): Doc fix.
20838
b15aa9f9
SM
20839 * calendar/cal-coptic.el (coptic-prompt-for-date):
20840 Use assoc-string instead of assoc-ignore-case.
e306dc9f
GM
20841 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20842 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20843 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20844 * calendar/cal-islam.el (calendar-goto-islamic-date)
20845 (mark-islamic-diary-entries): Ditto.
20846 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20847 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20848 (calendar-read-mayan-tzolkin-date): Ditto.
20849 * calendar/calendar.el (calendar-read-date): Ditto.
20850 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20851
c6190ba0
MR
208522004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20853
b15aa9f9
SM
20854 * progmodes/executable.el (executable-command-find-posix-p):
20855 Fix choice of the directory.
c6190ba0 20856
8e5d85ff
LT
208572004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20858
20859 * simple.el (interprogram-cut-function)
20860 (interprogram-paste-function, kill-new, kill-append):
20861 Doc fixes.
20862 (kill-region): Make it return nil. Doc fix.
20863 (yank-pop): Make its argument optional.
20864 (yank): Make ARG `-' equivalent to `-1'.
20865
a6eeaa81 208662004-02-17 Eli Zaretskii <eliz@gnu.org>
ac84042c
EZ
20867
20868 * mail/rmail.el (rmail-get-new-mail): Don't reference
20869 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20870
8a9825f7
LT
208712004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20872
20873 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20874 if one of global-auto-revert-non-file-buffers or autorevert-mode
20875 is non-nil.
20876
a6eeaa81 208772004-02-16 Eli Zaretskii <eliz@gnu.org>
4e039f3f
EZ
20878
20879 * subr.el (delete-dups): A better implementation from Karl Heuer
20880 <kwzh@gnu.org>.
20881
279dffd6
EZ
208822004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20883
20884 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
43e48bda
LT
20885 correct place.
20886 * progmodes/icon.el (icon-indent-command): Ditto.
279dffd6
EZ
20887 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20888
a6eeaa81 208892004-02-16 Eli Zaretskii <eliz@gnu.org>
8c094106
EZ
20890
20891 * progmodes/grep.el (grep-compute-defaults): Undo change from
20892 2004-01-29: don't use executable-command-find-posix-p.
20893
c33b76da
EZ
208942004-02-16 Richard Sharman <rsharman@pobox.com>
20895
20896 * hilit-chg.el: Use require instead of eval-and-compile.
20897 (highlight-compare-buffers): New function.
20898
1c0ecbc4
EZ
208992004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20900
20901 * man.el (Man-fontify-manpage): Render section headings in
20902 `Man-overstrike-face' even when overstrike was not used by man
20903 formatter for section headings.
20904
88fcbeaa
EZ
209052004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20906
52eb0373 20907 * rmail-spam-filter.el (vm-use-spam-filter)
88fcbeaa 20908 (rsf-min-region-length-added-to-spam-list): New variables.
b15aa9f9 20909 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
d8d95bc7 20910 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
88fcbeaa
EZ
20911 spam testing. Don't delete spam message if automatic deletion
20912 after output via variable rmail-delete-after-output is turned on.
b15aa9f9 20913 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
88fcbeaa
EZ
20914 rsf-bbdb-dont-create-entries-for-spam.
20915 (check-field): New function, extracted from code in
d08c4c28 20916 rmail-spam-filter to ease addition of header fields like content-type.
88fcbeaa
EZ
20917 (message-content-type): New variable to check the content-type:
20918 field added, also in defcustom of rsf-definitions-alist.
20919 (rmail-spam-filter): Replace repeated test code for header fields
20920 by calls to check-field; change the call to
20921 rmail-output-to-rmail-file such that rmail-current-message stays
b15aa9f9 20922 the same to avoid wrong deletion of unseen flags.
88fcbeaa
EZ
20923 (rsf-add-contents-type): New function to convert old format
20924 of rmail-spam-definitions-alist into new one.
b15aa9f9 20925 Change prefixes of all variables and functions from
88fcbeaa
EZ
20926 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20927
a6eeaa81 209282004-02-16 Eli Zaretskii <eliz@gnu.org>
dffc4dfc
EZ
20929
20930 * loadhist.el (unload-hook-features-list): New defvar.
20931
0ca9aa8f
EZ
209322004-02-16 Dave Love <fx@gnu.org>
20933
20934 * loadhist.el (unload-feature): Doc fix. Rename flist to
20935 unload-hook-features-list.
20936
28eba01f 209372004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7b5368c1
EZ
20938
20939 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20940 cookie. Don't check if we are looking-at open-formula.
20941
ca4bc494
EZ
209422004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20943
20944 * subr.el (match-string-no-properties): Use substring-no-properties.
20945
a6eeaa81 209462004-02-16 Eli Zaretskii <eliz@gnu.org>
740b7c2d
EZ
20947
20948 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
b15aa9f9
SM
20949 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20950 Use lower-case "rx" in all error message.
740b7c2d
EZ
20951
209522004-02-16 Dave Love <fx@gnu.org>
20953
20954 * emacs-lisp/rx.el (rx-or): Put group around result.
20955 (rx-constituents): Add backref.
20956 (rx-syntax): Add string-delimiter, comment-delimiter.
20957 (rx-categories): Add combining-diacritic.
20958 (rx-check-not, rx-greedy, rx): Doc fix.
20959 (rx-backref, rx-check-backref): New.
20960
065b7364
EZ
209612004-02-16 Jesper Harder <harder@ifa.au.dk>
20962
20963 * newcomment.el (uncomment-region): Allow eob as comment end.
20964
0eee131e 209652004-02-16 Jari Aalto <jari.aalto@poboxes.com>
bbc66b08
EZ
20966
20967 * filecache.el: All message and error commands now use prefix
20968 "Filecache:" to make it easy to read *Messages* buffer.
20969
fb94f75f
EZ
209702004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20971
d08c4c28
SM
20972 * autorevert.el: Add support to detect changed dired and VC buffers.
20973 (auto-revert-active-p, auto-revert-list-diff)
fb94f75f
EZ
20974 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20975 (auto-revert-handler, auto-revert-active-p): New functions.
b15aa9f9 20976 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
fb94f75f 20977 and `auto-revert-active-p'.
4e664f62
EZ
20978 (eval-when-compile): Defvar dired-directory and vc-mode.
20979 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20980 (auto-revert-handler-vc): New functions.
fb94f75f 20981
ebb8cb68
EZ
209822004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20983
20984 * progmodes/compile.el (compilation-directory): New defvar.
20985 (compile): Save current directory in compilation-directory.
20986 (recompile): Bind default-directory to compilation-directory if
20987 that is non-nil.
20988
062a9fce
EZ
209892004-02-16 Dave Love <fx@gnu.org>
20990
8a9825f7 20991 * newcomment.el (comment-insert-comment-function)
a71b3805
EZ
20992 (comment-region-function, uncomment-region-function): New.
20993 (comment-indent): Use comment-insert-comment-function.
20994 (uncomment-region): Use uncomment-region-function.
20995 (comment-region): Use comment-region-function.
20996
062a9fce
EZ
20997 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20998
f800daf6
EZ
209992004-02-16 Richard Stallman <rms@gnu.org>
21000
21001 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21002 loaddefs* and ldefs-boot*.
21003
a6eeaa81 210042004-02-16 Eli Zaretskii <eliz@gnu.org>
ca06718d
EZ
21005
21006 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21007 and email address at the beginning and end of the address.
21008
21009 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21010 anchored at the beginning of the email address.
21011
f92f5e37
KH
210122004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21013
21014 * international/ccl.el (ccl-compile-write): Pass `left' to
21015 ccl-embed-code to generate correct code of write-expr-register.
21016
4ae8d76c
TTN
210172004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21018
21019 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21020
49f87d23
JD
210212004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21022
21023 * x-dnd.el: Mention support for Motif in commentary.
21024 (x-dnd-handle-drag-n-drop-event): Ditto.
21025
584b627e
JY
210262004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21027
783bcffa
SM
21028 * ses.el: Use "ses--" prefixes for buffer-local variables.
21029 Use (point-min) instead of 1, even when we know the buffer
21030 is unnarrowed.
588c0770 21031 (ses-build-load-map): Delete. Distribute its content to defconsts for
783bcffa
SM
21032 the three maps.
21033 (ses-menu, ses-header-line-menu): New menus.
21034 (ses-mode-map): Use them.
21035 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
584b627e 21036
84456793
MS
210372004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21038
b15aa9f9 21039 * Makefile.in: Fix the CC Mode recompile kludge so it works
84456793
MS
21040 when building in a different directory.
21041
7e46b7bf
LT
210422004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21043
783bcffa
SM
21044 * simple.el (kill-new): Put yank-handler property on the entire string.
21045
b15aa9f9
SM
210462004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21047
21048 * diff.el: Don't use compile any more, use diff-mode instead.
21049 (diff-regexp-alist, diff-old-file, diff-new-file)
21050 (diff-parse-differences, diff-process-setup): Remove.
21051 (diff-sentinel): New fun.
21052 (diff): Use it. Run the process ourselves.
21053 Use diff-mode for the rest of the processing.
21054
21055 * diff.el (diff): Simplify code handling `switch'.
21056
783bcffa
SM
210572004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21058
21059 * pcvs-defs.el (cvs-menu): Add `tag'.
7e46b7bf 21060
6827d730
LT
210612004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21062
fb2dcf04
LT
21063 * simple.el (kill-append): Doc fix.
21064
783bcffa
SM
21065 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21066 Adapt outline-regexp to the new conventions for commenting out code.
6827d730 21067
1cdb6ab4
JPW
210682004-02-11 John Paul Wallington <jpw@gnu.org>
21069
21070 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21071
4c11f6a8
SM
210722004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * diff.el (diff-switches): New fun.
21075 (diff, diff-backup): Use it.
21076 (diff): Clean up the args construction. Use backquote.
21077 Use listp instead of consp to avoid putting a nil arg.
d8d95bc7 21078 (diff): Add a revert-buffer function.
4c11f6a8 21079
b9aafad5
JD
210802004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21081
fe38e3b0 21082 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
d08c4c28 21083 handled by x-dnd-handle-file-name.
b9aafad5
JD
21084 (x-dnd-known-types): Add COMPOUND_TEXT.
21085 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21086 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21087 x-dnd-empty-state.
21088 (x-dnd-forget-drop): Ditto.
21089 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21090 (x-dnd-handle-one-url): Return private when inserting text.
21091 (x-dnd-insert-ctext): New function.
21092 (x-dnd-handle-file-name): New function for FILE_NAME.
21093 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21094 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21095 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21096
3638f0e0
KH
210972004-02-10 Kenichi Handa <handa@m17n.org>
21098
21099 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21100 instead of while loop.
21101
4d449b11
MB
211022004-02-10 Miles Bader <miles@gnu.org>
21103
21104 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21105
f73145c1
KH
211062004-02-09 Kenichi Handa <handa@m17n.org>
21107
21108 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21109 have end-of-line.
21110
7fefaee7
MS
211112004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21112
21113 * Makefile.in: Added extra dependencies in the recompile target
21114 needed to cope with the compile time macro expansions in CC Mode.
21115
82722af3
KS
211162004-02-09 Kim F. Storm <storm@cua.dk>
21117
21118 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21119 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21120 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21121 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21122 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21123 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21124 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21125 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21126 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21127 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21128 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
fc4d69e1
SM
21129
211302004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21131
21132 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21133 Don't allow shrink if there's a window on our right.
21134
21135 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21136 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21137 Bring together declaration and initialization.
21138 (prolog-mode-variables): Don't set the syntax table.
21139 Don't set paragraph-start and comment-indent-function.
21140 Add /*..*/ to the comment regexps.
21141 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21142 (prolog-mode-map): Don't bind TAB.
21143 (prolog-mode): Set the syntax table.
21144 (prolog-comment-indent): Remove.
21145 (inferior-prolog-mode-map): Initialize in the declaration.
21146 (inferior-prolog-mode-syntax-table)
21147 (inferior-prolog-mode-abbrev-table): New vars.
21148 (inferior-prolog-mode): Derive from comint-mode.
21149 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21150 minibuffer windows.
21151
21152 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
588c0770 21153 in file names, as long as it is unambiguous.
fc4d69e1 21154
e1dc18db
AS
211552004-02-08 Andreas Schwab <schwab@suse.de>
21156
21157 * textmodes/reftex-toc.el
21158 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21159 format. Doc fix.
21160
21161 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21162 format string arguments.
21163
21164 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21165 string argument.
21166
fc4d69e1 21167 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
e1dc18db
AS
21168
21169 * play/zone.el (zone-call): Fix format string.
21170
fc4d69e1 21171 * net/webjump.el (webjump-builtin): Add missing format string argument.
e1dc18db 21172
fc4d69e1 21173 * midnight.el (midnight-delay-set): Remove extra format string argument.
e1dc18db 21174
fc4d69e1 21175 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
e1dc18db
AS
21176
21177 * hexl.el (hexl-insert-char): Add missing format string argument.
21178
21179 * format.el (format-decode): Fix format string.
21180
21181 * emulation/vi.el (vi-mode): Remove extra format string argument.
21182 (vi-repeat-last-search): Likewise.
21183 (vi-reverse-last-search): Likewise.
21184 (vi-goto-mark): Likewise.
21185 (vi-reverse-last-find-char): Likewise.
21186 (vi-repeat-last-find-char): Likewise.
21187 (vi-locate-def): Likewise.
21188
fc4d69e1 21189 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
e1dc18db
AS
21190
21191 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21192 string argument.
21193 (ediff-toggle-regexp-match): Likewise.
21194
21195 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21196 format string argument.
21197
21198 * calc/calc-map.el (calc-get-operator): Remove extra format
21199 string argument.
21200
21201 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21202
21203 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21204 string argument.
21205
21206 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21207
fc4d69e1 21208 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
e1dc18db 21209
fc4d69e1 21210 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
e1dc18db 21211
fc4d69e1 21212 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
e1dc18db
AS
21213 (cl-struct-setf-expander): Likewise.
21214
21215 * vc.el (with-vc-file): Fix unsafe uses of error.
21216 (vc-cancel-version): Likewise.
21217
c35391d1
NR
212182004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21219
21220 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21221 thousands separator; fixes <class>:<line-number> regexp for
21222 non-english locales.
21223
ea855511
AS
212242004-02-08 Andreas Schwab <schwab@suse.de>
21225
21226 * view.el (view-mode-enable): Revert previous change.
21227
7fdd1f62
KS
212282004-02-07 Kim F. Storm <storm@cua.dk>
21229
21230 * simple.el (line-number-at-pos): Rename from line-at-pos.
21231 Uses changed (what-line and vc-annotate-warp-version).
21232
783bcffa
SM
212332004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21236 (diff-mode): Remove aborted attempt at support for compile.el.
21237 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21238
daa3ea8d
AS
212392004-02-06 Andreas Schwab <schwab@suse.de>
21240
21241 * view.el (view-mode-enable): Add view-mode-map to
21242 minor-mode-overriding-map-alist.
21243
14ca8854
JD
212442004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21245
21246 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21247
d1345427
SM
212482004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21249
21250 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21251 with point inside rather than after the paragraph.
21252
dbfa9ed4
SS
212532004-02-04 Sam Steingold <sds@gnu.org>
21254
21255 * mail/smtpmail.el (smtpmail-try-auth-methods):
21256 Do not try authentication when no mechanism is available.
21257 Pass port-name as defaultport to `netrc-machine'.
21258
12ad758a
SE
212592004-02-04 Stephen Eglen <stephen@gnu.org>
21260
21261 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21262 to show how minibuffer height can be constrained.
21263
21575d92
JPW
212642004-02-04 John Paul Wallington <jpw@gnu.org>
21265
21266 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21267
133aad74
JD
212682004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21269
21270 * x-dnd.el: New file for drag and drop.
21271
21272 * term/x-win.el: require x-dnd, set after-make-frame-functions
21273 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21274 drag-n-drop event.
21275
21276 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21277 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21278 (dired-dnd-handle-file): New functions for drag and drop support.
21279 (dired-mode): Initialize drag and drop if x-dnd present.
21280
d1345427
SM
212812004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21282
21283 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21284 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21285 (cperl-mode): Set fill-paragraph-function.
21286 (cperl-fill-paragraph): Make it non-interactive.
21287
c010ecfa
BR
212882004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21289
21290 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21291
0fc8fa73
DK
212922004-02-02 David Kastrup <dak@gnu.org>
21293
21294 * replace.el (perform-replace): Allow 'literal argument in
21295 regexp-flag to indicate literal replacement.
21296 (query-replace-regexp-eval): Use it.
21297
679be517
AS
212982004-02-01 Andreas Schwab <schwab@suse.de>
21299
d1345427 21300 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
679be517 21301
b3a3e4e1
SE
213022004-02-01 Stephen Eglen <stephen@gnu.org>
21303
21304 * info-look.el: Add support for maxima-mode. Update commentary
21305 because info-lookup-symbol is now bound to C-h S.
21306
11178a06
LT
213072004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21308
21309 * simple.el (edit-and-eval-command): Bind print-level and
21310 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21311 Correct initial position in command-history.
21312
eb996101
LT
213132004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21314
21315 * files.el (read-directory-name): Adapt the docstring to recent
21316 change in Fread_file_name.
21317
9e2d29b6
JY
213182004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21319
21320 * ses.el (ses-print-cell): If print format too wide for column
21321 width, truncate decimal places if that helps to avoid "#####" fill.
21322 * ses.el (ses-initial-column-width): Revert previous change.
21323
cce5462e 213242004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
ab43c850 21325
cce5462e
SM
21326 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21327 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21328 Add edebug info.
21329 (jit-lock-mode): Setup/cancel the new timer.
21330 (jit-lock-context-fontify): New fun. Extracted from
21331 context fontification code of jit-lock-stealth-fontify.
21332 (jit-lock-stealth-fontify): Don't do context fontification any more.
ab43c850 21333
cce5462e
SM
21334 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21335 (jit-lock-fontify-now): Handle the `quit' case.
21336 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21337
213382004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21339
21340 * progmodes/executable.el (executable-command-find-posix-p):
21341 New. Check if find handles arguments Posix-style.
21342
21343 * progmodes/grep.el (grep-compute-defaults):
ab43c850 21344 Use executable-command-find-posix-p.
cce5462e 21345 (grep-find): Check `grep-find-command'.
ab43c850 21346
cce5462e 21347 * filecache.el (file-cache-find-posix-p): Delete.
ab43c850 21348 (file-cache-add-directory-using-find):
cce5462e 21349 Use `executable-command-find-posix-p'.
ab43c850
RS
21350
213512004-01-29 Dave Love <fx@gnu.org>
21352
21353 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21354 Iterate the hook function if arg is given.
21355 (mark-defun, narrow-to-defun): Change order of finding the limits.
21356
21357 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21358 (byte-compile-format-warn): New.
21359 (byte-compile-callargs-warn): Use it.
21360 (Format, message, error): Add byte-compile-format-like property.
21361 (byte-compile-maybe-guarded): New.
21362 (byte-compile-if, byte-compile-cond): Use it.
21363 (byte-compile-lambda): Compile interactive forms,
21364 just to make warnings about them.
21365
100eda14
JY
213662004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21367
21368 * ses.el (ses-initial-column-width): Increase to 14, so it will
21369 work well with the default printer of "%.7g" for extreme values
21370 like "-1.234567e+07".
21371
3ff05361
KH
213722004-01-29 Kenichi Handa <handa@m17n.org>
21373
21374 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21375
d57625a0
JR
213762004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21377
21378 * dos-w32.el: Added support for the `default-printer-name' function.
21379
05e72590
SM
213802004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21381
21382 * server.el (server-socket-name): Don't use the hostname in the
21383 socket name since /tmp is local to the host anyway.
21384
21385 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21386 robust check of widening and fix var-naming.
21387
f5ea26f8
RS
213882004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21389
21390 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21391 or rmail-spam- to rsf- in all function and variable names.
21392 (rsf-min-region-to-spam-list): New variable.
05e72590 21393 (rsf-bbdb-auto-delete-spam-entries): Rename from
f5ea26f8
RS
21394 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21395 scanned together with the recipients field for spam testing; Don't
21396 delete spam message if rmail-delete-after-output is non-nil;
05e72590 21397 (rsf-check-field): New function, extracted from code in
f5ea26f8
RS
21398 rmail-spam-filter to ease addition of header fields like
21399 content-type:;
05e72590 21400 (message-content-type): New variable. The content-type: field was
f5ea26f8
RS
21401 added also in defcustom of rsf-definitions-alist;
21402 (rmail-spam-filter): Replace repeated test code for header fields
21403 by calls to check-field; change the call to
21404 rmail-output-to-rmail-file such that rmail-current-message stays
21405 the same to avoid wrong deletion of unseen flags.
21406 (rmail-use-spam-filter): Add autoload cookie.
21407
05e72590 214082004-01-27 Jari Aalto <jari.aalto@poboxes.com>
f5ea26f8 21409
05e72590
SM
21410 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
21411 (file-cache-add-directory-using-find): Add Cygwin support.
21412 (file-cache-find-command-posix-flag): New user variable.
f5ea26f8 21413
05e72590
SM
21414 * filecache.el (file-cache-add-directory): Check for
21415 directories an remove them from dir-files.
f5ea26f8
RS
21416
214172004-01-27 Richard M. Stallman <rms@gnu.org>
21418
21419 * man.el (Man-fontify-manpage): Clean up message.
21420
f43a0b98
KH
214212004-01-27 Kenichi Handa <handa@m17n.org>
21422
21423 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21424 (sentence-end): Define using sentence-end-without-space.
21425
05e72590
SM
21426 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21427 a sentence ends with one of a character in sentence-end-without-space.
f43a0b98 21428
6497a8f8
SM
214292004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
21430
21431 * font-lock.el (font-lock): Add jit-lock as explicit group member.
21432 (jit-lock): Group declaration moved to jit-lock.el.
21433 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21434 when necessary.
21435
21436 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21437 (jit-lock-context-unfontify-pos): Rename from
21438 jit-lock-first-unfontify-pos.
21439 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21440
337c50a5
GM
214412004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21442
6497a8f8
SM
21443 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21444 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
337c50a5
GM
21445 (fortran-fill): When filling a string, adjust re-search-backward
21446 argument for special case of string just on fill-column.
21447 When filling non-string, allow one extra char if
6497a8f8
SM
21448 fortran-break-before-delimiters is non-nil.
21449 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
337c50a5
GM
21450 Use fortran-break-delimiters-re and fortran-no-break-re to
21451 correctly handle cases such as "**".
21452
21453 * progmodes/f90.el (f90-break-delimiters): Doc fix.
21454 (f90-no-break-re): Add some extra tokens. Doc fix.
21455
2528f9c4
TTN
214562004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
21457
21458 * mail/rmail-spam-filter.el:
21459 Use two semicolons as Commentary line prefix.
21460 Add ";;; Code:" stylized comment.
21461 Delete end-of-line whitespace.
21462 Wrap (require 'cl) with `eval-when-compile'.
21463
414f7d4e
AS
214642004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21465
21466 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21467 at the top level of vc.el.
21468
fe722d76
AS
214692004-01-23 Andre Spiegel <spiegel@gnu.org>
21470
21471 * vc.el (vc-current-line): Function removed. This is now done by
21472 the new function line-at-pos in simple.el.
21473 (vc-annotate-warp-version): Use line-at-pos instead of
21474 vc-current-line.
21475
f076870a
KS
214762004-01-22 Kim F. Storm <storm@cua.dk>
21477
21478 * simple.el (line-at-pos): New defun.
21479 (what-line): Use it. Optimize by only counting lines in narrowed
21480 region once.
21481
6a8b9ce4
KH
214822004-01-22 Kenichi Handa <handa@m17n.org>
21483
6497a8f8
SM
21484 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21485 point (register r1) only for charset mule-unicode-0100-24ff.
6a8b9ce4 21486
f78d258e
MR
214872004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21488
21489 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21490 trailing white space and ensure a final newline.
21491
6497a8f8
SM
21492 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21493 Add autoload cookie.
f78d258e 21494
3a849027
AS
214952004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21496
21497 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21498 activate view-mode explicitly.
21499
a5bfbd4e
JD
215002004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21501
75fb9fde
JD
21502 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21503 menu-bar-enable-clipboard and make Paste use clipboard first.
a5bfbd4e 21504
f56af8ca
SM
215052004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21506
438fc6c0
SM
21507 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21508 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21509 (vc-mcvs-cvs): Remove.
21510 (vc-mcvs-command): Remove use of assert.
21511
f56af8ca
SM
21512 * outline.el (outline-insert-heading): Tighten up match.
21513 (outline-demote, outline-move-subtree-down): Don't assume anything
21514 about outline-regexp.
21515
21516 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21517 (texinfo-show-structure): Explicitly add ^, and simplify.
21518
4e788be2
GM
215192004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21520
21521 * calendar/appt.el (appt-check): Restore usage of
21522 appt-issue-message deleted in previous change.
21523 (top-level): Activate package when loaded (needed for backwards
21524 compatibility).
21525
24aaadec
GM
215262004-01-20 Jesper Harder <harder@ifa.au.dk>
21527
21528 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21529 following previous change to smtpmail-send-data.
21530
00911925
AS
215312004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21532
21533 * vc.el (vc-default-previous-version): Doc enhancement.
21534 (vc-default-next-version): New function.
21535 (vc-print-log): New arg FOCUS-REV.
f56af8ca
SM
21536 (vc-annotate-mode): Derive from view-mode.
21537 (vc-annotate): New args REVISION, DISPLAY-MODE.
21538 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21539 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21540 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21541 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21542 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21543
21544 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
00911925 21545
a73c2999
KB
215462004-01-19 Karl Berry <karl@gnu.org>
21547
21548 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21549 or "TexInfo".
21550
d0cd7210
LT
215512004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21552
21553 * subr.el (delete-dups): New function.
21554
412be09b
KB
215552004-01-19 Karl Berry <karl@gnu.org>
21556
f56af8ca 21557 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
412be09b
KB
21558 with ^, since that's what texinfo-show-structure
21559 documentation says (plus it works much better in texinfo.txi).
21560
dd64e5e5
GM
215612004-01-18 Jesper Harder <harder@ifa.au.dk>
21562
f56af8ca 21563 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
dd64e5e5 21564
52eb0373 215652004-01-18 David Ponce <david@dponce.com> (tiny change)
dd64e5e5
GM
21566
21567 * progmodes/which-func.el (which-function-mode): Don't cancel
f56af8ca 21568 which-func-update-timer if not set.
dd64e5e5 21569
d14b04bc
TTN
215702004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
21571
21572 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21573 Remove spurious left square bracket in XX:XXam regexp.
21574
a151ecff
LT
215752004-01-16 Luc Teirlinck <teirllm@auburn.edu>
21576
21577 * progmodes/cc-defs.el: Do not require cl at run time.
21578
557be036
RS
215792004-01-16 Richard M. Stallman <rms@gnu.org>
21580
21581 * emacs-lisp/cl.el (cl-cannot-unload): New function.
21582 (cl-unload-hook): Defvar this to run cl-cannot-unload.
21583
21584 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21585 Call rmail-spam-filter. Delete and expunge spam.
21586 Print number of spam messages deleted.
21587 Save and restore the deletion status of old messages when reading
21588 new mail with spam filter, so that expunging spam does not expunge
21589 msgs deleted by the user.
f56af8ca 21590 (rmail-only-expunge): Add an optional argument dont-show to
557be036
RS
21591 prevent showing message after expunge.
21592
3e7274ae
LT
215932004-01-15 Luc Teirlinck <teirllm@auburn.edu>
21594
21595 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21596 * subr.el (declare): New macro.
21597
c1bfdd54
TTN
215982004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
21599
21600 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21601
7fc34f85
SM
216022004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
21603
21604 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21605 Test window-system rather than system-type (for X11/Mac).
21606
4007b34c
LT
216072004-01-12 Luc Teirlinck <teirllm@auburn.edu>
21608
21609 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21610
09843470
RS
216112004-01-12 Richard M. Stallman <rms@gnu.org>
21612
9b07d734
SM
21613 * mail/rmail.el (rmail-convert-to-babyl-format):
21614 Use mail-unquote-printable-region.
09843470
RS
21615 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21616 (rmail-hex-char-to-integer): Functions deleted.
21617
21618 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21619 (mail-unquote-printable-region): New arg NOERROR.
21620 For invalid encoding, either signal an error to just return nil.
21621
21dcb709
GM
216222004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21623
21624 * calendar/appt.el: Update copyright and commentary.
d9acc06f 21625 (appt-issue-message): Make obsolete.
588c0770 21626 (appt-visible, appt-msg-window): Make obsolete, in favor of
21dcb709
GM
21627 appt-display-format.
21628 (appt-display-mode-line, appt-display-duration)
21629 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21630 (appt-prev-comp-time, appt-display-count, appt-timer)
21631 (appt-convert-time): Doc change.
9b07d734
SM
21632 (appt-disp-window-function, appt-delete-window-function):
21633 Use defcustom rather than defvar.
21dcb709 21634 (appt-display-format): New variable.
9b07d734
SM
21635 (appt-display-message): New function with display code from appt-check.
21636 (appt-check): Add optional FORCE argument. Doc change.
21637 Add appt-make-list to diary-hook if displaying diary.
21638 Remove checking of view-diary-entries-initially.
21639 Message display section removed to new function appt-display-message.
21dcb709
GM
21640 (appt-display-window): Doc change. Remove unused internal var
21641 this-buffer. Do not beep, since appt-display-message does that.
21642 (appt-make-list): Doc change. Use caar.
21643 (appt-sort-list): Simplify by using builtin sort function.
21644 (appt-update-list): New function for updating appts when diary is
21645 saved.
21646 (appt-activate): New autoloaded function to toggle package
21647 functionality.
21648
21649 * calendar/cal-x.el: (calendar-one-frame-setup)
9b07d734 21650 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21dcb709
GM
21651
21652 * calendar/calendar.el: Update copyright.
9b07d734 21653 (view-diary-entries-initially, european-calendar-style): Doc change.
21dcb709
GM
21654 (calendar-setup): Make defcustom rather than defvar.
21655 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21656 in let binding so local to function.
21657
21658 * calendar/diary-lib.el: Update copyright.
21659 (diary, diary-entry-time): Doc change.
21660 (list-diary-entries): Doc change. Trivial logic change.
21661 (fancy-diary-display): Restore make-face command mistakenly
21662 deleted 2003-05-08.
21663 (show-all-diary-entries): Allow to pop-up frame if needed.
21664
fdce4c6d
JPW
216652004-01-09 John Paul Wallington <jpw@gnu.org>
21666
21667 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21668 Temporarily select EVENT's window for changing eol type.
21669
3b42c185
TTN
216702004-01-09 Deepak Goel <deego@gnufans.org>
21671
21672 * calendar/diary-lib.el (diary-entry-time):
21673 Also accept time in the form XX[.XX][am/pm/AM/PM].
21674 (fancy-diary-font-lock-keywords): Likewise.
21675 (diary-font-lock-keywords): Likewise.
21676 * calendar/appt.el (appt-add): Likewise.
21677 (appt-make-list): Likewise.
21678 (appt-convert-time): Likewise.
21679
7f0edca4
NR
216802004-01-08 Nick Roberts <nick@nick.uklinux.net>
21681
21682 * gdb-ui.el (gdb-ann3): Revert previous change.
21683 (gdb-source-info): Allow for case of where compilation directory
21684 is not recorded.
21685
c9ec040a
JPW
216862004-01-08 John Paul Wallington <jpw@gnu.org>
21687
21688 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21689
2fae1984
NR
216902004-01-07 Nick Roberts <nick@nick.uklinux.net>
21691
9b07d734 21692 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2fae1984 21693
7f0edca4
NR
21694 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21695 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21696 problems.
2fae1984
NR
21697 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21698
583c353d
LT
216992004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21700
21701 * files.el (write-file-functions, write-contents-functions):
21702 Clarify docstrings.
21703
c251286b
KH
217042004-01-07 Kenichi Handa <handa@m17n.org>
21705
21706 * international/mule.el (set-auto-coding): Fix for the case that
21707 end-of-line is only CR.
21708
05faee07
KS
217092004-01-07 Kim F. Storm <storm@cua.dk>
21710
21711 * subr.el (event-start, event-end): Doc fix.
21712 (posn-string, posn-image): New defuns.
21713 (posn-object): Return either image or string object.
21714 (posn-object-x-y): Return 8th element of position.
21715 (posn-object-width-height): New defun.
21716
a8410c29
AS
217172004-01-06 Andreas Schwab <schwab@suse.de>
21718
21719 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21720 output.
21721
2e3b4a0b
KB
217222004-01-05 Karl Berry <karl@gnu.org>
21723
28eba01f 21724 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2e3b4a0b
KB
21725 / and *, too.
21726
3c3b81d1
SJ
217272003-12-31 Simon Josefsson <jas@extundo.com>
21728
21729 * files.el (before-save-hook): Add.
21730 (basic-save-buffer): Use before-save-hook.
21731
bcbc6fd3
SJ
21732 * emacs-lisp/copyright.el: Fix comment to recommend
21733 before-save-hook instead of write-file-functions.
21734
61e938eb
RS
217352004-01-05 Richard M. Stallman <rms@gnu.org>
21736
21737 * finder.el (finder-commentary): Call delete-other-windows.
21738
21739 * net/ange-ftp.el (ange-ftp-file-attributes):
21740 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21741
17b33776
KB
217422004-01-04 Karl Berry <karl@gnu.org>
21743
28eba01f 21744 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17b33776
KB
21745 comment characters % and # in the copyright year notice,
21746 as well as ;.
21747
125f1820 217482004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
972c0c49 21749
125f1820
PA
21750 * wid-edit.el (default): Define dummy :value-delete.
21751 Reported by Jesper Harder <harder@ifa.au.dk>.
55115079
PA
21752
217532004-01-03 Richard M. Stallman <rms@gnu.org>
21754
21755 * progmodes/compile.el (compile-internal): Use point, not point-min,
21756 for set-window-point.
21757
21758 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21759
438fc6c0 21760 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
55115079
PA
21761
21762 * progmodes/grep.el (grep-mode-map):
21763 Don't remap next-line, previous-line.
21764
217652004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21766
21767 * speedbar.el (speedbar-edit-line): Change regexp to position
21768 the cursor on the first character of this line's button.
21769
217702004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21771
21772 * subr.el (functionp): Doc fix.
21773
217742004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21775
21776 * progmodes/idlwave.el (idlwave-make-tags):
21777 * textmodes/flyspell.el (flyspell-large-region):.
21778 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21779 * emulation/viper-util.el (viper-glob-unix-files):
21780 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21781 * man.el (Man-init-defvars):
21782 * jka-compr.el (jka-compr-call-process):
21783 * files.el (get-free-disk-space,insert-directory):
21784 * ediff-ptch.el (ediff-test-patch-utility):
21785 * ediff-diff.el (ediff-test-utility):
21786 * dired-aux.el (dired-check-process):
21787 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21788 test the return value of call-process, because it can be a string.
21789
217902003-12-31 John Paul Wallington <jpw@gnu.org>
21791
21792 * bindings.el (completion-ignored-extensions): Add .pfsl.
21793
217942003-12-31 Kim F. Storm <storm@cua.dk>
21795
21796 * ido.el (ido-nonreadable-directory-p): New defun to check for
21797 nonreadable directory without activating tramp (to avoid problems
28eba01f 21798 with checking incomplete tramp paths).
55115079
PA
21799 (ido-set-current-directory, ido-file-internal)
21800 (ido-file-name-all-completions1): Use it.
21801
218022003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21803
21804 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21805 documentation if the anchor (or node) name is preceded by `info
21806 anchor' or `Info anchor' in addition to earlier `info node' and
21807 `Info node'.
21808 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21809
a6eeaa81 218102003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
21811
21812 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21813 error in arguments to base64-decode-region. Remove ^M characters
21814 after decoding base64.
21815
218162003-12-30 Simon Josefsson <jas@extundo.com>
21817
21818 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21819 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21820 have only been distributed with Emacs for some years.
21821 (texinfo-mode-hook): Customize.
21822
a6eeaa81 218232003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
21824
21825 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21826 cleaner (suggested by Richard Stallman).
21827
21828 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21829 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21830 file-name clashes on 8+3 DOS filesystems.
21831
21832 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21833 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21834 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21835 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21836 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21837 file-name clashes on 8+3 filesystems.
21838
9b07d734
SM
21839 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21840 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21841 file-name clashes on 8+3 DOS filesystems.
55115079
PA
21842
218432003-12-29 Richard M. Stallman <rms@gnu.org>
21844
21845 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21846 Upcase the character.
21847
21848 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21849 Search for header separator alone on a line, literally,
21850 and search for it backward, not forward.
21851 (flyspell-abbrev-table): Always use global-abbrev-table
21852 if there is no local one.
21853
21854 * progmodes/sh-script.el (sh-get-indent-info):
21855 Don't move point back if at bob.
21856
21857 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21858
21859 * play/handwrite.el (handwrite): Make the handwrite credit message
21860 a comment rather than an output command.
21861
21862 * obsolete/sc.el: Display message that this file is obsolete.
21863
21864 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21865
21866 * mail/rfc822.el (rfc822-address-start): Declare variable.
21867 Renamed from address-start. All uses changed.
21868
21869 * term.el (term-exec): Set up sentinel.
21870 (term-sentinel): New function.
21871 (term-handle-exit): New function.
21872
3b42c185 21873 * subr.el (assoc-ignore-case, assoc-ignore-representation):
55115079
PA
21874 Use assoc-string, and mark them obsolete.
21875 (delay-mode-hooks): Mark as permanent local.
21876
21877 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21878
21879 * register.el (copy-rectangle-to-register): Doc fix.
21880
21881 * info.el (Info-insert-dir): Use assoc-string.
21882
21883 * info-look.el (info-lookup): Use assoc-string.
21884
21885 * frame.el (pop-up-frame-function): Use quote, not `function'.
21886 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21887 copying with lists as coordinate values.
21888
21889 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21890
21891 * find-dired.el (kill-find): New command.
21892 (find-dired): Make buffer read-only.
21893 Set up a keymap with C-c C-k running kill-find.
21894 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21895
21896 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21897
21898 * filecache.el (file-cache-ignore-case): New variable.
21899 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21900
21901 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21902 (comint-dynamic-complete-as-filename): Rename local vars.
21903 (comint-dynamic-list-filename-completions): Likewise.
21904
21905 * comint.el (comint-dynamic-list-completions-config): New var.
21906 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21907
21908 * comint.el (comint-file-name-chars): Add [].
21909 (comint-word): Use skip-chars-backward, not search.
21910
21911 * shell.el (shell-file-name-chars): Add [].
21912
21913 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21914
21915 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21916
21917 * generic.el (define-generic-mode): Doc fix.
21918
a6eeaa81 219192003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
21920
21921 * files.el (kill-some-buffers): Doc fix.
21922
28eba01f 219232003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
55115079
PA
21924
21925 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21926 arg to send-invisible
21927 (send-invisible): Doc fix. The argument is now a prompt, not the
21928 string to send.
21929 (comint-read-noecho): Doc fix.
21930
219312003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21932
21933 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21934 "@", as required by some ISP hosting service. Fix defcustom
21935 argument syntax errors that prevented use of customization.
21936
a6eeaa81 219372003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
21938
21939 * xml.el (xml-get-attribute-or-nil): Doc fix.
21940
28eba01f 219412003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
55115079
PA
21942
21943 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21944 write-file-hooks.
21945
28eba01f 219462003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
21947
21948 * autorevert.el (auto-revert-interval): Doc fix.
21949
28eba01f 219502003-12-29 Mark A. Hershberger <mah@everybody.org>
55115079
PA
21951
21952 * xml.el (xml-get-attribute-or-nil): New function, like
21953 xml-get-attribute, but returns nil if the attribute was not found.
9b07d734 21954 (xml-get-attribute): Convert to defsubst, uses
55115079
PA
21955 xml-get-attribute-or-nil.
21956
a6eeaa81 219572003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
21958
21959 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21960
28eba01f 219612003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
55115079
PA
21962
21963 * custom.el (custom-declare-theme): Use `value' when putting
21964 properties on `theme'.
21965
28eba01f 219662003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
55115079
PA
21967
21968 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21969 for each yank-handler segment.
21970 (insert-for-yank-1): New function, with the body of the previous
21971 insert-for-yank.
21972
21973 * textmodes/table.el (table-yank-handler): New defcustom.
21974 (table--put-cell-indicator-property): Put yank-handler property
21975 that indicates the yank handler for the table cell.
21976
28eba01f 219772003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
55115079
PA
21978
21979 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21980 set of keywords.
21981
a6eeaa81 219822003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
21983
21984 * international/mule-cmds.el (reset-language-environment)
21985 (set-language-environment): Don't invoke fontset-related functions
21986 if fontset-list is not fboundp.
21987
219882003-12-29 Kenichi Handa <handa@m17n.org>
21989
9b07d734
SM
21990 * international/mule-cmds.el (reset-language-environment):
21991 Call set-overriding-fontspec-internal with nil.
55115079
PA
21992 (set-language-environment): Call set-overriding-fontspec-internal
21993 if the language environment specify `overriding-fontspec'.
21994 (language-info-alist): Doc added.
21995
21996 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21997 characters of mule-unicode-0100-24ff.
21998 (ccl-encode-windows-1251-font): New CCL program.
21999 ("Bulgarian"): Specify overriding-fontspec.
22000 ("Belarusian"): Likewise.
22001
220022003-12-28 Sam Steingold <sds@gnu.org>
22003
22004 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22005 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22006
220072003-12-28 Nick Roberts <nick@nick.uklinux.net>
22008
22009 * progmodes/gud.el (gud-gdb-command-name): Set default to
22010 "gdb --annotate=3".
22011 (gud-gdb-marker-filter): Look out for annotations.
22012 (gdb-first-pre-prompt): New variable.
22013 Remove trailing white space.
22014
22015 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22016 if necessary.
588c0770 22017 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
55115079
PA
22018 annotations are detected.
22019 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22020 instead of a local one to allow transition from
22021 gud-gdb-marker-filter.
22022 Remove trailing white space.
22023
220242003-12-27 Kim F. Storm <storm@cua.dk>
22025
22026 * ido.el: Handle non-readable directories.
22027 (ido-decorations): Add 9th element for non-readable directory.
22028 (ido-directory-nonreadable): New dynamic var.
22029 (ido-set-current-directory): Set it.
22030 (ido-read-buffer, ido-file-internal):
22031 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22032 (ido-file-name-all-completions1): Return empty list for
22033 non-readable directory.
22034 (ido-exhibit): Print [Not readable] if directory is not readable.
22035 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22036 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22037 Use it.
22038
220392003-12-27 Lars Hansen <larsh@math.ku.dk>
22040
22041 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22042 calls to directory-files-and-attributes and file-attributes.
22043 (ls-lisp-format): Remove system dependent handling of user and
22044 group id's.
22045
220462003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22047
22048 * ffap.el (ffap-read-file-or-url): Revert previous change.
22049
28eba01f 220502003-12-25 Robert J. Chassell <bob@rattlesnake.com>
55115079
PA
22051
22052 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22053 new list of included files called `files-with-node-lines', that
22054 only have node lines. This way @include commands can include any
22055 file, such as version and update files without node lines, not
22056 just files that are chapters.
22057
220582003-12-25 Andreas Schwab <schwab@suse.de>
22059
22060 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22061 file not found.
22062
220632003-12-08 Miles Bader <miles@gnu.org>
22064
22065 * dired.el (dired-between-files): Always use dired-move-to-filename,
22066 which is more robust in non-english locales.
22067
220682003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22069
22070 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22071
220722003-12-24 Andreas Schwab <schwab@suse.de>
22073
22074 * shell.el (shell-file-name-quote-list): Add backslash.
22075
22076 * comint.el (comint-quote-filename): Correctly handle backslash
22077 in comint-file-name-quote-list.
22078
220792003-12-24 Kenichi Handa <handa@m17n.org>
22080
9b07d734
SM
22081 * international/mule-cmds.el (set-default-coding-systems):
22082 Call ucs-set-table-for-input for all buffers that don't have local
55115079
PA
22083 value of buffer-file-coding-system.
22084
9b07d734
SM
22085 * international/ucs-tables.el (ucs-set-table-for-input):
22086 If translation-table-for-encode is a symbol, get its
55115079
PA
22087 translation-table property.
22088
220892003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22090
22091 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22092 to `completing-read' on a recently fixed bug.
22093
22094 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9b07d734
SM
22095 instead of SPACE, to get the list of possible fringe modes.
22096 SPACE only works if both `partial-completion-mode' and
55115079
PA
22097 `completion-auto-help' are nil.
22098
9b07d734 22099 * complete.el (PC-is-complete-p): Delete.
55115079
PA
22100 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22101 calls to `test-completion'.
22102
221032003-12-23 Nick Roberts <nick@nick.uklinux.net>
22104
22105 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22106 to edit values when there are no children.
22107
22108 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22109 a mode called "Assembler" already exists.
9b07d734 22110 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
a568a2cc 22111 (gud-watch): Use format option. Remove font properties from string.
9b07d734
SM
22112 (gdb-var-create-handler, gdb-var-list-children-handler):
22113 Don't bother about properties as there are none.
55115079
PA
22114 (gdb-var-create-handler, gdb-var-list-children-handler)
22115 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22116 with two arguments.
9b07d734
SM
22117 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22118 Let speedbar show value changes with a different font.
55115079
PA
22119 (gdb-edit-value): New defun.
22120 (gdb-clear-partial-output, gdb-clear-inferior-io)
22121 (def-gdb-auto-update-handler): Use erase-buffer.
22122 (gdb-frame-handler): Display watch expressions in
22123 FUNCTION::VARIABLE format if required.
22124
221252003-12-23 John Paul Wallington <jpw@gnu.org>
22126
22127 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22128 (Info-goto-emacs-command-node): Doc fixes.
22129
28eba01f 221302003-12-12 Jesper Harder <harder@ifa.au.dk>
55115079
PA
22131
22132 * cus-edit.el (custom-add-parent-links): Define "many".
22133
221342003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22135
22136 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22137 (widget-child-validate, widget-type-value-create)
22138 (widget-type-default-get, widget-type-match): New functions.
22139 (lazy): New widget.
22140 (menu-choice, checklist, radio-button-choice, editable-list)
9b07d734 22141 (group, documentation-string): Remove redundant (per 2003-10-25
55115079 22142 change) calls to `widget-children-value-delete'.
9b07d734
SM
22143 (widget-choice-value-get, widget-choice-value-inline): Remove.
22144 (menu-choice): Update widget.
55115079
PA
22145
221462003-12-03 Kenichi Handa <handa@m17n.org>
22147
22148 * language/cyrillic.el: Register "microsoft-cp1251" in
22149 ctext-non-standard-encodings-alist.
22150 ("Bulgarian"): Add ctext-non-standard-encodings.
22151 ("Belarusian"): Likewise.
22152
22153 * international/mule-conf.el (compound-text-with-extensions):
22154 Change the type to 2 (iso-2022 base).
22155
22156 * international/mule.el (ctext-non-standard-encodings-alist):
22157 Change the format.
22158 (ctext-non-standard-encodings): New variable.
22159 (ctext-post-read-conversion): Fully re-written.
22160 (ctext-non-standard-designations-alist): Delete it.
22161 (ctext-non-standard-encodings-table): New function.
22162 (ctext-pre-write-conversion): Fully re-written.
22163
221642003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22165
22166 * cus-edit.el (custom-add-parent-links): Add documentation links
22167 for parent, if the item has none of its own.
22168
221692003-11-30 Richard M. Stallman <rms@gnu.org>
22170
22171 * dired-aux.el (dired-do-query-replace-regexp):
22172 Report files visited read-only.
22173
221742003-11-30 Juri Linkov <juri@jurta.org>
22175
22176 * dired-aux.el (dired-compare-directories): New command.
22177 (dired-file-set-difference, dired-files-attributes): New functions.
22178
221792003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22180 Version 2.0.38 of Tramp released.
22181
22182 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22183 Charles Curley <charlescurley@charlescurley.com>.
22184 (tramp-multi-connection-function-alist): Add ssht entry which adds
22185 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22186 Aichner.
22187 (tramp-get-method-parameter): New function to retrieve a method
22188 parameter. This allows for omission of method parameters.
22189 Callers adjusted.
22190
221912003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22192
22193 * net/tramp.el: Add new optional parameter ID-FORMAT to
22194 `file-attributes'. Calls of `file-attributes' won't use this
22195 parameter for backward compatibility reasons.
22196 (tramp-perl-file-attributes): Add a new parameter to Perl script
22197 in order to handle uid/gid as strings, if desired.
9b07d734
SM
22198 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22199 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
55115079
PA
22200 order to make the function more general.
22201 (tramp-handle-file-attributes): Replace proprietary optional
bf247b6e 22202 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
55115079 22203 (tramp-handle-file-attributes-with-perl): Handle parameter
a568a2cc 22204 NONNUMERIC if set. This wasn't done in the past.
55115079
PA
22205 (tramp-post-connection): Apply second parameter "$2" if
22206 `tramp-remote-perl' is called.
22207
9b07d734
SM
22208 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22209 Correct cut'n'waste error (`filename' instead of `directory').
55115079 22210 (tramp-smb-handle-directory-files-and-attributes)
bf247b6e 22211 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
55115079
PA
22212 introduced parameter ID-FORMAT.
22213 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22214 error (`directory' instead of `ldir').
22215
22216 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22217 `file-attributes' has a second parameter. If yes, apply it with
22218 value "'integer". Otherwise, don't use that parameter (default is
22219 integer format).
22220
55115079
PA
222212003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22222
22223 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22224 (help-for-help): Add `C-h .' to the listed Help options.
22225 Remove trailing whitespace.
22226
22227 * help-at-pt.el: New file.
22228
222292003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22230
9b07d734
SM
22231 * subr.el (noreturn, 1value): New macros for test coverage.
22232 See `testcover.el'.
55115079
PA
22233
22234 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
22235
22236 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22237 for macro `1value'.
22238 (testcover-1value): New function. Checks that a 1value form
22239 actually returns only one value. Requested by RMS.
22240
222412003-11-29 Nick Roberts <nick@nick.uklinux.net>
22242
22243 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22244 (gdb-var-list-children, gdb-var-list-children-handler)
22245 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22246 gdb commands that use mi to keep them out of the command history.
22247
222482003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22249
22250 * cus-start.el (all): Add use-file-dialog.
22251
9b07d734
SM
222522003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22253
22254 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22255
55115079
PA
222562003-11-27 Kim F. Storm <storm@cua.dk>
22257
22258 * subr.el (posn-object-x-y): New defun.
22259
9b07d734
SM
222602003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22261
22262 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22263 Don't use `space' for \\\n.
22264 Be more selective as to which # are comment-starters.
22265
55115079
PA
222662003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22267
22268 * subr.el (number-sequence): Improve handling of floating point
22269 arguments (suggested by Kim Storm). Allow negative arguments.
22270
222712003-11-26 Kenichi Handa <handa@m17n.org>
22272
22273 * international/mule-cmds.el (standard-display-european-internal):
22274 Cancel the standard-display-table setting for ` and '.
22275
222762003-11-26 Kim F. Storm <storm@cua.dk>
22277
22278 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22279 New defcustoms to add ffap-like functionality to ido.
22280 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22281 (ido-no-final-slash): New defun.
22282 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22283 (ido-read-file-name): ): Toggle VC checking via
22284 vc-handled-backends instead of vc-master-templates.
22285 (ido-file-internal): Handle ido-use-url-at-point and
22286 ido-use-filename-at-point via code borrowed from ffap-guesser.
22287 Handle new ido-exit code ffap.
22288 (ido-sort-list): Ignore final slash when sorting file names.
22289
222902003-11-25 Kim F. Storm <storm@cua.dk>
22291
22292 * emulation/cua-base.el (cua--standard-movement-commands):
22293 Add forward-sentence and backward-sentence.
22294
222952003-11-25 Stephen Eglen <stephen@gnu.org>
22296
22297 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22298 iswitchb-exit is set to 'usefirst when user selects buffer at head
22299 of list using RET. (Selecting buffers at the head of the list was
22300 broken if the substring was also a complete buffername.)
22301
223022003-11-23 Kim F. Storm <storm@cua.dk>
22303
22304 * progmodes/compile.el (grep-command, grep-use-null-device)
22305 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22306 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22307 (grep-regexp-alist, grep-program, find-program)
22308 (grep-find-use-xargs, grep-history, grep-find-history)
22309 (grep-process-setup, grep-compute-defaults)
22310 (grep-default-command, grep, grep-tag-default, grep-find)
22311 (grep-expand-command-macros, grep-tree-last-regexp)
22312 (grep-tree-last-files, grep-tree): Move grep variables, functions
22313 and commands to new file grep.el.
22314 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22315 (compilation-process-setup-function): Doc fix.
22316 (compilation-highlight-regexp, compilation-highlight-overlay): New
22317 defvars used for highlighting current compile error in source buffer.
22318 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22319 LOCAL-MAP which overrides compilation-highlight-regexp and
22320 compilation-mode-map for this compilation.
22321 Delay calling compilation-set-window-height until after running
22322 compilation-process-setup-function so it can buffer-local override
22323 compilation-window-height.
22324 Check buffer-local value of compilation-scroll-output.
22325 (compilation-set-window-height): Use buffer-local value of
22326 compilation-window-height.
22327 (compilation-revert-buffer): Don't pass (undefined)
22328 preserve-modes arg to revert-buffer.
22329 (next-error-no-select, previous-error-no-select): New commands.
22330 (compilation-goto-locus): Temporarily highlight current match in
22331 source buffer using compilation-highlight-regexp.
22332
22333 * progmodes/grep.el: New file with grep code from compile.el.
22334 (grep): New defcustom group.
22335 (grep-window-height): New defcustom, like compilation-window-height.
22336 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22337 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22338 (grep-command, grep-use-null-device, grep-find-command)
22339 (grep-tree-files-aliases, grep-tree-ignore-case)
22340 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22341 (grep-setup-hook): New hook variable.
22342 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22343 (grep-last-buffer): New defvar, override compilation-last-buffer.
22344 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22345 Call compile-internal with args highlight-regexp and grep-mode-map.
22346
223472003-11-23 Kim F. Storm <storm@cua.dk>
22348
22349 * subr.el (event-start, event-end): Doc fix.
22350 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22351 (posn-area, posn-actual-col-row, posn-object): New defuns.
22352 (posn-col-row): Simplify doc. Rewrite to use cond.
22353 (posn-point): Also return buffer position for events outside text
22354 area (that info is now present in the event position).
22355
22356 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22357 mouse-set-point so that hscroll still works now that clicks on
22358 fringes generate specific mouse events.
22359 (mouse-set-point): Note that it now works in fringes and margins
22360 too due to new semantics of posn-point in fringes and margins.
22361
22362 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22363 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22364
223652003-11-20 Kim F. Storm <storm@cua.dk>
22366
22367 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22368 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22369 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22370 to 100 for icons to avoid increasing line height when shown.
22371
9b07d734
SM
223722003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22373
22374 * newcomment.el (comment-normalize-vars): Initialize properly if
22375 comment-start was nil.
22376
55115079
PA
223772003-11-19 Andreas Schwab <schwab@suse.de>
22378
22379 * simple.el (set-variable): Fix indentation.
22380
223812003-11-17 Kenichi Handa <handa@m17n.org>
22382
9b07d734
SM
22383 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22384 Fix docstring.
55115079
PA
22385
223862003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22387
22388 * international/latin1-disp.el (latin1-display): Fix docstring.
22389
223902003-11-16 John Wiegley <johnw@newartisans.com>
22391
22392 * eshell/em-ls.el (eshell-ls-file): There are times with
22393 size-width is nil and uncomputed (when directories are created in
22394 dired, for example); in this case, 4 is reasonable default value,
22395 although it may caused skewed new entries (which could be avoided
22396 by returning the original value of 8 in all cases, but 99% of the
22397 time this is a waste of whitespace).
22398
223992003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22400
9b07d734
SM
22401 * cc-engine.el (c-guess-continued-construct)
22402 (c-guess-basic-syntax): Check a little more carefully if it's a
55115079
PA
22403 function declaration when an unknown construct followed by a block
22404 is found inside a statement context. This avoids macros followed
22405 by blocks to be taken as function declarations.
22406
9b07d734 22407 (c-guess-continued-construct): Change the analysis of a statement
55115079
PA
22408 continuation with a brace open to `substatement-block', for
22409 consistency with recognized statements.
22410
22411 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22412 start is in a position so that `c-beginning-of-statement-1' jumped
22413 to the beginning of the same statement.
22414
9b07d734
SM
22415 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22416 Don't accept binary operators in the arglist if we're in a function
22417 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
55115079
PA
22418 template recognition in cases like "if (a < b || c > d)".
22419
22420 (c-restricted-<>-arglists): New more appropriate name for
22421 `c-disallow-comma-in-<>-arglists'.
22422
22423 Accessing functions updated for the variable name change.
22424
22425 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22426 match data could get clobbered if NOT-INSIDE-TOKEN is used.
22427
22428 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22429 labels.
22430
22431 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22432 instead of duplicating parts of it. This fixes bogus label
22433 recognition.
22434
9b07d734 22435 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
55115079
PA
22436 of checking the context in which to apply the minimum indentation,
22437 so that it isn't enforced in e.g. namespace blocks.
22438
22439 * cc-vars.el (c-inside-block-syms): New constant used by
22440 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
22441 to somewhat reduce the risk of becoming stale.
22442
9b07d734 22443 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
55115079
PA
22444 cc-cmds to cc-engine to allow use from cc-align.
22445
22446 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22447 qualified identifiers containing "::".
22448
9b07d734 22449 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
55115079
PA
22450 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22451
22452 * cc-vars.el (c-emacs-features): Use a space in front of the name
22453 of the temporary buffer. That also avoids dumping problems in
9b07d734 22454 XEmacs due to undo info being left around after the buffer is killed.
55115079
PA
22455
22456 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22457 arglist to see if it's a K&R style declaration.
22458
22459 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22460 before returning `knr-argdecl-intro'.
22461
224622003-11-16 John Wiegley <johnw@newartisans.com>
22463
22464 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22465 field in a long-listing always 8 characters, use `size-width',
22466 which has already been computed.
22467
224682003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22469
22470 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22471
224722003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22473
9b07d734
SM
22474 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22475 Support operation while narrowed, with `diff-restrict-view'.
55115079
PA
22476
224772003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22478
9b07d734
SM
22479 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22480 Take additional optional arg NARROWFUN. For the generated functions:
22481 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22482 include frags that arrange to check for and save narrowing state before
22483 the move and then conditionally call NARROWFUN after the move.
55115079
PA
22484
224852003-11-14 John Wiegley <johnw@newartisans.com>
22486
9b07d734
SM
22487 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22488 that was optional, but obviously missing based on surrounding code.
55115079
PA
22489
22490 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22491 string arguments to numbers unless the whole argument was seen as
22492 a number.
22493
224942003-11-14 Kenichi Handa <handa@m17n.org>
22495
9b07d734
SM
22496 * international/mule.el (ctext-non-standard-encodings-alist):
22497 Fix coding systems.
55115079
PA
22498
224992003-11-10 Kenichi Handa <handa@m17n.org>
22500
22501 * language/kannada.el ("Kannada"): Add sample-text.
22502
22503 * language/knd-util.el (kannada-compose-region)
9b07d734
SM
22504 (kannada-compose-string, kannada-post-read-conversion):
22505 Add autoload cookie.
55115079
PA
22506
22507 * international/quail.el (quail-completion): Change the message
22508 "corresponding translations" to "corresponding characters".
22509
225102003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22511
22512 * descr-text.el (describe-char): Fix typo.
22513
28eba01f 225142003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
55115079
PA
22515
22516 These changes are to support Kannada language/script.
22517
22518 * Makefile.in (DONTCOMPILE): Add kannada.el.
22519
22520 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22521
22522 * loadup.el: Preload kannada.el.
22523
22524 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22525 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22526 New variables.
22527
22528 * language/kannada.el: New file.
22529
22530 * language/knd-util.el: New file.
22531
225322003-11-07 Andreas Schwab <schwab@suse.de>
22533
9b07d734
SM
22534 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22535 Also highlight AH_*.
55115079
PA
22536
22537 * xml.el (xml-parse-dtd): Fix misplaced paren.
22538
225392003-11-07 Kenichi Handa <handa@m17n.org>
22540
22541 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22542
225432003-11-05 Juri Linkov <juri@jurta.org>
22544
22545 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22546 (desktop-buffer-file): Use saved buffer-file-coding-system
22547 for file reading. Set auto-insert to nil to prevent automatic
22548 insertion into restored empty files.
22549
225502003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22551
22552 * files.el (risky-local-variable-p): Make second argument optional.
22553
9b07d734
SM
225542003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22555
22556 * subr.el (add-hook): Fix last change.
22557
a6eeaa81 225582003-11-03 Eli Zaretskii <eliz@gnu.org>
55115079 22559
9b07d734
SM
22560 * mail/rmail.el (rmail-convert-to-babyl-format):
22561 If base64-decode-region signals an error, catch it and silently
55115079
PA
22562 ignore it.
22563
225642003-11-01 Mark A. Hershberger <mah@everybody.org>
22565
22566 * xml.el (xml-parse-region): Allow comments to appear after the
22567 topmost element has closed.
22568 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3b42c185 22569 (xml-ns-expand-attr): New functions to do namespace handling.
9b07d734 22570 (xml-intern-attrlist): Back-compatible handling of attribute names.
28eba01f 22571 (xml-parse-tag): Move namespace handling to separate functions.
55115079
PA
22572 Now produces elements in the form ((:ns . "element") (attr-list)
22573 children) instead of ('ns:element (attr-list) children).
22574 (xml-parse-attlist): Fix attribute parsing.
22575 (xml-parse-dtd): Change parsing so that it produces strings
22576 instead of interned symbols.
22577
225782003-11-01 era@iki.fi <era@iki.fi> (tiny change)
22579
22580 * dired.el (dired-ls-sorting-switches): Doc fix.
22581
225822003-11-01 Oliver Scholz <epameinondas@gmx.de>
22583
22584 * emacs-lisp/rx.el (rx-or): Fix the case of
22585 "(rx (and ?a (or ?b ?c) ?d))".
22586
225872003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
22588
22589 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22590 (texinfo-format-region): Use it.
22591 (texinfo-format-buffer-1): Ditto.
22592
225932003-11-01 Alan Mackenzie <acm@muc.de>
22594
22595 Changes to allow scrolling whilst in isearch mode:
22596 * isearch.el (isearch-unread-key-sequence): New function,
22597 extracted from isearch-other-meta-char.
22598 (top level): (put 'foo 'isearch-scroll) on all Emacs's
22599 "scrollable" standard functions.
22600 (isearch-allow-scroll): New customizable variable.
22601 (isearch-string-out-of-window, isearch-back-into-window)
22602 (isearch-reread-key-sequence-naturally)
22603 (isearch-lookup-scroll-key): New functions.
22604 (isearch-other-meta-char): Doc string and functionality enhanced.
22605 Now accepts a prefix argument.
22606 (isearch-lazy-highlight-window-end): New variable.
22607 (isearch-lazy-highlight-new-loop): Pay attention to the window's
22608 end (thru isearch-lazy-highlight-window-end), not only its start.
22609
9b07d734
SM
22610 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22611 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
55115079
PA
22612 (universal-argument, universal-argument-more, negative-argument)
22613 (digit-argument, universal-argument-other-key): Minor changes.
22614
226152003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22616
22617 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22618 recursively if the last message is deleted, thus avoiding an
22619 infinite loop.
22620
226212003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
22622
22623 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22624 (tex-main-file): Don't add .tex if the extension is already present.
22625 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22626
226272003-10-29 Lute Kamstra <lute@gnu.org>
22628
22629 * progmodes/octave-inf.el (inferior-octave-prompt):
22630 Recognize version number in prompt.
22631
226322003-10-28 Dave Love <fx@gnu.org>
22633
22634 * international/characters.el: Fix some Unicode ranges.
22635
226362003-10-28 Kenichi Handa <handa@m17n.org>
22637
22638 * disp-table.el (standard-display-8bit)
22639 (standard-display-default, standard-display-ascii)
22640 (standard-display-g1, standard-display-graphic)
22641 (standard-display-underline): Assure that standard-display-table
22642 is a display table.
22643
226442003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22645
22646 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22647 reindenting the first line.
22648
226492003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22650
22651 * wid-edit.el (widget-default-delete): Always delete child widgets.
22652
226532003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22654
22655 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22656 if the line has code.
22657 Don't try to line up with something that's too far left.
22658
22659 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22660 (octave-mode-syntax-table): Add % as a comment starter.
22661 (octave-point): Remove.
22662 (octave-in-comment-p, octave-in-string-p)
22663 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22664 (octave-blink-matching-block-open, octave-auto-fill):
22665 Use line-(beginning|end)-position instead.
22666
226672003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22668
22669 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22670 for Francesco Potort\e,Al\e(B.
22671
226722003-10-23 Dave Love <fx@gnu.org>
22673
22674 * international/mule-cmds.el (locale-charset-to-coding-system):
22675 Don't rely on nil being a coding system.
22676
22677 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22678 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22679 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22680
226812003-10-21 Nick Roberts <nick@nick.uklinux.net>
22682
22683 * gdb-ui.el (gdb-current-language): New variable.
22684 (gdb-update-flag): Remove variable.
22685 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22686 (gdb-take-last-elt): Remove function.
22687 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22688 (gdb-post-prompt): Check for variable object changes here.
22689
22690 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22691 object changes in gdb-ui.el.
22692
226932003-10-21 Richard M. Stallman <rms@gnu.org>
22694
22695 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22696
22697 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22698 Don't check for foo*/ wildcard form here.
22699 (insert-directory): Recognize foo*/ as a wildcard.
22700 Separate wildcard-regexp variable from the arg, wildcard.
22701
22702 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22703 (remove-hook): Correctly handle strange cases about local hooks.
22704
227052003-10-21 David Ponce <david@dponce.com>
22706
22707 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22708 argument REAL, to return a real number instead of a rounded
22709 integer value. Define as inline function.
22710 (ruler-mode-right-fringe-cols): Likewise.
22711 (ruler-mode-scroll-bar-cols): New function.
22712 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22713 (ruler-mode-right-scroll-bar-cols): Likewise.
22714 (ruler-mode-space): New function.
22715 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22716 scroll bar mode and margins in a more robust way.
22717
227182003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22719
22720 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22721 (antlr-c-init-language-vars): New function.
22722 (antlr-mode): Use it with cc-mode before v5.29.
22723 (antlr-c-common-init): Don't set some local vars here.
22724 (antlr-mode): Set them here.
22725 (antlr-c-forward-sws): New function alias.
22726 (antlr-mode): Redefine with cc-mode before v5.30.
22727 (antlr-skip-sexps): Use it.
22728 (antlr-skip-exception-part): Ditto.
22729 (antlr-skip-file-prelude): Ditto.
22730 (antlr-outside-rule-p): Ditto.
22731 (antlr-end-of-body): Ditto.
22732 (antlr-option-kind): Ditto.
22733 (antlr-insert-option-area): Ditto.
22734 (antlr-file-dependencies): Ditto.
22735
227362003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22737
22738 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22739 Move backward only if point was not inside an entry.
22740
227412003-10-21 Richard M. Stallman <rms@gnu.org>
22742
22743 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22744
227452003-10-21 Juri Linkov <juri@jurta.org>
22746
22747 * compare-w.el: Automatically skip non-matching text to resync.
22748 (compare-windows-whitespace): Doc fix.
22749 (compare-windows-sync, compare-windows-sync-string-size)
22750 (compare-windows-recenter, compare-ignore-whitespace)
22751 (compare-windows-highlight, compare-windows-face): New variables.
22752 (compare-windows): Use compare-windows-sync.
22753 (compare-windows-highlight, compare-windows-dehighlight)
22754 (compare-windows-sync-regexp)
22755 (compare-windows-sync-default-function): New functions.
22756
227572003-10-21 Juri Linkov <juri@jurta.org>
22758
22759 * diff.el (diff-parse-differences): Don't visit the files now;
22760 instead, just record the error locus.
22761
227622003-10-21 Dave Love <fx@gnu.org>
22763
22764 * progmodes/cfengine.el: New file.
22765
227662003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22767
22768 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22769 default-directory when completing file names.
22770
227712003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22772
22773 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22774 followed by the word `face', it gets treated as a face, even if
22775 it is also defined as a variable or a function.
22776
227772003-10-20 Dave Love <fx@gnu.org>
22778
22779 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22780 Avoid incf in macro expansion.
22781
227822003-10-20 John Paul Wallington <jpw@gnu.org>
22783
22784 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22785 `evenp' so we don't implicitly require cl library at runtime.
22786
227872003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22788
22789 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22790 (help-make-xrefs): Only make cross-references for faces if
22791 preceded or followed by the word `face'. Do not make a
22792 cross-reference for variables without variable documentation,
22793 unless preceded by the word `variable' or `option'. Update doc
22794 string accordingly.
22795
227962003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22797
22798 * progmodes/hideshow.el: Rewrite one-armed `if'
22799 constructs using either `when' or `unless'.
22800 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22801
228022003-10-16 Nick Roberts <nick@nick.uklinux.net>
22803
22804 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22805 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22806 instead of 12x12.
22807
a6eeaa81 228082003-10-16 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22809
22810 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22811 message while converting to Babyl.
22812
228132003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22814
22815 * allout.el (allout-mode): Doc fix.
22816
228172003-10-16 Lute Kamstra <lute@gnu.org>
22818
22819 * subr.el (force-mode-line-update): Fix docstring.
22820
228212003-10-14 Dave Love <fx@gnu.org>
22822
22823 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22824 (default-input-method): Add :link, improve :type.
22825 (locale-charset-language-names): Fix utf-8 pattern.
22826 (locale-charset-match-p, locale-charset-alist)
22827 (locale-charset-to-coding-system): New.
22828 (set-locale-environment): Deal with codeset part of locale specs.
22829
228302003-10-14 Lute Kamstra <lute@gnu.org>
22831
22832 * fringe.el (fringe-mode): Use active voice in docstring.
22833 (set-fringe-style): Ditto.
22834
228352003-10-13 Lute Kamstra <lute@gnu.org>
22836
22837 * fringe.el (fringe-mode): Fix docstring.
22838 (set-fringe-style): Ditto.
22839
228402003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22841
22842 * ediff-mult.el (ediff-filegroup-action):
22843 Use ediff-default-filtering-regexp.
22844
22845 * ediff-util.el (ediff-recenter): Don't call
22846 ediff-restore-highlighting twice.
22847 (ediff-select-difference): Set current difference.
22848 (ediff-unselect-and-select-difference): Add comment.
22849
22850 * ediff.el (ediff-directories,ediff-directory-revisions)
22851 (ediff-directories3,ediff-merge-directories)
22852 (ediff-merge-directories-with-ancestor)
22853 (ediff-merge-directory-revisions)
22854 (ediff-merge-directory-revisions-with-ancestor):
22855 Use ediff-default-filtering-regexp.
22856
228572003-10-12 Andreas Schwab <schwab@suse.de>
22858
22859 * international/mule-cmds.el (locale-charset-language-names):
22860 Simplify regex by removing unused grouping.
22861
228622003-10-10 Dave Love <fx@gnu.org>
22863
22864 * bindings.el: Don't bind stop.
22865
228662003-10-08 Miles Bader <miles@gnu.org>
22867
22868 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22869 face instead of attempting to emulate it.
22870
228712003-10-07 Kenichi Handa <handa@m17n.org>
22872
22873 * international/mule-diag.el (list-coding-systems-1): List coding
22874 systems that are loaded automatically.
22875
22876 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22877
22878 * international/mule.el (autoload-coding-system): New function.
22879
228802003-10-07 Andreas Schwab <schwab@suse.de>
22881
22882 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22883 change-log-default-name in the buffer visiting the file.
22884
228852003-10-06 Dave Love <fx@gnu.org>
22886
22887 * files.el (find-file-hook): Customize.
22888 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22889
22890 * bindings.el (completion-ignored-extensions): Remove .log.
22891 (global-map): Add again, open, stop keys.
22892
228932003-10-05 Richard M. Stallman <rms@gnu.org>
22894
22895 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22896 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22897 Use sh-modify directly.
22898 (sh-select): Use sh-append, not eval.
22899
22900 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22901
22902 * info.el (Info-following-node-name): New function.
22903
22904 * loadhist.el (unload-feature-special-hooks):
22905 Rename from loadhist-hook-functions.
22906 (loadhist-hook-functions): Now an alias.
22907
a6eeaa81 229082003-10-04 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22909
22910 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22911 file-name clashes on 8+3 filesystems.
22912
22913 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22914 Rename loaddefs-boot.el to ldefs-boot.el
22915
22916 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22917 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22918
229192003-10-03 Lute Kamstra <lute@gnu.org>
22920
22921 * info.el (Info-mode): Revert previous change.
22922 (Info-escape-percent): New function.
22923 (Info-fontify-node): Use it.
22924
229252003-10-02 Andreas Schwab <schwab@suse.de>
22926
22927 * loaddefs-boot.el: Regenerated.
22928
229292003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22930
22931 * ffap.el: Remove defadvice related code from CVS since `complete'
22932 provides a `PC-completion-as-file-name-predicate' variable that
22933 ffap can override.
22934
229352003-10-02 Kenichi Handa <handa@m17n.org>
22936
22937 * international/utf-8.el (ccl-decode-mule-utf-8):
22938 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22939
22940 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22941 * international/subst-big5.el: Likewise.
22942 * international/subst-gb2312.el: Likewise.
22943 * international/subst-ksc.el: Likewise.
22944
229452003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22946
22947 * calendar/calendar.el (increment-calendar-month)
22948 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22949 (generate-calendar, calendar-read-date, calendar-interval)
22950 (calendar-day-of-week): Handle years BC.
22951 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22952
229532003-10-01 Dave Love <fx@gnu.org>
22954
22955 * language/cyrillic.el (cp1251): Alias for windows-1251.
22956
22957 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22958 bootstrap.
22959
229602003-10-01 Lute Kamstra <lute@gnu.org>
22961
22962 * files.el: Fix typo.
22963 * imenu.el (imenu--generic-function): Docstring fix.
22964
229652003-09-30 Richard M. Stallman <rms@gnu.org>
22966
22967 * dired.el (dired-mode): Handle dired-directory as a list.
22968
229692003-09-30 Nick Roberts <nick@nick.uklinux.net>
22970
22971 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22972
22973 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22974
22975 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22976 Replace gud-display with gud-watch.
22977 (gud-speedbar-buttons): Add stuff for watching expressions
a568a2cc 22978 in the speedbar when using M-x gdba. Use dolist on old part
55115079
PA
22979 of this function.
22980
22981 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22982 (gdb-update-flag): New variables.
22983 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22984 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22985 (gud-watch, gdb-var-create-handler) : New functions.
22986 (gdb-var-list-children, gdb-var-list-children-handler)
22987 (gdb-var-create-regexp, gdb-var-update-regexp)
22988 (gdb-var-list-children-regexp): New constants.
22989 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22990 (gdb-annotation-rules): Reduce annotation set (level 3).
22991 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22992 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22993 updates.
22994 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22995 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22996 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22997 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22998 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22999 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23000 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23001 (gud-display, gud-display1)
23002 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23003 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23004 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23005 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23006 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23007 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23008 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23009 (gdb-display-display-buffer, gdb-toggle-display)
23010 (gdb-delete-display, gdb-expressions-popup-menu)
23011 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23012 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23013 to display buffer.
23014
230152003-09-30 Richard M. Stallman <rms@gnu.org>
23016
23017 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23018 Instead, set which-func-functions.
23019
23020 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23021 (which-func-functions): New variable.
23022 (which-function): Use that.
23023
23024 * info.el (Info-mode): Double each `%' in header line.
23025
23026 * emacs-lisp/lisp-mnt.el (lm-with-file):
23027 When FILE is nil, run BODY in current buffer.
23028
23029 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23030
23031 * help.el (describe-mode): Start with a brief list of minor modes.
23032 Find them thru minor-mode-list so as to find them all.
23033 Show them in alphabetical order.
23034
23035 * mail/sendmail.el (mail-aliases): Doc fix.
23036
23037 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23038
230392003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23040
23041 * mail/rmailsum.el (rmail-make-summary-line-1):
23042 Change comma after last label to a space.
23043 (rmail-summary-font-lock-keywords): Adapt to that change.
23044
230452003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23046
23047 * progmodes/scheme.el (scheme-mode-variables): When setting
23048 `font-lock-defaults', also specify that "#" should
23049 be interpreted with `word' syntax.
23050 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23051
230522003-09-30 Lars Hansen <larsh@math.ku.dk>
23053
23054 * desktop.el: A lot of comments updated.
23055 (desktop-save-mode): Minor mode introduced.
23056 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23057 (desktop-load-default): Function made obsolete.
23058 (desktop-locals-to-save): Variable made customizable.
23059 (desktop-read): Optional parameter `dirname' added.
23060 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23061 `desktop-read' used.
23062 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23063
230642003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23065
23066 * whitespace.el (whitespace-clean-msg): Add user customizable message
23067 for displaying ``clean'' output.
23068 (whitespace-buffer): Use `whitespace-clean-msg'.
23069 (whitespace-global-mode): Fix typo.
23070
230712003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23072
23073 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23074
230752003-09-29 Lute Kamstra <lute@gnu.org>
23076
23077 * bindings.el (mode-line-modes): Remove superfluous :propertize
23078 construct in initialization.
23079 (mode-line-position): Change cons cell into proper list in
23080 initialization.
23081
28eba01f 230822003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
55115079
PA
23083
23084 * international/mule.el (decode-coding-inserted-region): Use car
23085 of the return value of find-operation-coding-system.
23086
230872003-09-29 Kenichi Handa <handa@m17n.org>
23088
23089 * descr-text.el (describe-char): Fix previous change.
23090
230912003-09-28 Kenichi Handa <handa@m17n.org>
23092
23093 * descr-text.el (describe-char-display): New function.
23094 (describe-char): Pay attention to display table on describing how
23095 a character is displayed.
23096
23097 * international/mule-cmds.el (encoded-string-description):
23098 Prepend "0x" to each encoded byte.
23099
231002003-09-28 Andreas Schwab <schwab@suse.de>
23101
23102 * find-file.el (ff-special-constructs): Add autoload cookie.
23103
231042003-09-28 Kevin Ryde <user42@zip.com.au>
23105
23106 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23107 makeinfo appends to duplicate index entries.
23108
a6eeaa81 231092003-09-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
23110
23111 * dired-x.el (dired-clean-tex): Doc fix.
23112
23113 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23114 using a Chinese tutorial.
23115
231162003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23117
23118 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23119 between "MAIL FROM:" and "RCPT TO:" and the following address.
23120
231212003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23122
23123 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23124
231252003-09-28 David Ponce <david@dponce.com>
23126
23127 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23128 (recentf-load-list): When `recentf-initialize-file-name-history'
23129 is non-nil, initialize an empty `file-name-history' with the
23130 recent list.
23131
28eba01f 231322003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
55115079
PA
23133
23134 * man.el (Man-default-man-entry): Remove the leading `*' from the
23135 word at point.
23136
231372003-09-26 Lute Kamstra <lute@gnu.org>
23138
23139 * bindings.el (mode-line-position): Mention size indication in
23140 docstring.
23141
231422003-09-26 Andre Spiegel <spiegel@gnu.org>
23143
23144 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23145
23146 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23147 because it's autoloaded now.
23148
231492003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23150
23151 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23152 (sh-font-lock-keywords, sh-feature): Fix previous change of
23153 sh-feature to avoid infloop with sh-font-lock-keywords.
23154
231552003-09-25 Kim F. Storm <storm@cua.dk>
23156
23157 * frame.el (frame-current-scroll-bars): New defun.
23158
23159 * window.el (window-current-scroll-bars): New defun.
23160
231612003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23162
23163 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23164 cause errors when the state cache contains info on parts that have
23165 been narrowed out.
23166
231672003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23168
23169 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23170 `c-setup-paragraph-variables' has to be used when this variable is
23171 changed; it doesn't work to reinitialize the mode since that
23172 typically clobbers the variable.
23173
23174 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23175 Make it interactive.
23176
231772003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23178
23179 * progmodes/cc-fonts.el (c-font-lock-declarations):
23180 Fix recognition of constructors and destructors for classes whose
23181 names are matched by `*-font-lock-extra-types'.
23182
23183 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23184 followed by an identifier in C++ then it's a type.
23185
231862003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23187
23188 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23189 problem that primarily affected XEmacs. Don't use faces to find
23190 unterminated strings since Emacs and XEmacs fontify strings
23191 differently - this function should now work better in XEmacs.
23192
231932003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23194
23195 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23196 `expand-abbrev' workaround which caused braces to misbehave inside
23197 macros.
23198
23199 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23200 handling. This bug could cause interactive font locking to bail out.
23201
232022003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23203
23204 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23205 Handle paren-style types in Pike. Also fixed some cases of
23206 insufficient handling of unbalanced parens.
23207
232082003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23209
23210 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23211 common shell prompts that are not common filename or URL characters.
23212 (ffap-file-at-point): Use the new regexp to strip the prompts from
a568a2cc 23213 the file names. This is an issue mostly for user prompts that
55115079 23214 don't have a trailing space and find-file-at-point is invoked from
e2cae769 23215 within a shell inside Emacs.
55115079
PA
23216
232172003-09-24 Andre Spiegel <spiegel@gnu.org>
23218
23219 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23220 stamps numerically, rather than textually.
23221
232222003-09-24 Kenichi Handa <handa@m17n.org>
23223
23224 * language/devan-util.el (devanagari-post-read-conversion):
23225 * language/mlm-util.el (malayalam-post-read-conversion):
23226 * language/tml-util.el (tamil-post-read-conversion):
23227 Add autoload cookie.
23228
23229 * international/utf-8.el (utf-8-post-read-conversion):
23230 Call post-read-conversion functions for Devanagari, Malayalam,
23231 and Tamil.
23232
232332003-09-23 Dave Love <fx@gnu.org>
23234
23235 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23236
232372003-09-22 Nick Roberts <nick@nick.uklinux.net>
23238
23239 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23240 Update gud-remove.
23241
232422003-09-22 Richard M. Stallman <rms@gnu.org>
23243
23244 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23245 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23246 (sh-mode-syntax-table-input): New variable.
23247 (sh-require-final-newline): Don't use eval.
23248 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23249 (sh-variables, sh-font-lock-keywords): Don't use eval.
23250 (sh-set-shell): When setting require-final-newline,
23251 treat value = `require-final-newline' as don't change it.
23252 Set sh-mode-syntax-table locally based on
23253 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23254
23255 * progmodes/compile.el (compile-internal):
23256 Call compilation-set-window-height before setting window start.
23257
232582003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23259
23260 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23261 Clear out byte-compile-last-warned-form.
23262
232632003-09-22 Richard M. Stallman <rms@gnu.org>
23264
23265 * woman.el (woman-file-name, woman-follow-word):
23266 If current-word returns nil, use "".
23267
23268 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23269
232702003-09-22 Richard M. Stallman <rms@gnu.org>
23271
23272 * emacs-lisp/lisp-mnt.el (lm-with-file):
23273 Don't visit the file, just use insert-file-contents in temp buffer.
23274
232752003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23276
23277 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23278 Add surrounding \\( and \\) around the header, as in
23279 for lm-history-header 'Change Log\\|History'.
23280
232812003-09-22 John Paul Wallington <jpw@gnu.org>
23282
23283 * progmodes/ld-script.el: Add Commentary section,
23284 minor cleanup of file header.
23285 (ld-script-font-lock-keywords): Doc fix.
23286 (toplevel): Provide `ld-script' feature.
23287
232882003-09-21 Kim F. Storm <storm@cua.dk>
23289
23290 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23291 new built-in variable default-frame-scroll-bars.
23292 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23293 scroll-bar-mode; notably, use it instead of t when we toggle
23294 scroll-bars on.
23295 (toggle-scroll-bar): Use default-frame-scroll-bars.
23296
232972003-09-19 Masatake YAMATO <jet@gyve.org>
23298
23299 * pcvs.el (cvs-do-removal): Change the prompt depending on
23300 `filter' value.
23301
233022003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23303
23304 * startup.el (command-line-1): Stop startup-echo-area-message
23305 being hidden by "Loading image..." message.
23306 (use-fancy-splash-screens-p, display-splash-screen):
23307 Move display-graphic-p test from latter to former.
23308
23309 * progmodes/sh-script.el (sh-font-lock-keywords):
23310 Highlight escaped EOLs differently from other backslash constructs.
23311
233122003-09-19 Richard M. Stallman <rms@gnu.org>
23313
23314 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23315 New functions.
23316 (edebug-enter, edebug-outside-excursion): Use them.
23317
23318 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23319 Fix the condition for whether to print "In WHERE".
23320
233212003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23322
23323 * finder.el (finder-mode-hook): New variable.
23324 (finder-mode): Run hook finder-mode-hook
23325
233262003-09-18 Masatake YAMATO <jet@gyve.org>
23327
23328 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23329
233302003-09-17 Mario Lang <mlang@delysid.org>
23331
23332 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23333 "p %e" to actually print the value in the GUD buffer.
23334
233352003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23336
23337 From David Ponce <david.ponce@wanadoo.fr>:
23338 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23339 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23340 from loaddefs-boot.el if necessary.
23341
28eba01f 233422003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
55115079
PA
23343
23344 * progmodes/gud.el (gud-find-class): Make jdb work again since
23345 cc-mode changed the syntactic information.
23346
233472003-09-15 David Ponce <david@dponce.com>
23348
23349 * recentf.el: (recentf-exclude): Accept predicates too.
23350 (recentf-file-readable-p): New function.
23351 (recentf-include-p): Handle predicates in recentf-exclude.
23352 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23353 (recentf-cleanup): Likewise.
23354 (recentf-save-list): Use write-file to handle backup of
23355 recentf-save-file.
23356
233572003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23358
23359 * loaddefs-boot.el: Renamed from `loaddefs.el'
23360 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23361 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23362 necessary.
23363
233642003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23365
23366 * electric.el (Electric-pop-up-window): For the `one-window' case,
23367 no longer disconcertingly move point in the original buffer.
23368
233692003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23370
23371 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23372
28eba01f 233732003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
23374
23375 * dired.el (dired-mode-map): Fix typo.
23376
233772003-09-11 Richard M. Stallman <rms@gnu.org>
23378
23379 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23380
233812003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23382
23383 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23384 the function is less noisy. Now only `kill-buffer' can ask questions.
23385
233862003-09-10 Mario Lang <mlang@delysid.org>
23387
23388 * battery.el: Update Commentary and Copyright.
23389 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23390 appear due to wrong ordering of the expressions in `or'.
23391
233922003-09-09 Lute Kamstra <lute@gnu.org>
23393
23394 * misc.el (upcase-char): Fix docstring.
23395 (zap-up-to-char): New command.
23396
233972003-09-08 David Ponce <david@dponce.com>
23398
23399 Ensure that recentf correctly updates the menu bar.
23400 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23401 (recentf-menu-bar): New function.
23402 (recentf-clear-data): Use it
23403 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23404 of easy-menu-change.
23405
234062003-09-08 Lute Kamstra <lute@gnu.org>
23407
23408 * simple.el (size-indication-mode): New.
23409 * bindings.el (mode-line-position): Add buffer size indicator.
23410
234112003-09-04 Mario Lang <mlang@delysid.org>
23412
23413 * battery.el (battery-linux-proc-acpi): New function.
23414 (battery-status-function): Modify default value calculation to also
23415 check for availability of ACPI.
23416 (battery-echo-area-format): Ditto.
23417 (battery-mode-line-format): Ditto.
23418
234192003-09-06 Dave Love <fx@gnu.org>
23420
23421 * ielm.el (ielm-mode-hook): Add :options.
23422
23423 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23424 (eldoc-print-current-symbol-info): Use it.
23425
234262003-09-04 Nick Roberts <nick@nick.uklinux.net>
23427
23428 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23429 being displayed in GUD buffer.
a568a2cc 23430 (gdb-idle-input-queue): Remove var. Use just one queue.
55115079
PA
23431 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23432 Remove functions. Use just one queue.
23433 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23434 (gdb-invalidate-assembler, gdb-get-current-frame):
23435 Modify functions. Use just one queue.
23436
234372003-09-04 Dave Love <fx@gnu.org>
23438
23439 * cus-start.el: Add blink-cursor-alist.
23440
23441 * ruler-mode.el (ruler-mode-fill-column-char)
23442 (ruler-mode-current-column-char): Use char-displayable-p,
23443 not window-system.
23444
23445 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23446
23447 * language/european.el (windows-1252): Move from code-pages.
23448
23449 * language/cyrillic.el ("Windows-1251"): Delete.
23450 ("Bulgarian", "Belarusian"): Remove `features'.
23451 (windows-1251): Move from code-pages.
23452
23453 * international/mule-diag.el (non-iso-charset-alist):
23454 Remove `codepage' stuff.
23455 (print-designation, list-coding-systems-1): Output fixes.
23456
23457 * international/code-pages.el (cp-make-translation-table)
23458 (cp-valid-codes): Made defsubsts.
23459 (cp-fix-safe-chars): Delete.
23460 (mule-diag): Don't require.
23461 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23462 (top-level): Check for defined coding system when defining
23463 cp... aliases. Change w32-add-charset-info test to avoid warning.
23464 (non-iso-charset-alist): Defvar when compiling.
23465 (cp-make-coding-system): Doc fix.
23466
234672003-09-02 Jason Rumney <jasonr@gnu.org>
23468
23469 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23470 line-ends from CVS before doing conversion.
23471
234722003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23473
23474 * calendar/diary-lib.el (diary-header-line-flag)
23475 (diary-header-line-format): New variables.
23476 (list-diary-entries): Use them to set header line in simple diary.
23477
23478 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23479 other than font-lock-string-face to highlight backslashes.
23480
234812003-09-01 Jason Rumney <jasonr@gnu.org>
23482
23483 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23484 regexp.
23485
234862003-09-01 Dave Love <fx@gnu.org>
23487
23488 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23489
23490 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23491 and :help; also line and column numbers labels.
23492
23493 * international/mule-util.el (char-displayable-p): Move from
23494 latin1-disp, rename and autoload.
23495
23496 * international/latin1-disp.el (latin1-char-displayable-p):
23497 Now obsolete alias. Replace uses with char-displayable-p.
23498 (latin1-display-ucs-per-lynx): Fix last change.
23499
23500 * international/mule-cmds.el (standard-display-european-internal):
23501 Don't use char code for Latin-1 NBSP.
23502 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23503 U+2018, U+2019 for `'.
23504 (select-safe-coding-system): Message fix.
23505
235062003-09-01 Kenichi Handa <handa@m17n.org>
23507
23508 * international/fontset.el (setup-default-fontset): For Thai
23509 font, specify "*" family.
23510
28eba01f 235112003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
55115079
PA
23512
23513 * progmodes/compile.el (previous-error): Accept a prefix
23514 argument, similarly to next-error.
23515
235162003-08-31 Masatake YAMATO <jet@gyve.org>
23517
23518 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23519 the number of files. Bind the number of files to a local
23520 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23521
a6eeaa81 235222003-08-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
23523
23524 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23525 2003-07-26: msdos-long-file-names is a function, not a variable.
23526
235272003-08-29 Richard M. Stallman <rms@gnu.org>
23528
23529 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23530 Do nothing with mail-personal-alias-file if it is nil.
23531
23532 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23533 Do nothing if mail-personal-alias-file is nil.
23534
23535 * term.el (term-exec-1): Bind coding-system-for-read.
23536
23537 * dired.el (dired-mouse-find-file-other-window):
23538 Use dired-view-command-alist here, as in dired-view-file.
23539 (dired-view-command-alist): Use %s to substitute file name.
23540 Handle .ps_pages, .eps, .jpg, .gif, .png.
23541
235422003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23543
23544 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23545 `Info-prev-reference', instead of M-tab.
23546
235472003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23548
23549 * simple.el (blink-matching-open): Work correctly on chars that
23550 are designated as parens through the syntax-table text property.
23551
28eba01f 235522003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
55115079
PA
23553
23554 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23555 line break position in the middle of a non-kinsoku (e.g. latin)
23556 word, making it skip until either a space or a character with
23557 category "|".
23558 (kinsoku-longer): Test for end of buffer.
23559
a6eeaa81 235602003-08-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
23561
23562 * mail/rmail.el (rmail-convert-to-babyl-format):
23563 Detect quoted-printable- and base64-encoded messages and decode them
23564 automatically. Set the message's encoding from the charset=
23565 header, if any. Decode base64-encoded messages in Mail format as well.
23566
235672003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23568
9310ba21 23569 * mail/smtpmail.el: Fix previous change.
55115079
PA
23570 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23571 calling smtpmail-via-smtp.
23572 (smtpmail-via-smtp): Add fall-back values for envelope-from.
23573
235742003-08-26 John Paul Wallington <jpw@gnu.org>
23575
23576 * image.el (image-jpeg-p): Don't search beyond length of data.
23577
235782003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23579
23580 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23581 misfeature in `expand-abbrev' which caused electric keywords like
23582 "else" to disappear if an open brace was typed directly afterwards.
23583
235842003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23585
23586 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23587 mandatory in `define-widget'.
23588
23589 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23590 Don't align the operators "!=", "<=" and ">=" as assignment operators.
23591
23592 (c-assignment-operators): New language constant that only contains
23593 the assignment operators.
23594
23595 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23596
235972003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23598
23599 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23600 Safeguard against unbalanced sexps.
23601
28eba01f 236022003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
55115079
PA
23603
23604 * version.el (emacs-version): Check for gtk. Include gtk version info.
23605
236062003-08-25 John Paul Wallington <jpw@gnu.org>
23607
23608 * man.el (Man-default-man-entry): Don't whizz past the section
23609 number before looking for it.
23610
236112003-08-24 Nick Roberts <nick@nick.uklinux.net>
23612
23613 * progmodes/gud.el (gud-display-line): Don't set window-point if
a568a2cc 23614 source buffer is not visible. (Only happens with M-x gdba.)
55115079
PA
23615
23616 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23617 documentation.
23618 (gdb-source, gdb-source-info): Update to assembler unnecessary
23619 as its done after each GDB command anyway.
23620 (gdb-pre-prompt): Use with-current-buffer.
23621 (gdb-insert-field): Add help-echo text.
23622 (gdb-invalidate-assembler): Re-display of assembler now done in
23623 gdb-info-breakpoints-custom.
23624 (gdb-info-breakpoints-custom): Force re-display of assembler to
23625 happen *after* update of breakpoints buffer.
23626 (gdb-display-source-buffer): Don't choke if gdb-source-window
23627 isn't visible.
23628 (gdb-put-string, gdb-put-arrow): Remove free variables.
23629
236302003-08-24 John Paul Wallington <jpw@gnu.org>
23631
23632 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23633
23634 * man.el (Man-default-man-entry): Strip text properties when
23635 snarfing parts of entry because `format' preserves properties.
23636
236372003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23638
23639 * files.el (file-newest-backup): Use `expand-file-name'.
23640
23641 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23642 Allow the diary to pop up a new frame, if needed.
23643
23644 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23645 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23646 (smtpmail-send-it): Make treatment of envelope-from consistent with
23647 sendmail.el.
23648
23649 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23650 (sh-leading-keywords): Add the bash `time' reserved word.
23651 (sh-variables): Add some bash variables.
23652 (sh-add-completer): Fix nil branch of case statement.
23653
236542003-08-24 Masatake YAMATO <jet@gyve.org>
23655
23656 * progmodes/ld-script.el: New file.
23657
236582003-08-23 Markus Rost <rost@math.ohio-state.edu>
23659
23660 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23661
236622003-08-23 Andre Spiegel <spiegel@gnu.org>
23663
23664 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23665 Better explain obsolescence, and what to use instead.
23666
236672003-08-23 Masatake YAMATO <jet@gyve.org>
23668
23669 * pcvs.el (cvs-do-removal): Show the deleted file name
23670 on the prompt.
23671
236722003-08-20 Dave Love <fx@gnu.org>
23673
23674 * international/mule.el (make-coding-system)
23675 (set-buffer-file-coding-system): Doc fix.
23676
23677 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23678
23679 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23680
23681 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23682
23683 * international/utf-16.el: Add mime-text-unsuitable coding system
23684 properties.
23685
23686 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23687
23688 * cus-edit.el: Add some :links.
23689 (bib): Remove.
23690
23691 * textmodes/bib-mode.el (bib): Add :group external.
23692
236932003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23694
23695 * wid-edit.el (widget-echo-help): Make it handle expressions that
23696 evaluate to strings.
23697
236982003-08-18 Michael Mauger <mmaug@yahoo.com>
23699
23700 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23701
23702 Simplify selection of SQL products to define highlighting and
23703 interactive mode. Includes detailed instructions on adding
23704 support for new products.
23705
23706 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23707 product for use in highlighting and interactive mode.
23708 (sql-interactive-product): New variable. SQL product for
23709 sql-interactive-mode.
23710 (sql-product-support): New variable. Specifies product-specific
23711 parameters to drive highlighting and interactive mode.
23712 (sql-imenu-generic-expression): Add more object types.
23713 (sql-sqlite-options): Correct comment.
23714 (sql-ms-program): Use "osql" rather than "isql".
23715 (sql-prompt-regexp, sql-prompt-length): Update comment.
23716 (sql-mode-menu): Add "Start SQLi session" entry.
23717 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23718 (sql-mode-abbrev-table): Add abbreviations. Support of
23719 SYSTEM-FLAG on define-abbrev. Support was removed with last
23720 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23721 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23722 names.
23723 (sql-mode-ansi-font-lock-keywords): Set as default value.
23724 (sql-mode-oracle-font-lock-keywords): Set as default value.
23725 Support Oracle 9i keywords.
23726 (sql-mode-postgres-font-lock-keywords): Set as default value.
23727 (sql-mode-linter-font-lock-keywords): Set as default value.
23728 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23729 SQLServer 2000.
23730 (sql-mode-sybase-font-lock-keywords)
23731 (sql-mode-interbase-font-lock-keywords)
23732 (sql-mode-sqlite-font-lock-keywords)
23733 (sql-mode-strong-font-lock-keywords)
23734 (sql-mode-mysql-font-lock-keywords)
23735 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23736 keywords.
23737 (sql-mode-font-lock-defaults): Update comment.
23738 (sql-product-feature): New function. Returns feature associated
23739 with a product from `sql-product-support' alist.
23740 (sql-product-font-lock): New function. Set font-lock support
23741 based on `sql-product'.
23742 (sql-add-product-keywords): New function. Add font-lock rules to
23743 product-specific keyword variables.
23744 (sql-set-product): New function. Set `sql-product' and apply
23745 appropriate font-lock highlighting.
23746 (sql-highlight-product): New function. Set font-lock support
23747 based on a product. Also set mode name to include product name.
23748 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23749 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23750 Use `sql-set-product'.
23751 (sql-highlight-ms-keywords)
23752 (sql-highlight-sybase-keywords)
23753 (sql-highlight-interbase-keywords)
23754 (sql-highlight-strong-keywords)
23755 (sql-highlight-mysql-keywords)
23756 (sql-highlight-sqlite-keywords)
23757 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23758 (sql-get-login): Prompt in the same order as the tokens.
23759 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23760 (sql-product-interactive): New function. Common portions of
23761 product-specific interactive mode wrappers.
23762 (sql-interactive-mode): Rewritten to use product features.
23763 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23764 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23765 (sql-db2, sql-linter): Use `sql-product-interactive'.
23766 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23767 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23768 (sql-connect-ingres, sql-connect-postgres)
23769 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23770 New functions. Format command line parameters and invoke comint on
23771 the appropriate interpreter. Code was in the corresponding
23772 `sql-xyz' function before.
23773 (sql-connect-ms): New function. Support -E argument to use
23774 operating system credentials for authentication.
23775
237762003-08-18 Kenichi Handa <handa@m17n.org>
23777
23778 * international/mule.el (encode-char): Fix for the ASCII case.
23779
237802003-08-15 Kenichi Handa <handa@m17n.org>
23781
23782 * international/fontset.el (setup-default-fontset): Change "*" to
23783 nil in the specifications of font family.
23784
237852003-08-18 Kim F. Storm <storm@cua.dk>
23786
23787 * kmacro.el (kmacro-keymap): Group related bindings in
23788 initialization for clarity. Bind C-s to start macro.
23789 Remove C-r binding.
23790 (kmacro-initial-counter-value): New defvar to hold initial counter
23791 value in case we set the value before defining a macro.
23792 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23793 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23794 not defining or executing macro. Doc fix.
23795 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23796 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23797 temporarily view older elements on the macro ring without cycling
23798 the ring.
23799 (kmacro-display): Doc fix.
23800 (kmacro-exec-ring-item): New helper function.
23801 (kmacro-call-ring-2nd): Use it.
23802 (kmacro-call-ring-2nd-repeat): Doc fix.
23803 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23804 (kmacro-end-or-call-macro): Execute last viewed macro (using
23805 kmacro-exec-ring-item) from ring if this follows
23806 kmacro-view-macro. This allows us to find a macro on the ring
23807 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23808 the ring to bring it to the head of the ring.
23809 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23810 Allow binding to reserved keys without specifying C-x C-k prefix.
23811 Ask for confirmation if entered key sequence is already bound to
23812 a non-macro command.
23813 (kmacro-view-macro): Repeating command will show older elements
23814 on the macro ring; C-k will execute the last viewed macro.
23815 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23816 property from 'ring to 'head.
23817
238182003-08-17 Alan Shutko <ats@acm.org>
23819
23820 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23821 keeping December out of the alist.
23822
238232003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23824
23825 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23826 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23827 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23828 (calendar-flatten): New function.
23829 (calendar-mouse-view-other-diary-entries)
23830 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23831 in the menu title and to show multi-line diary entries correctly
23832 in the menu.
23833
238342003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23835
23836 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23837 defcustom, because the default was recently changed.
23838
238392003-08-16 Richard M. Stallman <rms@gnu.org>
23840
23841 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23842
23843 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23844 New subroutine, broken out of eval-last-sexp-1.
23845 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23846
23847 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23848
23849 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23850
23851 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23852
238532003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23854
23855 * progmodes/compile.el (compilation-error-regexp-alist):
23856 Add Java ANt error detection as described in document
23857 http://ant.apache.org/faq.html
23858
238592003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23860
23861 * simple.el (backward-word, forward-to-indentation)
9242b3b7 23862 (backward-to-indentation): Argument changed to optional.
55115079
PA
23863 (next-line, previous-line): Use `or' instead of `unless'.
23864
238652003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23866
23867 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23868 instead of a constant.
23869
238702003-08-12 Markus Rost <rost@math.ohio-state.edu>
23871
23872 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23873
238742003-08-12 Andre Spiegel <spiegel@gnu.org>
23875
23876 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23877 (vc-sccs-workfile-version): Search the entire delta table, rather
23878 than just the first entry, because that might be a deleted version.
23879
238802003-08-11 Karl Fogel <kfogel@red-bean.com>
23881
23882 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23883 [save-place] binding in the Options menu. Have it require
1bef8597 23884 'saveplace' and then toggle the variable manually, to avoid an
55115079
PA
23885 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23886 for the bug report.
23887
238882003-08-11 Nick Roberts <nick@nick.uklinux.net>
23889
23890 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23891 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23892 (gdb-info-threads-custom): Add help-echo text.
23893 (gdb-display-back): Don't use purecopy.
23894 (gdb-info-breakpoints-custom, gdb-reset)
23895 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23896 icons can be displayed.
23897
238982003-08-11 Markus Rost <rost@math.ohio-state.edu>
23899
23900 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23901
239022003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23903
23904 * bookmark.el (bookmark-completing-read):
23905 Return a string, instead of a list of one string.
23906 Use a popup menu if activated from the mouse.
23907 (bookmark-edit-annotation): Remove unused vars.
23908 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23909 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23910 to bookmark-completing-read.
23911 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23912 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23913 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23914 and erase-buffer.
23915 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23916 (bookmark-menu-jump, bookmark-menu-insert)
23917 (bookmark-popup-menu-and-apply-function)
23918 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23919 (bookmark-menu-build-paned-menu): Remove by folding it into
23920 bookmark-menu-popup-paned-menu.
23921 (menu-bar-bookmark-map): Move the define-key statements here.
23922 Use the "non-menu" commands since they now pop up a menu if needed.
23923 (bookmark-exit-hook-internal): Simplify.
23924
239252003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23926
23927 * reftex-toc.el (reftex-toc-rename-label): New function.
23928 (reftex-toc-check-docstruct): New function.
23929
23930 * reftex.el (reftex-region-active-p): New function.
23931
23932 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23933 regexp to find the \bibliography macro.
23934
23935 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23936 which does not exist in LaTeX.
23937 (reftex-cite-format-builtin): Added amsrefs support.
23938 (reftex-toc-confirm-promotion): New option
23939
23940 * reftex-toc.el
23941 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23942 (reftex-toc-demote, reftex-toc-promote)
23943 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23944 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23945 (reftex-toc-newhead-from-alist)
23946 (reftex-toc-load-all-files-for-promotion): New functions.
23947 (reftex-toc-help): Added description of new keys.
23948 (reftex-toc-split-windows-fraction): New option.
23949 (reftex-recenter-toc-when-idle): Search *toc* window on all
23950 visible frames.
23951 (reftex-toc): Additional parameter REUSE
23952 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23953 with REUSE argument.
23954 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23955 the call of `reftex-toc'.
23956 (reftex-make-separate-toc-frame): New function .
23957 (reftex-toc-recenter): When called with triple prefix arg, call
23958 `reftex-make-separate-toc-frame' first.
23959 (reftex-toc-toggle-dedicated-frame): New command.
23960 (reftex-toc-quit): Adapted to delete frame when called in
23961 dedicated frame.
23962
23963 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23964 all enclosing macros.
23965
23966
239672003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23968
23969 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23970 first use.
23971
239722003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23973
23974 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23975
239762003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23977
23978 * calendar/calendar.el (list-diary-entries-hook)
23979 (diary-display-hook, nongregorian-diary-listing-hook)
23980 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23981 Add some customize options for these hooks.
23982 (calendar-abbrev-construct): Don't try to take a substring longer
23983 than the original string.
23984
239852003-08-05 Richard M. Stallman <rms@gnu.org>
23986
23987 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23988 (testcover-reinstrument-clauses): Doc fix.
23989
23990 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23991 (warning-type-format): Rename from warning-group-format.
23992
23993 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23994 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23995 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23996 to prevent warnings about defvar for an obsolete variable.
23997
23998 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23999 warning-group-format renamed to warning-type-format.
24000
24001 * subr.el (read-passwd): Use clear-string instead of fillarray.
24002
24003 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24004 Use vconcat instead of concat.
24005 (edmacro-sanitize-for-string): New function.
24006
240072003-08-05 Dave Love <fx@gnu.org>
24008
24009 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24010 line-number-display-limit-width.
24011
24012 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24013
240142003-08-05 Kenichi Handa <handa@m17n.org>
24015
24016 * international/code-pages.el: Don't require mule-diag.
24017
24018 * international/mule-diag.el (non-iso-charset-alist):
24019 Add autoload cookie.
24020
24021 * language/devan-util.el (dev-glyph-order): Add an entry for the
24022 glyph code #xC4.
24023
240242003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24025
24026 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24027 (european-calendar-style, diary-date-forms)
24028 (calendar-day-name-array, calendar-month-name-array): Doc change.
588c0770 24029 (generate-calendar-month): Adapt for new behavior of
55115079
PA
24030 `calendar-day-name' function.
24031 (calendar-abbrev-length, calendar-day-abbrev-array)
24032 (calendar-month-abbrev-array): New variables.
24033 (calendar-abbrev-construct): New function.
24034 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24035 rather than fixing abbrevs at some width. Calling syntax change.
24036 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
588c0770 24037 (calendar-date-string): Adapt for new behaviors of
55115079
PA
24038 `calendar-day-name' and `calendar-month-name' functions.
24039
24040 * calendar/diary-lib.el (list-diary-entries): Adapt for new
588c0770 24041 behavior of `calendar-day-name' and `calendar-month-name' functions.
55115079
PA
24042 (diary-name-pattern): Use abbrev arrays, rather than fixing
24043 abbrevs at three chars. Calling syntax change.
588c0770 24044 (mark-diary-entries): Adapt for new behaviors of
55115079 24045 `diary-name-pattern' and `calendar-make-alist' functions.
588c0770 24046 (fancy-diary-font-lock-keywords): Adapt for new behavior of
55115079
PA
24047 `diary-name-pattern' function.
24048 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24049 fixing abbrevs at three chars. Calling syntax change.
24050 (cal-hebrew, cal-islam): Require when compiling.
588c0770 24051 (diary-font-lock-keywords): Adapt for new behavior of
55115079
PA
24052 `font-lock-diary-date-forms' function.
24053
24054 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24055 (calendar-hebrew-month-name-array-common-year)
24056 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
588c0770 24057 (list-hebrew-diary-entries): Adapt for new behaviors of
55115079 24058 `calendar-day-name' and `add-to-diary-list' functions.
588c0770 24059 (mark-hebrew-diary-entries): Adapt for new behaviors of
55115079
PA
24060 `diary-name-pattern' and `calendar-make-alist' functions.
24061
24062 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24063 Add doc string.
588c0770 24064 (list-islamic-diary-entries): Adapt for new behaviors of
55115079 24065 `calendar-day-name' and `add-to-diary-list' functions.
588c0770 24066 (mark-islamic-diary-entries): Adapt for new behaviors of
55115079
PA
24067 `diary-name-pattern' and `calendar-make-alist' functions.
24068
588c0770 24069 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
55115079
PA
24070 `calendar-month-name' function.
24071
24072 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24073
24074 * calendar/solar.el (solar-seasons-data): Move definition before use.
24075
24076 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24077 (cal-tex-LaTeX-hourbox): Move definition before use.
24078
881b07f9
JB
24079 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24080 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24081 * lunar.el, solar.el (displayed-month, displayed-year):
24082 Define for compiler.
55115079
PA
24083
240842003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24085
24086 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24087 MODE. Renamed from c-init-c-language-vars'.
24088 (c-initialize-cc-mode): Change accordingly.
24089 (c-common-init): Ditto.
24090 (c-mode): Ditto.
24091 (c++-mode): Use `c-init-language-vars-for'.
24092 (objc-mode): Ditto.
24093 (java-mode): Ditto.
24094 (idl-mode): Ditto.
24095 (pike-mode): Ditto.
24096 (awk-mode): Ditto.
24097
240982003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24099
24100 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24101 or not the point moved.
24102
24103 (c-search-decl-header-end): Don't trip up on operator identifiers
24104 in C++ and operators like == in all languages.
24105
24106 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24107 Detect leading labels correctly.
24108
241092003-08-02 Andreas Schwab <schwab@suse.de>
24110
24111 * textmodes/ispell.el: Don't redo key bindings on loading, put
24112 them only in loaddefs.el.
24113 * bookmark.el: Likewise.
24114 * dabbrev.el: Likewise.
24115 * emerge.el: Likewise.
24116
24117 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24118 has more than one member.
24119
24120 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24121
241222003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24123
24124 * lpr.el (printify-region): It was ending conversion before the
24125 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24126
241272003-07-31 John Paul Wallington <jpw@gnu.org>
24128
24129 * net/browse-url.el (browse-url-epiphany): Doc fix.
24130
241312003-07-30 Kenichi Handa <handa@m17n.org>
24132
24133 * international/fontset.el (setup-default-fontset):
24134 Change registry names of Akurti fonts.
24135
241362003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24137
24138 * comint.el (comint-read-noecho): Use `clear-string' instead of
24139 `fillarray'.
24140
241412003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24142
24143 * outline.el (outline-mode-hook): Add defvar.
24144
241452003-07-28 Nick Roberts <nick@nick.uklinux.net>
24146
24147 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24148 Restore assembler in source window if that is what has been selected.
24149 (menu): Add gdb-restore-windows to menu. Make gdba
24150 specific menus only visible from gdba.
24151
241522003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24153
24154 * progmodes/compile.el (compilation-environment): New user variable.
24155 (compile-internal): Respect it.
24156
241572003-07-23 Masatake YAMATO <jet@gyve.org>
24158
24159 * progmodes/gud.el (gdb-script-font-lock-keywords):
24160 Put `font-lock-function-name-face' on a symbol which includes
24161 `-' like `hook-run'. Put font-lock-variable-name-face
24162 on a symbol starting with $.
24163
241642003-07-27 Markus Rost <rost@math.ohio-state.edu>
24165
24166 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24167
241682003-07-26 Markus Rost <rost@math.ohio-state.edu>
24169
24170 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24171
241722003-07-26 Andre Spiegel <spiegel@gnu.org>
24173
24174 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24175 Use with-no-warnings.
24176 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24177 rather than to find-file-not-found-hook, which doesn't exist.
24178
241792003-07-26 Markus Rost <rost@math.ohio-state.edu>
24180
24181 * international/quail.el (quail-translate-key): Fix previous change.
24182
241832003-07-25 John Paul Wallington <jpw@gnu.org>
24184
24185 * server.el (server-start): Check `server-process' is non-nil
24186 before killing it to avoid killing current buffer's process.
24187
24188 * simple.el (choose-completion-string): Use `minibufferp';
24189 test `completion-reference-buffer' if `buffer' arg is nil.
24190 (push-mark): Use `when' and `unless'.
24191 (pop-mark): Use `when'.
24192
24193 * mouse-sel.el (mouse-sel-get-selection-function):
24194 Check `x-last-selected-text-primary'. Don't barf if it or
24195 `x-last-selected-text' aren't bound.
24196
241972003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24198
24199 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24200
242012003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24202
24203 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24204
242052003-07-23 John Paul Wallington <jpw@gnu.org>
24206
24207 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24208
242092003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24210
24211 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24212 string. Defvar the derived hook.
24213
24214 * macros.el (insert-kbd-macro): Escape double quote character.
24215 From Thomas W Murphy <twm@andrew.cmu.edu>.
24216
242172003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24218
24219 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24220 to match the specific mark rather than reusing comment-start-skip.
24221
242222003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24223
24224 * progmodes/hideshow.el (hs-special-modes-alist):
24225 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24226
242272003-07-21 Markus Rost <rost@math.ohio-state.edu>
24228
24229 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24230 value using ?\s.
24231
242322003-07-21 John Paul Wallington <jpw@gnu.org>
24233
24234 * subr.el (with-selected-window): Add closing paren.
24235
242362003-07-21 Richard M. Stallman <rms@gnu.org>
24237
24238 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24239 (lisp-mode): Likewise.
24240
24241 * subr.el (with-selected-window): Copy code form save-selected-window
24242 so as to call select-window with norecord arg.
24243 (dynamic-completion-table): Doc fix.
24244 (lazy-completion-table): Doc fix.
24245
24246 * international/mule-cmds.el (set-locale-environment):
24247 langinfo renamed to locale-info.
24248
24249 * international/mule.el (auto-coding-functions): Doc fix.
24250
242512003-07-21 Kenichi Handa <handa@m17n.org>
24252
24253 * international/quail.el (quail-translate-key):
24254 Update quail-current-str correctly.
24255
242562003-07-21 Andreas Schwab <schwab@suse.de>
24257
24258 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24259 ?, to "_".
24260
242612003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24262 Version 2.0.36 of Tramp released.
24263
24264 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24265 tramp-password-end-of-line.
24266 (tramp-password-end-of-line): New method parameter.
24267 (tramp-get-password-end-of-line): Function to access method
24268 parameter `tramp-password-end-of-line', or variable
24269 `tramp-default-password-end-of-line' (default value).
24270 (tramp-methods): Add entries for new parameter
24271 tramp-password-end-of-line.
24272 (tramp-enter-password): Use new function
24273 `tramp-get-password-end-of-line'.
24274 (tramp-handle-insert-file-contents): Do not
24275 unconditionally inhibit the file operation file-local-copy, only
24276 do that when the inhibit-file-name-operation is currently
24277 insert-file-contents. This fixes finding remote CVS-controlled
24278 files. (It would barf on inserting the CVS/Entries file
24279 literally, because the file-local-copy handler wasn't called.)
24280 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24281 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24282 (tramp-initial-commands): New variable.
24283 (tramp-process-initial-commands): New function, using the variable.
24284 (tramp-open-connection-setup-interactive-shell): Call the new function.
24285 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24286 method into the buffer name, never use nil. Reported by Hanak
24287 David <dhanak@inf.bme.hu>.
24288 (tramp-open-connection-setup-interactive-shell): Erase buffer
24289 before sending "stty -onlcr".
24290
24291 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24292
242932003-07-19 Markus Rost <rost@math.ohio-state.edu>
24294
24295 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24296
242972003-07-19 John Paul Wallington <jpw@gnu.org>
24298
24299 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24300 (artist-draw-rect, artist-draw-square): Doc fixes.
24301
24302 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24303
24304 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24305
243062003-07-19 Kenichi Handa <handa@m17n.org>
24307
24308 * international/kkc.el (kkc-show-conversion-list-update):
24309 Highlight the correct candidate in the message.
24310
243112003-07-18 John Paul Wallington <jpw@gnu.org>
24312
24313 * simple.el (current-word): Don't include punctuation char when
24314 `really-word' arg is non-nil.
24315
243162003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24317
24318 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24319 moved to the directory obsolete.
24320
243212003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24322
24323 * info.el (Info-menu-entry-name-re): Allow newlines in
24324 menu entry names.
24325
24326 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24327 syntax-ppss-after-change-function.
24328 (syntax-ppss-after-change-function): New alias. Update uses.
24329 (syntax-ppss): Catch the case where the buffer is narrowed.
24330
243312003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24332
24333 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24334 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24335
243362003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24337
24338 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24339 since it might be modified.
24340
24341 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24342 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24343 names to these language constants.
24344
243452003-07-15 Kim F. Storm <storm@cua.dk>
24346
24347 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24348 All uses changed.
24349
243502003-07-14 Mark A. Hershberger <mah@everybody.org>
24351
24352 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24353 Namespace support.
24354
243552003-07-13 Juanma Barranquero <lektu@terra.es>
24356
24357 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24358 papers received).
24359
243602003-07-13 Karl Eichwalder <ke@suse.de>
24361
24362 * textmodes/po.el (po-find-charset): White space at the start of the
24363 Content-Type field body is non-mandatory.
24364
243652003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24366
24367 * textmodes/texinfo.el (texinfo-section-list):
24368 Append appendixsection; a synonym for appendixsec.
24369
243702003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24371
24372 * man.el (Man-translate-cleanup): New.
24373 (Man-translate-references): Call `Man-translate-cleanup' to clean
24374 leading, trailing and middle spaces.
24375
243762003-07-13 Lars Hansen <larsh@math.ku.dk>
24377
24378 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24379 Handle `dired-directory' being a list.
24380
243812003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24382
24383 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24384 it doesn't exist.
24385
243862003-07-12 Richard M. Stallman <rms@gnu.org>
24387
24388 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24389
24390 * progmodes/cc-defs.el (c-make-keywords-re):
24391 Don't use delete-duplicates.
24392 (c-lang-const): Don't use mapcan.
24393
24394 * apropos.el (apropos-show-scores): Make it customizable.
24395 Document new meaning.
24396 (apropos): Compute scores from symbols.
24397 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24398
243992003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24400
24401 * ps-bdf.el: Fix copyright line.
24402 (bdf-directory-list): Fix initialization code.
24403
244042003-07-11 John Paul Wallington <jpw@gnu.org>
24405
24406 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24407 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24408 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24409
244102003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
24411
24412 * emacs-lisp/ring.el (ring-elements): Doc fix.
24413
244142003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24415
24416 * calendar/timeclock.el (timeclock-relative)
24417 (timeclock-ask-before-exiting, timeclock-use-display-time):
24418 Doc changes.
24419 (timeclock-modeline-display): Give a message if
24420 `timeclock-use-display-time' is non-nil but `display-time-mode'
24421 is not active.
24422
244232003-07-11 Kenichi Handa <handa@m17n.org>
24424
24425 * international/mule-cmds.el (set-language-environment):
24426 Set current-language-environment to the correct string.
24427
244282003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24429
24430 * ps-print.el: Print line number correctly in a region. Reported by
c9688100 24431 Tim Allen <timallen@ls83.fsnet.co.uk>.
55115079
PA
24432 (ps-print-version): New version number (6.6.2).
24433 (ps-printing-region): Code fix.
24434
244352003-07-10 John Paul Wallington <jpw@gnu.org>
24436
24437 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24438 this function can be called from `add-completions-from-tags-table'.
24439
244402003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
24441
24442 * calendar/timeclock.el (timeclock-use-display-time)
24443 (timeclock-day-over-hook, timeclock-workday-remaining)
24444 (timeclock-status-string, timeclock-when-to-leave)
24445 (timeclock-when-to-leave-string, timeclock-log-data)
24446 (timeclock-find-discrep, timeclock-day-base)
24447 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24448 (timeclock-modeline-display): Set the variable
24449 `timeclock-modeline-display'.
24450 (timeclock-update-modeline): Doc fix. Respect value of
24451 `timeclock-relative'.
24452
244532003-07-09 Richard M. Stallman <rms@gnu.org>
24454
24455 * textmodes/reftex-parse.el (reftex-all-document-files):
24456 Add autoload cookie.
24457
24458 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24459 (reftex-scanning-info-available-p): Add autoload cookie.
24460
24461 * international/mule-cmds.el
24462 (set-display-table-and-terminal-coding-system): Delete duplicate
24463 aset on standard-display-table.
24464
24465 * view.el (view-file): If existing buffer's major mode is special,
24466 don't go into view mode.
24467
24468 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24469
244702003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24471
24472 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24473 buffer changes; there's third party code that calls this function
24474 directly.
24475
244762003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24477
24478 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24479 (autodoc-font-lock-keywords): Don't byte compile on font lock
24480 initialization when running from byte compiled files.
24481
244822003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24483
24484 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24485 statement ends with auto-increment "++".
24486
244872003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24488
24489 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24490 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24491 these are changed, so declare them as variables and not constants.
24492
244932003-07-08 Markus Rost <rost@math.ohio-state.edu>
24494
9242b3b7 24495 * subr.el (dolist, dotimes): Doc fix.
55115079
PA
24496
244972003-07-08 Kim F. Storm <storm@cua.dk>
24498
24499 * international/mule-cmds.el
24500 (set-display-table-and-terminal-coding-system): Don't break
24501 bootstrap if standard-display-table isn't setup yet.
24502
245032003-07-07 Richard M. Stallman <rms@gnu.org>
24504
24505 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24506 Give it a doc string, and autoload it.
24507
24508 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24509 Use with-no-warnings.
24510
24511 * info.el (Info-search): If find invisible text, search again.
24512
24513 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24514
24515 * man.el (Man-name-regexp): Match + as part of name.
24516
24517 * simple.el (visible-mode): Rename from vis-mode.
24518 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24519
24520 * simple.el (current-word): New arg REALLY-WORD specifies
24521 don't include punctuation chars.
24522
24523 * emacs-lisp/debug.el (debug, debugger-env-macro):
24524 Use with-no-warnings while accessing and binding unread-command-char.
24525
24526 * international/mule-cmds.el
24527 (set-display-table-and-terminal-coding-system): Use explicit loop
24528 instead of calling standard-display-default.
24529
24530 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24531 Use condition-case to catch error in ange-ftp-get-files.
24532
24533 * net/browse-url.el (browse-url-browser-function):
24534 Add alternative for Epiphany.
24535 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24536 (browse-url-epiphany-startup-arguments)
24537 (browse-url-epiphany-new-window-is-tab): New variables.
24538 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24539
24540 * progmodes/compile.el (compile-auto-highlight): Default now t.
24541 (compile): Doc fix.
24542 (compilation-next-error): Fix previous change.
24543
24544 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24545
24546 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24547
245482003-07-07 Nick Roberts <nick@nick.uklinux.net>
24549
24550 * gdb-ui.el (gdb-source-info): Display current frame when
24551 attaching to an existing process.
24552 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24553 while laying out windows when attaching to an existing process.
24554
245552003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24556
24557 * info.el (Info-menu): Use Info-menu-entry-name-re.
24558
245592003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24560
24561 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24562 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24563
24564 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24565 to match the same text.
24566
245672003-07-06 John Paul Wallington <jpw@gnu.org>
24568
24569 * vc.el (vc-annotate-offset): Move defvar up.
24570
245712003-07-06 Kim F. Storm <storm@cua.dk>
24572
24573 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24574 This should fix the infinite loop when extracting menu names.
24575
245762003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24577
24578 * files.el (auto-mode-alist, interpreter-mode-alist):
24579 Remove entries to CC Mode modes to avoid duplicates; they are now added
24580 with autoload directives in cc-mode.el.
24581
245822003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24583
24584 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24585 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24586 these are changed, so declare them as variables and not constants.
24587
24588 * progmodes/cc-mode.el: Fix some autoload problems: Try to
24589 ensure that the entry for ".c" extension comes before the one for
24590 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24591 Fix incorrect entries that were added to `interpreter-mode-alist'.
24592 Move the autoload directives for AWK to the top level since they
24593 aren't recognized anywhere else. Do not use the new AWK mode doc
24594 in the autoload form for the old AWK mode.
24595
245962003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24597
24598 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24599 (bibtex-sort-ignore-string-entries): Default value t.
24600 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24601 erroneously in previous version.
24602 (bibtex-string-files): Docstring reflects new parsing scheme.
24603 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24604 docstring, add # as one of the chars to crush
24605 (bibtex-autokey-prefix-string, bibtex-autokey-names)
24606 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24607 (bibtex-autokey-name-change-strings)
24608 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24609 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24610 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24611 (bibtex-autokey-title-terminators)
24612 (bibtex-autokey-titlewords-stretch)
24613 (bibtex-autokey-titleword-ignore)
24614 (bibtex-autokey-titleword-case-convert)
24615 (bibtex-autokey-titleword-abbrevs)
24616 (bibtex-autokey-titleword-abbrevs)
24617 (bibtex-autokey-titleword-change-strings)
24618 (bibtex-autokey-titleword-length)
24619 (bibtex-autokey-titleword-separator)
24620 (bibtex-autokey-name-year-separator)
24621 (bibtex-autokey-year-title-separator)
24622 (bibtex-autokey-before-presentation-function)
24623 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24624 Fix docstring.
24625 (bibtex-strings, bibtex-reference-keys):
24626 Use lazy-completion-table and make-variable-buffer-local.
24627 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24628 (bibtex-braced-string-syntax-table)
24629 (bibtex-quoted-string-syntax-table): New variables.
24630 (bibtex-parse-nested-braces): Remove.
24631 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24632 (bibtex-parse-association): Simplify.
24633 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24634 (bibtex-parse-field-text): Simplify.
24635 (bibtex-search-forward-field, bibtex-search-backward-field):
24636 argument BOUND can take value t.
24637 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24638 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24639 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24640 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24641 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24642 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24643 and ending of entry. Update for changes of bibtex-search-entry.
24644 Simplify.
24645 (bibtex-map-entries): FUN is called with three arguments.
24646 (bibtex-search-entry): Return a cons pair with buffer positions of
24647 beginning and end of entry.
24648 (bibtex-enclosing-field): Simplify.
24649 (bibtex-format-entry): Use booktitle to set a missing title.
24650 (bibtex-autokey-get-names): Fiddle with regexps.
24651 (bibtex-generate-autokey): Use identity.
24652 (bibtex-parse-keys): Use simplified parsing algorithm if
a568a2cc
JB
24653 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24654 arguments. Return alist of keys.
24655 (bibtex-parse-strings): Simplify. Return alist of strings.
55115079
PA
24656 (bibtex-complete-string-cleanup): Fix docstring.
24657 (bibtex-read-key): New function.
a568a2cc
JB
24658 (bibtex-mode): Fix docstring. Do not parse for keys and
24659 strings when the mode is entered. Set fill-paragraph-function to
24660 bibtex-fill-field. Setup font-lock-mark-block-function the way
55115079 24661 font-lock intended.
a568a2cc 24662 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
55115079
PA
24663 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24664 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24665 (bibtex-Preamble): Avoid hard coded constants.
a568a2cc 24666 (bibtex-make-field): Fix docstring. Simplify.
55115079
PA
24667 (bibtex-beginning-of-entry): Always return new position of point.
24668 (bibtex-end-of-entry): Rearrange cond clauses.
24669 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24670 Update for changes of bibtex-map-entries.
24671 (bibtex-ispell-abstract): Do not move point.
a568a2cc 24672 (bibtex-entry-index): Use downcase. Simplify.
55115079
PA
24673 (bibtex-lessp): Handle catch-all.
24674 (bibtex-find-crossref): Turn into a command.
a568a2cc
JB
24675 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24676 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
55115079
PA
24677 preamble entries.
24678 (bibtex-fill-field-bounds): New function.
a568a2cc 24679 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
55115079
PA
24680 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24681 (bibtex-String): Use bibtex-strings. Always obey
24682 bibtex-sort-ignore-string-entries.
24683
246842003-07-05 John Paul Wallington <jpw@gnu.org>
24685
24686 * cus-theme.el (customize-create-theme):
24687 Call `customize-create-theme' in Reset widget's notify function.
24688
24689 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24690 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24691 (define-ibuffer-column name): Add summarizer.
24692 (define-ibuffer-column size): Likewise.
24693 (define-ibuffer-column filename): Likewise.
24694 (define-ibuffer-column process): Likewise. Change BODY's output too.
24695 (define-ibuffer-column filename-and-process): Likewise, likewise.
24696 (ibuffer): Remove local vars `already-in' and `need-update'.
24697
24698 * ibuf-ext.el: Don't require `derived' at compile-time.
24699
247002003-07-05 Kim F. Storm <storm@cua.dk>
24701
24702 * info.el: Disable paragraph refilling.
24703 (Info-refill-paragraphs): New defcustom.
24704 (Info-fontify-node): Use it.
24705
247062003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24707
24708 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24709 thingies from constructors created by defstruct.
24710
24711 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24712 the default value of the variable.
24713 (byte-code-meter): Move declaration to top level.
24714
24715 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24716
24717 * info.el (Info-following-node-name-re): New fun.
24718 (Info-following-node-name): Remove.
24719 (Info-insert-dir): Use the new fun.
24720 (Info-extract-pointer): Don't save restriction; use new fun.
24721 (Info-menu-entry-name-re): New const.
24722 (Info-menu-entry-name-re): Use it along with new fun.
24723 (Info-node-spec-re): Use new fun.
24724 (Info-complete-menu-item, Info-fontify-node): Use new const.
24725 (Info-goto-node, Info-follow-reference, Info-menu-update):
24726 Use match-string.
24727 (Info-follow-reference): Use assoc-string.
24728 Use a list of strings for the completion table.
24729 (Info-fontify-node): Use match-string, line-end-position.
24730 Limit the search for `node:' to the first line.
24731
24732 * newcomment.el (uncomment-region): Remove padding coming from
24733 comment-start rather than just from comment-padding.
24734
24735 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24736 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24737 (vc-cvs-rename-file): Remove (use the default).
24738 (vc-cvs-register): Register parent dir if needed.
24739 (vc-cvs-could-register): Return non-nil if parent can be registered.
24740 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24741 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24742
24743 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24744 (vc-svn-update): Fix the arguments to `svn'.
24745 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24746 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24747 Simple implementations, assuming `name' is a URL.
24748
24749 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24750 set of chars allowed unquoted in a case pattern.
24751
24752 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24753
24754 * font-lock.el (font-lock-extra-types-widget)
24755 (c-font-lock-extra-types, c++-font-lock-extra-types)
24756 (objc-font-lock-extra-types, java-font-lock-extra-types)
24757 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24758 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24759 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24760 (font-lock-match-c++-structor-declaration)
24761 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24762 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24763 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24764 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24765 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24766 (java-font-lock-keywords-3, java-font-lock-keywords)
24767 (java-font-lock-syntactic-face-function): Remove obsolete code
24768 and constants. It's all in cc-fonts.el now.
24769
247702003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24771
24772 * mail/sendmail.el (mail-specify-envelope-from)
24773 (mail-envelope-from): Doc fix.
24774
247752003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24776
24777 * generic-x.el: Do away with the dependency on `c-emacs-features'
24778 when populating `rul-generic-mode-syntax-table'; we already know
24779 this isn't XEmacs.
24780
24781See ChangeLog.10 for earlier changes.
24782
24783;; Local Variables:
24784;; coding: iso-2022-7bit
24785;; End:
24786
47ff5b28 24787 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
55115079
PA
24788 Copying and distribution of this file, with or without modification,
24789 are permitted provided the copyright notice and this notice are preserved.
24790
24791;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1