Update copyright year.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-01-12 John Paul Wallington <jpw@pobox.com>
2
3 * help-fns.el (describe-variable): Remove newlines from void
4 variable output.
5
6 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7
8 * wdired.el (wdired-mode-map): Add help echo for
9 wdired-abort-changes.
10
11 * man.el (Man-file-name-regexp): Adjust for a list of files.
12
13 2006-01-12 Masatake YAMATO <jet@gyve.org>
14
15 * progmodes/ld-script.el (auto-mode-alist): Support
16 suffix conventions used in netbsd and eCos.
17
18 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
19
20 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
21 (custom-variable-menu, custom-face-menu, custom-group-menu)
22 (Custom-mode-menu): Change names of menu items. (As discussed on
23 emacs-devel.)
24 (custom-face-menu): Add "Undo Edits" item.
25
26 * startup.el (init-file-user): defcustom -> defvar.
27
28 * tooltip.el (tooltip-mode): Doc fix.
29
30 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * reveal.el (reveal-post-command): window-buffer signals an error on
33 dead windows rather than returning nil.
34 (reveal-open-new-overlays): An overlay might die while we open others.
35
36 2006-01-11 Bill Wohler <wohler@newt.com>
37
38 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
39 phrasing in docstring.
40
41 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
42 can give some systems gas. Add new file mh-buffers.el.
43
44 2006-01-06 Masatake YAMATO <jet@gyve.org>
45
46 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
47 C preprocessor forward ported from GNU Emacs 21.2.
48
49 * progmodes/asm-mode.el (asm-font-lock-keywords):
50 Use `cpp-font-lock-keywords'.
51
52 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
53
54 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
55 of $ for "\\.ld[s]?".
56
57 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
60 (tcl-indent-line): Return `noindent' if inside a string.
61
62 * progmodes/flymake.el (flymake-split-string): Remove more than one
63 empty string at beg/end of the result.
64 (flymake-find-buildfile, flymake-find-possible-master-files):
65 Use expand-file-name.
66 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
67 since expand-file-name does it for us. Use directory-file-name.
68 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
69 (flymake-ler-get-type, flymake-ler-get-text)
70 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
71 (flymake-current-line-no): Remove spurious interactive spec.
72 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
73 (flymake-check-include): Remove arg inc-path merged into inc-name.
74 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
75 Arg regexp-list replaced by a simple regexp.
76 (flymake-master-make-header-init, flymake-master-tex-init):
77 Correspondingly replace regexp-list with a regexp. Fix regexp.
78
79 2006-01-10 Simon Josefsson <jas@extundo.com>
80
81 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
82 describing AUTH PLAIN fix.
83
84 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
85
86 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
87 (report-emacs-bug): Don't record initial prompt text.
88 Instead, add text properties to prompting text.
89 (report-emacs-bug-hook): Delete prompting text.
90
91 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
94 `dirs'. Adjust callers.
95
96 2006-01-09 John Paul Wallington <jpw@gnu.org>
97
98 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
99
100 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * reveal.el (reveal-open-new-overlays): New extracted fun.
103 (reveal-close-old-overlays): Idem. Check overlays's liveness before
104 using them. Simplify the code.
105 (reveal-post-command): Use them. Fix up obsolete windows in
106 reveal-open-spots.
107
108 * progmodes/flymake.el: Use `require' rather than autoload for
109 XEmacs's overlays.
110 (flymake-get-common-file-prefix, flymake-build-relative-filename):
111 Delete. Use file-relative-name instead.
112 (flymake-get-syntax-check-program-args, flymake-perl-init):
113 Simplify the resulting code.
114
115 * log-view.el (log-view-file-re, log-view-message-re): Add support
116 for DaRCS output.
117
118 2006-01-09 Alex Schroeder <alex@gnu.org>
119
120 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
121 identifiers sometimes added in square brackets at the beginning of
122 subject lines.
123
124 2006-01-07 Richard M. Stallman <rms@gnu.org>
125
126 * cus-edit.el (Custom-set, Custom-save): Doc fix.
127 (Custom-reset-current, Custom-reset-saved): Change question text.
128 (Custom-reset-standard): Likewise.
129 (custom-variable-reset-saved): Doc fix.
130
131 2006-01-07 Eli Zaretskii <eliz@gnu.org>
132
133 * startup.el (init-file-user): Doc fix.
134
135 2006-01-07 Alex Schroeder <alex@gnu.org>
136
137 * mail/rmail.el (rmail-current-subject): New function.
138 (rmail-current-subject-regexp): New function.
139 (rmail-next-same-subject): Use it.
140
141 * mail/rmailsum.el (rmail-summary-by-topic):
142 Use rmail-current-subject and rmail-current-subject-regexp.
143 (rmail-summary-next-same-subject): Ditto.
144
145 * net/rcirc.el (rcirc-send-input): No longer check whether the
146 process is open, since not all commands need an open process.
147 (rcirc-send-string): Check whether the process is open before
148 sending anything.
149 (rcirc-ignore-list): New option.
150 (rcirc-ignore-list-automatic): New variable.
151 (rcirc-print): Take rcirc-ignore-list into account.
152 (rcirc-cmd-ignore): New command.
153 (rcirc-ignore-update-automatic): New function.
154 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
155 list if ignored nicks.
156 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
157
158 2006-01-06 David Reitter <david.reitter@gmail.com>
159
160 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
161 reflect the address to which the report will be sent.
162
163 2006-01-06 Eli Zaretskii <eliz@gnu.org>
164
165 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
166 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
167
168 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
169
170 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
171
172 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
173 the doc string: "functoin" => "function".
174 ldefs-boot.el: Likewise.
175
176 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
177 message text: "Duplicat" => "Duplicate".
178
179 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
180
181 * files.el (basic-save-buffer-2): If backing-up failed, reset
182 buffer-backed-up to nil.
183
184 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
185
186 * progmodes/gud.el (gdb-script-skip-to-head)
187 (gdb-script-calculate-indentation): Indent for breakpoint command
188 lists also.
189
190 2006-01-05 Bill Wohler <wohler@newt.com>
191
192 * Makefile.in (compile-always): Add mh-autoloads dependency.
193 (bootstrap): Remove mh-autoloads dependency, as compile dependency
194 provides it.
195 (updates): Remove mh-autoloads dependency, since it probably has
196 already run recently (via recompile).
197
198 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
201 argument `force' to disable the flyspell-last-buffer optimization.
202 (flyspell-mode-on): Use it.
203
204 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
205 flymake-simple-cleanup.
206 (flymake-allowed-file-name-masks): Use this new default.
207 All the functions are now called in the right buffer rather than
208 passing the buffer as argument.
209 (flymake-process-sentinel): Switch to buffer before calling cleanup.
210 (flymake-parse-err-lines): Remove redundant buffer arg.
211 (flymake-get-program-dir): Comment out unused function.
212 (flymake-start-syntax-check, flymake-start-syntax-check-process):
213 Remove redundant buffer argument.
214 (flymake-get-real-file-name, flymake-simple-java-cleanup)
215 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
216
217 2006-01-05 Richard M. Stallman <rms@gnu.org>
218
219 * info.el (Info-find-node): Don't record previous node if have none.
220 (info): Go to directory only if history is empty.
221
222 * simple.el (mark): Doc fix.
223
224 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
225
226 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
227 already of desired type.
228 (mac-ae-list): Coerce parameter to "list" type.
229 (mac-dispatch-apple-event): Replace cadr part of event with a
230 dummy position so that event-start returns it.
231
232 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
233
234 * textmodes/org.el: (org-end-of-subtree): New function.
235 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
236 Use `org-end-of-subtree'.
237 (org-agenda, org-agenda-convert-date): Protect calls to
238 `fit-window-to-buffer'.
239 (org-tags-view): Force matching of sublevels when doing a
240 todo-only search. Define the correct redo command, including the
241 arguments.
242 (org-agenda-redo): Display message.
243 (org-check-for-org-mode): New function.
244 (org-agenda-type): New variable.
245 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
246 Set `org-agenda-type'.
247 (org-agenda-check-type): New function.
248 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
249 (org-agenda-week-view, org-agenda-day-view)
250 (org-agenda-next-date-line, org-agenda-previous-date-line)
251 (org-agenda-log-mode, org-agenda-toggle-diary)
252 (org-agenda-toggle-time-grid, org-agenda-date-later)
253 (org-agenda-date-prompt, org-agenda-diary-entry)
254 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
255 (org-agenda-convert-date, org-agenda-menu):
256 Use `org-agenda-check-type'.
257 (org-make-overlay, org-delete-overlay)
258 (org-detatch-overlay, org-move-overlay, org-overlay-put):
259 New compatibility functions.
260 (org-calendar-select-mouse): New command.
261
262 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
263
264 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
265 (Custom-reset-standard): Fix y-or-n-p messages.
266 (custom-link): New face for links.
267 (custom-buffer-create-internal, custom-manual): Use it.
268 (custom-face-save): Push to theme-face before setting face spec.
269
270 * wid-edit.el (widget-default-mouse-face-get): New function.
271 (widget-specify-button): Handle mouse-face like button-face.
272
273 * custom.el (load-theme): Clear old theme settings if reloading.
274
275 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
276
277 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
278 "Erase Customization" button back to same position it occupies in
279 the individual State menus.
280
281 2006-01-04 Kim F. Storm <storm@cua.dk>
282
283 * wid-edit.el (key-sequence): Rework widget to read key binding
284 using `kbd' syntax. Use C-q to insert literal key, event, or code.
285 (widget-key-sequence-default-value): Default value for empty sequence.
286 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
287 (widget-key-sequence-read-event): New command for C-q.
288 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
289 (widget-key-sequence-value-to-external): New functions.
290
291 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
294 Use expand-file-name.
295 (flymake-delete-temp-directory): Use expand-file-name,
296 file-name-directory, and directory-file-name.
297 (flymake-strrchr): Delete.
298 (flymake-start-syntax-check): Don't pass the redundant buffer argument
299 to the init-f function.
300 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
301 (flymake-init-find-buildfile-dir)
302 (flymake-init-create-temp-source-and-master-buffer-copy)
303 (flymake-simple-make-init-impl, flymake-simple-make-init)
304 (flymake-master-make-init, flymake-master-make-header-init)
305 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
306 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
307 (flymake-xml-init): Remove corresponding redundant buffer argument.
308 (flymake-allowed-file-name-masks): Remove last elems that are equal to
309 the default anyway. Clean up regexps.
310
311 * progmodes/flymake.el (flymake-temp-source-file-name)
312 (flymake-master-file-name, flymake-temp-master-file-name)
313 (flymake-base-dir): New buffer-local vars.
314 (flymake-buffer-data, flymake-get-buffer-value)
315 (flymake-set-buffer-value): Replace those hash-tables by the new
316 buffer-local vars. Update callers.
317
318 * progmodes/flymake.el (flymake-check-start-time)
319 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
320 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
321 Move definition, so we can remove redundant earlier declaration.
322 (flymake-replace-regexp-in-string, flymake-split-string)
323 (flymake-get-temp-dir): Use defalias.
324 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
325 (flymake-xemacs-window-edges): Remove unused function.
326 (flymake-get-point-pixel-pos): Move.
327 (flymake-pid-to-names, flymake-reg-names)
328 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
329 Replace by a simple list flymake-processes and by process-buffer.
330 Update callers. Other than simplify the code, it uses buffers rather
331 than buffer-names so it doesn't get confused by uniquify.
332 (flymake-buffer-data): The global value should just be nil.
333
334 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
335 Optimize the body of a defalias like any other code.
336
337 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
338 Make sure we've setup font-lock's vars. It may influence which
339 function we then call.
340 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
341 here since it's too late anyway.
342
343 2006-01-03 Romain Francoise <romain@orebokech.com>
344
345 * startup.el (fancy-splash-tail, normal-splash-screen):
346 Update copyright year.
347
348 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
349
350 * mouse.el (mouse-drag-track): Rename, from
351 `mouse-drag-region-1'. Includes optional argument required to
352 enable post-drag event processing (e.g. delete region keys).
353 Can be used without this argument to track a mouse region and operate
354 on it as soon as the drag completes.
355 (mouse-drag-region): Use `mouse-drag-track'.
356
357 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
358
359 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
360 Move to `custom-buffer' group.
361
362 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
363 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
364 (custom-theme-insert-face-marker, custom-theme-variable-menu)
365 (custom-theme-face-menu): New variables.
366 (custom-theme-add-variable, custom-theme-variable-action)
367 (custom-variable-reset-theme, custom-theme-delete-variable)
368 (custom-face-reset-theme, custom-theme-face-action)
369 (custom-theme-delete-face, custom-theme-merge-theme)
370 (custom-theme-add-face, custom-theme-visit-theme): New functions.
371
372 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
373
374 * custom.el: Move Custom Themes commentary to start of theme code.
375 (custom-known-themes): Rename `standard' theme to `changed'.
376 (custom-push-theme): Caller no longer specifies what theme to use
377 when doing `reset'---the setting is simply removed from the theme.
378 Delete MODE from `theme-value' and `theme-settings' properties.
379 (custom-declare-theme): Ignore &rest args since we don't use them.
380
381 (custom-loaded-themes): Delete variable.
382 (custom-theme-load-themes, custom-theme-loaded-p)
383 (custom-theme-value): Delete functions.
384
385 (custom-declare-theme): Signal error on invalid theme names.
386 (provide-theme): custom-loaded-themes was deleted.
387 (load-theme): Load the file unconditionally.
388 (enable-theme): Call `load-theme' if theme is undefined.
389 (custom-enabled-themes): Only update value for successful loads.
390 (disable-theme): Complete from enabled themes when interactive.
391 (custom-variable-theme-value): Calculate theme value directly.
392
393 (custom-theme-reset-variables, custom-reset-variables): Mark as
394 XEmacs compatibility functions. We don't actually use these.
395
396 * cus-edit.el (custom-variable-state-set):
397 Use custom-variable-theme-value instead of custom-theme-value.
398 (custom-face-state-set): Rename `standard' theme to `changed'.
399 (custom-save-variables, custom-save-faces): Delete unneeded
400 references to custom-reset-variables.
401 (custom-save-resets): Delete function.
402 (custom-save-variables, custom-save-faces): MODE argument deleted.
403 (custom-save-variables, custom-save-faces): Ignore theme values.
404
405 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
406 compatibility function.
407
408 2006-01-01 Richard M. Stallman <rms@gnu.org>
409
410 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
411 (Custom-reset-current, Custom-reset-saved): Likewise.
412 (Custom-reset-standard): Show message if aborted.
413 (custom-mode): Doc fix, describing those commands.
414
415 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
416 put on event-kind property.
417
418 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
419
420 * custom.el (provide-theme): Ban `user' theme name.
421 (custom-enabling-themes): New variable.
422 (enable-theme): Don't enable user if custom-enabling-themes is t.
423 (custom-enabled-themes): Make it a defcustom.
424 (custom-theme-recalc-face): No-op if face is undefined.
425
426 * cus-edit.el (custom-button-mouse): New variable.
427 (custom-button-mouse): New face.
428 (custom-raised-buttons, custom-mode): Use it.
429
430 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
431
432 2005-12-31 Eli Zaretskii <eliz@gnu.org>
433
434 * progmodes/gud.el (gud-display-line): Support hl-line in the
435 source buffer.
436
437 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
438
439 * mouse.el (mouse-drag-window-above): Verify that the found window
440 overlaps with the given window in the horizontal dimension.
441
442 2005-12-31 Eli Zaretskii <eliz@gnu.org>
443
444 * Makefile.in (cvs-update): New target.
445
446 * makefile.w32-in (cvs-update): Ditto.
447
448 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
449
450 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
451 (custom-new-theme-mode-map): New variable.
452
453 2005-12-30 Richard M. Stallman <rms@gnu.org>
454
455 * custom.el (custom-load-themes): Function deleted.
456
457 * cus-edit.el (custom-save-loaded-themes): Function deleted.
458 (custom-save-variables): Don't delete or add custom-load-themes call.
459
460 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * cus-start.el: Add `visible-cursor'.
463
464 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
465 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
466 (flymake-process-filter): Switch to buffer before calling it instead.
467 (flymake-post-syntax-check, flymake-highlight-err-lines)
468 (flymake-delete-own-overlays, flymake-parse-err-lines)
469 (flymake-start-syntax-check, flymake-start-syntax-check-process)
470 (flymake-count-lines, flymake-parse-residual):
471 Remove constant buffer argument.
472 (flymake-start-syntax-check-for-current-buffer): Remove.
473 Update callers to use flymake-start-syntax-check instead.
474 (flymake-display-err-menu-for-current-line):
475 Remove unused var `mouse-pos'.
476 (flymake-restore-formatting): Comment out unused function.
477 (flymake-report-status, flymake-report-fatal-status): Remove buffer
478 argument, use current-buffer instead. Update callers.
479
480 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
481
482 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
483 buffer-local because choose-completion-delete-max-match requires
484 that we set completion-ignore-case (i.e., binding via let is not
485 sufficient).
486 (bibtex-complete): Always set completion-ignore-case and
487 choose-completion-string-functions. The latter is needed because
488 choose-completion-string-functions keeps its value if we quit the
489 *Completions* buffer without requesting a completion.
490
491 2005-12-30 Andreas Schwab <schwab@suse.de>
492
493 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
494
495 2005-12-30 Eli Zaretskii <eliz@gnu.org>
496
497 * jit-lock.el (jit-lock-chunk-size): Doc fix.
498
499 2005-12-30 Juri Linkov <juri@jurta.org>
500
501 * locate.el (locate-fcodes-file, locate-header-face)
502 * progmodes/delphi.el (delphi-other-face)
503 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
504
505 * paren.el (show-paren-match, show-paren-mismatch): Use existing
506 group `paren-showing-faces'.
507
508 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
509 (goto-address): Fix docstring.
510
511 * net/webjump.el (webjump-sample-sites): Update URLs.
512
513 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
514
515 * subr.el (cancel-change-group): Add listp around pending-undo-list.
516
517 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * font-lock.el (font-lock-compile-keywords): Signal an error when
520 font-lock-set-defaults hasn't been called.
521
522 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
523
524 * subr.el (noreturn, 1value): Doc fixes.
525
526 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
527
528 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
529 that assoc-string returns nil.
530
531 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
532
533 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
534 (bibtex-entry-type-str, bibtex-empty-field-re)
535 (bibtex-search-backward-string, bibtex-preamble-prefix)
536 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
537 (bibtex-any-valid-entry-type): New variable.
538 (bibtex-parse-field-name): Simplify.
539 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
540 (bibtex-preamble-prefix): Include left delimiter.
541 (bibtex-search-forward-field, bibtex-search-backward-field):
542 Allow unbounded search past entry boundaries (required by bibtex-pop).
543 (bibtex-text-in-field-bounds): Use push.
544 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
545 (bibtex-parse-preamble, bibtex-valid-entry)
546 (bibtex-beginning-first-field): New functions.
547 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
548 (bibtex-map-entries): Fix docstring.
549 (bibtex-flash-head): New arg prompt. Simplify.
550 (bibtex-enclosing-field): Include code of bibtex-inside-field.
551 (bibtex-insert-kill): Simplify. Always insert text past the
552 current field or entry.
553 (bibtex-format-entry): Use bibtex-parse-field.
554 (bibtex-pop): Use bibtex-beginning-of-entry and
555 bibtex-end-of-entry to initiate the search. Insert empty field if
556 we found ourselves.
557 (bibtex-print-help-message): New args field and comma.
558 Handle entry keys.
559 (bibtex-make-field): Use bibtex-beginning-of-entry.
560 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
561 invalid entry.
562 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
563 Handle preambles. Simplify code for thorough test.
564 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
565 New arg comma. Handle entry heads.
566 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
567 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
568 New arg comma.
569 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
570 (bibtex-fill-field): Simplify.
571 (bibtex-fill-entry): Use bibtex-beginning-first-field and
572 bibtex-parse-field.
573 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
574 (bibtex-complete): Use bibtex-parse-preamble.
575
576 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
577
578 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
579 Display name of expression instead of convenience variable.
580 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
581
582 * progmodes/gud.el (gud-tooltip-dereference): Rename from
583 toggle-gud-tooltip-dereference.
584 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
585 (gud-tooltip-tips): ...here when dereferencing..
586
587 2005-12-28 Bill Wohler <wohler@newt.com>
588
589 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
590
591 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
594 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
595 (vc-annotate-display-autoscale): Adjust call.
596 (vc-annotate-display-default): Adjust call. Make arg compulsory.
597 Fix interactive spec.
598 (vc-annotate-time-span): Remove.
599 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
600 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
601 (vc-annotate-display-select): Use new name.
602
603 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
604 (vc-annotate-mode-menu): Remove left-over redundant declaration.
605 Correct the construction of span entries. Simplify.
606 (vc-annotate-display-select): Fix the nil case.
607 (vc-annotate): Remove obsolete (and now broken) code.
608 (vc-annotate-extract-revision-at-line): Remove obsolete code.
609 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
610
611 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
612
613 * subr.el (lazy-completion-table): Correct typo in docstring.
614
615 * startup.el (command-line): Use `custom-reevaluate-setting' for
616 `send-mail-function'.
617
618 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
619
620 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
621
622 * mail/smtpmail.el (smtpmail-try-auth-methods):
623 Send credentials together with "AUTH PLAIN" command.
624
625 2005-12-27 Richard M. Stallman <rms@gnu.org>
626
627 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
628 mouse-2, go back to previously selected window, so it's selected
629 when mouse-2 command runs.
630
631 2005-12-27 Juri Linkov <juri@jurta.org>
632
633 * descr-text.el (describe-text-sexp): Use square brackets for
634 button [Show] to distinguish it from the property value `show'.
635 (describe-property-list): Use `insert-text-button' with
636 `help-face' type instead of putting face in quotes, because button
637 is not created automatically for a list of faces.
638 (describe-text-properties-1): Put button-type value in quotes to
639 distinguish from plain text "button".
640 (describe-char): Display code point values in hex. Don't use
641 `symbol-name' for `current-input-method' because it is a string.
642 Use `insert-text-button' with `help-face' type instead of putting
643 hardcoded face in quotes, because button is not created automatically.
644
645 2005-12-27 Richard M. Stallman <rms@gnu.org>
646
647 * progmodes/glasses.el (glasses-face): More specific custom type.
648
649 * files.el (set-visited-file-name): Doc fix.
650
651 * textmodes/flyspell.el (flyspell-external-point-words):
652 Use local var buffer-scan-pos to advance scan for next misspelling.
653 Advance it only after we find the misspelling.
654
655 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
656
657 * textmodes/flyspell.el (flyspell-external-point-words):
658 New criteria for finding the misspelling in the buffer.
659
660 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
661
662 * help-mode.el (help-insert-string): Set help-xref-stack-item
663 rather than call help-setup-xref.
664
665 * descr-text.el (describe-char): Revert previous changes for
666 optional buffer argument.
667
668 2005-12-27 Juri Linkov <juri@jurta.org>
669
670 * help-mode.el (help-insert-string): New function. Save buffer
671 contents in cases where it is impossible to recompute the old contents.
672
673 * descr-text.el (describe-char): Set help-xref-stack-item
674 explicitly after buffer has been generated.
675
676 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
677
678 * cus-start.el (all): Add x-gtk-show-hidden-files.
679
680 2005-12-26 Richard M. Stallman <rms@gnu.org>
681
682 * replace.el (perform-replace): Calculate match-again
683 before skipping read-only matches.
684
685 * paren.el (paren-showing-faces): New group.
686 (show-paren-match, show-paren-mismatch): Move to that group.
687
688 * button.el (button): Put into group `basic-faces'.
689
690 * progmodes/make-mode.el: Remove faces from group `faces'.
691
692 * apropos.el (apropos, apropos-value): Doc fix.
693 (apropos-documentation): Doc fix.
694
695 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * subr.el (lazy-completion-table): Remove argument `args'.
698
699 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
700 Don't use the `args' argument of lazy-completion-table.
701
702 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
703
704 * descr-text.el (describe-char): Add optional argument for buffer.
705 Set buffer appropriately. Call help-setup-xref.
706 Suggested by Stefan Monnier.
707
708 2005-12-26 Juri Linkov <juri@jurta.org>
709
710 * descr-text.el: Require `help-fns' at runtime. Don't require
711 `button' for byte compilation.
712 (describe-text-widget): Add `help-echo' for first button.
713 Use `help-info' for second.
714 (describe-property-list): Use `help-argument-name' instead of `italic'.
715 (describe-text-category): Add prompt to interactive spec.
716 Call `help-setup-xref'.
717 (describe-char): Use `help-character-set'. Add `help-echo' for
718 code point. Use `help-input-method'. Remove superfluous insert.
719
720 2005-12-25 Richard M. Stallman <rms@gnu.org>
721
722 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
723 at point, in case of narrowing.
724
725 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
726
727 * locate.el (locate-header-face): Allow nil in type.
728
729 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
730
731 2005-12-25 Romain Francoise <romain@orebokech.com>
732
733 * battery.el (battery-linux-proc-acpi): Also try
734 `/proc/acpi/thermal_zone/THM0/temperature'.
735
736 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
737
738 * custom.el (custom-push-theme): Fix docstring.
739
740 * cus-edit.el (custom-variable-set, custom-variable-save)
741 (custom-variable-save): Custom-quote widget values.
742 (customize-save-variable): Fix custom-push-theme call.
743
744 2005-12-24 Eli Zaretskii <eliz@gnu.org>
745
746 * w32-fns.el (w32-batch-update-autoloads): New function.
747
748 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
749 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
750 from the command line.
751
752 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
753
754 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
755 reset means to remove setting from theme entirely. Don't keep
756 expanding theme-settings list; delete old entries if necessary.
757
758 * cus-edit.el (custom-buffer-create-internal): Move "Erase
759 customization" button one line up.
760 (custom-themed): New face.
761 (custom-magic-alist): New value, THEMED, for theme settings.
762 (custom-variable-state-set, custom-face-state-set):
763 Check theme-value instead of saved-value.
764 (custom-variable-reset-standard, custom-face-reset-standard):
765 Remove theme setting entirely. Recalculate new values.
766 (custom-variable-set, custom-variable-set)
767 (custom-variable-reset-saved, custom-variable-reset-backup)
768 (custom-face-set, custom-face-reset-saved): Update `user' theme.
769 (custom-variable-save): Fix typos.
770
771 2005-12-23 Juri Linkov <juri@jurta.org>
772
773 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
774 Add autoload cookies.
775 (edebug-outside-d-c-i-n-s-w): New variable.
776 (edebug-display, edebug-outside-excursion): Use it to save the
777 original value of default-cursor-in-non-selected-windows.
778 Set default-cursor-in-non-selected-windows to t while Edebug
779 is active.
780 (edebug-mode, edebug-eval-mode): Doc fix.
781
782 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
783 with `buffer-substring-no-properties' to remove common substring
784 highlighting.
785
786 * info.el (info-other-window, info): Rename function argument
787 `file' to `file-or-node'.
788 (Info-complete-menu-item): Use local variable `complete-nodes' to
789 keep the global value of `Info-complete-nodes' unchanged for
790 subsequent completions.
791 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
792
793 * simple.el (get-next-valid-buffer, last-buffer)
794 (next-error-buffer-p, next-error-find-buffer)
795 (minibuffer-history-sexp-flag): Doc fix.
796
797 * savehist.el (savehist-mode-hook): Add `:group'.
798
799 * log-view.el: Call autoload for vc-find-version.
800 (log-view-current-file): Adjust subgroup numbers.
801 (log-view-current-tag): Add `length'.
802
803 2005-12-23 Richard M. Stallman <rms@gnu.org>
804
805 * vc.el (vc-annotate-car-last-cons): Defn moved up.
806
807 2005-12-23 Juri Linkov <juri@jurta.org>
808
809 * hi-lock.el (hi-lock-archaic-interface-message-used)
810 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
811 (hi-lock-mode): Display "Hi" in the mode line only when
812 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
813 (hi-lock-write-interactive-patterns):
814 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
815 (hi-lock-set-pattern, hi-lock-set-file-patterns)
816 (hi-lock-font-lock-hook): Set 3rd arg `how' of
817 font-lock-add-keywords to t.
818
819 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
820
821 * hi-lock.el (hi-lock-highlight-range): New variable.
822 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
823 only if font-lock-fontified is non-nil. Remove overlays.
824 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
825 font-lock-fontified is non-nil, otherwise use overlays (instead of
826 text properties).
827 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
828 New variables.
829 (hi-lock-string-serialize) New function.
830
831 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
832
833 * menu-bar.el (menu-find-file-existing): New function.
834 (menu-bar-file-menu): Use menu-find-file-existing for Open.
835
836 * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
837
838 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * vc.el: Remove unnecessary leading * in docstrings.
841 (vc-annotate-mode-map): Move initialization into declaration.
842 (vc-static-header-alist): Nitpick on the regexp.
843 (vc-default-init-version): New fun.
844 (vc-register): Use it.
845 (vc-insert-headers): Use dolist.
846 (vc-annotate-get-backend): Remove unused function.
847 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
848 (vc-annotate-mode): Remove corresponding call.
849 (vc-annotate-car-last-cons): Simplify.
850 (vc-annotate-buffers): Remove var.
851 (vc-annotate-backend): Make it buffer-local.
852 (vc-annotate): Move the interaction to the interactive spec.
853 Add a `buf' argument.
854 (vc-annotate-warp-version): Use this new `buf' argument to avoid
855 killing&creating a vc-annotate buffer, which is very disruptive when
856 the buffers are shown in dedicated frames.
857
858 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
859
860 * descr-text.el: Add FSF as maintainer.
861 (describe-text-mode, describe-text-mode-map)
862 (describe-text-mode-hook, describe-text-done): Delete. Use normal
863 help-mode.
864 (describe-text-widget, describe-text-sexp)
865 (describe-property-list, describe-text-category)
866 (describe-text-properties, describe-text-properties-1)
867 (describe-char): Use help buttons instead of widgets.
868 (describe-char-unicodedata-file): Make URL link in doc string.
869
870 2005-12-22 Richard M. Stallman <rms@gnu.org>
871
872 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
873 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
874 Don't include buttons that write a file when there's no file.
875 (custom-variable-menu, custom-face-menu, custom-group-menu):
876 Don't include commands that write a file when there's no file.
877 (customize-browse): Reword the top-of-buffer help intro.
878 (custom-buffer-create-internal): Fix previous change.
879 (customize-changed-options-previous-release): Prev release is 21.1.
880 (customize-changed-options): Doc fix.
881 (customize-changed): New alias.
882 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
883 Say "standard values".
884 (Custom-reset-standard): Doc fix.
885 (custom-face-reset-standard): Doc fix.
886
887 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
890 even if font-lock-mode is non-nil since it may be t without having
891 turned on font-lock-mode-internal.
892 (font-lock-choose-keywords): Minor optimization.
893 (font-lock-add-keywords, font-lock-remove-keywords)
894 (font-lock-set-defaults): Don't call make-local-variable on a variable
895 that we know to already be local.
896
897 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
898
899 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
900 messages if in the minibuffer.
901
902 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
905 (tex-mode-flyspell-verify, flyspell-get-word)
906 (flyspell-external-point-words): Don't use point-min/max uselessly.
907
908 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
909 by Kevin Rodgers. Instead, just hide the completions buffer if we
910 don't need to show it.
911
912 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
913
914 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
915
916 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
919 delete-windows-on with an inexistent buffer.
920
921 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
922
923 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
924 Delete defcustom variable :tag names.
925
926 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
929 (log-view-font-lock-keywords): Ajust subgroup numbers.
930 (log-view-current-tag): Don't hard code the number of subgroups.
931
932 2005-12-20 Juri Linkov <juri@jurta.org>
933
934 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
935 (tooltip-x-offset, tooltip-y-offset): Doc fix.
936
937 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
938 (menu-bar-non-minibuffer-window-p): Instead of checking
939 display-multi-frame-p, use selected-frame when menu-updating-frame
940 is nil.
941
942 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
943
944 * align.el (align-rules-list): Use [ \t] instead of \s-
945 for column separators in text mode.
946
947 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
948
949 * help-mode.el (help-customize-variable, help-customize-face):
950 Don't pop help-xref-stack as help-follow no longer pushes
951 anything on to it.
952
953 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
954
955 * textmodes/org.el: (org-agenda-custom-commands): New option.
956 (org-agenda): Offer custom commands on splash screen.
957 (org-make-tags-matcher): Parser for Boolean logic added.
958 (org-agenda-set-tags): New command.
959 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
960 (org-set-tags): Efficiency improvements.
961 (org-auto-align-tags): New option.
962 (org-todo, org-demote, org-promote): Realign tags.
963 (org-tags-completion-function): Use also "&" and "|" as separators.
964 (org-org-menu): Agenda commands simplified.
965
966 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
967
968 * cus-edit.el (customize-apropos, customize-apropos-options):
969 Docstring changes.
970
971 * font-lock.el (font-lock): Add tags to the links in the defgroup.
972
973 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
974
975 * longlines.el (longlines-mode): Wrap while widened.
976 (longlines-decode-region, longlines-encode-region): Compute max
977 just once.
978
979 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
980
981 * cus-edit.el (mac): New group.
982
983 * cus-start.el (all): Add user options in macterm.c. Add test for
984 Mac-related built-ins. Fix test for GTK-related built-ins.
985
986 * term/mac-win.el (mac-handle-language-change)
987 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
988 (mac-services-open-selection, mac-services-mail-selection)
989 (mac-services-mail-to, mac-services-insert-text)
990 (mac-dispatch-apple-event): Add docstrings.
991 (x-get-selection, mac-select-convert-to-string): Select coding
992 system from `utf-16be' and `utf-16le' using `byteorder'.
993
994 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * subr.el (lazy-completion-table): Don't be fooled if the var holds
997 a "list" (lambda ...) rather than a real completion list.
998
999 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1000 lexical-let when encountering ((lambda (...) ...) ...).
1001
1002 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
1003
1004 * progmodes/sh-script.el (sh-mode):
1005 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1006 * textmodes/picture.el (picture-mode): Update docstrings.
1007
1008 2005-12-17 Eli Zaretskii <eliz@gnu.org>
1009
1010 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1011 commands enclosed in $(ARGQUOTE)s should not be split between two
1012 lines, as that will break with GNU Make >3.80, when sh.exe is used
1013 and arg quoting is with '..'.
1014 (autoloads): Don't break the quoted --eval expression between
1015 several lines.
1016
1017 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1020 Capture error from printing circular structures.
1021
1022 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
1023
1024 * wid-edit.el (widget-checkbox-action): Clear undo info.
1025
1026 2005-12-16 Bill Wohler <wohler@newt.com>
1027
1028 * menu-bar.el (kill-this-buffer): Set a good example by using menu
1029 bar, not menubar in comment.
1030
1031 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1034 After-change-functions should not clobber the match data.
1035
1036 2005-12-16 Juri Linkov <juri@jurta.org>
1037
1038 * simple.el (choose-completion): Use `buffer-substring-no-properties'
1039 instead of `buffer-substring'.
1040 (completion-common-substring): Doc fix.
1041 (completion-setup-function): Use minibuffer-completion-contents
1042 instead of minibuffer-contents. Don't set common-string-length
1043 initially. Remove special handling of partial-completion-mode.
1044 Move computation of completion-base-size into one cond.
1045 Call completion-base-size-function in mainbuf. In computation of
1046 completion-base-size for file name completion don't move point to
1047 the end of the minibuffer. Move computation of common-string-length
1048 into one cond. Start putting faces only when common-string-length>=0.
1049 Add condition to put completions-common-part when
1050 common-string-length>0.
1051
1052 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1053 place point at the first different character in the minibuffer
1054 even if this position is at the beginning of the minibuffer.
1055
1056 * info.el (Info-read-node-name-1): In completion-base-size-function's
1057 lambda return 1 if common-substring or minibuffer-completion-contents
1058 starts with (, and 0 otherwise.
1059
1060 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1061 Use `crm-current-element' for second arg of `display-completion-list'.
1062
1063 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
1064
1065 * files.el (set-auto-mode): Look for an interpreter specified on
1066 the first line also if search for mode specification succeeded,
1067 but the mode is not known.
1068
1069 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
1070
1071 * textmodes/org.el: (org-tags-match-list-sublevels): New option.
1072 (org-open-at-point): Implement tag searches as links.
1073 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1074 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1075 (org-tags-sparse-tree, org-tags-view, org-set-tags)
1076 (org-agenda-dispatch): New commands.
1077 (org-use-tag-inheritance, org-tags-column): New options.
1078 (org-tab-follows-link, org-return-follows-link): New options.
1079 (org-tags): New customize group.
1080 (org-start-icalendar-file): Get local time zone.
1081 (org-tags-completion-function): New function.
1082 (org-set-font-lock-defaults): Make sure links will also be
1083 highlighted inside headlines.
1084
1085 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
1086
1087 * term.el (term-emulate-terminal):
1088 Let term-handle-ansi-terminal-messages override what Bash says about
1089 its current directory.
1090
1091 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1092
1093 * bindings.el (last-buffer): Move to simple.el.
1094 * simple.el (last-buffer): Move here.
1095 (get-next-valid-buffer): New function.
1096 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1097 (prev-buffer): Ditto. Rename to `previous-buffer'.
1098
1099 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1100 * bindings.el (global-map): Ditto.
1101
1102 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
1103
1104 * cus-edit.el: Introductory comment change.
1105 (custom-magic-alist): Change message string for the `rogue' state.
1106
1107 2005-12-15 Richard M. Stallman <rms@gnu.org>
1108
1109 * tooltip.el: Delete defcustom variable :tag names.
1110
1111 * complete.el (partial-completion-mode): Doc fix.
1112
1113 * textmodes/flyspell.el (flyspell-external-point-words):
1114 Use save-excursion to ensure we don't move backward in the
1115 search loop, not even one character.
1116 (flyspell-delete-all-overlays): Use remove-overlays directly.
1117
1118 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1119 (ispell-start-process): Set that variable.
1120 Clear ispell-buffer-local-name.
1121 (ispell-internal-change-dictionary):
1122 Set ispell-current-dictionary after killing process.
1123 (ispell-buffer-local-dict):
1124 Don't set spell-personal-dictionary after killing process.
1125 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1126 (ispell-tex-skip-alists)
1127 (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
1128
1129 * net/newsticker.el (newsticker--retrieval-timer-list)
1130 (newsticker--display-timer, newsticker-running-p)
1131 (newsticker-ticker-running-p): Definitions moved up.
1132
1133 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
1134
1135 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1136
1137 2005-12-15 David Ponce <david@dponce.com>
1138
1139 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1140 (recentf-edit-list, recentf-open-files): Signal an error when
1141 there is no recent file.
1142
1143 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1144
1145 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1146 read-only except for texinfo-format-region evaluation.
1147
1148 2005-12-14 Richard M. Stallman <rms@gnu.org>
1149
1150 * vc.el (vc-default-previous-version, vc-default-next-version)
1151 (vc-do-command): Doc fixes.
1152
1153 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1154
1155 * textmodes/bibtex.el (bibtex-expand-strings)
1156 (bibtex-autokey-expand-string, bibtex-name-part)
1157 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1158 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1159 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1160 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1161 (bibtex-entry-postfix, bibtex-known-entry-type-re)
1162 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1163 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1164 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1165 (bibtex-beginning-of-last-entry): Remove.
1166 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
1167 message if comma is missing but buffer is read-only.
1168 (bibtex-parse-field-text): Handle whitespaces at the end of field
1169 text. Return 3-element list with beginning and end of field text
1170 and end of field.
1171 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1172 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
1173 (bibtex-search-forward-field, bibtex-search-backward-field):
1174 Search always delimited by limits of entry. Use more efficient
1175 search algorithms.
1176 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1177 bibtex-end-of-name-in-field.
1178 (bibtex-text-in-field-bounds): Handle BibTeX strings when
1179 extracting the content of a field.
1180 (bibtex-text-in-field): Use search limits.
1181 (bibtex-parse-string-prefix): Handle empty string keys based on
1182 bibtex-string-empty-key.
1183 (bibtex-parse-string): Fix docstring.
1184 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1185 (bibtex-preamble-prefix, bibtex-strings): New functions.
1186 (bibtex-skip-to-valid-entry): Include preceding whitespace in
1187 BibTeX entries (consistent with other BibTeX functions).
1188 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1189 (bibtex-search-entry): Fix docstring. Simplify.
1190 (bibtex-flash-head, bibtex-complete-string-cleanup)
1191 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1192 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1193 (bibtex-parse-entry): New optional arg content.
1194 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1195 Use bibtex-text-in-field-bounds.
1196 (bibtex-print-help-message): Handle BibTeX strings and preambles.
1197 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1198 bibtex-parse-string-postfix.
1199 (bibtex-find-text-internal): New function.
1200 (bibtex-remove-delimiters): Use it.
1201 (bibtex-find-text): Use it. New optional arg help.
1202 (bibtex-complete): Handle BibTeX string and preamble entries.
1203 (bibtex-Preamble): Fix order of closing delimiters.
1204
1205 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * vc.el (vc-default-revert): New fun.
1208
1209 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1210
1211 2005-12-14 Romain Francoise <romain@orebokech.com>
1212
1213 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1214 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1215 (font-lock-remove-keywords): Likewise.
1216
1217 2005-12-14 Juri Linkov <juri@jurta.org>
1218
1219 * log-view.el (log-view-diff): Doc fix.
1220
1221 * isearch.el (isearch-query-replace): Use (mark) instead of
1222 isearch-opoint if mark is active in transient-mark-mode.
1223
1224 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1225
1226 * isearch.el (isearch-query-replace): Check for isearch-other-end.
1227
1228 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
1229
1230 * progmodes/cpp.el (cpp-face): New widget.
1231 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1232
1233 2005-12-14 Juri Linkov <juri@jurta.org>
1234
1235 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1236 around `erase-buffer' and `insert'.
1237
1238 * descr-text.el (describe-text-properties): Replace buffer name
1239 "*Help-2*" with "*Help*<2>".
1240 (describe-char): Add functions print-help-return-message,
1241 toggle-read-only. Use help-setup-xref with nil to not store
1242 describe-char in help-xref-stack. Use help-make-xrefs to
1243 make [back] button.
1244
1245 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1246
1247 * wdired.el (wdired-old-point): New internal variable.
1248 (wdired-change-to-wdired-mode): Set it buffer-locally.
1249 (wdired-abort-changes): Restore point after aborting changes.
1250
1251 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * vc.el (vc-do-command): Add a new value t for okstatus.
1254
1255 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1256 frame in case of errors.
1257
1258 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1259
1260 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1261 so it comes after "On the Left" in the menu.
1262
1263 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
1264
1265 * cus-edit.el (customize-apropos, customize-apropos-options)
1266 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1267
1268 2005-12-12 Bill Wohler <wohler@newt.com>
1269
1270 * vc-svn.el (vc-svn-registered): Fix problem of visiting
1271 non-writable Subversion-controlled files by saving window
1272 configuration before calling vc-do-command. vc-do-command calls
1273 pop-to-buffer on error which is unexpected during registration.
1274
1275 2005-12-12 Jay Belanger <belanger@truman.edu>
1276
1277 * calc/README: Update the summary of changes.
1278
1279 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * descr-text.el (describe-char): Rework last fix to solve the problem
1282 is the same way it's solved for everything else in that function
1283 (i.e. by extracting the info before setting up the *Help* buffer).
1284
1285 2005-12-12 Kim F. Storm <storm@cua.dk>
1286
1287 * subr.el (version-regexp-alist): Allow space as separator before
1288 non-numeric part, e.g. "1.0 alpha".
1289 (version-to-list): Interpret .X.Y version as 0.X.Y version.
1290
1291 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
1292
1293 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
1294 Implement Logging and the keep-modes setting.
1295 (org-get-category): Make sure a string is returned.
1296 (org-log-done): New function.
1297 (org-log-done, org-closed-string): New options.
1298
1299 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1300
1301 * tooltip.el (tooltip-y-offset): Change default to 20.
1302
1303 2005-12-12 Richard M. Stallman <rms@gnu.org>
1304
1305 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1306
1307 * frame.el (display-hourglass): Doc fix.
1308
1309 * help.el (help-for-help-internal): Simplify entry for `a'.
1310
1311 * info.el (Info-on-current-buffer): Doc fix.
1312 (info-insert-file-contents): Don't test (featurep 'jka-compr).
1313
1314 * startup.el (inhibit-splash-screen): Make this the real name.
1315 (inhibit-startup-message): Make this the alias.
1316 (command-line): Find only simple.el, and use its directory
1317 to fill in other preloaded files' names.
1318 (command-line): Deactivate the mark if deactivate-mark is set.
1319
1320 * international/mule.el (load-with-code-conversion):
1321 Bind deactivate-mark.
1322
1323 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1324
1325 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
1326
1327 * cus-edit.el (customize-apropos): Avoid listing an option more
1328 than once under different aliases. No longer list user options
1329 that are not defined with defcustom (unless a prefix arg is given).
1330 Doc fix.
1331 (customize-apropos-options): Doc fix.
1332
1333 2005-12-11 Juri Linkov <juri@jurta.org>
1334
1335 * frame.el (set-background-color, set-foreground-color)
1336 (set-cursor-color, set-mouse-color, set-border-color):
1337 Add explicit prompts to read colors by `facemenu-read-color'.
1338 (show-trailing-whitespace, blink-cursor-delay)
1339 (blink-cursor-interval, display-hourglass, hourglass-delay):
1340 Remove tags.
1341 (display-hourglass, hourglass-delay): Doc fix.
1342 (cursor-in-non-selected-windows): Capitalize words in tag.
1343
1344 * faces.el (frame-background-mode): Replace `choice-item' keywords
1345 with `const' to not make [default] button. Change default value tag
1346 from `default' to `automatic'. Doc fix.
1347 (trailing-whitespace) <defface>: Change group `whitespace' to
1348 `whitespace-faces'.
1349
1350 2005-12-11 Richard M. Stallman <rms@gnu.org>
1351
1352 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1353
1354 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1355
1356 * term/mac-win.el: Create keymap for mac-apple-event-map.
1357
1358 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
1359
1360 * tooltip.el (tooltip-mode): Move to start of file so that it
1361 appears at top of customize buffer.
1362
1363 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1364 Add the gud groupname.
1365 (gud-tooltip-mode): Add the tooltip groupname.
1366 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1367 avoid conflict with tooltip-use-echo-area.
1368
1369 2005-12-10 Romain Francoise <romain@orebokech.com>
1370
1371 * help.el (help-for-help-internal): Add `r' in doc string.
1372
1373 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1374
1375 * align.el (align-regexp, align-highlight-rule):
1376 Use region-beginning and region-end instead of point and mark, so that
1377 repetition (with `repeat-complex-command') recomputes the region
1378 bounds.
1379
1380 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
1381
1382 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1383 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1384 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1385 (balance-windows): Rewrite using the above new functions.
1386
1387 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
1388
1389 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1390 react if global-hi-lock-mode seems intended.
1391 (global-hi-lock-mode) Renamed from hi-lock-mode.
1392 (hi-lock-archaic-interface-message-used)
1393 (hi-lock-archaic-interface-deduce): New variables.
1394 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1395 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1396 (hi-lock-find-patterns, hi-lock-font-lock-hook):
1397 Replace hi-lock-buffer-mode with hi-lock-mode.
1398
1399 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
1400
1401 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1402 completion list, even after a partial completion has been
1403 inserted in the current buffer. If there are more than 1
1404 completion, redisplay the *Completions* buffer; if the
1405 completion is unique, delete the *Completions* window.
1406
1407 2005-12-10 Eli Zaretskii <eliz@gnu.org>
1408
1409 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1410 strings and long subject lines that were broken into multiple
1411 lines at arbitrary places. Handle subjects that have "Re: " in
1412 the middle.
1413
1414 2005-12-10 John W. Eaton <jwe@octave.org>
1415
1416 * emacs/octave-mod.el (octave-electric-space): Don't indent
1417 comments or strings if octave-auto-indent is nil.
1418
1419 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1420
1421 * term/mac-win.el: Require url when compiling.
1422 Call mac-process-deferred-apple-events after loading init files.
1423 (mac-apple-event-map): New defvar. Define event handlers in it.
1424 (core-event, internet-event): New Apple event class symbols.
1425 (open-application, reopen-application, open-documents)
1426 (print-documents, open-contents, quit-application)
1427 (application-died, show-preferences, autosave-now, get-url):
1428 New Apple event ID symbols.
1429 (about): New HICommand ID symbol.
1430 (mac-event-spec, mac-event-ae): New macros.
1431 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1432 (mac-ae-selection-range, mac-ae-text-for-search)
1433 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1434 (mac-application-menu-map): Remove keymap. Handlers for HICommand
1435 and Services menu events are now defined in mac-apple-event-map.
1436 (mac-drag-n-drop): Remove selection range handling.
1437
1438 2005-12-10 Kenichi Handa <handa@m17n.org>
1439
1440 * simple.el (zap-to-char):
1441 * isearch.el (isearch-process-search-char): Translate CHAR by
1442 translation-table-for-input.
1443
1444 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * foldout.el (foldout-exit-fold): Properly hide subtree.
1447
1448 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1449
1450 * files.el (save-buffer):
1451 * international/ucs-tables.el (ucs-set-table-for-input):
1452 * mail/mail-extr.el (mail-extract-address-components):
1453 * mail/sendmail.el (mail-mode): Reformat doc string.
1454
1455 2005-12-09 Juri Linkov <juri@jurta.org>
1456
1457 * isearch.el (isearch-highlight): Change main overlay priority
1458 from 1 to 1001. Simplify.
1459 (isearch-lazy-highlight-update): Change lazy overlay priority
1460 from 0 to 1000.
1461
1462 * replace.el (replace-highlight): Change overlay priority from
1463 1 to 1001.
1464
1465 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1466 Change overlay priority from 1 to 1001. Reuse existing overlay.
1467
1468 * compare-w.el (compare-windows-highlight): Change overlay
1469 priority from 1 to 1000.
1470
1471 * menu-bar.el (menu-bar-edit-menu): Add listp around
1472 pending-undo-list to disable menu item "undo" when pending
1473 undo list is empty.
1474
1475 * locate.el (locate): Disable undo in *Locate* buffer.
1476
1477 2005-12-09 Kim F. Storm <storm@cua.dk>
1478
1479 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1480
1481 2005-12-09 David Ponce <david@dponce.com>
1482
1483 * recentf.el: Improvement of the menu code.
1484 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
1485 instead of menu hook.
1486 (recentf-show-menu, recentf-hide-menu): New functions.
1487 (recentf-menu-customization-changed, recentf-mode): Use them.
1488 (recentf-menu-action, recentf-max-menu-items)
1489 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1490 (recentf-arrange-by-rule-others)
1491 (recentf-arrange-by-rules-min-items)
1492 (recentf-arrange-by-rule-subfilter) : Don't use
1493 `recentf-menu-customization-changed'.
1494 (recentf-arrange-rules): Likewise. Accept functions to compute
1495 sub-menu titles.
1496 (recentf-menu-filter): Likewise. Doc fix.
1497 (recentf-menu-value-shortcut): Doc fix.
1498 (recentf-dump-variable): Quote atom value.
1499 (recentf-make-menu-items): Update to use it as a menu filter.
1500 (recentf-match-rule): New function.
1501 (recentf-arrange-by-rule): Use it.
1502 (recentf-indirect-mode-rule): New function.
1503 (recentf-build-mode-rules): Use it.
1504 (recentf-dir-rule): New function.
1505 (recentf-arrange-by-dir): Use it.
1506 (recentf-filter-changer-current): Rename from
1507 `recentf-filter-changer-state'. All references updated.
1508 (recentf-filter-changer-alist): Update filter names.
1509 (recentf-filter-changer-select): New function.
1510 (recentf-filter-changer): Use it. Make a sub-menu from filters
1511 available in `recentf-filter-changer-alist'.
1512 (recentf-data-cache, recentf-clear-data)
1513 (recentf-update-menu): Remove. All references updated.
1514 (recentf-match-rule-p, recentf-build-dir-rules)
1515 (recentf-filter-changer-goto-next)
1516 (recentf-filter-changer-get-current)
1517 (recentf-filter-changer-get-next): Remove.
1518
1519 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
1520
1521 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1522 buffer "Reset" button to "Reset to Current" for consistency with
1523 the State buttons.
1524
1525 2005-12-08 John Paul Wallington <jpw@pobox.com>
1526
1527 * ibuf-ext.el (define-ibuffer-filter filename):
1528 If `dired-directory' is a list then really use its car.
1529
1530 2005-12-08 Kim F. Storm <storm@cua.dk>
1531
1532 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1533 indention of text on right side of replaced rectangle.
1534
1535 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
1536
1537 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1538 No need to check gud-comint-buffer is bound.
1539 (gdb): Prevent multiple debugging when first session uses gdba.
1540
1541 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1542
1543 CC Mode update to 5.31.
1544
1545 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1546 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
1547 might do this function properly in the future).
1548
1549 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1550 macros c-sentence-end and c-default-value-sentence end, to cope
1551 with Emacs 22's new function `sentence-end'.
1552
1553 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1554
1555 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1556 compat issue using `c-put-overlay' and `c-delete-overlay'.
1557
1558 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1559 compat macros to handle overlays/extents.
1560
1561 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1562
1563 * progmodes/cc-fix.el: Add definitions of the macros push and pop
1564 (for GNU Emacs 20.4)
1565
1566 * progmodes/cc-defs.el:
1567 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1568
1569 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1570 highlighting mechanism so it will work in XEmacs too.
1571
1572 * progmodes/cc-defs.el: Insert c-int-to-char.
1573
1574 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1575 call to the new macro c-int-to-char. This solves XEmacs's
1576 regarding characters as different from integers.
1577
1578 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1579
1580 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1581 helper.
1582
1583 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1584 construct to make the indirect face lookup work in XEmacs.
1585
1586 (c-cpp-matchers): Append the negation char face to the existing
1587 fontification, so that the cpp face doesn't disappear. Use
1588 `c-make-syntactic-matcher' to avoid negation chars in comments and
1589 strings.
1590
1591 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1592 to map to `font-lock-negation-char-face' in emacsen where it
1593 exists.
1594
1595 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1596
1597 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1598
1599 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1600 "c-subword-move-mode" as "c-subword-mode".
1601
1602 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1603 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
1604
1605 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1606
1607 * progmodes/cc-mode.el: Added autoload directive for
1608 `c-subword-move-mode' for use in older emacsen.
1609
1610 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1611
1612 * progmodes/cc-mode.el:
1613 (i) Insert a binding for C-c C-backspace into
1614 c-bind-special-erase-keys which works in TTYs.
1615 (ii) Make sure that when file styles are used, any explicitly
1616 given style variables take priority over those in the style. Do
1617 this by calling `hack-local-variables' a second time.
1618
1619 * progmodes/cc-vars.el: Add language specific customization
1620 widgets for AWK to c-doc-comment-style, c-require-final-newline
1621 and c-default-style. Add a defcustom for awk-mode-hook. Give
1622 c-syntactic-element and c-syntactic-context doc-strings by
1623 directly setting their `variable-documentation' propery. This
1624 allows Emacs 22.1 to read these with C-h v.
1625
1626 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1627 Monnier).
1628
1629 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1630
1631 * progmodes/cc-fonts.el, cc-vars.el
1632 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1633 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1634 Masatake YAMATO.
1635
1636 (c-doc-comment-style): Made GtkDoc default in C mode.
1637
1638 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1639 and C-c C-<delete>.
1640
1641 (c-bind-special-erase-keys): New function for use on
1642 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1643
1644 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1645 <delete> key behavior in XEmacs according to `delete-forward-p'.
1646 C.f. `c-electric-delete'.
1647
1648 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1649
1650 * progmodes/cc-mode.el: Give c-hungry-backspace and
1651 c-hungry-delete-forward permanent key bindings.
1652
1653 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1654 c-syntactic-context for calls to "criteria functions", for
1655 consistency with other calls to user functions.
1656
1657 * progmodes/cc-cmds.el (c-indent-command): expunge use of
1658 `current-prefix-arg', since this might be the prefix arg to a
1659 command which calls c-indent-command as a function. Change the
1660 interactive spec from "p" to "P".
1661
1662 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1663 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1664 was difficult to understand.
1665
1666 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1667
1668 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1669 first char of an identifier.
1670
1671 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1672 +" syntax in C++.
1673
1674 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1675
1676 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1677 auto-fill doesn't split a c-comment's last word from a hanging
1678 "*/" when a space is typed between them after fill-column.
1679
1680 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1681
1682 * progmodes/cc-styles.el (c-set-style,
1683 c-setup-paragraph-variables): Abort the command if we're not in a
1684 CC Mode buffer.
1685
1686 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1687 with blank comment-prefix, and a blank line as the comment's
1688 second line.
1689
1690 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1691
1692 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1693 Incorporated the patterns added in the Emacs development branch
1694 for the new Emacs 22 face `font-lock-negation-char-face'.
1695
1696 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1697 of "red" since it stands out better in xterms and DOS terminals.
1698
1699 * progmodes/cc-engine.el (c-literal-faces): Added
1700 `font-lock-comment-delimiter-face' which is new in Emacs 22.
1701
1702 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1703
1704 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1705 forcibly enable c-electric-flag.
1706
1707 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1708 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1709 just after the comment-prefix of a C-style comment will close that
1710 comment.
1711
1712 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1713
1714 * progmodes/cc-fonts.el (c-basic-matchers-before,
1715 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1716 in Pike.
1717
1718 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1719 digraphs.
1720
1721 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1722 (c-cpp-message-directives, c-cpp-include-directives,
1723 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1724 c-cpp-expr-directives): Introduced new language constants to
1725 control cpp syntax in a cleaner way.
1726
1727 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1728
1729 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1730
1731 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1732 c-multiline-string-start-char): New language constants and
1733 variables to specify how newlines in string literals work.
1734
1735 (c-font-lock-invalid-string): Use them.
1736
1737 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1738 unbalanced close brace is entered. Optimization by avoiding going
1739 back over arbitrarily large blocks. Removed hints that this
1740 function only would be relevant/useful in AWK.
1741
1742 (c-electric-brace): Indent syntactically after the cleanups since
1743 lineup functions might do it differently then.
1744
1745 * progmodes/cc-engine.el, cc-langs.el
1746 (c-opt-op-identifier-prefix): New language constant and variable.
1747
1748 (c-just-after-func-arglist-p, c-after-special-operator-id,
1749 c-search-decl-header-end, c-inside-bracelist-p): Use it.
1750
1751 * progmodes/cc-align.el, cc-engine.el
1752 (c-after-special-operator-id): New helper to handle C++ operator
1753 identifiers.
1754
1755 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1756 c-guess-basic-syntax): Handle C++ operator identifiers in
1757 declarations.
1758
1759 * progmodes/cc-langs.el (c-assignment-operators): Added the
1760 trigraph version of ^= too.
1761
1762 * progmodes/cc-langs.el (c-assignment-operators): Added the
1763 trigraph version of |= in C++.
1764
1765 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1766 `c-decl-hangon-kwds' after the identifier name.
1767
1768 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1769 whether an arglist is "nonempty", ignore a comment after the open
1770 paren if it isn't followed by a non-comment token on the same
1771 line.
1772
1773 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1774 heuristics below the point to cope with classes inside special
1775 brace lists in Pike.
1776
1777 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1778
1779 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1780
1781 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1782
1783 * progmodes/cc-guess.el (cc-guess-install): New function to
1784 install an already guessed style in another buffer.
1785
1786 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1787 sets `inhibit-read-only' - `c-save-buffer-state' should be used
1788 anyway if the change always is undone.
1789
1790 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1791
1792 Implement togglable electricity:
1793
1794 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1795 saying when it should be used.
1796
1797 * progmodes/cc-engine.el: Add the new buffer-local variable,
1798 c-electric-flag.
1799
1800 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1801 c-toggle-auto-newline.
1802
1803 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1804 c-toggle-auto-newline. Remove the binding for
1805 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
1806 c-toggle-electric-state.
1807
1808 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1809
1810 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1811 c-\(forward\|backward\)-subword.
1812 (c-update-modeline): Add the new modeline flag `l' for
1813 `c-electric-flag'. Make the auto-newline flag `a' dependent on
1814 `l'.
1815 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
1816 the old name an alias of the new name.
1817 (c-toggle-electric-state): New function.
1818 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1819 Adapt these functions to do electric things only when
1820 c-electric-flag is non-nil.
1821 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1822 new functions from c-electric-brace.
1823 (c-point-syntax): Add a check for "virtual semicolons" in AWK
1824 mode, so that the tentative extra newline doesn't change the
1825 syntax of the following brace.
1826 (c-electric-brace): restructure by extracting the above functions.
1827 Tidy up the coding somewhat.
1828 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1829 restructure a bit.
1830
1831 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1832
1833 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1834 anchor position(s) using faces. Thanks to Masatake YAMATO for the
1835 idea.
1836
1837 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1838 (c-submode-indicators): Changed name from `c-auto-hungry-string'
1839 since it's now used to track another submode.
1840
1841 (c-update-modeline): Converted to function and extended to check
1842 `c-subword-move-mode'.
1843
1844 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1845 Converted to compat aliases for `c-forward-subword' and
1846 `c-backward-subword'.
1847
1848 * progmodes/cc-subword.el: New functions and minor mode to handle
1849 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1850
1851 (c-forward-subword, c-backward-subword, c-mark-subword,
1852 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1853 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1854 Functions corresponding to the standard word handling functions.
1855
1856 (c-subword-move-mode): Minor mode that replaces all the standard
1857 word handling functions with their subword equivalences.
1858
1859 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1860
1861 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1862 entry for one-liner-defun.
1863
1864 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1865 name in its def-edebug-spec.
1866
1867 * progmodes/cc-cmds.el (c-electric-brace): Make the
1868 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
1869 compacts space before a comment, if this will make things fit on
1870 one line.
1871
1872 Introduce an "awk" style, mainly for auto-newline and clean-ups.
1873
1874 * progmodes/cc-align.el: new function c-snug-1line-defun-close
1875
1876 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1877 clean-up one-liner-defun.
1878
1879 * progmodes/cc-styles.el: Add the new "awk" style.
1880
1881 * progmodes/cc-vars.el: Add description of one-liner-defun to
1882 c-cleanup-list's doc-string. New user options,
1883 c-max-one-liner-length. In c-default-style, set the default style
1884 for AWK to "awk".
1885
1886 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1887
1888 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1889 macros inside labels.
1890
1891 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1892 `c-at-statement-start-p' and `c-at-expression-start-p'.
1893
1894 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1895 error if the mark isn't set.
1896
1897 * progmodes/cc-engine.el (c-guess-continued-construct,
1898 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1899 accurately detect functions inside functions.
1900
1901 * progmodes/cc-engine.el (c-at-expression-start-p): New function
1902 like `c-at-statement-start-p' that additionally recognizes commas
1903 and expression parentheses as delimiters.
1904
1905 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1906 to avoid heuristics that doesn't work for unclosed blocks.
1907
1908 (c-at-statement-start-p): New function.
1909
1910 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1911 Objective-C directives, e.g. directives spanning lines should work
1912 reasonably well now.
1913
1914 (c-put-c-type-property, c-clear-c-type-property): New helpers.
1915
1916 (c-forward-objc-directive): New function to move over any ObjC
1917 directive.
1918
1919 (c-just-after-func-arglist-p, c-guess-basic-syntax,
1920 c-basic-matchers-before): Use it.
1921
1922 (c-font-lock-objc-iip-decl): Removed.
1923
1924 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1925 in the template arglist recognition.
1926
1927 * progmodes/cc-styles.el (c-style-alist): Fixed several
1928 inconsistencies in the Whitesmith style.
1929
1930 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1931 lineup function to get lines after Whitesmith style blocks
1932 correctly indented.
1933
1934 (c-lineup-whitesmith-in-block): Backed out the compensation for
1935 opening parens since it's done using `add' lists in the style
1936 definition instead. Don't use the anchor position since it varies
1937 too much between the syntactic symbols. :P
1938
1939 * progmodes/cc-vars.el (c-valid-offset): Updated.
1940
1941 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1942 lists where the offsets are combined according to several
1943 different methods: `first', `min', `max', and `add'. Report
1944 offset evaluation errors with `c-benign-error' so that some kind
1945 of reindentation still is done.
1946
1947 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1948 `arglist-intro' the same way as `arglist-cont-nonempty' and
1949 `arglist-close'.
1950
1951 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1952 situations for `arglist-cont-nonempty' and `arglist-close'.
1953
1954 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1955 constant.
1956
1957 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1958 cc-bytecomp-boundp' in a number of places.
1959
1960 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1961 macro related issue.
1962
1963 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1964
1965 * progmodes/cc-awk.el: Change the terminology of regexps: A char
1966 list is now
1967 [asdf], a char class [:alpha:]. Include code for char classes.
1968 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
1969 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1970
1971 Remove (nearly all of) the cruft associated with AWK Mode's former
1972 concept of "virtual semicolons":
1973
1974 Adapt c-beginning-of-statement, c-end-of-statement (together with
1975 subfunctions) to use the new notion of "virtual semicolon" in
1976 place of the old awkward special handling for AWK. There remains
1977 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1978 * progmodes/cc-cmds.el:
1979 (c-ascertain-adjacent-literal): In the backwards direction, now
1980 recognises AWK regexp delimiters as string delimiters.
1981 (c-after-statement-terminator-p): Adapt for virtual semicolons;
1982 check more rigorously for "end of macro".
1983 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1984 virtual semicolons;
1985 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1986 out the code for forward movement into ...
1987 (c-end-of-statement): Now contains the code for forward movement,
1988 adapted for virtual semicolons.
1989
1990 * progmodes/cc-engine.el:
1991 (c-ws*-string-limit-regexp): new regexp.
1992 (c-forward-single-comment, c-backward-single-comment): Comment out
1993 the (now redundant) "special" AWK stuff.
1994
1995 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1996 c-string-par-start, c-string-par-separate to be more like Text
1997 Mode than Fundamental Mode.
1998
1999 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2000
2001 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2002 to the fontified region so that fontification doesn't occur
2003 outside it
2004 (could happen e.g. when fontifying a line with an unfinished
2005 declaration).
2006
2007 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2008
2009 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2010 moved to near the start of the file. ^L now separate sections of
2011 the file. New defconsts: c-awk-non-eol-esc-pair-re,
2012 c-awk-blank-or-comment-line-re,
2013 c-awk-one-line-possibly-open-string-re,
2014 c-awk-regexp-one-line-possibly-open-char-class-re,
2015 c-awk-one-line-possibly-open-regexp-re,
2016 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
2017 c-awk-vsemi-status-unknown-p.
2018
2019 Amend the concept of "virtual semicolons" (in the indentation
2020 engine) for languages like AWK, such that they are now
2021 conceptually attached to end of the last token of a statement, not
2022 the end of the line. (In AWK Mode, however, the pertinent text
2023 property is still physically set on the EOL.) Remove the specific
2024 tests for awk-mode, thus facilitating the introduction of other
2025 language modes where EOLs can end statements. (Note: The
2026 funtionality in cc-cmds.el, specifically
2027 c-beginning/end-of-statement has yet to be amended.)
2028
2029 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2030 c-vsemi-status-unknown-p.
2031
2032 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2033 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
2034 c-vsemi-status-unknown-p-fn (in a new page).
2035
2036 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2037 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2038 numerous awkward forms like
2039 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2040 with
2041 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
2042 variable before-ws-ip, the place just after char-before-ip
2043 appears.
2044
2045 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2046 a comment.
2047
2048 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2049
2050 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2051 `c-tentative-buffer-changes'.
2052
2053 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2054 converted to macro to choose between Emacs and XEmacs at compile
2055 time.
2056
2057 (c-set-region-active): New set counterpart to
2058 `c-region-is-active-p'.
2059
2060 (c-tentative-buffer-changes): New macro to handle temporary buffer
2061 changes in a convenient way.
2062
2063 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2064 for `c-tentative-buffer-changes'.
2065
2066 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2067 the checks for paren sexps between the point and the keyword, to
2068 avoid some false alarms.
2069
2070 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2071 Fixed a situation where an error could be thrown for unbalanced
2072 parens. Changed to make use of c-keyword-member' to avoid some
2073 repeated regexp matches.
2074
2075 (c-opt-lambda-key, c-opt-inexpr-block-key,
2076 c-opt-inexpr-class-key): These language variable are no longer
2077 necessary.
2078
2079 (c-block-stmt-kwds): New language constant used by
2080 c-looking-at-inexpr-block'.
2081
2082 (c-guess-basic-syntax): Removed an optional check that looked at
2083 the existence of the now removed language variables.
2084
2085 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2086 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2087 object instantiation expressions as declarations in some contexts.
2088 This bug only affected languages where the declarator can't be
2089 enclosed in parentheses.
2090
2091 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2092 insert newlines before and after substatement braces.
2093
2094 * progmodes/cc-engine.el: Improved the heuristics for recognizing
2095 function declaration headers and the handling of C++ style member
2096 init lists.
2097
2098 (c-just-after-func-arglist-p): Rewritten to use
2099 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
2100
2101 (c-beginning-of-member-init-list): Removed since it isn't used
2102 anymore.
2103
2104 (c-guess-basic-syntax): Case 5B adapted for the new
2105 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
2106 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2107 covers all cases now).
2108
2109 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2110
2111 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2112
2113 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2114 c-string-par-start/separate c-sentence-end-with-esc-eol,
2115 initialised in c-setup-paragraph-variables, used in string
2116 scanning subroutines of c-beginning-of-statement.
2117
2118 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
2119 which precedes the newly inserted `{'.
2120
2121 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2122
2123 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2124 function for declaration level blocks. It should now cope with
2125 templates better and also be a lot more comprehensible.
2126
2127 (c-looking-at-decl-block): The new function.
2128
2129 (c-search-uplist-for-classkey): The old one. It's now a wrapper
2130 for compatibility.
2131
2132 (c-add-class-syntax, c-guess-continued-construct,
2133 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2134
2135 (c-decl-block-key): Changed to tell apart ambiguous and
2136 unambiguous keywords. Pike specials are now handled directly in
2137 the code instead.
2138
2139 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2140 language constants and variables to make the backward skip in
2141 `c-looking-at-decl-block' as tight as possible.
2142
2143 (c-nonsymbol-token-char-list): New language constant.
2144
2145 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2146 find balanced template arglists backwards.
2147
2148 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2149 making char classes for `c-syntactic-skip-backward'.
2150
2151 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2152 16D - can't be a class-close at that point.
2153
2154 * progmodes/cc-engine.el (c-guess-basic-syntax,
2155 c-add-class-syntax): Don't narrow out the enclosing declaration
2156 level. This makes everything a lot easier, and it was actually
2157 only four small places that needed it to work. Some places that
2158 previously did `widen' are removed now, which has the effect that
2159 `c-guess-basic-syntax' never will look at things outside the
2160 current narrowment now. The anchor position for `topmost-intro'
2161 is affected by this, but it was so bogus it was basically useless
2162 before, and now it's equally bogus but in a slightly different
2163 way.
2164
2165 (c-narrow-out-enclosing-class): Gone.
2166
2167 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2168 the narrowed region.
2169
2170 (c-least-enclosing-brace): Removed silly optional argument.
2171
2172 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2173 the point could be left directly after an open paren when finding
2174 the beginning of the first decl in the block.
2175
2176 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2177 Specify which submatch to use.
2178
2179 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2180
2181 (c-decl-start-re): No no longer any need for special treatment of
2182 ObjC due to the above.
2183
2184 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2185 presumably follows C in that regard.
2186
2187 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2188 New language constants to specify operator tokens inside
2189 identifiers in a more high level way.
2190
2191 (c-opt-identifier-prefix-key): New internal language constant.
2192
2193 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
2194 c-identifier-start, c-identifier-key): Now completely calculated
2195 from other constants.
2196
2197 (c-identifier-last-sym-match): Decommissioned since it's no longer
2198 used.
2199
2200 (c-operators): Use `c-identifier-ops'. Documented
2201 `postfix-if-paren'.
2202
2203 * progmodes/cc-engine.el (c-forward-name): Removed the
2204 optimization when c-identifier-key is equal to c-symbol-key since
2205 it doesn't work in byte compiled files. Don't record empty
2206 regions as identifiers.
2207
2208 * progmodes/cc-langs.el (c-filter-ops): New helper function to
2209 simplify access to `c-operators' and its likes.
2210
2211 (c-operator-list, c-all-op-syntax-tokens,
2212 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
2213 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
2214 c-primary-expr-regexp, c-cast-parens): Use it.
2215
2216 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2217 an explicit language in functions.
2218
2219 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2220 variant of adornment.
2221
2222 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2223 variable.
2224
2225 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2226 the Pike value.
2227
2228 * progmodes/cc-engine.el (c-on-identifier,
2229 c-simple-skip-symbol-backward): Small fix for handling "-"
2230 correctly in `skip-chars-backward'. Affected the operator lfun
2231 syntax in Pike.
2232
2233 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2234 diagnostic message about precompiled language vars not being used.
2235
2236 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2237 "__attribute__" is followed by a parenthesis.
2238
2239 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
2240 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2241 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2242
2243 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2244 cleanups to properly detect the declared identifiers in various
2245 declarations.
2246
2247 (c-decl-start-kwds): New language constant to recognize
2248 declarations that can start anywhere. Used for class declarations
2249 in Pike.
2250
2251 (c-specifier-key, c-not-decl-init-keywords,
2252 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
2253 c-find-decl-spots): Implement `c-decl-start-kwds'.
2254
2255 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
2256 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2257 handling of the compiler specific extension keywords into a new
2258 language constant `c-decl-hangon-kwds' that defines keyword
2259 clauses to be ignored in declarations.
2260
2261 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2262 past unrecognized tokens when handling `c-colon-type-list-kwds'.
2263 Necessary to stop at the declared identifier in e.g. IDL valuetype
2264 declarations.
2265
2266 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
2267 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
2268 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
2269 c-forward-decl-or-cast-1): Recognize the declared identifier in
2270 class and enum declarations as such and not as part of the type.
2271
2272 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2273 interpretation of PRECEDING-TOKEN-END when there's no preceding
2274 token.
2275
2276 (c-forward-decl-or-cast-1): Don't disregard sure signs of
2277 declarations when there's some syntax error later on.
2278
2279 (c-complex-decl-matchers): Did away with a reference to
2280 `c-specifier-key'.
2281
2282 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2283 value - this variable is always dynamically bound.
2284
2285 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
2286 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
2287 cc-cmds.el, cc-defs.el: Changed the policy for marking up
2288 functions that might do hidden buffer changes: All such internal
2289 functions are now marked instead of those that don't.
2290
2291 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
2292 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
2293 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
2294 c-literal-type): Allow these functions to make hidden buffer changes,
2295 so that they are free to use text property caching later on.
2296
2297 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
2298 c-electric-brace, c-electric-slash, c-electric-star,
2299 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
2300 c-electric-paren, c-electric-continued-statement, c-indent-command,
2301 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
2302 c-context-line-break): Added `c-save-buffer-state' calls to comply
2303 with the changed semantics of the functions above.
2304
2305 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2306 when macros occur in obscure places. Optimized the sexp movement
2307 a bit.
2308
2309 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2310
2311 Enhancements for c-beginning-of-statement to work in AWK Mode:
2312
2313 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2314 (completed statement) with `}' (statement completed by closing
2315 brace or semicolon) and `$' (statement completed by EOL).
2316
2317 (c-awk-virtual-semicolon-ends-prev-line-p,
2318 c-awk-virtual-semicolon-ends-line-p,
2319 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2320 c-awk-at-statement-end-p): new functions
2321
2322 * progmodes/cc-cmds.el: Simplify the structure of functions
2323 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
2324 two functions and c-beginning-of-statement to handle AWK Mode.
2325
2326 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2327 c-backward-single-comment for AWK mode. Attempt to clarify their
2328 doc-strings.
2329
2330 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2331
2332 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2333
2334 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2335 label handling. Labels are now recognized in a uniform and more
2336 robust way, regardless of context. Text properties are put on all
2337 labels to recognize the following declarations better. Multiword
2338 labels are handled both in indentation and fontification for the
2339 benefit of language extensions like Qt. For consistency, keywords
2340 in labels are now fontified with the label face instead. That
2341 also applies to "case" and "default".
2342
2343 (c-beginning-of-statement-1): Fixed some bugs in the label
2344 handling. Disregard `c-nonlabel-token-key' in labels that begin
2345 with `c-label-kwds'.
2346
2347 (c-find-decl-spots): Support that the callback adds more
2348 `c-decl-end' spots to find.
2349
2350 (c-forward-decl-or-cast-1): Don't treat a list of plain
2351 identifiers followed by a colon as a declaration.
2352
2353 (c-forward-label): New function to recognize labels.
2354
2355 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2356 `c-forward-label'. Moved the label recognition cases (14 and 15)
2357 earlier since they aren't so context sensitive now. Handle labels
2358 on the top level gracefully. Moved access label recognition to
2359 the generic label case (CASE 15) - removed CASE 5E.
2360
2361 (c-font-lock-declarations): Added recognition of labels in the
2362 same round since we need to handle labels in parallell with other
2363 declarations to recognize both accurately. It should also improve
2364 speed.
2365
2366 (c-simple-decl-matchers, c-basic-matchers-after): Moved
2367 `c-font-lock-labels' so that it only is used on decoration level 2
2368 since `c-font-lock-declarations' handles it otherwise.
2369
2370 (c-complex-decl-matchers): Removed the simplistic recognition of
2371 access labels.
2372
2373 (c-decl-prefix-re): Removed the kludges that was necessary to cope
2374 with labels earlier.
2375
2376 (c-decl-start-re): New language variable to make
2377 `c-font-lock-declarations' stop for the special protection labels
2378 in Objective-C that start with `@'.
2379
2380 (c-label-key): Removed since it's no longer used.
2381
2382 (c-recognize-colon-labels, c-label-prefix-re): New language
2383 constants to support recognition of generic colon-terminated
2384 labels.
2385
2386 (c-type-decl-end-used): `c-decl-end' is now used whenever there
2387 are colon terminated labels.
2388
2389 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2390 first argument starts with a special brace list.
2391
2392 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2393 c-font-lock-declarations): Broke out the declaration and cast
2394 recognition from `c-font-lock-declarations' to a new function, so
2395 that it can be used in the indentation engine.
2396
2397 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2398 up to the start of the literal. Fixed bug with the point on the
2399 wrong side of the search limit that could happen when the start
2400 position is inside a literal.
2401
2402 * progmodes/cc-engine.el (c-parse-state,
2403 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2404 so that it's kept a little bit back to increase the hit rate.
2405
2406 (c-parse-state): Changed the macro handling and fixed some
2407 glitches. Macro context is checked more often than necessary now,
2408 but otoh less garbage conses are generated.
2409
2410 * progmodes/cc-engine.el (c-parse-state,
2411 c-invalidate-state-cache): Cache the last position where
2412 `c-state-cache' applies. This can speed up refontification quite
2413 a bit in blocks where there are many non-brace parens before the
2414 point.
2415
2416 (c-state-cache-end): New variable for this.
2417
2418 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2419 cache variable.
2420
2421 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2422 get close initial continue positions when the start position is
2423 inside a literal or macro. Do not call the callback for spots
2424 before the start position (which can happen e.g. for `c-decl-end'
2425 spots inside comments). Optimize better in special cases when the
2426 region is a single line inside a literal or macro (typically when
2427 the current line is refontified).
2428
2429 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2430 to `c-add-stmt-syntax' - there's no need to explicitly whack off
2431 entries from the paren state.
2432
2433 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2434 special case for "else if" clauses.
2435
2436 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2437 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2438
2439 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2440 language variable to recognize the gcc extension with statement
2441 blocks inside expressions.
2442
2443 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2444 it somewhat more comprehensible. The argument AT-BLOCK-START is
2445 no longer used and hence removed.
2446
2447 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2448 to `c-add-stmt-syntax'.
2449
2450 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2451 `c-beginning-of-statement-1' instead of duplicating parts of it.
2452 This fixes bogus label recognition.
2453
2454 * progmodes/cc-engine.el (c-add-type, c-check-type,
2455 c-forward-name, c-forward-type): Improved storage of template
2456 types in `c-found-types' so that they can be recognized better.
2457
2458 (c-syntactic-content): Added option to skip past nested parens.
2459
2460 * progmodes/cc-engine.el (c-forward-name): Set
2461 `c-last-identifier-range' all the time. It's less work that way.
2462 Handle that there might not be an identifier to store in
2463 `c-last-identifier-range'.
2464
2465 (c-forward-type): Handle that `c-last-identifier-range' might be
2466 nil from `c-forward-name'.
2467
2468 * progmodes/cc-defs.el: (c-safe-scan-lists,
2469 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2470
2471 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2472 to work even if the form fails.
2473
2474 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2475 down in a large file in one go.
2476
2477 (c-get-fallback-start-pos): New helper function for
2478 `c-parse-state'.
2479
2480 * progmodes/cc-align.el (c-lineup-assignments): New lineup
2481 function which is like `c-lineup-math' but returns nil instead of
2482 `c-basic-offset' when it doesn't match.
2483
2484 (c-lineup-math): Changed to use `c-lineup-assignments'.
2485
2486 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2487
2488 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2489 c-beginning-of-statement. New subfunctions
2490 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2491
2492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2493
2494 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2495 hardcoded char classes whereever possible. Changed a couple of
2496 places to use skip by syntax instead of skip by char class.
2497
2498 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2499 Fixed a bug in the regexp that caused extreme backtracking.
2500
2501 * progmodes/cc-langs.el (c-block-comment-starter,
2502 c-block-comment-ender): New language constants to specify in a
2503 single place how block comments look.
2504
2505 (c-comment-start-regexp, c-block-comment-start-regexp,
2506 comment-start, comment-end, comment-start-skip,
2507 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2508 c-syntactic-ws, c-nonempty-syntactic-ws,
2509 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2510 `c-line-comment-starter', `c-block-comment-starter' and
2511 `c-block-comment-ender'.
2512
2513 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2514 language constants to break up things a bit.
2515
2516 (c-simple-ws): New language constant for simple whitespace.
2517
2518 * progmodes/cc-defs.el (c-concat-separated): New convenience
2519 function.
2520
2521 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2522 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2523 newlines. Allow and ignore nil elements in the list.
2524
2525 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2526
2527 * progmodes/cc-cmds.el: Comment out a (n almost certainly
2528 superfluous) check, (eq here (point-max)) in
2529 c-beginning-of-statement.
2530
2531 * progmodes/cc-cmds.el: Tidy up the comments in
2532 c-beginning-of-statement and subfunctions.
2533
2534 * progmodes/cc-awk.el: Replace calls to put-text-property to the
2535 more flexible c-put-char-property and c-clear-char-properties.
2536 Add the author's email address.
2537
2538 * progmodes/cc-langs.el: New variable,
2539 c-block-comment-start-regexp.
2540
2541 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2542 closing "*/" of a block comment.
2543
2544 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2545 subfunctions) so that it works at BOB and EOB.
2546
2547 * progmodes/cc-cmds.el, cc-vars.el: More updating of
2548 c-beginning-of-statement, including new variable
2549 c-block-comment-start-regexp.
2550
2551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2552
2553 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2554 symbols from `*-font-lock-extra-types' so that there's no need to
2555 use `regexp-opt' on those lists.
2556
2557 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2558 `c-type-modifier-kwds' is empty.
2559
2560 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2561 there are several strings on the same line.
2562
2563 * progmodes/cc-engine.el (c-literal-limits): Removed the
2564 compatibility function for older emacsen. `c-literal-limits-fast'
2565 has now taken the place of this function.
2566
2567 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2568 with older emacsen: We now require `pps-extended-state'.
2569
2570 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2571
2572 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2573 which obviates the need to hack sentence-end. This now handles
2574 escaped newlines in strings correctly. Correct minor bugs in
2575 c-move-over-sentence and in c-beginning-of-statement.
2576
2577 * progmodes/cc-cmds.el (c-beginning-of-statement (and
2578 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2579 that movement over macros and code are rigorously separated from
2580 eachother. Correct a few incidental bugs.
2581
2582 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2583 Improve its doc-string. Improve the handling of certain specific
2584 cases.
2585
2586 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2587
2588 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2589 (c-guess-basic-syntax): Changed the way class-level labels are
2590 recognized; they can now contain essentially any symbols.
2591
2592 (c-opt-extra-label-key): New language variable to cope with the
2593 special protection label syntax in Objective-C.
2594
2595 (c-opt-access-key): Removed; this is now handled better by
2596 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2597
2598 (c-complex-decl-matchers): Update to handle that
2599 `c-opt-access-key' no longer exists.
2600
2601 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2602 improved label recognition in `c-beginning-of-statement-1'.
2603
2604 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2605 Recognize bitfields better.
2606
2607 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2608 Removed some cruft and fixed a bug that could cause it to go to a
2609 position further down.
2610
2611 * progmodes/cc-langs.el, cc-engine.el
2612 (c-beginning-of-statement-1): Improved detection of labels in
2613 declaration contexts.
2614
2615 (c-beginning-of-decl-1): Use it.
2616
2617 (c-nonlabel-token-key): New language constant and variable needed
2618 by `c-beginning-of-statement-1'.
2619
2620 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2621 manifested itself due to the correction in `c-forward-sexp'.
2622
2623 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2624 these behave as documented when used at the buffer limits.
2625
2626 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2627 (c-type-decl-end-used): Made this a language variable.
2628
2629 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2630 correctly when `combine-after-change-calls' is used together with
2631 temporary narrowings.
2632
2633 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2634 labels correctly when the start point is immediately after the
2635 colon.
2636
2637 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2638 since it isn't used anymore.
2639
2640 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2641 bracket arglists such as template parens in C++.
2642
2643 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2644 in the last check-in. Some optimization.
2645
2646 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2647 where it could stop at the same level in a preceding sexp when
2648 PAREN-LEVEL is set.
2649
2650 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2651 text property lookup only when it's needed.
2652
2653 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2654 Changed the policy for paren marked angle brackets to be more
2655 persistent; once marked they remain marked even when they're found
2656 to be unbalanced in the searched region. This should keep the
2657 paren syntax around even when individual lines are refontified in
2658 multiline template arglists.
2659
2660 (c-parse-and-markup-<>-arglists): New dynamically bound variable
2661 to control markup so that incorrect angle bracket arglists aren't
2662 marked in contexts where the correct value for
2663 `c-disallow-comma-in-<>-arglists' isn't known.
2664
2665 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2666 argument has become `c-parse-and-markup-<>-arglists'.
2667
2668 (c-remove-<>-arglist-properties): Removed - no longer used.
2669
2670 (c-after-change-check-<>-operators): New function used on
2671 `after-change-functions' to avoid that "<" and ">" characters that
2672 are part of longer operators have paren syntax.
2673
2674 (c-<>-multichar-token-regexp): New language variable used by
2675 `c-after-change-check-<>-operators'.
2676
2677 (c-after-change): Call `c-after-change-check-<>-operators'.
2678
2679 (c-font-lock-<>-arglists): Use the context properties set by
2680 `c-font-lock-declarations' to set
2681 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2682 markup.
2683
2684 (c-font-lock-declarations): Removed code that undoes the invalid
2685 markup done by `c-font-lock-<>-arglists'.
2686
2687 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2688 after `c-font-lock-declarations'.
2689
2690 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2691 paren-level feature.
2692
2693 (c-guess-basic-syntax): Improved the anchor position for
2694 `template-args-cont' in nested template arglists. There's still
2695 much to be desired in this area, though.
2696
2697 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2698
2699 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2700 Make the "Text Filling and Line Breaking" commands work for AWK
2701 buffers.
2702
2703 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2704
2705 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2706 Removed;
2707 (c-major-mode-is 'awk-mode) can be used instead now.
2708
2709 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2710 it doesn't work no longer are supported.
2711
2712 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2713 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2714 requires support for the syntax-table' text property, which rules
2715 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
2716 cruft associated with those versions.
2717
2718 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2719 for the `syntax-table' text property, which rules out Emacs 19 and
2720 XEmacs < 21.4. Removed various compatibility cruft associated
2721 with those versions.
2722
2723 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2724 support for the `syntax-table' text property.
2725
2726 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2727 variable and use an extra quoted face name instead. All the
2728 emacsen flavors handle that correctly.
2729
2730 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2731 c-font-lock-declarators, c-font-lock-declarations,
2732 c-complex-decl-matchers, c-basic-matchers-after): Use a text
2733 property to mark the items in in declarator lists to handle
2734 refontification inside multiline declarations better.
2735
2736 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2737 construct like "a * b = c;" as a declaration.
2738
2739 2005-12-08 Kim F. Storm <storm@cua.dk>
2740
2741 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2742 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
2743 select either meta, hyper, or super modifier for rectangle commands.
2744 (cua--rectangle-modifier-key): New defvar.
2745 (cua--M/H-key): Use it. Remove special case for `space'.
2746 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2747 on X, to meta otherwise. Always bind C-return to toggle
2748 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
2749
2750 * emulation/cua-rect.el (cua-help-for-rectangle): Use
2751 cua--rectangle-modifier-key. Handle super modifier too.
2752 (cua--init-rectangles): Always bind C-return to toggle rectangle.
2753 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2754
2755 * ido.el: Move Acknowledgements and History after Commentary.
2756 Minor changes to Commentary.
2757
2758 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2759 keymap if cua--prefix-override-timer is `shift'.
2760 (cua--shift-control-prefix): New function; emulate "type prefix
2761 key twice" functionality to handle shifted prefix key override.
2762 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2763 commands.
2764 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2765
2766 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
2767
2768 * textmodes/org.el (org-insert-heading): Try to do items before
2769 headings.
2770 (org-agenda-mode): Quote `org-agenda-mode-hook'.
2771 (org-insert-item): New function.
2772 (org-renumber-ordered-list): Don't skip to higher level lists.
2773
2774 2005-12-08 Juri Linkov <juri@jurta.org>
2775
2776 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2777
2778 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2779
2780 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2781
2782 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2783 the constructed function name fun-1.
2784
2785 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2786 because such links don't lead to parent documentation.
2787
2788 2005-12-08 Kenichi Handa <handa@m17n.org>
2789
2790 * descr-text.el (describe-char): Use *Help-2* buffer if the
2791 current buffer is *Help*. Call describe-text-properties while
2792 setting the original buffer.
2793
2794 2005-12-07 Bill Wohler <wohler@newt.com>
2795
2796 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2797 and causes problems with non-MH users (such as Gnus users).
2798
2799 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
2800
2801 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2802 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2803 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2804 command "info sources". Move calls to GDB command "list".
2805 (gdb-find-file-hook): Just use gdb-source-file-list.
2806 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2807 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2808 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2809 (gdb-data-list-register-values-handler): Use correct trigger name.
2810
2811 2005-12-07 Kim F. Storm <storm@cua.dk>
2812
2813 * ido.el (ido-completion-map): Renamed from ido-mode-map.
2814 (ido-common-completion-map, ido-file-completion-map)
2815 (ido-file-dir-completion-map, ido-buffer-completion-map):
2816 Renamed from ido-mode-....-map.
2817 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2818 (ido-setup-completion-map): Renamed from ido-define-mode-map.
2819 (ido-read-internal): Bind minibuffer-local-filename-completion-map
2820 to ido-completion-map.
2821
2822 2005-12-07 Kenichi Handa <handa@m17n.org>
2823
2824 * international/mule-cmds.el
2825 (set-display-table-and-terminal-coding-system): If the coding
2826 system specified in `unibyte-display' property is different from
2827 the arg coding-system, don't setup standard-display-table.
2828
2829 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2832 that comments end at \n, regardless of selective-display.
2833
2834 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
2835
2836 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2837 (gdb-version): New variables.
2838 (gdb-source-file-list, gdb-register-names)
2839 (gdb-changed-registers): New variables for use with GDB 6.4+.
2840 (gdb-ann3): Replace with...
2841 (gdb-init-1, gdb-init-2): ...two new functions.
2842 (gdba, gdb-prompt): Call gdb-init-1.
2843 (gdb-get-version): New function. Call gdb-init-2 from here.
2844 (gud-watch): Make it work with mouse events too.
2845 (gdb-post-prompt): Don't add to queue until GDB version is known.
2846 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2847 (gdb-locals-mode): Use gdb-version.
2848 (gdb-memory-format-map, gdb-memory-unit-map)
2849 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2850 (gdb-locals-font-lock-keywords-1)
2851 (gdb-locals-font-lock-keywords-2): New variables.
2852 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2853 (gdb-set-gud-minor-mode-existing-buffers-1)
2854 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2855 (gdb-var-update-1, gdb-var-update-handler-1)
2856 (gdb-data-list-register-values-handler)
2857 (gdb-data-list-register-values-custom)
2858 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2859 (gdb-stack-list-locals-handler, gdb-get-register-names):
2860 New functions for use with GDB 6.4+.
2861 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2862 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2863 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2864 (gdb-stack-list-locals-regexp)
2865 (gdb-data-list-register-names-regexp): New regexps for use with
2866 GDB 6.4+.
2867
2868 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2871
2872 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
2873
2874 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2875 prompts work for AUTH PLAIN. Also reported by Steve Allan
2876 <seallan@verizon.net>.
2877
2878 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2879
2880 * frame.el (set-frame-parameter): Add doc string.
2881
2882 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
2883
2884 * textmodes/org.el (org-occur-highlights): New variable.
2885 (org-highlight-new-match, org-remove-occur-highlights): New functions.
2886 (org-highlight-sparse-tree-matches): New option.
2887 (org-do-occur): New function.
2888 (org-get-heading): Make it work also at beginning of line.
2889 (org-category-table): New variable.
2890 (org-get-category-table, org-get-category)
2891 (org-camel-to-words, org-link-search): New functions.
2892 (org-select-this-todo-keyword): New variable.
2893 (org-todo-list): New command.
2894 (org-shiftright, org-shiftleft): New commands.
2895 (org-agenda-todo): Add prefix argument.
2896 (org-show-hierarchy-above): New option.
2897 (org-show-todo-tree): Numerical prefix creates tree for specific
2898 TODO keyword.
2899 (org-outline-level): New function, to assign a level to plain
2900 lists items.
2901 (org-cycle-include-plain-lists): New option.
2902 (org-mode): Use `org-outline-level' as value of `outline-level'.
2903 (org-cycle): Temporarily switch `outline-regexp' if
2904 `org-cycle-include-plain-lists' is non-nil.
2905 (org-start-icalendar-file): Fix format bug.
2906 (org-agenda-get-day-entries): Create category table.
2907 (org-agenda-get-todos, org-agenda-get-timestamps)
2908 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2909 (org-agenda-get-blocks): Use `org-get-category'.
2910 (org-context-in-file-links): Rename from
2911 `org-line-numbers-in-file-links' .
2912
2913 2005-12-06 Romain Francoise <romain@orebokech.com>
2914
2915 * window.el (balance-windows): Delete extraneous third arg in call
2916 to `enlarge-window'.
2917
2918 2005-12-06 Kenichi Handa <handa@m17n.org>
2919
2920 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2921
2922 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
2923
2924 * progmodes/gdb-ui.el (gdb-var-create-handler)
2925 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2926 (gdb-var-list-children-handler, gdb-var-update-handler):
2927 Current buffer is already gdb-partial-output-buffer, don't
2928 make it current again.
2929
2930 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
2931
2932 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2933 (list-buffers-noselect): Use it.
2934
2935 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2938 (mail-yank-ignored-headers): Use regexp-opt.
2939 (mail-mode-map): Move initialization into declaration.
2940 (mail-sent-via): Remove unused shadowed var `to-line'.
2941 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2942 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2943 (mail-do-fcc): Use dolist and push.
2944 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2945 (mail-yank-ignored-headers): Don't autoload.
2946
2947 2005-12-05 Kenichi Handa <handa@m17n.org>
2948
2949 * international/mule-cmds.el (set-language-info-internal): New fun.
2950 (set-language-info): Call set-language-info-internal to update
2951 language-info-alist. If LANG-ENV is the current one, call
2952 set-language-environment to make INFO effective now.
2953 (set-language-info-alist): Likewise.
2954 (locale-language-names): With locale "en", use English
2955 lang. env. but set the default codings to iso-8859-1.
2956
2957 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
2958
2959 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2960 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2961 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2962 for plain strings.
2963 (gdb-frames-mode): Remove redundant call to font-lock-mode.
2964 (gdb-all-registers): Rename from toggle-gdb-all-registers.
2965 Create registers buffer if necessary. Echo new state in minibuffer.
2966 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2967
2968 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * info.el (Info-fontify-node): Match external links using
2971 non-directory part of filename.
2972
2973 2005-12-04 Juri Linkov <juri@jurta.org>
2974
2975 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2976 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
2977 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2978 because there is no customization option for it.
2979
2980 * font-lock.el (lisp-font-lock-keywords-1):
2981 Add define-global-minor-mode.
2982
2983 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2984
2985 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2986 properties on the constructed variable names.
2987
2988 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2989 Put `definition-name' properties on the constructed function names
2990 next-sym and prev-sym.
2991
2992 * emacs-lisp/find-func.el (find-function-regexp):
2993 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
2994 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
2995 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2996 and easy-menu-define.
2997
2998 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2999 easy-mmode-define-global-mode and define-global-minor-mode.
3000 (lisp-imenu-generic-expression): Add define-global-minor-mode.
3001
3002 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3003 instead of easy-mmode-define-global-mode.
3004
3005 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3006 Use define-minor-mode instead of easy-mmode-define-minor-mode.
3007
3008 * cus-edit.el (customize-group, customize-group-other-window):
3009 Filter out autoloaded options from the group completion list by
3010 using heuristics that autoloaded groups don't have `custom-autoload'
3011 property on their symbols (they have only `custom-loads').
3012
3013 * simple.el (completion-setup-function): Put completions-common-part
3014 face on complete completion string too (i.e. completion string
3015 without completions-first-difference face).
3016
3017 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3018
3019 2005-12-03 Eli Zaretskii <eliz@gnu.org>
3020
3021 * view.el (view-mode): Doc fix.
3022
3023 * disp-table.el (standard-display-european): Add to the warning
3024 message a reference to the doc string.
3025
3026 * play/yow.el (apropos-zippy): Call print-help-return-message,
3027 similar to other Help and Apropos commands.
3028
3029 * help.el (print-help-return-message): If pop-up-frames is
3030 non-nil, set up help-return-method to delete the help window and,
3031 possibly, its frame as well, and don't display message about
3032 scrolling the help window. Doc fix.
3033 (help-return-method): Doc fix.
3034
3035 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
3036
3037 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3038 whereby names of length one or names starting with a
3039 symbol-constituent character would not be returned.
3040
3041 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3042
3043 * subr.el (atomic-change-group): Add edebug and indentation spec.
3044
3045 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * completion.el (save-completions-file-name): Fix typo in last change.
3048
3049 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3050
3051 * info.el: Move back/forward history to the beginning of the tool bar.
3052
3053 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
3054
3055 * allout.el:(eval-when-compile): Remove unnecessary load of cl.
3056 Add fset of allout-real-isearch-abort during compile to fix
3057 byte-compilation warnings.
3058 (allout-mode-p): Move definition of this macro above all uses, or
3059 byte compilation in barren emacs (eg, during emacs build) will
3060 lack the definition.
3061 (allout-mode): Move this variable above any uses, or byte
3062 compilation will fail.
3063 (allout-resolve-xref): Remove use of personal file-reference function.
3064 (allout-toggle-current-subtree-encryption): Do the current (ie,
3065 visible containing) topic, rather than nearest around point. Doc fix.
3066 (allout-toggle-subtree-encryption): New function, workhorse that
3067 works on nearest topic containing point.
3068 (allout-encrypt-string): Signal requirement for newer version of pgg.
3069 (allout-resumptions): Doc fix.
3070
3071 2005-12-02 Eli Zaretskii <eliz@gnu.org>
3072
3073 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3074
3075 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
3076
3077 * textmodes/flyspell.el (flyspell-external-point-words):
3078 Consider a misspelling as found in the string search if: (a) misspelling
3079 and found string lengths match, or (b) misspelling is found as
3080 element in a boundary-chars separated longer string, or (c)
3081 ispell-program-name is really ispell and misspelling is found as
3082 part of a TeX string. After successful match move beginning of
3083 search region to end of match. Warn about not found misspellings
3084 once the process is done.
3085 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3086
3087 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
3088
3089 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3090 tool bar (removed inadvertently).
3091
3092 2005-12-02 Juri Linkov <juri@jurta.org>
3093
3094 * log-view.el (log-view-diff): Clarify doc string.
3095
3096 2005-12-01 Bill Wohler <wohler@newt.com>
3097
3098 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3099 triggers lm-verify errors.
3100
3101 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
3102
3103 * simple.el (transient-mark-mode, line-number-mode)
3104 (column-number-mode, size-indication-mode): Remove `:require nil'.
3105
3106 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
3107
3108 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3109 in the margin also.
3110 (gdb-breakpoints-mode-map): Use D instead of d for
3111 gdb-delete-breakpoint.
3112 (gdb-get-frame-number): Require a number to match on.
3113 (gdb-threads-mode-map): Add follow-link binding.
3114
3115 2005-11-30 Jason Rumney <jasonr@gnu.org>
3116
3117 * isearch.el (isearch-mode-map): Avoid exiting search on
3118 language-change event.
3119
3120 2005-11-30 Romain Francoise <romain@orebokech.com>
3121
3122 * speedbar.el (speedbar-default-position): New defcustom.
3123 (speedbar-frame-reposition-smartly): Use it.
3124
3125 * dframe.el (dframe-reposition-frame-emacs): Fix position
3126 computation for `left' location.
3127 Update copyright year.
3128
3129 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * help.el (help-map): Move initialization into declaration.
3132
3133 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3134
3135 * help-fns.el (help-argument-name): Don't autoload.
3136 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3137 to be re-loaded when customizing the `help' group.
3138
3139 2005-11-30 John Paul Wallington <jpw@gnu.org>
3140
3141 * help-fns.el (describe-function-1): Fill arglist output.
3142
3143 2005-11-30 Kim F. Storm <storm@cua.dk>
3144
3145 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3146 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3147 after revert-buffer (or anything else which kills all local variables).
3148
3149 * apropos.el (apropos-parse-pattern): Doc fix.
3150 Set apropos-regexp directly, rather than expecting callers to do so.
3151 (apropos-command, apropos, apropos-value, apropos-documentation):
3152 Simplify calls to apropos-parse-pattern.
3153
3154 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3157 (hi-lock-face-phrase-buffer): Use hi-yellow face.
3158 (hi-lock-write-interactive-patterns): Use comment-region.
3159
3160 * longlines.el (longlines-mode): Add mail-setup-hook.
3161
3162 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3163
3164 * simple.el (sendmail-user-agent-compose, next-line):
3165 Conditionally use hard-newline.
3166
3167 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3168
3169 * international/latexenc.el (latex-inputenc-coding-alist):
3170 Reword doc string.
3171
3172 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * help.el (describe-key-briefly, describe-key): Recognize default
3175 bindings.
3176
3177 2005-11-29 Romain Francoise <romain@orebokech.com>
3178
3179 * view.el (view-inhibit-help-message): New defcustom.
3180 (view-mode-enter): Use it.
3181
3182 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
3183
3184 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3185 Preserve user position.
3186
3187 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
3188
3189 * font-lock.el: Throw error if facemenu is not loaded to prevent
3190 accidental change of loading order in loadup.el. (Suggested by RMS.)
3191
3192 * loadup.el: Add comment explaining why facemenu must be loaded
3193 before font-lock.
3194
3195 2005-11-28 Jay Belanger <belanger@truman.edu>
3196
3197 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3198 (calc-dispatch-map): Add more keys for `calc-same-interface'.
3199
3200 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3201
3202 * calc/calc-embed.el (calc-do-embedded): Update help message.
3203
3204 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3205
3206 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3209
3210 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3211 called-interactively-p.
3212 (elp-profilable-p): Rename from elp-not-profilable-p.
3213 Invert result and take into account macros and autoloaded functions.
3214 (elp-instrument-function): Update call.
3215 (elp-instrument-package): Update call. Add completion.
3216 (elp-pack-number): Use match-string.
3217 (elp-results-jump-to-definition-by-mouse): Merge into
3218 elp-results-jump-to-definition and then remove.
3219 (elp-output-insert-symname): Make help echo text single-line.
3220
3221 * replace.el (query-replace-map): Move initialization into declaration.
3222 (occur-engine): Use with-current-buffer.
3223 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3224 (occur-mode-mouse-goto): Replace with an alias.
3225
3226 2005-11-28 Juri Linkov <juri@jurta.org>
3227
3228 * simple.el (quoted-insert): Let-bind input-method-function to nil.
3229
3230 * term/w32-win.el: Bind [S-tab] to [backtab].
3231
3232 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3233 `Info-find-file' to t.
3234
3235 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3236 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3237 and same-window-regexps.
3238 (occur-next-error): Don't move point for arg 0.
3239
3240 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3243
3244 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3245
3246 * log-edit.el (log-edit-changelog-use-first): New var.
3247 (log-edit-changelog-ours-p): Use it.
3248 (log-edit-insert-changelog): Set it with new arg `use-first'.
3249 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3250 (log-edit-hook): Add them to the list of suggested options.
3251
3252 * textmodes/flyspell.el (flyspell-last-buffer): New var.
3253 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3254 redundant work.
3255 (flyspell-mode-on): Use add-hook for after-change-functions.
3256 (flyspell-mode-off): Use remove-hook for after-change-functions.
3257 (flyspell-changes): Make it buffer-local.
3258 (flyspell-after-change-function): Make it non-interactive. Use push.
3259 (flyspell-post-command-hook): Check input-pending-p while processing
3260 the potentially long list of buffer changes.
3261
3262 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3263
3264 * buff-menu.el (list-buffers-noselect): Display the selected
3265 frame's buffer list, not the global one.
3266
3267 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
3268
3269 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3270 that (list last-input-event) works as in interactive spec.
3271
3272 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3273
3274 * loadup.el ("facemenu"): Load facemenu before font-lock, because
3275 `facemenu-keymap' needs to be defined when font-lock is loaded.
3276 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3277
3278 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * completion.el: Remove useless leading * in defcustom docstrings.
3281 (save-completions-file-name): Use ~/.emacs.d if available.
3282 (completion-standard-syntax-table): Rename from
3283 cmpl-standard-syntax-table and fold initialization into declaration,
3284 thus removing cmpl-make-standard-completion-syntax-table.
3285 (completion-lisp-syntax-table, completion-c-syntax-table)
3286 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3287 (cmpl-saved-syntax, cmpl-saved-point): Remove.
3288 (symbol-under-point, symbol-before-point)
3289 (symbol-under-or-before-point, symbol-before-point-for-complete)
3290 (add-completions-from-c-buffer): Use with-syntax-table.
3291 (make-completion): Don't return a list of completion entries.
3292 Update callers.
3293 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3294 (completion-initialize): Rename from initialize-completions.
3295 (completion-find-file-hook): Rename from cmpl-find-file-hook.
3296 (kill-emacs-save-completions): Collect stats here.
3297 (save-completions-to-file, load-completions-from-file):
3298 Use with-current-buffer.
3299 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
3300 into a function. Move all calls to toplevel.
3301 (completion-lisp-mode-hook): New fun.
3302 (completion-c-mode-hook, completion-setup-fortran-mode):
3303 Set the syntax-table here. Use local-set-key.
3304 (completion-saved-bindings): New var.
3305 (dynamic-completion-mode): Make it into a proper minor mode.
3306 (load-completions-from-file): Remove unused var `num-uses'.
3307
3308 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3309 constructor if it is explicitly overridden.
3310
3311 * complete.el (PC-completion-as-file-name-predicate):
3312 Use minibuffer-completing-file-name.
3313 (partial-completion-mode): Use find-file-not-found-functions.
3314 (PC-lisp-complete-symbol): Use with-syntax-table.
3315 (PC-look-for-include-file): Remove dead setq.
3316 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3317 (PC-complete): Use with-current-buffer.
3318
3319 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3320 escape single quotes.
3321
3322 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3323
3324 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3325 of `if' whose condition always returned nil. Doc fix.
3326
3327 * buff-menu.el (Buffer-menu-revert-function): Make the selected
3328 window's buffer the current buffer around the call to
3329 `list-buffers-noselect'. This is necessary to mark that buffer
3330 with a `.' in the Buffer Menu when called from Lisp, for instance
3331 by Auto Revert Mode.
3332
3333 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
3334
3335 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3336 attaching to it.
3337 (gdb-pre-prompt): Make sure gdb-error is reset.
3338
3339 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3340 with a child process, detect it.
3341 (gud-speedbar-buttons): Match regexp more carefully.
3342
3343 2005-11-27 Richard M. Stallman <rms@gnu.org>
3344
3345 * mouse.el (mouse-drag-move-window-bottom):
3346 Use adjust-window-trailing-edge.
3347
3348 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3349
3350 * simple.el (blink-matching-open): Ignore
3351 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3352 (blink-matching-paren-on-screen): Update docstring.
3353
3354 * paren.el (show-paren-mode): No longer change
3355 `blink-matching-paren-on-screen'.
3356
3357 2005-11-27 John Paul Wallington <jpw@pobox.com>
3358
3359 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3360 (gdb-threads-select, gdb-edit-register-value):
3361 Use `posn-set-point' instead of `mouse-set-point' because the
3362 latter is not fbound when configured without X.
3363
3364 2005-11-27 Kim F. Storm <storm@cua.dk>
3365
3366 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3367 existing face when partially highlighting a TAB in a rectangle.
3368
3369 2005-11-26 Kim F. Storm <storm@cua.dk>
3370
3371 * ido.el (ido-mode-map): Doc fix.
3372 (ido-mode-common-map, ido-mode-file-map)
3373 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3374 (ido-define-mode-map): Rewrite. Select one of the new maps as
3375 parent for ido-mode-map instead of building from scratch.
3376 (ido-init-mode-maps): New defun to initialize new maps.
3377 (ido-mode): Call it.
3378 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3379 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3380
3381 2005-11-26 John Paul Wallington <jpw@pobox.com>
3382
3383 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3384 `mouse-set-point' because the latter is not fbound when configured
3385 without X.
3386
3387 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
3388
3389 * files.el (file-relative-name): Doc fix.
3390
3391 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3392
3393 * progmodes/octave-inf.el (inferior-octave-startup): Force a
3394 non-empty string for secondary prompt PS2.
3395
3396 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * progmodes/compile.el (compilation-setup): Fix last change.
3399
3400 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
3401
3402 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3403 (gdb-mouse-toggle-breakpoint-margin)
3404 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3405 Add gdb-server-prefix to keep out of command history.
3406 (gdb-edit-register-value): New function.
3407 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3408 (gdb-info-registers-custom): Use above map.
3409
3410 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * custom.el (enable-theme): Signal error if argument is not a
3413 theme. Don't recalculate a face if it's not loaded yet.
3414
3415 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3416 the `user' theme is in effect.
3417
3418 * info.el (Info-on-current-buffer): Record actual filename in
3419 Info-current-file, instead of t, or a fake filename if a non-file
3420 buffer. Make autoload.
3421 (Info-find-node, Info-revert-find-node): No need to check for
3422 Info-current-file nil.
3423 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3424 Info-current-file is now never `t'.
3425 (Info-fontify-node): Many simplifications due to Info-current-file
3426 always being valid. Use Info-find-file to find node filename.
3427
3428 2005-11-25 David Kastrup <dak@gnu.org>
3429
3430 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3431 new character, then delete" in order to preserve markers.
3432
3433 2005-11-25 David Ponce <david@dponce.com>
3434
3435 * recentf.el (recentf-arrange-by-rule): Handle a special
3436 `auto-mode-alist'-like "strip suffix" rule.
3437 (recentf-build-mode-rules): Handle second level auto-mode entries.
3438
3439 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
3440
3441 * viper-keym.el (viper-ESC-key): Use different values in terminal and
3442 window modes.
3443
3444 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3445 jde-javadoc-checker-report-mode.
3446
3447 * ediff-wind (ediff-make-wide-display): Slight simplification.
3448
3449 * ediff.el (ediff-date): Change the date of last update.
3450
3451 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3454 Use define-minor-mode, and make it a local mode. Turn on font-lock.
3455 (hi-lock-mode): New global minor mode.
3456 (turn-on-hi-lock-if-enabled): New function.
3457 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3458 Change arguments to regexp and face instead of a font-lock pattern.
3459 Directly set face property, instead of refontifying.
3460 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3461 (hi-lock-find-patterns): Use line-number-at-pos.
3462
3463 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
3464 arguments for hi-lock-set-pattern.
3465 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3466 font-lock-fontify-buffer.
3467 (hi-lock-find-file-hook, hi-lock-current-line)
3468 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3469
3470 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3471 turned off.
3472
3473 * progmodes/compile.el (compilation-setup): Don't fiddle with
3474 font-lock-defaults.
3475
3476 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
3477
3478 * progmodes/gdb-ui.el (gdb-var-create-handler)
3479 (gdb-var-list-children-handler): Find values for all variable
3480 objects. gud-speedbar-buttons decides whether to display them.
3481
3482 2005-11-24 Romain Francoise <romain@orebokech.com>
3483
3484 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3485 buffer name with a space.
3486
3487 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
3488
3489 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3490 `org-export-local-list-max-depth'. Change default value to 3.
3491 (org-auto-renumber-ordered-lists)
3492 (org-plain-list-ordered-item-terminator): New options.
3493 (org-at-item-p, org-beginning-of-item, org-end-of-item)
3494 (org-get-indentation, org-get-string-indentation)
3495 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3496 functions.
3497 (org-move-item-down, org-move-item-up): New commands.
3498 (org-export-as-html): New classes for CSS support. Bug fix in
3499 regular expression detecting fixed-width regions. Respect
3500 `org-local-list-ordered-item-terminator'.
3501 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3502 also a list item.
3503 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3504 New item moving functions.
3505
3506 2005-11-24 Juri Linkov <juri@jurta.org>
3507
3508 * isearch.el (isearch-repeat): With empty search ring set
3509 `isearch-error' to the error string instead of signaling error
3510 with the function `error'.
3511
3512 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3513
3514 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3515
3516 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3519 and variable.
3520 (gdb-var-create-handler, gdb-var-list-children-handler):
3521 Don't match on "char **...".
3522 (gdb-var-update-handler): Find values for all variable objects.
3523 (gdb-info-frames-custom): Identify frames by leading "#".
3524
3525 * progmodes/gud.el (gud-speedbar-menu-items): Add
3526 gdb-speedbar-auto-raise as radio button.
3527 (gud-speedbar-buttons): Raise speedbar if requested.
3528 Don't match on "char **...".
3529 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3530 Make it editable.
3531
3532 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * info.el (Info-fontify-node): Handle the case where
3535 Info-current-file is t.
3536
3537 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * simple.el (blink-matching-open): Fix off-by-one in last change.
3540
3541 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3542
3543 * term/mac-win.el: Don't change default directory.
3544
3545 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
3546
3547 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3548 buffers correctly. (It used to throw an error in such buffers.)
3549 Make it ask for confirmation in group buffers and other Custom
3550 buffers containing more than one customization item.
3551
3552 2005-11-22 John Paul Wallington <jpw@gnu.org>
3553
3554 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3555 property on mail and url overlays.
3556 (goto-address-at-point): Use `posn-set-point' instead of
3557 `mouse-set-point' because the latter is not fbound when configured
3558 without X.
3559
3560 2005-11-22 Lars Hansen <larsh@soem.dk>
3561
3562 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3563 (ls-lisp-classify, ls-lisp-format): Delete call to
3564 ls-lisp-parse-symlink.
3565 (ls-lisp-handle-switches): Handle symlinks to directories as
3566 directories when ls-lisp-dirs-first in non-nil.
3567
3568 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
3569
3570 * startup.el (command-line): Make sure that loaddefs.el is handled
3571 correctly in load-history.
3572
3573 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
3574
3575 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3576 (gdb-struct-string, gdb-array-string): New constants.
3577 (gdb-info-locals-handler): Use them.
3578 (gdb-reset): Reset gdb-var-list to nil.
3579
3580 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3583 in patterns.
3584
3585 2005-11-21 Juri Linkov <juri@jurta.org>
3586
3587 * custom.el (defcustom): Update link types in docstring.
3588
3589 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
3590
3591 * custom.el (defgroup): Add doc-string-elt info.
3592
3593 * widget.el (define-widget): Don't use declare for the doc-string-elt.
3594
3595 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * newcomment.el (comment-enter-backward): Fix last fix.
3598
3599 * simple.el (blink-matching-open):
3600 * paren.el (show-paren-function): Allow new paren-class info.
3601
3602 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
3605 handled automagically.
3606
3607 2005-11-20 Andreas Schwab <schwab@suse.de>
3608
3609 * descr-text.el (describe-char): When copying overlays put them
3610 over the full char description instead of just the first character
3611 of it.
3612
3613 2005-11-20 Juri Linkov <juri@jurta.org>
3614
3615 * simple.el (what-cursor-position):
3616 * descr-text.el (describe-char): Use Lisp-readable syntax
3617 for octal and hex. Reorder decimal, octal and hex values.
3618 Remove excess whitespace in the output. Use `=' in `column='
3619 like in `point=' and `Hscroll='.
3620
3621 * international/mule-cmds.el (encoded-string-description):
3622 Use Lisp-readable syntax for hex.
3623
3624 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * newcomment.el (comment-enter-backward): Handle the case where the
3627 comment is closed by EOB.
3628
3629 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * longlines.el (longlines-before-revert-hook)
3632 (longlines-after-revert-hook): New functions.
3633 (longlines-mode): Turn off longlines temporarily when reverting.
3634 Add a message-setup-hook.
3635 (longlines-decode-buffer): New function.
3636 (longlines-wrap-line): Preserve marker positions.
3637
3638 2005-11-19 Andreas Schwab <schwab@suse.de>
3639
3640 * emacs-lisp/shadow.el: Handle compressed files.
3641
3642 2005-11-19 Romain Francoise <romain@orebokech.com>
3643
3644 * net/browse-url.el (browse-url-default-browser): Signal an error
3645 if no usable browser can be found, rather than try to load w3.
3646
3647 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
3648
3649 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3650 replacing existing properties.
3651 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3652 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3653 tty specs.
3654 (rcirc-server-prefix, rcirc-server): New faces.
3655 (rcirc-url-regexp): Generate with rx macro.
3656 (rcirc-last-server-message-time): New variable.
3657 (rcirc-filter): Record time of last message.
3658 (rcirc-keepalive): Kill processes that did not send a message
3659 since the last ping.
3660 (rcirc-mode): Give rcirc-topic a local binding here.
3661
3662 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
3663
3664 * subr.el (read-passwd): Fontify the prompt as we do with other
3665 prompts.
3666
3667 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
3668
3669 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3670 binding buffer-read-only to nil.
3671
3672 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3673
3674 * complete.el (partial-completion-mode):
3675 Mention completion-auto-help in the doc string.
3676
3677 * man.el (Man-highlight-references): Doc fix. Reformat code in a
3678 more Lisp-ish way.
3679
3680 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3681
3682 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3683 digits, not 8, to avoid misalignment for files larger than 100MB.
3684
3685 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3686
3687 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3688 Mention "keyboard shortcuts" in the help text.
3689
3690 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3691
3692 * startup.el (fancy-splash-default-action): Discard only
3693 mouse-down and succeeding mouse-up events in the splash screen
3694 window so that drag-n-drop event can be processed.
3695
3696 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * longlines.el (longlines-mode): Add hacks for mail-mode and
3699 message-mode.
3700
3701 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
3702
3703 * textmodes/org.el (org-table-sort-lines): New command.
3704 (org-tbl-menu): Add entry for `org-table-sort-lines'.
3705 (org-add-file): Command removed, use `org-agenda-file-to-front'
3706 instead.
3707 (org-export-icalendar): Use `org-icalendar-combined-name'.
3708 (org-cycle-agenda-files, org-agenda-file-to-end)
3709 (org-agenda-file-to-front): New commands.
3710 (org-table-tab-jumps-over-hlines,org-export-html-style): New
3711 options.
3712 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3713 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3714 New functions.
3715 (org-fill-paragraph): Call `org-table-align' in tables.
3716 (org-mode): Call `org-set-autofill-regexps'.
3717 (org-export-as-html): Support for local handformatted lists.
3718 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3719 (org-export-local-list-max-depth): New option.
3720 (org-html-expand): Use `org-html-protect'.
3721
3722 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
3723
3724 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3725 to "p".
3726 (gdb): Move definition of gud-pp to...
3727
3728 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
3729 speedbar.
3730 (gdb-find-watch-expression): New function.
3731
3732 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * faces.el (face-attribute, set-face-attribute): Mention existence
3735 of `:ignore-defface' setting in docstring.
3736
3737 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * simple.el (completion-setup-function): Fix last change.
3740
3741 2005-11-17 John Paul Wallington <jpw@pobox.com>
3742
3743 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3744 Use `posn-set-point' instead of `mouse-set-point' because the
3745 latter is not fbound when configured without X.
3746
3747 * comint.el (comint-insert-input): Likewise.
3748
3749 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * simple.el (hard-newline): New variable.
3752 (sendmail-user-agent-compose, next-line): Use it.
3753
3754 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3755 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3756 (mail-mail-reply-to, mail-mail-followup-to)
3757 (mail-position-on-field, mail-signature, mail-yank-original)
3758 (mail-attach-file): Likewise.
3759
3760 * mail/mailheader.el (mail-header-format)
3761 (mail-header-format-function): Likewise.
3762
3763 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3764
3765 2005-11-17 Juri Linkov <juri@jurta.org>
3766
3767 * font-lock.el (font-lock-faces): Rename this defgroup from
3768 `font-lock-highlighting-faces'.
3769 (font-lock-comment-face, font-lock-comment-delimiter-face)
3770 (font-lock-string-face, font-lock-doc-face)
3771 (font-lock-keyword-face, font-lock-builtin-face)
3772 (font-lock-function-name-face, font-lock-variable-name-face)
3773 (font-lock-type-face, font-lock-constant-face)
3774 (font-lock-warning-face, font-lock-negation-char-face)
3775 (font-lock-preprocessor-face)
3776 (font-lock-regexp-grouping-backslash)
3777 (font-lock-regexp-grouping-construct): Rename :group from
3778 `font-lock-highlighting-faces' to `font-lock-faces'.
3779
3780 * cus-edit.el (lisp, c, tex):
3781 * progmodes/ada-mode.el (ada):
3782 * progmodes/asm-mode.el (asm):
3783 * progmodes/cperl-mode.el (cperl-faces):
3784 * progmodes/cpp.el (cpp):
3785 * progmodes/dcl-mode.el (dcl):
3786 * progmodes/f90.el (f90):
3787 * progmodes/fortran.el (fortran):
3788 * progmodes/icon.el (icon):
3789 * progmodes/idlwave.el (idlwave-misc):
3790 * progmodes/m4-mode.el (m4):
3791 * progmodes/make-mode.el (makefile):
3792 * progmodes/meta-mode.el (meta-font):
3793 * progmodes/modula2.el (modula2):
3794 * progmodes/octave-mod.el (octave):
3795 * progmodes/pascal.el (pascal):
3796 * progmodes/perl-mode.el (perl):
3797 * progmodes/prolog.el (prolog):
3798 * progmodes/ps-mode.el (PostScript-edit):
3799 * progmodes/scheme.el (scheme):
3800 * progmodes/sh-script.el (sh-script):
3801 * progmodes/simula.el (simula):
3802 * progmodes/tcl.el (tcl):
3803 * textmodes/nroff-mode.el (nroff):
3804 * textmodes/reftex-vars.el (reftex-fontification-configurations):
3805 * textmodes/sgml-mode.el (sgml):
3806 * textmodes/texinfo.el (texinfo):
3807 Add :link (custom-group-link font-lock-faces) to defgroup.
3808
3809 * hi-lock.el (hi-lock): Rename this defgroup from
3810 `hi-lock-interactive-text-highlighting'. Change parent group from
3811 `faces' to `font-lock'. Add link to the manual.
3812 (hi-lock-mode, hi-lock-file-patterns-range)
3813 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3814 `hi-lock-interactive-text-highlighting' to `hi-lock'.
3815 (hi-lock-faces): Add :group `faces'.
3816
3817 * cus-edit.el (custom-variable-prompt): Clarify the code.
3818
3819 * faces.el (face-read-string): Set the default value arg of
3820 completing-read.
3821
3822 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
3823
3824 * rfn-eshadow.el (file-name-shadow-properties)
3825 (file-name-shadow-tty-properties, file-name-shadow-mode):
3826 Remove autoloads, because the file is now preloaded.
3827
3828 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * printing.el (easy-menu-intern): Don't define.
3831 (pr-get-symbol): Use easy-menu-intern only if defined.
3832
3833 * simple.el (blink-matching-open): Simplify a bit.
3834 (completion-setup-function): Fix the case of partial-completion-mode
3835 when the minibuffer's contents start with "-".
3836 Obey completion-base-size-function even when
3837 minibuffer-completing-file-name is non-nil.
3838
3839 2005-11-16 Richard M. Stallman <rms@gnu.org>
3840
3841 * net/eudcb-ph.el (eudc-ph-open-session):
3842 Use set-process-query-on-exit-flag.
3843
3844 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3845
3846 * international/ucs-tables.el (ucs-set-table-for-input):
3847 Use make-local-variable, not make-variable-buffer-local.
3848
3849 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3850 Improve warning message text.
3851
3852 * savehist.el (savehist-save-hook): Add :group.
3853
3854 * menu-bar.el (menu-bar-help-menu):
3855 Rename Find Extra Packages to External Packages.
3856
3857 * cus-edit.el (Custom-reset-standard): Verify that
3858 :custom-standard-value prop exists before calling it.
3859
3860 * apropos.el (apropos-calc-scores): Use apropos-pattern.
3861
3862 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
3863
3864 * wid-edit.el (color): Enclose %t in %{...%}.
3865
3866 * cus-edit.el (face): Enclose %t in %{...%}.
3867
3868 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
3869
3870 * savehist.el (savehist-mode-hook): Re-add the var.
3871 (savehist-mode): Use it.
3872
3873 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * textmodes/flyspell.el: Fix commenting convention.
3876 Remove unnecessary leading * in custom docstrings.
3877 (flyspell-emacs): Remove unused var.
3878 (flyspell-delete-region-overlays): Use remove-overlays.
3879 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3880 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3881 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3882 (flyspell-debug-signal-word-checked): Use with-current-buffer.
3883 (make-flyspell-overlay): Don't locally reuse a global name.
3884 (flyspell-highlight-incorrect-region)
3885 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3886 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3887 (flyspell-notify-misspell): Remove unused args `start' and `end'.
3888 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
3889 Wrap calls to accept-process-output inside with-local-quit since it's
3890 often called from a post-command-hook.
3891 (flyspell-correct-word, flyspell-auto-correct-word):
3892 Use ispell-send-string.
3893 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
3894
3895 * calendar/diary-lib.el (diary-list-entries): Also hide the
3896 terminating newline.
3897
3898 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
3899
3900 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3901 window-system, to allow fonts on tty.
3902
3903 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
3904
3905 * progmodes/gud.el (gud-speedbar-item-info): New function.
3906 (gud-install-speedbar-variables): Use it to display data type
3907 of watch expression as a tooltip in speedbar.
3908
3909 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * font-core.el (global-font-lock-mode): Add :version keyword,
3912 because default was changed.
3913
3914 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3915
3916 * startup.el (command-line): Use `custom-reevaluate-setting' for
3917 `file-name-shadow-mode'.
3918
3919 * loadup.el: Preload rfn-eshadow.
3920
3921 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3922 Add :version keyword.
3923 (file-name-shadow-properties, file-name-shadow-tty-properties)
3924 (file-name-shadow): Add :version keyword.
3925
3926 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3927 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3928 in the custom-group property of the symbol frames and the fringe
3929 group got no link to its parent group frames.
3930 Doc fix.
3931
3932 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3933
3934 * progmodes/gud.el (gud-stop-subjob): New function.
3935 (gud-menu-map, gud-tool-bar-map): Use it.
3936
3937 2005-11-16 Kim F. Storm <storm@cua.dk>
3938
3939 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3940 than kill it.
3941 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
3942 to a more useful/logical place.
3943
3944 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3945
3946 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3947 go buttons complementary.
3948
3949 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3952 (rfn-eshadow-sifn-equal): New function.
3953 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3954
3955 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
3956
3957 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3958 string.
3959
3960 * viper.el (viper-emacs-state-mode-list): Ensure that
3961 rcirc-mode buffers come up in Emacs state.
3962
3963 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3964 operation.
3965
3966 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3967
3968 * term.el (term-termcap-format): Fix typos.
3969 (term-down): Fix the negative argument case.
3970
3971 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3972
3973 * progmodes/gdb-ui.el: Remove face-alias left over from change on
3974 2005-08-15.
3975 (gdb-ann3): New command gud-go.
3976 (menu): Accomodate gdb-mi.el.
3977 (gdb-assembler-custom): Make buffer of selected window current
3978 so that set-window-point works.
3979
3980 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3981 buttons and include new ones.
3982
3983 2005-11-16 Kim F. Storm <storm@cua.dk>
3984
3985 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3986 (gud-menu-map): Use it.
3987
3988 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
3989
3990 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3991 that works correctly for Custom and that does not override a user
3992 who disables it.
3993
3994 * help-mode.el (help-make-xrefs, help-xref-on-pp)
3995 (help-xref-interned, help-follow): Make hyperlinks for variables
3996 that are unbound, but have a non-nil variable-documentation property.
3997
3998 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3999 mode hook. (It conflicted with defcustoms for some mode hooks.)
4000 Use the `variable-documentation' property to give the mode hook a
4001 docstring and expand that docstring.
4002
4003 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
4004
4005 * savehist.el (savehist-mode): Don't bother with
4006 `custom-set-minor-mode'.
4007 (savehist-coding-system): Check XEmacs version.
4008 (history-length): Declare also at run time.
4009 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
4010 Don't set the customize state.
4011 (savehist-minibuffer-hook): Special case for when
4012 minibuffer-history-variable is equal to t.
4013
4014 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * files.el (write-file): Refresh VC status.
4017
4018 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4019 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4020 than fundamental-mode to see if the mode was set.
4021
4022 2005-11-14 Romain Francoise <romain@orebokech.com>
4023
4024 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4025 dummy function in `eval-when-compile' to avoid compiler warning.
4026 Require `man' at compile time.
4027
4028 2005-11-14 Jay Belanger <belanger@truman.edu>
4029
4030 * calc-alg.el (calcFunc-write-out-power): Rename it to
4031 calcFunc-powerexpand.
4032 (math-write-out-power): Rename it to math-powerexpand; have it
4033 handle negative exponents.
4034 (calc-writeoutpower): Rename it to calc-powerexpand.
4035
4036 * calc-ext.el: Change calcFunc-writeoutpower and
4037 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4038 autoloads.
4039 Add calcFunc-ldiv to autoloads.
4040
4041 * calc-arith.el (calcFunc-ldiv): New function.
4042
4043 * calc.el (calc-left-divide): New function.
4044
4045 2005-11-14 Juri Linkov <juri@jurta.org>
4046
4047 * cus-edit.el (custom-variable-prompt): Set the default value arg
4048 of completing-read.
4049
4050 * cus-dep.el (custom-make-dependencies): Reverse the list of
4051 found dependencies.
4052
4053 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4054
4055 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4056 Highlighting" entry, it is on by default now.
4057 (menu-bar-options-save): Do not save global-font-lock-mode.
4058
4059 2005-11-13 Richard M. Stallman <rms@gnu.org>
4060
4061 * textmodes/flyspell.el (flyspell-large-region):
4062 Call flyspell-accept-buffer-local-defs.
4063
4064 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
4065
4066 * textmodes/flyspell.el (flyspell-notify-misspell):
4067 Fix misspelling of "Misspelling".
4068 (flyspell-process-localwords): New function.
4069 (flyspell-large-region): Call flyspell-process-localwords and
4070 flyspell-delete-region-overlays.
4071 (flyspell-delete-region-overlays): New function.
4072 (flyspell-delete-all-overlays): Call that.
4073
4074 2005-11-13 Richard M. Stallman <rms@gnu.org>
4075
4076 * help.el (help-for-help-internal): Improve doc of C-h a.
4077 (describe-key): Improve prompt; doc fix.
4078
4079 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * vc-svn.el (vc-svn-registered): Catch all errors.
4082
4083 * cus-dep.el (custom-make-dependencies): Typo.
4084
4085 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * net/tramp-util.el (top): Fix compilation warning.
4088
4089 2005-11-13 Kim F. Storm <storm@cua.dk>
4090
4091 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
4092
4093 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
4094
4095 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4096 (gud-speedbar-buttons): Match on "const char *" too.
4097
4098 * progmodes/gdb-ui.el (gdb-var-create-handler)
4099 (gdb-var-list-children-handler): Match on "const char *" too.
4100 (gdb-var-evaluate-expression-handler): Match on empty string.
4101 (gdb-var-update-handler): Only call
4102 gdb-var-evaluate-expression-handler when required.
4103
4104 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
4105
4106 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4107 selected window. This still doesn't work for speedbar.
4108 (gud-speedbar-buttons): Handle string expressions properly.
4109
4110 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4111 (gdb-var-create-handler): Handle string expressions properly.
4112 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4113 Handle string expressions properly. Move "type" field into regexp.
4114
4115 2005-11-12 Karl Fogel <kfogel@red-bean.com>
4116
4117 * bookmark.el (bookmark-maybe-message): New function to reduce
4118 code duplication: invokes `message' iff baud-rate is high enough.
4119 (bookmark-write-file): Use above instead of an inline conditional.
4120 (bookmark-load): Same.
4121
4122 2005-11-12 Karl Fogel <kfogel@red-bean.com>
4123
4124 * bookmark.el (bookmark-write-file): Don't visit the destination
4125 file, just write the data to it using write-region. This is
4126 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4127 change to avoid visiting the file in the first place.
4128
4129 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * hi-lock.el (hi-lock-mode): Set the default value of
4132 font-lock-defaults.
4133
4134 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
4135
4136 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4137 arg to `file-attributes'.
4138 (find-lisp-format): The UID and GID can now be strings.
4139
4140 2005-11-12 Kim F. Storm <storm@cua.dk>
4141
4142 * help.el (help-map): Bind C-h d to apropos-documentation.
4143
4144 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4145 when point is at end-of-buffer.
4146
4147 * apropos.el (apropos-match-face): Doc fix.
4148 (apropos-sort-by-scores): Add new choice `verbose'.
4149 (apropos-documentation-sort-by-scores): New defcustom.
4150 (apropos-pattern): Now contains the pattern entered by the user.
4151 (apropos-pattern-quoted): New defvar.
4152 (apropos-regexp): New defvar, containing the regexp corresponding
4153 to apropos-pattern.
4154 (apropos-all-words-regexp): Rename from apropos-all-regexp.
4155 (apropos-read-pattern): New defun. Use it to read pattern arg in
4156 interactive calls; returns list of words for a word list, and
4157 string for a regexp.
4158 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
4159 parses a list of words or regexp as returned by apropos-read-pattern.
4160 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4161 (apropos-score-doc): Return a very high score if the string
4162 entered by the user matches literally.
4163 (apropos-variable): Doc fix. Use apropos-read-pattern.
4164 (apropos-command): Doc fix. Use apropos-read-pattern and
4165 apropos-parse-pattern. Call apropos-print with nosubst=t.
4166 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
4167 apropos-parse-pattern.
4168 (apropos-documentation): Doc fix. Use apropos-read-pattern and
4169 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
4170 apropos-documentation-sort-by-scores. Call apropos-print with
4171 nosubst=t.
4172 (apropos-documentation-internal): Pass doc string through
4173 substitute-key-definition before adding text properties.
4174 Highlight substring matching literal user input if possible.
4175 (apropos-documentation-check-doc-file): Remove locals beg and end.
4176 Fix calculation of score (as added twice). Pass doc string through
4177 substitute-key-definition before adding text properties.
4178 (apropos-documentation-check-elc-file): Pass doc string through
4179 substitute-key-definition before adding text properties.
4180 Highlight substring matching literal user input if possible.
4181 (apropos-print): Add new arg NOSUBST; if set, command and variable
4182 doc strings have already been passed through substitute-key-definition.
4183 Add code to handle apropos-accumulator items without score element
4184 for backwards compatibility (e.g. with woman package).
4185 Only show scores if apropos-sort-by-scores is `verbose'.
4186
4187 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4190 Add jka-compr-load-suffixes to load-suffixes.
4191
4192 * jka-compr.el: Require jka-cmpr-hook.
4193 (jka-compr-info-compress-message, jka-compr-info-compress-program)
4194 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4195 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4196 (jka-compr-info-can-append, jka-compr-info-strip-extension)
4197 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4198 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
4199 (jka-compr-uninstall): Remove entries from
4200 jka-compr-added-to-file-coding-system-alist after they are used.
4201 (jka-compr-error): Remove unused var `curbuf'.
4202 (jka-compr-file-local-copy): Remove unused var `notfound'.
4203
4204 2005-11-10 Romain Francoise <romain@orebokech.com>
4205
4206 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4207
4208 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
4209
4210 * progmodes/gud.el (gud-menu-map): Move parentheses.
4211 (gdb): New command gud-pv.
4212
4213 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * tar-mode.el: Remove spurious or unnecessary leading stars
4216 in docstrings.
4217 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4218 (tar-parse-octal-integer-safe): Use mapc.
4219 (tar-header-block-summarize): Remove unused var `ck'.
4220 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4221 cleared before. Obey default-enable-multibyte-characters.
4222 Use mapconcat. Simplify setting of tar-header-offset.
4223 (tar-mode-map): Move initialization inside delcaration.
4224 (tar-flag-deleted): Use `abs'.
4225 (tar-expunge-internal): Remove unused var `line'.
4226 (tar-expunge-internal): Don't hardcode point-min==1.
4227 (tar-expunge): Widen while doing set-buffer-multibyte.
4228 (tar-rename-entry): Use file-name-coding-system.
4229 (tar-alter-one-field): Don't hardcode point-min==1.
4230 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4231 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
4232
4233 2005-11-10 Masatake YAMATO <jet@gyve.org>
4234
4235 * add-log.el (add-log-current-defun): Handle class::method
4236 notation of c++. Fix incorrect comment.
4237
4238 2005-11-10 Alan Mackenzie <acm@muc.de>
4239
4240 * help-fns.el (describe-variable): Make C-h v work when a variable
4241 has variable documentation yet is unbound.
4242
4243 2005-11-10 Masatake YAMATO <jet@gyve.org>
4244
4245 * man.el (Man-highlight-references): Set an empty
4246 string to `Man-arguments' if it is nil.
4247 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4248
4249 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4252 commenting conventions.
4253
4254 * cus-dep.el (custom-make-dependencies): Simplify.
4255 Better follow the commenting conventions.
4256
4257 2005-11-09 Richard M. Stallman <rms@gnu.org>
4258
4259 * apropos.el (apropos-pattern): Rename from apropos-regexp.
4260 (apropos-orig-pattern): Rename from apropos-orig-regexp.
4261 All uses changed.
4262 (apropos-rewrite-regexp): Doc fix.
4263 (apropos-variable, apropos-command, apropos, apropos-value):
4264 Change prompt; carry through the argument renaming.
4265
4266 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4267
4268 * find-lisp.el: Require dired.
4269 (find-lisp-find-dired-internal): Do not call
4270 `abbreviate-file-name' on DIR.
4271
4272 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4275
4276 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
4277
4278 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4279 when using the speedbar.
4280 (gdb): New command gud-pp.
4281 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4282
4283 2005-11-09 Juri Linkov <juri@jurta.org>
4284
4285 * replace.el (occur-excluded-properties): New defcustom.
4286 (occur-1, occur-engine, occur-accumulate-lines): Use it.
4287
4288 2005-11-08 Jay Belanger <belanger@truman.edu>
4289
4290 * calc/calc-units.el (math-convert-units): Replace any composite
4291 unit by its definition.
4292
4293 2005-11-08 Lars Hansen <larsh@soem.dk>
4294
4295 * emacs-lisp/autoload.el (update-directory-autoloads):
4296 Add obsolete function alias.
4297
4298 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4301 comment-indent-function.
4302 (lisp-comment-indent): Replace by an alias for comment-indent-default.
4303
4304 * reveal.el (reveal-post-command): Rework the handling of
4305 reveal-open-spots, so as to be more reliable. There were several
4306 tricky corner cases where an open spot might be lost, or where
4307 a closed spot might end up on the list of open spots.
4308 Only reveal text that's ellipsised.
4309
4310 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
4311
4312 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4313
4314 2005-11-07 John Paul Wallington <jpw@gnu.org>
4315
4316 * ibuffer.el (ibuffer): Search iconified frames too when
4317 getting Ibuffer buffer's window.
4318
4319 2005-11-06 Richard M. Stallman <rms@gnu.org>
4320
4321 * progmodes/compile.el (compilation-internal-error-properties):
4322 save-excursion around the computation of MARKER.
4323
4324 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
4325
4326 * textmodes/flyspell.el (flyspell-external-point-words):
4327 flyspell-get-word returns a list, not just a string.
4328
4329 2005-11-06 John Paul Wallington <jpw@pobox.com>
4330
4331 * ibuffer.el (ibuffer): Search all visible frames when getting
4332 Ibuffer buffer's window.
4333
4334 2005-11-07 Masatake YAMATO <jet@gyve.org>
4335
4336 * man.el (Man-reference-regexp): Accept spaces between
4337 `Man-name-regexp' and `Man-section-regexp'.
4338 (Man-apropos-regexp): New variable.
4339 (Man-abstract-xref-man-page): Use value for `Man-target-string'
4340 if available.
4341 (Man-highlight-references, Man-highlight-references0):
4342 Handle the case when `Man-arguments' includes "-k".
4343 (Man-highlight-references0): Rename the argument `TARGET-POS' to
4344 `TARGET'. `TARGET' can be a number, function or nil.
4345
4346 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
4347
4348 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4349 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4350 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4351 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4352 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4353 (gdb-send-item): Use buffer-local-value and simplify.
4354
4355 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
4356
4357 * startup.el (command-line): Use `custom-reevaluate-setting' for
4358 `global-font-lock-mode'.
4359
4360 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4361 by default, except in batch mode or when the -D option is given.
4362
4363 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4364 specified keyword args on to `define-minor-mode'. Update docstring.
4365
4366 2005-11-05 Romain Francoise <romain@orebokech.com>
4367
4368 * replace.el (occur-engine): Add marker at end of line, too.
4369
4370 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4371
4372 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4373 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4374 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4375 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4376 argument to all these routines, so the passphrase can be managed
4377 externally and passed in to the system.
4378 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4379 pgg-add-passphrase-to-cache function.
4380
4381 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4382 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4383 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4384 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4385 argument to all these routines, so the passphrase can be managed
4386 externally and passed in to the system.
4387 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4388 function.
4389
4390 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4391
4392 * font-lock.el: Don't deal with font-lock-face-attributes here,
4393 move the code ...
4394
4395 * startup.el (command-line): ... here. Use face-spec-set instead
4396 of custom-declare-face.
4397
4398 * faces.el (face-spec-set): Reset the face if spec is not nil.
4399
4400 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * newcomment.el (comment-region-internal): Box more tightly in the
4403 common case where there's no TAB in the boxed text.
4404
4405 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4406
4407 * info.el (info-tool-bar-map): Use images prev-node, next-node and
4408 up-node.
4409
4410 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
4411
4412 * newsticker.el: Commentary updated. Code formatting changed.
4413 (newsticker-version): Change to "1.9".
4414 (newsticker, newsticker-feed): Doc fix.
4415 (newsticker-url-list): Doc fix. Add option "Weekly".
4416 (newsticker-retrieval-interval): Add option "Weekly".
4417 (newsticker-headline-processing): Doc fix.
4418 (newsticker-auto-mark-filter): Remove.
4419 (newsticker-auto-mark-filter-list): New.
4420 (newsticker-layout, newsticker-sort-method): Doc fix.
4421 (newsticker-hide-old-items-in-newsticker-buffer)
4422 (newsticker-heading-format, newsticker-item-format)
4423 (newsticker-desc-format): Doc fix.
4424 (newsticker-show-all-rss-elements): Remove.
4425 (newsticker-show-all-news-elements): New.
4426 (newsticker-faces, newsticker-ticker): Doc fix.
4427 (remove-from-invisibility-spec): Code formatting.
4428 (newsticker--process-ids): New.
4429 (newsticker-mode): Doc fix.
4430 (newsticker-mode): Change mode-line-format.
4431 (newsticker-start): Remove debug output.
4432 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
4433 (newsticker-w3m-show-inline-images): Code formatting.
4434 (newsticker-next-item): Call `force-mode-line-update'.
4435 (newsticker-previous-item): Call `force-mode-line-update'.
4436 (newsticker-next-feed): Call `force-mode-line-update'.
4437 (newsticker-previous-feed): Call `force-mode-line-update'.
4438 (newsticker-mark-all-items-at-point-as-read): Code formatting.
4439 (newsticker-show-old-items): Do not show descs.
4440 (newsticker-hide-entry): Hide too much.
4441 (newsticker-hide-entry, newsticker-show-entry)
4442 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4443 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4444 (newsticker-toggle-auto-narrow-to-item): Code formatting.
4445 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4446 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4447 (newsticker-get-news): Call `force-mode-line-update'.
4448 Collect process ids.
4449 (newsticker--sentinel): Change coding system handling.
4450 Move image retrieval to new functions newsticker--get-logo-url-*.
4451 Move feed parsing to new functions newsticker--parse-*.
4452 Update list of process ids.
4453 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4454 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4455 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4456 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4457 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4458 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4459 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4460 (newsticker--decode-coding-string): Remove.
4461 (newsticker--decode-numeric-entities): Check input. Format code.
4462 (newsticker--remove-whitespace): Check input.
4463 (newsticker--do-forget-preformatted): Doc fix.
4464 (newsticker--decode-rfc822-date): Allow for missing time.
4465 (newsticker--update-process-ids): New.
4466 (newsticker--image-sentinel): Change comment.
4467 (newsticker--image-read): Change error message.
4468 (newsticker--imenu-goto): Doc fix. Show headline title.
4469 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4470 (newsticker--buffer-do-insert-text): Clean whitespace in
4471 html-rendered headline title. Code formatting.
4472 Call `newsticker--buffer-print-extra-elements'.
4473 (newsticker--buffer-print-extra-element): Remove.
4474 (newsticker--buffer-print-extra-elements): New.
4475 (newsticker--buffer-do-print-extra-element): New.
4476 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
4477 large sizes.
4478 (newsticker--run-auto-mark-filter)
4479 (newsticker--do-run-auto-mark-filter):
4480 Use `newsticker-auto-mark-filter-list'.
4481
4482 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
4483
4484 * net/rcirc.el: Use split-string OMIT-NULLS argument.
4485 (rcirc-print): Force redisplay before running hooks. Do long
4486 buffer truncation after making new text read-only. Deal with nil
4487 text when decoding strings. If TARGET is nil, use either the
4488 currently selected buffer, if it is an rcirc buffer and of the
4489 same process or the process buffer.
4490 (rcirc-mode): Remove header-line. Recompute short buffer names.
4491 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4492 (rcirc-short-buffer-name): Add variable.
4493 (rcirc-kill-buffer-hook): Recompute short buffer names.
4494 Remove nick from private channel.
4495 (rcirc-send-input): Send command text to current-buffer.
4496 Don't clear overlay arrow here.
4497 (rcirc-short-buffer-name): Return a short buffer name.
4498 (rcirc-update-short-buffer-names, rcirc-abbreviate)
4499 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4500 buffer-name abbreviations.
4501 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4502 Do not touch nick-table when killing a parted channel.
4503 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4504 Clear arrow from current buffer if it is now hidden.
4505 (rcirc-current-buffer): Add variable.
4506 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4507 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4508 Remove -face from names.
4509 (rcirc-update-activity-string): Print "DND" when globally ignoring
4510 activity.
4511 (rcirc-ignore-buffer-activity-flag): Rename from
4512 rcirc-ignore-channel-activity.
4513 (rcirc-ignore-all-activity-flag): Doc fix.
4514 (rcirc-channels): Remove variable.
4515 (rcirc-kill-buffer-hook):
4516 (rcirc-get-buffer-create): Add nick to private channel.
4517 (rcirc-multiline-edit-submit): Remove tabs.
4518 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4519 folded.
4520 (rcirc-remove-nick-channel): Bug fix.
4521 (rcirc-toggle-ignore-buffer-activity): Rename from
4522 rcirc-toggle-ignore-channel-activity.
4523 (rcirc-record-activity): Add buffers to the front of the list.
4524 (rcirc-update-activity): Remove killed buffers from list.
4525 (rcirc-process-server-response-1): Remove last argument if it is
4526 null before calling handler.
4527 (rcirc): Add "rcirc" defcustom prefix.
4528 (rcirc-prompt): Simplify default prompt.
4529 Use custom-initialize-default.
4530 (rcirc-private-chats): Remove variable.
4531 (rcirc-prompt): Change initialization.
4532 (rcirc-version): Remove function.
4533 (rcirc-id-string): Add constant.
4534 (rcirc-last-buffer): Remove variable.
4535 (rcirc-buffer-alist): Add variable.
4536 (rcirc-connect): Update variable setup.
4537 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4538 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4539 default.
4540 (rcirc-handler-generic): Trigger activity.
4541 (rcirc-send-message): Create the buffor of the target.
4542 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4543 (rcirc-get-buffer): Just return nil if there is no matching buffer.
4544 (rcirc-multiline-edit-cancel): Remove function.
4545 (rcirc-set-last-buffer): Remove function.
4546 (rcirc-get-any-buffer): Add function.
4547 (rcirc-join-channels): Don't print /join text.
4548 (rcirc-toggle-ignore-channel-activity): Add and update echo area
4549 messages.
4550 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4551 (rcirc-handler-NOTICE): Recognize CTCP responses.
4552 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4553 constructing TOPIC string for buffers we are not JOINed.
4554 (rcirc-handler-CTCP-response): Add handler.
4555 (rcirc-multiline-edit-submit): Restore the window-configuration
4556 before adjusting point.
4557 (rcirc): Add customization group.
4558 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4559 (rcirc-user-full-name, rcirc-startup-channels-alist)
4560 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4561 (rcirc-ignore-all-activity-flag, rcirc-time-format)
4562 (rcirc-input-ring-size, rcirc-read-only-flag)
4563 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4564 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4565 Change defvar to defcustom.
4566 (rcirc-update-prompt): Add optional ALL arg, which will update
4567 prompts in all rcirc buffers. Regexp quote replacement text.
4568 (rcirc-fill-column): Accept frame-width as a value.
4569 (rcirc-set-changed): Add function.
4570 (rcirc-next-active-buffer): Write more meaningful messages.
4571 (rcirc-faces): Add customization group.
4572 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4573 (rcirc-nick-in-message-face, rcirc-prompt-face)
4574 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4575 (with-rcirc-process-buffer): Move before first usage.
4576 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4577 (rcirc-debug-flag): Rename from `rcirc-log-p'.
4578 (rcirc-debug): Rename from `rcirc-log'.
4579 (rcirc-format-response-string): Do not print `-' chars for a
4580 NOTICE with no sender. Simplify output of server responses.
4581
4582 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4583
4584 (rcirc-browse-url-map, rcirc-browse-url-at-point)
4585 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4586 mouse and RET clickable.
4587
4588 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4589
4590 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4591
4592 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4593
4594 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4595 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4596 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4597 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4598 argument to all these routines, so the passphrase can be managed
4599 externally and passed in to the system.
4600 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4601 pgg-add-passphrase-to-cache function.
4602
4603 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4604 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4605 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4606 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4607 argument to all these routines, so the passphrase can be managed
4608 externally and passed in to the system.
4609 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4610 function.
4611
4612 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
4613
4614 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4615 from goto-address-url-regexp.
4616
4617 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
4618
4619 * textmodes/org.el (org-read-date, org-goto-calendar)
4620 (org-recenter-calendar, org-agenda-goto-calendar):
4621 Temporarily clear `calendar-move-hook'.
4622
4623 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
4624
4625 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4626 merging.
4627
4628 * ediff-util.el (ediff-previous-difference): Don't skip regions that
4629 have merge clashes.
4630
4631 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4632
4633 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4634 Undo previous change.
4635
4636 * startup.el (command-line): Use `custom-reevaluate-setting' for
4637 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
4638 tty-register-default-colors on Mac.
4639
4640 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4641
4642 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4643 (gdb-buffer-type): Make it automatically buffer local...
4644 (gdb-get-create-buffer): ...and set it accordingly.
4645 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4646 actually work.
4647
4648 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4649
4650 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4651 not red.
4652
4653 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4656 case GUD buffer is not visible.
4657 (gdb-goto-breakpoint): Try to force display in source buffer.
4658 (gdb-frame-gdb-buffer): Copy other similar functions.
4659 (gdb-restore-windows): Don't display source if not asked for.
4660 (gdb-assembler-buffer-name): Don't capitalise.
4661
4662 2005-11-03 Richard M. Stallman <rms@gnu.org>
4663
4664 * wid-edit.el (key-sequence): New widget type.
4665
4666 * simple.el (set-mark-command-repeat-pop): New variable.
4667 (set-mark-command): Only interpret plan C-@ after a pop as a pop
4668 if set-mark-command-repeat-pop is true.
4669
4670 * info.el (Info-fontify-node): Don't display extra "see" if there
4671 already is one here.
4672
4673 * mouse.el: Fix special handling of DEL after dragging a region:
4674 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4675 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
4676
4677 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4678
4679 * textmodes/ispell.el (ispell-command-loop): Change `i' description
4680 not to assume it pertains to an affix.
4681
4682 * textmodes/flyspell.el (flyspell-post-command-hook):
4683 Bind deactivate-mark to prevent deactivation.
4684
4685 2005-11-03 Lars Hansen <larsh@soem.dk>
4686
4687 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4688 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4689 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4690
4691 2005-11-03 Romain Francoise <romain@orebokech.com>
4692
4693 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
4694 Update copyright years.
4695
4696 2005-11-03 Sam Steingold <sds@gnu.org>
4697
4698 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4699 Use system-type instead of window-system because window-system is not
4700 correctly defined during loadup.
4701
4702 2005-11-02 Mark A. Hershberger <mah@everybody.org>
4703
4704 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4705 (xml-parse-tag): Join strings separated by a comment properly.
4706
4707 2005-11-02 Andreas Schwab <schwab@suse.de>
4708
4709 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4710
4711 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4714 (byte-optimize-pure-func): Quote the eval'd value.
4715
4716 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4717 Rename from perl-font-lock-syntactic-face-function.
4718 Change the calling convention so it can be used as a font-lock MATCHER.
4719 Do the parse-partial-sexp loop outselves.
4720 (perl-font-lock-syntactic-keywords): Use it.
4721 (perl-mode): Don't set font-lock-syntactic-face-function any more.
4722
4723 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4726 disassembly buffer too.
4727 (gdb-exited): Remove overlay arrows when execution has finished.
4728 (gdb-info-frames-custom, gdb-info-threads-custom)
4729 (gdb-info-registers-custom): Don't add inappropriate text
4730 properties if inferior is not active.
4731
4732 2005-11-02 Glenn Morris <rgm@gnu.org>
4733
4734 * progmodes/fortran.el (fortran-blink-match):
4735 Use `blink-matching-delay'.
4736
4737 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
4738
4739 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4740
4741 2005-11-02 Lars Hansen <larsh@soem.dk>
4742
4743 * net/tramp.el (tramp-action-out-of-band): Handle scp message
4744 "Permission denied".
4745
4746 2005-11-01 Richard M. Stallman <rms@gnu.org>
4747
4748 * textmodes/flyspell.el (flyspell-external-point-words):
4749 Pass nil to flyspell-get-word.
4750
4751 2005-11-02 Kim F. Storm <storm@cua.dk>
4752
4753 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4754 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4755
4756 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4759 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4760 (calendar-mouse-print-dates): Add optional `event' argument.
4761 Update interactive-spec.
4762 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4763 Use `calendar-event-to-date' instead of `event'.
4764
4765 2005-11-02 Masatake YAMATO <jet@gyve.org>
4766
4767 * progmodes/ld-script.el (ld-script-builtins):
4768 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4769 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4770 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4771
4772 2005-11-01 Romain Francoise <romain@orebokech.com>
4773
4774 * vc-sccs.el: Update copyright year.
4775 * ezimage.el: Likewise.
4776
4777 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4778
4779 * info.el (Info-fontify-node): Use `string-width' for fontifying
4780 underlined titles.
4781
4782 2005-11-01 Juri Linkov <juri@jurta.org>
4783
4784 * info.el (Info-fontify-node): Downcase node header keywords Node,
4785 Prev, Next, Up before comparison.
4786 (Info-history): Insert absolute directory name, and put invisible
4787 property on it.
4788
4789 2005-11-01 Juri Linkov <juri@jurta.org>
4790
4791 * info.el (Info-file-supports-index-cookies): New variable.
4792 (Info-find-node-2): Check makeinfo version for index cookie support.
4793 (Info-index-nodes): Search for nodes with index cookies only when
4794 Info-file-supports-index-cookies is t. Otherwise, search nodes
4795 with "Index" in the node name.
4796 (Info-index-node): Search index cookie in the current node only when
4797 Info-file-supports-index-cookies is t. Otherwise, check the word
4798 "Index" in the node name.
4799 (Info-find-emacs-command-nodes): Remove code that searches nodes
4800 with "Index" node name in the top menu.
4801
4802 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * progmodes/scheme.el (scheme-mode-variables): Use the default
4805 comment-indent-function.
4806
4807 * faces.el (face-attribute): Handle the case where a face inherits from
4808 a non-existent face.
4809
4810 * simple.el (eval-expression-print-format): Use lisp-readable syntax
4811 for octal and hexa output, and merge the char into the paren.
4812 (kill-new): Use push.
4813 (copy-to-buffer): Use with-current-buffer.
4814 (completion-setup-function): Move code in loop to remove redundancy.
4815 (minibuffer-local-must-match-map): Don't add bindings that duplicate
4816 those inherited from minibuffer-local-completion-map.
4817
4818 * savehist.el (savehist-mode) <defcustom>:
4819 Use custom-set-minor-mode if available.
4820 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4821 and emit a message if applicable.
4822
4823 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
4824
4825 * savehist.el: Sync up to version 19.
4826 (savehist-mode): New minor mode.
4827 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4828 (savehist-length): Remove (use history-length instead).
4829 (savehist-file-modes): Rename from savehist-modes.
4830 (savehist-save-hook, savehist-loaded): New vars.
4831 (savehist-load): Use savehist-mode. Try to smooth up transition from
4832 old format to new format.
4833 (savehist-install): Allow savehist-autosave-interval to be nil.
4834 (savehist-save): Run the new hook. Be more careful to only trim the
4835 history variables.
4836 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
4837 (savehist-printable): Print into a buffer rather than char-by-char.
4838
4839 2005-11-01 John Wiegley <johnw@newartisans.com>
4840
4841 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4842 toggle-ignore keybinding (C-a). The author said it had been
4843 disabled much earlier due to a possible incompatibility, but after
4844 many months of usage I have encountered no problems (and it is a
4845 rather useful option, especially for switching to " *temp*").
4846
4847 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4848 support for OS/X's AddressBook, by calling out to the open source
4849 program "contacts" (installable through Fink).
4850
4851 * net/eudc.el (eudc-expand-inline): If the
4852 `eudc-multiple-match-handling-method' is set to `all', delete the
4853 query string before inserting the query result.
4854
4855 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4856 flag, to prevent Eshell from using the system ls when
4857 `eshell-ls-insert-directory' is in used.
4858 (eshell-ls-insert-directory): Disable font-lock in directory
4859 buffer so that Eshell's own fontification is seen. This broke
4860 recently due to changes in font-lock, so this goes back to version
4861 21 behavior.
4862
4863 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
4864
4865 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4866 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4867 (gdb-many-windows): Doc fix.
4868
4869 2005-10-31 Romain Francoise <romain@orebokech.com>
4870
4871 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4872
4873 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4876 that global-font-lock-mode can be enabled by default.
4877
4878 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4879 (font-lock-add-keywords, font-lock-remove-keywords)
4880 (font-lock-fontify-buffer): Remove autoload cookies.
4881
4882 * jit-lock.el (jit-lock-register): Likewise.
4883
4884 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4885
4886 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4887
4888 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4889 intact if there is no gud-comint-buffer.
4890
4891 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
4892
4893 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4894 old prompt comint-prompt-read-only is t and GDB commands are
4895 issued from tool bar etc.
4896
4897 2005-10-31 Masatake YAMATO <jet@gyve.org>
4898
4899 * vc.el (vc-directory-exclusion-list): Add "{arch}".
4900
4901 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4904 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4905
4906 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4909 starting at beginning of line. Fontification is messed up when
4910 `open-paren-in-column-0-is-defun-start' set to t.
4911 Reported by John Paul Wallington <jpw@pobox.com>.
4912
4913 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
4914
4915 * comint.el (comint-send-input): Call `comint-update-fence' when
4916 `comint-process-echoes' and `comint-prompt-read-only' are both
4917 non-nil, to avoid leftover read-only newline.
4918
4919 2005-10-30 Richard M. Stallman <rms@gnu.org>
4920
4921 * textmodes/flyspell.el (flyspell-external-point-words):
4922 Detect when WORD can't be checked properly because
4923 flyspell-get-word finds just part of it, and move on.
4924
4925 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4926 boundarychar for Polish.
4927 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4928 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4929
4930 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4931
4932 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4933 (gdb-registers-font-lock-keywords): Delete.
4934 (gdb-registers-mode): Don't fontify.
4935 (gdb-info-registers-custom): Use text properties instead as, in
4936 future, changed register values will use font-lock-warning-face.
4937 (gdb-local-font-lock-keywords): Rename to...
4938 (gdb-locals-font-lock-keywords): ...for consistency.
4939
4940 2005-10-30 Andre Spiegel <spiegel@gnu.org>
4941
4942 * vc.el (vc-switch-backend): Better error message if the buffer is
4943 not visiting a file under version control.
4944
4945 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4946
4947 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4950 ~/.emacs.d/.emacs.
4951
4952 2005-10-29 Richard M. Stallman <rms@gnu.org>
4953
4954 * replace.el (occur-mode-mouse-goto): Always go to other window.
4955 (occur-mode-goto-occurrence): Always switch in same window.
4956
4957 * simple.el (undo): Display message at end, not at start.
4958
4959 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4960 New arg REUSE-CELL.
4961 (cancel-timer-internal): New function.
4962 (timer-event-handler): Use cancel-timer-internal,
4963 and pass the cell it returns to timer-activate...
4964
4965 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4966 (jit-lock-deferred-fontify, jit-lock-context-fontify)
4967 (jit-lock-after-change): Test memory-full.
4968
4969 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4970
4971 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4972 part of the decoded armor to find the key-identifier.
4973 (pgg-gpg-lookup-key-owner): New function to return the
4974 human-readable identifier of a key owner.
4975 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4976 key itself.
4977 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4978 the key value) if we have a key and can match it against a secret
4979 key. Also, added a note pointing out fact that the prompt only
4980 indicates the first matching key.
4981
4982 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4983 pgg-decrypt-region.
4984 (pgg-pending-timers): A new hash for tracking the passphrase cache
4985 timers, so that new ones supercede old ones.
4986 (pgg-add-passphrase-to-cache): Rename from
4987 `pgg-add-passphrase-cache' to reduce confusion (all callers
4988 changed). Modified to cancel old timers when new ones are added.
4989 (pgg-remove-passphrase-from-cache): Rename from
4990 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4991 changed). Modified to cancel old timers when their keys are
4992 removed from the cache.
4993 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4994 XEmacs, an indirection to delete-itimer.
4995 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4996 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4997 users can only check cache without risk of prompting. Correct bug in
4998 notruncate behavior.
4999 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5000 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5001 Add informative docstrings.
5002 (pgg-decrypt): Convey provided passphrase in subordinate call to
5003 pgg-decrypt-region.
5004
5005 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5006 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5007 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5008 'passphrase' argument, so the passphrase can be managed externally
5009 and then passed in to the system.
5010
5011 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5012 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5013 so the passphrase cache can be used reliably with identifiers
5014 besides a pgp packet's key id.
5015
5016 * pgg-gpg.el (pgg-pgp-encrypt-region)
5017 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5018 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5019 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5020 argument to all these routines, so the passphrase can be managed
5021 externally and passed in to the system.
5022
5023 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5024 'notruncate' argument, so the passphrase cache can be used
5025 reliably with identifiers besides a pgp packet's key id.
5026
5027 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
5028
5029 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5030 symmetric encryption.
5031 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5032 encrypted session key.
5033 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5034 message ask for the passphrase in a proper way.
5035
5036 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5037 New user commands for symmetric encryption.
5038
5039 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
5040
5041 * textmodes/conf-mode.el (conf-assignment-sign)
5042 (conf-assignment-regexp): Fix docstrings.
5043 (conf-mode-initialize): New function.
5044 (conf-mode): Remove optional args. Use delay-mode-hooks to
5045 recognize recursive calls.
5046 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5047 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5048 (conf-xdefaults-mode): Use define-derived-mode and
5049 conf-mode-initialize.
5050
5051 2005-10-29 Romain Francoise <romain@orebokech.com>
5052
5053 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5054
5055 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
5056
5057 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5058 part of the decoded armor to find the key-identifier.
5059 (pgg-gpg-lookup-key-owner): New function to return the
5060 human-readable identifier of a key owner.
5061 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5062 key itself.
5063 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5064 the key value) if we have a key and can match it against a secret
5065 key. Also, added a note pointing out fact that the prompt only
5066 indicates the first matching key.
5067
5068 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5069 pgg-decrypt-region.
5070 (pgg-pending-timers): A new hash for tracking the passphrase cache
5071 timers, so that new ones supercede old ones.
5072 (pgg-add-passphrase-to-cache): Rename from
5073 `pgg-add-passphrase-cache' to reduce confusion (all callers
5074 changed). Modified to cancel old timers when new ones are added.
5075 (pgg-remove-passphrase-from-cache): Rename from
5076 `pgg-remove-passphrase-cache' to reduce confusion (all callers
5077 changed). Modified to cancel old timers when their keys are
5078 removed from the cache.
5079 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5080 XEmacs, an indirection to delete-itimer.
5081 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5082 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5083 users can only check cache without risk of prompting. Correct bug in
5084 notruncate behavior.
5085 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5086 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5087 Add informative docstrings.
5088 (pgg-decrypt): Convey provided passphrase in subordinate call to
5089 pgg-decrypt-region.
5090
5091 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
5092
5093 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5094 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5095 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5096 'passphrase' argument, so the passphrase can be managed externally
5097 and then passed in to the system.
5098
5099 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5100 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5101 so the passphrase cache can be used reliably with identifiers
5102 besides a pgp packet's key id.
5103
5104 * pgg-gpg.el (pgg-pgp-encrypt-region)
5105 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5106 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5107 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5108 argument to all these routines, so the passphrase can be managed
5109 externally and passed in to the system.
5110
5111 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5112 'notruncate' argument, so the passphrase cache can be used
5113 reliably with identifiers besides a pgp packet's key id.
5114
5115 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
5116
5117 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5118 symmetric encryption.
5119 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5120 encrypted session key.
5121 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5122 message ask for the passphrase in a proper way.
5123
5124 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5125 New user commands for symmetric encryption.
5126
5127 2005-10-28 Bill Wohler <wohler@newt.com>
5128
5129 * help-mode.el (help-url): New button type. Calls browse-url.
5130 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5131 Similar to Info nodes: URL `url'.
5132 (help-make-xrefs): Create help-url buttons for
5133 help-xref-url-regexp matches.
5134
5135 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
5136
5137 * tool-bar.el (tool-bar-add-item-from-menu)
5138 (tool-bar-local-item-from-menu): Fix doc strings.
5139
5140 2005-10-28 Romain Francoise <romain@orebokech.com>
5141
5142 * ldefs-boot.el: Update.
5143
5144 * subr.el (locate-library): Move from help-fns.el.
5145 * help-fns.el (locate-library): Move to subr.el.
5146
5147 2005-10-28 Richard M. Stallman <rms@gnu.org>
5148
5149 * net/tramp.el (tramp-completion-mode): defvar moved up.
5150
5151 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5152
5153 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5154
5155 * files.el (find-file-noselect): Use %d to format large file size.
5156
5157 * bindings.el (mode-line-format): Add %e.
5158
5159 * loadup.el ("facemenu"): Load unconditionally.
5160 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5161 ("x-dnd"): Load, when appropriate.
5162
5163 * startup.el (command-line): Call before-init-hook earlier.
5164 Warn about some bad characters in -u user name.
5165
5166 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5167 (flyspell-external-point-words): Error if misspelled word is not found.
5168 Set flyspell-large-region-beg at end of word.
5169
5170 2005-10-28 Andreas Schwab <schwab@suse.de>
5171
5172 * view.el (View-revert-buffer-scroll-page-forward):
5173 Use view-page-size-default.
5174
5175 2005-10-28 Juri Linkov <juri@jurta.org>
5176
5177 * international/quail.el (quail-get-current-str): Translate last
5178 raw character for deterministic input methods.
5179
5180 2005-10-27 Jay Belanger <belanger@truman.edu>
5181
5182 * calc/calc-ext.el: Add functions to autoloads.
5183 (math-identity-matrix-p, math-ident-row-p): New functions.
5184
5185 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5186 multiplication by an identity matrix; don't turn multiplication by
5187 an inverse matrix into division.
5188 (math-div-symbol-fancy): Replace division by matrices with
5189 multiplication by inverse.
5190
5191 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5192
5193 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5194 (calc-writeoutpower): New functions.
5195
5196 2005-10-27 Romain Francoise <romain@orebokech.com>
5197
5198 * replace.el (occur-engine): Include colon in mouse-face highlight.
5199
5200 * dired-x.el: Change Maintainer field.
5201
5202 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * longlines.el (longlines-mode): Bind after-change-functions to
5205 nil during initial decoding and final encoding.
5206
5207 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5208
5209 * term.el (term-emulate-terminal, term-handle-colors-array)
5210 (term-handle-ansi-escape): Specify the terminfo capabilities
5211 implemented.
5212
5213 2005-10-26 Richard M. Stallman <rms@gnu.org>
5214
5215 * info.el (Info-fontify-node): Fix detection of sentence-break
5216 before *Note.
5217
5218 2005-10-26 Romain Francoise <romain@orebokech.com>
5219
5220 * smerge-mode.el: Add `tools' to file keywords.
5221
5222 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5225 when the fringe is not available.
5226
5227 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5228 (def-gdb-auto-update-trigger): Simplify construction.
5229 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5230 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5231 defined explicitly.
5232 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5233 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5234 defined explicitly.
5235 (gdb-info-locals-custom): Remove as it's a no-op.
5236
5237 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
5238
5239 * longlines.el (longlines-mode): Remove narrowing before
5240 performing the initial decoding or final encoding.
5241
5242 2005-10-25 Romain Francoise <romain@orebokech.com>
5243
5244 * emacs-lisp/find-func.el (find-library-name): Also strip
5245 extension if library name ends in .el, to take advantage of
5246 `find-library-suffixes'.
5247
5248 2005-10-25 Richard M. Stallman <rms@gnu.org>
5249
5250 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5251
5252 2005-10-25 Juri Linkov <juri@jurta.org>
5253
5254 * textmodes/texinfo.el (texinfo-mode): Change charset of one
5255 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5256
5257 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5260 (blackbox-redefine-key): Add argument `map'.
5261
5262 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5263 regions when moving the jit-lock-context-unfontify-pos boundary.
5264
5265 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
5266
5267 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5268
5269 2005-10-25 Masatake YAMATO <jet@gyve.org>
5270
5271 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5272
5273 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5274
5275 * play/blackbox.el (blackbox-redefine-key): New function.
5276 (blackbox-mode-map): Use it to remap existing bindings for cursor
5277 motion instead of binding literal keys.
5278
5279 2005-10-25 Glenn Morris <rgm@gnu.org>
5280
5281 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5282 diary does not end in a newline. Do not assume a blank line at
5283 the start of the diary file.
5284
5285 2005-10-25 Kenichi Handa <handa@m17n.org>
5286
5287 * international/quail.el (quail-translate-key): If the input
5288 method is deterministic and failed to handle the last key, restart
5289 the key handling loop from an appropriate key.
5290
5291 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
5292
5293 * vc.el (vc-dired-mode): Extend comment for binding of
5294 `directory-listing-before-filename-regexp'.
5295
5296 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * textmodes/texinfo.el (texinfo-mode):
5299 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5300 not to unnecessarily expose emacs-mule's internal char codes.
5301
5302 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
5303
5304 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5305 Display hand pointer and help-echo on disabled icon too.
5306 (gdb-mouse-until): New function.
5307 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5308
5309 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5312 with 2005-10-23 change to doctor.el.
5313
5314 * finder.el (finder-mode-map): Add follow-link binding.
5315
5316 2005-10-25 Kim F. Storm <storm@cua.dk>
5317
5318 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5319 to gdb-mouse-toggle-breakpoint-fringe.
5320 (gdb-mouse-toggle-breakpoint-margin): Rename from
5321 gdb-mouse-toggle-breakpoint. Fix doc.
5322 (gdb-mouse-toggle-breakpoint-fringe): New defun.
5323 (gdb-put-string): Add optional SPROPS arg. Add props to string.
5324 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5325 string properties also for fringe breakpoint bitmaps.
5326
5327 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
5328
5329 * textmodes/org.el (org-start-icalendar-file): Fix format form.
5330
5331 2005-10-25 Masatake YAMATO <jet@gyve.org>
5332
5333 * simple.el (completion-common-substring):
5334 Use `completion-common-substring' prior to `completion-base-size'.
5335
5336 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
5337
5338 * savehist.el: Require CL while compiling.
5339 (savehist-history-variables): Remove.
5340 (savehist-save-minibuffer-history, savehist-additional-variables)
5341 (savehist-minibuffer-history-variables): New vars.
5342 (savehist-save): Use them.
5343 (savehist-uninstall, savehist-minibuffer-hook): New funs.
5344 (savehist-install): New fun, extracted from savehist-load.
5345 (savehist-load): Use them.
5346
5347 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5350 a dummy doc-string-elt property.
5351 (defalias, defvaralias, define-category): Add a docstring property.
5352
5353 * image.el (defimage):
5354 * widget.el (define-widget):
5355 * custom.el (defface, defcustom): Add `doc-string' declaration.
5356
5357 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5358 (defadvice): Add `doc-string' declaration.
5359
5360 * emacs-lisp/byte-run.el (macro-declaration-function):
5361 Handle `doc-string' declarations.
5362 (define-obsolete-function-alias, define-obsolete-variable-alias):
5363 Add `doc-string' declaration.
5364
5365 2005-10-24 Kenichi Handa <handa@m17n.org>
5366
5367 * international/utf-7.el (utf-7): Add autoload cookie.
5368
5369 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5370
5371 2005-10-24 Eli Zaretskii <eliz@gnu.org>
5372
5373 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5374 list of directories passed to batch-update-autoloads. Add "." to
5375 the list of the echoed directories.
5376
5377 * pgg-def.el:
5378 * pgg-gpg.el:
5379 * pgg-parse.el:
5380 * pgg-pgp.el:
5381 * pgg-pgp5.el:
5382 * pgg.el: Moved here from the gnus subdirectory.
5383
5384 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
5385
5386 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5387 in case comint-prompt-read-only is set to t.
5388
5389 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5390 in case comint-prompt-read-only is set to t.
5391
5392 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
5393
5394 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5395 Now a string.
5396 (icalendar-import-format): Handle CLASS, STATUS, URL.
5397 Rename `subject' to `summary'.
5398 (icalendar-import-format-summary): Rename from
5399 `icalendar-import-format-subject'.
5400 (icalendar-import-format-url, icalendar-import-format-status)
5401 (icalendar-import-format-class): New variables.
5402 (icalendar--rris): Take variable argument list.
5403 (icalendar--datestring-to-isodate): Remove unnecessary
5404 calendar-style check when converting dates with explicit month names.
5405 (icalendar-export-region): Change return type of conversion
5406 subroutines. Bury current buffer unless error occurred.
5407 (icalendar--convert-to-ical)
5408 (icalendar--parse-summary-and-rest): New functions.
5409 (icalendar--convert-ordinary-to-ical)
5410 (icalendar--convert-weekly-to-ical)
5411 (icalendar--convert-yearly-to-ical)
5412 (icalendar--convert-block-to-ical)
5413 (icalendar--convert-cyclic-to-ical)
5414 (icalendar--convert-anniversary-to-ical): Change return type.
5415 Strip trailing blanks from subject.
5416 (icalendar--convert-sexp-to-ical): Change return type.
5417 Strip trailing blanks from subject. Handle simple sexp
5418 entries as generated by icalendar.el.
5419 (icalendar--convert-float-to-ical)
5420 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5421 (icalendar-import-file): Doc fix.
5422 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5423 Correct call to icalendar--rris.
5424 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
5425 `summary'.
5426 (icalendar--add-diary-entry): Rename `subject' to `summary'.
5427
5428 2005-10-24 Romain Francoise <romain@orebokech.com>
5429
5430 * server.el (server-sentinel): Set query-on-exit flag to nil on
5431 new client processes (it isn't inherited from the server process).
5432
5433 * replace.el (occur-engine): Rearrange text properties.
5434
5435 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5438 case-fold-search is nil.
5439 (debug-help-follow): Use help-xref-interned directly.
5440
5441 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * thumbs.el (thumbs-image-type): Add .pbm.
5444
5445 2005-10-23 Richard M. Stallman <rms@gnu.org>
5446
5447 * faces.el (inhibit-face-set-after-frame-default): New variable.
5448 (set-face-attribute): Bind it.
5449 (face-set-after-frame-default): Test it.
5450
5451 * help-fns.el (describe-simplify-lib-file-name): New function.
5452 (describe-function-1, describe-variable): Use it.
5453
5454 * faces.el (describe-face): Use describe-simplify-lib-file-name.
5455
5456 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5457 Eliminate nil as possible value.
5458 (tooltip-hide-delay): Reduce internal-border-width.
5459
5460 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5461 (menu-bar-file-menu) <new-file>: Likewise.
5462
5463 * simple.el (line-move-finish): Ignore fields computing LINE-END.
5464
5465 * international/mule.el (load-with-code-conversion):
5466 Pass full file name to `eval-buffer' unless preloading.
5467
5468 * textmodes/flyspell.el (flyspell-large-region):
5469 Call ispell-check-version.
5470
5471 * textmodes/ispell.el (ispell-local-dictionary-overridden):
5472 Fix the make-variable-buffer-local call that was supposed
5473 to be for this variable.
5474 (ispell-aspell-supports-utf8): Doc fix.
5475 (ispell-find-aspell-dictionaries): Preserve elements of
5476 ispell-dictionary-alist for dictionaries that aspell doesn't report.
5477 (ispell-aspell-find-dictionary): Return nil on error.
5478
5479 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5480 (doctor-symptoms): Likewise.
5481
5482 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5483
5484 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * cus-edit.el (custom-button, custom-button-pressed): New vars.
5487 (custom-raised-buttons): Add :set spec.
5488 (custom-button-unraised, custom-button-pressed-unraised):
5489 New faces, so that custom-raised-buttons actually does something.
5490 (custom-mode): Use custom-button and custom-button-pressed.
5491
5492 * wid-edit.el (widget-specify-button): Don't ignore
5493 widget-mouse-face on graphic terminals.
5494 (widget-move-and-invoke): Cleanup.
5495
5496 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
5497
5498 * whitespace.el (whitespace-cleanup): Doc fix.
5499
5500 2005-10-23 Romain Francoise <romain@orebokech.com>
5501
5502 * emulation/viper.el (viper-set-hooks): Quote forms passed to
5503 `eval-after-load' to avoid evaluating their result.
5504
5505 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
5506
5507 * files.el (directory-listing-before-filename-regexp):
5508 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
5509
5510 * dired.el (dired-move-to-filename-regexp): Remove.
5511 All occurences replaced by `directory-listing-before-filename-regexp'.
5512
5513 * dired-x.el, locate.el, vc.el:
5514 Replace `dired-move-to-filename-regexp' by
5515 `directory-listing-before-filename-regexp'. In vc.el it is
5516 overwritten locally; maybe this can be handled in files.el too.
5517
5518 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
5519 replaced by `directory-listing-before-filename-regexp'.
5520
5521 2005-10-23 Andreas Schwab <schwab@suse.de>
5522
5523 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5524 and eval-next-after-load.
5525
5526 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5527
5528 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5529 exist, create it.
5530
5531 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
5532
5533 * allout.el: Remove autoloads for mailcrypt and crypt++.
5534 Require pgg, pgg-gpg during compilation.
5535 (allout-version): Increment version number to 2.1, and use a literal
5536 rather than RCS Id.
5537 (allout-default-encryption-scheme): Remove.
5538 (allout-passphrase-verifier-handling)
5539 (allout-passphrase-verifier-string)
5540 (allout-file-passphrase-verifier-string)
5541 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5542 (allout-passphrase-hint-handling): Rename and simplify.
5543 (allout-init): Use `find-file-hook' if available, otherwise
5544 `find-file-hooks'.
5545 (allout-mode): Use `write-file-functions' if available, otherwise
5546 `local-write-file-hooks' and, instead of making auto-save-hook
5547 buffer local, make the write-file-hook activity contingent to
5548 allout-mode.
5549 (allout-mode): Use key-binding substitution in the docstring.
5550 (allout-kill-line): Spell-out kill ring data structure mutation
5551 instead of using byte-compiler-complaint-provoking `pop'.
5552 (allout-insert-listified): Use `insert' rather than `insert-string'
5553 (allout-toggle-current-subtree-encryption): Update docstring, adjust
5554 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5555 (allout-encrypt-string): Totally revamped vis new underlying
5556 encryption facilities.
5557 (allout-mc-activate-passwd): Remove.
5558 (allout-obtain-passphrase): New, more or less replaces
5559 allout-mc-activate-passwd.
5560 (allout-encrypted-key-info): More or less replaces
5561 allout-encrypted-text-type.
5562 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5563 (my-mark-marker): Use `(featurep 'xemacs)'.
5564
5565 2005-10-23 Lars Hansen <larsh@soem.dk>
5566
5567 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5568 (byte-compile-file-form-defmumble, byte-compile-defun)
5569 (byte-compile-defmacro): Use it.
5570 (byte-compile-form): Don't call byte-compile-set-symbol-position
5571 when a byte-compile handler is called.
5572
5573 2005-10-22 Romain Francoise <romain@orebokech.com>
5574
5575 * savehist.el (savehist-history-variables): Add `grep-find-history'.
5576
5577 * subr.el (eval-after-load): Convert library name to an absolute
5578 file name using locate-library, since load-history no longer has
5579 library names in it.
5580
5581 2005-10-22 Richard M. Stallman <rms@gnu.org>
5582
5583 * files.el (make-temp-file): Move from subr.el.
5584 * subr.el (make-temp-file): Move to files.el.
5585
5586 * window.el (get-buffer-window-list): Move from subr.el.
5587 * subr.el (get-buffer-window-list): Move to window.el.
5588
5589 * image.el (image-load-path): Use eval-at-startup to initialize.
5590
5591 * subr.el (eval-at-startup): New macro.
5592
5593 * subr.el: Much rearrangement of functions and division
5594 into pages. No code changes.
5595
5596 2005-10-22 Kenichi Handa <handa@m17n.org>
5597
5598 * tar-mode.el (tar-extract): Be sure to call
5599 find-operation-coding-system if set-auto-coding doesn't find a
5600 coding system.
5601
5602 2005-10-22 Kim F. Storm <storm@cua.dk>
5603
5604 * image.el (image-type-header-regexps): Rename from image-type-regexps.
5605 Change users.
5606 (image-type-file-name-regexps): New defconst.
5607 (image-type-from-data): Simplify loop.
5608 (image-type-from-buffer): New defun.
5609 (image-type-from-file-header): Use it instead of image-type-from-data.
5610 Use image-search-load-path instead of only looking in data-directory.
5611 (image-type-from-file-name): New defun.
5612 (image-search-load-path): Change `pathname' to `filename'.
5613 Make PATH arg optional, default to image-load-path.
5614
5615 2005-10-21 Richard M. Stallman <rms@gnu.org>
5616
5617 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5618
5619 * textmodes/paragraphs.el (sentence-end-base): New variable.
5620 (sentence-end): Use sentence-end-base.
5621
5622 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * font-lock.el (font-lock-default-fontify-region): Check the multiline
5625 property independently from the font-lock-multiline variable.
5626
5627 2005-10-21 Richard M. Stallman <rms@gnu.org>
5628
5629 * emacs-lisp/find-func.el (find-library-name): Doc fix.
5630
5631 * startup.el (command-line): Convert library names
5632 in `load-history' to absolute file names.
5633
5634 * subr.el (symbol-file): Doc fix.
5635
5636 * loadhist.el (file-loadhist-lookup): Call locate-library
5637 instead of find-library-name. Don't try converting
5638 abs file names to library names, since load-history no longer
5639 has library names in it.
5640 (file-dependents, file-provides, file-requires): Doc fixes.
5641
5642 2005-10-21 Juri Linkov <juri@jurta.org>
5643
5644 * progmodes/etags.el (tags-table-mode): New function.
5645 (tags-verify-table): Replace initialize-new-tags-table with
5646 tags-table-mode.
5647
5648 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5649 default value.
5650 (desktop-modes-not-to-save): Add tags-table-mode to the
5651 default value.
5652
5653 * info.el (Info-index-next): Add total number of index
5654 alternatives to the message.
5655
5656 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5657 backward only space (instead of space and period) before looking
5658 at sentence end.
5659
5660 * simple.el (set-variable): Use user-variable-p instead of symbolp.
5661 Add the old variable value as 4th default-value arg of read-string.
5662
5663 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5664
5665 * cus-face.el (custom-declare-face): Make face from X resources
5666 also on Mac.
5667
5668 * disp-table.el (standard-display-g1, standard-display-graphic):
5669 Refuse to use string glyphs also on Mac.
5670 (standard-display-european): Don't set terminal coding system also
5671 on Mac.
5672
5673 * frame.el (display-screens): Use x-display-screens also on Mac.
5674
5675 2005-10-21 Romain Francoise <romain@orebokech.com>
5676
5677 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
5678
5679 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5682 and $? into sexps.
5683
5684 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5685 warning face on open-paren-in-column-0.
5686
5687 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5688 boundary case. Fix typo.
5689 Suggested by Martin Rudalics <rudalics@gmx.at>.
5690
5691 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
5692
5693 * textmodes/org.el (org-combined-agenda-icalendar-file)
5694 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5695 (org-export-icalendar-this-file)
5696 (org-export-icalendar-all-agenda-files)
5697 (org-export-icalendar-combine-agenda-files): New commands.
5698 (org-export-icalendar, org-print-icalendar-entries)
5699 (org-start-icalendar-file, org-finish-icalendar-file)
5700 (org-ical-ts-to-string): New functions.
5701 (org-read-date, org-goto-calendar)
5702 (org-agenda-goto-calendar): Inhibit displaying diary entries by
5703 call to `calendar'.
5704 (orgtbl-setup): Remove the :keys arguments from the menu description.
5705 (org-after-save-iCalendar-file-hook): New variable.
5706
5707 2005-10-21 Kenichi Handa <handa@m17n.org>
5708
5709 * language/vietnamese.el (tcvn-5712): Make it an alias of
5710 vietnamese-tcvn coding-system.
5711
5712 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
5713
5714 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5715 group id is given.
5716
5717 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * progmodes/sh-script.el (sh-escaped-line-re): New var.
5720 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5721 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5722 whose line is either continued or ends with a comment.
5723
5724 2005-10-20 Romain Francoise <romain@orebokech.com>
5725
5726 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5727
5728 * replace.el (occur-engine): Add follow-link property.
5729
5730 * font-core.el (font-lock-mode): Doc fix.
5731
5732 2005-10-20 Richard M. Stallman <rms@gnu.org>
5733
5734 * net/rcirc.el: New file.
5735
5736 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
5737
5738 * term.el (term-term-name): Initialize to "eterm-color".
5739
5740 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
5741
5742 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5743 for encryption functionality.
5744 Move allout customization subgroup from `editing' to `outlines' group.
5745 Fix commentary keywords to legitimate ones.
5746 Update author info (using my current email address, obscurified).
5747 (allout-encrypt-string, allout-encryption-produce-work-buffer)
5748 (allout-encrypted-topic-p, allout-encrypted-text-type)
5749 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5750 (allout-situate-encryption-key-verifier)
5751 (allout-get-encryption-key-verifier, allout-verify-key)
5752 (allout-next-topic-pending-encryption)
5753 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5754 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5755 (outline-key-verifier-handling, outline-key-hint-handling)
5756 (outline-encrypt-unencrypted-on-saves): New defcustoms.
5757 (allout-file-key-verifier-string, allout-encryption-scheme)
5758 (allout-key-verifier-string, allout-key-hint-string)
5759 (allout-after-save-decrypt): New variables.
5760 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5761 (allout-after-saves-handler): New hook functions.
5762 (allout-post-command-business): Do allout-after-save-decrypt.
5763 (allout-enable-file-variable-adjustment): Custom var to enable
5764 mechanism for adding and adjusting settings of Emacs file variables.
5765 (allout-adjust-file-variable, allout-file-vars-section-data):
5766 New functions, implement the mechanism.
5767 (outlineify-sticky): Use the file vars mechanism.
5768 (allout-inhibit-protection, allout-during-write-cue)
5769 (allout-override-protect, allout-before-change-protect): Remove.
5770 (allout-flag-region, allout-open-topic): Adjust read-only text.
5771 (allout-open-line-not-read-only): Add to facilitate read-only
5772 text based protection.
5773 (allout-kill-line): Revise to adjust read-only text, clue the
5774 user about the inhibition.
5775 (allout-unprotected): Use unwind-protect.
5776 (allout-shift-in, allout-shift-out): Disallow manually shifting a
5777 topic deeper than the offspring depth of the previous topic -
5778 avoiding confusing "containment discontinuities".
5779 (allout-reindent-bodies): Fix retention of body relative hanging
5780 indent during promotion of collapsed bodies.
5781 (allout-open-topic): Make it easy to open new topic with same
5782 bullet as current topic - topic creation functions provided with
5783 any universal argument provokes now prompt for bullet, defaulting
5784 to the bullet of the previous topic.
5785 (allout-plain-bullets-string, allout-distinctive-bullets-string):
5786 Plain bullet alternates `.' period and `,' comma only. All other
5787 bullets are relegated to special status (but customizable).
5788 (allout-end-of-entry): Rename from allout-end-of-current-entry
5789 since it actually operates w.r.t. most immediately containing
5790 entry, visible or not.
5791 (allout-hide-current-entry, allout-show-current-entry): Use the
5792 revised version.
5793 (allout-old-expose-topic): Solidify deprecation.
5794 (allout-end-of-subtree): Add so we can span concealed as well
5795 as visible topics.
5796 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5797 (allout-end-of-current-heading): Tweak to just respect the first line.
5798 (allout-get-body-text): Add.
5799 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5800 when invoked interactively.
5801 (allout-up-current-level): Use `interactive-p'.
5802 (allout-mode, allout-init): Miscellaneous docstring and
5803 operational refinements, as well as hookups of new encryption stuff.
5804 (allout-beginning-of-current-entry): Now works as advertised.
5805 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5806 (allout-isearch-rectification): Refine condition for isearching.
5807 (allout-isearch-abort, allout-enwrap-isearch)
5808 (allout-flag-region, my-region-active-p): Relocate some macros.
5809 (allout-title): Fallback title is (buffer-name), not
5810 non-existing (current-buffer-name).
5811 (subst-char-in-string): Define if absent (for some XEmacs versions).
5812
5813 2005-10-20 Jari Aalto <jari.aalto@cante.net>
5814
5815 * mail/sendmail.el (mail-setup-hook, mail-aliases)
5816 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5817 (mail-citation-prefix-regexp, mail-signature-file)
5818 (mail-default-headers, mail-bury-selects-summary)
5819 (mail-send-nonascii): Add autoload cookies.
5820
5821 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5822
5823 * frame.el (blink-cursor-mode): Add `mac' to the list of
5824 window-system's that support blinking cursor.
5825
5826 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
5827
5828 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5829
5830 2005-10-20 Eli Zaretskii <eliz@gnu.org>
5831
5832 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5833 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5834 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5835
5836 2005-10-20 Kim F. Storm <storm@cua.dk>
5837
5838 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5839 (ido-set-current-directory): Don't add / after final @.
5840 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5841 Explicitly handle ange-ftp completion oddities.
5842 (ido-make-file-list): Don't rotate list at tramp root to avoid
5843 triggering tramp file handler for expand-file-name via get-file-buffer.
5844
5845 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5848
5849 2005-10-19 Jay Belanger <belanger@truman.edu>
5850
5851 * calc/calc-units.el (math-standard-units): Add units, adjust
5852 symbols and update values.
5853 (math-unit-prefixes): Add more prefixes.
5854
5855 2005-10-19 Romain Francoise <romain@orebokech.com>
5856
5857 * bookmark.el (bookmark-menu-heading): New face.
5858 (bookmark-bmenu-list): Use it.
5859 Don't fiddle with `baud-rate' at top-level.
5860
5861 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * image.el (create-image, find-image): Mention max-image-size in
5864 docstring.
5865
5866 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * savehist.el (savehist-load): Revert to checking XEmacs.
5869
5870 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5871 Various docstring and line-width fixups.
5872 (conf-mode): Use cond.
5873 Set font-lock-defaults. Don't set comment-use-syntax.
5874
5875 2005-10-18 David Ponce <david@dponce.com>
5876
5877 * tree-widget.el (tree-widget-button-click): New function.
5878 (tree-widget-button-keymap): Use it.
5879
5880 2005-10-18 Romain Francoise <romain@orebokech.com>
5881
5882 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5883 (bookmark-bmenu-hide-filenames): Add follow-link property.
5884 Improve help-echo text.
5885
5886 * ffap.el (find-file-at-point): Doc fix.
5887
5888 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5889
5890 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5891
5892 2005-10-18 Masatake YAMATO <jet@gyve.org>
5893
5894 Install to the CVS repository what I forgot to install in my
5895 2005-10-16 changes.
5896
5897 * progmodes/python.el (python-complete-symbol): Pass the common
5898 prefix substring of completion to `display-completion-list'.
5899
5900 * textmodes/org.el (org-complete): Ditto.
5901
5902 2005-10-18 Masatake YAMATO <jet@gyve.org>
5903
5904 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5905
5906 * woman.el (WoMan-xref-man-page): New button type derived
5907 from `Man-abstract-xref-man-page'.
5908 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5909
5910 * man.el (Man-abstract-xref-man-page): New button type.
5911 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5912 (Man-highlight-references): Add new optional argument `xref-man-type'.
5913
5914 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5915
5916 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5917
5918 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
5919
5920 * cus-edit.el (Custom-move-and-invoke): Delete.
5921 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5922
5923 * wid-edit.el (widget-move-and-invoke): New function, from
5924 Custom-move-and-invoke.
5925
5926 2005-10-17 Bill Wohler <wohler@newt.com>
5927
5928 Move all remaining images from lisp/toolbar to etc/images, move
5929 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
5930 the low resolution images in their own directory (low-color).
5931
5932 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5933 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5934 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5935 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5936 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5937 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5938 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5939
5940 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5941 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5942 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5943 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5944 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5945 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5946 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5947 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5948 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5949 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5950 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5951 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5952 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5953 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5954 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5955
5956 To conform with convention, replace the underscore (_) in the
5957 following image names with dash (-) or (/) as appropriate.
5958
5959 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5960 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5961 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5962 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5963 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5964 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5965 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5966 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5967 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5968 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5969 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5970 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5971 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5972 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5973 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5974
5975 * info.el (info-tool-bar-map): Replace underscores in image names
5976 with dashes.
5977
5978 * makefile.w32-in (WINS): Remove toolbar.
5979
5980 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5981
5982 * tool-bar.el: Move to lisp from toolbar. Now that
5983 toolbar is empty, it should be deleted when folks run "cvs up -P".
5984
5985 2005-10-18 Jay Belanger <belanger@truman.edu>
5986
5987 * calc/calc-store.el (calc-store-into): Get the proper variable name
5988 to display in message.
5989
5990 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5991
5992 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5993 expressions display in speedbar for all buffers when debugging.
5994 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5995
5996 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5997 (speedbar-insert-button, speedbar-make-button):
5998 Use add-text-properties.
5999 (speedbar-update-localized-contents)
6000 (speedbar-update-directory-contents)
6001 (speedbar-update-special-contents): Use dolist.
6002 (speedbar-buffer-easymenu-definition): Add a menu separator.
6003
6004 2005-10-17 Jason Rumney <jasonr@gnu.org>
6005
6006 * makefile.w32-in: Use $(lisp) consistently.
6007 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6008 for shell specific generation of mh-autoloads.
6009
6010 2005-10-17 Richard M. Stallman <rms@gnu.org>
6011
6012 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6013
6014 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * jit-lock.el (jit-lock-fontify-now):
6017 Move jit-lock-context-unfontify-pos to avoid wasted work.
6018
6019 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
6020
6021 * net/tramp.el (tramp-completion-mode): New defvar. Used in
6022 `tramp-completion-mode' for checking if we are in completion mode.
6023 (tramp-completion-handle-file-name-all-completions): Reorder code
6024 in order to complete for file names only in case there are no
6025 method/user/host completions. This is necessary for cooperation
6026 with ido. Reported by Kim F. Storm <storm@cua.dk>.
6027
6028 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * longlines.el (longlines-search-forward)
6031 (longlines-search-backward): Match any number of spaces.
6032
6033 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
6034
6035 * diff-mode.el (diff-mode): Doc fix.
6036
6037 2005-10-16 David Reitter <david.reitter@gmail.com>
6038
6039 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6040 as default on darwin and windows systems.
6041
6042 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
6043
6044 * arc-mode.el (archive-zip-extract): Doc fix.
6045
6046 2005-10-16 Romain Francoise <romain@orebokech.com>
6047
6048 * mouse.el (mouse-1-click-follows-link): Doc fix.
6049
6050 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * savehist.el: Don't require CL at runtime.
6053 (savehist-xemacs): Remove.
6054 (savehist-coding-system): Use utf-8 if present, regardless of religion.
6055 (savehist-no-conversion): Use (featurep 'xemacs).
6056 (savehist-load): Check existence of start-itimer rather than XEmacs.
6057 Use an idle timer.
6058 (savehist-process-for-saving): Replace use of CL funs `subseq' and
6059 `delete-if-not'.
6060
6061 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
6062
6063 * savehist.el: Newer version.
6064 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6065 (savehist-last-checksum, savehist-no-conversion): New vars.
6066 (savehist-autosave, savehist-process-for-saving, savehist-printable):
6067 New functions.
6068 (savehist-load, savehist-save): Use them.
6069 (savehist-delimit): Remove.
6070
6071 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * progmodes/compile.el (compilation-goto-locus): Display the
6074 compilation buffer first and the source buffer second, in case they're
6075 in overlapping frames. Don't raise the compilation frame if it was the
6076 selected window upon entry. Pass the `other-window' arg to
6077 pop-to-buffer.
6078
6079 * info.el (Info-fontify-node): Use dolist.
6080 Change add-text-properties to put-text-property.
6081
6082 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6083
6084 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6085 bound of search.
6086
6087 2005-10-16 Masatake YAMATO <jet@gyve.org>
6088
6089 * dabbrev.el (dabbrev-completion): Pass the common
6090 prefix substring of completion to `display-completion-list'.
6091
6092 * filecache.el (file-cache-minibuffer-complete)
6093 (file-cache-complete): Ditto.
6094
6095 * tempo.el (tempo-display-completions): Ditto.
6096
6097 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6098
6099 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6100
6101 * eshell/em-hist.el (eshell-list-history): Ditto.
6102
6103 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6104
6105 * mail/mailalias.el (mail-complete): Ditto.
6106
6107 * progmodes/etags.el (complete-tag): Ditto.
6108
6109 * progmodes/make-mode.el (makefile-complete): Ditto.
6110
6111 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6112
6113 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6114
6115 * progmodes/pascal.el (pascal-complete-word)
6116 (pascal-show-completions): Ditto.
6117
6118 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6119
6120 * simple.el (completion-common-substring): New variable.
6121 (completion-setup-function): Use `completion-common-substring'
6122 to put faces.
6123
6124 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6125
6126 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6127 (x-get-selection, mac-select-convert-to-string): Convert from/to
6128 UTF-16 clipboard data as in native byte order, no BOM.
6129
6130 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
6131
6132 * progmodes/gud.el (gud-tool-bar-map): Rename the images
6133 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6134 (gud-sentinel): Use speedbar-frame to check for speedbar.
6135
6136 2005-10-15 Richard M. Stallman <rms@gnu.org>
6137
6138 * savehist.el: New file.
6139
6140 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
6141
6142 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6143 Fix bug in \bf fontification.
6144
6145 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * pcvs.el (cvs-edit-log-files): New var.
6148 (cvs-mode-edit-log): New arg `file'.
6149 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6150 Instead force the use of the original file and nothing else.
6151 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6152 the cvs-minor-wrap-function is set.
6153 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6154
6155 2005-10-14 Bill Wohler <wohler@newt.com>
6156
6157 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6158 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6159 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6160 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6161 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6162 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6163 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6164 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6165 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6166 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6167 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6168 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6169 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6170 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6171 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6172
6173 * progmodes/gud.el (gud-tool-bar-map): Rename the images
6174 appropriately (for example, gud-break to gud/break).
6175
6176 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
6177
6178 * longlines.el (longlinges-search-function)
6179 (longlines-search-forward, longlines-search-backward): New functions.
6180 (longlines-mode): Set isearch-search-fun-function to
6181 longlinges-search-function.
6182
6183 * mouse.el (mouse-drag-region-1): Handle the case where a
6184 double-click event is bound to an arbitrary function.
6185
6186 2005-10-14 David Ponce <david@dponce.com>
6187
6188 * recentf.el (recentf-track-opened-file)
6189 (recentf-track-closed-file, recentf-update-menu)
6190 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6191 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6192 mouse-1-click-follows-link.
6193
6194 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6195
6196 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6197 Gnome file-manager.png. Suggested by
6198 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6199
6200 * toolbar/README: Add diropen.xpm.
6201
6202 2005-10-13 Bill Wohler <wohler@newt.com>
6203
6204 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6205 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
6206
6207 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6210 Don't waste the byte-compiler's time on constant data.
6211
6212 2005-10-13 Kenichi Handa <handa@m17n.org>
6213
6214 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6215 byte with `escape-glyph' face.
6216
6217 * international/fontset.el (ccl-encode-unicode-font):
6218 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6219 Handle the case that ucs-mule-to-mule-unicode translates a character to
6220 ASCII (usually for IPA characters).
6221
6222 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6225 Don't hide the underline of titles if font-lock-mode is disabled.
6226
6227 2005-10-12 Bill Wohler <wohler@newt.com>
6228
6229 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
6230 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6231 files in MH-E-SRC have been updated.
6232 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6233
6234 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6237 (mixal-mode-syntax-table): Add \n as end-comment.
6238 (mixal-operation-codes-alist): Immediately initialize to full value.
6239 (mixal-add-operation-code): Remove.
6240 (mixal-describe-operation-code): Make the arg non-optional.
6241 Use the interactive spec instead.
6242 Use mixal-operation-codes-alist rather than mixal-operation-codes.
6243 (mixal-font-lock-keywords): Don't highlight comments here any more.
6244 (mixal-font-lock-syntactic-keywords): New var.
6245 (mixal-mode): Use it. Fix comment-start-skip.
6246
6247 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6248
6249 * startup.el (command-line-x-option-alist): -nb => -nbi
6250
6251 2005-10-12 Kim F. Storm <storm@cua.dk>
6252
6253 * startup.el (fancy-splash-default-action): Discard mouse click in
6254 the splash screen window, as it has no sensible meaning in the
6255 next window to be selected. Fixes error reported by Jan D.
6256
6257 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6258
6259 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6260
6261 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6264 Try to fix up minor layout issues like indentation, line break, etc...
6265 (mixal-mode-syntax-table): Don't try to specify comment syntax,
6266 because it doesn't work.
6267 (mixal-operation-codes): Add some more codes.
6268 (mixal-font-lock-keywords): Process comments here.
6269 (mixal-mode): mixasm no longer needs -g option.
6270
6271 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
6272
6273 * progmodes/sh-script.el (sh-tmp-file):
6274 Use mktemp -t. Finish support for es and rc shells.
6275
6276 2005-10-11 Jay Belanger <belanger@truman.edu>
6277
6278 * calc/calcalg2.el (calc-integral): With an argument, compute the
6279 definite integral.
6280
6281 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * mouse.el (mouse-drag-region-1): Don't try to catch a
6284 double-click when doing follow-link (it's overridden anyway).
6285
6286 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
6287
6288 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6289 (autoload-print-form-outbuf): Add docstring.
6290
6291 2005-10-11 Juri Linkov <juri@jurta.org>
6292
6293 * info.el (Info-mode-menu): Delete menu item "Edit".
6294 (Info-mode): Delete description of Info-edit from docstring,
6295 and rearrange descriptions of Info commands in the order
6296 they are documented in the Info manual.
6297
6298 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * calendar/appt.el (appt-check): Use diary-selective-display var.
6301
6302 2005-10-10 Richard M. Stallman <rms@gnu.org>
6303
6304 * net/newsticker.el (newsticker-start, newsticker-show-news):
6305 Add autoload cookies.
6306
6307 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6308
6309 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6310
6311 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
6312
6313 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6314
6315 2005-10-10 Jay Belanger <belanger@truman.edu>
6316
6317 * calc/calc-arith.el (math-check-known-scalarp)
6318 (math-check-known-matrixp): Check the values of arguments that are
6319 variables.
6320 (math-check-known-square-matrixp): New function.
6321 (math-known-square-matrixp): Use math-check-known-square-matrixp.
6322 (math-super-types): Add sqmatrix type.
6323
6324 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6325 mode name `square' to `sqmatrix'.
6326
6327 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6328 mode name `square' to `sqmatrix'.
6329
6330 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * progmodes/etags.el (select-tags-table-mode): Don't use
6333 selective-display.
6334 (tags-select-tags-table): Pass `button' to the action function.
6335 (select-tags-table): Place the side-info on button properties rather
6336 than in hidden text. Abbreviate file names.
6337 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6338 (select-tags-table-select): Add `button' argument.
6339 Get side-info from the button property rather than from hidden text.
6340
6341 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
6342
6343 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6344 (gud-speedbar-buttons): Preserve point if possible.
6345 (gud-sentinel): Restore previous speedbar display type.
6346
6347 * progmodes/gdb-ui.el (gdba): Improve diagram.
6348 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6349 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6350 Call get-buffer-window once.
6351
6352 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6355 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6356 (pascal-indent-command): Remove unused var `ind'.
6357 (pascal-indent-case): Remove unused var `oldpos'.
6358 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6359 since it's now used as a proper minor mode map.
6360 (pascal-outline): Rename to pascal-outline-mode.
6361 (pascal-outline-mode): Use define-minor-mode.
6362 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6363 selective-display.
6364
6365 2005-10-10 Andreas Schwab <schwab@suse.de>
6366
6367 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6368 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
6369
6370 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6371 outside source directory.
6372
6373 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
6374
6375 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6376 C-x' as a prefix.
6377 (orgtbl-mode-map): Full keymap instead of sparse, because all
6378 `self-insert-command' keys are redefined in this map.
6379 (org-export-as-html): Specify charset for HTML file, by taking it
6380 from the coding system.
6381
6382 2005-10-10 Kenichi Handa <handa@m17n.org>
6383
6384 * textmodes/flyspell.el (flyspell-check-word-p):
6385 If unread-command-events is non-empty, don't call sit-for.
6386
6387 2005-10-09 Richard M. Stallman <rms@gnu.org>
6388
6389 * font-lock.el (font-lock-syntactic-keywords)
6390 (font-lock-keywords): Doc fixes.
6391
6392 * textmodes/flyspell.el (flyspell-external-point-words):
6393 Simplify logic, and don't try to check for consecutive appearances
6394 of one incorrect word.
6395
6396 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6399 separator.
6400
6401 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6402 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6403 (gud-expansion-speedbar-buttons): New function.
6404 (gud-speedbar-buttons): Check for gud-comint-buffer.
6405
6406 2005-10-09 Bill Wohler <wohler@newt.com>
6407
6408 * Makefile.in (updates): Add mh-loaddefs dependency.
6409
6410 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
6411
6412 * speedbar.el (speedbar-file-key-map): Fix typo.
6413
6414 2005-10-09 Daniel Brockman <daniel@brockman.se>
6415
6416 * cus-start.el (line-spacing): Add custom spec.
6417
6418 2005-10-09 Romain Francoise <romain@orebokech.com>
6419
6420 * textmodes/ispell.el (ispell-check-version): Fix last change.
6421
6422 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6423
6424 * term/x-win.el: Remove -i, --icon-type from comment.
6425
6426 * startup.el (command-line-x-option-alist): Remove options -i,
6427 -itype, --icon-type, added -nb, --no-bitmap-icon
6428
6429 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
6430
6431 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6432 instead of :active.
6433
6434 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
6435
6436 * textmodes/ispell.el (ispell-check-version):
6437 Ignore hyphen, and all that follows, in aspell's version text.
6438
6439 2005-10-08 Jay Belanger <belanger@truman.edu>
6440
6441 * calc/calc-arith.el (math-known-square-matrixp): New function.
6442 (math-pow-fancy): Check for matrices before distributing exponent
6443 across products.
6444
6445 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6446 fullscreen keypad. Suggested by Luc Teirlinck.
6447 (calc-keypad-show-input): Add space for formatting.
6448
6449 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6450 Add square matrix option.
6451
6452 * calc/calc-poly.el (math-expand-term): Check for matrices instead
6453 of checking calc-matrix-mode when deciding how to expand.
6454
6455 * calc/calc.el (calc-set-mode-line): Add square matrix option.
6456
6457 2005-10-08 Lars Hansen <larsh@soem.dk>
6458
6459 * net/tramp.el (tramp-perl-directory-files-and-attributes):
6460 Add error handling.
6461 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6462
6463 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
6464
6465 Sync with Tramp 2.0.51.
6466
6467 * net/tramp.el (tramp-handle-set-visited-file-modtime)
6468 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6469 Insert special handling for `last-coding-system-used', again
6470 it still seems to be necessary (unlike stated before).
6471 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6472 (tramp-password-prompt-regexp): There might be other words before
6473 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6474 (tramp-chunksize): Improve docstring.
6475 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6476 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
6477 Christian Joergensen <bugs@razor.dk>.
6478
6479 2005-10-07 Glenn Morris <rgm@gnu.org>
6480
6481 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6482 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6483 precision'.
6484
6485 2005-10-07 Romain Francoise <romain@orebokech.com>
6486
6487 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6488 (ibuffer-do-shell-command-pipe-replace)
6489 (ibuffer-do-shell-command-file, ibuffer-do-eval)
6490 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6491 (ibuffer-do-revert, ibuffer-do-replace-regexp)
6492 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6493 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6494 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6495 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6496 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6497 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6498 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6499 Autoload file sans suffix.
6500
6501 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6502
6503 2005-10-07 David Ponce <david@dponce.com>
6504
6505 * recentf.el (recentf-menu-open-all-flag): New option.
6506 (recentf-digit-shortcut-command-name): New function.
6507 (recentf--shortcuts-keymap): New variable.
6508 (recentf-menu-shortcuts): New variable.
6509 (recentf-make-menu-items): Initialize it. Replace the "More..."
6510 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6511 (recentf-menu-value-shortcut): New function.
6512 (recentf-make-menu-item): Use it. No more in-lined.
6513 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6514 (recentf-open-most-recent-file): Rename from
6515 `recentf-open-file-with-key'. Don't depend on key binding.
6516 (recentf-mode-map): New variable.
6517 (recentf-mode): Use it.
6518
6519 2005-10-06 Bill Wohler <wohler@newt.com>
6520
6521 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
6522
6523 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6524 (MH-E-SRC): New. Used by mh-autoloads.
6525 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6526 files in MH-E-SRC have been updated.
6527 (compile, recompile, bootstrap): Depend on mh-autoloads.
6528
6529 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
6530
6531 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6532 gud-break and gud-remove icons when the fringe is not available.
6533
6534 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6535 Typo.
6536
6537 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6538
6539 * play/zone.el (zone): Wrap body with save-window-excursion.
6540
6541 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6544 Use the new `list-only' arg to diary-list-entries.
6545
6546 * calendar/diary-lib.el: Use overlays rather than selective-display.
6547 (diary-selective-display): New var.
6548 (diary-header-line-format): Use it.
6549 (diary-list-entries): Add argument `list-only'.
6550 Put the buffer in diary-mode. Don't add \^M at beg and end.
6551 Replace \^M by invisible overlays.
6552 (diary-unhide-everything): Replace \^M by invisible overlays.
6553 (print-diary-entries): Look for overlays rather than \^M.
6554 Add a space to the temp buffer name.
6555 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6556 Put the buffer in diary-mode.
6557 (list-sexp-diary-entries): Replace \^M by invisible overlays.
6558 (diary-anniversary): Make the year arg optional.
6559 (diary-time-regexp): New const.
6560 (diary-font-lock-keywords): Use it to accept a few more time formats.
6561
6562 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6563
6564 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
6565
6566 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6567 Fix bug introduced 2005-07-03: Use (car (last ...))
6568 to faithfully reproduce replaced artist-last.
6569 (artist-set-arrow-points-for-poly): Likewise.
6570 Suggested by Johan Bockg\e,Ae\e(Brd.
6571
6572 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
6573
6574 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6575 * wid-edit.el (widget):
6576 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6577 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6578
6579 2005-10-06 Kenichi Handa <handa@m17n.org>
6580
6581 * international/mule-cmds.el (set-language-environment):
6582 Fix setting up of case-table for unibyte mode.
6583
6584 * simple.el (what-cursor-position): If the character is displayed
6585 by some `display' text property, show that. Don't use
6586 single-key-description for eight-bit characters in multibyte mode.
6587
6588 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
6589
6590 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6591 (gdb-ann3): Set it.
6592 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6593 (gdb-info-frames-custom): Use inverse-video for first five
6594 characters of selected frame only.
6595 (gdb-get-frame-number): Select frame even when point is on frame
6596 number.
6597
6598 2005-10-06 Masatake YAMATO <jet@gyve.org>
6599
6600 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6601 Put `font-lock-function-name-face'.
6602 (gdb-info-frames-custom): Put `font-lock-function-name-face'
6603 and `font-lock-variable-name-face'
6604 (gdb-registers-font-lock-keywords): New font lock keywords definition.
6605 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6606 (gdb-memory-font-lock-keywords): New font lock keywords definition.
6607 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6608 (gdb-local-font-lock-keywords): New font lock keywords definition.
6609 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6610 (gdb-threads-font-lock-keywords): New font lock keywords definition.
6611 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6612
6613 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
6614
6615 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6616 (ediff-merge-region-is-non-clash-to-skip): Previously called
6617 ediff-merge-region-is-non-clash.
6618
6619 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6620 Use insert-buffer-substring.
6621
6622 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6623 selecting files to patch. Also bug fixes.
6624
6625 * ediff-util.el (ediff-setup): Bug fix.
6626 (ediff-next-difference): Never skip clashes that differ in white
6627 space only.
6628
6629 * ediff-wind.el (ediff-setup-control-frame)
6630 (ediff-destroy-control-frame): Check the menubar feature.
6631
6632 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6633 (viper-refresh-mode-line): Use make-local-variable to localize
6634 some vars instead of make-variable-buffer-local. Suggested by
6635 Stefan Monnier.
6636
6637 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6638 (viper-restore-cursor-type, viper-set-insert-cursor-type):
6639 Use make-local-variable instead of make-variable-buffer-local.
6640 Suggested by Stefan Monnier.
6641
6642 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6643 (viper-comint-mode-hook): Use make-local-variable on
6644 require-final-newline.
6645 (viper-non-hook-settings): Don't use make-variable-buffer-local.
6646
6647 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6650 also the second char of a comment-start sequence.
6651 (scheme-sexp-comment-syntax-table): New var.
6652 (lambda, define): Set their scheme-doc-string-elt property.
6653 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6654 Use lisp-font-lock-syntactic-face-function now that it properly
6655 handles |...| symbols.
6656 (scheme-mode-variables): Set lisp-doc-string-elt-property,
6657 parse-sexp-lookup-properties and font-lock-extra-managed-props.
6658
6659 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6660 bit from # to |.
6661 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6662
6663 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6664 (lisp-doc-string-elt-property): New var.
6665 (lisp-font-lock-syntactic-face-function): Use it.
6666 Rewrite to recognize docstrings even for forms not at toplevel.
6667
6668 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6669 annotation on the | part of #| rather than on the # part.
6670 (scheme-font-lock-syntactic-face-function): New function, to
6671 distinguish strings from |...| symbols.
6672 (scheme-mode-variables): Use it. Also fix up the font-lock-time
6673 syntax-table so that #|...|# is properly highlighted.
6674
6675 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6676 Don't mark as docstring the 3rd elem of an unknown toplevel form.
6677
6678 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6681 and C-e.
6682
6683 * emacs-lisp/eldoc.el: Move comments into docstrings.
6684 (eldoc-message-commands): Initialize in its declaration.
6685 Add move-beginning-of-line and move-end-of-line.
6686 (eldoc-add-command, eldoc-add-command-completions)
6687 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6688
6689 * outline.el (outline-mark-subtree): Activate the mark.
6690
6691 * calendar/appt.el (appt-time-regexp): New var.
6692 (appt-add, appt-make-list): Use it.
6693 (appt-convert-time): Clean up.
6694
6695 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6696 Don't set any syntax-table property here.
6697 (tex-font-lock-verb): New function. Do it here.
6698 (tex-font-lock-syntactic-keywords): Use it.
6699
6700 2005-10-04 Richard M. Stallman <rms@gnu.org>
6701
6702 * wid-edit.el (widget-file-complete): Get the widget start point
6703 the right way. Default directory to `/' if file has none.
6704
6705 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6706
6707 * textmodes/flyspell.el (flyspell-mode-on):
6708 Call ispell-maybe-find-aspell-dictionaries.
6709
6710 * textmodes/ispell.el (ispell-word, ispell-region):
6711 Call ispell-maybe-find-aspell-dictionaries.
6712 (ispell-accept-buffer-local-defs):
6713 Don't call ispell-maybe-find-aspell-dictionaries
6714
6715 2005-10-04 Richard M. Stallman <rms@gnu.org>
6716
6717 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6718
6719 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
6720
6721 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6722 instead of `fboundp' in order to allow for anonymous functions.
6723
6724 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
6725
6726 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6727 case the user clicks on the link while another window is selected.
6728 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6729
6730 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6731 functionality.
6732 (dframe-help-echo): Save point in case mouse tracking is off.
6733
6734 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
6735
6736 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6737
6738 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6741 not change the global value of those vars.
6742
6743 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6744 make-local-variable which we do not need any more.
6745
6746 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6749 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6750 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6751 (speedbar-path-line): Define obsolete aliases.
6752 (speedbar-line-directory): Doc fix.
6753
6754 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6755 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6756 instead of speedbar-line-path.
6757
6758 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6759
6760 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6761 to nil if dropping on a window. Handle dropping on a minibuffer window
6762 like dropping on a non-window part of Emacs.
6763
6764 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * net/ange-ftp.el: Use with-current-buffer.
6767 (ange-ftp-insert-directory): Do not follow symlinks any more.
6768
6769 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6770 Remove interactive spec.
6771
6772 2005-10-03 Kim F. Storm <storm@cua.dk>
6773
6774 * ido.el (ido-mode): Use custom-initialize-set.
6775
6776 2005-10-02 Richard M. Stallman <rms@gnu.org>
6777
6778 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6779 Use insert-buffer-substring.
6780
6781 * net/tramp.el: Pacify byte compiler warnings in pacification code.
6782 (tramp-handle-file-local-copy): Use insert-buffer-substring.
6783
6784 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6787 in last change.
6788 (ange-ftp-insert-directory): Fix up the search for the case where
6789 `file' is absolute.
6790
6791 2005-10-02 Romain Francoise <romain@orebokech.com>
6792
6793 * progmodes/compile.el (compile-goto-error): Delete extra paren.
6794
6795 2005-10-02 Andreas Schwab <schwab@suse.de>
6796
6797 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6798 directory component in the session info.
6799
6800 2005-10-01 Richard M. Stallman <rms@gnu.org>
6801
6802 * comint.el (comint-redirect-subvert-readonly): Doc fix.
6803
6804 * simple.el (next-error-internal): New function.
6805
6806 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6807 (compilation-start): Pass new arg to compilation-buffer-name.
6808 (compile-goto-error): Use next-error-internal.
6809
6810 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6811
6812 * speedbar.el: Remove RCS tag.
6813 (speedbar-check-read-only): Handle non-existent files.
6814
6815 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6816
6817 * info.el (Info-speedbar-hierarchy-buttons)
6818 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6819
6820 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6821
6822 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6823 Do not match newline.
6824 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6825 (bibtex-summary): Remove unnecessary save-excursion.
6826 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6827
6828 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6829
6830 * term/mac-win.el: Add charset info for "iso10646-1".
6831 Modify default fontset to use ATSUI-compatible fonts for some charsets
6832 if available.
6833
6834 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * speedbar.el: Re-apply arch tag.
6837 (speedbar-version): Rename to version 1.0. Suggested by Eric
6838 M. Ludlam.
6839 Reapply two changes from Emacs CVS' version of speedbar lost
6840 during the merge:
6841 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6842 (speedbar-frame-parameters): Improve customize type.
6843
6844 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6847 (ange-ftp-file-directory-p): Fix the symlink case.
6848 (ange-ftp-insert-directory): When listing a single file, get a list of
6849 the parent buffer and extract the relevant line. Inspired from a patch
6850 by Katsumi Yamaoka <yamaoka@jpl.org>.
6851 (ange-ftp-file-name-sans-versions): Simplify.
6852
6853 2005-09-30 Bill Wohler <wohler@newt.com>
6854
6855 Move MH-E image files from toolbar and mail directories into
6856 etc/images.
6857
6858 * mail/reply2.*: Move to etc/images/mail/reply*.
6859
6860 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6861 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6862 etc/images.
6863
6864 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6865 * toolbar/reply*: Move to etc/images/mail.
6866
6867 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6868
6869 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
6870
6871 * speedbar.el: New version 1.0pre3.
6872
6873 Frame management code (including timer, and mouse click specifics)
6874 moved to dframe.el:
6875 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
6876 (speedbar-timer): Removed. Use dframe-timer.
6877 (speedbar-close-frame): Removed. Use dframe-close-frame.
6878 (speedbar-activity-change-focus-flag): Removed. Use
6879 dframe-activity-change-focus-flag.
6880 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
6881 dframe-update-speed.
6882
6883 (speedbar-current-frame): New macro. Use this instead of the
6884 variable speedbar-frame.
6885
6886 (speedbar-use-images, speedbar-expand-image-button-alist)
6887 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6888
6889 (speedbar-find-image-on-load-path): Removed. Replaced by
6890 defezimage in ezimage.el.
6891 (speedbar-expand-image-button-alist): Removed. Replaced by
6892 ezimage-expand-image-button-alist in ezimage.el.
6893
6894 (speedbar-ignored-directory-regexp)
6895 (speedbar-add-ignored-directory-regexp)
6896 (speedbar-ignored-directory-expressions)
6897 (speedbar-line-directory, speedbar-buffers-line-directory)
6898 (speedbar-directory-line, speedbar-buffers-line-directory):
6899 Renamed, replacing `path' with `directory'.
6900
6901 (speedbar-create-directory, speedbar-expand-line-descendants)
6902 (speedbar-toggle-line-expansion)
6903 (speedbar-contract-line-descendants): New commands.
6904
6905 (speedbar-query-confirmation-method, speedbar-select-frame-method)
6906 (speedbar-use-tool-tips-flag): New options.
6907
6908 (speedbar-check-read-only, speedbar-require-version)
6909 (speedbar-insert-separator, speedbar-buffers-tail-notes)
6910 (speedbar-handle-delete-frame, speedbar-try-completion)
6911 (speedbar-update-localized-contents): New functions.
6912
6913 (speedbar-incompatible-version, speedbar-ro-to-do-point)
6914 (speedbar-object-read-only-indicator): New variables.
6915
6916 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6917 New hooks.
6918
6919 (speedbar-separator-face): New face.
6920
6921 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6922 (speedbar-ignored-modes): Add fundamental-mode.
6923 (speedbar-directory-unshown-regexp): Add . directories.
6924
6925 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6926 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6927 `]' for full expand/close.
6928 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6929
6930 (speedbar-check-vc): Support hidden files.
6931 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6932 (speedbar-this-file-in-vc): Use vc-state if available. If VC
6933 state is nil, it is not checked out.
6934
6935 (speedbar-line-text, speedbar-line-token): Support expand buttons
6936 with no text.
6937 (speedbar-refresh): Universal argument acts as power-click.
6938 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6939 that buffer to get variable values.
6940
6941 And many other bugfixes.
6942
6943 * dframe.el, ezimage.el, sb-image.el: New files.
6944
6945 * sb-*.xpm: Remove files. New image files installed into
6946 etc/images/ezimage.
6947
6948 2005-09-30 Kenichi Handa <handa@m17n.org>
6949
6950 * ps-mule.el (ps-mule-show-warning): If a character is in
6951 ps-print-translation-table, don't treat it as non-printable.
6952
6953 2005-09-30 David Ponce <david@dponce.com>
6954
6955 * tree-widget.el (tree-widget-themes-load-path): New variable.
6956 (tree-widget-themes-directory): Doc fix.
6957 (tree-widget-image-formats) [Emacs]: Doc fix.
6958 (tree-widget--locate-sub-directory): New function.
6959 (tree-widget-themes-directory): Use it.
6960
6961 * recentf.el (recentf-filename-handlers): Rename from
6962 `recentf-filename-handler'. Allow a list of functions.
6963 (recentf-menu-items-for-commands): Fix :help strings.
6964 (recentf-apply-filename-handlers): New function.
6965 (recentf-expand-file-name): Use it.
6966 (recentf-cleanup): Remove duplicates too.
6967
6968 2005-09-29 Juri Linkov <juri@jurta.org>
6969
6970 * faces.el: Rearrange face definitions to be in the same order as
6971 their face descriptions in "(emacs)Standard Faces".
6972
6973 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6974
6975 * tooltip.el (tooltip): Add group `basic-faces'.
6976
6977 * buff-menu.el (Buffer-menu-buffer): Remove group
6978 `font-lock-highlighting-faces'.
6979
6980 * progmodes/compile.el (compilation-error, compilation-warning)
6981 (compilation-info, compilation-line-number, compilation-column-number):
6982 Change group from `font-lock-highlighting-faces' to `compilation'.
6983
6984 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6985 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6986 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6987 (vhdl-font-lock-reserved-words-face)
6988 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6989 `font-lock-highlighting-faces'.
6990
6991 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6992
6993 2005-09-28 Kim F. Storm <storm@cua.dk>
6994
6995 * emulation/cua-base.el: Set CUA move property on additional commands:
6996 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6997 forward-sexp, backward-sexp, forward-list, backward-list.
6998
6999 2005-09-28 Romain Francoise <romain@orebokech.com>
7000
7001 * comint.el (comint-show-output): Really set point at the
7002 beginning of the output when not using `comint-use-prompt-regexp'.
7003
7004 2005-09-27 Jay Belanger <belanger@truman.edu>
7005
7006 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7007 in TeX mode.
7008
7009 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * textmodes/org.el (org-table-sum): Fix format string.
7012
7013 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7014 Quote face names.
7015
7016 2005-09-26 Romain Francoise <romain@orebokech.com>
7017
7018 * isearch.el (isearch-forward-regexp): Close doc string.
7019
7020 2005-09-25 Richard M. Stallman <rms@gnu.org>
7021
7022 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7023
7024 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7025
7026 * progmodes/compile.el (compilation-error-properties):
7027 When getting the file from the previous error message,
7028 correctly decode the new data format.
7029
7030 * progmodes/cc-cmds.el (c-electric-paren):
7031 Call old-blink-paren only for close-paren.
7032
7033 2005-09-24 Andreas Schwab <schwab@suse.de>
7034
7035 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7036 condition.
7037
7038 2005-09-25 Romain Francoise <romain@orebokech.com>
7039
7040 * dired-aux.el (dired-copy-file-recursive):
7041 * dired.el (dired-delete-file):
7042 * ediff-mult.el (ediff-dir-diff-copy-file):
7043 * ediff-util.el (ediff-test-save-region):
7044 * forms.el (forms-mode):
7045 * ido.el (ido-file-internal, ido-delete-file-at-head):
7046 * log-edit.el (log-edit-done):
7047 * ses.el (ses-yank-resize):
7048 * play/gomoku.el (gomoku-human-plays, gomoku)
7049 (gomoku-human-resigns, gomoku-prompt-for-other-game)
7050 (gomoku-offer-a-draw):
7051 * play/landmark.el (lm-human-resigns, lm):
7052 * net/eudcb-ldap.el (eudc-ldap-check-base):
7053 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7054 * progmodes/ebrowse.el (ebrowse-find-pattern):
7055 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7056 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7057 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7058
7059 * vc.el (vc-delete-file):
7060 * play/gomoku.el (gomoku-terminate-game, gomoku)
7061 (gomoku-prompt-for-move, gomoku-human-takes-back):
7062 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7063 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7064
7065 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7066
7067 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7068 color rxvt terminals by using the code xterm.el used to use before
7069 2005-04-09 in order to match the colors used by rxvt.
7070
7071 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7072
7073 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7074 colors rxvt-unicode terminals by using the same code as xterm.el.
7075
7076 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * textmodes/tex-mode.el (tex-font-lock-append-prop)
7079 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7080 new symbol used for the tex-verbatim face.
7081
7082 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7083
7084 * woman.el (woman-file-name):
7085 * wid-edit.el (widget-file-prompt-value)
7086 (widget-coding-system-prompt-value):
7087 * w32-fns.el (set-w32-system-coding-system):
7088 * vc.el (vc-version-diff, vc-annotate):
7089 * textmodes/reftex-auc.el (reftex-arg-cite)
7090 (reftex-arg-index-tag):
7091 * textmodes/refer.el (refer-get-bib-files):
7092 * textmodes/artist.el (artist-figlet-choose-font):
7093 * terminal.el (terminal-emulator):
7094 * replace.el (occur-read-primary-args):
7095 * rect.el (string-rectangle, string-insert-rectangle):
7096 * ps-print.el (ps-print-preprint):
7097 * progmodes/pascal.el (pascal-goto-defun):
7098 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7099 * progmodes/compile.el (compilation-find-file):
7100 * printing.el (pr-interactive-n-up):
7101 * play/animate.el (animate-birthday-present):
7102 * net/rcompile.el (remote-compile):
7103 * man.el (man, Man-goto-section, Man-follow-manual-reference):
7104 * mail/rmailsum.el (rmail-summary-search-backward)
7105 (rmail-summary-search):
7106 * mail/rmailout.el (rmail-output-read-rmail-file-name)
7107 (rmail-output-read-file-name):
7108 * mail/rmail.el (rmail-search, rmail-search-backwards):
7109 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7110 * locate.el (locate):
7111 * international/quail.el (quail-show-keyboard-layout):
7112 * international/mule.el (set-buffer-file-coding-system)
7113 (revert-buffer-with-coding-system, set-file-name-coding-system)
7114 (set-terminal-coding-system, set-keyboard-coding-system)
7115 (set-next-selection-coding-system):
7116 * international/mule-diag.el (describe-coding-system)
7117 (describe-font, describe-fontset):
7118 * international/mule-cmds.el (universal-coding-system-argument)
7119 (search-unencodable-char, describe-input-method)
7120 (set-language-environment, describe-language-environment):
7121 * international/codepage.el (codepage-setup):
7122 * international/code-pages.el (codepage-setup):
7123 * info.el (Info-search, Info-follow-reference)
7124 (Info-search-backward):
7125 * emacs-lisp/advice.el (ad-read-advised-function)
7126 (ad-read-advice-class, ad-clear-cache, ad-activate)
7127 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7128 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7129 (ad-read-regexp):
7130 * ediff-util.el (ediff-toggle-regexp-match):
7131 * ediff-ptch.el (ediff-prompt-for-patch-file):
7132 * dired-aux.el (dired-diff):
7133 * diff.el (diff):
7134 * cus-edit.el (custom-variable-prompt):
7135 * calendar/timeclock.el (timeclock-ask-for-project):
7136 * calc/calcalg3.el (calc-get-fit-variables):
7137 * calc/calc-store.el (calc-edit-variable)
7138 (calc-permanent-variable):
7139 * vc-mcvs.el (vc-mcvs-register):
7140 * shadowfile.el (shadow-define-literal-group):
7141 * woman.el (woman-file-name):
7142 * vc.el (vc-version-diff, vc-merge):
7143 * textmodes/reftex-index.el (reftex-index-complete-tag):
7144 * format.el (format-decode-buffer, format-decode-region):
7145 * emulation/viper-cmd.el (viper-read-string-with-history):
7146 * emacs-lisp/debug.el (cancel-debug-on-entry):
7147 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7148 * ediff.el (ediff-merge-revisions)
7149 (ediff-merge-revisions-with-ancestor, ediff-revision):
7150 * completion.el (interactive-completion-string-reader):
7151 * calc/calc-prog.el (calc-user-define-formula):
7152 Follow convention for reading with the minibuffer.
7153
7154 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
7155
7156 * progmodes/python.el (python-describe-symbol): Add globals() and
7157 locals() to the arguments of emacs.ehelp.
7158
7159 2005-09-24 Magnus Henoch <mange@freemail.hu>
7160
7161 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7162 New function, code extracted from ispell-valid-dictionary-list.
7163 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7164 Call it.
7165
7166 2005-09-24 Eli Zaretskii <eliz@gnu.org>
7167
7168 * subr.el (version-regexp-alist): Extend valid syntax for version
7169 strings: allow any of the characters -,_,+ to separate the
7170 alpha/beta/rc part from the version part. Doc fix.
7171 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
7172
7173 2005-09-23 David Reitter <david.reitter@gmail.com>
7174
7175 * mail/mailclient.el: New file.
7176
7177 2005-09-23 Richard M. Stallman <rms@gnu.org>
7178
7179 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7180 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7181 Doc fixes.
7182
7183 * progmodes/cc-mode.el (c-font-lock-init):
7184 Specify font-lock-lines-before.
7185
7186 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7189 whole conflict.
7190
7191 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
7192
7193 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7194 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
7195 of `remap' feature when available. Additional key bindings for
7196 better tty support.
7197 (org-mode-restart, org-force-self-insert): New commands.
7198 (org-time-stamp-inactive): New command.
7199 (org-remap): New function.
7200 (org-table-auto-blank-field, org-level-color-stars-only): New options.
7201 (org-enable-fixed-width-editor): Move to `org-structure'
7202 customization group.
7203 (org-self-insert-command, orgtbl-self-insert-command): Modify to
7204 blank field after field motion commands.
7205
7206 2005-09-23 Kenichi Handa <handa@m17n.org>
7207
7208 * international/mule-cmds.el (set-language-environment):
7209 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7210 have to call utf-translate-cjk-load-tables.
7211
7212 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * mouse.el (mouse-move-drag-overlay): Fix last change.
7215
7216 2005-09-22 David Ponce <david@dponce.com>
7217
7218 * tree-widget.el (tree-widget-value-create): Fix previous change.
7219
7220 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7221
7222 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7223
7224 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * mouse.el (mouse-move-drag-overlay): New function.
7227 (mouse-drag-region-1): Use it.
7228 Try to simplify a bit the state handling. Handle clicks on links
7229 inside intangible areas.
7230 (mouse-save-then-kill): Minor simplification.
7231 (mouse-secondary-overlay): Make it always non-nil instead of
7232 recreating it each time.
7233 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7234 (mouse-kill-secondary, mouse-secondary-save-then-kill):
7235 Simplify accordingly.
7236
7237 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7238
7239 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7240
7241 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
7242
7243 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7244 (ediff-file-name-sans-prefix): Treat nil as an empty string.
7245 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7246 to patch.
7247
7248 * ediff-util.el: Use insert-buffer-substring.
7249
7250 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7251
7252 * emulation/viper-cmd.el (viper-change-state): Don't move over the
7253 field boundaries in the minibuffer.
7254 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7255 (viper-minibuffer-post-command-hook): New hook.
7256 (viper-line): Don't move cursor at bolp.
7257
7258 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7259
7260 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7261 avoid compiler warnings.
7262
7263 * emulation/viper-macs.el (ex-map): Better messages.
7264
7265 * emulation/viper-utils.el (viper-beginning-of-field): New function.
7266
7267 * emulation/viper.el: Replace make-variable-buffer-local with
7268 viper-make-variable-buffer-local everywhere, to avoid warnings.
7269
7270 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7273 Delete unused var `old-selected-window'.
7274 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7275 (mouse-drag-secondary): Delete unused var `start-frame'.
7276
7277 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7278
7279 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7280
7281 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7284 Re-indent within 80 columns. Use inhibit-read-only.
7285
7286 2005-09-19 Romain Francoise <romain@orebokech.com>
7287
7288 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7289
7290 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * font-lock.el (font-lock-default-fontify-region): Don't add a line
7293 unconditionally, since the after-change-function already did it.
7294
7295 2005-09-19 Miles Bader <miles@gnu.org>
7296
7297 * net/newsticker.el: Get rid of CVS keyword.
7298
7299 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
7300
7301 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7302 The prompt is formatted later.
7303
7304 2005-09-19 David Ponce <david@dponce.com>
7305
7306 * tree-widget.el (tree-widget-value-create): Save the converted
7307 tree :node widget.
7308
7309 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
7310
7311 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7312 variable `message'.
7313
7314 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
7315
7316 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7317 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
7318 <slawomir.nowaczyk.847@student.lu.se>.
7319
7320 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * image.el (image-load-path): Use symbol `data-directory' instead
7323 of its value, for backward compatibility with packages that bind
7324 it during `find-image'. Suggested by Katsumi Yamaoka.
7325 (image-search-load-path): Handle symbols whose values are strings.
7326
7327 2005-09-18 Romain Francoise <romain@orebokech.com>
7328
7329 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7330 with-current-buffer form in save-excursion.
7331
7332 2005-09-18 D Goel <deego@gnufans.org>
7333
7334 * apropos.el (apropos-command): Fix `message' call: first arg
7335 should be a format spec. In this and all other cases that appear
7336 below and elsewhere in the source code, I made a change only when
7337 two conditions were satisfied: [1] I can think of a possibility
7338 that the arguments would cause an error, for example, the code in
7339 question relies on external variables such as filenames. [2] I
7340 was sure that the arg to `message' could not have been nil in the code.
7341
7342 * textmodes/tildify.el (tildify-region): Ditto.
7343
7344 * textmodes/reftex-index.el (reftex-index-change-entry)
7345 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7346 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7347 * textmodes/org.el (org-complete, org-deadline, org-schedule)
7348 (org-priority, org-table-sum):
7349 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7350 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7351 (flyspell-word, flyspell-display-next-corrections):
7352 * textmodes/bibtex.el (bibtex-print-help-message):
7353 * textmodes/artist.el (artist-key-set-point-poly):
7354 * term/mac-win.el (mac-services-insert-text):
7355 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7356 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7357 (vhdl-port-paste-testbench, vhdl-compose-new-component)
7358 (vhdl-compose-configuration):
7359 * progmodes/sh-script.el (sh-blink, sh-show-indent)
7360 (sh-set-indent, sh-learn-line-indent):
7361 * progmodes/ps-mode.el (ps-mode-target-column):
7362 * progmodes/idlwave.el (idlwave-make-tags)
7363 (idlwave-scan-library-catalogs):
7364 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7365 * progmodes/gud.el (gud-jdb-analyze-source):
7366 * progmodes/flymake.el (flymake-log):
7367 * progmodes/ebnf2ps.el (ebnf-generate-region):
7368 * progmodes/cmacexp.el (c-macro-expansion):
7369 * progmodes/ada-xref.el (ada-treat-cmd-string):
7370 * progmodes/ada-mode.el (ada-create-case-exception-substring)
7371 (ada-justified-indent-current, ada-batch-reformat):
7372 * play/zone.el (zone):
7373 * play/landmark.el (lm-move):
7374 * play/decipher.el (decipher-show-alphabet):
7375 * net/newsticker.el (newsticker--display-jump)
7376 (newsticker--display-scroll):
7377 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7378 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7379 * mail/feedmail.el (feedmail-dump-message-to-queue):
7380 * eshell/esh-proc.el (eshell-remove-process-entry):
7381 * emulation/ws-mode.el (ws-last-error):
7382 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7383 (viper-record-kbd-macro):
7384 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7385 * emacs-lisp/lisp-mnt.el (lm-report-bug):
7386 * emacs-lisp/find-func.el (find-function-noselect):
7387 * calendar/timeclock.el (timeclock-status-string)
7388 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7389 (timeclock-when-to-leave-string):
7390 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7391 * calc/calc-units.el (calc-enter-units-table):
7392 * calc/calc-mode.el (calc-mode-record-mode):
7393 * woman.el (woman-mini-help):
7394 * wdired.el (wdired-change-to-wdired-mode):
7395 * vc.el (vc-retrieve-snapshot):
7396 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7397 * startup.el (display-startup-echo-area-message):
7398 * simple.el (set-goal-column):
7399 * ses.el (ses-command-hook, ses-recalculate-cell):
7400 * server.el (server-process-filter):
7401 * printing.el (pr-interface-txt-print, pr-interface-printify)
7402 (pr-interface-ps):
7403 * pcvs.el (cvs-help):
7404 * log-edit.el (log-edit, log-edit-mode-help):
7405 * iswitchb.el (iswitchb-possible-new-buffer):
7406 * isearch.el (isearch-edit-string):
7407 * image-mode.el (image-mode, image-minor-mode):
7408 * ibuf-macs.el (define-ibuffer-filter):
7409 * hi-lock.el (hi-lock-find-patterns):
7410 * files.el (toggle-read-only):
7411 * ediff-util.el (ediff-copy-diff)
7412 (ediff-write-merge-buffer-and-maybe-kill):
7413 * echistory.el (Electric-history-undefined):
7414 * dnd.el (dnd-insert-text):
7415 * dired-aux.el (dired-query):
7416 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7417 * bookmark.el (bookmark-bmenu-locate):
7418 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7419 Fix `message' calls to ensure first arg is a format string.
7420 The change was made only when these two conditions were satisfied:
7421 [1] when there is a possibility that the arguments would cause an error
7422 for example, if the code in question relies on external variables
7423 such as filenames, and
7424 [2] if the arg to `message' could not have been nil in the code.
7425
7426 * pcomplete.el (pcomplete--help): Fix `message' format spec.
7427 Not having a %s would be weird, though not technically wrong.
7428
7429 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7430
7431 * term/mac-win.el (mac-add-charset-info): Doc fix.
7432
7433 2005-09-17 Romain Francoise <romain@orebokech.com>
7434
7435 * shell.el (shell-resync-dirs): Handle echoing processes more
7436 reliably. Don't insert resync command if `comint-process-echoes'
7437 is non-nil.
7438
7439 2005-09-17 Magnus Henoch <mange@freemail.hu>
7440
7441 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7442 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7443 aspell versions >= 0.60.
7444 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7445 only if ispell-aspell-supports-utf8 is non-nil.
7446
7447 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7448
7449 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7450 buffer-local value to lisp-indent-function.
7451
7452 2005-09-17 Milan Zamazal <pdm@zamazal.org>
7453
7454 * progmodes/glasses.el (glasses-make-readable): If
7455 glasses-separator differs from underscore, put appropriate
7456 overlays over underscore characters.
7457 (glasses-convert-to-unreadable): If glasses-separator differs from
7458 underscore, try to convert glasses-separator characters to
7459 underscores.
7460
7461 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7464 Use with-syntax-table and dolist.
7465
7466 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
7467
7468 * textmodes/reftex-auc.el:
7469 * textmodes/reftex-cite.el:
7470 * textmodes/reftex-dcr.el:
7471 * textmodes/reftex-global.el:
7472 * textmodes/reftex-parse.el:
7473 * textmodes/reftex-ref.el:
7474 * textmodes/reftex-sel.el:
7475 * textmodes/reftex-toc.el:
7476 * textmodes/reftex-vars.el:
7477 * textmodes/reftex.el: Small changes to remove compiler warnings.
7478
7479 * textmodes/reftex-index.el: Likewise.
7480 (reftex-query-index-phrase): More efficient use of markers.
7481
7482 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * image.el (image-load-path): New variable.
7485 (image-search-load-path): New function.
7486 (find-image): Search for images in `image-load-path'.
7487
7488 2005-09-15 Richard M. Stallman <rms@gnu.org>
7489
7490 * follow.el: Change Maintainer field.
7491
7492 2005-09-15 David Ponce <david@dponce.com>
7493
7494 * recentf.el (recentf-save-file-modes): New option.
7495 (recentf-save-list): Use it.
7496
7497 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
7498
7499 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7500 (mode-line-mule-info, mode-line-modified): Move bindings from
7501 mouse-3 to mouse-1.
7502
7503 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * simple.el (sendmail-user-agent-compose): Revert last change.
7506
7507 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7510 Use with-current-buffer.
7511 (ange-ftp-gwp-start): Remove unused var `gw-user'.
7512 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7513 (ange-ftp-insert-directory): Remove unused var `short'.
7514 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7515
7516 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7517 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7518
7519 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7520 (check-calendar-holidays, diary-list-entries): Autoload.
7521 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7522 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7523
7524 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7525 which mistakenly removed a call to display-buffer.
7526
7527 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
7528
7529 * obsolete/iso-insert.el: Move to obsolete/ from international/.
7530
7531 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
7532
7533 * progmodes/hideshow.el
7534 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7535 (hs-allow-nesting): New user var.
7536 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7537 (hs-hide-block-at-point): When nesting allowed,
7538 if there is already an overlay in place, delete it.
7539 (hs-safety-is-job-n): Delete func; remove call sites.
7540 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7541 (hs-overlay-at): New func.
7542 (hs-already-hidden-p, hs-show-block): Use it.
7543 (hs-hide-all): Don't pre-clean if nesting allowed.
7544 (hs-show-all): Temporarily disallow
7545 nesting around call to `hs-discard-overlays'.
7546
7547 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7550 Delete unused local var.
7551
7552 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
7553
7554 * help-fns.el (describe-categories): "?\ " -> "?\s".
7555 (help-do-arg-highlight): Recognize also ARG-n, as in
7556 `move-to-left-margin' (ARG+n is already recognized). Simplify.
7557
7558 * international/codepage.el (dos-unsupported-char-glyph):
7559 * net/newsticker.el (tool-bar-map, w3-mode-map)
7560 (w3m-minor-mode-map):
7561 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7562 (ent-alist):
7563 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7564
7565 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * custom.el (custom-push-theme): Handle the case where a symbol is
7568 bound but face properties have not yet been assigned.
7569
7570 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7571 Fix behavior if noerase is `t' and there is no mail buffer.
7572
7573 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7574 if `continue' is nil, rather than signal an error.
7575
7576 2005-09-12 Richard M. Stallman <rms@gnu.org>
7577
7578 * font-lock.el (font-lock-keywords): Add autoload.
7579
7580 * help-fns.el (describe-variable): Rearrange to put source link
7581 in a predictable place.
7582
7583 * net/newsticker.el: New file.
7584
7585 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * calendar/calendar.el (calendar-for-loop): Add edebug info.
7588 (calendar-basic-setup): Use the new nil arg.
7589 (number-of-diary-entries): Move to diary-lib.el.
7590
7591 * calendar/diary-lib.el: Use with-current-buffer, match-string.
7592 (diary-list-entries): Use with-syntax-table and dolist.
7593 Rename from list-diary-entries.
7594 Use number-of-diary-entries if `number' is nil.
7595 (diary, diary-view-entries): Use this new name and new nil arg value.
7596 (number-of-diary-entries): Move from calendar.el.
7597 (diary-unhide-everything): New function.
7598 (include-other-diary-files, fancy-diary-display)
7599 (diary-show-all-entries, make-diary-entry): Use it.
7600 (diary-mail-entries): Use buffer-string.
7601 (mark-diary-entries): Fix long standing paren typo.
7602 (diary-sexp-entry): Use count-lines.
7603 (make-diary-entry): Avoid `previous-line'.
7604 (diary-mode-map): New var.
7605 (diary-mode): Redraw cal after saving. Setup header-line.
7606 (fancy-diary-display-mode): Use local-set-key.
7607
7608 * startup.el (command-line): Try calling various terminal-init-foo-bar
7609 functions by stripping hyphenated suffixes from $TERM.
7610
7611 * files.el (normal-mode): Check boundness of font-lock-keywords.
7612
7613 2005-09-12 Richard M. Stallman <rms@gnu.org>
7614
7615 * progmodes/compile.el: Don't decide a file's directory
7616 until the user actually tries to go there.
7617 (compilation-next-error-function):
7618 Pass compilation-find-file the directory from the file-struct.
7619 (compilation-internal-error-properties): Separate local FILE-STRUCT
7620 from FILE. Doc the args better. Rename arg FMT to FMTS.
7621 (compilation-find-file): Arg DIR renamed to DIRECTORY.
7622 Expand it, and if nil, use default-directory.
7623 (compilation-get-file-structure): Don't mix specified directory
7624 with default directory. Put specified directory into
7625 file-struct. Don't make the file name absolute.
7626
7627 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7628 (compile-command): Add autoload.
7629 (compilation-disable-input): Add autoload.
7630
7631 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
7632
7633 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7634 strings of the variables it can override.
7635 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7636 %Q and %q, for fully-qualified domain name and unqualified host name.
7637
7638 2005-09-11 Kim F. Storm <storm@cua.dk>
7639
7640 * emacs-lisp/authors.el (authors-aliases): Update list.
7641 (authors-fixed-entries): Update mldrag.el entry.
7642
7643 2005-09-10 Alan Mackenzie <acm@muc.de>
7644
7645 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7646 from the region narrowed to.
7647
7648 2005-09-10 Magnus Henoch <mange@freemail.hu>
7649
7650 * textmodes/ispell.el (ispell-check-version): Signal an error if
7651 aspell version is less than 0.60.
7652
7653 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
7654
7655 * progmodes/octave-inf.el (inferior-octave-startup):
7656 Resync current dir at the end.
7657
7658 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
7659
7660 * woman.el (woman-topic-at-point-default):
7661 Rename to woman-use-topic-at-point-default.
7662 (woman-topic-at-point): Rename to woman-use-topic-at-point.
7663 (woman-file-name): Reflect renames above. Automatically use the
7664 word at point as topic if woman-use-topic-at-point is non-nil.
7665 Otherwise offer it as default but don't insert it in the
7666 minibuffer. Also use `test-completion' instead of `assoc' as
7667 suggested by Stefan Monnier.
7668
7669 2005-09-10 Andre Spiegel <spiegel@gnu.org>
7670
7671 * vc.el (vc-directory, vc-update-change-log): Throw an error on
7672 the attempt to do it over Tramp. This is not yet supported.
7673
7674 2005-09-10 Eli Zaretskii <eliz@gnu.org>
7675
7676 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7677 (menu-bar-non-minibuffer-window-p): New functions.
7678 ("Split Window", "Save As..."): Use them.
7679 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7680 ("Print Buffer", "Truncate Long Lines in this Buffer"):
7681 Use menu-bar-menu-frame-live-and-visible-p.
7682 ("Save Buffer", "Insert File", "Open Directory...")
7683 ("Open File...", "Visit New File..."):
7684 Use menu-bar-non-minibuffer-window-p.
7685 (kill-this-buffer-enabled-p, dired <menu-enable>):
7686 Use menu-bar-non-minibuffer-window-p.
7687
7688 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7689
7690 * cus-start.el (all): Don't complain about fringe-related
7691 built-ins if fringes are not supported. Ditto about
7692 selection-related built-ins. Fix the test for GTK-related built-ins.
7693
7694 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7695 ("Postscript Print Buffer", "Print Region", "Save As...")
7696 ("Save", "Insert File...", "Open Directory...")
7697 ("Open File...", "Visit New File..."")
7698 ("Truncate Long Lines in this Buffer"): Don't look at
7699 menu-updating-frame if this display does not support multiple frames.
7700
7701 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7702
7703 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7704
7705 2005-09-09 Emilio Lopes <eclig@gmx.net>
7706
7707 * woman.el: Format- and whitespace-related changes.
7708
7709 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7710
7711 * woman.el: Fix my email address.
7712
7713 2005-09-08 Richard M. Stallman <rms@gnu.org>
7714
7715 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7716 (sh-mode): Locally set skeleton-pair-default-alist.
7717
7718 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7719
7720 * progmodes/flymake.el: Require `compile' unconditionally.
7721
7722 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7723
7724 * woman.el (woman-file-name): Provide a default, not initial input.
7725
7726 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7727
7728 * font-lock.el (font-lock-support-mode): Doc fix.
7729
7730 * descr-text.el (describe-property-list): Handle non-symbol prop names.
7731
7732 2005-09-08 Richard M. Stallman <rms@gnu.org>
7733
7734 * simple.el (blink-matching-open): Get rid of text props from
7735 the string shown in echo area. Don't permanently set point.
7736 Some rearrangements.
7737
7738 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
7739
7740 * recentf.el (recentf-filename-handler): Add custom choice
7741 `abbreviate-file-name'.
7742
7743 * msb.el (msb--very-many-menus): Fix typo.
7744
7745 * disp-table.el (standard-display-european): Don't set
7746 enable-multibyte-characters to nil.
7747
7748 2005-09-08 David Ponce <david@dponce.com>
7749
7750 * recentf.el (recentf-show-file-shortcuts-flag): New option.
7751 (recentf-expand-file-name): Doc fix.
7752 (recentf-dialog-mode-map): Define digit shortcuts.
7753 (recentf--files-with-key): New variable.
7754 (recentf-show-digit-shortcut-filter): New function.
7755 (recentf-open-files-items): New function.
7756 (recentf-open-files): Use it.
7757 (recentf-open-file-with-key): New command.
7758
7759 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7760
7761 * buff-menu.el (Buffer-menu-sort-by-column): New function.
7762 Suggested by Kim F. Storm.
7763 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7764 (Buffer-menu-make-sort-button): Use global keymap.
7765
7766 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
7767
7768 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7769 (Man-getpage-in-background-advice): Remove defadvice; it isn't
7770 necessary any longer with the remapped command.
7771 (Man-bgproc-sentinel-advice): Remove defadvice which counts
7772 formatting time only.
7773
7774 * net/tramp.el (tramp-action-password)
7775 (tramp-multi-action-password): Compile the password prompt from
7776 `method', `user' and `host'. Sometimes it isn't obvious which
7777 password to enter, for example with remote files offered by
7778 recentf.el, or with multiple steps. Suggested by Robert Marshall
7779 <robert@chezmarshall.freeserve.co.uk>.
7780
7781 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7784 Fix regexp for when "s///" is at the beginning of line.
7785
7786 2005-09-07 Jay Belanger <belanger@truman.edu>
7787
7788 * calc/calc-poly.el (math-expand-term): Multiply out any powers
7789 when in matrix mode.
7790
7791 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7794 non-anonymous functions.
7795
7796 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7799 when using a header line. Otherwise, use mouse-1-click-follows-link.
7800
7801 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7802 can't be moved; don't signal an error.
7803
7804 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
7805
7806 * cus-theme.el (custom-theme-write-faces): Save the current face
7807 spec, not the defface spec.
7808
7809 * custom.el (custom-known-themes): Clarify meaning of "standard".
7810 (custom-push-theme): Save old values in the standard theme.
7811 (disable-theme): Correct typo.
7812 (custom-face-theme-value) Deleted unused function.
7813 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7814
7815 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * progmodes/compile.el (compilation-goto-locus): Take into account
7818 iconified frames when determining whether the buffer is
7819 already visible.
7820 Don't reset window height if the window already existed.
7821
7822 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * custom.el (load-theme): Rename from require-theme.
7825 Add interactive spec.
7826 (enable-theme): Rename from custom-enable-theme.
7827 Add interactive spec.
7828 (disable-theme): Rename from custom-disable-theme.
7829 Add interactive spec.
7830 (custom-make-theme-feature): Doc fix.
7831 (custom-theme-directory): Doc fix.
7832 (provide-theme): Call enable-theme.
7833
7834 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * obsolete/lazy-lock.el (lazy-lock-mode):
7837 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7838 font-lock-mode if it's off. Print a warning instead.
7839
7840 * progmodes/compile.el (compilation-start): Ignore errors if the
7841 process died before we get to send-eof.
7842
7843 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7844 Undo last change. Enclosing the result in quotes broke things on Unix
7845 since tex-send-command passes it through shell-quote-argument.
7846 (tex-send-command): Pass `file' through convert-standard-filename
7847 when possible.
7848 (tex-uptodate-p): Handle the case where TeX hasn't put additional
7849 info in a transcript.
7850
7851 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7852
7853 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7854 fix compilation warning. Reorder the key definitions to group
7855 together keys emitted by the current version of xterm.
7856
7857 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7858 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7859 Reorder predicates to correct min-color usage.
7860
7861 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
7862
7863 * longlines.el (longlines-mode): Inhibit read-only when encoding.
7864 Kill local variables when longlines-mode is turned off.
7865
7866 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7869
7870 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7871
7872 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7873
7874 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7875 (font-lock-lines-before): Change default to being inactive.
7876 (font-lock-default-fontify-region): Obey font-lock-lines-before.
7877 (font-lock-after-change-function): Don't handle f-l-lines-before here.
7878
7879 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7880
7881 * net/tramp.el (tramp-handle-make-auto-save-file-name):
7882 Deactivate temporarily advice if active (not needed for Emacs 22,
7883 but for backwards compatibility).
7884 (tramp-exists-file-name-handler): Rewrite. First implementation
7885 was too simple.
7886 (tramp-advice-make-auto-save-file-name):
7887 Call `tramp-handle-make-auto-save-file-name' (again, just for
7888 backwards compatibility).
7889
7890 2005-08-31 Reto Zimmermann <reto@gnu.org>
7891
7892 * progmodes/vhdl-mode.el
7893 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7894 (vhdl-end-p): Fix indentation bug "else" after "-- when".
7895 (vhdl-set-default-project): New function (easier setting of default).
7896 (vhdl-port-copy): Handle extended identifiers for generics.
7897 (vhdl-compiler-alist): Better description for error message regexp.
7898 (vhdl-make): Query for target, use previous as default.
7899 (vhdl-port-copy): Fix port copy for port names starting with "signal".
7900 (vhdl-font-lock-keywords-2): Fix fontification for record
7901 el. assign.
7902 (vhdl-speedbar-make-subpack-line): Add package body link.
7903 (vhdl-generate-makefile-1): Not include itself as dependency.
7904 (vhdl-font-lock-init): Highlight c-preprocessor directives.
7905 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7906 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7907 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7908 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7909 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7910 (vhdl-import-project): Add string argument for `error'.
7911 (vhdl-compose-configuration)
7912 (vhdl-compose-configuration-architecture): Add configuration
7913 declaration generation.
7914 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7915 (vhdl-trailer-re): Add "record" keyword (better indentation).
7916 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7917 "[^ \t-\"]+".
7918 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7919 (vhdl-testbench-entity-file-name)
7920 (vhdl-testbench-architecture-file-name): Allow separate
7921 customization of testbench file names.
7922 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7923 (vhdl-get-visible-signals): Allow newline within alias declaration.
7924 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7925 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7926 (member-ignore-case): Alias for missing function in XEmacs.
7927 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7928 (vhdl-update-sensitivity-list): Ignore case on read signals.
7929 (vhdl-replace-string): Adjust case only for file names.
7930 (vhdl-update-sensitivity-list): Fix search for read signals.
7931 (vhdl-update-sensitivity-list): Exclude formal parameters.
7932 (vhdl-get-visible-signals): Include aliases of signals.
7933 (vhdl-get-visible-signals): Fix signal name searching.
7934 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7935 (vhdl-fixup-whitespace-region): Fix for character
7936 literals (e.g. ':').
7937
7938 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * ansi-color.el (comint-last-output-start):
7941 * bs.el (font-lock-verbose):
7942 * diff-mode.el (add-log-buffer-file-name-function):
7943 * dired-x.el (vm-folder-directory):
7944 * faces.el (help-xref-stack-item):
7945 * files.el (font-lock-keywords):
7946 * find-lisp.el (dired-buffers, dired-subdir-alist):
7947 * ido.el (cua-inhibit-cua-keys):
7948 * log-view.el (cvs-minor-wrap-function):
7949 * outline.el (font-lock-warning-face):
7950 * simple.el (compilation-current-error):
7951 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7952 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7953 * tooltip.el (comint-prompt-regexp):
7954 * w32-fns.el (explicit-shell-file-name):
7955 * term/mac-win.el (mac-charset-info-alist)
7956 (mac-services-selection, mac-system-script-code):
7957 * term/tty-colors.el (msdos-color-values):
7958 * term/w32-win.el (xlfd-regexp-registry-subnum):
7959 * term/x-win.el (x-keysym-table, x-selection-timeout)
7960 (x-session-id, x-session-previous-id):
7961 * textmodes/ispell.el (mail-yank-prefix):
7962 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7963 * textmodes/org.el (calc-embedded-close-formula)
7964 (calc-embedded-open-formula)
7965 (font-lock-unfontify-region-function):
7966 * textmodes/reftex-global.el (isearch-next-buffer-function)
7967 (TeX-master):
7968 * textmodes/reftex.el (font-lock-keywords):
7969 * textmodes/tex-mode.el (font-lock-comment-face)
7970 (font-lock-doc-face):
7971 * textmodes/texinfo.el (outline-heading-alist):
7972 Add defvars.
7973
7974 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7975 (artist-spray-chars, artist-mode-init, artist-replace-string)
7976 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7977 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7978 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7979
7980 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7981 (conf-align-assignments): "?\ " -> "?\s".
7982
7983 * textmodes/reftex-index.el (TeX-master): Add defvar.
7984 (reftex-index-phrases-marker): Move up defvar.
7985
7986 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7987 (reftex-toc-include-labels-indicator)
7988 (reftex-toc-include-index-indicator)
7989 (reftex-toc-max-level-indicator): Move up declarations.
7990
7991 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7992 of args to `tramp-run-real-handler', even if it's empty in this case.
7993
7994 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7995
7996 * dired.el (dired-move-to-filename-regexp): Add date format for
7997 Mac OS X 10.3 in East Asian locales.
7998
7999 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * files.el (make-auto-save-file-name): Add file name handler call
8002 if applicable.
8003
8004 * net/tramp.el (tramp-file-name-handler-alist)
8005 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8006 (tramp-handle-make-auto-save-file-name): Rename from
8007 `tramp-make-auto-save-file-name'.
8008 (tramp-exists-file-name-handler): New defun.
8009 (tramp-advice-make-auto-save-file-name): Make defadvice only when
8010 `make-auto-save-file-name' is not a magic file name operation.
8011
8012 2005-08-30 Richard M. Stallman <rms@gnu.org>
8013
8014 * files.el (risky-local-variable-p):
8015 Match `-predicates' and `-commands.
8016
8017 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8018 (custom-save-all): Visit the file if necessary;
8019 kill the buffer if we created it.
8020 (custom-save-delete): Don't visit file or kill buffer here.
8021
8022 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8023
8024 * textmodes/org.el (org-special-keyword): New face.
8025 (org-table-copy-down, org-table-eval-formula)
8026 (org-table-recalculate, org-init-section-numbers):
8027 Use `string-to-number' instead of `string-to-int'.
8028 (org-get-location): Use `insert-buffer-substring' instead of
8029 `insert-buffer'.
8030 (org-modify-diary-entry-string): New function.
8031 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8032 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8033 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8034 active region.
8035 (org-export-as-html): Handle QUOTE keyword.
8036 (org-quote-string): New option.
8037 (org-bookmark-jump-unhide): New function, used for
8038 `bookmark-after-jump-hook'.
8039 (org-diary-default-entry): Apply only when not called through
8040 `org-agenda'.
8041
8042 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * net/eudc.el (mode-popup-menu):
8045 * play/handwrite.el (ps-printer-name, ps-lpr-command):
8046 * progmodes/ada-mode.el (compile-auto-highlight)
8047 (skeleton-further-elements):
8048 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8049 * progmodes/cmacexp.el (msdos-shells):
8050 * progmodes/compile.el (font-lock-extra-managed-props)
8051 (font-lock-keywords, font-lock-maximum-size)
8052 (font-lock-support-mode):
8053 * progmodes/grep.el (font-lock-lines-before):
8054 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8055 * progmodes/mixal-mode.el (compile-command):
8056 * progmodes/perl-mode.el (font-lock-comment-face)
8057 (font-lock-doc-face, font-lock-string-face):
8058 * progmodes/prolog.el (comint-prompt-regexp):
8059 * progmodes/sh-script.el (font-lock-comment-face)
8060 (font-lock-set-defaults, font-lock-string-face):
8061 * progmodes/sql.el (font-lock-keyword-face)
8062 (font-lock-set-defaults, font-lock-string-face):
8063 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8064 (itimer-version, lazy-lock-defer-contextually)
8065 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8066 Add defvars.
8067
8068 * progmodes/cperl-mode.el (cperl-electric-lbrace)
8069 (cperl-electric-keyword, cperl-electric-pod)
8070 (cperl-electric-backspace, cperl-forward-re)
8071 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8072 (vc-rcs-header, vc-sccs-header): Add defvars.
8073
8074 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8075 (font-lock-syntactic-keywords, gud-find-expr-function):
8076 Add defvars.
8077
8078 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8079 (gdb-frame-parameters): Declare before use.
8080
8081 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8082 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8083 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8084 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8085
8086 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8087 (idlwave-help-with-source): Use `insert-buffer-substring', not
8088 `insert-buffer'.
8089
8090 2005-08-29 Juri Linkov <juri@jurta.org>
8091
8092 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8093 Put outline-back-to-heading function call inside save-excursion.
8094
8095 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * man.el (Man-init-defvars, Man-translate-references)
8098 (Man-support-local-filenames, Man-highlight-references):
8099 * progmodes/sql.el (sql-interactive-mode):
8100 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8101
8102 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8103 (compilation-mode-font-lock-keywords): Add defvars.
8104 (checkdoc-interactive-loop): "?\ " -> "?\s".
8105
8106 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8107 (font-lock-doc-face, font-lock-string-face)
8108 (font-lock-keywords-case-fold-search): Add defvars.
8109 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8110
8111 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8112 Don't pass X and Y (they are ignored anyway).
8113 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8114 (mouse-delete-window): Make arguments optional.
8115
8116 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8117 (caesar-translate-table, minor-modes, news-buffer-save)
8118 (news-group-name, news-minor-modes): Add defvars.
8119
8120 * emacs-lisp/lselect.el (mouse-highlight-priority)
8121 (x-lost-selection-functions, zmacs-regions):
8122 * emacs-lisp/pp.el (font-lock-verbose):
8123 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8124 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8125 (ses-mode-map):
8126 * emacs-lisp/tcover-unsafep.el (safe-functions):
8127 * international/mule-cmds.el (mac-system-coding-system)
8128 (mac-system-locale):
8129 * language/ethio-util.el (rmail-current-message)
8130 (rmail-message-vector):
8131 * language/thai-util.el (thai-auto-composition-mode):
8132 * mail/metamail.el (rmail-current-message, rmail-message-vector):
8133 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8134 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8135 (vm-primary-inbox, vm-spool-files):
8136 * mail/rmail.el (deleted-head, font-lock-fontified)
8137 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8138 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8139 (total-messages):
8140 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8141 (rmail-summary-mode-map):
8142 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8143 (rmail-last-label, rmail-last-multi-labels)
8144 (rmail-summary-vector, rmail-total-messages):
8145 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8146 * mail/rmailsum.el (msgnum):
8147 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8148 (rmail-current-message):
8149 * obsolete/fast-lock.el (font-lock-face-list):
8150 * obsolete/rnewspost.el (mail-reply-buffer):
8151 * obsolete/scribe.el (compile-command):
8152 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8153
8154 2005-08-28 John Paul Wallington <jpw@gnu.org>
8155
8156 * ibuf-ext.el (ibuffer-auto-update-changed):
8157 Use `frame-or-buffer-changed-p' to check whether we need to update.
8158 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8159 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
8160 as a `frame-or-buffer-changed-p' state vector instead.
8161
8162 2005-08-27 Romain Francoise <romain@orebokech.com>
8163
8164 * textmodes/makeinfo.el (makeinfo-compile):
8165 Use `compilation-start'. Set `next-error-function' according to
8166 `disable-errors'.
8167 (makeinfo-next-error): New function.
8168 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8169 (makeinfo-buffer): Likewise.
8170
8171 * progmodes/compile.el (compilation-start): Add autoload cookie.
8172
8173 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8174 * textmodes/sgml-mode.el: Likewise.
8175 * progmodes/python.el: Likewise.
8176
8177 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8178
8179 * simple.el (blink-matching-paren-distance): Document the meaning
8180 of nil value, and allow to customize to nil.
8181
8182 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8183 command.com, not command.exe.
8184
8185 2005-08-26 John Wiegley <johnw@newartisans.com>
8186
8187 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8188 code around a bit so that an extraneous nil argument is not added
8189 to a command when no args are given.
8190
8191 * eshell/esh-arg.el (eshell-parse-double-quote): If a
8192 double-quoted argument resolves to nil, return it as an empty
8193 string rather than as nil. This made it impossible to pass "" to
8194 a shell script as a null string argument.
8195
8196 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * outline.el (outline-invent-heading): New fun.
8199 (outline-promote, outline-demote): Use it.
8200 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8201 (outline-end-of-subtree): Remove unused var `opoint'.
8202
8203 2005-08-26 David Reitter <david.reitter@gmail.com>
8204
8205 * menu-bar.el (truncate-lines, write-file, print-buffer)
8206 (ps-print-buffer-faces, ps-print-buffer, split-window):
8207 Disable menu items when the frame they refer to is invisible, or when
8208 they refer to a buffer and the minibuffer is selected.
8209
8210 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
8211
8212 * progmodes/flymake.el (flymake-highlight-err-lines):
8213 Use save-excursion around flymake-highlight-line to preserve point.
8214
8215 2005-08-26 Eli Zaretskii <eliz@gnu.org>
8216
8217 * progmodes/octave-mod.el: Change Author and Maintainer address.
8218 (octave-maintainer-address): Change Kurt's email address.
8219 * progmodes/octave-inf.el: Change Author and Maintainer address.
8220 * progmodes/octave-hlp.el: Change Author and Maintainer address.
8221
8222 2005-08-26 Kim F. Storm <storm@cua.dk>
8223
8224 * subr.el (version-list-<, version-list-<=, version-list-=):
8225 Rename from integer-list-*.
8226 (version-list-not-zero): Likewise. Fix while loop.
8227 (version=): Use version-list-= instead of string-equal.
8228
8229 2005-08-26 Richard M. Stallman <rms@gnu.org>
8230
8231 * outline.el (outline-promote): Try shortening the heading.
8232 As last resort, read the heading to use.
8233 (outline-demote): As last resort, read the heading to use.
8234
8235 2005-08-26 Romain Francoise <romain@orebokech.com>
8236
8237 * progmodes/compile.el (compilation-start): Doc fix.
8238
8239 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8240 (antlr-font-lock-additional-keywords): Fix reference to
8241 `antlr-font-lock-literal-regexp' erroneously changed during the
8242 mass face rename.
8243 (antlr-run-tool): Use `compilation-start'.
8244
8245 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8246 instead of the obsolete `compile-internal'.
8247
8248 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
8249
8250 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8251 (number, original-date):
8252 * calendar/cal-china.el (date):
8253 * calendar/cal-coptic.el (date):
8254 * calendar/cal-french.el (date):
8255 * calendar/cal-hebrew.el (date, entry, number, original-date):
8256 * calendar/cal-islam.el (date, number, original-date):
8257 * calendar/cal-iso.el (date):
8258 * calendar/cal-julian.el (date):
8259 * calendar/cal-mayan.el (date):
8260 * calendar/cal-menu.el (date, event):
8261 * calendar/cal-persia.el (date):
8262 * calendar/lunar.el (date):
8263 * calendar/solar.el (date): Add defvars.
8264
8265 * emerge.el:
8266 * ibuffer.el:
8267 * info-xref.el:
8268 * obsolete/bg-mouse.el:
8269 * obsolete/sun-curs.el:
8270 * obsolete/swedish.el: Move the `defvar's to the top level.
8271
8272 * smerge-mode.el (smerge-refined-change): Add :group.
8273
8274 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8277 (smerge-keep-n): Remove props.
8278 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8279 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8280 now that it's done in smerge-keep-n.
8281 (smerge-refined-change): New face.
8282 (smerge-refine-chopup-region, smerge-refine-highlight-change)
8283 (smerge-refine): New funs.
8284 (smerge-basic-map): Bind smerge-refine.
8285
8286 2005-08-25 Juri Linkov <juri@jurta.org>
8287
8288 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8289 compilation-process-setup-function and compilation-disable-input
8290 in grep-mode instead of let-bindings in grep.
8291
8292 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8293 Delete "Automatic File De/compression" (auto-compression-mode).
8294
8295 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
8296
8297 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8298 Silence warning about non-existent variable.
8299
8300 2005-08-25 Richard M. Stallman <rms@gnu.org>
8301
8302 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8303 Rename "Describe Key" to "Describe Key or Mouse Operation".
8304
8305 * mail/mailalias.el (build-mail-aliases): Delete comments
8306 from the contents before processing them.
8307
8308 * isearch.el (isearch-edit-string): Erase the Search prompt
8309 if user enters an empty string and there is no default.
8310
8311 * comint.el (comint-file-name-prefix): Add autoload.
8312
8313 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
8314
8315 * subr.el (play-sound): Rearrange to avoid warning.
8316
8317 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
8318
8319 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8320 New hook.
8321 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8322
8323 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8326
8327 * custom.el (custom-theme-set-variables): Sort minor modes last.
8328
8329 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8330
8331 * subr.el (version-separator, version-regexp-alist): New vars used by
8332 version comparison funs.
8333 (integer-list-<, integer-list-=, integer-list-<=)
8334 (integer-list-not-zero): New funs for integer list comparison.
8335 (version-to-list, version=, version<, version<=): New funs for version
8336 comparison.
8337
8338 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
8339
8340 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8341 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8342 time to silence the byte-compiler.
8343
8344 * ibuffer.el (ibuffer-compile-make-eliding-form)
8345 (ibuffer-check-formats): Use `with-no-warnings' to hide references
8346 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8347 so it's silly to get warnings for it).
8348 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8349 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8350 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8351 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8352 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8353 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8354 Defvar at compile time.
8355 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8356 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8357 Declare them before use.
8358
8359 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8360 (info-xref-good, info-xref-bad): Defvar at compile time.
8361
8362 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8363 Use `let*' instead of `let'.
8364
8365 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8366 (*mouse-y*, menu, char): Defvar at compile time.
8367 (sc::menu): Declare it before use.
8368 (sc::pack-one-line): Use `let', not `let*'.
8369
8370 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8371 (mail-send-hook): Defvar at compile time.
8372
8373 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8374 Defvar at compile time.
8375
8376 * term/sun-mouse.el (current-global-mousemap)
8377 (current-local-mousemap): Declare them before use.
8378
8379 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
8380
8381 * bookmark.el (bookmark-after-jump-hook): New hook.
8382 (bookmark-jump): Run `bookmark-after-jump-hook'.
8383
8384 2005-08-23 Juri Linkov <juri@jurta.org>
8385
8386 * faces.el (minibuffer-prompt): Doc fix.
8387
8388 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
8389
8390 * progmodes/xscheme.el: Trivial changes to silence warnings.
8391 (xscheme-previous-mode, xscheme-previous-process-state):
8392 Add defvars.
8393 (xscheme-last-input-end, xscheme-process-command-line)
8394 (xscheme-process-name, xscheme-buffer-name)
8395 (xscheme-expressions-ring-max, xscheme-expressions-ring)
8396 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8397 (xscheme-control-g-synchronization-p)
8398 (xscheme-control-g-disabled-p, xscheme-string-receiver)
8399 (default-xscheme-runlight, xscheme-runlight)
8400 (xscheme-runlight-string, xscheme-process-filter-state)
8401 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8402 Move to beginning of file.
8403 (scheme-interaction-mode-commands-alist)
8404 (scheme-interaction-mode-map, scheme-debugger-mode-map):
8405 Declare them before use. Note: the initialization code for the variables
8406 has not been moved because it uses functions that reference the variables.
8407 (xscheme-control-g-message-string, xscheme-process-filter-alist)
8408 (xscheme-prompt-for-expression-map): Declare them before use.
8409 (scheme-debugger-mode-commands): "?\ " -> "?\s".
8410
8411 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
8412
8413 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8414
8415 2005-08-22 Juri Linkov <juri@jurta.org>
8416
8417 * faces.el (set-face-underline): Delete this duplicate function
8418 and make an obsolete alias to set-face-underline-p.
8419 (set-face-underline-p): Use docstring of set-face-underline.
8420 (describe-face): Create hyperlink to parent face.
8421
8422 * info.el (Info-insert-dir): Use save-excursion around
8423 insert-buffer-substring.
8424 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8425 (Info-escape-percent): Delete function.
8426 (Info-fontify-node): Replace Info-escape-percent by
8427 replace-regexp-in-string with REP arg set to lambda that
8428 duplicates `%' and preserves text properties.
8429
8430 * progmodes/compile.el (compilation-disable-input): Doc fix.
8431 (define-compilation-mode): Doc fix and refill.
8432 (kill-compilation): Use `mode-name' in the error message.
8433 (compilation-find-file): Use `compilation-error' in the
8434 read-file-name's prompt.
8435
8436 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8439 (smerge-auto-leave): Make undo re-enable the mode.
8440 (debug-ignored-errors): Add the user-error of impossible resolution.
8441 (smerge-resolve): Move things around a bit, in preparation for later.
8442 (smerge-diff): Don't fail if the buffer has no associated file.
8443 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8444 (smerge-conflict-overlay): New function.
8445 (smerge-match-conflict): Don't add text properties here.
8446 (smerge-find-conflict): Instead, add an overlay here.
8447 Also check for the case where we're inside a conflict already, so as to
8448 obviate the need for font-lock-multiline, which is unbearably slow with
8449 large conflicts and ciomplex font-lock patterns.
8450 (smerge-remove-props): Remove overlay rather than text-properties.
8451 (smerge-mode): Don't set font-lock-multiline.
8452 Remove overlays when turned off.
8453
8454 2005-08-21 Kim F. Storm <storm@cua.dk>
8455
8456 * ido.el (ido-ignore-item-p): Use save-match-data.
8457 Bind case-fold-search to ido-case-fold locally.
8458
8459 2005-08-20 Richard M. Stallman <rms@gnu.org>
8460
8461 * files.el (normal-mode): If font lock is on, turn it off and on.
8462
8463 * subr.el (replace-regexp-in-string): Doc fix.
8464
8465 * startup.el (command-line-1): Don't suppress startup screen
8466 due to existing processes.
8467
8468 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8469
8470 * progmodes/compile.el (compilation-disable-input): Default to nil.
8471
8472 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8473
8474 * progmodes/compile.el (compilation-disable-input): New defcustom.
8475 (compilation-start): If compilation-disable-input is non-nil, send
8476 EOF to the compilation process.
8477
8478 2005-08-20 Eli Zaretskii <eliz@gnu.org>
8479
8480 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8481 Run the argument of tex-shell-cd-command through
8482 convert-standard-filename, to get the correct style of slashes on
8483 Windows, and enclose the result in quotes, in case the file name
8484 includes whitespace or other special characters.
8485
8486 2005-08-19 Andreas Schwab <schwab@suse.de>
8487
8488 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8489 process.
8490
8491 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
8492
8493 * cus-start.el (minibuffer-prompt-properties): Correct typo.
8494
8495 2005-08-18 Kim F. Storm <storm@cua.dk>
8496
8497 * scroll-lock.el: Fix errors due to incorrect line wrapping.
8498
8499 2005-08-18 Richard M. Stallman <rms@gnu.org>
8500
8501 * scroll-lock.el: New file.
8502
8503 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
8504
8505 * dired.el (dired-move-to-end-of-filename):
8506 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8507
8508 2005-08-18 Kim F. Storm <storm@cua.dk>
8509
8510 * ido.el (ido-everywhere): Fix defcustom :set function to disable
8511 rather than toggle mode when custom value is nil.
8512 (ido-everywhere): Fix defun doc string.
8513
8514 2005-08-17 Richard M. Stallman <rms@gnu.org>
8515
8516 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8517 as tag instead of "Inviolable".
8518
8519 2005-08-17 Kim F. Storm <storm@cua.dk>
8520
8521 * windmove.el (windmove-coordinates-of-position): Remove.
8522 (windmove-coordinates-of-window-position): Remove.
8523 (windmove-reference-loc): Use posn-at-point instead.
8524
8525 * subr.el (insert-for-yank-1): Doc fix.
8526
8527 * ido.el (ido-enter-matching-directory): Rename from
8528 ido-enter-single-matching-directory. Change `slash' choice to
8529 `only'. Add `first' choice.
8530 (ido-exhibit): Adapt to above changes.
8531
8532 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * Makefile.in: Expand comment about building loaddefs.el.
8535
8536 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
8537
8538 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8539 Comment use of defadvice.
8540
8541 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8542
8543 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
8544
8545 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8546 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8547 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8548 * progmodes/idlw-shell.el, progmodes/ld-script.el,
8549 * progmodes/which-func.el, ruler-mode.el, strokes.el,
8550 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8551 for backward compatibility for faces that did not appear in the
8552 previous Emacs release.
8553
8554 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8555
8556 2005-08-15 Kim F. Storm <storm@cua.dk>
8557
8558 * emulation/cua-base.el (cua-delete-region): Return t if
8559 deleted region was non-empty.
8560 (cua-replace-region): Inhibit overwrite-mode for
8561 self-insert-command if replaced region was non-empty.
8562 (cua--explicit-region-start, cua--status-string): Make them
8563 buffer-local at top-level...
8564 (cua-mode): ...rather than when mode is enabled.
8565
8566 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
8567
8568 * progmodes/vhdl-mode.el (vhdl-emacs-21):
8569 Set t for Emacs 21, 22, and so on.
8570
8571 2005-08-15 David Ponce <david@dponce.com>
8572
8573 * tree-widget.el: Update Commentary header.
8574 (tree-widget-theme): Doc fix.
8575 (tree-widget-space-width): New option.
8576 (tree-widget-image-properties): Look up in the default theme too.
8577 (tree-widget--cursors): Only for images with arrow pointer shape.
8578 (tree-widget-lookup-image): Pointer shape is hand by default.
8579 (tree-widget-icon): Rename generic icon widget from
8580 `tree-widget-control'.
8581 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8582 derive from `tree-widget-icon'.
8583 (tree-widget-handle): Improve default look and feel of the text
8584 representation.
8585 (tree-widget): Rename :*-control properties to :*-icon properties.
8586 Add :action and :help-echo properties.
8587 (tree-widget-after-toggle-functions): Move.
8588 (tree-widget-close-node, tree-widget-open-node): Remove.
8589 (tree-widget-before-create-icon-functions): New hook.
8590 (tree-widget-value-create): Update to allow customization of icons
8591 and nodes at run-time via that new hook.
8592 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8593 (tree-widget-icon-action, tree-widget-icon-help-echo)
8594 (tree-widget-action, tree-widget-help-echo): New functions.
8595
8596 2005-08-15 Kim F. Storm <storm@cua.dk>
8597
8598 * ido.el (ido-buffer-internal): Use with-no-warnings.
8599 (ido-make-merged-file-list): Use while-no-input.
8600
8601 2005-08-15 Richard M. Stallman <rms@gnu.org>
8602
8603 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8604 (flyspell-large-region): Fix doc and custom type.
8605
8606 2005-08-14 Richard M. Stallman <rms@gnu.org>
8607
8608 * files.el (interpreter-mode-alist): Doc fix.
8609
8610 * mail/rmail.el (rmail-nonignored-headers): New variable.
8611 (rmail-clear-headers): Use it.
8612 (rmail-reply): Better handling of mail-followup-to header.
8613
8614 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8615 Rename variable from sh-font-lock-keywords. In the `shell' entry,
8616 don't try to refer to executable-font-lock-keywords.
8617 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8618 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8619 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8620 (sh-mode): Set comment-start-skip, local-abbrev-table,
8621 imenu-case-fold-search.
8622 (sh-set-shell): Don't set them here.
8623 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
8624 Don't cache the results in the original alist; don't ever modify
8625 that alist.
8626
8627 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8628
8629 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8630 empty.
8631
8632 2005-08-15 Andreas Schwab <schwab@suse.de>
8633
8634 * desktop.el: Put autoload cookie at risky-local-variable declarations.
8635
8636 * dired.el, info.el, mail/rmail.el: Revert last change.
8637
8638 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
8639
8640 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8641 modification in `eval-after-load' form.
8642 * info.el: Likewise.
8643 * mail/rmail.el: Likewise.
8644
8645 2005-08-14 Juri Linkov <juri@jurta.org>
8646
8647 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8648 Remove highlighting of "Compilation started". Highlight only
8649 the word "finished" in "Compilation finished". Add highlighting
8650 of "interrupt", "killed", "terminated" and the exit code.
8651 (compilation-start): Add newline after header. Use exactly the
8652 same time stamp format as the finishing message.
8653 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8654
8655 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8656 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8657 Add highlighting of "interrupt", "killed", "terminated".
8658
8659 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8660 enabled and the current command is self-insert-command, call it
8661 explicitly with overwrite-mode bound to nil, to not allow it
8662 to delete the character after the selected region.
8663
8664 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
8665
8666 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8667 move-end-of-line, end-of-line, and beginning-of-line to the list
8668 of commands after which the echo area is updated.
8669
8670 2005-08-12 Eli Zaretskii <eliz@gnu.org>
8671
8672 * cus-edit.el (custom-save-all, custom-save-delete):
8673 Bind recentf-exclude to exclude custom-file.
8674
8675 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
8676
8677 * mail/rmailsum.el (rmail-summary-end-of-message): New command
8678 to go to the bottom of the mail message. Added to
8679 `rmail-summary-mode-map' with key "/".
8680 (rmail-summary-show-message): New (internal) function for use by
8681 both `rmail-summary-beginning/end-of-message'.
8682 (rmail-summary-beginning-of-message): Change to use
8683 rmail-summary-show-message.
8684
8685 * mail/rmail.el (rmail-end-of-message): New command to go to the
8686 end of the current message. Added to `rmail-mode-map' with key "/".
8687 (rmail-beginning-of-message): Fix to work as documented.
8688 (rmail-mode): Change documentation.
8689
8690 * progmodes/compile.el (compilation-start): Add the line
8691 "Compilation started" with compilation start time.
8692 (compilation-mode-font-lock-keywords): Add `started' to keywords.
8693
8694 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
8695
8696 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8697 of menu items.
8698
8699 2005-08-11 Richard M. Stallman <rms@gnu.org>
8700
8701 * simple.el (pop-global-mark): Reverse test of widen-automatically.
8702
8703 * battery.el (battery-status-function): Don't use ignore-errors.
8704
8705 2005-08-11 Lute Kamstra <lute@gnu.org>
8706
8707 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8708 define-obsolete-variable-alias.
8709
8710 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8713 (ange-ftp-send-cmd): Revert last change, and expand
8714 the comment explaining the problem.
8715
8716 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
8717
8718 * ldefs-boot.el: Update.
8719
8720 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8721 item to "Time, Load and Mail". Change help echo text.
8722
8723 * time.el (display-time-use-mail-icon, display-time-format)
8724 (display-time-string-forms): Shorten first line of docstrings.
8725
8726 2005-08-10 Lars Hansen <larsh@soem.dk>
8727
8728 * desktop.el (desktop-buffer-mode-handlers):
8729 Make non-customizable. Add autoload cookie. Change initial value to
8730 nil; add elements in respective modules instead. Fix doc string.
8731 (desktop-load-file): New function.
8732 (desktop-minor-mode-handlers): New autoloaded variable.
8733 (desktop-create-buffer): Call minor mode handlers.
8734 Use desktop-load-file to load major and minor mode modules prior to
8735 checking for a handler.
8736 (desktop-save): Don't add nil to desktop-minor-modes for minor
8737 modes with nil function in desktop-minor-mode-table. Don't delete
8738 desktop file before rewriting it.
8739 (desktop-locals-to-save): Add autoload cookie. Don't make
8740 automatically buffer-local. Add variables column-number-mode,
8741 size-indication-mode, indent-tabs-mode,
8742 indicate-buffer-boundaries, indicate-empty-lines and
8743 show-trailing-whitespace.
8744 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8745 regexps. Don't use desktop-clear-preserve-buffers-regexp.
8746 (desktop-clear-preserve-buffers-regexp): Delete.
8747 (desktop-clear-preserve-buffers): Update initial value and docstring.
8748 (desktop-save-buffer): Fix doc string.
8749
8750 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8751 (hilit-chg-desktop-restore): New function.
8752 (highlight-changes-mode): Add highlight-changes-mode to
8753 desktop-locals-to-save.
8754
8755 * dired.el: Add handler to desktop-buffer-mode-handlers.
8756 (dired-restore-desktop-buffer): Remove autoload cookie.
8757 (dired-mode): Add autoload cookie.
8758
8759 * info.el: Add handler to desktop-buffer-mode-handlers.
8760 (Info-restore-desktop-buffer): Remove autoload cookie.
8761 (Info-mode): Add autoload cookie.
8762
8763 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8764 (mh-restore-desktop-buffer): Remove autoload cookie.
8765 (mh-folder-mode): Add autoload cookie.
8766
8767 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8768 (rmail-restore-desktop-buffer): Remove autoload cookie.
8769
8770 2005-08-11 Masatake YAMATO <jet@gyve.org>
8771
8772 * hexl.el (hexl-address-region):
8773 (hexl-ascii-region, hexl-font-lock-keywords):
8774 (hexl-highlight-line-range): Use the term "region"
8775 instead of "area" for consistency with the other symbols
8776 defined in hexl.el.
8777
8778 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8779
8780 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8781 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8782 out by Juri Linkov). Add `display-battery-mode'.
8783
8784 2005-08-09 Juri Linkov <juri@jurta.org>
8785
8786 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8787 Remove `-text' from face variable names.
8788 (compilation-error-file-name, compilation-warning-file-name)
8789 (compilation-info-file-name): Delete faces.
8790 (compilation-line-number, compilation-column-number):
8791 Remove face underlining.
8792 (compilation-message-face): Set to `underline' value by default.
8793 (compilation-error-face, compilation-warning-face)
8794 (compilation-info-face): Remove `-file-name' from face names.
8795 (compilation-error-text-face, compilation-warning-text-face)
8796 (compilation-info-text-face): Delete face variables.
8797 (compilation-text-face): Delete function.
8798
8799 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8800 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8801 (grep-error-face): Set to `compilation-error' instead of
8802 `compilation-error-face' (which is redefined to `grep-hit-face' in
8803 grep buffers).
8804 (grep-mode-font-lock-keywords): Remove `-text' from face variable
8805 names. Use `grep-error-face' instead of `compilation-error-text-face'.
8806
8807 * dired-aux.el (dired-do-query-replace-regexp):
8808 Use `query-replace-read-args'.
8809
8810 * replace.el (query-replace-read-from, query-replace-read-to)
8811 (query-replace-read-args): Rename arg `string' to `prompt'.
8812
8813 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8814
8815 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8816
8817 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8818 uploading files.
8819 (ange-ftp-canonize-filename): Handle file names beginning with ~
8820 correctly.
8821
8822 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * textmodes/fill.el (canonically-space-region)
8825 (fill-context-prefix, fill-french-nobreak-p)
8826 (fill-delete-newlines, fill-comment-paragraph)
8827 (justify-current-line): "?\ " -> "?\s".
8828
8829 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
8830
8831 * textmodes/fill.el (fill-nonuniform-paragraphs):
8832 Improve argument/docstring consistency.
8833
8834 2005-08-09 Richard M. Stallman <rms@gnu.org>
8835
8836 * textmodes/ispell.el (ispell-word): More fboundp checks.
8837
8838 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8839 (find-file-noselect-1): Call it here, only if RAWFILE.
8840 (normal-mode): Always set some major mode.
8841 (save-some-buffers-action-alist): Change some explanation strings.
8842 (file-name-non-special): In the `quote' method, use unwind-protect.
8843
8844 2005-08-09 Magnus Henoch <mange@freemail.hu>
8845
8846 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8847 (ispell-have-aspell-dictionaries): New variable.
8848 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8849 (ispell-get-aspell-config-value): New function.
8850 (ispell-aspell-find-dictionary): New function.
8851 (ispell-aspell-add-aliases): New function.
8852 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8853 appropriate. Don't look for ispell dictionaries if we use aspell.
8854 (ispell-menu-map): Don't build a submenu of dictionaries.
8855
8856 2005-08-09 Richard M. Stallman <rms@gnu.org>
8857
8858 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8859 (sql-read-passwd): Use read-passwd.
8860
8861 * progmodes/idlw-toolbar.el (idlwave-toolbar)
8862 (idlwave-toolbar-is-possible): Add defvars.
8863
8864 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8865 Avoid warnings.
8866
8867 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8868 (idlwave-system-class-info, idlwave-executive-commands-alist):
8869 Use defvar.
8870
8871 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8872
8873 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8874 Avoid warnings.
8875
8876 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8877 and content-type: headers.
8878
8879 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8880
8881 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8882 and rename some of them to be more self-explanatory.
8883
8884 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8885
8886 * startup.el (command-line-1): Implement -scriptload.
8887
8888 * replace.el (occur-engine): Initial *Occur* output not undoable.
8889
8890 * menu-bar.el (menu-bar-file-menu): Rename some menu items
8891 and improve help strings.
8892
8893 * isearch.el (isearch-repeat): When changing direction,
8894 mark search successful.
8895
8896 * ediff-init.el: Use (featurep 'xemacs).
8897
8898 * comint.el (send-invisible): Identify buffer, if not selected.
8899
8900 * align.el: Delete autoload for c-guess-basic-syntax.
8901
8902 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8903
8904 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8905 Improve argument/docstring consistency. Doc fixes.
8906 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8907 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8908 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8909 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8910 (r2bv-organization, r2bv-pages, r2bv-primary-author)
8911 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8912 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8913 Defvar at compile time.
8914
8915 2005-08-09 Juri Linkov <juri@jurta.org>
8916
8917 * info.el: Replace `info' with upper-case `Info' where appropriate.
8918 (info-title-1, info-title-2, info-title-3, info-title-4)
8919 (info-menu-header): Move up face definitions.
8920 (info-menu-star): Rename from `info-menu-5'.
8921 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8922 (Info-fontify-visited-nodes): Fix docstring.
8923 (Info-hide-note-references): Fix docstring.
8924 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8925 menu items in the same way as on cross-references.
8926 (info-apropos): Fix sorting order and formatting to be like in the
8927 stand-alone Info browser. Display error messages for 1 sec.
8928 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
8929 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8930 from the menu bar.
8931 (Info-insert-dir): Restore point after calling
8932 `insert-buffer-substring'.
8933
8934 2005-08-08 Richard M. Stallman <rms@gnu.org>
8935
8936 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8937 (recompute-lucid-menubar): Add defvars.
8938
8939 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8940
8941 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8942
8943 * net/net-utils.el (run-dig): Rename from `dig'.
8944
8945 * play/gametree.el (gametree-mode): Use make-local-variable,
8946 not make-variable-buffer-local.
8947
8948 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8949
8950 * ansi-color.el (ansi-color-make-extent)
8951 (ansi-color-set-extent-face): Use fboundp, not functionp.
8952
8953 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8954 not make-variable-buffer-local.
8955
8956 * bookmark.el (Info-current-file): Add defvar.
8957 (bookmark-jump-noselect): Use with-no-warnings.
8958
8959 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8960
8961 * ebuff-menu.el (Helper-return-blurb): Add defvar.
8962
8963 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8964
8965 * find-file.el (ada-procedure-start-regexp)
8966 (ada-package-start-regexp): Add defvars.
8967
8968 * info.el (Info-insert-dir): Use insert-buffer-substring.
8969
8970 * xml.el (xml-att-def-re): Add defvar.
8971
8972 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8973 calling convention.
8974
8975 * subr.el (while-no-input): Return t if there is input.
8976
8977 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
8978
8979 * cus-start.el (all): Add `overflow-newline-into-fringe'.
8980
8981 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
8982
8983 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8984 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8985
8986 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
8987
8988 * cmuscheme.el (scheme-start-file): Replace reference to
8989 `user-emacs-directory' by "~/.emacs.d/".
8990
8991 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
8992
8993 * info.el (Info-dir-remove-duplicates): Avoid case folding
8994 in loop; instead, keep downcased strings for comparison.
8995 Suggested by Helmut Eller.
8996
8997 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8998
8999 Sync with Tramp 2.0.50.
9000
9001 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9002 XEmacs case; not necessary anymore.
9003 (tramp-user-regexp): Allow "@" as part of user name.
9004 (tramp-handle-set-visited-file-modtime)
9005 (tramp-handle-insert-file-contents)
9006 (tramp-handle-write-region): No special handling for
9007 `last-coding-system-used, because this is done in
9008 `tramp-accept-process-output' now.
9009 (tramp-accept-process-output): New defun.
9010 (tramp-process-one-action, tramp-process-one-multi-action)
9011 (tramp-wait-for-regexp, tramp-wait-for-output)
9012 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
9013 Howells <dhowells@redhat.com>.
9014 (clear-visited-file-modtime): Defadvice removed. The check for
9015 unset buffer's modtime does not need to be based on
9016 `tramp-buffer-file-attributes'. Suggested by RMS.
9017 (tramp-message): Insert "\n" if not being at beginning of line.
9018 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9019 sequence with same logic.
9020 (tramp-completion-handle-expand-file-name): Discard call of
9021 `tramp-drop-volume-letter'. It is not necessary, and there have
9022 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9023 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9024 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9025 should always be visible.
9026 (tramp-handle-insert-directory, tramp-setup-complete)
9027 (tramp-set-process-query-on-exit-flag)
9028 (tramp-append-tramp-buffers): Pacify byte-compiler.
9029 (tramp-bug): Delete non-existing variables from list.
9030 Apply `tramp-load-report-modules' as pre-hook.
9031 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9032 `shell-prompt-pattern' because of non-7bit characters.
9033 Reported by Sebastian Luque <sluque@mun.ca>.
9034 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9035 (tramp-match-string-list): Remove function.
9036 (tramp-wait-for-regexp): Remove call of that function.
9037 Suggested by Kim F. Storm <storm@cua.dk>.
9038 (tramp-set-auto-save-file-modes): Use octal integer code #o600
9039 instead of octal character code ?\600. The latter resulted in a
9040 syntax error with XEmacs.
9041
9042 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9043 XEmacs case; not necessary anymore.
9044 (tramp-smb-handle-write-region): No special handling for
9045 `last-coding-system-used, because this is done in
9046 `tramp-accept-process-output' now.
9047 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9048
9049 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
9050
9051 * wid-edit.el (widget-choice-value-create):
9052 Unconditionally respect user choice. Set :explicit-choice back to nil
9053 when no longer needed.
9054 (widget-choice-action): Unconditionally respect user choice.
9055 Eliminate :explicit-choice-value.
9056
9057 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9058
9059 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9060 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9061 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9062 running new function `toggle-indicate-empty-lines'.
9063 Rename "Customize" item to "Customize fringe".
9064 Rename "Indicators" item to "Buffer boundaries" and change help echo.
9065 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9066 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9067 Delete "Empty lines only" item.
9068 (menu-bar-showhide-fringe-ind-customize): New function.
9069 (menu-bar-showhide-fringe-ind-mixed)
9070 (menu-bar-showhide-fringe-ind-box)
9071 (menu-bar-showhide-fringe-ind-right)
9072 (menu-bar-showhide-fringe-ind-left)
9073 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9074 instead of `fringe-indicators'.
9075
9076 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
9077
9078 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9079 Change the date of last update.
9080
9081 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
9082
9083 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9084 (viper-exec-yank, viper-put-back): Don't display modification msg
9085 if in the minibuffer.
9086
9087 * viper-init.el (viper-replace-overlay-cursor-color)
9088 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9089 Make variables frame local.
9090
9091 * viper-util.el (viper-append-filter-alist): Use append instead of
9092 nconc.
9093
9094 * viper.el (viper-vi-state-mode-list)
9095 (viper-emacs-state-mode-list): Move help-mode and
9096 completion-list-mode from the first list to the second.
9097 (viper-mode): Docstring.
9098 (viper-go-away, viper-non-hook-settings): Don't localize
9099 minor-mode-alist in newer Emacsen. Add advice to
9100 set-cursor-color. Don't bind "\C-c\\".
9101
9102 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
9103
9104 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9105 (scheme-macro-expand-command): New user options.
9106 (scheme-trace-procedure, scheme-expand-current-form): New commands.
9107 (scheme-form-at-point, scheme-start-file)
9108 (scheme-interactively-start-process): New functions.
9109 (scheme-get-process): New function, extracted from `scheme-proc'.
9110 (run-scheme): Call `scheme-start-file' to get start file, and pass
9111 it to `make-comint'.
9112 (switch-to-scheme, scheme-proc):
9113 Call `scheme-interactively-start-process' if no Scheme buffer/process
9114 is available.
9115
9116 2005-08-06 Juri Linkov <juri@jurta.org>
9117
9118 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9119 Use `compilation-text-face', `compilation-info-text-face' and
9120 `compilation-error-text-face' instead of `font-lock-keyword-face'.
9121 (compilation-error): New face.
9122 (compilation-error-file-name): Inherit from
9123 `compilation-error' instead of `font-lock-warning-face'.
9124 (compilation-warning-file-name): Inherit from
9125 `compilation-warning' instead of `font-lock-warning-face'.
9126 (compilation-info, compilation-error-file-name)
9127 (compilation-warning-file-name, compilation-info-file-name)
9128 (compilation-line-number, compilation-column-number): Doc fix.
9129 (compilation-error-text-face, compilation-warning-text-face)
9130 (compilation-info-text-face): New face variables.
9131 (compilation-line-face, compilation-column-face)
9132 (compilation-enter-directory-face)
9133 (compilation-leave-directory-face): Doc fix.
9134 (compilation-text-face): New function.
9135
9136 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9137 instead of 1 to display binary file names as info file links.
9138 (grep-error-face): Use `compilation-error-face' instead of
9139 `font-lock-keyword-face'.
9140 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9141 and `compilation-warning-text-face' instead of
9142 `font-lock-keyword-face'. Use `compilation-error-text-face'
9143 instead of `grep-error-face'.
9144
9145 2005-08-05 Kenichi Handa <handa@m17n.org>
9146
9147 * international/code-pages.el: Add autoload cookies for all coding
9148 systems.
9149
9150 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
9151
9152 * cus-start.el (all): Put undo.c where it alphabetically belongs.
9153
9154 2005-08-04 Juri Linkov <juri@jurta.org>
9155
9156 * progmodes/compile.el (compilation-mode-map):
9157 * progmodes/grep.el (grep-mode-map):
9158 Bind TAB to `compilation-next-error' and [backtab] to
9159 `compilation-previous-error'.
9160
9161 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9162 matching line numbers, column numbers and their ranges with regexp
9163 matching only line numbers.
9164 (grep-context-face): New face variable.
9165 (grep-mode-font-lock-keywords): Use it.
9166
9167 * faces.el (read-face-name): Delete duplicate faces.
9168
9169 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
9170
9171 * thumbs.el (thumbs-find-image): Don't make variables
9172 automatically buffer local.
9173 (thumbs-current-tmp-filename, thumbs-current-image-filename)
9174 (thumbs-image-num): Make automatically buffer local.
9175 (thumbs-show-thumbs-list): Use `make-local-variable', not
9176 `make-variable-buffer-local'.
9177 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9178
9179 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9180 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9181 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9182 (bother, bye, canyou, chatlst, continue, deathlst, describe)
9183 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9184 (feelings-about, foullst, found, hello, history, howareyoulst)
9185 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9186 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9187 (neglst, obj, object, owner, please, problems, qlist)
9188 (random-adjective, relation, remlst, repetitive-shortness)
9189 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9190 (shortlst, something, sportslst, stallmanlst, states, subj)
9191 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9192 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9193 Defvar at compile time.
9194
9195 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9196 not `make-variable-buffer-local'.
9197
9198 2005-08-02 Kim F. Storm <storm@cua.dk>
9199
9200 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9201 rectangle overlay in selected window.
9202
9203 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
9204
9205 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9206 instead of display group. Make `indicate-buffer-boundaries'
9207 customizable through Custom.
9208
9209 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
9210
9211 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9212 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9213 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9214 (gdb-put-string): Fix typos in docstrings.
9215
9216 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
9217
9218 Update copyright notices of files in progmodes directory for
9219 release of Emacs 22.1.
9220
9221 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9222
9223 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9224 Don't barf if the GUD buffer has been killed.
9225
9226 2005-08-01 Kim F. Storm <storm@cua.dk>
9227
9228 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9229
9230 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * simple.el (next-error-follow-minor-mode):
9233 make-variable-buffer-local -> make-local-variable.
9234
9235 * emacs-lisp/cl-extra.el: Require CL also when compiling.
9236
9237 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9238 (byte-compile-form-make-variable-buffer-local): New functions to warn
9239 about misuses of make-variable-buffer-local where make-local-variable
9240 was meant.
9241
9242 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
9243
9244 * bs.el (bs-attributes-list): Doc fix.
9245 (bs): Update url-link.
9246
9247 * desktop.el (desktop-save-buffer): Fix typos in docstring.
9248 (desktop-load-default): Simplify.
9249
9250 * ibuffer.el (ibuffer-columnize-and-insert-list)
9251 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9252 (ibuffer-unmark-all, ibuffer-toggle-marks)
9253 (ibuffer-unmark-forward, ibuffer-unmark-backward)
9254 (ibuffer-compile-make-format-form, ibuffer-format-column)
9255 (ibuffer-current-buffers-with-marks)
9256 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9257 (ibuffer): Doc fix.
9258 (ibuffer-mode): Fix typo in docstring.
9259 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9260 with `define-obsolete-variable-alias'.
9261 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
9262
9263 2005-07-29 Kenichi Handa <handa@m17n.org>
9264
9265 * international/mule-cmds.el (select-message-coding-system):
9266 Be sure to use LF for end-of-line. If no coding system is decided,
9267 return iso-8859-1-unix.
9268
9269 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9272 (ange-ftp-pending-error-line): New vars.
9273 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9274 to handle the non-fatal no-route-to-host messages.
9275 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9276
9277 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
9278
9279 * isearch.el (isearch-mode-map, isearch-other-meta-char)
9280 (isearch-quote-char, isearch-printing-char)
9281 (isearch-text-char-description): "?\ " -> "?\s".
9282 (isearch-lazy-highlight-cleanup)
9283 (isearch-lazy-highlight-initial-delay)
9284 (isearch-lazy-highlight-interval)
9285 (isearch-lazy-highlight-max-at-a-time)
9286 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9287 Declare with define-obsolete-*-alias macros.
9288 (isearch-forward): Fix typo in docstring.
9289 (search-invisible, search-ring-yank-pointer)
9290 (regexp-search-ring-yank-pointer): Doc fixes.
9291
9292 * recentf.el (recentf-menu-append-commands-p): Declare with
9293 `define-obsolete-variable-alias'.
9294 (recentf-max-saved-items, recentf-menu-filter)
9295 (recentf-arrange-by-rule-subfilter): Doc fixes.
9296 (recentf-menu-append-commands-flag)
9297 (recentf-initialize-file-name-history, recentf-expand-file-name)
9298 (recentf-clear-data): Fix typos in docstrings.
9299
9300 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
9301
9302 * progmodes/gdb-ui.el: Smarten comments.
9303 (gdb-info-breakpoints-custom): Use nowarn when finding file.
9304
9305 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9306
9307 * term/apollo.el (terminal-init-apollo): New function containing
9308 all former top level forms in the file.
9309 * term/bobcat.el (terminal-init-bobcat):
9310 * term/cygwin.el (terminal-init-cygwin):
9311 * term/iris-ansi.el (terminal-init-iris-ansi):
9312 * term/linux.el (terminal-init-linux):
9313 * term/news.el (terminal-init-news):
9314 * term/rxvt.el (terminal-init-rxvt):
9315 * term/sun.el (terminal-init-sun):
9316 * term/tvi970.el (terminal-init-tvi970):
9317 * term/vt100.el (terminal-init-vt100):
9318 * term/vt102.el (terminal-init-vt102):
9319 * term/vt125.el (terminal-init-vt125):
9320 * term/vt200.el (terminal-init-vt200):
9321 * term/vt201.el (terminal-init-vt201):
9322 * term/vt220.el (terminal-init-vt220):
9323 * term/vt240.el (terminal-init-vt240):
9324 * term/vt300.el (terminal-init-vt300):
9325 * term/vt320.el (terminal-init-vt320):
9326 * term/vt400.el (terminal-init-vt400):
9327 * term/vt420.el (terminal-init-vt420):
9328 * term/wyse50.el (terminal-init-wyse50):
9329 * term/xterm.el (terminal-init-xterm): Likewise.
9330
9331 * term/README: Describe the terminal-init-* functionality.
9332
9333 * startup.el (command-line): After loading the terminal initialization
9334 file call the corresponding terminal initialization function.
9335
9336 2005-07-27 Kenichi Handa <handa@m17n.org>
9337
9338 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9339 negative.
9340
9341 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9342 (ps-mule-composition-prologue): Fix for the case that
9343 RelativeCompose is false.
9344
9345 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9348
9349 * descr-text.el (describe-char): Handle the case where the list of
9350 chars is displayed in a separate frame.
9351 Be a bit more discriminating when looking for the char.
9352
9353 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
9354
9355 * bookmark.el (bookmark-automatically-show-annotations)
9356 (bookmark-read-annotation-text-func): Doc fixes.
9357 (bookmark-save): Improve argument/docstring consistency.
9358 (bookmark-get-bookmark, bookmark-get-bookmark-record)
9359 (bookmark-alist-from-buffer)
9360 (bookmark-upgrade-file-format-from-0)
9361 (bookmark-grok-file-format-version)
9362 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9363 (bookmark-read-annotation-mode)
9364 (bookmark-insert-current-bookmark, bookmark-jump)
9365 (bookmark-exit-hook): Fix typos in docstrings.
9366 (bookmark-exit-hooks): Define as obsolete alias.
9367 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9368 not `bookmark-exit-hooks'. Fix docstring.
9369 (bookmark-bmenu-select): "?\ " -> "?\s".
9370
9371 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
9372
9373 * startup.el (command-line): Fix typo.
9374
9375 2005-07-24 Richard M. Stallman <rms@gnu.org>
9376
9377 * tooltip.el (tooltip-mode): Test emacs-basic-display,
9378 not emacs-quick-startup.
9379
9380 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
9381
9382 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9383 (reb-next-match, reb-show-subexp): Use `with-selected-window'
9384 instead of `reb-with-current-window'.
9385 (reb-prev-match): Likewise. Also, don't move left if the search
9386 was unsuccessful.
9387 (reb-initialize-buffer): New function.
9388 (re-builder, reb-change-syntax): Use it.
9389
9390 * man.el (Man-goto-page): Make second argument NOERROR optional.
9391
9392 2005-07-23 Richard M. Stallman <rms@gnu.org>
9393
9394 * man.el (Man-bgproc-sentinel): Check here for failure to find
9395 any man page in the output, and report the error here.
9396 (Man-arguments): Make it permanent local.
9397 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
9398 (Man-mode): Pass t for NOERROR.
9399
9400 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9401 (grep-mode-font-lock-keywords):
9402 Don't use compilation-...-face for messages that are not file names.
9403
9404 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9405 Don't use compilation-...-face for messages that are not file names.
9406
9407 2005-07-22 Juri Linkov <juri@jurta.org>
9408
9409 * startup.el (normal-splash-screen): Update menu name.
9410
9411 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9412
9413 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9414
9415 * term/xterm.el: Load term/rxvt if the terminal is actually an
9416 rxvt terminal.
9417 (xterm-rxvt-set-background-mode): Remove, not used anymore.
9418
9419 * term/rxvt.el (function-key-map): Use substitute-key-definition
9420 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9421
9422 * term/cygwin.el: New file.
9423
9424 2005-07-22 Kim F. Storm <storm@cua.dk>
9425
9426 * image-file.el (insert-image-file, image-file-yank-handler):
9427 Fix last change to maintain a (unique) yank-handler on yanked images.
9428
9429 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
9430
9431 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9432 of the file size (as in "177B" for 177 bytes). This happens with
9433 "ls -lh" on FreeBSD.
9434
9435 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
9436
9437 * hilit-chg.el (highlight-changes-global-initial-state)
9438 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9439 (hilit-chg-fixup, highlight-changes-mode):
9440 Fix typos in docstrings.
9441 (highlight-changes-global-modes, highlight-changes-rotate-faces):
9442 Doc fixes.
9443
9444 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
9445
9446 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9447 mode function using `eval-after-load'.
9448
9449 2005-07-21 Kim F. Storm <storm@cua.dk>
9450
9451 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9452 included when reporting an emacs crash, and tell about the DEBUG file.
9453
9454 * image-file.el (insert-image-file): Add yank-handler.
9455 (image-file-yank-handler): Yank handler to make unique copies of
9456 images when they are yanked into a buffer next to each other.
9457
9458 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
9459
9460 * comint.el (comint-use-prompt-regexp, comint-send-input)
9461 (comint-source-default, comint-extract-string)
9462 (comint-get-source, comint-word, comint-completion)
9463 (comint-source, comint-prompt-read-only, comint-update-fence):
9464 Fix typos in docstrings.
9465 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9466 Declare with define-obsolete-*-alias macros.
9467 (comint-previous-matching-input-from-input)
9468 (comint-next-matching-input-from-input)
9469 (comint-previous-matching-input, comint-next-matching-input)
9470 (comint-forward-matching-input):
9471 Improve argument/docstring consistency.
9472
9473 * desktop.el (desktop-clear-preserve-buffers-regexp):
9474 Also preserve the *server* buffer.
9475
9476 * simple.el (clone-indirect-buffer): Doc fix.
9477 (fixup-whitespace, just-one-space)
9478 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9479 (next-error, next-error-highlight)
9480 (next-error-highlight-no-select, next-error-last-buffer)
9481 (next-error-buffer-p, next-error-find-buffer, next-error)
9482 (previous-error, next-error-no-select, previous-error-no-select)
9483 (open-line, split-line, minibuffer-prompt-width, kill-new)
9484 (binary-overwrite-mode): Fix typos in docstrings.
9485 (set-fill-column): Fix typo in message.
9486
9487 * skeleton.el (skeleton-proxy-new): Doc fix.
9488
9489 * strokes.el (strokes-load-hook): Doc fix.
9490 (strokes-grid-resolution, strokes-get-grid-position)
9491 (strokes-renormalize-to-grid, strokes-read-stroke)
9492 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9493 (strokes-global-map): Fix typos in docstrings.
9494 (strokes-help): Doc fix. Fix help message and pass it through
9495 `substitute-command-keys'.
9496
9497 * tempo.el (tempo-insert-prompt, tempo-interactive)
9498 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9499 (tempo-insert-string-functions, tempo-local-tags)
9500 (tempo-define-template, tempo-insert-template)
9501 (tempo-insert-prompt-compat, tempo-is-user-element)
9502 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9503 Fix typos in docstrings.
9504
9505 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9506 (vcursor-key-bindings, vcursor-use-vcursor-map)
9507 (vcursor-find-window, vcursor-scroll-down)
9508 (vcursor-disable, vcursor-beginning-of-buffer)
9509 (vcursor-end-of-buffer): Fix typos in docstrings.
9510 (vcursor-relative-move, vcursor-get-char-count):
9511 Improve argument/docstring consistency.
9512
9513 * version.el: "?\ " -> "?\s".
9514
9515 * wid-edit.el (widget-default-create, widget-after-change)
9516 (widget-default-format-handler, widget-checklist-add-item)
9517 (widget-radio-add-item, widget-choose, widget-specify-secret)
9518 (widget-field-value-create, widget-field-value-get)
9519 (widget-editable-list-format-handler)
9520 (widget-editable-list-entry-create, widget-group-value-create)
9521 (widget-documentation-link-add)
9522 (widget-documentation-string-value-create): "?\ " -> "?\s".
9523 (widget-convert-text): Doc fix.
9524 (widget-narrow-to-field, widget-field-find)
9525 (widget-url-link-action, widget-emacs-library-link-action)
9526 (widget-color-notify): Fix typos in docstrings.
9527
9528 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9529 (x-select-text, set-w32-system-coding-system)
9530 (w32-add-charset-info): Fix typos in docstrings.
9531
9532 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9533 (cua-enable-cua-keys, cua-use-hyper-key)
9534 (cua-virtual-rectangle-edges): Fix typos in docstrings.
9535 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9536
9537 * net/tramp.el (tramp-handle-load): Fix typo in error message.
9538
9539 * emacs-lisp/re-builder.el (regexp-builder): Declare with
9540 `defalias' instead of faking it.
9541
9542 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9543 (eshell-ls-missing, eshell-ls-dired-initial-args)
9544 (eshell-ls-use-in-dired): Fix typos in docstrings.
9545
9546 2005-07-20 Kim F. Storm <storm@cua.dk>
9547
9548 * emulation/cua-base.el (cua-mode): Improve doc string.
9549
9550 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
9551
9552 * abbrev.el (expand-region-abbrevs): Doc fix.
9553 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9554 Improve argument/docstring consistency.
9555
9556 * arc-mode.el (archive-get-descr, archive-alternate-display):
9557 Doc fixes.
9558 (archive-l-e): Improve argument/docstring consistency.
9559 (archive-tmpdir, archive-unixdate, archive-unixtime)
9560 (archive-chmod-entry): Fix typos in docstrings.
9561 (archive-unflag, archive-unflag-backwards)
9562 (archive-unmark-all-files): "?\ " -> "?\s".
9563
9564 * buff-menu.el (Buffer-menu-unmark): Doc fix.
9565 (Buffer-menu-not-modified, Buffer-menu-execute)
9566 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9567 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9568
9569 * composite.el (compose-string, encode-composition-rule)
9570 (compose-last-chars): Fix typos in docstrings.
9571
9572 * desktop.el (desktop-enable, desktop-basefilename):
9573 Declare with `define-obsolete-variable-alias'.
9574 (desktop-internal-v2s): Don't quote keywords.
9575 (desktop-clear): "?\ " -> "?\s".
9576
9577 * dired.el (dired-align-file, dired-flag-backup-files)
9578 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9579 (dired-listing-switches, dired-ls-F-marks-symlinks)
9580 (dired-dwim-target, dired-load-hook, dired-mode-hook)
9581 (dired-directory, dired-faces, dired, dired-revert)
9582 (dired-mode, dired-summary, dired-view-file)
9583 (dired-copy-filename-as-kill, dired-delete-file)
9584 (dired-no-confirm, dired-unmark-all-marks)
9585 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9586 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9587 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9588 Fix typos in message strings.
9589
9590 * dired-x.el (virtual-dired): Declare with `defalias'.
9591 (dired-mark-unmarked-files, dired-local-variables-file)
9592 (dired-omit-here-always): Doc fix.
9593 (dired-omit-mode, dired-find-subdir)
9594 (dired-enable-local-variables, dired-clean-up-buffers-too)
9595 (dired-extra-startup, dired-mark-extension, dired-jump)
9596 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9597 (dired-smart-shell-command, dired-guess-shell-alist-user)
9598 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9599 (dired-x-bind-find-file, dired-x-submit-report):
9600 Fix typos in docstrings.
9601 (dired-mark-unmarked-files): "?\ " -> "?\s".
9602
9603 * dirtrack.el (dirtrack-list): Fix typos in docstring.
9604
9605 * faces.el (describe-face): "?\ " -> "?\s".
9606 (read-all-face-attributes, read-face-font, modify-face)
9607 (face-attr-construct, italic): Fix typos in docstrings.
9608 (frame-update-face-colors): Declare with
9609 `define-obsolete-function-alias'.
9610
9611 * files.el (find-file-noselect, recode-file-name): Doc fixes.
9612 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9613 (magic-mode-alist, buffer-file-numbers-unique)
9614 (write-file-functions, get-free-disk-space):
9615 Fix typos in docstrings.
9616 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9617 (write-contents-hooks, write-file-hooks):
9618 Declare with `define-obsolete-variable-alias'.
9619
9620 * forms-d2.el (arch-rj): Fix typo in docstrings.
9621 (arch-tocol): Likewise. "?\ " -> "?\s".
9622
9623 * frame.el (set-frame-font, cursor-in-non-selected-windows):
9624 Fix typo in docstring.
9625 (set-screen-width, set-screen-height): Delete redundant info in
9626 doctrings.
9627 (new-frame, screen-height, screen-width): Declare with
9628 `define-obsolete-function-alias'.
9629 (delete-frame-hook, blink-cursor): Declare with
9630 `define-obsolete-variable-alias'.
9631
9632 * paths.el (prune-directory-list): Fix typos in docstring.
9633
9634 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9635 (cvs-prefix-get): Fix typos in docstrings.
9636
9637 * ps-print.el (ps-extend-face-list, ps-extend-face)
9638 (ps-print-background-image): Fix typos in docstrings.
9639 (ps-default-fg, ps-default-bg): Doc fixes.
9640
9641 * s-region.el (s-region-bind): Doc fix.
9642 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9643
9644 * textmodes/org.el (org-table-formula-substitute-names)
9645 (org-table-get-vertical-vector): Doc fixes.
9646 (org-table-recalculate): Remove unused argument to `message'.
9647
9648 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9649
9650 * textmodes/org.el (org-table-column-names)
9651 (org-table-column-name-regexp)
9652 (org-table-named-field-locations): New variables.
9653 (org-archive-subtree): Protect `this-command' when calling
9654 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9655 the kill buffer.
9656 (org-complete): Remove fixed-formula completion.
9657 (org-edit-formulas-map): New variable.
9658 (org-table-edit-formulas): New command.
9659 (org-finish-edit-formulas, org-abort-edit-formulas)
9660 (org-show-variable, org-table-get-vertical-vector): New functions.
9661 (org-table-maybe-eval-formula): Handle `:=' fields.
9662 (org-table-get-stored-formulas, org-table-store-formulas)
9663 (org-table-get-formula, org-table-modify-formulas)
9664 (org-table-replace-in-formulas): Handle named field formulas.
9665 (org-table-get-specials): Store locations of named fields.
9666
9667 2005-07-19 Juri Linkov <juri@jurta.org>
9668
9669 * progmodes/grep.el (grep-regexp-alist)
9670 (grep-mode-font-lock-keywords, grep-process-setup):
9671 Use default GNU grep match color "01;31m" instead of "01;41m".
9672 (grep-regexp-alist, grep-mode-font-lock-keywords):
9673 Use `\\[[0-9]*m' instead of `\\[00m'.
9674 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9675 sgr_start where its handling is more important. Use the real
9676 length of sgr_start instead of constant 8.
9677 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9678 specially. Delete all remaining escape sequences.
9679 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9680 (grep-regexp-alist): Make hyperlink only for binary file name
9681 instead of the whole line.
9682 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9683 (grep-mode): Add autoload.
9684
9685 * emacs-lisp/find-func.el (find-function-regexp):
9686 Add `define-compilation-mode'.
9687
9688 2005-07-19 Juri Linkov <juri@jurta.org>
9689
9690 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9691 (compare-windows-sync-string-size, compare-windows-recenter)
9692 (compare-windows-highlight, compare-windows): Add version 22.1.
9693 (compare-windows) <defface>: Inherit from lazy-highlight instead
9694 of duplicating its default value.
9695
9696 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9697 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9698
9699 * descr-text.el (describe-char): Create link buttons for `charset'
9700 and `code point'. Add the current input method name with a link
9701 button to `to input' field. Print face names of display table
9702 characters in `The display table entry is displayed by' section
9703 instead of printing face-id in the `display' field.
9704 Guess hardcoded faces and create a link button for them.
9705 Skip empty fields when calculating max-width.
9706 Treat `widget-create' specially while inserting strings from the
9707 collected field list.
9708 (describe-char-after): Made obsolete in version 22.1, not 21.5.
9709
9710 * diff-mode.el (diff-file-header): Change foreground color from
9711 yellow to green on light backgrounds.
9712 (diff-context): Inherit from `shadow' only for color/grayscale
9713 with more than 88 colors.
9714 (diff-indicator-removed, diff-indicator-added)
9715 (diff-indicator-changed): New faces.
9716 (diff-font-lock-keywords): Use new faces. Regroup rules.
9717 Add "^---$" for `normal' diff format. Fontify `#' lines with
9718 font-lock-comment-delimiter-face and font-lock-comment-face.
9719 Add `#' to ^[^...] in the rule for `diff-context-face'.
9720
9721 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9722 a button-like box. Inherit from `highlight' on low colors.
9723 (shadow): Use shades of gray only for color/grayscale with
9724 more than 88 colors. Use green for light backgrounds with
9725 8 colors, and yellow for dark backgrounds with 8 colors.
9726
9727 * font-lock.el (font-lock-regexp-grouping-backslash):
9728 Don't inherit from escape-glyph (use bold for all cases).
9729
9730 * info.el (info-xref-visited): Use light foreground color `violet'
9731 for dark backgrounds instead of dark color `magenta3'.
9732 (info-title-1): Use `yellow' color for dark backgrounds.
9733
9734 * isearch.el (isearch): Use not-too-dark magenta3 instead of
9735 too-light magenta2.
9736
9737 * replace.el (match): Use slightly more light RoyalBlue3 instead
9738 of dark RoyalBlue4.
9739
9740 * wid-edit.el (widget-inactive): Inherit from `shadow'.
9741
9742 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
9743
9744 * novice.el (disabled-command-hook): Declare it with
9745 `define-obsolete-variable-alias'.
9746
9747 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9748 (desktop-buffer-misc-functions, desktop-buffer-handlers)
9749 (desktop-load-default): Add release to obsolescence info.
9750 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9751 (desktop-append-buffer-args, desktop-read):
9752 Fix typos in docstrings.
9753 (desktop-kill): Fix typo in message.
9754 (desktop-save): Doc fix.
9755
9756 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
9757
9758 * viper-cmd.el (viper-escape-to-state): Bug fix.
9759 (viper-envelop-ESC-key): Change the definition of fast
9760 keysequence so it'll work with keyboard macros.
9761
9762 * ediff.el (ediff-patch-buffer): Change the docstring.
9763
9764 2005-07-19 Kenichi Handa <handa@m17n.org>
9765
9766 * international/mule-cmds.el (select-safe-coding-system): Try to
9767 use an auto-coding (if any) before anything else. If the found
9768 auto-coding is invalid, show a warning message.
9769
9770 * international/mule.el (find-auto-coding): New function created
9771 by modifying the body of set-auto-coding.
9772 (set-auto-coding): Use find-auto-coding to find a coding.
9773
9774 2005-07-18 Richard M. Stallman <rms@gnu.org>
9775
9776 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9777 not isearch-mode-end-hook-error.
9778 (allout-before-change-protect): Fix error message.
9779
9780 2005-07-18 Juri Linkov <juri@jurta.org>
9781
9782 * allout.el (allout-mode):
9783 * calculator.el (calculator-copy):
9784 * custom.el (custom-known-themes):
9785 * dired.el (dired-desktop-buffer-misc-data)
9786 (dired-restore-desktop-buffer):
9787 * dired-x.el (dired-omit-marker-char):
9788 * files.el (basic-save-buffer):
9789 * font-core.el (font-lock-mode):
9790 * calendar/calendar.el (calendar-goto-hebrew-date)
9791 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9792 (calendar-goto-persian-date):
9793 * language/ethio-util.el (ethio-sera-to-fidel-region):
9794 * textmodes/picture.el (picture-mode):
9795 Delete duplicate duplicate words.
9796
9797 2005-07-18 Juri Linkov <juri@jurta.org>
9798
9799 * isearch.el (isearch-mode-map): Remove key bindings for regexp
9800 chars * ? } |.
9801 (isearch-fallback): Don't call `isearch-process-search-char'.
9802 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9803 (isearch-process-search-char): Call `isearch-fallback' for regexp
9804 chars * ? } |.
9805 (isearch-return-char): Make obsolete with `make-obsolete' instead
9806 of simply documenting it as obsolete in the docstring.
9807 (isearch-fallback): Refill docstring.
9808
9809 * international/isearch-x.el
9810 (isearch-process-search-multibyte-characters): Remove unneeded
9811 `concat'. Add intermediate values to `junk-hist' instead of
9812 `minibuffer-history'. Test the length of `str'.
9813
9814 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
9815
9816 * allout.el (allout-resolve-xref): Fix typos in error strings.
9817 (allout-before-change-protect): Remove unneeded `concat'.
9818
9819 * array.el (array-mode, array-reconfigure-rows)
9820 (untabify-backward): Fix typos in docstrings.
9821 (array-reconfigure-rows): Use `insert-buffer-substring', not
9822 `insert-buffer'.
9823
9824 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9825 * progmodes/ada-mode.el (ada-make-body):
9826 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9827
9828 * dired.el (dired-log):
9829 * tar-mode.el (tar-subfile-save-buffer):
9830 * play/zone.el (zone-pgm-stress-destress):
9831 Use `insert-buffer-substring', not `insert-buffer'.
9832
9833 2005-07-17 Simon Josefsson <jas@extundo.com>
9834
9835 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9836
9837 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
9838
9839 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9840 Add plain auth method.
9841 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9842
9843 2005-07-17 Kim F. Storm <storm@cua.dk>
9844
9845 * ido.el (dired-other-window): Add ido property.
9846
9847 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
9848
9849 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9850 Fix typo in docstring.
9851 (byte-compile-interactive-only-functions): Add `insert-buffer' and
9852 `insert-file-literally'.
9853
9854 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9855 info and delete redundant message. Doc fix.
9856 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9857 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9858
9859 2005-07-16 Richard M. Stallman <rms@gnu.org>
9860
9861 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9862 (byte-compile-and): Use byte-compile-and-recursion.
9863 (byte-compile-or-recursion): New function.
9864 (byte-compile-or): Use that.
9865 (byte-compile-if): Guard the else-clause too.
9866 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9867
9868 * isearch.el (isearch-mode-end-hook-quit): New variable.
9869 (isearch-done): Bind it.
9870 (isearch-mode-end-hook): Doc fix.
9871
9872 * allout.el (allout-isearch-did-quit): Variable deleted.
9873 (allout-real-isearch-abort): Function name no longer used.
9874 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9875 (allout-isearch-rectification): isearch-mode always exists.
9876 Don't set allout-isearch-did-quit.
9877 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9878 allout-isearch-did-quit.
9879 (allout-enwrap-isearch): Just add the hook.
9880 (allout-isearch-abort): Function deleted.
9881 (allout-pre-command-business): Avoid warning.
9882
9883 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9884 Correctly avoid warnings.
9885 (pascal-outline): Likewise.
9886
9887 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9888
9889 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9890
9891 * play/tetris.el (tetris-mode): Avoid warning.
9892
9893 * play/snake.el (snake-mode): Avoid warning.
9894
9895 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9896 (gamegrid-set-display-table): Avoid warning.
9897 (gamegrid-set-timer): Likewise.
9898 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9899 (gamegrid-add-score-with-update-game-score-1): Take FILE
9900 as argument.
9901 (gamegrid-add-score-with-update-game-score): Pass that argument.
9902 Rename have-shared-game-dir to gamegrid-shared-game-dir.
9903
9904 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9905
9906 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9907 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9908
9909 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9910 and insert-file.
9911
9912 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9913 (sc-ask): Avoid warnings.
9914
9915 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9916 (eshell-hist-initialize): Use that var the natural way.
9917
9918 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9919
9920 * emacs-lisp/re-builder.el (reb-cook-regexp):
9921 Avoid warning calling lre-compile-string.
9922 (reb-color-display-p): Avoid warning.
9923
9924 * calculator.el (calculator-last-input): Guard uses
9925 of event-key and key-press-event-p.
9926 (event-key, key-press-event-p): Delete definitions.
9927
9928 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9929 (find-gc-source-directory, find-gc-subrs-callers)
9930 (find-gc-noreturn-list, find-gc-source-files)
9931 (find-gc-subrs-called): Vars renamed and defvar'd.
9932
9933 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9934 (checkdoc-overlay-put, checkdoc-delete-overlay)
9935 (checkdoc-overlay-start, checkdoc-overlay-end)
9936 (checkdoc-mode-line-update, checkdoc-char=):
9937 Define such that compiler knows they are defined.
9938 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
9939 (checkdoc-read-event): Delete. Use read-event directly.
9940
9941 * whitespace.el (whitespace-make-overlay)
9942 (whitespace-overlay-put, whitespace-delete-overlay)
9943 (whitespace-overlay-start, whitespace-overlay-end):
9944 Define such that compiler knows they are defined.
9945 (whitespace): Move conditional inside.
9946
9947 * tempo.el (tempo-insert-template): Suppress warning.
9948
9949 * ediff-diff.el (longlines-mode): Add defvar.
9950
9951 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
9952
9953 * server.el: Bind "C-x #" in a way that works even if C-x is
9954 redefined to a command key, not a prefix key.
9955
9956 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9957
9958 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9959 cl-make-type-test till execution time.
9960
9961 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
9962
9963 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9964 arg ARG and use it.
9965
9966 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9967
9968 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9969
9970 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
9971
9972 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9973 a defcustom with two :set or :type keywords.
9974
9975 2005-07-15 Richard M. Stallman <rms@gnu.org>
9976
9977 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9978 Don't give ^M comment-end syntax.
9979
9980 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
9981
9982 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9983 Don't consider gdbmi (gdb-mi.el has its own update functions).
9984 (gdb-var-delete): Make it work for gdbmi as well.
9985 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9986
9987 * progmodes/gud.el (etags, sdb): Only require etags when needed.
9988 (gud-speedbar-menu-items): Correct logic for enabling items.
9989
9990 2005-07-15 Kim F. Storm <storm@cua.dk>
9991
9992 * ido.el: Fix commentary.
9993 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9994 Use with-no-warnings around ffap-guesser.
9995 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9996 Let bind minibuffer-completing-file-name to t.
9997
9998 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
9999
10000 * startup.el (site-run-file, keyboard-type): Doc fixes.
10001 (command-line): Check for "--basic-display" argument; also for
10002 "--quick", not "--bare-bones" (which was renamed).
10003 (fancy-splash-text): Add missing item "Getting New Versions".
10004 (normal-splash-screen): Fix typos and improve consistency with
10005 `fancy-splash-text'. Update copyright year.
10006
10007 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10008 valid binding for `help-char'.
10009
10010 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10011
10012 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
10013
10014 * term.el (term-mode): Disable cua-mode for term buffers.
10015
10016 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
10017
10018 * add-log.el (add-log-mailing-address, change-log-merge):
10019 Doc fixes.
10020 (change-log-get-method-definition): Fix typo in docstring.
10021
10022 2005-07-14 Kim F. Storm <storm@cua.dk>
10023
10024 * emulation/cua-base.el:
10025 (cua--pre-command-handler-1, cua--pre-command-handler)
10026 (cua--post-command-handler-1, cua--post-command-handler):
10027 Split in two. Check (buffer local) value of cua-mode.
10028 (cua-selection-mode): New command.
10029
10030 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10031
10032 * custom.el (custom-initialize-safe-set)
10033 (custom-initialize-safe-default): Doc fixes.
10034
10035 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10036 and simplify :init-value again.
10037
10038 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10039 and simplify :init-value again. Delete autoload.
10040
10041 * startup.el (command-line): Use `custom-reevaluate-setting' again
10042 for tooltip-mode.
10043
10044 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10045 a defcustom with two :initialize keywords.
10046
10047 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
10048
10049 * allout.el (my-mark-marker, allout-isearch-prior-pos)
10050 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10051 (allout-post-command-business, allout-flag-region)
10052 (isearch-reenable-font-lock, allout-yank)
10053 (allout-insert-latex-header, allout-insert-latex-trailer)
10054 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10055 (allout-latex-verb-quote): Fix typos in docstrings.
10056 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10057 (allout-unprotected, allout-prefix-data):
10058 Improve argument/docstring consistency.
10059 (allout-chart-subtree): Fix argument spec.
10060 (allout-open-topic): Rename `use_sib_bullet' argument to
10061 `use-sib-bullet'. Doc fix.
10062
10063 * whitespace.el (whitespace-check-buffer-leading)
10064 (whitespace-check-buffer-trailing)
10065 (whitespace-check-buffer-indent)
10066 (whitespace-check-buffer-spacetab)
10067 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10068 (whitespace-check-leading-whitespace)
10069 (whitespace-check-trailing-whitespace)
10070 (whitespace-check-spacetab-whitespace)
10071 (whitespace-check-indent-whitespace)
10072 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10073 (whitespace-modes): Fix typos in docstrings.
10074 (defgroup, defcustom): Doc fixes.
10075
10076 * winner.el (winner-mode, winner-boring-buffers)
10077 (winner-pending-undo-ring): Doc fixes.
10078 (winner-ring): Remove unneeded `progn'.
10079 (winner-equal): `defsubst' it.
10080 (winner-redo): Fix message.
10081
10082 2005-07-13 Kim F. Storm <storm@cua.dk>
10083
10084 * simple.el (line-move-1): Always use vertical-motion to
10085 do the last (or only) line move to ensure some movement.
10086 Undo 2005-06-23 change--don't check for overlays.
10087
10088 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10089
10090 * term/mac-win.el (ccl-encode-mac-roman-font)
10091 (ccl-encode-mac-centraleurroman-font)
10092 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10093 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10094 Change charset-id boundary of dimension to ?\xef.
10095 (mac-char-fontspec-list): New constant.
10096 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
10097 argument. Nil uses itself as family in font-spec. Previous
10098 behavior for nil is now provided by non-nil non-string argument.
10099 All callers changed. Add font-specs for Mac fonts to
10100 "fontset-default" unless iso8859-1 fonts are installed.
10101
10102 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * progmodes/sh-script.el (sh-get-indent-info): Only indent
10105 a continuation line if the \ is preceded by SPC or TAB.
10106 (sh-get-indent-info): Simplify.
10107 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10108 Use with-current-buffer.
10109
10110 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10111 when the matched text is empty.
10112
10113 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
10114
10115 * startup.el (command-line): Revert to previous handling of
10116 tooltip-mode. Explain in comment why the complexity is needed.
10117
10118 * tooltip.el (tooltip-mode): Revert to previous implementation of
10119 its defcustom.
10120
10121 * frame.el (blink-cursor-mode): Revert to previous implementation
10122 of its defcustom. Update comment.
10123
10124 2005-07-12 Lars Hansen <larsh@soem.dk>
10125
10126 * desktop.el: Update e-mail address.
10127
10128 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10129
10130 * term/mac-win.el (mac-services-mail-selection)
10131 (mac-services-mail-to): New functions.
10132 (mac-application-menu-map): Bind them.
10133
10134 2005-07-12 wulei <milton@wulei.net> (tiny change)
10135
10136 * progmodes/gdb-ui.el: Add note about buffering with Windows.
10137
10138 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
10139
10140 * custom.el (custom-reevaluate-setting): Doc fix.
10141
10142 2005-07-11 Jay Belanger <belanger@truman.edu>
10143
10144 * calc/calc.el (calc-embedded-announce-formula-alist)
10145 (calc-embedded-open-close-plain-alist)
10146 (calc-embedded-open-close-mode-alist): Add checks for additional
10147 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10148
10149 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
10150
10151 * custom.el (custom-enable-theme): Don't add theme to
10152 `custom-enabled-themes' with `push' because there is no
10153 setf-method for `delq'.
10154
10155 2005-07-11 Richard M. Stallman <rms@gnu.org>
10156
10157 * custom.el (custom-declare-variable): Doc fix.
10158
10159 * dired-aux.el (dired-compare-directories): Remove "." and ".."
10160 from the alists.
10161
10162 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10163 Do nothing if edebug-active.
10164
10165 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10166 (edebug-display): Do it here instead.
10167
10168 2005-07-10 Richard M. Stallman <rms@gnu.org>
10169
10170 * cus-face.el (custom-theme-set-faces): Make it work.
10171 (custom-reset-faces): Doc fix.
10172 (custom-theme-reset-internal-face, custom-theme-face-value):
10173 Functions deleted.
10174
10175 * custom.el (custom-push-theme): Maintain list of the settings
10176 of a given theme in its theme-settings property.
10177 Maintain position of old settings in the theme-value
10178 or theme-face property.
10179 (custom-enabled-themes): New variable.
10180 (custom-theme-enabled-p): New function.
10181 (provide-theme): Update custom-enabled-themes.
10182 Disable and reenable the `user' theme.
10183 (require-theme): Doc fix.
10184 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10185 (custom-theme-value, custom-theme-variable-value): Likewise.
10186 (custom-theme-reset-internal): Likewise.
10187 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10188 (custom-enable-theme, custom-disable-theme): New functions.
10189 (custom-variable-theme-value, custom-face-theme-value): Likewise.
10190 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10191 (custom-theme-reset-variables): Simplify.
10192 (deftheme, custom-declare-theme, custom-make-theme-feature):
10193 Definitions moved.
10194
10195 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
10196
10197 * longlines.el (longlines-show-region)
10198 (longlines-unshow-hard-newlines): Recognize hard newlines by
10199 non-nil hard property, instead of t.
10200
10201 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
10202
10203 * viper-cmd.el (viper--key-maps): New variable.
10204 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10205 emulation-mode-map-alists.
10206 (viper-envelop-ESC-key): Use viper-subseq.
10207 (viper-search-forward/backward/next): Disable debug-on-error.
10208
10209 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10210 (viper-ESC-key): New defcustoms.
10211
10212 * viper-macs.el (ex-map-read-args): Use viper-subseq.
10213
10214 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10215 (viper-subseq): Copy of subseq from cl.el.
10216
10217 * viper.el (viper-go-away, viper-set-hooks): Use
10218 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10219
10220 * viper-mous.el (viper-current-frame-saved): Use defvar.
10221
10222 * viper-init.el: Get rid of -face in face names.
10223
10224 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10225 Make it work with longlines mode
10226
10227 * ediff-mult.el (ediff-meta-mode-hook): New variable.
10228
10229 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10230
10231 * ediff-init.el: Get rid of -face in face names.
10232
10233 2005-07-10 Richard M. Stallman <rms@gnu.org>
10234
10235 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10236 and with-timeout-unsuspend.
10237
10238 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10239 and with-timeout-unsuspend.
10240
10241 * emacs-lisp/timer.el (with-timeout-timers): New variable.
10242 (with-timeout): Bind that variable to record timers.
10243 (with-timeout-suspend, with-timeout-unsuspend): New functions.
10244
10245 * emacs-lisp/debug.el (debug-help-follow): New function.
10246 (debugger-mode-map): Use that instead of help-follow.
10247 (debugger-setup-buffer): Use eval-buffer-list
10248 to handle eval-buffer frames.
10249
10250 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
10251
10252 * timezone.el (timezone-parse-date): Change first regexp
10253 so it will not mistakenly match dates with no time zone.
10254
10255 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
10256
10257 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10258
10259 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
10260
10261 * custom.el (custom-initialize-safe-set)
10262 (custom-initialize-safe-default): New functions.
10263
10264 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10265 and simplify :init-value.
10266
10267 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10268 and simplify :init-value. Delete obsolete comment.
10269
10270 * startup.el (command-line): Use `custom-reevaluate-setting' to
10271 handle `tooltip-mode'. Delete obsolete comment.
10272
10273 * files.el (set-visited-file-name): Avoid calling
10274 `file-name-nondirectory' with a nil argument.
10275
10276 2005-07-09 Richard M. Stallman <rms@gnu.org>
10277
10278 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10279 was called with nil for the buffer, handle the read position right.
10280 Handle read position for eval-region, too.
10281
10282 2005-07-09 Juri Linkov <juri@jurta.org>
10283
10284 * fringe.el (fringe-mode): Add period in docstring.
10285 (fringe-query-style): Build prompt depending on `all-frames' arg.
10286
10287 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10288 to not create links to unrelated functions in the Help buffer.
10289
10290 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10291 Doc fix.
10292
10293 * simple.el (next-error-hook): New variable.
10294 (next-error): Use it. Doc fix.
10295
10296 * textmodes/ispell.el (ispell-command-loop): Add current
10297 dictionary name and program name to mode-line-format.
10298 (ispell-region, ispell-process-line): Add current dictionary name
10299 and program name to messages.
10300
10301 2005-07-08 Jay Belanger <belanger@truman.edu>
10302
10303 * calc/calc.el (calc-embedded-announce-formula-alist)
10304 (calc-embedded-open-close-formula-alist)
10305 (calc-embedded-open-close-word-alist)
10306 (calc-embedded-open-close-plain-alist)
10307 (calc-embedded-open-close-new-formula-alist)
10308 (calc-embedded-open-close-mode-alist)
10309 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10310 (calc-embedded-mode-hook): New variables.
10311
10312 * calc/calc-embed.el (calc-embedded-firsttime)
10313 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10314 New variables.
10315 (calc-do-embedded): Use calc-embedded-firsttime,
10316 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10317 determine whether or not to run hooks.
10318 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10319 calc-embedded-firsttime-formula appropriately.
10320 Set calc-embedded delimiter variables according to mode.
10321
10322 2005-07-08 Richard M. Stallman <rms@gnu.org>
10323
10324 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10325 Check for "emacs", etc., as entire symbol, not just as word.
10326 (checkdoc-file-comments-engine): Use regexp-quote on FN.
10327
10328 * files.el (set-visited-file-name): Report the error
10329 for "empty filename" earlier.
10330 (kill-some-buffers): Ignore buffers already dead.
10331
10332 * fringe.el (fringe-mode): Doc fix.
10333
10334 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10335 Check for (featurep 'xemacs) and turn off warnings in what it guards.
10336 Use unwind-protect to ensure byte-compile-unresolved-functions
10337 is updated.
10338
10339 * whitespace.el (whitespace-buffer-leading-cleanup):
10340 Simplify w/ skip-chars-forward.
10341 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10342
10343 * mail/rmail.el (rmail-only-expunge): Fix paren error.
10344 Unconditionally try to leave point at the same old place.
10345
10346 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
10347
10348 * comint.el (comint-postoutput-scroll-to-bottom)
10349 (comint-show-maximum-output): Take scroll-margin into consideration.
10350
10351 2005-07-08 Kim F. Storm <storm@cua.dk>
10352
10353 * ido.el (ido-use-filename-at-point): New choice `guess'.
10354 (ido-file-internal): Try ffap-guesser if selected.
10355
10356 * ido.el (ido-before-fallback-functions): New hook.
10357 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10358 (ido-read-file-name): Run it.
10359
10360 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10363 strings rather than a list of symbols to the completion function.
10364
10365 2005-07-07 Jay Belanger <belanger@truman.edu>
10366
10367 * calc/calc-units.el (math-apply-units): Change the places in
10368 which units are simplified.
10369
10370 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
10371
10372 * cus-edit.el (customize-option, customize-option-other-window):
10373 Make them handle aliases.
10374
10375 * custom.el (custom-variable-p): Make it recursively follow
10376 aliases. Mention that in the docstring.
10377
10378 2005-07-07 Richard M. Stallman <rms@gnu.org>
10379
10380 * cus-start.el (exec-path): Use `directory' instead of `file'.
10381 Fix tag for nil.
10382
10383 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10384
10385 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10386 when called non-interactively. Doc fix.
10387
10388 2005-07-07 Lute Kamstra <lute@gnu.org>
10389
10390 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10391 new address as well.
10392
10393 2005-07-07 Kenichi Handa <handa@m17n.org>
10394
10395 * international/mule.el (make-coding-system):
10396 Describe `ascii-incompatible' property in the docstring.
10397 (set-file-name-coding-system): Signal an error if coding-system is
10398 ascii-incompatible.
10399 (set-keyboard-coding-system): Likewise.
10400
10401 * international/mule-cmds.el (set-default-coding-systems):
10402 Don't set default-file-name-coding-system and
10403 default-keyboard-coding-system if coding-system is ASCII-incompatible.
10404
10405 * international/utf-16.el: Declare that all UTF-16-based coding
10406 systems are ASCII-incompatible.
10407
10408 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
10409
10410 * progmodes/gud.el: Require font-lock for displaying errors.
10411 Used by gdb-ui.el.
10412
10413 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10414
10415 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10416 values for the pattern lists which are `read'able but not
10417 `append'able (like symbols).
10418
10419 2005-07-06 Richard M. Stallman <rms@gnu.org>
10420
10421 * progmodes/flymake.el (flymake-float-time): Instead of
10422 with-no-warnings, test for xemacs.
10423 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10424 to avoid warning.
10425
10426 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
10427
10428 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10429
10430 2005-07-05 Lute Kamstra <lute@gnu.org>
10431
10432 * battery.el: Add support for Darwin (with much debugging help
10433 from Samuel Lauber <sam124@operamail.com>).
10434 (battery-status-function, battery-echo-area-format)
10435 (battery-mode-line-format): Add support for pmset on Darwin.
10436 (battery-load-low, battery-load-critical): New user options.
10437 (battery-pmset): New function.
10438
10439 2005-07-05 Lute Kamstra <lute@gnu.org>
10440
10441 Update FSF's address in GPL notices.
10442
10443 * textmodes/page-ext.el: Update FSF's address.
10444
10445 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10446
10447 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10448 filling from using prefix when filling a single-line docstring.
10449
10450 * progmodes/flymake.el: Remove useless eval-when-compile.
10451
10452 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10453
10454 2005-07-04 Richard M. Stallman <rms@gnu.org>
10455
10456 * textmodes/org.el (org-file-apps-defaults-gnu):
10457 Rename from org-file-apps-defaults-linux.
10458 (org-default-apps): Don't test system-type for `linux'.
10459 (org-file-apps): Doc fix.
10460
10461 2005-07-04 David Ponce <david@dponce.com>
10462
10463 * tree-widget.el: Improve header Commentary section.
10464 (tree-widget) [defgroup]
10465 (tree-widget-image-enable, tree-widget-themes-directory)
10466 (tree-widget-theme, tree-widget-image-properties-emacs)
10467 (tree-widget-image-properties-xemacs, tree-widget-create-image)
10468 (tree-widget-image-formats, tree-widget-control)
10469 (tree-widget-empty-control, tree-widget-leaf-control
10470 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10471 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10472 (tree-widget-keep, tree-widget-after-toggle-functions)
10473 (tree-widget-open-node, tree-widget-close-node): Doc fix.
10474 (tree-widget-open-control, tree-widget-close-control): Fix doc and
10475 :help-echo message.
10476 (tree-widget-set-theme): Doc fix. Use `string-equal'.
10477 (tree-widget-image-properties): Doc fix. Clearer implementation.
10478 (tree-widget--cursors): New constant.
10479 (tree-widget-lookup-image): New function split from
10480 `tree-widget-find-image'. Clearer implementation.
10481 (tree-widget-find-image): Use it.
10482 (tree-widget-button-keymap): Use `set-keymap-parent'.
10483 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10484 Define the sub-widgets here.
10485 (tree-widget-node): Check that :node is not a tree-widget.
10486 (tree-widget-get-super, tree-widget-open-control)
10487 (tree-widget-close-control, tree-widget-empty-control)
10488 (tree-widget-leaf-control, tree-widget-guide)
10489 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10490 (tree-widget-no-handle, tree-widget-value-delete)
10491 (tree-widget-map): Remove.
10492 (tree-widget-children-value-save): Doc fix. Simplified.
10493 (tree-widget-value-create): Update according to previous changes.
10494
10495 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
10496
10497 * textmodes/org.el: Leading space replaced by TABS.
10498 (org-recalc-marks, org-table-rotate-recalc-marks)
10499 (org-table-get-specials): Treat "^" and "_" marks.
10500 (org-table-justify-field-maybe): Optional argument NEW.
10501 (org-table-eval-formula): Parsing of the format simplified.
10502 New modes C,I. Honor the %= parameter in the current table.
10503 Avoid unnecessary re-align by using the NEW argument to
10504 `org-table-justify-field-maybe'.
10505 (org-calc-default-modes): Default for date-format mimicks org-mode.
10506 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10507
10508 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10509
10510 * cus-face.el (custom-theme-set-faces): Make it handle face
10511 aliases whose alias declarations are pre- or autoloaded.
10512
10513 2005-07-04 Juri Linkov <juri@jurta.org>
10514
10515 * faces.el (read-face-name): Put the code for getting a face name
10516 from the buffer before adding the faces from the `face' property.
10517 Use `completing-read-multiple' instead of `completing-read'.
10518 Require `crm'. Add default value and post-process the returned
10519 list of faces.
10520
10521 * emacs-lisp/crm.el (crm-find-current-element)
10522 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10523
10524 * emacs-lisp/lisp-mode.el (eval-defun-1):
10525 * emacs-lisp/edebug.el (edebug-eval-defun):
10526 Remove unnecessary quotes.
10527
10528 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
10529
10530 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10531 (prolog-indent-level): Fix typo in docstring.
10532
10533 * info.el (Info-history, Info-history-forward)
10534 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10535
10536 * add-log.el (add-change-log-entry):
10537 * comint.el (comint-dynamic-list-input-ring)
10538 (comint-dynamic-list-completions):
10539 * dabbrev.el (dabbrev-expand):
10540 * delim-col.el (delimit-columns-rectangle-line):
10541 * diff-mode.el (diff-context->unified, diff-reverse-direction)
10542 (diff-unified->context):
10543 * ediff-init.el (ediff-abbrev-jobname):
10544 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10545 (ediff-replace-session-activity-marker-in-meta-buffer):
10546 * info.el (Info-summary):
10547 * lpr.el (printify-region):
10548 * printing.el (pr-create-interface):
10549 * ps-print.el (ps-print-quote):
10550 * ses.el (ses-column-widths, ses-print-cell)
10551 (ses-adjust-print-width, ses-center):
10552 * shell.el (shell-file-name-quote-list):
10553 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10554 (strokes-fill-current-buffer-with-whitespace)
10555 (strokes-xpm-for-stroke, strokes-list-strokes)
10556 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10557 * term.el (term-dynamic-list-input-ring)
10558 (term-dynamic-list-completions):
10559 * calc/calc.el (math-format-stack-value):
10560 * emacs-lisp/edebug.el (edebug-display-freq-count):
10561 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10562 (delphi-new-comment-line):
10563 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10564 * progmodes/executable.el (executable-set-magic):
10565 * progmodes/python.el (inferior-python-mode):
10566 * progmodes/scheme.el (scheme-mode-syntax-table):
10567 * progmodes/sh-script.el (sh-maybe-here-document):
10568 * progmodes/sql.el (sql-copy-column):
10569 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10570 * textmodes/bibtex.el (bibtex-mode):
10571 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10572 (sgml-auto-attributes):
10573 * textmodes/table.el (table-insert, table-shorten-cell)
10574 (table--generate-source-scan-lines, table-delete-row)
10575 (*table--cell-delete-char, table--spacify-frame)
10576 (table--horizontally-shift-above-and-below)
10577 (table--cell-insert-char, table--cell-blank-str)
10578 (table--fill-region-strictly):
10579 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10580 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10581
10582 * add-log.el (change-log):
10583 * apropos.el (apropos):
10584 * comint.el (comint-completion, comint-source):
10585 * dabbrev.el (dabbrev):
10586 * delim-col.el (columns):
10587 * diff-mode.el (diff-mode):
10588 * ediff.el (ediff):
10589 * ediff-diff.el (ediff-diff):
10590 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10591 * ediff-mult.el (ediff-mult):
10592 * ediff-ptch.el (ediff-ptch):
10593 * ediff-wind.el (ediff-window):
10594 * facemenu.el (facemenu):
10595 * indent.el (indent):
10596 * info.el (info):
10597 * jka-cmpr-hook.el (compression, jka-compr):
10598 * lpr.el (lpr):
10599 * outline.el (outlines):
10600 * pcmpl-cvs.el (pcmpl-cvs):
10601 * pcmpl-rpm.el (pcmpl-rpm):
10602 * printing.el (printing):
10603 * ps-print.el (postscript, ps-print, ps-print-horizontal)
10604 (ps-print-vertical, ps-print-headers, ps-print-font)
10605 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10606 (ps-print-background, ps-print-printer, ps-print-page)
10607 (ps-print-miscellany):
10608 * ses.el (ses):
10609 * shell.el (shell, shell-directories, shell-faces):
10610 * startup.el (initialization):
10611 * strokes.el (strokes):
10612 * term.el (term):
10613 * uniquify.el (uniquify):
10614 * w32-vars.el (w32):
10615 * calc/calc.el (calc):
10616 * emacs-lisp/bytecomp.el (bytecomp):
10617 * emacs-lisp/cl-indent.el (lisp-indent):
10618 * emacs-lisp/edebug.el (edebug):
10619 * emacs-lisp/elp.el (elp):
10620 * emacs-lisp/testcover.el (testcover):
10621 * emacs-lisp/trace.el (trace):
10622 * emulation/viper-ex.el (viper-ex):
10623 * emulation/viper-mous.el (viper-mouse):
10624 * mail/mailalias.el (mailalias):
10625 * mail/supercite.el (supercite, supercite-frames)
10626 (supercite-attr, supercite-cite, supercite-hooks):
10627 * net/rcompile.el (remote-compile):
10628 * net/rlogin.el (rlogin):
10629 * obsolete/ooutline.el (outlines):
10630 * progmodes/delphi.el (delphi):
10631 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10632 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10633 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10634 (ebnf-optimization):
10635 * progmodes/etags.el (etags):
10636 * progmodes/executable.el (executable):
10637 * progmodes/idlwave.el (idlwave):
10638 * progmodes/pascal.el (pascal):
10639 * progmodes/prolog.el (prolog):
10640 * progmodes/python.el (python):
10641 * progmodes/scheme.el (scheme):
10642 * progmodes/sh-script.el (sh, sh-script):
10643 * progmodes/sql.el (SQL):
10644 * progmodes/tcl.el (tcl):
10645 * textmodes/bibtex.el (bibtex, bibtex-autokey):
10646 * textmodes/enriched.el (enriched):
10647 * textmodes/makeinfo.el (makeinfo):
10648 * textmodes/sgml-mode.el (sgml):
10649 * textmodes/table.el (table-hooks):
10650 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10651 * textmodes/texinfo.el (texinfo):
10652 * textmodes/two-column.el (two-column):
10653 Finish `defgroup' description with period.
10654
10655 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10656 * eshell/esh-var.el (eshell-var):
10657 * progmodes/vhdl-mode.el (vhdl-testbench):
10658 * textmodes/org.el (org): Fix typos in docstrings.
10659
10660 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10661 consistency.
10662
10663 * progmodes/flymake.el (flymake-find-file): Remove.
10664 (flymake-float-time): Use `with-no-warnings'.
10665 (flymake-check-start-time, flymake-check-was-interrupted)
10666 (flymake-err-info, flymake-is-running, flymake-last-change-time)
10667 (flymake-new-err-info): `defvar' at compile time.
10668
10669 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
10670
10671 * replace.el (occur-hook): Doc fix.
10672 (occur-1): Don't call `occur-hook' if there are no matches.
10673
10674 2005-07-03 Richard M. Stallman <rms@gnu.org>
10675
10676 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10677 global-map, save the same map.
10678 (global-map): Don't alter it at top level.
10679 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10680 Then alter it here instead.
10681 (tpu-edt-off): Set global-map to the saved one.
10682
10683 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10684 All references simplified.
10685 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
10686 (zmacs-regions): Add defvar.
10687 (repeat-complex-command-map): Everything about that deleted.
10688
10689 * textmodes/artist.el (artist-key-is-drawing)
10690 (artist-key-endpoint1, artist-key-poly-point-list)
10691 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10692 (artist-key-compl-table, artist-rb-save-data)
10693 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10694 Don't put them in eval-when-compile.
10695 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10696
10697 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10698 Use with-no-warnings.
10699
10700 * net/browse-url.el (dos-windows-version): Add defvar.
10701
10702 * mail/supercite.el (filladapt-prefix-table): Add defvar.
10703
10704 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10705 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10706 (rmail-new-summary-line-count): Rename from new-summary-line-count.
10707 Add defvar.
10708 (rmail-summary-beginning-of-message): Use with-no-warnings.
10709 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10710
10711 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10712 Use with-no-warnings.
10713
10714 * emulation/vi.el (vi-mark-region): Use c-mark-function.
10715 (c-mark-function): Add point-moving-unit property.
10716 (vi-goto-line): Use with-no-warnings.
10717
10718 * emulation/edt.el (edt-last-copied-word): Add defvar.
10719 (zmacs-region-stays): Likewise.
10720 (edt-mark-section-wisely): Use c-mark-function for C.
10721 Use makr-defun for Fortran.
10722 (time-string): defvar deleted.
10723 (edt-display-the-time): Don't set time-string.
10724
10725 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10726
10727 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10728 Don't warn when name is not constant
10729 or for defining the group `emacs'.
10730
10731 * tooltip.el (gud-tooltip-mode): Add defvar.
10732
10733 * startup.el (default-frame-background-mode): Add defvar.
10734
10735 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10736
10737 * info.el (tool-bar-map): Add defvar.
10738
10739 * dired.el (dnd-protocol-alist): Add defvar.
10740
10741 * dired-aux.el (dired-query): Display question with answer, when
10742 the user answers.
10743
10744 * custom.el (custom-add-option): Doc fix.
10745
10746 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10747
10748 2005-07-03 Eli Zaretskii <eliz@gnu.org>
10749
10750 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10751 bogus name from the last change.
10752
10753 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
10754
10755 * custom.el (custom-declare-variable): Fix typos in comment.
10756 (custom-known-themes): Doc fix.
10757 (custom-theme-directory): New defcustom.
10758 (require-theme): Make it check `custom-theme-directory'.
10759
10760 * cus-theme.el (custom-new-theme-mode): New function.
10761 (custom-theme-name, custom-theme-variables, custom-theme-faces)
10762 (custom-theme-description): Add compiler defvars.
10763 (customize-create-theme): Add doc to the "*New Custom Theme*"
10764 buffer. Use `custom-new-theme-mode'.
10765 (custom-theme-write): Put the created buffer in emacs-lisp-mode
10766 and save it to the `custom-theme-directory'. Make this the
10767 default directory of the buffer.
10768
10769 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
10770
10771 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10772 Fix unbalanced parentheses.
10773
10774 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10777 into flymake-mode and delegate to flymake-mode.
10778
10779 * find-file.el (ff-which-function-are-we-in): Clean up.
10780
10781 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
10782
10783 * replace.el (occur-rename-buffer): Fix docstring.
10784
10785 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10786 (edt-last-copied-word, edt-learn-macro-count)
10787 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10788 (edt-rect-start-point, edt-user-global-map, rect-start-point)
10789 (time-string, zmacs-region-stays):
10790 * emulation/edt-mapper.el (edt-save-function-key-map)
10791 (EDT-key-name): `defvar' to silence the byte-compiler.
10792
10793 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
10794
10795 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10796 font-lock-regexp-backslash. Doc fix.
10797 (font-lock-regexp-backslash-grouping-construct): Rename from
10798 font-lock-regexp-backslash-construct. Doc fix.
10799 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10800 grouping constructs.
10801
10802 2005-07-02 Eli Zaretskii <eliz@gnu.org>
10803
10804 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10805 updating all the prerequisites.
10806
10807 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
10808
10809 * textmodes/org.el (org-agenda-start-on-weekday)
10810 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10811 (org-agenda-use-time-grid, org-archive-location)
10812 (org-allow-space-in-links, org-usenet-links-prefer-google)
10813 (org-enable-table-editor, org-export-default-language)
10814 (org-export-html-show-new-buffer, org-fill-paragraph)
10815 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10816 (org-goto-quit, org-occur, org-eval-in-calendar)
10817 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10818 (org-agenda-diary-entry, org-remember-help)
10819 (org-table-convert-region, org-at-table-p)
10820 (org-table-move-row-down, org-table-move-row-up)
10821 (org-table-copy-region, org-table-toggle-vline-visibility)
10822 (org-table-get-stored-formulas, org-table-get-specials)
10823 (org-recalc-commands, org-table-eval-formula)
10824 (org-table-formula-substitute-names, orgtbl-make-binding)
10825 (org-format-org-table-html, org-format-table-table-html)
10826 (org-format-table-table-html-using-table-generate-source)
10827 (org-customize): Fix typos in docstrings.
10828 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10829 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10830 (org-back-to-heading): Doc fixes.
10831 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10832 (org-agenda-change-all-lines, org-get-header):
10833 Improve argument/docstring consistency.
10834 (orgtbl-error): Fix error message.
10835
10836 * progmodes/flymake.el (flymake-find-possible-master-files)
10837 (flymake-master-file-compare, flymake-get-line-err-count)
10838 (flymake-highlight-line, flymake-gui-warnings-enabled):
10839 Fix typos in docstrings.
10840 (flymake-parse-line, flymake-get-project-include-dirs-function)
10841 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10842 Doc fixes.
10843 (flymake-get-project-include-dirs-function)
10844 (flymake-make-err-menu-data):
10845 Improve argument/docstring consistency.
10846
10847 2005-07-01 Lute Kamstra <lute@gnu.org>
10848
10849 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10850 Catch errors with ignore-errors. Use temporary buffer.
10851 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
10852
10853 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10854 background color faces.
10855 (facemenu-set-foreground, facemenu-set-background):
10856 Use facemenu-set-face-from-menu.
10857 (facemenu-set-face-from-menu): Treat face names that start with
10858 "fg:" or "bg:" as special.
10859 (facemenu-add-new-color): Don't create faces. Simplify.
10860
10861 2005-06-30 Richard M. Stallman <rms@gnu.org>
10862
10863 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10864 (crm-find-current-element): Likewise.
10865
10866 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10867
10868 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10869
10870 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * arc-mode.el (archive-extract): Make it work as a mouse binding.
10873 (archive-mouse-extract): Make it an obsolete alias.
10874 (archive-mode-map): Don't use archive-mouse-extract any more.
10875 (archive-mode, archive-extract): write-contents-hooks ->
10876 write-contents-functions.
10877 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10878 first arg.
10879 (archive-rename-entry): Update the call.
10880 (archive-zip-summarize): Remove unused var `method'.
10881 (archive-lzh-summarize): Remove unused var `creator'.
10882
10883 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10884 dedicated frame upon exit.
10885
10886 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10887 (archive-zip-extract, archive-zip-expunge)
10888 (archive-zip-update, archive-zip-update-case): Use executable-find.
10889 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10890 Use restore-buffer-modified-p.
10891 (archive-extract, archive-add-new-member, archive-write-file-member):
10892 Use with-current-buffer.
10893 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10894
10895 2005-06-30 Andreas Schwab <schwab@suse.de>
10896
10897 * progmodes/gud.el (gud-filter): Remove unneeded progn.
10898
10899 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10900
10901 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10902
10903 2005-06-30 Juri Linkov <juri@jurta.org>
10904
10905 * faces.el (vertical-border): Inherit from mode-line-inactive
10906 only on tty.
10907
10908 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
10909
10910 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10911 example, -NLINES in the `occur' docstring).
10912
10913 * replace.el (occur-1): When no matches are found, do not set the
10914 `buffer-read-only' and modified flags for the occur buffer,
10915 because it is deleted.
10916
10917 * emulation/cua-base.el (cua-check-pending-input)
10918 (cua-repeat-replace-region, cua-mode, cua-debug)
10919 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10920 Fix typos in docstrings.
10921
10922 * emulation/cua-gmrk.el (cua-toggle-global-mark)
10923 (cua-cut-region-to-global-mark)
10924 (cua--cut-rectangle-to-global-mark):
10925 Remove period from end of messages.
10926
10927 * emulation/cua-rect.el (cua-do-rectangle-padding):
10928 Remove period from end of messages.
10929 (cua--rectangle-seq-format): Fix typo in docstring.
10930 (cua-sequence-rectangle, cua-fill-char-rectangle):
10931 Improve argument/docstring consistency.
10932
10933 2005-06-29 Juri Linkov <juri@jurta.org>
10934
10935 * faces.el (default-frame-background-mode): New internal variable.
10936 (frame-set-background-mode): Use it.
10937
10938 * startup.el (normal-top-level): Set default-frame-background-mode
10939 instead of frame-background-mode. Before setting it, test for its
10940 nil value. Remove tests for frame-background-mode and frame
10941 parameter `reverse'. Add test for "unspecified-fg".
10942
10943 * term/xterm.el (xterm-rxvt-set-background-mode):
10944 * term/rxvt.el (rxvt-set-background-mode):
10945 Set default-frame-background-mode instead of frame-background-mode.
10946
10947 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * simple.el (set-variable): Warn about obsolete user variables.
10950
10951 * imenu.el (imenu--completion-buffer):
10952 * mouse.el (mouse-buffer-menu-alist):
10953 * msb.el (msb-invisible-buffer-p):
10954 * calendar/diary-lib.el (diary-header-line-format):
10955 * emacs-lisp/pp.el (pp-buffer):
10956 * progmodes/cperl-mode.el (cperl-do-auto-fill):
10957 * textmodes/picture.el (picture-replace-match):
10958 Change space constants followed by a sexp to "?\s ".
10959
10960 * play/decipher.el (decipher-loop-with-breaks):
10961 * textmodes/texinfo.el (texinfo-insert-@item): Change space
10962 constants "protected" from end of line by a comment to "?\s".
10963
10964 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * font-lock.el (save-buffer-state): Use `declare'.
10967
10968 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10969 reset the syntax-table to cperl-mode-syntax-table.
10970 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10971 "foo_print_bar" is not matched as a reserved keyword.
10972
10973 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
10974
10975 * textmodes/org.el (orgtbl-setup): New function, for delayed
10976 setup for the orgtbl commands.
10977 (org-calc-default-modes): New option.
10978 (orgtbl-make-binding): Use `defun' to get better help display.
10979 (org-diary): Call `org-compile-prefix-format'.
10980 (org-table-formula-substitute-names): New function.
10981 (org-agenda-day-view, org-agenda-week-view): New commands.
10982 (org-agenda-toggle-week-view): Command removed.
10983 (org-tbl-menu): Split off from org-org-menu.
10984 (org-mode): Move removal of outline-mode menus to here.
10985 (org-table-formula-debug): New option.
10986 (org-table-insert-row): Keep first field if just "#" or "*".
10987 (org-mode): Paragraph regexps fixed.
10988 (org-table-recalculate-regexp): New constant.
10989 (org-table-justify-field-maybe): Avoid replace if not necessary.
10990 (org-copy-special, org-cut-special): Use `call-interactively'.
10991 (org-table-copy-region): Take region from `interactive' call.
10992 (org-trim): Return string even if no match.
10993 (org-formula): New face.
10994 (org-set-font-lock-defaults): No longer highlight "FIXME".
10995 But highlight formula-related fields in table.
10996 (org-table-p): Use regexp, not fontification.
10997 (org-table-align): Handle white space at end of line.
10998 (org-table-formula-evaluate-inline): New option.
10999 (org-mode): Auto-wrapping in comment lines turned off.
11000 (org-table-copy-down): Evaluate only in copied field, not in
11001 destination.
11002 (org-table-current-formula): Variable removed.
11003 (org-table-store-formulas, org-table-get-stored-formulas)
11004 (org-table-modify-formulas, org-table-replace-in-formulas)
11005 (org-table-maybe-eval-formula): New functions.
11006 (org-table-get-formula): Modify to use stored formulas.
11007 (org-table-insert-column, org-table-delete-column)
11008 (org-table-move-column): Call `org-table-modify-formulas'.
11009 (org-complete): Add completion for keyword formulas.
11010 (orgtbl-mode): Pull orgtbl-mode-map to start of
11011 minor-mode-map-alist.
11012
11013 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * progmodes/python.el (python-check): Require `compile' before
11016 modifying its variables.
11017
11018 * newcomment.el (comment-indent-default): Don't get fooled by an early
11019 end of buffer.
11020
11021 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11022
11023 * ps-print.el (ps-print-version): Fix version number.
11024
11025 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
11026
11027 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11028
11029 2005-06-28 Richard M. Stallman <rms@gnu.org>
11030
11031 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11032 (flyspell-local-mouse-map): Declaration deleted.
11033 (flyspell-mouse-map): Bind only mouse-2.
11034 (flyspell-mode-map): Don't test flyspell-use-local-map.
11035 (flyspell-overlay-keymap-property-name): Var deleted.
11036 (flyspell-mode-on): Don't make local bindings for
11037 flyspell-mouse-map and flyspell-mode-map.
11038 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11039
11040 * textmodes/ispell.el (ispell-word): Do not ignore short words.
11041
11042 * progmodes/compile.el (compilation-next-error-function):
11043 Don't switch buffers; operate on the current buffer.
11044
11045 * progmodes/compile.el (compilation-error-file-name)
11046 (compilation-warning-file-name, compilation-info-file-name)
11047 (compilation-line-number, compilation-column-number): New faces.
11048 (compilation-error-face, compilation-warning-face)
11049 (compilation-info-face, compilation-line-face)
11050 (compilation-column-face): Use them.
11051
11052 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11053
11054 * comint.el (comint-password-prompt-regexp): Accept ", try again".
11055
11056 * bindings.el (global-map): Bind insertchar and its variants.
11057
11058 2005-06-27 Richard M. Stallman <rms@gnu.org>
11059
11060 * textmodes/artist.el (artist-text-overwrite)
11061 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11062
11063 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11064
11065 * ps-print.el: It was not working the page selection for printing.
11066 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11067 (ps-print-version): New version 6.6.7.
11068 (ps-end-sheet): New fun.
11069 (ps-header-sheet, ps-end-job): Call it.
11070
11071 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
11072
11073 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11074
11075 2005-06-27 Lute Kamstra <lute@gnu.org>
11076
11077 * facemenu.el (facemenu-unlisted-faces): Add foreground and
11078 background color faces.
11079 (facemenu-get-face): Delete function.
11080 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11081 (facemenu-add-new-color): Make second argument mandatory.
11082 Create the appropriate face and return it. Simplify.
11083 (facemenu-set-foreground, facemenu-set-background): Don't check if
11084 color is defined. Use return value of facemenu-add-new-color.
11085
11086 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gud.el (gud-filter): Add missing argument to
11089 with-selected-window.
11090
11091 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11094 a :require to the defcustom.
11095
11096 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11097 defcustoms corresponding to minor modes.
11098
11099 2005-06-26 David Ponce <david@dponce.com>
11100
11101 * recentf.el: Require tree-widget instead of wid-edit.
11102 (recentf-filename-handler): Fix widget :type.
11103 (recentf-cancel-dialog, recentf-open-more-files)
11104 (recentf-open-files-action): Doc fix.
11105 (recentf-dialog-goto-first): New function.
11106 (recentf-dialog-mode-map): Set parent keymap first.
11107 (recentf-dialog-mode): Define with define-derived-mode.
11108 Don't display continuation lines in dialogs.
11109 (recentf-edit-list): Rename from recentf-edit-selected-items.
11110 (recentf-edit-list-select): Rename from recentf-edit-list-action.
11111 Simplify.
11112 (recentf-edit-list-validate): New function.
11113 (recentf-edit-list): Update accordingly.
11114 (recentf-open-files-item-shift): Remove.
11115 (recentf-open-files-item): Convert menu elements into tree and
11116 link widgets. Don't create the widgets.
11117 (recentf-open-files): Update accordingly.
11118 (recentf-save-list): Untabify.
11119
11120 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
11121
11122 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11123 (keep-lines): Add INTERACTIVE arg. Never delete lines only
11124 partially contained in the active region. Do not take active
11125 region into account when called from Lisp, unless INTERACTIVE arg
11126 is non-nil. Use `forward-line' instead of `beginning-of-line' to
11127 avoid trouble with fields. Make marker point nowhere when no
11128 longer used. Always return nil. Doc fix.
11129 (flush-lines): Add INTERACTIVE arg. Do not take active region
11130 into account when called from Lisp, unless INTERACTIVE arg is
11131 non-nil. Use `forward-line' instead of `beginning-of-line' to
11132 avoid trouble with fields. Make marker point nowhere when no
11133 longer used. Always return nil. Doc fix.
11134 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
11135 interchangeable. Do not take active region into account when
11136 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
11137 message in echo area when called from Lisp, unless INTERACTIVE arg
11138 is non-nil. Avoid saying "1 occurrences". Do not use markers.
11139 Return the number of matches. Doc fix.
11140 (occur): Doc fix.
11141 (perform-replace): Make comment follow double space convention for
11142 the sake of `outline-minor-mode'.
11143
11144 * faces.el (facep): Doc fix.
11145
11146 2005-06-25 Richard M. Stallman <rms@gnu.org>
11147
11148 * facemenu.el (facemenu-enable-faces-p): New function.
11149 (facemenu-background-menu, facemenu-foreground-menu)
11150 (facemenu-face-menu): Add menu-enable property.
11151
11152 * jka-compr.el (jka-compr-insert-file-contents):
11153 Special handling if cannot find the uncompression program.
11154
11155 * cus-face.el (custom-face-attributes): Add autoload.
11156
11157 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11158 Bind comment-indent-function locally.
11159
11160 * window.el (save-selected-window): Use save-current-buffer.
11161
11162 * subr.el (with-selected-window): Use save-current-buffer.
11163
11164 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11165 and with-current-buffer.
11166
11167 2005-06-24 Richard M. Stallman <rms@gnu.org>
11168
11169 * simple.el (line-move-1): Fix previous change.
11170
11171 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
11172
11173 * replace.el (occur-1): Set `buffer-read-only' and the
11174 buffer-modified flag before running `occur-hook' to protect
11175 against unintentional buffer switches that can lead to data loss.
11176
11177 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
11178
11179 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11180 (gud-gdb-marker-filter): Use font-lock-warning-face for any
11181 initial error.
11182
11183 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11184 after fresh input.
11185 (gdb-var-create-handler): Put name of expression in quotes.
11186
11187 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
11188
11189 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11190 elements of RING in order, and without bogus nil elements.
11191
11192 2005-06-23 Richard M. Stallman <rms@gnu.org>
11193
11194 * simple.el (set-variable): Args renamed; doc fix.
11195 (line-move-1): When there are overlays around, use vertical-motion.
11196
11197 * faces.el (escape-glyph): Use brown against light background.
11198 (nobreak-space): Rename from no-break-space.
11199 Fix previous change.
11200
11201 * dired-aux.el (dired-do-copy): Fix arg prompt.
11202
11203 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11204
11205 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11206
11207 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11208 rather than "Distributor".
11209
11210 2005-06-23 Lute Kamstra <lute@gnu.org>
11211
11212 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11213 (debug-on-entry): Use it. New interactive declaration that uses
11214 function-called-at-point.
11215
11216 2005-06-23 Kim F. Storm <storm@cua.dk>
11217
11218 * subr.el (save-match-data): Add comment about using evaporate arg
11219 to set-match-data.
11220
11221 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
11222
11223 * cus-edit.el (customize-face)
11224 (customize-face-other-window): Handle face aliases.
11225
11226 * faces.el (face-documentation, set-face-attribute)
11227 (face-spec-set): Handle face aliases.
11228
11229 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
11230
11231 * help-mode.el (help-make-xrefs): If a symbol representing a face
11232 name is not followed by the word "face", it could still be a
11233 function or variable name, so don't bypass other checks.
11234
11235 2005-06-22 Juri Linkov <juri@jurta.org>
11236
11237 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11238 Replace aliased functions with calls where second arg `inherit' is t.
11239
11240 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
11241
11242 * progmodes/gdb-ui.el (gdb-error): New variable.
11243 (gdb-error): New function.
11244 (gdb-annotation-rules): Act on error-begin and error annotations.
11245 (gdb-concat-output): Use font-lock-warning-face for errors.
11246
11247 2005-06-22 Miles Bader <miles@gnu.org>
11248
11249 * bindings.el (propertized-buffer-identification): Use renamed
11250 `Buffer-menu-buffer' face.
11251
11252 * faces.el (vertical-border): Rename from `vertical-divider'.
11253 (escape-glyph): Change dark-background color back to `cyan'.
11254
11255 2005-06-21 Juri Linkov <juri@jurta.org>
11256
11257 * faces.el (face-user-default-spec): Try getting `customized-face'
11258 prior to `saved-face'.
11259 (frame-background-mode): Refill docstring.
11260
11261 * emacs-lisp/lisp-mode.el (eval-defun-1):
11262 * emacs-lisp/edebug.el (edebug-eval-defun):
11263 Set `saved-face' temporarily to nil before calling form.
11264 Set `customized-face' to the new spec after that.
11265
11266 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
11267
11268 * subr.el (1value, lambda, key-substitution-in-progress):
11269 Doc fixes.
11270
11271 * autoinsert.el (auto-insert-alist):
11272 * ses.el (ses-call-printer):
11273 * subr.el (noreturn):
11274 * emacs-lisp/lisp.el (check-parens):
11275 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11276 * net/browse-url.el (browse-url-mosaic):
11277 * progmodes/cc-defs.el (c-safe-scan-lists):
11278 * progmodes/ebnf-abn.el (ebnf-abn-lex):
11279 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11280 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11281 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11282 * progmodes/ebnf-iso.el (ebnf-iso-lex):
11283 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11284
11285 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11286
11287 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11288
11289 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
11290
11291 * calendar/appt.el (appt-make-list): Activate the package, if
11292 not already active (for backwards compatibility).
11293
11294 2005-06-20 Kim F. Storm <storm@cua.dk>
11295
11296 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
11297
11298 2005-06-20 Miles Bader <miles@gnu.org>
11299
11300 * faces.el (vertical-divider): New face.
11301
11302 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
11303
11304 * simple.el (kill-whole-line): Doc fix.
11305 (next-error-buffer-p, next-error-find-buffer)
11306 (clone-indirect-buffer): Fix typos in docstrings.
11307 (comment-line-break-function): Doc fix: don't say variable
11308 is automatically buffer-local (it isn't).
11309
11310 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
11311
11312 * net/tramp-ftp.el (top):
11313 * net/tramp-smb.el (top):
11314 * net/tramp-util.el (top):
11315 * net/tramp-uu.el (top):
11316 * net/tramp-vc.el (top):
11317 * net/tramp.el (top): Revert copyright years back to original
11318 ones. Tramp has a life outside GNU Emacs.
11319
11320 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
11321
11322 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11323
11324 2005-06-18 Juri Linkov <juri@jurta.org>
11325
11326 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11327 end of first regexp to limit the match to the position between
11328 line number and source line with same separator character as used
11329 between file name and line number. In the second regexp limit
11330 mouse-face area to file name and line number by adding new group
11331 for them and referring it in HYPERLINK arg.
11332 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11333 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11334 previous line where grep markers may be already removed.
11335
11336 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
11337
11338 * progmodes/ps-mode.el: Update version and maintainer's email address.
11339
11340 2005-06-18 Steve Youngs <steve@xemacs.org>
11341
11342 * net/browse-url.el (browse-url-browser-function)
11343 (browse-url-default-browser): Add firefox.
11344 (browse-url-firefox-program, browse-url-firefox-arguments)
11345 (browse-url-firefox-startup-arguments)
11346 (browse-url-firefox-new-window-is-tab): New defcustoms.
11347 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11348
11349 2005-06-17 Richard M. Stallman <rms@gnu.org>
11350
11351 * startup.el (command-line): Warn if specified user name has
11352 no home directory.
11353
11354 * term.el (term-get-old-input, term-input-filter, term-input-sender)
11355 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11356
11357 * longlines.el (longlines-mode, longlines-show-hard-newlines):
11358 Doc fixes.
11359
11360 * faces.el (underline): Try bold if terminal doesn't support underline.
11361
11362 * mail/sendmail.el (mail-setup-with-from): New variable.
11363 (mail-insert-from-field): New function.
11364 (sendmail-send-it): Call it.
11365 (mail-setup): Optionally call it here.
11366
11367 * term/linux.el: Call tty-no-underline.
11368
11369 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
11370
11371 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11372
11373 2005-06-17 Miles Bader <miles@gnu.org>
11374
11375 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11376 (ediff-current-diff-C, ediff-current-diff-Ancestor)
11377 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11378 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11379 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11380 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11381 Remove "-face" suffix from face names.
11382 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11383 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11384 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11385 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11386 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11387 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11388 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11389 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11390 New backward-compatibility aliases for renamed faces.
11391 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11392 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11393 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11394 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11395 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11396 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11397 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11398 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11399 Use renamed ediff faces.
11400
11401 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11402 Remove "-face" suffix from face names.
11403 (eshell-test-ok-face, eshell-test-failed-face):
11404 New backward-compatibility aliases for renamed faces.
11405 (eshell-run-test): Use renamed eshell-test faces.
11406
11407 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11408 face name.
11409 (eshell-prompt-face): New backward-compatibility alias for renamed
11410 face.
11411 (eshell-emit-prompt): Use renamed eshell-prompt face.
11412
11413 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11414 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11415 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11416 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11417 Remove "-face" suffix from face names.
11418 (eshell-ls-directory-face, eshell-ls-symlink-face)
11419 (eshell-ls-executable-face, eshell-ls-readonly-face)
11420 (eshell-ls-unreadable-face, eshell-ls-special-face)
11421 (eshell-ls-missing-face, eshell-ls-archive-face)
11422 (eshell-ls-backup-face, eshell-ls-product-face)
11423 (eshell-ls-clutter-face):
11424 New backward-compatibility aliases for renamed faces.
11425 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11426
11427 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11428 Remove "-face" suffix from face name.
11429 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11430 instead of literal face.
11431
11432 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
11433
11434 * emacs-lisp/warnings.el (display-warning, lwarn)
11435 (warning-minimum-log-level): Doc fixes.
11436 (warning-minimum-level, warning-minimum-log-level):
11437 Add :debug to :type choices.
11438
11439 * progmodes/ada-mode.el (ada-format-paramlist)
11440 (ada-get-indent-case, ada-check-matching-start)
11441 (ada-check-defun-name, ada-goto-matching-decl-start)
11442 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11443 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11444 (ada-make-subprogram-body): Follow error conventions.
11445 (ada-case-exception-file, ada-indent-comment-as-code)
11446 (ada-indent-handle-comment-special, ada-indent-renames)
11447 (ada-indent-return, ada-search-directories-internal)
11448 (ada-tab-policy, ada-case-exception-substring)
11449 (ada-other-file-alist, ada-matching-start-re)
11450 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11451 (ada-imenu-generic-expression, ada-compile-goto-error)
11452 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11453 (ada-popup-menu, ada-add-extensions, ada-mode)
11454 (ada-region-selected, ada-create-case-exception)
11455 (ada-create-case-exception-substring, ada-after-keyword-p)
11456 (ada-activate-keys-for-case, ada-adjust-case-region)
11457 (ada-adjust-case-buffer, ada-format-paramlist)
11458 (ada-scan-paramlist, ada-insert-paramlist)
11459 (ada-indent-newline-indent)
11460 (ada-indent-newline-indent-conditional)
11461 (ada-justified-indent-current, ada-goto-previous-word)
11462 (ada-indent-current, ada-get-indent-open-paren)
11463 (ada-get-indent-paramlist, ada-get-indent-end)
11464 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11465 (ada-get-indent-block-start, ada-get-indent-subprog)
11466 (ada-get-indent-noindent, ada-get-indent-label)
11467 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11468 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11469 (ada-goto-stmt-end, ada-goto-next-word)
11470 (ada-check-matching-start, ada-check-defun-name)
11471 (ada-goto-matching-decl-start, ada-goto-matching-start)
11472 (ada-goto-matching-end, ada-search-ignore-string-comment)
11473 (ada-in-decl-p, ada-looking-at-semi-or)
11474 (ada-looking-at-semi-private, ada-in-paramlist-p)
11475 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11476 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11477 (ada-next-procedure, ada-previous-procedure, ada-next-package)
11478 (ada-previous-package, ada-create-menu)
11479 (ada-fill-comment-paragraph-justify)
11480 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11481 (ada-other-file-name, ada-last-which-function-line)
11482 (ada-last-which-function-subprog, ada-which-function)
11483 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11484 (ada-gen-treat-proc, ada-check-emacs-version)
11485 (ada-continuation-indent, ada-align-region-separate):
11486 Fix typos in docstrings.
11487 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11488
11489 2005-06-16 Lute Kamstra <lute@gnu.org>
11490
11491 * simple.el (fundamental-mode): Run after-change-major-mode-hook
11492 conditionally.
11493
11494 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11495
11496 * comint.el (comint-replace-by-expanded-filename)
11497 (comint-prompt-regexp, comint-delimiter-argument-list)
11498 (comint-preinput-scroll-to-bottom):
11499 * info.el (Info-hide-cookies-node):
11500 * ls-lisp.el (ls-lisp-classify):
11501 * find-file.el (ff-search-directories, ff-special-constructs)
11502 (ff-find-other-file):
11503 * font-lock.el (font-lock-keywords):
11504 * shell.el (shell-prompt-pattern)
11505 (shell-dynamic-complete-functions, shell-mode)
11506 (shell-delimiter-argument-list):
11507 * term.el (term-replace-by-expanded-filename)
11508 (term-prompt-regexp, term-delimiter-argument-list):
11509 * woman.el (woman-ignore, woman0-if):
11510 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11511 * emacs-lisp/elint.el (elint-init-env):
11512 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11513 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11514 * language/ethio-util.el (ethio-tilde-escape)
11515 (ethio-use-three-dot-question):
11516 * net/zone-mode.el (zone-mode-load-time-setup):
11517 * progmodes/cc-align.el (c-lineup-argcont):
11518 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11519 * progmodes/cperl-mode.el (cperl-set-style-back):
11520 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11521 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11522 Fix spellings in docstrings.
11523
11524 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11525 * progmodes/modula2.el (m2-for): Fix spellings.
11526
11527 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11528
11529 * simple.el (undo-more): Don't use `format' on `error' arguments.
11530 Improve argument/docstring consistency.
11531 (pending-undo-list): Doc fix.
11532
11533 * smerge-mode.el (smerge-ensure-match):
11534 * emulation/vip.el (vip-ex):
11535 * net/zone-mode.el (zone-mode-update-serial):
11536 * progmodes/idlwave.el (idlwave-complete):
11537 * progmodes/vhdl-mode.el (vhdl-visit-file)
11538 (vhdl-compose-wire-components):
11539 Don't use `format' on `error' arguments.
11540
11541 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11542 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11543 (tooltip-help-tips): Fix typos in docstrings.
11544
11545 2005-06-16 David Ponce <david@dponce.com>
11546
11547 * tree-widget.el (tree-widget-value-create): Simplify last change.
11548
11549 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
11550
11551 * ido.el (ido-incomplete-regexp): New variable.
11552 (ido-set-matches-1): Handle invalid-regexp error and set
11553 ido-incomplete-regexp.
11554 (ido-incomplete-regexp): New face.
11555 (ido-completions): Use it.
11556 (ido-complete, ido-exit-minibuffer, ido-completions):
11557 Handle incomplete regexps.
11558 (ido-completions): Add check for complete match when entering a regexp.
11559
11560 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11563
11564 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11565
11566 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11567 by field delimiters.
11568
11569 2005-06-15 David Ponce <david@dponce.com>
11570
11571 * tree-widget.el: eval-and-compile inlined functions so they will
11572 be available at run-time too.
11573 (tree-widget-super-format-handler)
11574 (tree-widget-format-handler): Remove.
11575 (tree-widget-value-create): Handle the :indent property.
11576
11577 2005-06-15 Miles Bader <miles@gnu.org>
11578
11579 * progmodes/which-func.el (which-func): Only inherit
11580 `font-lock-function-name-face' when that makes sense against the
11581 default mode-line face, otherwise set the face color explicitly.
11582
11583 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11584 faces instead of (non-existent) variables.
11585
11586 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11589 (iswitchb-get-matched-buffers): Likewise. Simplify.
11590
11591 2005-06-14 Miles Bader <miles@gnu.org>
11592
11593 * progmodes/ld-script.el (ld-script-location-counter):
11594 Remove "-face" suffix from face name.
11595 (ld-script-location-counter-face):
11596 New backward-compatibility alias for renamed face.
11597 (ld-script-location-counter-face): Use renamed face.
11598
11599 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11600 (cperl-hash): Remove "-face" suffix from face names.
11601 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11602 New backward-compatibility aliases for renamed faces.
11603 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11604 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11605
11606 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11607 name.
11608 (which-func-face): New backward-compatibility alias for renamed face.
11609 (which-func-format): Use renamed which-func face.
11610
11611 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11612 (vhdl-function, vhdl-directive, vhdl-reserved-word)
11613 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11614 names.
11615 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11616 (vhdl-speedbar-configuration, vhdl-speedbar-package)
11617 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11618 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11619 (vhdl-speedbar-architecture-selected)
11620 (vhdl-speedbar-configuration-selected)
11621 (vhdl-speedbar-package-selected)
11622 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11623 names.
11624 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11625 Use renamed faces.
11626 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11627 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11628 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11629 Use renamed faces.
11630 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11631 names.
11632 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11633 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11634 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11635 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11636 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11637 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11638
11639 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11640 face name.
11641 (sh-heredoc-face): New backward-compatibility alias for renamed face.
11642 (sh-heredoc-face): Use renamed sh-heredoc face.
11643
11644 * progmodes/idlw-help.el (idlwave-help-link):
11645 Remove "-face" suffix from face name.
11646 (idlwave-help-link-face):
11647 New backward-compatibility alias for renamed face.
11648 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11649
11650 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11651 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11652 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11653 New backward-compatibility aliases for renamed faces.
11654 (idlwave-shell-disabled-breakpoint-face)
11655 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11656
11657 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11658 Remove "-face" suffix from face names.
11659 (flymake-errline-face, flymake-warnline-face):
11660 New backward-compatibility aliases for renamed faces.
11661 (flymake-highlight-line): Use renamed flymake faces.
11662
11663 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11664 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11665 (ebrowse-member-class, ebrowse-progress):
11666 Remove "-face" suffix from face names.
11667 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11668 (ebrowse-file-name-face, ebrowse-default-face)
11669 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11670 (ebrowse-progress-face):
11671 New backward-compatibility aliases for renamed faces.
11672 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11673 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11674 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11675 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11676
11677 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11678 antlr-syntax)
11679 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11680 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11681 names.
11682 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11683 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11684 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11685 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11686 backward-compatibility aliases for renamed faces.
11687 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11688 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11689 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11690 remove "font-lock-". Use renamed antlr-mode faces.
11691 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
11692 literal face-names with face variable references.
11693
11694 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11695 face name.
11696 (Buffer-menu-buffer-face): New backward-compatibility alias for
11697 renamed face.
11698 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11699
11700 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
11701
11702 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11703 Eliminate "-face" suffix.
11704 (makefile-targets): Inherit from font-lock-function-name-face and
11705 eliminate "-face" suffix.
11706 (makefile-shell): Remove attributes and eliminate "-face" suffix.
11707 (makefile-*-font-lock-keywords): Append makefile-targets in rule
11708 actions, instead of prepending, to make it less visible.
11709 (makefile-previous-dependency, makefile-match-dependency):
11710 Don't match a target on a continuation line.
11711
11712 * files.el (auto-mode-alist): Put Makefile in gmake mode.
11713
11714 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
11715
11716 * progmodes/gdb-ui.el (menu): Re-order menu items.
11717 (gdb-tooltip-print): Respect tooltip-use-echo-area.
11718
11719 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11720 Define in tooltip.el.
11721 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11722 (gud-tooltip-tips): Respect tooltip-use-echo-area and
11723 gud-tooltip-echo-area.
11724
11725 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11726 backward compatibility and make obsolete.
11727 (tooltip-help-tips): Use tooltip-use-echo-area.
11728 (tooltip-show-help-function): Rename to...
11729 (tooltip-show-help): ...this, because it is a function.
11730 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11731
11732 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
11733
11734 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11735 (edebug-print-length, edebug-print-level, edebug-print-circle)
11736 (edebug-modify-breakpoint, edebug-eval-last-sexp)
11737 (edebug-eval-print-last-sexp): Doc fixes.
11738
11739 2005-06-14 Kim F. Storm <storm@cua.dk>
11740
11741 * ido.el (ido-mode): Make a new keymap every time we enable ido,
11742 as the coverage buffer/file/both may change.
11743
11744 2005-06-14 Lute Kamstra <lute@gnu.org>
11745
11746 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11747 and run-mode-hooks. Simplify.
11748
11749 * mail/rmailedit.el (rmail-edit-mode):
11750 * progmodes/octave-inf.el (inferior-octave-mode):
11751 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11752
11753 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11754 and run-mode-hooks.
11755 (recentf-edit-list, recentf-open-files): Don't call
11756 kill-all-local-variables directly.
11757
11758 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11759
11760 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11761
11762 * emacs-lisp/byte-run.el (make-obsolete)
11763 (define-obsolete-function-alias): Rename arguments FUNCTION and
11764 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11765 (make-obsolete-variable, define-obsolete-variable-alias):
11766 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11767 respectively.
11768
11769 * isearchb.el (isearchb-activate):
11770 * pcvs.el (cvs-mode):
11771 * ses.el (ses-load):
11772 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11773 * net/tramp.el (tramp-find-file-exists-command)
11774 (tramp-find-shell):
11775 * progmodes/ada-mode.el (ada-create-case-exception)
11776 (ada-create-case-exception-substring, ada-make-subprogram-body):
11777 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11778 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11779 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11780 * textmodes/org.el (org-promote, org-evaluate-time-range)
11781 (org-agenda-next-date-line, org-agenda-previous-date-line)
11782 (org-agenda-error, org-open-at-point, org-table-move-row)
11783 (org-format-table-table-html-using-table-generate-source)
11784 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11785 * textmodes/reftex.el (reftex-access-scan-info):
11786 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11787 (reftex-toc-promote-prepare): Follow error conventions.
11788
11789 * diff-mode.el (diff-mode): Fix typo in docstring.
11790
11791 * forms.el (forms--intuit-from-file): Fix reference to
11792 `forms-number-of-fields' in error message.
11793 (forms-print): Fix quoting in error message.
11794
11795 * forms.el (forms-mode):
11796 * emulation/vi.el (vi-goto-insert-state):
11797 * progmodes/flymake.el (flymake-new-err-info)
11798 (flymake-start-syntax-check-for-current-buffer)
11799 (flymake-simple-cleanup):
11800 * eshell/esh-var.el (eshell/export):
11801 * progmodes/gud.el (xdb):
11802 * textmodes/flyspell.el (flyspell-incorrect-hook)
11803 (flyspell-maybe-correct-transposition)
11804 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11805
11806 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
11807
11808 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11809 minibuffer prompt.
11810
11811 2005-06-13 Kim F. Storm <storm@cua.dk>
11812
11813 * subr.el (add-to-ordered-list): New defun.
11814
11815 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11816 add cua--keymap-alist to emulation-mode-map-alists.
11817
11818 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * subr.el (complete-in-turn): New macro.
11821 (dynamic-completion-table, lazy-completion-table): Add debug info.
11822
11823 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11824 in preference to face aliases.
11825
11826 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11827 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11828 Remove unused vars `start' and `firstline'.
11829 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11830 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11831
11832 2005-06-13 Eli Zaretskii <eliz@gnu.org>
11833
11834 * cus-start.el (all): Don't complain about missing GTK-related
11835 variables, unless either `gtk' is boundp or this isn't a
11836 `windows-nt' build.
11837
11838 2005-06-13 Lute Kamstra <lute@gnu.org>
11839
11840 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11841 run-mode-hooks.
11842
11843 * ediff-mult.el (ediff-meta-mode):
11844 * ediff-util.el (ediff-mode): Use run-mode-hooks.
11845
11846 * ledit.el (ledit-mode): Use delay-mode-hooks.
11847
11848 * woman.el (woman-mode-line-format): Delete constant.
11849 (woman-mode-map): Initialize it properly.
11850 (woman-mode): Set mode-class property to special.
11851 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
11852 Set major-mode and mode-name. Don't set mode-line-format directly.
11853 (Man-getpage-in-background): Don't reference woman-mode-line-format.
11854
11855 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11856 string argument obsolete.
11857
11858 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
11859
11860 * textmodes/org.el (org-CUA-compatible): New option.
11861 (org-disputed-keys): New variable.
11862 (org-key): New function.
11863 (orgtbl-make-binding): Add docstring to the created function.
11864 (org-mode): Set paragraph start/separate regexps.
11865 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11866 (org-archive-location, org-archive-mark-done)
11867 (org-archive-stamp-time): New options.
11868 (org-archive-subtree): New command.
11869 (org-fill-paragraph): New function.
11870 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11871 (org-fake-empty-table-line): Function removed.
11872 (org-format-org-table-html): Do not create empty table lines at
11873 separator lines. Improved table header treatment.
11874 (org-link-format): New option.
11875 (org-make-link): New function.
11876 (org-insert-link, org-store-link): Use org-make-link.
11877 (org-open-file): Quote file name for shell command, to allow
11878 spaces in file names.
11879 (org-link-regexp): Fix bug with mailto link.
11880 (org-link-maybe-angles-regexp, org-protected-link-regexp):
11881 New constants.
11882 (org-export-as-html): Deal with the optional angles around a link.
11883 Better treatment of file: links.
11884 (org-open-at-point): Replace @{ and @} with < and >.
11885 (org-run-mode-hooks): Function removed.
11886 (org-agenda-mode): No longer use `org-run-mode-hooks'.
11887
11888 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
11889
11890 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11891 MI command -data-list-register-values.
11892 (gdb-post-prompt): Indent properly.
11893
11894 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
11895
11896 * hilit-chg.el (highlight-changes-colors): Rename from
11897 `highlight-changes-colours'.
11898 (highlight-changes-colours): Keep as obsolete alias.
11899 (highlight-changes-face-list): Doc fix.
11900 (hilit-chg-make-list): Use `highlight-changes-colors'.
11901
11902 2005-06-12 Mark A. Hershberger <mah@everybody.org>
11903
11904 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11905 defun-prompt-regexp.
11906
11907 2005-06-12 Eli Zaretskii <eliz@gnu.org>
11908
11909 * loadup.el: Don't say we are dumping under 2 names on windows-nt
11910 and cygwin.
11911
11912 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11913 Don't use an old loaddefs.el, as in Makefile.in.
11914
11915 2005-06-12 Lute Kamstra <lute@gnu.org>
11916
11917 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11918
11919 * man.el (Man-mode-map): Initialize it properly.
11920 (Man-mode): Set mode-class property to special.
11921
11922 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11923
11924 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11927 A newline is needed in the docstring there.
11928
11929 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11930 Doc fixes.
11931
11932 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11933
11934 * printing.el: Doc fix. The menubar is no more changed when printing
11935 is loaded, it only changes when pr-menu-bind or pr-update-menus is
11936 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
11937 (pr-version): New version number (6.8.4).
11938 (pr-menu-bind): New command.
11939 (pr-update-menus): Docstring and code fix.
11940 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11941 Docstring fix.
11942 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11943 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11944
11945 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
11946
11947 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11948 "Returns" to "return", document useful return values, etc.
11949
11950 2005-06-11 Alan Mackenzie <acm@muc.de>
11951
11952 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11953 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11954 (adaptive-file-function): Minor amendment to doc-string.
11955
11956 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11957
11958 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11959 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11960 Fix :type--it is `integer', not `string'.
11961
11962 * faces.el (modeline-highlight): Rename from (the erroneous)
11963 `modeline-higilight'.
11964
11965 2005-06-11 Lute Kamstra <lute@gnu.org>
11966
11967 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11968 lisp-interaction-mode-map but make it the parent.
11969 (edebug-eval-mode): Use define-derived-mode.
11970
11971 2005-06-11 Andreas Schwab <schwab@suse.de>
11972
11973 * bindings.el: Add binding of `ESC functionkey' for every
11974 `M-functionkey'.
11975 * hexl.el (hexl-mode-map): Likewise.
11976
11977 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
11978
11979 * progmodes/compile.el (compilation-error-regexp-alist-alist)
11980 [msft]: update regexp for newer msft compilers.
11981
11982 2005-06-10 Mark A. Hershberger <mah@everybody.org>
11983
11984 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11985 ATTLIST portions of included DTDs.
11986 (xml-parse-dtd): Eliminate use of inefficient match-data.
11987
11988 2005-06-10 Miles Bader <miles@gnu.org>
11989
11990 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11991 (mpuz-text): Remove "-face" suffix from face names.
11992 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11993 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11994 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11995
11996 * play/gomoku.el (gomoku-O, gomoku-X):
11997 Remove "-face" suffix from face names.
11998 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11999 New backward-compatibility aliases for renamed faces.
12000 (gomoku-font-lock-keywords): Use renamed gomoku faces.
12001
12002 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
12003
12004 * thumbs.el: Fixes for changes of 2005-06-09.
12005 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12006 as a directory.
12007 (thumbs-thumbname): Remove directory separator from format string;
12008 `thumbs-thumbsdir' now returns a valid directory name.
12009 (thumbs-temp-dir): New defsubst.
12010 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12011 Use it.
12012
12013 * cus-edit.el (minibuffer):
12014 * files.el (make-backup-file-name-function):
12015 * filesets.el (filesets-external-viewers):
12016 * hilit-chg.el (highlight-changes-colours)
12017 (highlight-changes-face-list, highlight-changes-rotate-faces):
12018 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12019 * kmacro.el (kmacro-call-macro):
12020 * log-edit.el (log-edit-changelog-full-paragraphs):
12021 * mouse.el (mouse-1-click-follows-link):
12022 * skeleton.el (skeleton-autowrap):
12023 * subr.el (insert-for-yank-1):
12024 * tempo.el (tempo-insert-region):
12025 * terminal.el (terminal-emulator):
12026 * time.el (display-time-mail-face):
12027 * vc.el (vc-annotate):
12028 * vcursor.el (vcursor-copy-line):
12029 * woman.el (woman-bold-headings, woman-ignore)
12030 (woman-default-faces, woman-monochrome-faces):
12031 * calendar/todo-mode.el (todo-insert-threshold):
12032 * emulation/pc-select.el (pc-select-selection-keys-only)
12033 (pc-selection-mode):
12034 * emulation/vip.el (vip-find-char-forward):
12035 * emulation/viper-cmd.el (viper-find-char-forward):
12036 * international/mule-cmds.el
12037 (select-safe-coding-system-accept-default-p)
12038 (input-method-exit-on-invalid-key):
12039 * international/mule-diag.el (describe-coding-system):
12040 * international/ucs-tables.el (unify-8859-on-encoding-mode):
12041 * net/browse-url.el (browse-url-xterm-program):
12042 * obsolete/lazy-lock.el (lazy-lock-mode):
12043 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12044 (cperl-mode):
12045 * progmodes/cpp.el (cpp-face-light-name-list)
12046 (cpp-face-dark-name-list):
12047 * progmodes/delphi.el (delphi-newline-always-indents):
12048 Fix spellings in docstrings.
12049
12050 * ido.el (ido-mode, ido-file-extensions-order)
12051 (ido-default-file-method, ido-default-buffer-method)
12052 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12053 (ido-decorations, ido-read-file-name-as-directory-commands)
12054 (ido-read-file-name-non-ido, ido-work-directory-list)
12055 (ido-ignore-item-temp-list, ido-current-directory)
12056 (ido-magic-forward-char, ido-enter-find-file)
12057 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12058 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12059
12060 2005-06-10 Lute Kamstra <lute@gnu.org>
12061
12062 * play/dunnet.el (dun-mode): Use define-derived-mode.
12063 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
12064 obsolete alias.
12065
12066 * play/doctor.el (doctor-mode-map): Remove defvar.
12067 (doctor-mode): Use define-derived-mode.
12068
12069 * mail/mspools.el (mspools-mode):
12070 * net/eudc-hotlist.el (eudc-hotlist-mode):
12071 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12072
12073 2005-06-10 Miles Bader <miles@gnu.org>
12074
12075 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12076 Remove "-face" suffix from face names.
12077 (flyspell-incorrect-face, flyspell-duplicate-face):
12078 New backward-compatibility aliases for renamed faces.
12079 (flyspell-mode-on, make-flyspell-overlay)
12080 (flyspell-highlight-incorrect-region)
12081 (flyspell-highlight-duplicate-region)
12082 (flyspell-display-next-corrections)
12083 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12084
12085 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12086 from face name.
12087 (texinfo-heading-face): New backward-compatibility alias for
12088 renamed face.
12089 (texinfo-heading-face): Use renamed texinfo-heading face.
12090
12091 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12092 suffix from face names.
12093 (tex-math-face, tex-verbatim-face):
12094 New backward-compatibility aliases for renamed faces.
12095 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12096 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12097 literal face name.
12098
12099 * textmodes/table.el (table-cell): Remove "-face" suffix from face
12100 name.
12101 (table-cell-face): New backward-compatibility alias for renamed face.
12102 (table--put-cell-face-property, table--update-cell-face):
12103 Use renamed table-cell face.
12104
12105 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12106 from face name.
12107 (sgml-namespace-face): New backward-compatibility alias for
12108 renamed face.
12109 (sgml-namespace-face): Use renamed sgml-namespace face.
12110
12111 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12112 (org-level-4, org-level-5, org-level-6, org-level-7)
12113 (org-level-8, org-warning, org-headline-done)
12114 (org-deadline-announce, org-scheduled-today)
12115 (org-scheduled-previously, org-link, org-done, org-table)
12116 (org-time-grid): Remove "-face" suffix from face names.
12117 (org-level-1-face, org-level-2-face, org-level-3-face)
12118 (org-level-4-face, org-level-5-face, org-level-6-face)
12119 (org-level-7-face, org-level-8-face, org-warning-face)
12120 (org-headline-done-face, org-deadline-announce-face)
12121 (org-scheduled-today-face, org-scheduled-previously-face)
12122 (org-link-face, org-done-face, org-table-face)
12123 (org-time-grid-face):
12124 New backward-compatibility aliases for renamed faces.
12125 (org-level-faces, org-set-font-lock-defaults, org-timeline)
12126 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12127 (org-agenda-get-timestamps, org-agenda-get-scheduled)
12128 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12129
12130 * emulation/viper-init.el (viper-search, viper-replace-overlay)
12131 (viper-minibuffer-emacs, viper-minibuffer-insert)
12132 (viper-minibuffer-vi): Remove "-face" suffix from face names.
12133 (viper-search-face, viper-replace-overlay-face)
12134 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12135 (viper-minibuffer-vi-face):
12136 New backward-compatibility aliases for renamed faces.
12137 (viper-search-face, viper-replace-overlay-face)
12138 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12139 (viper-minibuffer-vi-face): Use renamed viper faces.
12140
12141 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12142 Remove "-face" suffix from face names.
12143 (testcover-nohits-face, testcover-1value-face):
12144 New backward-compatibility aliases for renamed faces.
12145 (testcover-mark): Use renamed testcover faces.
12146
12147 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12148 face name.
12149 (diary-button-face): New backward-compatibility alias for renamed face.
12150 (diary-entry): Use renamed diary-button face.
12151
12152 * calendar/calendar.el (diary, calendar-today, holiday)
12153 (mark-visible-calendar-date): Remove "-face" suffix from face names.
12154 (diary-face, calendar-today-face, holiday-face):
12155 New backward-compatibility aliases for renamed faces.
12156 (eval-after-load "facemenu", diary-entry-marker)
12157 (calendar-today-marker, calendar-holiday-marker, diary-face):
12158 Use renamed calendar faces.
12159
12160 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12161 (compare-windows-face): New backward-compatibility alias for
12162 renamed face.
12163 (compare-windows-highlight): Use renamed compare-windows face.
12164
12165 * strokes.el (strokes-char): Remove "-face" suffix from face name.
12166 (strokes-char-face): New backward-compatibility alias for renamed face.
12167 (strokes-encode-buffer): Use renamed strokes-char face.
12168
12169 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12170 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12171 Remove "-face" suffix from face names.
12172 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12173 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12174 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12175 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12176 Use renamed pcvs faces.
12177 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12178 * pcvs-defs.el (cvs-mode-map): Likewise.
12179 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12180
12181 * info.el (info-title-1, info-title-2, info-title-3)
12182 (info-title-4): Remove "-face" suffix from and downcase face names.
12183 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12184 (Info-title-4-face):
12185 New backward-compatibility aliases for renamed faces.
12186 (Info-fontify-node): Use renamed info faces.
12187
12188 * hilit-chg.el (highlight-changes, highlight-changes-delete):
12189 Remove "-face" suffix from face names.
12190 (highlight-changes-face, highlight-changes-delete-face):
12191 New backward-compatibility aliases for renamed faces.
12192 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12193 (hilit-chg-make-list): Use renamed highlight-changes faces.
12194
12195 * generic-x.el (show-tabs-tab, show-tabs-space):
12196 Remove "-face" suffix from face names.
12197 (show-tabs-tab-face, show-tabs-space-face):
12198 New backward-compatibility aliases for renamed faces.
12199 (show-tabs-generic-mode-font-lock-defaults-1)
12200 (show-tabs-generic-mode-font-lock-defaults-2):
12201 Use renamed show-tabs faces.
12202
12203 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12204 (smerge-markers): Remove "-face" suffix from face names.
12205 (smerge-mine-face, smerge-other-face, smerge-base-face)
12206 (smerge-markers-face):
12207 New backward-compatibility aliases for renamed faces.
12208 (smerge-mine-face, smerge-other-face, smerge-base-face)
12209 (smerge-markers-face): Use renamed smerge faces.
12210
12211 * log-view.el (log-view-file, log-view-message): Remove "-face"
12212 suffix from face names.
12213 (log-view-file-face, log-view-message-face):
12214 New backward-compatibility aliases for renamed faces.
12215 (log-view-file-face, log-view-message-face): Use renamed log-view
12216 faces.
12217
12218 * paren.el (show-paren-match, show-paren-mismatch):
12219 Remove "-face" suffix from face names.
12220 (show-paren-match-face, show-paren-mismatch-face):
12221 New backward-compatibility aliases for renamed faces.
12222 (show-paren-function): Use renamed show-paren faces.
12223
12224 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12225 (ruler-mode-margins, ruler-mode-fringes)
12226 (ruler-mode-column-number, ruler-mode-fill-column)
12227 (ruler-mode-comment-column, ruler-mode-goal-column)
12228 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12229 suffix from face names.
12230 (ruler-mode-default-face, ruler-mode-pad-face)
12231 (ruler-mode-margins-face, ruler-mode-fringes-face)
12232 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12233 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12234 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12235 New backward-compatibility aliases for renamed faces.
12236 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12237 (ruler-mode-column-number, ruler-mode-fill-column)
12238 (ruler-mode-comment-column, ruler-mode-goal-column)
12239 (ruler-mode-tab-stop, ruler-mode-current-column)
12240 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12241 faces.
12242
12243 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12244 face name.
12245 (whitespace-highlight-the-space): Use renamed face.
12246 (whitespace-highlight-face): New backward-compatibility alias for
12247 renamed face.
12248
12249 * woman.el (woman-italic, woman-bold, woman-unknown)
12250 (woman-addition, woman-symbol-face):
12251 Remove "-face" suffix from face names.
12252 (woman-italic-face, woman-bold-face, woman-unknown-face)
12253 (woman-addition-face):
12254 New backward-compatibility aliases for renamed faces.
12255 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12256 (woman-decode-region, woman-replace-match)
12257 (woman-display-extended-fonts, woman-special-characters)
12258 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12259 Use renamed woman faces.
12260
12261 * longlines.el (longlines-visible-face): Face removed.
12262
12263 * diff-mode.el (diff-header, diff-file-header, diff-index)
12264 (diff-hunk-header, diff-removed, diff-added, diff-changed)
12265 (diff-function, diff-context, diff-nonexistent): Remove "-face"
12266 suffix from face names.
12267 (diff-header-face, diff-file-header-face, diff-index-face)
12268 (diff-hunk-header-face, diff-removed-face, diff-added-face)
12269 (diff-changed-face, diff-function-face, diff-context-face)
12270 (diff-nonexistent-face): New backward-compatibility aliases for
12271 renamed faces.
12272 (diff-header-face, diff-file-header-face)
12273 (diff-index, diff-index-face, diff-hunk-header)
12274 (diff-hunk-header-face, diff-removed, diff-removed-face)
12275 (diff-added, diff-added-face, diff-changed-face, diff-function)
12276 (diff-function-face, diff-context-face, diff-nonexistent)
12277 (diff-nonexistent-face): Use renamed diff-mode faces.
12278
12279 * progmodes/compile.el (compilation-warning-face)
12280 (compilation-info-face): Remove "-face" suffix from face names.
12281 (compilation-warning-face, compilation-info-face):
12282 New backward-compatibility aliases for renamed faces.
12283 (compilation-warning-face, compilation-info-face):
12284 Use renamed compilation faces.
12285
12286 * add-log.el (change-log-date, change-log-name)
12287 (change-log-email, change-log-file, change-log-list)
12288 (change-log-conditionals, change-log-function)
12289 (change-log-acknowledgement): Remove "-face" suffix from face names.
12290 (change-log-date-face, change-log-name-face)
12291 (change-log-email-face, change-log-file-face)
12292 (change-log-list-face, change-log-conditionals-face)
12293 (change-log-function-face, change-log-acknowledgement-face):
12294 New backward-compatibility aliases for renamed faces.
12295 (change-log-font-lock-keywords): Use renamed change-log faces.
12296
12297 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12298 (custom-set, custom-changed, custom-saved, custom-button)
12299 (custom-button-pressed, custom-documentation, custom-state)
12300 (custom-comment, custom-comment-tag, custom-variable-tag)
12301 (custom-variable-button, custom-face-tag, custom-group-tag-1)
12302 (custom-group-tag): Remove "-face" suffix from face names.
12303 (custom-magic-alist, custom-magic-value-create)
12304 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12305 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12306 (custom-set-face, custom-changed-face, custom-saved-face)
12307 (custom-button-face, custom-button-pressed-face)
12308 (custom-documentation-face, custom-state-face)
12309 (custom-comment-face, custom-comment-tag-face)
12310 (custom-variable-tag-face, custom-variable-button-face)
12311 (custom-face-tag-face, custom-group-tag-face-1)
12312 (custom-group-tag-face):
12313 New backward-compatibility aliases for renamed faces.
12314
12315 * wid-edit.el (widget-documentation, widget-button)
12316 (widget-field, widget-single-line-field, widget-inactive)
12317 (widget-button-pressed): "-face" suffix removed from face names.
12318 (widget-documentation-face, widget-button-face)
12319 (widget-field-face, widget-single-line-field-face)
12320 (widget-inactive-face, widget-button-pressed-face):
12321 New backward-compatibility aliases for renamed faces.
12322 (widget-documentation-face, widget-button-face)
12323 (widget-button-pressed-face, widget-specify-field)
12324 (widget-specify-inactive): Use renamed widget faces.
12325
12326 2005-06-10 Kenichi Handa <handa@m17n.org>
12327
12328 * term/x-win.el (x-clipboard-yank): Remove condition-case
12329 wrapping.
12330
12331 2005-06-11 Kenichi Handa <handa@m17n.org>
12332
12333 * add-log.el (change-log-font-lock-keywords): Make the regexp for
12334 date lines stricter.
12335
12336 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
12337
12338 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12339 of x-get-selection.
12340
12341 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
12342
12343 * comint.el (comint-mode, comint-snapshot-last-prompt):
12344 * frame.el (frame-current-scroll-bars):
12345 * term.el (term-mode, term-check-proc, term-input-sender)
12346 (term-simple-send, term-extract-string, term-word)
12347 (term-match-partial-filename):
12348 * window.el (window-current-scroll-bars):
12349 * emulation/cua-base.el (cua-normal-cursor-color)
12350 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12351 (cua-global-mark-cursor-color):
12352 * mail/undigest.el (rmail-forward-separator-regex):
12353 Fix typos in docstrings.
12354
12355 * comint.el (comint-check-proc, make-comint-in-buffer)
12356 (comint-source-default): Doc fixes.
12357
12358 * term.el (term-send-string): Improve argument/docstring consistency.
12359
12360 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
12361
12362 * comint.el (comint-send-input): Bind `inhibit-read-only' around
12363 call to `delete-region'.
12364 (comint-mode-hook): Do not enable Font Lock by default.
12365
12366 2005-06-09 Lute Kamstra <lute@gnu.org>
12367
12368 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12369 could be void.
12370
12371 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * emacs-lisp/debug.el (debugger-will-be-back): New var.
12374 (debug): Use it.
12375 (debugger-step-through, debugger-continue, debugger-jump)
12376 (debugger-return-value): Set it when needed.
12377 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12378 Use inhibit-read-only.
12379
12380 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * window.el (shrink-window-if-larger-than-buffer)
12383 (window-size-fixed): Fix typo in docstring.
12384
12385 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
12386 thumbnails directory on loading.
12387 (thumbs-conversion-program): Use `eq' to check the system type,
12388 not `equal'.
12389 (thumbs-temp-dir): Initialize to `temporary-file-directory',
12390 not "/tmp". Fix docstring.
12391 (thumbs-thumbsdir): New function to return the thumbnails
12392 directory, creating it if needed.
12393 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12394 (thumbs-temp-file): Delete variable and make it into a function.
12395 (thumbs-resize-image, thumbs-modify-image): Use it.
12396 (thumbs-kill-buffer): Simplify.
12397 (thumbs-gensym): Defalias or duplicate CL `gensym'.
12398 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12399 docstrings.
12400
12401 2005-06-09 Kim F. Storm <storm@cua.dk>
12402
12403 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12404 set-match-data to free markers in match-data.
12405
12406 * replace.el (replace-match-data): Pass RESEAT arg `t' to
12407 match-data to unchain markers in match-data.
12408
12409 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12412 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
12413 unnecessary now.
12414
12415 2005-06-08 Richard M. Stallman <rms@gnu.org>
12416
12417 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12418 give the variable a doc string that doesn't say don't set it directly.
12419
12420 * textmodes/ispell.el (ispell-check-version):
12421 Use match-string-no-properties.
12422 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12423 (ispell-buffer-local-words): Likewise.
12424
12425 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12426 except on terminals with enough colors to really display it.
12427 (makefile-dependency-regex): Delete spurious `bb'.
12428
12429 * faces.el (escape-glyph): Use blue once again in last case.
12430 (no-break-space): Redefine so that it isn't invisible on a tty.
12431
12432 2005-06-08 Kim F. Storm <storm@cua.dk>
12433
12434 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12435 also when reading directory name.
12436
12437 2005-06-08 Lute Kamstra <lute@gnu.org>
12438
12439 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12440 (flyspell-mode-line-string): Remove autoload cookie.
12441 (flyspell-mode): Remove defvar.
12442
12443 2005-06-07 Lute Kamstra <lute@gnu.org>
12444
12445 * textmodes/org.el (org-run-mode-hooks): New function.
12446 (org-agenda-mode): Use it.
12447
12448 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
12449
12450 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12451
12452 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12455
12456 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
12457
12458 * font-lock.el (font-lock-add-keywords): Doc fix.
12459
12460 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12463 (tex-compile-default): In the absence of any history, use the order in
12464 tex-compile-alist to choose the preferred command.
12465 (tex-compile-commands): Reorder a bit.
12466
12467 * textmodes/flyspell.el (flyspell-auto-correct-binding)
12468 (flyspell-incorrect-face, flyspell-duplicate-face):
12469 Use (X)Emacs-agnostic code.
12470 (flyspell-mode-map): Don't overwrite at each load. Remove code
12471 redundant with the subsequent add-minor-mode. Merge Emacs and
12472 XEmacs code.
12473 (flyspell-word): Minor simplification.
12474 (flyspell-math-tex-command-p): Quieten the byte-compiler.
12475 (flyspell-external-point-words): Remove unused vars `size' and `start'.
12476 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12477 Merge the corresponding Emacs code.
12478 (flyspell-correct-word, flyspell-xemacs-popup):
12479 Use flyspell-do-correct.
12480
12481 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12482 a dedicated window.
12483
12484 * international/latexenc.el (latexenc-find-file-coding-system):
12485 Undo part of last patch, to turn off a compiler warning.
12486
12487 2005-06-06 Juri Linkov <juri@jurta.org>
12488
12489 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12490 Rename `tmm-inactive-face' to `tmm-inactive'.
12491
12492 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
12493
12494 * iswitchb.el: Rename faces.
12495
12496 2005-06-06 Kim F. Storm <storm@cua.dk>
12497
12498 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12499 (cua-global-mark): Remove -face suffix from face names.
12500
12501 * emulation/cua-gmrk.el (cua--init-global-mark):
12502 Remove cua-global-mark face setup.
12503
12504 2005-06-06 Richard M. Stallman <rms@gnu.org>
12505
12506 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12507 just like other allowed characters.
12508 (makefile-match-dependency): Exclude leading and training whitespace
12509 from the range of regexp subexp 1.
12510 (makefile-macroassign-regex): Don't try to match the body,
12511 just the name of the macro being defined.
12512
12513 * info.el (Info-read-node-name-2): New function.
12514 (Info-read-node-name-1): Use that.
12515 Add a completion-base-size-function property.
12516
12517 * simple.el (completion-setup-function): Look for
12518 completion-base-size-function property of minibuffer-completion-table.
12519
12520 * files.el (locate-file-completion): Doc fix.
12521
12522 * printing.el: Don't call pr-update-menus; user must do that.
12523
12524 * emacs-lisp/debug.el (debugger-window): New variable.
12525 (debug): Use debugger-window if it is set and still alive.
12526 Record debugger-window for next entry.
12527
12528 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12529
12530 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
12531
12532 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12533 (hack-one-local-variable, hack-local-variables)
12534 (hack-local-variables-prop-line): Pass that arg.
12535
12536 2005-06-06 Kim F. Storm <storm@cua.dk>
12537
12538 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12539 (ido-indicator): Remove -face suffix from face names.
12540
12541 2005-06-06 Juri Linkov <juri@jurta.org>
12542
12543 * font-lock.el (font-lock-regexp-backslash)
12544 (font-lock-regexp-backslash-construct): New faces.
12545 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
12546 after `('. Add `while-no-input' to control structures.
12547
12548 * faces.el (no-break-space, shadow): New faces.
12549 (escape-glyph): Use less loud colors pink2 and red4.
12550
12551 * diff-mode.el (diff-context-face)
12552 * dired.el (dired-ignored)
12553 * rfn-eshadow.el (file-name-shadow)
12554 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12555
12556 * info.el (Info-title-1-face): Use green instead of yellow because
12557 bold yellow is not readable on light backgrounds.
12558
12559 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12560 before selecting the desired mode to not spend time fontifying
12561 old contents.
12562
12563 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
12564
12565 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12566 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12567
12568 * ps-print.el (ps-default-fg, ps-default-bg):
12569 Fix typos in docstrings.
12570
12571 * isearchb.el (isearchb): Don't pass a spurious second argument to
12572 `iswitchb-completions'.
12573
12574 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
12575
12576 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12577 to preserve point.
12578 (gdb-find-file-hook): Add doc string.
12579
12580 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12581 C dereferenced pointer expression.
12582 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
12583
12584 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12585
12586 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12587 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12588 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12589 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12590 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12591 Make background transparent.
12592
12593 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12594
12595 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
12596 (font-lock-remove-keywords): Doc fix.
12597 (font-lock-mode-major-mode): Compiler defvar.
12598 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12599
12600 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12601 (font-lock-mode): Update `font-lock-mode-major-mode'.
12602 (font-lock-set-defaults): Compiler defvar.
12603 (font-lock-default-function): Take `font-lock-mode-major-mode'
12604 into account.
12605
12606 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12607 keep track of which major mode it enabled the minor mode for.
12608 Use find-file-hook again. Update docstring.
12609
12610 * simple.el (eval-expression-print-level)
12611 (eval-expression-print-length, eval-expression-debug-on-error):
12612 Doc fixes.
12613
12614 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
12615
12616 * iswitchb.el (iswitchb-single-match-face)
12617 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12618 (iswitchb-invalid-regexp-face): New faces.
12619 (iswitchb-completions): Use them.
12620 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12621 now marked as an obsolete alias.
12622 (iswitchb-read-buffer): Remove check for bound font variables.
12623 (iswitchb-invalid-regexp): New free variable.
12624 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12625 set iswitchb-invalid-regexp.
12626 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12627 invalid regexps.
12628 (iswitchb-completions): Add check for complete match when entering
12629 a regexp.
12630 (iswitchb-completions): Remove require-match argument.
12631 (iswitchb-exhibit): Fix caller.
12632 (iswitchb-common-match-inserted): New variable.
12633 (iswitchb-complete, iswitchb-completion-help): Use it.
12634
12635 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
12636
12637 * url-http.el (url-http-chunked-encoding-after-change-function):
12638 Use `url-http-debug' instead of `message'.
12639
12640 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
12641
12642 * url-http.el (url-http-parse-headers): Pass redirected URL as a
12643 callback argument.
12644
12645 2005-06-04 Kim F. Storm <storm@cua.dk>
12646
12647 * simple.el (line-move): Only call sit-for when moving backwards.
12648
12649 * ido.el (ido-make-merged-file-list-1): New defun split from
12650 ido-make-merged-file-list.
12651 (ido-make-merged-file-list): Bind throw-on-input around call to
12652 ido-make-merged-file-list-1. Return input-pending-p if
12653 interrupted by more input available.
12654 (ido-read-internal): Handle input-pending-p return value from
12655 ido-make-merged-file-list.
12656
12657 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12660 compatibility code.
12661
12662 * international/latexenc.el (latexenc-find-file-coding-system):
12663 Don't inherit the EOL part of the coding-system from the
12664 tex-main buffer. Fit within 80 columns.
12665
12666 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
12667
12668 * tmm.el (tmm-inactive-face): New face.
12669 (tmm-remove-inactive-mouse-face): New function.
12670 (tmm-prompt, tmm-add-one-shortcut)
12671 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12672 but not selectable.
12673
12674 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
12675
12676 * faces.el (face-equal): Improve argument/docstring consistency.
12677
12678 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
12679
12680 * progmodes/make-mode.el (makefile-targets-face)
12681 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12682 (makefile-bsdmake-dependency-regex)
12683 (makefile-makepp-rule-action-regex)
12684 (makefile-bsdmake-rule-action-regex): New constants.
12685 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12686
12687 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12688 Allow (...) within `...' for makepp messages.
12689
12690 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
12691
12692 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12693
12694 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12695 "." files are deleted from all file lists before comparison.
12696
12697 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12698 (viper-ESC-key): Made them customizable.
12699
12700 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12701
12702 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
12703
12704 * autorevert.el (auto-revert-buffers): Use save-match-data.
12705
12706 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12707
12708 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12709 menu items with a nil command binding.
12710
12711 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
12712
12713 * emacs-lisp/cl-macs.el (defsetf):
12714 Improve argument/docstring consistency.
12715
12716 * faces.el (list-faces-display): Improve the formatting by
12717 computing the maximum length required for any face-name (reworked
12718 patch of 1999-01-11, accidentally deleted on 1999-07-21).
12719 (internal-find-face): Remove redundant info in docstring.
12720
12721 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
12722
12723 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12724 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12725 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12726 (gdb-assembler-custom): Improve regexps.
12727 (def-gdb-auto-update-handler): Use window point to preserve point.
12728
12729 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12732
12733 2005-05-31 Jay Belanger <belanger@truman.edu>
12734
12735 * calc/calc-embed.el (calc-embedded-word): Change argument passed
12736 to calc-embedded.
12737 (calc-embedded-make-info): Have plain prefix argument select
12738 entire line.
12739
12740 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
12741
12742 * faces.el (list-faces-display): Signal error if passed a regexp
12743 that matches no face name.
12744
12745 * simple.el (filter-buffer-substring): Fix typo in docstring.
12746
12747 2005-05-31 Richard M. Stallman <rms@gnu.org>
12748
12749 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12750 (vhdl-emacs-21): Doc fix.
12751 (vhdl-mode): Unconditionally set comment-padding.
12752 (vhdl-fixup-whitespace-region): Insert spaces only where
12753 there are none.
12754 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12755
12756 2005-05-30 John Wiegley <johnw@newartisans.com>
12757
12758 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12759 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12760 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12761 `directory-sep-char' to ?/, and all uses of `string-to-int' to
12762 `string-to-number'.
12763
12764 2005-05-30 Jay Belanger <belanger@truman.edu>
12765
12766 * calc/calc.el (calc-bug-address): Fix docstring.
12767 (calc-window-hook, calc-trail-window-hook): New variables.
12768 (calc-trail-display): Restore use of calc-trail-window-hook.
12769 (calc): Restore use of calc-window-hook.
12770
12771 2005-05-31 Masatake YAMATO <jet@gyve.org>
12772
12773 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12774
12775 * help-fns.el (help-C-file-name): Add autoload mark for
12776 `find-function-noselect'.
12777
12778 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12781 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12782
12783 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12784
12785 * calendar/diary-lib.el (mark-included-diary-files): Only kill
12786 included diary buffer if it was not already being visited.
12787 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12788
12789 * calendar/icalendar.el (top-level): Do not require appt.
12790
12791 * mail/supercite.el (sc-select-attribution): Only use a list
12792 element from sc-attrib-selection-list if it returns a string.
12793 Reported by Davide G. M. Salvetti <salve@debian.org>.
12794
12795 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
12796
12797 * thumbs.el (thumbs-thumbname): The resulting thumbname now
12798 includes a hash value to improve its uniqueness, and has a ".jpg"
12799 extension. Also, it is now a valid filename on all systems.
12800 (thumbs-make-thumb): Use `let', not `let*'.
12801 (thumbs-show-thumbs-list): Check for JPEG availability.
12802
12803 2005-05-30 Richard M. Stallman <rms@gnu.org>
12804
12805 * filesets.el (filesets-menu-ensure-use-cached):
12806 Prevent warning when emacs-version>= is undefined.
12807
12808 * printing.el (pr-interactive-n-up): Use string-to-number.
12809
12810 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12811
12812 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12813 Warn only when name to be defined is quoted.
12814
12815 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
12816
12817 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12818 Make regexp more robust.
12819 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12820 Force regeneration of disassembly.
12821
12822 2005-05-29 Jay Belanger <belanger@truman.edu>
12823
12824 * calc/calc.el (calc-user-invocation): Check if
12825 calc-invocation-macro is non-nil.
12826
12827 2005-05-29 Juri Linkov <juri@jurta.org>
12828
12829 * add-log.el (change-log-font-lock-keywords):
12830 Add `+' to e-mail regexp to accept mail address with keywords.
12831
12832 * man.el (Man-name-regexp): Add `:' to accept qualified names.
12833
12834 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
12835
12836 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12837
12838 * ielm.el (inferior-emacs-lisp-mode): Ditto.
12839
12840 2005-05-29 Richard M. Stallman <rms@gnu.org>
12841
12842 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12843 Undo the change that moves to end of the current word.
12844
12845 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12846
12847 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12848 Throw error when count <= 0 to ensure input is a number.
12849 (gdb-read-memory-custom): Pick up address from buffer.
12850 (gdb-memory-mode): Allow user to increment and decrement
12851 memory address from header line.
12852
12853 2005-05-29 Richard M. Stallman <rms@gnu.org>
12854
12855 * flyspell.el (flyspell-version): Function deleted.
12856 (flyspell-auto-correct-previous-hook): Doc fix.
12857
12858 * jit-lock.el (jit-lock-function, jit-lock-after-change):
12859 Do nothing if memory is full.
12860
12861 * font-lock.el (font-lock-fontify-syntactically-region):
12862 Pass t for GREEDY to looking-back.
12863
12864 * saveplace.el (save-place-alist-to-file): Write the file
12865 using write-region.
12866
12867 * subr.el (looking-back): New argument GREEDY.
12868
12869 * progmodes/compile.el (compilation-start): Set the mode
12870 before inserting the initial text.
12871
12872 * progmodes/which-func.el (which-func-update-1): Turn the mode
12873 off in case of error by setting which-func-mode.
12874
12875 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
12876
12877 * flyspell.el (flyspell-auto-correct-previous-word):
12878 Narrow down to what's on the screen, and recenter overlays
12879 at the end of the next word.
12880
12881 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
12882
12883 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12884 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12885 (flyspell-abbrev-p): Default to nil.
12886 (flyspell-use-global-abbrev-table-p): Doc fix.
12887 (flyspell-large-region): Allow nil as value.
12888 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12889
12890 (mail-mode-flyspell-verify): More robust handling
12891 of `mail-header-separator'. More efficient signature detection.
12892 Allow for regexp metacharacters in message-header-separator.
12893 Adding `To' not to be checked in mail-mode-flyspell-verify.
12894
12895 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12896 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12897 Bind flyspell-auto-correct-binding.
12898 Bind C-. and C-, .
12899 (flyspell-mode-map): Likewise.
12900 (flyspell-mode): Doc fix.
12901 (flyspell-accept-buffer-local-defs): Preserve current buffer.
12902 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12903 (flyspell-word-cache-result): New var, always local.
12904 (flyspell-check-pre-word-p): Doc fix.
12905 (flyspell-check-changed-word-p): Handle spc like newline.
12906 (flyspell-post-command-hook): Set flyspell-word-cache-result.
12907 (flyspell-word-search-backward, flyspell-word-search-forward):
12908 New functions.
12909 (flyspell-word): Return t if nothing to check.
12910 When parsing TeX code, check for after } or \.
12911 Use flyspell-word-search-backward to find previous word.
12912 Return nil if duplicated word.
12913 For word already checked, return same value as last time.
12914 Set flyspell-word-cache-result after checking.
12915 Don't clobber the return value.
12916 (flyspell-get-word): Major rewrite.
12917 (flyspell-external-point-words): New locals pword, pcount.
12918 Fix size used in progress message.
12919 Find the proper corresponding word in flyspell-large-region-buffer.
12920 (flyspell-region): Check for flyspell-large-region = nil.
12921 (flyspell-highlight-incorrect-region): Clean up overlays in region.
12922 (flyspell-auto-correct-word): Check that WORD is a cons.
12923 (flyspell-correct-word): Likewise.
12924
12925 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
12926
12927 * progmodes/make-mode.el (makefile-rule-action-regex)
12928 (makefile-macroassign-regex, makefile-makepp-mode)
12929 (makefile-bsdmake-mode): Continuation lines may be empty.
12930 Reported by Joshua Varner.
12931 (makefile-makepp-font-lock-keywords): Add $(stem).
12932
12933 2005-05-28 Karl Berry <karl@gnu.org>
12934
12935 * textmodes/tex-mode.el: Now that tex-send-command calls
12936 shell-quote-argument (2005-03-31 change), remove all calls to
12937 shell-quote-argument; they all end up invoking tex-send-command.
12938 The double quoting loses on filenames with non-safe characters,
12939 such as "@". Reported by Frederik Fouvry.
12940
12941 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12942
12943 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12944 about preserving point.
12945
12946 2005-05-27 Jay Belanger <belanger@truman.edu>
12947
12948 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12949 Info-goto-node.
12950
12951 * calc/calc-embed.el (calc-embed-arg): New variable.
12952 (calc-do-embedded-activate, calc-embedded-activate-formula)
12953 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12954 variable by new variable.
12955 (calc-embedded-make-info): Replace undeclared variable by new
12956 variable. When selecting region with positive prefix
12957 argument, use end of previous line instead of beginning of line.
12958
12959 * calc/calc-aent.el (calc-arg-values): Declare it.
12960
12961 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12962 Declare them.
12963
12964 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12965
12966 * calc/calc.el (calc-alg-map): Declare it.
12967
12968 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12969
12970 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
12971
12972 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12973 (gdb-registers-buffer, toggle-gdb-all-registers):
12974 Toggle display of floating point registers.
12975 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12976
12977 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
12978 (toggle-gud-tooltip-dereference):
12979 Rename from gud-toggle-tooltip-dereference.
12980
12981 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12984
12985 2005-05-27 Jay Belanger <belanger@truman.edu>
12986
12987 * calc/calc-prog.el (calc-kbd-report): Remove.
12988 (calc-kbd-query): Rewrite.
12989
12990 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
12991
12992 * image.el (image-library-alist): Move to image.c.
12993 (image-type-available-p): Doc fix.
12994
12995 2005-05-27 Lute Kamstra <lute@gnu.org>
12996
12997 * calc/calc.el (calc):
12998 * outline.el (outline-1, outline-2, outline-3, outline-4)
12999 (outline-5, outline-6, outline-7, outline-8):
13000 * textmodes/dns-mode.el (dns-mode):
13001 * textmodes/sgml-mode.el (sgml-namespace-face):
13002 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13003 (tex-verbatim-face, tex-use-reftex):
13004 * textmodes/texinfo.el (texinfo-heading-face):
13005 Specify customization group.
13006
13007 * longlines.el: Don't require easy-mmode.
13008 (longlines-visible-face): Specify customization group.
13009
13010 2005-05-27 Kenichi Handa <handa@m17n.org>
13011
13012 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13013 encoding table of windows-1251.
13014
13015 * international/ucs-tables.el (ucs-set-table-for-input):
13016 If translation-table-for-input of a coding system is a symbol, get
13017 its translation-table property.
13018
13019 * international/code-pages.el: Don't register a coding system into
13020 non-iso-charset-alist more than once.
13021 (cp-make-coding-system): Likewise.
13022
13023 2005-05-26 John Wiegley <johnw@newartisans.com>
13024
13025 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13026 `eshell-resume-eval' is wrapped in a list, it indicates that the
13027 command was run asynchronously. In that case, unwrap the value
13028 before checking the delimiter value.
13029
13030 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13031 character before a space at the end of a line is \, assume the space
13032 is part of the last argument rather than a final argument separator.
13033
13034 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13035 is in use, and the target is `t' or `nil' (which are the most common
13036 values), don't assume that the symbol target is a buffer.
13037
13038 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13039
13040 * calendar/calendar.el (calendar-mode-line-format):
13041 Use mode-line-highlight as mouse-face.
13042
13043 * time.el (display-time-string-forms, display-time-update):
13044 Use mode-line-highlight as mouse-face.
13045
13046 2005-05-26 Jay Belanger <belanger@truman.edu>
13047
13048 * calc/calc.el (calc-language-alist): Remove extra defvar.
13049
13050 2005-05-26 Lute Kamstra <lute@gnu.org>
13051
13052 * arc-mode.el (archive-mode):
13053 * bookmark.el (bookmark-read-annotation-mode)
13054 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13055 * bs.el (bs-mode):
13056 * calc/calc-yank.el (calc-edit-mode):
13057 * calc/calc.el (calc-mode, calc-trail-mode):
13058 * calculator.el (calculator-mode):
13059 * chistory.el (command-history-mode):
13060 * comint.el:
13061 * cus-edit.el (custom-mode):
13062 * descr-text.el (describe-text-mode):
13063 * ebuff-menu.el (Electric-buffer-menu-mode):
13064 * ediff-util.el (ediff-mode):
13065 * emacs-lisp/re-builder.el (reb-mode):
13066 * emulation/vi.el (vi-mode-setup):
13067 * emulation/ws-mode.el (wordstar-mode):
13068 * eshell/esh-mode.el (eshell-mode):
13069 * forms.el (forms-mode):
13070 * help-mode.el (help-mode):
13071 * hexl.el (hexl-mode):
13072 * ibuffer.el (ibuffer-mode):
13073 * ielm.el (inferior-emacs-lisp-mode):
13074 * info.el (Info-mode, Info-edit-mode):
13075 * international/swedish.el:
13076 * ledit.el (ledit-from-lisp-mode):
13077 * locate.el (locate-mode):
13078 * mail/rmail.el (rmail-mode):
13079 * mail/rmailedit.el (rmail-edit-mode):
13080 * mail/rmailsum.el (rmail-summary-mode):
13081 * mail/supercite.el (sc-electric-mode):
13082 * net/eudc.el (eudc-mode):
13083 * net/quickurl.el (quickurl-list-mode):
13084 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13085 * obsolete/ooutline.el (outline-mode):
13086 * obsolete/options.el (Edit-options-mode):
13087 * obsolete/rnews.el (news-mode):
13088 * obsolete/rnewspost.el (news-reply-mode):
13089 * play/5x5.el (5x5-mode):
13090 * play/decipher.el (decipher-mode, decipher-stats-mode):
13091 * play/gomoku.el (gomoku-mode):
13092 * play/snake.el (snake-mode):
13093 * play/solitaire.el (solitaire-mode):
13094 * play/tetris.el (tetris-mode):
13095 * progmodes/ada-mode.el (ada-mode):
13096 * progmodes/antlr-mode.el (antlr-mode):
13097 * progmodes/autoconf.el (autoconf-mode):
13098 * progmodes/dcl-mode.el (dcl-mode):
13099 * progmodes/delphi.el (delphi-mode):
13100 * progmodes/ebrowse.el (ebrowse-tree-mode)
13101 (ebrowse-electric-list-mode, ebrowse-member-mode)
13102 (ebrowse-electric-position-mode):
13103 * progmodes/f90.el (f90-mode):
13104 * progmodes/fortran.el (fortran-mode):
13105 * progmodes/icon.el (icon-mode):
13106 * progmodes/idlw-help.el (idlwave-help-mode):
13107 * progmodes/idlw-shell.el (idlwave-shell-mode):
13108 * progmodes/idlwave.el (idlwave-mode):
13109 * progmodes/inf-lisp.el (inferior-lisp-mode):
13110 * progmodes/m4-mode.el (m4-mode):
13111 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13112 * progmodes/modula2.el (modula-2-mode):
13113 * progmodes/octave-inf.el (inferior-octave-mode):
13114 * progmodes/octave-mod.el (octave-mode):
13115 * progmodes/pascal.el (pascal-mode):
13116 * progmodes/sh-script.el (sh-mode):
13117 * progmodes/sql.el (sql-mode, sql-interactive-mode):
13118 * progmodes/vhdl-mode.el (vhdl-mode):
13119 * progmodes/xscheme.el (scheme-interaction-mode):
13120 * replace.el (occur-mode):
13121 * ses.el (ses-mode):
13122 * simple.el (completion-list-mode):
13123 * skeleton.el:
13124 * speedbar.el (speedbar-mode):
13125 * term.el (term-mode):
13126 * terminal.el (terminal-edit-mode):
13127 * textmodes/reftex-index.el (reftex-index-mode)
13128 (reftex-index-phrases-mode):
13129 * textmodes/reftex-sel.el (reftex-select-label-mode)
13130 (reftex-select-bib-mode):
13131 * textmodes/reftex-toc.el (reftex-toc-mode):
13132 * wdired.el (wdired-change-to-wdired-mode):
13133 * wid-browse.el (widget-browse-mode):
13134 Use run-mode-hooks.
13135
13136 * array.el (array-mode):
13137 * calendar/todo-mode.el (todo-mode):
13138 * man.el (Man-mode):
13139 * play/landmark.el (lm-mode):
13140 * play/mpuz.el (mpuz-mode):
13141 Use kill-all-local-variables and run-mode-hooks.
13142
13143 * subr.el (delay-mode-hooks): Specify indentation.
13144
13145 2005-05-26 Mark A. Hershberger <mah@everybody.org>
13146
13147 * xml.el (xml-substitute-special): Don't die for undefined xml
13148 entities.
13149
13150 2005-05-26 Jay Belanger <belanger@truman.edu>
13151
13152 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13153 of nil.
13154
13155 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
13156
13157 * progmodes/gdb-ui.el (gdb-frame-address):
13158 Rename from gdb-current-address.
13159 (gdb-previous-frame-address): Rename from gdb-previous-address.
13160 (gdb-selected-frame): Rename from gdb-current-frame.
13161 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13162 (gdb-frame-number): Rename from gdb-current-stack-level.
13163 (gdb-ann3): Match new mode-name for disassembly buffer.
13164 Extend initialization of variables.
13165 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13166 (gdb-memory-mode): Use mouse-face in header line.
13167 (gdb-assembler-buffer-name): Call it disassembly and give frame
13168 in mode line.
13169 (gdb-source-spec-regexp, gdb-assembler-custom)
13170 (gdb-invalidate-assembler, gdb-frame-handler):
13171 Make robust to leading zeroes in address format.
13172
13173 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
13174
13175 * textmodes/org.el (org-mode): Use `define-derived-mode' to
13176 define `org-mode'.
13177 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13178
13179 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * log-edit.el (log-edit-changelog-entries): Distinguish between
13182 filenames like xfns.c and fns.c.
13183
13184 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
13185
13186 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13187 point after reverting.
13188 (Buffer-menu-make-sort-button): Handle the case where
13189 `Buffer-menu-use-header-line' is nil.
13190
13191 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
13192
13193 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13194 New funcs. In minibuffer-local-completion-map bind `]', `/'
13195 and `:' to them.
13196
13197 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * startup.el (normal-top-level): Allow modification of load-path while
13200 we're iterating over it.
13201
13202 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
13203
13204 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13205 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13206 (thumbs-resize-interactive, thumbs-insert-image)
13207 (thumbs-insert-thumb, thumbs-dired-show-marked)
13208 (thumbs-find-image-at-point, thumbs-delete-images)
13209 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13210 (thumbs-increment-image-size, thumbs-decrement-image-size):
13211 Fix typos in docstrings.
13212
13213 2005-05-24 Andre Spiegel <spiegel@gnu.org>
13214
13215 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13216 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13217 (cperl-mode): Use them.
13218
13219 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
13220
13221 * window.el (quit-window, shrink-window-if-larger-than-buffer):
13222 Doc fixes.
13223
13224 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
13225
13226 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13227 Bind C-d to gdb-inferior-io-eof.
13228
13229 * dired.el (dired-dnd-popup-notice): Use message-box.
13230
13231 2005-05-23 Masatake YAMATO <jet@gyve.org>
13232
13233 * bindings.el (mode-line-major-mode-keymap):
13234 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13235
13236 * faces.el (mode-line-highlight): New face.
13237
13238 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13239 as mouse-face.
13240
13241 * bindings.el (top-level, help-echo, mode-line-modified)
13242 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13243 as mouse-face.
13244
13245 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
13246
13247 * progmodes/cc-engine.el (c-guess-basic-syntax):
13248 Remove spurious call to `zerop'.
13249
13250 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13251
13252 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13253
13254 CC Mode update to 5.30.10:
13255
13256 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13257 could go past the limit in decoration level 2, thereby causing
13258 errors during interactive fontification.
13259
13260 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13261 the file is evaluated interactively.
13262
13263 * cc-engine.el (c-guess-basic-syntax): Handle operator
13264 declarations somewhat better in C++.
13265
13266 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13267 make use of `run-mode-hooks' which has been added in Emacs 21.1.
13268 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13269 (awk-mode): Use it.
13270 (make-local-hook): Suppress warning about obsoleteness.
13271
13272 * cc-engine.el, cc-align.el, cc-cmds.el
13273 (c-append-backslashes-forward, c-delete-backslashes-forward)
13274 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13275 Compensate for return value from `forward-line' when it has moved
13276 but not to a different line due to eob.
13277
13278 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13279 `objc-method-intro' and `objc-method-args-cont'.
13280
13281 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
13282
13283 CC Mode update to 5.30.10:
13284
13285 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13286 in the copyright statement. Incidentally, change "along with GNU
13287 Emacs" to "along with this program" where it occurs.
13288
13289 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13290 so that it is interactive, hence can be found by M-x awk-mode
13291 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
13292 <gmorris+emacs@ast.cam.ac.uk>.
13293
13294 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13295 Mode's regexps.
13296
13297 2005-05-23 Kevin Ryde <user42@zip.com.au>
13298
13299 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13300 c-parse-state, to avoid a lisp error (on bad code).
13301
13302 2005-05-23 Lute Kamstra <lute@gnu.org>
13303
13304 * subr.el (font-lock-defaults): Remove defvar as it's already
13305 defined in font-core.el.
13306
13307 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13308
13309 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
13310
13311 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13312 more general and work when GDB variable "print pretty" is on,
13313 as with Emacs, for example.
13314
13315 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
13316
13317 * font-core.el: Update comment.
13318
13319 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13320 Use `after-change-major-mode-hook' instead of `find-file-hook'.
13321
13322 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13323
13324 2005-05-22 Eli Zaretskii <eliz@gnu.org>
13325
13326 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13327 and `yank-handler' in the doc strings.
13328
13329 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
13332
13333 2005-05-22 Richard M. Stallman <rms@gnu.org>
13334
13335 * help.el (describe-key): Move print-help-return-message call
13336 out of conditional.
13337
13338 * progmodes/etags.el (list-tags): Use with-no-warnings.
13339
13340 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13341 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13342 (starttls-extra-args, starttls-extra-arguments): Add defvars.
13343
13344 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13345
13346 * language/viet-util.el (viet-viscii-nonascii-translation-table):
13347 Add defvar.
13348
13349 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13350 Use defvar, not defconst.
13351
13352 * hexl.el (hexl-follow-line): Use with-no-warnings.
13353
13354 * emulation/tpu-extras.el: Use write-file-functions instead of
13355 write-file-hooks.
13356
13357 * dired.el (dired-font-lock-keywords): Fontify files with junk
13358 extensions even if marked by -F.
13359
13360 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
13361
13362 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13363 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13364 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13365 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13366 (concatenate, list-length, get*, getf, cl-remprop):
13367 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13368 (etypecase, progv, lexical-let, lexical-let*)
13369 (multiple-value-bind, multiple-value-setq, shiftf):
13370 Improve argument/docstring consistency.
13371
13372 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13373
13374 2005-05-22 Andre Spiegel <spiegel@gnu.org>
13375
13376 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13377 doesn't exist.
13378
13379 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
13380 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13381
13382 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
13383
13384 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13385 already deleted variables: auto-fill-hook, blink-paren-hook,
13386 lisp-indent-hook, inhibit-local-variables, unread-command-event,
13387 suspend-hooks, comment-indent-hook, meta-flag,
13388 before-change-function, after-change-function,
13389 font-lock-doc-string-face.
13390
13391 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
13392
13393 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13394
13395 2005-05-21 Eli Zaretskii <eliz@gnu.org>
13396
13397 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13398 rmail-dont-reply-to.
13399
13400 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13401
13402 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13403 literal blank when splitting new-header-values.
13404
13405 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
13406
13407 * calendar/cal-menu.el (cal-menu-update): Add separator as a
13408 string so that tmm doesn't create a completion entry for it.
13409
13410 * textmodes/table.el (table-disable-menu): Ditto.
13411
13412 2005-05-21 Richard M. Stallman <rms@gnu.org>
13413
13414 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13415
13416 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13417
13418 * net/rcompile.el (remote-compile): Use compilation-start.
13419
13420 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13421
13422 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
13423
13424 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13425 Default to makefile-bsdmake-mode on BSD systems.
13426
13427 * imenu.el (imenu-generic-expression, imenu--generic-function'):
13428 REGEXP may also be a search function now. The part of doc-string
13429 for describing the structure was 95% identical to that of
13430 `imenu--generic-function'. Unify it there.
13431
13432 * progmodes/make-mode.el (makefile-imenu-generic-expression):
13433 Use function to find dependencies, because regexp alone is so complex,
13434 it easily goes into an endless loop.
13435 (makefile-makepp-mode): Also add submenu for Perl functions
13436 defined in the makefile.
13437 (makefile-bsdmake-mode): Special imenu-generic-expression no
13438 longer needed, due to function call.
13439 (makefile-match-dependency): Take BOUND into account when checking
13440 if we're through.
13441
13442 2005-05-20 Jay Belanger <belanger@truman.edu>
13443
13444 * calc/calc-units.el (calc-invalidate-units-table):
13445 Use inhibit-read-only.
13446 (math-build-units-table-buffer): Use view-mode.
13447
13448 2005-05-20 David Kastrup <dak@gnu.org>
13449
13450 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13451 easy-menu-add is not a nop on Emacs; and clarify when to call it.
13452
13453 2005-05-20 Lute Kamstra <lute@gnu.org>
13454
13455 * diff-mode.el (diff-header-face, diff-file-header-face)
13456 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13457 (diff-added-face, diff-changed-face, diff-function-face)
13458 (diff-context-face, diff-nonexistent-face): Put them in the
13459 diff-mode customization group.
13460
13461 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13464
13465 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13466
13467 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13468 Minor regexp-optimization.
13469
13470 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
13471
13472 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13473 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13474 (org-agenda-add-time-grid-maybe): New function.
13475 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13476 (org-table-create): `dotimes' instead of `mapcar'.
13477 (org-xor): Simplify implementation.
13478 (org-agenda): `inhibit-redisplay' turned on.
13479 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13480 a consistent line after a state change.
13481 (org-agenda-remove-times-when-in-prefix): New option.
13482 (org-prefix-has-time): New variable.
13483 (org-parse-time-string): Optional argument NODEFAULT.
13484 (org-format-agenda-item): Parse items for time-of-day
13485 specifications and move these into the prefix if possible.
13486 (org-agenda-priority): Get current heading, not previous heading
13487 during agenda remote editing.
13488
13489 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
13490
13491 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13492 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13493 (remove-duplicates, delete-duplicates, substitute)
13494 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13495 (nsubstitute-if-not, find, find-if, find-if-not, position)
13496 (position-if, position-if-not, count, count-if, count-if-not)
13497 (mismatch, search, sort*, stable-sort, merge, member*)
13498 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13499 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13500 (intersection, nintersection, set-difference, nset-difference)
13501 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13502 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13503 (nsublis, tree-equal): Improve argument/docstring consistency.
13504
13505 * subr.el (send-string, send-region): Remove obsolescence declaration.
13506 (window-dot, set-window-dot, read-input, show-buffer)
13507 (eval-current-buffer, string-to-int):
13508 Add release number to obsolescence declarations.
13509
13510 2005-05-19 Kim F. Storm <storm@cua.dk>
13511
13512 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13513 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13514
13515 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
13516
13517 * faces.el (list-faces-display): Make back button respect optional
13518 regexp arg.
13519
13520 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
13521
13522 * calculator.el (calculator-radix-grouping-mode)
13523 (calculator-radix-grouping-digits, calculator-displayer)
13524 (calculator-radix-grouping-separator, calculator-copy-displayer):
13525 * dabbrev.el (dabbrev-search-these-buffers-only):
13526 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13527 (diff-advance-after-apply-hunk, diff-mode-hook)
13528 (diff-minor-mode-prefix):
13529 * imenu.el (imenu-use-popup-menu):
13530 * jit-lock.el (jit-lock-context-time):
13531 * newcomment.el (comment-fill-column, comment-column)
13532 (comment-style, comment-padding, comment-multi-line)
13533 (comment-empty-lines, comment-auto-fill-only-comments):
13534 * reveal.el (reveal-around-mark):
13535 * uniquify.el (uniquify-buffer-name-style)
13536 (uniquify-after-kill-buffer-p)
13537 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13538 (uniquify-min-dir-content, uniquify-separator)
13539 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13540 * w32-vars.el (w32-fixed-font-alist):
13541 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13542 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13543 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13544 * progmodes/perl-mode.el (perl-indent-level)
13545 (perl-continued-statement-offset, perl-continued-brace-offset)
13546 (perl-brace-offset, perl-brace-imaginary-offset)
13547 (perl-label-offset, perl-indent-continued-arguments)
13548 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13549 * progmodes/tcl.el (tcl-indent-level)
13550 (tcl-continued-indent-level, tcl-auto-newline)
13551 (tcl-tab-always-indent, tcl-electric-hash-style)
13552 (tcl-help-directory-list, tcl-use-smart-word-finder)
13553 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13554 (inferior-tcl-source-command):
13555 * textmodes/fill.el (enable-kinsoku):
13556 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13557 * textmodes/table.el (table-yank-handler):
13558 Specify missing group (and type, if simple) in defcustom.
13559
13560 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
13561
13562 * progmodes/compile.el (compilation-finish-function): Fix defvar.
13563
13564 2005-05-19 Richard M. Stallman <rms@gnu.org>
13565
13566 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13567
13568 * subr.el (event-basic-type): Don't get an error.
13569 (left-fringe-p): Function deleted.
13570
13571 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13572 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13573
13574 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13575 in recursive copy.
13576
13577 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13578
13579 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13580
13581 * emacs-lisp/bytecomp.el
13582 (byte-compile-file-form-custom-declare-variable):
13583 Call byte-compile-nogroup-warn if appropriate.
13584
13585 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13586 (compilation-set-window): Don't call left-fringe-p; do it directly.
13587
13588 2005-05-19 Jay Belanger <belanger@truman.edu>
13589
13590 * calc/calc-graph.el (calc-graph-format-data): Make sure
13591 var-PlotRejects is bound before trying to check its value.
13592
13593 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
13594
13595 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13596 definition of this variable from reftex-global.el to reftex.el,
13597 because it is needed in the menu.
13598
13599 2005-05-19 Lute Kamstra <lute@gnu.org>
13600
13601 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13602 years are fixed. Don't insert a space after a dash.
13603
13604 2005-05-19 Kim F. Storm <storm@cua.dk>
13605
13606 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13607
13608 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
13609
13610 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13611 strings, because (eq ... ?\\) is fairly frequent.
13612
13613 * progmodes/make-mode.el (makefile-add-this-line-targets):
13614 Simplify and integrate into `makefile-pickup-targets'.
13615 (makefile-add-this-line-macro): Simplify and integrate into
13616 `makefile-pickup-macros.
13617 (makefile-pickup-filenames-as-targets): Simplify.
13618 (makefile-previous-dependency, makefile-match-dependency):
13619 Don't stumble over `::'.
13620
13621 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
13622
13623 * subr.el (post-command-idle-hook, post-command-idle-delay):
13624 Remove obsoletion of post-command-idle-hook and
13625 post-command-idle-delay.
13626
13627 * faces.el (list-faces-display): Provide button when describe-face
13628 is called to take user back to the list of faces.
13629
13630 * help-fns.el (describe-variable): Remove hyperlinks in a
13631 variable's value as these are quite frequently inappropriate.
13632
13633 * follow.el (follow-submit-feedback, follow-mode):
13634 Remove references to post-command-idle-hook.
13635
13636 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
13637
13638 * progmodes/make-mode.el (makefile-previous-dependency)
13639 (makefile-match-dependency): Check for := (and in bsd mode also
13640 !=) to give a better result, even when font-lock is not on.
13641
13642 2005-05-18 Jay Belanger <belanger@truman.edu>
13643
13644 * calc/calc-help.el (calc-s-prefix-help):
13645 Add `calc-copy-special-constant' to help string.
13646
13647 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
13648
13649 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13650
13651 2005-05-18 Jay Belanger <belanger@truman.edu>
13652
13653 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13654 in linear factors are in proper order.
13655
13656 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
13657
13658 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13659 Support for jurabib.
13660
13661 * textmodes/reftex.el (featurep): Define aliases for overlay
13662 commands, for XEmacs compatibility, and use these aliases in
13663 overlay initializations.
13664 (reftex-highlight): Use `reftex-move-overlay'.
13665 (reftex-unhighlight): Use `reftex-delete-overlay'.
13666 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
13667 (reftex-access-search-path): Use `reftex-uniquify' instead of
13668 `reftex-uniq'
13669
13670 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13671 `before-string' property modification enables for Emacs as well.
13672 (reftex-select-item): Use `reftex-delete-overlay'.
13673 (reftex-select-mark): Use `reftex-make-overlay' and
13674 `reftex-overlay-put'.
13675 (reftex-select-unmark): Use `reftex-delete-overlay' and
13676 `reftex-overlay-put'.
13677
13678 2005-05-18 Lute Kamstra <lute@gnu.org>
13679
13680 * emacs-lisp/lisp.el (check-parens): Fix docstring.
13681
13682 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
13683
13684 * add-log.el (add-change-log-entry):
13685 * array.el (array-make-template, array-reconfigure-rows)
13686 (array-init-max-row, array-init-max-column)
13687 (array-init-columns-per-line, array-init-field-width):
13688 * replace.el (replace-match-maybe-edit, perform-replace):
13689 * textmodes/spell.el (spell-region):
13690 Replace `read-input' by `read-string'.
13691
13692 * forms.el (forms-mode):
13693 * finder.el (finder-compile-keywords):
13694 * shadowfile.el (shadow-read-files):
13695 Replace `eval-current-buffer' by `eval-buffer'.
13696
13697 * terminal.el (te-pass-through):
13698 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13699 (ange-ftp-raw-send-cmd):
13700 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13701 (send-process-next-char, telnet-initial-filter, telnet):
13702 Replace `send-string' by `process-send-string'.
13703
13704 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13705 (prolog-consult-region): Replace `send-string' by
13706 `process-send-string'; replace `send-region' by `process-send-region'.
13707
13708 * progmodes/delphi.el (delphi-log-msg):
13709 Replace `set-window-dot' by `set-window-point'.
13710
13711 * subr.el (window-dot, set-window-dot, read-input, send-string)
13712 (send-region, show-buffer, eval-current-buffer):
13713 Make really obsolete, as the comment says.
13714
13715 2005-05-17 Kim F. Storm <storm@cua.dk>
13716
13717 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13718 (cua--init-keymaps): Bind C-return instead of S-return to set
13719 rectangle mark.
13720
13721 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13722 instead of S-return to toggle/clear rectangle mark.
13723
13724 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
13725
13726 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13727 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13728 Also fontify plain strings assigned to variables, mostly so that a
13729 colon has a face and is thus not taken as a dependency separator.
13730 (makefile-previous-dependency): Inline the new matcher, because it
13731 is too complex to work in both directions.
13732 (makefile-match-dependency): Eliminate `backward' arg (see above).
13733 Completely reimplemented so as to not sometimes go into an endless
13734 loop. It should also be more efficient, because first it only
13735 searches for `:', instead of applying the very complex regexp.
13736 (makefile-mode): Cancel `font-lock-support-mode', because blocks
13737 to be fontified in one piece can be too long for JIT.
13738 Makefiles are never *that* big.
13739
13740 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
13741
13742 * dired.el (dired-mode): Simplify.
13743
13744 2005-05-17 Lute Kamstra <lute@gnu.org>
13745
13746 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13747 defcustom for the mode hook variable.
13748
13749 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13750 Emacs Lisp Reference Manual.
13751
13752 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
13753
13754 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13755 (evenp, list*):
13756 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13757 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13758
13759 * net/tramp-smb.el (tramp-smb-open-connection):
13760 Pass `tramp-chunksize' as fifth (required) argument.
13761
13762 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
13763
13764 * font-lock.el (lisp-font-lock-keywords-1):
13765 Set `font-lock-negation-char-face' for [^...] char group.
13766 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13767
13768 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13769 a var, and refine it to mask one more level of nested vars.
13770 (makefile-rule-action-regex): Turn it into a var, and refine it so
13771 it recognizes backslashed continuation lines as belonging to the
13772 same command.
13773 (makefile-macroassign-regex): Refine it so it recognizes
13774 backslashed continuation lines as belonging to the same command.
13775 (makefile-var-use-regex): Don't look at the next char, because it
13776 might be the same one to be skipped by the initial [^$], leading
13777 to an overlooked variable use.
13778 (makefile-make-font-lock-keywords): Remove two parameters, which
13779 are now variables that some of the modes set locally.
13780 Handle dependency and rule action matching through functions, because
13781 regexps alone match too often. Dependency matching now comes
13782 last, so it can check, whether a colon already matched something else.
13783 (makefile-mode): Inform that font-lock improves makefile parsing
13784 capabilities.
13785 (makefile-match-dependency, makefile-match-action): New functions.
13786
13787 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
13788
13789 * emacs-lisp/cl-extra.el (equalp): Doc fix.
13790
13791 * align.el (align-regexp):
13792 * ansi-color.el (ansi-color-get-face):
13793 * array.el (array-reconfigure-rows, array-init-max-row)
13794 (array-init-max-column, array-init-columns-per-line)
13795 (array-init-field-width):
13796 * dired-aux.el (dired-trample-file-versions):
13797 * dired-x.el (dired-mark-sexp):
13798 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13799 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13800 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13801 * faces.el (face-read-integer):
13802 * files.el (backup-extract-version, insert-directory):
13803 * hexl.el (hexl-insert-decimal-char):
13804 * server.el (server-process-filter):
13805 * shell.el (shell-extract-num):
13806 * startup.el (command-line-1):
13807 * term.el (term-command-hook):
13808 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13809 (time-stamp-do-number):
13810 * time.el (display-time-update):
13811 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13812 (timezone-fix-time):
13813 * vms-patch.el (vms-suspend-resume-hook):
13814 * calendar/appt.el (appt-convert-time):
13815 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13816 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13817 * calendar/cal-islam.el (mark-islamic-diary-entries):
13818 * calendar/calendar.el (calendar-cursor-to-date)
13819 (calendar-star-date):
13820 * calendar/diary-lib.el (diary-attrtype-convert)
13821 (mark-diary-entries, diary-entry-time):
13822 * calendar/solar.el (solar-get-number):
13823 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13824 * emacs-lisp/re-builder.el (reb-display-subexp):
13825 * emulation/edt.el (edt-set-scroll-margins):
13826 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13827 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13828 (vip-get-ex-count):
13829 * emulation/viper-ex.el (viper-get-ex-token)
13830 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13831 * international/fontset.el (fontset-plain-name):
13832 * mail/feedmail.el (feedmail-look-at-queue-directory):
13833 * mail/mailalias.el (mail-get-names):
13834 * mail/rmail.el (rmail-convert-to-babyl-format):
13835 * mail/rmailsum.el (rmail-make-basic-summary-line)
13836 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13837 (rmail-summary-goto-msg):
13838 * mail/smtpmail.el (smtpmail-read-response):
13839 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13840 (ange-ftp-vms-add-file-entry):
13841 * play/gametree.el (gametree-looking-at-ply)
13842 (gametree-current-branch-score):
13843 * progmodes/ada-xref.el (ada-prj-find-prj-file)
13844 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13845 * progmodes/cperl-mode.el (condition-case):
13846 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13847 (ebrowse-set-member-buffer-column-width)
13848 (ebrowse-select-1st-to-9nth):
13849 * progmodes/etags.el (etags-snarf-tag):
13850 * progmodes/flymake.el (flymake-parse-line):
13851 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13852 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13853 (idlwave-shell-menu-def):
13854 * progmodes/ps-mode.el (ps-run-goto-error):
13855 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13856 (vhdl-speedbar-contract-level):
13857 * term/mac-win.el (x-handle-numeric-switch):
13858 * term/sun-mouse.el (sun-get-frame-data):
13859 * term/w32-win.el (x-handle-numeric-switch):
13860 * term/x-win.el (x-handle-numeric-switch):
13861 * textmodes/ispell.el (ispell-parse-output):
13862 * textmodes/nroff-mode.el (nroff-outline-level):
13863 * textmodes/reftex-cite.el (reftex-bib-sort-year)
13864 (reftex-bib-sort-year-reverse, reftex-format-citation):
13865 * textmodes/reftex-parse.el (reftex-init-section-numbers)
13866 (reftex-section-number):
13867 * textmodes/texinfmt.el (texinfo-paragraphindent):
13868 Replace `string-to-int' by `string-to-number'.
13869
13870 * international/latexenc.el: Add page marker to force the "Local
13871 Variables:" string out of the last page.
13872
13873 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13874
13875 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13876 tooltip-change-major-mode.
13877 (gud-tooltip-print-command): Remove case where gud-minor-mode
13878 is gdb ("--fullname").
13879 (gud-tooltip-tips): Turn GUD tooltips off for this case and
13880 explain to user.
13881
13882 2005-05-16 Jay Belanger <belanger@truman.edu>
13883
13884 * calc/calc-store.el (calc-copy-special-constant): New function.
13885
13886 * calc/calc-ext.el (calc-init-extensions): Add binding for
13887 `calc-copy-special-constant'.
13888
13889 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13890 for the `calc-copy-special-constant' command.
13891
13892 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13893
13894 * subr.el (left-fringe-p): New function.
13895
13896 * progmodes/compile.el (compilation-setup): Set local value of
13897 overlay-arrow-string to "" always.
13898 (compilation-set-window): Left fringe then don't scroll.
13899 No left fringe then no arrow and scroll message to top.
13900 (compilation-context-lines): Adjust doc string accordingly.
13901
13902 2005-05-16 Kim F. Storm <storm@cua.dk>
13903
13904 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13905 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13906 (ido-wide-find-dir-or-delete-dir): New command for M-d.
13907 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
13908 (ido-read-file-name): Handle commands with ido property value
13909 equal to find-file as reading a file name, to allow C-d to enter dired.
13910 (ibuffer-find-file): Add ido property with value find-file.
13911
13912 2005-05-15 Kim F. Storm <storm@cua.dk>
13913
13914 * subr.el (open-network-stream-nowait): Remove.
13915 (open-network-stream-server): Remove.
13916
13917 2005-05-15 Richard M. Stallman <rms@gnu.org>
13918
13919 * faces.el (describe-face): Output a definition link button.
13920
13921 * help-mode.el (help-face-def): New button type.
13922
13923 * emacs-lisp/copyright.el (copyright-fix-years):
13924 Match properly if the first year is 2-digit.
13925 Don't mess up the whitespace after the years by filling.
13926
13927 * dired-aux.el (dired-mark-confirm):
13928 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13929
13930 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13931 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13932 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13933
13934 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13935 Set font-lock-comment-start-skip.
13936
13937 * font-lock.el (font-lock-comment-start-skip): New variable.
13938 (font-lock-comment-end-skip): New variable.
13939 (font-lock-fontify-syntactically-region): Use them if non-nil.
13940
13941 2005-05-15 Jay Belanger <belanger@truman.edu>
13942
13943 * calc/calc-store.el (calc-store-value): Return a string rather
13944 than display it as a message.
13945 Use calc-var-name for variable name.
13946 (calc-store-into): Add the result of calc-store-value to message.
13947 (calc-copy-variable): Add a message.
13948 (calc-store-exchange): Improve error messages.
13949 (calc-store-binary, calc-store-map): Don't reset the values of
13950 special constants.
13951
13952 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
13953
13954 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13955 manual to docstring.
13956
13957 * files.el (hack-local-variables-confirm): Add STRING argument.
13958 Make the function handle non file visiting buffers correctly.
13959 (hack-local-variables-prop-line, hack-local-variables)
13960 (hack-one-local-variable): Use STRING arg of
13961 `hack-local-variables-confirm'.
13962
13963 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
13964
13965 Sync with Tramp 2.0.49.
13966
13967 * net/tramp.el (tramp-handle-dired-call-process)
13968 (tramp-handle-insert-directory):`insert-buffer' cannot be used
13969 because the contents of the Tramp buffer is changed before
13970 insertion (`expand-file' and alike).
13971 (tramp-handle-insert-directory): If `localname' has an empty
13972 nondirectory name, it must not be quoted.
13973 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
13974 variable `tramp-chunksize'. Change callees.
13975 (tramp-open-connection-setup-interactive-shell): Check remote host
13976 for buggy `send-process-string' implementation.
13977 Set `tramp-chunksize' if found. Reported by Michael Kifer
13978 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13979 (tramp-handle-shell-command): `insert-buffer' cannot be used
13980 because the contents of the Tramp buffer is changed before
13981 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13982 <frederic.bothamy@free.fr>.
13983 (tramp-set-auto-save): Actions should be done for Tramp file name
13984 handler only. Ange-FTP has its own auto-save mechanism.
13985 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13986 (tramp-set-auto-save-file-modes): Set file modes of
13987 `buffer-auto-save-file-name' to ?\600 as fallback solution.
13988 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13989 (tramp-bug): Remove obsolete variable.
13990 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
13991 for presence of `mml-mode'. Make it running for older Emacsen as well.
13992
13993 2005-05-14 John Paul Wallington <jpw@pobox.com>
13994
13995 * ibuf-ext.el (define-ibuffer-filter filename):
13996 If `dired-directory' is a list, use its car.
13997
13998 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
13999
14000 * ibuffer.el (define-ibuffer-column filename):
14001 If `dired-directory' is a list, use its car.
14002
14003 2005-05-14 Richard M. Stallman <rms@gnu.org>
14004
14005 * subr.el (symbol-file): Doc fix.
14006
14007 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14008 (byte-compile-form): Call byte-compile-nogroup-warn.
14009 (byte-compile-warning-types): Doc fix.
14010
14011 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14012
14013 * progmodes/cc-engine.el (c-literal-faces):
14014 Add font-lock-comment-delimiter-face.
14015
14016 * net/net-utils.el (dig): Use with-no-warnings.
14017
14018 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14019 (sc-recite-frame-alist, sc-default-cite-frame)
14020 (sc-default-uncite-frame, sc-default-recite-frame)
14021 (sc-attrib-selection-list, sc-rewrite-header-list):
14022 Mark as risky-local-variable.
14023
14024 * international/ogonek.el (ogonek-jak, ogonek-how):
14025 Don't use beginning-of-buffer.
14026
14027 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14028
14029 * calendar/solar.el (solar-data-list): Move definition up.
14030
14031 * dnd.el (dnd-protocol-alist): Add autoload.
14032
14033 * progmodes/sh-script.el: Many doc usage fixes.
14034 (sh-indent-after-do): Change default to match common styles.
14035
14036 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
14037
14038 * files.el (interpreter-mode-alist)
14039 (auto-mode-interpreter-regexp): Doc fixes.
14040
14041 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
14042
14043 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14044
14045 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14046
14047 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14048
14049 * dired.el (dired-mode): make-variable-buffer-local =>
14050 make-local-variable.
14051
14052 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14053
14054 * term/mac-win.el (mac-select-convert-to-string): Try coding
14055 systems in mac-script-code-coding-systems if specified one cannot
14056 encode string for `com.apple.traditional-mac-plain-text'.
14057
14058 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
14059
14060 * progmodes/make-mode.el (makefile-targets-face)
14061 (makefile-shell-face, makefile-makepp-perl-face): New faces.
14062 (makefile-dependency-regex): Fix it to not make the colon in
14063 $(var:a=b) special.
14064 (makefile-rule-action-regex): New regexp for highlighting embedded
14065 Shell strings.
14066 (makefile-macroassign-regex): Handle != for highlighting as
14067 embedded Shell strings.
14068 (makefile-var-use-regex): New const.
14069 (makefile-statements, makefile-automake-statements)
14070 (makefile-gmake-statements, makefile-makepp-statements)
14071 (makefile-bsdmake-statements): New consts.
14072 (makefile-make-font-lock-keywords): New function.
14073 (makefile-automake-font-lock-keywords)
14074 (makefile-gmake-font-lock-keywords)
14075 (makefile-makepp-font-lock-keywords)
14076 (makefile-bsdmake-font-lock-keywords): New consts.
14077 (makefile-mode-map): Add switchers between the various submodes.
14078 (makefile-mode): Document the availability of the variants.
14079 (makefile-automake-mode, makefile-gmake-mode)
14080 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14081
14082 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14083 new variants of makefile-mode.
14084
14085 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * font-lock.el (font-lock-comment-delimiter-face): Fix up
14088 the inheritance.
14089
14090 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
14091
14092 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14093 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14094
14095 * files.el (normal-mode): Extend the scope of the
14096 `enable-local-variables' binding to include the `set-auto-mode' call.
14097 (magic-mode-alist): Doc fix.
14098
14099 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14102 font-lock-comment-face rather than copying its setting.
14103
14104 2005-05-12 Andreas Schwab <schwab@suse.de>
14105
14106 * eshell/esh-mode.el (eshell-send-input): Doc fix.
14107
14108 2005-05-12 Lute Kamstra <lute@gnu.org>
14109
14110 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14111 defcustom for the mode hook variable. Delete the last argument.
14112 * generic-x.el: Fix callers of define-generic-mode.
14113 (generic-x-modes): Delete group.
14114 (show-tabs-tab-face, show-tabs-space-face): Put them in the
14115 generic-x customization group.
14116
14117 2005-05-12 Kim F. Storm <storm@cua.dk>
14118
14119 * font-lock.el (font-lock-negation-char-face): Default to "off".
14120
14121 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14122 font-lock-negation-char-face to ! in !=.
14123
14124 2005-05-12 Masatake YAMATO <jet@gyve.org>
14125
14126 * add-log.el (find-change-log): Fix typos in the docstring
14127 of function.
14128
14129 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14130
14131 * international/latexenc.el (latexenc-find-file-coding-system):
14132 Avoid `re-search-forward' when looking for input encoding because
14133 of speed and safety. Better regular expressions for recognizing
14134 input encoding. Limit a search for TeX-master/tex-main-file to
14135 the local variable section.
14136
14137 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
14138
14139 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14140 syntax of $ to "'" (quote).
14141
14142 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
14143
14144 * dnd.el (dnd-protocol-alist): Improve custom type.
14145
14146 * dired.el (dired-dnd-protocol-alist): New variable.
14147 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
14148 `dired-mode-hook' to the end.
14149
14150 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14153 comment-end if comment-start-skip is not set.
14154 Obey the font-lock-comment-delimiter-face variables.
14155
14156 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14157
14158 * files.el (executable-find): Move from executable.el. Use
14159 locate-file.
14160 * progmodes/executable.el (executable-find): Move to files.el.
14161
14162 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14163 when trying to ensure forward progress.
14164
14165 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
14166
14167 * mouse-sel.el (mouse-sel-follow-link-p): New function.
14168 (mouse-select, mouse-select-internal, mouse-extend-internal):
14169 Use it to implement mouse-1-click-follows-link functionality.
14170
14171 2005-05-11 Richard M. Stallman <rms@gnu.org>
14172
14173 * font-lock.el (font-lock-fontify-syntactically-region):
14174 Use font-lock-comment-delimiter-face for comment delimiters.
14175
14176 2005-05-10 Jay Belanger <belanger@truman.edu>
14177
14178 * calc/calc-help.el (calc-m-prefix-help): Add mention of
14179 preserving embedded modes.
14180
14181 2005-05-10 Richard M. Stallman <rms@gnu.org>
14182
14183 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14184
14185 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14186 Move from ada-stmt.el.
14187 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14188
14189 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14190 Move to ada-mode.el.
14191 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14192
14193 * cus-edit.el (custom-file): Call file-chase-links.
14194
14195 * files.el (read-directory-name): Fix previous change.
14196 (hack-local-variables-confirm): New function.
14197 (hack-local-variables-prop-line, hack-local-variables)
14198 (hack-one-local-variable): Use it.
14199
14200 2005-05-10 Lute Kamstra <lute@gnu.org>
14201
14202 * font-lock.el (font-lock-keywords-alist)
14203 (font-lock-removed-keywords-alist): Clarify docstrings.
14204
14205 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
14206
14207 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14208 (gdb-source-info): Check for preprocessor info.
14209 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
14210 a macro for a function.
14211 (gdb-info-breakpoints-custom): Try to find file again if not already
14212 found (user might have used GDB dir command).
14213 (gdb-get-location): Update gdb-location-alist correctly for change
14214 to gdb-info-breakpoints-custom.
14215
14216 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14217 (gud-tooltip-print-command): Add gdbmi case.
14218 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14219 preprocessor info.
14220
14221 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
14222
14223 * startup.el (fancy-splash-insert): Fix typo in doc string.
14224
14225 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
14226
14227 * obsolete/float.el (string-to-float):
14228 * obsolete/hilit19.el (hilit-add-pattern):
14229 * obsolete/rnews.el (news-parse-range, news-select-message)
14230 (news-get-pruned-list-of-files): Replace `string-to-int' by
14231 `string-to-number'.
14232
14233 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14234 `find-file-not-found-hooks'; use `add-hook'.
14235 (uncompress-while-visiting): Set `write-file-functions', not
14236 `write-file-hooks'; use `add-hook'.
14237
14238 2005-05-09 Kim F. Storm <storm@cua.dk>
14239
14240 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14241 (cua-paste): Handle clipboard action.
14242 (cua--init-keymaps): Remap clipboard-kill-region and
14243 clipboard-kill-ring-save.
14244
14245 2005-05-08 Eli Zaretskii <eliz@gnu.org>
14246
14247 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14248 Improve commentary.
14249
14250 * simple.el (next-error-overlay-arrow-position): Revert the change
14251 made on 2005-04-30.
14252
14253 2005-05-07 Jay Belanger <belanger@truman.edu>
14254
14255 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14256 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14257 `calc-sel-reselect'.
14258
14259 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14260 Calc is in embedded mode.
14261
14262 2005-05-07 Eli Zaretskii <eliz@gnu.org>
14263
14264 * progmodes/compile.el (compilation-setup):
14265 Set overlay-arrow-string to an empty string on text terminals.
14266
14267 * textmodes/ispell.el (ispell-program-name): Try looking for
14268 "aspell" along exec-path, and if found, use it as the default
14269 speller program.
14270
14271 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
14272
14273 * international/mule.el (sgml-xml-auto-coding-function):
14274 Recognize encoding='FOO' in single quotes as well as in double quotes.
14275
14276 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14277
14278 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14279 as well as `interactive', so that defmacro* would recognize
14280 `declare' forms.
14281
14282 2005-05-07 Eli Zaretskii <eliz@gnu.org>
14283
14284 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14285 Explain more about the LIGHTER arg's usage in the doc string.
14286 Add commentary to clarify what the code does. Fix the regexp that
14287 strips whitespace from LIGHTER. Quote LIGHTER before using it,
14288 since it could have characters special to regular expressions.
14289
14290 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14291
14292 * replace.el (occur-1): Bind inhibit-read-only so that
14293 erase-buffer doesn't barf on read-only text properties (likewise
14294 for add-text-properties in occur-engine). Mark buffer as unmodified.
14295 (occur-engine): Don't set buffer-read-only here.
14296
14297 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14300 list-buffers-directory. This caused the *cvs-commit* buffer to be
14301 sometimes mistakenly reused as a *cvs* buffer.
14302
14303 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
14304
14305 * tooltip.el: Move code for GUD tooltips into gud.el.
14306 (require): CL no longer needed to compile case.
14307 (tooltip-mode): Do not toggle functions for GUD tooltips.
14308 (tooltip-gud-tips-p): Remove. Replace with minor mode
14309 gud-tooltip-mode in gud.el.
14310 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14311 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14312 tooltip-gud prefix with gud-tooltip and obsolete.
14313 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14314 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14315 (tooltip-mouse-motion): Mouse movement functions/variable.
14316 Rename in gud.el by adding gud prefix.
14317 (tooltip-gud-original-filter, tooltip-gud-dereference)
14318 (tooltip-gud-event, tooltip-toggle-gud-tips)
14319 (tooltip-gud-process-output, tooltip-gud-print-command)
14320 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
14321 gud.el by replacing tooltip-gud prefix with gud-tooltip.
14322 (gdb-tooltip-print): Move to gdb-ui.el.
14323
14324 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14325 (require): CL needed to compile case.
14326 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14327 tooltip-gud-tips-p. Make it a minor-mode.
14328 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14329 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14330 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14331 (gud-tooltip-change-major-mode)
14332 (gud-tooltip-activate-mouse-motions-if-enabled)
14333 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14334 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14335 (gud-tooltip-original-filter, gud-tooltip-dereference)
14336 (gud-tooltip-event, tooltip-toggle-gud-tips)
14337 (gud-tooltip-process-output, gud-tooltip-print-command)
14338 (gud-tooltip-tips): Move from tooltip.el.
14339
14340 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14341 (gdb-cpp-define-alist-flags): Doc fix.
14342 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14343 gud-tooltip-mode is t.
14344
14345 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14346
14347 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14348 evaporate if their text is deleted.
14349 (goto-address-at-point): Make it work as a mouse binding as well.
14350 (goto-address-at-mouse): Obsolete it. Update users.
14351
14352 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
14353
14354 * calendar/appt.el (top-level): No longer activate on load.
14355
14356 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
14357
14358 * calendar/cal-bahai.el (mark-bahai-diary-entries):
14359 * net/webjump.el (webjump):
14360 * progmodes/idlw-help.el (idlwave-do-context-help1)
14361 (idlwave-highlight-linked-completions):
14362 * textmodes/po.el (po-find-file-coding-system-guts):
14363 Replace `assoc-ignore-case' by `assoc-string'.
14364
14365 2005-05-06 Eli Zaretskii <eliz@gnu.org>
14366
14367 * files.el (locate-file): Doc fix.
14368
14369 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14370 Remove the redundant test for ms-dos.
14371
14372 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14373 look for the preprocessor with exec-suffixes. If not found in
14374 standard places, look in exec-path. Remove most of the tests that
14375 used system-type.
14376
14377 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14378
14379 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14380
14381 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14382 file-name clash with jka-compr.el on 8+3 filesystems.
14383
14384 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14385
14386 * term/mac-win.el: Don't define or bind scroll bar functions if
14387 x-toolkit-scroll-bars is t.
14388 (x-select-text, x-get-selection-value): Clear
14389 x-last-selected-text-clipboard if x-select-enable-clipboard is
14390 nil.
14391 (PRIMARY): Put mac-scrap-name property.
14392 (mac-select-convert-to-file-url): New function.
14393 (public.file-url): New selection target type. Add to
14394 selection-converter-alist.
14395 (x-get-selection, x-selection-value): Handle it.
14396 (x-cut-buffer-or-selection-value): New alias.
14397
14398 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14399
14400 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14401 entry to avoid calling bibtex-find-entry with arg global
14402 being t. Remove arg key.
14403 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14404 (bibtex-copy-summary-as-kill): Change accordingly.
14405
14406 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14407
14408 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14409 (org-agenda-date-later): Use with-current-buffer.
14410
14411 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
14412
14413 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14414 (define-obsolete-variable-alias): Doc Fixes.
14415
14416 2005-05-06 Kim F. Storm <storm@cua.dk>
14417
14418 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
14419 vertical-motion when selective-display is active.
14420
14421 * ido.el (ido-setup-hook): New hook.
14422 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14423 (ido-input-stack): New var.
14424 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
14425 ido-next-work-file binding to M-O.
14426 Bind M-f to ido-wide-find-file-or-pop-dir.
14427 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14428 (ido-read-internal): Run ido-setup-hook.
14429 Catch quit in read-file-name and read-string to cancel edit.
14430 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14431 Automatically pop-all when completing a directory name (RET).
14432 (ido-file-internal): Add with-no-warnings around ffap and dired code.
14433 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14434 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14435 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14436 New functions for M-b/M-f to move among the directory components.
14437 (ido-make-merged-file-list): Catch quit to cancel merge.
14438 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14439 (ido-completion-help): No warnings for ido-completion-buffer-full.
14440
14441 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
14442
14443 * font-lock.el (font-lock-negation-char-face): New face and variable.
14444 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14445 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14446 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14447 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14448
14449 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
14450
14451 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14452 Fix typo in docstring.
14453
14454 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14455 (ebrowse-print-statistics-line)
14456 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14457
14458 * term/w32-win.el (image-library-alist): Add additional name for
14459 Xpm library.
14460
14461 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
14462
14463 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14464 use gcc instead of cpp.
14465
14466 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14467 (gdb-create-define-alist): Use it.
14468 (gdb-cpp-define-alist-program): Update for MS-DOS.
14469
14470 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
14471
14472 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14473
14474 2005-05-04 Richard M. Stallman <rms@gnu.org>
14475
14476 * help.el (describe-key): No error when UNTRANSLATED is nil.
14477
14478 * simple.el (line-move-1): Fix previous change to signal errors
14479 appropriately.
14480
14481 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
14482
14483 * calendar/icalendar.el (icalendar-version): Now at 0.12.
14484 (icalendar-duration-correction): Remove.
14485 (icalendar--get-event-properties): Split result at commas.
14486 (icalendar--decode-isoduration): New optional argument
14487 DURATION-CORRECTION.
14488 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14489 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14490 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14491 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14492 (icalendar--convert-anniversary-to-ical): New functions, extracted
14493 from icalendar-export-region, with bug fixes.
14494 (icalendar-export-region): Use the above functions.
14495 (icalendar-import-buffer): Check before saving diary file.
14496 (icalendar--convert-recurring-to-diary)
14497 (icalendar--convert-non-recurring-all-day-to-diary)
14498 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14499 extracted from icalendar--convert-ical-to-diary, with bug fixes.
14500 (icalendar--convert-ical-to-diary): Use the above functions.
14501
14502 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
14503
14504 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14505 Remove these recent additions.
14506 (c-mode): Restore to before 2005-04-28.
14507
14508 * progmodes/cc-vars.el (cc-define-list-program): Remove this
14509 recent addition.
14510
14511 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14512 (gdb-define-alist): New variables.
14513 (gdb-create-define-alist): New function.
14514 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14515 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14516 with string-to-number.
14517 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
14518
14519 * progmodes/gud.el: Replace string-to-int with string-to-number.
14520 (gud-find-file): Handle gdb-define-alist.
14521
14522 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14523
14524 2005-05-02 Jay Belanger <belanger@truman.edu>
14525
14526 * calc/calc-aent.el (math-read-token):
14527 * calc/calc-bin.el (calc-word-size):
14528 * calc/calc-ext.el (calc-read-number-fancy):
14529 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14530 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14531 * calc/calc-frac.el (calc-over-notation):
14532 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14533 (calc-graph-num-points, calc-graph-init):
14534 * calc/calc-prog.el (calc-read-parse-table-part)
14535 (calc-edit-macro-repeats):
14536 * calc/calc-yank.el (calc-do-grab-rectangle):
14537 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14538 Replace `string-to-int' by `string-to-number'.
14539
14540 2005-05-02 Kim F. Storm <storm@cua.dk>
14541
14542 * kmacro.el: Use executing-kbd-macro-index variable.
14543
14544 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
14545
14546 * net/rlogin.el (rlogin-parse-words): Delete func.
14547 (rlogin): Use split-string, not rlogin-parse-words.
14548 Also, if there are option-like elements in the parsed args,
14549 take the host to be the first arg immediately following them.
14550 Suggested by Michael Mauger.
14551
14552 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14553
14554 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14555
14556 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14557
14558 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14559 (cc-mode-cpp-program): Rename to cc-define-list-program and
14560 move to cc-vars.el.
14561
14562 * progmodes/cc-vars.el (cc-define-list-program):
14563 Change to "gcc -E -dM -". Make customizable.
14564
14565 2005-05-02 Kim F. Storm <storm@cua.dk>
14566
14567 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14568
14569 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14570
14571 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14572
14573 * international/mule-util.el (truncate-string): Remove alias and
14574 obsolete declaration.
14575
14576 * international/mule-cmds.el (update-iso-coding-systems):
14577 Remove alias and obsolete declaration.
14578
14579 * international/mule.el (coding-system-parent): Remove alias and
14580 obsolete declaration.
14581
14582 * subr.el (define-function, sref): Remove aliases and obsolete
14583 declarations.
14584 (chars-in-region): Remove obsolete declaration.
14585
14586 2005-05-01 Richard M. Stallman <rms@gnu.org>
14587
14588 * info.el (Info-mode): Set widen-automatically to nil, locally.
14589
14590 * simple.el (widen-automatically): New variable.
14591 (pop-global-mark): Obey widen-automatically.
14592
14593 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
14594
14595 * term/xterm.el (function-key-map): Call substitute-key-definition
14596 before the keymap size is increased by a lot of define-key calls.
14597
14598 2005-05-01 Richard M. Stallman <rms@gnu.org>
14599
14600 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14601 Rename ARG to ELEMENT. Doc fix.
14602
14603 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14604
14605 * allout.el (allout-exposure): Remove macro and obsolete declaration.
14606 Remove references to allout-exposure/change to allout-new-exposure.
14607
14608 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14609 bytecode symbols.
14610
14611 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14612 (compiled-function-p, focus-frame, unfocus-frame):
14613 Remove aliases and obsolete declarations.
14614 Back out inadvertent changes from previous commit.
14615
14616 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14617
14618 * files.el (require-final-newline): Make Custom tags consistent
14619 with mode-require-final-newline.
14620 (mode-require-final-newline): Doc fix.
14621
14622 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14623
14624 * international/latexenc.el (latexenc-find-file-coding-system):
14625 Fix regular expressions.
14626
14627 2005-05-01 David Kastrup <dak@gnu.org>
14628
14629 * international/latexenc.el (latexenc-find-file-coding-system):
14630 Fix regular expressions.
14631
14632 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14633
14634 * subr.el (string-to-int): Make obsolete.
14635
14636 2005-04-30 Richard M. Stallman <rms@gnu.org>
14637
14638 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14639
14640 * loadup.el: load jka-comp-hook.
14641
14642 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14643 (jka-compr-handler): Add autoload. `put' calls moved
14644 to jka-comp-hook.el.
14645 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14646 (jka-compr-inhibit): Autoload.
14647
14648 * jka-comp-hook.el: New file.
14649 Enable the mode by default.
14650
14651 * files.el (backup-buffer-copy): Use copy-file instead
14652 of write-region, and put back the 'excl.
14653
14654 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
14655
14656 * progmodes/flymake.el (flymake-split-string)
14657 (flymake-split-string, flymake-log, flymake-pid-to-names)
14658 (flymake-reg-names, flymake-get-source-buffer-name)
14659 (flymake-unreg-names, flymake-add-line-err-info)
14660 (flymake-add-err-info): Clarify docstrings.
14661 (flymake-popup-menu, flymake-make-emacs-menu)
14662 (flymake-make-xemacs-menu): Add docstrings.
14663 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14664 Set variables directly throughout.
14665
14666 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
14667
14668 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14669 exists. Initialize cc-define-alist.
14670 (c-mode): Add cc-create-define-alist locally to after-save-hook.
14671 If there is no file (Macroexpansion) don't create an alist.
14672
14673 2005-04-29 Sam Steingold <sds@gnu.org>
14674
14675 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14676 (cc-create-define-alist): Use it instead of the hard-coded string.
14677
14678 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * international/mule-conf.el (file-coding-system-alist): Fix regexp
14681 for latexenc.
14682
14683 2005-04-29 Lute Kamstra <lute@gnu.org>
14684
14685 * emacs-lisp/generic.el: Improve commentary section.
14686 (define-generic-mode): Improve docstring.
14687
14688 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
14689
14690 * textmodes/org.el (many places): Change to quiet the byte compiler.
14691 (org-prefix-format-compiled): New variable.
14692 (org-compile-prefix-format): New function.
14693 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14694 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14695 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14696 (org-get-entries-from-diary): Use `org-get-time-of-day' for
14697 consistency with entries from `org-mode' files.
14698 (org-get-time-of-day): Fix bug with partial matches early in a line.
14699 (org-non-link-chars): New constant.
14700 (org-link-regexp): Respect `org-non-link-chars'.
14701 (org-agenda-day-view): Remove command.
14702 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14703 (org-follow-bbdb-link, org-store-link): Search also company field.
14704 (org-highlight-overlay): New variable.
14705 (org-highlight, org-unhighlight): New functions.
14706 (org-agenda-mode): Add pre-command-hook to remove highlight.
14707 (org-evaluate-time-range): Behavior depends upon whether time stamp
14708 contains a time or not.
14709 (org-show-subtree, org-show-entry): New functions.
14710 (org-agenda-cleanup-fancy-diary): Remove empty lines.
14711
14712 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
14713
14714 * comint.el (comint-output-filter-functions): Add autoload cookie.
14715
14716 2005-04-28 Kim F. Storm <storm@cua.dk>
14717
14718 * ido.el (ido-everywhere): Fix last change.
14719
14720 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14721
14722 * international/latexenc.el: New file.
14723 * international/mule-conf.el (file-coding-system-alist): For .tex,
14724 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14725
14726 2005-04-28 Lute Kamstra <lute@gnu.org>
14727
14728 * font-lock.el (font-lock-add-keywords)
14729 (font-lock-remove-keywords): Clarify docstring.
14730 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14731 Don't start docstrings with a `*'.
14732 (font-lock-update-removed-keyword-alist): Give it a docstring.
14733
14734 * generic-x.el: Update commentary section.
14735 Only require font-lock when compiling.
14736 Define all modes conditionally.
14737 Place all generic modes in the generic-x-modes customization group.
14738 (generic-x-modes): New customization group.
14739 (generic-default-modes, generic-mswindows-modes)
14740 (generic-unix-modes, generic-other-modes): New constants.
14741 (generic-define-mswindows-modes, generic-define-unix-modes):
14742 Update docstrings. Make them obsolete.
14743 (generic-extras-enable-list): New default value. Update docstring.
14744 Improve :type. Change :set function.
14745 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14746 Fix docstring.
14747
14748 * emacs-lisp/generic.el (generic-mode-internal):
14749 Simplify font-lock-defaults.
14750 (define-generic-mode): Fix docstring.
14751
14752 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14753
14754 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14755 font-lock-face property to highlight matches.
14756
14757 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
14758
14759 * progmodes/cc-mode.el (cc-create-define-alist): New function.
14760 (cc-define-alist): New variable.
14761 (c-mode): Make it local and initialize it.
14762
14763 * progmodes/gdb-ui.el (gdb-active-process): New variable.
14764 (gdb-exited): New function.
14765 (gdb-annotation-rules): Use it.
14766 (gdb-starting): Set gdb-active-process to t.
14767 (gdb-stopping): Amend doc string.
14768 (gdb-reset): Set gdb-active-process to nil.
14769
14770 * tooltip.el (tooltip-gud-tips): Show the associated #define
14771 directives when a C program under GDB is not executing.
14772
14773 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14774
14775 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14776 font-lock-fontify-syntactic-keywords.
14777
14778 * font-lock.el (font-lock-default-fontify-region): Don't force
14779 parse-sexp-lookup-properties to nil.
14780
14781 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
14782
14783 * man.el (man-mode-syntax-table): Set up `:' to have
14784 word-constituent syntax.
14785
14786 2005-04-27 Lute Kamstra <lute@gnu.org>
14787
14788 * novice.el (disable-command): Don't add spurious newlines to the
14789 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
14790
14791 2005-04-26 Jay Belanger <belanger@truman.edu>
14792
14793 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14794 than one window before deleting window.
14795
14796 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
14797
14798 * shell.el (shell-prompt-pattern): Doc fix.
14799 (shell-mode): Set paragraph-separate buffer locally to "\\'".
14800
14801 * comint.el (comint-prompt-regexp, comint-get-old-input)
14802 (comint-use-prompt-regexp)
14803 (comint-use-prompt-regexp-instead-of-fields)
14804 (comint-replace-by-expanded-history, comint-send-input)
14805 (comint-output-filter, comint-get-old-input-default)
14806 (comint-line-beginning-position, comint-bol, comint-show-output)
14807 (comint-backward-matching-input, comint-forward-matching-input)
14808 (comint-next-prompt, comint-previous-prompt):
14809 Rename `comint-use-prompt-regexp-instead-of-fields' to
14810 `comint-use-prompt-regexp'. Keep old name as alias and declare
14811 obsolete.
14812 (comint-use-prompt-regexp): Shorten first line of doc string.
14813
14814 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14815 Set paragraph-separate buffer locally to "\\'".
14816
14817 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14818 Adapt to above name change.
14819
14820 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14821 (smbclient-prompt-regexp): Ditto.
14822
14823 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14824
14825 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
14826
14827 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14828 gdb-location-list.
14829 Break lines that are over 80 characters wide.
14830
14831 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14832
14833 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14834 New fun and var, to preserve compatibility.
14835
14836 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14837
14838 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
14839
14840 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14841 name to file-newer-than-file-p.
14842
14843 2005-04-26 Richard M. Stallman <rms@gnu.org>
14844
14845 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14846
14847 * progmodes/python.el (python-mode):
14848 Use new name eldoc-documentation-function.
14849
14850 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14851
14852 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14853 (eldoc-documentation-function):
14854 Rename from eldoc-print-current-symbol-info-function. Calls changed.
14855
14856 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
14857
14858 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14859
14860 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14861
14862 * term/xterm.el (function-key-map): Fix strings for
14863 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
14864 {C,S,A,C-S}-{f1-f12}.
14865
14866 2005-04-26 Kenichi Handa <handa@m17n.org>
14867
14868 * international/mule-cmds.el (select-safe-coding-system):
14869 Fix previous change.
14870
14871 2005-04-26 Lute Kamstra <lute@gnu.org>
14872
14873 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14874
14875 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14876 (font-lock-comment-delimiter-face): Ditto.
14877
14878 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14879
14880 2005-04-25 Jay Belanger <belanger@truman.edu>
14881
14882 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14883 to t while inserting information; use help-mode.
14884
14885 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14886
14887 * term.el (ansi-term-color-vector): Use the xterm colors.
14888 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
14889
14890 2005-04-25 Lute Kamstra <lute@gnu.org>
14891
14892 * font-core.el (font-lock-defaults): Fix docstring.
14893
14894 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14895
14896 2005-04-25 Kenichi Handa <handa@m17n.org>
14897
14898 * international/mule-cmds.el (select-safe-coding-system):
14899 Don't check consistency with coding: spec, etc if raw-text or
14900 no-conversion was found to be safe.
14901
14902 2005-04-24 Richard M. Stallman <rms@gnu.org>
14903
14904 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14905 citation markers at start of each line.
14906
14907 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14908 citation markers at start of each line.
14909
14910 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14911
14912 * files.el (mode-require-final-newline): Fix previous change.
14913 (require-final-newline): Fix type label.
14914
14915 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14916
14917 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14918 statement in buffer (broken by 2004-11-24 change).
14919
14920 2005-04-24 Kim F. Storm <storm@cua.dk>
14921
14922 * ido.el (ido-everywhere): Save and restore old read-buffer-function
14923 and read-file-name-function values. Don't overwrite existing
14924 non-nil values if ido-mode is enabled without ido-everywhere.
14925
14926 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
14927
14928 * files.el (mode-require-final-newline): Minor doc fix.
14929
14930 2005-04-24 Eli Zaretskii <eliz@gnu.org>
14931
14932 * subr.el (syntax-after): Doc fix.
14933 (syntax-class): If argument is nil, return nil. Mask off upper 16
14934 bits, not 8 bits.
14935
14936 * files.el (mode-require-final-newline): Doc fix.
14937 (backup-buffer-copy): Fix last change.
14938
14939 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14940
14941 * term/mac-win.el: Require select. Set selection-coding-system to
14942 mac-system-coding-system. Call menu-bar-enable-clipboard.
14943 (x-last-selected-text-clipboard, x-last-selected-text-primary)
14944 (x-select-enable-clipboard): New variables.
14945 (x-select-text, x-get-selection, x-selection-value)
14946 (x-get-selection-value, mac-select-convert-to-string)
14947 (mac-services-open-file, mac-services-open-selection)
14948 (mac-services-insert-text): New functions.
14949 (CLIPBOARD, FIND): Put mac-scrap-name property.
14950 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14951 (public.tiff): Put mac-ostype property.
14952 (selection-converter-alist): Add entries for them.
14953 (mac-application-menu-map): New keymap.
14954 (interprogram-cut-function, interprogram-paste-function): Set to
14955 x-select-text and x-get-selection-value, respectively.
14956 (split-window-keep-point): Set to t.
14957
14958 2005-04-23 Richard M. Stallman <rms@gnu.org>
14959
14960 * files.el (read-directory-name): Always pass non-nil
14961 DEFAULT-FILENAME arg to read-file-name.
14962 (backup-buffer-copy, basic-save-buffer-2): Take care against
14963 writing thru an unexpected existing symlink.
14964 (revert-buffer): In indirect buffer, revert the base buffer.
14965 (magic-mode-alist): Doc fix.
14966 (buffer-stale-function): Doc fix.
14967 (minibuffer-with-setup-hook): Avoid warning.
14968 (mode-require-final-newline): Doc and custom fix.
14969
14970 * follow.el (follow-end-of-buffer): Use with-no-warnings.
14971
14972 * font-lock.el (font-lock-comment-face): On terminals with few colors,
14973 use the default appearance.
14974 (font-lock-comment-delimiter-face): New face, new variable.
14975
14976 * imenu.el (imenu--generic-function): The official position of a
14977 definition is the start of the line that BEG is in.
14978
14979 * midnight.el (midnight-timer): Move defvar up.
14980
14981 * mouse.el (mouse-drag-region-1): Delete some debugging code.
14982
14983 * saveplace.el (save-place-to-alist): Use with-no-warnings.
14984
14985 * startup.el (command-line): Use with-no-warnings.
14986
14987 * window.el (window-size-fixed): New defvar.
14988
14989 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14990
14991 * mail/rmail.el (rmail-font-lock-keywords):
14992 Use font-lock-comment-delimiter-face.
14993
14994 * mail/sendmail.el (mail-font-lock-keywords):
14995 Use font-lock-comment-delimiter-face.
14996
14997 * progmodes/compile.el (next-error-highlight-timer): New defvar.
14998
14999 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
15000
15001 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15002 Specify t for LAXMATCH when matching directories.
15003 Save match data around compilation-compat-error-properties form.
15004
15005 2005-04-23 David Kastrup <dak@gnu.org>
15006
15007 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15008 Mention that the autoloaded aliases should be kept for AUCTeX.
15009
15010 2005-04-23 Andreas Schwab <schwab@suse.de>
15011
15012 * isearch.el (isearch-forward): Doc fix.
15013
15014 2005-04-23 Eli Zaretskii <eliz@gnu.org>
15015
15016 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15017 (jit-lock-stealth-nice): Change default value to 0.5.
15018
15019 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
15020
15021 * abbrev.el (write-abbrev-file): Write table entries in
15022 alphabetical order by table name.
15023
15024 2005-04-22 Kim F. Storm <storm@cua.dk>
15025
15026 * ido.el (ido-read-internal): Fix `list' completion.
15027
15028 2005-04-22 Kenichi Handa <handa@m17n.org>
15029
15030 * recentf.el (recentf-save-file-coding-system): New variable.
15031 (recentf-save-list): Encode the file by
15032 recentf-save-file-coding-system and add coding: tag.
15033
15034 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
15035
15036 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15037
15038 2005-04-21 Lute Kamstra <lute@gnu.org>
15039
15040 * loadhist.el (unload-feature): Don't remove a function from hooks
15041 if it is about to be restored to an autoload . Remove functions
15042 that will become unbound from auto-mode-alist. Simplify the code.
15043
15044 * subr.el (assq-delete-all): New implementation that is linear,
15045 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
15046 (rassq-delete-all): New function.
15047
15048 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15049 Add size-indication-mode.
15050
15051 2005-04-21 Kenichi Handa <handa@m17n.org>
15052
15053 * international/mule-cmds.el: Add autoload for widget-value in
15054 eval-when-compile.
15055
15056 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
15057
15058 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15059 Add tooltip-mode.
15060
15061 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15062
15063 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
15064
15065 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15066 (inferior-lisp-filter-regexp, inferior-lisp-program)
15067 (inferior-lisp-load-command, inferior-lisp-prompt)
15068 (inferior-lisp-mode-hook, lisp-source-modes)
15069 (inferior-lisp-load-hook): defvar->defcustom.
15070 (inferior-lisp-program, inferior-lisp-prompt)
15071 (inferior-lisp-load-hook): Doc fixes.
15072 (inferior-lisp-install-letter-bindings): Small change in
15073 introductory comment.
15074
15075 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
15076
15077 * vc.el (vc-annotate-color-map): Change some colors so that text
15078 using them as foreground is readable on both white and black
15079 backgrounds.
15080
15081 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 * international/mule-conf.el (translation-table-for-input):
15084 Remove redundant declaration.
15085
15086 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
15087
15088 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15089
15090 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15091 (tooltip-toggle-gud-tips): New function.
15092
15093 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15094
15095 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15096 right angle brackets.
15097
15098 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
15099
15100 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15101
15102 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15105 Remove. Update callers to use expand-file-name instead.
15106
15107 * subr.el (syntax-class): New function.
15108
15109 * simple.el (blink-matching-open): Use it.
15110
15111 * paren.el (show-paren-function): Use it to recognize parens that are
15112 also used in 2-char comment markers.
15113
15114 2005-04-19 Lute Kamstra <lute@gnu.org>
15115
15116 * loadhist.el (unload-feature): Update for new format of
15117 load-history. Simplify the code.
15118
15119 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15120
15121 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15122 (mac-add-charset-info): New function. Initialize variable
15123 mac-charset-info-alist using it.
15124 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15125 for translation.
15126 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15127 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15128 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15129 New CCL programs.
15130
15131 2005-04-19 Kim F. Storm <storm@cua.dk>
15132
15133 * simple.el (next-buffer, prev-buffer, next-error)
15134 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15135 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15136
15137 * bindings.el (next-buffer, prev-buffer, next-error)
15138 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15139 (clone-indirect-buffer-other-window): Move bindings from simple.el.
15140 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15141 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15142
15143 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * isearch.el (isearch-edit-string): Make the search-ring available for
15146 minibuffer history commands.
15147 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15148 the default history commands now work just as well.
15149 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15150
15151 2005-04-18 Kim F. Storm <storm@cua.dk>
15152
15153 * emulation/cua-base.el (cua--pre-command-handler): Add more
15154 elaborate check for shift modifier on non-window systems.
15155
15156 2005-04-18 Lars Hansen <larsh@math.ku.dk>
15157
15158 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15159
15160 2005-04-18 Kim F. Storm <storm@cua.dk>
15161
15162 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15163 and make it optional. Don't test tooltip-gud-echo-area here.
15164 (tooltip-gud-process-output, gdb-tooltip-print):
15165 Pass tooltip-gud-echo-area to tooltip-show.
15166 (tooltip-help-tips): Remove second optional arg to tooltip-show.
15167
15168 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15169
15170 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15171 `display-graphic-p' may not be bound yet.
15172
15173 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
15174
15175 * startup.el (command-line): No longer enable Xterm Mouse mode by
15176 default in terminals compatible with xterm.
15177
15178 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15179
15180 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
15181
15182 * tooltip.el (tooltip-gud-echo-area): Rename from
15183 tooltip-use-echo-area.
15184 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15185 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15186 area independently of where help tooltips are displayed.
15187
15188 2005-04-17 David Kastrup <dak@gnu.org>
15189
15190 * cus-theme.el (custom-theme-write-variables): Quote variables
15191 where necessary.
15192
15193 2005-04-17 Richard M. Stallman <rms@gnu.org>
15194
15195 * simple.el (yank-excluded-properties): Add follow-link to value.
15196
15197 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15198
15199 * startup.el (fancy-splash-max-time): Just 30 seconds.
15200 (fancy-splash-delay): Just 7.
15201 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15202
15203 * loadhist.el (unload-feature): Update for new format of load-history.
15204 Simplify the code.
15205
15206 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15207 (rmail-font-lock-keywords): Don't fontify the text of a citation.
15208
15209 * mail/sendmail.el (mail-font-lock-keywords):
15210 Don't fontify subject text.
15211 Don't fontify the text of a citation.
15212
15213 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
15214
15215 * comint.el (comint-output-filter): Run comint-output-filter-functions
15216 with point where the user had it.
15217
15218 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * international/ucs-tables.el (ucs-set-table-for-input):
15221 Disable when using unify-on-decoding.
15222
15223 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
15224
15225 * emulation/cua-base.el (cua-global-mark-face): Add special case
15226 for displays supporting a high number of colors.
15227
15228 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
15229
15230 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15231
15232 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
15233
15234 * filesets.el (filesets-add-buffer): If user supplies a name of a
15235 non-existing fileset, create a new fileset.
15236
15237 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
15238
15239 * textmodes/org.el (org-up-heading-all): Fix bug with
15240 `outline-up-heading-all'.
15241
15242 2005-04-16 Andreas Schwab <schwab@suse.de>
15243
15244 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15245 /etc/permissions.d/* and /etc/aliases.d/*.
15246
15247 2005-04-16 Kenichi Handa <handa@m17n.org>
15248
15249 * international/code-pages.el (cp-make-coding-system):
15250 Set `translation-table-for-input' property value to the symbol
15251 ucs-mule-to-mule-unicode, not to that value.
15252 (pt154): Escape guillemet by `\'.
15253
15254 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
15255
15256 * loadup.el: Load tooltip if x-show-tip is fboundp.
15257
15258 * startup.el (command-line): Add comment.
15259
15260 * tooltip.el (tooltip-mode): Specify correct standard value for
15261 Custom in init-value.
15262
15263 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
15264
15265 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15266 possible.
15267
15268 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
15269
15270 * textmodes/org.el (org-agenda-date-prompt): Rename from
15271 `org-agenda-date-today'.
15272 (org-evaluate-time-range): Insert at point instead of directly
15273 after time range.
15274 (org-first-headline-recenter, org-subtree-end-visible-p)
15275 (org-optimize-window-after-visibility-change): New functions
15276 (org-agenda-post-command-hook): Don't allow point at end of line,
15277 to make sure it always hits the text properties.
15278 (org-agenda-next-date-line, org-agenda-previous-date-line):
15279 New commands.
15280 (org-set-regexps-and-options): Category may contain white space.
15281 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15282 Improve marker positions.
15283 (org-agenda-new-marker): Argument POS made optional.
15284 (org-agenda-get-timestamps): Deadlines which are done are listed
15285 in org-done-face now.
15286 (org-agenda-get-todos, org-agenda-get-timestamps)
15287 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15288 Set `undone-face' and `done-face' properties.
15289 (org-last-todo-state-is-todo): New variable.
15290 (org-todo): Set `org-last-todo-state-is-todo'.
15291 (org-agenda-todo): Change face according to
15292 `org-last-todo-state-is-todo'. And change other lines referring to
15293 the same entry.
15294 (org-calendar-goto-agenda): New command.
15295 (org-calendar-to-agenda-key): New option.
15296 (org-startup-folded): New allowed value `content'.
15297 (org-set-regexps-and-options): Accept new value `content' for
15298 `org-startup-folded'.
15299 (org-get-current-options): Handle new value `content' for
15300 `org-startup-folded'.
15301 (org-insert-todo-heading): New command.
15302 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15303 interactively in empty file and option
15304 `org-insert-mode-line-in-empty-file' has been set.
15305 (org-agenda-todo,org-agenda-priority): Modify to use
15306 `org-agenda-change-all-lines'.
15307 (org-warning-face): Change color on dark background
15308
15309 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15310
15311 * international/mule-cmds.el (set-locale-environment): On Mac OS,
15312 use preferences AppleLocale and AppleLanguages, and variable
15313 mac-system-locale for default locale. On Mac OS Classic, use
15314 mac-system-coding-system for default coding systems.
15315
15316 * term/mac-win.el: Don't set file-name-coding-system.
15317 Decode variables system-name, emacs-build-system, user-login-name, and
15318 user-full-name by mac-system-coding-system on Mac OS Classic.
15319 (mac-system-coding-system): New variable.
15320
15321 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
15322
15323 * startup.el (command-line): Handle `xterm-mouse-mode' before
15324 reading init file.
15325
15326 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15327
15328 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15329
15330 * progmodes/sh-script.el (sh-here-document-word): Make it a
15331 defcustom. Doc fix.
15332 (sh-add): Bash uses $(( )) for arithmetic.
15333 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15334 (sh-maybe-here-document): Remove quotes and leading whitespace
15335 from heredoc word when closing. Indent heredoc with tabs if word
15336 starts with "-".
15337
15338 2005-04-13 Richard M. Stallman <rms@gnu.org>
15339
15340 * simple.el (undo): Fix previous change.
15341
15342 * custom.el (defface): Doc fix.
15343
15344 2005-04-13 Lute Kamstra <lute@gnu.org>
15345
15346 * Makefile.in (DONTCOMPILE): Remove list.
15347 (compile, compile-always): Don't use DONTCOMPILE.
15348 (update-authors): Load the library in which batch-update-authors
15349 is defined.
15350 * makefile.w32-in (DONTCOMPILE): Remove list.
15351 (compile, compile-always): Fix comments.
15352 (update-authors): Load the library in which batch-update-authors
15353 is defined.
15354
15355 * generic-x.el (generic-mode-ini-file-find-file-hook):
15356 Rename to ini-generic-mode-find-file-hook.
15357 Keep generic-mode-ini-file-find-file-hook as an alias.
15358 (ini-generic-mode-find-file-hook): Rename from
15359 generic-mode-ini-file-find-file-hook. Fix docstring.
15360 (ini-generic-mode): Docstring change.
15361 (bat-generic-mode-run-as-comint): Silence the byte compiler.
15362
15363 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15364 called from lisp.
15365
15366 * generic.el: Move to the emacs-lisp subdir.
15367
15368 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15369
15370 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15371 and C-S- function and cursor motion keys.
15372
15373 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
15374
15375 * startup.el (command-line): Enable Xterm Mouse mode by default.
15376 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15377 for Custom. No longer show "Mouse" in mode line when enabled.
15378 Doc fix.
15379
15380 2005-04-12 Kim F. Storm <storm@cua.dk>
15381
15382 * emulation/cua-base.el (cua-rectangle-face)
15383 (cua-rectangle-noselect-face): Define face attributes here.
15384
15385 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15386
15387 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15388
15389 * startup.el (command-line): Turn off blinking cursor if
15390 cursorBlink in resources is off or false.
15391
15392 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15393
15394 * term/mac-win.el (dnd): Require dnd.
15395 (mac-drag-n-drop): Call dnd-handle-one-url.
15396 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15397 (kTextEncodingISOLatin2): Remove constants.
15398 (mac-script-code-coding-systems): New constant.
15399 (mac-handle-language-change): New function.
15400 (special-event-map): Bind it to `language-change' event.
15401 (mac-centraleurroman, mac-cyrillic): New coding systems.
15402 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15403 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15404 and mac-cyrillic-encoder to encode-mac-centraleurroman and
15405 encode-mac-cyrillic, respectively.
15406
15407 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15408
15409 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15410 Don't set overlay-arrow-string to "=>" as this is done
15411 globally in C now.
15412
15413 2005-04-12 Lute Kamstra <lute@gnu.org>
15414
15415 * generic-x.el (rc-generic-mode, rul-generic-mode):
15416 Fix auto-mode-alist entries.
15417 (etc-fstab-generic-mode): Tweak fontification.
15418
15419 * generic.el (generic-make-keywords-list): Fix docstring.
15420 (generic-mode-internal): Simplify generic-font-lock-keywords.
15421
15422 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15423
15424 * whitespace.el (whitespace-buffer-leading)
15425 (whitespace-buffer-trailing): Revert the incorrect test inversion.
15426 However, fix the highlight area for the leading and
15427 trailing whitespaces to show space.
15428
15429 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15430
15431 * whitespace.el (whitespace-version): Bump to 3.5
15432
15433 (whitespace-buffer-leading, whitespace-buffer-trailing):
15434 Invert sense of the test to highlight the whitespace.
15435
15436 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15437
15438 * progmodes/gud.el (gud-display-line): GUD uses its own
15439 overlay arrow now so don't set overlay-arrow-string.
15440 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15441
15442 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
15443
15444 * term.el (term-ansi-current-bold, term-ansi-current-underline)
15445 (term-ansi-current-reverse, term-ansi-current-invisible)
15446 (term-ansi-face-already-done): Change to boolean.
15447 (term-reset-terminal, term-handle-colors-array): Handle the above
15448 vars accordingly.
15449 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15450 (term-emulate-terminal): Use the new name.
15451
15452 * faces.el (secondary-selection): Use yellow1, not yellow.
15453 (trailing-whitespace): Use red1, not red.
15454
15455 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15456
15457 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15458 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15459 (dired-dnd-handle-file): Call dnd-get-local-file-uri
15460
15461 * cus-edit.el (dnd): New group.
15462
15463 * term/w32-win.el (dnd): Require dnd
15464 (w32-drag-n-drop): Call dnd-handle-one-url.
15465
15466 * x-dnd.el: Require dnd.
15467 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15468 Call dnd-handle-one-url.
15469 (x-dnd-types-alist, x-dnd-insert-utf8-text)
15470 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15471 to dnd-insert-text.
15472 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15473 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15474 (x-dnd-get-local-file-name, x-dnd-open-local-file)
15475 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15476
15477 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15478
15479 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15480
15481 * wdired.el: Doc fixes.
15482 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15483 (wdired-use-dired-vertical-movement): Rename from
15484 wdired-always-move-to-filename-beginning.
15485 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15486 (wdired-change-to-wdired-mode): Change mode name.
15487 (wdired-newline): Delete.
15488
15489 2005-04-11 Richard M. Stallman <rms@gnu.org>
15490
15491 * whitespace.el (whitespace-highlight-the-space):
15492 Don't call whitespace-unhighlight-the-space here.
15493
15494 * simple.el (undo): Record t in undo-equiv-table
15495 for the redo record made by an undo-in-region.
15496
15497 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15498
15499 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15500 (gdb-frame-inferior-io-buffer): New Functions to control
15501 display of separate IO buffer.
15502 (menu): Add them to menu-bar.
15503 (gdb-display-buffer): Check for buffer another frame.
15504 Protect GUD buffer.
15505 (gdb-setup-windows): Create IO buffer if not already there.
15506 (gdb-memory-mode): Remove purecopy noops.
15507
15508 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15509
15510 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15511 and pass to self-insert-command.
15512
15513 2005-04-11 Lute Kamstra <lute@gnu.org>
15514
15515 * generic.el: Commentary section cleanup.
15516 (generic): Delete.
15517 (generic-use-find-file-hook, generic-lines-to-scan)
15518 (generic-find-file-regexp, generic-ignore-files-regexp)
15519 (default-generic-mode, generic-mode-find-file-hook)
15520 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15521 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
15522 (generic-use-find-file-hook, generic-lines-to-scan)
15523 (generic-find-file-regexp, generic-ignore-files-regexp)
15524 (default-generic-mode, generic-mode-find-file-hook)
15525 (generic-mode-ini-file-find-file-hook): Move from generic.el.
15526
15527 2005-04-10 Karl Fogel <kfogel@red-bean.com>
15528
15529 * bookmark.el (bookmark-write-file): Catch errors writing file.
15530 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15531
15532 2005-04-10 Richard M. Stallman <rms@gnu.org>
15533
15534 * startup.el (fancy-splash-tail): Update copyright year.
15535 (command-line): Split part of -Q into -D.
15536 (emacs-basic-display): New defvar.
15537 (fancy-splash-text): Correct name of menu item.
15538
15539 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15540
15541 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15542 lines in one node.
15543
15544 * comint.el (comint-send-input): New arg ARTIFICIAL.
15545 Callers in this file changed.
15546
15547 * abbrev.el (define-abbrevs): Read system abbrevs properly.
15548
15549 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15550
15551 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
15552
15553 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
15554 `ldap-search-internal'.
15555
15556 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * files.el (set-auto-mode-1): Use line-end-position.
15559
15560 * international/latin-1.el:
15561 * international/latin-2.el:
15562 * international/latin-3.el:
15563 * international/latin-4.el:
15564 * international/latin-5.el:
15565 * international/latin-8.el:
15566 * international/latin-9.el: Give punctuation syntax to NBSP.
15567
15568 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15569 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15570 Use char-classes to accept non-ascii letters, accepted in some recent
15571 bibtex implementations.
15572
15573 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
15574
15575 * custom.el (custom-set-minor-mode): Any non-nil value for the
15576 variable should enable the mode when set through Custom.
15577
15578 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15581 TAB binding so tab-always-indent is obeyed.
15582 (vhdl-minibuffer-local-map): Move initialization into declaration.
15583 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15584 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15585 (vhdl-hooked-abbrev): Avoid test for XEmacs.
15586 (vhdl-current-line): Use line-beginning-position.
15587 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15588 with-output-to-temp-buffer, so the current position can be recorded.
15589
15590 2005-04-10 Masatake YAMATO <jet@gyve.org>
15591
15592 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15593 Add regexp for gcov.
15594
15595 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15596
15597 * calendar/time-date.el (time-to-seconds, seconds-to-time)
15598 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15599 syntax which Emacs 20 doesn't support.
15600
15601 2005-04-09 Richard M. Stallman <rms@gnu.org>
15602
15603 * help.el (describe-key-briefly, describe-key):
15604 Replace strings as event types with "(any string)".
15605
15606 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15607
15608 * arc-mode.el (archive-mode-map): Move initialization into
15609 the declaration. Override *all* bindings of `undo'.
15610 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15611
15612 2005-04-09 Jay Belanger <belanger@truman.edu>
15613
15614 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15615
15616 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
15617
15618 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15619 (xterm-register-default-colors): Update color values computation
15620 to match xterm-200.
15621
15622 2005-04-09 Kenichi Handa <handa@m17n.org>
15623
15624 * international/code-pages.el (iso-latin-7): Fix the map.
15625
15626 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
15627
15628 * emacs-lisp/lisp.el (defun-prompt-regexp)
15629 (parens-require-spaces, buffer-end, end-of-defun)
15630 (insert-parentheses): Doc fixes.
15631
15632 2005-04-08 Kim F. Storm <storm@cua.dk>
15633
15634 * comint.el (comint-highlight-prompt): Fix face spec.
15635 * hi-lock.el (hi-green): Likewise.
15636
15637 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15638
15639 * cus-edit.el (custom-modified-face):
15640 * comint.el (comint-highlight-input): Fix previous changes.
15641 * term.el (term-handle-ansi-escape): Add a comment.
15642
15643 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15644
15645 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15646 in the buffer and in whitespace-highlighted-space.
15647 (whitespace-unhighlight-the-space): Simplify.
15648 (whitespace-buffer): Simplify.
15649
15650 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15651
15652 * textmodes/table.el (table-cell-face): Add special case for
15653 displays supporting a high number of colors.
15654 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15655 (vhdl-font-lock-reserved-words-face)
15656 (vhdl-speedbar-architecture-face)
15657 (vhdl-speedbar-instantiation-face)
15658 (vhdl-speedbar-architecture-selected-face)
15659 (vhdl-speedbar-instantiation-selected-face): Likewise.
15660 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15661 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15662 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15663 (ebrowse-root-class-face, ebrowse-member-attribute-face)
15664 (ebrowse-progress-face): Likewise.
15665 * progmodes/compile.el (compilation-info-face): Likewise.
15666 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15667 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15668 * calendar/calendar.el (diary-face): Likewise.
15669 * woman.el (woman-italic-face, woman-bold-face)
15670 (woman-unknown-face): Likewise.
15671 * wid-edit.el (widget-button-pressed-face): Likewise.
15672 * whitespace.el (whitespace-highlight-face): Likewise.
15673 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15674 * pcvs-info.el (cvs-marked-face): Likewise.
15675 * info.el (info-xref): Likewise.
15676 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15677 * hilit-chg.el (highlight-changes-face)
15678 (highlight-changes-delete-face): Likewise.
15679 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15680 (hi-red-b): Likewise.
15681 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15682 * font-lock.el (font-lock-keyword-face)
15683 (font-lock-function-name-face, font-lock-warning-face): Likewise.
15684 * cus-edit.el (custom-invalid-face, custom-modified-face)
15685 (custom-set-face, custom-changed-face, custom-variable-tag-face)
15686 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15687 * comint.el (comint-highlight-prompt): Likewise.
15688
15689 2005-04-08 Lute Kamstra <lute@gnu.org>
15690
15691 * font-lock.el (font-lock-keywords): Docstring fixes.
15692
15693 2005-04-08 Kenichi Handa <handa@m17n.org>
15694
15695 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15696 chars are more than a limit, print " and more..." at the tail.
15697
15698 2005-04-08 Kim F. Storm <storm@cua.dk>
15699
15700 * emacs-lisp/authors.el (authors-aliases): Update list.
15701 (authors-ignored-files): New list.
15702 (authors-fixed-entries): Fix typo.
15703 (authors-renamed-files-alist): Update list.
15704 (authors-add): Check authors-ignored-files.
15705
15706 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
15707
15708 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15709 optional, to ensure backward compatibility.
15710
15711 2005-04-08 Stephen Eglen <stephen@gnu.org>
15712
15713 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15714
15715 2005-04-08 Kim F. Storm <storm@cua.dk>
15716
15717 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15718
15719 * mouse.el (mouse-on-link-p): Doc fix.
15720
15721 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
15722
15723 * ielm.el (ielm-prompt-read-only): Doc fix.
15724
15725 * comint.el (comint-prompt-read-only): Doc fix.
15726
15727 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
15728
15729 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15730 ensure dired always handles wildcards passed to ffap.
15731 (find-file-at-point): Use it.
15732 (ffap-dired-wildcards): Doc fix.
15733
15734 2005-04-07 Juri Linkov <juri@jurta.org>
15735
15736 * simple.el (next-error-overlay-arrow-position): New defvar.
15737 Put "=>" on its property `overlay-arrow-string'. Add it to
15738 `overlay-arrow-variable-list'.
15739
15740 * progmodes/compile.el (compilation-setup):
15741 Set `next-error-overlay-arrow-position' to nil. Also set it to
15742 nil in the local hook `kill-buffer-hook'. Make local variable
15743 `overlay-arrow-string' and set it to "=>".
15744 (compilation-goto-locus): Set BOL position to
15745 `next-error-overlay-arrow-position' instead of
15746 `overlay-arrow-position'.
15747
15748 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15749 locally instead of adding it to the global hook.
15750 (Info-kill-buffer): Move up.
15751
15752 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
15753
15754 * term/xterm.el (xterm-standard-colors): Update color values from
15755 xterm-200.
15756
15757 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
15758
15759 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15760
15761 * fast-lock.el:
15762 * lazy-lock.el: Move them to the obsolete subdir.
15763
15764 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15765
15766 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15767 (wdired-add-replace-advice): Remove.
15768 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15769
15770 2005-04-06 Kim F. Storm <storm@cua.dk>
15771
15772 * startup.el (command-line): Add --bare-bones alias for -Q.
15773
15774 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15775
15776 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15777 create the startup fontset if a font specification ends with
15778 `mac-roman'.
15779
15780 2005-04-06 Lute Kamstra <lute@gnu.org>
15781
15782 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15783 change.
15784
15785 * emacs-lisp/copyright.el (copyright-update-year): Replace the
15786 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
15787
15788 2005-04-05 Lute Kamstra <lute@gnu.org>
15789
15790 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15791 (define-generic-mode): Ditto. Fix debug declaration.
15792
15793 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15794 Put them in the generic-x group.
15795
15796 * calendar/timeclock.el (timeclock): Doc fix.
15797
15798 * generic.el (define-generic-mode): Don't use custom-current-group.
15799 Document default :group value.
15800 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15801 (define-global-minor-mode): Don't use custom-current-group.
15802
15803 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
15804
15805 * startup.el (command-line-1): Display startup-echo-area-message
15806 when fancy splash screen is in use.
15807
15808 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15809 (sh-escaped-newline): New face.
15810 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15811 newline, and use sh-escaped-newline face.
15812
15813 * progmodes/tcl.el (tcl-escaped-newline): New face.
15814 (tcl-builtin-list): New variable.
15815 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15816 newlines. Fix keywords subexpression number.
15817
15818 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
15819
15820 * textmodes/org.el (org-diary-default-entry): Fix call to
15821 `add-to-diary-entry'.
15822
15823 2005-04-05 Kim F. Storm <storm@cua.dk>
15824
15825 * ediff-init.el: Use (featurep 'xemacs).
15826
15827 2005-04-05 David Ponce <david@dponce.com>
15828
15829 * cus-edit.el (face): Derive from symbol widget. Display sample
15830 of the current face on the fly.
15831 (widget-face-sample-face-get, widget-face-notify): New functions.
15832 (widget-face-value-create): Remove.
15833
15834 * wid-edit.el (widget-field-end): Temporarily remove field
15835 narrowing before to call `get-char-property'.
15836
15837 2005-04-04 Jay Belanger <belanger@truman.edu>
15838
15839 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15840 (math-read-subscripts): New variable.
15841 (math-read-preprocess-string): Process subscripts.
15842
15843 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
15844
15845 * comint.el (comint-prompt-read-only): Doc fix.
15846
15847 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15848 `-1'. Doc fix.
15849
15850 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
15851
15852 * textmodes/org.el (org-insert-mode-line-in-empty-file):
15853 Change default value to nil.
15854
15855 2005-04-04 Lute Kamstra <lute@gnu.org>
15856
15857 * autorevert.el (auto-revert-mode): Specify :group.
15858 * battery.el (display-battery-mode): Specify :group.
15859 * diff-mode.el (diff-minor-mode): Specify :group.
15860 * font-core.el (font-lock-mode): Specify :group.
15861 * hl-line.el (hl-line-mode): Specify :group.
15862 * iimage.el (iimage): New customization group.
15863 (iimage-mode): Specify :group.
15864 * longlines.el (longlines-mode): Specify :group.
15865 * master.el: Don't require easy-mmode.
15866 (master): New customization group.
15867 (master-mode): Specify :group.
15868 * msb.el (msb-mode): Specify :group.
15869 * reveal.el (reveal-mode): Specify :group.
15870 * simple.el (next-error-follow-minor-mode): Specify :group.
15871 * smerge-mode.el (smerge-mode): Specify :group.
15872 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15873 * emulation/cua-base.el (cua-mode): Specify :group.
15874 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15875 * language/thai-util.el (thai-auto-composition-mode)
15876 (thai-word-mode): Specify :group.
15877 * mail/supercite.el (sc-minor-mode): Specify :group.
15878 * progmodes/cwarn.el (cwarn-mode): Specify :group.
15879 * progmodes/flymake.el (flymake-mode): Specify :group.
15880 * progmodes/glasses.el (glasses-mode): Specify :group.
15881 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15882 * textmodes/enriched.el (enriched-mode): Specify :group.
15883 * textmodes/refill.el (refill-mode): Specify :group.
15884
15885 * add-log.el (change-log-font-lock-keywords): Names in
15886 parenthesized lists can contain spaces.
15887
15888 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
15889
15890 * startup.el (fancy-splash-text): Shorten default text of
15891 "Emacs Tutorial" line. Also, if the current language env
15892 indicates an available tutorial file other than TUTORIAL,
15893 extract its title and append it to the line in parentheses.
15894 (fancy-splash-insert): If arg is a thunk, funcall it.
15895
15896 2005-04-04 Jay Belanger <belanger@truman.edu>
15897
15898 * calc.el (calc-language-alist): Add tags to customization type.
15899
15900 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
15901
15902 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15903 Doc fix.
15904
15905 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
15906
15907 * add-log.el (change-log-font-lock-keywords): The manual
15908 describing a Change Log entry, says: (...) "Aside from these
15909 header lines, every line in the change log starts with a space or
15910 a tab.". The font-lock was not highlighting lines started with
15911 spaces, added support for it.
15912
15913 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15914
15915 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15916 (bibtex-generate-url-list): Update docstring accordingly. Put the
15917 complex example in the docstring.
15918 (bibtex-font-lock-url): Use pop.
15919
15920 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15921
15922 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15923
15924 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15925
15926 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15927
15928 * filesets.el (filesets-set-default): Doc fix.
15929
15930 2005-04-03 Lute Kamstra <lute@gnu.org>
15931
15932 * generic.el (define-generic-mode): Add argument to specify
15933 keywords for defcustom.
15934 (default-generic-mode): Specify :group.
15935
15936 * generic-x.el: Specify :group for all generic modes.
15937
15938 * desktop.el (desktop-no-desktop-file-hook)
15939 (desktop-after-read-hook): Doc fix.
15940
15941 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
15942
15943 * simple.el (visible-mode): Use explicit :group keyword.
15944 This changes the group of `visible-mode-hook' from paren-blinking
15945 to editing-basics.
15946
15947 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
15948
15949 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
15950 mailbox specifications as well as URLs.
15951 (rmail-insert-inbox-text): Remove unused conditional branches.
15952
15953 2005-04-01 Jay Belanger <belanger@truman.edu>
15954
15955 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15956 (calc-gnuplot-print-command): Move definitions to calc.el.
15957
15958 * calc/calc-embed.el (calc-embedded-announce-formula)
15959 (calc-embedded-open-formula, calc-embedded-close-formula)
15960 (calc-embedded-open-word, calc-embedded-close-word)
15961 (calc-embedded-open-plain, calc-embedded-close-plain)
15962 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15963 (calc-embedded-open-mode, calc-embedded-close-mode):
15964 Move definitions to calc.el.
15965
15966 * calc/calc.el (calc-settings-file, calc-language-alist):
15967 Make customizable.
15968 (calc-embedded-announce-formula, calc-embedded-open-formula)
15969 (calc-embedded-close-formula, calc-embedded-open-word)
15970 (calc-embedded-close-word, calc-embedded-open-plain)
15971 (calc-embedded-close-plain, calc-embedded-open-new-formula)
15972 (calc-embedded-close-new-formula, calc-embedded-open-mode)
15973 (calc-embedded-close-mode, calc-gnuplot-name)
15974 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15975 from other files and make customizable.
15976
15977 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15978
15979 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15980 Use buffer-live-p.
15981 (cvs-mode-run): Don't call cvs-update-header here.
15982 (cvs-run-process): Call cvs-update-header.
15983 Use process properties for cvs-postprocess and cvs-buffer so that
15984 the sentinel can behave better if the temp buffer is killed.
15985 Use a pipe rather than a tty, to better handle unexpected prompts.
15986 (cvs-sentinel): Rewrite. Call cvs-update-header.
15987
15988 2005-04-01 Andre Spiegel <spiegel@gnu.org>
15989
15990 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15991 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
15992
15993 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15994
15995 * generic.el (define-generic-mode): Add indentation rule.
15996
15997 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
15998
15999 * files.el (mode-require-final-newline): Make Custom correctly
16000 report a nil value and allow to set it to nil via Custom.
16001 Doc fix.
16002
16003 2005-04-01 Kenichi Handa <handa@m17n.org>
16004
16005 * international/characters.el: Enable the correct case setting for
16006 dotless-i and dotted-I.
16007
16008 2005-04-01 Kim F. Storm <storm@cua.dk>
16009
16010 * ido.el (ido-file-internal): Fall back to non-ido command if
16011 initial directory is on slow ftp (or tramp) host.
16012
16013 2005-03-31 Richard M. Stallman <rms@gnu.org>
16014
16015 * emacs-lisp/autoload.el (make-autoload):
16016 Handle define-global-minor-mode.
16017
16018 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16019 Rename from easy-mmode-define-global-mode.
16020 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16021
16022 * progmodes/scheme.el (scheme-mode-syntax-table):
16023 Update syntax of | and # for two-character comment syntax.
16024
16025 2005-03-31 Lute Kamstra <lute@gnu.org>
16026
16027 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16028 (define-minor-mode): Call custom-current-group at load-time.
16029
16030 * generic.el (define-generic-mode): Add debug declaration.
16031 Add defcustom for the mode hook.
16032 (generic-mode-internal): Use run-mode-hooks.
16033
16034 2005-03-31 Kim F. Storm <storm@cua.dk>
16035
16036 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16037 (mouse-fixup-help-message): New defun called by show_help_echo
16038 to fixup mouse-2 prefix in help messages when applicable.
16039
16040 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16041
16042 2005-03-31 Kenichi Handa <handa@m17n.org>
16043
16044 * language/thai-word.el (thai-find-word-ends): Pay attention to
16045 the case that we reach the end of buffer.
16046
16047 * textmodes/fill.el (fill-text-properties-at): New function.
16048 (fill-newline): Use fill-text-properties-at instead of
16049 text-properties-at.
16050
16051 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
16052
16053 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16054 not comint-quote-filename.
16055
16056 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
16057
16058 * help-fns.el (help-with-tutorial): Revert last change.
16059
16060 2005-03-31 Kim F. Storm <storm@cua.dk>
16061
16062 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16063
16064 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
16065
16066 * calendar/cal-china.el: Update reference to "Calendrical
16067 Calculations" book; there's a new edition.
16068 * calendar/cal-coptic.el: Likewise.
16069 * calendar/cal-french.el: Likewise.
16070 * calendar/cal-hebrew.el: Likewise.
16071 * calendar/cal-islam.el: Likewise.
16072 * calendar/cal-iso.el: Likewise.
16073 * calendar/cal-julian.el: Likewise.
16074 * calendar/cal-mayan.el: Likewise.
16075 * calendar/cal-persia.el: Likewise.
16076 * calendar/calendar.el: Likewise.
16077 * calendar/holidays.el: Likewise.
16078 * calendar/lunar.el: Likewise.
16079 * calendar/solar.el: Likewise.
16080
16081 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16082 white space from doc string.
16083
16084 2005-03-30 Jay Belanger <belanger@truman.edu>
16085
16086 * calc/calc-help.el (calc-full-help): Remove email address.
16087
16088 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
16089
16090 * help-fns.el (help-with-tutorial): Delete title line.
16091
16092 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16093
16094 * calendar/cal-x.el (calendar-one-frame-setup)
16095 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16096 rather than `symbol' for set-window-dedicated-p.
16097
16098 * calendar/appt.el (appt-buffer-name): Make it a constant.
16099 (appt-add): Doc fix.
16100
16101 * filesets.el (filesets-menu-path, filesets-menu-before)
16102 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
16103 (filesets-menu-cache-file): Use directory ~/.emacs.d.
16104 (filesets-add-submenu): Delete and use add-submenu instead.
16105
16106 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
16107
16108 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16109 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16110 (org-diary-default-entry): New function.
16111 (org-get-entries-from-diary): Better parsing of diary entries.
16112 (org-agenda-check-no-diary): New function.
16113 ("diary-lib"): Advice to function `add-to-diary-list', to allow
16114 linking to diary entries.
16115 (org-agenda-execute-calendar-command): New function.
16116 (org-agenda): Improve visible section in window.
16117 Use `org-fit-agenda-window'.
16118 (org-fit-agenda-window): New option.
16119 (org-move-subtree-down): Better handling of empty lines
16120 at end of subtree.
16121 (org-cycle): Numeric prefix is interpreted now as show-subtree N
16122 levels up.
16123 (org-fontify-done-headline): New option.
16124 (org-headline-done-face): New face.
16125 (org-set-font-lock-defaults): Use `org-headline-done-face'.
16126 (org-table-copy-down): Rename from `org-table-copy-from-above'.
16127 When current field is non-empty, it is copied to next row.
16128 (org-table-copy-from-above): Fix bug which made it
16129 impossible to copy fields containing only a single non-white character.
16130
16131 2005-03-30 Kim F. Storm <storm@cua.dk>
16132
16133 * kmacro.el (kmacro-end-macro): Isearch may store this command
16134 into the macro -- so ignore it when executing keyboard macro.
16135
16136 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
16137
16138 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16139
16140 2005-03-29 Kenichi Handa <handa@m17n.org>
16141
16142 * language/thai.el ("Thai"): Set setup-function and exit-function
16143 for Thai language environment.
16144
16145 * language/thai-util.el: Require thai-word.
16146 (thai-word-mode-map): New variable.
16147 (thai-word-mode): New minor mode.
16148 (setup-thai-language-environment-internal): New function.
16149 (exit-thai-language-environment-internal): New function.
16150
16151 * language/thai-word.el (thai-word-table): Declare it by defvar,
16152 use dolist to initialize it.
16153 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16154 (thai-fill-find-break-point): New functions.
16155
16156 2005-03-29 Richard M. Stallman <rms@gnu.org>
16157
16158 * simple.el (idle-update-delay): Move definition up.
16159 (set-mark): Doc fix.
16160
16161 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
16162
16163 * longlines.el: New file.
16164
16165 * simple.el (buffer-substring-filters): New variable.
16166 (filter-buffer-substring): New function.
16167 (kill-region, copy-region-as-kill): Use it.
16168
16169 * register.el (copy-to-register, append-to-register)
16170 (prepend-to-register): Use filter-buffer-substring.
16171
16172 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
16173
16174 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16175 (gud-filter-pending-text): Move in front of gdb.
16176 (gud-overlay-arrow-position): New variable.
16177 (gud-sentinel, gud-display-line): Use it in place of
16178 overlay-arrow-position.
16179
16180 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16181
16182 * progmodes/fortran.el (fortran-if-indent): Doc fix.
16183 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16184 (fortran-font-lock-keywords-4): New variable.
16185 (fortran-blocks-re, fortran-end-block-re)
16186 (fortran-start-block-re): New constants, for hideshow.
16187 (hs-special-modes-alist): Add a Fortran entry.
16188 (fortran-mode-map): Bind fortran-end-of-block,
16189 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16190 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
16191 (fortran-looking-at-if-then, fortran-end-of-block)
16192 (fortran-beginning-of-block): New functions, for hideshow.
16193
16194 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16195 Doc fix. Tweak regexp.
16196 (f90-beginning-of-block): Push mark first.
16197
16198 2005-03-29 Jay Belanger <belanger@truman.edu>
16199
16200 * calc/calc.el: Update copyright date.
16201 (calc-version): Increase to 2.1.
16202 (calc-version-date): Remove.
16203
16204 * calc/calc-help.el: Update copyright date.
16205 (calc-full-help): Remove reference to calc-version-date.
16206 Update copyright date.
16207
16208 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16209
16210 * vc.el (vc-do-command): Use a pipe for async processes, so password
16211 prompts don't show up at places where the user can't reply.
16212
16213 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
16214
16215 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16216 on the file name we pass to the inferior shell.
16217
16218 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16219
16220 * progmodes/which-func.el (which-function): Be robust in the face of an
16221 imenu--make-index-alist failure.
16222
16223 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16224
16225 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16226
16227 * progmodes/python.el (python-preoutput-filter): Fix last change.
16228
16229 2005-03-29 Lute Kamstra <lute@gnu.org>
16230
16231 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16232 functions and compiled macros.
16233 (debug-convert-byte-code): Handle macros too.
16234 (debug-on-entry-1): Don't signal an error when trying to clear a
16235 function that is not set to debug on entry.
16236
16237 2005-03-29 Jay Belanger <belanger@truman.edu>
16238
16239 * calc/calc-lang.el: Add functions to math-function-table
16240 properties of tex and math.
16241
16242 2005-03-29 Kenichi Handa <handa@m17n.org>
16243
16244 * ps-mule.el (ps-mule-plot-string): Translate characters by
16245 ps-print-translation-table.
16246 (ps-mule-begin-job): Call find-charset-region/string with
16247 ps-print-translation-table.
16248 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16249
16250 * ps-print.el (ps-print-translation-table): New variable.
16251 (ps-plot-region): Translate characters by ps-print-translation-table.
16252
16253 2005-03-29 Juri Linkov <juri@jurta.org>
16254
16255 * simple.el (next-error-highlight-timer): New variable.
16256
16257 * progmodes/compile.el (compilation-goto-locus):
16258 Use `next-error-highlight-timer' instead of `sit-for'.
16259
16260 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * mail/supercite.el (sc-mail-field): Use assoc-string.
16263 (sc-get-address): Simplify regexps.
16264
16265 * files.el (minibuffer-with-setup-hook): New macro.
16266 (find-file-read-args): Use it to avoid let-binding
16267 minibuffer-with-setup-hook (which breaks turning on/off
16268 file-name-shadow-mode while in the prompt).
16269
16270 * complete.el (PC-read-include-file-name-internal):
16271 Use test-completion.
16272
16273 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
16274
16275 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16276
16277 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16278
16279 * window.el (window-buffer-height): Use count-screen-lines.
16280
16281 * progmodes/python.el (python-preoutput-leftover): New var.
16282 (python-preoutput-filter): Use it.
16283 (python-send-receive): Loop until all the result has been received.
16284
16285 2005-03-28 Juri Linkov <juri@jurta.org>
16286
16287 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16288
16289 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16290 "Recover Crashed Session".
16291 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16292 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16293 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16294 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16295 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16296 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16297 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16298 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16299
16300 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16301 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16302 Ediff Sessions", "Toggle use of separate control buffer frame",
16303 "Use separate frame for Ediff control buffer".
16304
16305 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16306 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16307 "Rename Bookmark", "Delete Bookmark".
16308
16309 * info.el (Info-mode-menu): Remove ellipsis from "Index".
16310 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16311 Add `:active Info-index-alternatives' to "Next Matching Item".
16312
16313 * wdired.el (wdired-change-to-wdired-mode):
16314 Mention `wdired-abort-changes' key in the initial message.
16315
16316 * international/mule.el (auto-coding-alist): Associate non-ascii
16317 image filename extensions with `no-conversion'.
16318
16319 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16320
16321 * international/iso-acc.el:
16322 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16323
16324 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
16325
16326 * textmodes/sgml-mode.el (html-mode): Doc update.
16327
16328 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16329
16330 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
16331
16332 * term.el (term-move-columns): Fix face after extending a line.
16333 (term-insert-spaces): Likewise.
16334 (term-reset-terminal): Fix off by one error.
16335
16336 2005-03-26 Eli Zaretskii <eliz@gnu.org>
16337
16338 * international/mule.el (auto-coding-alist): Add .xpi files.
16339
16340 * files.el (auto-mode-alist): Add .xpi files.
16341
16342 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
16343
16344 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16345
16346 2005-03-26 Eli Zaretskii <eliz@gnu.org>
16347
16348 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16349
16350 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
16351
16352 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16353 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
16354
16355 * calendar/cal-move.el (calendar-beginning-of-year): Move the
16356 cursor to Jan 1 when needed.
16357 (calendar-end-of-year): Fix -/+ typo.
16358 Reported by Chong Yidong <cyd@stupidchicken.com>.
16359
16360 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16363
16364 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16365 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
16366
16367 2005-03-25 Richard M. Stallman <rms@gnu.org>
16368
16369 * filesets.el (filesets-init): Add autoload.
16370
16371 * mail/mailalias.el (mail-directory): Doc fix.
16372
16373 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16374
16375 * mail/mailalias.el (mail-directory-process): Do nothing if
16376 mail-directory-process is an atom.
16377 (mail-get-names): Ignore mail-directory-names if it is an atom.
16378 (mail-directory-process defvar): Doc fix.
16379 (mail-names): Doc fix.
16380
16381 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
16382
16383 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16384
16385 2005-03-26 Kenichi Handa <handa@m17n.org>
16386
16387 * international/mule-util.el (detect-coding-with-priority):
16388 Call update-coding-systems-internal before detect-coding-region.
16389
16390 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
16391
16392 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16393 (gdb-frames-mode-map): Add follow-link property.
16394
16395 2005-03-25 Jay Belanger <belanger@truman.edu>
16396
16397 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16398 for variables.
16399
16400 2005-03-25 Juri Linkov <juri@jurta.org>
16401
16402 * image-mode.el: Optimize image filename extension regexps in
16403 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
16404 in `auto-mode-alist'.
16405 (image-mode): Add `image-toggle-display-text' to local hook
16406 `change-major-mode-hook'. Display the image as an image by
16407 default. Set `cursor-type' and `truncate-lines' if the image
16408 is already displayed. Take into account the current mode (image
16409 or text) in message.
16410 (image-minor-mode): New minor mode.
16411 (image-mode-maybe, image-toggle-display-text): New functions.
16412 (image-toggle-display): Use called-interactively-p.
16413 Let-bind `inhibit-read-only' to t.
16414
16415 * image-mode.el (image-minor-mode): Set `cursor-type' and
16416 `truncate-lines' if the image is already displayed. Add turning
16417 image-minor-mode off to `change-major-mode-hook'. Add message.
16418 Call `image-toggle-display-text' after turning image-minor-mode off.
16419
16420 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16421
16422 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16423 Terminal.app, use utf-8.
16424 (set-display-table-and-terminal-coding-system): Add coding-system arg.
16425 (set-locale-environment): Use it.
16426
16427 * term/xterm.el: Undo last change, better done in mule-cmds.el.
16428
16429 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16430
16431 * progmodes/python.el (python-close-block-statement-p)
16432 (python-outdent-p, python-current-defun): Use symbol-end.
16433
16434 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
16435
16436 * files.el (save-some-buffers): Doc fix.
16437
16438 2005-03-25 Werner Lemberg <wl@gnu.org>
16439
16440 * complete.el, thumbs.el: Replace `legal' with `valid'.
16441 * calendar/calendar.el: Replace `legal' with `valid'.
16442 * emacs-lisp/advice.el: Replace `legal' with `valid'.
16443 * mail/supercite.el: Replace `legal' with `valid'.
16444 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16445 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16446 Replace `legal' with `valid'.
16447 * textmodes/reftex-vars.el, textmodes/reftex.el:
16448 Replace `legal' with `valid'.
16449
16450 2005-03-25 Werner Lemberg <wl@gnu.org>
16451
16452 * calc/calc-forms.el, calc/calc-sel.el:
16453 * midnight.el, vc-cvs.el:
16454 * emacs-lisp/cl-macs.el:
16455 * emulation/vip.el:
16456 * eshell/esh-io.el, eshell/esh-var.el:
16457 * mail/supercite.el:
16458 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16459 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16460 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16461 * progmodes/sh-script.el, progmodes/xscheme.el:
16462 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16463 * textmodes/reftex-index.el, textmodes/reftex-parse.el
16464 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16465 * textmodes/reftex.el, textmodes/org.el:
16466 Replace `illegal' with `invalid'.
16467
16468 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16469
16470 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16471 (flymake-find-buildfile, flymake-find-possible-master-files)
16472 (flymake-check-include, flymake-parse-line): Replace loops over the
16473 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16474
16475 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16476 Substitute file-name-as-directory in the rest of the file.
16477 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16478 (flymake-replace-region): Remove unused arg `buffer'.
16479 (flymake-check-patch-master-file-buffer): Update calls to it.
16480 (flymake-add-err-info): Remove unused var `count'.
16481 (flymake-mode): Use define-minor-mode.
16482
16483 * progmodes/flymake.el: Use with-current-buffer.
16484 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16485 flymake-replace-regexp-in-string, flymake-line-beginning-position)
16486 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16487 Avoid testing for `xemacs'.
16488 (flymake-nop): Move.
16489 (flymake-region-has-flymake-overlays): Return the computed value.
16490 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16491 Remove unused var `endline'.
16492 (flymake-get-line-count): Remove unused function.
16493 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16494
16495 * emulation/vi.el:
16496 * generic.el:
16497 * hilit-chg.el (global-highlight-changes):
16498 * hi-lock.el (hi-lock-mode):
16499 * follow.el: find-file-hooks -> find-file-hook.
16500
16501 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16502
16503 2005-03-24 Juri Linkov <juri@jurta.org>
16504
16505 * dired.el (dired-mode-map): Add menu item "Compare directories"
16506 for dired-compare-directories.
16507
16508 * dired-aux.el (dired-compare-directories): Add autoload cookie.
16509 Doc fix. Replace `read-file-name' with `read-directory-name'.
16510
16511 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16512
16513 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16514
16515 2005-03-24 Jay Belanger <belanger@truman.edu>
16516
16517 * calc/calc-embed.el (calc-embedded-mode-change): Save all
16518 relevant mode settings in calc-embedded-original-modes when modes
16519 are permanently changed.
16520
16521 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * autoinsert.el: find-file-hooks -> find-file-hook.
16524
16525 2005-03-24 Lute Kamstra <lute@gnu.org>
16526
16527 * generic.el (generic-font-lock-defaults): Make it obsolete.
16528 (generic-font-lock-keywords): New variable to replace
16529 generic-font-lock-defaults.
16530 (generic-mode-set-font-lock): Delete it.
16531 (generic-mode-internal): Don't call generic-mode-set-font-lock.
16532 (generic-bracket-support): Add docstring.
16533
16534 * generic-x.el: Rename generic-font-lock-defaults to
16535 generic-font-lock-keywords throughout.
16536 (mailagent-rules-setup-function): Delete it.
16537 (mailagent-rules-generic-mode): Use anonymous function instead.
16538 (show-tabs-generic-mode-font-lock-defaults-1)
16539 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16540 Quote faces.
16541 (show-tabs-tab-face, show-tabs-space-face): Specify background,
16542 not foreground.
16543
16544 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16545 Recognize define-generic-mode.
16546
16547 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16550 if there's no completion table.
16551
16552 2005-03-23 Miles Bader <miles@gnu.org>
16553
16554 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16555 Remove tty-specific variants, as they're no longer needed.
16556
16557 2005-03-23 Lute Kamstra <lute@gnu.org>
16558
16559 * generic-x.el: Code cleanup: make args constant whenever possible.
16560 (installshield-statement-keyword-list)
16561 (installshield-system-functions-list)
16562 (installshield-system-variables-list, installshield-types-list)
16563 (installshield-funarg-constants-list): Make them constants.
16564
16565 * generic.el (generic-make-keywords-list): Add autoload cookie.
16566
16567 * calendar/time-date.el: Add comment on time value formats.
16568 Don't require parse-time.
16569 (with-decoded-time-value): New macro.
16570 (encode-time-value): New function.
16571 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16572 (days-to-time): Return a valid time value when arg is huge.
16573 (time-since): Use time-subtract.
16574 (time-to-number-of-days): Use time-to-seconds.
16575
16576 2005-03-23 David Ponce <david@dponce.com>
16577
16578 * recentf.el: (recentf-keep): New option.
16579 (recentf-menu-action): Default to `find-file'.
16580 (recentf-keep-non-readable-files-flag)
16581 (recentf-keep-non-readable-files-p)
16582 (recentf-file-readable-p, recentf-find-file)
16583 (recentf-cleanup-remote): Remove.
16584 (recentf-include-p): More robust.
16585 (recentf-keep-p): New function.
16586 (recentf-remove-if-non-kept): Rename from
16587 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
16588 All callers updated.
16589 (recentf-menu-items-for-commands): Fix help string.
16590 (recentf-track-closed-file): Update. Doc fix.
16591 (recentf-cleanup): Update. Count removed files. Doc fix.
16592
16593 2005-03-23 Kim F. Storm <storm@cua.dk>
16594
16595 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16596 Don't inherit from fringe face (now happens automatically).
16597
16598 2005-03-22 Kim F. Storm <storm@cua.dk>
16599
16600 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16601 position values.
16602
16603 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * menu-bar.el (showhide-date-time): Remove.
16606 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16607 (menu-bar-make-mm-toggle): Simplify.
16608
16609 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16610
16611 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16612 Accept qualified variable and function names.
16613
16614 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
16615
16616 * bindings.el (completion-ignored-extensions):
16617 Remove ".lis" for `vax-vms'.
16618
16619 2005-03-22 Andreas Schwab <schwab@suse.de>
16620
16621 * generic-x.el: Revert last change.
16622 * ldefs-boot.el: Update.
16623
16624 2005-03-22 Jay Belanger <belanger@truman.edu>
16625
16626 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16627 (calc-embedded-save-original-modes)
16628 (calc-embedded-restore-original-modes): New functions.
16629 (calc-do-embedded): Save original modes when entering embedded mode
16630 and restore when leaving embedded mode.
16631 (calc-embedded-modes-change): Change the value of
16632 calc-embedded-original-modes to reflect permanent changes.
16633
16634 2005-03-22 Lute Kamstra <lute@gnu.org>
16635
16636 * generic-x.el: Require generic again.
16637
16638 2005-03-22 Miles Bader <miles@gnu.org>
16639
16640 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16641 Tweak details to look good on both ttys and bitmap displays, light
16642 or dark background, etc.
16643
16644 2005-03-21 Kim F. Storm <storm@cua.dk>
16645
16646 * tooltip.el (tooltip-show-help-function): Check car and cdr of
16647 mouse position.
16648
16649 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16650
16651 * icomplete.el: Don't forcibly turn on the mode upon load.
16652 (icomplete-mode): Use define-minor-mode.
16653 (icomplete-eoinput): Default to nil.
16654 (icomplete-minibuffer-setup): Remove autoload.
16655 (icomplete-tidy): Simplify.
16656 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16657 in the initial state or if the user has modified the field.
16658 Fix handling of icomplete-max-delay-chars.
16659 Remove code that handles the oddball case where
16660 minibuffer-completion-table is an integer.
16661 Wrap icomplete-completions in while-no-input in case building
16662 completions takes more time than expected.
16663 (icomplete-completions): Simplify.
16664
16665 2005-03-21 Richard M. Stallman <rms@gnu.org>
16666
16667 * jka-compr.el (jka-compr-really-do-compress):
16668 Make variable buffer-local.
16669
16670 * image-mode.el: Handle .xpm files too.
16671 (image-toggle-display): Preserve modification flag.
16672
16673 * help.el (where-is): Don't mention aliases with no key bindings.
16674
16675 2005-03-21 Lute Kamstra <lute@gnu.org>
16676
16677 * generic.el: Fix commentary section. Don't require cl for
16678 compilation.
16679 (generic-mode-list): Add autoload cookie.
16680 (generic-use-find-file-hook, generic-lines-to-scan)
16681 (generic-find-file-regexp, generic-ignore-files-regexp)
16682 (generic-mode, generic-mode-find-file-hook)
16683 (generic-mode-ini-file-find-file-hook): Fix docstrings.
16684 (define-generic-mode): Make it a defmacro. Fix docstring.
16685 (generic-mode-internal): Code cleanup. Add autoload cookie.
16686 (generic-mode-set-comments): Code cleanup.
16687 * generic-x.el: Don't prevent compilation. Don't require generic.
16688 Follow coding conventions. Minor code cleanup.
16689 (etc-fstab-generic-mode): Add some keywords.
16690 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16691 define-generic-mode like a function declaration.
16692
16693 2005-03-21 Jay Belanger <belanger@truman.edu>
16694
16695 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16696 changing modes.
16697
16698 2005-03-21 Sam Steingold <sds@gnu.org>
16699
16700 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16701
16702 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
16703
16704 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16705 Add underscore to "f$ lexicals" regexp.
16706
16707 2005-03-20 Juri Linkov <juri@jurta.org>
16708
16709 * subr.el (progress-reporter-do-update): When `min-value' is equal
16710 to `max-value', set `percentage' to 0 and prevent division by zero.
16711
16712 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
16713
16714 Sync with Tramp 2.0.48.
16715
16716 * net/tramp.el (all): Change all addresses to .gnu.org.
16717 (tramp-append-tramp-buffers): New defun.
16718 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16719 Catch `dont-send' signal.
16720 (tramp-set-auto-save-file-modes): Set always permissions, because
16721 there might be an old auto-saved file belonging to another
16722 original file. This could be a security threat. Reported by
16723 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16724 Check for Emacs 21.3.50 removed.
16725
16726 * net/tramp-smb.el (all): Remove debug construct for
16727 `with-parsed-tramp-file-name'.
16728 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16729 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16730 No error message if DIRECTORY or FILENAME doesn't exist.
16731 (tramp-smb-open-connection): Check existence of
16732 `tramp-smb-program'.
16733
16734 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16735
16736 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16737 Properly handle the case where the `m' or `s' command's argument is not
16738 yet terminated.
16739 (perl-indent-new-calculate): New function.
16740 (perl-indent-line): Use it.
16741
16742 2005-03-20 Miles Bader <miles@gnu.org>
16743
16744 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16745 in text-mode too. Change to new face names.
16746 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16747 Add `:weight bold' attribute.
16748 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16749
16750 2005-03-19 Juri Linkov <juri@jurta.org>
16751
16752 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
16753
16754 * international/mule.el (auto-coding-alist): Sync with
16755 `auto-mode-alist' by adding upper case archive file extensions
16756 and adding ear/war to jar extension.
16757
16758 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
16759
16760 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16761 running, restart it.
16762
16763 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
16764
16765 * finder.el (finder-current-item): Throw an error on an empty line.
16766
16767 * man.el (Man-follow-manual-reference): If current-word returns
16768 nil, use "".
16769
16770 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
16771
16772 * simple.el (goto-line): Doc fix.
16773
16774 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
16775
16776 * files.el (save-buffer): Doc fix.
16777
16778 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
16779
16780 * recentf.el (recentf-cleanup-remote): New variable.
16781 (recentf-cleanup): Use it to conditionally check availability of
16782 remote files.
16783
16784 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
16785
16786 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16787 function names.
16788
16789 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16790
16791 * language/thai-word.el: New file.
16792
16793 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16794
16795 * files.el (backup-buffer): If the file's directory is not
16796 writable, use copy instead of move to backup the file.
16797
16798 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16799
16800 * obsolete/keyswap.el: Moved to obsolete/ from term/.
16801
16802 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16803
16804 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16805 Use functionp instead of symbolp and fboundp. Reported by Drkm
16806 <darkman_spam@yahoo.fr>.
16807 (ps-print-version): New version 6.6.6.
16808
16809 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
16810
16811 * textmodes/table.el (table--line-column-position): New idiom.
16812 (table--row-column-insertion-point-p): New function to test
16813 validity of row and column insertion operation at a location.
16814 (table-global-menu, table-cell-menu): Use above functions for
16815 deterministic test operation.
16816 (table--editable-cell-p): Behave in deterministic fashion.
16817
16818 2005-03-18 Juri Linkov <juri@jurta.org>
16819
16820 * isearch.el (isearch-lazy-highlight-new-loop):
16821 Make arguments beg and end optional.
16822 (isearch-update): Remove optional arguments nil from
16823 isearch-lazy-highlight-new-loop.
16824 (isearch-lazy-highlight-search): Let-bind case-fold-search to
16825 isearch-lazy-highlight-case-fold-search instead of
16826 isearch-case-fold-search, and let-bind isearch-regexp to
16827 isearch-lazy-highlight-regexp.
16828 Use isearch-lazy-highlight-last-string instead of isearch-string.
16829
16830 * replace.el (perform-replace): Remove bindings of global
16831 variables isearch-string, isearch-regexp, isearch-case-fold-search.
16832 Add three new arguments to `replace-highlight'.
16833 (replace-highlight): Add arguments string, regexp, case-fold.
16834 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16835 to allow isearch-lazy-highlight-new-loop to use these values
16836 to set corresponding isearch-lazy-highlight-* internal
16837 variables whose values lazy highlighting will use regardless of
16838 changes to global variables isearch-string, isearch-regexp,
16839 isearch-case-fold-search during lazy highlighting loop.
16840 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16841 to `lazy-highlight-cleanup'.
16842
16843 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16844 (ispell-highlight-face): Set default face to `isearch' when
16845 lazy highlighting is enabled.
16846 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16847 priority to 1. Add lazy highlighting.
16848 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16849 from `isearch-dehighlight'.
16850
16851 2005-03-18 David Ponce <david@dponce.com>
16852
16853 * files.el (hack-local-variables): Do a case-insensitive search
16854 for End.
16855
16856 2005-03-18 Juri Linkov <juri@jurta.org>
16857
16858 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16859 `isearch-lazy-highlight-cleanup', add alias to old name and
16860 declare obsolete. Add release numbers to other obsolete vars.
16861 (isearch-done, isearch-lazy-highlight-new-loop):
16862 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16863 (lazy-highlight-cleanup) <variable>: Doc fix.
16864 (isearch-lazy-highlight-update): Rename obsolete
16865 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16866
16867 2005-03-18 Kenichi Handa <handa@m17n.org>
16868
16869 * language/thai-util.el: Fix categorization of Thai characters in
16870 thai-category-table.
16871 (thai-composition-pattern): Adjust it for the above change.
16872 (thai-self-insert-command, thai-compose-syllable): New functions.
16873 (thai-compose-region): Use thai-compose-syllable.
16874 (thai-compose-string): Likewise.
16875 (thai-composition-function): Likewise.
16876 (thai-auto-composition): New function.
16877 (thai-auto-composition-mode): New minor mode.
16878
16879 * language/thai.el: Fix patterns to be registered in
16880 composition-function-table.
16881
16882 * international/quail.el (quail-input-method): Locally bind
16883 inhibit-modification-hooks to t.
16884
16885 2005-03-17 Richard M. Stallman <rms@gnu.org>
16886
16887 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16888 (perl-mode): Use run-mode-hooks.
16889
16890 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16891 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16892 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16893
16894 * mail/sendmail.el (sendmail-send-it): Reenable the code
16895 to compute resend-to-address and use it.
16896
16897 * tar-mode.el (tar-mode): Turn off undo unconditionally.
16898
16899 * image-mode.el: New file.
16900
16901 * image.el (insert-sliced-image): Add autoload cookie.
16902
16903 * font-lock.el (font-lock-lines-before): New user option.
16904 (font-lock-after-change-function): Obey it.
16905
16906 * bindings.el (esc-map): Make M-g a prefix.
16907 Bind M-g g and M-g M-g to goto-line.
16908
16909 * faces.el (face-id): Doc fix.
16910
16911 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16912
16913 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16914 (rmail-show-message): Use rmail-unknown-mail-followup-to.
16915 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16916
16917 * mail/sendmail.el (mail-yank-ignored-headers)
16918 (mail-font-lock-keywords, mail-mode-fill-paragraph):
16919 Add Mail-Followup-To and Mail-Reply-To headers.
16920 (mail-citation-hook): Add autoload cookie.
16921 (mail-mode): Doc fix.
16922 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16923 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16924 (mail-mode-fill-paragraph): Handle those headers.
16925 (mail-mailing-lists): New variable.
16926 (mail-mail-reply-to, mail-mail-followup-to): New functions.
16927
16928 2005-03-17 Juri Linkov <juri@jurta.org>
16929
16930 * isearch.el (isearch-fallback): Check for `(car previous)'
16931 before calling `isearch-other-end-state'.
16932
16933 2005-03-17 Kim F. Storm <storm@cua.dk>
16934
16935 * simple.el (move-beginning-of-line): Move to beginning of buffer
16936 line, as well as beginning of screen line.
16937
16938 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
16939
16940 * calendar/diary-lib.el (mark-diary-entries): Use new optional
16941 argument REDRAW rather than calendar-redrawing variable.
16942 * calendar/calendar.el (calendar-redrawing): Delete.
16943 (redraw-calendar): Do not bind calendar-redrawing.
16944
16945 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
16946
16947 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16948 diary-file buffer.
16949
16950 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16951
16952 * help.el (describe-mode): Allow a :minor-mode-function property to
16953 specify a different minor mode toggle function than the variable.
16954 * simple.el (auto-fill-function):
16955 * subr.el (add-minor-mode): Use it.
16956
16957 2005-03-16 Kenichi Handa <handa@m17n.org>
16958
16959 * language/ethio-util.el (sera-being-called-by-w3): New variable.
16960 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16961 (ethio-fidel-to-sera-buffer): Likewise.
16962
16963 2005-03-16 Juri Linkov <juri@jurta.org>
16964
16965 * emacs-lisp/find-func.el (find-function-regexp):
16966 Add defun-emitting macro `menu-bar-make-toggle'.
16967
16968 * isearch.el: Put `isearch-scroll' property to
16969 `split-window-horizontally'.
16970
16971 * info.el: Update error messages for `debug-ignored-errors'.
16972 (Info-isearch-search): Doc fix.
16973 (Info-find-node): Move up code to go into info buffer before
16974 recording the node to the history.
16975 (Info-fontify-node): Fontify titles only if the next line
16976 has two or more `*', `=', `-', `.'.
16977 Display "go to this node" for empty (match-string 3).
16978
16979 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16980
16981 * term/mac-win.el: Add mouse pointer shape constants.
16982
16983 2005-03-15 Kim F. Storm <storm@cua.dk>
16984
16985 * simple.el (move-beginning-of-line): Use vertical-motion.
16986
16987 2005-03-15 Juri Linkov <juri@jurta.org>
16988
16989 * isearch.el (isearch-error): New variable.
16990 (isearch-invalid-regexp, isearch-within-brackets): Remove.
16991 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16992 (isearch-within-brackets-state): Remove.
16993 (isearch-case-fold-search-state, isearch-pop-fun-state):
16994 Decrease frame index.
16995 (isearch-mode, isearch-top-state, isearch-push-state)
16996 (isearch-edit-string, isearch-abort, isearch-search-and-update)
16997 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16998 (isearch-search, isearch-lazy-highlight-new-loop):
16999 Replace `isearch-invalid-regexp' with `isearch-error'.
17000 Remove `isearch-within-brackets'.
17001 (isearch-search): Add `search-failed' handler to `condition-case'.
17002 (isearch-lazy-highlight-search): Add `condition-case' to catch
17003 errors and allow `isearch-lazy-highlight-update' to try
17004 highlighting from the beginning of the window.
17005 (isearch-repeat): Move up code to set isearch-wrapped to t
17006 before calling isearch-wrap-function.
17007
17008 * info.el (Info-isearch-initial-node): New internal variable.
17009 (Info-search): Signal an error in isearch mode when search leaves
17010 the initial node. Signal an error when `bound' is non-nil and
17011 nothing was found in the current subfile.
17012 (Info-isearch-search): Remove `condition-case'.
17013 (Info-isearch-wrap): Don't wrap when search failed during leaving
17014 the initial node. If `Info-isearch-search' is nil, wrap around
17015 the current node.
17016 (Info-isearch-start): New fun.
17017 (Info-mode): Add buffer-local hook `Info-isearch-start' to
17018 `isearch-mode-hook'.
17019
17020 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17021
17022 * simple.el (normal-erase-is-backspace): Set default to t if
17023 running on Mac.
17024
17025 * term/mac-win.el (function-key-map): Sync with x-win.el.
17026
17027 2005-03-15 Kenichi Handa <handa@m17n.org>
17028
17029 * international/mule-cmds.el (locale-language-names): Modify the
17030 format of elements and add more entries.
17031 (locale-preferred-coding-systems): Add more entries.
17032 (set-locale-environment): Adjust for the change of
17033 locale-language-names.
17034
17035 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17036
17037 * pcvs.el (smerge-ediff): Remove bogus autoload.
17038
17039 2005-03-14 Lute Kamstra <lute@gnu.org>
17040
17041 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17042 Ignore a `*' at the beginning of a line.
17043
17044 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17045 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17046 subr.el.
17047 (dont-compile, eval-when-compile, eval-and-compile): Use declare
17048 to specify indentation.
17049
17050 * generic.el (define-generic-mode): Let generic-mode-list be a
17051 list of strings; test membership with equal.
17052
17053 2005-03-14 Kim F. Storm <storm@cua.dk>
17054
17055 * simple.el (next-line, previous-line): Add optional try-vscroll
17056 arg to recognize interactive use. Pass it on to line-move.
17057 (line-move): Don't perform auto-window-vscroll when defining or
17058 executing keyboard macro to ensure consistent behavior.
17059
17060 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17061
17062 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17063
17064 2005-03-13 Lute Kamstra <lute@gnu.org>
17065
17066 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17067 debugger-setup-buffer so that backtrace marks the frames set to
17068 debug-on-exit and we don't have to do it manually. Set an extra
17069 debug-on-exit for macro's.
17070 (debugger-setup-buffer): Don't mark the top frame manually.
17071
17072 2005-03-12 Lute Kamstra <lute@gnu.org>
17073
17074 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17075 lisp-indent-function throughout.
17076 (with-no-warnings): Set lisp-indent-function property.
17077
17078 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
17079
17080 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17081 Add entry for backslash.
17082
17083 2005-03-12 Juri Linkov <juri@jurta.org>
17084
17085 * info.el (Info-search): Four fixes for backward search.
17086
17087 2005-03-11 Jay Belanger <belanger@truman.edu>
17088
17089 * calc/calc.el (calc-language-alist): New variable.
17090 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17091 (calc-embedded-find-modes): Use calc-language-alist instead of
17092 calc-embedded-language-alist.
17093
17094 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17095
17096 * calendar/calendar.el (calendar-redrawing): New internal
17097 variable.
17098 (redraw-calendar): Remove bogus save-excursion from previous
17099 change. Bind calendar-redrawing to t for mark-diary-entries.
17100 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17101 calendar if that is why we were called.
17102
17103 2005-03-11 Kenichi Handa <handa@m17n.org>
17104
17105 * international/mule.el (make-coding-system): Set property
17106 coding-system-define-form to nil.
17107 (define-coding-system-alias): Likewise.
17108
17109 2005-03-11 Kenichi Handa <handa@m17n.org>
17110
17111 These changes are suggested by Dave Love <fx@gnu.org>.
17112
17113 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17114 coding: tag.
17115 (adaptive-fill-regexp): Add more bullets.
17116 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17117 regexps.
17118
17119 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * help.el (describe-mode): Properly handle non-trivial lighters.
17122 Don't ignore minor modes that are not listed in minor-mode-list.
17123
17124 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17125 feature ON when the user requests to turn it OFF.
17126
17127 2005-03-10 Lute Kamstra <lute@gnu.org>
17128
17129 * emacs-lisp/debug.el (debug-entry-code): Delete it.
17130 (implement-debug-on-entry): New function to replace debug-entry-code.
17131 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
17132 second argument as the 2005-03-07 change makes it obsolete.
17133 (debug-on-entry, cancel-debug-on-entry): Update call to
17134 debug-on-entry-1.
17135 (debug, debugger-setup-buffer): Comment update.
17136 (debugger-frame-number): Update to work with implement-debug-on-entry.
17137
17138 2005-03-10 Jay Belanger <belanger@truman.edu>
17139
17140 * calc/calc-embed.el (math-ms-args): Declare it.
17141 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17142 math-ms-args.
17143 (calc-embedded-subst): Use math-multi-subst-rec to substitute
17144 variables.
17145
17146 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
17147
17148 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17149 Use message-box.
17150
17151 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17152 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17153 (tooltip-gud-tips): Simplify.
17154 (tooltip-gud-tips-p): Remove superfluous :set.
17155 (tooltip-gud-modes): Add fortran-mode.
17156 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17157
17158 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17159
17160 2005-03-09 Kim F. Storm <storm@cua.dk>
17161
17162 * play/animate.el (animate-place-char): Use forward-line instead
17163 of next-line to improve performance.
17164
17165 2005-03-09 Simon Josefsson <jas@extundo.com>
17166
17167 * net/browse-url.el (browse-url-default-browser): Doc fix.
17168
17169 2005-03-09 Miles Bader <miles@gnu.org>
17170
17171 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17172 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17173
17174 2005-03-09 Kenichi Handa <handa@m17n.org>
17175
17176 * international/latin-1.el: Set case and syntax for 255 only if
17177 set-case-syntax-set-multibyte is nil.
17178
17179 * textmodes/ispell.el (ispell-insert-word): New function.
17180 (ispell-word): Use ispell-insert-word to insert a new word.
17181 (ispell-process-line): Likewise.
17182 (ispell-complete-word): Likewise.
17183
17184 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
17185
17186 * calendar/calendar.el (redraw-calendar): Preserve point.
17187 Reported by Matt Hodges <MPHodges@member.fsf.org>.
17188 (calendar-week-start-day): Move after definition of
17189 redraw-calendar. Delete buffer test, since redraw-calendar has
17190 that now.
17191
17192 * calendar/diary-lib.el (mark-diary-entries): Only call
17193 redraw-calendar in the first of any recursive calls.
17194 Reported by Alan Shutko <ats@acm.org>.
17195
17196 2005-03-08 Juri Linkov <juri@jurta.org>
17197
17198 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17199 (html-horizontal-rule, html-line, html-image, html-checkboxes)
17200 (html-radio-buttons): Add a space before the trailing `/>' where
17201 sgml-xml-mode is non-nil.
17202 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17203 the subsequent tag of the empty XML tag.
17204 (html-href-anchor): Don't set initial input to "http:".
17205 (html-image): Ask for the image URL and set point inside alt="".
17206 (html-name-anchor): Duplicate the name in the `id' attribute when
17207 sgml-xml-mode is non-nil.
17208 (html-paragraph): Remove \n before <p>.
17209 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17210 instead of `checked' when sgml-xml-mode is non-nil.
17211
17212 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17213 Remove 1 space before #RRGGBB to not truncate it on terminal
17214 windows w/o fringes. Remove 1 space between bg and fg examples
17215 to get more space.
17216 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17217 avoid byte-compile warnings.
17218
17219 * image-file.el (image-file-handler): Put `safe-magic' property to
17220 `image-file-handler'.
17221
17222 * info.el (Info-isearch-search): Emulate word search in
17223 isearching through multiple Info nodes with Info-search.
17224 (Info-isearch-wrap): Allow isearch-word.
17225
17226 2005-03-08 Lute Kamstra <lute@gnu.org>
17227
17228 * emacs-lisp/debug.el (debugger-step-through): Make sure that
17229 stepping into the debugger's code is not possible.
17230 (debugger-jumping-flag): Docstring update.
17231
17232 2005-03-08 Jay Belanger <belanger@truman.edu>
17233
17234 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17235 embedded mode begins.
17236 (calc-embedded-language-alist): New variable.
17237 (calc-embedded-find-modes): Use calc-embedded-language-alist to
17238 set default language mode.
17239
17240 2005-03-08 Kenichi Handa <handa@m17n.org>
17241
17242 * international/ccl.el (define-ccl-program): Fix docstring about
17243 extra 256 bytes assured for the output buffer.
17244
17245 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17246 Fix BUFFER_MAGNIFICATION to 2.
17247 (ccl-encode-mule-utf-16be-with-signature): Likewise.
17248
17249 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
17250
17251 * align.el (align-rules-list): Added an alignment rule for CSS
17252 declarations (applies to css-mode and html-mode buffers).
17253
17254 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17255
17256 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17257
17258 2005-03-07 Kim F. Storm <storm@cua.dk>
17259
17260 * simple.el (move-beginning-of-line): New command.
17261
17262 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17263
17264 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17265
17266 * emulation/cua-base.el: Put CUA move property on move-end-of-line
17267 and move-beginning-of-line.
17268
17269 * apropos.el (apropos-print): Omit command from M-x ... RET.
17270
17271 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
17272
17273 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17274 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17275
17276 2005-03-06 Richard M. Stallman <rms@gnu.org>
17277
17278 * bindings.el (esc-map): Bind M-g to goto-line.
17279
17280 * facemenu.el (global-map): Bind M-o, not M-g.
17281
17282 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17283
17284 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17285 "Open Directory" as for "Open File".
17286
17287 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
17288
17289 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17290 (push-mark-command): Run activate-mark-hook.
17291
17292 2005-03-06 Richard M. Stallman <rms@gnu.org>
17293
17294 * help-mode.el (help-mode-finish): Don't alter the element
17295 in view-return-to-alist if there already is one.
17296
17297 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17298 make sure the current buffer is the expected one.
17299
17300 * novice.el (disabled-command-function): Output in *Disabled Command*.
17301 Explicitly ignore non-keyboard events, and explicitly handle C-g.
17302
17303 * textmodes/flyspell.el (flyspell-large-region):
17304 Pass args differently for aspell.
17305
17306 * files.el (mode-require-final-newline): Doc fix.
17307
17308 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17309
17310 * progmodes/which-func.el (which-function):
17311 Specify NOERROR when calling imenu--make-index-alist.
17312
17313 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17314
17315 * simple.el (normal-erase-is-backspace): Define default value.
17316
17317 * custom.el (custom-theme-set-variables): Remove unused var
17318 `immediate'.
17319 (custom-reevaluate-setting): Simple function to handle variables
17320 that are defined before their default value can really be
17321 computed.
17322
17323 * startup.el (command-line): Use it for temporary-file-directory,
17324 small-emporary-file-directory, auto-save-file-name-transforms,
17325 blink-cursor-mode, and normal-erase-is-backspace.
17326
17327 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17328 progress, even with buggy anchored keywords.
17329
17330 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
17331
17332 * simple.el (goto-line): Remove unbalanced final parenthesis.
17333
17334 2005-03-05 Richard M. Stallman <rms@gnu.org>
17335
17336 * simple.el (goto-line): Use a number at point as the default.
17337 With C-u as arg, switch buffers.
17338
17339 2005-03-05 Juri Linkov <juri@jurta.org>
17340
17341 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17342 with `no-blinking-cursor'.
17343
17344 * startup.el (no-blinking-cursor): New defvar.
17345 (command-line): Add `--no-blinking-cursor' to longopts.
17346 Set `no-blinking-cursor' to t for command line arguments
17347 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
17348 with `no-blinking-cursor' in the condition for calling
17349 `blink-cursor-mode'.
17350
17351 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
17352
17353 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17354 (menu-bar-options-save): Add blink-cursor-mode.
17355 (menu-bar-options-menu): Add blink-cursor-mode.
17356
17357 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
17358
17359 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17360 (icalendar-export-file, icalendar-export-region)
17361 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17362 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17363
17364 2005-03-04 Lute Kamstra <lute@gnu.org>
17365
17366 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17367 (debug-function-list): Ditto.
17368
17369 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
17370
17371 * textmodes/texinfmt.el (texinfo-append-refill):
17372 Redefine the types of line to which @refill
17373 is not appended by replacing a search for `@refill\\|@bye' with
17374 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
17375 itemize@refill' bug and the unfilled long lines bug.
17376 (texinfmt-version): Update number and date.
17377
17378 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17379
17380 * international/code-pages.el (windows-1250, windows-125[2-8])
17381 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17382
17383 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17386 bound yet.
17387
17388 2005-03-02 Romain Francoise <romain@orebokech.com>
17389
17390 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17391 buffer after removing limits.
17392 (ibuffer-pop-filter): Ditto.
17393 Update copyright.
17394
17395 2005-03-02 Miles Bader <miles@gnu.org>
17396
17397 * button.el (make-text-button): If the user doesn't specify a
17398 type, use the default. Rewrite to use `add-text-properties' and
17399 plist functions.
17400
17401 2005-03-01 Lute Kamstra <lute@gnu.org>
17402
17403 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17404 (debugger-jumping-flag): New var.
17405 (debug-entry-code): Use it.
17406 (debugger-jump): Use debugger-jumping-flag and add
17407 debugger-reenable to post-command-hook.
17408 (debugger-reenable): Use debugger-jumping-flag and remove itself
17409 from post-command-hook.
17410 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17411 debugger-reenable.
17412
17413 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
17414
17415 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17416 inclusion of "itemize\\|", which may be unnecessary, is certainly
17417 inelegant, and stops refilling in itemize lists when formatting
17418 Japanese Texinfo files to Info.
17419 Update copyright to 2005.
17420
17421 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
17422
17423 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17424 of an error if GDB can't find the source file.
17425
17426 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
17427
17428 * calendar/calendar.el (redraw-calendar): Work from any buffer,
17429 not just the calendar.
17430
17431 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17432 first.
17433 (diary-redraw-calendar): New function.
17434 (make-diary-entry): Add diary-redraw-calendar to local
17435 write-contents-functions. Turn off selective display before
17436 inserting in diary.
17437
17438 2005-03-01 Kim F. Storm <storm@cua.dk>
17439
17440 * emacs-lisp/copyright.el (copyright-fix-years): New command.
17441
17442 2005-03-01 Lute Kamstra <lute@gnu.org>
17443
17444 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17445 that debug-entry-code can be safely removed from a function while
17446 this code is being evaluated. Revert the 2005-02-27 change as the
17447 new implementation no longer requires it. Make sure that a
17448 function body containing just a string is not mistaken for a docstring.
17449 (debug): Skip one more frame in case of debug on entry.
17450 (debugger-setup-buffer): Delete one more frame line in case of
17451 debug on entry.
17452 (debugger-frame-number): Update to use the new text introduced by
17453 the 1999-11-03 change. Skip one more frame in case of debug on entry.
17454
17455 2005-02-28 Kim F. Storm <storm@cua.dk>
17456
17457 * double.el (double-translate-key): Call force-window-update after
17458 read-event to avoid crash in redisplay.
17459
17460 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17461
17462 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17463 (debug): Use it. Move the inhibit-trace earlier.
17464 (debug-entry-code): New const.
17465 (debug-on-entry-1): Use it.
17466
17467 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
17468
17469 * international/utf-16.el (ccl-encode-mule-utf-16le):
17470 Fix BUFFER_MAGNIFICATION to 2.
17471 (ccl-encode-mule-utf-16be): Likewise.
17472
17473 2005-02-28 Kenichi Handa <handa@m17n.org>
17474
17475 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17476 Fix BUFFER_MAGNIFICATION to 4.
17477 (ccl-encode-mule-utf-16be-with-signature): Likewise.
17478
17479 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
17480
17481 * speedbar.el (speedbar-update-flag): Doc fix.
17482 (speedbar-show-info-under-mouse): Give set-mouse-position the right
17483 argument.
17484
17485 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * reveal.el (reveal-post-command): Don't try to reveal overlays which
17488 have a non-nil `invisible' property but are actually visible.
17489
17490 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17491 for perldoc sections.
17492 (perl-outline-regexp, perl-outline-level): New var and function.
17493 (perl-mode): Use them.
17494
17495 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
17496
17497 * calendar/diary-lib.el (diary-remind): Discard any mark portion
17498 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17499
17500 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
17501
17502 * cus-edit.el: Comment change.
17503 (custom-buffer-create-internal): Slightly reword text at top of
17504 Custom buffers. Mention there that saving an option edits the
17505 init file. Add link to Emacs manual node on `custom-file'.
17506 (custom-magic-alist): Rewrite individual State messages to use
17507 capitalized keywords. Doc fix.
17508
17509 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
17510
17511 * calendar/calendar.el (calendar-buffer): Move above
17512 calendar-week-start-day.
17513 (calendar-week-start-day): Doc fix. Add :set function.
17514 (calendar-minimum-window-height): New variable.
17515 (generate-calendar-window): Only resize window if selected-window
17516 is displaying the calendar buffer. Use new variable
17517 calendar-minimum-window-height.
17518 (generate-calendar): Reword error message.
17519 (calendar-mode-map): Bind DEL to scroll-other-window-down.
17520
17521 2005-02-27 Andreas Schwab <schwab@suse.de>
17522
17523 * vc.el (vc-do-command): Don't run command asynchronously when
17524 operating in a remote directory.
17525
17526 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17527 change from sync with Tramp 2.0.47.
17528
17529 2005-02-27 Richard M. Stallman <rms@gnu.org>
17530
17531 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17532
17533 * textmodes/flyspell.el (flyspell-mode-on):
17534 Call ispell-change-dictionary only if necessary.
17535
17536 * emacs-lisp/re-builder.el (regexp-builder): New function.
17537
17538 * register.el (describe-register-1): Explicitly handle
17539 yank-excluded-properties = t.
17540
17541 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17542 (custom-magic-alist): Change the status descriptions again.
17543 (face widget-type): Total rewrite based on `restricted-sexp'
17544 to eliminate the confusing double hiding levels.
17545
17546 * emacs-lisp/debug.el (debug-on-entry-1):
17547 If function body is empty, add nil as body form.
17548
17549 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17550
17551 * emacs-lisp/trace.el (inhibit-trace): New var.
17552 (trace-make-advice): Use it.
17553
17554 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17555
17556 2005-02-26 Kim F. Storm <storm@cua.dk>
17557
17558 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17559 (mouse-on-link-p, mouse-drag-region-1): Use it.
17560
17561 2005-02-25 Lute Kamstra <lute@gnu.org>
17562
17563 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17564
17565 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
17566
17567 * frame.el (blink-cursor-mode): Add :group keyword.
17568
17569 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
17570
17571 * calendar/icalendar.el (icalendar--decode-isodatetime):
17572 New optional argument DAY-SHIFT.
17573 (icalendar-export-region): Fix coding-system-for-write.
17574 (icalendar--convert-ical-to-diary): Shift end-day of all-day
17575 events by one.
17576
17577 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17578
17579 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17580
17581 2005-02-24 Kim F. Storm <storm@cua.dk>
17582
17583 * international/iso-acc.el (iso-accents-compose): Fix crash
17584 during redisplay. Call force-window-update after read-event
17585 and delete-region to signal that window is not accurate.
17586
17587 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17590 Remove unused and inexistent var `inhibit-trace'.
17591 (debugger-mode): Use run-mode-hooks.
17592 (debugger-list-functions): Add buttons; setup xref stack.
17593
17594 2005-02-23 Richard M. Stallman <rms@gnu.org>
17595
17596 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17597 appointment says it was explicitly made.
17598 (appt-add): Set the 3rd element.
17599 (appt-make-list): Preserve explicit appointments.
17600
17601 * subr.el (find-tag-default): Catch errors in forward-sexp.
17602
17603 2005-02-23 Juri Linkov <juri@jurta.org>
17604
17605 * info.el (Info-isearch-search): New defcustom.
17606 (Info-isearch-search): Call the default isearch function
17607 when Info-isearch-search is nil.
17608 (Info-isearch-wrap): Use variable Info-isearch-search.
17609
17610 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
17611
17612 * cus-edit.el: Comment change.
17613
17614 2005-02-22 Kim F. Storm <storm@cua.dk>
17615
17616 * progmodes/hideif.el (hide-ifdef-use-define-alist):
17617 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
17618
17619 2005-02-22 Simon Josefsson <jas@extundo.com>
17620
17621 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17622 New variable.
17623 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
17624 Oskarsson" <myrkraverk@users.sourceforget.net>.
17625
17626 2005-02-22 Kim F. Storm <storm@cua.dk>
17627
17628 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17629 check that window of that event is the selected window.
17630 (mouse-drag-region-1): Compare mouse event window to selected
17631 window before setting point.
17632
17633 * tooltip.el (tooltip-show-help-function): Pass event to
17634 mouse-on-link-p so it can check selected window.
17635
17636 2005-02-22 Kenichi Handa <handa@m17n.org>
17637
17638 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17639 (ps-mule-show-warning): New function.
17640 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17641 characters are found.
17642
17643 * ps-print.el (ps-header-footer-string): Return a list of header
17644 and footer strings.
17645
17646 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17647
17648 * pcvs.el (cvs-retrieve-revision): Fix thinko.
17649
17650 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17651
17652 * frame.el (blink-cursor-mode): Use define-minor-mode.
17653
17654 * term/mac-win.el (function-key-map): Use char-names more consistently.
17655 (file-name-coding-system): Only set it for MacOS-9. The other case is
17656 already handled in mule-cmds.el (where it also works when mac-win.el
17657 is not used).
17658
17659 2005-02-21 Kenichi Handa <handa@m17n.org>
17660
17661 * international/mule.el (ctext-pre-write-conversion): Always use
17662 " *code-converting-work*" buffer for work.
17663
17664 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17665
17666 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
17667
17668 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17669
17670 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
17671
17672 * ses.el (undo-more): Restore defadvice, but only the part that
17673 allows changes outside the restricted area of the buffer.
17674
17675 2005-02-20 Kim F. Storm <storm@cua.dk>
17676
17677 * simple.el (line-move): Add fourth optional arg try-vscroll which
17678 must be set to perform auto-window-vscroll.
17679 When moving backwards and doing auto-window-vscroll, automatically
17680 vscroll to the last part of lines which are taller than the window.
17681 (next-line, previous-line): Set try-vscroll arg on line-move.
17682
17683 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
17684
17685 * replace.el (query-replace, query-replace-regexp)
17686 (replace-string, replace-regexp): When operating on region, make
17687 the minibuffer prompt say so.
17688
17689 * isearch.el (isearch-forward): Document isearch-query-replace and
17690 isearch-query-replace-regexp keybindings.
17691
17692 2005-02-19 Jay Belanger <belanger@truman.edu>
17693
17694 * calc/calc-aent.el (math-read-token): Add local variable.
17695
17696 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17697 (calc-edit-top): Move declaration to earlier in file.
17698 (calc-edit-macro-repeats): Add local variables.
17699
17700 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17701 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17702 calcFunc-tanh.
17703 Adjust integration rule for calcFunc-tan.
17704
17705 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17706
17707 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17708 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17709 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17710 (viper-skip-separators): Bug fix.
17711 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17712 particular major mode.
17713 (viper-del-backward-char-in-replace): Don't put deleted char on the
17714 kill ring.
17715
17716 * viper-ex.el (viper-color-display-p): New function.
17717 (viper-has-face-support-p): Use viper-color-display-p.
17718
17719 * viper-keym.el (viper-gnus-modifier-map): New keymap.
17720
17721 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17722
17723 * viper-util.el (viper-glob-unix-files): Fix shell status check.
17724 (viper-file-remote-p): Make equivalent to file-remote-p.
17725
17726 * viper.el (viper-major-mode-modifier-list):
17727 Use viper-gnus-modifier-map.
17728
17729 2005-02-19 David Kastrup <dak@gnu.org>
17730
17731 * subr.el (subregexp-context-p): Fix garbled doc string by adding
17732 quoting.
17733
17734 2005-02-19 Jay Belanger <belanger@truman.edu>
17735
17736 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17737 Remove extra definitions.
17738 (calc-coth): New function.
17739 (calcFunc-cot): Fix `let'.
17740
17741 2005-02-19 Eli Zaretskii <eliz@gnu.org>
17742
17743 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17744 the reasons we use "type pc" in these faces.
17745
17746 * button.el (button): Ditto.
17747
17748 2005-02-19 Michael Mauger <mmaug@yahoo.com>
17749
17750 * replace.el (query-replace-read-from): Set the value of
17751 query-replace-from-history-variable to handle the case of an empty
17752 string entered to accept the suggested default.
17753
17754 * net/tramp.el (tramp-file-name-for-operation):
17755 Use dired-call-process instead of dired-call-process-command.
17756
17757 2005-02-19 Jay Belanger <belanger@truman.edu>
17758
17759 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17760 (math-div-non-trig): New variables.
17761 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17762 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17763 (math-combine-prod, math-div-symb-fancy): Add simplifications for
17764 trig expressions.
17765
17766 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
17767
17768 * progmodes/gdb-ui.el (gdb-var-update-handler)
17769 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17770 for watch expressions,
17771 (gdb-var-create-handler): Don't set speedbar-update-flag.
17772 (gdb-post-prompt): Simplify test for speedbar.
17773
17774 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17775
17776 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17777 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17778 we use the syntax table of the correct buffer.
17779 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17780 Felix Gatzemeier.
17781
17782 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17783 (ediff-file-remote-p): Make synonymous with file-remote-p.
17784 In all deffaces ediff-*-face-*, use min-colors.
17785
17786 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17787 ediff-recurse-to-subdirectories.
17788 (ediff-mark-if-equal): Check that the arguments are strings, use
17789 ediff-same-contents (after to Felix Gatzemeier).
17790
17791 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17792 nil.
17793
17794 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17795
17796 * log-view.el (log-view-message-re): Fix up Subversion regexp.
17797
17798 2005-02-18 David Kastrup <dak@gnu.org>
17799
17800 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17801 use `mark-active' when defined.
17802
17803 2005-02-18 Kenichi Handa <handa@m17n.org>
17804
17805 * ps-print.el (ps-font-info-database): New entry
17806 ZapfChancery-MediumItalic with correct font name. Fix font name
17807 of the entry Zapf-Chancery-MediumItalic.
17808
17809 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
17810
17811 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17812
17813 2005-02-16 Kim F. Storm <storm@cua.dk>
17814
17815 * ido.el (ido-fallback-command): Pass user input to fallback command.
17816
17817 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
17818
17819 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17820 (gdb-find-file-hook): Add server prefix.
17821
17822 2005-02-16 Richard M. Stallman <rms@gnu.org>
17823
17824 * replace.el (perform-replace): Pass new args to replace-highlight.
17825 (replace-highlight): Take region args,
17826 and pass them to isearch-lazy-highlight-new-loop.
17827
17828 * novice.el (disabled-command-hook): Autoload the defalias
17829 and the make-obsolete-variable call.
17830
17831 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17832
17833 * isearch.el (isearch-lazy-highlight-start-limit)
17834 (isearch-lazy-highlight-end-limit): New variables limit
17835 the region for highlighting.
17836 (isearch-lazy-highlight-new-loop): New args BEG and END.
17837 (isearch-lazy-highlight-search): Use the new vars.
17838 (isearch-lazy-highlight-update): Likewise.
17839
17840 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17841
17842 * cus-start.el (all): Use default-boundp.
17843
17844 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
17845
17846 * menu-bar.el (menu-bar-select-frame): Handle current frame.
17847
17848 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
17849
17850 * autorevert.el (auto-revert-stop-on-user-input)
17851 (auto-revert-verbose): Doc fixes.
17852
17853 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
17854
17855 * international/mule-cmds.el (set-locale-environment): Remove call
17856 to set-selection-coding-system on Windows.
17857
17858 2005-02-15 Jay Belanger <belanger@truman.edu>
17859
17860 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17861 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17862 calcFunc-coth.
17863 (math-simplify-sqrt): Add simplifications.
17864
17865 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17866 to list.
17867
17868 * calc/calc-ext.el: Add functions to autoloads.
17869
17870 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17871 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17872 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17873 (math-csc-raw, math-cot-raw): New functions.
17874
17875 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17876
17877 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17878 the variable name in a message.
17879
17880 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17881 calcFunc-csc, calcFunc-cot.
17882
17883 * calc/calcalg2.el: Add derivative and integration rules for
17884 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17885 calcFunc-csch, calcFunc-coth.
17886 (math-do-integral-methods): Add to checks for when to use
17887 substitutions.
17888
17889 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17890
17891 2005-02-15 Lute Kamstra <lute@gnu.org>
17892
17893 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17894 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
17895 <monnier@iro.umontreal.ca>
17896 (lisp-outline-level): Improve efficiency. Suggested by David
17897 Kastrup <dak@gnu.org>.
17898
17899 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
17900
17901 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17902 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17903 (gdb-set-gud-minor-mode-existing-buffers): New functions.
17904 (gdb-find-file-hook): New hook. Add it to find-file-hook.
17905 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17906
17907 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
17908
17909 * cus-start.el (all): Comment change.
17910
17911 2005-02-14 Lute Kamstra <lute@gnu.org>
17912
17913 * cus-start.el (all): Check if symbol is void.
17914
17915 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
17916
17917 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17918 optional argument to \cite.
17919
17920 2005-02-14 Richard M. Stallman <rms@gnu.org>
17921
17922 * cus-edit.el (custom-buffer-create-internal): Update help message.
17923 (custom-magic-alist): Update help messages.
17924
17925 * cus-start.el (all): Allow a var to specify a standard value.
17926
17927 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
17928
17929 * custom.el (custom-theme-set-variables): Handle variable aliases.
17930
17931 * frame.el (blink-cursor-timer): Doc fix.
17932 (blink-cursor): Make it an alias for `blink-cursor-mode' and
17933 declare obsolete.
17934 (blink-cursor-mode): Define with defcustom and use correct
17935 standard expression in that defcustom.
17936 * startup.el (command-line): Adapt to above changes in frame.el.
17937
17938 2005-02-11 Lute Kamstra <lute@gnu.org>
17939
17940 * apropos.el (apropos-score-doc): Prevent division by zero.
17941
17942 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
17943
17944 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17945 (icalendar--get-event-property-attributes)
17946 (icalendar--get-event-properties)
17947 (icalendar--datetime-to-diary-date): New functions.
17948 (icalendar--split-value): Doc fix.
17949 (icalendar--datetime-to-noneuropean-date)
17950 (icalendar--datetime-to-european-date): New optional argument
17951 SEPARATOR. Return result as a string instead of a list.
17952 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17953 (icalendar--convert-string-for-export): Rename arg S to STRING.
17954 (icalendar-export-region): Doc fix. Change name of error buffer.
17955 Save output buffer.
17956 (icalendar-import-file): Add blank at end of prompt.
17957 (icalendar-import-buffer): Doc fix. Do not switch to error
17958 buffer. Indicate status in return value.
17959 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
17960 buffer. Save output buffer. Handle exception from recurrence
17961 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
17962 events. Fix problems with weekly all-day events.
17963
17964 2005-02-10 Richard M. Stallman <rms@gnu.org>
17965
17966 * simple.el (eval-expression-print-format):
17967 Avoid warning about edebug-active.
17968
17969 * help.el (help-for-help-internal): Rename from help-for-help.
17970 (help-for-help): Define with defalias.
17971
17972 * font-core.el (font-lock-default-function): Use with-no-warnings.
17973
17974 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17975
17976 * custom.el (defface): Doc fix.
17977
17978 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
17979
17980 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17981 width 0" to prevent word wrapping problems.
17982
17983 2005-02-09 Kim F. Storm <storm@cua.dk>
17984
17985 * ido.el (ido-file-extensions-order): New defcustom.
17986 (ido-file-extension-lessp, ido-file-extension-aux)
17987 (ido-file-extension-order): New advanced file ordering.
17988 (ido-file-lessp): New simple file ordering.
17989 (ido-sort-list): Remove.
17990 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17991 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17992
17993 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
17994
17995 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17996 that some versions of grep produce.
17997 (grep-mode-font-lock-keywords): Likewise.
17998
17999 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
18000
18001 * progmodes/gdb-ui.el (gdb-location-list): New variable.
18002 (gdb-cdir): Delete.
18003 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18004 (gdb-source-info): Treat case when source file is in another
18005 directory properly.
18006 (gdb-get-location): New function.
18007
18008 2005-02-07 Jay Belanger <belanger@truman.edu>
18009
18010 * calc/calc-prog.el (calc-write-parse-table-part)
18011 (calc-fix-token-name): Fix a check for language type.
18012
18013 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18014
18015 2005-02-07 Andre Spiegel <spiegel@gnu.org>
18016
18017 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18018 as directory not writable.
18019
18020 2005-02-07 Kim F. Storm <storm@cua.dk>
18021
18022 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18023 (cua--standard-movement-commands): Remove list.
18024 Instead, set CUA property value to move for movement commands.
18025 (cua-movement-commands): Remove. Users must set CUA prop instead.
18026 (cua--pre-command-handler): Check CUA property.
18027 (cua--init-keymaps): Don't remap undo commands.
18028 (cua-mode): Don't call cua--rectangle-on-off.
18029
18030 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18031 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18032 (cua--rect-undo-set-point): New var.
18033 (cua--rectangle-undo-boundary): Setup undo apply entry.
18034 (cua--rect-undo-handler): New function for rectangle undo.
18035 (cua--rect-start-position, cua--rect-end-position): Add.
18036 (cua--rectangle-post-command): Call cua--rectangle-set-corners
18037 for restored rectangle. Set point if cua--rect-undo-set-point.
18038
18039 2005-02-06 Jay Belanger <belanger@truman.edu>
18040
18041 * calc/calc-lang.el (calc-tex-language): Display more information
18042 in messages.
18043
18044 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18045 in TeX mode.
18046
18047 2005-02-06 Richard M. Stallman <rms@gnu.org>
18048
18049 * emacs-lisp/lisp.el (buffer-end): Doc fix.
18050
18051 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
18052
18053 * net/ldap.el (ldap-search-internal): Support attributes with
18054 optional descriptions separated by a semi-colon, as in
18055 "userCertificate;binary".
18056
18057 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18058
18059 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18060 isn't a cons (i.e. the version is 0).
18061
18062 2005-02-05 Eli Zaretskii <eliz@gnu.org>
18063
18064 * help.el (help-for-help): Doc fix.
18065
18066 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
18067
18068 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
18069 GDB-Windows on the menu-bar as this works better.
18070
18071 2005-02-04 Jay Belanger <belanger@truman.edu>
18072
18073 * calc/calc-embed.el (calc-embedded-update): Don't put in
18074 unnecessary newlines. Adjust the end of formula marker.
18075
18076 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18077 (math-latex-parse-two-args): New function.
18078
18079 2005-02-03 Lute Kamstra <lute@gnu.org>
18080
18081 * help-fns.el (help-with-tutorial): Make sure that users cannot
18082 remove the entire text of the tutorial by means of `undo'.
18083
18084 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
18085
18086 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18087 in recent changes, where the ispell process was repeatedly
18088 killed & restarted.
18089
18090 * international/mule-cmds.el (set-locale-environment): Set file-name
18091 coding system to utf-8 on Darwin systems.
18092 (set-default-coding-systems): Don't set default-file-name-coding-system
18093 on Darwin systems.
18094
18095 2005-02-03 Richard M. Stallman <rms@gnu.org>
18096
18097 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18098
18099 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
18100
18101 * faces.el (list-faces-display): Add optional argument.
18102
18103 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * font-core.el (font-lock-default-function): Handle the rare case where
18106 only font-lock-keywords is set.
18107
18108 2005-02-02 Kenichi Handa <handa@m17n.org>
18109
18110 * international/characters.el: Cancel previous change for
18111 I-WITH-DOT-ABOVE and DOTLESS-i.
18112
18113 * international/latin-5.el: Cancel previous change.
18114
18115 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
18116
18117 * progmodes/gud.el: Correction to syntax in gud-menu-map.
18118
18119 2005-02-02 Kenichi Handa <handa@m17n.org>
18120
18121 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18122 DOTLESS-i.
18123
18124 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18125 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18126
18127 * case-table.el (get-upcase-table): New function.
18128 (copy-case-table): Copy upcaes table too if non-nil.
18129 (set-case-syntax-delims): Maintain upcase table too.
18130 (set-case-syntax-pair): Likewise.
18131 (set-upcase-syntax, set-downcase-syntax): New functions.
18132 (set-case-syntax): Maintain upcase table too.
18133
18134 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
18135
18136 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18137
18138 * progmodes/gud.el (gud-goto-info): New function.
18139 (gud-tool-bar-map): Use correct icon.
18140
18141 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
18142
18143 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18144 When delegating, order args in the funcall correctly.
18145
18146 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
18147
18148 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18149
18150 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
18151
18152 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18153 buffer not visiting a file.
18154
18155 2005-01-31 Jay Belanger <belanger@truman.edu>
18156
18157 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18158 bound on the line with the formula.
18159
18160 2005-01-31 Kim F. Storm <storm@cua.dk>
18161
18162 * ses.el (ses-create-cell-variable-range)
18163 (ses-destroy-cell-variable-range, ses-reset-header-string)
18164 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18165 (ses-insert-row): Fix format of apply undo entries.
18166
18167 2005-01-31 Jay Belanger <belanger@truman.edu>
18168
18169 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18170 parts.
18171
18172 * calc/calc-embed.el (calc-embedded-open-formula)
18173 (calc-embedded-close-formula): Ignore matrix environments.
18174
18175 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18176 TeX mode.
18177
18178 * calc/calc-lang.el (math-function-table, math-oper-table)
18179 (math-variable-table): Adjust the LaTeX portions.
18180
18181 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18182 (math-latex-ignore-words): New constant.
18183
18184 2005-01-31 Richard M. Stallman <rms@gnu.org>
18185
18186 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18187 (ispell-local-dictionary): Doc fix.
18188 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18189 Don't reinitialize at run time. Don't defcustom.
18190 All uses changed to append ispell-local-dictionary-alist,
18191 or check it first.
18192 (ispell-current-dictionary): New variable for dictionary in use.
18193 (ispell-dictionary): Now used only for global default.
18194 (ispell-start-process): Set ispell-current-dictionary,
18195 not ispell-dictionary.
18196 (ispell-change-dictionary): Use this only for setting
18197 user preferences.
18198 (ispell-internal-change-dictionary): New function
18199 to change the current dictionary in use.
18200 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18201 Use ispell-current-dictionary.
18202 Handle ispell-local-dictionary-overridden.
18203 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18204
18205 2005-01-31 Jay Belanger <belanger@truman.edu>
18206
18207 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18208
18209 * calc/calc-ext.el: Add calc-latex-language to autoloads.
18210 (calc-mode-map): Add calc-latex-language.
18211
18212 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18213 (math-latex-print-frac): New functions.
18214 (math-oper-table, math-function-table, math-variable-table)
18215 (math-complex-format, math-input-filter): Add latex properties.
18216 (calc-set-language): Set math-expr-special-function-mapping.
18217
18218 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18219 (calc-write-parse-table-part): Add LaTeX support.
18220
18221 * calc/calc.el (calc-language): Adjust docstring.
18222 (calc-set-mode-line): Add LaTeX support.
18223 (math-expr-special-function-mapping): New variable.
18224 (math-tex-ignore-words): Add to list.
18225
18226 * calc/calccomp.el (math-compose-expr, math-compose-rows):
18227 Add LaTeX support.
18228 (math-compose-expr): Add support for special functions.
18229
18230 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18231
18232 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
18233
18234 * progmodes/gdb-ui.el (gdb-memory-address)
18235 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18236 (gdb-memory-mode-map, gdb-memory-format-keymap)
18237 (gdb-memory-format-menu, gdb-memory-unit-keymap)
18238 (gdb-memory-unit-menu): New variables for a buffer
18239 that lets the user examine program memory.
18240 (gdb-memory-set-address, gdb-memory-set-repeat-count)
18241 (gdb-memory-format-binary, gdb-memory-format-octal)
18242 (gdb-memory-format-unsigned, gdb-memory-format-signed)
18243 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18244 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18245 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18246 (gdb-memory-unit-byte, gdb-memory-unit-menu)
18247 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18248 (gdb-memory-mode, gdb-memory-buffer-name)
18249 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18250 New functions for above buffer.
18251
18252 2005-01-30 Richard M. Stallman <rms@gnu.org>
18253
18254 * cus-edit.el (custom-bury-buffer): Function deleted.
18255 (custom-buffer-done-function): Option deleted.
18256 (custom-buffer-done-kill): New replacement option.
18257 (Custom-buffer-done): Call quit-window.
18258 (custom-buffer-create-internal): Update for above changes.
18259
18260 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
18261
18262 * simple.el (undo-ask-before-discard): New var.
18263 (undo-outer-limit-truncate): Implement it.
18264 (undo-extra-outer-limit): Doc update.
18265
18266 2005-01-29 Richard M. Stallman <rms@gnu.org>
18267
18268 * ses.el (undo-more): Delete defadvice.
18269 (ses-begin-change): Doc fix.
18270
18271 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18272 instead of rebinding C-x u and C-_.
18273
18274 * files.el (normal-backup-enable-predicate): Return nil for files
18275 in /tmp, regardless of temporary-file-directory.
18276
18277 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18278
18279 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18280 (open-rectangle, delete-whitespace-rectangle-line)
18281 (clear-rectangle-line): If FILL, pass t instead of FILL
18282 for move-to-column's 2nd arg.
18283
18284 * simple.el (undo): Fix the test for continuing a series of undos.
18285 (undo-more): Set pending-undo-list to t when we reach end.
18286 (pending-undo-list): Move up defvar.
18287
18288 * wid-edit.el (widget-button-click):
18289 Shorten the range of the track-mouse binding.
18290
18291 * comint.el (comint-insert-input): Undo previous changes;
18292 use last-input-event in interactive spec.
18293
18294 2005-01-29 Eli Zaretskii <eliz@gnu.org>
18295
18296 * progmodes/compile.el (compilation-start): Bind buffer-read-only
18297 to nil before invoking call-process. Reset buffer's modified flag
18298 after fontifying it in the no-async branch.
18299
18300 * wid-edit.el (widget-specify-button): If mouse pointer shape
18301 cannot be changed, use mouse face instead.
18302
18303 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
18304
18305 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18306 (gdb-goto-breakpoint): Make breakpoint handling work on template
18307 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
18308 (gdb-assembler-custom): Update to recognize breakpoint information
18309 added on 2005-01-19.
18310
18311 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18312
18313 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18314 (dsssl-mode): Use define-derived-mode.
18315 (scheme-mode-initialize): Remove.
18316 (scheme-mode): Use run-mode-hooks.
18317
18318 * cus-edit.el (customize-group-other-window)
18319 (custom-buffer-create-other-window): Don't override special-display-*.
18320 (custom-mode-map): Make it dense.
18321
18322 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18323 sets the default value.
18324
18325 2005-01-28 Eli Zaretskii <eliz@gnu.org>
18326
18327 * descr-text.el: Add more keywords.
18328
18329 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18330
18331 * speedbar.el: Avoid unnecessary use of locate-library.
18332
18333 * international/mule-cmds.el (standard-display-european-internal):
18334 Don't fiddle with latin-1 non-break space any more since it's now
18335 special cased in the C code.
18336 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18337
18338 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
18339
18340 * cus-start.el (all): Add `undo-outer-limit'.
18341
18342 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18343
18344 * textmodes/bibtex.el (bibtex-format-entry):
18345 Use `bibtex-empty-field-re' only on the text of fields, not on entire
18346 field lines.
18347 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18348 not on part of a buffer.
18349
18350 2005-01-25 Lute Kamstra <lute@gnu.org>
18351
18352 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18353 nonempty field text strings like "{letters\\macro{}more letters}".
18354 Clarify docstring.
18355 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18356 (bibtex-entry-offset, bibtex-parse-association)
18357 (bibtex-parse-field-name): Fix typos in docstrings.
18358 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18359
18360 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
18361
18362 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18363 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18364 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18365 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18366
18367 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18368 isearch minor mode.
18369
18370 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
18371
18372 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18373
18374 2005-01-24 Lute Kamstra <lute@gnu.org>
18375
18376 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18377 CASECHARS and NOT-CASECHARS regular expressions of the
18378 "nederlands" and "nederlands8" dictionaries to prevent a "Range
18379 striding over charsets" error.
18380
18381 2005-01-24 Jay Belanger <belanger@truman.edu>
18382
18383 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18384 display variable name.
18385
18386 2005-01-24 Kenichi Handa <handa@m17n.org>
18387
18388 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18389 Fix setting of the element of encoded-kbd-iso2022-invocations.
18390
18391 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
18392
18393 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18394 (gdb-threads-select): Change to also accept mouse events.
18395 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18396 (gdb-threads-mouse-select): Delete.
18397
18398 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
18399
18400 * files.el (insert-directory): Take care of empty directory,
18401 listed without -a switch.
18402
18403 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
18404
18405 * textmodes/refill.el (refill-post-command-function):
18406 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18407 to the list of functions that we should be careful not to undo.
18408 (refill-late-fill-paragraph-function): Remove.
18409 (refill-saved-state): New var.
18410 (refill-mode): Use it to save fill-paragraph-function.
18411 Save also the value of auto-fill-function.
18412
18413 * term/w32-win.el: Simplify code.
18414
18415 2005-01-23 Kim F. Storm <storm@cua.dk>
18416
18417 * simple.el (line-move): Adapt to new return value from
18418 pos-visible-in-window-p.
18419
18420 * simple.el (line-move): Fix last change. Check partial
18421 visibility at point rather than at window-start.
18422
18423 2005-01-22 Jason Rumney <jasonr@gnu.org>
18424
18425 * term/w32-win.el (xw-defined-colors): Remove debug-message.
18426
18427 2005-01-22 David Kastrup <dak@gnu.org>
18428
18429 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18430
18431 2005-01-22 Eli Zaretskii <eliz@gnu.org>
18432
18433 * type-break.el (type-break-mode): Add a test for
18434 type-break-file-name being non-nil.
18435
18436 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
18437
18438 * net/eudc.el (top level): Call (message "") via progn, so that
18439 eudc-options-file is loaded.
18440
18441 2005-01-22 Kim F. Storm <storm@cua.dk>
18442
18443 * simple.el (line-move-1): Rename from line-move.
18444 (line-move): New function that adjusts vscroll for partially
18445 visible rows, and calls line-move-1 otherwise.
18446
18447 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
18448
18449 * pcomplete.el: Define pcomplete-read-event instead of read-event,
18450 since it's not a complete read-event implementation
18451
18452 2005-01-20 Jay Belanger <belanger@truman.edu>
18453
18454 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18455 for called function.
18456
18457 2005-01-20 Steven Tamm <steventamm@mac.com>
18458
18459 * term/mac-win.el (process-connection-type): Remove.
18460 Controlled now by s/darwin.h:PTY_ITERATION.
18461
18462 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18463
18464 * window.el (handle-select-window): Don't switch window when we're
18465 in the minibuffer.
18466
18467 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
18468
18469 * subr.el (dotimes-with-progress-reporter): New macro.
18470
18471 * ses.el (ses-dotimes-msg): Remove macro.
18472 Use `dotimes-with-progress-reporter' instead.
18473
18474 2005-01-19 Steven Tamm <steventamm@mac.com>
18475
18476 * term/mac-win.el (process-connection-type): Use new
18477 operating-system-release variable to use ptys on Darwin 7 (OS X
18478 10.3) when using carbon build.
18479
18480 2005-01-19 Jay Belanger <belanger@truman.edu>
18481
18482 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18483 flags if the last command was a tab or M-tab.
18484
18485 * calc/calc-prog.el (calc-user-define-edit): Put original formula
18486 in formula editing buffer.
18487
18488 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18489
18490 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18491 breakpoint image symbol in margin.
18492
18493 2005-01-19 Jay Belanger <belanger@truman.edu>
18494
18495 * calc/calc-prog.el (calc-execute-kbd-macro):
18496 Ignore calc-keep-arg-flag.
18497
18498 2005-01-19 Kenichi Handa <handa@m17n.org>
18499
18500 * textmodes/ispell.el (ispell-looking-at): New function.
18501 (ispell-process-line): Use ispell-looking-at to compare the ispell
18502 output and the buffer contents.
18503
18504 2005-01-18 Jay Belanger <belanger@truman.edu>
18505
18506 * calc/calc.el (calc-display-raw): Fix docstring.
18507
18508 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
18509
18510 * simple.el (blink-matching-open): Strip extra info from syntax.
18511
18512 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18513 funny chars in the end-of-here-doc marker.
18514
18515 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18516
18517 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18518 that enable/disabled state of breakpoints is shown correctly in
18519 fringe and on ttys.
18520 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18521 Add breakpoint information as text properties.
18522 (gdb-mouse-toggle-breakpoint):
18523 Rename to gdb-mouse-set-clear-breakpoint.
18524 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
18525 breakpoints in the margin.
18526 (gdb-remove-strings): Simplify.
18527
18528 2005-01-17 Jay Belanger <belanger@truman.edu>
18529
18530 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18531 erasing buffer.
18532
18533 2005-01-17 Richard M. Stallman <rms@gnu.org>
18534
18535 * progmodes/grep.el (grep-find): Copy from `grep' the condition
18536 for calling grep-compute-defaults.
18537
18538 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18539 if buffer is empty.
18540
18541 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18542
18543 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
18544
18545 * hilit-chg.el (highlight-changes-mode): Don't autoload.
18546
18547 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18548 non-preloaded variables.
18549
18550 2005-01-17 Steven Tamm <steventamm@mac.com>
18551
18552 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18553 tex-shell cause to force interactivity when using pipes.
18554
18555 2005-01-17 Kim F. Storm <storm@cua.dk>
18556
18557 * simple.el (just-one-space): Make arg optional.
18558
18559 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
18560
18561 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18562 posn-at-x-y to t to access left-margin.
18563
18564 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
18565
18566 Sync with Tramp 2.0.47.
18567
18568 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18569 catching keep-date problems in cp/scp operations.
18570 (tramp-handle-copy-file): Don't call `set-file-modes'
18571 unconditionally. Specialized functions should know better what is
18572 necessary. This improves performance a little bit, and the
18573 functions could catch errors with `cp -p' and `scp -p'.
18574 (tramp-do-copy-or-rename-file-via-buffer)
18575 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18576 when appropriate.
18577 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18578 Call `set-file-modes' when appropriate.
18579 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
18580 Johnsson <isak@hypergene.com>
18581 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18582 of both Tramp buffer and debug buffer. Reported by Joakim Verona
18583 <joakim@verona.se>
18584 (tramp-file-name-for-operation): Mark `shell-command' as magic for
18585 Emacs only.
18586
18587 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
18588 `find-file-hooks' and `dired-mode-hook'.
18589 (tramp-minor-mode-map): Respective map. Add remapping for
18590 `compile' and `recompile'.
18591 (tramp-remap-command, tramp-recompile): New defuns.
18592 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18593 in buffer "*Compilation*". Call the commands asynchronously.
18594
18595 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18596 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18597 `shell-command', because it isn't magic in XEmacs. Reported by
18598 Adrian Aichner <adrian@xemacs.org>.
18599
18600 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18601 `substitute-in-file-name.
18602 (tramp-smb-handle-substitute-in-file-name): New defun.
18603 (tramp-smb-advice-PC-do-completion): Delete advice.
18604
18605 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
18606
18607 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18608 Fix error in deleting region.
18609
18610 2005-01-15 Richard M. Stallman <rms@gnu.org>
18611
18612 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18613 In non-temp buffer, switch syntax table temporarily.
18614
18615 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18616
18617 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18618
18619 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18620
18621 * imenu.el (imenu--split-menu): Copy menulist before sorting.
18622 (imenu--generic-function): Use START, not BEG, as pos of definition.
18623
18624 * simple.el (just-one-space): Argument specifies number of spaces.
18625
18626 * simple.el (eval-expression-print-format): Avoid warning
18627 about edebug-active.
18628
18629 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
18630
18631 * progmodes/sh-script.el: Code copied from make-mode.el
18632 with small changes,
18633 (sh-mode-map): Bind C-c C-\.
18634 (sh-backslash-column, sh-backslash-align): New variables.
18635 (sh-backslash-region, sh-append-backslash): New functions.
18636
18637 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
18638
18639 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18640 (rmail-pop-password, rmail-pop-password-required): Move to
18641 rmail-obsolete group.
18642 (rmail-set-pop-password): Rename to rmail-set-remote-password.
18643 All callers updated.
18644 (rmail-get-pop-password): Rename to rmail-get-remote-password.
18645 Take an argument specifying whether it is POP or IMAP mailbox we
18646 are using. All callers updated.
18647 (rmail-pop-password-error): Rename to
18648 rmail-remote-password-error. Added mailutils-specific error message.
18649 (rmail-movemail-search-path)
18650 (rmail-movemail-variant-in-use): New variables.
18651 (rmail-remote-password, rmail-remote-password-required):
18652 New customization variables.
18653 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18654 (rmail-parse-url): New function.
18655 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18656 with GNU mailutils movemail.
18657
18658 2005-01-15 Kevin Ryde <user42@zip.com.au>
18659
18660 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18661 suffix to space, $ or '$, to correctly position point when going
18662 to @table style constants like DBL_MAX.
18663
18664 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
18665
18666 * type-break.el (type-break-mode, type-break-file-time)
18667 (type-break-file-keystroke-count, type-break-choose-file):
18668 Don't store data in or load data from the file if type-break-file-name
18669 is nil.
18670 (type-break-file-name): Doc update as per the above.
18671
18672 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
18673
18674 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18675 lookup-key might return nil; handle that.
18676
18677 2005-01-15 Alan Mackenzie <acm@muc.de>
18678
18679 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18680 rather than the element found, thus enabling the tree to be setcar'd.
18681
18682 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18683
18684 * textmodes/org.el (org-show-following-heading): New option.
18685 (org-show-hierarchy-above): Use `org-show-following-heading'.
18686 (org-cycle): Documentation fix.
18687
18688 * textmodes/org.el (orgtbl-optimized): New option
18689 (orgtbl-mode): New command, a minor mode.
18690 (orgtbl-mode-map): New variable.
18691 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18692 (orgtbl-error, orgtbl-self-insert-command)
18693 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18694
18695 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18696 a local variable in each org-mode buffer.
18697
18698 * textmodes/org.el (org-set-regexps-and-options): Rename from
18699 `org-set-regexps'. Added checking for STARTUP keyword.
18700 (org-get-current-options): Add STARTUP options.
18701 (org-table-insert-row): Make mode intelligent about when
18702 realignment is needed.
18703 (org-self-insert-command, org-delete-backward-char, org-delete-char):
18704 New commands.
18705 (org-enable-table-editor): New default value `optimized'.
18706 (org-table-blank-field): Support blanking regions if active.
18707
18708 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18709
18710 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18711 if the year is not given.
18712
18713 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18714 Add new escapes %m and %M, fixed bug with %F by adding
18715 save-match-data.
18716 (reftex-reference): Remove ?. from list of spaces.
18717 (reftex-label-info): Add automatic label prefix recognition.
18718
18719 * textmodes/reftex-index.el (reftex-index-next-phrase):
18720 Add slave parameter to call of `reftex-index-this-phrase'.
18721 (reftex-index-this-phrase): New optional argument.
18722 (reftex-index-region-phrases): Add slave parameter to call of
18723 `reftex-index-this-phrase'.
18724 (reftex-display-index): New argument redo.
18725 (reftex-index-rescan): Add `redo' to arguments of
18726 `reftex-display-index'.
18727 (reftex-index-Rescan, reftex-index-revert)
18728 (reftex-index-switch-index-tag): Add `redo' to arguments of
18729 `reftex-display-index'.
18730 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18731 indexing. Fix bug with matching is there is a quote before or
18732 after the word.
18733
18734 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18735 Fix bug when collecting citation keys in lines with comments.
18736 (reftex-citation): Prefix argument no longer rescans the document,
18737 but forces prompting for optional arguments of cite macros.
18738 (reftex-do-citation): Prompting for optional arguments implemented.
18739
18740 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18741 Add optional arguments to most cite commands.
18742 (reftex-cite-cleanup-optional-args): New option
18743 (reftex-cite-prompt-optional-args): New option.
18744 (reftex-trust-label-prefix): New option.
18745
18746 * textmodes/reftex-toc.el (reftex-toc-find-section):
18747 Add push-mark before changing the position in the buffer.
18748
18749 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18750 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18751
18752 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
18753
18754 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18755 more carefully.
18756
18757 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18760 (sgml-mode): Use it.
18761 (sgml-get-context): Better keep track of implicitly closed tags.
18762
18763 2005-01-13 Kenichi Handa <handa@m17n.org>
18764
18765 * textmodes/ispell.el: These changes are to fix misalignment error
18766 caused by equivalent characters of different Emacs charsets.
18767 (ispell-unified-chars-table): New variable.
18768 (ispell-get-decoded-string): New function.
18769 (ispell-get-casechars, ispell-get-not-casechars)
18770 (ispell-get-otherchars): Call ispell-get-decoded-string.
18771
18772 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18773
18774 * custom.el (custom-declare-variable): Just put symbol instead
18775 of (defvar . symbol) in `current-load-list'.
18776
18777 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18778
18779 * emacs-lisp/elint.el: Fixed typo in Commentary section.
18780
18781 2005-01-12 Jay Belanger <belanger@truman.edu>
18782
18783 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18784 to create a Calc summary.
18785
18786 2005-01-12 Kim F. Storm <storm@cua.dk>
18787
18788 * mouse.el (mouse-on-link-p): Change functionality and doc
18789 string to comply with latest description in lisp ref.
18790
18791 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
18792
18793 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18794 Enable mouse clicks on mode-line, header-line and margin.
18795 (event-type): Give mouse event symbols an `event-kind' property
18796 with value `mouse-click'.
18797
18798 2005-01-12 Juri Linkov <juri@jurta.org>
18799
18800 * facemenu.el (list-colors-display): Add new arg buffer-name.
18801 Use it. Fix docstring. Replace code for identifying duplicate
18802 colors by the name with call to `list-colors-duplicates' which
18803 identifies duplicate colors by the value unless the color
18804 is one of special Windows colors. Set truncate-lines to t.
18805 Print sorted duplicate color names on each line. Indent to 22
18806 \(the longest color name in rgb.txt) instead of 20. Optimize.
18807 (list-colors-duplicates): New function.
18808 (facemenu-color-name-equal): Delete function.
18809
18810 * facemenu.el (list-colors-print): New function created from code
18811 in list-colors-display. Print #RRGGBB at the window right edge.
18812 (list-colors-display): When temp-buffer-show-function is not
18813 defined, call list-colors-print from temp-buffer-show-hook
18814 to get the right value of window-width in list-colors-print
18815 after the buffer is displayed.
18816
18817 * simple.el (pop-mark): Move deactivate-mark out of conditional
18818 part to deactivate the active mark regardless of the state of the
18819 mark ring.
18820
18821 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18822 variables line in desktop files.
18823
18824 2005-01-12 Juri Linkov <juri@jurta.org>
18825
18826 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18827 Bring together isearch highlight related options.
18828 (lazy-highlight): Replace group `replace' by `matching'.
18829 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18830 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18831 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18832 and declare them obsolete.
18833 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18834 (isearch-faces): Remove defgroup.
18835 (isearch-overlay, isearch-highlight, isearch-dehighlight):
18836 Move isearch highlighting code closer to lazy highlighting code.
18837
18838 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18839 (query-replace-highlight, query-replace-lazy-highlight)
18840 (query-replace): Move definitions to the beginning of the file.
18841
18842 2005-01-11 Juri Linkov <juri@jurta.org>
18843
18844 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18845 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18846 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18847
18848 * info.el (Info-history-forward): New variable.
18849 (Info-select-node): Reset Info-history-forward to nil.
18850 (Info-last): Turn into defalias.
18851 (Info-history-back): Rename from Info-last.
18852 Add current node to Info-history-forward.
18853 (Info-history-forward): New fun.
18854 (Info-mode-map): Replace Info-last by Info-history-back.
18855 Bind Info-history-forward to "r".
18856 (Info-mode-menu): Replace Info-last by Info-history-back.
18857 Fix menu item text. Add menu item for Info-history-forward.
18858 (info-tool-bar-map): Replace Info-last by Info-history-back.
18859 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
18860 for Info-history-forward.
18861 (Info-mode): Replace Info-last by Info-history-back in docstring.
18862 Add local variable Info-history-forward.
18863 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18864
18865 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18866
18867 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18868 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18869 Ignore select-window events rather than fiddle with
18870 mouse-autoselect-window.
18871
18872 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
18873
18874 * type-break.el (type-break-mode): Fix previous change.
18875
18876 2005-01-10 Jay Belanger <belanger@truman.edu>
18877
18878 * calc/calc-ext.el (calc-reset): Reset when inside embedded
18879 calculator; only reset when point is inside a calculator.
18880 Don't adjust the window height if the window takes up the whole height
18881 of the frame.
18882
18883 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18884
18885 * ebuff-menu.el (Electric-buffer-menu-mode):
18886 Preserve value of buffer-local var header-line-format.
18887
18888 2005-01-09 Jay Belanger <belanger@truman.edu>
18889
18890 * calc/calc.el (calc-mode-var-list-restore-saved-values):
18891 Make sure settings file exists before accessing it.
18892
18893 * calc/calc-embed.el (calc-embedded-subst):
18894 Replace math-multi-subst-rec, which is only supposed to be called
18895 by math-multi-subst, by math-multi-subst.
18896
18897 2005-01-09 Andre Spiegel <spiegel@gnu.org>
18898
18899 * vc.el (vc-allow-async-revert): New user option.
18900 (vc-disable-async-diff): New internal variable.
18901 (vc-revert-buffer): Use them to disable asynchronous diff.
18902
18903 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18904 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18905 asynchronously if vc-disable-async-diff is t.
18906
18907 2005-01-09 Jay Belanger <belanger@truman.edu>
18908
18909 * calc/calc.el (defcalcmodevar): New macro.
18910 (calc-mode-var-list-restore-default-values)
18911 (calc-mode-var-list-restore-saved-values): New functions.
18912 (calc-mode-var-list): Use defcalcmodevar to define it.
18913 (calc-always-load-extensions, calc-line-numbering)
18914 (calc-line-breaking, calc-display-just, calc-display-origin)
18915 (calc-number-radix, calc-leading-zeros, calc-group-digits)
18916 (calc-group-char, calc-point-char, calc-frac-format)
18917 (calc-prefer-frac, calc-hms-format, calc-date-format)
18918 (calc-float-format, calc-full-float-format, calc-complex-format)
18919 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18920 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18921 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18922 (calc-matrix-brackets, calc-language, calc-language-option)
18923 (calc-left-label, calc-right-label, calc-word-size)
18924 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18925 (calc-display-raw, calc-internal-prec, calc-angle-mode)
18926 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18927 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18928 (calc-window-height, calc-display-trail, calc-show-selections)
18929 (calc-use-selections, calc-assoc-selections)
18930 (calc-display-working-message, calc-auto-why, calc-timing)
18931 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18932 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18933 (calc-gnuplot-default-device, calc-gnuplot-default-output)
18934 (calc-gnuplot-print-device, calc-gnuplot-print-output)
18935 (calc-gnuplot-geometry, calc-graph-default-resolution)
18936 (calc-graph-default-resolution-3d, calc-invocation-macro)
18937 (calc-show-banner): Use defcalcmodevar to declare them and set
18938 their default values.
18939
18940 * calc/calc-ext.el (calc-reset): Restore saved values of variables
18941 instead of default values (but restore default values if there is
18942 an argument of 0).
18943
18944 2005-01-09 David Kastrup <dak@gnu.org>
18945
18946 * desktop.el (desktop-restore-eager): Fix typo in type.
18947
18948 2005-01-08 Richard M. Stallman <rms@gnu.org>
18949
18950 * cus-edit.el (customize): Delete :link.
18951
18952 2005-01-08 Jay Belanger <belanger@truman.edu>
18953
18954 * calc/calc.el (calc-mode): Remove the extension from the
18955 `calc-settings-file' file name when loading it.
18956
18957 2005-01-08 Kim F. Storm <storm@cua.dk>
18958
18959 * info.el (Info-mode-map, Info-next-link-keymap)
18960 (Info-prev-link-keymap, Info-up-link-keymap):
18961 Map follow-link to mouse-face.
18962 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18963
18964 2005-01-08 Jay Belanger <belanger@truman.edu>
18965
18966 * calc/calc.el (calc-settings-file): Change default value.
18967 Suggested by cgw in a comment in calc-mode.el.
18968
18969 * calc/calc-mode.el (calc-settings-file-name):
18970 Compare calc-settings-file to user-init-file instead of ~/.emacs.
18971 Replace ~/.emacs in a prompt by calc-settings-file.
18972
18973 2005-01-07 Lars Hansen <larsh@math.ku.dk>
18974
18975 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18976 (desktop-lazy-idle-delay): New customizable variables.
18977 (desktop-buffer-args-list): New variable.
18978 (desktop-append-buffer-args): New function.
18979 (desktop-save): Call desktop-append-buffer-args for some buffers.
18980 (desktop-lazy-create-buffer): New function.
18981 (desktop-idle-create-buffers): New function.
18982 (desktop-read): Add message about buffers to restore lazily.
18983 (desktop-lazy-abort): New command.
18984 (desktop-clear): Call desktop-lazy-abort.
18985 (desktop-lazy-complete): New command.
18986
18987 2005-01-06 Richard M. Stallman <rms@gnu.org>
18988
18989 * emacs-lisp/find-func.el (find-face-definition):
18990 Rename from find-face.
18991
18992 2005-01-06 Kim F. Storm <storm@cua.dk>
18993
18994 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18995
18996 * man.el (Man-xref-man-page, Man-xref-header-file)
18997 (Man-xref-normal-file): Add follow-link property.
18998
18999 2005-01-06 Jay Belanger <belanger@truman.edu>
19000
19001 * calc/calc-units.el: Make sure the proper macro definitions are
19002 available when compiling.
19003
19004 2005-01-06 Juri Linkov <juri@jurta.org>
19005
19006 * isearch.el (isearch-lazy-highlight-update):
19007 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19008
19009 2005-01-06 Miles Bader <miles@gnu.org>
19010
19011 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19012 (isearch-lazy-highlight-face): Use new name.
19013
19014 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
19015
19016 * uniquify.el (uniquify-rationalize-file-buffer-names):
19017 Re-add an interactive spec.
19018 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19019 to the same name.
19020
19021 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19022 (isearch-update, isearch-done): Adjust calls accordingly.
19023
19024 2005-01-05 Richard M. Stallman <rms@gnu.org>
19025
19026 * custom.el (custom-set-variables, custom-theme-set-variables):
19027 Clarify documentation.
19028
19029 * emacs-lisp/find-func.el (find-variable)
19030 (find-variable-other-window, find-variable-other-frame):
19031 Fix the TYPE args to find-function-read and find-function-do-it.
19032 (find-function): Doc fix.
19033 (find-function-at-point): Replace function-at-point alias.
19034
19035 2005-01-04 Richard M. Stallman <rms@gnu.org>
19036
19037 * cus-face.el (custom-declare-face):
19038 Record defface in current-load-list.
19039
19040 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19041
19042 * emacs-lisp/find-func.el: Doc fixes.
19043 (find-face-regexp): New variable.
19044 (find-function-regexp-alist): New variable.
19045 (find-function-C-source): Third arg is now TYPE.
19046 (find-function-search-for-symbol): Handle general TYPE.
19047 (find-function-read, find-function-do-it): Handle general TYPE.
19048 (find-definition-noselect, find-face): New functions.
19049 (function-at-point): Alias deleted.
19050
19051 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
19052
19053 * battery.el (display-battery-mode): Rename from display-battery.
19054 Handle the case where it gets turned off.
19055
19056 2005-01-04 Richard M. Stallman <rms@gnu.org>
19057
19058 * cus-edit.el (customize): Make :link point to user doc.
19059
19060 * man.el (Man-fontify-manpage): Turn off undo generation.
19061
19062 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19063
19064 2005-01-04 Andreas Schwab <schwab@suse.de>
19065
19066 * files.el (insert-directory): Only look for error lines in
19067 inserted text. Don't move too far after processing --dired markers.
19068
19069 2005-01-04 Richard M. Stallman <rms@gnu.org>
19070
19071 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19072 Don't expand if the character is @, period, dash, etc.
19073 (define-mail-abbrev): Quote names that contain problem characters.
19074
19075 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
19076
19077 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19078
19079 2005-01-03 Richard M. Stallman <rms@gnu.org>
19080
19081 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19082 (query-replace-highlight, query-replace-lazy-highlight)
19083 (query-replace): Definitions moved up. Doc fix.
19084
19085 2005-01-03 Richard M. Stallman <rms@gnu.org>
19086
19087 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19088 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19089 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19090 (lazy-highlight-face): Rename from isearch-lazy-...
19091 Change all references to them.
19092
19093 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
19094
19095 * cus-edit.el (custom-file): Doc fix for defcustom.
19096 (custom-file): The function no longer sets the variable
19097 `custom-file' to its return value.
19098
19099 * startup.el (command-line): No longer load `custom-file'.
19100
19101 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19102
19103 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19104
19105 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19106 Don't confuse module-prefixed identifiers for labels.
19107 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19108
19109 2005-01-02 Richard M. Stallman <rms@gnu.org>
19110
19111 * files.el (basic-save-buffer-1): Fix previous change.
19112
19113 * loadhist.el (file-loadhist-lookup): New function.
19114 (file-provides, file-requires): Use it.
19115
19116 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19117 instead of calculating the right size.
19118
19119 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19120
19121 * vc-svn.el (vc-svn-diff): Stay local if possible.
19122
19123 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19126
19127 * files.el (hack-local-variables): Fix last change.
19128
19129 2005-01-02 Jay Belanger <belanger@truman.edu>
19130
19131 * calc/calc-yank.el (calc-edit-top): New variable.
19132 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19133 object. Change header properties.
19134 (calc-edit-finish, calc-edit-finish-stack-object)
19135 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19136 edited object.
19137 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19138 for the beginning of the edited object.
19139 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19140 for the beginning of the edited object.
19141 * calc/calc-prog.el (calc-edit-macro-finish-edit)
19142 (calc-finish-formula-edit, calc-macro-repeats)
19143 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19144 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19145 beginning of the edited object.
19146 (calc-user-define-edit): Change the header for editing macros.
19147 Remove unnecessary variable.
19148
19149 2005-01-01 Jay Belanger <belanger@truman.edu>
19150
19151 * calc/calc-yank.el (calc-edit-mode): Change default header.
19152 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19153 * calc/calc-store.el (calc-edit-variable): Change title to match new
19154 header.
19155 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19156 mode to match new header.
19157 (calc-user-define-edit): Change titles to include names of commands.
19158 (calc-finish-formula-edit): Adjust to handle new header.
19159 (calc-finish-macro-edit): Remove.
19160 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19161 (calc-edit-macro-command, calc-edit-macro-command-type)
19162 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19163 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19164 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19165 (calc-edit-macro-finish-edit): New functions.
19166 (calc-user-define-edit): Use new functions to edit named calc macros.
19167
19168 2005-01-01 Stefan <monnier@iro.umontreal.ca>
19169
19170 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19171
19172 * ses.el (copy-region-as-kill): Deactivate mark.
19173
19174 2005-01-01 Richard M. Stallman <rms@gnu.org>
19175
19176 * replace.el (occur-1): If the output buffer is also an input,
19177 don't kill it, rename it.
19178
19179 * faces.el (set-face-background, set-face-foreground): Doc fix.
19180
19181 * cus-face.el (custom-face-attributes): Fix :help-echo strings
19182 for :foreground and :background.
19183
19184 * dired.el (dired-view-command-alist): Variable deleted.
19185 (dired-view-file, dired-mouse-find-file-other-window):
19186 Delete the code to use it.
19187
19188 2005-01-01 Kim F. Storm <storm@cua.dk>
19189
19190 * image.el (insert-sliced-image): Use t for line-height property.
19191
19192 See ChangeLog.11 for earlier changes.
19193
19194 ;; Local Variables:
19195 ;; coding: iso-2022-7bit
19196 ;; End:
19197
19198 Copyright (C) 2005 Free Software Foundation, Inc.
19199 Copying and distribution of this file, with or without modification,
19200 are permitted provided the copyright notice and this notice are preserved.
19201
19202 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1