*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-open-file): Use mailcap for selecting an
4 application.
5 (org-file-apps-defaults-gnu): Use mailcap as the default for
6 selecting an application on a UNIX system.
7 (org-agenda-show-tags): New command.
8 (org-table-insert-hline): Keep cursor in current table
9 line.
10 (org-table-convert): Offset effect of modifying
11 `org-table-insert-hline'.
12 (org-format-agenda-item): New optional argument TAG.
13 (org-compile-prefix-format): Handle %T format for the tag.
14 (org-expand-wide-chars): New function.
15 (org-table-insert-row, org-table-insert-hline): Use
16 `org-expand-wide-chars'.
17 (org-open-file): Fixed bug in program launch.
18 (org-get-time-of-day): Fixed bug with times before 1am.
19 (org-agenda-menu): Addes tags commands.
20
21 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
22
23 * textmodes/ispell.el (ispell-init-process): Include the used
24 dictionary in ispell process start message.
25 (ispell-internal-change-dictionary): When flyspell-mode is active
26 and dictionary is changed, make sure ispell process is restarted
27 and flyspell word cache cleared out for the current buffer.
28 (ispell-change-dictionary): Make sure flyspell word cache is
29 cleared out in all buffers with active flyspell mode when
30 dictionary is globally changed. Call
31 ispell-internal-change-dictionary after dictionary change.
32
33 2006-01-13 Eli Zaretskii <eliz@gnu.org>
34
35 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
36
37 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
38 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
39 years. Fix small differences wrt Makefile.in.
40 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
41 Makefile.in does.
42
43 2006-01-12 Bill Wohler <wohler@newt.com>
44
45 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
46 mh-search.el.
47
48 2006-01-13 Masatake YAMATO <jet@gyve.org>
49
50 * progmodes/ld-script.el: Update copyright year.
51
52 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
53
54 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
55 Don't add widget if setting undefined.
56
57 2006-01-12 John Paul Wallington <jpw@pobox.com>
58
59 * help-fns.el (describe-variable): Remove newlines from void
60 variable output.
61
62 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
63
64 * wdired.el (wdired-mode-map): Add help echo for
65 wdired-abort-changes.
66
67 * man.el (Man-file-name-regexp): Adjust for a list of files.
68
69 2006-01-12 Masatake YAMATO <jet@gyve.org>
70
71 * progmodes/ld-script.el (auto-mode-alist): Support
72 suffix conventions used in netbsd and eCos.
73
74 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
75
76 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
77 (custom-variable-menu, custom-face-menu, custom-group-menu)
78 (Custom-mode-menu): Change names of menu items. (As discussed on
79 emacs-devel.)
80 (custom-face-menu): Add "Undo Edits" item.
81
82 * startup.el (init-file-user): defcustom -> defvar.
83
84 * tooltip.el (tooltip-mode): Doc fix.
85
86 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * reveal.el (reveal-post-command): window-buffer signals an error on
89 dead windows rather than returning nil.
90 (reveal-open-new-overlays): An overlay might die while we open others.
91
92 2006-01-11 Bill Wohler <wohler@newt.com>
93
94 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
95 phrasing in docstring.
96
97 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
98 can give some systems gas. Add new file mh-buffers.el.
99
100 2006-01-06 Masatake YAMATO <jet@gyve.org>
101
102 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
103 C preprocessor forward ported from GNU Emacs 21.2.
104
105 * progmodes/asm-mode.el (asm-font-lock-keywords):
106 Use `cpp-font-lock-keywords'.
107
108 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
109
110 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
111 of $ for "\\.ld[s]?".
112
113 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
116 (tcl-indent-line): Return `noindent' if inside a string.
117
118 * progmodes/flymake.el (flymake-split-string): Remove more than one
119 empty string at beg/end of the result.
120 (flymake-find-buildfile, flymake-find-possible-master-files):
121 Use expand-file-name.
122 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
123 since expand-file-name does it for us. Use directory-file-name.
124 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
125 (flymake-ler-get-type, flymake-ler-get-text)
126 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
127 (flymake-current-line-no): Remove spurious interactive spec.
128 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
129 (flymake-check-include): Remove arg inc-path merged into inc-name.
130 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
131 Arg regexp-list replaced by a simple regexp.
132 (flymake-master-make-header-init, flymake-master-tex-init):
133 Correspondingly replace regexp-list with a regexp. Fix regexp.
134
135 2006-01-10 Simon Josefsson <jas@extundo.com>
136
137 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
138 describing AUTH PLAIN fix.
139
140 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
141
142 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
143 (report-emacs-bug): Don't record initial prompt text.
144 Instead, add text properties to prompting text.
145 (report-emacs-bug-hook): Delete prompting text.
146
147 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
150 `dirs'. Adjust callers.
151
152 2006-01-09 John Paul Wallington <jpw@gnu.org>
153
154 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
155
156 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * reveal.el (reveal-open-new-overlays): New extracted fun.
159 (reveal-close-old-overlays): Idem. Check overlays's liveness before
160 using them. Simplify the code.
161 (reveal-post-command): Use them. Fix up obsolete windows in
162 reveal-open-spots.
163
164 * progmodes/flymake.el: Use `require' rather than autoload for
165 XEmacs's overlays.
166 (flymake-get-common-file-prefix, flymake-build-relative-filename):
167 Delete. Use file-relative-name instead.
168 (flymake-get-syntax-check-program-args, flymake-perl-init):
169 Simplify the resulting code.
170
171 * log-view.el (log-view-file-re, log-view-message-re): Add support
172 for DaRCS output.
173
174 2006-01-09 Alex Schroeder <alex@gnu.org>
175
176 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
177 identifiers sometimes added in square brackets at the beginning of
178 subject lines.
179
180 2006-01-07 Richard M. Stallman <rms@gnu.org>
181
182 * cus-edit.el (Custom-set, Custom-save): Doc fix.
183 (Custom-reset-current, Custom-reset-saved): Change question text.
184 (Custom-reset-standard): Likewise.
185 (custom-variable-reset-saved): Doc fix.
186
187 2006-01-07 Eli Zaretskii <eliz@gnu.org>
188
189 * startup.el (init-file-user): Doc fix.
190
191 2006-01-07 Alex Schroeder <alex@gnu.org>
192
193 * mail/rmail.el (rmail-current-subject): New function.
194 (rmail-current-subject-regexp): New function.
195 (rmail-next-same-subject): Use it.
196
197 * mail/rmailsum.el (rmail-summary-by-topic):
198 Use rmail-current-subject and rmail-current-subject-regexp.
199 (rmail-summary-next-same-subject): Ditto.
200
201 * net/rcirc.el (rcirc-send-input): No longer check whether the
202 process is open, since not all commands need an open process.
203 (rcirc-send-string): Check whether the process is open before
204 sending anything.
205 (rcirc-ignore-list): New option.
206 (rcirc-ignore-list-automatic): New variable.
207 (rcirc-print): Take rcirc-ignore-list into account.
208 (rcirc-cmd-ignore): New command.
209 (rcirc-ignore-update-automatic): New function.
210 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
211 list if ignored nicks.
212 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
213
214 2006-01-06 David Reitter <david.reitter@gmail.com>
215
216 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
217 reflect the address to which the report will be sent.
218
219 2006-01-06 Eli Zaretskii <eliz@gnu.org>
220
221 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
222 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
223
224 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
225
226 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
227
228 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
229 the doc string: "functoin" => "function".
230 ldefs-boot.el: Likewise.
231
232 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
233 message text: "Duplicat" => "Duplicate".
234
235 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
236
237 * files.el (basic-save-buffer-2): If backing-up failed, reset
238 buffer-backed-up to nil.
239
240 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
241
242 * progmodes/gud.el (gdb-script-skip-to-head)
243 (gdb-script-calculate-indentation): Indent for breakpoint command
244 lists also.
245
246 2006-01-05 Bill Wohler <wohler@newt.com>
247
248 * Makefile.in (compile-always): Add mh-autoloads dependency.
249 (bootstrap): Remove mh-autoloads dependency, as compile dependency
250 provides it.
251 (updates): Remove mh-autoloads dependency, since it probably has
252 already run recently (via recompile).
253
254 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
257 argument `force' to disable the flyspell-last-buffer optimization.
258 (flyspell-mode-on): Use it.
259
260 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
261 flymake-simple-cleanup.
262 (flymake-allowed-file-name-masks): Use this new default.
263 All the functions are now called in the right buffer rather than
264 passing the buffer as argument.
265 (flymake-process-sentinel): Switch to buffer before calling cleanup.
266 (flymake-parse-err-lines): Remove redundant buffer arg.
267 (flymake-get-program-dir): Comment out unused function.
268 (flymake-start-syntax-check, flymake-start-syntax-check-process):
269 Remove redundant buffer argument.
270 (flymake-get-real-file-name, flymake-simple-java-cleanup)
271 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
272
273 2006-01-05 Richard M. Stallman <rms@gnu.org>
274
275 * info.el (Info-find-node): Don't record previous node if have none.
276 (info): Go to directory only if history is empty.
277
278 * simple.el (mark): Doc fix.
279
280 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
281
282 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
283 already of desired type.
284 (mac-ae-list): Coerce parameter to "list" type.
285 (mac-dispatch-apple-event): Replace cadr part of event with a
286 dummy position so that event-start returns it.
287
288 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
289
290 * textmodes/org.el: (org-end-of-subtree): New function.
291 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
292 Use `org-end-of-subtree'.
293 (org-agenda, org-agenda-convert-date): Protect calls to
294 `fit-window-to-buffer'.
295 (org-tags-view): Force matching of sublevels when doing a
296 todo-only search. Define the correct redo command, including the
297 arguments.
298 (org-agenda-redo): Display message.
299 (org-check-for-org-mode): New function.
300 (org-agenda-type): New variable.
301 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
302 Set `org-agenda-type'.
303 (org-agenda-check-type): New function.
304 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
305 (org-agenda-week-view, org-agenda-day-view)
306 (org-agenda-next-date-line, org-agenda-previous-date-line)
307 (org-agenda-log-mode, org-agenda-toggle-diary)
308 (org-agenda-toggle-time-grid, org-agenda-date-later)
309 (org-agenda-date-prompt, org-agenda-diary-entry)
310 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
311 (org-agenda-convert-date, org-agenda-menu):
312 Use `org-agenda-check-type'.
313 (org-make-overlay, org-delete-overlay)
314 (org-detatch-overlay, org-move-overlay, org-overlay-put):
315 New compatibility functions.
316 (org-calendar-select-mouse): New command.
317
318 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
319
320 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
321 (Custom-reset-standard): Fix y-or-n-p messages.
322 (custom-link): New face for links.
323 (custom-buffer-create-internal, custom-manual): Use it.
324 (custom-face-save): Push to theme-face before setting face spec.
325
326 * wid-edit.el (widget-default-mouse-face-get): New function.
327 (widget-specify-button): Handle mouse-face like button-face.
328
329 * custom.el (load-theme): Clear old theme settings if reloading.
330
331 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
332
333 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
334 "Erase Customization" button back to same position it occupies in
335 the individual State menus.
336
337 2006-01-04 Kim F. Storm <storm@cua.dk>
338
339 * wid-edit.el (key-sequence): Rework widget to read key binding
340 using `kbd' syntax. Use C-q to insert literal key, event, or code.
341 (widget-key-sequence-default-value): Default value for empty sequence.
342 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
343 (widget-key-sequence-read-event): New command for C-q.
344 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
345 (widget-key-sequence-value-to-external): New functions.
346
347 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
350 Use expand-file-name.
351 (flymake-delete-temp-directory): Use expand-file-name,
352 file-name-directory, and directory-file-name.
353 (flymake-strrchr): Delete.
354 (flymake-start-syntax-check): Don't pass the redundant buffer argument
355 to the init-f function.
356 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
357 (flymake-init-find-buildfile-dir)
358 (flymake-init-create-temp-source-and-master-buffer-copy)
359 (flymake-simple-make-init-impl, flymake-simple-make-init)
360 (flymake-master-make-init, flymake-master-make-header-init)
361 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
362 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
363 (flymake-xml-init): Remove corresponding redundant buffer argument.
364 (flymake-allowed-file-name-masks): Remove last elems that are equal to
365 the default anyway. Clean up regexps.
366
367 * progmodes/flymake.el (flymake-temp-source-file-name)
368 (flymake-master-file-name, flymake-temp-master-file-name)
369 (flymake-base-dir): New buffer-local vars.
370 (flymake-buffer-data, flymake-get-buffer-value)
371 (flymake-set-buffer-value): Replace those hash-tables by the new
372 buffer-local vars. Update callers.
373
374 * progmodes/flymake.el (flymake-check-start-time)
375 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
376 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
377 Move definition, so we can remove redundant earlier declaration.
378 (flymake-replace-regexp-in-string, flymake-split-string)
379 (flymake-get-temp-dir): Use defalias.
380 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
381 (flymake-xemacs-window-edges): Remove unused function.
382 (flymake-get-point-pixel-pos): Move.
383 (flymake-pid-to-names, flymake-reg-names)
384 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
385 Replace by a simple list flymake-processes and by process-buffer.
386 Update callers. Other than simplify the code, it uses buffers rather
387 than buffer-names so it doesn't get confused by uniquify.
388 (flymake-buffer-data): The global value should just be nil.
389
390 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
391 Optimize the body of a defalias like any other code.
392
393 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
394 Make sure we've setup font-lock's vars. It may influence which
395 function we then call.
396 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
397 here since it's too late anyway.
398
399 2006-01-03 Romain Francoise <romain@orebokech.com>
400
401 * startup.el (fancy-splash-tail, normal-splash-screen):
402 Update copyright year.
403
404 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
405
406 * mouse.el (mouse-drag-track): Rename, from
407 `mouse-drag-region-1'. Includes optional argument required to
408 enable post-drag event processing (e.g. delete region keys).
409 Can be used without this argument to track a mouse region and operate
410 on it as soon as the drag completes.
411 (mouse-drag-region): Use `mouse-drag-track'.
412
413 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
414
415 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
416 Move to `custom-buffer' group.
417
418 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
419 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
420 (custom-theme-insert-face-marker, custom-theme-variable-menu)
421 (custom-theme-face-menu): New variables.
422 (custom-theme-add-variable, custom-theme-variable-action)
423 (custom-variable-reset-theme, custom-theme-delete-variable)
424 (custom-face-reset-theme, custom-theme-face-action)
425 (custom-theme-delete-face, custom-theme-merge-theme)
426 (custom-theme-add-face, custom-theme-visit-theme): New functions.
427
428 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
429
430 * custom.el: Move Custom Themes commentary to start of theme code.
431 (custom-known-themes): Rename `standard' theme to `changed'.
432 (custom-push-theme): Caller no longer specifies what theme to use
433 when doing `reset'---the setting is simply removed from the theme.
434 Delete MODE from `theme-value' and `theme-settings' properties.
435 (custom-declare-theme): Ignore &rest args since we don't use them.
436
437 (custom-loaded-themes): Delete variable.
438 (custom-theme-load-themes, custom-theme-loaded-p)
439 (custom-theme-value): Delete functions.
440
441 (custom-declare-theme): Signal error on invalid theme names.
442 (provide-theme): custom-loaded-themes was deleted.
443 (load-theme): Load the file unconditionally.
444 (enable-theme): Call `load-theme' if theme is undefined.
445 (custom-enabled-themes): Only update value for successful loads.
446 (disable-theme): Complete from enabled themes when interactive.
447 (custom-variable-theme-value): Calculate theme value directly.
448
449 (custom-theme-reset-variables, custom-reset-variables): Mark as
450 XEmacs compatibility functions. We don't actually use these.
451
452 * cus-edit.el (custom-variable-state-set):
453 Use custom-variable-theme-value instead of custom-theme-value.
454 (custom-face-state-set): Rename `standard' theme to `changed'.
455 (custom-save-variables, custom-save-faces): Delete unneeded
456 references to custom-reset-variables.
457 (custom-save-resets): Delete function.
458 (custom-save-variables, custom-save-faces): MODE argument deleted.
459 (custom-save-variables, custom-save-faces): Ignore theme values.
460
461 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
462 compatibility function.
463
464 2006-01-01 Richard M. Stallman <rms@gnu.org>
465
466 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
467 (Custom-reset-current, Custom-reset-saved): Likewise.
468 (Custom-reset-standard): Show message if aborted.
469 (custom-mode): Doc fix, describing those commands.
470
471 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
472 put on event-kind property.
473
474 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
475
476 * custom.el (provide-theme): Ban `user' theme name.
477 (custom-enabling-themes): New variable.
478 (enable-theme): Don't enable user if custom-enabling-themes is t.
479 (custom-enabled-themes): Make it a defcustom.
480 (custom-theme-recalc-face): No-op if face is undefined.
481
482 * cus-edit.el (custom-button-mouse): New variable.
483 (custom-button-mouse): New face.
484 (custom-raised-buttons, custom-mode): Use it.
485
486 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
487
488 2005-12-31 Eli Zaretskii <eliz@gnu.org>
489
490 * progmodes/gud.el (gud-display-line): Support hl-line in the
491 source buffer.
492
493 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
494
495 * mouse.el (mouse-drag-window-above): Verify that the found window
496 overlaps with the given window in the horizontal dimension.
497
498 2005-12-31 Eli Zaretskii <eliz@gnu.org>
499
500 * Makefile.in (cvs-update): New target.
501
502 * makefile.w32-in (cvs-update): Ditto.
503
504 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
505
506 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
507 (custom-new-theme-mode-map): New variable.
508
509 2005-12-30 Richard M. Stallman <rms@gnu.org>
510
511 * custom.el (custom-load-themes): Function deleted.
512
513 * cus-edit.el (custom-save-loaded-themes): Function deleted.
514 (custom-save-variables): Don't delete or add custom-load-themes call.
515
516 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * cus-start.el: Add `visible-cursor'.
519
520 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
521 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
522 (flymake-process-filter): Switch to buffer before calling it instead.
523 (flymake-post-syntax-check, flymake-highlight-err-lines)
524 (flymake-delete-own-overlays, flymake-parse-err-lines)
525 (flymake-start-syntax-check, flymake-start-syntax-check-process)
526 (flymake-count-lines, flymake-parse-residual):
527 Remove constant buffer argument.
528 (flymake-start-syntax-check-for-current-buffer): Remove.
529 Update callers to use flymake-start-syntax-check instead.
530 (flymake-display-err-menu-for-current-line):
531 Remove unused var `mouse-pos'.
532 (flymake-restore-formatting): Comment out unused function.
533 (flymake-report-status, flymake-report-fatal-status): Remove buffer
534 argument, use current-buffer instead. Update callers.
535
536 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
537
538 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
539 buffer-local because choose-completion-delete-max-match requires
540 that we set completion-ignore-case (i.e., binding via let is not
541 sufficient).
542 (bibtex-complete): Always set completion-ignore-case and
543 choose-completion-string-functions. The latter is needed because
544 choose-completion-string-functions keeps its value if we quit the
545 *Completions* buffer without requesting a completion.
546
547 2005-12-30 Andreas Schwab <schwab@suse.de>
548
549 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
550
551 2005-12-30 Eli Zaretskii <eliz@gnu.org>
552
553 * jit-lock.el (jit-lock-chunk-size): Doc fix.
554
555 2005-12-30 Juri Linkov <juri@jurta.org>
556
557 * locate.el (locate-fcodes-file, locate-header-face)
558 * progmodes/delphi.el (delphi-other-face)
559 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
560
561 * paren.el (show-paren-match, show-paren-mismatch): Use existing
562 group `paren-showing-faces'.
563
564 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
565 (goto-address): Fix docstring.
566
567 * net/webjump.el (webjump-sample-sites): Update URLs.
568
569 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
570
571 * subr.el (cancel-change-group): Add listp around pending-undo-list.
572
573 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * font-lock.el (font-lock-compile-keywords): Signal an error when
576 font-lock-set-defaults hasn't been called.
577
578 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
579
580 * subr.el (noreturn, 1value): Doc fixes.
581
582 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
583
584 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
585 that assoc-string returns nil.
586
587 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
588
589 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
590 (bibtex-entry-type-str, bibtex-empty-field-re)
591 (bibtex-search-backward-string, bibtex-preamble-prefix)
592 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
593 (bibtex-any-valid-entry-type): New variable.
594 (bibtex-parse-field-name): Simplify.
595 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
596 (bibtex-preamble-prefix): Include left delimiter.
597 (bibtex-search-forward-field, bibtex-search-backward-field):
598 Allow unbounded search past entry boundaries (required by bibtex-pop).
599 (bibtex-text-in-field-bounds): Use push.
600 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
601 (bibtex-parse-preamble, bibtex-valid-entry)
602 (bibtex-beginning-first-field): New functions.
603 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
604 (bibtex-map-entries): Fix docstring.
605 (bibtex-flash-head): New arg prompt. Simplify.
606 (bibtex-enclosing-field): Include code of bibtex-inside-field.
607 (bibtex-insert-kill): Simplify. Always insert text past the
608 current field or entry.
609 (bibtex-format-entry): Use bibtex-parse-field.
610 (bibtex-pop): Use bibtex-beginning-of-entry and
611 bibtex-end-of-entry to initiate the search. Insert empty field if
612 we found ourselves.
613 (bibtex-print-help-message): New args field and comma.
614 Handle entry keys.
615 (bibtex-make-field): Use bibtex-beginning-of-entry.
616 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
617 invalid entry.
618 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
619 Handle preambles. Simplify code for thorough test.
620 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
621 New arg comma. Handle entry heads.
622 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
623 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
624 New arg comma.
625 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
626 (bibtex-fill-field): Simplify.
627 (bibtex-fill-entry): Use bibtex-beginning-first-field and
628 bibtex-parse-field.
629 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
630 (bibtex-complete): Use bibtex-parse-preamble.
631
632 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
633
634 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
635 Display name of expression instead of convenience variable.
636 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
637
638 * progmodes/gud.el (gud-tooltip-dereference): Rename from
639 toggle-gud-tooltip-dereference.
640 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
641 (gud-tooltip-tips): ...here when dereferencing..
642
643 2005-12-28 Bill Wohler <wohler@newt.com>
644
645 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
646
647 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
650 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
651 (vc-annotate-display-autoscale): Adjust call.
652 (vc-annotate-display-default): Adjust call. Make arg compulsory.
653 Fix interactive spec.
654 (vc-annotate-time-span): Remove.
655 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
656 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
657 (vc-annotate-display-select): Use new name.
658
659 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
660 (vc-annotate-mode-menu): Remove left-over redundant declaration.
661 Correct the construction of span entries. Simplify.
662 (vc-annotate-display-select): Fix the nil case.
663 (vc-annotate): Remove obsolete (and now broken) code.
664 (vc-annotate-extract-revision-at-line): Remove obsolete code.
665 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
666
667 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
668
669 * subr.el (lazy-completion-table): Correct typo in docstring.
670
671 * startup.el (command-line): Use `custom-reevaluate-setting' for
672 `send-mail-function'.
673
674 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
675
676 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
677
678 * mail/smtpmail.el (smtpmail-try-auth-methods):
679 Send credentials together with "AUTH PLAIN" command.
680
681 2005-12-27 Richard M. Stallman <rms@gnu.org>
682
683 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
684 mouse-2, go back to previously selected window, so it's selected
685 when mouse-2 command runs.
686
687 2005-12-27 Juri Linkov <juri@jurta.org>
688
689 * descr-text.el (describe-text-sexp): Use square brackets for
690 button [Show] to distinguish it from the property value `show'.
691 (describe-property-list): Use `insert-text-button' with
692 `help-face' type instead of putting face in quotes, because button
693 is not created automatically for a list of faces.
694 (describe-text-properties-1): Put button-type value in quotes to
695 distinguish from plain text "button".
696 (describe-char): Display code point values in hex. Don't use
697 `symbol-name' for `current-input-method' because it is a string.
698 Use `insert-text-button' with `help-face' type instead of putting
699 hardcoded face in quotes, because button is not created automatically.
700
701 2005-12-27 Richard M. Stallman <rms@gnu.org>
702
703 * progmodes/glasses.el (glasses-face): More specific custom type.
704
705 * files.el (set-visited-file-name): Doc fix.
706
707 * textmodes/flyspell.el (flyspell-external-point-words):
708 Use local var buffer-scan-pos to advance scan for next misspelling.
709 Advance it only after we find the misspelling.
710
711 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
712
713 * textmodes/flyspell.el (flyspell-external-point-words):
714 New criteria for finding the misspelling in the buffer.
715
716 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
717
718 * help-mode.el (help-insert-string): Set help-xref-stack-item
719 rather than call help-setup-xref.
720
721 * descr-text.el (describe-char): Revert previous changes for
722 optional buffer argument.
723
724 2005-12-27 Juri Linkov <juri@jurta.org>
725
726 * help-mode.el (help-insert-string): New function. Save buffer
727 contents in cases where it is impossible to recompute the old contents.
728
729 * descr-text.el (describe-char): Set help-xref-stack-item
730 explicitly after buffer has been generated.
731
732 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
733
734 * cus-start.el (all): Add x-gtk-show-hidden-files.
735
736 2005-12-26 Richard M. Stallman <rms@gnu.org>
737
738 * replace.el (perform-replace): Calculate match-again
739 before skipping read-only matches.
740
741 * paren.el (paren-showing-faces): New group.
742 (show-paren-match, show-paren-mismatch): Move to that group.
743
744 * button.el (button): Put into group `basic-faces'.
745
746 * progmodes/make-mode.el: Remove faces from group `faces'.
747
748 * apropos.el (apropos, apropos-value): Doc fix.
749 (apropos-documentation): Doc fix.
750
751 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * subr.el (lazy-completion-table): Remove argument `args'.
754
755 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
756 Don't use the `args' argument of lazy-completion-table.
757
758 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
759
760 * descr-text.el (describe-char): Add optional argument for buffer.
761 Set buffer appropriately. Call help-setup-xref.
762 Suggested by Stefan Monnier.
763
764 2005-12-26 Juri Linkov <juri@jurta.org>
765
766 * descr-text.el: Require `help-fns' at runtime. Don't require
767 `button' for byte compilation.
768 (describe-text-widget): Add `help-echo' for first button.
769 Use `help-info' for second.
770 (describe-property-list): Use `help-argument-name' instead of `italic'.
771 (describe-text-category): Add prompt to interactive spec.
772 Call `help-setup-xref'.
773 (describe-char): Use `help-character-set'. Add `help-echo' for
774 code point. Use `help-input-method'. Remove superfluous insert.
775
776 2005-12-25 Richard M. Stallman <rms@gnu.org>
777
778 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
779 at point, in case of narrowing.
780
781 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
782
783 * locate.el (locate-header-face): Allow nil in type.
784
785 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
786
787 2005-12-25 Romain Francoise <romain@orebokech.com>
788
789 * battery.el (battery-linux-proc-acpi): Also try
790 `/proc/acpi/thermal_zone/THM0/temperature'.
791
792 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
793
794 * custom.el (custom-push-theme): Fix docstring.
795
796 * cus-edit.el (custom-variable-set, custom-variable-save)
797 (custom-variable-save): Custom-quote widget values.
798 (customize-save-variable): Fix custom-push-theme call.
799
800 2005-12-24 Eli Zaretskii <eliz@gnu.org>
801
802 * w32-fns.el (w32-batch-update-autoloads): New function.
803
804 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
805 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
806 from the command line.
807
808 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
809
810 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
811 reset means to remove setting from theme entirely. Don't keep
812 expanding theme-settings list; delete old entries if necessary.
813
814 * cus-edit.el (custom-buffer-create-internal): Move "Erase
815 customization" button one line up.
816 (custom-themed): New face.
817 (custom-magic-alist): New value, THEMED, for theme settings.
818 (custom-variable-state-set, custom-face-state-set):
819 Check theme-value instead of saved-value.
820 (custom-variable-reset-standard, custom-face-reset-standard):
821 Remove theme setting entirely. Recalculate new values.
822 (custom-variable-set, custom-variable-set)
823 (custom-variable-reset-saved, custom-variable-reset-backup)
824 (custom-face-set, custom-face-reset-saved): Update `user' theme.
825 (custom-variable-save): Fix typos.
826
827 2005-12-23 Juri Linkov <juri@jurta.org>
828
829 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
830 Add autoload cookies.
831 (edebug-outside-d-c-i-n-s-w): New variable.
832 (edebug-display, edebug-outside-excursion): Use it to save the
833 original value of default-cursor-in-non-selected-windows.
834 Set default-cursor-in-non-selected-windows to t while Edebug
835 is active.
836 (edebug-mode, edebug-eval-mode): Doc fix.
837
838 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
839 with `buffer-substring-no-properties' to remove common substring
840 highlighting.
841
842 * info.el (info-other-window, info): Rename function argument
843 `file' to `file-or-node'.
844 (Info-complete-menu-item): Use local variable `complete-nodes' to
845 keep the global value of `Info-complete-nodes' unchanged for
846 subsequent completions.
847 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
848
849 * simple.el (get-next-valid-buffer, last-buffer)
850 (next-error-buffer-p, next-error-find-buffer)
851 (minibuffer-history-sexp-flag): Doc fix.
852
853 * savehist.el (savehist-mode-hook): Add `:group'.
854
855 * log-view.el: Call autoload for vc-find-version.
856 (log-view-current-file): Adjust subgroup numbers.
857 (log-view-current-tag): Add `length'.
858
859 2005-12-23 Richard M. Stallman <rms@gnu.org>
860
861 * vc.el (vc-annotate-car-last-cons): Defn moved up.
862
863 2005-12-23 Juri Linkov <juri@jurta.org>
864
865 * hi-lock.el (hi-lock-archaic-interface-message-used)
866 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
867 (hi-lock-mode): Display "Hi" in the mode line only when
868 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
869 (hi-lock-write-interactive-patterns):
870 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
871 (hi-lock-set-pattern, hi-lock-set-file-patterns)
872 (hi-lock-font-lock-hook): Set 3rd arg `how' of
873 font-lock-add-keywords to t.
874
875 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
876
877 * hi-lock.el (hi-lock-highlight-range): New variable.
878 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
879 only if font-lock-fontified is non-nil. Remove overlays.
880 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
881 font-lock-fontified is non-nil, otherwise use overlays (instead of
882 text properties).
883 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
884 New variables.
885 (hi-lock-string-serialize) New function.
886
887 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
888
889 * menu-bar.el (menu-find-file-existing): New function.
890 (menu-bar-file-menu): Use menu-find-file-existing for Open.
891
892 * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
893
894 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * vc.el: Remove unnecessary leading * in docstrings.
897 (vc-annotate-mode-map): Move initialization into declaration.
898 (vc-static-header-alist): Nitpick on the regexp.
899 (vc-default-init-version): New fun.
900 (vc-register): Use it.
901 (vc-insert-headers): Use dolist.
902 (vc-annotate-get-backend): Remove unused function.
903 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
904 (vc-annotate-mode): Remove corresponding call.
905 (vc-annotate-car-last-cons): Simplify.
906 (vc-annotate-buffers): Remove var.
907 (vc-annotate-backend): Make it buffer-local.
908 (vc-annotate): Move the interaction to the interactive spec.
909 Add a `buf' argument.
910 (vc-annotate-warp-version): Use this new `buf' argument to avoid
911 killing&creating a vc-annotate buffer, which is very disruptive when
912 the buffers are shown in dedicated frames.
913
914 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
915
916 * descr-text.el: Add FSF as maintainer.
917 (describe-text-mode, describe-text-mode-map)
918 (describe-text-mode-hook, describe-text-done): Delete. Use normal
919 help-mode.
920 (describe-text-widget, describe-text-sexp)
921 (describe-property-list, describe-text-category)
922 (describe-text-properties, describe-text-properties-1)
923 (describe-char): Use help buttons instead of widgets.
924 (describe-char-unicodedata-file): Make URL link in doc string.
925
926 2005-12-22 Richard M. Stallman <rms@gnu.org>
927
928 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
929 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
930 Don't include buttons that write a file when there's no file.
931 (custom-variable-menu, custom-face-menu, custom-group-menu):
932 Don't include commands that write a file when there's no file.
933 (customize-browse): Reword the top-of-buffer help intro.
934 (custom-buffer-create-internal): Fix previous change.
935 (customize-changed-options-previous-release): Prev release is 21.1.
936 (customize-changed-options): Doc fix.
937 (customize-changed): New alias.
938 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
939 Say "standard values".
940 (Custom-reset-standard): Doc fix.
941 (custom-face-reset-standard): Doc fix.
942
943 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
946 even if font-lock-mode is non-nil since it may be t without having
947 turned on font-lock-mode-internal.
948 (font-lock-choose-keywords): Minor optimization.
949 (font-lock-add-keywords, font-lock-remove-keywords)
950 (font-lock-set-defaults): Don't call make-local-variable on a variable
951 that we know to already be local.
952
953 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
954
955 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
956 messages if in the minibuffer.
957
958 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
961 (tex-mode-flyspell-verify, flyspell-get-word)
962 (flyspell-external-point-words): Don't use point-min/max uselessly.
963
964 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
965 by Kevin Rodgers. Instead, just hide the completions buffer if we
966 don't need to show it.
967
968 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
969
970 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
971
972 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
975 delete-windows-on with an inexistent buffer.
976
977 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
978
979 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
980 Delete defcustom variable :tag names.
981
982 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
985 (log-view-font-lock-keywords): Ajust subgroup numbers.
986 (log-view-current-tag): Don't hard code the number of subgroups.
987
988 2005-12-20 Juri Linkov <juri@jurta.org>
989
990 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
991 (tooltip-x-offset, tooltip-y-offset): Doc fix.
992
993 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
994 (menu-bar-non-minibuffer-window-p): Instead of checking
995 display-multi-frame-p, use selected-frame when menu-updating-frame
996 is nil.
997
998 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
999
1000 * align.el (align-rules-list): Use [ \t] instead of \s-
1001 for column separators in text mode.
1002
1003 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
1004
1005 * help-mode.el (help-customize-variable, help-customize-face):
1006 Don't pop help-xref-stack as help-follow no longer pushes
1007 anything on to it.
1008
1009 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
1010
1011 * textmodes/org.el: (org-agenda-custom-commands): New option.
1012 (org-agenda): Offer custom commands on splash screen.
1013 (org-make-tags-matcher): Parser for Boolean logic added.
1014 (org-agenda-set-tags): New command.
1015 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1016 (org-set-tags): Efficiency improvements.
1017 (org-auto-align-tags): New option.
1018 (org-todo, org-demote, org-promote): Realign tags.
1019 (org-tags-completion-function): Use also "&" and "|" as separators.
1020 (org-org-menu): Agenda commands simplified.
1021
1022 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1023
1024 * cus-edit.el (customize-apropos, customize-apropos-options):
1025 Docstring changes.
1026
1027 * font-lock.el (font-lock): Add tags to the links in the defgroup.
1028
1029 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * longlines.el (longlines-mode): Wrap while widened.
1032 (longlines-decode-region, longlines-encode-region): Compute max
1033 just once.
1034
1035 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1036
1037 * cus-edit.el (mac): New group.
1038
1039 * cus-start.el (all): Add user options in macterm.c. Add test for
1040 Mac-related built-ins. Fix test for GTK-related built-ins.
1041
1042 * term/mac-win.el (mac-handle-language-change)
1043 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1044 (mac-services-open-selection, mac-services-mail-selection)
1045 (mac-services-mail-to, mac-services-insert-text)
1046 (mac-dispatch-apple-event): Add docstrings.
1047 (x-get-selection, mac-select-convert-to-string): Select coding
1048 system from `utf-16be' and `utf-16le' using `byteorder'.
1049
1050 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * subr.el (lazy-completion-table): Don't be fooled if the var holds
1053 a "list" (lambda ...) rather than a real completion list.
1054
1055 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1056 lexical-let when encountering ((lambda (...) ...) ...).
1057
1058 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * progmodes/sh-script.el (sh-mode):
1061 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1062 * textmodes/picture.el (picture-mode): Update docstrings.
1063
1064 2005-12-17 Eli Zaretskii <eliz@gnu.org>
1065
1066 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1067 commands enclosed in $(ARGQUOTE)s should not be split between two
1068 lines, as that will break with GNU Make >3.80, when sh.exe is used
1069 and arg quoting is with '..'.
1070 (autoloads): Don't break the quoted --eval expression between
1071 several lines.
1072
1073 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1076 Capture error from printing circular structures.
1077
1078 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
1079
1080 * wid-edit.el (widget-checkbox-action): Clear undo info.
1081
1082 2005-12-16 Bill Wohler <wohler@newt.com>
1083
1084 * menu-bar.el (kill-this-buffer): Set a good example by using menu
1085 bar, not menubar in comment.
1086
1087 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1090 After-change-functions should not clobber the match data.
1091
1092 2005-12-16 Juri Linkov <juri@jurta.org>
1093
1094 * simple.el (choose-completion): Use `buffer-substring-no-properties'
1095 instead of `buffer-substring'.
1096 (completion-common-substring): Doc fix.
1097 (completion-setup-function): Use minibuffer-completion-contents
1098 instead of minibuffer-contents. Don't set common-string-length
1099 initially. Remove special handling of partial-completion-mode.
1100 Move computation of completion-base-size into one cond.
1101 Call completion-base-size-function in mainbuf. In computation of
1102 completion-base-size for file name completion don't move point to
1103 the end of the minibuffer. Move computation of common-string-length
1104 into one cond. Start putting faces only when common-string-length>=0.
1105 Add condition to put completions-common-part when
1106 common-string-length>0.
1107
1108 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1109 place point at the first different character in the minibuffer
1110 even if this position is at the beginning of the minibuffer.
1111
1112 * info.el (Info-read-node-name-1): In completion-base-size-function's
1113 lambda return 1 if common-substring or minibuffer-completion-contents
1114 starts with (, and 0 otherwise.
1115
1116 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1117 Use `crm-current-element' for second arg of `display-completion-list'.
1118
1119 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
1120
1121 * files.el (set-auto-mode): Look for an interpreter specified on
1122 the first line also if search for mode specification succeeded,
1123 but the mode is not known.
1124
1125 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
1126
1127 * textmodes/org.el: (org-tags-match-list-sublevels): New option.
1128 (org-open-at-point): Implement tag searches as links.
1129 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1130 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1131 (org-tags-sparse-tree, org-tags-view, org-set-tags)
1132 (org-agenda-dispatch): New commands.
1133 (org-use-tag-inheritance, org-tags-column): New options.
1134 (org-tab-follows-link, org-return-follows-link): New options.
1135 (org-tags): New customize group.
1136 (org-start-icalendar-file): Get local time zone.
1137 (org-tags-completion-function): New function.
1138 (org-set-font-lock-defaults): Make sure links will also be
1139 highlighted inside headlines.
1140
1141 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
1142
1143 * term.el (term-emulate-terminal):
1144 Let term-handle-ansi-terminal-messages override what Bash says about
1145 its current directory.
1146
1147 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1148
1149 * bindings.el (last-buffer): Move to simple.el.
1150 * simple.el (last-buffer): Move here.
1151 (get-next-valid-buffer): New function.
1152 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1153 (prev-buffer): Ditto. Rename to `previous-buffer'.
1154
1155 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1156 * bindings.el (global-map): Ditto.
1157
1158 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
1159
1160 * cus-edit.el: Introductory comment change.
1161 (custom-magic-alist): Change message string for the `rogue' state.
1162
1163 2005-12-15 Richard M. Stallman <rms@gnu.org>
1164
1165 * tooltip.el: Delete defcustom variable :tag names.
1166
1167 * complete.el (partial-completion-mode): Doc fix.
1168
1169 * textmodes/flyspell.el (flyspell-external-point-words):
1170 Use save-excursion to ensure we don't move backward in the
1171 search loop, not even one character.
1172 (flyspell-delete-all-overlays): Use remove-overlays directly.
1173
1174 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1175 (ispell-start-process): Set that variable.
1176 Clear ispell-buffer-local-name.
1177 (ispell-internal-change-dictionary):
1178 Set ispell-current-dictionary after killing process.
1179 (ispell-buffer-local-dict):
1180 Don't set spell-personal-dictionary after killing process.
1181 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1182 (ispell-tex-skip-alists)
1183 (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
1184
1185 * net/newsticker.el (newsticker--retrieval-timer-list)
1186 (newsticker--display-timer, newsticker-running-p)
1187 (newsticker-ticker-running-p): Definitions moved up.
1188
1189 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
1190
1191 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1192
1193 2005-12-15 David Ponce <david@dponce.com>
1194
1195 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1196 (recentf-edit-list, recentf-open-files): Signal an error when
1197 there is no recent file.
1198
1199 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1200
1201 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1202 read-only except for texinfo-format-region evaluation.
1203
1204 2005-12-14 Richard M. Stallman <rms@gnu.org>
1205
1206 * vc.el (vc-default-previous-version, vc-default-next-version)
1207 (vc-do-command): Doc fixes.
1208
1209 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1210
1211 * textmodes/bibtex.el (bibtex-expand-strings)
1212 (bibtex-autokey-expand-string, bibtex-name-part)
1213 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1214 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1215 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1216 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1217 (bibtex-entry-postfix, bibtex-known-entry-type-re)
1218 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1219 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1220 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1221 (bibtex-beginning-of-last-entry): Remove.
1222 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
1223 message if comma is missing but buffer is read-only.
1224 (bibtex-parse-field-text): Handle whitespaces at the end of field
1225 text. Return 3-element list with beginning and end of field text
1226 and end of field.
1227 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1228 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
1229 (bibtex-search-forward-field, bibtex-search-backward-field):
1230 Search always delimited by limits of entry. Use more efficient
1231 search algorithms.
1232 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1233 bibtex-end-of-name-in-field.
1234 (bibtex-text-in-field-bounds): Handle BibTeX strings when
1235 extracting the content of a field.
1236 (bibtex-text-in-field): Use search limits.
1237 (bibtex-parse-string-prefix): Handle empty string keys based on
1238 bibtex-string-empty-key.
1239 (bibtex-parse-string): Fix docstring.
1240 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1241 (bibtex-preamble-prefix, bibtex-strings): New functions.
1242 (bibtex-skip-to-valid-entry): Include preceding whitespace in
1243 BibTeX entries (consistent with other BibTeX functions).
1244 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1245 (bibtex-search-entry): Fix docstring. Simplify.
1246 (bibtex-flash-head, bibtex-complete-string-cleanup)
1247 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1248 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1249 (bibtex-parse-entry): New optional arg content.
1250 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1251 Use bibtex-text-in-field-bounds.
1252 (bibtex-print-help-message): Handle BibTeX strings and preambles.
1253 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1254 bibtex-parse-string-postfix.
1255 (bibtex-find-text-internal): New function.
1256 (bibtex-remove-delimiters): Use it.
1257 (bibtex-find-text): Use it. New optional arg help.
1258 (bibtex-complete): Handle BibTeX string and preamble entries.
1259 (bibtex-Preamble): Fix order of closing delimiters.
1260
1261 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * vc.el (vc-default-revert): New fun.
1264
1265 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1266
1267 2005-12-14 Romain Francoise <romain@orebokech.com>
1268
1269 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1270 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1271 (font-lock-remove-keywords): Likewise.
1272
1273 2005-12-14 Juri Linkov <juri@jurta.org>
1274
1275 * log-view.el (log-view-diff): Doc fix.
1276
1277 * isearch.el (isearch-query-replace): Use (mark) instead of
1278 isearch-opoint if mark is active in transient-mark-mode.
1279
1280 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1281
1282 * isearch.el (isearch-query-replace): Check for isearch-other-end.
1283
1284 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
1285
1286 * progmodes/cpp.el (cpp-face): New widget.
1287 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1288
1289 2005-12-14 Juri Linkov <juri@jurta.org>
1290
1291 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1292 around `erase-buffer' and `insert'.
1293
1294 * descr-text.el (describe-text-properties): Replace buffer name
1295 "*Help-2*" with "*Help*<2>".
1296 (describe-char): Add functions print-help-return-message,
1297 toggle-read-only. Use help-setup-xref with nil to not store
1298 describe-char in help-xref-stack. Use help-make-xrefs to
1299 make [back] button.
1300
1301 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1302
1303 * wdired.el (wdired-old-point): New internal variable.
1304 (wdired-change-to-wdired-mode): Set it buffer-locally.
1305 (wdired-abort-changes): Restore point after aborting changes.
1306
1307 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * vc.el (vc-do-command): Add a new value t for okstatus.
1310
1311 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1312 frame in case of errors.
1313
1314 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1315
1316 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1317 so it comes after "On the Left" in the menu.
1318
1319 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
1320
1321 * cus-edit.el (customize-apropos, customize-apropos-options)
1322 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1323
1324 2005-12-12 Bill Wohler <wohler@newt.com>
1325
1326 * vc-svn.el (vc-svn-registered): Fix problem of visiting
1327 non-writable Subversion-controlled files by saving window
1328 configuration before calling vc-do-command. vc-do-command calls
1329 pop-to-buffer on error which is unexpected during registration.
1330
1331 2005-12-12 Jay Belanger <belanger@truman.edu>
1332
1333 * calc/README: Update the summary of changes.
1334
1335 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * descr-text.el (describe-char): Rework last fix to solve the problem
1338 is the same way it's solved for everything else in that function
1339 (i.e. by extracting the info before setting up the *Help* buffer).
1340
1341 2005-12-12 Kim F. Storm <storm@cua.dk>
1342
1343 * subr.el (version-regexp-alist): Allow space as separator before
1344 non-numeric part, e.g. "1.0 alpha".
1345 (version-to-list): Interpret .X.Y version as 0.X.Y version.
1346
1347 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
1348
1349 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
1350 Implement Logging and the keep-modes setting.
1351 (org-get-category): Make sure a string is returned.
1352 (org-log-done): New function.
1353 (org-log-done, org-closed-string): New options.
1354
1355 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1356
1357 * tooltip.el (tooltip-y-offset): Change default to 20.
1358
1359 2005-12-12 Richard M. Stallman <rms@gnu.org>
1360
1361 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1362
1363 * frame.el (display-hourglass): Doc fix.
1364
1365 * help.el (help-for-help-internal): Simplify entry for `a'.
1366
1367 * info.el (Info-on-current-buffer): Doc fix.
1368 (info-insert-file-contents): Don't test (featurep 'jka-compr).
1369
1370 * startup.el (inhibit-splash-screen): Make this the real name.
1371 (inhibit-startup-message): Make this the alias.
1372 (command-line): Find only simple.el, and use its directory
1373 to fill in other preloaded files' names.
1374 (command-line): Deactivate the mark if deactivate-mark is set.
1375
1376 * international/mule.el (load-with-code-conversion):
1377 Bind deactivate-mark.
1378
1379 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1380
1381 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
1382
1383 * cus-edit.el (customize-apropos): Avoid listing an option more
1384 than once under different aliases. No longer list user options
1385 that are not defined with defcustom (unless a prefix arg is given).
1386 Doc fix.
1387 (customize-apropos-options): Doc fix.
1388
1389 2005-12-11 Juri Linkov <juri@jurta.org>
1390
1391 * frame.el (set-background-color, set-foreground-color)
1392 (set-cursor-color, set-mouse-color, set-border-color):
1393 Add explicit prompts to read colors by `facemenu-read-color'.
1394 (show-trailing-whitespace, blink-cursor-delay)
1395 (blink-cursor-interval, display-hourglass, hourglass-delay):
1396 Remove tags.
1397 (display-hourglass, hourglass-delay): Doc fix.
1398 (cursor-in-non-selected-windows): Capitalize words in tag.
1399
1400 * faces.el (frame-background-mode): Replace `choice-item' keywords
1401 with `const' to not make [default] button. Change default value tag
1402 from `default' to `automatic'. Doc fix.
1403 (trailing-whitespace) <defface>: Change group `whitespace' to
1404 `whitespace-faces'.
1405
1406 2005-12-11 Richard M. Stallman <rms@gnu.org>
1407
1408 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1409
1410 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1411
1412 * term/mac-win.el: Create keymap for mac-apple-event-map.
1413
1414 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
1415
1416 * tooltip.el (tooltip-mode): Move to start of file so that it
1417 appears at top of customize buffer.
1418
1419 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1420 Add the gud groupname.
1421 (gud-tooltip-mode): Add the tooltip groupname.
1422 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1423 avoid conflict with tooltip-use-echo-area.
1424
1425 2005-12-10 Romain Francoise <romain@orebokech.com>
1426
1427 * help.el (help-for-help-internal): Add `r' in doc string.
1428
1429 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1430
1431 * align.el (align-regexp, align-highlight-rule):
1432 Use region-beginning and region-end instead of point and mark, so that
1433 repetition (with `repeat-complex-command') recomputes the region
1434 bounds.
1435
1436 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
1437
1438 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1439 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1440 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1441 (balance-windows): Rewrite using the above new functions.
1442
1443 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
1444
1445 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1446 react if global-hi-lock-mode seems intended.
1447 (global-hi-lock-mode) Renamed from hi-lock-mode.
1448 (hi-lock-archaic-interface-message-used)
1449 (hi-lock-archaic-interface-deduce): New variables.
1450 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1451 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1452 (hi-lock-find-patterns, hi-lock-font-lock-hook):
1453 Replace hi-lock-buffer-mode with hi-lock-mode.
1454
1455 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
1456
1457 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1458 completion list, even after a partial completion has been
1459 inserted in the current buffer. If there are more than 1
1460 completion, redisplay the *Completions* buffer; if the
1461 completion is unique, delete the *Completions* window.
1462
1463 2005-12-10 Eli Zaretskii <eliz@gnu.org>
1464
1465 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1466 strings and long subject lines that were broken into multiple
1467 lines at arbitrary places. Handle subjects that have "Re: " in
1468 the middle.
1469
1470 2005-12-10 John W. Eaton <jwe@octave.org>
1471
1472 * emacs/octave-mod.el (octave-electric-space): Don't indent
1473 comments or strings if octave-auto-indent is nil.
1474
1475 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1476
1477 * term/mac-win.el: Require url when compiling.
1478 Call mac-process-deferred-apple-events after loading init files.
1479 (mac-apple-event-map): New defvar. Define event handlers in it.
1480 (core-event, internet-event): New Apple event class symbols.
1481 (open-application, reopen-application, open-documents)
1482 (print-documents, open-contents, quit-application)
1483 (application-died, show-preferences, autosave-now, get-url):
1484 New Apple event ID symbols.
1485 (about): New HICommand ID symbol.
1486 (mac-event-spec, mac-event-ae): New macros.
1487 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1488 (mac-ae-selection-range, mac-ae-text-for-search)
1489 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1490 (mac-application-menu-map): Remove keymap. Handlers for HICommand
1491 and Services menu events are now defined in mac-apple-event-map.
1492 (mac-drag-n-drop): Remove selection range handling.
1493
1494 2005-12-10 Kenichi Handa <handa@m17n.org>
1495
1496 * simple.el (zap-to-char):
1497 * isearch.el (isearch-process-search-char): Translate CHAR by
1498 translation-table-for-input.
1499
1500 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
1501
1502 * foldout.el (foldout-exit-fold): Properly hide subtree.
1503
1504 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1505
1506 * files.el (save-buffer):
1507 * international/ucs-tables.el (ucs-set-table-for-input):
1508 * mail/mail-extr.el (mail-extract-address-components):
1509 * mail/sendmail.el (mail-mode): Reformat doc string.
1510
1511 2005-12-09 Juri Linkov <juri@jurta.org>
1512
1513 * isearch.el (isearch-highlight): Change main overlay priority
1514 from 1 to 1001. Simplify.
1515 (isearch-lazy-highlight-update): Change lazy overlay priority
1516 from 0 to 1000.
1517
1518 * replace.el (replace-highlight): Change overlay priority from
1519 1 to 1001.
1520
1521 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1522 Change overlay priority from 1 to 1001. Reuse existing overlay.
1523
1524 * compare-w.el (compare-windows-highlight): Change overlay
1525 priority from 1 to 1000.
1526
1527 * menu-bar.el (menu-bar-edit-menu): Add listp around
1528 pending-undo-list to disable menu item "undo" when pending
1529 undo list is empty.
1530
1531 * locate.el (locate): Disable undo in *Locate* buffer.
1532
1533 2005-12-09 Kim F. Storm <storm@cua.dk>
1534
1535 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1536
1537 2005-12-09 David Ponce <david@dponce.com>
1538
1539 * recentf.el: Improvement of the menu code.
1540 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
1541 instead of menu hook.
1542 (recentf-show-menu, recentf-hide-menu): New functions.
1543 (recentf-menu-customization-changed, recentf-mode): Use them.
1544 (recentf-menu-action, recentf-max-menu-items)
1545 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1546 (recentf-arrange-by-rule-others)
1547 (recentf-arrange-by-rules-min-items)
1548 (recentf-arrange-by-rule-subfilter) : Don't use
1549 `recentf-menu-customization-changed'.
1550 (recentf-arrange-rules): Likewise. Accept functions to compute
1551 sub-menu titles.
1552 (recentf-menu-filter): Likewise. Doc fix.
1553 (recentf-menu-value-shortcut): Doc fix.
1554 (recentf-dump-variable): Quote atom value.
1555 (recentf-make-menu-items): Update to use it as a menu filter.
1556 (recentf-match-rule): New function.
1557 (recentf-arrange-by-rule): Use it.
1558 (recentf-indirect-mode-rule): New function.
1559 (recentf-build-mode-rules): Use it.
1560 (recentf-dir-rule): New function.
1561 (recentf-arrange-by-dir): Use it.
1562 (recentf-filter-changer-current): Rename from
1563 `recentf-filter-changer-state'. All references updated.
1564 (recentf-filter-changer-alist): Update filter names.
1565 (recentf-filter-changer-select): New function.
1566 (recentf-filter-changer): Use it. Make a sub-menu from filters
1567 available in `recentf-filter-changer-alist'.
1568 (recentf-data-cache, recentf-clear-data)
1569 (recentf-update-menu): Remove. All references updated.
1570 (recentf-match-rule-p, recentf-build-dir-rules)
1571 (recentf-filter-changer-goto-next)
1572 (recentf-filter-changer-get-current)
1573 (recentf-filter-changer-get-next): Remove.
1574
1575 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
1576
1577 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1578 buffer "Reset" button to "Reset to Current" for consistency with
1579 the State buttons.
1580
1581 2005-12-08 John Paul Wallington <jpw@pobox.com>
1582
1583 * ibuf-ext.el (define-ibuffer-filter filename):
1584 If `dired-directory' is a list then really use its car.
1585
1586 2005-12-08 Kim F. Storm <storm@cua.dk>
1587
1588 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1589 indention of text on right side of replaced rectangle.
1590
1591 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
1592
1593 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1594 No need to check gud-comint-buffer is bound.
1595 (gdb): Prevent multiple debugging when first session uses gdba.
1596
1597 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1598
1599 CC Mode update to 5.31.
1600
1601 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1602 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
1603 might do this function properly in the future).
1604
1605 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1606 macros c-sentence-end and c-default-value-sentence end, to cope
1607 with Emacs 22's new function `sentence-end'.
1608
1609 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1610
1611 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1612 compat issue using `c-put-overlay' and `c-delete-overlay'.
1613
1614 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1615 compat macros to handle overlays/extents.
1616
1617 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1618
1619 * progmodes/cc-fix.el: Add definitions of the macros push and pop
1620 (for GNU Emacs 20.4)
1621
1622 * progmodes/cc-defs.el:
1623 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1624
1625 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1626 highlighting mechanism so it will work in XEmacs too.
1627
1628 * progmodes/cc-defs.el: Insert c-int-to-char.
1629
1630 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1631 call to the new macro c-int-to-char. This solves XEmacs's
1632 regarding characters as different from integers.
1633
1634 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1635
1636 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1637 helper.
1638
1639 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1640 construct to make the indirect face lookup work in XEmacs.
1641
1642 (c-cpp-matchers): Append the negation char face to the existing
1643 fontification, so that the cpp face doesn't disappear. Use
1644 `c-make-syntactic-matcher' to avoid negation chars in comments and
1645 strings.
1646
1647 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1648 to map to `font-lock-negation-char-face' in emacsen where it
1649 exists.
1650
1651 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1652
1653 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1654
1655 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1656 "c-subword-move-mode" as "c-subword-mode".
1657
1658 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1659 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
1660
1661 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1662
1663 * progmodes/cc-mode.el: Added autoload directive for
1664 `c-subword-move-mode' for use in older emacsen.
1665
1666 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1667
1668 * progmodes/cc-mode.el:
1669 (i) Insert a binding for C-c C-backspace into
1670 c-bind-special-erase-keys which works in TTYs.
1671 (ii) Make sure that when file styles are used, any explicitly
1672 given style variables take priority over those in the style. Do
1673 this by calling `hack-local-variables' a second time.
1674
1675 * progmodes/cc-vars.el: Add language specific customization
1676 widgets for AWK to c-doc-comment-style, c-require-final-newline
1677 and c-default-style. Add a defcustom for awk-mode-hook. Give
1678 c-syntactic-element and c-syntactic-context doc-strings by
1679 directly setting their `variable-documentation' propery. This
1680 allows Emacs 22.1 to read these with C-h v.
1681
1682 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1683 Monnier).
1684
1685 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1686
1687 * progmodes/cc-fonts.el, cc-vars.el
1688 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1689 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1690 Masatake YAMATO.
1691
1692 (c-doc-comment-style): Made GtkDoc default in C mode.
1693
1694 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1695 and C-c C-<delete>.
1696
1697 (c-bind-special-erase-keys): New function for use on
1698 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1699
1700 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1701 <delete> key behavior in XEmacs according to `delete-forward-p'.
1702 C.f. `c-electric-delete'.
1703
1704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1705
1706 * progmodes/cc-mode.el: Give c-hungry-backspace and
1707 c-hungry-delete-forward permanent key bindings.
1708
1709 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1710 c-syntactic-context for calls to "criteria functions", for
1711 consistency with other calls to user functions.
1712
1713 * progmodes/cc-cmds.el (c-indent-command): expunge use of
1714 `current-prefix-arg', since this might be the prefix arg to a
1715 command which calls c-indent-command as a function. Change the
1716 interactive spec from "p" to "P".
1717
1718 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1719 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1720 was difficult to understand.
1721
1722 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1723
1724 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1725 first char of an identifier.
1726
1727 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1728 +" syntax in C++.
1729
1730 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1731
1732 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1733 auto-fill doesn't split a c-comment's last word from a hanging
1734 "*/" when a space is typed between them after fill-column.
1735
1736 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1737
1738 * progmodes/cc-styles.el (c-set-style,
1739 c-setup-paragraph-variables): Abort the command if we're not in a
1740 CC Mode buffer.
1741
1742 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1743 with blank comment-prefix, and a blank line as the comment's
1744 second line.
1745
1746 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1747
1748 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1749 Incorporated the patterns added in the Emacs development branch
1750 for the new Emacs 22 face `font-lock-negation-char-face'.
1751
1752 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1753 of "red" since it stands out better in xterms and DOS terminals.
1754
1755 * progmodes/cc-engine.el (c-literal-faces): Added
1756 `font-lock-comment-delimiter-face' which is new in Emacs 22.
1757
1758 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1759
1760 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1761 forcibly enable c-electric-flag.
1762
1763 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1764 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1765 just after the comment-prefix of a C-style comment will close that
1766 comment.
1767
1768 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1769
1770 * progmodes/cc-fonts.el (c-basic-matchers-before,
1771 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1772 in Pike.
1773
1774 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1775 digraphs.
1776
1777 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1778 (c-cpp-message-directives, c-cpp-include-directives,
1779 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1780 c-cpp-expr-directives): Introduced new language constants to
1781 control cpp syntax in a cleaner way.
1782
1783 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1784
1785 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1786
1787 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1788 c-multiline-string-start-char): New language constants and
1789 variables to specify how newlines in string literals work.
1790
1791 (c-font-lock-invalid-string): Use them.
1792
1793 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1794 unbalanced close brace is entered. Optimization by avoiding going
1795 back over arbitrarily large blocks. Removed hints that this
1796 function only would be relevant/useful in AWK.
1797
1798 (c-electric-brace): Indent syntactically after the cleanups since
1799 lineup functions might do it differently then.
1800
1801 * progmodes/cc-engine.el, cc-langs.el
1802 (c-opt-op-identifier-prefix): New language constant and variable.
1803
1804 (c-just-after-func-arglist-p, c-after-special-operator-id,
1805 c-search-decl-header-end, c-inside-bracelist-p): Use it.
1806
1807 * progmodes/cc-align.el, cc-engine.el
1808 (c-after-special-operator-id): New helper to handle C++ operator
1809 identifiers.
1810
1811 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1812 c-guess-basic-syntax): Handle C++ operator identifiers in
1813 declarations.
1814
1815 * progmodes/cc-langs.el (c-assignment-operators): Added the
1816 trigraph version of ^= too.
1817
1818 * progmodes/cc-langs.el (c-assignment-operators): Added the
1819 trigraph version of |= in C++.
1820
1821 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1822 `c-decl-hangon-kwds' after the identifier name.
1823
1824 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1825 whether an arglist is "nonempty", ignore a comment after the open
1826 paren if it isn't followed by a non-comment token on the same
1827 line.
1828
1829 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1830 heuristics below the point to cope with classes inside special
1831 brace lists in Pike.
1832
1833 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1834
1835 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1836
1837 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1838
1839 * progmodes/cc-guess.el (cc-guess-install): New function to
1840 install an already guessed style in another buffer.
1841
1842 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1843 sets `inhibit-read-only' - `c-save-buffer-state' should be used
1844 anyway if the change always is undone.
1845
1846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1847
1848 Implement togglable electricity:
1849
1850 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1851 saying when it should be used.
1852
1853 * progmodes/cc-engine.el: Add the new buffer-local variable,
1854 c-electric-flag.
1855
1856 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1857 c-toggle-auto-newline.
1858
1859 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1860 c-toggle-auto-newline. Remove the binding for
1861 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
1862 c-toggle-electric-state.
1863
1864 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1865
1866 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1867 c-\(forward\|backward\)-subword.
1868 (c-update-modeline): Add the new modeline flag `l' for
1869 `c-electric-flag'. Make the auto-newline flag `a' dependent on
1870 `l'.
1871 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
1872 the old name an alias of the new name.
1873 (c-toggle-electric-state): New function.
1874 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1875 Adapt these functions to do electric things only when
1876 c-electric-flag is non-nil.
1877 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1878 new functions from c-electric-brace.
1879 (c-point-syntax): Add a check for "virtual semicolons" in AWK
1880 mode, so that the tentative extra newline doesn't change the
1881 syntax of the following brace.
1882 (c-electric-brace): restructure by extracting the above functions.
1883 Tidy up the coding somewhat.
1884 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1885 restructure a bit.
1886
1887 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1888
1889 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1890 anchor position(s) using faces. Thanks to Masatake YAMATO for the
1891 idea.
1892
1893 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1894 (c-submode-indicators): Changed name from `c-auto-hungry-string'
1895 since it's now used to track another submode.
1896
1897 (c-update-modeline): Converted to function and extended to check
1898 `c-subword-move-mode'.
1899
1900 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1901 Converted to compat aliases for `c-forward-subword' and
1902 `c-backward-subword'.
1903
1904 * progmodes/cc-subword.el: New functions and minor mode to handle
1905 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1906
1907 (c-forward-subword, c-backward-subword, c-mark-subword,
1908 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1909 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1910 Functions corresponding to the standard word handling functions.
1911
1912 (c-subword-move-mode): Minor mode that replaces all the standard
1913 word handling functions with their subword equivalences.
1914
1915 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1916
1917 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1918 entry for one-liner-defun.
1919
1920 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1921 name in its def-edebug-spec.
1922
1923 * progmodes/cc-cmds.el (c-electric-brace): Make the
1924 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
1925 compacts space before a comment, if this will make things fit on
1926 one line.
1927
1928 Introduce an "awk" style, mainly for auto-newline and clean-ups.
1929
1930 * progmodes/cc-align.el: new function c-snug-1line-defun-close
1931
1932 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1933 clean-up one-liner-defun.
1934
1935 * progmodes/cc-styles.el: Add the new "awk" style.
1936
1937 * progmodes/cc-vars.el: Add description of one-liner-defun to
1938 c-cleanup-list's doc-string. New user options,
1939 c-max-one-liner-length. In c-default-style, set the default style
1940 for AWK to "awk".
1941
1942 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1943
1944 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1945 macros inside labels.
1946
1947 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1948 `c-at-statement-start-p' and `c-at-expression-start-p'.
1949
1950 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1951 error if the mark isn't set.
1952
1953 * progmodes/cc-engine.el (c-guess-continued-construct,
1954 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1955 accurately detect functions inside functions.
1956
1957 * progmodes/cc-engine.el (c-at-expression-start-p): New function
1958 like `c-at-statement-start-p' that additionally recognizes commas
1959 and expression parentheses as delimiters.
1960
1961 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1962 to avoid heuristics that doesn't work for unclosed blocks.
1963
1964 (c-at-statement-start-p): New function.
1965
1966 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1967 Objective-C directives, e.g. directives spanning lines should work
1968 reasonably well now.
1969
1970 (c-put-c-type-property, c-clear-c-type-property): New helpers.
1971
1972 (c-forward-objc-directive): New function to move over any ObjC
1973 directive.
1974
1975 (c-just-after-func-arglist-p, c-guess-basic-syntax,
1976 c-basic-matchers-before): Use it.
1977
1978 (c-font-lock-objc-iip-decl): Removed.
1979
1980 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1981 in the template arglist recognition.
1982
1983 * progmodes/cc-styles.el (c-style-alist): Fixed several
1984 inconsistencies in the Whitesmith style.
1985
1986 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1987 lineup function to get lines after Whitesmith style blocks
1988 correctly indented.
1989
1990 (c-lineup-whitesmith-in-block): Backed out the compensation for
1991 opening parens since it's done using `add' lists in the style
1992 definition instead. Don't use the anchor position since it varies
1993 too much between the syntactic symbols. :P
1994
1995 * progmodes/cc-vars.el (c-valid-offset): Updated.
1996
1997 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1998 lists where the offsets are combined according to several
1999 different methods: `first', `min', `max', and `add'. Report
2000 offset evaluation errors with `c-benign-error' so that some kind
2001 of reindentation still is done.
2002
2003 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2004 `arglist-intro' the same way as `arglist-cont-nonempty' and
2005 `arglist-close'.
2006
2007 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2008 situations for `arglist-cont-nonempty' and `arglist-close'.
2009
2010 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2011 constant.
2012
2013 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2014 cc-bytecomp-boundp' in a number of places.
2015
2016 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2017 macro related issue.
2018
2019 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2020
2021 * progmodes/cc-awk.el: Change the terminology of regexps: A char
2022 list is now
2023 [asdf], a char class [:alpha:]. Include code for char classes.
2024 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
2025 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
2026
2027 Remove (nearly all of) the cruft associated with AWK Mode's former
2028 concept of "virtual semicolons":
2029
2030 Adapt c-beginning-of-statement, c-end-of-statement (together with
2031 subfunctions) to use the new notion of "virtual semicolon" in
2032 place of the old awkward special handling for AWK. There remains
2033 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2034 * progmodes/cc-cmds.el:
2035 (c-ascertain-adjacent-literal): In the backwards direction, now
2036 recognises AWK regexp delimiters as string delimiters.
2037 (c-after-statement-terminator-p): Adapt for virtual semicolons;
2038 check more rigorously for "end of macro".
2039 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2040 virtual semicolons;
2041 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2042 out the code for forward movement into ...
2043 (c-end-of-statement): Now contains the code for forward movement,
2044 adapted for virtual semicolons.
2045
2046 * progmodes/cc-engine.el:
2047 (c-ws*-string-limit-regexp): new regexp.
2048 (c-forward-single-comment, c-backward-single-comment): Comment out
2049 the (now redundant) "special" AWK stuff.
2050
2051 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2052 c-string-par-start, c-string-par-separate to be more like Text
2053 Mode than Fundamental Mode.
2054
2055 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2056
2057 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2058 to the fontified region so that fontification doesn't occur
2059 outside it
2060 (could happen e.g. when fontifying a line with an unfinished
2061 declaration).
2062
2063 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2064
2065 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2066 moved to near the start of the file. ^L now separate sections of
2067 the file. New defconsts: c-awk-non-eol-esc-pair-re,
2068 c-awk-blank-or-comment-line-re,
2069 c-awk-one-line-possibly-open-string-re,
2070 c-awk-regexp-one-line-possibly-open-char-class-re,
2071 c-awk-one-line-possibly-open-regexp-re,
2072 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
2073 c-awk-vsemi-status-unknown-p.
2074
2075 Amend the concept of "virtual semicolons" (in the indentation
2076 engine) for languages like AWK, such that they are now
2077 conceptually attached to end of the last token of a statement, not
2078 the end of the line. (In AWK Mode, however, the pertinent text
2079 property is still physically set on the EOL.) Remove the specific
2080 tests for awk-mode, thus facilitating the introduction of other
2081 language modes where EOLs can end statements. (Note: The
2082 funtionality in cc-cmds.el, specifically
2083 c-beginning/end-of-statement has yet to be amended.)
2084
2085 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2086 c-vsemi-status-unknown-p.
2087
2088 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2089 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
2090 c-vsemi-status-unknown-p-fn (in a new page).
2091
2092 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2093 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2094 numerous awkward forms like
2095 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2096 with
2097 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
2098 variable before-ws-ip, the place just after char-before-ip
2099 appears.
2100
2101 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2102 a comment.
2103
2104 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2105
2106 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2107 `c-tentative-buffer-changes'.
2108
2109 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2110 converted to macro to choose between Emacs and XEmacs at compile
2111 time.
2112
2113 (c-set-region-active): New set counterpart to
2114 `c-region-is-active-p'.
2115
2116 (c-tentative-buffer-changes): New macro to handle temporary buffer
2117 changes in a convenient way.
2118
2119 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2120 for `c-tentative-buffer-changes'.
2121
2122 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2123 the checks for paren sexps between the point and the keyword, to
2124 avoid some false alarms.
2125
2126 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2127 Fixed a situation where an error could be thrown for unbalanced
2128 parens. Changed to make use of c-keyword-member' to avoid some
2129 repeated regexp matches.
2130
2131 (c-opt-lambda-key, c-opt-inexpr-block-key,
2132 c-opt-inexpr-class-key): These language variable are no longer
2133 necessary.
2134
2135 (c-block-stmt-kwds): New language constant used by
2136 c-looking-at-inexpr-block'.
2137
2138 (c-guess-basic-syntax): Removed an optional check that looked at
2139 the existence of the now removed language variables.
2140
2141 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2142 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2143 object instantiation expressions as declarations in some contexts.
2144 This bug only affected languages where the declarator can't be
2145 enclosed in parentheses.
2146
2147 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2148 insert newlines before and after substatement braces.
2149
2150 * progmodes/cc-engine.el: Improved the heuristics for recognizing
2151 function declaration headers and the handling of C++ style member
2152 init lists.
2153
2154 (c-just-after-func-arglist-p): Rewritten to use
2155 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
2156
2157 (c-beginning-of-member-init-list): Removed since it isn't used
2158 anymore.
2159
2160 (c-guess-basic-syntax): Case 5B adapted for the new
2161 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
2162 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2163 covers all cases now).
2164
2165 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2166
2167 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2168
2169 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2170 c-string-par-start/separate c-sentence-end-with-esc-eol,
2171 initialised in c-setup-paragraph-variables, used in string
2172 scanning subroutines of c-beginning-of-statement.
2173
2174 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
2175 which precedes the newly inserted `{'.
2176
2177 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2178
2179 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2180 function for declaration level blocks. It should now cope with
2181 templates better and also be a lot more comprehensible.
2182
2183 (c-looking-at-decl-block): The new function.
2184
2185 (c-search-uplist-for-classkey): The old one. It's now a wrapper
2186 for compatibility.
2187
2188 (c-add-class-syntax, c-guess-continued-construct,
2189 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2190
2191 (c-decl-block-key): Changed to tell apart ambiguous and
2192 unambiguous keywords. Pike specials are now handled directly in
2193 the code instead.
2194
2195 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2196 language constants and variables to make the backward skip in
2197 `c-looking-at-decl-block' as tight as possible.
2198
2199 (c-nonsymbol-token-char-list): New language constant.
2200
2201 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2202 find balanced template arglists backwards.
2203
2204 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2205 making char classes for `c-syntactic-skip-backward'.
2206
2207 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2208 16D - can't be a class-close at that point.
2209
2210 * progmodes/cc-engine.el (c-guess-basic-syntax,
2211 c-add-class-syntax): Don't narrow out the enclosing declaration
2212 level. This makes everything a lot easier, and it was actually
2213 only four small places that needed it to work. Some places that
2214 previously did `widen' are removed now, which has the effect that
2215 `c-guess-basic-syntax' never will look at things outside the
2216 current narrowment now. The anchor position for `topmost-intro'
2217 is affected by this, but it was so bogus it was basically useless
2218 before, and now it's equally bogus but in a slightly different
2219 way.
2220
2221 (c-narrow-out-enclosing-class): Gone.
2222
2223 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2224 the narrowed region.
2225
2226 (c-least-enclosing-brace): Removed silly optional argument.
2227
2228 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2229 the point could be left directly after an open paren when finding
2230 the beginning of the first decl in the block.
2231
2232 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2233 Specify which submatch to use.
2234
2235 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2236
2237 (c-decl-start-re): No no longer any need for special treatment of
2238 ObjC due to the above.
2239
2240 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2241 presumably follows C in that regard.
2242
2243 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2244 New language constants to specify operator tokens inside
2245 identifiers in a more high level way.
2246
2247 (c-opt-identifier-prefix-key): New internal language constant.
2248
2249 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
2250 c-identifier-start, c-identifier-key): Now completely calculated
2251 from other constants.
2252
2253 (c-identifier-last-sym-match): Decommissioned since it's no longer
2254 used.
2255
2256 (c-operators): Use `c-identifier-ops'. Documented
2257 `postfix-if-paren'.
2258
2259 * progmodes/cc-engine.el (c-forward-name): Removed the
2260 optimization when c-identifier-key is equal to c-symbol-key since
2261 it doesn't work in byte compiled files. Don't record empty
2262 regions as identifiers.
2263
2264 * progmodes/cc-langs.el (c-filter-ops): New helper function to
2265 simplify access to `c-operators' and its likes.
2266
2267 (c-operator-list, c-all-op-syntax-tokens,
2268 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
2269 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
2270 c-primary-expr-regexp, c-cast-parens): Use it.
2271
2272 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2273 an explicit language in functions.
2274
2275 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2276 variant of adornment.
2277
2278 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2279 variable.
2280
2281 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2282 the Pike value.
2283
2284 * progmodes/cc-engine.el (c-on-identifier,
2285 c-simple-skip-symbol-backward): Small fix for handling "-"
2286 correctly in `skip-chars-backward'. Affected the operator lfun
2287 syntax in Pike.
2288
2289 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2290 diagnostic message about precompiled language vars not being used.
2291
2292 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2293 "__attribute__" is followed by a parenthesis.
2294
2295 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
2296 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2297 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2298
2299 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2300 cleanups to properly detect the declared identifiers in various
2301 declarations.
2302
2303 (c-decl-start-kwds): New language constant to recognize
2304 declarations that can start anywhere. Used for class declarations
2305 in Pike.
2306
2307 (c-specifier-key, c-not-decl-init-keywords,
2308 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
2309 c-find-decl-spots): Implement `c-decl-start-kwds'.
2310
2311 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
2312 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2313 handling of the compiler specific extension keywords into a new
2314 language constant `c-decl-hangon-kwds' that defines keyword
2315 clauses to be ignored in declarations.
2316
2317 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2318 past unrecognized tokens when handling `c-colon-type-list-kwds'.
2319 Necessary to stop at the declared identifier in e.g. IDL valuetype
2320 declarations.
2321
2322 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
2323 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
2324 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
2325 c-forward-decl-or-cast-1): Recognize the declared identifier in
2326 class and enum declarations as such and not as part of the type.
2327
2328 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2329 interpretation of PRECEDING-TOKEN-END when there's no preceding
2330 token.
2331
2332 (c-forward-decl-or-cast-1): Don't disregard sure signs of
2333 declarations when there's some syntax error later on.
2334
2335 (c-complex-decl-matchers): Did away with a reference to
2336 `c-specifier-key'.
2337
2338 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2339 value - this variable is always dynamically bound.
2340
2341 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
2342 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
2343 cc-cmds.el, cc-defs.el: Changed the policy for marking up
2344 functions that might do hidden buffer changes: All such internal
2345 functions are now marked instead of those that don't.
2346
2347 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
2348 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
2349 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
2350 c-literal-type): Allow these functions to make hidden buffer changes,
2351 so that they are free to use text property caching later on.
2352
2353 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
2354 c-electric-brace, c-electric-slash, c-electric-star,
2355 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
2356 c-electric-paren, c-electric-continued-statement, c-indent-command,
2357 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
2358 c-context-line-break): Added `c-save-buffer-state' calls to comply
2359 with the changed semantics of the functions above.
2360
2361 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2362 when macros occur in obscure places. Optimized the sexp movement
2363 a bit.
2364
2365 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2366
2367 Enhancements for c-beginning-of-statement to work in AWK Mode:
2368
2369 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2370 (completed statement) with `}' (statement completed by closing
2371 brace or semicolon) and `$' (statement completed by EOL).
2372
2373 (c-awk-virtual-semicolon-ends-prev-line-p,
2374 c-awk-virtual-semicolon-ends-line-p,
2375 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2376 c-awk-at-statement-end-p): new functions
2377
2378 * progmodes/cc-cmds.el: Simplify the structure of functions
2379 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
2380 two functions and c-beginning-of-statement to handle AWK Mode.
2381
2382 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2383 c-backward-single-comment for AWK mode. Attempt to clarify their
2384 doc-strings.
2385
2386 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2387
2388 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2389
2390 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2391 label handling. Labels are now recognized in a uniform and more
2392 robust way, regardless of context. Text properties are put on all
2393 labels to recognize the following declarations better. Multiword
2394 labels are handled both in indentation and fontification for the
2395 benefit of language extensions like Qt. For consistency, keywords
2396 in labels are now fontified with the label face instead. That
2397 also applies to "case" and "default".
2398
2399 (c-beginning-of-statement-1): Fixed some bugs in the label
2400 handling. Disregard `c-nonlabel-token-key' in labels that begin
2401 with `c-label-kwds'.
2402
2403 (c-find-decl-spots): Support that the callback adds more
2404 `c-decl-end' spots to find.
2405
2406 (c-forward-decl-or-cast-1): Don't treat a list of plain
2407 identifiers followed by a colon as a declaration.
2408
2409 (c-forward-label): New function to recognize labels.
2410
2411 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2412 `c-forward-label'. Moved the label recognition cases (14 and 15)
2413 earlier since they aren't so context sensitive now. Handle labels
2414 on the top level gracefully. Moved access label recognition to
2415 the generic label case (CASE 15) - removed CASE 5E.
2416
2417 (c-font-lock-declarations): Added recognition of labels in the
2418 same round since we need to handle labels in parallell with other
2419 declarations to recognize both accurately. It should also improve
2420 speed.
2421
2422 (c-simple-decl-matchers, c-basic-matchers-after): Moved
2423 `c-font-lock-labels' so that it only is used on decoration level 2
2424 since `c-font-lock-declarations' handles it otherwise.
2425
2426 (c-complex-decl-matchers): Removed the simplistic recognition of
2427 access labels.
2428
2429 (c-decl-prefix-re): Removed the kludges that was necessary to cope
2430 with labels earlier.
2431
2432 (c-decl-start-re): New language variable to make
2433 `c-font-lock-declarations' stop for the special protection labels
2434 in Objective-C that start with `@'.
2435
2436 (c-label-key): Removed since it's no longer used.
2437
2438 (c-recognize-colon-labels, c-label-prefix-re): New language
2439 constants to support recognition of generic colon-terminated
2440 labels.
2441
2442 (c-type-decl-end-used): `c-decl-end' is now used whenever there
2443 are colon terminated labels.
2444
2445 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2446 first argument starts with a special brace list.
2447
2448 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2449 c-font-lock-declarations): Broke out the declaration and cast
2450 recognition from `c-font-lock-declarations' to a new function, so
2451 that it can be used in the indentation engine.
2452
2453 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2454 up to the start of the literal. Fixed bug with the point on the
2455 wrong side of the search limit that could happen when the start
2456 position is inside a literal.
2457
2458 * progmodes/cc-engine.el (c-parse-state,
2459 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2460 so that it's kept a little bit back to increase the hit rate.
2461
2462 (c-parse-state): Changed the macro handling and fixed some
2463 glitches. Macro context is checked more often than necessary now,
2464 but otoh less garbage conses are generated.
2465
2466 * progmodes/cc-engine.el (c-parse-state,
2467 c-invalidate-state-cache): Cache the last position where
2468 `c-state-cache' applies. This can speed up refontification quite
2469 a bit in blocks where there are many non-brace parens before the
2470 point.
2471
2472 (c-state-cache-end): New variable for this.
2473
2474 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2475 cache variable.
2476
2477 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2478 get close initial continue positions when the start position is
2479 inside a literal or macro. Do not call the callback for spots
2480 before the start position (which can happen e.g. for `c-decl-end'
2481 spots inside comments). Optimize better in special cases when the
2482 region is a single line inside a literal or macro (typically when
2483 the current line is refontified).
2484
2485 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2486 to `c-add-stmt-syntax' - there's no need to explicitly whack off
2487 entries from the paren state.
2488
2489 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2490 special case for "else if" clauses.
2491
2492 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2493 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2494
2495 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2496 language variable to recognize the gcc extension with statement
2497 blocks inside expressions.
2498
2499 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2500 it somewhat more comprehensible. The argument AT-BLOCK-START is
2501 no longer used and hence removed.
2502
2503 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2504 to `c-add-stmt-syntax'.
2505
2506 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2507 `c-beginning-of-statement-1' instead of duplicating parts of it.
2508 This fixes bogus label recognition.
2509
2510 * progmodes/cc-engine.el (c-add-type, c-check-type,
2511 c-forward-name, c-forward-type): Improved storage of template
2512 types in `c-found-types' so that they can be recognized better.
2513
2514 (c-syntactic-content): Added option to skip past nested parens.
2515
2516 * progmodes/cc-engine.el (c-forward-name): Set
2517 `c-last-identifier-range' all the time. It's less work that way.
2518 Handle that there might not be an identifier to store in
2519 `c-last-identifier-range'.
2520
2521 (c-forward-type): Handle that `c-last-identifier-range' might be
2522 nil from `c-forward-name'.
2523
2524 * progmodes/cc-defs.el: (c-safe-scan-lists,
2525 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2526
2527 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2528 to work even if the form fails.
2529
2530 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2531 down in a large file in one go.
2532
2533 (c-get-fallback-start-pos): New helper function for
2534 `c-parse-state'.
2535
2536 * progmodes/cc-align.el (c-lineup-assignments): New lineup
2537 function which is like `c-lineup-math' but returns nil instead of
2538 `c-basic-offset' when it doesn't match.
2539
2540 (c-lineup-math): Changed to use `c-lineup-assignments'.
2541
2542 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2543
2544 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2545 c-beginning-of-statement. New subfunctions
2546 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2547
2548 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2549
2550 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2551 hardcoded char classes whereever possible. Changed a couple of
2552 places to use skip by syntax instead of skip by char class.
2553
2554 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2555 Fixed a bug in the regexp that caused extreme backtracking.
2556
2557 * progmodes/cc-langs.el (c-block-comment-starter,
2558 c-block-comment-ender): New language constants to specify in a
2559 single place how block comments look.
2560
2561 (c-comment-start-regexp, c-block-comment-start-regexp,
2562 comment-start, comment-end, comment-start-skip,
2563 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2564 c-syntactic-ws, c-nonempty-syntactic-ws,
2565 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2566 `c-line-comment-starter', `c-block-comment-starter' and
2567 `c-block-comment-ender'.
2568
2569 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2570 language constants to break up things a bit.
2571
2572 (c-simple-ws): New language constant for simple whitespace.
2573
2574 * progmodes/cc-defs.el (c-concat-separated): New convenience
2575 function.
2576
2577 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2578 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2579 newlines. Allow and ignore nil elements in the list.
2580
2581 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2582
2583 * progmodes/cc-cmds.el: Comment out a (n almost certainly
2584 superfluous) check, (eq here (point-max)) in
2585 c-beginning-of-statement.
2586
2587 * progmodes/cc-cmds.el: Tidy up the comments in
2588 c-beginning-of-statement and subfunctions.
2589
2590 * progmodes/cc-awk.el: Replace calls to put-text-property to the
2591 more flexible c-put-char-property and c-clear-char-properties.
2592 Add the author's email address.
2593
2594 * progmodes/cc-langs.el: New variable,
2595 c-block-comment-start-regexp.
2596
2597 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2598 closing "*/" of a block comment.
2599
2600 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2601 subfunctions) so that it works at BOB and EOB.
2602
2603 * progmodes/cc-cmds.el, cc-vars.el: More updating of
2604 c-beginning-of-statement, including new variable
2605 c-block-comment-start-regexp.
2606
2607 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2608
2609 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2610 symbols from `*-font-lock-extra-types' so that there's no need to
2611 use `regexp-opt' on those lists.
2612
2613 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2614 `c-type-modifier-kwds' is empty.
2615
2616 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2617 there are several strings on the same line.
2618
2619 * progmodes/cc-engine.el (c-literal-limits): Removed the
2620 compatibility function for older emacsen. `c-literal-limits-fast'
2621 has now taken the place of this function.
2622
2623 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2624 with older emacsen: We now require `pps-extended-state'.
2625
2626 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2627
2628 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2629 which obviates the need to hack sentence-end. This now handles
2630 escaped newlines in strings correctly. Correct minor bugs in
2631 c-move-over-sentence and in c-beginning-of-statement.
2632
2633 * progmodes/cc-cmds.el (c-beginning-of-statement (and
2634 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2635 that movement over macros and code are rigorously separated from
2636 eachother. Correct a few incidental bugs.
2637
2638 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2639 Improve its doc-string. Improve the handling of certain specific
2640 cases.
2641
2642 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2643
2644 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2645 (c-guess-basic-syntax): Changed the way class-level labels are
2646 recognized; they can now contain essentially any symbols.
2647
2648 (c-opt-extra-label-key): New language variable to cope with the
2649 special protection label syntax in Objective-C.
2650
2651 (c-opt-access-key): Removed; this is now handled better by
2652 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2653
2654 (c-complex-decl-matchers): Update to handle that
2655 `c-opt-access-key' no longer exists.
2656
2657 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2658 improved label recognition in `c-beginning-of-statement-1'.
2659
2660 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2661 Recognize bitfields better.
2662
2663 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2664 Removed some cruft and fixed a bug that could cause it to go to a
2665 position further down.
2666
2667 * progmodes/cc-langs.el, cc-engine.el
2668 (c-beginning-of-statement-1): Improved detection of labels in
2669 declaration contexts.
2670
2671 (c-beginning-of-decl-1): Use it.
2672
2673 (c-nonlabel-token-key): New language constant and variable needed
2674 by `c-beginning-of-statement-1'.
2675
2676 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2677 manifested itself due to the correction in `c-forward-sexp'.
2678
2679 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2680 these behave as documented when used at the buffer limits.
2681
2682 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2683 (c-type-decl-end-used): Made this a language variable.
2684
2685 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2686 correctly when `combine-after-change-calls' is used together with
2687 temporary narrowings.
2688
2689 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2690 labels correctly when the start point is immediately after the
2691 colon.
2692
2693 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2694 since it isn't used anymore.
2695
2696 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2697 bracket arglists such as template parens in C++.
2698
2699 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2700 in the last check-in. Some optimization.
2701
2702 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2703 where it could stop at the same level in a preceding sexp when
2704 PAREN-LEVEL is set.
2705
2706 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2707 text property lookup only when it's needed.
2708
2709 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2710 Changed the policy for paren marked angle brackets to be more
2711 persistent; once marked they remain marked even when they're found
2712 to be unbalanced in the searched region. This should keep the
2713 paren syntax around even when individual lines are refontified in
2714 multiline template arglists.
2715
2716 (c-parse-and-markup-<>-arglists): New dynamically bound variable
2717 to control markup so that incorrect angle bracket arglists aren't
2718 marked in contexts where the correct value for
2719 `c-disallow-comma-in-<>-arglists' isn't known.
2720
2721 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2722 argument has become `c-parse-and-markup-<>-arglists'.
2723
2724 (c-remove-<>-arglist-properties): Removed - no longer used.
2725
2726 (c-after-change-check-<>-operators): New function used on
2727 `after-change-functions' to avoid that "<" and ">" characters that
2728 are part of longer operators have paren syntax.
2729
2730 (c-<>-multichar-token-regexp): New language variable used by
2731 `c-after-change-check-<>-operators'.
2732
2733 (c-after-change): Call `c-after-change-check-<>-operators'.
2734
2735 (c-font-lock-<>-arglists): Use the context properties set by
2736 `c-font-lock-declarations' to set
2737 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2738 markup.
2739
2740 (c-font-lock-declarations): Removed code that undoes the invalid
2741 markup done by `c-font-lock-<>-arglists'.
2742
2743 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2744 after `c-font-lock-declarations'.
2745
2746 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2747 paren-level feature.
2748
2749 (c-guess-basic-syntax): Improved the anchor position for
2750 `template-args-cont' in nested template arglists. There's still
2751 much to be desired in this area, though.
2752
2753 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2754
2755 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2756 Make the "Text Filling and Line Breaking" commands work for AWK
2757 buffers.
2758
2759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2760
2761 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2762 Removed;
2763 (c-major-mode-is 'awk-mode) can be used instead now.
2764
2765 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2766 it doesn't work no longer are supported.
2767
2768 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2769 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2770 requires support for the syntax-table' text property, which rules
2771 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
2772 cruft associated with those versions.
2773
2774 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2775 for the `syntax-table' text property, which rules out Emacs 19 and
2776 XEmacs < 21.4. Removed various compatibility cruft associated
2777 with those versions.
2778
2779 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2780 support for the `syntax-table' text property.
2781
2782 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2783 variable and use an extra quoted face name instead. All the
2784 emacsen flavors handle that correctly.
2785
2786 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2787 c-font-lock-declarators, c-font-lock-declarations,
2788 c-complex-decl-matchers, c-basic-matchers-after): Use a text
2789 property to mark the items in in declarator lists to handle
2790 refontification inside multiline declarations better.
2791
2792 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2793 construct like "a * b = c;" as a declaration.
2794
2795 2005-12-08 Kim F. Storm <storm@cua.dk>
2796
2797 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2798 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
2799 select either meta, hyper, or super modifier for rectangle commands.
2800 (cua--rectangle-modifier-key): New defvar.
2801 (cua--M/H-key): Use it. Remove special case for `space'.
2802 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2803 on X, to meta otherwise. Always bind C-return to toggle
2804 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
2805
2806 * emulation/cua-rect.el (cua-help-for-rectangle): Use
2807 cua--rectangle-modifier-key. Handle super modifier too.
2808 (cua--init-rectangles): Always bind C-return to toggle rectangle.
2809 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2810
2811 * ido.el: Move Acknowledgements and History after Commentary.
2812 Minor changes to Commentary.
2813
2814 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2815 keymap if cua--prefix-override-timer is `shift'.
2816 (cua--shift-control-prefix): New function; emulate "type prefix
2817 key twice" functionality to handle shifted prefix key override.
2818 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2819 commands.
2820 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2821
2822 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
2823
2824 * textmodes/org.el (org-insert-heading): Try to do items before
2825 headings.
2826 (org-agenda-mode): Quote `org-agenda-mode-hook'.
2827 (org-insert-item): New function.
2828 (org-renumber-ordered-list): Don't skip to higher level lists.
2829
2830 2005-12-08 Juri Linkov <juri@jurta.org>
2831
2832 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2833
2834 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2835
2836 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2837
2838 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2839 the constructed function name fun-1.
2840
2841 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2842 because such links don't lead to parent documentation.
2843
2844 2005-12-08 Kenichi Handa <handa@m17n.org>
2845
2846 * descr-text.el (describe-char): Use *Help-2* buffer if the
2847 current buffer is *Help*. Call describe-text-properties while
2848 setting the original buffer.
2849
2850 2005-12-07 Bill Wohler <wohler@newt.com>
2851
2852 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2853 and causes problems with non-MH users (such as Gnus users).
2854
2855 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
2856
2857 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2858 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2859 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2860 command "info sources". Move calls to GDB command "list".
2861 (gdb-find-file-hook): Just use gdb-source-file-list.
2862 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2863 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2864 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2865 (gdb-data-list-register-values-handler): Use correct trigger name.
2866
2867 2005-12-07 Kim F. Storm <storm@cua.dk>
2868
2869 * ido.el (ido-completion-map): Renamed from ido-mode-map.
2870 (ido-common-completion-map, ido-file-completion-map)
2871 (ido-file-dir-completion-map, ido-buffer-completion-map):
2872 Renamed from ido-mode-....-map.
2873 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2874 (ido-setup-completion-map): Renamed from ido-define-mode-map.
2875 (ido-read-internal): Bind minibuffer-local-filename-completion-map
2876 to ido-completion-map.
2877
2878 2005-12-07 Kenichi Handa <handa@m17n.org>
2879
2880 * international/mule-cmds.el
2881 (set-display-table-and-terminal-coding-system): If the coding
2882 system specified in `unibyte-display' property is different from
2883 the arg coding-system, don't setup standard-display-table.
2884
2885 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2888 that comments end at \n, regardless of selective-display.
2889
2890 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
2891
2892 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2893 (gdb-version): New variables.
2894 (gdb-source-file-list, gdb-register-names)
2895 (gdb-changed-registers): New variables for use with GDB 6.4+.
2896 (gdb-ann3): Replace with...
2897 (gdb-init-1, gdb-init-2): ...two new functions.
2898 (gdba, gdb-prompt): Call gdb-init-1.
2899 (gdb-get-version): New function. Call gdb-init-2 from here.
2900 (gud-watch): Make it work with mouse events too.
2901 (gdb-post-prompt): Don't add to queue until GDB version is known.
2902 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2903 (gdb-locals-mode): Use gdb-version.
2904 (gdb-memory-format-map, gdb-memory-unit-map)
2905 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2906 (gdb-locals-font-lock-keywords-1)
2907 (gdb-locals-font-lock-keywords-2): New variables.
2908 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2909 (gdb-set-gud-minor-mode-existing-buffers-1)
2910 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2911 (gdb-var-update-1, gdb-var-update-handler-1)
2912 (gdb-data-list-register-values-handler)
2913 (gdb-data-list-register-values-custom)
2914 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2915 (gdb-stack-list-locals-handler, gdb-get-register-names):
2916 New functions for use with GDB 6.4+.
2917 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2918 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2919 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2920 (gdb-stack-list-locals-regexp)
2921 (gdb-data-list-register-names-regexp): New regexps for use with
2922 GDB 6.4+.
2923
2924 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2927
2928 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
2929
2930 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2931 prompts work for AUTH PLAIN. Also reported by Steve Allan
2932 <seallan@verizon.net>.
2933
2934 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2935
2936 * frame.el (set-frame-parameter): Add doc string.
2937
2938 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
2939
2940 * textmodes/org.el (org-occur-highlights): New variable.
2941 (org-highlight-new-match, org-remove-occur-highlights): New functions.
2942 (org-highlight-sparse-tree-matches): New option.
2943 (org-do-occur): New function.
2944 (org-get-heading): Make it work also at beginning of line.
2945 (org-category-table): New variable.
2946 (org-get-category-table, org-get-category)
2947 (org-camel-to-words, org-link-search): New functions.
2948 (org-select-this-todo-keyword): New variable.
2949 (org-todo-list): New command.
2950 (org-shiftright, org-shiftleft): New commands.
2951 (org-agenda-todo): Add prefix argument.
2952 (org-show-hierarchy-above): New option.
2953 (org-show-todo-tree): Numerical prefix creates tree for specific
2954 TODO keyword.
2955 (org-outline-level): New function, to assign a level to plain
2956 lists items.
2957 (org-cycle-include-plain-lists): New option.
2958 (org-mode): Use `org-outline-level' as value of `outline-level'.
2959 (org-cycle): Temporarily switch `outline-regexp' if
2960 `org-cycle-include-plain-lists' is non-nil.
2961 (org-start-icalendar-file): Fix format bug.
2962 (org-agenda-get-day-entries): Create category table.
2963 (org-agenda-get-todos, org-agenda-get-timestamps)
2964 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2965 (org-agenda-get-blocks): Use `org-get-category'.
2966 (org-context-in-file-links): Rename from
2967 `org-line-numbers-in-file-links' .
2968
2969 2005-12-06 Romain Francoise <romain@orebokech.com>
2970
2971 * window.el (balance-windows): Delete extraneous third arg in call
2972 to `enlarge-window'.
2973
2974 2005-12-06 Kenichi Handa <handa@m17n.org>
2975
2976 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2977
2978 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
2979
2980 * progmodes/gdb-ui.el (gdb-var-create-handler)
2981 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2982 (gdb-var-list-children-handler, gdb-var-update-handler):
2983 Current buffer is already gdb-partial-output-buffer, don't
2984 make it current again.
2985
2986 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
2987
2988 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2989 (list-buffers-noselect): Use it.
2990
2991 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2994 (mail-yank-ignored-headers): Use regexp-opt.
2995 (mail-mode-map): Move initialization into declaration.
2996 (mail-sent-via): Remove unused shadowed var `to-line'.
2997 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2998 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2999 (mail-do-fcc): Use dolist and push.
3000 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3001 (mail-yank-ignored-headers): Don't autoload.
3002
3003 2005-12-05 Kenichi Handa <handa@m17n.org>
3004
3005 * international/mule-cmds.el (set-language-info-internal): New fun.
3006 (set-language-info): Call set-language-info-internal to update
3007 language-info-alist. If LANG-ENV is the current one, call
3008 set-language-environment to make INFO effective now.
3009 (set-language-info-alist): Likewise.
3010 (locale-language-names): With locale "en", use English
3011 lang. env. but set the default codings to iso-8859-1.
3012
3013 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
3014
3015 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3016 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3017 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3018 for plain strings.
3019 (gdb-frames-mode): Remove redundant call to font-lock-mode.
3020 (gdb-all-registers): Rename from toggle-gdb-all-registers.
3021 Create registers buffer if necessary. Echo new state in minibuffer.
3022 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3023
3024 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * info.el (Info-fontify-node): Match external links using
3027 non-directory part of filename.
3028
3029 2005-12-04 Juri Linkov <juri@jurta.org>
3030
3031 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3032 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3033 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3034 because there is no customization option for it.
3035
3036 * font-lock.el (lisp-font-lock-keywords-1):
3037 Add define-global-minor-mode.
3038
3039 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3040
3041 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3042 properties on the constructed variable names.
3043
3044 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3045 Put `definition-name' properties on the constructed function names
3046 next-sym and prev-sym.
3047
3048 * emacs-lisp/find-func.el (find-function-regexp):
3049 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
3050 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
3051 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3052 and easy-menu-define.
3053
3054 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3055 easy-mmode-define-global-mode and define-global-minor-mode.
3056 (lisp-imenu-generic-expression): Add define-global-minor-mode.
3057
3058 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3059 instead of easy-mmode-define-global-mode.
3060
3061 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3062 Use define-minor-mode instead of easy-mmode-define-minor-mode.
3063
3064 * cus-edit.el (customize-group, customize-group-other-window):
3065 Filter out autoloaded options from the group completion list by
3066 using heuristics that autoloaded groups don't have `custom-autoload'
3067 property on their symbols (they have only `custom-loads').
3068
3069 * simple.el (completion-setup-function): Put completions-common-part
3070 face on complete completion string too (i.e. completion string
3071 without completions-first-difference face).
3072
3073 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3074
3075 2005-12-03 Eli Zaretskii <eliz@gnu.org>
3076
3077 * view.el (view-mode): Doc fix.
3078
3079 * disp-table.el (standard-display-european): Add to the warning
3080 message a reference to the doc string.
3081
3082 * play/yow.el (apropos-zippy): Call print-help-return-message,
3083 similar to other Help and Apropos commands.
3084
3085 * help.el (print-help-return-message): If pop-up-frames is
3086 non-nil, set up help-return-method to delete the help window and,
3087 possibly, its frame as well, and don't display message about
3088 scrolling the help window. Doc fix.
3089 (help-return-method): Doc fix.
3090
3091 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
3092
3093 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3094 whereby names of length one or names starting with a
3095 symbol-constituent character would not be returned.
3096
3097 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3098
3099 * subr.el (atomic-change-group): Add edebug and indentation spec.
3100
3101 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * completion.el (save-completions-file-name): Fix typo in last change.
3104
3105 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3106
3107 * info.el: Move back/forward history to the beginning of the tool bar.
3108
3109 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
3110
3111 * allout.el:(eval-when-compile): Remove unnecessary load of cl.
3112 Add fset of allout-real-isearch-abort during compile to fix
3113 byte-compilation warnings.
3114 (allout-mode-p): Move definition of this macro above all uses, or
3115 byte compilation in barren emacs (eg, during emacs build) will
3116 lack the definition.
3117 (allout-mode): Move this variable above any uses, or byte
3118 compilation will fail.
3119 (allout-resolve-xref): Remove use of personal file-reference function.
3120 (allout-toggle-current-subtree-encryption): Do the current (ie,
3121 visible containing) topic, rather than nearest around point. Doc fix.
3122 (allout-toggle-subtree-encryption): New function, workhorse that
3123 works on nearest topic containing point.
3124 (allout-encrypt-string): Signal requirement for newer version of pgg.
3125 (allout-resumptions): Doc fix.
3126
3127 2005-12-02 Eli Zaretskii <eliz@gnu.org>
3128
3129 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3130
3131 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
3132
3133 * textmodes/flyspell.el (flyspell-external-point-words):
3134 Consider a misspelling as found in the string search if: (a) misspelling
3135 and found string lengths match, or (b) misspelling is found as
3136 element in a boundary-chars separated longer string, or (c)
3137 ispell-program-name is really ispell and misspelling is found as
3138 part of a TeX string. After successful match move beginning of
3139 search region to end of match. Warn about not found misspellings
3140 once the process is done.
3141 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3142
3143 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
3144
3145 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3146 tool bar (removed inadvertently).
3147
3148 2005-12-02 Juri Linkov <juri@jurta.org>
3149
3150 * log-view.el (log-view-diff): Clarify doc string.
3151
3152 2005-12-01 Bill Wohler <wohler@newt.com>
3153
3154 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3155 triggers lm-verify errors.
3156
3157 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
3158
3159 * simple.el (transient-mark-mode, line-number-mode)
3160 (column-number-mode, size-indication-mode): Remove `:require nil'.
3161
3162 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
3163
3164 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3165 in the margin also.
3166 (gdb-breakpoints-mode-map): Use D instead of d for
3167 gdb-delete-breakpoint.
3168 (gdb-get-frame-number): Require a number to match on.
3169 (gdb-threads-mode-map): Add follow-link binding.
3170
3171 2005-11-30 Jason Rumney <jasonr@gnu.org>
3172
3173 * isearch.el (isearch-mode-map): Avoid exiting search on
3174 language-change event.
3175
3176 2005-11-30 Romain Francoise <romain@orebokech.com>
3177
3178 * speedbar.el (speedbar-default-position): New defcustom.
3179 (speedbar-frame-reposition-smartly): Use it.
3180
3181 * dframe.el (dframe-reposition-frame-emacs): Fix position
3182 computation for `left' location.
3183 Update copyright year.
3184
3185 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * help.el (help-map): Move initialization into declaration.
3188
3189 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3190
3191 * help-fns.el (help-argument-name): Don't autoload.
3192 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3193 to be re-loaded when customizing the `help' group.
3194
3195 2005-11-30 John Paul Wallington <jpw@gnu.org>
3196
3197 * help-fns.el (describe-function-1): Fill arglist output.
3198
3199 2005-11-30 Kim F. Storm <storm@cua.dk>
3200
3201 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3202 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3203 after revert-buffer (or anything else which kills all local variables).
3204
3205 * apropos.el (apropos-parse-pattern): Doc fix.
3206 Set apropos-regexp directly, rather than expecting callers to do so.
3207 (apropos-command, apropos, apropos-value, apropos-documentation):
3208 Simplify calls to apropos-parse-pattern.
3209
3210 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3213 (hi-lock-face-phrase-buffer): Use hi-yellow face.
3214 (hi-lock-write-interactive-patterns): Use comment-region.
3215
3216 * longlines.el (longlines-mode): Add mail-setup-hook.
3217
3218 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3219
3220 * simple.el (sendmail-user-agent-compose, next-line):
3221 Conditionally use hard-newline.
3222
3223 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3224
3225 * international/latexenc.el (latex-inputenc-coding-alist):
3226 Reword doc string.
3227
3228 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * help.el (describe-key-briefly, describe-key): Recognize default
3231 bindings.
3232
3233 2005-11-29 Romain Francoise <romain@orebokech.com>
3234
3235 * view.el (view-inhibit-help-message): New defcustom.
3236 (view-mode-enter): Use it.
3237
3238 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
3239
3240 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3241 Preserve user position.
3242
3243 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
3244
3245 * font-lock.el: Throw error if facemenu is not loaded to prevent
3246 accidental change of loading order in loadup.el. (Suggested by RMS.)
3247
3248 * loadup.el: Add comment explaining why facemenu must be loaded
3249 before font-lock.
3250
3251 2005-11-28 Jay Belanger <belanger@truman.edu>
3252
3253 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3254 (calc-dispatch-map): Add more keys for `calc-same-interface'.
3255
3256 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3257
3258 * calc/calc-embed.el (calc-do-embedded): Update help message.
3259
3260 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3261
3262 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3265
3266 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3267 called-interactively-p.
3268 (elp-profilable-p): Rename from elp-not-profilable-p.
3269 Invert result and take into account macros and autoloaded functions.
3270 (elp-instrument-function): Update call.
3271 (elp-instrument-package): Update call. Add completion.
3272 (elp-pack-number): Use match-string.
3273 (elp-results-jump-to-definition-by-mouse): Merge into
3274 elp-results-jump-to-definition and then remove.
3275 (elp-output-insert-symname): Make help echo text single-line.
3276
3277 * replace.el (query-replace-map): Move initialization into declaration.
3278 (occur-engine): Use with-current-buffer.
3279 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3280 (occur-mode-mouse-goto): Replace with an alias.
3281
3282 2005-11-28 Juri Linkov <juri@jurta.org>
3283
3284 * simple.el (quoted-insert): Let-bind input-method-function to nil.
3285
3286 * term/w32-win.el: Bind [S-tab] to [backtab].
3287
3288 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3289 `Info-find-file' to t.
3290
3291 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3292 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3293 and same-window-regexps.
3294 (occur-next-error): Don't move point for arg 0.
3295
3296 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3299
3300 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * log-edit.el (log-edit-changelog-use-first): New var.
3303 (log-edit-changelog-ours-p): Use it.
3304 (log-edit-insert-changelog): Set it with new arg `use-first'.
3305 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3306 (log-edit-hook): Add them to the list of suggested options.
3307
3308 * textmodes/flyspell.el (flyspell-last-buffer): New var.
3309 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3310 redundant work.
3311 (flyspell-mode-on): Use add-hook for after-change-functions.
3312 (flyspell-mode-off): Use remove-hook for after-change-functions.
3313 (flyspell-changes): Make it buffer-local.
3314 (flyspell-after-change-function): Make it non-interactive. Use push.
3315 (flyspell-post-command-hook): Check input-pending-p while processing
3316 the potentially long list of buffer changes.
3317
3318 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3319
3320 * buff-menu.el (list-buffers-noselect): Display the selected
3321 frame's buffer list, not the global one.
3322
3323 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
3324
3325 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3326 that (list last-input-event) works as in interactive spec.
3327
3328 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3329
3330 * loadup.el ("facemenu"): Load facemenu before font-lock, because
3331 `facemenu-keymap' needs to be defined when font-lock is loaded.
3332 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3333
3334 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * completion.el: Remove useless leading * in defcustom docstrings.
3337 (save-completions-file-name): Use ~/.emacs.d if available.
3338 (completion-standard-syntax-table): Rename from
3339 cmpl-standard-syntax-table and fold initialization into declaration,
3340 thus removing cmpl-make-standard-completion-syntax-table.
3341 (completion-lisp-syntax-table, completion-c-syntax-table)
3342 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3343 (cmpl-saved-syntax, cmpl-saved-point): Remove.
3344 (symbol-under-point, symbol-before-point)
3345 (symbol-under-or-before-point, symbol-before-point-for-complete)
3346 (add-completions-from-c-buffer): Use with-syntax-table.
3347 (make-completion): Don't return a list of completion entries.
3348 Update callers.
3349 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3350 (completion-initialize): Rename from initialize-completions.
3351 (completion-find-file-hook): Rename from cmpl-find-file-hook.
3352 (kill-emacs-save-completions): Collect stats here.
3353 (save-completions-to-file, load-completions-from-file):
3354 Use with-current-buffer.
3355 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
3356 into a function. Move all calls to toplevel.
3357 (completion-lisp-mode-hook): New fun.
3358 (completion-c-mode-hook, completion-setup-fortran-mode):
3359 Set the syntax-table here. Use local-set-key.
3360 (completion-saved-bindings): New var.
3361 (dynamic-completion-mode): Make it into a proper minor mode.
3362 (load-completions-from-file): Remove unused var `num-uses'.
3363
3364 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3365 constructor if it is explicitly overridden.
3366
3367 * complete.el (PC-completion-as-file-name-predicate):
3368 Use minibuffer-completing-file-name.
3369 (partial-completion-mode): Use find-file-not-found-functions.
3370 (PC-lisp-complete-symbol): Use with-syntax-table.
3371 (PC-look-for-include-file): Remove dead setq.
3372 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3373 (PC-complete): Use with-current-buffer.
3374
3375 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3376 escape single quotes.
3377
3378 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3379
3380 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3381 of `if' whose condition always returned nil. Doc fix.
3382
3383 * buff-menu.el (Buffer-menu-revert-function): Make the selected
3384 window's buffer the current buffer around the call to
3385 `list-buffers-noselect'. This is necessary to mark that buffer
3386 with a `.' in the Buffer Menu when called from Lisp, for instance
3387 by Auto Revert Mode.
3388
3389 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
3390
3391 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3392 attaching to it.
3393 (gdb-pre-prompt): Make sure gdb-error is reset.
3394
3395 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3396 with a child process, detect it.
3397 (gud-speedbar-buttons): Match regexp more carefully.
3398
3399 2005-11-27 Richard M. Stallman <rms@gnu.org>
3400
3401 * mouse.el (mouse-drag-move-window-bottom):
3402 Use adjust-window-trailing-edge.
3403
3404 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3405
3406 * simple.el (blink-matching-open): Ignore
3407 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3408 (blink-matching-paren-on-screen): Update docstring.
3409
3410 * paren.el (show-paren-mode): No longer change
3411 `blink-matching-paren-on-screen'.
3412
3413 2005-11-27 John Paul Wallington <jpw@pobox.com>
3414
3415 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3416 (gdb-threads-select, gdb-edit-register-value):
3417 Use `posn-set-point' instead of `mouse-set-point' because the
3418 latter is not fbound when configured without X.
3419
3420 2005-11-27 Kim F. Storm <storm@cua.dk>
3421
3422 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3423 existing face when partially highlighting a TAB in a rectangle.
3424
3425 2005-11-26 Kim F. Storm <storm@cua.dk>
3426
3427 * ido.el (ido-mode-map): Doc fix.
3428 (ido-mode-common-map, ido-mode-file-map)
3429 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3430 (ido-define-mode-map): Rewrite. Select one of the new maps as
3431 parent for ido-mode-map instead of building from scratch.
3432 (ido-init-mode-maps): New defun to initialize new maps.
3433 (ido-mode): Call it.
3434 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3435 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3436
3437 2005-11-26 John Paul Wallington <jpw@pobox.com>
3438
3439 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3440 `mouse-set-point' because the latter is not fbound when configured
3441 without X.
3442
3443 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
3444
3445 * files.el (file-relative-name): Doc fix.
3446
3447 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3448
3449 * progmodes/octave-inf.el (inferior-octave-startup): Force a
3450 non-empty string for secondary prompt PS2.
3451
3452 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * progmodes/compile.el (compilation-setup): Fix last change.
3455
3456 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
3457
3458 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3459 (gdb-mouse-toggle-breakpoint-margin)
3460 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3461 Add gdb-server-prefix to keep out of command history.
3462 (gdb-edit-register-value): New function.
3463 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3464 (gdb-info-registers-custom): Use above map.
3465
3466 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * custom.el (enable-theme): Signal error if argument is not a
3469 theme. Don't recalculate a face if it's not loaded yet.
3470
3471 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3472 the `user' theme is in effect.
3473
3474 * info.el (Info-on-current-buffer): Record actual filename in
3475 Info-current-file, instead of t, or a fake filename if a non-file
3476 buffer. Make autoload.
3477 (Info-find-node, Info-revert-find-node): No need to check for
3478 Info-current-file nil.
3479 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3480 Info-current-file is now never `t'.
3481 (Info-fontify-node): Many simplifications due to Info-current-file
3482 always being valid. Use Info-find-file to find node filename.
3483
3484 2005-11-25 David Kastrup <dak@gnu.org>
3485
3486 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3487 new character, then delete" in order to preserve markers.
3488
3489 2005-11-25 David Ponce <david@dponce.com>
3490
3491 * recentf.el (recentf-arrange-by-rule): Handle a special
3492 `auto-mode-alist'-like "strip suffix" rule.
3493 (recentf-build-mode-rules): Handle second level auto-mode entries.
3494
3495 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
3496
3497 * viper-keym.el (viper-ESC-key): Use different values in terminal and
3498 window modes.
3499
3500 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3501 jde-javadoc-checker-report-mode.
3502
3503 * ediff-wind (ediff-make-wide-display): Slight simplification.
3504
3505 * ediff.el (ediff-date): Change the date of last update.
3506
3507 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3510 Use define-minor-mode, and make it a local mode. Turn on font-lock.
3511 (hi-lock-mode): New global minor mode.
3512 (turn-on-hi-lock-if-enabled): New function.
3513 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3514 Change arguments to regexp and face instead of a font-lock pattern.
3515 Directly set face property, instead of refontifying.
3516 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3517 (hi-lock-find-patterns): Use line-number-at-pos.
3518
3519 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
3520 arguments for hi-lock-set-pattern.
3521 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3522 font-lock-fontify-buffer.
3523 (hi-lock-find-file-hook, hi-lock-current-line)
3524 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3525
3526 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3527 turned off.
3528
3529 * progmodes/compile.el (compilation-setup): Don't fiddle with
3530 font-lock-defaults.
3531
3532 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
3533
3534 * progmodes/gdb-ui.el (gdb-var-create-handler)
3535 (gdb-var-list-children-handler): Find values for all variable
3536 objects. gud-speedbar-buttons decides whether to display them.
3537
3538 2005-11-24 Romain Francoise <romain@orebokech.com>
3539
3540 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3541 buffer name with a space.
3542
3543 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
3544
3545 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3546 `org-export-local-list-max-depth'. Change default value to 3.
3547 (org-auto-renumber-ordered-lists)
3548 (org-plain-list-ordered-item-terminator): New options.
3549 (org-at-item-p, org-beginning-of-item, org-end-of-item)
3550 (org-get-indentation, org-get-string-indentation)
3551 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3552 functions.
3553 (org-move-item-down, org-move-item-up): New commands.
3554 (org-export-as-html): New classes for CSS support. Bug fix in
3555 regular expression detecting fixed-width regions. Respect
3556 `org-local-list-ordered-item-terminator'.
3557 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3558 also a list item.
3559 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3560 New item moving functions.
3561
3562 2005-11-24 Juri Linkov <juri@jurta.org>
3563
3564 * isearch.el (isearch-repeat): With empty search ring set
3565 `isearch-error' to the error string instead of signaling error
3566 with the function `error'.
3567
3568 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3569
3570 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3571
3572 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
3573
3574 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3575 and variable.
3576 (gdb-var-create-handler, gdb-var-list-children-handler):
3577 Don't match on "char **...".
3578 (gdb-var-update-handler): Find values for all variable objects.
3579 (gdb-info-frames-custom): Identify frames by leading "#".
3580
3581 * progmodes/gud.el (gud-speedbar-menu-items): Add
3582 gdb-speedbar-auto-raise as radio button.
3583 (gud-speedbar-buttons): Raise speedbar if requested.
3584 Don't match on "char **...".
3585 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3586 Make it editable.
3587
3588 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * info.el (Info-fontify-node): Handle the case where
3591 Info-current-file is t.
3592
3593 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * simple.el (blink-matching-open): Fix off-by-one in last change.
3596
3597 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3598
3599 * term/mac-win.el: Don't change default directory.
3600
3601 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
3602
3603 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3604 buffers correctly. (It used to throw an error in such buffers.)
3605 Make it ask for confirmation in group buffers and other Custom
3606 buffers containing more than one customization item.
3607
3608 2005-11-22 John Paul Wallington <jpw@gnu.org>
3609
3610 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3611 property on mail and url overlays.
3612 (goto-address-at-point): Use `posn-set-point' instead of
3613 `mouse-set-point' because the latter is not fbound when configured
3614 without X.
3615
3616 2005-11-22 Lars Hansen <larsh@soem.dk>
3617
3618 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3619 (ls-lisp-classify, ls-lisp-format): Delete call to
3620 ls-lisp-parse-symlink.
3621 (ls-lisp-handle-switches): Handle symlinks to directories as
3622 directories when ls-lisp-dirs-first in non-nil.
3623
3624 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
3625
3626 * startup.el (command-line): Make sure that loaddefs.el is handled
3627 correctly in load-history.
3628
3629 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
3630
3631 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3632 (gdb-struct-string, gdb-array-string): New constants.
3633 (gdb-info-locals-handler): Use them.
3634 (gdb-reset): Reset gdb-var-list to nil.
3635
3636 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3639 in patterns.
3640
3641 2005-11-21 Juri Linkov <juri@jurta.org>
3642
3643 * custom.el (defcustom): Update link types in docstring.
3644
3645 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
3646
3647 * custom.el (defgroup): Add doc-string-elt info.
3648
3649 * widget.el (define-widget): Don't use declare for the doc-string-elt.
3650
3651 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * newcomment.el (comment-enter-backward): Fix last fix.
3654
3655 * simple.el (blink-matching-open):
3656 * paren.el (show-paren-function): Allow new paren-class info.
3657
3658 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
3661 handled automagically.
3662
3663 2005-11-20 Andreas Schwab <schwab@suse.de>
3664
3665 * descr-text.el (describe-char): When copying overlays put them
3666 over the full char description instead of just the first character
3667 of it.
3668
3669 2005-11-20 Juri Linkov <juri@jurta.org>
3670
3671 * simple.el (what-cursor-position):
3672 * descr-text.el (describe-char): Use Lisp-readable syntax
3673 for octal and hex. Reorder decimal, octal and hex values.
3674 Remove excess whitespace in the output. Use `=' in `column='
3675 like in `point=' and `Hscroll='.
3676
3677 * international/mule-cmds.el (encoded-string-description):
3678 Use Lisp-readable syntax for hex.
3679
3680 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * newcomment.el (comment-enter-backward): Handle the case where the
3683 comment is closed by EOB.
3684
3685 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * longlines.el (longlines-before-revert-hook)
3688 (longlines-after-revert-hook): New functions.
3689 (longlines-mode): Turn off longlines temporarily when reverting.
3690 Add a message-setup-hook.
3691 (longlines-decode-buffer): New function.
3692 (longlines-wrap-line): Preserve marker positions.
3693
3694 2005-11-19 Andreas Schwab <schwab@suse.de>
3695
3696 * emacs-lisp/shadow.el: Handle compressed files.
3697
3698 2005-11-19 Romain Francoise <romain@orebokech.com>
3699
3700 * net/browse-url.el (browse-url-default-browser): Signal an error
3701 if no usable browser can be found, rather than try to load w3.
3702
3703 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
3704
3705 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3706 replacing existing properties.
3707 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3708 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3709 tty specs.
3710 (rcirc-server-prefix, rcirc-server): New faces.
3711 (rcirc-url-regexp): Generate with rx macro.
3712 (rcirc-last-server-message-time): New variable.
3713 (rcirc-filter): Record time of last message.
3714 (rcirc-keepalive): Kill processes that did not send a message
3715 since the last ping.
3716 (rcirc-mode): Give rcirc-topic a local binding here.
3717
3718 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
3719
3720 * subr.el (read-passwd): Fontify the prompt as we do with other
3721 prompts.
3722
3723 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
3724
3725 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3726 binding buffer-read-only to nil.
3727
3728 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3729
3730 * complete.el (partial-completion-mode):
3731 Mention completion-auto-help in the doc string.
3732
3733 * man.el (Man-highlight-references): Doc fix. Reformat code in a
3734 more Lisp-ish way.
3735
3736 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3737
3738 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3739 digits, not 8, to avoid misalignment for files larger than 100MB.
3740
3741 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3742
3743 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3744 Mention "keyboard shortcuts" in the help text.
3745
3746 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3747
3748 * startup.el (fancy-splash-default-action): Discard only
3749 mouse-down and succeeding mouse-up events in the splash screen
3750 window so that drag-n-drop event can be processed.
3751
3752 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * longlines.el (longlines-mode): Add hacks for mail-mode and
3755 message-mode.
3756
3757 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
3758
3759 * textmodes/org.el (org-table-sort-lines): New command.
3760 (org-tbl-menu): Add entry for `org-table-sort-lines'.
3761 (org-add-file): Command removed, use `org-agenda-file-to-front'
3762 instead.
3763 (org-export-icalendar): Use `org-icalendar-combined-name'.
3764 (org-cycle-agenda-files, org-agenda-file-to-end)
3765 (org-agenda-file-to-front): New commands.
3766 (org-table-tab-jumps-over-hlines,org-export-html-style): New
3767 options.
3768 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3769 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3770 New functions.
3771 (org-fill-paragraph): Call `org-table-align' in tables.
3772 (org-mode): Call `org-set-autofill-regexps'.
3773 (org-export-as-html): Support for local handformatted lists.
3774 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3775 (org-export-local-list-max-depth): New option.
3776 (org-html-expand): Use `org-html-protect'.
3777
3778 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
3779
3780 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3781 to "p".
3782 (gdb): Move definition of gud-pp to...
3783
3784 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
3785 speedbar.
3786 (gdb-find-watch-expression): New function.
3787
3788 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * faces.el (face-attribute, set-face-attribute): Mention existence
3791 of `:ignore-defface' setting in docstring.
3792
3793 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * simple.el (completion-setup-function): Fix last change.
3796
3797 2005-11-17 John Paul Wallington <jpw@pobox.com>
3798
3799 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3800 Use `posn-set-point' instead of `mouse-set-point' because the
3801 latter is not fbound when configured without X.
3802
3803 * comint.el (comint-insert-input): Likewise.
3804
3805 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * simple.el (hard-newline): New variable.
3808 (sendmail-user-agent-compose, next-line): Use it.
3809
3810 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3811 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3812 (mail-mail-reply-to, mail-mail-followup-to)
3813 (mail-position-on-field, mail-signature, mail-yank-original)
3814 (mail-attach-file): Likewise.
3815
3816 * mail/mailheader.el (mail-header-format)
3817 (mail-header-format-function): Likewise.
3818
3819 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3820
3821 2005-11-17 Juri Linkov <juri@jurta.org>
3822
3823 * font-lock.el (font-lock-faces): Rename this defgroup from
3824 `font-lock-highlighting-faces'.
3825 (font-lock-comment-face, font-lock-comment-delimiter-face)
3826 (font-lock-string-face, font-lock-doc-face)
3827 (font-lock-keyword-face, font-lock-builtin-face)
3828 (font-lock-function-name-face, font-lock-variable-name-face)
3829 (font-lock-type-face, font-lock-constant-face)
3830 (font-lock-warning-face, font-lock-negation-char-face)
3831 (font-lock-preprocessor-face)
3832 (font-lock-regexp-grouping-backslash)
3833 (font-lock-regexp-grouping-construct): Rename :group from
3834 `font-lock-highlighting-faces' to `font-lock-faces'.
3835
3836 * cus-edit.el (lisp, c, tex):
3837 * progmodes/ada-mode.el (ada):
3838 * progmodes/asm-mode.el (asm):
3839 * progmodes/cperl-mode.el (cperl-faces):
3840 * progmodes/cpp.el (cpp):
3841 * progmodes/dcl-mode.el (dcl):
3842 * progmodes/f90.el (f90):
3843 * progmodes/fortran.el (fortran):
3844 * progmodes/icon.el (icon):
3845 * progmodes/idlwave.el (idlwave-misc):
3846 * progmodes/m4-mode.el (m4):
3847 * progmodes/make-mode.el (makefile):
3848 * progmodes/meta-mode.el (meta-font):
3849 * progmodes/modula2.el (modula2):
3850 * progmodes/octave-mod.el (octave):
3851 * progmodes/pascal.el (pascal):
3852 * progmodes/perl-mode.el (perl):
3853 * progmodes/prolog.el (prolog):
3854 * progmodes/ps-mode.el (PostScript-edit):
3855 * progmodes/scheme.el (scheme):
3856 * progmodes/sh-script.el (sh-script):
3857 * progmodes/simula.el (simula):
3858 * progmodes/tcl.el (tcl):
3859 * textmodes/nroff-mode.el (nroff):
3860 * textmodes/reftex-vars.el (reftex-fontification-configurations):
3861 * textmodes/sgml-mode.el (sgml):
3862 * textmodes/texinfo.el (texinfo):
3863 Add :link (custom-group-link font-lock-faces) to defgroup.
3864
3865 * hi-lock.el (hi-lock): Rename this defgroup from
3866 `hi-lock-interactive-text-highlighting'. Change parent group from
3867 `faces' to `font-lock'. Add link to the manual.
3868 (hi-lock-mode, hi-lock-file-patterns-range)
3869 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3870 `hi-lock-interactive-text-highlighting' to `hi-lock'.
3871 (hi-lock-faces): Add :group `faces'.
3872
3873 * cus-edit.el (custom-variable-prompt): Clarify the code.
3874
3875 * faces.el (face-read-string): Set the default value arg of
3876 completing-read.
3877
3878 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
3879
3880 * rfn-eshadow.el (file-name-shadow-properties)
3881 (file-name-shadow-tty-properties, file-name-shadow-mode):
3882 Remove autoloads, because the file is now preloaded.
3883
3884 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * printing.el (easy-menu-intern): Don't define.
3887 (pr-get-symbol): Use easy-menu-intern only if defined.
3888
3889 * simple.el (blink-matching-open): Simplify a bit.
3890 (completion-setup-function): Fix the case of partial-completion-mode
3891 when the minibuffer's contents start with "-".
3892 Obey completion-base-size-function even when
3893 minibuffer-completing-file-name is non-nil.
3894
3895 2005-11-16 Richard M. Stallman <rms@gnu.org>
3896
3897 * net/eudcb-ph.el (eudc-ph-open-session):
3898 Use set-process-query-on-exit-flag.
3899
3900 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3901
3902 * international/ucs-tables.el (ucs-set-table-for-input):
3903 Use make-local-variable, not make-variable-buffer-local.
3904
3905 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3906 Improve warning message text.
3907
3908 * savehist.el (savehist-save-hook): Add :group.
3909
3910 * menu-bar.el (menu-bar-help-menu):
3911 Rename Find Extra Packages to External Packages.
3912
3913 * cus-edit.el (Custom-reset-standard): Verify that
3914 :custom-standard-value prop exists before calling it.
3915
3916 * apropos.el (apropos-calc-scores): Use apropos-pattern.
3917
3918 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
3919
3920 * wid-edit.el (color): Enclose %t in %{...%}.
3921
3922 * cus-edit.el (face): Enclose %t in %{...%}.
3923
3924 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
3925
3926 * savehist.el (savehist-mode-hook): Re-add the var.
3927 (savehist-mode): Use it.
3928
3929 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * textmodes/flyspell.el: Fix commenting convention.
3932 Remove unnecessary leading * in custom docstrings.
3933 (flyspell-emacs): Remove unused var.
3934 (flyspell-delete-region-overlays): Use remove-overlays.
3935 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3936 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3937 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3938 (flyspell-debug-signal-word-checked): Use with-current-buffer.
3939 (make-flyspell-overlay): Don't locally reuse a global name.
3940 (flyspell-highlight-incorrect-region)
3941 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3942 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3943 (flyspell-notify-misspell): Remove unused args `start' and `end'.
3944 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
3945 Wrap calls to accept-process-output inside with-local-quit since it's
3946 often called from a post-command-hook.
3947 (flyspell-correct-word, flyspell-auto-correct-word):
3948 Use ispell-send-string.
3949 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
3950
3951 * calendar/diary-lib.el (diary-list-entries): Also hide the
3952 terminating newline.
3953
3954 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
3955
3956 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3957 window-system, to allow fonts on tty.
3958
3959 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
3960
3961 * progmodes/gud.el (gud-speedbar-item-info): New function.
3962 (gud-install-speedbar-variables): Use it to display data type
3963 of watch expression as a tooltip in speedbar.
3964
3965 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
3966
3967 * font-core.el (global-font-lock-mode): Add :version keyword,
3968 because default was changed.
3969
3970 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3971
3972 * startup.el (command-line): Use `custom-reevaluate-setting' for
3973 `file-name-shadow-mode'.
3974
3975 * loadup.el: Preload rfn-eshadow.
3976
3977 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3978 Add :version keyword.
3979 (file-name-shadow-properties, file-name-shadow-tty-properties)
3980 (file-name-shadow): Add :version keyword.
3981
3982 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3983 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3984 in the custom-group property of the symbol frames and the fringe
3985 group got no link to its parent group frames.
3986 Doc fix.
3987
3988 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3989
3990 * progmodes/gud.el (gud-stop-subjob): New function.
3991 (gud-menu-map, gud-tool-bar-map): Use it.
3992
3993 2005-11-16 Kim F. Storm <storm@cua.dk>
3994
3995 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3996 than kill it.
3997 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
3998 to a more useful/logical place.
3999
4000 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4001
4002 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4003 go buttons complementary.
4004
4005 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4008 (rfn-eshadow-sifn-equal): New function.
4009 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4010
4011 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
4012
4013 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4014 string.
4015
4016 * viper.el (viper-emacs-state-mode-list): Ensure that
4017 rcirc-mode buffers come up in Emacs state.
4018
4019 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4020 operation.
4021
4022 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4023
4024 * term.el (term-termcap-format): Fix typos.
4025 (term-down): Fix the negative argument case.
4026
4027 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4028
4029 * progmodes/gdb-ui.el: Remove face-alias left over from change on
4030 2005-08-15.
4031 (gdb-ann3): New command gud-go.
4032 (menu): Accomodate gdb-mi.el.
4033 (gdb-assembler-custom): Make buffer of selected window current
4034 so that set-window-point works.
4035
4036 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4037 buttons and include new ones.
4038
4039 2005-11-16 Kim F. Storm <storm@cua.dk>
4040
4041 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4042 (gud-menu-map): Use it.
4043
4044 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
4045
4046 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4047 that works correctly for Custom and that does not override a user
4048 who disables it.
4049
4050 * help-mode.el (help-make-xrefs, help-xref-on-pp)
4051 (help-xref-interned, help-follow): Make hyperlinks for variables
4052 that are unbound, but have a non-nil variable-documentation property.
4053
4054 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4055 mode hook. (It conflicted with defcustoms for some mode hooks.)
4056 Use the `variable-documentation' property to give the mode hook a
4057 docstring and expand that docstring.
4058
4059 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
4060
4061 * savehist.el (savehist-mode): Don't bother with
4062 `custom-set-minor-mode'.
4063 (savehist-coding-system): Check XEmacs version.
4064 (history-length): Declare also at run time.
4065 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
4066 Don't set the customize state.
4067 (savehist-minibuffer-hook): Special case for when
4068 minibuffer-history-variable is equal to t.
4069
4070 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * files.el (write-file): Refresh VC status.
4073
4074 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4075 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4076 than fundamental-mode to see if the mode was set.
4077
4078 2005-11-14 Romain Francoise <romain@orebokech.com>
4079
4080 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4081 dummy function in `eval-when-compile' to avoid compiler warning.
4082 Require `man' at compile time.
4083
4084 2005-11-14 Jay Belanger <belanger@truman.edu>
4085
4086 * calc-alg.el (calcFunc-write-out-power): Rename it to
4087 calcFunc-powerexpand.
4088 (math-write-out-power): Rename it to math-powerexpand; have it
4089 handle negative exponents.
4090 (calc-writeoutpower): Rename it to calc-powerexpand.
4091
4092 * calc-ext.el: Change calcFunc-writeoutpower and
4093 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4094 autoloads.
4095 Add calcFunc-ldiv to autoloads.
4096
4097 * calc-arith.el (calcFunc-ldiv): New function.
4098
4099 * calc.el (calc-left-divide): New function.
4100
4101 2005-11-14 Juri Linkov <juri@jurta.org>
4102
4103 * cus-edit.el (custom-variable-prompt): Set the default value arg
4104 of completing-read.
4105
4106 * cus-dep.el (custom-make-dependencies): Reverse the list of
4107 found dependencies.
4108
4109 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4110
4111 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4112 Highlighting" entry, it is on by default now.
4113 (menu-bar-options-save): Do not save global-font-lock-mode.
4114
4115 2005-11-13 Richard M. Stallman <rms@gnu.org>
4116
4117 * textmodes/flyspell.el (flyspell-large-region):
4118 Call flyspell-accept-buffer-local-defs.
4119
4120 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
4121
4122 * textmodes/flyspell.el (flyspell-notify-misspell):
4123 Fix misspelling of "Misspelling".
4124 (flyspell-process-localwords): New function.
4125 (flyspell-large-region): Call flyspell-process-localwords and
4126 flyspell-delete-region-overlays.
4127 (flyspell-delete-region-overlays): New function.
4128 (flyspell-delete-all-overlays): Call that.
4129
4130 2005-11-13 Richard M. Stallman <rms@gnu.org>
4131
4132 * help.el (help-for-help-internal): Improve doc of C-h a.
4133 (describe-key): Improve prompt; doc fix.
4134
4135 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * vc-svn.el (vc-svn-registered): Catch all errors.
4138
4139 * cus-dep.el (custom-make-dependencies): Typo.
4140
4141 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
4142
4143 * net/tramp-util.el (top): Fix compilation warning.
4144
4145 2005-11-13 Kim F. Storm <storm@cua.dk>
4146
4147 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
4148
4149 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
4150
4151 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4152 (gud-speedbar-buttons): Match on "const char *" too.
4153
4154 * progmodes/gdb-ui.el (gdb-var-create-handler)
4155 (gdb-var-list-children-handler): Match on "const char *" too.
4156 (gdb-var-evaluate-expression-handler): Match on empty string.
4157 (gdb-var-update-handler): Only call
4158 gdb-var-evaluate-expression-handler when required.
4159
4160 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4163 selected window. This still doesn't work for speedbar.
4164 (gud-speedbar-buttons): Handle string expressions properly.
4165
4166 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4167 (gdb-var-create-handler): Handle string expressions properly.
4168 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4169 Handle string expressions properly. Move "type" field into regexp.
4170
4171 2005-11-12 Karl Fogel <kfogel@red-bean.com>
4172
4173 * bookmark.el (bookmark-maybe-message): New function to reduce
4174 code duplication: invokes `message' iff baud-rate is high enough.
4175 (bookmark-write-file): Use above instead of an inline conditional.
4176 (bookmark-load): Same.
4177
4178 2005-11-12 Karl Fogel <kfogel@red-bean.com>
4179
4180 * bookmark.el (bookmark-write-file): Don't visit the destination
4181 file, just write the data to it using write-region. This is
4182 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4183 change to avoid visiting the file in the first place.
4184
4185 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * hi-lock.el (hi-lock-mode): Set the default value of
4188 font-lock-defaults.
4189
4190 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
4191
4192 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4193 arg to `file-attributes'.
4194 (find-lisp-format): The UID and GID can now be strings.
4195
4196 2005-11-12 Kim F. Storm <storm@cua.dk>
4197
4198 * help.el (help-map): Bind C-h d to apropos-documentation.
4199
4200 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4201 when point is at end-of-buffer.
4202
4203 * apropos.el (apropos-match-face): Doc fix.
4204 (apropos-sort-by-scores): Add new choice `verbose'.
4205 (apropos-documentation-sort-by-scores): New defcustom.
4206 (apropos-pattern): Now contains the pattern entered by the user.
4207 (apropos-pattern-quoted): New defvar.
4208 (apropos-regexp): New defvar, containing the regexp corresponding
4209 to apropos-pattern.
4210 (apropos-all-words-regexp): Rename from apropos-all-regexp.
4211 (apropos-read-pattern): New defun. Use it to read pattern arg in
4212 interactive calls; returns list of words for a word list, and
4213 string for a regexp.
4214 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
4215 parses a list of words or regexp as returned by apropos-read-pattern.
4216 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4217 (apropos-score-doc): Return a very high score if the string
4218 entered by the user matches literally.
4219 (apropos-variable): Doc fix. Use apropos-read-pattern.
4220 (apropos-command): Doc fix. Use apropos-read-pattern and
4221 apropos-parse-pattern. Call apropos-print with nosubst=t.
4222 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
4223 apropos-parse-pattern.
4224 (apropos-documentation): Doc fix. Use apropos-read-pattern and
4225 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
4226 apropos-documentation-sort-by-scores. Call apropos-print with
4227 nosubst=t.
4228 (apropos-documentation-internal): Pass doc string through
4229 substitute-key-definition before adding text properties.
4230 Highlight substring matching literal user input if possible.
4231 (apropos-documentation-check-doc-file): Remove locals beg and end.
4232 Fix calculation of score (as added twice). Pass doc string through
4233 substitute-key-definition before adding text properties.
4234 (apropos-documentation-check-elc-file): Pass doc string through
4235 substitute-key-definition before adding text properties.
4236 Highlight substring matching literal user input if possible.
4237 (apropos-print): Add new arg NOSUBST; if set, command and variable
4238 doc strings have already been passed through substitute-key-definition.
4239 Add code to handle apropos-accumulator items without score element
4240 for backwards compatibility (e.g. with woman package).
4241 Only show scores if apropos-sort-by-scores is `verbose'.
4242
4243 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4246 Add jka-compr-load-suffixes to load-suffixes.
4247
4248 * jka-compr.el: Require jka-cmpr-hook.
4249 (jka-compr-info-compress-message, jka-compr-info-compress-program)
4250 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4251 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4252 (jka-compr-info-can-append, jka-compr-info-strip-extension)
4253 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4254 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
4255 (jka-compr-uninstall): Remove entries from
4256 jka-compr-added-to-file-coding-system-alist after they are used.
4257 (jka-compr-error): Remove unused var `curbuf'.
4258 (jka-compr-file-local-copy): Remove unused var `notfound'.
4259
4260 2005-11-10 Romain Francoise <romain@orebokech.com>
4261
4262 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4263
4264 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
4265
4266 * progmodes/gud.el (gud-menu-map): Move parentheses.
4267 (gdb): New command gud-pv.
4268
4269 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * tar-mode.el: Remove spurious or unnecessary leading stars
4272 in docstrings.
4273 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4274 (tar-parse-octal-integer-safe): Use mapc.
4275 (tar-header-block-summarize): Remove unused var `ck'.
4276 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4277 cleared before. Obey default-enable-multibyte-characters.
4278 Use mapconcat. Simplify setting of tar-header-offset.
4279 (tar-mode-map): Move initialization inside delcaration.
4280 (tar-flag-deleted): Use `abs'.
4281 (tar-expunge-internal): Remove unused var `line'.
4282 (tar-expunge-internal): Don't hardcode point-min==1.
4283 (tar-expunge): Widen while doing set-buffer-multibyte.
4284 (tar-rename-entry): Use file-name-coding-system.
4285 (tar-alter-one-field): Don't hardcode point-min==1.
4286 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4287 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
4288
4289 2005-11-10 Masatake YAMATO <jet@gyve.org>
4290
4291 * add-log.el (add-log-current-defun): Handle class::method
4292 notation of c++. Fix incorrect comment.
4293
4294 2005-11-10 Alan Mackenzie <acm@muc.de>
4295
4296 * help-fns.el (describe-variable): Make C-h v work when a variable
4297 has variable documentation yet is unbound.
4298
4299 2005-11-10 Masatake YAMATO <jet@gyve.org>
4300
4301 * man.el (Man-highlight-references): Set an empty
4302 string to `Man-arguments' if it is nil.
4303 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4304
4305 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4308 commenting conventions.
4309
4310 * cus-dep.el (custom-make-dependencies): Simplify.
4311 Better follow the commenting conventions.
4312
4313 2005-11-09 Richard M. Stallman <rms@gnu.org>
4314
4315 * apropos.el (apropos-pattern): Rename from apropos-regexp.
4316 (apropos-orig-pattern): Rename from apropos-orig-regexp.
4317 All uses changed.
4318 (apropos-rewrite-regexp): Doc fix.
4319 (apropos-variable, apropos-command, apropos, apropos-value):
4320 Change prompt; carry through the argument renaming.
4321
4322 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4323
4324 * find-lisp.el: Require dired.
4325 (find-lisp-find-dired-internal): Do not call
4326 `abbreviate-file-name' on DIR.
4327
4328 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4331
4332 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
4333
4334 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4335 when using the speedbar.
4336 (gdb): New command gud-pp.
4337 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4338
4339 2005-11-09 Juri Linkov <juri@jurta.org>
4340
4341 * replace.el (occur-excluded-properties): New defcustom.
4342 (occur-1, occur-engine, occur-accumulate-lines): Use it.
4343
4344 2005-11-08 Jay Belanger <belanger@truman.edu>
4345
4346 * calc/calc-units.el (math-convert-units): Replace any composite
4347 unit by its definition.
4348
4349 2005-11-08 Lars Hansen <larsh@soem.dk>
4350
4351 * emacs-lisp/autoload.el (update-directory-autoloads):
4352 Add obsolete function alias.
4353
4354 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4357 comment-indent-function.
4358 (lisp-comment-indent): Replace by an alias for comment-indent-default.
4359
4360 * reveal.el (reveal-post-command): Rework the handling of
4361 reveal-open-spots, so as to be more reliable. There were several
4362 tricky corner cases where an open spot might be lost, or where
4363 a closed spot might end up on the list of open spots.
4364 Only reveal text that's ellipsised.
4365
4366 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
4367
4368 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4369
4370 2005-11-07 John Paul Wallington <jpw@gnu.org>
4371
4372 * ibuffer.el (ibuffer): Search iconified frames too when
4373 getting Ibuffer buffer's window.
4374
4375 2005-11-06 Richard M. Stallman <rms@gnu.org>
4376
4377 * progmodes/compile.el (compilation-internal-error-properties):
4378 save-excursion around the computation of MARKER.
4379
4380 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
4381
4382 * textmodes/flyspell.el (flyspell-external-point-words):
4383 flyspell-get-word returns a list, not just a string.
4384
4385 2005-11-06 John Paul Wallington <jpw@pobox.com>
4386
4387 * ibuffer.el (ibuffer): Search all visible frames when getting
4388 Ibuffer buffer's window.
4389
4390 2005-11-07 Masatake YAMATO <jet@gyve.org>
4391
4392 * man.el (Man-reference-regexp): Accept spaces between
4393 `Man-name-regexp' and `Man-section-regexp'.
4394 (Man-apropos-regexp): New variable.
4395 (Man-abstract-xref-man-page): Use value for `Man-target-string'
4396 if available.
4397 (Man-highlight-references, Man-highlight-references0):
4398 Handle the case when `Man-arguments' includes "-k".
4399 (Man-highlight-references0): Rename the argument `TARGET-POS' to
4400 `TARGET'. `TARGET' can be a number, function or nil.
4401
4402 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
4403
4404 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4405 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4406 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4407 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4408 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4409 (gdb-send-item): Use buffer-local-value and simplify.
4410
4411 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
4412
4413 * startup.el (command-line): Use `custom-reevaluate-setting' for
4414 `global-font-lock-mode'.
4415
4416 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4417 by default, except in batch mode or when the -D option is given.
4418
4419 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4420 specified keyword args on to `define-minor-mode'. Update docstring.
4421
4422 2005-11-05 Romain Francoise <romain@orebokech.com>
4423
4424 * replace.el (occur-engine): Add marker at end of line, too.
4425
4426 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4427
4428 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4429 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4430 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4431 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4432 argument to all these routines, so the passphrase can be managed
4433 externally and passed in to the system.
4434 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4435 pgg-add-passphrase-to-cache function.
4436
4437 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4438 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4439 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4440 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4441 argument to all these routines, so the passphrase can be managed
4442 externally and passed in to the system.
4443 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4444 function.
4445
4446 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4447
4448 * font-lock.el: Don't deal with font-lock-face-attributes here,
4449 move the code ...
4450
4451 * startup.el (command-line): ... here. Use face-spec-set instead
4452 of custom-declare-face.
4453
4454 * faces.el (face-spec-set): Reset the face if spec is not nil.
4455
4456 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * newcomment.el (comment-region-internal): Box more tightly in the
4459 common case where there's no TAB in the boxed text.
4460
4461 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4462
4463 * info.el (info-tool-bar-map): Use images prev-node, next-node and
4464 up-node.
4465
4466 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
4467
4468 * newsticker.el: Commentary updated. Code formatting changed.
4469 (newsticker-version): Change to "1.9".
4470 (newsticker, newsticker-feed): Doc fix.
4471 (newsticker-url-list): Doc fix. Add option "Weekly".
4472 (newsticker-retrieval-interval): Add option "Weekly".
4473 (newsticker-headline-processing): Doc fix.
4474 (newsticker-auto-mark-filter): Remove.
4475 (newsticker-auto-mark-filter-list): New.
4476 (newsticker-layout, newsticker-sort-method): Doc fix.
4477 (newsticker-hide-old-items-in-newsticker-buffer)
4478 (newsticker-heading-format, newsticker-item-format)
4479 (newsticker-desc-format): Doc fix.
4480 (newsticker-show-all-rss-elements): Remove.
4481 (newsticker-show-all-news-elements): New.
4482 (newsticker-faces, newsticker-ticker): Doc fix.
4483 (remove-from-invisibility-spec): Code formatting.
4484 (newsticker--process-ids): New.
4485 (newsticker-mode): Doc fix.
4486 (newsticker-mode): Change mode-line-format.
4487 (newsticker-start): Remove debug output.
4488 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
4489 (newsticker-w3m-show-inline-images): Code formatting.
4490 (newsticker-next-item): Call `force-mode-line-update'.
4491 (newsticker-previous-item): Call `force-mode-line-update'.
4492 (newsticker-next-feed): Call `force-mode-line-update'.
4493 (newsticker-previous-feed): Call `force-mode-line-update'.
4494 (newsticker-mark-all-items-at-point-as-read): Code formatting.
4495 (newsticker-show-old-items): Do not show descs.
4496 (newsticker-hide-entry): Hide too much.
4497 (newsticker-hide-entry, newsticker-show-entry)
4498 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4499 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4500 (newsticker-toggle-auto-narrow-to-item): Code formatting.
4501 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4502 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4503 (newsticker-get-news): Call `force-mode-line-update'.
4504 Collect process ids.
4505 (newsticker--sentinel): Change coding system handling.
4506 Move image retrieval to new functions newsticker--get-logo-url-*.
4507 Move feed parsing to new functions newsticker--parse-*.
4508 Update list of process ids.
4509 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4510 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4511 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4512 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4513 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4514 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4515 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4516 (newsticker--decode-coding-string): Remove.
4517 (newsticker--decode-numeric-entities): Check input. Format code.
4518 (newsticker--remove-whitespace): Check input.
4519 (newsticker--do-forget-preformatted): Doc fix.
4520 (newsticker--decode-rfc822-date): Allow for missing time.
4521 (newsticker--update-process-ids): New.
4522 (newsticker--image-sentinel): Change comment.
4523 (newsticker--image-read): Change error message.
4524 (newsticker--imenu-goto): Doc fix. Show headline title.
4525 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4526 (newsticker--buffer-do-insert-text): Clean whitespace in
4527 html-rendered headline title. Code formatting.
4528 Call `newsticker--buffer-print-extra-elements'.
4529 (newsticker--buffer-print-extra-element): Remove.
4530 (newsticker--buffer-print-extra-elements): New.
4531 (newsticker--buffer-do-print-extra-element): New.
4532 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
4533 large sizes.
4534 (newsticker--run-auto-mark-filter)
4535 (newsticker--do-run-auto-mark-filter):
4536 Use `newsticker-auto-mark-filter-list'.
4537
4538 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
4539
4540 * net/rcirc.el: Use split-string OMIT-NULLS argument.
4541 (rcirc-print): Force redisplay before running hooks. Do long
4542 buffer truncation after making new text read-only. Deal with nil
4543 text when decoding strings. If TARGET is nil, use either the
4544 currently selected buffer, if it is an rcirc buffer and of the
4545 same process or the process buffer.
4546 (rcirc-mode): Remove header-line. Recompute short buffer names.
4547 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4548 (rcirc-short-buffer-name): Add variable.
4549 (rcirc-kill-buffer-hook): Recompute short buffer names.
4550 Remove nick from private channel.
4551 (rcirc-send-input): Send command text to current-buffer.
4552 Don't clear overlay arrow here.
4553 (rcirc-short-buffer-name): Return a short buffer name.
4554 (rcirc-update-short-buffer-names, rcirc-abbreviate)
4555 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4556 buffer-name abbreviations.
4557 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4558 Do not touch nick-table when killing a parted channel.
4559 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4560 Clear arrow from current buffer if it is now hidden.
4561 (rcirc-current-buffer): Add variable.
4562 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4563 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4564 Remove -face from names.
4565 (rcirc-update-activity-string): Print "DND" when globally ignoring
4566 activity.
4567 (rcirc-ignore-buffer-activity-flag): Rename from
4568 rcirc-ignore-channel-activity.
4569 (rcirc-ignore-all-activity-flag): Doc fix.
4570 (rcirc-channels): Remove variable.
4571 (rcirc-kill-buffer-hook):
4572 (rcirc-get-buffer-create): Add nick to private channel.
4573 (rcirc-multiline-edit-submit): Remove tabs.
4574 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4575 folded.
4576 (rcirc-remove-nick-channel): Bug fix.
4577 (rcirc-toggle-ignore-buffer-activity): Rename from
4578 rcirc-toggle-ignore-channel-activity.
4579 (rcirc-record-activity): Add buffers to the front of the list.
4580 (rcirc-update-activity): Remove killed buffers from list.
4581 (rcirc-process-server-response-1): Remove last argument if it is
4582 null before calling handler.
4583 (rcirc): Add "rcirc" defcustom prefix.
4584 (rcirc-prompt): Simplify default prompt.
4585 Use custom-initialize-default.
4586 (rcirc-private-chats): Remove variable.
4587 (rcirc-prompt): Change initialization.
4588 (rcirc-version): Remove function.
4589 (rcirc-id-string): Add constant.
4590 (rcirc-last-buffer): Remove variable.
4591 (rcirc-buffer-alist): Add variable.
4592 (rcirc-connect): Update variable setup.
4593 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4594 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4595 default.
4596 (rcirc-handler-generic): Trigger activity.
4597 (rcirc-send-message): Create the buffor of the target.
4598 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4599 (rcirc-get-buffer): Just return nil if there is no matching buffer.
4600 (rcirc-multiline-edit-cancel): Remove function.
4601 (rcirc-set-last-buffer): Remove function.
4602 (rcirc-get-any-buffer): Add function.
4603 (rcirc-join-channels): Don't print /join text.
4604 (rcirc-toggle-ignore-channel-activity): Add and update echo area
4605 messages.
4606 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4607 (rcirc-handler-NOTICE): Recognize CTCP responses.
4608 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4609 constructing TOPIC string for buffers we are not JOINed.
4610 (rcirc-handler-CTCP-response): Add handler.
4611 (rcirc-multiline-edit-submit): Restore the window-configuration
4612 before adjusting point.
4613 (rcirc): Add customization group.
4614 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4615 (rcirc-user-full-name, rcirc-startup-channels-alist)
4616 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4617 (rcirc-ignore-all-activity-flag, rcirc-time-format)
4618 (rcirc-input-ring-size, rcirc-read-only-flag)
4619 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4620 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4621 Change defvar to defcustom.
4622 (rcirc-update-prompt): Add optional ALL arg, which will update
4623 prompts in all rcirc buffers. Regexp quote replacement text.
4624 (rcirc-fill-column): Accept frame-width as a value.
4625 (rcirc-set-changed): Add function.
4626 (rcirc-next-active-buffer): Write more meaningful messages.
4627 (rcirc-faces): Add customization group.
4628 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4629 (rcirc-nick-in-message-face, rcirc-prompt-face)
4630 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4631 (with-rcirc-process-buffer): Move before first usage.
4632 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4633 (rcirc-debug-flag): Rename from `rcirc-log-p'.
4634 (rcirc-debug): Rename from `rcirc-log'.
4635 (rcirc-format-response-string): Do not print `-' chars for a
4636 NOTICE with no sender. Simplify output of server responses.
4637
4638 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4639
4640 (rcirc-browse-url-map, rcirc-browse-url-at-point)
4641 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4642 mouse and RET clickable.
4643
4644 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4645
4646 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4647
4648 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4649
4650 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4651 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4652 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4653 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4654 argument to all these routines, so the passphrase can be managed
4655 externally and passed in to the system.
4656 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4657 pgg-add-passphrase-to-cache function.
4658
4659 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4660 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4661 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4662 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4663 argument to all these routines, so the passphrase can be managed
4664 externally and passed in to the system.
4665 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4666 function.
4667
4668 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
4669
4670 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4671 from goto-address-url-regexp.
4672
4673 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
4674
4675 * textmodes/org.el (org-read-date, org-goto-calendar)
4676 (org-recenter-calendar, org-agenda-goto-calendar):
4677 Temporarily clear `calendar-move-hook'.
4678
4679 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
4680
4681 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4682 merging.
4683
4684 * ediff-util.el (ediff-previous-difference): Don't skip regions that
4685 have merge clashes.
4686
4687 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4688
4689 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4690 Undo previous change.
4691
4692 * startup.el (command-line): Use `custom-reevaluate-setting' for
4693 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
4694 tty-register-default-colors on Mac.
4695
4696 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4697
4698 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4699 (gdb-buffer-type): Make it automatically buffer local...
4700 (gdb-get-create-buffer): ...and set it accordingly.
4701 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4702 actually work.
4703
4704 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4707 not red.
4708
4709 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4710
4711 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4712 case GUD buffer is not visible.
4713 (gdb-goto-breakpoint): Try to force display in source buffer.
4714 (gdb-frame-gdb-buffer): Copy other similar functions.
4715 (gdb-restore-windows): Don't display source if not asked for.
4716 (gdb-assembler-buffer-name): Don't capitalise.
4717
4718 2005-11-03 Richard M. Stallman <rms@gnu.org>
4719
4720 * wid-edit.el (key-sequence): New widget type.
4721
4722 * simple.el (set-mark-command-repeat-pop): New variable.
4723 (set-mark-command): Only interpret plan C-@ after a pop as a pop
4724 if set-mark-command-repeat-pop is true.
4725
4726 * info.el (Info-fontify-node): Don't display extra "see" if there
4727 already is one here.
4728
4729 * mouse.el: Fix special handling of DEL after dragging a region:
4730 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4731 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
4732
4733 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4734
4735 * textmodes/ispell.el (ispell-command-loop): Change `i' description
4736 not to assume it pertains to an affix.
4737
4738 * textmodes/flyspell.el (flyspell-post-command-hook):
4739 Bind deactivate-mark to prevent deactivation.
4740
4741 2005-11-03 Lars Hansen <larsh@soem.dk>
4742
4743 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4744 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4745 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4746
4747 2005-11-03 Romain Francoise <romain@orebokech.com>
4748
4749 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
4750 Update copyright years.
4751
4752 2005-11-03 Sam Steingold <sds@gnu.org>
4753
4754 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4755 Use system-type instead of window-system because window-system is not
4756 correctly defined during loadup.
4757
4758 2005-11-02 Mark A. Hershberger <mah@everybody.org>
4759
4760 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4761 (xml-parse-tag): Join strings separated by a comment properly.
4762
4763 2005-11-02 Andreas Schwab <schwab@suse.de>
4764
4765 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4766
4767 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4770 (byte-optimize-pure-func): Quote the eval'd value.
4771
4772 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4773 Rename from perl-font-lock-syntactic-face-function.
4774 Change the calling convention so it can be used as a font-lock MATCHER.
4775 Do the parse-partial-sexp loop outselves.
4776 (perl-font-lock-syntactic-keywords): Use it.
4777 (perl-mode): Don't set font-lock-syntactic-face-function any more.
4778
4779 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
4780
4781 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4782 disassembly buffer too.
4783 (gdb-exited): Remove overlay arrows when execution has finished.
4784 (gdb-info-frames-custom, gdb-info-threads-custom)
4785 (gdb-info-registers-custom): Don't add inappropriate text
4786 properties if inferior is not active.
4787
4788 2005-11-02 Glenn Morris <rgm@gnu.org>
4789
4790 * progmodes/fortran.el (fortran-blink-match):
4791 Use `blink-matching-delay'.
4792
4793 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
4794
4795 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4796
4797 2005-11-02 Lars Hansen <larsh@soem.dk>
4798
4799 * net/tramp.el (tramp-action-out-of-band): Handle scp message
4800 "Permission denied".
4801
4802 2005-11-01 Richard M. Stallman <rms@gnu.org>
4803
4804 * textmodes/flyspell.el (flyspell-external-point-words):
4805 Pass nil to flyspell-get-word.
4806
4807 2005-11-02 Kim F. Storm <storm@cua.dk>
4808
4809 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4810 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4811
4812 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4815 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4816 (calendar-mouse-print-dates): Add optional `event' argument.
4817 Update interactive-spec.
4818 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4819 Use `calendar-event-to-date' instead of `event'.
4820
4821 2005-11-02 Masatake YAMATO <jet@gyve.org>
4822
4823 * progmodes/ld-script.el (ld-script-builtins):
4824 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4825 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4826 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4827
4828 2005-11-01 Romain Francoise <romain@orebokech.com>
4829
4830 * vc-sccs.el: Update copyright year.
4831 * ezimage.el: Likewise.
4832
4833 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4834
4835 * info.el (Info-fontify-node): Use `string-width' for fontifying
4836 underlined titles.
4837
4838 2005-11-01 Juri Linkov <juri@jurta.org>
4839
4840 * info.el (Info-fontify-node): Downcase node header keywords Node,
4841 Prev, Next, Up before comparison.
4842 (Info-history): Insert absolute directory name, and put invisible
4843 property on it.
4844
4845 2005-11-01 Juri Linkov <juri@jurta.org>
4846
4847 * info.el (Info-file-supports-index-cookies): New variable.
4848 (Info-find-node-2): Check makeinfo version for index cookie support.
4849 (Info-index-nodes): Search for nodes with index cookies only when
4850 Info-file-supports-index-cookies is t. Otherwise, search nodes
4851 with "Index" in the node name.
4852 (Info-index-node): Search index cookie in the current node only when
4853 Info-file-supports-index-cookies is t. Otherwise, check the word
4854 "Index" in the node name.
4855 (Info-find-emacs-command-nodes): Remove code that searches nodes
4856 with "Index" node name in the top menu.
4857
4858 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * progmodes/scheme.el (scheme-mode-variables): Use the default
4861 comment-indent-function.
4862
4863 * faces.el (face-attribute): Handle the case where a face inherits from
4864 a non-existent face.
4865
4866 * simple.el (eval-expression-print-format): Use lisp-readable syntax
4867 for octal and hexa output, and merge the char into the paren.
4868 (kill-new): Use push.
4869 (copy-to-buffer): Use with-current-buffer.
4870 (completion-setup-function): Move code in loop to remove redundancy.
4871 (minibuffer-local-must-match-map): Don't add bindings that duplicate
4872 those inherited from minibuffer-local-completion-map.
4873
4874 * savehist.el (savehist-mode) <defcustom>:
4875 Use custom-set-minor-mode if available.
4876 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4877 and emit a message if applicable.
4878
4879 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
4880
4881 * savehist.el: Sync up to version 19.
4882 (savehist-mode): New minor mode.
4883 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4884 (savehist-length): Remove (use history-length instead).
4885 (savehist-file-modes): Rename from savehist-modes.
4886 (savehist-save-hook, savehist-loaded): New vars.
4887 (savehist-load): Use savehist-mode. Try to smooth up transition from
4888 old format to new format.
4889 (savehist-install): Allow savehist-autosave-interval to be nil.
4890 (savehist-save): Run the new hook. Be more careful to only trim the
4891 history variables.
4892 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
4893 (savehist-printable): Print into a buffer rather than char-by-char.
4894
4895 2005-11-01 John Wiegley <johnw@newartisans.com>
4896
4897 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4898 toggle-ignore keybinding (C-a). The author said it had been
4899 disabled much earlier due to a possible incompatibility, but after
4900 many months of usage I have encountered no problems (and it is a
4901 rather useful option, especially for switching to " *temp*").
4902
4903 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4904 support for OS/X's AddressBook, by calling out to the open source
4905 program "contacts" (installable through Fink).
4906
4907 * net/eudc.el (eudc-expand-inline): If the
4908 `eudc-multiple-match-handling-method' is set to `all', delete the
4909 query string before inserting the query result.
4910
4911 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4912 flag, to prevent Eshell from using the system ls when
4913 `eshell-ls-insert-directory' is in used.
4914 (eshell-ls-insert-directory): Disable font-lock in directory
4915 buffer so that Eshell's own fontification is seen. This broke
4916 recently due to changes in font-lock, so this goes back to version
4917 21 behavior.
4918
4919 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
4920
4921 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4922 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4923 (gdb-many-windows): Doc fix.
4924
4925 2005-10-31 Romain Francoise <romain@orebokech.com>
4926
4927 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4928
4929 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4930
4931 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4932 that global-font-lock-mode can be enabled by default.
4933
4934 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4935 (font-lock-add-keywords, font-lock-remove-keywords)
4936 (font-lock-fontify-buffer): Remove autoload cookies.
4937
4938 * jit-lock.el (jit-lock-register): Likewise.
4939
4940 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4941
4942 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4943
4944 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4945 intact if there is no gud-comint-buffer.
4946
4947 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
4948
4949 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4950 old prompt comint-prompt-read-only is t and GDB commands are
4951 issued from tool bar etc.
4952
4953 2005-10-31 Masatake YAMATO <jet@gyve.org>
4954
4955 * vc.el (vc-directory-exclusion-list): Add "{arch}".
4956
4957 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4960 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4961
4962 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
4963
4964 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4965 starting at beginning of line. Fontification is messed up when
4966 `open-paren-in-column-0-is-defun-start' set to t.
4967 Reported by John Paul Wallington <jpw@pobox.com>.
4968
4969 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
4970
4971 * comint.el (comint-send-input): Call `comint-update-fence' when
4972 `comint-process-echoes' and `comint-prompt-read-only' are both
4973 non-nil, to avoid leftover read-only newline.
4974
4975 2005-10-30 Richard M. Stallman <rms@gnu.org>
4976
4977 * textmodes/flyspell.el (flyspell-external-point-words):
4978 Detect when WORD can't be checked properly because
4979 flyspell-get-word finds just part of it, and move on.
4980
4981 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4982 boundarychar for Polish.
4983 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4984 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4985
4986 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4987
4988 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4989 (gdb-registers-font-lock-keywords): Delete.
4990 (gdb-registers-mode): Don't fontify.
4991 (gdb-info-registers-custom): Use text properties instead as, in
4992 future, changed register values will use font-lock-warning-face.
4993 (gdb-local-font-lock-keywords): Rename to...
4994 (gdb-locals-font-lock-keywords): ...for consistency.
4995
4996 2005-10-30 Andre Spiegel <spiegel@gnu.org>
4997
4998 * vc.el (vc-switch-backend): Better error message if the buffer is
4999 not visiting a file under version control.
5000
5001 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5002
5003 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5006 ~/.emacs.d/.emacs.
5007
5008 2005-10-29 Richard M. Stallman <rms@gnu.org>
5009
5010 * replace.el (occur-mode-mouse-goto): Always go to other window.
5011 (occur-mode-goto-occurrence): Always switch in same window.
5012
5013 * simple.el (undo): Display message at end, not at start.
5014
5015 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5016 New arg REUSE-CELL.
5017 (cancel-timer-internal): New function.
5018 (timer-event-handler): Use cancel-timer-internal,
5019 and pass the cell it returns to timer-activate...
5020
5021 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5022 (jit-lock-deferred-fontify, jit-lock-context-fontify)
5023 (jit-lock-after-change): Test memory-full.
5024
5025 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
5026
5027 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5028 part of the decoded armor to find the key-identifier.
5029 (pgg-gpg-lookup-key-owner): New function to return the
5030 human-readable identifier of a key owner.
5031 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5032 key itself.
5033 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5034 the key value) if we have a key and can match it against a secret
5035 key. Also, added a note pointing out fact that the prompt only
5036 indicates the first matching key.
5037
5038 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5039 pgg-decrypt-region.
5040 (pgg-pending-timers): A new hash for tracking the passphrase cache
5041 timers, so that new ones supercede old ones.
5042 (pgg-add-passphrase-to-cache): Rename from
5043 `pgg-add-passphrase-cache' to reduce confusion (all callers
5044 changed). Modified to cancel old timers when new ones are added.
5045 (pgg-remove-passphrase-from-cache): Rename from
5046 `pgg-remove-passphrase-cache' to reduce confusion (all callers
5047 changed). Modified to cancel old timers when their keys are
5048 removed from the cache.
5049 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5050 XEmacs, an indirection to delete-itimer.
5051 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5052 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5053 users can only check cache without risk of prompting. Correct bug in
5054 notruncate behavior.
5055 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5056 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5057 Add informative docstrings.
5058 (pgg-decrypt): Convey provided passphrase in subordinate call to
5059 pgg-decrypt-region.
5060
5061 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5062 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5063 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5064 'passphrase' argument, so the passphrase can be managed externally
5065 and then passed in to the system.
5066
5067 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5068 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5069 so the passphrase cache can be used reliably with identifiers
5070 besides a pgp packet's key id.
5071
5072 * pgg-gpg.el (pgg-pgp-encrypt-region)
5073 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5074 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5075 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5076 argument to all these routines, so the passphrase can be managed
5077 externally and passed in to the system.
5078
5079 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5080 'notruncate' argument, so the passphrase cache can be used
5081 reliably with identifiers besides a pgp packet's key id.
5082
5083 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
5084
5085 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5086 symmetric encryption.
5087 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5088 encrypted session key.
5089 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5090 message ask for the passphrase in a proper way.
5091
5092 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5093 New user commands for symmetric encryption.
5094
5095 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
5096
5097 * textmodes/conf-mode.el (conf-assignment-sign)
5098 (conf-assignment-regexp): Fix docstrings.
5099 (conf-mode-initialize): New function.
5100 (conf-mode): Remove optional args. Use delay-mode-hooks to
5101 recognize recursive calls.
5102 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5103 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5104 (conf-xdefaults-mode): Use define-derived-mode and
5105 conf-mode-initialize.
5106
5107 2005-10-29 Romain Francoise <romain@orebokech.com>
5108
5109 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5110
5111 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
5112
5113 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5114 part of the decoded armor to find the key-identifier.
5115 (pgg-gpg-lookup-key-owner): New function to return the
5116 human-readable identifier of a key owner.
5117 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5118 key itself.
5119 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5120 the key value) if we have a key and can match it against a secret
5121 key. Also, added a note pointing out fact that the prompt only
5122 indicates the first matching key.
5123
5124 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5125 pgg-decrypt-region.
5126 (pgg-pending-timers): A new hash for tracking the passphrase cache
5127 timers, so that new ones supercede old ones.
5128 (pgg-add-passphrase-to-cache): Rename from
5129 `pgg-add-passphrase-cache' to reduce confusion (all callers
5130 changed). Modified to cancel old timers when new ones are added.
5131 (pgg-remove-passphrase-from-cache): Rename from
5132 `pgg-remove-passphrase-cache' to reduce confusion (all callers
5133 changed). Modified to cancel old timers when their keys are
5134 removed from the cache.
5135 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5136 XEmacs, an indirection to delete-itimer.
5137 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5138 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5139 users can only check cache without risk of prompting. Correct bug in
5140 notruncate behavior.
5141 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5142 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5143 Add informative docstrings.
5144 (pgg-decrypt): Convey provided passphrase in subordinate call to
5145 pgg-decrypt-region.
5146
5147 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
5148
5149 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5150 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5151 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5152 'passphrase' argument, so the passphrase can be managed externally
5153 and then passed in to the system.
5154
5155 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5156 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5157 so the passphrase cache can be used reliably with identifiers
5158 besides a pgp packet's key id.
5159
5160 * pgg-gpg.el (pgg-pgp-encrypt-region)
5161 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5162 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5163 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5164 argument to all these routines, so the passphrase can be managed
5165 externally and passed in to the system.
5166
5167 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5168 'notruncate' argument, so the passphrase cache can be used
5169 reliably with identifiers besides a pgp packet's key id.
5170
5171 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
5172
5173 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5174 symmetric encryption.
5175 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5176 encrypted session key.
5177 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5178 message ask for the passphrase in a proper way.
5179
5180 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5181 New user commands for symmetric encryption.
5182
5183 2005-10-28 Bill Wohler <wohler@newt.com>
5184
5185 * help-mode.el (help-url): New button type. Calls browse-url.
5186 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5187 Similar to Info nodes: URL `url'.
5188 (help-make-xrefs): Create help-url buttons for
5189 help-xref-url-regexp matches.
5190
5191 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
5192
5193 * tool-bar.el (tool-bar-add-item-from-menu)
5194 (tool-bar-local-item-from-menu): Fix doc strings.
5195
5196 2005-10-28 Romain Francoise <romain@orebokech.com>
5197
5198 * ldefs-boot.el: Update.
5199
5200 * subr.el (locate-library): Move from help-fns.el.
5201 * help-fns.el (locate-library): Move to subr.el.
5202
5203 2005-10-28 Richard M. Stallman <rms@gnu.org>
5204
5205 * net/tramp.el (tramp-completion-mode): defvar moved up.
5206
5207 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5208
5209 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5210
5211 * files.el (find-file-noselect): Use %d to format large file size.
5212
5213 * bindings.el (mode-line-format): Add %e.
5214
5215 * loadup.el ("facemenu"): Load unconditionally.
5216 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5217 ("x-dnd"): Load, when appropriate.
5218
5219 * startup.el (command-line): Call before-init-hook earlier.
5220 Warn about some bad characters in -u user name.
5221
5222 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5223 (flyspell-external-point-words): Error if misspelled word is not found.
5224 Set flyspell-large-region-beg at end of word.
5225
5226 2005-10-28 Andreas Schwab <schwab@suse.de>
5227
5228 * view.el (View-revert-buffer-scroll-page-forward):
5229 Use view-page-size-default.
5230
5231 2005-10-28 Juri Linkov <juri@jurta.org>
5232
5233 * international/quail.el (quail-get-current-str): Translate last
5234 raw character for deterministic input methods.
5235
5236 2005-10-27 Jay Belanger <belanger@truman.edu>
5237
5238 * calc/calc-ext.el: Add functions to autoloads.
5239 (math-identity-matrix-p, math-ident-row-p): New functions.
5240
5241 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5242 multiplication by an identity matrix; don't turn multiplication by
5243 an inverse matrix into division.
5244 (math-div-symbol-fancy): Replace division by matrices with
5245 multiplication by inverse.
5246
5247 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5248
5249 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5250 (calc-writeoutpower): New functions.
5251
5252 2005-10-27 Romain Francoise <romain@orebokech.com>
5253
5254 * replace.el (occur-engine): Include colon in mouse-face highlight.
5255
5256 * dired-x.el: Change Maintainer field.
5257
5258 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
5259
5260 * longlines.el (longlines-mode): Bind after-change-functions to
5261 nil during initial decoding and final encoding.
5262
5263 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5264
5265 * term.el (term-emulate-terminal, term-handle-colors-array)
5266 (term-handle-ansi-escape): Specify the terminfo capabilities
5267 implemented.
5268
5269 2005-10-26 Richard M. Stallman <rms@gnu.org>
5270
5271 * info.el (Info-fontify-node): Fix detection of sentence-break
5272 before *Note.
5273
5274 2005-10-26 Romain Francoise <romain@orebokech.com>
5275
5276 * smerge-mode.el: Add `tools' to file keywords.
5277
5278 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
5279
5280 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5281 when the fringe is not available.
5282
5283 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5284 (def-gdb-auto-update-trigger): Simplify construction.
5285 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5286 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5287 defined explicitly.
5288 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5289 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5290 defined explicitly.
5291 (gdb-info-locals-custom): Remove as it's a no-op.
5292
5293 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
5294
5295 * longlines.el (longlines-mode): Remove narrowing before
5296 performing the initial decoding or final encoding.
5297
5298 2005-10-25 Romain Francoise <romain@orebokech.com>
5299
5300 * emacs-lisp/find-func.el (find-library-name): Also strip
5301 extension if library name ends in .el, to take advantage of
5302 `find-library-suffixes'.
5303
5304 2005-10-25 Richard M. Stallman <rms@gnu.org>
5305
5306 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5307
5308 2005-10-25 Juri Linkov <juri@jurta.org>
5309
5310 * textmodes/texinfo.el (texinfo-mode): Change charset of one
5311 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5312
5313 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5316 (blackbox-redefine-key): Add argument `map'.
5317
5318 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5319 regions when moving the jit-lock-context-unfontify-pos boundary.
5320
5321 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
5322
5323 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5324
5325 2005-10-25 Masatake YAMATO <jet@gyve.org>
5326
5327 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5328
5329 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5330
5331 * play/blackbox.el (blackbox-redefine-key): New function.
5332 (blackbox-mode-map): Use it to remap existing bindings for cursor
5333 motion instead of binding literal keys.
5334
5335 2005-10-25 Glenn Morris <rgm@gnu.org>
5336
5337 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5338 diary does not end in a newline. Do not assume a blank line at
5339 the start of the diary file.
5340
5341 2005-10-25 Kenichi Handa <handa@m17n.org>
5342
5343 * international/quail.el (quail-translate-key): If the input
5344 method is deterministic and failed to handle the last key, restart
5345 the key handling loop from an appropriate key.
5346
5347 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
5348
5349 * vc.el (vc-dired-mode): Extend comment for binding of
5350 `directory-listing-before-filename-regexp'.
5351
5352 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 * textmodes/texinfo.el (texinfo-mode):
5355 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5356 not to unnecessarily expose emacs-mule's internal char codes.
5357
5358 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
5359
5360 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5361 Display hand pointer and help-echo on disabled icon too.
5362 (gdb-mouse-until): New function.
5363 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5364
5365 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
5366
5367 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5368 with 2005-10-23 change to doctor.el.
5369
5370 * finder.el (finder-mode-map): Add follow-link binding.
5371
5372 2005-10-25 Kim F. Storm <storm@cua.dk>
5373
5374 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5375 to gdb-mouse-toggle-breakpoint-fringe.
5376 (gdb-mouse-toggle-breakpoint-margin): Rename from
5377 gdb-mouse-toggle-breakpoint. Fix doc.
5378 (gdb-mouse-toggle-breakpoint-fringe): New defun.
5379 (gdb-put-string): Add optional SPROPS arg. Add props to string.
5380 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5381 string properties also for fringe breakpoint bitmaps.
5382
5383 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
5384
5385 * textmodes/org.el (org-start-icalendar-file): Fix format form.
5386
5387 2005-10-25 Masatake YAMATO <jet@gyve.org>
5388
5389 * simple.el (completion-common-substring):
5390 Use `completion-common-substring' prior to `completion-base-size'.
5391
5392 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
5393
5394 * savehist.el: Require CL while compiling.
5395 (savehist-history-variables): Remove.
5396 (savehist-save-minibuffer-history, savehist-additional-variables)
5397 (savehist-minibuffer-history-variables): New vars.
5398 (savehist-save): Use them.
5399 (savehist-uninstall, savehist-minibuffer-hook): New funs.
5400 (savehist-install): New fun, extracted from savehist-load.
5401 (savehist-load): Use them.
5402
5403 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5406 a dummy doc-string-elt property.
5407 (defalias, defvaralias, define-category): Add a docstring property.
5408
5409 * image.el (defimage):
5410 * widget.el (define-widget):
5411 * custom.el (defface, defcustom): Add `doc-string' declaration.
5412
5413 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5414 (defadvice): Add `doc-string' declaration.
5415
5416 * emacs-lisp/byte-run.el (macro-declaration-function):
5417 Handle `doc-string' declarations.
5418 (define-obsolete-function-alias, define-obsolete-variable-alias):
5419 Add `doc-string' declaration.
5420
5421 2005-10-24 Kenichi Handa <handa@m17n.org>
5422
5423 * international/utf-7.el (utf-7): Add autoload cookie.
5424
5425 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5426
5427 2005-10-24 Eli Zaretskii <eliz@gnu.org>
5428
5429 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5430 list of directories passed to batch-update-autoloads. Add "." to
5431 the list of the echoed directories.
5432
5433 * pgg-def.el:
5434 * pgg-gpg.el:
5435 * pgg-parse.el:
5436 * pgg-pgp.el:
5437 * pgg-pgp5.el:
5438 * pgg.el: Moved here from the gnus subdirectory.
5439
5440 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
5441
5442 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5443 in case comint-prompt-read-only is set to t.
5444
5445 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5446 in case comint-prompt-read-only is set to t.
5447
5448 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
5449
5450 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5451 Now a string.
5452 (icalendar-import-format): Handle CLASS, STATUS, URL.
5453 Rename `subject' to `summary'.
5454 (icalendar-import-format-summary): Rename from
5455 `icalendar-import-format-subject'.
5456 (icalendar-import-format-url, icalendar-import-format-status)
5457 (icalendar-import-format-class): New variables.
5458 (icalendar--rris): Take variable argument list.
5459 (icalendar--datestring-to-isodate): Remove unnecessary
5460 calendar-style check when converting dates with explicit month names.
5461 (icalendar-export-region): Change return type of conversion
5462 subroutines. Bury current buffer unless error occurred.
5463 (icalendar--convert-to-ical)
5464 (icalendar--parse-summary-and-rest): New functions.
5465 (icalendar--convert-ordinary-to-ical)
5466 (icalendar--convert-weekly-to-ical)
5467 (icalendar--convert-yearly-to-ical)
5468 (icalendar--convert-block-to-ical)
5469 (icalendar--convert-cyclic-to-ical)
5470 (icalendar--convert-anniversary-to-ical): Change return type.
5471 Strip trailing blanks from subject.
5472 (icalendar--convert-sexp-to-ical): Change return type.
5473 Strip trailing blanks from subject. Handle simple sexp
5474 entries as generated by icalendar.el.
5475 (icalendar--convert-float-to-ical)
5476 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5477 (icalendar-import-file): Doc fix.
5478 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5479 Correct call to icalendar--rris.
5480 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
5481 `summary'.
5482 (icalendar--add-diary-entry): Rename `subject' to `summary'.
5483
5484 2005-10-24 Romain Francoise <romain@orebokech.com>
5485
5486 * server.el (server-sentinel): Set query-on-exit flag to nil on
5487 new client processes (it isn't inherited from the server process).
5488
5489 * replace.el (occur-engine): Rearrange text properties.
5490
5491 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5494 case-fold-search is nil.
5495 (debug-help-follow): Use help-xref-interned directly.
5496
5497 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * thumbs.el (thumbs-image-type): Add .pbm.
5500
5501 2005-10-23 Richard M. Stallman <rms@gnu.org>
5502
5503 * faces.el (inhibit-face-set-after-frame-default): New variable.
5504 (set-face-attribute): Bind it.
5505 (face-set-after-frame-default): Test it.
5506
5507 * help-fns.el (describe-simplify-lib-file-name): New function.
5508 (describe-function-1, describe-variable): Use it.
5509
5510 * faces.el (describe-face): Use describe-simplify-lib-file-name.
5511
5512 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5513 Eliminate nil as possible value.
5514 (tooltip-hide-delay): Reduce internal-border-width.
5515
5516 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5517 (menu-bar-file-menu) <new-file>: Likewise.
5518
5519 * simple.el (line-move-finish): Ignore fields computing LINE-END.
5520
5521 * international/mule.el (load-with-code-conversion):
5522 Pass full file name to `eval-buffer' unless preloading.
5523
5524 * textmodes/flyspell.el (flyspell-large-region):
5525 Call ispell-check-version.
5526
5527 * textmodes/ispell.el (ispell-local-dictionary-overridden):
5528 Fix the make-variable-buffer-local call that was supposed
5529 to be for this variable.
5530 (ispell-aspell-supports-utf8): Doc fix.
5531 (ispell-find-aspell-dictionaries): Preserve elements of
5532 ispell-dictionary-alist for dictionaries that aspell doesn't report.
5533 (ispell-aspell-find-dictionary): Return nil on error.
5534
5535 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5536 (doctor-symptoms): Likewise.
5537
5538 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5539
5540 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5541
5542 * cus-edit.el (custom-button, custom-button-pressed): New vars.
5543 (custom-raised-buttons): Add :set spec.
5544 (custom-button-unraised, custom-button-pressed-unraised):
5545 New faces, so that custom-raised-buttons actually does something.
5546 (custom-mode): Use custom-button and custom-button-pressed.
5547
5548 * wid-edit.el (widget-specify-button): Don't ignore
5549 widget-mouse-face on graphic terminals.
5550 (widget-move-and-invoke): Cleanup.
5551
5552 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
5553
5554 * whitespace.el (whitespace-cleanup): Doc fix.
5555
5556 2005-10-23 Romain Francoise <romain@orebokech.com>
5557
5558 * emulation/viper.el (viper-set-hooks): Quote forms passed to
5559 `eval-after-load' to avoid evaluating their result.
5560
5561 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
5562
5563 * files.el (directory-listing-before-filename-regexp):
5564 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
5565
5566 * dired.el (dired-move-to-filename-regexp): Remove.
5567 All occurences replaced by `directory-listing-before-filename-regexp'.
5568
5569 * dired-x.el, locate.el, vc.el:
5570 Replace `dired-move-to-filename-regexp' by
5571 `directory-listing-before-filename-regexp'. In vc.el it is
5572 overwritten locally; maybe this can be handled in files.el too.
5573
5574 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
5575 replaced by `directory-listing-before-filename-regexp'.
5576
5577 2005-10-23 Andreas Schwab <schwab@suse.de>
5578
5579 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5580 and eval-next-after-load.
5581
5582 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5583
5584 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5585 exist, create it.
5586
5587 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
5588
5589 * allout.el: Remove autoloads for mailcrypt and crypt++.
5590 Require pgg, pgg-gpg during compilation.
5591 (allout-version): Increment version number to 2.1, and use a literal
5592 rather than RCS Id.
5593 (allout-default-encryption-scheme): Remove.
5594 (allout-passphrase-verifier-handling)
5595 (allout-passphrase-verifier-string)
5596 (allout-file-passphrase-verifier-string)
5597 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5598 (allout-passphrase-hint-handling): Rename and simplify.
5599 (allout-init): Use `find-file-hook' if available, otherwise
5600 `find-file-hooks'.
5601 (allout-mode): Use `write-file-functions' if available, otherwise
5602 `local-write-file-hooks' and, instead of making auto-save-hook
5603 buffer local, make the write-file-hook activity contingent to
5604 allout-mode.
5605 (allout-mode): Use key-binding substitution in the docstring.
5606 (allout-kill-line): Spell-out kill ring data structure mutation
5607 instead of using byte-compiler-complaint-provoking `pop'.
5608 (allout-insert-listified): Use `insert' rather than `insert-string'
5609 (allout-toggle-current-subtree-encryption): Update docstring, adjust
5610 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5611 (allout-encrypt-string): Totally revamped vis new underlying
5612 encryption facilities.
5613 (allout-mc-activate-passwd): Remove.
5614 (allout-obtain-passphrase): New, more or less replaces
5615 allout-mc-activate-passwd.
5616 (allout-encrypted-key-info): More or less replaces
5617 allout-encrypted-text-type.
5618 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5619 (my-mark-marker): Use `(featurep 'xemacs)'.
5620
5621 2005-10-23 Lars Hansen <larsh@soem.dk>
5622
5623 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5624 (byte-compile-file-form-defmumble, byte-compile-defun)
5625 (byte-compile-defmacro): Use it.
5626 (byte-compile-form): Don't call byte-compile-set-symbol-position
5627 when a byte-compile handler is called.
5628
5629 2005-10-22 Romain Francoise <romain@orebokech.com>
5630
5631 * savehist.el (savehist-history-variables): Add `grep-find-history'.
5632
5633 * subr.el (eval-after-load): Convert library name to an absolute
5634 file name using locate-library, since load-history no longer has
5635 library names in it.
5636
5637 2005-10-22 Richard M. Stallman <rms@gnu.org>
5638
5639 * files.el (make-temp-file): Move from subr.el.
5640 * subr.el (make-temp-file): Move to files.el.
5641
5642 * window.el (get-buffer-window-list): Move from subr.el.
5643 * subr.el (get-buffer-window-list): Move to window.el.
5644
5645 * image.el (image-load-path): Use eval-at-startup to initialize.
5646
5647 * subr.el (eval-at-startup): New macro.
5648
5649 * subr.el: Much rearrangement of functions and division
5650 into pages. No code changes.
5651
5652 2005-10-22 Kenichi Handa <handa@m17n.org>
5653
5654 * tar-mode.el (tar-extract): Be sure to call
5655 find-operation-coding-system if set-auto-coding doesn't find a
5656 coding system.
5657
5658 2005-10-22 Kim F. Storm <storm@cua.dk>
5659
5660 * image.el (image-type-header-regexps): Rename from image-type-regexps.
5661 Change users.
5662 (image-type-file-name-regexps): New defconst.
5663 (image-type-from-data): Simplify loop.
5664 (image-type-from-buffer): New defun.
5665 (image-type-from-file-header): Use it instead of image-type-from-data.
5666 Use image-search-load-path instead of only looking in data-directory.
5667 (image-type-from-file-name): New defun.
5668 (image-search-load-path): Change `pathname' to `filename'.
5669 Make PATH arg optional, default to image-load-path.
5670
5671 2005-10-21 Richard M. Stallman <rms@gnu.org>
5672
5673 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5674
5675 * textmodes/paragraphs.el (sentence-end-base): New variable.
5676 (sentence-end): Use sentence-end-base.
5677
5678 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * font-lock.el (font-lock-default-fontify-region): Check the multiline
5681 property independently from the font-lock-multiline variable.
5682
5683 2005-10-21 Richard M. Stallman <rms@gnu.org>
5684
5685 * emacs-lisp/find-func.el (find-library-name): Doc fix.
5686
5687 * startup.el (command-line): Convert library names
5688 in `load-history' to absolute file names.
5689
5690 * subr.el (symbol-file): Doc fix.
5691
5692 * loadhist.el (file-loadhist-lookup): Call locate-library
5693 instead of find-library-name. Don't try converting
5694 abs file names to library names, since load-history no longer
5695 has library names in it.
5696 (file-dependents, file-provides, file-requires): Doc fixes.
5697
5698 2005-10-21 Juri Linkov <juri@jurta.org>
5699
5700 * progmodes/etags.el (tags-table-mode): New function.
5701 (tags-verify-table): Replace initialize-new-tags-table with
5702 tags-table-mode.
5703
5704 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5705 default value.
5706 (desktop-modes-not-to-save): Add tags-table-mode to the
5707 default value.
5708
5709 * info.el (Info-index-next): Add total number of index
5710 alternatives to the message.
5711
5712 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5713 backward only space (instead of space and period) before looking
5714 at sentence end.
5715
5716 * simple.el (set-variable): Use user-variable-p instead of symbolp.
5717 Add the old variable value as 4th default-value arg of read-string.
5718
5719 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5720
5721 * cus-face.el (custom-declare-face): Make face from X resources
5722 also on Mac.
5723
5724 * disp-table.el (standard-display-g1, standard-display-graphic):
5725 Refuse to use string glyphs also on Mac.
5726 (standard-display-european): Don't set terminal coding system also
5727 on Mac.
5728
5729 * frame.el (display-screens): Use x-display-screens also on Mac.
5730
5731 2005-10-21 Romain Francoise <romain@orebokech.com>
5732
5733 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
5734
5735 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5738 and $? into sexps.
5739
5740 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5741 warning face on open-paren-in-column-0.
5742
5743 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5744 boundary case. Fix typo.
5745 Suggested by Martin Rudalics <rudalics@gmx.at>.
5746
5747 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
5748
5749 * textmodes/org.el (org-combined-agenda-icalendar-file)
5750 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5751 (org-export-icalendar-this-file)
5752 (org-export-icalendar-all-agenda-files)
5753 (org-export-icalendar-combine-agenda-files): New commands.
5754 (org-export-icalendar, org-print-icalendar-entries)
5755 (org-start-icalendar-file, org-finish-icalendar-file)
5756 (org-ical-ts-to-string): New functions.
5757 (org-read-date, org-goto-calendar)
5758 (org-agenda-goto-calendar): Inhibit displaying diary entries by
5759 call to `calendar'.
5760 (orgtbl-setup): Remove the :keys arguments from the menu description.
5761 (org-after-save-iCalendar-file-hook): New variable.
5762
5763 2005-10-21 Kenichi Handa <handa@m17n.org>
5764
5765 * language/vietnamese.el (tcvn-5712): Make it an alias of
5766 vietnamese-tcvn coding-system.
5767
5768 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
5769
5770 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5771 group id is given.
5772
5773 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * progmodes/sh-script.el (sh-escaped-line-re): New var.
5776 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5777 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5778 whose line is either continued or ends with a comment.
5779
5780 2005-10-20 Romain Francoise <romain@orebokech.com>
5781
5782 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5783
5784 * replace.el (occur-engine): Add follow-link property.
5785
5786 * font-core.el (font-lock-mode): Doc fix.
5787
5788 2005-10-20 Richard M. Stallman <rms@gnu.org>
5789
5790 * net/rcirc.el: New file.
5791
5792 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
5793
5794 * term.el (term-term-name): Initialize to "eterm-color".
5795
5796 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
5797
5798 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5799 for encryption functionality.
5800 Move allout customization subgroup from `editing' to `outlines' group.
5801 Fix commentary keywords to legitimate ones.
5802 Update author info (using my current email address, obscurified).
5803 (allout-encrypt-string, allout-encryption-produce-work-buffer)
5804 (allout-encrypted-topic-p, allout-encrypted-text-type)
5805 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5806 (allout-situate-encryption-key-verifier)
5807 (allout-get-encryption-key-verifier, allout-verify-key)
5808 (allout-next-topic-pending-encryption)
5809 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5810 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5811 (outline-key-verifier-handling, outline-key-hint-handling)
5812 (outline-encrypt-unencrypted-on-saves): New defcustoms.
5813 (allout-file-key-verifier-string, allout-encryption-scheme)
5814 (allout-key-verifier-string, allout-key-hint-string)
5815 (allout-after-save-decrypt): New variables.
5816 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5817 (allout-after-saves-handler): New hook functions.
5818 (allout-post-command-business): Do allout-after-save-decrypt.
5819 (allout-enable-file-variable-adjustment): Custom var to enable
5820 mechanism for adding and adjusting settings of Emacs file variables.
5821 (allout-adjust-file-variable, allout-file-vars-section-data):
5822 New functions, implement the mechanism.
5823 (outlineify-sticky): Use the file vars mechanism.
5824 (allout-inhibit-protection, allout-during-write-cue)
5825 (allout-override-protect, allout-before-change-protect): Remove.
5826 (allout-flag-region, allout-open-topic): Adjust read-only text.
5827 (allout-open-line-not-read-only): Add to facilitate read-only
5828 text based protection.
5829 (allout-kill-line): Revise to adjust read-only text, clue the
5830 user about the inhibition.
5831 (allout-unprotected): Use unwind-protect.
5832 (allout-shift-in, allout-shift-out): Disallow manually shifting a
5833 topic deeper than the offspring depth of the previous topic -
5834 avoiding confusing "containment discontinuities".
5835 (allout-reindent-bodies): Fix retention of body relative hanging
5836 indent during promotion of collapsed bodies.
5837 (allout-open-topic): Make it easy to open new topic with same
5838 bullet as current topic - topic creation functions provided with
5839 any universal argument provokes now prompt for bullet, defaulting
5840 to the bullet of the previous topic.
5841 (allout-plain-bullets-string, allout-distinctive-bullets-string):
5842 Plain bullet alternates `.' period and `,' comma only. All other
5843 bullets are relegated to special status (but customizable).
5844 (allout-end-of-entry): Rename from allout-end-of-current-entry
5845 since it actually operates w.r.t. most immediately containing
5846 entry, visible or not.
5847 (allout-hide-current-entry, allout-show-current-entry): Use the
5848 revised version.
5849 (allout-old-expose-topic): Solidify deprecation.
5850 (allout-end-of-subtree): Add so we can span concealed as well
5851 as visible topics.
5852 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5853 (allout-end-of-current-heading): Tweak to just respect the first line.
5854 (allout-get-body-text): Add.
5855 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5856 when invoked interactively.
5857 (allout-up-current-level): Use `interactive-p'.
5858 (allout-mode, allout-init): Miscellaneous docstring and
5859 operational refinements, as well as hookups of new encryption stuff.
5860 (allout-beginning-of-current-entry): Now works as advertised.
5861 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5862 (allout-isearch-rectification): Refine condition for isearching.
5863 (allout-isearch-abort, allout-enwrap-isearch)
5864 (allout-flag-region, my-region-active-p): Relocate some macros.
5865 (allout-title): Fallback title is (buffer-name), not
5866 non-existing (current-buffer-name).
5867 (subst-char-in-string): Define if absent (for some XEmacs versions).
5868
5869 2005-10-20 Jari Aalto <jari.aalto@cante.net>
5870
5871 * mail/sendmail.el (mail-setup-hook, mail-aliases)
5872 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5873 (mail-citation-prefix-regexp, mail-signature-file)
5874 (mail-default-headers, mail-bury-selects-summary)
5875 (mail-send-nonascii): Add autoload cookies.
5876
5877 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5878
5879 * frame.el (blink-cursor-mode): Add `mac' to the list of
5880 window-system's that support blinking cursor.
5881
5882 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
5883
5884 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5885
5886 2005-10-20 Eli Zaretskii <eliz@gnu.org>
5887
5888 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5889 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5890 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5891
5892 2005-10-20 Kim F. Storm <storm@cua.dk>
5893
5894 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5895 (ido-set-current-directory): Don't add / after final @.
5896 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5897 Explicitly handle ange-ftp completion oddities.
5898 (ido-make-file-list): Don't rotate list at tramp root to avoid
5899 triggering tramp file handler for expand-file-name via get-file-buffer.
5900
5901 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5904
5905 2005-10-19 Jay Belanger <belanger@truman.edu>
5906
5907 * calc/calc-units.el (math-standard-units): Add units, adjust
5908 symbols and update values.
5909 (math-unit-prefixes): Add more prefixes.
5910
5911 2005-10-19 Romain Francoise <romain@orebokech.com>
5912
5913 * bookmark.el (bookmark-menu-heading): New face.
5914 (bookmark-bmenu-list): Use it.
5915 Don't fiddle with `baud-rate' at top-level.
5916
5917 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * image.el (create-image, find-image): Mention max-image-size in
5920 docstring.
5921
5922 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * savehist.el (savehist-load): Revert to checking XEmacs.
5925
5926 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5927 Various docstring and line-width fixups.
5928 (conf-mode): Use cond.
5929 Set font-lock-defaults. Don't set comment-use-syntax.
5930
5931 2005-10-18 David Ponce <david@dponce.com>
5932
5933 * tree-widget.el (tree-widget-button-click): New function.
5934 (tree-widget-button-keymap): Use it.
5935
5936 2005-10-18 Romain Francoise <romain@orebokech.com>
5937
5938 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5939 (bookmark-bmenu-hide-filenames): Add follow-link property.
5940 Improve help-echo text.
5941
5942 * ffap.el (find-file-at-point): Doc fix.
5943
5944 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5945
5946 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5947
5948 2005-10-18 Masatake YAMATO <jet@gyve.org>
5949
5950 Install to the CVS repository what I forgot to install in my
5951 2005-10-16 changes.
5952
5953 * progmodes/python.el (python-complete-symbol): Pass the common
5954 prefix substring of completion to `display-completion-list'.
5955
5956 * textmodes/org.el (org-complete): Ditto.
5957
5958 2005-10-18 Masatake YAMATO <jet@gyve.org>
5959
5960 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5961
5962 * woman.el (WoMan-xref-man-page): New button type derived
5963 from `Man-abstract-xref-man-page'.
5964 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5965
5966 * man.el (Man-abstract-xref-man-page): New button type.
5967 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5968 (Man-highlight-references): Add new optional argument `xref-man-type'.
5969
5970 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5971
5972 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5973
5974 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * cus-edit.el (Custom-move-and-invoke): Delete.
5977 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5978
5979 * wid-edit.el (widget-move-and-invoke): New function, from
5980 Custom-move-and-invoke.
5981
5982 2005-10-17 Bill Wohler <wohler@newt.com>
5983
5984 Move all remaining images from lisp/toolbar to etc/images, move
5985 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
5986 the low resolution images in their own directory (low-color).
5987
5988 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5989 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5990 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5991 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5992 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5993 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5994 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5995
5996 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5997 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5998 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5999 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6000 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6001 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6002 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6003 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6004 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6005 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6006 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6007 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6008 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6009 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6010 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6011
6012 To conform with convention, replace the underscore (_) in the
6013 following image names with dash (-) or (/) as appropriate.
6014
6015 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6016 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6017 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6018 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6019 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6020 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6021 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6022 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6023 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6024 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6025 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6026 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6027 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6028 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6029 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6030
6031 * info.el (info-tool-bar-map): Replace underscores in image names
6032 with dashes.
6033
6034 * makefile.w32-in (WINS): Remove toolbar.
6035
6036 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6037
6038 * tool-bar.el: Move to lisp from toolbar. Now that
6039 toolbar is empty, it should be deleted when folks run "cvs up -P".
6040
6041 2005-10-18 Jay Belanger <belanger@truman.edu>
6042
6043 * calc/calc-store.el (calc-store-into): Get the proper variable name
6044 to display in message.
6045
6046 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
6047
6048 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6049 expressions display in speedbar for all buffers when debugging.
6050 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6051
6052 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6053 (speedbar-insert-button, speedbar-make-button):
6054 Use add-text-properties.
6055 (speedbar-update-localized-contents)
6056 (speedbar-update-directory-contents)
6057 (speedbar-update-special-contents): Use dolist.
6058 (speedbar-buffer-easymenu-definition): Add a menu separator.
6059
6060 2005-10-17 Jason Rumney <jasonr@gnu.org>
6061
6062 * makefile.w32-in: Use $(lisp) consistently.
6063 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6064 for shell specific generation of mh-autoloads.
6065
6066 2005-10-17 Richard M. Stallman <rms@gnu.org>
6067
6068 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6069
6070 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * jit-lock.el (jit-lock-fontify-now):
6073 Move jit-lock-context-unfontify-pos to avoid wasted work.
6074
6075 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
6076
6077 * net/tramp.el (tramp-completion-mode): New defvar. Used in
6078 `tramp-completion-mode' for checking if we are in completion mode.
6079 (tramp-completion-handle-file-name-all-completions): Reorder code
6080 in order to complete for file names only in case there are no
6081 method/user/host completions. This is necessary for cooperation
6082 with ido. Reported by Kim F. Storm <storm@cua.dk>.
6083
6084 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * longlines.el (longlines-search-forward)
6087 (longlines-search-backward): Match any number of spaces.
6088
6089 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
6090
6091 * diff-mode.el (diff-mode): Doc fix.
6092
6093 2005-10-16 David Reitter <david.reitter@gmail.com>
6094
6095 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6096 as default on darwin and windows systems.
6097
6098 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
6099
6100 * arc-mode.el (archive-zip-extract): Doc fix.
6101
6102 2005-10-16 Romain Francoise <romain@orebokech.com>
6103
6104 * mouse.el (mouse-1-click-follows-link): Doc fix.
6105
6106 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * savehist.el: Don't require CL at runtime.
6109 (savehist-xemacs): Remove.
6110 (savehist-coding-system): Use utf-8 if present, regardless of religion.
6111 (savehist-no-conversion): Use (featurep 'xemacs).
6112 (savehist-load): Check existence of start-itimer rather than XEmacs.
6113 Use an idle timer.
6114 (savehist-process-for-saving): Replace use of CL funs `subseq' and
6115 `delete-if-not'.
6116
6117 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
6118
6119 * savehist.el: Newer version.
6120 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6121 (savehist-last-checksum, savehist-no-conversion): New vars.
6122 (savehist-autosave, savehist-process-for-saving, savehist-printable):
6123 New functions.
6124 (savehist-load, savehist-save): Use them.
6125 (savehist-delimit): Remove.
6126
6127 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * progmodes/compile.el (compilation-goto-locus): Display the
6130 compilation buffer first and the source buffer second, in case they're
6131 in overlapping frames. Don't raise the compilation frame if it was the
6132 selected window upon entry. Pass the `other-window' arg to
6133 pop-to-buffer.
6134
6135 * info.el (Info-fontify-node): Use dolist.
6136 Change add-text-properties to put-text-property.
6137
6138 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6139
6140 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6141 bound of search.
6142
6143 2005-10-16 Masatake YAMATO <jet@gyve.org>
6144
6145 * dabbrev.el (dabbrev-completion): Pass the common
6146 prefix substring of completion to `display-completion-list'.
6147
6148 * filecache.el (file-cache-minibuffer-complete)
6149 (file-cache-complete): Ditto.
6150
6151 * tempo.el (tempo-display-completions): Ditto.
6152
6153 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6154
6155 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6156
6157 * eshell/em-hist.el (eshell-list-history): Ditto.
6158
6159 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6160
6161 * mail/mailalias.el (mail-complete): Ditto.
6162
6163 * progmodes/etags.el (complete-tag): Ditto.
6164
6165 * progmodes/make-mode.el (makefile-complete): Ditto.
6166
6167 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6168
6169 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6170
6171 * progmodes/pascal.el (pascal-complete-word)
6172 (pascal-show-completions): Ditto.
6173
6174 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6175
6176 * simple.el (completion-common-substring): New variable.
6177 (completion-setup-function): Use `completion-common-substring'
6178 to put faces.
6179
6180 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6181
6182 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6183 (x-get-selection, mac-select-convert-to-string): Convert from/to
6184 UTF-16 clipboard data as in native byte order, no BOM.
6185
6186 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
6187
6188 * progmodes/gud.el (gud-tool-bar-map): Rename the images
6189 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6190 (gud-sentinel): Use speedbar-frame to check for speedbar.
6191
6192 2005-10-15 Richard M. Stallman <rms@gnu.org>
6193
6194 * savehist.el: New file.
6195
6196 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
6197
6198 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6199 Fix bug in \bf fontification.
6200
6201 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * pcvs.el (cvs-edit-log-files): New var.
6204 (cvs-mode-edit-log): New arg `file'.
6205 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6206 Instead force the use of the original file and nothing else.
6207 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6208 the cvs-minor-wrap-function is set.
6209 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6210
6211 2005-10-14 Bill Wohler <wohler@newt.com>
6212
6213 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6214 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6215 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6216 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6217 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6218 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6219 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6220 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6221 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6222 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6223 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6224 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6225 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6226 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6227 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6228
6229 * progmodes/gud.el (gud-tool-bar-map): Rename the images
6230 appropriately (for example, gud-break to gud/break).
6231
6232 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * longlines.el (longlinges-search-function)
6235 (longlines-search-forward, longlines-search-backward): New functions.
6236 (longlines-mode): Set isearch-search-fun-function to
6237 longlinges-search-function.
6238
6239 * mouse.el (mouse-drag-region-1): Handle the case where a
6240 double-click event is bound to an arbitrary function.
6241
6242 2005-10-14 David Ponce <david@dponce.com>
6243
6244 * recentf.el (recentf-track-opened-file)
6245 (recentf-track-closed-file, recentf-update-menu)
6246 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6247 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6248 mouse-1-click-follows-link.
6249
6250 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6251
6252 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6253 Gnome file-manager.png. Suggested by
6254 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6255
6256 * toolbar/README: Add diropen.xpm.
6257
6258 2005-10-13 Bill Wohler <wohler@newt.com>
6259
6260 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6261 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
6262
6263 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6266 Don't waste the byte-compiler's time on constant data.
6267
6268 2005-10-13 Kenichi Handa <handa@m17n.org>
6269
6270 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6271 byte with `escape-glyph' face.
6272
6273 * international/fontset.el (ccl-encode-unicode-font):
6274 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6275 Handle the case that ucs-mule-to-mule-unicode translates a character to
6276 ASCII (usually for IPA characters).
6277
6278 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6281 Don't hide the underline of titles if font-lock-mode is disabled.
6282
6283 2005-10-12 Bill Wohler <wohler@newt.com>
6284
6285 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
6286 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6287 files in MH-E-SRC have been updated.
6288 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6289
6290 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6293 (mixal-mode-syntax-table): Add \n as end-comment.
6294 (mixal-operation-codes-alist): Immediately initialize to full value.
6295 (mixal-add-operation-code): Remove.
6296 (mixal-describe-operation-code): Make the arg non-optional.
6297 Use the interactive spec instead.
6298 Use mixal-operation-codes-alist rather than mixal-operation-codes.
6299 (mixal-font-lock-keywords): Don't highlight comments here any more.
6300 (mixal-font-lock-syntactic-keywords): New var.
6301 (mixal-mode): Use it. Fix comment-start-skip.
6302
6303 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6304
6305 * startup.el (command-line-x-option-alist): -nb => -nbi
6306
6307 2005-10-12 Kim F. Storm <storm@cua.dk>
6308
6309 * startup.el (fancy-splash-default-action): Discard mouse click in
6310 the splash screen window, as it has no sensible meaning in the
6311 next window to be selected. Fixes error reported by Jan D.
6312
6313 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6314
6315 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6316
6317 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6320 Try to fix up minor layout issues like indentation, line break, etc...
6321 (mixal-mode-syntax-table): Don't try to specify comment syntax,
6322 because it doesn't work.
6323 (mixal-operation-codes): Add some more codes.
6324 (mixal-font-lock-keywords): Process comments here.
6325 (mixal-mode): mixasm no longer needs -g option.
6326
6327 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
6328
6329 * progmodes/sh-script.el (sh-tmp-file):
6330 Use mktemp -t. Finish support for es and rc shells.
6331
6332 2005-10-11 Jay Belanger <belanger@truman.edu>
6333
6334 * calc/calcalg2.el (calc-integral): With an argument, compute the
6335 definite integral.
6336
6337 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * mouse.el (mouse-drag-region-1): Don't try to catch a
6340 double-click when doing follow-link (it's overridden anyway).
6341
6342 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6345 (autoload-print-form-outbuf): Add docstring.
6346
6347 2005-10-11 Juri Linkov <juri@jurta.org>
6348
6349 * info.el (Info-mode-menu): Delete menu item "Edit".
6350 (Info-mode): Delete description of Info-edit from docstring,
6351 and rearrange descriptions of Info commands in the order
6352 they are documented in the Info manual.
6353
6354 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * calendar/appt.el (appt-check): Use diary-selective-display var.
6357
6358 2005-10-10 Richard M. Stallman <rms@gnu.org>
6359
6360 * net/newsticker.el (newsticker-start, newsticker-show-news):
6361 Add autoload cookies.
6362
6363 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6364
6365 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6366
6367 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
6368
6369 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6370
6371 2005-10-10 Jay Belanger <belanger@truman.edu>
6372
6373 * calc/calc-arith.el (math-check-known-scalarp)
6374 (math-check-known-matrixp): Check the values of arguments that are
6375 variables.
6376 (math-check-known-square-matrixp): New function.
6377 (math-known-square-matrixp): Use math-check-known-square-matrixp.
6378 (math-super-types): Add sqmatrix type.
6379
6380 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6381 mode name `square' to `sqmatrix'.
6382
6383 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6384 mode name `square' to `sqmatrix'.
6385
6386 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * progmodes/etags.el (select-tags-table-mode): Don't use
6389 selective-display.
6390 (tags-select-tags-table): Pass `button' to the action function.
6391 (select-tags-table): Place the side-info on button properties rather
6392 than in hidden text. Abbreviate file names.
6393 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6394 (select-tags-table-select): Add `button' argument.
6395 Get side-info from the button property rather than from hidden text.
6396
6397 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
6398
6399 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6400 (gud-speedbar-buttons): Preserve point if possible.
6401 (gud-sentinel): Restore previous speedbar display type.
6402
6403 * progmodes/gdb-ui.el (gdba): Improve diagram.
6404 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6405 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6406 Call get-buffer-window once.
6407
6408 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6411 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6412 (pascal-indent-command): Remove unused var `ind'.
6413 (pascal-indent-case): Remove unused var `oldpos'.
6414 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6415 since it's now used as a proper minor mode map.
6416 (pascal-outline): Rename to pascal-outline-mode.
6417 (pascal-outline-mode): Use define-minor-mode.
6418 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6419 selective-display.
6420
6421 2005-10-10 Andreas Schwab <schwab@suse.de>
6422
6423 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6424 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
6425
6426 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6427 outside source directory.
6428
6429 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
6430
6431 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6432 C-x' as a prefix.
6433 (orgtbl-mode-map): Full keymap instead of sparse, because all
6434 `self-insert-command' keys are redefined in this map.
6435 (org-export-as-html): Specify charset for HTML file, by taking it
6436 from the coding system.
6437
6438 2005-10-10 Kenichi Handa <handa@m17n.org>
6439
6440 * textmodes/flyspell.el (flyspell-check-word-p):
6441 If unread-command-events is non-empty, don't call sit-for.
6442
6443 2005-10-09 Richard M. Stallman <rms@gnu.org>
6444
6445 * font-lock.el (font-lock-syntactic-keywords)
6446 (font-lock-keywords): Doc fixes.
6447
6448 * textmodes/flyspell.el (flyspell-external-point-words):
6449 Simplify logic, and don't try to check for consecutive appearances
6450 of one incorrect word.
6451
6452 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6455 separator.
6456
6457 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6458 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6459 (gud-expansion-speedbar-buttons): New function.
6460 (gud-speedbar-buttons): Check for gud-comint-buffer.
6461
6462 2005-10-09 Bill Wohler <wohler@newt.com>
6463
6464 * Makefile.in (updates): Add mh-loaddefs dependency.
6465
6466 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
6467
6468 * speedbar.el (speedbar-file-key-map): Fix typo.
6469
6470 2005-10-09 Daniel Brockman <daniel@brockman.se>
6471
6472 * cus-start.el (line-spacing): Add custom spec.
6473
6474 2005-10-09 Romain Francoise <romain@orebokech.com>
6475
6476 * textmodes/ispell.el (ispell-check-version): Fix last change.
6477
6478 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6479
6480 * term/x-win.el: Remove -i, --icon-type from comment.
6481
6482 * startup.el (command-line-x-option-alist): Remove options -i,
6483 -itype, --icon-type, added -nb, --no-bitmap-icon
6484
6485 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
6486
6487 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6488 instead of :active.
6489
6490 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
6491
6492 * textmodes/ispell.el (ispell-check-version):
6493 Ignore hyphen, and all that follows, in aspell's version text.
6494
6495 2005-10-08 Jay Belanger <belanger@truman.edu>
6496
6497 * calc/calc-arith.el (math-known-square-matrixp): New function.
6498 (math-pow-fancy): Check for matrices before distributing exponent
6499 across products.
6500
6501 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6502 fullscreen keypad. Suggested by Luc Teirlinck.
6503 (calc-keypad-show-input): Add space for formatting.
6504
6505 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6506 Add square matrix option.
6507
6508 * calc/calc-poly.el (math-expand-term): Check for matrices instead
6509 of checking calc-matrix-mode when deciding how to expand.
6510
6511 * calc/calc.el (calc-set-mode-line): Add square matrix option.
6512
6513 2005-10-08 Lars Hansen <larsh@soem.dk>
6514
6515 * net/tramp.el (tramp-perl-directory-files-and-attributes):
6516 Add error handling.
6517 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6518
6519 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
6520
6521 Sync with Tramp 2.0.51.
6522
6523 * net/tramp.el (tramp-handle-set-visited-file-modtime)
6524 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6525 Insert special handling for `last-coding-system-used', again
6526 it still seems to be necessary (unlike stated before).
6527 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6528 (tramp-password-prompt-regexp): There might be other words before
6529 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6530 (tramp-chunksize): Improve docstring.
6531 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6532 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
6533 Christian Joergensen <bugs@razor.dk>.
6534
6535 2005-10-07 Glenn Morris <rgm@gnu.org>
6536
6537 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6538 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6539 precision'.
6540
6541 2005-10-07 Romain Francoise <romain@orebokech.com>
6542
6543 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6544 (ibuffer-do-shell-command-pipe-replace)
6545 (ibuffer-do-shell-command-file, ibuffer-do-eval)
6546 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6547 (ibuffer-do-revert, ibuffer-do-replace-regexp)
6548 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6549 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6550 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6551 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6552 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6553 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6554 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6555 Autoload file sans suffix.
6556
6557 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6558
6559 2005-10-07 David Ponce <david@dponce.com>
6560
6561 * recentf.el (recentf-menu-open-all-flag): New option.
6562 (recentf-digit-shortcut-command-name): New function.
6563 (recentf--shortcuts-keymap): New variable.
6564 (recentf-menu-shortcuts): New variable.
6565 (recentf-make-menu-items): Initialize it. Replace the "More..."
6566 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6567 (recentf-menu-value-shortcut): New function.
6568 (recentf-make-menu-item): Use it. No more in-lined.
6569 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6570 (recentf-open-most-recent-file): Rename from
6571 `recentf-open-file-with-key'. Don't depend on key binding.
6572 (recentf-mode-map): New variable.
6573 (recentf-mode): Use it.
6574
6575 2005-10-06 Bill Wohler <wohler@newt.com>
6576
6577 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
6578
6579 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6580 (MH-E-SRC): New. Used by mh-autoloads.
6581 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6582 files in MH-E-SRC have been updated.
6583 (compile, recompile, bootstrap): Depend on mh-autoloads.
6584
6585 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
6586
6587 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6588 gud-break and gud-remove icons when the fringe is not available.
6589
6590 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6591 Typo.
6592
6593 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6594
6595 * play/zone.el (zone): Wrap body with save-window-excursion.
6596
6597 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6600 Use the new `list-only' arg to diary-list-entries.
6601
6602 * calendar/diary-lib.el: Use overlays rather than selective-display.
6603 (diary-selective-display): New var.
6604 (diary-header-line-format): Use it.
6605 (diary-list-entries): Add argument `list-only'.
6606 Put the buffer in diary-mode. Don't add \^M at beg and end.
6607 Replace \^M by invisible overlays.
6608 (diary-unhide-everything): Replace \^M by invisible overlays.
6609 (print-diary-entries): Look for overlays rather than \^M.
6610 Add a space to the temp buffer name.
6611 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6612 Put the buffer in diary-mode.
6613 (list-sexp-diary-entries): Replace \^M by invisible overlays.
6614 (diary-anniversary): Make the year arg optional.
6615 (diary-time-regexp): New const.
6616 (diary-font-lock-keywords): Use it to accept a few more time formats.
6617
6618 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6619
6620 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
6621
6622 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6623 Fix bug introduced 2005-07-03: Use (car (last ...))
6624 to faithfully reproduce replaced artist-last.
6625 (artist-set-arrow-points-for-poly): Likewise.
6626 Suggested by Johan Bockg\e,Ae\e(Brd.
6627
6628 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6631 * wid-edit.el (widget):
6632 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6633 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6634
6635 2005-10-06 Kenichi Handa <handa@m17n.org>
6636
6637 * international/mule-cmds.el (set-language-environment):
6638 Fix setting up of case-table for unibyte mode.
6639
6640 * simple.el (what-cursor-position): If the character is displayed
6641 by some `display' text property, show that. Don't use
6642 single-key-description for eight-bit characters in multibyte mode.
6643
6644 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
6645
6646 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6647 (gdb-ann3): Set it.
6648 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6649 (gdb-info-frames-custom): Use inverse-video for first five
6650 characters of selected frame only.
6651 (gdb-get-frame-number): Select frame even when point is on frame
6652 number.
6653
6654 2005-10-06 Masatake YAMATO <jet@gyve.org>
6655
6656 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6657 Put `font-lock-function-name-face'.
6658 (gdb-info-frames-custom): Put `font-lock-function-name-face'
6659 and `font-lock-variable-name-face'
6660 (gdb-registers-font-lock-keywords): New font lock keywords definition.
6661 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6662 (gdb-memory-font-lock-keywords): New font lock keywords definition.
6663 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6664 (gdb-local-font-lock-keywords): New font lock keywords definition.
6665 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6666 (gdb-threads-font-lock-keywords): New font lock keywords definition.
6667 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6668
6669 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
6670
6671 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6672 (ediff-merge-region-is-non-clash-to-skip): Previously called
6673 ediff-merge-region-is-non-clash.
6674
6675 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6676 Use insert-buffer-substring.
6677
6678 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6679 selecting files to patch. Also bug fixes.
6680
6681 * ediff-util.el (ediff-setup): Bug fix.
6682 (ediff-next-difference): Never skip clashes that differ in white
6683 space only.
6684
6685 * ediff-wind.el (ediff-setup-control-frame)
6686 (ediff-destroy-control-frame): Check the menubar feature.
6687
6688 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6689 (viper-refresh-mode-line): Use make-local-variable to localize
6690 some vars instead of make-variable-buffer-local. Suggested by
6691 Stefan Monnier.
6692
6693 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6694 (viper-restore-cursor-type, viper-set-insert-cursor-type):
6695 Use make-local-variable instead of make-variable-buffer-local.
6696 Suggested by Stefan Monnier.
6697
6698 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6699 (viper-comint-mode-hook): Use make-local-variable on
6700 require-final-newline.
6701 (viper-non-hook-settings): Don't use make-variable-buffer-local.
6702
6703 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6706 also the second char of a comment-start sequence.
6707 (scheme-sexp-comment-syntax-table): New var.
6708 (lambda, define): Set their scheme-doc-string-elt property.
6709 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6710 Use lisp-font-lock-syntactic-face-function now that it properly
6711 handles |...| symbols.
6712 (scheme-mode-variables): Set lisp-doc-string-elt-property,
6713 parse-sexp-lookup-properties and font-lock-extra-managed-props.
6714
6715 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6716 bit from # to |.
6717 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6718
6719 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6720 (lisp-doc-string-elt-property): New var.
6721 (lisp-font-lock-syntactic-face-function): Use it.
6722 Rewrite to recognize docstrings even for forms not at toplevel.
6723
6724 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6725 annotation on the | part of #| rather than on the # part.
6726 (scheme-font-lock-syntactic-face-function): New function, to
6727 distinguish strings from |...| symbols.
6728 (scheme-mode-variables): Use it. Also fix up the font-lock-time
6729 syntax-table so that #|...|# is properly highlighted.
6730
6731 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6732 Don't mark as docstring the 3rd elem of an unknown toplevel form.
6733
6734 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6737 and C-e.
6738
6739 * emacs-lisp/eldoc.el: Move comments into docstrings.
6740 (eldoc-message-commands): Initialize in its declaration.
6741 Add move-beginning-of-line and move-end-of-line.
6742 (eldoc-add-command, eldoc-add-command-completions)
6743 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6744
6745 * outline.el (outline-mark-subtree): Activate the mark.
6746
6747 * calendar/appt.el (appt-time-regexp): New var.
6748 (appt-add, appt-make-list): Use it.
6749 (appt-convert-time): Clean up.
6750
6751 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6752 Don't set any syntax-table property here.
6753 (tex-font-lock-verb): New function. Do it here.
6754 (tex-font-lock-syntactic-keywords): Use it.
6755
6756 2005-10-04 Richard M. Stallman <rms@gnu.org>
6757
6758 * wid-edit.el (widget-file-complete): Get the widget start point
6759 the right way. Default directory to `/' if file has none.
6760
6761 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6762
6763 * textmodes/flyspell.el (flyspell-mode-on):
6764 Call ispell-maybe-find-aspell-dictionaries.
6765
6766 * textmodes/ispell.el (ispell-word, ispell-region):
6767 Call ispell-maybe-find-aspell-dictionaries.
6768 (ispell-accept-buffer-local-defs):
6769 Don't call ispell-maybe-find-aspell-dictionaries
6770
6771 2005-10-04 Richard M. Stallman <rms@gnu.org>
6772
6773 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6774
6775 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
6776
6777 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6778 instead of `fboundp' in order to allow for anonymous functions.
6779
6780 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6783 case the user clicks on the link while another window is selected.
6784 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6785
6786 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6787 functionality.
6788 (dframe-help-echo): Save point in case mouse tracking is off.
6789
6790 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
6791
6792 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6793
6794 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6797 not change the global value of those vars.
6798
6799 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6800 make-local-variable which we do not need any more.
6801
6802 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
6803
6804 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6805 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6806 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6807 (speedbar-path-line): Define obsolete aliases.
6808 (speedbar-line-directory): Doc fix.
6809
6810 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6811 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6812 instead of speedbar-line-path.
6813
6814 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6815
6816 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6817 to nil if dropping on a window. Handle dropping on a minibuffer window
6818 like dropping on a non-window part of Emacs.
6819
6820 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * net/ange-ftp.el: Use with-current-buffer.
6823 (ange-ftp-insert-directory): Do not follow symlinks any more.
6824
6825 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6826 Remove interactive spec.
6827
6828 2005-10-03 Kim F. Storm <storm@cua.dk>
6829
6830 * ido.el (ido-mode): Use custom-initialize-set.
6831
6832 2005-10-02 Richard M. Stallman <rms@gnu.org>
6833
6834 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6835 Use insert-buffer-substring.
6836
6837 * net/tramp.el: Pacify byte compiler warnings in pacification code.
6838 (tramp-handle-file-local-copy): Use insert-buffer-substring.
6839
6840 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6843 in last change.
6844 (ange-ftp-insert-directory): Fix up the search for the case where
6845 `file' is absolute.
6846
6847 2005-10-02 Romain Francoise <romain@orebokech.com>
6848
6849 * progmodes/compile.el (compile-goto-error): Delete extra paren.
6850
6851 2005-10-02 Andreas Schwab <schwab@suse.de>
6852
6853 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6854 directory component in the session info.
6855
6856 2005-10-01 Richard M. Stallman <rms@gnu.org>
6857
6858 * comint.el (comint-redirect-subvert-readonly): Doc fix.
6859
6860 * simple.el (next-error-internal): New function.
6861
6862 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6863 (compilation-start): Pass new arg to compilation-buffer-name.
6864 (compile-goto-error): Use next-error-internal.
6865
6866 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6867
6868 * speedbar.el: Remove RCS tag.
6869 (speedbar-check-read-only): Handle non-existent files.
6870
6871 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6872
6873 * info.el (Info-speedbar-hierarchy-buttons)
6874 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6875
6876 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6877
6878 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6879 Do not match newline.
6880 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6881 (bibtex-summary): Remove unnecessary save-excursion.
6882 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6883
6884 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6885
6886 * term/mac-win.el: Add charset info for "iso10646-1".
6887 Modify default fontset to use ATSUI-compatible fonts for some charsets
6888 if available.
6889
6890 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * speedbar.el: Re-apply arch tag.
6893 (speedbar-version): Rename to version 1.0. Suggested by Eric
6894 M. Ludlam.
6895 Reapply two changes from Emacs CVS' version of speedbar lost
6896 during the merge:
6897 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6898 (speedbar-frame-parameters): Improve customize type.
6899
6900 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6903 (ange-ftp-file-directory-p): Fix the symlink case.
6904 (ange-ftp-insert-directory): When listing a single file, get a list of
6905 the parent buffer and extract the relevant line. Inspired from a patch
6906 by Katsumi Yamaoka <yamaoka@jpl.org>.
6907 (ange-ftp-file-name-sans-versions): Simplify.
6908
6909 2005-09-30 Bill Wohler <wohler@newt.com>
6910
6911 Move MH-E image files from toolbar and mail directories into
6912 etc/images.
6913
6914 * mail/reply2.*: Move to etc/images/mail/reply*.
6915
6916 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6917 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6918 etc/images.
6919
6920 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6921 * toolbar/reply*: Move to etc/images/mail.
6922
6923 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6924
6925 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
6926
6927 * speedbar.el: New version 1.0pre3.
6928
6929 Frame management code (including timer, and mouse click specifics)
6930 moved to dframe.el:
6931 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
6932 (speedbar-timer): Removed. Use dframe-timer.
6933 (speedbar-close-frame): Removed. Use dframe-close-frame.
6934 (speedbar-activity-change-focus-flag): Removed. Use
6935 dframe-activity-change-focus-flag.
6936 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
6937 dframe-update-speed.
6938
6939 (speedbar-current-frame): New macro. Use this instead of the
6940 variable speedbar-frame.
6941
6942 (speedbar-use-images, speedbar-expand-image-button-alist)
6943 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6944
6945 (speedbar-find-image-on-load-path): Removed. Replaced by
6946 defezimage in ezimage.el.
6947 (speedbar-expand-image-button-alist): Removed. Replaced by
6948 ezimage-expand-image-button-alist in ezimage.el.
6949
6950 (speedbar-ignored-directory-regexp)
6951 (speedbar-add-ignored-directory-regexp)
6952 (speedbar-ignored-directory-expressions)
6953 (speedbar-line-directory, speedbar-buffers-line-directory)
6954 (speedbar-directory-line, speedbar-buffers-line-directory):
6955 Renamed, replacing `path' with `directory'.
6956
6957 (speedbar-create-directory, speedbar-expand-line-descendants)
6958 (speedbar-toggle-line-expansion)
6959 (speedbar-contract-line-descendants): New commands.
6960
6961 (speedbar-query-confirmation-method, speedbar-select-frame-method)
6962 (speedbar-use-tool-tips-flag): New options.
6963
6964 (speedbar-check-read-only, speedbar-require-version)
6965 (speedbar-insert-separator, speedbar-buffers-tail-notes)
6966 (speedbar-handle-delete-frame, speedbar-try-completion)
6967 (speedbar-update-localized-contents): New functions.
6968
6969 (speedbar-incompatible-version, speedbar-ro-to-do-point)
6970 (speedbar-object-read-only-indicator): New variables.
6971
6972 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6973 New hooks.
6974
6975 (speedbar-separator-face): New face.
6976
6977 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6978 (speedbar-ignored-modes): Add fundamental-mode.
6979 (speedbar-directory-unshown-regexp): Add . directories.
6980
6981 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6982 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6983 `]' for full expand/close.
6984 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6985
6986 (speedbar-check-vc): Support hidden files.
6987 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6988 (speedbar-this-file-in-vc): Use vc-state if available. If VC
6989 state is nil, it is not checked out.
6990
6991 (speedbar-line-text, speedbar-line-token): Support expand buttons
6992 with no text.
6993 (speedbar-refresh): Universal argument acts as power-click.
6994 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6995 that buffer to get variable values.
6996
6997 And many other bugfixes.
6998
6999 * dframe.el, ezimage.el, sb-image.el: New files.
7000
7001 * sb-*.xpm: Remove files. New image files installed into
7002 etc/images/ezimage.
7003
7004 2005-09-30 Kenichi Handa <handa@m17n.org>
7005
7006 * ps-mule.el (ps-mule-show-warning): If a character is in
7007 ps-print-translation-table, don't treat it as non-printable.
7008
7009 2005-09-30 David Ponce <david@dponce.com>
7010
7011 * tree-widget.el (tree-widget-themes-load-path): New variable.
7012 (tree-widget-themes-directory): Doc fix.
7013 (tree-widget-image-formats) [Emacs]: Doc fix.
7014 (tree-widget--locate-sub-directory): New function.
7015 (tree-widget-themes-directory): Use it.
7016
7017 * recentf.el (recentf-filename-handlers): Rename from
7018 `recentf-filename-handler'. Allow a list of functions.
7019 (recentf-menu-items-for-commands): Fix :help strings.
7020 (recentf-apply-filename-handlers): New function.
7021 (recentf-expand-file-name): Use it.
7022 (recentf-cleanup): Remove duplicates too.
7023
7024 2005-09-29 Juri Linkov <juri@jurta.org>
7025
7026 * faces.el: Rearrange face definitions to be in the same order as
7027 their face descriptions in "(emacs)Standard Faces".
7028
7029 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7030
7031 * tooltip.el (tooltip): Add group `basic-faces'.
7032
7033 * buff-menu.el (Buffer-menu-buffer): Remove group
7034 `font-lock-highlighting-faces'.
7035
7036 * progmodes/compile.el (compilation-error, compilation-warning)
7037 (compilation-info, compilation-line-number, compilation-column-number):
7038 Change group from `font-lock-highlighting-faces' to `compilation'.
7039
7040 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7041 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7042 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7043 (vhdl-font-lock-reserved-words-face)
7044 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7045 `font-lock-highlighting-faces'.
7046
7047 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7048
7049 2005-09-28 Kim F. Storm <storm@cua.dk>
7050
7051 * emulation/cua-base.el: Set CUA move property on additional commands:
7052 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7053 forward-sexp, backward-sexp, forward-list, backward-list.
7054
7055 2005-09-28 Romain Francoise <romain@orebokech.com>
7056
7057 * comint.el (comint-show-output): Really set point at the
7058 beginning of the output when not using `comint-use-prompt-regexp'.
7059
7060 2005-09-27 Jay Belanger <belanger@truman.edu>
7061
7062 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7063 in TeX mode.
7064
7065 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
7066
7067 * textmodes/org.el (org-table-sum): Fix format string.
7068
7069 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7070 Quote face names.
7071
7072 2005-09-26 Romain Francoise <romain@orebokech.com>
7073
7074 * isearch.el (isearch-forward-regexp): Close doc string.
7075
7076 2005-09-25 Richard M. Stallman <rms@gnu.org>
7077
7078 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7079
7080 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7081
7082 * progmodes/compile.el (compilation-error-properties):
7083 When getting the file from the previous error message,
7084 correctly decode the new data format.
7085
7086 * progmodes/cc-cmds.el (c-electric-paren):
7087 Call old-blink-paren only for close-paren.
7088
7089 2005-09-24 Andreas Schwab <schwab@suse.de>
7090
7091 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7092 condition.
7093
7094 2005-09-25 Romain Francoise <romain@orebokech.com>
7095
7096 * dired-aux.el (dired-copy-file-recursive):
7097 * dired.el (dired-delete-file):
7098 * ediff-mult.el (ediff-dir-diff-copy-file):
7099 * ediff-util.el (ediff-test-save-region):
7100 * forms.el (forms-mode):
7101 * ido.el (ido-file-internal, ido-delete-file-at-head):
7102 * log-edit.el (log-edit-done):
7103 * ses.el (ses-yank-resize):
7104 * play/gomoku.el (gomoku-human-plays, gomoku)
7105 (gomoku-human-resigns, gomoku-prompt-for-other-game)
7106 (gomoku-offer-a-draw):
7107 * play/landmark.el (lm-human-resigns, lm):
7108 * net/eudcb-ldap.el (eudc-ldap-check-base):
7109 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7110 * progmodes/ebrowse.el (ebrowse-find-pattern):
7111 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7112 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7113 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7114
7115 * vc.el (vc-delete-file):
7116 * play/gomoku.el (gomoku-terminate-game, gomoku)
7117 (gomoku-prompt-for-move, gomoku-human-takes-back):
7118 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7119 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7120
7121 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7124 color rxvt terminals by using the code xterm.el used to use before
7125 2005-04-09 in order to match the colors used by rxvt.
7126
7127 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7128
7129 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7130 colors rxvt-unicode terminals by using the same code as xterm.el.
7131
7132 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * textmodes/tex-mode.el (tex-font-lock-append-prop)
7135 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7136 new symbol used for the tex-verbatim face.
7137
7138 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7139
7140 * woman.el (woman-file-name):
7141 * wid-edit.el (widget-file-prompt-value)
7142 (widget-coding-system-prompt-value):
7143 * w32-fns.el (set-w32-system-coding-system):
7144 * vc.el (vc-version-diff, vc-annotate):
7145 * textmodes/reftex-auc.el (reftex-arg-cite)
7146 (reftex-arg-index-tag):
7147 * textmodes/refer.el (refer-get-bib-files):
7148 * textmodes/artist.el (artist-figlet-choose-font):
7149 * terminal.el (terminal-emulator):
7150 * replace.el (occur-read-primary-args):
7151 * rect.el (string-rectangle, string-insert-rectangle):
7152 * ps-print.el (ps-print-preprint):
7153 * progmodes/pascal.el (pascal-goto-defun):
7154 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7155 * progmodes/compile.el (compilation-find-file):
7156 * printing.el (pr-interactive-n-up):
7157 * play/animate.el (animate-birthday-present):
7158 * net/rcompile.el (remote-compile):
7159 * man.el (man, Man-goto-section, Man-follow-manual-reference):
7160 * mail/rmailsum.el (rmail-summary-search-backward)
7161 (rmail-summary-search):
7162 * mail/rmailout.el (rmail-output-read-rmail-file-name)
7163 (rmail-output-read-file-name):
7164 * mail/rmail.el (rmail-search, rmail-search-backwards):
7165 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7166 * locate.el (locate):
7167 * international/quail.el (quail-show-keyboard-layout):
7168 * international/mule.el (set-buffer-file-coding-system)
7169 (revert-buffer-with-coding-system, set-file-name-coding-system)
7170 (set-terminal-coding-system, set-keyboard-coding-system)
7171 (set-next-selection-coding-system):
7172 * international/mule-diag.el (describe-coding-system)
7173 (describe-font, describe-fontset):
7174 * international/mule-cmds.el (universal-coding-system-argument)
7175 (search-unencodable-char, describe-input-method)
7176 (set-language-environment, describe-language-environment):
7177 * international/codepage.el (codepage-setup):
7178 * international/code-pages.el (codepage-setup):
7179 * info.el (Info-search, Info-follow-reference)
7180 (Info-search-backward):
7181 * emacs-lisp/advice.el (ad-read-advised-function)
7182 (ad-read-advice-class, ad-clear-cache, ad-activate)
7183 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7184 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7185 (ad-read-regexp):
7186 * ediff-util.el (ediff-toggle-regexp-match):
7187 * ediff-ptch.el (ediff-prompt-for-patch-file):
7188 * dired-aux.el (dired-diff):
7189 * diff.el (diff):
7190 * cus-edit.el (custom-variable-prompt):
7191 * calendar/timeclock.el (timeclock-ask-for-project):
7192 * calc/calcalg3.el (calc-get-fit-variables):
7193 * calc/calc-store.el (calc-edit-variable)
7194 (calc-permanent-variable):
7195 * vc-mcvs.el (vc-mcvs-register):
7196 * shadowfile.el (shadow-define-literal-group):
7197 * woman.el (woman-file-name):
7198 * vc.el (vc-version-diff, vc-merge):
7199 * textmodes/reftex-index.el (reftex-index-complete-tag):
7200 * format.el (format-decode-buffer, format-decode-region):
7201 * emulation/viper-cmd.el (viper-read-string-with-history):
7202 * emacs-lisp/debug.el (cancel-debug-on-entry):
7203 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7204 * ediff.el (ediff-merge-revisions)
7205 (ediff-merge-revisions-with-ancestor, ediff-revision):
7206 * completion.el (interactive-completion-string-reader):
7207 * calc/calc-prog.el (calc-user-define-formula):
7208 Follow convention for reading with the minibuffer.
7209
7210 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
7211
7212 * progmodes/python.el (python-describe-symbol): Add globals() and
7213 locals() to the arguments of emacs.ehelp.
7214
7215 2005-09-24 Magnus Henoch <mange@freemail.hu>
7216
7217 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7218 New function, code extracted from ispell-valid-dictionary-list.
7219 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7220 Call it.
7221
7222 2005-09-24 Eli Zaretskii <eliz@gnu.org>
7223
7224 * subr.el (version-regexp-alist): Extend valid syntax for version
7225 strings: allow any of the characters -,_,+ to separate the
7226 alpha/beta/rc part from the version part. Doc fix.
7227 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
7228
7229 2005-09-23 David Reitter <david.reitter@gmail.com>
7230
7231 * mail/mailclient.el: New file.
7232
7233 2005-09-23 Richard M. Stallman <rms@gnu.org>
7234
7235 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7236 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7237 Doc fixes.
7238
7239 * progmodes/cc-mode.el (c-font-lock-init):
7240 Specify font-lock-lines-before.
7241
7242 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7245 whole conflict.
7246
7247 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
7248
7249 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7250 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
7251 of `remap' feature when available. Additional key bindings for
7252 better tty support.
7253 (org-mode-restart, org-force-self-insert): New commands.
7254 (org-time-stamp-inactive): New command.
7255 (org-remap): New function.
7256 (org-table-auto-blank-field, org-level-color-stars-only): New options.
7257 (org-enable-fixed-width-editor): Move to `org-structure'
7258 customization group.
7259 (org-self-insert-command, orgtbl-self-insert-command): Modify to
7260 blank field after field motion commands.
7261
7262 2005-09-23 Kenichi Handa <handa@m17n.org>
7263
7264 * international/mule-cmds.el (set-language-environment):
7265 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7266 have to call utf-translate-cjk-load-tables.
7267
7268 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * mouse.el (mouse-move-drag-overlay): Fix last change.
7271
7272 2005-09-22 David Ponce <david@dponce.com>
7273
7274 * tree-widget.el (tree-widget-value-create): Fix previous change.
7275
7276 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7277
7278 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7279
7280 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * mouse.el (mouse-move-drag-overlay): New function.
7283 (mouse-drag-region-1): Use it.
7284 Try to simplify a bit the state handling. Handle clicks on links
7285 inside intangible areas.
7286 (mouse-save-then-kill): Minor simplification.
7287 (mouse-secondary-overlay): Make it always non-nil instead of
7288 recreating it each time.
7289 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7290 (mouse-kill-secondary, mouse-secondary-save-then-kill):
7291 Simplify accordingly.
7292
7293 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7294
7295 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7296
7297 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
7298
7299 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7300 (ediff-file-name-sans-prefix): Treat nil as an empty string.
7301 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7302 to patch.
7303
7304 * ediff-util.el: Use insert-buffer-substring.
7305
7306 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7307
7308 * emulation/viper-cmd.el (viper-change-state): Don't move over the
7309 field boundaries in the minibuffer.
7310 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7311 (viper-minibuffer-post-command-hook): New hook.
7312 (viper-line): Don't move cursor at bolp.
7313
7314 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7315
7316 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7317 avoid compiler warnings.
7318
7319 * emulation/viper-macs.el (ex-map): Better messages.
7320
7321 * emulation/viper-utils.el (viper-beginning-of-field): New function.
7322
7323 * emulation/viper.el: Replace make-variable-buffer-local with
7324 viper-make-variable-buffer-local everywhere, to avoid warnings.
7325
7326 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7329 Delete unused var `old-selected-window'.
7330 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7331 (mouse-drag-secondary): Delete unused var `start-frame'.
7332
7333 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7334
7335 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7336
7337 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7340 Re-indent within 80 columns. Use inhibit-read-only.
7341
7342 2005-09-19 Romain Francoise <romain@orebokech.com>
7343
7344 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7345
7346 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * font-lock.el (font-lock-default-fontify-region): Don't add a line
7349 unconditionally, since the after-change-function already did it.
7350
7351 2005-09-19 Miles Bader <miles@gnu.org>
7352
7353 * net/newsticker.el: Get rid of CVS keyword.
7354
7355 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
7356
7357 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7358 The prompt is formatted later.
7359
7360 2005-09-19 David Ponce <david@dponce.com>
7361
7362 * tree-widget.el (tree-widget-value-create): Save the converted
7363 tree :node widget.
7364
7365 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
7366
7367 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7368 variable `message'.
7369
7370 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
7371
7372 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7373 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
7374 <slawomir.nowaczyk.847@student.lu.se>.
7375
7376 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7377
7378 * image.el (image-load-path): Use symbol `data-directory' instead
7379 of its value, for backward compatibility with packages that bind
7380 it during `find-image'. Suggested by Katsumi Yamaoka.
7381 (image-search-load-path): Handle symbols whose values are strings.
7382
7383 2005-09-18 Romain Francoise <romain@orebokech.com>
7384
7385 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7386 with-current-buffer form in save-excursion.
7387
7388 2005-09-18 D Goel <deego@gnufans.org>
7389
7390 * apropos.el (apropos-command): Fix `message' call: first arg
7391 should be a format spec. In this and all other cases that appear
7392 below and elsewhere in the source code, I made a change only when
7393 two conditions were satisfied: [1] I can think of a possibility
7394 that the arguments would cause an error, for example, the code in
7395 question relies on external variables such as filenames. [2] I
7396 was sure that the arg to `message' could not have been nil in the code.
7397
7398 * textmodes/tildify.el (tildify-region): Ditto.
7399
7400 * textmodes/reftex-index.el (reftex-index-change-entry)
7401 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7402 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7403 * textmodes/org.el (org-complete, org-deadline, org-schedule)
7404 (org-priority, org-table-sum):
7405 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7406 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7407 (flyspell-word, flyspell-display-next-corrections):
7408 * textmodes/bibtex.el (bibtex-print-help-message):
7409 * textmodes/artist.el (artist-key-set-point-poly):
7410 * term/mac-win.el (mac-services-insert-text):
7411 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7412 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7413 (vhdl-port-paste-testbench, vhdl-compose-new-component)
7414 (vhdl-compose-configuration):
7415 * progmodes/sh-script.el (sh-blink, sh-show-indent)
7416 (sh-set-indent, sh-learn-line-indent):
7417 * progmodes/ps-mode.el (ps-mode-target-column):
7418 * progmodes/idlwave.el (idlwave-make-tags)
7419 (idlwave-scan-library-catalogs):
7420 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7421 * progmodes/gud.el (gud-jdb-analyze-source):
7422 * progmodes/flymake.el (flymake-log):
7423 * progmodes/ebnf2ps.el (ebnf-generate-region):
7424 * progmodes/cmacexp.el (c-macro-expansion):
7425 * progmodes/ada-xref.el (ada-treat-cmd-string):
7426 * progmodes/ada-mode.el (ada-create-case-exception-substring)
7427 (ada-justified-indent-current, ada-batch-reformat):
7428 * play/zone.el (zone):
7429 * play/landmark.el (lm-move):
7430 * play/decipher.el (decipher-show-alphabet):
7431 * net/newsticker.el (newsticker--display-jump)
7432 (newsticker--display-scroll):
7433 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7434 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7435 * mail/feedmail.el (feedmail-dump-message-to-queue):
7436 * eshell/esh-proc.el (eshell-remove-process-entry):
7437 * emulation/ws-mode.el (ws-last-error):
7438 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7439 (viper-record-kbd-macro):
7440 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7441 * emacs-lisp/lisp-mnt.el (lm-report-bug):
7442 * emacs-lisp/find-func.el (find-function-noselect):
7443 * calendar/timeclock.el (timeclock-status-string)
7444 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7445 (timeclock-when-to-leave-string):
7446 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7447 * calc/calc-units.el (calc-enter-units-table):
7448 * calc/calc-mode.el (calc-mode-record-mode):
7449 * woman.el (woman-mini-help):
7450 * wdired.el (wdired-change-to-wdired-mode):
7451 * vc.el (vc-retrieve-snapshot):
7452 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7453 * startup.el (display-startup-echo-area-message):
7454 * simple.el (set-goal-column):
7455 * ses.el (ses-command-hook, ses-recalculate-cell):
7456 * server.el (server-process-filter):
7457 * printing.el (pr-interface-txt-print, pr-interface-printify)
7458 (pr-interface-ps):
7459 * pcvs.el (cvs-help):
7460 * log-edit.el (log-edit, log-edit-mode-help):
7461 * iswitchb.el (iswitchb-possible-new-buffer):
7462 * isearch.el (isearch-edit-string):
7463 * image-mode.el (image-mode, image-minor-mode):
7464 * ibuf-macs.el (define-ibuffer-filter):
7465 * hi-lock.el (hi-lock-find-patterns):
7466 * files.el (toggle-read-only):
7467 * ediff-util.el (ediff-copy-diff)
7468 (ediff-write-merge-buffer-and-maybe-kill):
7469 * echistory.el (Electric-history-undefined):
7470 * dnd.el (dnd-insert-text):
7471 * dired-aux.el (dired-query):
7472 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7473 * bookmark.el (bookmark-bmenu-locate):
7474 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7475 Fix `message' calls to ensure first arg is a format string.
7476 The change was made only when these two conditions were satisfied:
7477 [1] when there is a possibility that the arguments would cause an error
7478 for example, if the code in question relies on external variables
7479 such as filenames, and
7480 [2] if the arg to `message' could not have been nil in the code.
7481
7482 * pcomplete.el (pcomplete--help): Fix `message' format spec.
7483 Not having a %s would be weird, though not technically wrong.
7484
7485 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7486
7487 * term/mac-win.el (mac-add-charset-info): Doc fix.
7488
7489 2005-09-17 Romain Francoise <romain@orebokech.com>
7490
7491 * shell.el (shell-resync-dirs): Handle echoing processes more
7492 reliably. Don't insert resync command if `comint-process-echoes'
7493 is non-nil.
7494
7495 2005-09-17 Magnus Henoch <mange@freemail.hu>
7496
7497 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7498 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7499 aspell versions >= 0.60.
7500 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7501 only if ispell-aspell-supports-utf8 is non-nil.
7502
7503 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7504
7505 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7506 buffer-local value to lisp-indent-function.
7507
7508 2005-09-17 Milan Zamazal <pdm@zamazal.org>
7509
7510 * progmodes/glasses.el (glasses-make-readable): If
7511 glasses-separator differs from underscore, put appropriate
7512 overlays over underscore characters.
7513 (glasses-convert-to-unreadable): If glasses-separator differs from
7514 underscore, try to convert glasses-separator characters to
7515 underscores.
7516
7517 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7520 Use with-syntax-table and dolist.
7521
7522 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
7523
7524 * textmodes/reftex-auc.el:
7525 * textmodes/reftex-cite.el:
7526 * textmodes/reftex-dcr.el:
7527 * textmodes/reftex-global.el:
7528 * textmodes/reftex-parse.el:
7529 * textmodes/reftex-ref.el:
7530 * textmodes/reftex-sel.el:
7531 * textmodes/reftex-toc.el:
7532 * textmodes/reftex-vars.el:
7533 * textmodes/reftex.el: Small changes to remove compiler warnings.
7534
7535 * textmodes/reftex-index.el: Likewise.
7536 (reftex-query-index-phrase): More efficient use of markers.
7537
7538 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7539
7540 * image.el (image-load-path): New variable.
7541 (image-search-load-path): New function.
7542 (find-image): Search for images in `image-load-path'.
7543
7544 2005-09-15 Richard M. Stallman <rms@gnu.org>
7545
7546 * follow.el: Change Maintainer field.
7547
7548 2005-09-15 David Ponce <david@dponce.com>
7549
7550 * recentf.el (recentf-save-file-modes): New option.
7551 (recentf-save-list): Use it.
7552
7553 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7556 (mode-line-mule-info, mode-line-modified): Move bindings from
7557 mouse-3 to mouse-1.
7558
7559 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * simple.el (sendmail-user-agent-compose): Revert last change.
7562
7563 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7566 Use with-current-buffer.
7567 (ange-ftp-gwp-start): Remove unused var `gw-user'.
7568 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7569 (ange-ftp-insert-directory): Remove unused var `short'.
7570 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7571
7572 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7573 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7574
7575 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7576 (check-calendar-holidays, diary-list-entries): Autoload.
7577 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7578 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7579
7580 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7581 which mistakenly removed a call to display-buffer.
7582
7583 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
7584
7585 * obsolete/iso-insert.el: Move to obsolete/ from international/.
7586
7587 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
7588
7589 * progmodes/hideshow.el
7590 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7591 (hs-allow-nesting): New user var.
7592 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7593 (hs-hide-block-at-point): When nesting allowed,
7594 if there is already an overlay in place, delete it.
7595 (hs-safety-is-job-n): Delete func; remove call sites.
7596 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7597 (hs-overlay-at): New func.
7598 (hs-already-hidden-p, hs-show-block): Use it.
7599 (hs-hide-all): Don't pre-clean if nesting allowed.
7600 (hs-show-all): Temporarily disallow
7601 nesting around call to `hs-discard-overlays'.
7602
7603 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
7604
7605 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7606 Delete unused local var.
7607
7608 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * help-fns.el (describe-categories): "?\ " -> "?\s".
7611 (help-do-arg-highlight): Recognize also ARG-n, as in
7612 `move-to-left-margin' (ARG+n is already recognized). Simplify.
7613
7614 * international/codepage.el (dos-unsupported-char-glyph):
7615 * net/newsticker.el (tool-bar-map, w3-mode-map)
7616 (w3m-minor-mode-map):
7617 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7618 (ent-alist):
7619 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7620
7621 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
7622
7623 * custom.el (custom-push-theme): Handle the case where a symbol is
7624 bound but face properties have not yet been assigned.
7625
7626 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7627 Fix behavior if noerase is `t' and there is no mail buffer.
7628
7629 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7630 if `continue' is nil, rather than signal an error.
7631
7632 2005-09-12 Richard M. Stallman <rms@gnu.org>
7633
7634 * font-lock.el (font-lock-keywords): Add autoload.
7635
7636 * help-fns.el (describe-variable): Rearrange to put source link
7637 in a predictable place.
7638
7639 * net/newsticker.el: New file.
7640
7641 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * calendar/calendar.el (calendar-for-loop): Add edebug info.
7644 (calendar-basic-setup): Use the new nil arg.
7645 (number-of-diary-entries): Move to diary-lib.el.
7646
7647 * calendar/diary-lib.el: Use with-current-buffer, match-string.
7648 (diary-list-entries): Use with-syntax-table and dolist.
7649 Rename from list-diary-entries.
7650 Use number-of-diary-entries if `number' is nil.
7651 (diary, diary-view-entries): Use this new name and new nil arg value.
7652 (number-of-diary-entries): Move from calendar.el.
7653 (diary-unhide-everything): New function.
7654 (include-other-diary-files, fancy-diary-display)
7655 (diary-show-all-entries, make-diary-entry): Use it.
7656 (diary-mail-entries): Use buffer-string.
7657 (mark-diary-entries): Fix long standing paren typo.
7658 (diary-sexp-entry): Use count-lines.
7659 (make-diary-entry): Avoid `previous-line'.
7660 (diary-mode-map): New var.
7661 (diary-mode): Redraw cal after saving. Setup header-line.
7662 (fancy-diary-display-mode): Use local-set-key.
7663
7664 * startup.el (command-line): Try calling various terminal-init-foo-bar
7665 functions by stripping hyphenated suffixes from $TERM.
7666
7667 * files.el (normal-mode): Check boundness of font-lock-keywords.
7668
7669 2005-09-12 Richard M. Stallman <rms@gnu.org>
7670
7671 * progmodes/compile.el: Don't decide a file's directory
7672 until the user actually tries to go there.
7673 (compilation-next-error-function):
7674 Pass compilation-find-file the directory from the file-struct.
7675 (compilation-internal-error-properties): Separate local FILE-STRUCT
7676 from FILE. Doc the args better. Rename arg FMT to FMTS.
7677 (compilation-find-file): Arg DIR renamed to DIRECTORY.
7678 Expand it, and if nil, use default-directory.
7679 (compilation-get-file-structure): Don't mix specified directory
7680 with default directory. Put specified directory into
7681 file-struct. Don't make the file name absolute.
7682
7683 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7684 (compile-command): Add autoload.
7685 (compilation-disable-input): Add autoload.
7686
7687 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
7688
7689 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7690 strings of the variables it can override.
7691 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7692 %Q and %q, for fully-qualified domain name and unqualified host name.
7693
7694 2005-09-11 Kim F. Storm <storm@cua.dk>
7695
7696 * emacs-lisp/authors.el (authors-aliases): Update list.
7697 (authors-fixed-entries): Update mldrag.el entry.
7698
7699 2005-09-10 Alan Mackenzie <acm@muc.de>
7700
7701 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7702 from the region narrowed to.
7703
7704 2005-09-10 Magnus Henoch <mange@freemail.hu>
7705
7706 * textmodes/ispell.el (ispell-check-version): Signal an error if
7707 aspell version is less than 0.60.
7708
7709 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
7710
7711 * progmodes/octave-inf.el (inferior-octave-startup):
7712 Resync current dir at the end.
7713
7714 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
7715
7716 * woman.el (woman-topic-at-point-default):
7717 Rename to woman-use-topic-at-point-default.
7718 (woman-topic-at-point): Rename to woman-use-topic-at-point.
7719 (woman-file-name): Reflect renames above. Automatically use the
7720 word at point as topic if woman-use-topic-at-point is non-nil.
7721 Otherwise offer it as default but don't insert it in the
7722 minibuffer. Also use `test-completion' instead of `assoc' as
7723 suggested by Stefan Monnier.
7724
7725 2005-09-10 Andre Spiegel <spiegel@gnu.org>
7726
7727 * vc.el (vc-directory, vc-update-change-log): Throw an error on
7728 the attempt to do it over Tramp. This is not yet supported.
7729
7730 2005-09-10 Eli Zaretskii <eliz@gnu.org>
7731
7732 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7733 (menu-bar-non-minibuffer-window-p): New functions.
7734 ("Split Window", "Save As..."): Use them.
7735 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7736 ("Print Buffer", "Truncate Long Lines in this Buffer"):
7737 Use menu-bar-menu-frame-live-and-visible-p.
7738 ("Save Buffer", "Insert File", "Open Directory...")
7739 ("Open File...", "Visit New File..."):
7740 Use menu-bar-non-minibuffer-window-p.
7741 (kill-this-buffer-enabled-p, dired <menu-enable>):
7742 Use menu-bar-non-minibuffer-window-p.
7743
7744 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7745
7746 * cus-start.el (all): Don't complain about fringe-related
7747 built-ins if fringes are not supported. Ditto about
7748 selection-related built-ins. Fix the test for GTK-related built-ins.
7749
7750 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7751 ("Postscript Print Buffer", "Print Region", "Save As...")
7752 ("Save", "Insert File...", "Open Directory...")
7753 ("Open File...", "Visit New File..."")
7754 ("Truncate Long Lines in this Buffer"): Don't look at
7755 menu-updating-frame if this display does not support multiple frames.
7756
7757 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7758
7759 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7760
7761 2005-09-09 Emilio Lopes <eclig@gmx.net>
7762
7763 * woman.el: Format- and whitespace-related changes.
7764
7765 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7766
7767 * woman.el: Fix my email address.
7768
7769 2005-09-08 Richard M. Stallman <rms@gnu.org>
7770
7771 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7772 (sh-mode): Locally set skeleton-pair-default-alist.
7773
7774 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7775
7776 * progmodes/flymake.el: Require `compile' unconditionally.
7777
7778 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7779
7780 * woman.el (woman-file-name): Provide a default, not initial input.
7781
7782 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7783
7784 * font-lock.el (font-lock-support-mode): Doc fix.
7785
7786 * descr-text.el (describe-property-list): Handle non-symbol prop names.
7787
7788 2005-09-08 Richard M. Stallman <rms@gnu.org>
7789
7790 * simple.el (blink-matching-open): Get rid of text props from
7791 the string shown in echo area. Don't permanently set point.
7792 Some rearrangements.
7793
7794 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
7795
7796 * recentf.el (recentf-filename-handler): Add custom choice
7797 `abbreviate-file-name'.
7798
7799 * msb.el (msb--very-many-menus): Fix typo.
7800
7801 * disp-table.el (standard-display-european): Don't set
7802 enable-multibyte-characters to nil.
7803
7804 2005-09-08 David Ponce <david@dponce.com>
7805
7806 * recentf.el (recentf-show-file-shortcuts-flag): New option.
7807 (recentf-expand-file-name): Doc fix.
7808 (recentf-dialog-mode-map): Define digit shortcuts.
7809 (recentf--files-with-key): New variable.
7810 (recentf-show-digit-shortcut-filter): New function.
7811 (recentf-open-files-items): New function.
7812 (recentf-open-files): Use it.
7813 (recentf-open-file-with-key): New command.
7814
7815 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7816
7817 * buff-menu.el (Buffer-menu-sort-by-column): New function.
7818 Suggested by Kim F. Storm.
7819 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7820 (Buffer-menu-make-sort-button): Use global keymap.
7821
7822 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
7823
7824 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7825 (Man-getpage-in-background-advice): Remove defadvice; it isn't
7826 necessary any longer with the remapped command.
7827 (Man-bgproc-sentinel-advice): Remove defadvice which counts
7828 formatting time only.
7829
7830 * net/tramp.el (tramp-action-password)
7831 (tramp-multi-action-password): Compile the password prompt from
7832 `method', `user' and `host'. Sometimes it isn't obvious which
7833 password to enter, for example with remote files offered by
7834 recentf.el, or with multiple steps. Suggested by Robert Marshall
7835 <robert@chezmarshall.freeserve.co.uk>.
7836
7837 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7840 Fix regexp for when "s///" is at the beginning of line.
7841
7842 2005-09-07 Jay Belanger <belanger@truman.edu>
7843
7844 * calc/calc-poly.el (math-expand-term): Multiply out any powers
7845 when in matrix mode.
7846
7847 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7848
7849 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7850 non-anonymous functions.
7851
7852 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7855 when using a header line. Otherwise, use mouse-1-click-follows-link.
7856
7857 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7858 can't be moved; don't signal an error.
7859
7860 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
7861
7862 * cus-theme.el (custom-theme-write-faces): Save the current face
7863 spec, not the defface spec.
7864
7865 * custom.el (custom-known-themes): Clarify meaning of "standard".
7866 (custom-push-theme): Save old values in the standard theme.
7867 (disable-theme): Correct typo.
7868 (custom-face-theme-value) Deleted unused function.
7869 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7870
7871 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * progmodes/compile.el (compilation-goto-locus): Take into account
7874 iconified frames when determining whether the buffer is
7875 already visible.
7876 Don't reset window height if the window already existed.
7877
7878 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * custom.el (load-theme): Rename from require-theme.
7881 Add interactive spec.
7882 (enable-theme): Rename from custom-enable-theme.
7883 Add interactive spec.
7884 (disable-theme): Rename from custom-disable-theme.
7885 Add interactive spec.
7886 (custom-make-theme-feature): Doc fix.
7887 (custom-theme-directory): Doc fix.
7888 (provide-theme): Call enable-theme.
7889
7890 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * obsolete/lazy-lock.el (lazy-lock-mode):
7893 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7894 font-lock-mode if it's off. Print a warning instead.
7895
7896 * progmodes/compile.el (compilation-start): Ignore errors if the
7897 process died before we get to send-eof.
7898
7899 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7900 Undo last change. Enclosing the result in quotes broke things on Unix
7901 since tex-send-command passes it through shell-quote-argument.
7902 (tex-send-command): Pass `file' through convert-standard-filename
7903 when possible.
7904 (tex-uptodate-p): Handle the case where TeX hasn't put additional
7905 info in a transcript.
7906
7907 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7908
7909 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7910 fix compilation warning. Reorder the key definitions to group
7911 together keys emitted by the current version of xterm.
7912
7913 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7914 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7915 Reorder predicates to correct min-color usage.
7916
7917 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
7918
7919 * longlines.el (longlines-mode): Inhibit read-only when encoding.
7920 Kill local variables when longlines-mode is turned off.
7921
7922 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7925
7926 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7927
7928 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7929
7930 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7931 (font-lock-lines-before): Change default to being inactive.
7932 (font-lock-default-fontify-region): Obey font-lock-lines-before.
7933 (font-lock-after-change-function): Don't handle f-l-lines-before here.
7934
7935 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7936
7937 * net/tramp.el (tramp-handle-make-auto-save-file-name):
7938 Deactivate temporarily advice if active (not needed for Emacs 22,
7939 but for backwards compatibility).
7940 (tramp-exists-file-name-handler): Rewrite. First implementation
7941 was too simple.
7942 (tramp-advice-make-auto-save-file-name):
7943 Call `tramp-handle-make-auto-save-file-name' (again, just for
7944 backwards compatibility).
7945
7946 2005-08-31 Reto Zimmermann <reto@gnu.org>
7947
7948 * progmodes/vhdl-mode.el
7949 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7950 (vhdl-end-p): Fix indentation bug "else" after "-- when".
7951 (vhdl-set-default-project): New function (easier setting of default).
7952 (vhdl-port-copy): Handle extended identifiers for generics.
7953 (vhdl-compiler-alist): Better description for error message regexp.
7954 (vhdl-make): Query for target, use previous as default.
7955 (vhdl-port-copy): Fix port copy for port names starting with "signal".
7956 (vhdl-font-lock-keywords-2): Fix fontification for record
7957 el. assign.
7958 (vhdl-speedbar-make-subpack-line): Add package body link.
7959 (vhdl-generate-makefile-1): Not include itself as dependency.
7960 (vhdl-font-lock-init): Highlight c-preprocessor directives.
7961 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7962 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7963 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7964 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7965 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7966 (vhdl-import-project): Add string argument for `error'.
7967 (vhdl-compose-configuration)
7968 (vhdl-compose-configuration-architecture): Add configuration
7969 declaration generation.
7970 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7971 (vhdl-trailer-re): Add "record" keyword (better indentation).
7972 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7973 "[^ \t-\"]+".
7974 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7975 (vhdl-testbench-entity-file-name)
7976 (vhdl-testbench-architecture-file-name): Allow separate
7977 customization of testbench file names.
7978 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7979 (vhdl-get-visible-signals): Allow newline within alias declaration.
7980 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7981 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7982 (member-ignore-case): Alias for missing function in XEmacs.
7983 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7984 (vhdl-update-sensitivity-list): Ignore case on read signals.
7985 (vhdl-replace-string): Adjust case only for file names.
7986 (vhdl-update-sensitivity-list): Fix search for read signals.
7987 (vhdl-update-sensitivity-list): Exclude formal parameters.
7988 (vhdl-get-visible-signals): Include aliases of signals.
7989 (vhdl-get-visible-signals): Fix signal name searching.
7990 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7991 (vhdl-fixup-whitespace-region): Fix for character
7992 literals (e.g. ':').
7993
7994 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * ansi-color.el (comint-last-output-start):
7997 * bs.el (font-lock-verbose):
7998 * diff-mode.el (add-log-buffer-file-name-function):
7999 * dired-x.el (vm-folder-directory):
8000 * faces.el (help-xref-stack-item):
8001 * files.el (font-lock-keywords):
8002 * find-lisp.el (dired-buffers, dired-subdir-alist):
8003 * ido.el (cua-inhibit-cua-keys):
8004 * log-view.el (cvs-minor-wrap-function):
8005 * outline.el (font-lock-warning-face):
8006 * simple.el (compilation-current-error):
8007 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8008 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8009 * tooltip.el (comint-prompt-regexp):
8010 * w32-fns.el (explicit-shell-file-name):
8011 * term/mac-win.el (mac-charset-info-alist)
8012 (mac-services-selection, mac-system-script-code):
8013 * term/tty-colors.el (msdos-color-values):
8014 * term/w32-win.el (xlfd-regexp-registry-subnum):
8015 * term/x-win.el (x-keysym-table, x-selection-timeout)
8016 (x-session-id, x-session-previous-id):
8017 * textmodes/ispell.el (mail-yank-prefix):
8018 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8019 * textmodes/org.el (calc-embedded-close-formula)
8020 (calc-embedded-open-formula)
8021 (font-lock-unfontify-region-function):
8022 * textmodes/reftex-global.el (isearch-next-buffer-function)
8023 (TeX-master):
8024 * textmodes/reftex.el (font-lock-keywords):
8025 * textmodes/tex-mode.el (font-lock-comment-face)
8026 (font-lock-doc-face):
8027 * textmodes/texinfo.el (outline-heading-alist):
8028 Add defvars.
8029
8030 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8031 (artist-spray-chars, artist-mode-init, artist-replace-string)
8032 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8033 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8034 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8035
8036 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8037 (conf-align-assignments): "?\ " -> "?\s".
8038
8039 * textmodes/reftex-index.el (TeX-master): Add defvar.
8040 (reftex-index-phrases-marker): Move up defvar.
8041
8042 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8043 (reftex-toc-include-labels-indicator)
8044 (reftex-toc-include-index-indicator)
8045 (reftex-toc-max-level-indicator): Move up declarations.
8046
8047 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8048 of args to `tramp-run-real-handler', even if it's empty in this case.
8049
8050 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8051
8052 * dired.el (dired-move-to-filename-regexp): Add date format for
8053 Mac OS X 10.3 in East Asian locales.
8054
8055 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8056
8057 * files.el (make-auto-save-file-name): Add file name handler call
8058 if applicable.
8059
8060 * net/tramp.el (tramp-file-name-handler-alist)
8061 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8062 (tramp-handle-make-auto-save-file-name): Rename from
8063 `tramp-make-auto-save-file-name'.
8064 (tramp-exists-file-name-handler): New defun.
8065 (tramp-advice-make-auto-save-file-name): Make defadvice only when
8066 `make-auto-save-file-name' is not a magic file name operation.
8067
8068 2005-08-30 Richard M. Stallman <rms@gnu.org>
8069
8070 * files.el (risky-local-variable-p):
8071 Match `-predicates' and `-commands.
8072
8073 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8074 (custom-save-all): Visit the file if necessary;
8075 kill the buffer if we created it.
8076 (custom-save-delete): Don't visit file or kill buffer here.
8077
8078 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8079
8080 * textmodes/org.el (org-special-keyword): New face.
8081 (org-table-copy-down, org-table-eval-formula)
8082 (org-table-recalculate, org-init-section-numbers):
8083 Use `string-to-number' instead of `string-to-int'.
8084 (org-get-location): Use `insert-buffer-substring' instead of
8085 `insert-buffer'.
8086 (org-modify-diary-entry-string): New function.
8087 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8088 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8089 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8090 active region.
8091 (org-export-as-html): Handle QUOTE keyword.
8092 (org-quote-string): New option.
8093 (org-bookmark-jump-unhide): New function, used for
8094 `bookmark-after-jump-hook'.
8095 (org-diary-default-entry): Apply only when not called through
8096 `org-agenda'.
8097
8098 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
8099
8100 * net/eudc.el (mode-popup-menu):
8101 * play/handwrite.el (ps-printer-name, ps-lpr-command):
8102 * progmodes/ada-mode.el (compile-auto-highlight)
8103 (skeleton-further-elements):
8104 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8105 * progmodes/cmacexp.el (msdos-shells):
8106 * progmodes/compile.el (font-lock-extra-managed-props)
8107 (font-lock-keywords, font-lock-maximum-size)
8108 (font-lock-support-mode):
8109 * progmodes/grep.el (font-lock-lines-before):
8110 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8111 * progmodes/mixal-mode.el (compile-command):
8112 * progmodes/perl-mode.el (font-lock-comment-face)
8113 (font-lock-doc-face, font-lock-string-face):
8114 * progmodes/prolog.el (comint-prompt-regexp):
8115 * progmodes/sh-script.el (font-lock-comment-face)
8116 (font-lock-set-defaults, font-lock-string-face):
8117 * progmodes/sql.el (font-lock-keyword-face)
8118 (font-lock-set-defaults, font-lock-string-face):
8119 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8120 (itimer-version, lazy-lock-defer-contextually)
8121 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8122 Add defvars.
8123
8124 * progmodes/cperl-mode.el (cperl-electric-lbrace)
8125 (cperl-electric-keyword, cperl-electric-pod)
8126 (cperl-electric-backspace, cperl-forward-re)
8127 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8128 (vc-rcs-header, vc-sccs-header): Add defvars.
8129
8130 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8131 (font-lock-syntactic-keywords, gud-find-expr-function):
8132 Add defvars.
8133
8134 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8135 (gdb-frame-parameters): Declare before use.
8136
8137 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8138 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8139 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8140 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8141
8142 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8143 (idlwave-help-with-source): Use `insert-buffer-substring', not
8144 `insert-buffer'.
8145
8146 2005-08-29 Juri Linkov <juri@jurta.org>
8147
8148 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8149 Put outline-back-to-heading function call inside save-excursion.
8150
8151 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
8152
8153 * man.el (Man-init-defvars, Man-translate-references)
8154 (Man-support-local-filenames, Man-highlight-references):
8155 * progmodes/sql.el (sql-interactive-mode):
8156 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8157
8158 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8159 (compilation-mode-font-lock-keywords): Add defvars.
8160 (checkdoc-interactive-loop): "?\ " -> "?\s".
8161
8162 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8163 (font-lock-doc-face, font-lock-string-face)
8164 (font-lock-keywords-case-fold-search): Add defvars.
8165 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8166
8167 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8168 Don't pass X and Y (they are ignored anyway).
8169 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8170 (mouse-delete-window): Make arguments optional.
8171
8172 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8173 (caesar-translate-table, minor-modes, news-buffer-save)
8174 (news-group-name, news-minor-modes): Add defvars.
8175
8176 * emacs-lisp/lselect.el (mouse-highlight-priority)
8177 (x-lost-selection-functions, zmacs-regions):
8178 * emacs-lisp/pp.el (font-lock-verbose):
8179 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8180 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8181 (ses-mode-map):
8182 * emacs-lisp/tcover-unsafep.el (safe-functions):
8183 * international/mule-cmds.el (mac-system-coding-system)
8184 (mac-system-locale):
8185 * language/ethio-util.el (rmail-current-message)
8186 (rmail-message-vector):
8187 * language/thai-util.el (thai-auto-composition-mode):
8188 * mail/metamail.el (rmail-current-message, rmail-message-vector):
8189 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8190 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8191 (vm-primary-inbox, vm-spool-files):
8192 * mail/rmail.el (deleted-head, font-lock-fontified)
8193 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8194 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8195 (total-messages):
8196 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8197 (rmail-summary-mode-map):
8198 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8199 (rmail-last-label, rmail-last-multi-labels)
8200 (rmail-summary-vector, rmail-total-messages):
8201 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8202 * mail/rmailsum.el (msgnum):
8203 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8204 (rmail-current-message):
8205 * obsolete/fast-lock.el (font-lock-face-list):
8206 * obsolete/rnewspost.el (mail-reply-buffer):
8207 * obsolete/scribe.el (compile-command):
8208 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8209
8210 2005-08-28 John Paul Wallington <jpw@gnu.org>
8211
8212 * ibuf-ext.el (ibuffer-auto-update-changed):
8213 Use `frame-or-buffer-changed-p' to check whether we need to update.
8214 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8215 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
8216 as a `frame-or-buffer-changed-p' state vector instead.
8217
8218 2005-08-27 Romain Francoise <romain@orebokech.com>
8219
8220 * textmodes/makeinfo.el (makeinfo-compile):
8221 Use `compilation-start'. Set `next-error-function' according to
8222 `disable-errors'.
8223 (makeinfo-next-error): New function.
8224 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8225 (makeinfo-buffer): Likewise.
8226
8227 * progmodes/compile.el (compilation-start): Add autoload cookie.
8228
8229 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8230 * textmodes/sgml-mode.el: Likewise.
8231 * progmodes/python.el: Likewise.
8232
8233 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8234
8235 * simple.el (blink-matching-paren-distance): Document the meaning
8236 of nil value, and allow to customize to nil.
8237
8238 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8239 command.com, not command.exe.
8240
8241 2005-08-26 John Wiegley <johnw@newartisans.com>
8242
8243 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8244 code around a bit so that an extraneous nil argument is not added
8245 to a command when no args are given.
8246
8247 * eshell/esh-arg.el (eshell-parse-double-quote): If a
8248 double-quoted argument resolves to nil, return it as an empty
8249 string rather than as nil. This made it impossible to pass "" to
8250 a shell script as a null string argument.
8251
8252 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * outline.el (outline-invent-heading): New fun.
8255 (outline-promote, outline-demote): Use it.
8256 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8257 (outline-end-of-subtree): Remove unused var `opoint'.
8258
8259 2005-08-26 David Reitter <david.reitter@gmail.com>
8260
8261 * menu-bar.el (truncate-lines, write-file, print-buffer)
8262 (ps-print-buffer-faces, ps-print-buffer, split-window):
8263 Disable menu items when the frame they refer to is invisible, or when
8264 they refer to a buffer and the minibuffer is selected.
8265
8266 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
8267
8268 * progmodes/flymake.el (flymake-highlight-err-lines):
8269 Use save-excursion around flymake-highlight-line to preserve point.
8270
8271 2005-08-26 Eli Zaretskii <eliz@gnu.org>
8272
8273 * progmodes/octave-mod.el: Change Author and Maintainer address.
8274 (octave-maintainer-address): Change Kurt's email address.
8275 * progmodes/octave-inf.el: Change Author and Maintainer address.
8276 * progmodes/octave-hlp.el: Change Author and Maintainer address.
8277
8278 2005-08-26 Kim F. Storm <storm@cua.dk>
8279
8280 * subr.el (version-list-<, version-list-<=, version-list-=):
8281 Rename from integer-list-*.
8282 (version-list-not-zero): Likewise. Fix while loop.
8283 (version=): Use version-list-= instead of string-equal.
8284
8285 2005-08-26 Richard M. Stallman <rms@gnu.org>
8286
8287 * outline.el (outline-promote): Try shortening the heading.
8288 As last resort, read the heading to use.
8289 (outline-demote): As last resort, read the heading to use.
8290
8291 2005-08-26 Romain Francoise <romain@orebokech.com>
8292
8293 * progmodes/compile.el (compilation-start): Doc fix.
8294
8295 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8296 (antlr-font-lock-additional-keywords): Fix reference to
8297 `antlr-font-lock-literal-regexp' erroneously changed during the
8298 mass face rename.
8299 (antlr-run-tool): Use `compilation-start'.
8300
8301 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8302 instead of the obsolete `compile-internal'.
8303
8304 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
8305
8306 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8307 (number, original-date):
8308 * calendar/cal-china.el (date):
8309 * calendar/cal-coptic.el (date):
8310 * calendar/cal-french.el (date):
8311 * calendar/cal-hebrew.el (date, entry, number, original-date):
8312 * calendar/cal-islam.el (date, number, original-date):
8313 * calendar/cal-iso.el (date):
8314 * calendar/cal-julian.el (date):
8315 * calendar/cal-mayan.el (date):
8316 * calendar/cal-menu.el (date, event):
8317 * calendar/cal-persia.el (date):
8318 * calendar/lunar.el (date):
8319 * calendar/solar.el (date): Add defvars.
8320
8321 * emerge.el:
8322 * ibuffer.el:
8323 * info-xref.el:
8324 * obsolete/bg-mouse.el:
8325 * obsolete/sun-curs.el:
8326 * obsolete/swedish.el: Move the `defvar's to the top level.
8327
8328 * smerge-mode.el (smerge-refined-change): Add :group.
8329
8330 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8333 (smerge-keep-n): Remove props.
8334 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8335 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8336 now that it's done in smerge-keep-n.
8337 (smerge-refined-change): New face.
8338 (smerge-refine-chopup-region, smerge-refine-highlight-change)
8339 (smerge-refine): New funs.
8340 (smerge-basic-map): Bind smerge-refine.
8341
8342 2005-08-25 Juri Linkov <juri@jurta.org>
8343
8344 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8345 compilation-process-setup-function and compilation-disable-input
8346 in grep-mode instead of let-bindings in grep.
8347
8348 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8349 Delete "Automatic File De/compression" (auto-compression-mode).
8350
8351 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
8352
8353 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8354 Silence warning about non-existent variable.
8355
8356 2005-08-25 Richard M. Stallman <rms@gnu.org>
8357
8358 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8359 Rename "Describe Key" to "Describe Key or Mouse Operation".
8360
8361 * mail/mailalias.el (build-mail-aliases): Delete comments
8362 from the contents before processing them.
8363
8364 * isearch.el (isearch-edit-string): Erase the Search prompt
8365 if user enters an empty string and there is no default.
8366
8367 * comint.el (comint-file-name-prefix): Add autoload.
8368
8369 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
8370
8371 * subr.el (play-sound): Rearrange to avoid warning.
8372
8373 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
8374
8375 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8376 New hook.
8377 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8378
8379 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8382
8383 * custom.el (custom-theme-set-variables): Sort minor modes last.
8384
8385 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8386
8387 * subr.el (version-separator, version-regexp-alist): New vars used by
8388 version comparison funs.
8389 (integer-list-<, integer-list-=, integer-list-<=)
8390 (integer-list-not-zero): New funs for integer list comparison.
8391 (version-to-list, version=, version<, version<=): New funs for version
8392 comparison.
8393
8394 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
8395
8396 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8397 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8398 time to silence the byte-compiler.
8399
8400 * ibuffer.el (ibuffer-compile-make-eliding-form)
8401 (ibuffer-check-formats): Use `with-no-warnings' to hide references
8402 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8403 so it's silly to get warnings for it).
8404 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8405 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8406 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8407 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8408 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8409 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8410 Defvar at compile time.
8411 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8412 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8413 Declare them before use.
8414
8415 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8416 (info-xref-good, info-xref-bad): Defvar at compile time.
8417
8418 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8419 Use `let*' instead of `let'.
8420
8421 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8422 (*mouse-y*, menu, char): Defvar at compile time.
8423 (sc::menu): Declare it before use.
8424 (sc::pack-one-line): Use `let', not `let*'.
8425
8426 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8427 (mail-send-hook): Defvar at compile time.
8428
8429 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8430 Defvar at compile time.
8431
8432 * term/sun-mouse.el (current-global-mousemap)
8433 (current-local-mousemap): Declare them before use.
8434
8435 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
8436
8437 * bookmark.el (bookmark-after-jump-hook): New hook.
8438 (bookmark-jump): Run `bookmark-after-jump-hook'.
8439
8440 2005-08-23 Juri Linkov <juri@jurta.org>
8441
8442 * faces.el (minibuffer-prompt): Doc fix.
8443
8444 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
8445
8446 * progmodes/xscheme.el: Trivial changes to silence warnings.
8447 (xscheme-previous-mode, xscheme-previous-process-state):
8448 Add defvars.
8449 (xscheme-last-input-end, xscheme-process-command-line)
8450 (xscheme-process-name, xscheme-buffer-name)
8451 (xscheme-expressions-ring-max, xscheme-expressions-ring)
8452 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8453 (xscheme-control-g-synchronization-p)
8454 (xscheme-control-g-disabled-p, xscheme-string-receiver)
8455 (default-xscheme-runlight, xscheme-runlight)
8456 (xscheme-runlight-string, xscheme-process-filter-state)
8457 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8458 Move to beginning of file.
8459 (scheme-interaction-mode-commands-alist)
8460 (scheme-interaction-mode-map, scheme-debugger-mode-map):
8461 Declare them before use. Note: the initialization code for the variables
8462 has not been moved because it uses functions that reference the variables.
8463 (xscheme-control-g-message-string, xscheme-process-filter-alist)
8464 (xscheme-prompt-for-expression-map): Declare them before use.
8465 (scheme-debugger-mode-commands): "?\ " -> "?\s".
8466
8467 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
8468
8469 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8470
8471 2005-08-22 Juri Linkov <juri@jurta.org>
8472
8473 * faces.el (set-face-underline): Delete this duplicate function
8474 and make an obsolete alias to set-face-underline-p.
8475 (set-face-underline-p): Use docstring of set-face-underline.
8476 (describe-face): Create hyperlink to parent face.
8477
8478 * info.el (Info-insert-dir): Use save-excursion around
8479 insert-buffer-substring.
8480 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8481 (Info-escape-percent): Delete function.
8482 (Info-fontify-node): Replace Info-escape-percent by
8483 replace-regexp-in-string with REP arg set to lambda that
8484 duplicates `%' and preserves text properties.
8485
8486 * progmodes/compile.el (compilation-disable-input): Doc fix.
8487 (define-compilation-mode): Doc fix and refill.
8488 (kill-compilation): Use `mode-name' in the error message.
8489 (compilation-find-file): Use `compilation-error' in the
8490 read-file-name's prompt.
8491
8492 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8495 (smerge-auto-leave): Make undo re-enable the mode.
8496 (debug-ignored-errors): Add the user-error of impossible resolution.
8497 (smerge-resolve): Move things around a bit, in preparation for later.
8498 (smerge-diff): Don't fail if the buffer has no associated file.
8499 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8500 (smerge-conflict-overlay): New function.
8501 (smerge-match-conflict): Don't add text properties here.
8502 (smerge-find-conflict): Instead, add an overlay here.
8503 Also check for the case where we're inside a conflict already, so as to
8504 obviate the need for font-lock-multiline, which is unbearably slow with
8505 large conflicts and ciomplex font-lock patterns.
8506 (smerge-remove-props): Remove overlay rather than text-properties.
8507 (smerge-mode): Don't set font-lock-multiline.
8508 Remove overlays when turned off.
8509
8510 2005-08-21 Kim F. Storm <storm@cua.dk>
8511
8512 * ido.el (ido-ignore-item-p): Use save-match-data.
8513 Bind case-fold-search to ido-case-fold locally.
8514
8515 2005-08-20 Richard M. Stallman <rms@gnu.org>
8516
8517 * files.el (normal-mode): If font lock is on, turn it off and on.
8518
8519 * subr.el (replace-regexp-in-string): Doc fix.
8520
8521 * startup.el (command-line-1): Don't suppress startup screen
8522 due to existing processes.
8523
8524 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8525
8526 * progmodes/compile.el (compilation-disable-input): Default to nil.
8527
8528 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8529
8530 * progmodes/compile.el (compilation-disable-input): New defcustom.
8531 (compilation-start): If compilation-disable-input is non-nil, send
8532 EOF to the compilation process.
8533
8534 2005-08-20 Eli Zaretskii <eliz@gnu.org>
8535
8536 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8537 Run the argument of tex-shell-cd-command through
8538 convert-standard-filename, to get the correct style of slashes on
8539 Windows, and enclose the result in quotes, in case the file name
8540 includes whitespace or other special characters.
8541
8542 2005-08-19 Andreas Schwab <schwab@suse.de>
8543
8544 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8545 process.
8546
8547 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
8548
8549 * cus-start.el (minibuffer-prompt-properties): Correct typo.
8550
8551 2005-08-18 Kim F. Storm <storm@cua.dk>
8552
8553 * scroll-lock.el: Fix errors due to incorrect line wrapping.
8554
8555 2005-08-18 Richard M. Stallman <rms@gnu.org>
8556
8557 * scroll-lock.el: New file.
8558
8559 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
8560
8561 * dired.el (dired-move-to-end-of-filename):
8562 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8563
8564 2005-08-18 Kim F. Storm <storm@cua.dk>
8565
8566 * ido.el (ido-everywhere): Fix defcustom :set function to disable
8567 rather than toggle mode when custom value is nil.
8568 (ido-everywhere): Fix defun doc string.
8569
8570 2005-08-17 Richard M. Stallman <rms@gnu.org>
8571
8572 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8573 as tag instead of "Inviolable".
8574
8575 2005-08-17 Kim F. Storm <storm@cua.dk>
8576
8577 * windmove.el (windmove-coordinates-of-position): Remove.
8578 (windmove-coordinates-of-window-position): Remove.
8579 (windmove-reference-loc): Use posn-at-point instead.
8580
8581 * subr.el (insert-for-yank-1): Doc fix.
8582
8583 * ido.el (ido-enter-matching-directory): Rename from
8584 ido-enter-single-matching-directory. Change `slash' choice to
8585 `only'. Add `first' choice.
8586 (ido-exhibit): Adapt to above changes.
8587
8588 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
8589
8590 * Makefile.in: Expand comment about building loaddefs.el.
8591
8592 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
8593
8594 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8595 Comment use of defadvice.
8596
8597 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8598
8599 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
8600
8601 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8602 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8603 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8604 * progmodes/idlw-shell.el, progmodes/ld-script.el,
8605 * progmodes/which-func.el, ruler-mode.el, strokes.el,
8606 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8607 for backward compatibility for faces that did not appear in the
8608 previous Emacs release.
8609
8610 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8611
8612 2005-08-15 Kim F. Storm <storm@cua.dk>
8613
8614 * emulation/cua-base.el (cua-delete-region): Return t if
8615 deleted region was non-empty.
8616 (cua-replace-region): Inhibit overwrite-mode for
8617 self-insert-command if replaced region was non-empty.
8618 (cua--explicit-region-start, cua--status-string): Make them
8619 buffer-local at top-level...
8620 (cua-mode): ...rather than when mode is enabled.
8621
8622 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
8623
8624 * progmodes/vhdl-mode.el (vhdl-emacs-21):
8625 Set t for Emacs 21, 22, and so on.
8626
8627 2005-08-15 David Ponce <david@dponce.com>
8628
8629 * tree-widget.el: Update Commentary header.
8630 (tree-widget-theme): Doc fix.
8631 (tree-widget-space-width): New option.
8632 (tree-widget-image-properties): Look up in the default theme too.
8633 (tree-widget--cursors): Only for images with arrow pointer shape.
8634 (tree-widget-lookup-image): Pointer shape is hand by default.
8635 (tree-widget-icon): Rename generic icon widget from
8636 `tree-widget-control'.
8637 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8638 derive from `tree-widget-icon'.
8639 (tree-widget-handle): Improve default look and feel of the text
8640 representation.
8641 (tree-widget): Rename :*-control properties to :*-icon properties.
8642 Add :action and :help-echo properties.
8643 (tree-widget-after-toggle-functions): Move.
8644 (tree-widget-close-node, tree-widget-open-node): Remove.
8645 (tree-widget-before-create-icon-functions): New hook.
8646 (tree-widget-value-create): Update to allow customization of icons
8647 and nodes at run-time via that new hook.
8648 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8649 (tree-widget-icon-action, tree-widget-icon-help-echo)
8650 (tree-widget-action, tree-widget-help-echo): New functions.
8651
8652 2005-08-15 Kim F. Storm <storm@cua.dk>
8653
8654 * ido.el (ido-buffer-internal): Use with-no-warnings.
8655 (ido-make-merged-file-list): Use while-no-input.
8656
8657 2005-08-15 Richard M. Stallman <rms@gnu.org>
8658
8659 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8660 (flyspell-large-region): Fix doc and custom type.
8661
8662 2005-08-14 Richard M. Stallman <rms@gnu.org>
8663
8664 * files.el (interpreter-mode-alist): Doc fix.
8665
8666 * mail/rmail.el (rmail-nonignored-headers): New variable.
8667 (rmail-clear-headers): Use it.
8668 (rmail-reply): Better handling of mail-followup-to header.
8669
8670 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8671 Rename variable from sh-font-lock-keywords. In the `shell' entry,
8672 don't try to refer to executable-font-lock-keywords.
8673 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8674 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8675 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8676 (sh-mode): Set comment-start-skip, local-abbrev-table,
8677 imenu-case-fold-search.
8678 (sh-set-shell): Don't set them here.
8679 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
8680 Don't cache the results in the original alist; don't ever modify
8681 that alist.
8682
8683 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8684
8685 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8686 empty.
8687
8688 2005-08-15 Andreas Schwab <schwab@suse.de>
8689
8690 * desktop.el: Put autoload cookie at risky-local-variable declarations.
8691
8692 * dired.el, info.el, mail/rmail.el: Revert last change.
8693
8694 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
8695
8696 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8697 modification in `eval-after-load' form.
8698 * info.el: Likewise.
8699 * mail/rmail.el: Likewise.
8700
8701 2005-08-14 Juri Linkov <juri@jurta.org>
8702
8703 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8704 Remove highlighting of "Compilation started". Highlight only
8705 the word "finished" in "Compilation finished". Add highlighting
8706 of "interrupt", "killed", "terminated" and the exit code.
8707 (compilation-start): Add newline after header. Use exactly the
8708 same time stamp format as the finishing message.
8709 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8710
8711 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8712 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8713 Add highlighting of "interrupt", "killed", "terminated".
8714
8715 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8716 enabled and the current command is self-insert-command, call it
8717 explicitly with overwrite-mode bound to nil, to not allow it
8718 to delete the character after the selected region.
8719
8720 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
8721
8722 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8723 move-end-of-line, end-of-line, and beginning-of-line to the list
8724 of commands after which the echo area is updated.
8725
8726 2005-08-12 Eli Zaretskii <eliz@gnu.org>
8727
8728 * cus-edit.el (custom-save-all, custom-save-delete):
8729 Bind recentf-exclude to exclude custom-file.
8730
8731 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
8732
8733 * mail/rmailsum.el (rmail-summary-end-of-message): New command
8734 to go to the bottom of the mail message. Added to
8735 `rmail-summary-mode-map' with key "/".
8736 (rmail-summary-show-message): New (internal) function for use by
8737 both `rmail-summary-beginning/end-of-message'.
8738 (rmail-summary-beginning-of-message): Change to use
8739 rmail-summary-show-message.
8740
8741 * mail/rmail.el (rmail-end-of-message): New command to go to the
8742 end of the current message. Added to `rmail-mode-map' with key "/".
8743 (rmail-beginning-of-message): Fix to work as documented.
8744 (rmail-mode): Change documentation.
8745
8746 * progmodes/compile.el (compilation-start): Add the line
8747 "Compilation started" with compilation start time.
8748 (compilation-mode-font-lock-keywords): Add `started' to keywords.
8749
8750 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
8751
8752 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8753 of menu items.
8754
8755 2005-08-11 Richard M. Stallman <rms@gnu.org>
8756
8757 * simple.el (pop-global-mark): Reverse test of widen-automatically.
8758
8759 * battery.el (battery-status-function): Don't use ignore-errors.
8760
8761 2005-08-11 Lute Kamstra <lute@gnu.org>
8762
8763 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8764 define-obsolete-variable-alias.
8765
8766 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8769 (ange-ftp-send-cmd): Revert last change, and expand
8770 the comment explaining the problem.
8771
8772 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
8773
8774 * ldefs-boot.el: Update.
8775
8776 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8777 item to "Time, Load and Mail". Change help echo text.
8778
8779 * time.el (display-time-use-mail-icon, display-time-format)
8780 (display-time-string-forms): Shorten first line of docstrings.
8781
8782 2005-08-10 Lars Hansen <larsh@soem.dk>
8783
8784 * desktop.el (desktop-buffer-mode-handlers):
8785 Make non-customizable. Add autoload cookie. Change initial value to
8786 nil; add elements in respective modules instead. Fix doc string.
8787 (desktop-load-file): New function.
8788 (desktop-minor-mode-handlers): New autoloaded variable.
8789 (desktop-create-buffer): Call minor mode handlers.
8790 Use desktop-load-file to load major and minor mode modules prior to
8791 checking for a handler.
8792 (desktop-save): Don't add nil to desktop-minor-modes for minor
8793 modes with nil function in desktop-minor-mode-table. Don't delete
8794 desktop file before rewriting it.
8795 (desktop-locals-to-save): Add autoload cookie. Don't make
8796 automatically buffer-local. Add variables column-number-mode,
8797 size-indication-mode, indent-tabs-mode,
8798 indicate-buffer-boundaries, indicate-empty-lines and
8799 show-trailing-whitespace.
8800 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8801 regexps. Don't use desktop-clear-preserve-buffers-regexp.
8802 (desktop-clear-preserve-buffers-regexp): Delete.
8803 (desktop-clear-preserve-buffers): Update initial value and docstring.
8804 (desktop-save-buffer): Fix doc string.
8805
8806 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8807 (hilit-chg-desktop-restore): New function.
8808 (highlight-changes-mode): Add highlight-changes-mode to
8809 desktop-locals-to-save.
8810
8811 * dired.el: Add handler to desktop-buffer-mode-handlers.
8812 (dired-restore-desktop-buffer): Remove autoload cookie.
8813 (dired-mode): Add autoload cookie.
8814
8815 * info.el: Add handler to desktop-buffer-mode-handlers.
8816 (Info-restore-desktop-buffer): Remove autoload cookie.
8817 (Info-mode): Add autoload cookie.
8818
8819 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8820 (mh-restore-desktop-buffer): Remove autoload cookie.
8821 (mh-folder-mode): Add autoload cookie.
8822
8823 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8824 (rmail-restore-desktop-buffer): Remove autoload cookie.
8825
8826 2005-08-11 Masatake YAMATO <jet@gyve.org>
8827
8828 * hexl.el (hexl-address-region):
8829 (hexl-ascii-region, hexl-font-lock-keywords):
8830 (hexl-highlight-line-range): Use the term "region"
8831 instead of "area" for consistency with the other symbols
8832 defined in hexl.el.
8833
8834 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8835
8836 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8837 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8838 out by Juri Linkov). Add `display-battery-mode'.
8839
8840 2005-08-09 Juri Linkov <juri@jurta.org>
8841
8842 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8843 Remove `-text' from face variable names.
8844 (compilation-error-file-name, compilation-warning-file-name)
8845 (compilation-info-file-name): Delete faces.
8846 (compilation-line-number, compilation-column-number):
8847 Remove face underlining.
8848 (compilation-message-face): Set to `underline' value by default.
8849 (compilation-error-face, compilation-warning-face)
8850 (compilation-info-face): Remove `-file-name' from face names.
8851 (compilation-error-text-face, compilation-warning-text-face)
8852 (compilation-info-text-face): Delete face variables.
8853 (compilation-text-face): Delete function.
8854
8855 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8856 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8857 (grep-error-face): Set to `compilation-error' instead of
8858 `compilation-error-face' (which is redefined to `grep-hit-face' in
8859 grep buffers).
8860 (grep-mode-font-lock-keywords): Remove `-text' from face variable
8861 names. Use `grep-error-face' instead of `compilation-error-text-face'.
8862
8863 * dired-aux.el (dired-do-query-replace-regexp):
8864 Use `query-replace-read-args'.
8865
8866 * replace.el (query-replace-read-from, query-replace-read-to)
8867 (query-replace-read-args): Rename arg `string' to `prompt'.
8868
8869 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8870
8871 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8872
8873 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8874 uploading files.
8875 (ange-ftp-canonize-filename): Handle file names beginning with ~
8876 correctly.
8877
8878 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8879
8880 * textmodes/fill.el (canonically-space-region)
8881 (fill-context-prefix, fill-french-nobreak-p)
8882 (fill-delete-newlines, fill-comment-paragraph)
8883 (justify-current-line): "?\ " -> "?\s".
8884
8885 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
8886
8887 * textmodes/fill.el (fill-nonuniform-paragraphs):
8888 Improve argument/docstring consistency.
8889
8890 2005-08-09 Richard M. Stallman <rms@gnu.org>
8891
8892 * textmodes/ispell.el (ispell-word): More fboundp checks.
8893
8894 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8895 (find-file-noselect-1): Call it here, only if RAWFILE.
8896 (normal-mode): Always set some major mode.
8897 (save-some-buffers-action-alist): Change some explanation strings.
8898 (file-name-non-special): In the `quote' method, use unwind-protect.
8899
8900 2005-08-09 Magnus Henoch <mange@freemail.hu>
8901
8902 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8903 (ispell-have-aspell-dictionaries): New variable.
8904 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8905 (ispell-get-aspell-config-value): New function.
8906 (ispell-aspell-find-dictionary): New function.
8907 (ispell-aspell-add-aliases): New function.
8908 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8909 appropriate. Don't look for ispell dictionaries if we use aspell.
8910 (ispell-menu-map): Don't build a submenu of dictionaries.
8911
8912 2005-08-09 Richard M. Stallman <rms@gnu.org>
8913
8914 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8915 (sql-read-passwd): Use read-passwd.
8916
8917 * progmodes/idlw-toolbar.el (idlwave-toolbar)
8918 (idlwave-toolbar-is-possible): Add defvars.
8919
8920 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8921 Avoid warnings.
8922
8923 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8924 (idlwave-system-class-info, idlwave-executive-commands-alist):
8925 Use defvar.
8926
8927 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8928
8929 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8930 Avoid warnings.
8931
8932 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8933 and content-type: headers.
8934
8935 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8936
8937 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8938 and rename some of them to be more self-explanatory.
8939
8940 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8941
8942 * startup.el (command-line-1): Implement -scriptload.
8943
8944 * replace.el (occur-engine): Initial *Occur* output not undoable.
8945
8946 * menu-bar.el (menu-bar-file-menu): Rename some menu items
8947 and improve help strings.
8948
8949 * isearch.el (isearch-repeat): When changing direction,
8950 mark search successful.
8951
8952 * ediff-init.el: Use (featurep 'xemacs).
8953
8954 * comint.el (send-invisible): Identify buffer, if not selected.
8955
8956 * align.el: Delete autoload for c-guess-basic-syntax.
8957
8958 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8959
8960 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8961 Improve argument/docstring consistency. Doc fixes.
8962 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8963 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8964 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8965 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8966 (r2bv-organization, r2bv-pages, r2bv-primary-author)
8967 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8968 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8969 Defvar at compile time.
8970
8971 2005-08-09 Juri Linkov <juri@jurta.org>
8972
8973 * info.el: Replace `info' with upper-case `Info' where appropriate.
8974 (info-title-1, info-title-2, info-title-3, info-title-4)
8975 (info-menu-header): Move up face definitions.
8976 (info-menu-star): Rename from `info-menu-5'.
8977 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8978 (Info-fontify-visited-nodes): Fix docstring.
8979 (Info-hide-note-references): Fix docstring.
8980 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8981 menu items in the same way as on cross-references.
8982 (info-apropos): Fix sorting order and formatting to be like in the
8983 stand-alone Info browser. Display error messages for 1 sec.
8984 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
8985 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8986 from the menu bar.
8987 (Info-insert-dir): Restore point after calling
8988 `insert-buffer-substring'.
8989
8990 2005-08-08 Richard M. Stallman <rms@gnu.org>
8991
8992 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8993 (recompute-lucid-menubar): Add defvars.
8994
8995 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8996
8997 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8998
8999 * net/net-utils.el (run-dig): Rename from `dig'.
9000
9001 * play/gametree.el (gametree-mode): Use make-local-variable,
9002 not make-variable-buffer-local.
9003
9004 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9005
9006 * ansi-color.el (ansi-color-make-extent)
9007 (ansi-color-set-extent-face): Use fboundp, not functionp.
9008
9009 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9010 not make-variable-buffer-local.
9011
9012 * bookmark.el (Info-current-file): Add defvar.
9013 (bookmark-jump-noselect): Use with-no-warnings.
9014
9015 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9016
9017 * ebuff-menu.el (Helper-return-blurb): Add defvar.
9018
9019 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9020
9021 * find-file.el (ada-procedure-start-regexp)
9022 (ada-package-start-regexp): Add defvars.
9023
9024 * info.el (Info-insert-dir): Use insert-buffer-substring.
9025
9026 * xml.el (xml-att-def-re): Add defvar.
9027
9028 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9029 calling convention.
9030
9031 * subr.el (while-no-input): Return t if there is input.
9032
9033 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * cus-start.el (all): Add `overflow-newline-into-fringe'.
9036
9037 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
9038
9039 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9040 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9041
9042 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
9043
9044 * cmuscheme.el (scheme-start-file): Replace reference to
9045 `user-emacs-directory' by "~/.emacs.d/".
9046
9047 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
9048
9049 * info.el (Info-dir-remove-duplicates): Avoid case folding
9050 in loop; instead, keep downcased strings for comparison.
9051 Suggested by Helmut Eller.
9052
9053 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9054
9055 Sync with Tramp 2.0.50.
9056
9057 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9058 XEmacs case; not necessary anymore.
9059 (tramp-user-regexp): Allow "@" as part of user name.
9060 (tramp-handle-set-visited-file-modtime)
9061 (tramp-handle-insert-file-contents)
9062 (tramp-handle-write-region): No special handling for
9063 `last-coding-system-used, because this is done in
9064 `tramp-accept-process-output' now.
9065 (tramp-accept-process-output): New defun.
9066 (tramp-process-one-action, tramp-process-one-multi-action)
9067 (tramp-wait-for-regexp, tramp-wait-for-output)
9068 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
9069 Howells <dhowells@redhat.com>.
9070 (clear-visited-file-modtime): Defadvice removed. The check for
9071 unset buffer's modtime does not need to be based on
9072 `tramp-buffer-file-attributes'. Suggested by RMS.
9073 (tramp-message): Insert "\n" if not being at beginning of line.
9074 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9075 sequence with same logic.
9076 (tramp-completion-handle-expand-file-name): Discard call of
9077 `tramp-drop-volume-letter'. It is not necessary, and there have
9078 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9079 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9080 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9081 should always be visible.
9082 (tramp-handle-insert-directory, tramp-setup-complete)
9083 (tramp-set-process-query-on-exit-flag)
9084 (tramp-append-tramp-buffers): Pacify byte-compiler.
9085 (tramp-bug): Delete non-existing variables from list.
9086 Apply `tramp-load-report-modules' as pre-hook.
9087 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9088 `shell-prompt-pattern' because of non-7bit characters.
9089 Reported by Sebastian Luque <sluque@mun.ca>.
9090 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9091 (tramp-match-string-list): Remove function.
9092 (tramp-wait-for-regexp): Remove call of that function.
9093 Suggested by Kim F. Storm <storm@cua.dk>.
9094 (tramp-set-auto-save-file-modes): Use octal integer code #o600
9095 instead of octal character code ?\600. The latter resulted in a
9096 syntax error with XEmacs.
9097
9098 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9099 XEmacs case; not necessary anymore.
9100 (tramp-smb-handle-write-region): No special handling for
9101 `last-coding-system-used, because this is done in
9102 `tramp-accept-process-output' now.
9103 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9104
9105 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
9106
9107 * wid-edit.el (widget-choice-value-create):
9108 Unconditionally respect user choice. Set :explicit-choice back to nil
9109 when no longer needed.
9110 (widget-choice-action): Unconditionally respect user choice.
9111 Eliminate :explicit-choice-value.
9112
9113 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9114
9115 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9116 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9117 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9118 running new function `toggle-indicate-empty-lines'.
9119 Rename "Customize" item to "Customize fringe".
9120 Rename "Indicators" item to "Buffer boundaries" and change help echo.
9121 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9122 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9123 Delete "Empty lines only" item.
9124 (menu-bar-showhide-fringe-ind-customize): New function.
9125 (menu-bar-showhide-fringe-ind-mixed)
9126 (menu-bar-showhide-fringe-ind-box)
9127 (menu-bar-showhide-fringe-ind-right)
9128 (menu-bar-showhide-fringe-ind-left)
9129 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9130 instead of `fringe-indicators'.
9131
9132 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
9133
9134 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9135 Change the date of last update.
9136
9137 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
9138
9139 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9140 (viper-exec-yank, viper-put-back): Don't display modification msg
9141 if in the minibuffer.
9142
9143 * viper-init.el (viper-replace-overlay-cursor-color)
9144 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9145 Make variables frame local.
9146
9147 * viper-util.el (viper-append-filter-alist): Use append instead of
9148 nconc.
9149
9150 * viper.el (viper-vi-state-mode-list)
9151 (viper-emacs-state-mode-list): Move help-mode and
9152 completion-list-mode from the first list to the second.
9153 (viper-mode): Docstring.
9154 (viper-go-away, viper-non-hook-settings): Don't localize
9155 minor-mode-alist in newer Emacsen. Add advice to
9156 set-cursor-color. Don't bind "\C-c\\".
9157
9158 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
9159
9160 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9161 (scheme-macro-expand-command): New user options.
9162 (scheme-trace-procedure, scheme-expand-current-form): New commands.
9163 (scheme-form-at-point, scheme-start-file)
9164 (scheme-interactively-start-process): New functions.
9165 (scheme-get-process): New function, extracted from `scheme-proc'.
9166 (run-scheme): Call `scheme-start-file' to get start file, and pass
9167 it to `make-comint'.
9168 (switch-to-scheme, scheme-proc):
9169 Call `scheme-interactively-start-process' if no Scheme buffer/process
9170 is available.
9171
9172 2005-08-06 Juri Linkov <juri@jurta.org>
9173
9174 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9175 Use `compilation-text-face', `compilation-info-text-face' and
9176 `compilation-error-text-face' instead of `font-lock-keyword-face'.
9177 (compilation-error): New face.
9178 (compilation-error-file-name): Inherit from
9179 `compilation-error' instead of `font-lock-warning-face'.
9180 (compilation-warning-file-name): Inherit from
9181 `compilation-warning' instead of `font-lock-warning-face'.
9182 (compilation-info, compilation-error-file-name)
9183 (compilation-warning-file-name, compilation-info-file-name)
9184 (compilation-line-number, compilation-column-number): Doc fix.
9185 (compilation-error-text-face, compilation-warning-text-face)
9186 (compilation-info-text-face): New face variables.
9187 (compilation-line-face, compilation-column-face)
9188 (compilation-enter-directory-face)
9189 (compilation-leave-directory-face): Doc fix.
9190 (compilation-text-face): New function.
9191
9192 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9193 instead of 1 to display binary file names as info file links.
9194 (grep-error-face): Use `compilation-error-face' instead of
9195 `font-lock-keyword-face'.
9196 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9197 and `compilation-warning-text-face' instead of
9198 `font-lock-keyword-face'. Use `compilation-error-text-face'
9199 instead of `grep-error-face'.
9200
9201 2005-08-05 Kenichi Handa <handa@m17n.org>
9202
9203 * international/code-pages.el: Add autoload cookies for all coding
9204 systems.
9205
9206 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
9207
9208 * cus-start.el (all): Put undo.c where it alphabetically belongs.
9209
9210 2005-08-04 Juri Linkov <juri@jurta.org>
9211
9212 * progmodes/compile.el (compilation-mode-map):
9213 * progmodes/grep.el (grep-mode-map):
9214 Bind TAB to `compilation-next-error' and [backtab] to
9215 `compilation-previous-error'.
9216
9217 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9218 matching line numbers, column numbers and their ranges with regexp
9219 matching only line numbers.
9220 (grep-context-face): New face variable.
9221 (grep-mode-font-lock-keywords): Use it.
9222
9223 * faces.el (read-face-name): Delete duplicate faces.
9224
9225 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
9226
9227 * thumbs.el (thumbs-find-image): Don't make variables
9228 automatically buffer local.
9229 (thumbs-current-tmp-filename, thumbs-current-image-filename)
9230 (thumbs-image-num): Make automatically buffer local.
9231 (thumbs-show-thumbs-list): Use `make-local-variable', not
9232 `make-variable-buffer-local'.
9233 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9234
9235 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9236 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9237 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9238 (bother, bye, canyou, chatlst, continue, deathlst, describe)
9239 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9240 (feelings-about, foullst, found, hello, history, howareyoulst)
9241 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9242 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9243 (neglst, obj, object, owner, please, problems, qlist)
9244 (random-adjective, relation, remlst, repetitive-shortness)
9245 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9246 (shortlst, something, sportslst, stallmanlst, states, subj)
9247 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9248 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9249 Defvar at compile time.
9250
9251 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9252 not `make-variable-buffer-local'.
9253
9254 2005-08-02 Kim F. Storm <storm@cua.dk>
9255
9256 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9257 rectangle overlay in selected window.
9258
9259 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
9260
9261 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9262 instead of display group. Make `indicate-buffer-boundaries'
9263 customizable through Custom.
9264
9265 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
9266
9267 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9268 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9269 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9270 (gdb-put-string): Fix typos in docstrings.
9271
9272 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
9273
9274 Update copyright notices of files in progmodes directory for
9275 release of Emacs 22.1.
9276
9277 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9278
9279 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9280 Don't barf if the GUD buffer has been killed.
9281
9282 2005-08-01 Kim F. Storm <storm@cua.dk>
9283
9284 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9285
9286 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * simple.el (next-error-follow-minor-mode):
9289 make-variable-buffer-local -> make-local-variable.
9290
9291 * emacs-lisp/cl-extra.el: Require CL also when compiling.
9292
9293 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9294 (byte-compile-form-make-variable-buffer-local): New functions to warn
9295 about misuses of make-variable-buffer-local where make-local-variable
9296 was meant.
9297
9298 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * bs.el (bs-attributes-list): Doc fix.
9301 (bs): Update url-link.
9302
9303 * desktop.el (desktop-save-buffer): Fix typos in docstring.
9304 (desktop-load-default): Simplify.
9305
9306 * ibuffer.el (ibuffer-columnize-and-insert-list)
9307 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9308 (ibuffer-unmark-all, ibuffer-toggle-marks)
9309 (ibuffer-unmark-forward, ibuffer-unmark-backward)
9310 (ibuffer-compile-make-format-form, ibuffer-format-column)
9311 (ibuffer-current-buffers-with-marks)
9312 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9313 (ibuffer): Doc fix.
9314 (ibuffer-mode): Fix typo in docstring.
9315 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9316 with `define-obsolete-variable-alias'.
9317 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
9318
9319 2005-07-29 Kenichi Handa <handa@m17n.org>
9320
9321 * international/mule-cmds.el (select-message-coding-system):
9322 Be sure to use LF for end-of-line. If no coding system is decided,
9323 return iso-8859-1-unix.
9324
9325 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9328 (ange-ftp-pending-error-line): New vars.
9329 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9330 to handle the non-fatal no-route-to-host messages.
9331 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9332
9333 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
9334
9335 * isearch.el (isearch-mode-map, isearch-other-meta-char)
9336 (isearch-quote-char, isearch-printing-char)
9337 (isearch-text-char-description): "?\ " -> "?\s".
9338 (isearch-lazy-highlight-cleanup)
9339 (isearch-lazy-highlight-initial-delay)
9340 (isearch-lazy-highlight-interval)
9341 (isearch-lazy-highlight-max-at-a-time)
9342 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9343 Declare with define-obsolete-*-alias macros.
9344 (isearch-forward): Fix typo in docstring.
9345 (search-invisible, search-ring-yank-pointer)
9346 (regexp-search-ring-yank-pointer): Doc fixes.
9347
9348 * recentf.el (recentf-menu-append-commands-p): Declare with
9349 `define-obsolete-variable-alias'.
9350 (recentf-max-saved-items, recentf-menu-filter)
9351 (recentf-arrange-by-rule-subfilter): Doc fixes.
9352 (recentf-menu-append-commands-flag)
9353 (recentf-initialize-file-name-history, recentf-expand-file-name)
9354 (recentf-clear-data): Fix typos in docstrings.
9355
9356 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
9357
9358 * progmodes/gdb-ui.el: Smarten comments.
9359 (gdb-info-breakpoints-custom): Use nowarn when finding file.
9360
9361 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9362
9363 * term/apollo.el (terminal-init-apollo): New function containing
9364 all former top level forms in the file.
9365 * term/bobcat.el (terminal-init-bobcat):
9366 * term/cygwin.el (terminal-init-cygwin):
9367 * term/iris-ansi.el (terminal-init-iris-ansi):
9368 * term/linux.el (terminal-init-linux):
9369 * term/news.el (terminal-init-news):
9370 * term/rxvt.el (terminal-init-rxvt):
9371 * term/sun.el (terminal-init-sun):
9372 * term/tvi970.el (terminal-init-tvi970):
9373 * term/vt100.el (terminal-init-vt100):
9374 * term/vt102.el (terminal-init-vt102):
9375 * term/vt125.el (terminal-init-vt125):
9376 * term/vt200.el (terminal-init-vt200):
9377 * term/vt201.el (terminal-init-vt201):
9378 * term/vt220.el (terminal-init-vt220):
9379 * term/vt240.el (terminal-init-vt240):
9380 * term/vt300.el (terminal-init-vt300):
9381 * term/vt320.el (terminal-init-vt320):
9382 * term/vt400.el (terminal-init-vt400):
9383 * term/vt420.el (terminal-init-vt420):
9384 * term/wyse50.el (terminal-init-wyse50):
9385 * term/xterm.el (terminal-init-xterm): Likewise.
9386
9387 * term/README: Describe the terminal-init-* functionality.
9388
9389 * startup.el (command-line): After loading the terminal initialization
9390 file call the corresponding terminal initialization function.
9391
9392 2005-07-27 Kenichi Handa <handa@m17n.org>
9393
9394 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9395 negative.
9396
9397 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9398 (ps-mule-composition-prologue): Fix for the case that
9399 RelativeCompose is false.
9400
9401 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9404
9405 * descr-text.el (describe-char): Handle the case where the list of
9406 chars is displayed in a separate frame.
9407 Be a bit more discriminating when looking for the char.
9408
9409 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
9410
9411 * bookmark.el (bookmark-automatically-show-annotations)
9412 (bookmark-read-annotation-text-func): Doc fixes.
9413 (bookmark-save): Improve argument/docstring consistency.
9414 (bookmark-get-bookmark, bookmark-get-bookmark-record)
9415 (bookmark-alist-from-buffer)
9416 (bookmark-upgrade-file-format-from-0)
9417 (bookmark-grok-file-format-version)
9418 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9419 (bookmark-read-annotation-mode)
9420 (bookmark-insert-current-bookmark, bookmark-jump)
9421 (bookmark-exit-hook): Fix typos in docstrings.
9422 (bookmark-exit-hooks): Define as obsolete alias.
9423 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9424 not `bookmark-exit-hooks'. Fix docstring.
9425 (bookmark-bmenu-select): "?\ " -> "?\s".
9426
9427 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
9428
9429 * startup.el (command-line): Fix typo.
9430
9431 2005-07-24 Richard M. Stallman <rms@gnu.org>
9432
9433 * tooltip.el (tooltip-mode): Test emacs-basic-display,
9434 not emacs-quick-startup.
9435
9436 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9439 (reb-next-match, reb-show-subexp): Use `with-selected-window'
9440 instead of `reb-with-current-window'.
9441 (reb-prev-match): Likewise. Also, don't move left if the search
9442 was unsuccessful.
9443 (reb-initialize-buffer): New function.
9444 (re-builder, reb-change-syntax): Use it.
9445
9446 * man.el (Man-goto-page): Make second argument NOERROR optional.
9447
9448 2005-07-23 Richard M. Stallman <rms@gnu.org>
9449
9450 * man.el (Man-bgproc-sentinel): Check here for failure to find
9451 any man page in the output, and report the error here.
9452 (Man-arguments): Make it permanent local.
9453 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
9454 (Man-mode): Pass t for NOERROR.
9455
9456 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9457 (grep-mode-font-lock-keywords):
9458 Don't use compilation-...-face for messages that are not file names.
9459
9460 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9461 Don't use compilation-...-face for messages that are not file names.
9462
9463 2005-07-22 Juri Linkov <juri@jurta.org>
9464
9465 * startup.el (normal-splash-screen): Update menu name.
9466
9467 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9468
9469 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9470
9471 * term/xterm.el: Load term/rxvt if the terminal is actually an
9472 rxvt terminal.
9473 (xterm-rxvt-set-background-mode): Remove, not used anymore.
9474
9475 * term/rxvt.el (function-key-map): Use substitute-key-definition
9476 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9477
9478 * term/cygwin.el: New file.
9479
9480 2005-07-22 Kim F. Storm <storm@cua.dk>
9481
9482 * image-file.el (insert-image-file, image-file-yank-handler):
9483 Fix last change to maintain a (unique) yank-handler on yanked images.
9484
9485 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
9486
9487 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9488 of the file size (as in "177B" for 177 bytes). This happens with
9489 "ls -lh" on FreeBSD.
9490
9491 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * hilit-chg.el (highlight-changes-global-initial-state)
9494 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9495 (hilit-chg-fixup, highlight-changes-mode):
9496 Fix typos in docstrings.
9497 (highlight-changes-global-modes, highlight-changes-rotate-faces):
9498 Doc fixes.
9499
9500 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
9501
9502 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9503 mode function using `eval-after-load'.
9504
9505 2005-07-21 Kim F. Storm <storm@cua.dk>
9506
9507 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9508 included when reporting an emacs crash, and tell about the DEBUG file.
9509
9510 * image-file.el (insert-image-file): Add yank-handler.
9511 (image-file-yank-handler): Yank handler to make unique copies of
9512 images when they are yanked into a buffer next to each other.
9513
9514 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
9515
9516 * comint.el (comint-use-prompt-regexp, comint-send-input)
9517 (comint-source-default, comint-extract-string)
9518 (comint-get-source, comint-word, comint-completion)
9519 (comint-source, comint-prompt-read-only, comint-update-fence):
9520 Fix typos in docstrings.
9521 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9522 Declare with define-obsolete-*-alias macros.
9523 (comint-previous-matching-input-from-input)
9524 (comint-next-matching-input-from-input)
9525 (comint-previous-matching-input, comint-next-matching-input)
9526 (comint-forward-matching-input):
9527 Improve argument/docstring consistency.
9528
9529 * desktop.el (desktop-clear-preserve-buffers-regexp):
9530 Also preserve the *server* buffer.
9531
9532 * simple.el (clone-indirect-buffer): Doc fix.
9533 (fixup-whitespace, just-one-space)
9534 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9535 (next-error, next-error-highlight)
9536 (next-error-highlight-no-select, next-error-last-buffer)
9537 (next-error-buffer-p, next-error-find-buffer, next-error)
9538 (previous-error, next-error-no-select, previous-error-no-select)
9539 (open-line, split-line, minibuffer-prompt-width, kill-new)
9540 (binary-overwrite-mode): Fix typos in docstrings.
9541 (set-fill-column): Fix typo in message.
9542
9543 * skeleton.el (skeleton-proxy-new): Doc fix.
9544
9545 * strokes.el (strokes-load-hook): Doc fix.
9546 (strokes-grid-resolution, strokes-get-grid-position)
9547 (strokes-renormalize-to-grid, strokes-read-stroke)
9548 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9549 (strokes-global-map): Fix typos in docstrings.
9550 (strokes-help): Doc fix. Fix help message and pass it through
9551 `substitute-command-keys'.
9552
9553 * tempo.el (tempo-insert-prompt, tempo-interactive)
9554 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9555 (tempo-insert-string-functions, tempo-local-tags)
9556 (tempo-define-template, tempo-insert-template)
9557 (tempo-insert-prompt-compat, tempo-is-user-element)
9558 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9559 Fix typos in docstrings.
9560
9561 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9562 (vcursor-key-bindings, vcursor-use-vcursor-map)
9563 (vcursor-find-window, vcursor-scroll-down)
9564 (vcursor-disable, vcursor-beginning-of-buffer)
9565 (vcursor-end-of-buffer): Fix typos in docstrings.
9566 (vcursor-relative-move, vcursor-get-char-count):
9567 Improve argument/docstring consistency.
9568
9569 * version.el: "?\ " -> "?\s".
9570
9571 * wid-edit.el (widget-default-create, widget-after-change)
9572 (widget-default-format-handler, widget-checklist-add-item)
9573 (widget-radio-add-item, widget-choose, widget-specify-secret)
9574 (widget-field-value-create, widget-field-value-get)
9575 (widget-editable-list-format-handler)
9576 (widget-editable-list-entry-create, widget-group-value-create)
9577 (widget-documentation-link-add)
9578 (widget-documentation-string-value-create): "?\ " -> "?\s".
9579 (widget-convert-text): Doc fix.
9580 (widget-narrow-to-field, widget-field-find)
9581 (widget-url-link-action, widget-emacs-library-link-action)
9582 (widget-color-notify): Fix typos in docstrings.
9583
9584 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9585 (x-select-text, set-w32-system-coding-system)
9586 (w32-add-charset-info): Fix typos in docstrings.
9587
9588 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9589 (cua-enable-cua-keys, cua-use-hyper-key)
9590 (cua-virtual-rectangle-edges): Fix typos in docstrings.
9591 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9592
9593 * net/tramp.el (tramp-handle-load): Fix typo in error message.
9594
9595 * emacs-lisp/re-builder.el (regexp-builder): Declare with
9596 `defalias' instead of faking it.
9597
9598 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9599 (eshell-ls-missing, eshell-ls-dired-initial-args)
9600 (eshell-ls-use-in-dired): Fix typos in docstrings.
9601
9602 2005-07-20 Kim F. Storm <storm@cua.dk>
9603
9604 * emulation/cua-base.el (cua-mode): Improve doc string.
9605
9606 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
9607
9608 * abbrev.el (expand-region-abbrevs): Doc fix.
9609 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9610 Improve argument/docstring consistency.
9611
9612 * arc-mode.el (archive-get-descr, archive-alternate-display):
9613 Doc fixes.
9614 (archive-l-e): Improve argument/docstring consistency.
9615 (archive-tmpdir, archive-unixdate, archive-unixtime)
9616 (archive-chmod-entry): Fix typos in docstrings.
9617 (archive-unflag, archive-unflag-backwards)
9618 (archive-unmark-all-files): "?\ " -> "?\s".
9619
9620 * buff-menu.el (Buffer-menu-unmark): Doc fix.
9621 (Buffer-menu-not-modified, Buffer-menu-execute)
9622 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9623 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9624
9625 * composite.el (compose-string, encode-composition-rule)
9626 (compose-last-chars): Fix typos in docstrings.
9627
9628 * desktop.el (desktop-enable, desktop-basefilename):
9629 Declare with `define-obsolete-variable-alias'.
9630 (desktop-internal-v2s): Don't quote keywords.
9631 (desktop-clear): "?\ " -> "?\s".
9632
9633 * dired.el (dired-align-file, dired-flag-backup-files)
9634 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9635 (dired-listing-switches, dired-ls-F-marks-symlinks)
9636 (dired-dwim-target, dired-load-hook, dired-mode-hook)
9637 (dired-directory, dired-faces, dired, dired-revert)
9638 (dired-mode, dired-summary, dired-view-file)
9639 (dired-copy-filename-as-kill, dired-delete-file)
9640 (dired-no-confirm, dired-unmark-all-marks)
9641 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9642 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9643 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9644 Fix typos in message strings.
9645
9646 * dired-x.el (virtual-dired): Declare with `defalias'.
9647 (dired-mark-unmarked-files, dired-local-variables-file)
9648 (dired-omit-here-always): Doc fix.
9649 (dired-omit-mode, dired-find-subdir)
9650 (dired-enable-local-variables, dired-clean-up-buffers-too)
9651 (dired-extra-startup, dired-mark-extension, dired-jump)
9652 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9653 (dired-smart-shell-command, dired-guess-shell-alist-user)
9654 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9655 (dired-x-bind-find-file, dired-x-submit-report):
9656 Fix typos in docstrings.
9657 (dired-mark-unmarked-files): "?\ " -> "?\s".
9658
9659 * dirtrack.el (dirtrack-list): Fix typos in docstring.
9660
9661 * faces.el (describe-face): "?\ " -> "?\s".
9662 (read-all-face-attributes, read-face-font, modify-face)
9663 (face-attr-construct, italic): Fix typos in docstrings.
9664 (frame-update-face-colors): Declare with
9665 `define-obsolete-function-alias'.
9666
9667 * files.el (find-file-noselect, recode-file-name): Doc fixes.
9668 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9669 (magic-mode-alist, buffer-file-numbers-unique)
9670 (write-file-functions, get-free-disk-space):
9671 Fix typos in docstrings.
9672 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9673 (write-contents-hooks, write-file-hooks):
9674 Declare with `define-obsolete-variable-alias'.
9675
9676 * forms-d2.el (arch-rj): Fix typo in docstrings.
9677 (arch-tocol): Likewise. "?\ " -> "?\s".
9678
9679 * frame.el (set-frame-font, cursor-in-non-selected-windows):
9680 Fix typo in docstring.
9681 (set-screen-width, set-screen-height): Delete redundant info in
9682 doctrings.
9683 (new-frame, screen-height, screen-width): Declare with
9684 `define-obsolete-function-alias'.
9685 (delete-frame-hook, blink-cursor): Declare with
9686 `define-obsolete-variable-alias'.
9687
9688 * paths.el (prune-directory-list): Fix typos in docstring.
9689
9690 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9691 (cvs-prefix-get): Fix typos in docstrings.
9692
9693 * ps-print.el (ps-extend-face-list, ps-extend-face)
9694 (ps-print-background-image): Fix typos in docstrings.
9695 (ps-default-fg, ps-default-bg): Doc fixes.
9696
9697 * s-region.el (s-region-bind): Doc fix.
9698 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9699
9700 * textmodes/org.el (org-table-formula-substitute-names)
9701 (org-table-get-vertical-vector): Doc fixes.
9702 (org-table-recalculate): Remove unused argument to `message'.
9703
9704 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9705
9706 * textmodes/org.el (org-table-column-names)
9707 (org-table-column-name-regexp)
9708 (org-table-named-field-locations): New variables.
9709 (org-archive-subtree): Protect `this-command' when calling
9710 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9711 the kill buffer.
9712 (org-complete): Remove fixed-formula completion.
9713 (org-edit-formulas-map): New variable.
9714 (org-table-edit-formulas): New command.
9715 (org-finish-edit-formulas, org-abort-edit-formulas)
9716 (org-show-variable, org-table-get-vertical-vector): New functions.
9717 (org-table-maybe-eval-formula): Handle `:=' fields.
9718 (org-table-get-stored-formulas, org-table-store-formulas)
9719 (org-table-get-formula, org-table-modify-formulas)
9720 (org-table-replace-in-formulas): Handle named field formulas.
9721 (org-table-get-specials): Store locations of named fields.
9722
9723 2005-07-19 Juri Linkov <juri@jurta.org>
9724
9725 * progmodes/grep.el (grep-regexp-alist)
9726 (grep-mode-font-lock-keywords, grep-process-setup):
9727 Use default GNU grep match color "01;31m" instead of "01;41m".
9728 (grep-regexp-alist, grep-mode-font-lock-keywords):
9729 Use `\\[[0-9]*m' instead of `\\[00m'.
9730 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9731 sgr_start where its handling is more important. Use the real
9732 length of sgr_start instead of constant 8.
9733 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9734 specially. Delete all remaining escape sequences.
9735 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9736 (grep-regexp-alist): Make hyperlink only for binary file name
9737 instead of the whole line.
9738 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9739 (grep-mode): Add autoload.
9740
9741 * emacs-lisp/find-func.el (find-function-regexp):
9742 Add `define-compilation-mode'.
9743
9744 2005-07-19 Juri Linkov <juri@jurta.org>
9745
9746 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9747 (compare-windows-sync-string-size, compare-windows-recenter)
9748 (compare-windows-highlight, compare-windows): Add version 22.1.
9749 (compare-windows) <defface>: Inherit from lazy-highlight instead
9750 of duplicating its default value.
9751
9752 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9753 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9754
9755 * descr-text.el (describe-char): Create link buttons for `charset'
9756 and `code point'. Add the current input method name with a link
9757 button to `to input' field. Print face names of display table
9758 characters in `The display table entry is displayed by' section
9759 instead of printing face-id in the `display' field.
9760 Guess hardcoded faces and create a link button for them.
9761 Skip empty fields when calculating max-width.
9762 Treat `widget-create' specially while inserting strings from the
9763 collected field list.
9764 (describe-char-after): Made obsolete in version 22.1, not 21.5.
9765
9766 * diff-mode.el (diff-file-header): Change foreground color from
9767 yellow to green on light backgrounds.
9768 (diff-context): Inherit from `shadow' only for color/grayscale
9769 with more than 88 colors.
9770 (diff-indicator-removed, diff-indicator-added)
9771 (diff-indicator-changed): New faces.
9772 (diff-font-lock-keywords): Use new faces. Regroup rules.
9773 Add "^---$" for `normal' diff format. Fontify `#' lines with
9774 font-lock-comment-delimiter-face and font-lock-comment-face.
9775 Add `#' to ^[^...] in the rule for `diff-context-face'.
9776
9777 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9778 a button-like box. Inherit from `highlight' on low colors.
9779 (shadow): Use shades of gray only for color/grayscale with
9780 more than 88 colors. Use green for light backgrounds with
9781 8 colors, and yellow for dark backgrounds with 8 colors.
9782
9783 * font-lock.el (font-lock-regexp-grouping-backslash):
9784 Don't inherit from escape-glyph (use bold for all cases).
9785
9786 * info.el (info-xref-visited): Use light foreground color `violet'
9787 for dark backgrounds instead of dark color `magenta3'.
9788 (info-title-1): Use `yellow' color for dark backgrounds.
9789
9790 * isearch.el (isearch): Use not-too-dark magenta3 instead of
9791 too-light magenta2.
9792
9793 * replace.el (match): Use slightly more light RoyalBlue3 instead
9794 of dark RoyalBlue4.
9795
9796 * wid-edit.el (widget-inactive): Inherit from `shadow'.
9797
9798 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
9799
9800 * novice.el (disabled-command-hook): Declare it with
9801 `define-obsolete-variable-alias'.
9802
9803 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9804 (desktop-buffer-misc-functions, desktop-buffer-handlers)
9805 (desktop-load-default): Add release to obsolescence info.
9806 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9807 (desktop-append-buffer-args, desktop-read):
9808 Fix typos in docstrings.
9809 (desktop-kill): Fix typo in message.
9810 (desktop-save): Doc fix.
9811
9812 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
9813
9814 * viper-cmd.el (viper-escape-to-state): Bug fix.
9815 (viper-envelop-ESC-key): Change the definition of fast
9816 keysequence so it'll work with keyboard macros.
9817
9818 * ediff.el (ediff-patch-buffer): Change the docstring.
9819
9820 2005-07-19 Kenichi Handa <handa@m17n.org>
9821
9822 * international/mule-cmds.el (select-safe-coding-system): Try to
9823 use an auto-coding (if any) before anything else. If the found
9824 auto-coding is invalid, show a warning message.
9825
9826 * international/mule.el (find-auto-coding): New function created
9827 by modifying the body of set-auto-coding.
9828 (set-auto-coding): Use find-auto-coding to find a coding.
9829
9830 2005-07-18 Richard M. Stallman <rms@gnu.org>
9831
9832 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9833 not isearch-mode-end-hook-error.
9834 (allout-before-change-protect): Fix error message.
9835
9836 2005-07-18 Juri Linkov <juri@jurta.org>
9837
9838 * allout.el (allout-mode):
9839 * calculator.el (calculator-copy):
9840 * custom.el (custom-known-themes):
9841 * dired.el (dired-desktop-buffer-misc-data)
9842 (dired-restore-desktop-buffer):
9843 * dired-x.el (dired-omit-marker-char):
9844 * files.el (basic-save-buffer):
9845 * font-core.el (font-lock-mode):
9846 * calendar/calendar.el (calendar-goto-hebrew-date)
9847 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9848 (calendar-goto-persian-date):
9849 * language/ethio-util.el (ethio-sera-to-fidel-region):
9850 * textmodes/picture.el (picture-mode):
9851 Delete duplicate duplicate words.
9852
9853 2005-07-18 Juri Linkov <juri@jurta.org>
9854
9855 * isearch.el (isearch-mode-map): Remove key bindings for regexp
9856 chars * ? } |.
9857 (isearch-fallback): Don't call `isearch-process-search-char'.
9858 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9859 (isearch-process-search-char): Call `isearch-fallback' for regexp
9860 chars * ? } |.
9861 (isearch-return-char): Make obsolete with `make-obsolete' instead
9862 of simply documenting it as obsolete in the docstring.
9863 (isearch-fallback): Refill docstring.
9864
9865 * international/isearch-x.el
9866 (isearch-process-search-multibyte-characters): Remove unneeded
9867 `concat'. Add intermediate values to `junk-hist' instead of
9868 `minibuffer-history'. Test the length of `str'.
9869
9870 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
9871
9872 * allout.el (allout-resolve-xref): Fix typos in error strings.
9873 (allout-before-change-protect): Remove unneeded `concat'.
9874
9875 * array.el (array-mode, array-reconfigure-rows)
9876 (untabify-backward): Fix typos in docstrings.
9877 (array-reconfigure-rows): Use `insert-buffer-substring', not
9878 `insert-buffer'.
9879
9880 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9881 * progmodes/ada-mode.el (ada-make-body):
9882 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9883
9884 * dired.el (dired-log):
9885 * tar-mode.el (tar-subfile-save-buffer):
9886 * play/zone.el (zone-pgm-stress-destress):
9887 Use `insert-buffer-substring', not `insert-buffer'.
9888
9889 2005-07-17 Simon Josefsson <jas@extundo.com>
9890
9891 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9892
9893 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
9894
9895 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9896 Add plain auth method.
9897 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9898
9899 2005-07-17 Kim F. Storm <storm@cua.dk>
9900
9901 * ido.el (dired-other-window): Add ido property.
9902
9903 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9906 Fix typo in docstring.
9907 (byte-compile-interactive-only-functions): Add `insert-buffer' and
9908 `insert-file-literally'.
9909
9910 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9911 info and delete redundant message. Doc fix.
9912 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9913 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9914
9915 2005-07-16 Richard M. Stallman <rms@gnu.org>
9916
9917 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9918 (byte-compile-and): Use byte-compile-and-recursion.
9919 (byte-compile-or-recursion): New function.
9920 (byte-compile-or): Use that.
9921 (byte-compile-if): Guard the else-clause too.
9922 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9923
9924 * isearch.el (isearch-mode-end-hook-quit): New variable.
9925 (isearch-done): Bind it.
9926 (isearch-mode-end-hook): Doc fix.
9927
9928 * allout.el (allout-isearch-did-quit): Variable deleted.
9929 (allout-real-isearch-abort): Function name no longer used.
9930 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9931 (allout-isearch-rectification): isearch-mode always exists.
9932 Don't set allout-isearch-did-quit.
9933 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9934 allout-isearch-did-quit.
9935 (allout-enwrap-isearch): Just add the hook.
9936 (allout-isearch-abort): Function deleted.
9937 (allout-pre-command-business): Avoid warning.
9938
9939 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9940 Correctly avoid warnings.
9941 (pascal-outline): Likewise.
9942
9943 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9944
9945 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9946
9947 * play/tetris.el (tetris-mode): Avoid warning.
9948
9949 * play/snake.el (snake-mode): Avoid warning.
9950
9951 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9952 (gamegrid-set-display-table): Avoid warning.
9953 (gamegrid-set-timer): Likewise.
9954 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9955 (gamegrid-add-score-with-update-game-score-1): Take FILE
9956 as argument.
9957 (gamegrid-add-score-with-update-game-score): Pass that argument.
9958 Rename have-shared-game-dir to gamegrid-shared-game-dir.
9959
9960 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9961
9962 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9963 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9964
9965 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9966 and insert-file.
9967
9968 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9969 (sc-ask): Avoid warnings.
9970
9971 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9972 (eshell-hist-initialize): Use that var the natural way.
9973
9974 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9975
9976 * emacs-lisp/re-builder.el (reb-cook-regexp):
9977 Avoid warning calling lre-compile-string.
9978 (reb-color-display-p): Avoid warning.
9979
9980 * calculator.el (calculator-last-input): Guard uses
9981 of event-key and key-press-event-p.
9982 (event-key, key-press-event-p): Delete definitions.
9983
9984 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9985 (find-gc-source-directory, find-gc-subrs-callers)
9986 (find-gc-noreturn-list, find-gc-source-files)
9987 (find-gc-subrs-called): Vars renamed and defvar'd.
9988
9989 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9990 (checkdoc-overlay-put, checkdoc-delete-overlay)
9991 (checkdoc-overlay-start, checkdoc-overlay-end)
9992 (checkdoc-mode-line-update, checkdoc-char=):
9993 Define such that compiler knows they are defined.
9994 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
9995 (checkdoc-read-event): Delete. Use read-event directly.
9996
9997 * whitespace.el (whitespace-make-overlay)
9998 (whitespace-overlay-put, whitespace-delete-overlay)
9999 (whitespace-overlay-start, whitespace-overlay-end):
10000 Define such that compiler knows they are defined.
10001 (whitespace): Move conditional inside.
10002
10003 * tempo.el (tempo-insert-template): Suppress warning.
10004
10005 * ediff-diff.el (longlines-mode): Add defvar.
10006
10007 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
10008
10009 * server.el: Bind "C-x #" in a way that works even if C-x is
10010 redefined to a command key, not a prefix key.
10011
10012 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
10013
10014 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10015 cl-make-type-test till execution time.
10016
10017 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
10018
10019 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10020 arg ARG and use it.
10021
10022 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
10023
10024 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10025
10026 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
10027
10028 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10029 a defcustom with two :set or :type keywords.
10030
10031 2005-07-15 Richard M. Stallman <rms@gnu.org>
10032
10033 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10034 Don't give ^M comment-end syntax.
10035
10036 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
10037
10038 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10039 Don't consider gdbmi (gdb-mi.el has its own update functions).
10040 (gdb-var-delete): Make it work for gdbmi as well.
10041 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10042
10043 * progmodes/gud.el (etags, sdb): Only require etags when needed.
10044 (gud-speedbar-menu-items): Correct logic for enabling items.
10045
10046 2005-07-15 Kim F. Storm <storm@cua.dk>
10047
10048 * ido.el: Fix commentary.
10049 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10050 Use with-no-warnings around ffap-guesser.
10051 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10052 Let bind minibuffer-completing-file-name to t.
10053
10054 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
10055
10056 * startup.el (site-run-file, keyboard-type): Doc fixes.
10057 (command-line): Check for "--basic-display" argument; also for
10058 "--quick", not "--bare-bones" (which was renamed).
10059 (fancy-splash-text): Add missing item "Getting New Versions".
10060 (normal-splash-screen): Fix typos and improve consistency with
10061 `fancy-splash-text'. Update copyright year.
10062
10063 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10064 valid binding for `help-char'.
10065
10066 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10067
10068 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
10069
10070 * term.el (term-mode): Disable cua-mode for term buffers.
10071
10072 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * add-log.el (add-log-mailing-address, change-log-merge):
10075 Doc fixes.
10076 (change-log-get-method-definition): Fix typo in docstring.
10077
10078 2005-07-14 Kim F. Storm <storm@cua.dk>
10079
10080 * emulation/cua-base.el:
10081 (cua--pre-command-handler-1, cua--pre-command-handler)
10082 (cua--post-command-handler-1, cua--post-command-handler):
10083 Split in two. Check (buffer local) value of cua-mode.
10084 (cua-selection-mode): New command.
10085
10086 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10087
10088 * custom.el (custom-initialize-safe-set)
10089 (custom-initialize-safe-default): Doc fixes.
10090
10091 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10092 and simplify :init-value again.
10093
10094 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10095 and simplify :init-value again. Delete autoload.
10096
10097 * startup.el (command-line): Use `custom-reevaluate-setting' again
10098 for tooltip-mode.
10099
10100 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10101 a defcustom with two :initialize keywords.
10102
10103 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
10104
10105 * allout.el (my-mark-marker, allout-isearch-prior-pos)
10106 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10107 (allout-post-command-business, allout-flag-region)
10108 (isearch-reenable-font-lock, allout-yank)
10109 (allout-insert-latex-header, allout-insert-latex-trailer)
10110 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10111 (allout-latex-verb-quote): Fix typos in docstrings.
10112 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10113 (allout-unprotected, allout-prefix-data):
10114 Improve argument/docstring consistency.
10115 (allout-chart-subtree): Fix argument spec.
10116 (allout-open-topic): Rename `use_sib_bullet' argument to
10117 `use-sib-bullet'. Doc fix.
10118
10119 * whitespace.el (whitespace-check-buffer-leading)
10120 (whitespace-check-buffer-trailing)
10121 (whitespace-check-buffer-indent)
10122 (whitespace-check-buffer-spacetab)
10123 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10124 (whitespace-check-leading-whitespace)
10125 (whitespace-check-trailing-whitespace)
10126 (whitespace-check-spacetab-whitespace)
10127 (whitespace-check-indent-whitespace)
10128 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10129 (whitespace-modes): Fix typos in docstrings.
10130 (defgroup, defcustom): Doc fixes.
10131
10132 * winner.el (winner-mode, winner-boring-buffers)
10133 (winner-pending-undo-ring): Doc fixes.
10134 (winner-ring): Remove unneeded `progn'.
10135 (winner-equal): `defsubst' it.
10136 (winner-redo): Fix message.
10137
10138 2005-07-13 Kim F. Storm <storm@cua.dk>
10139
10140 * simple.el (line-move-1): Always use vertical-motion to
10141 do the last (or only) line move to ensure some movement.
10142 Undo 2005-06-23 change--don't check for overlays.
10143
10144 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10145
10146 * term/mac-win.el (ccl-encode-mac-roman-font)
10147 (ccl-encode-mac-centraleurroman-font)
10148 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10149 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10150 Change charset-id boundary of dimension to ?\xef.
10151 (mac-char-fontspec-list): New constant.
10152 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
10153 argument. Nil uses itself as family in font-spec. Previous
10154 behavior for nil is now provided by non-nil non-string argument.
10155 All callers changed. Add font-specs for Mac fonts to
10156 "fontset-default" unless iso8859-1 fonts are installed.
10157
10158 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * progmodes/sh-script.el (sh-get-indent-info): Only indent
10161 a continuation line if the \ is preceded by SPC or TAB.
10162 (sh-get-indent-info): Simplify.
10163 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10164 Use with-current-buffer.
10165
10166 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10167 when the matched text is empty.
10168
10169 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
10170
10171 * startup.el (command-line): Revert to previous handling of
10172 tooltip-mode. Explain in comment why the complexity is needed.
10173
10174 * tooltip.el (tooltip-mode): Revert to previous implementation of
10175 its defcustom.
10176
10177 * frame.el (blink-cursor-mode): Revert to previous implementation
10178 of its defcustom. Update comment.
10179
10180 2005-07-12 Lars Hansen <larsh@soem.dk>
10181
10182 * desktop.el: Update e-mail address.
10183
10184 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10185
10186 * term/mac-win.el (mac-services-mail-selection)
10187 (mac-services-mail-to): New functions.
10188 (mac-application-menu-map): Bind them.
10189
10190 2005-07-12 wulei <milton@wulei.net> (tiny change)
10191
10192 * progmodes/gdb-ui.el: Add note about buffering with Windows.
10193
10194 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
10195
10196 * custom.el (custom-reevaluate-setting): Doc fix.
10197
10198 2005-07-11 Jay Belanger <belanger@truman.edu>
10199
10200 * calc/calc.el (calc-embedded-announce-formula-alist)
10201 (calc-embedded-open-close-plain-alist)
10202 (calc-embedded-open-close-mode-alist): Add checks for additional
10203 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10204
10205 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * custom.el (custom-enable-theme): Don't add theme to
10208 `custom-enabled-themes' with `push' because there is no
10209 setf-method for `delq'.
10210
10211 2005-07-11 Richard M. Stallman <rms@gnu.org>
10212
10213 * custom.el (custom-declare-variable): Doc fix.
10214
10215 * dired-aux.el (dired-compare-directories): Remove "." and ".."
10216 from the alists.
10217
10218 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10219 Do nothing if edebug-active.
10220
10221 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10222 (edebug-display): Do it here instead.
10223
10224 2005-07-10 Richard M. Stallman <rms@gnu.org>
10225
10226 * cus-face.el (custom-theme-set-faces): Make it work.
10227 (custom-reset-faces): Doc fix.
10228 (custom-theme-reset-internal-face, custom-theme-face-value):
10229 Functions deleted.
10230
10231 * custom.el (custom-push-theme): Maintain list of the settings
10232 of a given theme in its theme-settings property.
10233 Maintain position of old settings in the theme-value
10234 or theme-face property.
10235 (custom-enabled-themes): New variable.
10236 (custom-theme-enabled-p): New function.
10237 (provide-theme): Update custom-enabled-themes.
10238 Disable and reenable the `user' theme.
10239 (require-theme): Doc fix.
10240 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10241 (custom-theme-value, custom-theme-variable-value): Likewise.
10242 (custom-theme-reset-internal): Likewise.
10243 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10244 (custom-enable-theme, custom-disable-theme): New functions.
10245 (custom-variable-theme-value, custom-face-theme-value): Likewise.
10246 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10247 (custom-theme-reset-variables): Simplify.
10248 (deftheme, custom-declare-theme, custom-make-theme-feature):
10249 Definitions moved.
10250
10251 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
10252
10253 * longlines.el (longlines-show-region)
10254 (longlines-unshow-hard-newlines): Recognize hard newlines by
10255 non-nil hard property, instead of t.
10256
10257 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
10258
10259 * viper-cmd.el (viper--key-maps): New variable.
10260 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10261 emulation-mode-map-alists.
10262 (viper-envelop-ESC-key): Use viper-subseq.
10263 (viper-search-forward/backward/next): Disable debug-on-error.
10264
10265 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10266 (viper-ESC-key): New defcustoms.
10267
10268 * viper-macs.el (ex-map-read-args): Use viper-subseq.
10269
10270 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10271 (viper-subseq): Copy of subseq from cl.el.
10272
10273 * viper.el (viper-go-away, viper-set-hooks): Use
10274 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10275
10276 * viper-mous.el (viper-current-frame-saved): Use defvar.
10277
10278 * viper-init.el: Get rid of -face in face names.
10279
10280 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10281 Make it work with longlines mode
10282
10283 * ediff-mult.el (ediff-meta-mode-hook): New variable.
10284
10285 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10286
10287 * ediff-init.el: Get rid of -face in face names.
10288
10289 2005-07-10 Richard M. Stallman <rms@gnu.org>
10290
10291 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10292 and with-timeout-unsuspend.
10293
10294 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10295 and with-timeout-unsuspend.
10296
10297 * emacs-lisp/timer.el (with-timeout-timers): New variable.
10298 (with-timeout): Bind that variable to record timers.
10299 (with-timeout-suspend, with-timeout-unsuspend): New functions.
10300
10301 * emacs-lisp/debug.el (debug-help-follow): New function.
10302 (debugger-mode-map): Use that instead of help-follow.
10303 (debugger-setup-buffer): Use eval-buffer-list
10304 to handle eval-buffer frames.
10305
10306 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
10307
10308 * timezone.el (timezone-parse-date): Change first regexp
10309 so it will not mistakenly match dates with no time zone.
10310
10311 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
10312
10313 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10314
10315 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
10316
10317 * custom.el (custom-initialize-safe-set)
10318 (custom-initialize-safe-default): New functions.
10319
10320 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10321 and simplify :init-value.
10322
10323 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10324 and simplify :init-value. Delete obsolete comment.
10325
10326 * startup.el (command-line): Use `custom-reevaluate-setting' to
10327 handle `tooltip-mode'. Delete obsolete comment.
10328
10329 * files.el (set-visited-file-name): Avoid calling
10330 `file-name-nondirectory' with a nil argument.
10331
10332 2005-07-09 Richard M. Stallman <rms@gnu.org>
10333
10334 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10335 was called with nil for the buffer, handle the read position right.
10336 Handle read position for eval-region, too.
10337
10338 2005-07-09 Juri Linkov <juri@jurta.org>
10339
10340 * fringe.el (fringe-mode): Add period in docstring.
10341 (fringe-query-style): Build prompt depending on `all-frames' arg.
10342
10343 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10344 to not create links to unrelated functions in the Help buffer.
10345
10346 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10347 Doc fix.
10348
10349 * simple.el (next-error-hook): New variable.
10350 (next-error): Use it. Doc fix.
10351
10352 * textmodes/ispell.el (ispell-command-loop): Add current
10353 dictionary name and program name to mode-line-format.
10354 (ispell-region, ispell-process-line): Add current dictionary name
10355 and program name to messages.
10356
10357 2005-07-08 Jay Belanger <belanger@truman.edu>
10358
10359 * calc/calc.el (calc-embedded-announce-formula-alist)
10360 (calc-embedded-open-close-formula-alist)
10361 (calc-embedded-open-close-word-alist)
10362 (calc-embedded-open-close-plain-alist)
10363 (calc-embedded-open-close-new-formula-alist)
10364 (calc-embedded-open-close-mode-alist)
10365 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10366 (calc-embedded-mode-hook): New variables.
10367
10368 * calc/calc-embed.el (calc-embedded-firsttime)
10369 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10370 New variables.
10371 (calc-do-embedded): Use calc-embedded-firsttime,
10372 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10373 determine whether or not to run hooks.
10374 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10375 calc-embedded-firsttime-formula appropriately.
10376 Set calc-embedded delimiter variables according to mode.
10377
10378 2005-07-08 Richard M. Stallman <rms@gnu.org>
10379
10380 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10381 Check for "emacs", etc., as entire symbol, not just as word.
10382 (checkdoc-file-comments-engine): Use regexp-quote on FN.
10383
10384 * files.el (set-visited-file-name): Report the error
10385 for "empty filename" earlier.
10386 (kill-some-buffers): Ignore buffers already dead.
10387
10388 * fringe.el (fringe-mode): Doc fix.
10389
10390 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10391 Check for (featurep 'xemacs) and turn off warnings in what it guards.
10392 Use unwind-protect to ensure byte-compile-unresolved-functions
10393 is updated.
10394
10395 * whitespace.el (whitespace-buffer-leading-cleanup):
10396 Simplify w/ skip-chars-forward.
10397 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10398
10399 * mail/rmail.el (rmail-only-expunge): Fix paren error.
10400 Unconditionally try to leave point at the same old place.
10401
10402 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
10403
10404 * comint.el (comint-postoutput-scroll-to-bottom)
10405 (comint-show-maximum-output): Take scroll-margin into consideration.
10406
10407 2005-07-08 Kim F. Storm <storm@cua.dk>
10408
10409 * ido.el (ido-use-filename-at-point): New choice `guess'.
10410 (ido-file-internal): Try ffap-guesser if selected.
10411
10412 * ido.el (ido-before-fallback-functions): New hook.
10413 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10414 (ido-read-file-name): Run it.
10415
10416 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10419 strings rather than a list of symbols to the completion function.
10420
10421 2005-07-07 Jay Belanger <belanger@truman.edu>
10422
10423 * calc/calc-units.el (math-apply-units): Change the places in
10424 which units are simplified.
10425
10426 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
10427
10428 * cus-edit.el (customize-option, customize-option-other-window):
10429 Make them handle aliases.
10430
10431 * custom.el (custom-variable-p): Make it recursively follow
10432 aliases. Mention that in the docstring.
10433
10434 2005-07-07 Richard M. Stallman <rms@gnu.org>
10435
10436 * cus-start.el (exec-path): Use `directory' instead of `file'.
10437 Fix tag for nil.
10438
10439 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10440
10441 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10442 when called non-interactively. Doc fix.
10443
10444 2005-07-07 Lute Kamstra <lute@gnu.org>
10445
10446 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10447 new address as well.
10448
10449 2005-07-07 Kenichi Handa <handa@m17n.org>
10450
10451 * international/mule.el (make-coding-system):
10452 Describe `ascii-incompatible' property in the docstring.
10453 (set-file-name-coding-system): Signal an error if coding-system is
10454 ascii-incompatible.
10455 (set-keyboard-coding-system): Likewise.
10456
10457 * international/mule-cmds.el (set-default-coding-systems):
10458 Don't set default-file-name-coding-system and
10459 default-keyboard-coding-system if coding-system is ASCII-incompatible.
10460
10461 * international/utf-16.el: Declare that all UTF-16-based coding
10462 systems are ASCII-incompatible.
10463
10464 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
10465
10466 * progmodes/gud.el: Require font-lock for displaying errors.
10467 Used by gdb-ui.el.
10468
10469 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10470
10471 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10472 values for the pattern lists which are `read'able but not
10473 `append'able (like symbols).
10474
10475 2005-07-06 Richard M. Stallman <rms@gnu.org>
10476
10477 * progmodes/flymake.el (flymake-float-time): Instead of
10478 with-no-warnings, test for xemacs.
10479 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10480 to avoid warning.
10481
10482 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
10483
10484 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10485
10486 2005-07-05 Lute Kamstra <lute@gnu.org>
10487
10488 * battery.el: Add support for Darwin (with much debugging help
10489 from Samuel Lauber <sam124@operamail.com>).
10490 (battery-status-function, battery-echo-area-format)
10491 (battery-mode-line-format): Add support for pmset on Darwin.
10492 (battery-load-low, battery-load-critical): New user options.
10493 (battery-pmset): New function.
10494
10495 2005-07-05 Lute Kamstra <lute@gnu.org>
10496
10497 Update FSF's address in GPL notices.
10498
10499 * textmodes/page-ext.el: Update FSF's address.
10500
10501 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10504 filling from using prefix when filling a single-line docstring.
10505
10506 * progmodes/flymake.el: Remove useless eval-when-compile.
10507
10508 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10509
10510 2005-07-04 Richard M. Stallman <rms@gnu.org>
10511
10512 * textmodes/org.el (org-file-apps-defaults-gnu):
10513 Rename from org-file-apps-defaults-linux.
10514 (org-default-apps): Don't test system-type for `linux'.
10515 (org-file-apps): Doc fix.
10516
10517 2005-07-04 David Ponce <david@dponce.com>
10518
10519 * tree-widget.el: Improve header Commentary section.
10520 (tree-widget) [defgroup]
10521 (tree-widget-image-enable, tree-widget-themes-directory)
10522 (tree-widget-theme, tree-widget-image-properties-emacs)
10523 (tree-widget-image-properties-xemacs, tree-widget-create-image)
10524 (tree-widget-image-formats, tree-widget-control)
10525 (tree-widget-empty-control, tree-widget-leaf-control
10526 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10527 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10528 (tree-widget-keep, tree-widget-after-toggle-functions)
10529 (tree-widget-open-node, tree-widget-close-node): Doc fix.
10530 (tree-widget-open-control, tree-widget-close-control): Fix doc and
10531 :help-echo message.
10532 (tree-widget-set-theme): Doc fix. Use `string-equal'.
10533 (tree-widget-image-properties): Doc fix. Clearer implementation.
10534 (tree-widget--cursors): New constant.
10535 (tree-widget-lookup-image): New function split from
10536 `tree-widget-find-image'. Clearer implementation.
10537 (tree-widget-find-image): Use it.
10538 (tree-widget-button-keymap): Use `set-keymap-parent'.
10539 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10540 Define the sub-widgets here.
10541 (tree-widget-node): Check that :node is not a tree-widget.
10542 (tree-widget-get-super, tree-widget-open-control)
10543 (tree-widget-close-control, tree-widget-empty-control)
10544 (tree-widget-leaf-control, tree-widget-guide)
10545 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10546 (tree-widget-no-handle, tree-widget-value-delete)
10547 (tree-widget-map): Remove.
10548 (tree-widget-children-value-save): Doc fix. Simplified.
10549 (tree-widget-value-create): Update according to previous changes.
10550
10551 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
10552
10553 * textmodes/org.el: Leading space replaced by TABS.
10554 (org-recalc-marks, org-table-rotate-recalc-marks)
10555 (org-table-get-specials): Treat "^" and "_" marks.
10556 (org-table-justify-field-maybe): Optional argument NEW.
10557 (org-table-eval-formula): Parsing of the format simplified.
10558 New modes C,I. Honor the %= parameter in the current table.
10559 Avoid unnecessary re-align by using the NEW argument to
10560 `org-table-justify-field-maybe'.
10561 (org-calc-default-modes): Default for date-format mimicks org-mode.
10562 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10563
10564 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10565
10566 * cus-face.el (custom-theme-set-faces): Make it handle face
10567 aliases whose alias declarations are pre- or autoloaded.
10568
10569 2005-07-04 Juri Linkov <juri@jurta.org>
10570
10571 * faces.el (read-face-name): Put the code for getting a face name
10572 from the buffer before adding the faces from the `face' property.
10573 Use `completing-read-multiple' instead of `completing-read'.
10574 Require `crm'. Add default value and post-process the returned
10575 list of faces.
10576
10577 * emacs-lisp/crm.el (crm-find-current-element)
10578 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10579
10580 * emacs-lisp/lisp-mode.el (eval-defun-1):
10581 * emacs-lisp/edebug.el (edebug-eval-defun):
10582 Remove unnecessary quotes.
10583
10584 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
10585
10586 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10587 (prolog-indent-level): Fix typo in docstring.
10588
10589 * info.el (Info-history, Info-history-forward)
10590 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10591
10592 * add-log.el (add-change-log-entry):
10593 * comint.el (comint-dynamic-list-input-ring)
10594 (comint-dynamic-list-completions):
10595 * dabbrev.el (dabbrev-expand):
10596 * delim-col.el (delimit-columns-rectangle-line):
10597 * diff-mode.el (diff-context->unified, diff-reverse-direction)
10598 (diff-unified->context):
10599 * ediff-init.el (ediff-abbrev-jobname):
10600 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10601 (ediff-replace-session-activity-marker-in-meta-buffer):
10602 * info.el (Info-summary):
10603 * lpr.el (printify-region):
10604 * printing.el (pr-create-interface):
10605 * ps-print.el (ps-print-quote):
10606 * ses.el (ses-column-widths, ses-print-cell)
10607 (ses-adjust-print-width, ses-center):
10608 * shell.el (shell-file-name-quote-list):
10609 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10610 (strokes-fill-current-buffer-with-whitespace)
10611 (strokes-xpm-for-stroke, strokes-list-strokes)
10612 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10613 * term.el (term-dynamic-list-input-ring)
10614 (term-dynamic-list-completions):
10615 * calc/calc.el (math-format-stack-value):
10616 * emacs-lisp/edebug.el (edebug-display-freq-count):
10617 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10618 (delphi-new-comment-line):
10619 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10620 * progmodes/executable.el (executable-set-magic):
10621 * progmodes/python.el (inferior-python-mode):
10622 * progmodes/scheme.el (scheme-mode-syntax-table):
10623 * progmodes/sh-script.el (sh-maybe-here-document):
10624 * progmodes/sql.el (sql-copy-column):
10625 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10626 * textmodes/bibtex.el (bibtex-mode):
10627 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10628 (sgml-auto-attributes):
10629 * textmodes/table.el (table-insert, table-shorten-cell)
10630 (table--generate-source-scan-lines, table-delete-row)
10631 (*table--cell-delete-char, table--spacify-frame)
10632 (table--horizontally-shift-above-and-below)
10633 (table--cell-insert-char, table--cell-blank-str)
10634 (table--fill-region-strictly):
10635 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10636 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10637
10638 * add-log.el (change-log):
10639 * apropos.el (apropos):
10640 * comint.el (comint-completion, comint-source):
10641 * dabbrev.el (dabbrev):
10642 * delim-col.el (columns):
10643 * diff-mode.el (diff-mode):
10644 * ediff.el (ediff):
10645 * ediff-diff.el (ediff-diff):
10646 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10647 * ediff-mult.el (ediff-mult):
10648 * ediff-ptch.el (ediff-ptch):
10649 * ediff-wind.el (ediff-window):
10650 * facemenu.el (facemenu):
10651 * indent.el (indent):
10652 * info.el (info):
10653 * jka-cmpr-hook.el (compression, jka-compr):
10654 * lpr.el (lpr):
10655 * outline.el (outlines):
10656 * pcmpl-cvs.el (pcmpl-cvs):
10657 * pcmpl-rpm.el (pcmpl-rpm):
10658 * printing.el (printing):
10659 * ps-print.el (postscript, ps-print, ps-print-horizontal)
10660 (ps-print-vertical, ps-print-headers, ps-print-font)
10661 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10662 (ps-print-background, ps-print-printer, ps-print-page)
10663 (ps-print-miscellany):
10664 * ses.el (ses):
10665 * shell.el (shell, shell-directories, shell-faces):
10666 * startup.el (initialization):
10667 * strokes.el (strokes):
10668 * term.el (term):
10669 * uniquify.el (uniquify):
10670 * w32-vars.el (w32):
10671 * calc/calc.el (calc):
10672 * emacs-lisp/bytecomp.el (bytecomp):
10673 * emacs-lisp/cl-indent.el (lisp-indent):
10674 * emacs-lisp/edebug.el (edebug):
10675 * emacs-lisp/elp.el (elp):
10676 * emacs-lisp/testcover.el (testcover):
10677 * emacs-lisp/trace.el (trace):
10678 * emulation/viper-ex.el (viper-ex):
10679 * emulation/viper-mous.el (viper-mouse):
10680 * mail/mailalias.el (mailalias):
10681 * mail/supercite.el (supercite, supercite-frames)
10682 (supercite-attr, supercite-cite, supercite-hooks):
10683 * net/rcompile.el (remote-compile):
10684 * net/rlogin.el (rlogin):
10685 * obsolete/ooutline.el (outlines):
10686 * progmodes/delphi.el (delphi):
10687 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10688 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10689 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10690 (ebnf-optimization):
10691 * progmodes/etags.el (etags):
10692 * progmodes/executable.el (executable):
10693 * progmodes/idlwave.el (idlwave):
10694 * progmodes/pascal.el (pascal):
10695 * progmodes/prolog.el (prolog):
10696 * progmodes/python.el (python):
10697 * progmodes/scheme.el (scheme):
10698 * progmodes/sh-script.el (sh, sh-script):
10699 * progmodes/sql.el (SQL):
10700 * progmodes/tcl.el (tcl):
10701 * textmodes/bibtex.el (bibtex, bibtex-autokey):
10702 * textmodes/enriched.el (enriched):
10703 * textmodes/makeinfo.el (makeinfo):
10704 * textmodes/sgml-mode.el (sgml):
10705 * textmodes/table.el (table-hooks):
10706 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10707 * textmodes/texinfo.el (texinfo):
10708 * textmodes/two-column.el (two-column):
10709 Finish `defgroup' description with period.
10710
10711 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10712 * eshell/esh-var.el (eshell-var):
10713 * progmodes/vhdl-mode.el (vhdl-testbench):
10714 * textmodes/org.el (org): Fix typos in docstrings.
10715
10716 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10717 consistency.
10718
10719 * progmodes/flymake.el (flymake-find-file): Remove.
10720 (flymake-float-time): Use `with-no-warnings'.
10721 (flymake-check-start-time, flymake-check-was-interrupted)
10722 (flymake-err-info, flymake-is-running, flymake-last-change-time)
10723 (flymake-new-err-info): `defvar' at compile time.
10724
10725 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
10726
10727 * replace.el (occur-hook): Doc fix.
10728 (occur-1): Don't call `occur-hook' if there are no matches.
10729
10730 2005-07-03 Richard M. Stallman <rms@gnu.org>
10731
10732 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10733 global-map, save the same map.
10734 (global-map): Don't alter it at top level.
10735 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10736 Then alter it here instead.
10737 (tpu-edt-off): Set global-map to the saved one.
10738
10739 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10740 All references simplified.
10741 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
10742 (zmacs-regions): Add defvar.
10743 (repeat-complex-command-map): Everything about that deleted.
10744
10745 * textmodes/artist.el (artist-key-is-drawing)
10746 (artist-key-endpoint1, artist-key-poly-point-list)
10747 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10748 (artist-key-compl-table, artist-rb-save-data)
10749 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10750 Don't put them in eval-when-compile.
10751 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10752
10753 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10754 Use with-no-warnings.
10755
10756 * net/browse-url.el (dos-windows-version): Add defvar.
10757
10758 * mail/supercite.el (filladapt-prefix-table): Add defvar.
10759
10760 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10761 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10762 (rmail-new-summary-line-count): Rename from new-summary-line-count.
10763 Add defvar.
10764 (rmail-summary-beginning-of-message): Use with-no-warnings.
10765 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10766
10767 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10768 Use with-no-warnings.
10769
10770 * emulation/vi.el (vi-mark-region): Use c-mark-function.
10771 (c-mark-function): Add point-moving-unit property.
10772 (vi-goto-line): Use with-no-warnings.
10773
10774 * emulation/edt.el (edt-last-copied-word): Add defvar.
10775 (zmacs-region-stays): Likewise.
10776 (edt-mark-section-wisely): Use c-mark-function for C.
10777 Use makr-defun for Fortran.
10778 (time-string): defvar deleted.
10779 (edt-display-the-time): Don't set time-string.
10780
10781 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10782
10783 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10784 Don't warn when name is not constant
10785 or for defining the group `emacs'.
10786
10787 * tooltip.el (gud-tooltip-mode): Add defvar.
10788
10789 * startup.el (default-frame-background-mode): Add defvar.
10790
10791 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10792
10793 * info.el (tool-bar-map): Add defvar.
10794
10795 * dired.el (dnd-protocol-alist): Add defvar.
10796
10797 * dired-aux.el (dired-query): Display question with answer, when
10798 the user answers.
10799
10800 * custom.el (custom-add-option): Doc fix.
10801
10802 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10803
10804 2005-07-03 Eli Zaretskii <eliz@gnu.org>
10805
10806 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10807 bogus name from the last change.
10808
10809 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
10810
10811 * custom.el (custom-declare-variable): Fix typos in comment.
10812 (custom-known-themes): Doc fix.
10813 (custom-theme-directory): New defcustom.
10814 (require-theme): Make it check `custom-theme-directory'.
10815
10816 * cus-theme.el (custom-new-theme-mode): New function.
10817 (custom-theme-name, custom-theme-variables, custom-theme-faces)
10818 (custom-theme-description): Add compiler defvars.
10819 (customize-create-theme): Add doc to the "*New Custom Theme*"
10820 buffer. Use `custom-new-theme-mode'.
10821 (custom-theme-write): Put the created buffer in emacs-lisp-mode
10822 and save it to the `custom-theme-directory'. Make this the
10823 default directory of the buffer.
10824
10825 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
10826
10827 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10828 Fix unbalanced parentheses.
10829
10830 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10833 into flymake-mode and delegate to flymake-mode.
10834
10835 * find-file.el (ff-which-function-are-we-in): Clean up.
10836
10837 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
10838
10839 * replace.el (occur-rename-buffer): Fix docstring.
10840
10841 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10842 (edt-last-copied-word, edt-learn-macro-count)
10843 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10844 (edt-rect-start-point, edt-user-global-map, rect-start-point)
10845 (time-string, zmacs-region-stays):
10846 * emulation/edt-mapper.el (edt-save-function-key-map)
10847 (EDT-key-name): `defvar' to silence the byte-compiler.
10848
10849 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
10850
10851 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10852 font-lock-regexp-backslash. Doc fix.
10853 (font-lock-regexp-backslash-grouping-construct): Rename from
10854 font-lock-regexp-backslash-construct. Doc fix.
10855 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10856 grouping constructs.
10857
10858 2005-07-02 Eli Zaretskii <eliz@gnu.org>
10859
10860 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10861 updating all the prerequisites.
10862
10863 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
10864
10865 * textmodes/org.el (org-agenda-start-on-weekday)
10866 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10867 (org-agenda-use-time-grid, org-archive-location)
10868 (org-allow-space-in-links, org-usenet-links-prefer-google)
10869 (org-enable-table-editor, org-export-default-language)
10870 (org-export-html-show-new-buffer, org-fill-paragraph)
10871 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10872 (org-goto-quit, org-occur, org-eval-in-calendar)
10873 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10874 (org-agenda-diary-entry, org-remember-help)
10875 (org-table-convert-region, org-at-table-p)
10876 (org-table-move-row-down, org-table-move-row-up)
10877 (org-table-copy-region, org-table-toggle-vline-visibility)
10878 (org-table-get-stored-formulas, org-table-get-specials)
10879 (org-recalc-commands, org-table-eval-formula)
10880 (org-table-formula-substitute-names, orgtbl-make-binding)
10881 (org-format-org-table-html, org-format-table-table-html)
10882 (org-format-table-table-html-using-table-generate-source)
10883 (org-customize): Fix typos in docstrings.
10884 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10885 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10886 (org-back-to-heading): Doc fixes.
10887 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10888 (org-agenda-change-all-lines, org-get-header):
10889 Improve argument/docstring consistency.
10890 (orgtbl-error): Fix error message.
10891
10892 * progmodes/flymake.el (flymake-find-possible-master-files)
10893 (flymake-master-file-compare, flymake-get-line-err-count)
10894 (flymake-highlight-line, flymake-gui-warnings-enabled):
10895 Fix typos in docstrings.
10896 (flymake-parse-line, flymake-get-project-include-dirs-function)
10897 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10898 Doc fixes.
10899 (flymake-get-project-include-dirs-function)
10900 (flymake-make-err-menu-data):
10901 Improve argument/docstring consistency.
10902
10903 2005-07-01 Lute Kamstra <lute@gnu.org>
10904
10905 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10906 Catch errors with ignore-errors. Use temporary buffer.
10907 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
10908
10909 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10910 background color faces.
10911 (facemenu-set-foreground, facemenu-set-background):
10912 Use facemenu-set-face-from-menu.
10913 (facemenu-set-face-from-menu): Treat face names that start with
10914 "fg:" or "bg:" as special.
10915 (facemenu-add-new-color): Don't create faces. Simplify.
10916
10917 2005-06-30 Richard M. Stallman <rms@gnu.org>
10918
10919 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10920 (crm-find-current-element): Likewise.
10921
10922 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10923
10924 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10925
10926 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * arc-mode.el (archive-extract): Make it work as a mouse binding.
10929 (archive-mouse-extract): Make it an obsolete alias.
10930 (archive-mode-map): Don't use archive-mouse-extract any more.
10931 (archive-mode, archive-extract): write-contents-hooks ->
10932 write-contents-functions.
10933 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10934 first arg.
10935 (archive-rename-entry): Update the call.
10936 (archive-zip-summarize): Remove unused var `method'.
10937 (archive-lzh-summarize): Remove unused var `creator'.
10938
10939 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10940 dedicated frame upon exit.
10941
10942 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10943 (archive-zip-extract, archive-zip-expunge)
10944 (archive-zip-update, archive-zip-update-case): Use executable-find.
10945 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10946 Use restore-buffer-modified-p.
10947 (archive-extract, archive-add-new-member, archive-write-file-member):
10948 Use with-current-buffer.
10949 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10950
10951 2005-06-30 Andreas Schwab <schwab@suse.de>
10952
10953 * progmodes/gud.el (gud-filter): Remove unneeded progn.
10954
10955 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10956
10957 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10958
10959 2005-06-30 Juri Linkov <juri@jurta.org>
10960
10961 * faces.el (vertical-border): Inherit from mode-line-inactive
10962 only on tty.
10963
10964 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
10965
10966 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10967 example, -NLINES in the `occur' docstring).
10968
10969 * replace.el (occur-1): When no matches are found, do not set the
10970 `buffer-read-only' and modified flags for the occur buffer,
10971 because it is deleted.
10972
10973 * emulation/cua-base.el (cua-check-pending-input)
10974 (cua-repeat-replace-region, cua-mode, cua-debug)
10975 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10976 Fix typos in docstrings.
10977
10978 * emulation/cua-gmrk.el (cua-toggle-global-mark)
10979 (cua-cut-region-to-global-mark)
10980 (cua--cut-rectangle-to-global-mark):
10981 Remove period from end of messages.
10982
10983 * emulation/cua-rect.el (cua-do-rectangle-padding):
10984 Remove period from end of messages.
10985 (cua--rectangle-seq-format): Fix typo in docstring.
10986 (cua-sequence-rectangle, cua-fill-char-rectangle):
10987 Improve argument/docstring consistency.
10988
10989 2005-06-29 Juri Linkov <juri@jurta.org>
10990
10991 * faces.el (default-frame-background-mode): New internal variable.
10992 (frame-set-background-mode): Use it.
10993
10994 * startup.el (normal-top-level): Set default-frame-background-mode
10995 instead of frame-background-mode. Before setting it, test for its
10996 nil value. Remove tests for frame-background-mode and frame
10997 parameter `reverse'. Add test for "unspecified-fg".
10998
10999 * term/xterm.el (xterm-rxvt-set-background-mode):
11000 * term/rxvt.el (rxvt-set-background-mode):
11001 Set default-frame-background-mode instead of frame-background-mode.
11002
11003 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
11004
11005 * simple.el (set-variable): Warn about obsolete user variables.
11006
11007 * imenu.el (imenu--completion-buffer):
11008 * mouse.el (mouse-buffer-menu-alist):
11009 * msb.el (msb-invisible-buffer-p):
11010 * calendar/diary-lib.el (diary-header-line-format):
11011 * emacs-lisp/pp.el (pp-buffer):
11012 * progmodes/cperl-mode.el (cperl-do-auto-fill):
11013 * textmodes/picture.el (picture-replace-match):
11014 Change space constants followed by a sexp to "?\s ".
11015
11016 * play/decipher.el (decipher-loop-with-breaks):
11017 * textmodes/texinfo.el (texinfo-insert-@item): Change space
11018 constants "protected" from end of line by a comment to "?\s".
11019
11020 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * font-lock.el (save-buffer-state): Use `declare'.
11023
11024 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11025 reset the syntax-table to cperl-mode-syntax-table.
11026 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11027 "foo_print_bar" is not matched as a reserved keyword.
11028
11029 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
11030
11031 * textmodes/org.el (orgtbl-setup): New function, for delayed
11032 setup for the orgtbl commands.
11033 (org-calc-default-modes): New option.
11034 (orgtbl-make-binding): Use `defun' to get better help display.
11035 (org-diary): Call `org-compile-prefix-format'.
11036 (org-table-formula-substitute-names): New function.
11037 (org-agenda-day-view, org-agenda-week-view): New commands.
11038 (org-agenda-toggle-week-view): Command removed.
11039 (org-tbl-menu): Split off from org-org-menu.
11040 (org-mode): Move removal of outline-mode menus to here.
11041 (org-table-formula-debug): New option.
11042 (org-table-insert-row): Keep first field if just "#" or "*".
11043 (org-mode): Paragraph regexps fixed.
11044 (org-table-recalculate-regexp): New constant.
11045 (org-table-justify-field-maybe): Avoid replace if not necessary.
11046 (org-copy-special, org-cut-special): Use `call-interactively'.
11047 (org-table-copy-region): Take region from `interactive' call.
11048 (org-trim): Return string even if no match.
11049 (org-formula): New face.
11050 (org-set-font-lock-defaults): No longer highlight "FIXME".
11051 But highlight formula-related fields in table.
11052 (org-table-p): Use regexp, not fontification.
11053 (org-table-align): Handle white space at end of line.
11054 (org-table-formula-evaluate-inline): New option.
11055 (org-mode): Auto-wrapping in comment lines turned off.
11056 (org-table-copy-down): Evaluate only in copied field, not in
11057 destination.
11058 (org-table-current-formula): Variable removed.
11059 (org-table-store-formulas, org-table-get-stored-formulas)
11060 (org-table-modify-formulas, org-table-replace-in-formulas)
11061 (org-table-maybe-eval-formula): New functions.
11062 (org-table-get-formula): Modify to use stored formulas.
11063 (org-table-insert-column, org-table-delete-column)
11064 (org-table-move-column): Call `org-table-modify-formulas'.
11065 (org-complete): Add completion for keyword formulas.
11066 (orgtbl-mode): Pull orgtbl-mode-map to start of
11067 minor-mode-map-alist.
11068
11069 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * progmodes/python.el (python-check): Require `compile' before
11072 modifying its variables.
11073
11074 * newcomment.el (comment-indent-default): Don't get fooled by an early
11075 end of buffer.
11076
11077 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11078
11079 * ps-print.el (ps-print-version): Fix version number.
11080
11081 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
11082
11083 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11084
11085 2005-06-28 Richard M. Stallman <rms@gnu.org>
11086
11087 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11088 (flyspell-local-mouse-map): Declaration deleted.
11089 (flyspell-mouse-map): Bind only mouse-2.
11090 (flyspell-mode-map): Don't test flyspell-use-local-map.
11091 (flyspell-overlay-keymap-property-name): Var deleted.
11092 (flyspell-mode-on): Don't make local bindings for
11093 flyspell-mouse-map and flyspell-mode-map.
11094 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11095
11096 * textmodes/ispell.el (ispell-word): Do not ignore short words.
11097
11098 * progmodes/compile.el (compilation-next-error-function):
11099 Don't switch buffers; operate on the current buffer.
11100
11101 * progmodes/compile.el (compilation-error-file-name)
11102 (compilation-warning-file-name, compilation-info-file-name)
11103 (compilation-line-number, compilation-column-number): New faces.
11104 (compilation-error-face, compilation-warning-face)
11105 (compilation-info-face, compilation-line-face)
11106 (compilation-column-face): Use them.
11107
11108 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11109
11110 * comint.el (comint-password-prompt-regexp): Accept ", try again".
11111
11112 * bindings.el (global-map): Bind insertchar and its variants.
11113
11114 2005-06-27 Richard M. Stallman <rms@gnu.org>
11115
11116 * textmodes/artist.el (artist-text-overwrite)
11117 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11118
11119 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11120
11121 * ps-print.el: It was not working the page selection for printing.
11122 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11123 (ps-print-version): New version 6.6.7.
11124 (ps-end-sheet): New fun.
11125 (ps-header-sheet, ps-end-job): Call it.
11126
11127 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
11128
11129 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11130
11131 2005-06-27 Lute Kamstra <lute@gnu.org>
11132
11133 * facemenu.el (facemenu-unlisted-faces): Add foreground and
11134 background color faces.
11135 (facemenu-get-face): Delete function.
11136 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11137 (facemenu-add-new-color): Make second argument mandatory.
11138 Create the appropriate face and return it. Simplify.
11139 (facemenu-set-foreground, facemenu-set-background): Don't check if
11140 color is defined. Use return value of facemenu-add-new-color.
11141
11142 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
11143
11144 * progmodes/gud.el (gud-filter): Add missing argument to
11145 with-selected-window.
11146
11147 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11150 a :require to the defcustom.
11151
11152 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11153 defcustoms corresponding to minor modes.
11154
11155 2005-06-26 David Ponce <david@dponce.com>
11156
11157 * recentf.el: Require tree-widget instead of wid-edit.
11158 (recentf-filename-handler): Fix widget :type.
11159 (recentf-cancel-dialog, recentf-open-more-files)
11160 (recentf-open-files-action): Doc fix.
11161 (recentf-dialog-goto-first): New function.
11162 (recentf-dialog-mode-map): Set parent keymap first.
11163 (recentf-dialog-mode): Define with define-derived-mode.
11164 Don't display continuation lines in dialogs.
11165 (recentf-edit-list): Rename from recentf-edit-selected-items.
11166 (recentf-edit-list-select): Rename from recentf-edit-list-action.
11167 Simplify.
11168 (recentf-edit-list-validate): New function.
11169 (recentf-edit-list): Update accordingly.
11170 (recentf-open-files-item-shift): Remove.
11171 (recentf-open-files-item): Convert menu elements into tree and
11172 link widgets. Don't create the widgets.
11173 (recentf-open-files): Update accordingly.
11174 (recentf-save-list): Untabify.
11175
11176 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
11177
11178 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11179 (keep-lines): Add INTERACTIVE arg. Never delete lines only
11180 partially contained in the active region. Do not take active
11181 region into account when called from Lisp, unless INTERACTIVE arg
11182 is non-nil. Use `forward-line' instead of `beginning-of-line' to
11183 avoid trouble with fields. Make marker point nowhere when no
11184 longer used. Always return nil. Doc fix.
11185 (flush-lines): Add INTERACTIVE arg. Do not take active region
11186 into account when called from Lisp, unless INTERACTIVE arg is
11187 non-nil. Use `forward-line' instead of `beginning-of-line' to
11188 avoid trouble with fields. Make marker point nowhere when no
11189 longer used. Always return nil. Doc fix.
11190 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
11191 interchangeable. Do not take active region into account when
11192 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
11193 message in echo area when called from Lisp, unless INTERACTIVE arg
11194 is non-nil. Avoid saying "1 occurrences". Do not use markers.
11195 Return the number of matches. Doc fix.
11196 (occur): Doc fix.
11197 (perform-replace): Make comment follow double space convention for
11198 the sake of `outline-minor-mode'.
11199
11200 * faces.el (facep): Doc fix.
11201
11202 2005-06-25 Richard M. Stallman <rms@gnu.org>
11203
11204 * facemenu.el (facemenu-enable-faces-p): New function.
11205 (facemenu-background-menu, facemenu-foreground-menu)
11206 (facemenu-face-menu): Add menu-enable property.
11207
11208 * jka-compr.el (jka-compr-insert-file-contents):
11209 Special handling if cannot find the uncompression program.
11210
11211 * cus-face.el (custom-face-attributes): Add autoload.
11212
11213 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11214 Bind comment-indent-function locally.
11215
11216 * window.el (save-selected-window): Use save-current-buffer.
11217
11218 * subr.el (with-selected-window): Use save-current-buffer.
11219
11220 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11221 and with-current-buffer.
11222
11223 2005-06-24 Richard M. Stallman <rms@gnu.org>
11224
11225 * simple.el (line-move-1): Fix previous change.
11226
11227 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
11228
11229 * replace.el (occur-1): Set `buffer-read-only' and the
11230 buffer-modified flag before running `occur-hook' to protect
11231 against unintentional buffer switches that can lead to data loss.
11232
11233 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
11234
11235 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11236 (gud-gdb-marker-filter): Use font-lock-warning-face for any
11237 initial error.
11238
11239 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11240 after fresh input.
11241 (gdb-var-create-handler): Put name of expression in quotes.
11242
11243 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
11244
11245 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11246 elements of RING in order, and without bogus nil elements.
11247
11248 2005-06-23 Richard M. Stallman <rms@gnu.org>
11249
11250 * simple.el (set-variable): Args renamed; doc fix.
11251 (line-move-1): When there are overlays around, use vertical-motion.
11252
11253 * faces.el (escape-glyph): Use brown against light background.
11254 (nobreak-space): Rename from no-break-space.
11255 Fix previous change.
11256
11257 * dired-aux.el (dired-do-copy): Fix arg prompt.
11258
11259 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11260
11261 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11262
11263 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11264 rather than "Distributor".
11265
11266 2005-06-23 Lute Kamstra <lute@gnu.org>
11267
11268 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11269 (debug-on-entry): Use it. New interactive declaration that uses
11270 function-called-at-point.
11271
11272 2005-06-23 Kim F. Storm <storm@cua.dk>
11273
11274 * subr.el (save-match-data): Add comment about using evaporate arg
11275 to set-match-data.
11276
11277 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
11278
11279 * cus-edit.el (customize-face)
11280 (customize-face-other-window): Handle face aliases.
11281
11282 * faces.el (face-documentation, set-face-attribute)
11283 (face-spec-set): Handle face aliases.
11284
11285 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * help-mode.el (help-make-xrefs): If a symbol representing a face
11288 name is not followed by the word "face", it could still be a
11289 function or variable name, so don't bypass other checks.
11290
11291 2005-06-22 Juri Linkov <juri@jurta.org>
11292
11293 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11294 Replace aliased functions with calls where second arg `inherit' is t.
11295
11296 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
11297
11298 * progmodes/gdb-ui.el (gdb-error): New variable.
11299 (gdb-error): New function.
11300 (gdb-annotation-rules): Act on error-begin and error annotations.
11301 (gdb-concat-output): Use font-lock-warning-face for errors.
11302
11303 2005-06-22 Miles Bader <miles@gnu.org>
11304
11305 * bindings.el (propertized-buffer-identification): Use renamed
11306 `Buffer-menu-buffer' face.
11307
11308 * faces.el (vertical-border): Rename from `vertical-divider'.
11309 (escape-glyph): Change dark-background color back to `cyan'.
11310
11311 2005-06-21 Juri Linkov <juri@jurta.org>
11312
11313 * faces.el (face-user-default-spec): Try getting `customized-face'
11314 prior to `saved-face'.
11315 (frame-background-mode): Refill docstring.
11316
11317 * emacs-lisp/lisp-mode.el (eval-defun-1):
11318 * emacs-lisp/edebug.el (edebug-eval-defun):
11319 Set `saved-face' temporarily to nil before calling form.
11320 Set `customized-face' to the new spec after that.
11321
11322 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
11323
11324 * subr.el (1value, lambda, key-substitution-in-progress):
11325 Doc fixes.
11326
11327 * autoinsert.el (auto-insert-alist):
11328 * ses.el (ses-call-printer):
11329 * subr.el (noreturn):
11330 * emacs-lisp/lisp.el (check-parens):
11331 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11332 * net/browse-url.el (browse-url-mosaic):
11333 * progmodes/cc-defs.el (c-safe-scan-lists):
11334 * progmodes/ebnf-abn.el (ebnf-abn-lex):
11335 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11336 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11337 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11338 * progmodes/ebnf-iso.el (ebnf-iso-lex):
11339 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11340
11341 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11342
11343 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11344
11345 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
11346
11347 * calendar/appt.el (appt-make-list): Activate the package, if
11348 not already active (for backwards compatibility).
11349
11350 2005-06-20 Kim F. Storm <storm@cua.dk>
11351
11352 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
11353
11354 2005-06-20 Miles Bader <miles@gnu.org>
11355
11356 * faces.el (vertical-divider): New face.
11357
11358 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
11359
11360 * simple.el (kill-whole-line): Doc fix.
11361 (next-error-buffer-p, next-error-find-buffer)
11362 (clone-indirect-buffer): Fix typos in docstrings.
11363 (comment-line-break-function): Doc fix: don't say variable
11364 is automatically buffer-local (it isn't).
11365
11366 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
11367
11368 * net/tramp-ftp.el (top):
11369 * net/tramp-smb.el (top):
11370 * net/tramp-util.el (top):
11371 * net/tramp-uu.el (top):
11372 * net/tramp-vc.el (top):
11373 * net/tramp.el (top): Revert copyright years back to original
11374 ones. Tramp has a life outside GNU Emacs.
11375
11376 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
11377
11378 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11379
11380 2005-06-18 Juri Linkov <juri@jurta.org>
11381
11382 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11383 end of first regexp to limit the match to the position between
11384 line number and source line with same separator character as used
11385 between file name and line number. In the second regexp limit
11386 mouse-face area to file name and line number by adding new group
11387 for them and referring it in HYPERLINK arg.
11388 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11389 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11390 previous line where grep markers may be already removed.
11391
11392 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
11393
11394 * progmodes/ps-mode.el: Update version and maintainer's email address.
11395
11396 2005-06-18 Steve Youngs <steve@xemacs.org>
11397
11398 * net/browse-url.el (browse-url-browser-function)
11399 (browse-url-default-browser): Add firefox.
11400 (browse-url-firefox-program, browse-url-firefox-arguments)
11401 (browse-url-firefox-startup-arguments)
11402 (browse-url-firefox-new-window-is-tab): New defcustoms.
11403 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11404
11405 2005-06-17 Richard M. Stallman <rms@gnu.org>
11406
11407 * startup.el (command-line): Warn if specified user name has
11408 no home directory.
11409
11410 * term.el (term-get-old-input, term-input-filter, term-input-sender)
11411 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11412
11413 * longlines.el (longlines-mode, longlines-show-hard-newlines):
11414 Doc fixes.
11415
11416 * faces.el (underline): Try bold if terminal doesn't support underline.
11417
11418 * mail/sendmail.el (mail-setup-with-from): New variable.
11419 (mail-insert-from-field): New function.
11420 (sendmail-send-it): Call it.
11421 (mail-setup): Optionally call it here.
11422
11423 * term/linux.el: Call tty-no-underline.
11424
11425 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
11426
11427 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11428
11429 2005-06-17 Miles Bader <miles@gnu.org>
11430
11431 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11432 (ediff-current-diff-C, ediff-current-diff-Ancestor)
11433 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11434 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11435 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11436 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11437 Remove "-face" suffix from face names.
11438 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11439 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11440 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11441 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11442 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11443 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11444 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11445 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11446 New backward-compatibility aliases for renamed faces.
11447 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11448 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11449 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11450 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11451 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11452 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11453 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11454 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11455 Use renamed ediff faces.
11456
11457 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11458 Remove "-face" suffix from face names.
11459 (eshell-test-ok-face, eshell-test-failed-face):
11460 New backward-compatibility aliases for renamed faces.
11461 (eshell-run-test): Use renamed eshell-test faces.
11462
11463 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11464 face name.
11465 (eshell-prompt-face): New backward-compatibility alias for renamed
11466 face.
11467 (eshell-emit-prompt): Use renamed eshell-prompt face.
11468
11469 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11470 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11471 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11472 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11473 Remove "-face" suffix from face names.
11474 (eshell-ls-directory-face, eshell-ls-symlink-face)
11475 (eshell-ls-executable-face, eshell-ls-readonly-face)
11476 (eshell-ls-unreadable-face, eshell-ls-special-face)
11477 (eshell-ls-missing-face, eshell-ls-archive-face)
11478 (eshell-ls-backup-face, eshell-ls-product-face)
11479 (eshell-ls-clutter-face):
11480 New backward-compatibility aliases for renamed faces.
11481 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11482
11483 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11484 Remove "-face" suffix from face name.
11485 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11486 instead of literal face.
11487
11488 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
11489
11490 * emacs-lisp/warnings.el (display-warning, lwarn)
11491 (warning-minimum-log-level): Doc fixes.
11492 (warning-minimum-level, warning-minimum-log-level):
11493 Add :debug to :type choices.
11494
11495 * progmodes/ada-mode.el (ada-format-paramlist)
11496 (ada-get-indent-case, ada-check-matching-start)
11497 (ada-check-defun-name, ada-goto-matching-decl-start)
11498 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11499 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11500 (ada-make-subprogram-body): Follow error conventions.
11501 (ada-case-exception-file, ada-indent-comment-as-code)
11502 (ada-indent-handle-comment-special, ada-indent-renames)
11503 (ada-indent-return, ada-search-directories-internal)
11504 (ada-tab-policy, ada-case-exception-substring)
11505 (ada-other-file-alist, ada-matching-start-re)
11506 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11507 (ada-imenu-generic-expression, ada-compile-goto-error)
11508 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11509 (ada-popup-menu, ada-add-extensions, ada-mode)
11510 (ada-region-selected, ada-create-case-exception)
11511 (ada-create-case-exception-substring, ada-after-keyword-p)
11512 (ada-activate-keys-for-case, ada-adjust-case-region)
11513 (ada-adjust-case-buffer, ada-format-paramlist)
11514 (ada-scan-paramlist, ada-insert-paramlist)
11515 (ada-indent-newline-indent)
11516 (ada-indent-newline-indent-conditional)
11517 (ada-justified-indent-current, ada-goto-previous-word)
11518 (ada-indent-current, ada-get-indent-open-paren)
11519 (ada-get-indent-paramlist, ada-get-indent-end)
11520 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11521 (ada-get-indent-block-start, ada-get-indent-subprog)
11522 (ada-get-indent-noindent, ada-get-indent-label)
11523 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11524 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11525 (ada-goto-stmt-end, ada-goto-next-word)
11526 (ada-check-matching-start, ada-check-defun-name)
11527 (ada-goto-matching-decl-start, ada-goto-matching-start)
11528 (ada-goto-matching-end, ada-search-ignore-string-comment)
11529 (ada-in-decl-p, ada-looking-at-semi-or)
11530 (ada-looking-at-semi-private, ada-in-paramlist-p)
11531 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11532 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11533 (ada-next-procedure, ada-previous-procedure, ada-next-package)
11534 (ada-previous-package, ada-create-menu)
11535 (ada-fill-comment-paragraph-justify)
11536 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11537 (ada-other-file-name, ada-last-which-function-line)
11538 (ada-last-which-function-subprog, ada-which-function)
11539 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11540 (ada-gen-treat-proc, ada-check-emacs-version)
11541 (ada-continuation-indent, ada-align-region-separate):
11542 Fix typos in docstrings.
11543 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11544
11545 2005-06-16 Lute Kamstra <lute@gnu.org>
11546
11547 * simple.el (fundamental-mode): Run after-change-major-mode-hook
11548 conditionally.
11549
11550 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11551
11552 * comint.el (comint-replace-by-expanded-filename)
11553 (comint-prompt-regexp, comint-delimiter-argument-list)
11554 (comint-preinput-scroll-to-bottom):
11555 * info.el (Info-hide-cookies-node):
11556 * ls-lisp.el (ls-lisp-classify):
11557 * find-file.el (ff-search-directories, ff-special-constructs)
11558 (ff-find-other-file):
11559 * font-lock.el (font-lock-keywords):
11560 * shell.el (shell-prompt-pattern)
11561 (shell-dynamic-complete-functions, shell-mode)
11562 (shell-delimiter-argument-list):
11563 * term.el (term-replace-by-expanded-filename)
11564 (term-prompt-regexp, term-delimiter-argument-list):
11565 * woman.el (woman-ignore, woman0-if):
11566 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11567 * emacs-lisp/elint.el (elint-init-env):
11568 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11569 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11570 * language/ethio-util.el (ethio-tilde-escape)
11571 (ethio-use-three-dot-question):
11572 * net/zone-mode.el (zone-mode-load-time-setup):
11573 * progmodes/cc-align.el (c-lineup-argcont):
11574 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11575 * progmodes/cperl-mode.el (cperl-set-style-back):
11576 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11577 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11578 Fix spellings in docstrings.
11579
11580 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11581 * progmodes/modula2.el (m2-for): Fix spellings.
11582
11583 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11584
11585 * simple.el (undo-more): Don't use `format' on `error' arguments.
11586 Improve argument/docstring consistency.
11587 (pending-undo-list): Doc fix.
11588
11589 * smerge-mode.el (smerge-ensure-match):
11590 * emulation/vip.el (vip-ex):
11591 * net/zone-mode.el (zone-mode-update-serial):
11592 * progmodes/idlwave.el (idlwave-complete):
11593 * progmodes/vhdl-mode.el (vhdl-visit-file)
11594 (vhdl-compose-wire-components):
11595 Don't use `format' on `error' arguments.
11596
11597 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11598 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11599 (tooltip-help-tips): Fix typos in docstrings.
11600
11601 2005-06-16 David Ponce <david@dponce.com>
11602
11603 * tree-widget.el (tree-widget-value-create): Simplify last change.
11604
11605 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
11606
11607 * ido.el (ido-incomplete-regexp): New variable.
11608 (ido-set-matches-1): Handle invalid-regexp error and set
11609 ido-incomplete-regexp.
11610 (ido-incomplete-regexp): New face.
11611 (ido-completions): Use it.
11612 (ido-complete, ido-exit-minibuffer, ido-completions):
11613 Handle incomplete regexps.
11614 (ido-completions): Add check for complete match when entering a regexp.
11615
11616 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11619
11620 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11621
11622 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11623 by field delimiters.
11624
11625 2005-06-15 David Ponce <david@dponce.com>
11626
11627 * tree-widget.el: eval-and-compile inlined functions so they will
11628 be available at run-time too.
11629 (tree-widget-super-format-handler)
11630 (tree-widget-format-handler): Remove.
11631 (tree-widget-value-create): Handle the :indent property.
11632
11633 2005-06-15 Miles Bader <miles@gnu.org>
11634
11635 * progmodes/which-func.el (which-func): Only inherit
11636 `font-lock-function-name-face' when that makes sense against the
11637 default mode-line face, otherwise set the face color explicitly.
11638
11639 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11640 faces instead of (non-existent) variables.
11641
11642 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11645 (iswitchb-get-matched-buffers): Likewise. Simplify.
11646
11647 2005-06-14 Miles Bader <miles@gnu.org>
11648
11649 * progmodes/ld-script.el (ld-script-location-counter):
11650 Remove "-face" suffix from face name.
11651 (ld-script-location-counter-face):
11652 New backward-compatibility alias for renamed face.
11653 (ld-script-location-counter-face): Use renamed face.
11654
11655 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11656 (cperl-hash): Remove "-face" suffix from face names.
11657 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11658 New backward-compatibility aliases for renamed faces.
11659 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11660 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11661
11662 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11663 name.
11664 (which-func-face): New backward-compatibility alias for renamed face.
11665 (which-func-format): Use renamed which-func face.
11666
11667 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11668 (vhdl-function, vhdl-directive, vhdl-reserved-word)
11669 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11670 names.
11671 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11672 (vhdl-speedbar-configuration, vhdl-speedbar-package)
11673 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11674 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11675 (vhdl-speedbar-architecture-selected)
11676 (vhdl-speedbar-configuration-selected)
11677 (vhdl-speedbar-package-selected)
11678 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11679 names.
11680 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11681 Use renamed faces.
11682 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11683 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11684 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11685 Use renamed faces.
11686 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11687 names.
11688 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11689 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11690 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11691 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11692 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11693 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11694
11695 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11696 face name.
11697 (sh-heredoc-face): New backward-compatibility alias for renamed face.
11698 (sh-heredoc-face): Use renamed sh-heredoc face.
11699
11700 * progmodes/idlw-help.el (idlwave-help-link):
11701 Remove "-face" suffix from face name.
11702 (idlwave-help-link-face):
11703 New backward-compatibility alias for renamed face.
11704 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11705
11706 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11707 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11708 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11709 New backward-compatibility aliases for renamed faces.
11710 (idlwave-shell-disabled-breakpoint-face)
11711 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11712
11713 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11714 Remove "-face" suffix from face names.
11715 (flymake-errline-face, flymake-warnline-face):
11716 New backward-compatibility aliases for renamed faces.
11717 (flymake-highlight-line): Use renamed flymake faces.
11718
11719 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11720 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11721 (ebrowse-member-class, ebrowse-progress):
11722 Remove "-face" suffix from face names.
11723 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11724 (ebrowse-file-name-face, ebrowse-default-face)
11725 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11726 (ebrowse-progress-face):
11727 New backward-compatibility aliases for renamed faces.
11728 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11729 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11730 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11731 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11732
11733 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11734 antlr-syntax)
11735 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11736 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11737 names.
11738 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11739 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11740 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11741 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11742 backward-compatibility aliases for renamed faces.
11743 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11744 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11745 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11746 remove "font-lock-". Use renamed antlr-mode faces.
11747 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
11748 literal face-names with face variable references.
11749
11750 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11751 face name.
11752 (Buffer-menu-buffer-face): New backward-compatibility alias for
11753 renamed face.
11754 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11755
11756 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
11757
11758 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11759 Eliminate "-face" suffix.
11760 (makefile-targets): Inherit from font-lock-function-name-face and
11761 eliminate "-face" suffix.
11762 (makefile-shell): Remove attributes and eliminate "-face" suffix.
11763 (makefile-*-font-lock-keywords): Append makefile-targets in rule
11764 actions, instead of prepending, to make it less visible.
11765 (makefile-previous-dependency, makefile-match-dependency):
11766 Don't match a target on a continuation line.
11767
11768 * files.el (auto-mode-alist): Put Makefile in gmake mode.
11769
11770 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
11771
11772 * progmodes/gdb-ui.el (menu): Re-order menu items.
11773 (gdb-tooltip-print): Respect tooltip-use-echo-area.
11774
11775 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11776 Define in tooltip.el.
11777 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11778 (gud-tooltip-tips): Respect tooltip-use-echo-area and
11779 gud-tooltip-echo-area.
11780
11781 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11782 backward compatibility and make obsolete.
11783 (tooltip-help-tips): Use tooltip-use-echo-area.
11784 (tooltip-show-help-function): Rename to...
11785 (tooltip-show-help): ...this, because it is a function.
11786 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11787
11788 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
11789
11790 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11791 (edebug-print-length, edebug-print-level, edebug-print-circle)
11792 (edebug-modify-breakpoint, edebug-eval-last-sexp)
11793 (edebug-eval-print-last-sexp): Doc fixes.
11794
11795 2005-06-14 Kim F. Storm <storm@cua.dk>
11796
11797 * ido.el (ido-mode): Make a new keymap every time we enable ido,
11798 as the coverage buffer/file/both may change.
11799
11800 2005-06-14 Lute Kamstra <lute@gnu.org>
11801
11802 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11803 and run-mode-hooks. Simplify.
11804
11805 * mail/rmailedit.el (rmail-edit-mode):
11806 * progmodes/octave-inf.el (inferior-octave-mode):
11807 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11808
11809 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11810 and run-mode-hooks.
11811 (recentf-edit-list, recentf-open-files): Don't call
11812 kill-all-local-variables directly.
11813
11814 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11815
11816 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * emacs-lisp/byte-run.el (make-obsolete)
11819 (define-obsolete-function-alias): Rename arguments FUNCTION and
11820 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11821 (make-obsolete-variable, define-obsolete-variable-alias):
11822 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11823 respectively.
11824
11825 * isearchb.el (isearchb-activate):
11826 * pcvs.el (cvs-mode):
11827 * ses.el (ses-load):
11828 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11829 * net/tramp.el (tramp-find-file-exists-command)
11830 (tramp-find-shell):
11831 * progmodes/ada-mode.el (ada-create-case-exception)
11832 (ada-create-case-exception-substring, ada-make-subprogram-body):
11833 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11834 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11835 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11836 * textmodes/org.el (org-promote, org-evaluate-time-range)
11837 (org-agenda-next-date-line, org-agenda-previous-date-line)
11838 (org-agenda-error, org-open-at-point, org-table-move-row)
11839 (org-format-table-table-html-using-table-generate-source)
11840 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11841 * textmodes/reftex.el (reftex-access-scan-info):
11842 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11843 (reftex-toc-promote-prepare): Follow error conventions.
11844
11845 * diff-mode.el (diff-mode): Fix typo in docstring.
11846
11847 * forms.el (forms--intuit-from-file): Fix reference to
11848 `forms-number-of-fields' in error message.
11849 (forms-print): Fix quoting in error message.
11850
11851 * forms.el (forms-mode):
11852 * emulation/vi.el (vi-goto-insert-state):
11853 * progmodes/flymake.el (flymake-new-err-info)
11854 (flymake-start-syntax-check-for-current-buffer)
11855 (flymake-simple-cleanup):
11856 * eshell/esh-var.el (eshell/export):
11857 * progmodes/gud.el (xdb):
11858 * textmodes/flyspell.el (flyspell-incorrect-hook)
11859 (flyspell-maybe-correct-transposition)
11860 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11861
11862 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
11863
11864 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11865 minibuffer prompt.
11866
11867 2005-06-13 Kim F. Storm <storm@cua.dk>
11868
11869 * subr.el (add-to-ordered-list): New defun.
11870
11871 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11872 add cua--keymap-alist to emulation-mode-map-alists.
11873
11874 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * subr.el (complete-in-turn): New macro.
11877 (dynamic-completion-table, lazy-completion-table): Add debug info.
11878
11879 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11880 in preference to face aliases.
11881
11882 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11883 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11884 Remove unused vars `start' and `firstline'.
11885 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11886 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11887
11888 2005-06-13 Eli Zaretskii <eliz@gnu.org>
11889
11890 * cus-start.el (all): Don't complain about missing GTK-related
11891 variables, unless either `gtk' is boundp or this isn't a
11892 `windows-nt' build.
11893
11894 2005-06-13 Lute Kamstra <lute@gnu.org>
11895
11896 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11897 run-mode-hooks.
11898
11899 * ediff-mult.el (ediff-meta-mode):
11900 * ediff-util.el (ediff-mode): Use run-mode-hooks.
11901
11902 * ledit.el (ledit-mode): Use delay-mode-hooks.
11903
11904 * woman.el (woman-mode-line-format): Delete constant.
11905 (woman-mode-map): Initialize it properly.
11906 (woman-mode): Set mode-class property to special.
11907 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
11908 Set major-mode and mode-name. Don't set mode-line-format directly.
11909 (Man-getpage-in-background): Don't reference woman-mode-line-format.
11910
11911 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11912 string argument obsolete.
11913
11914 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
11915
11916 * textmodes/org.el (org-CUA-compatible): New option.
11917 (org-disputed-keys): New variable.
11918 (org-key): New function.
11919 (orgtbl-make-binding): Add docstring to the created function.
11920 (org-mode): Set paragraph start/separate regexps.
11921 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11922 (org-archive-location, org-archive-mark-done)
11923 (org-archive-stamp-time): New options.
11924 (org-archive-subtree): New command.
11925 (org-fill-paragraph): New function.
11926 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11927 (org-fake-empty-table-line): Function removed.
11928 (org-format-org-table-html): Do not create empty table lines at
11929 separator lines. Improved table header treatment.
11930 (org-link-format): New option.
11931 (org-make-link): New function.
11932 (org-insert-link, org-store-link): Use org-make-link.
11933 (org-open-file): Quote file name for shell command, to allow
11934 spaces in file names.
11935 (org-link-regexp): Fix bug with mailto link.
11936 (org-link-maybe-angles-regexp, org-protected-link-regexp):
11937 New constants.
11938 (org-export-as-html): Deal with the optional angles around a link.
11939 Better treatment of file: links.
11940 (org-open-at-point): Replace @{ and @} with < and >.
11941 (org-run-mode-hooks): Function removed.
11942 (org-agenda-mode): No longer use `org-run-mode-hooks'.
11943
11944 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
11945
11946 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11947 MI command -data-list-register-values.
11948 (gdb-post-prompt): Indent properly.
11949
11950 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
11951
11952 * hilit-chg.el (highlight-changes-colors): Rename from
11953 `highlight-changes-colours'.
11954 (highlight-changes-colours): Keep as obsolete alias.
11955 (highlight-changes-face-list): Doc fix.
11956 (hilit-chg-make-list): Use `highlight-changes-colors'.
11957
11958 2005-06-12 Mark A. Hershberger <mah@everybody.org>
11959
11960 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11961 defun-prompt-regexp.
11962
11963 2005-06-12 Eli Zaretskii <eliz@gnu.org>
11964
11965 * loadup.el: Don't say we are dumping under 2 names on windows-nt
11966 and cygwin.
11967
11968 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11969 Don't use an old loaddefs.el, as in Makefile.in.
11970
11971 2005-06-12 Lute Kamstra <lute@gnu.org>
11972
11973 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11974
11975 * man.el (Man-mode-map): Initialize it properly.
11976 (Man-mode): Set mode-class property to special.
11977
11978 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11979
11980 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
11981
11982 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11983 A newline is needed in the docstring there.
11984
11985 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11986 Doc fixes.
11987
11988 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11989
11990 * printing.el: Doc fix. The menubar is no more changed when printing
11991 is loaded, it only changes when pr-menu-bind or pr-update-menus is
11992 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
11993 (pr-version): New version number (6.8.4).
11994 (pr-menu-bind): New command.
11995 (pr-update-menus): Docstring and code fix.
11996 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11997 Docstring fix.
11998 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11999 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12000
12001 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
12002
12003 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12004 "Returns" to "return", document useful return values, etc.
12005
12006 2005-06-11 Alan Mackenzie <acm@muc.de>
12007
12008 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12009 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12010 (adaptive-file-function): Minor amendment to doc-string.
12011
12012 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12013
12014 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12015 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12016 Fix :type--it is `integer', not `string'.
12017
12018 * faces.el (modeline-highlight): Rename from (the erroneous)
12019 `modeline-higilight'.
12020
12021 2005-06-11 Lute Kamstra <lute@gnu.org>
12022
12023 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12024 lisp-interaction-mode-map but make it the parent.
12025 (edebug-eval-mode): Use define-derived-mode.
12026
12027 2005-06-11 Andreas Schwab <schwab@suse.de>
12028
12029 * bindings.el: Add binding of `ESC functionkey' for every
12030 `M-functionkey'.
12031 * hexl.el (hexl-mode-map): Likewise.
12032
12033 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
12034
12035 * progmodes/compile.el (compilation-error-regexp-alist-alist)
12036 [msft]: update regexp for newer msft compilers.
12037
12038 2005-06-10 Mark A. Hershberger <mah@everybody.org>
12039
12040 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12041 ATTLIST portions of included DTDs.
12042 (xml-parse-dtd): Eliminate use of inefficient match-data.
12043
12044 2005-06-10 Miles Bader <miles@gnu.org>
12045
12046 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12047 (mpuz-text): Remove "-face" suffix from face names.
12048 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12049 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12050 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12051
12052 * play/gomoku.el (gomoku-O, gomoku-X):
12053 Remove "-face" suffix from face names.
12054 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12055 New backward-compatibility aliases for renamed faces.
12056 (gomoku-font-lock-keywords): Use renamed gomoku faces.
12057
12058 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
12059
12060 * thumbs.el: Fixes for changes of 2005-06-09.
12061 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12062 as a directory.
12063 (thumbs-thumbname): Remove directory separator from format string;
12064 `thumbs-thumbsdir' now returns a valid directory name.
12065 (thumbs-temp-dir): New defsubst.
12066 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12067 Use it.
12068
12069 * cus-edit.el (minibuffer):
12070 * files.el (make-backup-file-name-function):
12071 * filesets.el (filesets-external-viewers):
12072 * hilit-chg.el (highlight-changes-colours)
12073 (highlight-changes-face-list, highlight-changes-rotate-faces):
12074 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12075 * kmacro.el (kmacro-call-macro):
12076 * log-edit.el (log-edit-changelog-full-paragraphs):
12077 * mouse.el (mouse-1-click-follows-link):
12078 * skeleton.el (skeleton-autowrap):
12079 * subr.el (insert-for-yank-1):
12080 * tempo.el (tempo-insert-region):
12081 * terminal.el (terminal-emulator):
12082 * time.el (display-time-mail-face):
12083 * vc.el (vc-annotate):
12084 * vcursor.el (vcursor-copy-line):
12085 * woman.el (woman-bold-headings, woman-ignore)
12086 (woman-default-faces, woman-monochrome-faces):
12087 * calendar/todo-mode.el (todo-insert-threshold):
12088 * emulation/pc-select.el (pc-select-selection-keys-only)
12089 (pc-selection-mode):
12090 * emulation/vip.el (vip-find-char-forward):
12091 * emulation/viper-cmd.el (viper-find-char-forward):
12092 * international/mule-cmds.el
12093 (select-safe-coding-system-accept-default-p)
12094 (input-method-exit-on-invalid-key):
12095 * international/mule-diag.el (describe-coding-system):
12096 * international/ucs-tables.el (unify-8859-on-encoding-mode):
12097 * net/browse-url.el (browse-url-xterm-program):
12098 * obsolete/lazy-lock.el (lazy-lock-mode):
12099 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12100 (cperl-mode):
12101 * progmodes/cpp.el (cpp-face-light-name-list)
12102 (cpp-face-dark-name-list):
12103 * progmodes/delphi.el (delphi-newline-always-indents):
12104 Fix spellings in docstrings.
12105
12106 * ido.el (ido-mode, ido-file-extensions-order)
12107 (ido-default-file-method, ido-default-buffer-method)
12108 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12109 (ido-decorations, ido-read-file-name-as-directory-commands)
12110 (ido-read-file-name-non-ido, ido-work-directory-list)
12111 (ido-ignore-item-temp-list, ido-current-directory)
12112 (ido-magic-forward-char, ido-enter-find-file)
12113 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12114 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12115
12116 2005-06-10 Lute Kamstra <lute@gnu.org>
12117
12118 * play/dunnet.el (dun-mode): Use define-derived-mode.
12119 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
12120 obsolete alias.
12121
12122 * play/doctor.el (doctor-mode-map): Remove defvar.
12123 (doctor-mode): Use define-derived-mode.
12124
12125 * mail/mspools.el (mspools-mode):
12126 * net/eudc-hotlist.el (eudc-hotlist-mode):
12127 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12128
12129 2005-06-10 Miles Bader <miles@gnu.org>
12130
12131 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12132 Remove "-face" suffix from face names.
12133 (flyspell-incorrect-face, flyspell-duplicate-face):
12134 New backward-compatibility aliases for renamed faces.
12135 (flyspell-mode-on, make-flyspell-overlay)
12136 (flyspell-highlight-incorrect-region)
12137 (flyspell-highlight-duplicate-region)
12138 (flyspell-display-next-corrections)
12139 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12140
12141 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12142 from face name.
12143 (texinfo-heading-face): New backward-compatibility alias for
12144 renamed face.
12145 (texinfo-heading-face): Use renamed texinfo-heading face.
12146
12147 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12148 suffix from face names.
12149 (tex-math-face, tex-verbatim-face):
12150 New backward-compatibility aliases for renamed faces.
12151 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12152 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12153 literal face name.
12154
12155 * textmodes/table.el (table-cell): Remove "-face" suffix from face
12156 name.
12157 (table-cell-face): New backward-compatibility alias for renamed face.
12158 (table--put-cell-face-property, table--update-cell-face):
12159 Use renamed table-cell face.
12160
12161 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12162 from face name.
12163 (sgml-namespace-face): New backward-compatibility alias for
12164 renamed face.
12165 (sgml-namespace-face): Use renamed sgml-namespace face.
12166
12167 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12168 (org-level-4, org-level-5, org-level-6, org-level-7)
12169 (org-level-8, org-warning, org-headline-done)
12170 (org-deadline-announce, org-scheduled-today)
12171 (org-scheduled-previously, org-link, org-done, org-table)
12172 (org-time-grid): Remove "-face" suffix from face names.
12173 (org-level-1-face, org-level-2-face, org-level-3-face)
12174 (org-level-4-face, org-level-5-face, org-level-6-face)
12175 (org-level-7-face, org-level-8-face, org-warning-face)
12176 (org-headline-done-face, org-deadline-announce-face)
12177 (org-scheduled-today-face, org-scheduled-previously-face)
12178 (org-link-face, org-done-face, org-table-face)
12179 (org-time-grid-face):
12180 New backward-compatibility aliases for renamed faces.
12181 (org-level-faces, org-set-font-lock-defaults, org-timeline)
12182 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12183 (org-agenda-get-timestamps, org-agenda-get-scheduled)
12184 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12185
12186 * emulation/viper-init.el (viper-search, viper-replace-overlay)
12187 (viper-minibuffer-emacs, viper-minibuffer-insert)
12188 (viper-minibuffer-vi): Remove "-face" suffix from face names.
12189 (viper-search-face, viper-replace-overlay-face)
12190 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12191 (viper-minibuffer-vi-face):
12192 New backward-compatibility aliases for renamed faces.
12193 (viper-search-face, viper-replace-overlay-face)
12194 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12195 (viper-minibuffer-vi-face): Use renamed viper faces.
12196
12197 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12198 Remove "-face" suffix from face names.
12199 (testcover-nohits-face, testcover-1value-face):
12200 New backward-compatibility aliases for renamed faces.
12201 (testcover-mark): Use renamed testcover faces.
12202
12203 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12204 face name.
12205 (diary-button-face): New backward-compatibility alias for renamed face.
12206 (diary-entry): Use renamed diary-button face.
12207
12208 * calendar/calendar.el (diary, calendar-today, holiday)
12209 (mark-visible-calendar-date): Remove "-face" suffix from face names.
12210 (diary-face, calendar-today-face, holiday-face):
12211 New backward-compatibility aliases for renamed faces.
12212 (eval-after-load "facemenu", diary-entry-marker)
12213 (calendar-today-marker, calendar-holiday-marker, diary-face):
12214 Use renamed calendar faces.
12215
12216 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12217 (compare-windows-face): New backward-compatibility alias for
12218 renamed face.
12219 (compare-windows-highlight): Use renamed compare-windows face.
12220
12221 * strokes.el (strokes-char): Remove "-face" suffix from face name.
12222 (strokes-char-face): New backward-compatibility alias for renamed face.
12223 (strokes-encode-buffer): Use renamed strokes-char face.
12224
12225 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12226 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12227 Remove "-face" suffix from face names.
12228 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12229 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12230 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12231 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12232 Use renamed pcvs faces.
12233 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12234 * pcvs-defs.el (cvs-mode-map): Likewise.
12235 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12236
12237 * info.el (info-title-1, info-title-2, info-title-3)
12238 (info-title-4): Remove "-face" suffix from and downcase face names.
12239 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12240 (Info-title-4-face):
12241 New backward-compatibility aliases for renamed faces.
12242 (Info-fontify-node): Use renamed info faces.
12243
12244 * hilit-chg.el (highlight-changes, highlight-changes-delete):
12245 Remove "-face" suffix from face names.
12246 (highlight-changes-face, highlight-changes-delete-face):
12247 New backward-compatibility aliases for renamed faces.
12248 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12249 (hilit-chg-make-list): Use renamed highlight-changes faces.
12250
12251 * generic-x.el (show-tabs-tab, show-tabs-space):
12252 Remove "-face" suffix from face names.
12253 (show-tabs-tab-face, show-tabs-space-face):
12254 New backward-compatibility aliases for renamed faces.
12255 (show-tabs-generic-mode-font-lock-defaults-1)
12256 (show-tabs-generic-mode-font-lock-defaults-2):
12257 Use renamed show-tabs faces.
12258
12259 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12260 (smerge-markers): Remove "-face" suffix from face names.
12261 (smerge-mine-face, smerge-other-face, smerge-base-face)
12262 (smerge-markers-face):
12263 New backward-compatibility aliases for renamed faces.
12264 (smerge-mine-face, smerge-other-face, smerge-base-face)
12265 (smerge-markers-face): Use renamed smerge faces.
12266
12267 * log-view.el (log-view-file, log-view-message): Remove "-face"
12268 suffix from face names.
12269 (log-view-file-face, log-view-message-face):
12270 New backward-compatibility aliases for renamed faces.
12271 (log-view-file-face, log-view-message-face): Use renamed log-view
12272 faces.
12273
12274 * paren.el (show-paren-match, show-paren-mismatch):
12275 Remove "-face" suffix from face names.
12276 (show-paren-match-face, show-paren-mismatch-face):
12277 New backward-compatibility aliases for renamed faces.
12278 (show-paren-function): Use renamed show-paren faces.
12279
12280 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12281 (ruler-mode-margins, ruler-mode-fringes)
12282 (ruler-mode-column-number, ruler-mode-fill-column)
12283 (ruler-mode-comment-column, ruler-mode-goal-column)
12284 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12285 suffix from face names.
12286 (ruler-mode-default-face, ruler-mode-pad-face)
12287 (ruler-mode-margins-face, ruler-mode-fringes-face)
12288 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12289 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12290 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12291 New backward-compatibility aliases for renamed faces.
12292 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12293 (ruler-mode-column-number, ruler-mode-fill-column)
12294 (ruler-mode-comment-column, ruler-mode-goal-column)
12295 (ruler-mode-tab-stop, ruler-mode-current-column)
12296 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12297 faces.
12298
12299 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12300 face name.
12301 (whitespace-highlight-the-space): Use renamed face.
12302 (whitespace-highlight-face): New backward-compatibility alias for
12303 renamed face.
12304
12305 * woman.el (woman-italic, woman-bold, woman-unknown)
12306 (woman-addition, woman-symbol-face):
12307 Remove "-face" suffix from face names.
12308 (woman-italic-face, woman-bold-face, woman-unknown-face)
12309 (woman-addition-face):
12310 New backward-compatibility aliases for renamed faces.
12311 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12312 (woman-decode-region, woman-replace-match)
12313 (woman-display-extended-fonts, woman-special-characters)
12314 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12315 Use renamed woman faces.
12316
12317 * longlines.el (longlines-visible-face): Face removed.
12318
12319 * diff-mode.el (diff-header, diff-file-header, diff-index)
12320 (diff-hunk-header, diff-removed, diff-added, diff-changed)
12321 (diff-function, diff-context, diff-nonexistent): Remove "-face"
12322 suffix from face names.
12323 (diff-header-face, diff-file-header-face, diff-index-face)
12324 (diff-hunk-header-face, diff-removed-face, diff-added-face)
12325 (diff-changed-face, diff-function-face, diff-context-face)
12326 (diff-nonexistent-face): New backward-compatibility aliases for
12327 renamed faces.
12328 (diff-header-face, diff-file-header-face)
12329 (diff-index, diff-index-face, diff-hunk-header)
12330 (diff-hunk-header-face, diff-removed, diff-removed-face)
12331 (diff-added, diff-added-face, diff-changed-face, diff-function)
12332 (diff-function-face, diff-context-face, diff-nonexistent)
12333 (diff-nonexistent-face): Use renamed diff-mode faces.
12334
12335 * progmodes/compile.el (compilation-warning-face)
12336 (compilation-info-face): Remove "-face" suffix from face names.
12337 (compilation-warning-face, compilation-info-face):
12338 New backward-compatibility aliases for renamed faces.
12339 (compilation-warning-face, compilation-info-face):
12340 Use renamed compilation faces.
12341
12342 * add-log.el (change-log-date, change-log-name)
12343 (change-log-email, change-log-file, change-log-list)
12344 (change-log-conditionals, change-log-function)
12345 (change-log-acknowledgement): Remove "-face" suffix from face names.
12346 (change-log-date-face, change-log-name-face)
12347 (change-log-email-face, change-log-file-face)
12348 (change-log-list-face, change-log-conditionals-face)
12349 (change-log-function-face, change-log-acknowledgement-face):
12350 New backward-compatibility aliases for renamed faces.
12351 (change-log-font-lock-keywords): Use renamed change-log faces.
12352
12353 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12354 (custom-set, custom-changed, custom-saved, custom-button)
12355 (custom-button-pressed, custom-documentation, custom-state)
12356 (custom-comment, custom-comment-tag, custom-variable-tag)
12357 (custom-variable-button, custom-face-tag, custom-group-tag-1)
12358 (custom-group-tag): Remove "-face" suffix from face names.
12359 (custom-magic-alist, custom-magic-value-create)
12360 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12361 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12362 (custom-set-face, custom-changed-face, custom-saved-face)
12363 (custom-button-face, custom-button-pressed-face)
12364 (custom-documentation-face, custom-state-face)
12365 (custom-comment-face, custom-comment-tag-face)
12366 (custom-variable-tag-face, custom-variable-button-face)
12367 (custom-face-tag-face, custom-group-tag-face-1)
12368 (custom-group-tag-face):
12369 New backward-compatibility aliases for renamed faces.
12370
12371 * wid-edit.el (widget-documentation, widget-button)
12372 (widget-field, widget-single-line-field, widget-inactive)
12373 (widget-button-pressed): "-face" suffix removed from face names.
12374 (widget-documentation-face, widget-button-face)
12375 (widget-field-face, widget-single-line-field-face)
12376 (widget-inactive-face, widget-button-pressed-face):
12377 New backward-compatibility aliases for renamed faces.
12378 (widget-documentation-face, widget-button-face)
12379 (widget-button-pressed-face, widget-specify-field)
12380 (widget-specify-inactive): Use renamed widget faces.
12381
12382 2005-06-10 Kenichi Handa <handa@m17n.org>
12383
12384 * term/x-win.el (x-clipboard-yank): Remove condition-case
12385 wrapping.
12386
12387 2005-06-11 Kenichi Handa <handa@m17n.org>
12388
12389 * add-log.el (change-log-font-lock-keywords): Make the regexp for
12390 date lines stricter.
12391
12392 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
12393
12394 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12395 of x-get-selection.
12396
12397 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
12398
12399 * comint.el (comint-mode, comint-snapshot-last-prompt):
12400 * frame.el (frame-current-scroll-bars):
12401 * term.el (term-mode, term-check-proc, term-input-sender)
12402 (term-simple-send, term-extract-string, term-word)
12403 (term-match-partial-filename):
12404 * window.el (window-current-scroll-bars):
12405 * emulation/cua-base.el (cua-normal-cursor-color)
12406 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12407 (cua-global-mark-cursor-color):
12408 * mail/undigest.el (rmail-forward-separator-regex):
12409 Fix typos in docstrings.
12410
12411 * comint.el (comint-check-proc, make-comint-in-buffer)
12412 (comint-source-default): Doc fixes.
12413
12414 * term.el (term-send-string): Improve argument/docstring consistency.
12415
12416 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
12417
12418 * comint.el (comint-send-input): Bind `inhibit-read-only' around
12419 call to `delete-region'.
12420 (comint-mode-hook): Do not enable Font Lock by default.
12421
12422 2005-06-09 Lute Kamstra <lute@gnu.org>
12423
12424 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12425 could be void.
12426
12427 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * emacs-lisp/debug.el (debugger-will-be-back): New var.
12430 (debug): Use it.
12431 (debugger-step-through, debugger-continue, debugger-jump)
12432 (debugger-return-value): Set it when needed.
12433 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12434 Use inhibit-read-only.
12435
12436 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
12437
12438 * window.el (shrink-window-if-larger-than-buffer)
12439 (window-size-fixed): Fix typo in docstring.
12440
12441 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
12442 thumbnails directory on loading.
12443 (thumbs-conversion-program): Use `eq' to check the system type,
12444 not `equal'.
12445 (thumbs-temp-dir): Initialize to `temporary-file-directory',
12446 not "/tmp". Fix docstring.
12447 (thumbs-thumbsdir): New function to return the thumbnails
12448 directory, creating it if needed.
12449 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12450 (thumbs-temp-file): Delete variable and make it into a function.
12451 (thumbs-resize-image, thumbs-modify-image): Use it.
12452 (thumbs-kill-buffer): Simplify.
12453 (thumbs-gensym): Defalias or duplicate CL `gensym'.
12454 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12455 docstrings.
12456
12457 2005-06-09 Kim F. Storm <storm@cua.dk>
12458
12459 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12460 set-match-data to free markers in match-data.
12461
12462 * replace.el (replace-match-data): Pass RESEAT arg `t' to
12463 match-data to unchain markers in match-data.
12464
12465 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12468 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
12469 unnecessary now.
12470
12471 2005-06-08 Richard M. Stallman <rms@gnu.org>
12472
12473 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12474 give the variable a doc string that doesn't say don't set it directly.
12475
12476 * textmodes/ispell.el (ispell-check-version):
12477 Use match-string-no-properties.
12478 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12479 (ispell-buffer-local-words): Likewise.
12480
12481 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12482 except on terminals with enough colors to really display it.
12483 (makefile-dependency-regex): Delete spurious `bb'.
12484
12485 * faces.el (escape-glyph): Use blue once again in last case.
12486 (no-break-space): Redefine so that it isn't invisible on a tty.
12487
12488 2005-06-08 Kim F. Storm <storm@cua.dk>
12489
12490 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12491 also when reading directory name.
12492
12493 2005-06-08 Lute Kamstra <lute@gnu.org>
12494
12495 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12496 (flyspell-mode-line-string): Remove autoload cookie.
12497 (flyspell-mode): Remove defvar.
12498
12499 2005-06-07 Lute Kamstra <lute@gnu.org>
12500
12501 * textmodes/org.el (org-run-mode-hooks): New function.
12502 (org-agenda-mode): Use it.
12503
12504 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
12505
12506 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12507
12508 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12511
12512 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
12513
12514 * font-lock.el (font-lock-add-keywords): Doc fix.
12515
12516 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12519 (tex-compile-default): In the absence of any history, use the order in
12520 tex-compile-alist to choose the preferred command.
12521 (tex-compile-commands): Reorder a bit.
12522
12523 * textmodes/flyspell.el (flyspell-auto-correct-binding)
12524 (flyspell-incorrect-face, flyspell-duplicate-face):
12525 Use (X)Emacs-agnostic code.
12526 (flyspell-mode-map): Don't overwrite at each load. Remove code
12527 redundant with the subsequent add-minor-mode. Merge Emacs and
12528 XEmacs code.
12529 (flyspell-word): Minor simplification.
12530 (flyspell-math-tex-command-p): Quieten the byte-compiler.
12531 (flyspell-external-point-words): Remove unused vars `size' and `start'.
12532 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12533 Merge the corresponding Emacs code.
12534 (flyspell-correct-word, flyspell-xemacs-popup):
12535 Use flyspell-do-correct.
12536
12537 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12538 a dedicated window.
12539
12540 * international/latexenc.el (latexenc-find-file-coding-system):
12541 Undo part of last patch, to turn off a compiler warning.
12542
12543 2005-06-06 Juri Linkov <juri@jurta.org>
12544
12545 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12546 Rename `tmm-inactive-face' to `tmm-inactive'.
12547
12548 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
12549
12550 * iswitchb.el: Rename faces.
12551
12552 2005-06-06 Kim F. Storm <storm@cua.dk>
12553
12554 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12555 (cua-global-mark): Remove -face suffix from face names.
12556
12557 * emulation/cua-gmrk.el (cua--init-global-mark):
12558 Remove cua-global-mark face setup.
12559
12560 2005-06-06 Richard M. Stallman <rms@gnu.org>
12561
12562 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12563 just like other allowed characters.
12564 (makefile-match-dependency): Exclude leading and training whitespace
12565 from the range of regexp subexp 1.
12566 (makefile-macroassign-regex): Don't try to match the body,
12567 just the name of the macro being defined.
12568
12569 * info.el (Info-read-node-name-2): New function.
12570 (Info-read-node-name-1): Use that.
12571 Add a completion-base-size-function property.
12572
12573 * simple.el (completion-setup-function): Look for
12574 completion-base-size-function property of minibuffer-completion-table.
12575
12576 * files.el (locate-file-completion): Doc fix.
12577
12578 * printing.el: Don't call pr-update-menus; user must do that.
12579
12580 * emacs-lisp/debug.el (debugger-window): New variable.
12581 (debug): Use debugger-window if it is set and still alive.
12582 Record debugger-window for next entry.
12583
12584 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12585
12586 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
12587
12588 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12589 (hack-one-local-variable, hack-local-variables)
12590 (hack-local-variables-prop-line): Pass that arg.
12591
12592 2005-06-06 Kim F. Storm <storm@cua.dk>
12593
12594 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12595 (ido-indicator): Remove -face suffix from face names.
12596
12597 2005-06-06 Juri Linkov <juri@jurta.org>
12598
12599 * font-lock.el (font-lock-regexp-backslash)
12600 (font-lock-regexp-backslash-construct): New faces.
12601 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
12602 after `('. Add `while-no-input' to control structures.
12603
12604 * faces.el (no-break-space, shadow): New faces.
12605 (escape-glyph): Use less loud colors pink2 and red4.
12606
12607 * diff-mode.el (diff-context-face)
12608 * dired.el (dired-ignored)
12609 * rfn-eshadow.el (file-name-shadow)
12610 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12611
12612 * info.el (Info-title-1-face): Use green instead of yellow because
12613 bold yellow is not readable on light backgrounds.
12614
12615 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12616 before selecting the desired mode to not spend time fontifying
12617 old contents.
12618
12619 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
12620
12621 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12622 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12623
12624 * ps-print.el (ps-default-fg, ps-default-bg):
12625 Fix typos in docstrings.
12626
12627 * isearchb.el (isearchb): Don't pass a spurious second argument to
12628 `iswitchb-completions'.
12629
12630 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
12631
12632 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12633 to preserve point.
12634 (gdb-find-file-hook): Add doc string.
12635
12636 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12637 C dereferenced pointer expression.
12638 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
12639
12640 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12641
12642 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12643 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12644 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12645 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12646 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12647 Make background transparent.
12648
12649 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12650
12651 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
12652 (font-lock-remove-keywords): Doc fix.
12653 (font-lock-mode-major-mode): Compiler defvar.
12654 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12655
12656 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12657 (font-lock-mode): Update `font-lock-mode-major-mode'.
12658 (font-lock-set-defaults): Compiler defvar.
12659 (font-lock-default-function): Take `font-lock-mode-major-mode'
12660 into account.
12661
12662 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12663 keep track of which major mode it enabled the minor mode for.
12664 Use find-file-hook again. Update docstring.
12665
12666 * simple.el (eval-expression-print-level)
12667 (eval-expression-print-length, eval-expression-debug-on-error):
12668 Doc fixes.
12669
12670 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
12671
12672 * iswitchb.el (iswitchb-single-match-face)
12673 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12674 (iswitchb-invalid-regexp-face): New faces.
12675 (iswitchb-completions): Use them.
12676 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12677 now marked as an obsolete alias.
12678 (iswitchb-read-buffer): Remove check for bound font variables.
12679 (iswitchb-invalid-regexp): New free variable.
12680 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12681 set iswitchb-invalid-regexp.
12682 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12683 invalid regexps.
12684 (iswitchb-completions): Add check for complete match when entering
12685 a regexp.
12686 (iswitchb-completions): Remove require-match argument.
12687 (iswitchb-exhibit): Fix caller.
12688 (iswitchb-common-match-inserted): New variable.
12689 (iswitchb-complete, iswitchb-completion-help): Use it.
12690
12691 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
12692
12693 * url-http.el (url-http-chunked-encoding-after-change-function):
12694 Use `url-http-debug' instead of `message'.
12695
12696 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
12697
12698 * url-http.el (url-http-parse-headers): Pass redirected URL as a
12699 callback argument.
12700
12701 2005-06-04 Kim F. Storm <storm@cua.dk>
12702
12703 * simple.el (line-move): Only call sit-for when moving backwards.
12704
12705 * ido.el (ido-make-merged-file-list-1): New defun split from
12706 ido-make-merged-file-list.
12707 (ido-make-merged-file-list): Bind throw-on-input around call to
12708 ido-make-merged-file-list-1. Return input-pending-p if
12709 interrupted by more input available.
12710 (ido-read-internal): Handle input-pending-p return value from
12711 ido-make-merged-file-list.
12712
12713 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12716 compatibility code.
12717
12718 * international/latexenc.el (latexenc-find-file-coding-system):
12719 Don't inherit the EOL part of the coding-system from the
12720 tex-main buffer. Fit within 80 columns.
12721
12722 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
12723
12724 * tmm.el (tmm-inactive-face): New face.
12725 (tmm-remove-inactive-mouse-face): New function.
12726 (tmm-prompt, tmm-add-one-shortcut)
12727 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12728 but not selectable.
12729
12730 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
12731
12732 * faces.el (face-equal): Improve argument/docstring consistency.
12733
12734 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
12735
12736 * progmodes/make-mode.el (makefile-targets-face)
12737 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12738 (makefile-bsdmake-dependency-regex)
12739 (makefile-makepp-rule-action-regex)
12740 (makefile-bsdmake-rule-action-regex): New constants.
12741 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12742
12743 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12744 Allow (...) within `...' for makepp messages.
12745
12746 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
12747
12748 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12749
12750 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12751 "." files are deleted from all file lists before comparison.
12752
12753 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12754 (viper-ESC-key): Made them customizable.
12755
12756 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12757
12758 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
12759
12760 * autorevert.el (auto-revert-buffers): Use save-match-data.
12761
12762 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12765 menu items with a nil command binding.
12766
12767 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
12768
12769 * emacs-lisp/cl-macs.el (defsetf):
12770 Improve argument/docstring consistency.
12771
12772 * faces.el (list-faces-display): Improve the formatting by
12773 computing the maximum length required for any face-name (reworked
12774 patch of 1999-01-11, accidentally deleted on 1999-07-21).
12775 (internal-find-face): Remove redundant info in docstring.
12776
12777 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
12778
12779 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12780 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12781 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12782 (gdb-assembler-custom): Improve regexps.
12783 (def-gdb-auto-update-handler): Use window point to preserve point.
12784
12785 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12786
12787 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12788
12789 2005-05-31 Jay Belanger <belanger@truman.edu>
12790
12791 * calc/calc-embed.el (calc-embedded-word): Change argument passed
12792 to calc-embedded.
12793 (calc-embedded-make-info): Have plain prefix argument select
12794 entire line.
12795
12796 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
12797
12798 * faces.el (list-faces-display): Signal error if passed a regexp
12799 that matches no face name.
12800
12801 * simple.el (filter-buffer-substring): Fix typo in docstring.
12802
12803 2005-05-31 Richard M. Stallman <rms@gnu.org>
12804
12805 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12806 (vhdl-emacs-21): Doc fix.
12807 (vhdl-mode): Unconditionally set comment-padding.
12808 (vhdl-fixup-whitespace-region): Insert spaces only where
12809 there are none.
12810 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12811
12812 2005-05-30 John Wiegley <johnw@newartisans.com>
12813
12814 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12815 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12816 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12817 `directory-sep-char' to ?/, and all uses of `string-to-int' to
12818 `string-to-number'.
12819
12820 2005-05-30 Jay Belanger <belanger@truman.edu>
12821
12822 * calc/calc.el (calc-bug-address): Fix docstring.
12823 (calc-window-hook, calc-trail-window-hook): New variables.
12824 (calc-trail-display): Restore use of calc-trail-window-hook.
12825 (calc): Restore use of calc-window-hook.
12826
12827 2005-05-31 Masatake YAMATO <jet@gyve.org>
12828
12829 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12830
12831 * help-fns.el (help-C-file-name): Add autoload mark for
12832 `find-function-noselect'.
12833
12834 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12837 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12838
12839 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12840
12841 * calendar/diary-lib.el (mark-included-diary-files): Only kill
12842 included diary buffer if it was not already being visited.
12843 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12844
12845 * calendar/icalendar.el (top-level): Do not require appt.
12846
12847 * mail/supercite.el (sc-select-attribution): Only use a list
12848 element from sc-attrib-selection-list if it returns a string.
12849 Reported by Davide G. M. Salvetti <salve@debian.org>.
12850
12851 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
12852
12853 * thumbs.el (thumbs-thumbname): The resulting thumbname now
12854 includes a hash value to improve its uniqueness, and has a ".jpg"
12855 extension. Also, it is now a valid filename on all systems.
12856 (thumbs-make-thumb): Use `let', not `let*'.
12857 (thumbs-show-thumbs-list): Check for JPEG availability.
12858
12859 2005-05-30 Richard M. Stallman <rms@gnu.org>
12860
12861 * filesets.el (filesets-menu-ensure-use-cached):
12862 Prevent warning when emacs-version>= is undefined.
12863
12864 * printing.el (pr-interactive-n-up): Use string-to-number.
12865
12866 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12867
12868 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12869 Warn only when name to be defined is quoted.
12870
12871 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
12872
12873 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12874 Make regexp more robust.
12875 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12876 Force regeneration of disassembly.
12877
12878 2005-05-29 Jay Belanger <belanger@truman.edu>
12879
12880 * calc/calc.el (calc-user-invocation): Check if
12881 calc-invocation-macro is non-nil.
12882
12883 2005-05-29 Juri Linkov <juri@jurta.org>
12884
12885 * add-log.el (change-log-font-lock-keywords):
12886 Add `+' to e-mail regexp to accept mail address with keywords.
12887
12888 * man.el (Man-name-regexp): Add `:' to accept qualified names.
12889
12890 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
12891
12892 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12893
12894 * ielm.el (inferior-emacs-lisp-mode): Ditto.
12895
12896 2005-05-29 Richard M. Stallman <rms@gnu.org>
12897
12898 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12899 Undo the change that moves to end of the current word.
12900
12901 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12902
12903 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12904 Throw error when count <= 0 to ensure input is a number.
12905 (gdb-read-memory-custom): Pick up address from buffer.
12906 (gdb-memory-mode): Allow user to increment and decrement
12907 memory address from header line.
12908
12909 2005-05-29 Richard M. Stallman <rms@gnu.org>
12910
12911 * flyspell.el (flyspell-version): Function deleted.
12912 (flyspell-auto-correct-previous-hook): Doc fix.
12913
12914 * jit-lock.el (jit-lock-function, jit-lock-after-change):
12915 Do nothing if memory is full.
12916
12917 * font-lock.el (font-lock-fontify-syntactically-region):
12918 Pass t for GREEDY to looking-back.
12919
12920 * saveplace.el (save-place-alist-to-file): Write the file
12921 using write-region.
12922
12923 * subr.el (looking-back): New argument GREEDY.
12924
12925 * progmodes/compile.el (compilation-start): Set the mode
12926 before inserting the initial text.
12927
12928 * progmodes/which-func.el (which-func-update-1): Turn the mode
12929 off in case of error by setting which-func-mode.
12930
12931 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
12932
12933 * flyspell.el (flyspell-auto-correct-previous-word):
12934 Narrow down to what's on the screen, and recenter overlays
12935 at the end of the next word.
12936
12937 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
12938
12939 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12940 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12941 (flyspell-abbrev-p): Default to nil.
12942 (flyspell-use-global-abbrev-table-p): Doc fix.
12943 (flyspell-large-region): Allow nil as value.
12944 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12945
12946 (mail-mode-flyspell-verify): More robust handling
12947 of `mail-header-separator'. More efficient signature detection.
12948 Allow for regexp metacharacters in message-header-separator.
12949 Adding `To' not to be checked in mail-mode-flyspell-verify.
12950
12951 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12952 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12953 Bind flyspell-auto-correct-binding.
12954 Bind C-. and C-, .
12955 (flyspell-mode-map): Likewise.
12956 (flyspell-mode): Doc fix.
12957 (flyspell-accept-buffer-local-defs): Preserve current buffer.
12958 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12959 (flyspell-word-cache-result): New var, always local.
12960 (flyspell-check-pre-word-p): Doc fix.
12961 (flyspell-check-changed-word-p): Handle spc like newline.
12962 (flyspell-post-command-hook): Set flyspell-word-cache-result.
12963 (flyspell-word-search-backward, flyspell-word-search-forward):
12964 New functions.
12965 (flyspell-word): Return t if nothing to check.
12966 When parsing TeX code, check for after } or \.
12967 Use flyspell-word-search-backward to find previous word.
12968 Return nil if duplicated word.
12969 For word already checked, return same value as last time.
12970 Set flyspell-word-cache-result after checking.
12971 Don't clobber the return value.
12972 (flyspell-get-word): Major rewrite.
12973 (flyspell-external-point-words): New locals pword, pcount.
12974 Fix size used in progress message.
12975 Find the proper corresponding word in flyspell-large-region-buffer.
12976 (flyspell-region): Check for flyspell-large-region = nil.
12977 (flyspell-highlight-incorrect-region): Clean up overlays in region.
12978 (flyspell-auto-correct-word): Check that WORD is a cons.
12979 (flyspell-correct-word): Likewise.
12980
12981 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
12982
12983 * progmodes/make-mode.el (makefile-rule-action-regex)
12984 (makefile-macroassign-regex, makefile-makepp-mode)
12985 (makefile-bsdmake-mode): Continuation lines may be empty.
12986 Reported by Joshua Varner.
12987 (makefile-makepp-font-lock-keywords): Add $(stem).
12988
12989 2005-05-28 Karl Berry <karl@gnu.org>
12990
12991 * textmodes/tex-mode.el: Now that tex-send-command calls
12992 shell-quote-argument (2005-03-31 change), remove all calls to
12993 shell-quote-argument; they all end up invoking tex-send-command.
12994 The double quoting loses on filenames with non-safe characters,
12995 such as "@". Reported by Frederik Fouvry.
12996
12997 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12998
12999 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13000 about preserving point.
13001
13002 2005-05-27 Jay Belanger <belanger@truman.edu>
13003
13004 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13005 Info-goto-node.
13006
13007 * calc/calc-embed.el (calc-embed-arg): New variable.
13008 (calc-do-embedded-activate, calc-embedded-activate-formula)
13009 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13010 variable by new variable.
13011 (calc-embedded-make-info): Replace undeclared variable by new
13012 variable. When selecting region with positive prefix
13013 argument, use end of previous line instead of beginning of line.
13014
13015 * calc/calc-aent.el (calc-arg-values): Declare it.
13016
13017 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13018 Declare them.
13019
13020 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13021
13022 * calc/calc.el (calc-alg-map): Declare it.
13023
13024 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13025
13026 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
13027
13028 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13029 (gdb-registers-buffer, toggle-gdb-all-registers):
13030 Toggle display of floating point registers.
13031 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13032
13033 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
13034 (toggle-gud-tooltip-dereference):
13035 Rename from gud-toggle-tooltip-dereference.
13036
13037 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13040
13041 2005-05-27 Jay Belanger <belanger@truman.edu>
13042
13043 * calc/calc-prog.el (calc-kbd-report): Remove.
13044 (calc-kbd-query): Rewrite.
13045
13046 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
13047
13048 * image.el (image-library-alist): Move to image.c.
13049 (image-type-available-p): Doc fix.
13050
13051 2005-05-27 Lute Kamstra <lute@gnu.org>
13052
13053 * calc/calc.el (calc):
13054 * outline.el (outline-1, outline-2, outline-3, outline-4)
13055 (outline-5, outline-6, outline-7, outline-8):
13056 * textmodes/dns-mode.el (dns-mode):
13057 * textmodes/sgml-mode.el (sgml-namespace-face):
13058 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13059 (tex-verbatim-face, tex-use-reftex):
13060 * textmodes/texinfo.el (texinfo-heading-face):
13061 Specify customization group.
13062
13063 * longlines.el: Don't require easy-mmode.
13064 (longlines-visible-face): Specify customization group.
13065
13066 2005-05-27 Kenichi Handa <handa@m17n.org>
13067
13068 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13069 encoding table of windows-1251.
13070
13071 * international/ucs-tables.el (ucs-set-table-for-input):
13072 If translation-table-for-input of a coding system is a symbol, get
13073 its translation-table property.
13074
13075 * international/code-pages.el: Don't register a coding system into
13076 non-iso-charset-alist more than once.
13077 (cp-make-coding-system): Likewise.
13078
13079 2005-05-26 John Wiegley <johnw@newartisans.com>
13080
13081 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13082 `eshell-resume-eval' is wrapped in a list, it indicates that the
13083 command was run asynchronously. In that case, unwrap the value
13084 before checking the delimiter value.
13085
13086 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13087 character before a space at the end of a line is \, assume the space
13088 is part of the last argument rather than a final argument separator.
13089
13090 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13091 is in use, and the target is `t' or `nil' (which are the most common
13092 values), don't assume that the symbol target is a buffer.
13093
13094 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13095
13096 * calendar/calendar.el (calendar-mode-line-format):
13097 Use mode-line-highlight as mouse-face.
13098
13099 * time.el (display-time-string-forms, display-time-update):
13100 Use mode-line-highlight as mouse-face.
13101
13102 2005-05-26 Jay Belanger <belanger@truman.edu>
13103
13104 * calc/calc.el (calc-language-alist): Remove extra defvar.
13105
13106 2005-05-26 Lute Kamstra <lute@gnu.org>
13107
13108 * arc-mode.el (archive-mode):
13109 * bookmark.el (bookmark-read-annotation-mode)
13110 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13111 * bs.el (bs-mode):
13112 * calc/calc-yank.el (calc-edit-mode):
13113 * calc/calc.el (calc-mode, calc-trail-mode):
13114 * calculator.el (calculator-mode):
13115 * chistory.el (command-history-mode):
13116 * comint.el:
13117 * cus-edit.el (custom-mode):
13118 * descr-text.el (describe-text-mode):
13119 * ebuff-menu.el (Electric-buffer-menu-mode):
13120 * ediff-util.el (ediff-mode):
13121 * emacs-lisp/re-builder.el (reb-mode):
13122 * emulation/vi.el (vi-mode-setup):
13123 * emulation/ws-mode.el (wordstar-mode):
13124 * eshell/esh-mode.el (eshell-mode):
13125 * forms.el (forms-mode):
13126 * help-mode.el (help-mode):
13127 * hexl.el (hexl-mode):
13128 * ibuffer.el (ibuffer-mode):
13129 * ielm.el (inferior-emacs-lisp-mode):
13130 * info.el (Info-mode, Info-edit-mode):
13131 * international/swedish.el:
13132 * ledit.el (ledit-from-lisp-mode):
13133 * locate.el (locate-mode):
13134 * mail/rmail.el (rmail-mode):
13135 * mail/rmailedit.el (rmail-edit-mode):
13136 * mail/rmailsum.el (rmail-summary-mode):
13137 * mail/supercite.el (sc-electric-mode):
13138 * net/eudc.el (eudc-mode):
13139 * net/quickurl.el (quickurl-list-mode):
13140 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13141 * obsolete/ooutline.el (outline-mode):
13142 * obsolete/options.el (Edit-options-mode):
13143 * obsolete/rnews.el (news-mode):
13144 * obsolete/rnewspost.el (news-reply-mode):
13145 * play/5x5.el (5x5-mode):
13146 * play/decipher.el (decipher-mode, decipher-stats-mode):
13147 * play/gomoku.el (gomoku-mode):
13148 * play/snake.el (snake-mode):
13149 * play/solitaire.el (solitaire-mode):
13150 * play/tetris.el (tetris-mode):
13151 * progmodes/ada-mode.el (ada-mode):
13152 * progmodes/antlr-mode.el (antlr-mode):
13153 * progmodes/autoconf.el (autoconf-mode):
13154 * progmodes/dcl-mode.el (dcl-mode):
13155 * progmodes/delphi.el (delphi-mode):
13156 * progmodes/ebrowse.el (ebrowse-tree-mode)
13157 (ebrowse-electric-list-mode, ebrowse-member-mode)
13158 (ebrowse-electric-position-mode):
13159 * progmodes/f90.el (f90-mode):
13160 * progmodes/fortran.el (fortran-mode):
13161 * progmodes/icon.el (icon-mode):
13162 * progmodes/idlw-help.el (idlwave-help-mode):
13163 * progmodes/idlw-shell.el (idlwave-shell-mode):
13164 * progmodes/idlwave.el (idlwave-mode):
13165 * progmodes/inf-lisp.el (inferior-lisp-mode):
13166 * progmodes/m4-mode.el (m4-mode):
13167 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13168 * progmodes/modula2.el (modula-2-mode):
13169 * progmodes/octave-inf.el (inferior-octave-mode):
13170 * progmodes/octave-mod.el (octave-mode):
13171 * progmodes/pascal.el (pascal-mode):
13172 * progmodes/sh-script.el (sh-mode):
13173 * progmodes/sql.el (sql-mode, sql-interactive-mode):
13174 * progmodes/vhdl-mode.el (vhdl-mode):
13175 * progmodes/xscheme.el (scheme-interaction-mode):
13176 * replace.el (occur-mode):
13177 * ses.el (ses-mode):
13178 * simple.el (completion-list-mode):
13179 * skeleton.el:
13180 * speedbar.el (speedbar-mode):
13181 * term.el (term-mode):
13182 * terminal.el (terminal-edit-mode):
13183 * textmodes/reftex-index.el (reftex-index-mode)
13184 (reftex-index-phrases-mode):
13185 * textmodes/reftex-sel.el (reftex-select-label-mode)
13186 (reftex-select-bib-mode):
13187 * textmodes/reftex-toc.el (reftex-toc-mode):
13188 * wdired.el (wdired-change-to-wdired-mode):
13189 * wid-browse.el (widget-browse-mode):
13190 Use run-mode-hooks.
13191
13192 * array.el (array-mode):
13193 * calendar/todo-mode.el (todo-mode):
13194 * man.el (Man-mode):
13195 * play/landmark.el (lm-mode):
13196 * play/mpuz.el (mpuz-mode):
13197 Use kill-all-local-variables and run-mode-hooks.
13198
13199 * subr.el (delay-mode-hooks): Specify indentation.
13200
13201 2005-05-26 Mark A. Hershberger <mah@everybody.org>
13202
13203 * xml.el (xml-substitute-special): Don't die for undefined xml
13204 entities.
13205
13206 2005-05-26 Jay Belanger <belanger@truman.edu>
13207
13208 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13209 of nil.
13210
13211 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
13212
13213 * progmodes/gdb-ui.el (gdb-frame-address):
13214 Rename from gdb-current-address.
13215 (gdb-previous-frame-address): Rename from gdb-previous-address.
13216 (gdb-selected-frame): Rename from gdb-current-frame.
13217 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13218 (gdb-frame-number): Rename from gdb-current-stack-level.
13219 (gdb-ann3): Match new mode-name for disassembly buffer.
13220 Extend initialization of variables.
13221 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13222 (gdb-memory-mode): Use mouse-face in header line.
13223 (gdb-assembler-buffer-name): Call it disassembly and give frame
13224 in mode line.
13225 (gdb-source-spec-regexp, gdb-assembler-custom)
13226 (gdb-invalidate-assembler, gdb-frame-handler):
13227 Make robust to leading zeroes in address format.
13228
13229 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
13230
13231 * textmodes/org.el (org-mode): Use `define-derived-mode' to
13232 define `org-mode'.
13233 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13234
13235 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * log-edit.el (log-edit-changelog-entries): Distinguish between
13238 filenames like xfns.c and fns.c.
13239
13240 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
13241
13242 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13243 point after reverting.
13244 (Buffer-menu-make-sort-button): Handle the case where
13245 `Buffer-menu-use-header-line' is nil.
13246
13247 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
13248
13249 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13250 New funcs. In minibuffer-local-completion-map bind `]', `/'
13251 and `:' to them.
13252
13253 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * startup.el (normal-top-level): Allow modification of load-path while
13256 we're iterating over it.
13257
13258 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
13259
13260 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13261 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13262 (thumbs-resize-interactive, thumbs-insert-image)
13263 (thumbs-insert-thumb, thumbs-dired-show-marked)
13264 (thumbs-find-image-at-point, thumbs-delete-images)
13265 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13266 (thumbs-increment-image-size, thumbs-decrement-image-size):
13267 Fix typos in docstrings.
13268
13269 2005-05-24 Andre Spiegel <spiegel@gnu.org>
13270
13271 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13272 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13273 (cperl-mode): Use them.
13274
13275 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
13276
13277 * window.el (quit-window, shrink-window-if-larger-than-buffer):
13278 Doc fixes.
13279
13280 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
13281
13282 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13283 Bind C-d to gdb-inferior-io-eof.
13284
13285 * dired.el (dired-dnd-popup-notice): Use message-box.
13286
13287 2005-05-23 Masatake YAMATO <jet@gyve.org>
13288
13289 * bindings.el (mode-line-major-mode-keymap):
13290 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13291
13292 * faces.el (mode-line-highlight): New face.
13293
13294 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13295 as mouse-face.
13296
13297 * bindings.el (top-level, help-echo, mode-line-modified)
13298 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13299 as mouse-face.
13300
13301 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
13302
13303 * progmodes/cc-engine.el (c-guess-basic-syntax):
13304 Remove spurious call to `zerop'.
13305
13306 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13307
13308 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13309
13310 CC Mode update to 5.30.10:
13311
13312 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13313 could go past the limit in decoration level 2, thereby causing
13314 errors during interactive fontification.
13315
13316 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13317 the file is evaluated interactively.
13318
13319 * cc-engine.el (c-guess-basic-syntax): Handle operator
13320 declarations somewhat better in C++.
13321
13322 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13323 make use of `run-mode-hooks' which has been added in Emacs 21.1.
13324 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13325 (awk-mode): Use it.
13326 (make-local-hook): Suppress warning about obsoleteness.
13327
13328 * cc-engine.el, cc-align.el, cc-cmds.el
13329 (c-append-backslashes-forward, c-delete-backslashes-forward)
13330 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13331 Compensate for return value from `forward-line' when it has moved
13332 but not to a different line due to eob.
13333
13334 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13335 `objc-method-intro' and `objc-method-args-cont'.
13336
13337 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
13338
13339 CC Mode update to 5.30.10:
13340
13341 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13342 in the copyright statement. Incidentally, change "along with GNU
13343 Emacs" to "along with this program" where it occurs.
13344
13345 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13346 so that it is interactive, hence can be found by M-x awk-mode
13347 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
13348 <gmorris+emacs@ast.cam.ac.uk>.
13349
13350 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13351 Mode's regexps.
13352
13353 2005-05-23 Kevin Ryde <user42@zip.com.au>
13354
13355 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13356 c-parse-state, to avoid a lisp error (on bad code).
13357
13358 2005-05-23 Lute Kamstra <lute@gnu.org>
13359
13360 * subr.el (font-lock-defaults): Remove defvar as it's already
13361 defined in font-core.el.
13362
13363 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13364
13365 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
13366
13367 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13368 more general and work when GDB variable "print pretty" is on,
13369 as with Emacs, for example.
13370
13371 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
13372
13373 * font-core.el: Update comment.
13374
13375 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13376 Use `after-change-major-mode-hook' instead of `find-file-hook'.
13377
13378 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13379
13380 2005-05-22 Eli Zaretskii <eliz@gnu.org>
13381
13382 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13383 and `yank-handler' in the doc strings.
13384
13385 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
13388
13389 2005-05-22 Richard M. Stallman <rms@gnu.org>
13390
13391 * help.el (describe-key): Move print-help-return-message call
13392 out of conditional.
13393
13394 * progmodes/etags.el (list-tags): Use with-no-warnings.
13395
13396 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13397 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13398 (starttls-extra-args, starttls-extra-arguments): Add defvars.
13399
13400 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13401
13402 * language/viet-util.el (viet-viscii-nonascii-translation-table):
13403 Add defvar.
13404
13405 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13406 Use defvar, not defconst.
13407
13408 * hexl.el (hexl-follow-line): Use with-no-warnings.
13409
13410 * emulation/tpu-extras.el: Use write-file-functions instead of
13411 write-file-hooks.
13412
13413 * dired.el (dired-font-lock-keywords): Fontify files with junk
13414 extensions even if marked by -F.
13415
13416 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
13417
13418 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13419 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13420 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13421 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13422 (concatenate, list-length, get*, getf, cl-remprop):
13423 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13424 (etypecase, progv, lexical-let, lexical-let*)
13425 (multiple-value-bind, multiple-value-setq, shiftf):
13426 Improve argument/docstring consistency.
13427
13428 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13429
13430 2005-05-22 Andre Spiegel <spiegel@gnu.org>
13431
13432 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13433 doesn't exist.
13434
13435 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
13436 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13437
13438 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
13439
13440 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13441 already deleted variables: auto-fill-hook, blink-paren-hook,
13442 lisp-indent-hook, inhibit-local-variables, unread-command-event,
13443 suspend-hooks, comment-indent-hook, meta-flag,
13444 before-change-function, after-change-function,
13445 font-lock-doc-string-face.
13446
13447 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
13448
13449 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13450
13451 2005-05-21 Eli Zaretskii <eliz@gnu.org>
13452
13453 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13454 rmail-dont-reply-to.
13455
13456 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13457
13458 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13459 literal blank when splitting new-header-values.
13460
13461 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
13462
13463 * calendar/cal-menu.el (cal-menu-update): Add separator as a
13464 string so that tmm doesn't create a completion entry for it.
13465
13466 * textmodes/table.el (table-disable-menu): Ditto.
13467
13468 2005-05-21 Richard M. Stallman <rms@gnu.org>
13469
13470 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13471
13472 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13473
13474 * net/rcompile.el (remote-compile): Use compilation-start.
13475
13476 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13477
13478 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
13479
13480 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13481 Default to makefile-bsdmake-mode on BSD systems.
13482
13483 * imenu.el (imenu-generic-expression, imenu--generic-function'):
13484 REGEXP may also be a search function now. The part of doc-string
13485 for describing the structure was 95% identical to that of
13486 `imenu--generic-function'. Unify it there.
13487
13488 * progmodes/make-mode.el (makefile-imenu-generic-expression):
13489 Use function to find dependencies, because regexp alone is so complex,
13490 it easily goes into an endless loop.
13491 (makefile-makepp-mode): Also add submenu for Perl functions
13492 defined in the makefile.
13493 (makefile-bsdmake-mode): Special imenu-generic-expression no
13494 longer needed, due to function call.
13495 (makefile-match-dependency): Take BOUND into account when checking
13496 if we're through.
13497
13498 2005-05-20 Jay Belanger <belanger@truman.edu>
13499
13500 * calc/calc-units.el (calc-invalidate-units-table):
13501 Use inhibit-read-only.
13502 (math-build-units-table-buffer): Use view-mode.
13503
13504 2005-05-20 David Kastrup <dak@gnu.org>
13505
13506 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13507 easy-menu-add is not a nop on Emacs; and clarify when to call it.
13508
13509 2005-05-20 Lute Kamstra <lute@gnu.org>
13510
13511 * diff-mode.el (diff-header-face, diff-file-header-face)
13512 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13513 (diff-added-face, diff-changed-face, diff-function-face)
13514 (diff-context-face, diff-nonexistent-face): Put them in the
13515 diff-mode customization group.
13516
13517 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13520
13521 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13522
13523 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13524 Minor regexp-optimization.
13525
13526 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
13527
13528 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13529 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13530 (org-agenda-add-time-grid-maybe): New function.
13531 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13532 (org-table-create): `dotimes' instead of `mapcar'.
13533 (org-xor): Simplify implementation.
13534 (org-agenda): `inhibit-redisplay' turned on.
13535 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13536 a consistent line after a state change.
13537 (org-agenda-remove-times-when-in-prefix): New option.
13538 (org-prefix-has-time): New variable.
13539 (org-parse-time-string): Optional argument NODEFAULT.
13540 (org-format-agenda-item): Parse items for time-of-day
13541 specifications and move these into the prefix if possible.
13542 (org-agenda-priority): Get current heading, not previous heading
13543 during agenda remote editing.
13544
13545 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
13546
13547 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13548 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13549 (remove-duplicates, delete-duplicates, substitute)
13550 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13551 (nsubstitute-if-not, find, find-if, find-if-not, position)
13552 (position-if, position-if-not, count, count-if, count-if-not)
13553 (mismatch, search, sort*, stable-sort, merge, member*)
13554 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13555 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13556 (intersection, nintersection, set-difference, nset-difference)
13557 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13558 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13559 (nsublis, tree-equal): Improve argument/docstring consistency.
13560
13561 * subr.el (send-string, send-region): Remove obsolescence declaration.
13562 (window-dot, set-window-dot, read-input, show-buffer)
13563 (eval-current-buffer, string-to-int):
13564 Add release number to obsolescence declarations.
13565
13566 2005-05-19 Kim F. Storm <storm@cua.dk>
13567
13568 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13569 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13570
13571 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
13572
13573 * faces.el (list-faces-display): Make back button respect optional
13574 regexp arg.
13575
13576 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
13577
13578 * calculator.el (calculator-radix-grouping-mode)
13579 (calculator-radix-grouping-digits, calculator-displayer)
13580 (calculator-radix-grouping-separator, calculator-copy-displayer):
13581 * dabbrev.el (dabbrev-search-these-buffers-only):
13582 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13583 (diff-advance-after-apply-hunk, diff-mode-hook)
13584 (diff-minor-mode-prefix):
13585 * imenu.el (imenu-use-popup-menu):
13586 * jit-lock.el (jit-lock-context-time):
13587 * newcomment.el (comment-fill-column, comment-column)
13588 (comment-style, comment-padding, comment-multi-line)
13589 (comment-empty-lines, comment-auto-fill-only-comments):
13590 * reveal.el (reveal-around-mark):
13591 * uniquify.el (uniquify-buffer-name-style)
13592 (uniquify-after-kill-buffer-p)
13593 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13594 (uniquify-min-dir-content, uniquify-separator)
13595 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13596 * w32-vars.el (w32-fixed-font-alist):
13597 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13598 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13599 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13600 * progmodes/perl-mode.el (perl-indent-level)
13601 (perl-continued-statement-offset, perl-continued-brace-offset)
13602 (perl-brace-offset, perl-brace-imaginary-offset)
13603 (perl-label-offset, perl-indent-continued-arguments)
13604 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13605 * progmodes/tcl.el (tcl-indent-level)
13606 (tcl-continued-indent-level, tcl-auto-newline)
13607 (tcl-tab-always-indent, tcl-electric-hash-style)
13608 (tcl-help-directory-list, tcl-use-smart-word-finder)
13609 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13610 (inferior-tcl-source-command):
13611 * textmodes/fill.el (enable-kinsoku):
13612 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13613 * textmodes/table.el (table-yank-handler):
13614 Specify missing group (and type, if simple) in defcustom.
13615
13616 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
13617
13618 * progmodes/compile.el (compilation-finish-function): Fix defvar.
13619
13620 2005-05-19 Richard M. Stallman <rms@gnu.org>
13621
13622 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13623
13624 * subr.el (event-basic-type): Don't get an error.
13625 (left-fringe-p): Function deleted.
13626
13627 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13628 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13629
13630 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13631 in recursive copy.
13632
13633 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13634
13635 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13636
13637 * emacs-lisp/bytecomp.el
13638 (byte-compile-file-form-custom-declare-variable):
13639 Call byte-compile-nogroup-warn if appropriate.
13640
13641 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13642 (compilation-set-window): Don't call left-fringe-p; do it directly.
13643
13644 2005-05-19 Jay Belanger <belanger@truman.edu>
13645
13646 * calc/calc-graph.el (calc-graph-format-data): Make sure
13647 var-PlotRejects is bound before trying to check its value.
13648
13649 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
13650
13651 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13652 definition of this variable from reftex-global.el to reftex.el,
13653 because it is needed in the menu.
13654
13655 2005-05-19 Lute Kamstra <lute@gnu.org>
13656
13657 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13658 years are fixed. Don't insert a space after a dash.
13659
13660 2005-05-19 Kim F. Storm <storm@cua.dk>
13661
13662 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13663
13664 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
13665
13666 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13667 strings, because (eq ... ?\\) is fairly frequent.
13668
13669 * progmodes/make-mode.el (makefile-add-this-line-targets):
13670 Simplify and integrate into `makefile-pickup-targets'.
13671 (makefile-add-this-line-macro): Simplify and integrate into
13672 `makefile-pickup-macros.
13673 (makefile-pickup-filenames-as-targets): Simplify.
13674 (makefile-previous-dependency, makefile-match-dependency):
13675 Don't stumble over `::'.
13676
13677 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
13678
13679 * subr.el (post-command-idle-hook, post-command-idle-delay):
13680 Remove obsoletion of post-command-idle-hook and
13681 post-command-idle-delay.
13682
13683 * faces.el (list-faces-display): Provide button when describe-face
13684 is called to take user back to the list of faces.
13685
13686 * help-fns.el (describe-variable): Remove hyperlinks in a
13687 variable's value as these are quite frequently inappropriate.
13688
13689 * follow.el (follow-submit-feedback, follow-mode):
13690 Remove references to post-command-idle-hook.
13691
13692 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
13693
13694 * progmodes/make-mode.el (makefile-previous-dependency)
13695 (makefile-match-dependency): Check for := (and in bsd mode also
13696 !=) to give a better result, even when font-lock is not on.
13697
13698 2005-05-18 Jay Belanger <belanger@truman.edu>
13699
13700 * calc/calc-help.el (calc-s-prefix-help):
13701 Add `calc-copy-special-constant' to help string.
13702
13703 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
13704
13705 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13706
13707 2005-05-18 Jay Belanger <belanger@truman.edu>
13708
13709 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13710 in linear factors are in proper order.
13711
13712 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
13713
13714 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13715 Support for jurabib.
13716
13717 * textmodes/reftex.el (featurep): Define aliases for overlay
13718 commands, for XEmacs compatibility, and use these aliases in
13719 overlay initializations.
13720 (reftex-highlight): Use `reftex-move-overlay'.
13721 (reftex-unhighlight): Use `reftex-delete-overlay'.
13722 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
13723 (reftex-access-search-path): Use `reftex-uniquify' instead of
13724 `reftex-uniq'
13725
13726 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13727 `before-string' property modification enables for Emacs as well.
13728 (reftex-select-item): Use `reftex-delete-overlay'.
13729 (reftex-select-mark): Use `reftex-make-overlay' and
13730 `reftex-overlay-put'.
13731 (reftex-select-unmark): Use `reftex-delete-overlay' and
13732 `reftex-overlay-put'.
13733
13734 2005-05-18 Lute Kamstra <lute@gnu.org>
13735
13736 * emacs-lisp/lisp.el (check-parens): Fix docstring.
13737
13738 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
13739
13740 * add-log.el (add-change-log-entry):
13741 * array.el (array-make-template, array-reconfigure-rows)
13742 (array-init-max-row, array-init-max-column)
13743 (array-init-columns-per-line, array-init-field-width):
13744 * replace.el (replace-match-maybe-edit, perform-replace):
13745 * textmodes/spell.el (spell-region):
13746 Replace `read-input' by `read-string'.
13747
13748 * forms.el (forms-mode):
13749 * finder.el (finder-compile-keywords):
13750 * shadowfile.el (shadow-read-files):
13751 Replace `eval-current-buffer' by `eval-buffer'.
13752
13753 * terminal.el (te-pass-through):
13754 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13755 (ange-ftp-raw-send-cmd):
13756 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13757 (send-process-next-char, telnet-initial-filter, telnet):
13758 Replace `send-string' by `process-send-string'.
13759
13760 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13761 (prolog-consult-region): Replace `send-string' by
13762 `process-send-string'; replace `send-region' by `process-send-region'.
13763
13764 * progmodes/delphi.el (delphi-log-msg):
13765 Replace `set-window-dot' by `set-window-point'.
13766
13767 * subr.el (window-dot, set-window-dot, read-input, send-string)
13768 (send-region, show-buffer, eval-current-buffer):
13769 Make really obsolete, as the comment says.
13770
13771 2005-05-17 Kim F. Storm <storm@cua.dk>
13772
13773 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13774 (cua--init-keymaps): Bind C-return instead of S-return to set
13775 rectangle mark.
13776
13777 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13778 instead of S-return to toggle/clear rectangle mark.
13779
13780 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
13781
13782 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13783 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13784 Also fontify plain strings assigned to variables, mostly so that a
13785 colon has a face and is thus not taken as a dependency separator.
13786 (makefile-previous-dependency): Inline the new matcher, because it
13787 is too complex to work in both directions.
13788 (makefile-match-dependency): Eliminate `backward' arg (see above).
13789 Completely reimplemented so as to not sometimes go into an endless
13790 loop. It should also be more efficient, because first it only
13791 searches for `:', instead of applying the very complex regexp.
13792 (makefile-mode): Cancel `font-lock-support-mode', because blocks
13793 to be fontified in one piece can be too long for JIT.
13794 Makefiles are never *that* big.
13795
13796 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
13797
13798 * dired.el (dired-mode): Simplify.
13799
13800 2005-05-17 Lute Kamstra <lute@gnu.org>
13801
13802 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13803 defcustom for the mode hook variable.
13804
13805 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13806 Emacs Lisp Reference Manual.
13807
13808 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
13809
13810 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13811 (evenp, list*):
13812 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13813 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13814
13815 * net/tramp-smb.el (tramp-smb-open-connection):
13816 Pass `tramp-chunksize' as fifth (required) argument.
13817
13818 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
13819
13820 * font-lock.el (lisp-font-lock-keywords-1):
13821 Set `font-lock-negation-char-face' for [^...] char group.
13822 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13823
13824 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13825 a var, and refine it to mask one more level of nested vars.
13826 (makefile-rule-action-regex): Turn it into a var, and refine it so
13827 it recognizes backslashed continuation lines as belonging to the
13828 same command.
13829 (makefile-macroassign-regex): Refine it so it recognizes
13830 backslashed continuation lines as belonging to the same command.
13831 (makefile-var-use-regex): Don't look at the next char, because it
13832 might be the same one to be skipped by the initial [^$], leading
13833 to an overlooked variable use.
13834 (makefile-make-font-lock-keywords): Remove two parameters, which
13835 are now variables that some of the modes set locally.
13836 Handle dependency and rule action matching through functions, because
13837 regexps alone match too often. Dependency matching now comes
13838 last, so it can check, whether a colon already matched something else.
13839 (makefile-mode): Inform that font-lock improves makefile parsing
13840 capabilities.
13841 (makefile-match-dependency, makefile-match-action): New functions.
13842
13843 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
13844
13845 * emacs-lisp/cl-extra.el (equalp): Doc fix.
13846
13847 * align.el (align-regexp):
13848 * ansi-color.el (ansi-color-get-face):
13849 * array.el (array-reconfigure-rows, array-init-max-row)
13850 (array-init-max-column, array-init-columns-per-line)
13851 (array-init-field-width):
13852 * dired-aux.el (dired-trample-file-versions):
13853 * dired-x.el (dired-mark-sexp):
13854 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13855 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13856 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13857 * faces.el (face-read-integer):
13858 * files.el (backup-extract-version, insert-directory):
13859 * hexl.el (hexl-insert-decimal-char):
13860 * server.el (server-process-filter):
13861 * shell.el (shell-extract-num):
13862 * startup.el (command-line-1):
13863 * term.el (term-command-hook):
13864 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13865 (time-stamp-do-number):
13866 * time.el (display-time-update):
13867 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13868 (timezone-fix-time):
13869 * vms-patch.el (vms-suspend-resume-hook):
13870 * calendar/appt.el (appt-convert-time):
13871 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13872 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13873 * calendar/cal-islam.el (mark-islamic-diary-entries):
13874 * calendar/calendar.el (calendar-cursor-to-date)
13875 (calendar-star-date):
13876 * calendar/diary-lib.el (diary-attrtype-convert)
13877 (mark-diary-entries, diary-entry-time):
13878 * calendar/solar.el (solar-get-number):
13879 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13880 * emacs-lisp/re-builder.el (reb-display-subexp):
13881 * emulation/edt.el (edt-set-scroll-margins):
13882 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13883 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13884 (vip-get-ex-count):
13885 * emulation/viper-ex.el (viper-get-ex-token)
13886 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13887 * international/fontset.el (fontset-plain-name):
13888 * mail/feedmail.el (feedmail-look-at-queue-directory):
13889 * mail/mailalias.el (mail-get-names):
13890 * mail/rmail.el (rmail-convert-to-babyl-format):
13891 * mail/rmailsum.el (rmail-make-basic-summary-line)
13892 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13893 (rmail-summary-goto-msg):
13894 * mail/smtpmail.el (smtpmail-read-response):
13895 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13896 (ange-ftp-vms-add-file-entry):
13897 * play/gametree.el (gametree-looking-at-ply)
13898 (gametree-current-branch-score):
13899 * progmodes/ada-xref.el (ada-prj-find-prj-file)
13900 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13901 * progmodes/cperl-mode.el (condition-case):
13902 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13903 (ebrowse-set-member-buffer-column-width)
13904 (ebrowse-select-1st-to-9nth):
13905 * progmodes/etags.el (etags-snarf-tag):
13906 * progmodes/flymake.el (flymake-parse-line):
13907 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13908 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13909 (idlwave-shell-menu-def):
13910 * progmodes/ps-mode.el (ps-run-goto-error):
13911 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13912 (vhdl-speedbar-contract-level):
13913 * term/mac-win.el (x-handle-numeric-switch):
13914 * term/sun-mouse.el (sun-get-frame-data):
13915 * term/w32-win.el (x-handle-numeric-switch):
13916 * term/x-win.el (x-handle-numeric-switch):
13917 * textmodes/ispell.el (ispell-parse-output):
13918 * textmodes/nroff-mode.el (nroff-outline-level):
13919 * textmodes/reftex-cite.el (reftex-bib-sort-year)
13920 (reftex-bib-sort-year-reverse, reftex-format-citation):
13921 * textmodes/reftex-parse.el (reftex-init-section-numbers)
13922 (reftex-section-number):
13923 * textmodes/texinfmt.el (texinfo-paragraphindent):
13924 Replace `string-to-int' by `string-to-number'.
13925
13926 * international/latexenc.el: Add page marker to force the "Local
13927 Variables:" string out of the last page.
13928
13929 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13930
13931 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13932 tooltip-change-major-mode.
13933 (gud-tooltip-print-command): Remove case where gud-minor-mode
13934 is gdb ("--fullname").
13935 (gud-tooltip-tips): Turn GUD tooltips off for this case and
13936 explain to user.
13937
13938 2005-05-16 Jay Belanger <belanger@truman.edu>
13939
13940 * calc/calc-store.el (calc-copy-special-constant): New function.
13941
13942 * calc/calc-ext.el (calc-init-extensions): Add binding for
13943 `calc-copy-special-constant'.
13944
13945 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13946 for the `calc-copy-special-constant' command.
13947
13948 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13949
13950 * subr.el (left-fringe-p): New function.
13951
13952 * progmodes/compile.el (compilation-setup): Set local value of
13953 overlay-arrow-string to "" always.
13954 (compilation-set-window): Left fringe then don't scroll.
13955 No left fringe then no arrow and scroll message to top.
13956 (compilation-context-lines): Adjust doc string accordingly.
13957
13958 2005-05-16 Kim F. Storm <storm@cua.dk>
13959
13960 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13961 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13962 (ido-wide-find-dir-or-delete-dir): New command for M-d.
13963 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
13964 (ido-read-file-name): Handle commands with ido property value
13965 equal to find-file as reading a file name, to allow C-d to enter dired.
13966 (ibuffer-find-file): Add ido property with value find-file.
13967
13968 2005-05-15 Kim F. Storm <storm@cua.dk>
13969
13970 * subr.el (open-network-stream-nowait): Remove.
13971 (open-network-stream-server): Remove.
13972
13973 2005-05-15 Richard M. Stallman <rms@gnu.org>
13974
13975 * faces.el (describe-face): Output a definition link button.
13976
13977 * help-mode.el (help-face-def): New button type.
13978
13979 * emacs-lisp/copyright.el (copyright-fix-years):
13980 Match properly if the first year is 2-digit.
13981 Don't mess up the whitespace after the years by filling.
13982
13983 * dired-aux.el (dired-mark-confirm):
13984 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13985
13986 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13987 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13988 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13989
13990 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13991 Set font-lock-comment-start-skip.
13992
13993 * font-lock.el (font-lock-comment-start-skip): New variable.
13994 (font-lock-comment-end-skip): New variable.
13995 (font-lock-fontify-syntactically-region): Use them if non-nil.
13996
13997 2005-05-15 Jay Belanger <belanger@truman.edu>
13998
13999 * calc/calc-store.el (calc-store-value): Return a string rather
14000 than display it as a message.
14001 Use calc-var-name for variable name.
14002 (calc-store-into): Add the result of calc-store-value to message.
14003 (calc-copy-variable): Add a message.
14004 (calc-store-exchange): Improve error messages.
14005 (calc-store-binary, calc-store-map): Don't reset the values of
14006 special constants.
14007
14008 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
14009
14010 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14011 manual to docstring.
14012
14013 * files.el (hack-local-variables-confirm): Add STRING argument.
14014 Make the function handle non file visiting buffers correctly.
14015 (hack-local-variables-prop-line, hack-local-variables)
14016 (hack-one-local-variable): Use STRING arg of
14017 `hack-local-variables-confirm'.
14018
14019 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
14020
14021 Sync with Tramp 2.0.49.
14022
14023 * net/tramp.el (tramp-handle-dired-call-process)
14024 (tramp-handle-insert-directory):`insert-buffer' cannot be used
14025 because the contents of the Tramp buffer is changed before
14026 insertion (`expand-file' and alike).
14027 (tramp-handle-insert-directory): If `localname' has an empty
14028 nondirectory name, it must not be quoted.
14029 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
14030 variable `tramp-chunksize'. Change callees.
14031 (tramp-open-connection-setup-interactive-shell): Check remote host
14032 for buggy `send-process-string' implementation.
14033 Set `tramp-chunksize' if found. Reported by Michael Kifer
14034 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14035 (tramp-handle-shell-command): `insert-buffer' cannot be used
14036 because the contents of the Tramp buffer is changed before
14037 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14038 <frederic.bothamy@free.fr>.
14039 (tramp-set-auto-save): Actions should be done for Tramp file name
14040 handler only. Ange-FTP has its own auto-save mechanism.
14041 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14042 (tramp-set-auto-save-file-modes): Set file modes of
14043 `buffer-auto-save-file-name' to ?\600 as fallback solution.
14044 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14045 (tramp-bug): Remove obsolete variable.
14046 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
14047 for presence of `mml-mode'. Make it running for older Emacsen as well.
14048
14049 2005-05-14 John Paul Wallington <jpw@pobox.com>
14050
14051 * ibuf-ext.el (define-ibuffer-filter filename):
14052 If `dired-directory' is a list, use its car.
14053
14054 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
14055
14056 * ibuffer.el (define-ibuffer-column filename):
14057 If `dired-directory' is a list, use its car.
14058
14059 2005-05-14 Richard M. Stallman <rms@gnu.org>
14060
14061 * subr.el (symbol-file): Doc fix.
14062
14063 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14064 (byte-compile-form): Call byte-compile-nogroup-warn.
14065 (byte-compile-warning-types): Doc fix.
14066
14067 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14068
14069 * progmodes/cc-engine.el (c-literal-faces):
14070 Add font-lock-comment-delimiter-face.
14071
14072 * net/net-utils.el (dig): Use with-no-warnings.
14073
14074 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14075 (sc-recite-frame-alist, sc-default-cite-frame)
14076 (sc-default-uncite-frame, sc-default-recite-frame)
14077 (sc-attrib-selection-list, sc-rewrite-header-list):
14078 Mark as risky-local-variable.
14079
14080 * international/ogonek.el (ogonek-jak, ogonek-how):
14081 Don't use beginning-of-buffer.
14082
14083 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14084
14085 * calendar/solar.el (solar-data-list): Move definition up.
14086
14087 * dnd.el (dnd-protocol-alist): Add autoload.
14088
14089 * progmodes/sh-script.el: Many doc usage fixes.
14090 (sh-indent-after-do): Change default to match common styles.
14091
14092 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
14093
14094 * files.el (interpreter-mode-alist)
14095 (auto-mode-interpreter-regexp): Doc fixes.
14096
14097 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
14098
14099 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14100
14101 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14102
14103 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14104
14105 * dired.el (dired-mode): make-variable-buffer-local =>
14106 make-local-variable.
14107
14108 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14109
14110 * term/mac-win.el (mac-select-convert-to-string): Try coding
14111 systems in mac-script-code-coding-systems if specified one cannot
14112 encode string for `com.apple.traditional-mac-plain-text'.
14113
14114 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
14115
14116 * progmodes/make-mode.el (makefile-targets-face)
14117 (makefile-shell-face, makefile-makepp-perl-face): New faces.
14118 (makefile-dependency-regex): Fix it to not make the colon in
14119 $(var:a=b) special.
14120 (makefile-rule-action-regex): New regexp for highlighting embedded
14121 Shell strings.
14122 (makefile-macroassign-regex): Handle != for highlighting as
14123 embedded Shell strings.
14124 (makefile-var-use-regex): New const.
14125 (makefile-statements, makefile-automake-statements)
14126 (makefile-gmake-statements, makefile-makepp-statements)
14127 (makefile-bsdmake-statements): New consts.
14128 (makefile-make-font-lock-keywords): New function.
14129 (makefile-automake-font-lock-keywords)
14130 (makefile-gmake-font-lock-keywords)
14131 (makefile-makepp-font-lock-keywords)
14132 (makefile-bsdmake-font-lock-keywords): New consts.
14133 (makefile-mode-map): Add switchers between the various submodes.
14134 (makefile-mode): Document the availability of the variants.
14135 (makefile-automake-mode, makefile-gmake-mode)
14136 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14137
14138 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14139 new variants of makefile-mode.
14140
14141 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14142
14143 * font-lock.el (font-lock-comment-delimiter-face): Fix up
14144 the inheritance.
14145
14146 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
14147
14148 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14149 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14150
14151 * files.el (normal-mode): Extend the scope of the
14152 `enable-local-variables' binding to include the `set-auto-mode' call.
14153 (magic-mode-alist): Doc fix.
14154
14155 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14158 font-lock-comment-face rather than copying its setting.
14159
14160 2005-05-12 Andreas Schwab <schwab@suse.de>
14161
14162 * eshell/esh-mode.el (eshell-send-input): Doc fix.
14163
14164 2005-05-12 Lute Kamstra <lute@gnu.org>
14165
14166 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14167 defcustom for the mode hook variable. Delete the last argument.
14168 * generic-x.el: Fix callers of define-generic-mode.
14169 (generic-x-modes): Delete group.
14170 (show-tabs-tab-face, show-tabs-space-face): Put them in the
14171 generic-x customization group.
14172
14173 2005-05-12 Kim F. Storm <storm@cua.dk>
14174
14175 * font-lock.el (font-lock-negation-char-face): Default to "off".
14176
14177 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14178 font-lock-negation-char-face to ! in !=.
14179
14180 2005-05-12 Masatake YAMATO <jet@gyve.org>
14181
14182 * add-log.el (find-change-log): Fix typos in the docstring
14183 of function.
14184
14185 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14186
14187 * international/latexenc.el (latexenc-find-file-coding-system):
14188 Avoid `re-search-forward' when looking for input encoding because
14189 of speed and safety. Better regular expressions for recognizing
14190 input encoding. Limit a search for TeX-master/tex-main-file to
14191 the local variable section.
14192
14193 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
14194
14195 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14196 syntax of $ to "'" (quote).
14197
14198 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
14199
14200 * dnd.el (dnd-protocol-alist): Improve custom type.
14201
14202 * dired.el (dired-dnd-protocol-alist): New variable.
14203 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
14204 `dired-mode-hook' to the end.
14205
14206 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14209 comment-end if comment-start-skip is not set.
14210 Obey the font-lock-comment-delimiter-face variables.
14211
14212 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * files.el (executable-find): Move from executable.el. Use
14215 locate-file.
14216 * progmodes/executable.el (executable-find): Move to files.el.
14217
14218 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14219 when trying to ensure forward progress.
14220
14221 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
14222
14223 * mouse-sel.el (mouse-sel-follow-link-p): New function.
14224 (mouse-select, mouse-select-internal, mouse-extend-internal):
14225 Use it to implement mouse-1-click-follows-link functionality.
14226
14227 2005-05-11 Richard M. Stallman <rms@gnu.org>
14228
14229 * font-lock.el (font-lock-fontify-syntactically-region):
14230 Use font-lock-comment-delimiter-face for comment delimiters.
14231
14232 2005-05-10 Jay Belanger <belanger@truman.edu>
14233
14234 * calc/calc-help.el (calc-m-prefix-help): Add mention of
14235 preserving embedded modes.
14236
14237 2005-05-10 Richard M. Stallman <rms@gnu.org>
14238
14239 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14240
14241 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14242 Move from ada-stmt.el.
14243 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14244
14245 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14246 Move to ada-mode.el.
14247 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14248
14249 * cus-edit.el (custom-file): Call file-chase-links.
14250
14251 * files.el (read-directory-name): Fix previous change.
14252 (hack-local-variables-confirm): New function.
14253 (hack-local-variables-prop-line, hack-local-variables)
14254 (hack-one-local-variable): Use it.
14255
14256 2005-05-10 Lute Kamstra <lute@gnu.org>
14257
14258 * font-lock.el (font-lock-keywords-alist)
14259 (font-lock-removed-keywords-alist): Clarify docstrings.
14260
14261 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
14262
14263 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14264 (gdb-source-info): Check for preprocessor info.
14265 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
14266 a macro for a function.
14267 (gdb-info-breakpoints-custom): Try to find file again if not already
14268 found (user might have used GDB dir command).
14269 (gdb-get-location): Update gdb-location-alist correctly for change
14270 to gdb-info-breakpoints-custom.
14271
14272 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14273 (gud-tooltip-print-command): Add gdbmi case.
14274 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14275 preprocessor info.
14276
14277 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
14278
14279 * startup.el (fancy-splash-insert): Fix typo in doc string.
14280
14281 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
14282
14283 * obsolete/float.el (string-to-float):
14284 * obsolete/hilit19.el (hilit-add-pattern):
14285 * obsolete/rnews.el (news-parse-range, news-select-message)
14286 (news-get-pruned-list-of-files): Replace `string-to-int' by
14287 `string-to-number'.
14288
14289 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14290 `find-file-not-found-hooks'; use `add-hook'.
14291 (uncompress-while-visiting): Set `write-file-functions', not
14292 `write-file-hooks'; use `add-hook'.
14293
14294 2005-05-09 Kim F. Storm <storm@cua.dk>
14295
14296 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14297 (cua-paste): Handle clipboard action.
14298 (cua--init-keymaps): Remap clipboard-kill-region and
14299 clipboard-kill-ring-save.
14300
14301 2005-05-08 Eli Zaretskii <eliz@gnu.org>
14302
14303 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14304 Improve commentary.
14305
14306 * simple.el (next-error-overlay-arrow-position): Revert the change
14307 made on 2005-04-30.
14308
14309 2005-05-07 Jay Belanger <belanger@truman.edu>
14310
14311 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14312 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14313 `calc-sel-reselect'.
14314
14315 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14316 Calc is in embedded mode.
14317
14318 2005-05-07 Eli Zaretskii <eliz@gnu.org>
14319
14320 * progmodes/compile.el (compilation-setup):
14321 Set overlay-arrow-string to an empty string on text terminals.
14322
14323 * textmodes/ispell.el (ispell-program-name): Try looking for
14324 "aspell" along exec-path, and if found, use it as the default
14325 speller program.
14326
14327 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
14328
14329 * international/mule.el (sgml-xml-auto-coding-function):
14330 Recognize encoding='FOO' in single quotes as well as in double quotes.
14331
14332 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14333
14334 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14335 as well as `interactive', so that defmacro* would recognize
14336 `declare' forms.
14337
14338 2005-05-07 Eli Zaretskii <eliz@gnu.org>
14339
14340 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14341 Explain more about the LIGHTER arg's usage in the doc string.
14342 Add commentary to clarify what the code does. Fix the regexp that
14343 strips whitespace from LIGHTER. Quote LIGHTER before using it,
14344 since it could have characters special to regular expressions.
14345
14346 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14347
14348 * replace.el (occur-1): Bind inhibit-read-only so that
14349 erase-buffer doesn't barf on read-only text properties (likewise
14350 for add-text-properties in occur-engine). Mark buffer as unmodified.
14351 (occur-engine): Don't set buffer-read-only here.
14352
14353 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14356 list-buffers-directory. This caused the *cvs-commit* buffer to be
14357 sometimes mistakenly reused as a *cvs* buffer.
14358
14359 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
14360
14361 * tooltip.el: Move code for GUD tooltips into gud.el.
14362 (require): CL no longer needed to compile case.
14363 (tooltip-mode): Do not toggle functions for GUD tooltips.
14364 (tooltip-gud-tips-p): Remove. Replace with minor mode
14365 gud-tooltip-mode in gud.el.
14366 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14367 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14368 tooltip-gud prefix with gud-tooltip and obsolete.
14369 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14370 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14371 (tooltip-mouse-motion): Mouse movement functions/variable.
14372 Rename in gud.el by adding gud prefix.
14373 (tooltip-gud-original-filter, tooltip-gud-dereference)
14374 (tooltip-gud-event, tooltip-toggle-gud-tips)
14375 (tooltip-gud-process-output, tooltip-gud-print-command)
14376 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
14377 gud.el by replacing tooltip-gud prefix with gud-tooltip.
14378 (gdb-tooltip-print): Move to gdb-ui.el.
14379
14380 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14381 (require): CL needed to compile case.
14382 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14383 tooltip-gud-tips-p. Make it a minor-mode.
14384 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14385 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14386 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14387 (gud-tooltip-change-major-mode)
14388 (gud-tooltip-activate-mouse-motions-if-enabled)
14389 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14390 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14391 (gud-tooltip-original-filter, gud-tooltip-dereference)
14392 (gud-tooltip-event, tooltip-toggle-gud-tips)
14393 (gud-tooltip-process-output, gud-tooltip-print-command)
14394 (gud-tooltip-tips): Move from tooltip.el.
14395
14396 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14397 (gdb-cpp-define-alist-flags): Doc fix.
14398 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14399 gud-tooltip-mode is t.
14400
14401 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14404 evaporate if their text is deleted.
14405 (goto-address-at-point): Make it work as a mouse binding as well.
14406 (goto-address-at-mouse): Obsolete it. Update users.
14407
14408 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
14409
14410 * calendar/appt.el (top-level): No longer activate on load.
14411
14412 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
14413
14414 * calendar/cal-bahai.el (mark-bahai-diary-entries):
14415 * net/webjump.el (webjump):
14416 * progmodes/idlw-help.el (idlwave-do-context-help1)
14417 (idlwave-highlight-linked-completions):
14418 * textmodes/po.el (po-find-file-coding-system-guts):
14419 Replace `assoc-ignore-case' by `assoc-string'.
14420
14421 2005-05-06 Eli Zaretskii <eliz@gnu.org>
14422
14423 * files.el (locate-file): Doc fix.
14424
14425 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14426 Remove the redundant test for ms-dos.
14427
14428 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14429 look for the preprocessor with exec-suffixes. If not found in
14430 standard places, look in exec-path. Remove most of the tests that
14431 used system-type.
14432
14433 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14434
14435 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14436
14437 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14438 file-name clash with jka-compr.el on 8+3 filesystems.
14439
14440 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14441
14442 * term/mac-win.el: Don't define or bind scroll bar functions if
14443 x-toolkit-scroll-bars is t.
14444 (x-select-text, x-get-selection-value): Clear
14445 x-last-selected-text-clipboard if x-select-enable-clipboard is
14446 nil.
14447 (PRIMARY): Put mac-scrap-name property.
14448 (mac-select-convert-to-file-url): New function.
14449 (public.file-url): New selection target type. Add to
14450 selection-converter-alist.
14451 (x-get-selection, x-selection-value): Handle it.
14452 (x-cut-buffer-or-selection-value): New alias.
14453
14454 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14455
14456 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14457 entry to avoid calling bibtex-find-entry with arg global
14458 being t. Remove arg key.
14459 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14460 (bibtex-copy-summary-as-kill): Change accordingly.
14461
14462 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14465 (org-agenda-date-later): Use with-current-buffer.
14466
14467 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
14468
14469 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14470 (define-obsolete-variable-alias): Doc Fixes.
14471
14472 2005-05-06 Kim F. Storm <storm@cua.dk>
14473
14474 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
14475 vertical-motion when selective-display is active.
14476
14477 * ido.el (ido-setup-hook): New hook.
14478 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14479 (ido-input-stack): New var.
14480 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
14481 ido-next-work-file binding to M-O.
14482 Bind M-f to ido-wide-find-file-or-pop-dir.
14483 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14484 (ido-read-internal): Run ido-setup-hook.
14485 Catch quit in read-file-name and read-string to cancel edit.
14486 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14487 Automatically pop-all when completing a directory name (RET).
14488 (ido-file-internal): Add with-no-warnings around ffap and dired code.
14489 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14490 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14491 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14492 New functions for M-b/M-f to move among the directory components.
14493 (ido-make-merged-file-list): Catch quit to cancel merge.
14494 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14495 (ido-completion-help): No warnings for ido-completion-buffer-full.
14496
14497 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
14498
14499 * font-lock.el (font-lock-negation-char-face): New face and variable.
14500 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14501 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14502 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14503 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14504
14505 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
14506
14507 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14508 Fix typo in docstring.
14509
14510 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14511 (ebrowse-print-statistics-line)
14512 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14513
14514 * term/w32-win.el (image-library-alist): Add additional name for
14515 Xpm library.
14516
14517 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
14518
14519 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14520 use gcc instead of cpp.
14521
14522 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14523 (gdb-create-define-alist): Use it.
14524 (gdb-cpp-define-alist-program): Update for MS-DOS.
14525
14526 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
14527
14528 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14529
14530 2005-05-04 Richard M. Stallman <rms@gnu.org>
14531
14532 * help.el (describe-key): No error when UNTRANSLATED is nil.
14533
14534 * simple.el (line-move-1): Fix previous change to signal errors
14535 appropriately.
14536
14537 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
14538
14539 * calendar/icalendar.el (icalendar-version): Now at 0.12.
14540 (icalendar-duration-correction): Remove.
14541 (icalendar--get-event-properties): Split result at commas.
14542 (icalendar--decode-isoduration): New optional argument
14543 DURATION-CORRECTION.
14544 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14545 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14546 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14547 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14548 (icalendar--convert-anniversary-to-ical): New functions, extracted
14549 from icalendar-export-region, with bug fixes.
14550 (icalendar-export-region): Use the above functions.
14551 (icalendar-import-buffer): Check before saving diary file.
14552 (icalendar--convert-recurring-to-diary)
14553 (icalendar--convert-non-recurring-all-day-to-diary)
14554 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14555 extracted from icalendar--convert-ical-to-diary, with bug fixes.
14556 (icalendar--convert-ical-to-diary): Use the above functions.
14557
14558 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
14559
14560 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14561 Remove these recent additions.
14562 (c-mode): Restore to before 2005-04-28.
14563
14564 * progmodes/cc-vars.el (cc-define-list-program): Remove this
14565 recent addition.
14566
14567 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14568 (gdb-define-alist): New variables.
14569 (gdb-create-define-alist): New function.
14570 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14571 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14572 with string-to-number.
14573 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
14574
14575 * progmodes/gud.el: Replace string-to-int with string-to-number.
14576 (gud-find-file): Handle gdb-define-alist.
14577
14578 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14579
14580 2005-05-02 Jay Belanger <belanger@truman.edu>
14581
14582 * calc/calc-aent.el (math-read-token):
14583 * calc/calc-bin.el (calc-word-size):
14584 * calc/calc-ext.el (calc-read-number-fancy):
14585 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14586 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14587 * calc/calc-frac.el (calc-over-notation):
14588 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14589 (calc-graph-num-points, calc-graph-init):
14590 * calc/calc-prog.el (calc-read-parse-table-part)
14591 (calc-edit-macro-repeats):
14592 * calc/calc-yank.el (calc-do-grab-rectangle):
14593 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14594 Replace `string-to-int' by `string-to-number'.
14595
14596 2005-05-02 Kim F. Storm <storm@cua.dk>
14597
14598 * kmacro.el: Use executing-kbd-macro-index variable.
14599
14600 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
14601
14602 * net/rlogin.el (rlogin-parse-words): Delete func.
14603 (rlogin): Use split-string, not rlogin-parse-words.
14604 Also, if there are option-like elements in the parsed args,
14605 take the host to be the first arg immediately following them.
14606 Suggested by Michael Mauger.
14607
14608 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14609
14610 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14611
14612 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14613
14614 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14615 (cc-mode-cpp-program): Rename to cc-define-list-program and
14616 move to cc-vars.el.
14617
14618 * progmodes/cc-vars.el (cc-define-list-program):
14619 Change to "gcc -E -dM -". Make customizable.
14620
14621 2005-05-02 Kim F. Storm <storm@cua.dk>
14622
14623 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14624
14625 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14626
14627 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14628
14629 * international/mule-util.el (truncate-string): Remove alias and
14630 obsolete declaration.
14631
14632 * international/mule-cmds.el (update-iso-coding-systems):
14633 Remove alias and obsolete declaration.
14634
14635 * international/mule.el (coding-system-parent): Remove alias and
14636 obsolete declaration.
14637
14638 * subr.el (define-function, sref): Remove aliases and obsolete
14639 declarations.
14640 (chars-in-region): Remove obsolete declaration.
14641
14642 2005-05-01 Richard M. Stallman <rms@gnu.org>
14643
14644 * info.el (Info-mode): Set widen-automatically to nil, locally.
14645
14646 * simple.el (widen-automatically): New variable.
14647 (pop-global-mark): Obey widen-automatically.
14648
14649 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
14650
14651 * term/xterm.el (function-key-map): Call substitute-key-definition
14652 before the keymap size is increased by a lot of define-key calls.
14653
14654 2005-05-01 Richard M. Stallman <rms@gnu.org>
14655
14656 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14657 Rename ARG to ELEMENT. Doc fix.
14658
14659 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14660
14661 * allout.el (allout-exposure): Remove macro and obsolete declaration.
14662 Remove references to allout-exposure/change to allout-new-exposure.
14663
14664 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14665 bytecode symbols.
14666
14667 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14668 (compiled-function-p, focus-frame, unfocus-frame):
14669 Remove aliases and obsolete declarations.
14670 Back out inadvertent changes from previous commit.
14671
14672 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14673
14674 * files.el (require-final-newline): Make Custom tags consistent
14675 with mode-require-final-newline.
14676 (mode-require-final-newline): Doc fix.
14677
14678 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * international/latexenc.el (latexenc-find-file-coding-system):
14681 Fix regular expressions.
14682
14683 2005-05-01 David Kastrup <dak@gnu.org>
14684
14685 * international/latexenc.el (latexenc-find-file-coding-system):
14686 Fix regular expressions.
14687
14688 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14689
14690 * subr.el (string-to-int): Make obsolete.
14691
14692 2005-04-30 Richard M. Stallman <rms@gnu.org>
14693
14694 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14695
14696 * loadup.el: load jka-comp-hook.
14697
14698 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14699 (jka-compr-handler): Add autoload. `put' calls moved
14700 to jka-comp-hook.el.
14701 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14702 (jka-compr-inhibit): Autoload.
14703
14704 * jka-comp-hook.el: New file.
14705 Enable the mode by default.
14706
14707 * files.el (backup-buffer-copy): Use copy-file instead
14708 of write-region, and put back the 'excl.
14709
14710 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
14711
14712 * progmodes/flymake.el (flymake-split-string)
14713 (flymake-split-string, flymake-log, flymake-pid-to-names)
14714 (flymake-reg-names, flymake-get-source-buffer-name)
14715 (flymake-unreg-names, flymake-add-line-err-info)
14716 (flymake-add-err-info): Clarify docstrings.
14717 (flymake-popup-menu, flymake-make-emacs-menu)
14718 (flymake-make-xemacs-menu): Add docstrings.
14719 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14720 Set variables directly throughout.
14721
14722 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
14723
14724 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14725 exists. Initialize cc-define-alist.
14726 (c-mode): Add cc-create-define-alist locally to after-save-hook.
14727 If there is no file (Macroexpansion) don't create an alist.
14728
14729 2005-04-29 Sam Steingold <sds@gnu.org>
14730
14731 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14732 (cc-create-define-alist): Use it instead of the hard-coded string.
14733
14734 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * international/mule-conf.el (file-coding-system-alist): Fix regexp
14737 for latexenc.
14738
14739 2005-04-29 Lute Kamstra <lute@gnu.org>
14740
14741 * emacs-lisp/generic.el: Improve commentary section.
14742 (define-generic-mode): Improve docstring.
14743
14744 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
14745
14746 * textmodes/org.el (many places): Change to quiet the byte compiler.
14747 (org-prefix-format-compiled): New variable.
14748 (org-compile-prefix-format): New function.
14749 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14750 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14751 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14752 (org-get-entries-from-diary): Use `org-get-time-of-day' for
14753 consistency with entries from `org-mode' files.
14754 (org-get-time-of-day): Fix bug with partial matches early in a line.
14755 (org-non-link-chars): New constant.
14756 (org-link-regexp): Respect `org-non-link-chars'.
14757 (org-agenda-day-view): Remove command.
14758 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14759 (org-follow-bbdb-link, org-store-link): Search also company field.
14760 (org-highlight-overlay): New variable.
14761 (org-highlight, org-unhighlight): New functions.
14762 (org-agenda-mode): Add pre-command-hook to remove highlight.
14763 (org-evaluate-time-range): Behavior depends upon whether time stamp
14764 contains a time or not.
14765 (org-show-subtree, org-show-entry): New functions.
14766 (org-agenda-cleanup-fancy-diary): Remove empty lines.
14767
14768 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
14769
14770 * comint.el (comint-output-filter-functions): Add autoload cookie.
14771
14772 2005-04-28 Kim F. Storm <storm@cua.dk>
14773
14774 * ido.el (ido-everywhere): Fix last change.
14775
14776 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14777
14778 * international/latexenc.el: New file.
14779 * international/mule-conf.el (file-coding-system-alist): For .tex,
14780 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14781
14782 2005-04-28 Lute Kamstra <lute@gnu.org>
14783
14784 * font-lock.el (font-lock-add-keywords)
14785 (font-lock-remove-keywords): Clarify docstring.
14786 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14787 Don't start docstrings with a `*'.
14788 (font-lock-update-removed-keyword-alist): Give it a docstring.
14789
14790 * generic-x.el: Update commentary section.
14791 Only require font-lock when compiling.
14792 Define all modes conditionally.
14793 Place all generic modes in the generic-x-modes customization group.
14794 (generic-x-modes): New customization group.
14795 (generic-default-modes, generic-mswindows-modes)
14796 (generic-unix-modes, generic-other-modes): New constants.
14797 (generic-define-mswindows-modes, generic-define-unix-modes):
14798 Update docstrings. Make them obsolete.
14799 (generic-extras-enable-list): New default value. Update docstring.
14800 Improve :type. Change :set function.
14801 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14802 Fix docstring.
14803
14804 * emacs-lisp/generic.el (generic-mode-internal):
14805 Simplify font-lock-defaults.
14806 (define-generic-mode): Fix docstring.
14807
14808 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14811 font-lock-face property to highlight matches.
14812
14813 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
14814
14815 * progmodes/cc-mode.el (cc-create-define-alist): New function.
14816 (cc-define-alist): New variable.
14817 (c-mode): Make it local and initialize it.
14818
14819 * progmodes/gdb-ui.el (gdb-active-process): New variable.
14820 (gdb-exited): New function.
14821 (gdb-annotation-rules): Use it.
14822 (gdb-starting): Set gdb-active-process to t.
14823 (gdb-stopping): Amend doc string.
14824 (gdb-reset): Set gdb-active-process to nil.
14825
14826 * tooltip.el (tooltip-gud-tips): Show the associated #define
14827 directives when a C program under GDB is not executing.
14828
14829 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14832 font-lock-fontify-syntactic-keywords.
14833
14834 * font-lock.el (font-lock-default-fontify-region): Don't force
14835 parse-sexp-lookup-properties to nil.
14836
14837 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
14838
14839 * man.el (man-mode-syntax-table): Set up `:' to have
14840 word-constituent syntax.
14841
14842 2005-04-27 Lute Kamstra <lute@gnu.org>
14843
14844 * novice.el (disable-command): Don't add spurious newlines to the
14845 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
14846
14847 2005-04-26 Jay Belanger <belanger@truman.edu>
14848
14849 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14850 than one window before deleting window.
14851
14852 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
14853
14854 * shell.el (shell-prompt-pattern): Doc fix.
14855 (shell-mode): Set paragraph-separate buffer locally to "\\'".
14856
14857 * comint.el (comint-prompt-regexp, comint-get-old-input)
14858 (comint-use-prompt-regexp)
14859 (comint-use-prompt-regexp-instead-of-fields)
14860 (comint-replace-by-expanded-history, comint-send-input)
14861 (comint-output-filter, comint-get-old-input-default)
14862 (comint-line-beginning-position, comint-bol, comint-show-output)
14863 (comint-backward-matching-input, comint-forward-matching-input)
14864 (comint-next-prompt, comint-previous-prompt):
14865 Rename `comint-use-prompt-regexp-instead-of-fields' to
14866 `comint-use-prompt-regexp'. Keep old name as alias and declare
14867 obsolete.
14868 (comint-use-prompt-regexp): Shorten first line of doc string.
14869
14870 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14871 Set paragraph-separate buffer locally to "\\'".
14872
14873 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14874 Adapt to above name change.
14875
14876 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14877 (smbclient-prompt-regexp): Ditto.
14878
14879 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14880
14881 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
14882
14883 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14884 gdb-location-list.
14885 Break lines that are over 80 characters wide.
14886
14887 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14890 New fun and var, to preserve compatibility.
14891
14892 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14893
14894 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
14895
14896 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14897 name to file-newer-than-file-p.
14898
14899 2005-04-26 Richard M. Stallman <rms@gnu.org>
14900
14901 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14902
14903 * progmodes/python.el (python-mode):
14904 Use new name eldoc-documentation-function.
14905
14906 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14907
14908 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14909 (eldoc-documentation-function):
14910 Rename from eldoc-print-current-symbol-info-function. Calls changed.
14911
14912 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
14913
14914 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14915
14916 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14917
14918 * term/xterm.el (function-key-map): Fix strings for
14919 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
14920 {C,S,A,C-S}-{f1-f12}.
14921
14922 2005-04-26 Kenichi Handa <handa@m17n.org>
14923
14924 * international/mule-cmds.el (select-safe-coding-system):
14925 Fix previous change.
14926
14927 2005-04-26 Lute Kamstra <lute@gnu.org>
14928
14929 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14930
14931 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14932 (font-lock-comment-delimiter-face): Ditto.
14933
14934 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14935
14936 2005-04-25 Jay Belanger <belanger@truman.edu>
14937
14938 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14939 to t while inserting information; use help-mode.
14940
14941 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14942
14943 * term.el (ansi-term-color-vector): Use the xterm colors.
14944 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
14945
14946 2005-04-25 Lute Kamstra <lute@gnu.org>
14947
14948 * font-core.el (font-lock-defaults): Fix docstring.
14949
14950 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14951
14952 2005-04-25 Kenichi Handa <handa@m17n.org>
14953
14954 * international/mule-cmds.el (select-safe-coding-system):
14955 Don't check consistency with coding: spec, etc if raw-text or
14956 no-conversion was found to be safe.
14957
14958 2005-04-24 Richard M. Stallman <rms@gnu.org>
14959
14960 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14961 citation markers at start of each line.
14962
14963 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14964 citation markers at start of each line.
14965
14966 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14967
14968 * files.el (mode-require-final-newline): Fix previous change.
14969 (require-final-newline): Fix type label.
14970
14971 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14972
14973 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14974 statement in buffer (broken by 2004-11-24 change).
14975
14976 2005-04-24 Kim F. Storm <storm@cua.dk>
14977
14978 * ido.el (ido-everywhere): Save and restore old read-buffer-function
14979 and read-file-name-function values. Don't overwrite existing
14980 non-nil values if ido-mode is enabled without ido-everywhere.
14981
14982 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
14983
14984 * files.el (mode-require-final-newline): Minor doc fix.
14985
14986 2005-04-24 Eli Zaretskii <eliz@gnu.org>
14987
14988 * subr.el (syntax-after): Doc fix.
14989 (syntax-class): If argument is nil, return nil. Mask off upper 16
14990 bits, not 8 bits.
14991
14992 * files.el (mode-require-final-newline): Doc fix.
14993 (backup-buffer-copy): Fix last change.
14994
14995 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14996
14997 * term/mac-win.el: Require select. Set selection-coding-system to
14998 mac-system-coding-system. Call menu-bar-enable-clipboard.
14999 (x-last-selected-text-clipboard, x-last-selected-text-primary)
15000 (x-select-enable-clipboard): New variables.
15001 (x-select-text, x-get-selection, x-selection-value)
15002 (x-get-selection-value, mac-select-convert-to-string)
15003 (mac-services-open-file, mac-services-open-selection)
15004 (mac-services-insert-text): New functions.
15005 (CLIPBOARD, FIND): Put mac-scrap-name property.
15006 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15007 (public.tiff): Put mac-ostype property.
15008 (selection-converter-alist): Add entries for them.
15009 (mac-application-menu-map): New keymap.
15010 (interprogram-cut-function, interprogram-paste-function): Set to
15011 x-select-text and x-get-selection-value, respectively.
15012 (split-window-keep-point): Set to t.
15013
15014 2005-04-23 Richard M. Stallman <rms@gnu.org>
15015
15016 * files.el (read-directory-name): Always pass non-nil
15017 DEFAULT-FILENAME arg to read-file-name.
15018 (backup-buffer-copy, basic-save-buffer-2): Take care against
15019 writing thru an unexpected existing symlink.
15020 (revert-buffer): In indirect buffer, revert the base buffer.
15021 (magic-mode-alist): Doc fix.
15022 (buffer-stale-function): Doc fix.
15023 (minibuffer-with-setup-hook): Avoid warning.
15024 (mode-require-final-newline): Doc and custom fix.
15025
15026 * follow.el (follow-end-of-buffer): Use with-no-warnings.
15027
15028 * font-lock.el (font-lock-comment-face): On terminals with few colors,
15029 use the default appearance.
15030 (font-lock-comment-delimiter-face): New face, new variable.
15031
15032 * imenu.el (imenu--generic-function): The official position of a
15033 definition is the start of the line that BEG is in.
15034
15035 * midnight.el (midnight-timer): Move defvar up.
15036
15037 * mouse.el (mouse-drag-region-1): Delete some debugging code.
15038
15039 * saveplace.el (save-place-to-alist): Use with-no-warnings.
15040
15041 * startup.el (command-line): Use with-no-warnings.
15042
15043 * window.el (window-size-fixed): New defvar.
15044
15045 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15046
15047 * mail/rmail.el (rmail-font-lock-keywords):
15048 Use font-lock-comment-delimiter-face.
15049
15050 * mail/sendmail.el (mail-font-lock-keywords):
15051 Use font-lock-comment-delimiter-face.
15052
15053 * progmodes/compile.el (next-error-highlight-timer): New defvar.
15054
15055 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
15056
15057 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15058 Specify t for LAXMATCH when matching directories.
15059 Save match data around compilation-compat-error-properties form.
15060
15061 2005-04-23 David Kastrup <dak@gnu.org>
15062
15063 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15064 Mention that the autoloaded aliases should be kept for AUCTeX.
15065
15066 2005-04-23 Andreas Schwab <schwab@suse.de>
15067
15068 * isearch.el (isearch-forward): Doc fix.
15069
15070 2005-04-23 Eli Zaretskii <eliz@gnu.org>
15071
15072 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15073 (jit-lock-stealth-nice): Change default value to 0.5.
15074
15075 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
15076
15077 * abbrev.el (write-abbrev-file): Write table entries in
15078 alphabetical order by table name.
15079
15080 2005-04-22 Kim F. Storm <storm@cua.dk>
15081
15082 * ido.el (ido-read-internal): Fix `list' completion.
15083
15084 2005-04-22 Kenichi Handa <handa@m17n.org>
15085
15086 * recentf.el (recentf-save-file-coding-system): New variable.
15087 (recentf-save-list): Encode the file by
15088 recentf-save-file-coding-system and add coding: tag.
15089
15090 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
15091
15092 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15093
15094 2005-04-21 Lute Kamstra <lute@gnu.org>
15095
15096 * loadhist.el (unload-feature): Don't remove a function from hooks
15097 if it is about to be restored to an autoload . Remove functions
15098 that will become unbound from auto-mode-alist. Simplify the code.
15099
15100 * subr.el (assq-delete-all): New implementation that is linear,
15101 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
15102 (rassq-delete-all): New function.
15103
15104 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15105 Add size-indication-mode.
15106
15107 2005-04-21 Kenichi Handa <handa@m17n.org>
15108
15109 * international/mule-cmds.el: Add autoload for widget-value in
15110 eval-when-compile.
15111
15112 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
15113
15114 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15115 Add tooltip-mode.
15116
15117 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15118
15119 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
15120
15121 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15122 (inferior-lisp-filter-regexp, inferior-lisp-program)
15123 (inferior-lisp-load-command, inferior-lisp-prompt)
15124 (inferior-lisp-mode-hook, lisp-source-modes)
15125 (inferior-lisp-load-hook): defvar->defcustom.
15126 (inferior-lisp-program, inferior-lisp-prompt)
15127 (inferior-lisp-load-hook): Doc fixes.
15128 (inferior-lisp-install-letter-bindings): Small change in
15129 introductory comment.
15130
15131 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
15132
15133 * vc.el (vc-annotate-color-map): Change some colors so that text
15134 using them as foreground is readable on both white and black
15135 backgrounds.
15136
15137 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * international/mule-conf.el (translation-table-for-input):
15140 Remove redundant declaration.
15141
15142 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
15143
15144 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15145
15146 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15147 (tooltip-toggle-gud-tips): New function.
15148
15149 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15150
15151 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15152 right angle brackets.
15153
15154 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
15155
15156 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15157
15158 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15161 Remove. Update callers to use expand-file-name instead.
15162
15163 * subr.el (syntax-class): New function.
15164
15165 * simple.el (blink-matching-open): Use it.
15166
15167 * paren.el (show-paren-function): Use it to recognize parens that are
15168 also used in 2-char comment markers.
15169
15170 2005-04-19 Lute Kamstra <lute@gnu.org>
15171
15172 * loadhist.el (unload-feature): Update for new format of
15173 load-history. Simplify the code.
15174
15175 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15176
15177 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15178 (mac-add-charset-info): New function. Initialize variable
15179 mac-charset-info-alist using it.
15180 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15181 for translation.
15182 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15183 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15184 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15185 New CCL programs.
15186
15187 2005-04-19 Kim F. Storm <storm@cua.dk>
15188
15189 * simple.el (next-buffer, prev-buffer, next-error)
15190 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15191 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15192
15193 * bindings.el (next-buffer, prev-buffer, next-error)
15194 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15195 (clone-indirect-buffer-other-window): Move bindings from simple.el.
15196 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15197 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15198
15199 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15200
15201 * isearch.el (isearch-edit-string): Make the search-ring available for
15202 minibuffer history commands.
15203 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15204 the default history commands now work just as well.
15205 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15206
15207 2005-04-18 Kim F. Storm <storm@cua.dk>
15208
15209 * emulation/cua-base.el (cua--pre-command-handler): Add more
15210 elaborate check for shift modifier on non-window systems.
15211
15212 2005-04-18 Lars Hansen <larsh@math.ku.dk>
15213
15214 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15215
15216 2005-04-18 Kim F. Storm <storm@cua.dk>
15217
15218 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15219 and make it optional. Don't test tooltip-gud-echo-area here.
15220 (tooltip-gud-process-output, gdb-tooltip-print):
15221 Pass tooltip-gud-echo-area to tooltip-show.
15222 (tooltip-help-tips): Remove second optional arg to tooltip-show.
15223
15224 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15225
15226 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15227 `display-graphic-p' may not be bound yet.
15228
15229 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
15230
15231 * startup.el (command-line): No longer enable Xterm Mouse mode by
15232 default in terminals compatible with xterm.
15233
15234 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15235
15236 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
15237
15238 * tooltip.el (tooltip-gud-echo-area): Rename from
15239 tooltip-use-echo-area.
15240 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15241 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15242 area independently of where help tooltips are displayed.
15243
15244 2005-04-17 David Kastrup <dak@gnu.org>
15245
15246 * cus-theme.el (custom-theme-write-variables): Quote variables
15247 where necessary.
15248
15249 2005-04-17 Richard M. Stallman <rms@gnu.org>
15250
15251 * simple.el (yank-excluded-properties): Add follow-link to value.
15252
15253 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15254
15255 * startup.el (fancy-splash-max-time): Just 30 seconds.
15256 (fancy-splash-delay): Just 7.
15257 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15258
15259 * loadhist.el (unload-feature): Update for new format of load-history.
15260 Simplify the code.
15261
15262 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15263 (rmail-font-lock-keywords): Don't fontify the text of a citation.
15264
15265 * mail/sendmail.el (mail-font-lock-keywords):
15266 Don't fontify subject text.
15267 Don't fontify the text of a citation.
15268
15269 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
15270
15271 * comint.el (comint-output-filter): Run comint-output-filter-functions
15272 with point where the user had it.
15273
15274 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * international/ucs-tables.el (ucs-set-table-for-input):
15277 Disable when using unify-on-decoding.
15278
15279 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
15280
15281 * emulation/cua-base.el (cua-global-mark-face): Add special case
15282 for displays supporting a high number of colors.
15283
15284 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
15285
15286 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15287
15288 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
15289
15290 * filesets.el (filesets-add-buffer): If user supplies a name of a
15291 non-existing fileset, create a new fileset.
15292
15293 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
15294
15295 * textmodes/org.el (org-up-heading-all): Fix bug with
15296 `outline-up-heading-all'.
15297
15298 2005-04-16 Andreas Schwab <schwab@suse.de>
15299
15300 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15301 /etc/permissions.d/* and /etc/aliases.d/*.
15302
15303 2005-04-16 Kenichi Handa <handa@m17n.org>
15304
15305 * international/code-pages.el (cp-make-coding-system):
15306 Set `translation-table-for-input' property value to the symbol
15307 ucs-mule-to-mule-unicode, not to that value.
15308 (pt154): Escape guillemet by `\'.
15309
15310 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
15311
15312 * loadup.el: Load tooltip if x-show-tip is fboundp.
15313
15314 * startup.el (command-line): Add comment.
15315
15316 * tooltip.el (tooltip-mode): Specify correct standard value for
15317 Custom in init-value.
15318
15319 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
15320
15321 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15322 possible.
15323
15324 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
15325
15326 * textmodes/org.el (org-agenda-date-prompt): Rename from
15327 `org-agenda-date-today'.
15328 (org-evaluate-time-range): Insert at point instead of directly
15329 after time range.
15330 (org-first-headline-recenter, org-subtree-end-visible-p)
15331 (org-optimize-window-after-visibility-change): New functions
15332 (org-agenda-post-command-hook): Don't allow point at end of line,
15333 to make sure it always hits the text properties.
15334 (org-agenda-next-date-line, org-agenda-previous-date-line):
15335 New commands.
15336 (org-set-regexps-and-options): Category may contain white space.
15337 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15338 Improve marker positions.
15339 (org-agenda-new-marker): Argument POS made optional.
15340 (org-agenda-get-timestamps): Deadlines which are done are listed
15341 in org-done-face now.
15342 (org-agenda-get-todos, org-agenda-get-timestamps)
15343 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15344 Set `undone-face' and `done-face' properties.
15345 (org-last-todo-state-is-todo): New variable.
15346 (org-todo): Set `org-last-todo-state-is-todo'.
15347 (org-agenda-todo): Change face according to
15348 `org-last-todo-state-is-todo'. And change other lines referring to
15349 the same entry.
15350 (org-calendar-goto-agenda): New command.
15351 (org-calendar-to-agenda-key): New option.
15352 (org-startup-folded): New allowed value `content'.
15353 (org-set-regexps-and-options): Accept new value `content' for
15354 `org-startup-folded'.
15355 (org-get-current-options): Handle new value `content' for
15356 `org-startup-folded'.
15357 (org-insert-todo-heading): New command.
15358 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15359 interactively in empty file and option
15360 `org-insert-mode-line-in-empty-file' has been set.
15361 (org-agenda-todo,org-agenda-priority): Modify to use
15362 `org-agenda-change-all-lines'.
15363 (org-warning-face): Change color on dark background
15364
15365 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15366
15367 * international/mule-cmds.el (set-locale-environment): On Mac OS,
15368 use preferences AppleLocale and AppleLanguages, and variable
15369 mac-system-locale for default locale. On Mac OS Classic, use
15370 mac-system-coding-system for default coding systems.
15371
15372 * term/mac-win.el: Don't set file-name-coding-system.
15373 Decode variables system-name, emacs-build-system, user-login-name, and
15374 user-full-name by mac-system-coding-system on Mac OS Classic.
15375 (mac-system-coding-system): New variable.
15376
15377 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
15378
15379 * startup.el (command-line): Handle `xterm-mouse-mode' before
15380 reading init file.
15381
15382 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15383
15384 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15385
15386 * progmodes/sh-script.el (sh-here-document-word): Make it a
15387 defcustom. Doc fix.
15388 (sh-add): Bash uses $(( )) for arithmetic.
15389 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15390 (sh-maybe-here-document): Remove quotes and leading whitespace
15391 from heredoc word when closing. Indent heredoc with tabs if word
15392 starts with "-".
15393
15394 2005-04-13 Richard M. Stallman <rms@gnu.org>
15395
15396 * simple.el (undo): Fix previous change.
15397
15398 * custom.el (defface): Doc fix.
15399
15400 2005-04-13 Lute Kamstra <lute@gnu.org>
15401
15402 * Makefile.in (DONTCOMPILE): Remove list.
15403 (compile, compile-always): Don't use DONTCOMPILE.
15404 (update-authors): Load the library in which batch-update-authors
15405 is defined.
15406 * makefile.w32-in (DONTCOMPILE): Remove list.
15407 (compile, compile-always): Fix comments.
15408 (update-authors): Load the library in which batch-update-authors
15409 is defined.
15410
15411 * generic-x.el (generic-mode-ini-file-find-file-hook):
15412 Rename to ini-generic-mode-find-file-hook.
15413 Keep generic-mode-ini-file-find-file-hook as an alias.
15414 (ini-generic-mode-find-file-hook): Rename from
15415 generic-mode-ini-file-find-file-hook. Fix docstring.
15416 (ini-generic-mode): Docstring change.
15417 (bat-generic-mode-run-as-comint): Silence the byte compiler.
15418
15419 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15420 called from lisp.
15421
15422 * generic.el: Move to the emacs-lisp subdir.
15423
15424 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15425
15426 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15427 and C-S- function and cursor motion keys.
15428
15429 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
15430
15431 * startup.el (command-line): Enable Xterm Mouse mode by default.
15432 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15433 for Custom. No longer show "Mouse" in mode line when enabled.
15434 Doc fix.
15435
15436 2005-04-12 Kim F. Storm <storm@cua.dk>
15437
15438 * emulation/cua-base.el (cua-rectangle-face)
15439 (cua-rectangle-noselect-face): Define face attributes here.
15440
15441 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15442
15443 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15444
15445 * startup.el (command-line): Turn off blinking cursor if
15446 cursorBlink in resources is off or false.
15447
15448 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15449
15450 * term/mac-win.el (dnd): Require dnd.
15451 (mac-drag-n-drop): Call dnd-handle-one-url.
15452 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15453 (kTextEncodingISOLatin2): Remove constants.
15454 (mac-script-code-coding-systems): New constant.
15455 (mac-handle-language-change): New function.
15456 (special-event-map): Bind it to `language-change' event.
15457 (mac-centraleurroman, mac-cyrillic): New coding systems.
15458 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15459 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15460 and mac-cyrillic-encoder to encode-mac-centraleurroman and
15461 encode-mac-cyrillic, respectively.
15462
15463 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15464
15465 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15466 Don't set overlay-arrow-string to "=>" as this is done
15467 globally in C now.
15468
15469 2005-04-12 Lute Kamstra <lute@gnu.org>
15470
15471 * generic-x.el (rc-generic-mode, rul-generic-mode):
15472 Fix auto-mode-alist entries.
15473 (etc-fstab-generic-mode): Tweak fontification.
15474
15475 * generic.el (generic-make-keywords-list): Fix docstring.
15476 (generic-mode-internal): Simplify generic-font-lock-keywords.
15477
15478 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15479
15480 * whitespace.el (whitespace-buffer-leading)
15481 (whitespace-buffer-trailing): Revert the incorrect test inversion.
15482 However, fix the highlight area for the leading and
15483 trailing whitespaces to show space.
15484
15485 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15486
15487 * whitespace.el (whitespace-version): Bump to 3.5
15488
15489 (whitespace-buffer-leading, whitespace-buffer-trailing):
15490 Invert sense of the test to highlight the whitespace.
15491
15492 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15493
15494 * progmodes/gud.el (gud-display-line): GUD uses its own
15495 overlay arrow now so don't set overlay-arrow-string.
15496 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15497
15498 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
15499
15500 * term.el (term-ansi-current-bold, term-ansi-current-underline)
15501 (term-ansi-current-reverse, term-ansi-current-invisible)
15502 (term-ansi-face-already-done): Change to boolean.
15503 (term-reset-terminal, term-handle-colors-array): Handle the above
15504 vars accordingly.
15505 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15506 (term-emulate-terminal): Use the new name.
15507
15508 * faces.el (secondary-selection): Use yellow1, not yellow.
15509 (trailing-whitespace): Use red1, not red.
15510
15511 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15512
15513 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15514 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15515 (dired-dnd-handle-file): Call dnd-get-local-file-uri
15516
15517 * cus-edit.el (dnd): New group.
15518
15519 * term/w32-win.el (dnd): Require dnd
15520 (w32-drag-n-drop): Call dnd-handle-one-url.
15521
15522 * x-dnd.el: Require dnd.
15523 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15524 Call dnd-handle-one-url.
15525 (x-dnd-types-alist, x-dnd-insert-utf8-text)
15526 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15527 to dnd-insert-text.
15528 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15529 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15530 (x-dnd-get-local-file-name, x-dnd-open-local-file)
15531 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15532
15533 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15534
15535 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15536
15537 * wdired.el: Doc fixes.
15538 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15539 (wdired-use-dired-vertical-movement): Rename from
15540 wdired-always-move-to-filename-beginning.
15541 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15542 (wdired-change-to-wdired-mode): Change mode name.
15543 (wdired-newline): Delete.
15544
15545 2005-04-11 Richard M. Stallman <rms@gnu.org>
15546
15547 * whitespace.el (whitespace-highlight-the-space):
15548 Don't call whitespace-unhighlight-the-space here.
15549
15550 * simple.el (undo): Record t in undo-equiv-table
15551 for the redo record made by an undo-in-region.
15552
15553 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15554
15555 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15556 (gdb-frame-inferior-io-buffer): New Functions to control
15557 display of separate IO buffer.
15558 (menu): Add them to menu-bar.
15559 (gdb-display-buffer): Check for buffer another frame.
15560 Protect GUD buffer.
15561 (gdb-setup-windows): Create IO buffer if not already there.
15562 (gdb-memory-mode): Remove purecopy noops.
15563
15564 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15565
15566 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15567 and pass to self-insert-command.
15568
15569 2005-04-11 Lute Kamstra <lute@gnu.org>
15570
15571 * generic.el: Commentary section cleanup.
15572 (generic): Delete.
15573 (generic-use-find-file-hook, generic-lines-to-scan)
15574 (generic-find-file-regexp, generic-ignore-files-regexp)
15575 (default-generic-mode, generic-mode-find-file-hook)
15576 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15577 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
15578 (generic-use-find-file-hook, generic-lines-to-scan)
15579 (generic-find-file-regexp, generic-ignore-files-regexp)
15580 (default-generic-mode, generic-mode-find-file-hook)
15581 (generic-mode-ini-file-find-file-hook): Move from generic.el.
15582
15583 2005-04-10 Karl Fogel <kfogel@red-bean.com>
15584
15585 * bookmark.el (bookmark-write-file): Catch errors writing file.
15586 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15587
15588 2005-04-10 Richard M. Stallman <rms@gnu.org>
15589
15590 * startup.el (fancy-splash-tail): Update copyright year.
15591 (command-line): Split part of -Q into -D.
15592 (emacs-basic-display): New defvar.
15593 (fancy-splash-text): Correct name of menu item.
15594
15595 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15596
15597 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15598 lines in one node.
15599
15600 * comint.el (comint-send-input): New arg ARTIFICIAL.
15601 Callers in this file changed.
15602
15603 * abbrev.el (define-abbrevs): Read system abbrevs properly.
15604
15605 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15606
15607 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
15608
15609 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
15610 `ldap-search-internal'.
15611
15612 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15613
15614 * files.el (set-auto-mode-1): Use line-end-position.
15615
15616 * international/latin-1.el:
15617 * international/latin-2.el:
15618 * international/latin-3.el:
15619 * international/latin-4.el:
15620 * international/latin-5.el:
15621 * international/latin-8.el:
15622 * international/latin-9.el: Give punctuation syntax to NBSP.
15623
15624 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15625 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15626 Use char-classes to accept non-ascii letters, accepted in some recent
15627 bibtex implementations.
15628
15629 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
15630
15631 * custom.el (custom-set-minor-mode): Any non-nil value for the
15632 variable should enable the mode when set through Custom.
15633
15634 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15637 TAB binding so tab-always-indent is obeyed.
15638 (vhdl-minibuffer-local-map): Move initialization into declaration.
15639 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15640 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15641 (vhdl-hooked-abbrev): Avoid test for XEmacs.
15642 (vhdl-current-line): Use line-beginning-position.
15643 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15644 with-output-to-temp-buffer, so the current position can be recorded.
15645
15646 2005-04-10 Masatake YAMATO <jet@gyve.org>
15647
15648 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15649 Add regexp for gcov.
15650
15651 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15652
15653 * calendar/time-date.el (time-to-seconds, seconds-to-time)
15654 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15655 syntax which Emacs 20 doesn't support.
15656
15657 2005-04-09 Richard M. Stallman <rms@gnu.org>
15658
15659 * help.el (describe-key-briefly, describe-key):
15660 Replace strings as event types with "(any string)".
15661
15662 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * arc-mode.el (archive-mode-map): Move initialization into
15665 the declaration. Override *all* bindings of `undo'.
15666 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15667
15668 2005-04-09 Jay Belanger <belanger@truman.edu>
15669
15670 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15671
15672 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
15673
15674 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15675 (xterm-register-default-colors): Update color values computation
15676 to match xterm-200.
15677
15678 2005-04-09 Kenichi Handa <handa@m17n.org>
15679
15680 * international/code-pages.el (iso-latin-7): Fix the map.
15681
15682 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
15683
15684 * emacs-lisp/lisp.el (defun-prompt-regexp)
15685 (parens-require-spaces, buffer-end, end-of-defun)
15686 (insert-parentheses): Doc fixes.
15687
15688 2005-04-08 Kim F. Storm <storm@cua.dk>
15689
15690 * comint.el (comint-highlight-prompt): Fix face spec.
15691 * hi-lock.el (hi-green): Likewise.
15692
15693 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15694
15695 * cus-edit.el (custom-modified-face):
15696 * comint.el (comint-highlight-input): Fix previous changes.
15697 * term.el (term-handle-ansi-escape): Add a comment.
15698
15699 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15700
15701 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15702 in the buffer and in whitespace-highlighted-space.
15703 (whitespace-unhighlight-the-space): Simplify.
15704 (whitespace-buffer): Simplify.
15705
15706 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15707
15708 * textmodes/table.el (table-cell-face): Add special case for
15709 displays supporting a high number of colors.
15710 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15711 (vhdl-font-lock-reserved-words-face)
15712 (vhdl-speedbar-architecture-face)
15713 (vhdl-speedbar-instantiation-face)
15714 (vhdl-speedbar-architecture-selected-face)
15715 (vhdl-speedbar-instantiation-selected-face): Likewise.
15716 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15717 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15718 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15719 (ebrowse-root-class-face, ebrowse-member-attribute-face)
15720 (ebrowse-progress-face): Likewise.
15721 * progmodes/compile.el (compilation-info-face): Likewise.
15722 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15723 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15724 * calendar/calendar.el (diary-face): Likewise.
15725 * woman.el (woman-italic-face, woman-bold-face)
15726 (woman-unknown-face): Likewise.
15727 * wid-edit.el (widget-button-pressed-face): Likewise.
15728 * whitespace.el (whitespace-highlight-face): Likewise.
15729 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15730 * pcvs-info.el (cvs-marked-face): Likewise.
15731 * info.el (info-xref): Likewise.
15732 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15733 * hilit-chg.el (highlight-changes-face)
15734 (highlight-changes-delete-face): Likewise.
15735 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15736 (hi-red-b): Likewise.
15737 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15738 * font-lock.el (font-lock-keyword-face)
15739 (font-lock-function-name-face, font-lock-warning-face): Likewise.
15740 * cus-edit.el (custom-invalid-face, custom-modified-face)
15741 (custom-set-face, custom-changed-face, custom-variable-tag-face)
15742 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15743 * comint.el (comint-highlight-prompt): Likewise.
15744
15745 2005-04-08 Lute Kamstra <lute@gnu.org>
15746
15747 * font-lock.el (font-lock-keywords): Docstring fixes.
15748
15749 2005-04-08 Kenichi Handa <handa@m17n.org>
15750
15751 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15752 chars are more than a limit, print " and more..." at the tail.
15753
15754 2005-04-08 Kim F. Storm <storm@cua.dk>
15755
15756 * emacs-lisp/authors.el (authors-aliases): Update list.
15757 (authors-ignored-files): New list.
15758 (authors-fixed-entries): Fix typo.
15759 (authors-renamed-files-alist): Update list.
15760 (authors-add): Check authors-ignored-files.
15761
15762 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
15763
15764 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15765 optional, to ensure backward compatibility.
15766
15767 2005-04-08 Stephen Eglen <stephen@gnu.org>
15768
15769 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15770
15771 2005-04-08 Kim F. Storm <storm@cua.dk>
15772
15773 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15774
15775 * mouse.el (mouse-on-link-p): Doc fix.
15776
15777 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
15778
15779 * ielm.el (ielm-prompt-read-only): Doc fix.
15780
15781 * comint.el (comint-prompt-read-only): Doc fix.
15782
15783 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
15784
15785 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15786 ensure dired always handles wildcards passed to ffap.
15787 (find-file-at-point): Use it.
15788 (ffap-dired-wildcards): Doc fix.
15789
15790 2005-04-07 Juri Linkov <juri@jurta.org>
15791
15792 * simple.el (next-error-overlay-arrow-position): New defvar.
15793 Put "=>" on its property `overlay-arrow-string'. Add it to
15794 `overlay-arrow-variable-list'.
15795
15796 * progmodes/compile.el (compilation-setup):
15797 Set `next-error-overlay-arrow-position' to nil. Also set it to
15798 nil in the local hook `kill-buffer-hook'. Make local variable
15799 `overlay-arrow-string' and set it to "=>".
15800 (compilation-goto-locus): Set BOL position to
15801 `next-error-overlay-arrow-position' instead of
15802 `overlay-arrow-position'.
15803
15804 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15805 locally instead of adding it to the global hook.
15806 (Info-kill-buffer): Move up.
15807
15808 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
15809
15810 * term/xterm.el (xterm-standard-colors): Update color values from
15811 xterm-200.
15812
15813 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
15814
15815 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15816
15817 * fast-lock.el:
15818 * lazy-lock.el: Move them to the obsolete subdir.
15819
15820 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15821
15822 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15823 (wdired-add-replace-advice): Remove.
15824 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15825
15826 2005-04-06 Kim F. Storm <storm@cua.dk>
15827
15828 * startup.el (command-line): Add --bare-bones alias for -Q.
15829
15830 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15831
15832 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15833 create the startup fontset if a font specification ends with
15834 `mac-roman'.
15835
15836 2005-04-06 Lute Kamstra <lute@gnu.org>
15837
15838 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15839 change.
15840
15841 * emacs-lisp/copyright.el (copyright-update-year): Replace the
15842 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
15843
15844 2005-04-05 Lute Kamstra <lute@gnu.org>
15845
15846 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15847 (define-generic-mode): Ditto. Fix debug declaration.
15848
15849 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15850 Put them in the generic-x group.
15851
15852 * calendar/timeclock.el (timeclock): Doc fix.
15853
15854 * generic.el (define-generic-mode): Don't use custom-current-group.
15855 Document default :group value.
15856 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15857 (define-global-minor-mode): Don't use custom-current-group.
15858
15859 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
15860
15861 * startup.el (command-line-1): Display startup-echo-area-message
15862 when fancy splash screen is in use.
15863
15864 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15865 (sh-escaped-newline): New face.
15866 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15867 newline, and use sh-escaped-newline face.
15868
15869 * progmodes/tcl.el (tcl-escaped-newline): New face.
15870 (tcl-builtin-list): New variable.
15871 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15872 newlines. Fix keywords subexpression number.
15873
15874 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
15875
15876 * textmodes/org.el (org-diary-default-entry): Fix call to
15877 `add-to-diary-entry'.
15878
15879 2005-04-05 Kim F. Storm <storm@cua.dk>
15880
15881 * ediff-init.el: Use (featurep 'xemacs).
15882
15883 2005-04-05 David Ponce <david@dponce.com>
15884
15885 * cus-edit.el (face): Derive from symbol widget. Display sample
15886 of the current face on the fly.
15887 (widget-face-sample-face-get, widget-face-notify): New functions.
15888 (widget-face-value-create): Remove.
15889
15890 * wid-edit.el (widget-field-end): Temporarily remove field
15891 narrowing before to call `get-char-property'.
15892
15893 2005-04-04 Jay Belanger <belanger@truman.edu>
15894
15895 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15896 (math-read-subscripts): New variable.
15897 (math-read-preprocess-string): Process subscripts.
15898
15899 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
15900
15901 * comint.el (comint-prompt-read-only): Doc fix.
15902
15903 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15904 `-1'. Doc fix.
15905
15906 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
15907
15908 * textmodes/org.el (org-insert-mode-line-in-empty-file):
15909 Change default value to nil.
15910
15911 2005-04-04 Lute Kamstra <lute@gnu.org>
15912
15913 * autorevert.el (auto-revert-mode): Specify :group.
15914 * battery.el (display-battery-mode): Specify :group.
15915 * diff-mode.el (diff-minor-mode): Specify :group.
15916 * font-core.el (font-lock-mode): Specify :group.
15917 * hl-line.el (hl-line-mode): Specify :group.
15918 * iimage.el (iimage): New customization group.
15919 (iimage-mode): Specify :group.
15920 * longlines.el (longlines-mode): Specify :group.
15921 * master.el: Don't require easy-mmode.
15922 (master): New customization group.
15923 (master-mode): Specify :group.
15924 * msb.el (msb-mode): Specify :group.
15925 * reveal.el (reveal-mode): Specify :group.
15926 * simple.el (next-error-follow-minor-mode): Specify :group.
15927 * smerge-mode.el (smerge-mode): Specify :group.
15928 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15929 * emulation/cua-base.el (cua-mode): Specify :group.
15930 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15931 * language/thai-util.el (thai-auto-composition-mode)
15932 (thai-word-mode): Specify :group.
15933 * mail/supercite.el (sc-minor-mode): Specify :group.
15934 * progmodes/cwarn.el (cwarn-mode): Specify :group.
15935 * progmodes/flymake.el (flymake-mode): Specify :group.
15936 * progmodes/glasses.el (glasses-mode): Specify :group.
15937 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15938 * textmodes/enriched.el (enriched-mode): Specify :group.
15939 * textmodes/refill.el (refill-mode): Specify :group.
15940
15941 * add-log.el (change-log-font-lock-keywords): Names in
15942 parenthesized lists can contain spaces.
15943
15944 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
15945
15946 * startup.el (fancy-splash-text): Shorten default text of
15947 "Emacs Tutorial" line. Also, if the current language env
15948 indicates an available tutorial file other than TUTORIAL,
15949 extract its title and append it to the line in parentheses.
15950 (fancy-splash-insert): If arg is a thunk, funcall it.
15951
15952 2005-04-04 Jay Belanger <belanger@truman.edu>
15953
15954 * calc.el (calc-language-alist): Add tags to customization type.
15955
15956 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
15957
15958 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15959 Doc fix.
15960
15961 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
15962
15963 * add-log.el (change-log-font-lock-keywords): The manual
15964 describing a Change Log entry, says: (...) "Aside from these
15965 header lines, every line in the change log starts with a space or
15966 a tab.". The font-lock was not highlighting lines started with
15967 spaces, added support for it.
15968
15969 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15970
15971 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15972 (bibtex-generate-url-list): Update docstring accordingly. Put the
15973 complex example in the docstring.
15974 (bibtex-font-lock-url): Use pop.
15975
15976 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15977
15978 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15979
15980 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15981
15982 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15983
15984 * filesets.el (filesets-set-default): Doc fix.
15985
15986 2005-04-03 Lute Kamstra <lute@gnu.org>
15987
15988 * generic.el (define-generic-mode): Add argument to specify
15989 keywords for defcustom.
15990 (default-generic-mode): Specify :group.
15991
15992 * generic-x.el: Specify :group for all generic modes.
15993
15994 * desktop.el (desktop-no-desktop-file-hook)
15995 (desktop-after-read-hook): Doc fix.
15996
15997 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
15998
15999 * simple.el (visible-mode): Use explicit :group keyword.
16000 This changes the group of `visible-mode-hook' from paren-blinking
16001 to editing-basics.
16002
16003 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
16004
16005 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
16006 mailbox specifications as well as URLs.
16007 (rmail-insert-inbox-text): Remove unused conditional branches.
16008
16009 2005-04-01 Jay Belanger <belanger@truman.edu>
16010
16011 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16012 (calc-gnuplot-print-command): Move definitions to calc.el.
16013
16014 * calc/calc-embed.el (calc-embedded-announce-formula)
16015 (calc-embedded-open-formula, calc-embedded-close-formula)
16016 (calc-embedded-open-word, calc-embedded-close-word)
16017 (calc-embedded-open-plain, calc-embedded-close-plain)
16018 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16019 (calc-embedded-open-mode, calc-embedded-close-mode):
16020 Move definitions to calc.el.
16021
16022 * calc/calc.el (calc-settings-file, calc-language-alist):
16023 Make customizable.
16024 (calc-embedded-announce-formula, calc-embedded-open-formula)
16025 (calc-embedded-close-formula, calc-embedded-open-word)
16026 (calc-embedded-close-word, calc-embedded-open-plain)
16027 (calc-embedded-close-plain, calc-embedded-open-new-formula)
16028 (calc-embedded-close-new-formula, calc-embedded-open-mode)
16029 (calc-embedded-close-mode, calc-gnuplot-name)
16030 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16031 from other files and make customizable.
16032
16033 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16034
16035 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16036 Use buffer-live-p.
16037 (cvs-mode-run): Don't call cvs-update-header here.
16038 (cvs-run-process): Call cvs-update-header.
16039 Use process properties for cvs-postprocess and cvs-buffer so that
16040 the sentinel can behave better if the temp buffer is killed.
16041 Use a pipe rather than a tty, to better handle unexpected prompts.
16042 (cvs-sentinel): Rewrite. Call cvs-update-header.
16043
16044 2005-04-01 Andre Spiegel <spiegel@gnu.org>
16045
16046 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16047 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
16048
16049 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16050
16051 * generic.el (define-generic-mode): Add indentation rule.
16052
16053 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
16054
16055 * files.el (mode-require-final-newline): Make Custom correctly
16056 report a nil value and allow to set it to nil via Custom.
16057 Doc fix.
16058
16059 2005-04-01 Kenichi Handa <handa@m17n.org>
16060
16061 * international/characters.el: Enable the correct case setting for
16062 dotless-i and dotted-I.
16063
16064 2005-04-01 Kim F. Storm <storm@cua.dk>
16065
16066 * ido.el (ido-file-internal): Fall back to non-ido command if
16067 initial directory is on slow ftp (or tramp) host.
16068
16069 2005-03-31 Richard M. Stallman <rms@gnu.org>
16070
16071 * emacs-lisp/autoload.el (make-autoload):
16072 Handle define-global-minor-mode.
16073
16074 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16075 Rename from easy-mmode-define-global-mode.
16076 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16077
16078 * progmodes/scheme.el (scheme-mode-syntax-table):
16079 Update syntax of | and # for two-character comment syntax.
16080
16081 2005-03-31 Lute Kamstra <lute@gnu.org>
16082
16083 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16084 (define-minor-mode): Call custom-current-group at load-time.
16085
16086 * generic.el (define-generic-mode): Add debug declaration.
16087 Add defcustom for the mode hook.
16088 (generic-mode-internal): Use run-mode-hooks.
16089
16090 2005-03-31 Kim F. Storm <storm@cua.dk>
16091
16092 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16093 (mouse-fixup-help-message): New defun called by show_help_echo
16094 to fixup mouse-2 prefix in help messages when applicable.
16095
16096 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16097
16098 2005-03-31 Kenichi Handa <handa@m17n.org>
16099
16100 * language/thai-word.el (thai-find-word-ends): Pay attention to
16101 the case that we reach the end of buffer.
16102
16103 * textmodes/fill.el (fill-text-properties-at): New function.
16104 (fill-newline): Use fill-text-properties-at instead of
16105 text-properties-at.
16106
16107 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
16108
16109 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16110 not comint-quote-filename.
16111
16112 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
16113
16114 * help-fns.el (help-with-tutorial): Revert last change.
16115
16116 2005-03-31 Kim F. Storm <storm@cua.dk>
16117
16118 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16119
16120 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
16121
16122 * calendar/cal-china.el: Update reference to "Calendrical
16123 Calculations" book; there's a new edition.
16124 * calendar/cal-coptic.el: Likewise.
16125 * calendar/cal-french.el: Likewise.
16126 * calendar/cal-hebrew.el: Likewise.
16127 * calendar/cal-islam.el: Likewise.
16128 * calendar/cal-iso.el: Likewise.
16129 * calendar/cal-julian.el: Likewise.
16130 * calendar/cal-mayan.el: Likewise.
16131 * calendar/cal-persia.el: Likewise.
16132 * calendar/calendar.el: Likewise.
16133 * calendar/holidays.el: Likewise.
16134 * calendar/lunar.el: Likewise.
16135 * calendar/solar.el: Likewise.
16136
16137 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16138 white space from doc string.
16139
16140 2005-03-30 Jay Belanger <belanger@truman.edu>
16141
16142 * calc/calc-help.el (calc-full-help): Remove email address.
16143
16144 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
16145
16146 * help-fns.el (help-with-tutorial): Delete title line.
16147
16148 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16149
16150 * calendar/cal-x.el (calendar-one-frame-setup)
16151 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16152 rather than `symbol' for set-window-dedicated-p.
16153
16154 * calendar/appt.el (appt-buffer-name): Make it a constant.
16155 (appt-add): Doc fix.
16156
16157 * filesets.el (filesets-menu-path, filesets-menu-before)
16158 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
16159 (filesets-menu-cache-file): Use directory ~/.emacs.d.
16160 (filesets-add-submenu): Delete and use add-submenu instead.
16161
16162 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
16163
16164 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16165 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16166 (org-diary-default-entry): New function.
16167 (org-get-entries-from-diary): Better parsing of diary entries.
16168 (org-agenda-check-no-diary): New function.
16169 ("diary-lib"): Advice to function `add-to-diary-list', to allow
16170 linking to diary entries.
16171 (org-agenda-execute-calendar-command): New function.
16172 (org-agenda): Improve visible section in window.
16173 Use `org-fit-agenda-window'.
16174 (org-fit-agenda-window): New option.
16175 (org-move-subtree-down): Better handling of empty lines
16176 at end of subtree.
16177 (org-cycle): Numeric prefix is interpreted now as show-subtree N
16178 levels up.
16179 (org-fontify-done-headline): New option.
16180 (org-headline-done-face): New face.
16181 (org-set-font-lock-defaults): Use `org-headline-done-face'.
16182 (org-table-copy-down): Rename from `org-table-copy-from-above'.
16183 When current field is non-empty, it is copied to next row.
16184 (org-table-copy-from-above): Fix bug which made it
16185 impossible to copy fields containing only a single non-white character.
16186
16187 2005-03-30 Kim F. Storm <storm@cua.dk>
16188
16189 * kmacro.el (kmacro-end-macro): Isearch may store this command
16190 into the macro -- so ignore it when executing keyboard macro.
16191
16192 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
16193
16194 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16195
16196 2005-03-29 Kenichi Handa <handa@m17n.org>
16197
16198 * language/thai.el ("Thai"): Set setup-function and exit-function
16199 for Thai language environment.
16200
16201 * language/thai-util.el: Require thai-word.
16202 (thai-word-mode-map): New variable.
16203 (thai-word-mode): New minor mode.
16204 (setup-thai-language-environment-internal): New function.
16205 (exit-thai-language-environment-internal): New function.
16206
16207 * language/thai-word.el (thai-word-table): Declare it by defvar,
16208 use dolist to initialize it.
16209 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16210 (thai-fill-find-break-point): New functions.
16211
16212 2005-03-29 Richard M. Stallman <rms@gnu.org>
16213
16214 * simple.el (idle-update-delay): Move definition up.
16215 (set-mark): Doc fix.
16216
16217 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
16218
16219 * longlines.el: New file.
16220
16221 * simple.el (buffer-substring-filters): New variable.
16222 (filter-buffer-substring): New function.
16223 (kill-region, copy-region-as-kill): Use it.
16224
16225 * register.el (copy-to-register, append-to-register)
16226 (prepend-to-register): Use filter-buffer-substring.
16227
16228 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
16229
16230 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16231 (gud-filter-pending-text): Move in front of gdb.
16232 (gud-overlay-arrow-position): New variable.
16233 (gud-sentinel, gud-display-line): Use it in place of
16234 overlay-arrow-position.
16235
16236 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16237
16238 * progmodes/fortran.el (fortran-if-indent): Doc fix.
16239 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16240 (fortran-font-lock-keywords-4): New variable.
16241 (fortran-blocks-re, fortran-end-block-re)
16242 (fortran-start-block-re): New constants, for hideshow.
16243 (hs-special-modes-alist): Add a Fortran entry.
16244 (fortran-mode-map): Bind fortran-end-of-block,
16245 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16246 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
16247 (fortran-looking-at-if-then, fortran-end-of-block)
16248 (fortran-beginning-of-block): New functions, for hideshow.
16249
16250 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16251 Doc fix. Tweak regexp.
16252 (f90-beginning-of-block): Push mark first.
16253
16254 2005-03-29 Jay Belanger <belanger@truman.edu>
16255
16256 * calc/calc.el: Update copyright date.
16257 (calc-version): Increase to 2.1.
16258 (calc-version-date): Remove.
16259
16260 * calc/calc-help.el: Update copyright date.
16261 (calc-full-help): Remove reference to calc-version-date.
16262 Update copyright date.
16263
16264 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * vc.el (vc-do-command): Use a pipe for async processes, so password
16267 prompts don't show up at places where the user can't reply.
16268
16269 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
16270
16271 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16272 on the file name we pass to the inferior shell.
16273
16274 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16275
16276 * progmodes/which-func.el (which-function): Be robust in the face of an
16277 imenu--make-index-alist failure.
16278
16279 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16280
16281 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16282
16283 * progmodes/python.el (python-preoutput-filter): Fix last change.
16284
16285 2005-03-29 Lute Kamstra <lute@gnu.org>
16286
16287 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16288 functions and compiled macros.
16289 (debug-convert-byte-code): Handle macros too.
16290 (debug-on-entry-1): Don't signal an error when trying to clear a
16291 function that is not set to debug on entry.
16292
16293 2005-03-29 Jay Belanger <belanger@truman.edu>
16294
16295 * calc/calc-lang.el: Add functions to math-function-table
16296 properties of tex and math.
16297
16298 2005-03-29 Kenichi Handa <handa@m17n.org>
16299
16300 * ps-mule.el (ps-mule-plot-string): Translate characters by
16301 ps-print-translation-table.
16302 (ps-mule-begin-job): Call find-charset-region/string with
16303 ps-print-translation-table.
16304 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16305
16306 * ps-print.el (ps-print-translation-table): New variable.
16307 (ps-plot-region): Translate characters by ps-print-translation-table.
16308
16309 2005-03-29 Juri Linkov <juri@jurta.org>
16310
16311 * simple.el (next-error-highlight-timer): New variable.
16312
16313 * progmodes/compile.el (compilation-goto-locus):
16314 Use `next-error-highlight-timer' instead of `sit-for'.
16315
16316 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16317
16318 * mail/supercite.el (sc-mail-field): Use assoc-string.
16319 (sc-get-address): Simplify regexps.
16320
16321 * files.el (minibuffer-with-setup-hook): New macro.
16322 (find-file-read-args): Use it to avoid let-binding
16323 minibuffer-with-setup-hook (which breaks turning on/off
16324 file-name-shadow-mode while in the prompt).
16325
16326 * complete.el (PC-read-include-file-name-internal):
16327 Use test-completion.
16328
16329 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
16330
16331 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16332
16333 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * window.el (window-buffer-height): Use count-screen-lines.
16336
16337 * progmodes/python.el (python-preoutput-leftover): New var.
16338 (python-preoutput-filter): Use it.
16339 (python-send-receive): Loop until all the result has been received.
16340
16341 2005-03-28 Juri Linkov <juri@jurta.org>
16342
16343 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16344
16345 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16346 "Recover Crashed Session".
16347 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16348 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16349 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16350 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16351 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16352 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16353 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16354 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16355
16356 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16357 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16358 Ediff Sessions", "Toggle use of separate control buffer frame",
16359 "Use separate frame for Ediff control buffer".
16360
16361 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16362 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16363 "Rename Bookmark", "Delete Bookmark".
16364
16365 * info.el (Info-mode-menu): Remove ellipsis from "Index".
16366 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16367 Add `:active Info-index-alternatives' to "Next Matching Item".
16368
16369 * wdired.el (wdired-change-to-wdired-mode):
16370 Mention `wdired-abort-changes' key in the initial message.
16371
16372 * international/mule.el (auto-coding-alist): Associate non-ascii
16373 image filename extensions with `no-conversion'.
16374
16375 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * international/iso-acc.el:
16378 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16379
16380 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
16381
16382 * textmodes/sgml-mode.el (html-mode): Doc update.
16383
16384 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16385
16386 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
16387
16388 * term.el (term-move-columns): Fix face after extending a line.
16389 (term-insert-spaces): Likewise.
16390 (term-reset-terminal): Fix off by one error.
16391
16392 2005-03-26 Eli Zaretskii <eliz@gnu.org>
16393
16394 * international/mule.el (auto-coding-alist): Add .xpi files.
16395
16396 * files.el (auto-mode-alist): Add .xpi files.
16397
16398 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
16399
16400 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16401
16402 2005-03-26 Eli Zaretskii <eliz@gnu.org>
16403
16404 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16405
16406 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
16407
16408 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16409 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
16410
16411 * calendar/cal-move.el (calendar-beginning-of-year): Move the
16412 cursor to Jan 1 when needed.
16413 (calendar-end-of-year): Fix -/+ typo.
16414 Reported by Chong Yidong <cyd@stupidchicken.com>.
16415
16416 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16417
16418 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16419
16420 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16421 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
16422
16423 2005-03-25 Richard M. Stallman <rms@gnu.org>
16424
16425 * filesets.el (filesets-init): Add autoload.
16426
16427 * mail/mailalias.el (mail-directory): Doc fix.
16428
16429 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16430
16431 * mail/mailalias.el (mail-directory-process): Do nothing if
16432 mail-directory-process is an atom.
16433 (mail-get-names): Ignore mail-directory-names if it is an atom.
16434 (mail-directory-process defvar): Doc fix.
16435 (mail-names): Doc fix.
16436
16437 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
16438
16439 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16440
16441 2005-03-26 Kenichi Handa <handa@m17n.org>
16442
16443 * international/mule-util.el (detect-coding-with-priority):
16444 Call update-coding-systems-internal before detect-coding-region.
16445
16446 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
16447
16448 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16449 (gdb-frames-mode-map): Add follow-link property.
16450
16451 2005-03-25 Jay Belanger <belanger@truman.edu>
16452
16453 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16454 for variables.
16455
16456 2005-03-25 Juri Linkov <juri@jurta.org>
16457
16458 * image-mode.el: Optimize image filename extension regexps in
16459 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
16460 in `auto-mode-alist'.
16461 (image-mode): Add `image-toggle-display-text' to local hook
16462 `change-major-mode-hook'. Display the image as an image by
16463 default. Set `cursor-type' and `truncate-lines' if the image
16464 is already displayed. Take into account the current mode (image
16465 or text) in message.
16466 (image-minor-mode): New minor mode.
16467 (image-mode-maybe, image-toggle-display-text): New functions.
16468 (image-toggle-display): Use called-interactively-p.
16469 Let-bind `inhibit-read-only' to t.
16470
16471 * image-mode.el (image-minor-mode): Set `cursor-type' and
16472 `truncate-lines' if the image is already displayed. Add turning
16473 image-minor-mode off to `change-major-mode-hook'. Add message.
16474 Call `image-toggle-display-text' after turning image-minor-mode off.
16475
16476 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16477
16478 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16479 Terminal.app, use utf-8.
16480 (set-display-table-and-terminal-coding-system): Add coding-system arg.
16481 (set-locale-environment): Use it.
16482
16483 * term/xterm.el: Undo last change, better done in mule-cmds.el.
16484
16485 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16486
16487 * progmodes/python.el (python-close-block-statement-p)
16488 (python-outdent-p, python-current-defun): Use symbol-end.
16489
16490 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
16491
16492 * files.el (save-some-buffers): Doc fix.
16493
16494 2005-03-25 Werner Lemberg <wl@gnu.org>
16495
16496 * complete.el, thumbs.el: Replace `legal' with `valid'.
16497 * calendar/calendar.el: Replace `legal' with `valid'.
16498 * emacs-lisp/advice.el: Replace `legal' with `valid'.
16499 * mail/supercite.el: Replace `legal' with `valid'.
16500 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16501 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16502 Replace `legal' with `valid'.
16503 * textmodes/reftex-vars.el, textmodes/reftex.el:
16504 Replace `legal' with `valid'.
16505
16506 2005-03-25 Werner Lemberg <wl@gnu.org>
16507
16508 * calc/calc-forms.el, calc/calc-sel.el:
16509 * midnight.el, vc-cvs.el:
16510 * emacs-lisp/cl-macs.el:
16511 * emulation/vip.el:
16512 * eshell/esh-io.el, eshell/esh-var.el:
16513 * mail/supercite.el:
16514 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16515 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16516 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16517 * progmodes/sh-script.el, progmodes/xscheme.el:
16518 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16519 * textmodes/reftex-index.el, textmodes/reftex-parse.el
16520 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16521 * textmodes/reftex.el, textmodes/org.el:
16522 Replace `illegal' with `invalid'.
16523
16524 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16525
16526 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16527 (flymake-find-buildfile, flymake-find-possible-master-files)
16528 (flymake-check-include, flymake-parse-line): Replace loops over the
16529 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16530
16531 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16532 Substitute file-name-as-directory in the rest of the file.
16533 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16534 (flymake-replace-region): Remove unused arg `buffer'.
16535 (flymake-check-patch-master-file-buffer): Update calls to it.
16536 (flymake-add-err-info): Remove unused var `count'.
16537 (flymake-mode): Use define-minor-mode.
16538
16539 * progmodes/flymake.el: Use with-current-buffer.
16540 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16541 flymake-replace-regexp-in-string, flymake-line-beginning-position)
16542 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16543 Avoid testing for `xemacs'.
16544 (flymake-nop): Move.
16545 (flymake-region-has-flymake-overlays): Return the computed value.
16546 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16547 Remove unused var `endline'.
16548 (flymake-get-line-count): Remove unused function.
16549 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16550
16551 * emulation/vi.el:
16552 * generic.el:
16553 * hilit-chg.el (global-highlight-changes):
16554 * hi-lock.el (hi-lock-mode):
16555 * follow.el: find-file-hooks -> find-file-hook.
16556
16557 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16558
16559 2005-03-24 Juri Linkov <juri@jurta.org>
16560
16561 * dired.el (dired-mode-map): Add menu item "Compare directories"
16562 for dired-compare-directories.
16563
16564 * dired-aux.el (dired-compare-directories): Add autoload cookie.
16565 Doc fix. Replace `read-file-name' with `read-directory-name'.
16566
16567 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16568
16569 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16570
16571 2005-03-24 Jay Belanger <belanger@truman.edu>
16572
16573 * calc/calc-embed.el (calc-embedded-mode-change): Save all
16574 relevant mode settings in calc-embedded-original-modes when modes
16575 are permanently changed.
16576
16577 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * autoinsert.el: find-file-hooks -> find-file-hook.
16580
16581 2005-03-24 Lute Kamstra <lute@gnu.org>
16582
16583 * generic.el (generic-font-lock-defaults): Make it obsolete.
16584 (generic-font-lock-keywords): New variable to replace
16585 generic-font-lock-defaults.
16586 (generic-mode-set-font-lock): Delete it.
16587 (generic-mode-internal): Don't call generic-mode-set-font-lock.
16588 (generic-bracket-support): Add docstring.
16589
16590 * generic-x.el: Rename generic-font-lock-defaults to
16591 generic-font-lock-keywords throughout.
16592 (mailagent-rules-setup-function): Delete it.
16593 (mailagent-rules-generic-mode): Use anonymous function instead.
16594 (show-tabs-generic-mode-font-lock-defaults-1)
16595 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16596 Quote faces.
16597 (show-tabs-tab-face, show-tabs-space-face): Specify background,
16598 not foreground.
16599
16600 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16601 Recognize define-generic-mode.
16602
16603 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16606 if there's no completion table.
16607
16608 2005-03-23 Miles Bader <miles@gnu.org>
16609
16610 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16611 Remove tty-specific variants, as they're no longer needed.
16612
16613 2005-03-23 Lute Kamstra <lute@gnu.org>
16614
16615 * generic-x.el: Code cleanup: make args constant whenever possible.
16616 (installshield-statement-keyword-list)
16617 (installshield-system-functions-list)
16618 (installshield-system-variables-list, installshield-types-list)
16619 (installshield-funarg-constants-list): Make them constants.
16620
16621 * generic.el (generic-make-keywords-list): Add autoload cookie.
16622
16623 * calendar/time-date.el: Add comment on time value formats.
16624 Don't require parse-time.
16625 (with-decoded-time-value): New macro.
16626 (encode-time-value): New function.
16627 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16628 (days-to-time): Return a valid time value when arg is huge.
16629 (time-since): Use time-subtract.
16630 (time-to-number-of-days): Use time-to-seconds.
16631
16632 2005-03-23 David Ponce <david@dponce.com>
16633
16634 * recentf.el: (recentf-keep): New option.
16635 (recentf-menu-action): Default to `find-file'.
16636 (recentf-keep-non-readable-files-flag)
16637 (recentf-keep-non-readable-files-p)
16638 (recentf-file-readable-p, recentf-find-file)
16639 (recentf-cleanup-remote): Remove.
16640 (recentf-include-p): More robust.
16641 (recentf-keep-p): New function.
16642 (recentf-remove-if-non-kept): Rename from
16643 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
16644 All callers updated.
16645 (recentf-menu-items-for-commands): Fix help string.
16646 (recentf-track-closed-file): Update. Doc fix.
16647 (recentf-cleanup): Update. Count removed files. Doc fix.
16648
16649 2005-03-23 Kim F. Storm <storm@cua.dk>
16650
16651 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16652 Don't inherit from fringe face (now happens automatically).
16653
16654 2005-03-22 Kim F. Storm <storm@cua.dk>
16655
16656 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16657 position values.
16658
16659 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16660
16661 * menu-bar.el (showhide-date-time): Remove.
16662 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16663 (menu-bar-make-mm-toggle): Simplify.
16664
16665 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16666
16667 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16668 Accept qualified variable and function names.
16669
16670 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
16671
16672 * bindings.el (completion-ignored-extensions):
16673 Remove ".lis" for `vax-vms'.
16674
16675 2005-03-22 Andreas Schwab <schwab@suse.de>
16676
16677 * generic-x.el: Revert last change.
16678 * ldefs-boot.el: Update.
16679
16680 2005-03-22 Jay Belanger <belanger@truman.edu>
16681
16682 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16683 (calc-embedded-save-original-modes)
16684 (calc-embedded-restore-original-modes): New functions.
16685 (calc-do-embedded): Save original modes when entering embedded mode
16686 and restore when leaving embedded mode.
16687 (calc-embedded-modes-change): Change the value of
16688 calc-embedded-original-modes to reflect permanent changes.
16689
16690 2005-03-22 Lute Kamstra <lute@gnu.org>
16691
16692 * generic-x.el: Require generic again.
16693
16694 2005-03-22 Miles Bader <miles@gnu.org>
16695
16696 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16697 Tweak details to look good on both ttys and bitmap displays, light
16698 or dark background, etc.
16699
16700 2005-03-21 Kim F. Storm <storm@cua.dk>
16701
16702 * tooltip.el (tooltip-show-help-function): Check car and cdr of
16703 mouse position.
16704
16705 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16706
16707 * icomplete.el: Don't forcibly turn on the mode upon load.
16708 (icomplete-mode): Use define-minor-mode.
16709 (icomplete-eoinput): Default to nil.
16710 (icomplete-minibuffer-setup): Remove autoload.
16711 (icomplete-tidy): Simplify.
16712 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16713 in the initial state or if the user has modified the field.
16714 Fix handling of icomplete-max-delay-chars.
16715 Remove code that handles the oddball case where
16716 minibuffer-completion-table is an integer.
16717 Wrap icomplete-completions in while-no-input in case building
16718 completions takes more time than expected.
16719 (icomplete-completions): Simplify.
16720
16721 2005-03-21 Richard M. Stallman <rms@gnu.org>
16722
16723 * jka-compr.el (jka-compr-really-do-compress):
16724 Make variable buffer-local.
16725
16726 * image-mode.el: Handle .xpm files too.
16727 (image-toggle-display): Preserve modification flag.
16728
16729 * help.el (where-is): Don't mention aliases with no key bindings.
16730
16731 2005-03-21 Lute Kamstra <lute@gnu.org>
16732
16733 * generic.el: Fix commentary section. Don't require cl for
16734 compilation.
16735 (generic-mode-list): Add autoload cookie.
16736 (generic-use-find-file-hook, generic-lines-to-scan)
16737 (generic-find-file-regexp, generic-ignore-files-regexp)
16738 (generic-mode, generic-mode-find-file-hook)
16739 (generic-mode-ini-file-find-file-hook): Fix docstrings.
16740 (define-generic-mode): Make it a defmacro. Fix docstring.
16741 (generic-mode-internal): Code cleanup. Add autoload cookie.
16742 (generic-mode-set-comments): Code cleanup.
16743 * generic-x.el: Don't prevent compilation. Don't require generic.
16744 Follow coding conventions. Minor code cleanup.
16745 (etc-fstab-generic-mode): Add some keywords.
16746 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16747 define-generic-mode like a function declaration.
16748
16749 2005-03-21 Jay Belanger <belanger@truman.edu>
16750
16751 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16752 changing modes.
16753
16754 2005-03-21 Sam Steingold <sds@gnu.org>
16755
16756 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16757
16758 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
16759
16760 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16761 Add underscore to "f$ lexicals" regexp.
16762
16763 2005-03-20 Juri Linkov <juri@jurta.org>
16764
16765 * subr.el (progress-reporter-do-update): When `min-value' is equal
16766 to `max-value', set `percentage' to 0 and prevent division by zero.
16767
16768 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
16769
16770 Sync with Tramp 2.0.48.
16771
16772 * net/tramp.el (all): Change all addresses to .gnu.org.
16773 (tramp-append-tramp-buffers): New defun.
16774 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16775 Catch `dont-send' signal.
16776 (tramp-set-auto-save-file-modes): Set always permissions, because
16777 there might be an old auto-saved file belonging to another
16778 original file. This could be a security threat. Reported by
16779 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16780 Check for Emacs 21.3.50 removed.
16781
16782 * net/tramp-smb.el (all): Remove debug construct for
16783 `with-parsed-tramp-file-name'.
16784 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16785 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16786 No error message if DIRECTORY or FILENAME doesn't exist.
16787 (tramp-smb-open-connection): Check existence of
16788 `tramp-smb-program'.
16789
16790 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16791
16792 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16793 Properly handle the case where the `m' or `s' command's argument is not
16794 yet terminated.
16795 (perl-indent-new-calculate): New function.
16796 (perl-indent-line): Use it.
16797
16798 2005-03-20 Miles Bader <miles@gnu.org>
16799
16800 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16801 in text-mode too. Change to new face names.
16802 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16803 Add `:weight bold' attribute.
16804 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16805
16806 2005-03-19 Juri Linkov <juri@jurta.org>
16807
16808 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
16809
16810 * international/mule.el (auto-coding-alist): Sync with
16811 `auto-mode-alist' by adding upper case archive file extensions
16812 and adding ear/war to jar extension.
16813
16814 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
16815
16816 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16817 running, restart it.
16818
16819 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
16820
16821 * finder.el (finder-current-item): Throw an error on an empty line.
16822
16823 * man.el (Man-follow-manual-reference): If current-word returns
16824 nil, use "".
16825
16826 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
16827
16828 * simple.el (goto-line): Doc fix.
16829
16830 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
16831
16832 * files.el (save-buffer): Doc fix.
16833
16834 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
16835
16836 * recentf.el (recentf-cleanup-remote): New variable.
16837 (recentf-cleanup): Use it to conditionally check availability of
16838 remote files.
16839
16840 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
16841
16842 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16843 function names.
16844
16845 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16846
16847 * language/thai-word.el: New file.
16848
16849 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16850
16851 * files.el (backup-buffer): If the file's directory is not
16852 writable, use copy instead of move to backup the file.
16853
16854 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16855
16856 * obsolete/keyswap.el: Moved to obsolete/ from term/.
16857
16858 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16859
16860 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16861 Use functionp instead of symbolp and fboundp. Reported by Drkm
16862 <darkman_spam@yahoo.fr>.
16863 (ps-print-version): New version 6.6.6.
16864
16865 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
16866
16867 * textmodes/table.el (table--line-column-position): New idiom.
16868 (table--row-column-insertion-point-p): New function to test
16869 validity of row and column insertion operation at a location.
16870 (table-global-menu, table-cell-menu): Use above functions for
16871 deterministic test operation.
16872 (table--editable-cell-p): Behave in deterministic fashion.
16873
16874 2005-03-18 Juri Linkov <juri@jurta.org>
16875
16876 * isearch.el (isearch-lazy-highlight-new-loop):
16877 Make arguments beg and end optional.
16878 (isearch-update): Remove optional arguments nil from
16879 isearch-lazy-highlight-new-loop.
16880 (isearch-lazy-highlight-search): Let-bind case-fold-search to
16881 isearch-lazy-highlight-case-fold-search instead of
16882 isearch-case-fold-search, and let-bind isearch-regexp to
16883 isearch-lazy-highlight-regexp.
16884 Use isearch-lazy-highlight-last-string instead of isearch-string.
16885
16886 * replace.el (perform-replace): Remove bindings of global
16887 variables isearch-string, isearch-regexp, isearch-case-fold-search.
16888 Add three new arguments to `replace-highlight'.
16889 (replace-highlight): Add arguments string, regexp, case-fold.
16890 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16891 to allow isearch-lazy-highlight-new-loop to use these values
16892 to set corresponding isearch-lazy-highlight-* internal
16893 variables whose values lazy highlighting will use regardless of
16894 changes to global variables isearch-string, isearch-regexp,
16895 isearch-case-fold-search during lazy highlighting loop.
16896 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16897 to `lazy-highlight-cleanup'.
16898
16899 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16900 (ispell-highlight-face): Set default face to `isearch' when
16901 lazy highlighting is enabled.
16902 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16903 priority to 1. Add lazy highlighting.
16904 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16905 from `isearch-dehighlight'.
16906
16907 2005-03-18 David Ponce <david@dponce.com>
16908
16909 * files.el (hack-local-variables): Do a case-insensitive search
16910 for End.
16911
16912 2005-03-18 Juri Linkov <juri@jurta.org>
16913
16914 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16915 `isearch-lazy-highlight-cleanup', add alias to old name and
16916 declare obsolete. Add release numbers to other obsolete vars.
16917 (isearch-done, isearch-lazy-highlight-new-loop):
16918 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16919 (lazy-highlight-cleanup) <variable>: Doc fix.
16920 (isearch-lazy-highlight-update): Rename obsolete
16921 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16922
16923 2005-03-18 Kenichi Handa <handa@m17n.org>
16924
16925 * language/thai-util.el: Fix categorization of Thai characters in
16926 thai-category-table.
16927 (thai-composition-pattern): Adjust it for the above change.
16928 (thai-self-insert-command, thai-compose-syllable): New functions.
16929 (thai-compose-region): Use thai-compose-syllable.
16930 (thai-compose-string): Likewise.
16931 (thai-composition-function): Likewise.
16932 (thai-auto-composition): New function.
16933 (thai-auto-composition-mode): New minor mode.
16934
16935 * language/thai.el: Fix patterns to be registered in
16936 composition-function-table.
16937
16938 * international/quail.el (quail-input-method): Locally bind
16939 inhibit-modification-hooks to t.
16940
16941 2005-03-17 Richard M. Stallman <rms@gnu.org>
16942
16943 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16944 (perl-mode): Use run-mode-hooks.
16945
16946 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16947 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16948 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16949
16950 * mail/sendmail.el (sendmail-send-it): Reenable the code
16951 to compute resend-to-address and use it.
16952
16953 * tar-mode.el (tar-mode): Turn off undo unconditionally.
16954
16955 * image-mode.el: New file.
16956
16957 * image.el (insert-sliced-image): Add autoload cookie.
16958
16959 * font-lock.el (font-lock-lines-before): New user option.
16960 (font-lock-after-change-function): Obey it.
16961
16962 * bindings.el (esc-map): Make M-g a prefix.
16963 Bind M-g g and M-g M-g to goto-line.
16964
16965 * faces.el (face-id): Doc fix.
16966
16967 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16968
16969 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16970 (rmail-show-message): Use rmail-unknown-mail-followup-to.
16971 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16972
16973 * mail/sendmail.el (mail-yank-ignored-headers)
16974 (mail-font-lock-keywords, mail-mode-fill-paragraph):
16975 Add Mail-Followup-To and Mail-Reply-To headers.
16976 (mail-citation-hook): Add autoload cookie.
16977 (mail-mode): Doc fix.
16978 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16979 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16980 (mail-mode-fill-paragraph): Handle those headers.
16981 (mail-mailing-lists): New variable.
16982 (mail-mail-reply-to, mail-mail-followup-to): New functions.
16983
16984 2005-03-17 Juri Linkov <juri@jurta.org>
16985
16986 * isearch.el (isearch-fallback): Check for `(car previous)'
16987 before calling `isearch-other-end-state'.
16988
16989 2005-03-17 Kim F. Storm <storm@cua.dk>
16990
16991 * simple.el (move-beginning-of-line): Move to beginning of buffer
16992 line, as well as beginning of screen line.
16993
16994 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
16995
16996 * calendar/diary-lib.el (mark-diary-entries): Use new optional
16997 argument REDRAW rather than calendar-redrawing variable.
16998 * calendar/calendar.el (calendar-redrawing): Delete.
16999 (redraw-calendar): Do not bind calendar-redrawing.
17000
17001 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
17002
17003 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17004 diary-file buffer.
17005
17006 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * help.el (describe-mode): Allow a :minor-mode-function property to
17009 specify a different minor mode toggle function than the variable.
17010 * simple.el (auto-fill-function):
17011 * subr.el (add-minor-mode): Use it.
17012
17013 2005-03-16 Kenichi Handa <handa@m17n.org>
17014
17015 * language/ethio-util.el (sera-being-called-by-w3): New variable.
17016 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17017 (ethio-fidel-to-sera-buffer): Likewise.
17018
17019 2005-03-16 Juri Linkov <juri@jurta.org>
17020
17021 * emacs-lisp/find-func.el (find-function-regexp):
17022 Add defun-emitting macro `menu-bar-make-toggle'.
17023
17024 * isearch.el: Put `isearch-scroll' property to
17025 `split-window-horizontally'.
17026
17027 * info.el: Update error messages for `debug-ignored-errors'.
17028 (Info-isearch-search): Doc fix.
17029 (Info-find-node): Move up code to go into info buffer before
17030 recording the node to the history.
17031 (Info-fontify-node): Fontify titles only if the next line
17032 has two or more `*', `=', `-', `.'.
17033 Display "go to this node" for empty (match-string 3).
17034
17035 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17036
17037 * term/mac-win.el: Add mouse pointer shape constants.
17038
17039 2005-03-15 Kim F. Storm <storm@cua.dk>
17040
17041 * simple.el (move-beginning-of-line): Use vertical-motion.
17042
17043 2005-03-15 Juri Linkov <juri@jurta.org>
17044
17045 * isearch.el (isearch-error): New variable.
17046 (isearch-invalid-regexp, isearch-within-brackets): Remove.
17047 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17048 (isearch-within-brackets-state): Remove.
17049 (isearch-case-fold-search-state, isearch-pop-fun-state):
17050 Decrease frame index.
17051 (isearch-mode, isearch-top-state, isearch-push-state)
17052 (isearch-edit-string, isearch-abort, isearch-search-and-update)
17053 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17054 (isearch-search, isearch-lazy-highlight-new-loop):
17055 Replace `isearch-invalid-regexp' with `isearch-error'.
17056 Remove `isearch-within-brackets'.
17057 (isearch-search): Add `search-failed' handler to `condition-case'.
17058 (isearch-lazy-highlight-search): Add `condition-case' to catch
17059 errors and allow `isearch-lazy-highlight-update' to try
17060 highlighting from the beginning of the window.
17061 (isearch-repeat): Move up code to set isearch-wrapped to t
17062 before calling isearch-wrap-function.
17063
17064 * info.el (Info-isearch-initial-node): New internal variable.
17065 (Info-search): Signal an error in isearch mode when search leaves
17066 the initial node. Signal an error when `bound' is non-nil and
17067 nothing was found in the current subfile.
17068 (Info-isearch-search): Remove `condition-case'.
17069 (Info-isearch-wrap): Don't wrap when search failed during leaving
17070 the initial node. If `Info-isearch-search' is nil, wrap around
17071 the current node.
17072 (Info-isearch-start): New fun.
17073 (Info-mode): Add buffer-local hook `Info-isearch-start' to
17074 `isearch-mode-hook'.
17075
17076 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17077
17078 * simple.el (normal-erase-is-backspace): Set default to t if
17079 running on Mac.
17080
17081 * term/mac-win.el (function-key-map): Sync with x-win.el.
17082
17083 2005-03-15 Kenichi Handa <handa@m17n.org>
17084
17085 * international/mule-cmds.el (locale-language-names): Modify the
17086 format of elements and add more entries.
17087 (locale-preferred-coding-systems): Add more entries.
17088 (set-locale-environment): Adjust for the change of
17089 locale-language-names.
17090
17091 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17092
17093 * pcvs.el (smerge-ediff): Remove bogus autoload.
17094
17095 2005-03-14 Lute Kamstra <lute@gnu.org>
17096
17097 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17098 Ignore a `*' at the beginning of a line.
17099
17100 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17101 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17102 subr.el.
17103 (dont-compile, eval-when-compile, eval-and-compile): Use declare
17104 to specify indentation.
17105
17106 * generic.el (define-generic-mode): Let generic-mode-list be a
17107 list of strings; test membership with equal.
17108
17109 2005-03-14 Kim F. Storm <storm@cua.dk>
17110
17111 * simple.el (next-line, previous-line): Add optional try-vscroll
17112 arg to recognize interactive use. Pass it on to line-move.
17113 (line-move): Don't perform auto-window-vscroll when defining or
17114 executing keyboard macro to ensure consistent behavior.
17115
17116 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17117
17118 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17119
17120 2005-03-13 Lute Kamstra <lute@gnu.org>
17121
17122 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17123 debugger-setup-buffer so that backtrace marks the frames set to
17124 debug-on-exit and we don't have to do it manually. Set an extra
17125 debug-on-exit for macro's.
17126 (debugger-setup-buffer): Don't mark the top frame manually.
17127
17128 2005-03-12 Lute Kamstra <lute@gnu.org>
17129
17130 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17131 lisp-indent-function throughout.
17132 (with-no-warnings): Set lisp-indent-function property.
17133
17134 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
17135
17136 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17137 Add entry for backslash.
17138
17139 2005-03-12 Juri Linkov <juri@jurta.org>
17140
17141 * info.el (Info-search): Four fixes for backward search.
17142
17143 2005-03-11 Jay Belanger <belanger@truman.edu>
17144
17145 * calc/calc.el (calc-language-alist): New variable.
17146 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17147 (calc-embedded-find-modes): Use calc-language-alist instead of
17148 calc-embedded-language-alist.
17149
17150 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17151
17152 * calendar/calendar.el (calendar-redrawing): New internal
17153 variable.
17154 (redraw-calendar): Remove bogus save-excursion from previous
17155 change. Bind calendar-redrawing to t for mark-diary-entries.
17156 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17157 calendar if that is why we were called.
17158
17159 2005-03-11 Kenichi Handa <handa@m17n.org>
17160
17161 * international/mule.el (make-coding-system): Set property
17162 coding-system-define-form to nil.
17163 (define-coding-system-alias): Likewise.
17164
17165 2005-03-11 Kenichi Handa <handa@m17n.org>
17166
17167 These changes are suggested by Dave Love <fx@gnu.org>.
17168
17169 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17170 coding: tag.
17171 (adaptive-fill-regexp): Add more bullets.
17172 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17173 regexps.
17174
17175 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * help.el (describe-mode): Properly handle non-trivial lighters.
17178 Don't ignore minor modes that are not listed in minor-mode-list.
17179
17180 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17181 feature ON when the user requests to turn it OFF.
17182
17183 2005-03-10 Lute Kamstra <lute@gnu.org>
17184
17185 * emacs-lisp/debug.el (debug-entry-code): Delete it.
17186 (implement-debug-on-entry): New function to replace debug-entry-code.
17187 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
17188 second argument as the 2005-03-07 change makes it obsolete.
17189 (debug-on-entry, cancel-debug-on-entry): Update call to
17190 debug-on-entry-1.
17191 (debug, debugger-setup-buffer): Comment update.
17192 (debugger-frame-number): Update to work with implement-debug-on-entry.
17193
17194 2005-03-10 Jay Belanger <belanger@truman.edu>
17195
17196 * calc/calc-embed.el (math-ms-args): Declare it.
17197 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17198 math-ms-args.
17199 (calc-embedded-subst): Use math-multi-subst-rec to substitute
17200 variables.
17201
17202 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
17203
17204 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17205 Use message-box.
17206
17207 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17208 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17209 (tooltip-gud-tips): Simplify.
17210 (tooltip-gud-tips-p): Remove superfluous :set.
17211 (tooltip-gud-modes): Add fortran-mode.
17212 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17213
17214 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17215
17216 2005-03-09 Kim F. Storm <storm@cua.dk>
17217
17218 * play/animate.el (animate-place-char): Use forward-line instead
17219 of next-line to improve performance.
17220
17221 2005-03-09 Simon Josefsson <jas@extundo.com>
17222
17223 * net/browse-url.el (browse-url-default-browser): Doc fix.
17224
17225 2005-03-09 Miles Bader <miles@gnu.org>
17226
17227 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17228 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17229
17230 2005-03-09 Kenichi Handa <handa@m17n.org>
17231
17232 * international/latin-1.el: Set case and syntax for 255 only if
17233 set-case-syntax-set-multibyte is nil.
17234
17235 * textmodes/ispell.el (ispell-insert-word): New function.
17236 (ispell-word): Use ispell-insert-word to insert a new word.
17237 (ispell-process-line): Likewise.
17238 (ispell-complete-word): Likewise.
17239
17240 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
17241
17242 * calendar/calendar.el (redraw-calendar): Preserve point.
17243 Reported by Matt Hodges <MPHodges@member.fsf.org>.
17244 (calendar-week-start-day): Move after definition of
17245 redraw-calendar. Delete buffer test, since redraw-calendar has
17246 that now.
17247
17248 * calendar/diary-lib.el (mark-diary-entries): Only call
17249 redraw-calendar in the first of any recursive calls.
17250 Reported by Alan Shutko <ats@acm.org>.
17251
17252 2005-03-08 Juri Linkov <juri@jurta.org>
17253
17254 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17255 (html-horizontal-rule, html-line, html-image, html-checkboxes)
17256 (html-radio-buttons): Add a space before the trailing `/>' where
17257 sgml-xml-mode is non-nil.
17258 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17259 the subsequent tag of the empty XML tag.
17260 (html-href-anchor): Don't set initial input to "http:".
17261 (html-image): Ask for the image URL and set point inside alt="".
17262 (html-name-anchor): Duplicate the name in the `id' attribute when
17263 sgml-xml-mode is non-nil.
17264 (html-paragraph): Remove \n before <p>.
17265 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17266 instead of `checked' when sgml-xml-mode is non-nil.
17267
17268 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17269 Remove 1 space before #RRGGBB to not truncate it on terminal
17270 windows w/o fringes. Remove 1 space between bg and fg examples
17271 to get more space.
17272 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17273 avoid byte-compile warnings.
17274
17275 * image-file.el (image-file-handler): Put `safe-magic' property to
17276 `image-file-handler'.
17277
17278 * info.el (Info-isearch-search): Emulate word search in
17279 isearching through multiple Info nodes with Info-search.
17280 (Info-isearch-wrap): Allow isearch-word.
17281
17282 2005-03-08 Lute Kamstra <lute@gnu.org>
17283
17284 * emacs-lisp/debug.el (debugger-step-through): Make sure that
17285 stepping into the debugger's code is not possible.
17286 (debugger-jumping-flag): Docstring update.
17287
17288 2005-03-08 Jay Belanger <belanger@truman.edu>
17289
17290 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17291 embedded mode begins.
17292 (calc-embedded-language-alist): New variable.
17293 (calc-embedded-find-modes): Use calc-embedded-language-alist to
17294 set default language mode.
17295
17296 2005-03-08 Kenichi Handa <handa@m17n.org>
17297
17298 * international/ccl.el (define-ccl-program): Fix docstring about
17299 extra 256 bytes assured for the output buffer.
17300
17301 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17302 Fix BUFFER_MAGNIFICATION to 2.
17303 (ccl-encode-mule-utf-16be-with-signature): Likewise.
17304
17305 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
17306
17307 * align.el (align-rules-list): Added an alignment rule for CSS
17308 declarations (applies to css-mode and html-mode buffers).
17309
17310 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17311
17312 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17313
17314 2005-03-07 Kim F. Storm <storm@cua.dk>
17315
17316 * simple.el (move-beginning-of-line): New command.
17317
17318 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17319
17320 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17321
17322 * emulation/cua-base.el: Put CUA move property on move-end-of-line
17323 and move-beginning-of-line.
17324
17325 * apropos.el (apropos-print): Omit command from M-x ... RET.
17326
17327 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
17328
17329 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17330 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17331
17332 2005-03-06 Richard M. Stallman <rms@gnu.org>
17333
17334 * bindings.el (esc-map): Bind M-g to goto-line.
17335
17336 * facemenu.el (global-map): Bind M-o, not M-g.
17337
17338 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17339
17340 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17341 "Open Directory" as for "Open File".
17342
17343 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
17344
17345 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17346 (push-mark-command): Run activate-mark-hook.
17347
17348 2005-03-06 Richard M. Stallman <rms@gnu.org>
17349
17350 * help-mode.el (help-mode-finish): Don't alter the element
17351 in view-return-to-alist if there already is one.
17352
17353 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17354 make sure the current buffer is the expected one.
17355
17356 * novice.el (disabled-command-function): Output in *Disabled Command*.
17357 Explicitly ignore non-keyboard events, and explicitly handle C-g.
17358
17359 * textmodes/flyspell.el (flyspell-large-region):
17360 Pass args differently for aspell.
17361
17362 * files.el (mode-require-final-newline): Doc fix.
17363
17364 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17365
17366 * progmodes/which-func.el (which-function):
17367 Specify NOERROR when calling imenu--make-index-alist.
17368
17369 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * simple.el (normal-erase-is-backspace): Define default value.
17372
17373 * custom.el (custom-theme-set-variables): Remove unused var
17374 `immediate'.
17375 (custom-reevaluate-setting): Simple function to handle variables
17376 that are defined before their default value can really be
17377 computed.
17378
17379 * startup.el (command-line): Use it for temporary-file-directory,
17380 small-emporary-file-directory, auto-save-file-name-transforms,
17381 blink-cursor-mode, and normal-erase-is-backspace.
17382
17383 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17384 progress, even with buggy anchored keywords.
17385
17386 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
17387
17388 * simple.el (goto-line): Remove unbalanced final parenthesis.
17389
17390 2005-03-05 Richard M. Stallman <rms@gnu.org>
17391
17392 * simple.el (goto-line): Use a number at point as the default.
17393 With C-u as arg, switch buffers.
17394
17395 2005-03-05 Juri Linkov <juri@jurta.org>
17396
17397 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17398 with `no-blinking-cursor'.
17399
17400 * startup.el (no-blinking-cursor): New defvar.
17401 (command-line): Add `--no-blinking-cursor' to longopts.
17402 Set `no-blinking-cursor' to t for command line arguments
17403 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
17404 with `no-blinking-cursor' in the condition for calling
17405 `blink-cursor-mode'.
17406
17407 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
17408
17409 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17410 (menu-bar-options-save): Add blink-cursor-mode.
17411 (menu-bar-options-menu): Add blink-cursor-mode.
17412
17413 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
17414
17415 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17416 (icalendar-export-file, icalendar-export-region)
17417 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17418 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17419
17420 2005-03-04 Lute Kamstra <lute@gnu.org>
17421
17422 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17423 (debug-function-list): Ditto.
17424
17425 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
17426
17427 * textmodes/texinfmt.el (texinfo-append-refill):
17428 Redefine the types of line to which @refill
17429 is not appended by replacing a search for `@refill\\|@bye' with
17430 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
17431 itemize@refill' bug and the unfilled long lines bug.
17432 (texinfmt-version): Update number and date.
17433
17434 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17435
17436 * international/code-pages.el (windows-1250, windows-125[2-8])
17437 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17438
17439 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17440
17441 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17442 bound yet.
17443
17444 2005-03-02 Romain Francoise <romain@orebokech.com>
17445
17446 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17447 buffer after removing limits.
17448 (ibuffer-pop-filter): Ditto.
17449 Update copyright.
17450
17451 2005-03-02 Miles Bader <miles@gnu.org>
17452
17453 * button.el (make-text-button): If the user doesn't specify a
17454 type, use the default. Rewrite to use `add-text-properties' and
17455 plist functions.
17456
17457 2005-03-01 Lute Kamstra <lute@gnu.org>
17458
17459 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17460 (debugger-jumping-flag): New var.
17461 (debug-entry-code): Use it.
17462 (debugger-jump): Use debugger-jumping-flag and add
17463 debugger-reenable to post-command-hook.
17464 (debugger-reenable): Use debugger-jumping-flag and remove itself
17465 from post-command-hook.
17466 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17467 debugger-reenable.
17468
17469 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
17470
17471 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17472 inclusion of "itemize\\|", which may be unnecessary, is certainly
17473 inelegant, and stops refilling in itemize lists when formatting
17474 Japanese Texinfo files to Info.
17475 Update copyright to 2005.
17476
17477 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
17478
17479 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17480 of an error if GDB can't find the source file.
17481
17482 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
17483
17484 * calendar/calendar.el (redraw-calendar): Work from any buffer,
17485 not just the calendar.
17486
17487 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17488 first.
17489 (diary-redraw-calendar): New function.
17490 (make-diary-entry): Add diary-redraw-calendar to local
17491 write-contents-functions. Turn off selective display before
17492 inserting in diary.
17493
17494 2005-03-01 Kim F. Storm <storm@cua.dk>
17495
17496 * emacs-lisp/copyright.el (copyright-fix-years): New command.
17497
17498 2005-03-01 Lute Kamstra <lute@gnu.org>
17499
17500 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17501 that debug-entry-code can be safely removed from a function while
17502 this code is being evaluated. Revert the 2005-02-27 change as the
17503 new implementation no longer requires it. Make sure that a
17504 function body containing just a string is not mistaken for a docstring.
17505 (debug): Skip one more frame in case of debug on entry.
17506 (debugger-setup-buffer): Delete one more frame line in case of
17507 debug on entry.
17508 (debugger-frame-number): Update to use the new text introduced by
17509 the 1999-11-03 change. Skip one more frame in case of debug on entry.
17510
17511 2005-02-28 Kim F. Storm <storm@cua.dk>
17512
17513 * double.el (double-translate-key): Call force-window-update after
17514 read-event to avoid crash in redisplay.
17515
17516 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17517
17518 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17519 (debug): Use it. Move the inhibit-trace earlier.
17520 (debug-entry-code): New const.
17521 (debug-on-entry-1): Use it.
17522
17523 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
17524
17525 * international/utf-16.el (ccl-encode-mule-utf-16le):
17526 Fix BUFFER_MAGNIFICATION to 2.
17527 (ccl-encode-mule-utf-16be): Likewise.
17528
17529 2005-02-28 Kenichi Handa <handa@m17n.org>
17530
17531 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17532 Fix BUFFER_MAGNIFICATION to 4.
17533 (ccl-encode-mule-utf-16be-with-signature): Likewise.
17534
17535 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
17536
17537 * speedbar.el (speedbar-update-flag): Doc fix.
17538 (speedbar-show-info-under-mouse): Give set-mouse-position the right
17539 argument.
17540
17541 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17542
17543 * reveal.el (reveal-post-command): Don't try to reveal overlays which
17544 have a non-nil `invisible' property but are actually visible.
17545
17546 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17547 for perldoc sections.
17548 (perl-outline-regexp, perl-outline-level): New var and function.
17549 (perl-mode): Use them.
17550
17551 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
17552
17553 * calendar/diary-lib.el (diary-remind): Discard any mark portion
17554 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17555
17556 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
17557
17558 * cus-edit.el: Comment change.
17559 (custom-buffer-create-internal): Slightly reword text at top of
17560 Custom buffers. Mention there that saving an option edits the
17561 init file. Add link to Emacs manual node on `custom-file'.
17562 (custom-magic-alist): Rewrite individual State messages to use
17563 capitalized keywords. Doc fix.
17564
17565 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
17566
17567 * calendar/calendar.el (calendar-buffer): Move above
17568 calendar-week-start-day.
17569 (calendar-week-start-day): Doc fix. Add :set function.
17570 (calendar-minimum-window-height): New variable.
17571 (generate-calendar-window): Only resize window if selected-window
17572 is displaying the calendar buffer. Use new variable
17573 calendar-minimum-window-height.
17574 (generate-calendar): Reword error message.
17575 (calendar-mode-map): Bind DEL to scroll-other-window-down.
17576
17577 2005-02-27 Andreas Schwab <schwab@suse.de>
17578
17579 * vc.el (vc-do-command): Don't run command asynchronously when
17580 operating in a remote directory.
17581
17582 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17583 change from sync with Tramp 2.0.47.
17584
17585 2005-02-27 Richard M. Stallman <rms@gnu.org>
17586
17587 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17588
17589 * textmodes/flyspell.el (flyspell-mode-on):
17590 Call ispell-change-dictionary only if necessary.
17591
17592 * emacs-lisp/re-builder.el (regexp-builder): New function.
17593
17594 * register.el (describe-register-1): Explicitly handle
17595 yank-excluded-properties = t.
17596
17597 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17598 (custom-magic-alist): Change the status descriptions again.
17599 (face widget-type): Total rewrite based on `restricted-sexp'
17600 to eliminate the confusing double hiding levels.
17601
17602 * emacs-lisp/debug.el (debug-on-entry-1):
17603 If function body is empty, add nil as body form.
17604
17605 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 * emacs-lisp/trace.el (inhibit-trace): New var.
17608 (trace-make-advice): Use it.
17609
17610 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17611
17612 2005-02-26 Kim F. Storm <storm@cua.dk>
17613
17614 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17615 (mouse-on-link-p, mouse-drag-region-1): Use it.
17616
17617 2005-02-25 Lute Kamstra <lute@gnu.org>
17618
17619 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17620
17621 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
17622
17623 * frame.el (blink-cursor-mode): Add :group keyword.
17624
17625 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
17626
17627 * calendar/icalendar.el (icalendar--decode-isodatetime):
17628 New optional argument DAY-SHIFT.
17629 (icalendar-export-region): Fix coding-system-for-write.
17630 (icalendar--convert-ical-to-diary): Shift end-day of all-day
17631 events by one.
17632
17633 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17634
17635 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17636
17637 2005-02-24 Kim F. Storm <storm@cua.dk>
17638
17639 * international/iso-acc.el (iso-accents-compose): Fix crash
17640 during redisplay. Call force-window-update after read-event
17641 and delete-region to signal that window is not accurate.
17642
17643 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17646 Remove unused and inexistent var `inhibit-trace'.
17647 (debugger-mode): Use run-mode-hooks.
17648 (debugger-list-functions): Add buttons; setup xref stack.
17649
17650 2005-02-23 Richard M. Stallman <rms@gnu.org>
17651
17652 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17653 appointment says it was explicitly made.
17654 (appt-add): Set the 3rd element.
17655 (appt-make-list): Preserve explicit appointments.
17656
17657 * subr.el (find-tag-default): Catch errors in forward-sexp.
17658
17659 2005-02-23 Juri Linkov <juri@jurta.org>
17660
17661 * info.el (Info-isearch-search): New defcustom.
17662 (Info-isearch-search): Call the default isearch function
17663 when Info-isearch-search is nil.
17664 (Info-isearch-wrap): Use variable Info-isearch-search.
17665
17666 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
17667
17668 * cus-edit.el: Comment change.
17669
17670 2005-02-22 Kim F. Storm <storm@cua.dk>
17671
17672 * progmodes/hideif.el (hide-ifdef-use-define-alist):
17673 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
17674
17675 2005-02-22 Simon Josefsson <jas@extundo.com>
17676
17677 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17678 New variable.
17679 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
17680 Oskarsson" <myrkraverk@users.sourceforget.net>.
17681
17682 2005-02-22 Kim F. Storm <storm@cua.dk>
17683
17684 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17685 check that window of that event is the selected window.
17686 (mouse-drag-region-1): Compare mouse event window to selected
17687 window before setting point.
17688
17689 * tooltip.el (tooltip-show-help-function): Pass event to
17690 mouse-on-link-p so it can check selected window.
17691
17692 2005-02-22 Kenichi Handa <handa@m17n.org>
17693
17694 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17695 (ps-mule-show-warning): New function.
17696 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17697 characters are found.
17698
17699 * ps-print.el (ps-header-footer-string): Return a list of header
17700 and footer strings.
17701
17702 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17703
17704 * pcvs.el (cvs-retrieve-revision): Fix thinko.
17705
17706 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * frame.el (blink-cursor-mode): Use define-minor-mode.
17709
17710 * term/mac-win.el (function-key-map): Use char-names more consistently.
17711 (file-name-coding-system): Only set it for MacOS-9. The other case is
17712 already handled in mule-cmds.el (where it also works when mac-win.el
17713 is not used).
17714
17715 2005-02-21 Kenichi Handa <handa@m17n.org>
17716
17717 * international/mule.el (ctext-pre-write-conversion): Always use
17718 " *code-converting-work*" buffer for work.
17719
17720 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17721
17722 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
17723
17724 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17725
17726 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
17727
17728 * ses.el (undo-more): Restore defadvice, but only the part that
17729 allows changes outside the restricted area of the buffer.
17730
17731 2005-02-20 Kim F. Storm <storm@cua.dk>
17732
17733 * simple.el (line-move): Add fourth optional arg try-vscroll which
17734 must be set to perform auto-window-vscroll.
17735 When moving backwards and doing auto-window-vscroll, automatically
17736 vscroll to the last part of lines which are taller than the window.
17737 (next-line, previous-line): Set try-vscroll arg on line-move.
17738
17739 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
17740
17741 * replace.el (query-replace, query-replace-regexp)
17742 (replace-string, replace-regexp): When operating on region, make
17743 the minibuffer prompt say so.
17744
17745 * isearch.el (isearch-forward): Document isearch-query-replace and
17746 isearch-query-replace-regexp keybindings.
17747
17748 2005-02-19 Jay Belanger <belanger@truman.edu>
17749
17750 * calc/calc-aent.el (math-read-token): Add local variable.
17751
17752 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17753 (calc-edit-top): Move declaration to earlier in file.
17754 (calc-edit-macro-repeats): Add local variables.
17755
17756 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17757 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17758 calcFunc-tanh.
17759 Adjust integration rule for calcFunc-tan.
17760
17761 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17762
17763 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17764 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17765 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17766 (viper-skip-separators): Bug fix.
17767 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17768 particular major mode.
17769 (viper-del-backward-char-in-replace): Don't put deleted char on the
17770 kill ring.
17771
17772 * viper-ex.el (viper-color-display-p): New function.
17773 (viper-has-face-support-p): Use viper-color-display-p.
17774
17775 * viper-keym.el (viper-gnus-modifier-map): New keymap.
17776
17777 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17778
17779 * viper-util.el (viper-glob-unix-files): Fix shell status check.
17780 (viper-file-remote-p): Make equivalent to file-remote-p.
17781
17782 * viper.el (viper-major-mode-modifier-list):
17783 Use viper-gnus-modifier-map.
17784
17785 2005-02-19 David Kastrup <dak@gnu.org>
17786
17787 * subr.el (subregexp-context-p): Fix garbled doc string by adding
17788 quoting.
17789
17790 2005-02-19 Jay Belanger <belanger@truman.edu>
17791
17792 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17793 Remove extra definitions.
17794 (calc-coth): New function.
17795 (calcFunc-cot): Fix `let'.
17796
17797 2005-02-19 Eli Zaretskii <eliz@gnu.org>
17798
17799 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17800 the reasons we use "type pc" in these faces.
17801
17802 * button.el (button): Ditto.
17803
17804 2005-02-19 Michael Mauger <mmaug@yahoo.com>
17805
17806 * replace.el (query-replace-read-from): Set the value of
17807 query-replace-from-history-variable to handle the case of an empty
17808 string entered to accept the suggested default.
17809
17810 * net/tramp.el (tramp-file-name-for-operation):
17811 Use dired-call-process instead of dired-call-process-command.
17812
17813 2005-02-19 Jay Belanger <belanger@truman.edu>
17814
17815 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17816 (math-div-non-trig): New variables.
17817 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17818 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17819 (math-combine-prod, math-div-symb-fancy): Add simplifications for
17820 trig expressions.
17821
17822 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
17823
17824 * progmodes/gdb-ui.el (gdb-var-update-handler)
17825 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17826 for watch expressions,
17827 (gdb-var-create-handler): Don't set speedbar-update-flag.
17828 (gdb-post-prompt): Simplify test for speedbar.
17829
17830 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17831
17832 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17833 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17834 we use the syntax table of the correct buffer.
17835 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17836 Felix Gatzemeier.
17837
17838 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17839 (ediff-file-remote-p): Make synonymous with file-remote-p.
17840 In all deffaces ediff-*-face-*, use min-colors.
17841
17842 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17843 ediff-recurse-to-subdirectories.
17844 (ediff-mark-if-equal): Check that the arguments are strings, use
17845 ediff-same-contents (after to Felix Gatzemeier).
17846
17847 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17848 nil.
17849
17850 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17851
17852 * log-view.el (log-view-message-re): Fix up Subversion regexp.
17853
17854 2005-02-18 David Kastrup <dak@gnu.org>
17855
17856 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17857 use `mark-active' when defined.
17858
17859 2005-02-18 Kenichi Handa <handa@m17n.org>
17860
17861 * ps-print.el (ps-font-info-database): New entry
17862 ZapfChancery-MediumItalic with correct font name. Fix font name
17863 of the entry Zapf-Chancery-MediumItalic.
17864
17865 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
17866
17867 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17868
17869 2005-02-16 Kim F. Storm <storm@cua.dk>
17870
17871 * ido.el (ido-fallback-command): Pass user input to fallback command.
17872
17873 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
17874
17875 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17876 (gdb-find-file-hook): Add server prefix.
17877
17878 2005-02-16 Richard M. Stallman <rms@gnu.org>
17879
17880 * replace.el (perform-replace): Pass new args to replace-highlight.
17881 (replace-highlight): Take region args,
17882 and pass them to isearch-lazy-highlight-new-loop.
17883
17884 * novice.el (disabled-command-hook): Autoload the defalias
17885 and the make-obsolete-variable call.
17886
17887 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17888
17889 * isearch.el (isearch-lazy-highlight-start-limit)
17890 (isearch-lazy-highlight-end-limit): New variables limit
17891 the region for highlighting.
17892 (isearch-lazy-highlight-new-loop): New args BEG and END.
17893 (isearch-lazy-highlight-search): Use the new vars.
17894 (isearch-lazy-highlight-update): Likewise.
17895
17896 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17897
17898 * cus-start.el (all): Use default-boundp.
17899
17900 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
17901
17902 * menu-bar.el (menu-bar-select-frame): Handle current frame.
17903
17904 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
17905
17906 * autorevert.el (auto-revert-stop-on-user-input)
17907 (auto-revert-verbose): Doc fixes.
17908
17909 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
17910
17911 * international/mule-cmds.el (set-locale-environment): Remove call
17912 to set-selection-coding-system on Windows.
17913
17914 2005-02-15 Jay Belanger <belanger@truman.edu>
17915
17916 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17917 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17918 calcFunc-coth.
17919 (math-simplify-sqrt): Add simplifications.
17920
17921 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17922 to list.
17923
17924 * calc/calc-ext.el: Add functions to autoloads.
17925
17926 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17927 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17928 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17929 (math-csc-raw, math-cot-raw): New functions.
17930
17931 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17932
17933 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17934 the variable name in a message.
17935
17936 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17937 calcFunc-csc, calcFunc-cot.
17938
17939 * calc/calcalg2.el: Add derivative and integration rules for
17940 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17941 calcFunc-csch, calcFunc-coth.
17942 (math-do-integral-methods): Add to checks for when to use
17943 substitutions.
17944
17945 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17946
17947 2005-02-15 Lute Kamstra <lute@gnu.org>
17948
17949 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17950 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
17951 <monnier@iro.umontreal.ca>
17952 (lisp-outline-level): Improve efficiency. Suggested by David
17953 Kastrup <dak@gnu.org>.
17954
17955 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
17956
17957 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17958 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17959 (gdb-set-gud-minor-mode-existing-buffers): New functions.
17960 (gdb-find-file-hook): New hook. Add it to find-file-hook.
17961 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17962
17963 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
17964
17965 * cus-start.el (all): Comment change.
17966
17967 2005-02-14 Lute Kamstra <lute@gnu.org>
17968
17969 * cus-start.el (all): Check if symbol is void.
17970
17971 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
17972
17973 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17974 optional argument to \cite.
17975
17976 2005-02-14 Richard M. Stallman <rms@gnu.org>
17977
17978 * cus-edit.el (custom-buffer-create-internal): Update help message.
17979 (custom-magic-alist): Update help messages.
17980
17981 * cus-start.el (all): Allow a var to specify a standard value.
17982
17983 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
17984
17985 * custom.el (custom-theme-set-variables): Handle variable aliases.
17986
17987 * frame.el (blink-cursor-timer): Doc fix.
17988 (blink-cursor): Make it an alias for `blink-cursor-mode' and
17989 declare obsolete.
17990 (blink-cursor-mode): Define with defcustom and use correct
17991 standard expression in that defcustom.
17992 * startup.el (command-line): Adapt to above changes in frame.el.
17993
17994 2005-02-11 Lute Kamstra <lute@gnu.org>
17995
17996 * apropos.el (apropos-score-doc): Prevent division by zero.
17997
17998 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
17999
18000 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18001 (icalendar--get-event-property-attributes)
18002 (icalendar--get-event-properties)
18003 (icalendar--datetime-to-diary-date): New functions.
18004 (icalendar--split-value): Doc fix.
18005 (icalendar--datetime-to-noneuropean-date)
18006 (icalendar--datetime-to-european-date): New optional argument
18007 SEPARATOR. Return result as a string instead of a list.
18008 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18009 (icalendar--convert-string-for-export): Rename arg S to STRING.
18010 (icalendar-export-region): Doc fix. Change name of error buffer.
18011 Save output buffer.
18012 (icalendar-import-file): Add blank at end of prompt.
18013 (icalendar-import-buffer): Doc fix. Do not switch to error
18014 buffer. Indicate status in return value.
18015 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
18016 buffer. Save output buffer. Handle exception from recurrence
18017 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
18018 events. Fix problems with weekly all-day events.
18019
18020 2005-02-10 Richard M. Stallman <rms@gnu.org>
18021
18022 * simple.el (eval-expression-print-format):
18023 Avoid warning about edebug-active.
18024
18025 * help.el (help-for-help-internal): Rename from help-for-help.
18026 (help-for-help): Define with defalias.
18027
18028 * font-core.el (font-lock-default-function): Use with-no-warnings.
18029
18030 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18031
18032 * custom.el (defface): Doc fix.
18033
18034 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
18035
18036 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18037 width 0" to prevent word wrapping problems.
18038
18039 2005-02-09 Kim F. Storm <storm@cua.dk>
18040
18041 * ido.el (ido-file-extensions-order): New defcustom.
18042 (ido-file-extension-lessp, ido-file-extension-aux)
18043 (ido-file-extension-order): New advanced file ordering.
18044 (ido-file-lessp): New simple file ordering.
18045 (ido-sort-list): Remove.
18046 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18047 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18048
18049 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
18050
18051 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18052 that some versions of grep produce.
18053 (grep-mode-font-lock-keywords): Likewise.
18054
18055 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
18056
18057 * progmodes/gdb-ui.el (gdb-location-list): New variable.
18058 (gdb-cdir): Delete.
18059 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18060 (gdb-source-info): Treat case when source file is in another
18061 directory properly.
18062 (gdb-get-location): New function.
18063
18064 2005-02-07 Jay Belanger <belanger@truman.edu>
18065
18066 * calc/calc-prog.el (calc-write-parse-table-part)
18067 (calc-fix-token-name): Fix a check for language type.
18068
18069 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18070
18071 2005-02-07 Andre Spiegel <spiegel@gnu.org>
18072
18073 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18074 as directory not writable.
18075
18076 2005-02-07 Kim F. Storm <storm@cua.dk>
18077
18078 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18079 (cua--standard-movement-commands): Remove list.
18080 Instead, set CUA property value to move for movement commands.
18081 (cua-movement-commands): Remove. Users must set CUA prop instead.
18082 (cua--pre-command-handler): Check CUA property.
18083 (cua--init-keymaps): Don't remap undo commands.
18084 (cua-mode): Don't call cua--rectangle-on-off.
18085
18086 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18087 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18088 (cua--rect-undo-set-point): New var.
18089 (cua--rectangle-undo-boundary): Setup undo apply entry.
18090 (cua--rect-undo-handler): New function for rectangle undo.
18091 (cua--rect-start-position, cua--rect-end-position): Add.
18092 (cua--rectangle-post-command): Call cua--rectangle-set-corners
18093 for restored rectangle. Set point if cua--rect-undo-set-point.
18094
18095 2005-02-06 Jay Belanger <belanger@truman.edu>
18096
18097 * calc/calc-lang.el (calc-tex-language): Display more information
18098 in messages.
18099
18100 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18101 in TeX mode.
18102
18103 2005-02-06 Richard M. Stallman <rms@gnu.org>
18104
18105 * emacs-lisp/lisp.el (buffer-end): Doc fix.
18106
18107 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
18108
18109 * net/ldap.el (ldap-search-internal): Support attributes with
18110 optional descriptions separated by a semi-colon, as in
18111 "userCertificate;binary".
18112
18113 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18114
18115 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18116 isn't a cons (i.e. the version is 0).
18117
18118 2005-02-05 Eli Zaretskii <eliz@gnu.org>
18119
18120 * help.el (help-for-help): Doc fix.
18121
18122 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
18123
18124 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
18125 GDB-Windows on the menu-bar as this works better.
18126
18127 2005-02-04 Jay Belanger <belanger@truman.edu>
18128
18129 * calc/calc-embed.el (calc-embedded-update): Don't put in
18130 unnecessary newlines. Adjust the end of formula marker.
18131
18132 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18133 (math-latex-parse-two-args): New function.
18134
18135 2005-02-03 Lute Kamstra <lute@gnu.org>
18136
18137 * help-fns.el (help-with-tutorial): Make sure that users cannot
18138 remove the entire text of the tutorial by means of `undo'.
18139
18140 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18143 in recent changes, where the ispell process was repeatedly
18144 killed & restarted.
18145
18146 * international/mule-cmds.el (set-locale-environment): Set file-name
18147 coding system to utf-8 on Darwin systems.
18148 (set-default-coding-systems): Don't set default-file-name-coding-system
18149 on Darwin systems.
18150
18151 2005-02-03 Richard M. Stallman <rms@gnu.org>
18152
18153 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18154
18155 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
18156
18157 * faces.el (list-faces-display): Add optional argument.
18158
18159 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18160
18161 * font-core.el (font-lock-default-function): Handle the rare case where
18162 only font-lock-keywords is set.
18163
18164 2005-02-02 Kenichi Handa <handa@m17n.org>
18165
18166 * international/characters.el: Cancel previous change for
18167 I-WITH-DOT-ABOVE and DOTLESS-i.
18168
18169 * international/latin-5.el: Cancel previous change.
18170
18171 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
18172
18173 * progmodes/gud.el: Correction to syntax in gud-menu-map.
18174
18175 2005-02-02 Kenichi Handa <handa@m17n.org>
18176
18177 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18178 DOTLESS-i.
18179
18180 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18181 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18182
18183 * case-table.el (get-upcase-table): New function.
18184 (copy-case-table): Copy upcaes table too if non-nil.
18185 (set-case-syntax-delims): Maintain upcase table too.
18186 (set-case-syntax-pair): Likewise.
18187 (set-upcase-syntax, set-downcase-syntax): New functions.
18188 (set-case-syntax): Maintain upcase table too.
18189
18190 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
18191
18192 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18193
18194 * progmodes/gud.el (gud-goto-info): New function.
18195 (gud-tool-bar-map): Use correct icon.
18196
18197 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
18198
18199 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18200 When delegating, order args in the funcall correctly.
18201
18202 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
18203
18204 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18205
18206 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
18207
18208 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18209 buffer not visiting a file.
18210
18211 2005-01-31 Jay Belanger <belanger@truman.edu>
18212
18213 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18214 bound on the line with the formula.
18215
18216 2005-01-31 Kim F. Storm <storm@cua.dk>
18217
18218 * ses.el (ses-create-cell-variable-range)
18219 (ses-destroy-cell-variable-range, ses-reset-header-string)
18220 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18221 (ses-insert-row): Fix format of apply undo entries.
18222
18223 2005-01-31 Jay Belanger <belanger@truman.edu>
18224
18225 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18226 parts.
18227
18228 * calc/calc-embed.el (calc-embedded-open-formula)
18229 (calc-embedded-close-formula): Ignore matrix environments.
18230
18231 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18232 TeX mode.
18233
18234 * calc/calc-lang.el (math-function-table, math-oper-table)
18235 (math-variable-table): Adjust the LaTeX portions.
18236
18237 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18238 (math-latex-ignore-words): New constant.
18239
18240 2005-01-31 Richard M. Stallman <rms@gnu.org>
18241
18242 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18243 (ispell-local-dictionary): Doc fix.
18244 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18245 Don't reinitialize at run time. Don't defcustom.
18246 All uses changed to append ispell-local-dictionary-alist,
18247 or check it first.
18248 (ispell-current-dictionary): New variable for dictionary in use.
18249 (ispell-dictionary): Now used only for global default.
18250 (ispell-start-process): Set ispell-current-dictionary,
18251 not ispell-dictionary.
18252 (ispell-change-dictionary): Use this only for setting
18253 user preferences.
18254 (ispell-internal-change-dictionary): New function
18255 to change the current dictionary in use.
18256 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18257 Use ispell-current-dictionary.
18258 Handle ispell-local-dictionary-overridden.
18259 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18260
18261 2005-01-31 Jay Belanger <belanger@truman.edu>
18262
18263 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18264
18265 * calc/calc-ext.el: Add calc-latex-language to autoloads.
18266 (calc-mode-map): Add calc-latex-language.
18267
18268 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18269 (math-latex-print-frac): New functions.
18270 (math-oper-table, math-function-table, math-variable-table)
18271 (math-complex-format, math-input-filter): Add latex properties.
18272 (calc-set-language): Set math-expr-special-function-mapping.
18273
18274 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18275 (calc-write-parse-table-part): Add LaTeX support.
18276
18277 * calc/calc.el (calc-language): Adjust docstring.
18278 (calc-set-mode-line): Add LaTeX support.
18279 (math-expr-special-function-mapping): New variable.
18280 (math-tex-ignore-words): Add to list.
18281
18282 * calc/calccomp.el (math-compose-expr, math-compose-rows):
18283 Add LaTeX support.
18284 (math-compose-expr): Add support for special functions.
18285
18286 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18287
18288 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
18289
18290 * progmodes/gdb-ui.el (gdb-memory-address)
18291 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18292 (gdb-memory-mode-map, gdb-memory-format-keymap)
18293 (gdb-memory-format-menu, gdb-memory-unit-keymap)
18294 (gdb-memory-unit-menu): New variables for a buffer
18295 that lets the user examine program memory.
18296 (gdb-memory-set-address, gdb-memory-set-repeat-count)
18297 (gdb-memory-format-binary, gdb-memory-format-octal)
18298 (gdb-memory-format-unsigned, gdb-memory-format-signed)
18299 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18300 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18301 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18302 (gdb-memory-unit-byte, gdb-memory-unit-menu)
18303 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18304 (gdb-memory-mode, gdb-memory-buffer-name)
18305 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18306 New functions for above buffer.
18307
18308 2005-01-30 Richard M. Stallman <rms@gnu.org>
18309
18310 * cus-edit.el (custom-bury-buffer): Function deleted.
18311 (custom-buffer-done-function): Option deleted.
18312 (custom-buffer-done-kill): New replacement option.
18313 (Custom-buffer-done): Call quit-window.
18314 (custom-buffer-create-internal): Update for above changes.
18315
18316 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
18317
18318 * simple.el (undo-ask-before-discard): New var.
18319 (undo-outer-limit-truncate): Implement it.
18320 (undo-extra-outer-limit): Doc update.
18321
18322 2005-01-29 Richard M. Stallman <rms@gnu.org>
18323
18324 * ses.el (undo-more): Delete defadvice.
18325 (ses-begin-change): Doc fix.
18326
18327 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18328 instead of rebinding C-x u and C-_.
18329
18330 * files.el (normal-backup-enable-predicate): Return nil for files
18331 in /tmp, regardless of temporary-file-directory.
18332
18333 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18334
18335 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18336 (open-rectangle, delete-whitespace-rectangle-line)
18337 (clear-rectangle-line): If FILL, pass t instead of FILL
18338 for move-to-column's 2nd arg.
18339
18340 * simple.el (undo): Fix the test for continuing a series of undos.
18341 (undo-more): Set pending-undo-list to t when we reach end.
18342 (pending-undo-list): Move up defvar.
18343
18344 * wid-edit.el (widget-button-click):
18345 Shorten the range of the track-mouse binding.
18346
18347 * comint.el (comint-insert-input): Undo previous changes;
18348 use last-input-event in interactive spec.
18349
18350 2005-01-29 Eli Zaretskii <eliz@gnu.org>
18351
18352 * progmodes/compile.el (compilation-start): Bind buffer-read-only
18353 to nil before invoking call-process. Reset buffer's modified flag
18354 after fontifying it in the no-async branch.
18355
18356 * wid-edit.el (widget-specify-button): If mouse pointer shape
18357 cannot be changed, use mouse face instead.
18358
18359 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
18360
18361 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18362 (gdb-goto-breakpoint): Make breakpoint handling work on template
18363 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
18364 (gdb-assembler-custom): Update to recognize breakpoint information
18365 added on 2005-01-19.
18366
18367 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18370 (dsssl-mode): Use define-derived-mode.
18371 (scheme-mode-initialize): Remove.
18372 (scheme-mode): Use run-mode-hooks.
18373
18374 * cus-edit.el (customize-group-other-window)
18375 (custom-buffer-create-other-window): Don't override special-display-*.
18376 (custom-mode-map): Make it dense.
18377
18378 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18379 sets the default value.
18380
18381 2005-01-28 Eli Zaretskii <eliz@gnu.org>
18382
18383 * descr-text.el: Add more keywords.
18384
18385 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * speedbar.el: Avoid unnecessary use of locate-library.
18388
18389 * international/mule-cmds.el (standard-display-european-internal):
18390 Don't fiddle with latin-1 non-break space any more since it's now
18391 special cased in the C code.
18392 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18393
18394 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
18395
18396 * cus-start.el (all): Add `undo-outer-limit'.
18397
18398 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18399
18400 * textmodes/bibtex.el (bibtex-format-entry):
18401 Use `bibtex-empty-field-re' only on the text of fields, not on entire
18402 field lines.
18403 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18404 not on part of a buffer.
18405
18406 2005-01-25 Lute Kamstra <lute@gnu.org>
18407
18408 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18409 nonempty field text strings like "{letters\\macro{}more letters}".
18410 Clarify docstring.
18411 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18412 (bibtex-entry-offset, bibtex-parse-association)
18413 (bibtex-parse-field-name): Fix typos in docstrings.
18414 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18415
18416 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
18417
18418 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18419 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18420 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18421 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18422
18423 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18424 isearch minor mode.
18425
18426 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
18427
18428 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18429
18430 2005-01-24 Lute Kamstra <lute@gnu.org>
18431
18432 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18433 CASECHARS and NOT-CASECHARS regular expressions of the
18434 "nederlands" and "nederlands8" dictionaries to prevent a "Range
18435 striding over charsets" error.
18436
18437 2005-01-24 Jay Belanger <belanger@truman.edu>
18438
18439 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18440 display variable name.
18441
18442 2005-01-24 Kenichi Handa <handa@m17n.org>
18443
18444 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18445 Fix setting of the element of encoded-kbd-iso2022-invocations.
18446
18447 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
18448
18449 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18450 (gdb-threads-select): Change to also accept mouse events.
18451 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18452 (gdb-threads-mouse-select): Delete.
18453
18454 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
18455
18456 * files.el (insert-directory): Take care of empty directory,
18457 listed without -a switch.
18458
18459 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
18460
18461 * textmodes/refill.el (refill-post-command-function):
18462 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18463 to the list of functions that we should be careful not to undo.
18464 (refill-late-fill-paragraph-function): Remove.
18465 (refill-saved-state): New var.
18466 (refill-mode): Use it to save fill-paragraph-function.
18467 Save also the value of auto-fill-function.
18468
18469 * term/w32-win.el: Simplify code.
18470
18471 2005-01-23 Kim F. Storm <storm@cua.dk>
18472
18473 * simple.el (line-move): Adapt to new return value from
18474 pos-visible-in-window-p.
18475
18476 * simple.el (line-move): Fix last change. Check partial
18477 visibility at point rather than at window-start.
18478
18479 2005-01-22 Jason Rumney <jasonr@gnu.org>
18480
18481 * term/w32-win.el (xw-defined-colors): Remove debug-message.
18482
18483 2005-01-22 David Kastrup <dak@gnu.org>
18484
18485 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18486
18487 2005-01-22 Eli Zaretskii <eliz@gnu.org>
18488
18489 * type-break.el (type-break-mode): Add a test for
18490 type-break-file-name being non-nil.
18491
18492 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
18493
18494 * net/eudc.el (top level): Call (message "") via progn, so that
18495 eudc-options-file is loaded.
18496
18497 2005-01-22 Kim F. Storm <storm@cua.dk>
18498
18499 * simple.el (line-move-1): Rename from line-move.
18500 (line-move): New function that adjusts vscroll for partially
18501 visible rows, and calls line-move-1 otherwise.
18502
18503 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
18504
18505 * pcomplete.el: Define pcomplete-read-event instead of read-event,
18506 since it's not a complete read-event implementation
18507
18508 2005-01-20 Jay Belanger <belanger@truman.edu>
18509
18510 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18511 for called function.
18512
18513 2005-01-20 Steven Tamm <steventamm@mac.com>
18514
18515 * term/mac-win.el (process-connection-type): Remove.
18516 Controlled now by s/darwin.h:PTY_ITERATION.
18517
18518 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * window.el (handle-select-window): Don't switch window when we're
18521 in the minibuffer.
18522
18523 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
18524
18525 * subr.el (dotimes-with-progress-reporter): New macro.
18526
18527 * ses.el (ses-dotimes-msg): Remove macro.
18528 Use `dotimes-with-progress-reporter' instead.
18529
18530 2005-01-19 Steven Tamm <steventamm@mac.com>
18531
18532 * term/mac-win.el (process-connection-type): Use new
18533 operating-system-release variable to use ptys on Darwin 7 (OS X
18534 10.3) when using carbon build.
18535
18536 2005-01-19 Jay Belanger <belanger@truman.edu>
18537
18538 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18539 flags if the last command was a tab or M-tab.
18540
18541 * calc/calc-prog.el (calc-user-define-edit): Put original formula
18542 in formula editing buffer.
18543
18544 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18545
18546 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18547 breakpoint image symbol in margin.
18548
18549 2005-01-19 Jay Belanger <belanger@truman.edu>
18550
18551 * calc/calc-prog.el (calc-execute-kbd-macro):
18552 Ignore calc-keep-arg-flag.
18553
18554 2005-01-19 Kenichi Handa <handa@m17n.org>
18555
18556 * textmodes/ispell.el (ispell-looking-at): New function.
18557 (ispell-process-line): Use ispell-looking-at to compare the ispell
18558 output and the buffer contents.
18559
18560 2005-01-18 Jay Belanger <belanger@truman.edu>
18561
18562 * calc/calc.el (calc-display-raw): Fix docstring.
18563
18564 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * simple.el (blink-matching-open): Strip extra info from syntax.
18567
18568 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18569 funny chars in the end-of-here-doc marker.
18570
18571 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18572
18573 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18574 that enable/disabled state of breakpoints is shown correctly in
18575 fringe and on ttys.
18576 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18577 Add breakpoint information as text properties.
18578 (gdb-mouse-toggle-breakpoint):
18579 Rename to gdb-mouse-set-clear-breakpoint.
18580 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
18581 breakpoints in the margin.
18582 (gdb-remove-strings): Simplify.
18583
18584 2005-01-17 Jay Belanger <belanger@truman.edu>
18585
18586 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18587 erasing buffer.
18588
18589 2005-01-17 Richard M. Stallman <rms@gnu.org>
18590
18591 * progmodes/grep.el (grep-find): Copy from `grep' the condition
18592 for calling grep-compute-defaults.
18593
18594 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18595 if buffer is empty.
18596
18597 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18598
18599 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
18600
18601 * hilit-chg.el (highlight-changes-mode): Don't autoload.
18602
18603 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18604 non-preloaded variables.
18605
18606 2005-01-17 Steven Tamm <steventamm@mac.com>
18607
18608 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18609 tex-shell cause to force interactivity when using pipes.
18610
18611 2005-01-17 Kim F. Storm <storm@cua.dk>
18612
18613 * simple.el (just-one-space): Make arg optional.
18614
18615 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
18616
18617 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18618 posn-at-x-y to t to access left-margin.
18619
18620 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
18621
18622 Sync with Tramp 2.0.47.
18623
18624 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18625 catching keep-date problems in cp/scp operations.
18626 (tramp-handle-copy-file): Don't call `set-file-modes'
18627 unconditionally. Specialized functions should know better what is
18628 necessary. This improves performance a little bit, and the
18629 functions could catch errors with `cp -p' and `scp -p'.
18630 (tramp-do-copy-or-rename-file-via-buffer)
18631 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18632 when appropriate.
18633 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18634 Call `set-file-modes' when appropriate.
18635 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
18636 Johnsson <isak@hypergene.com>
18637 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18638 of both Tramp buffer and debug buffer. Reported by Joakim Verona
18639 <joakim@verona.se>
18640 (tramp-file-name-for-operation): Mark `shell-command' as magic for
18641 Emacs only.
18642
18643 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
18644 `find-file-hooks' and `dired-mode-hook'.
18645 (tramp-minor-mode-map): Respective map. Add remapping for
18646 `compile' and `recompile'.
18647 (tramp-remap-command, tramp-recompile): New defuns.
18648 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18649 in buffer "*Compilation*". Call the commands asynchronously.
18650
18651 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18652 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18653 `shell-command', because it isn't magic in XEmacs. Reported by
18654 Adrian Aichner <adrian@xemacs.org>.
18655
18656 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18657 `substitute-in-file-name.
18658 (tramp-smb-handle-substitute-in-file-name): New defun.
18659 (tramp-smb-advice-PC-do-completion): Delete advice.
18660
18661 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
18662
18663 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18664 Fix error in deleting region.
18665
18666 2005-01-15 Richard M. Stallman <rms@gnu.org>
18667
18668 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18669 In non-temp buffer, switch syntax table temporarily.
18670
18671 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18672
18673 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18674
18675 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18676
18677 * imenu.el (imenu--split-menu): Copy menulist before sorting.
18678 (imenu--generic-function): Use START, not BEG, as pos of definition.
18679
18680 * simple.el (just-one-space): Argument specifies number of spaces.
18681
18682 * simple.el (eval-expression-print-format): Avoid warning
18683 about edebug-active.
18684
18685 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
18686
18687 * progmodes/sh-script.el: Code copied from make-mode.el
18688 with small changes,
18689 (sh-mode-map): Bind C-c C-\.
18690 (sh-backslash-column, sh-backslash-align): New variables.
18691 (sh-backslash-region, sh-append-backslash): New functions.
18692
18693 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
18694
18695 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18696 (rmail-pop-password, rmail-pop-password-required): Move to
18697 rmail-obsolete group.
18698 (rmail-set-pop-password): Rename to rmail-set-remote-password.
18699 All callers updated.
18700 (rmail-get-pop-password): Rename to rmail-get-remote-password.
18701 Take an argument specifying whether it is POP or IMAP mailbox we
18702 are using. All callers updated.
18703 (rmail-pop-password-error): Rename to
18704 rmail-remote-password-error. Added mailutils-specific error message.
18705 (rmail-movemail-search-path)
18706 (rmail-movemail-variant-in-use): New variables.
18707 (rmail-remote-password, rmail-remote-password-required):
18708 New customization variables.
18709 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18710 (rmail-parse-url): New function.
18711 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18712 with GNU mailutils movemail.
18713
18714 2005-01-15 Kevin Ryde <user42@zip.com.au>
18715
18716 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18717 suffix to space, $ or '$, to correctly position point when going
18718 to @table style constants like DBL_MAX.
18719
18720 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
18721
18722 * type-break.el (type-break-mode, type-break-file-time)
18723 (type-break-file-keystroke-count, type-break-choose-file):
18724 Don't store data in or load data from the file if type-break-file-name
18725 is nil.
18726 (type-break-file-name): Doc update as per the above.
18727
18728 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
18729
18730 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18731 lookup-key might return nil; handle that.
18732
18733 2005-01-15 Alan Mackenzie <acm@muc.de>
18734
18735 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18736 rather than the element found, thus enabling the tree to be setcar'd.
18737
18738 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18739
18740 * textmodes/org.el (org-show-following-heading): New option.
18741 (org-show-hierarchy-above): Use `org-show-following-heading'.
18742 (org-cycle): Documentation fix.
18743
18744 * textmodes/org.el (orgtbl-optimized): New option
18745 (orgtbl-mode): New command, a minor mode.
18746 (orgtbl-mode-map): New variable.
18747 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18748 (orgtbl-error, orgtbl-self-insert-command)
18749 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18750
18751 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18752 a local variable in each org-mode buffer.
18753
18754 * textmodes/org.el (org-set-regexps-and-options): Rename from
18755 `org-set-regexps'. Added checking for STARTUP keyword.
18756 (org-get-current-options): Add STARTUP options.
18757 (org-table-insert-row): Make mode intelligent about when
18758 realignment is needed.
18759 (org-self-insert-command, org-delete-backward-char, org-delete-char):
18760 New commands.
18761 (org-enable-table-editor): New default value `optimized'.
18762 (org-table-blank-field): Support blanking regions if active.
18763
18764 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18765
18766 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18767 if the year is not given.
18768
18769 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18770 Add new escapes %m and %M, fixed bug with %F by adding
18771 save-match-data.
18772 (reftex-reference): Remove ?. from list of spaces.
18773 (reftex-label-info): Add automatic label prefix recognition.
18774
18775 * textmodes/reftex-index.el (reftex-index-next-phrase):
18776 Add slave parameter to call of `reftex-index-this-phrase'.
18777 (reftex-index-this-phrase): New optional argument.
18778 (reftex-index-region-phrases): Add slave parameter to call of
18779 `reftex-index-this-phrase'.
18780 (reftex-display-index): New argument redo.
18781 (reftex-index-rescan): Add `redo' to arguments of
18782 `reftex-display-index'.
18783 (reftex-index-Rescan, reftex-index-revert)
18784 (reftex-index-switch-index-tag): Add `redo' to arguments of
18785 `reftex-display-index'.
18786 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18787 indexing. Fix bug with matching is there is a quote before or
18788 after the word.
18789
18790 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18791 Fix bug when collecting citation keys in lines with comments.
18792 (reftex-citation): Prefix argument no longer rescans the document,
18793 but forces prompting for optional arguments of cite macros.
18794 (reftex-do-citation): Prompting for optional arguments implemented.
18795
18796 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18797 Add optional arguments to most cite commands.
18798 (reftex-cite-cleanup-optional-args): New option
18799 (reftex-cite-prompt-optional-args): New option.
18800 (reftex-trust-label-prefix): New option.
18801
18802 * textmodes/reftex-toc.el (reftex-toc-find-section):
18803 Add push-mark before changing the position in the buffer.
18804
18805 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18806 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18807
18808 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
18809
18810 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18811 more carefully.
18812
18813 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18816 (sgml-mode): Use it.
18817 (sgml-get-context): Better keep track of implicitly closed tags.
18818
18819 2005-01-13 Kenichi Handa <handa@m17n.org>
18820
18821 * textmodes/ispell.el: These changes are to fix misalignment error
18822 caused by equivalent characters of different Emacs charsets.
18823 (ispell-unified-chars-table): New variable.
18824 (ispell-get-decoded-string): New function.
18825 (ispell-get-casechars, ispell-get-not-casechars)
18826 (ispell-get-otherchars): Call ispell-get-decoded-string.
18827
18828 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18829
18830 * custom.el (custom-declare-variable): Just put symbol instead
18831 of (defvar . symbol) in `current-load-list'.
18832
18833 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18834
18835 * emacs-lisp/elint.el: Fixed typo in Commentary section.
18836
18837 2005-01-12 Jay Belanger <belanger@truman.edu>
18838
18839 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18840 to create a Calc summary.
18841
18842 2005-01-12 Kim F. Storm <storm@cua.dk>
18843
18844 * mouse.el (mouse-on-link-p): Change functionality and doc
18845 string to comply with latest description in lisp ref.
18846
18847 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
18848
18849 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18850 Enable mouse clicks on mode-line, header-line and margin.
18851 (event-type): Give mouse event symbols an `event-kind' property
18852 with value `mouse-click'.
18853
18854 2005-01-12 Juri Linkov <juri@jurta.org>
18855
18856 * facemenu.el (list-colors-display): Add new arg buffer-name.
18857 Use it. Fix docstring. Replace code for identifying duplicate
18858 colors by the name with call to `list-colors-duplicates' which
18859 identifies duplicate colors by the value unless the color
18860 is one of special Windows colors. Set truncate-lines to t.
18861 Print sorted duplicate color names on each line. Indent to 22
18862 \(the longest color name in rgb.txt) instead of 20. Optimize.
18863 (list-colors-duplicates): New function.
18864 (facemenu-color-name-equal): Delete function.
18865
18866 * facemenu.el (list-colors-print): New function created from code
18867 in list-colors-display. Print #RRGGBB at the window right edge.
18868 (list-colors-display): When temp-buffer-show-function is not
18869 defined, call list-colors-print from temp-buffer-show-hook
18870 to get the right value of window-width in list-colors-print
18871 after the buffer is displayed.
18872
18873 * simple.el (pop-mark): Move deactivate-mark out of conditional
18874 part to deactivate the active mark regardless of the state of the
18875 mark ring.
18876
18877 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18878 variables line in desktop files.
18879
18880 2005-01-12 Juri Linkov <juri@jurta.org>
18881
18882 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18883 Bring together isearch highlight related options.
18884 (lazy-highlight): Replace group `replace' by `matching'.
18885 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18886 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18887 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18888 and declare them obsolete.
18889 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18890 (isearch-faces): Remove defgroup.
18891 (isearch-overlay, isearch-highlight, isearch-dehighlight):
18892 Move isearch highlighting code closer to lazy highlighting code.
18893
18894 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18895 (query-replace-highlight, query-replace-lazy-highlight)
18896 (query-replace): Move definitions to the beginning of the file.
18897
18898 2005-01-11 Juri Linkov <juri@jurta.org>
18899
18900 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18901 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18902 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18903
18904 * info.el (Info-history-forward): New variable.
18905 (Info-select-node): Reset Info-history-forward to nil.
18906 (Info-last): Turn into defalias.
18907 (Info-history-back): Rename from Info-last.
18908 Add current node to Info-history-forward.
18909 (Info-history-forward): New fun.
18910 (Info-mode-map): Replace Info-last by Info-history-back.
18911 Bind Info-history-forward to "r".
18912 (Info-mode-menu): Replace Info-last by Info-history-back.
18913 Fix menu item text. Add menu item for Info-history-forward.
18914 (info-tool-bar-map): Replace Info-last by Info-history-back.
18915 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
18916 for Info-history-forward.
18917 (Info-mode): Replace Info-last by Info-history-back in docstring.
18918 Add local variable Info-history-forward.
18919 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18920
18921 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18924 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18925 Ignore select-window events rather than fiddle with
18926 mouse-autoselect-window.
18927
18928 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
18929
18930 * type-break.el (type-break-mode): Fix previous change.
18931
18932 2005-01-10 Jay Belanger <belanger@truman.edu>
18933
18934 * calc/calc-ext.el (calc-reset): Reset when inside embedded
18935 calculator; only reset when point is inside a calculator.
18936 Don't adjust the window height if the window takes up the whole height
18937 of the frame.
18938
18939 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18940
18941 * ebuff-menu.el (Electric-buffer-menu-mode):
18942 Preserve value of buffer-local var header-line-format.
18943
18944 2005-01-09 Jay Belanger <belanger@truman.edu>
18945
18946 * calc/calc.el (calc-mode-var-list-restore-saved-values):
18947 Make sure settings file exists before accessing it.
18948
18949 * calc/calc-embed.el (calc-embedded-subst):
18950 Replace math-multi-subst-rec, which is only supposed to be called
18951 by math-multi-subst, by math-multi-subst.
18952
18953 2005-01-09 Andre Spiegel <spiegel@gnu.org>
18954
18955 * vc.el (vc-allow-async-revert): New user option.
18956 (vc-disable-async-diff): New internal variable.
18957 (vc-revert-buffer): Use them to disable asynchronous diff.
18958
18959 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18960 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18961 asynchronously if vc-disable-async-diff is t.
18962
18963 2005-01-09 Jay Belanger <belanger@truman.edu>
18964
18965 * calc/calc.el (defcalcmodevar): New macro.
18966 (calc-mode-var-list-restore-default-values)
18967 (calc-mode-var-list-restore-saved-values): New functions.
18968 (calc-mode-var-list): Use defcalcmodevar to define it.
18969 (calc-always-load-extensions, calc-line-numbering)
18970 (calc-line-breaking, calc-display-just, calc-display-origin)
18971 (calc-number-radix, calc-leading-zeros, calc-group-digits)
18972 (calc-group-char, calc-point-char, calc-frac-format)
18973 (calc-prefer-frac, calc-hms-format, calc-date-format)
18974 (calc-float-format, calc-full-float-format, calc-complex-format)
18975 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18976 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18977 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18978 (calc-matrix-brackets, calc-language, calc-language-option)
18979 (calc-left-label, calc-right-label, calc-word-size)
18980 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18981 (calc-display-raw, calc-internal-prec, calc-angle-mode)
18982 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18983 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18984 (calc-window-height, calc-display-trail, calc-show-selections)
18985 (calc-use-selections, calc-assoc-selections)
18986 (calc-display-working-message, calc-auto-why, calc-timing)
18987 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18988 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18989 (calc-gnuplot-default-device, calc-gnuplot-default-output)
18990 (calc-gnuplot-print-device, calc-gnuplot-print-output)
18991 (calc-gnuplot-geometry, calc-graph-default-resolution)
18992 (calc-graph-default-resolution-3d, calc-invocation-macro)
18993 (calc-show-banner): Use defcalcmodevar to declare them and set
18994 their default values.
18995
18996 * calc/calc-ext.el (calc-reset): Restore saved values of variables
18997 instead of default values (but restore default values if there is
18998 an argument of 0).
18999
19000 2005-01-09 David Kastrup <dak@gnu.org>
19001
19002 * desktop.el (desktop-restore-eager): Fix typo in type.
19003
19004 2005-01-08 Richard M. Stallman <rms@gnu.org>
19005
19006 * cus-edit.el (customize): Delete :link.
19007
19008 2005-01-08 Jay Belanger <belanger@truman.edu>
19009
19010 * calc/calc.el (calc-mode): Remove the extension from the
19011 `calc-settings-file' file name when loading it.
19012
19013 2005-01-08 Kim F. Storm <storm@cua.dk>
19014
19015 * info.el (Info-mode-map, Info-next-link-keymap)
19016 (Info-prev-link-keymap, Info-up-link-keymap):
19017 Map follow-link to mouse-face.
19018 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19019
19020 2005-01-08 Jay Belanger <belanger@truman.edu>
19021
19022 * calc/calc.el (calc-settings-file): Change default value.
19023 Suggested by cgw in a comment in calc-mode.el.
19024
19025 * calc/calc-mode.el (calc-settings-file-name):
19026 Compare calc-settings-file to user-init-file instead of ~/.emacs.
19027 Replace ~/.emacs in a prompt by calc-settings-file.
19028
19029 2005-01-07 Lars Hansen <larsh@math.ku.dk>
19030
19031 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19032 (desktop-lazy-idle-delay): New customizable variables.
19033 (desktop-buffer-args-list): New variable.
19034 (desktop-append-buffer-args): New function.
19035 (desktop-save): Call desktop-append-buffer-args for some buffers.
19036 (desktop-lazy-create-buffer): New function.
19037 (desktop-idle-create-buffers): New function.
19038 (desktop-read): Add message about buffers to restore lazily.
19039 (desktop-lazy-abort): New command.
19040 (desktop-clear): Call desktop-lazy-abort.
19041 (desktop-lazy-complete): New command.
19042
19043 2005-01-06 Richard M. Stallman <rms@gnu.org>
19044
19045 * emacs-lisp/find-func.el (find-face-definition):
19046 Rename from find-face.
19047
19048 2005-01-06 Kim F. Storm <storm@cua.dk>
19049
19050 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19051
19052 * man.el (Man-xref-man-page, Man-xref-header-file)
19053 (Man-xref-normal-file): Add follow-link property.
19054
19055 2005-01-06 Jay Belanger <belanger@truman.edu>
19056
19057 * calc/calc-units.el: Make sure the proper macro definitions are
19058 available when compiling.
19059
19060 2005-01-06 Juri Linkov <juri@jurta.org>
19061
19062 * isearch.el (isearch-lazy-highlight-update):
19063 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19064
19065 2005-01-06 Miles Bader <miles@gnu.org>
19066
19067 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19068 (isearch-lazy-highlight-face): Use new name.
19069
19070 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
19071
19072 * uniquify.el (uniquify-rationalize-file-buffer-names):
19073 Re-add an interactive spec.
19074 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19075 to the same name.
19076
19077 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19078 (isearch-update, isearch-done): Adjust calls accordingly.
19079
19080 2005-01-05 Richard M. Stallman <rms@gnu.org>
19081
19082 * custom.el (custom-set-variables, custom-theme-set-variables):
19083 Clarify documentation.
19084
19085 * emacs-lisp/find-func.el (find-variable)
19086 (find-variable-other-window, find-variable-other-frame):
19087 Fix the TYPE args to find-function-read and find-function-do-it.
19088 (find-function): Doc fix.
19089 (find-function-at-point): Replace function-at-point alias.
19090
19091 2005-01-04 Richard M. Stallman <rms@gnu.org>
19092
19093 * cus-face.el (custom-declare-face):
19094 Record defface in current-load-list.
19095
19096 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19097
19098 * emacs-lisp/find-func.el: Doc fixes.
19099 (find-face-regexp): New variable.
19100 (find-function-regexp-alist): New variable.
19101 (find-function-C-source): Third arg is now TYPE.
19102 (find-function-search-for-symbol): Handle general TYPE.
19103 (find-function-read, find-function-do-it): Handle general TYPE.
19104 (find-definition-noselect, find-face): New functions.
19105 (function-at-point): Alias deleted.
19106
19107 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
19108
19109 * battery.el (display-battery-mode): Rename from display-battery.
19110 Handle the case where it gets turned off.
19111
19112 2005-01-04 Richard M. Stallman <rms@gnu.org>
19113
19114 * cus-edit.el (customize): Make :link point to user doc.
19115
19116 * man.el (Man-fontify-manpage): Turn off undo generation.
19117
19118 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19119
19120 2005-01-04 Andreas Schwab <schwab@suse.de>
19121
19122 * files.el (insert-directory): Only look for error lines in
19123 inserted text. Don't move too far after processing --dired markers.
19124
19125 2005-01-04 Richard M. Stallman <rms@gnu.org>
19126
19127 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19128 Don't expand if the character is @, period, dash, etc.
19129 (define-mail-abbrev): Quote names that contain problem characters.
19130
19131 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
19132
19133 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19134
19135 2005-01-03 Richard M. Stallman <rms@gnu.org>
19136
19137 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19138 (query-replace-highlight, query-replace-lazy-highlight)
19139 (query-replace): Definitions moved up. Doc fix.
19140
19141 2005-01-03 Richard M. Stallman <rms@gnu.org>
19142
19143 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19144 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19145 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19146 (lazy-highlight-face): Rename from isearch-lazy-...
19147 Change all references to them.
19148
19149 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
19150
19151 * cus-edit.el (custom-file): Doc fix for defcustom.
19152 (custom-file): The function no longer sets the variable
19153 `custom-file' to its return value.
19154
19155 * startup.el (command-line): No longer load `custom-file'.
19156
19157 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19158
19159 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19160
19161 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19162 Don't confuse module-prefixed identifiers for labels.
19163 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19164
19165 2005-01-02 Richard M. Stallman <rms@gnu.org>
19166
19167 * files.el (basic-save-buffer-1): Fix previous change.
19168
19169 * loadhist.el (file-loadhist-lookup): New function.
19170 (file-provides, file-requires): Use it.
19171
19172 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19173 instead of calculating the right size.
19174
19175 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19176
19177 * vc-svn.el (vc-svn-diff): Stay local if possible.
19178
19179 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
19180
19181 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19182
19183 * files.el (hack-local-variables): Fix last change.
19184
19185 2005-01-02 Jay Belanger <belanger@truman.edu>
19186
19187 * calc/calc-yank.el (calc-edit-top): New variable.
19188 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19189 object. Change header properties.
19190 (calc-edit-finish, calc-edit-finish-stack-object)
19191 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19192 edited object.
19193 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19194 for the beginning of the edited object.
19195 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19196 for the beginning of the edited object.
19197 * calc/calc-prog.el (calc-edit-macro-finish-edit)
19198 (calc-finish-formula-edit, calc-macro-repeats)
19199 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19200 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19201 beginning of the edited object.
19202 (calc-user-define-edit): Change the header for editing macros.
19203 Remove unnecessary variable.
19204
19205 2005-01-01 Jay Belanger <belanger@truman.edu>
19206
19207 * calc/calc-yank.el (calc-edit-mode): Change default header.
19208 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19209 * calc/calc-store.el (calc-edit-variable): Change title to match new
19210 header.
19211 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19212 mode to match new header.
19213 (calc-user-define-edit): Change titles to include names of commands.
19214 (calc-finish-formula-edit): Adjust to handle new header.
19215 (calc-finish-macro-edit): Remove.
19216 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19217 (calc-edit-macro-command, calc-edit-macro-command-type)
19218 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19219 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19220 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19221 (calc-edit-macro-finish-edit): New functions.
19222 (calc-user-define-edit): Use new functions to edit named calc macros.
19223
19224 2005-01-01 Stefan <monnier@iro.umontreal.ca>
19225
19226 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19227
19228 * ses.el (copy-region-as-kill): Deactivate mark.
19229
19230 2005-01-01 Richard M. Stallman <rms@gnu.org>
19231
19232 * replace.el (occur-1): If the output buffer is also an input,
19233 don't kill it, rename it.
19234
19235 * faces.el (set-face-background, set-face-foreground): Doc fix.
19236
19237 * cus-face.el (custom-face-attributes): Fix :help-echo strings
19238 for :foreground and :background.
19239
19240 * dired.el (dired-view-command-alist): Variable deleted.
19241 (dired-view-file, dired-mouse-find-file-other-window):
19242 Delete the code to use it.
19243
19244 2005-01-01 Kim F. Storm <storm@cua.dk>
19245
19246 * image.el (insert-sliced-image): Use t for line-height property.
19247
19248 See ChangeLog.11 for earlier changes.
19249
19250 ;; Local Variables:
19251 ;; coding: iso-2022-7bit
19252 ;; End:
19253
19254 Copyright (C) 2005 Free Software Foundation, Inc.
19255 Copying and distribution of this file, with or without modification,
19256 are permitted provided the copyright notice and this notice are preserved.
19257
19258 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1