1 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3 * progmodes/flymake.el (flymake-split-string): Remove more than one
4 empty string at beg/end of the result.
5 (flymake-find-buildfile, flymake-find-possible-master-files):
7 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8 since expand-file-name does it for us. Use directory-file-name.
9 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
10 (flymake-ler-get-type, flymake-ler-get-text)
11 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
12 (flymake-current-line-no): Remove spurious interactive spec.
13 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14 (flymake-check-include): Remove arg inc-path merged into inc-name.
15 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16 Arg regexp-list replaced by a simple regexp.
17 (flymake-master-make-header-init, flymake-master-tex-init):
18 Correspondingly replace regexp-list with a regexp. Fix regexp.
20 2006-01-10 Simon Josefsson <jas@extundo.com>
22 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
23 describing AUTH PLAIN fix.
25 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
27 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
28 (report-emacs-bug): Don't record initial prompt text.
29 Instead, add text properties to prompting text.
30 (report-emacs-bug-hook): Delete prompting text.
32 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
34 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
35 `dirs'. Adjust callers.
37 2006-01-09 John Paul Wallington <jpw@gnu.org>
39 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
41 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
43 * reveal.el (reveal-open-new-overlays): New extracted fun.
44 (reveal-close-old-overlays): Idem. Check overlays's liveness before
45 using them. Simplify the code.
46 (reveal-post-command): Use them. Fix up obsolete windows in
49 * progmodes/flymake.el: Use `require' rather than autoload for
51 (flymake-get-common-file-prefix, flymake-build-relative-filename):
52 Delete. Use file-relative-name instead.
53 (flymake-get-syntax-check-program-args, flymake-perl-init):
54 Simplify the resulting code.
56 * log-view.el (log-view-file-re, log-view-message-re): Add support
59 2006-01-09 Alex Schroeder <alex@gnu.org>
61 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
62 identifiers sometimes added in square brackets at the beginning of
65 2006-01-07 Richard M. Stallman <rms@gnu.org>
67 * cus-edit.el (Custom-set, Custom-save): Doc fix.
68 (Custom-reset-current, Custom-reset-saved): Change question text.
69 (Custom-reset-standard): Likewise.
70 (custom-variable-reset-saved): Doc fix.
72 2006-01-07 Eli Zaretskii <eliz@gnu.org>
74 * startup.el (init-file-user): Doc fix.
76 2006-01-07 Alex Schroeder <alex@gnu.org>
78 * mail/rmail.el (rmail-current-subject): New function.
79 (rmail-current-subject-regexp): New function.
80 (rmail-next-same-subject): Use it.
82 * mail/rmailsum.el (rmail-summary-by-topic):
83 Use rmail-current-subject and rmail-current-subject-regexp.
84 (rmail-summary-next-same-subject): Ditto.
86 * net/rcirc.el (rcirc-send-input): No longer check whether the
87 process is open, since not all commands need an open process.
88 (rcirc-send-string): Check whether the process is open before
90 (rcirc-ignore-list): New option.
91 (rcirc-ignore-list-automatic): New variable.
92 (rcirc-print): Take rcirc-ignore-list into account.
93 (rcirc-cmd-ignore): New command.
94 (rcirc-ignore-update-automatic): New function.
95 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
96 list if ignored nicks.
97 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
99 2006-01-06 David Reitter <david.reitter@gmail.com>
101 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
102 reflect the address to which the report will be sent.
104 2006-01-06 Eli Zaretskii <eliz@gnu.org>
106 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
107 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
109 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
111 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
113 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
114 the doc string: "functoin" => "function".
115 ldefs-boot.el: Likewise.
117 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
118 message text: "Duplicat" => "Duplicate".
120 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
122 * files.el (basic-save-buffer-2): If backing-up failed, reset
123 buffer-backed-up to nil.
125 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
127 * progmodes/gud.el (gdb-script-skip-to-head)
128 (gdb-script-calculate-indentation): Indent for breakpoint command
131 2006-01-05 Bill Wohler <wohler@newt.com>
133 * Makefile.in (compile-always): Add mh-autoloads dependency.
134 (bootstrap): Remove mh-autoloads dependency, as compile dependency
136 (updates): Remove mh-autoloads dependency, since it probably has
137 already run recently (via recompile).
139 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
141 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
142 argument `force' to disable the flyspell-last-buffer optimization.
143 (flyspell-mode-on): Use it.
145 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
146 flymake-simple-cleanup.
147 (flymake-allowed-file-name-masks): Use this new default.
148 All the functions are now called in the right buffer rather than
149 passing the buffer as argument.
150 (flymake-process-sentinel): Switch to buffer before calling cleanup.
151 (flymake-parse-err-lines): Remove redundant buffer arg.
152 (flymake-get-program-dir): Comment out unused function.
153 (flymake-start-syntax-check, flymake-start-syntax-check-process):
154 Remove redundant buffer argument.
155 (flymake-get-real-file-name, flymake-simple-java-cleanup)
156 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
158 2006-01-05 Richard M. Stallman <rms@gnu.org>
160 * info.el (Info-find-node): Don't record previous node if have none.
161 (info): Go to directory only if history is empty.
163 * simple.el (mark): Doc fix.
165 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
167 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
168 already of desired type.
169 (mac-ae-list): Coerce parameter to "list" type.
170 (mac-dispatch-apple-event): Replace cadr part of event with a
171 dummy position so that event-start returns it.
173 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
175 * textmodes/org.el: (org-end-of-subtree): New function.
176 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
177 Use `org-end-of-subtree'.
178 (org-agenda, org-agenda-convert-date): Protect calls to
179 `fit-window-to-buffer'.
180 (org-tags-view): Force matching of sublevels when doing a
181 todo-only search. Define the correct redo command, including the
183 (org-agenda-redo): Display message.
184 (org-check-for-org-mode): New function.
185 (org-agenda-type): New variable.
186 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
187 Set `org-agenda-type'.
188 (org-agenda-check-type): New function.
189 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
190 (org-agenda-week-view, org-agenda-day-view)
191 (org-agenda-next-date-line, org-agenda-previous-date-line)
192 (org-agenda-log-mode, org-agenda-toggle-diary)
193 (org-agenda-toggle-time-grid, org-agenda-date-later)
194 (org-agenda-date-prompt, org-agenda-diary-entry)
195 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
196 (org-agenda-convert-date, org-agenda-menu):
197 Use `org-agenda-check-type'.
198 (org-make-overlay, org-delete-overlay)
199 (org-detatch-overlay, org-move-overlay, org-overlay-put):
200 New compatibility functions.
201 (org-calendar-select-mouse): New command.
203 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
205 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
206 (Custom-reset-standard): Fix y-or-n-p messages.
207 (custom-link): New face for links.
208 (custom-buffer-create-internal, custom-manual): Use it.
209 (custom-face-save): Push to theme-face before setting face spec.
211 * wid-edit.el (widget-default-mouse-face-get): New function.
212 (widget-specify-button): Handle mouse-face like button-face.
214 * custom.el (load-theme): Clear old theme settings if reloading.
216 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
218 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
219 "Erase Customization" button back to same position it occupies in
220 the individual State menus.
222 2006-01-04 Kim F. Storm <storm@cua.dk>
224 * wid-edit.el (key-sequence): Rework widget to read key binding
225 using `kbd' syntax. Use C-q to insert literal key, event, or code.
226 (widget-key-sequence-default-value): Default value for empty sequence.
227 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
228 (widget-key-sequence-read-event): New command for C-q.
229 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
230 (widget-key-sequence-value-to-external): New functions.
232 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
234 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
235 Use expand-file-name.
236 (flymake-delete-temp-directory): Use expand-file-name,
237 file-name-directory, and directory-file-name.
238 (flymake-strrchr): Delete.
239 (flymake-start-syntax-check): Don't pass the redundant buffer argument
240 to the init-f function.
241 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
242 (flymake-init-find-buildfile-dir)
243 (flymake-init-create-temp-source-and-master-buffer-copy)
244 (flymake-simple-make-init-impl, flymake-simple-make-init)
245 (flymake-master-make-init, flymake-master-make-header-init)
246 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
247 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
248 (flymake-xml-init): Remove corresponding redundant buffer argument.
249 (flymake-allowed-file-name-masks): Remove last elems that are equal to
250 the default anyway. Clean up regexps.
252 * progmodes/flymake.el (flymake-temp-source-file-name)
253 (flymake-master-file-name, flymake-temp-master-file-name)
254 (flymake-base-dir): New buffer-local vars.
255 (flymake-buffer-data, flymake-get-buffer-value)
256 (flymake-set-buffer-value): Replace those hash-tables by the new
257 buffer-local vars. Update callers.
259 * progmodes/flymake.el (flymake-check-start-time)
260 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
261 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
262 Move definition, so we can remove redundant earlier declaration.
263 (flymake-replace-regexp-in-string, flymake-split-string)
264 (flymake-get-temp-dir): Use defalias.
265 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
266 (flymake-xemacs-window-edges): Remove unused function.
267 (flymake-get-point-pixel-pos): Move.
268 (flymake-pid-to-names, flymake-reg-names)
269 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
270 Replace by a simple list flymake-processes and by process-buffer.
271 Update callers. Other than simplify the code, it uses buffers rather
272 than buffer-names so it doesn't get confused by uniquify.
273 (flymake-buffer-data): The global value should just be nil.
275 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
276 Optimize the body of a defalias like any other code.
278 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
279 Make sure we've setup font-lock's vars. It may influence which
280 function we then call.
281 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
282 here since it's too late anyway.
284 2006-01-03 Romain Francoise <romain@orebokech.com>
286 * startup.el (fancy-splash-tail, normal-splash-screen):
287 Update copyright year.
289 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
291 * mouse.el (mouse-drag-track): Rename, from
292 `mouse-drag-region-1'. Includes optional argument required to
293 enable post-drag event processing (e.g. delete region keys).
294 Can be used without this argument to track a mouse region and operate
295 on it as soon as the drag completes.
296 (mouse-drag-region): Use `mouse-drag-track'.
298 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
300 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
301 Move to `custom-buffer' group.
303 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
304 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
305 (custom-theme-insert-face-marker, custom-theme-variable-menu)
306 (custom-theme-face-menu): New variables.
307 (custom-theme-add-variable, custom-theme-variable-action)
308 (custom-variable-reset-theme, custom-theme-delete-variable)
309 (custom-face-reset-theme, custom-theme-face-action)
310 (custom-theme-delete-face, custom-theme-merge-theme)
311 (custom-theme-add-face, custom-theme-visit-theme): New functions.
313 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
315 * custom.el: Move Custom Themes commentary to start of theme code.
316 (custom-known-themes): Rename `standard' theme to `changed'.
317 (custom-push-theme): Caller no longer specifies what theme to use
318 when doing `reset'---the setting is simply removed from the theme.
319 Delete MODE from `theme-value' and `theme-settings' properties.
320 (custom-declare-theme): Ignore &rest args since we don't use them.
322 (custom-loaded-themes): Delete variable.
323 (custom-theme-load-themes, custom-theme-loaded-p)
324 (custom-theme-value): Delete functions.
326 (custom-declare-theme): Signal error on invalid theme names.
327 (provide-theme): custom-loaded-themes was deleted.
328 (load-theme): Load the file unconditionally.
329 (enable-theme): Call `load-theme' if theme is undefined.
330 (custom-enabled-themes): Only update value for successful loads.
331 (disable-theme): Complete from enabled themes when interactive.
332 (custom-variable-theme-value): Calculate theme value directly.
334 (custom-theme-reset-variables, custom-reset-variables): Mark as
335 XEmacs compatibility functions. We don't actually use these.
337 * cus-edit.el (custom-variable-state-set):
338 Use custom-variable-theme-value instead of custom-theme-value.
339 (custom-face-state-set): Rename `standard' theme to `changed'.
340 (custom-save-variables, custom-save-faces): Delete unneeded
341 references to custom-reset-variables.
342 (custom-save-resets): Delete function.
343 (custom-save-variables, custom-save-faces): MODE argument deleted.
344 (custom-save-variables, custom-save-faces): Ignore theme values.
346 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
347 compatibility function.
349 2006-01-01 Richard M. Stallman <rms@gnu.org>
351 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
352 (Custom-reset-current, Custom-reset-saved): Likewise.
353 (Custom-reset-standard): Show message if aborted.
354 (custom-mode): Doc fix, describing those commands.
356 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
357 put on event-kind property.
359 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
361 * custom.el (provide-theme): Ban `user' theme name.
362 (custom-enabling-themes): New variable.
363 (enable-theme): Don't enable user if custom-enabling-themes is t.
364 (custom-enabled-themes): Make it a defcustom.
365 (custom-theme-recalc-face): No-op if face is undefined.
367 * cus-edit.el (custom-button-mouse): New variable.
368 (custom-button-mouse): New face.
369 (custom-raised-buttons, custom-mode): Use it.
371 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
373 2005-12-31 Eli Zaretskii <eliz@gnu.org>
375 * progmodes/gud.el (gud-display-line): Support hl-line in the
378 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
380 * mouse.el (mouse-drag-window-above): Verify that the found window
381 overlaps with the given window in the horizontal dimension.
383 2005-12-31 Eli Zaretskii <eliz@gnu.org>
385 * Makefile.in (cvs-update): New target.
387 * makefile.w32-in (cvs-update): Ditto.
389 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
391 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
392 (custom-new-theme-mode-map): New variable.
394 2005-12-30 Richard M. Stallman <rms@gnu.org>
396 * custom.el (custom-load-themes): Function deleted.
398 * cus-edit.el (custom-save-loaded-themes): Function deleted.
399 (custom-save-variables): Don't delete or add custom-load-themes call.
401 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
403 * cus-start.el: Add `visible-cursor'.
405 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
406 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
407 (flymake-process-filter): Switch to buffer before calling it instead.
408 (flymake-post-syntax-check, flymake-highlight-err-lines)
409 (flymake-delete-own-overlays, flymake-parse-err-lines)
410 (flymake-start-syntax-check, flymake-start-syntax-check-process)
411 (flymake-count-lines, flymake-parse-residual):
412 Remove constant buffer argument.
413 (flymake-start-syntax-check-for-current-buffer): Remove.
414 Update callers to use flymake-start-syntax-check instead.
415 (flymake-display-err-menu-for-current-line):
416 Remove unused var `mouse-pos'.
417 (flymake-restore-formatting): Comment out unused function.
418 (flymake-report-status, flymake-report-fatal-status): Remove buffer
419 argument, use current-buffer instead. Update callers.
421 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
423 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
424 buffer-local because choose-completion-delete-max-match requires
425 that we set completion-ignore-case (i.e., binding via let is not
427 (bibtex-complete): Always set completion-ignore-case and
428 choose-completion-string-functions. The latter is needed because
429 choose-completion-string-functions keeps its value if we quit the
430 *Completions* buffer without requesting a completion.
432 2005-12-30 Andreas Schwab <schwab@suse.de>
434 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
436 2005-12-30 Eli Zaretskii <eliz@gnu.org>
438 * jit-lock.el (jit-lock-chunk-size): Doc fix.
440 2005-12-30 Juri Linkov <juri@jurta.org>
442 * locate.el (locate-fcodes-file, locate-header-face)
443 * progmodes/delphi.el (delphi-other-face)
444 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
446 * paren.el (show-paren-match, show-paren-mismatch): Use existing
447 group `paren-showing-faces'.
449 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
450 (goto-address): Fix docstring.
452 * net/webjump.el (webjump-sample-sites): Update URLs.
454 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
456 * subr.el (cancel-change-group): Add listp around pending-undo-list.
458 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
460 * font-lock.el (font-lock-compile-keywords): Signal an error when
461 font-lock-set-defaults hasn't been called.
463 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
465 * subr.el (noreturn, 1value): Doc fixes.
467 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
469 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
470 that assoc-string returns nil.
472 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
474 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
475 (bibtex-entry-type-str, bibtex-empty-field-re)
476 (bibtex-search-backward-string, bibtex-preamble-prefix)
477 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
478 (bibtex-any-valid-entry-type): New variable.
479 (bibtex-parse-field-name): Simplify.
480 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
481 (bibtex-preamble-prefix): Include left delimiter.
482 (bibtex-search-forward-field, bibtex-search-backward-field):
483 Allow unbounded search past entry boundaries (required by bibtex-pop).
484 (bibtex-text-in-field-bounds): Use push.
485 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
486 (bibtex-parse-preamble, bibtex-valid-entry)
487 (bibtex-beginning-first-field): New functions.
488 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
489 (bibtex-map-entries): Fix docstring.
490 (bibtex-flash-head): New arg prompt. Simplify.
491 (bibtex-enclosing-field): Include code of bibtex-inside-field.
492 (bibtex-insert-kill): Simplify. Always insert text past the
493 current field or entry.
494 (bibtex-format-entry): Use bibtex-parse-field.
495 (bibtex-pop): Use bibtex-beginning-of-entry and
496 bibtex-end-of-entry to initiate the search. Insert empty field if
498 (bibtex-print-help-message): New args field and comma.
500 (bibtex-make-field): Use bibtex-beginning-of-entry.
501 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
503 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
504 Handle preambles. Simplify code for thorough test.
505 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
506 New arg comma. Handle entry heads.
507 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
508 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
510 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
511 (bibtex-fill-field): Simplify.
512 (bibtex-fill-entry): Use bibtex-beginning-first-field and
514 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
515 (bibtex-complete): Use bibtex-parse-preamble.
517 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
519 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
520 Display name of expression instead of convenience variable.
521 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
523 * progmodes/gud.el (gud-tooltip-dereference): Rename from
524 toggle-gud-tooltip-dereference.
525 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
526 (gud-tooltip-tips): ...here when dereferencing..
528 2005-12-28 Bill Wohler <wohler@newt.com>
530 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
532 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
534 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
535 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
536 (vc-annotate-display-autoscale): Adjust call.
537 (vc-annotate-display-default): Adjust call. Make arg compulsory.
538 Fix interactive spec.
539 (vc-annotate-time-span): Remove.
540 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
541 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
542 (vc-annotate-display-select): Use new name.
544 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
545 (vc-annotate-mode-menu): Remove left-over redundant declaration.
546 Correct the construction of span entries. Simplify.
547 (vc-annotate-display-select): Fix the nil case.
548 (vc-annotate): Remove obsolete (and now broken) code.
549 (vc-annotate-extract-revision-at-line): Remove obsolete code.
550 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
552 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
554 * subr.el (lazy-completion-table): Correct typo in docstring.
556 * startup.el (command-line): Use `custom-reevaluate-setting' for
557 `send-mail-function'.
559 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
561 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
563 * mail/smtpmail.el (smtpmail-try-auth-methods):
564 Send credentials together with "AUTH PLAIN" command.
566 2005-12-27 Richard M. Stallman <rms@gnu.org>
568 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
569 mouse-2, go back to previously selected window, so it's selected
570 when mouse-2 command runs.
572 2005-12-27 Juri Linkov <juri@jurta.org>
574 * descr-text.el (describe-text-sexp): Use square brackets for
575 button [Show] to distinguish it from the property value `show'.
576 (describe-property-list): Use `insert-text-button' with
577 `help-face' type instead of putting face in quotes, because button
578 is not created automatically for a list of faces.
579 (describe-text-properties-1): Put button-type value in quotes to
580 distinguish from plain text "button".
581 (describe-char): Display code point values in hex. Don't use
582 `symbol-name' for `current-input-method' because it is a string.
583 Use `insert-text-button' with `help-face' type instead of putting
584 hardcoded face in quotes, because button is not created automatically.
586 2005-12-27 Richard M. Stallman <rms@gnu.org>
588 * progmodes/glasses.el (glasses-face): More specific custom type.
590 * files.el (set-visited-file-name): Doc fix.
592 * textmodes/flyspell.el (flyspell-external-point-words):
593 Use local var buffer-scan-pos to advance scan for next misspelling.
594 Advance it only after we find the misspelling.
596 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
598 * textmodes/flyspell.el (flyspell-external-point-words):
599 New criteria for finding the misspelling in the buffer.
601 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
603 * help-mode.el (help-insert-string): Set help-xref-stack-item
604 rather than call help-setup-xref.
606 * descr-text.el (describe-char): Revert previous changes for
607 optional buffer argument.
609 2005-12-27 Juri Linkov <juri@jurta.org>
611 * help-mode.el (help-insert-string): New function. Save buffer
612 contents in cases where it is impossible to recompute the old contents.
614 * descr-text.el (describe-char): Set help-xref-stack-item
615 explicitly after buffer has been generated.
617 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
619 * cus-start.el (all): Add x-gtk-show-hidden-files.
621 2005-12-26 Richard M. Stallman <rms@gnu.org>
623 * replace.el (perform-replace): Calculate match-again
624 before skipping read-only matches.
626 * paren.el (paren-showing-faces): New group.
627 (show-paren-match, show-paren-mismatch): Move to that group.
629 * button.el (button): Put into group `basic-faces'.
631 * progmodes/make-mode.el: Remove faces from group `faces'.
633 * apropos.el (apropos, apropos-value): Doc fix.
634 (apropos-documentation): Doc fix.
636 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
638 * subr.el (lazy-completion-table): Remove argument `args'.
640 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
641 Don't use the `args' argument of lazy-completion-table.
643 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
645 * descr-text.el (describe-char): Add optional argument for buffer.
646 Set buffer appropriately. Call help-setup-xref.
647 Suggested by Stefan Monnier.
649 2005-12-26 Juri Linkov <juri@jurta.org>
651 * descr-text.el: Require `help-fns' at runtime. Don't require
652 `button' for byte compilation.
653 (describe-text-widget): Add `help-echo' for first button.
654 Use `help-info' for second.
655 (describe-property-list): Use `help-argument-name' instead of `italic'.
656 (describe-text-category): Add prompt to interactive spec.
657 Call `help-setup-xref'.
658 (describe-char): Use `help-character-set'. Add `help-echo' for
659 code point. Use `help-input-method'. Remove superfluous insert.
661 2005-12-25 Richard M. Stallman <rms@gnu.org>
663 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
664 at point, in case of narrowing.
666 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
668 * locate.el (locate-header-face): Allow nil in type.
670 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
672 2005-12-25 Romain Francoise <romain@orebokech.com>
674 * battery.el (battery-linux-proc-acpi): Also try
675 `/proc/acpi/thermal_zone/THM0/temperature'.
677 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
679 * custom.el (custom-push-theme): Fix docstring.
681 * cus-edit.el (custom-variable-set, custom-variable-save)
682 (custom-variable-save): Custom-quote widget values.
683 (customize-save-variable): Fix custom-push-theme call.
685 2005-12-24 Eli Zaretskii <eliz@gnu.org>
687 * w32-fns.el (w32-batch-update-autoloads): New function.
689 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
690 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
691 from the command line.
693 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
695 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
696 reset means to remove setting from theme entirely. Don't keep
697 expanding theme-settings list; delete old entries if necessary.
699 * cus-edit.el (custom-buffer-create-internal): Move "Erase
700 customization" button one line up.
701 (custom-themed): New face.
702 (custom-magic-alist): New value, THEMED, for theme settings.
703 (custom-variable-state-set, custom-face-state-set):
704 Check theme-value instead of saved-value.
705 (custom-variable-reset-standard, custom-face-reset-standard):
706 Remove theme setting entirely. Recalculate new values.
707 (custom-variable-set, custom-variable-set)
708 (custom-variable-reset-saved, custom-variable-reset-backup)
709 (custom-face-set, custom-face-reset-saved): Update `user' theme.
710 (custom-variable-save): Fix typos.
712 2005-12-23 Juri Linkov <juri@jurta.org>
714 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
715 Add autoload cookies.
716 (edebug-outside-d-c-i-n-s-w): New variable.
717 (edebug-display, edebug-outside-excursion): Use it to save the
718 original value of default-cursor-in-non-selected-windows.
719 Set default-cursor-in-non-selected-windows to t while Edebug
721 (edebug-mode, edebug-eval-mode): Doc fix.
723 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
724 with `buffer-substring-no-properties' to remove common substring
727 * info.el (info-other-window, info): Rename function argument
728 `file' to `file-or-node'.
729 (Info-complete-menu-item): Use local variable `complete-nodes' to
730 keep the global value of `Info-complete-nodes' unchanged for
731 subsequent completions.
732 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
734 * simple.el (get-next-valid-buffer, last-buffer)
735 (next-error-buffer-p, next-error-find-buffer)
736 (minibuffer-history-sexp-flag): Doc fix.
738 * savehist.el (savehist-mode-hook): Add `:group'.
740 * log-view.el: Call autoload for vc-find-version.
741 (log-view-current-file): Adjust subgroup numbers.
742 (log-view-current-tag): Add `length'.
744 2005-12-23 Richard M. Stallman <rms@gnu.org>
746 * vc.el (vc-annotate-car-last-cons): Defn moved up.
748 2005-12-23 Juri Linkov <juri@jurta.org>
750 * hi-lock.el (hi-lock-archaic-interface-message-used)
751 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
752 (hi-lock-mode): Display "Hi" in the mode line only when
753 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
754 (hi-lock-write-interactive-patterns):
755 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
756 (hi-lock-set-pattern, hi-lock-set-file-patterns)
757 (hi-lock-font-lock-hook): Set 3rd arg `how' of
758 font-lock-add-keywords to t.
760 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
762 * hi-lock.el (hi-lock-highlight-range): New variable.
763 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
764 only if font-lock-fontified is non-nil. Remove overlays.
765 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
766 font-lock-fontified is non-nil, otherwise use overlays (instead of
768 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
770 (hi-lock-string-serialize) New function.
772 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
774 * menu-bar.el (menu-find-file-existing): New function.
775 (menu-bar-file-menu): Use menu-find-file-existing for Open.
777 * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
779 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
781 * vc.el: Remove unnecessary leading * in docstrings.
782 (vc-annotate-mode-map): Move initialization into declaration.
783 (vc-static-header-alist): Nitpick on the regexp.
784 (vc-default-init-version): New fun.
785 (vc-register): Use it.
786 (vc-insert-headers): Use dolist.
787 (vc-annotate-get-backend): Remove unused function.
788 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
789 (vc-annotate-mode): Remove corresponding call.
790 (vc-annotate-car-last-cons): Simplify.
791 (vc-annotate-buffers): Remove var.
792 (vc-annotate-backend): Make it buffer-local.
793 (vc-annotate): Move the interaction to the interactive spec.
794 Add a `buf' argument.
795 (vc-annotate-warp-version): Use this new `buf' argument to avoid
796 killing&creating a vc-annotate buffer, which is very disruptive when
797 the buffers are shown in dedicated frames.
799 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
801 * descr-text.el: Add FSF as maintainer.
802 (describe-text-mode, describe-text-mode-map)
803 (describe-text-mode-hook, describe-text-done): Delete. Use normal
805 (describe-text-widget, describe-text-sexp)
806 (describe-property-list, describe-text-category)
807 (describe-text-properties, describe-text-properties-1)
808 (describe-char): Use help buttons instead of widgets.
809 (describe-char-unicodedata-file): Make URL link in doc string.
811 2005-12-22 Richard M. Stallman <rms@gnu.org>
813 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
814 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
815 Don't include buttons that write a file when there's no file.
816 (custom-variable-menu, custom-face-menu, custom-group-menu):
817 Don't include commands that write a file when there's no file.
818 (customize-browse): Reword the top-of-buffer help intro.
819 (custom-buffer-create-internal): Fix previous change.
820 (customize-changed-options-previous-release): Prev release is 21.1.
821 (customize-changed-options): Doc fix.
822 (customize-changed): New alias.
823 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
824 Say "standard values".
825 (Custom-reset-standard): Doc fix.
826 (custom-face-reset-standard): Doc fix.
828 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
830 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
831 even if font-lock-mode is non-nil since it may be t without having
832 turned on font-lock-mode-internal.
833 (font-lock-choose-keywords): Minor optimization.
834 (font-lock-add-keywords, font-lock-remove-keywords)
835 (font-lock-set-defaults): Don't call make-local-variable on a variable
836 that we know to already be local.
838 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
840 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
841 messages if in the minibuffer.
843 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
845 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
846 (tex-mode-flyspell-verify, flyspell-get-word)
847 (flyspell-external-point-words): Don't use point-min/max uselessly.
849 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
850 by Kevin Rodgers. Instead, just hide the completions buffer if we
851 don't need to show it.
853 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
855 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
857 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
859 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
860 delete-windows-on with an inexistent buffer.
862 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
864 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
865 Delete defcustom variable :tag names.
867 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
869 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
870 (log-view-font-lock-keywords): Ajust subgroup numbers.
871 (log-view-current-tag): Don't hard code the number of subgroups.
873 2005-12-20 Juri Linkov <juri@jurta.org>
875 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
876 (tooltip-x-offset, tooltip-y-offset): Doc fix.
878 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
879 (menu-bar-non-minibuffer-window-p): Instead of checking
880 display-multi-frame-p, use selected-frame when menu-updating-frame
883 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
885 * align.el (align-rules-list): Use [ \t] instead of \s-
886 for column separators in text mode.
888 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
890 * help-mode.el (help-customize-variable, help-customize-face):
891 Don't pop help-xref-stack as help-follow no longer pushes
894 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
896 * textmodes/org.el: (org-agenda-custom-commands): New option.
897 (org-agenda): Offer custom commands on splash screen.
898 (org-make-tags-matcher): Parser for Boolean logic added.
899 (org-agenda-set-tags): New command.
900 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
901 (org-set-tags): Efficiency improvements.
902 (org-auto-align-tags): New option.
903 (org-todo, org-demote, org-promote): Realign tags.
904 (org-tags-completion-function): Use also "&" and "|" as separators.
905 (org-org-menu): Agenda commands simplified.
907 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
909 * cus-edit.el (customize-apropos, customize-apropos-options):
912 * font-lock.el (font-lock): Add tags to the links in the defgroup.
914 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
916 * longlines.el (longlines-mode): Wrap while widened.
917 (longlines-decode-region, longlines-encode-region): Compute max
920 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
922 * cus-edit.el (mac): New group.
924 * cus-start.el (all): Add user options in macterm.c. Add test for
925 Mac-related built-ins. Fix test for GTK-related built-ins.
927 * term/mac-win.el (mac-handle-language-change)
928 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
929 (mac-services-open-selection, mac-services-mail-selection)
930 (mac-services-mail-to, mac-services-insert-text)
931 (mac-dispatch-apple-event): Add docstrings.
932 (x-get-selection, mac-select-convert-to-string): Select coding
933 system from `utf-16be' and `utf-16le' using `byteorder'.
935 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
937 * subr.el (lazy-completion-table): Don't be fooled if the var holds
938 a "list" (lambda ...) rather than a real completion list.
940 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
941 lexical-let when encountering ((lambda (...) ...) ...).
943 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
945 * progmodes/sh-script.el (sh-mode):
946 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
947 * textmodes/picture.el (picture-mode): Update docstrings.
949 2005-12-17 Eli Zaretskii <eliz@gnu.org>
951 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
952 commands enclosed in $(ARGQUOTE)s should not be split between two
953 lines, as that will break with GNU Make >3.80, when sh.exe is used
954 and arg quoting is with '..'.
955 (autoloads): Don't break the quoted --eval expression between
958 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
960 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
961 Capture error from printing circular structures.
963 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
965 * wid-edit.el (widget-checkbox-action): Clear undo info.
967 2005-12-16 Bill Wohler <wohler@newt.com>
969 * menu-bar.el (kill-this-buffer): Set a good example by using menu
970 bar, not menubar in comment.
972 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
974 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
975 After-change-functions should not clobber the match data.
977 2005-12-16 Juri Linkov <juri@jurta.org>
979 * simple.el (choose-completion): Use `buffer-substring-no-properties'
980 instead of `buffer-substring'.
981 (completion-common-substring): Doc fix.
982 (completion-setup-function): Use minibuffer-completion-contents
983 instead of minibuffer-contents. Don't set common-string-length
984 initially. Remove special handling of partial-completion-mode.
985 Move computation of completion-base-size into one cond.
986 Call completion-base-size-function in mainbuf. In computation of
987 completion-base-size for file name completion don't move point to
988 the end of the minibuffer. Move computation of common-string-length
989 into one cond. Start putting faces only when common-string-length>=0.
990 Add condition to put completions-common-part when
991 common-string-length>0.
993 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
994 place point at the first different character in the minibuffer
995 even if this position is at the beginning of the minibuffer.
997 * info.el (Info-read-node-name-1): In completion-base-size-function's
998 lambda return 1 if common-substring or minibuffer-completion-contents
999 starts with (, and 0 otherwise.
1001 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1002 Use `crm-current-element' for second arg of `display-completion-list'.
1004 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
1006 * files.el (set-auto-mode): Look for an interpreter specified on
1007 the first line also if search for mode specification succeeded,
1008 but the mode is not known.
1010 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
1012 * textmodes/org.el: (org-tags-match-list-sublevels): New option.
1013 (org-open-at-point): Implement tag searches as links.
1014 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1015 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1016 (org-tags-sparse-tree, org-tags-view, org-set-tags)
1017 (org-agenda-dispatch): New commands.
1018 (org-use-tag-inheritance, org-tags-column): New options.
1019 (org-tab-follows-link, org-return-follows-link): New options.
1020 (org-tags): New customize group.
1021 (org-start-icalendar-file): Get local time zone.
1022 (org-tags-completion-function): New function.
1023 (org-set-font-lock-defaults): Make sure links will also be
1024 highlighted inside headlines.
1026 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
1028 * term.el (term-emulate-terminal):
1029 Let term-handle-ansi-terminal-messages override what Bash says about
1030 its current directory.
1032 2005-12-16 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
1034 * bindings.el (last-buffer): Move to simple.el.
1035 * simple.el (last-buffer): Move here.
1036 (get-next-valid-buffer): New function.
1037 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1038 (prev-buffer): Ditto. Rename to `previous-buffer'.
1040 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1041 * bindings.el (global-map): Ditto.
1043 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
1045 * cus-edit.el: Introductory comment change.
1046 (custom-magic-alist): Change message string for the `rogue' state.
1048 2005-12-15 Richard M. Stallman <rms@gnu.org>
1050 * tooltip.el: Delete defcustom variable :tag names.
1052 * complete.el (partial-completion-mode): Doc fix.
1054 * textmodes/flyspell.el (flyspell-external-point-words):
1055 Use save-excursion to ensure we don't move backward in the
1056 search loop, not even one character.
1057 (flyspell-delete-all-overlays): Use remove-overlays directly.
1059 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1060 (ispell-start-process): Set that variable.
1061 Clear ispell-buffer-local-name.
1062 (ispell-internal-change-dictionary):
1063 Set ispell-current-dictionary after killing process.
1064 (ispell-buffer-local-dict):
1065 Don't set spell-personal-dictionary after killing process.
1066 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1067 (ispell-tex-skip-alists)
1068 (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
1070 * net/newsticker.el (newsticker--retrieval-timer-list)
1071 (newsticker--display-timer, newsticker-running-p)
1072 (newsticker-ticker-running-p): Definitions moved up.
1074 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
1076 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1078 2005-12-15 David Ponce <david@dponce.com>
1080 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1081 (recentf-edit-list, recentf-open-files): Signal an error when
1082 there is no recent file.
1084 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1086 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1087 read-only except for texinfo-format-region evaluation.
1089 2005-12-14 Richard M. Stallman <rms@gnu.org>
1091 * vc.el (vc-default-previous-version, vc-default-next-version)
1092 (vc-do-command): Doc fixes.
1094 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1096 * textmodes/bibtex.el (bibtex-expand-strings)
1097 (bibtex-autokey-expand-string, bibtex-name-part)
1098 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1099 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1100 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1101 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1102 (bibtex-entry-postfix, bibtex-known-entry-type-re)
1103 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1104 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1105 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1106 (bibtex-beginning-of-last-entry): Remove.
1107 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
1108 message if comma is missing but buffer is read-only.
1109 (bibtex-parse-field-text): Handle whitespaces at the end of field
1110 text. Return 3-element list with beginning and end of field text
1112 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1113 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
1114 (bibtex-search-forward-field, bibtex-search-backward-field):
1115 Search always delimited by limits of entry. Use more efficient
1117 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1118 bibtex-end-of-name-in-field.
1119 (bibtex-text-in-field-bounds): Handle BibTeX strings when
1120 extracting the content of a field.
1121 (bibtex-text-in-field): Use search limits.
1122 (bibtex-parse-string-prefix): Handle empty string keys based on
1123 bibtex-string-empty-key.
1124 (bibtex-parse-string): Fix docstring.
1125 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1126 (bibtex-preamble-prefix, bibtex-strings): New functions.
1127 (bibtex-skip-to-valid-entry): Include preceding whitespace in
1128 BibTeX entries (consistent with other BibTeX functions).
1129 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1130 (bibtex-search-entry): Fix docstring. Simplify.
1131 (bibtex-flash-head, bibtex-complete-string-cleanup)
1132 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1133 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1134 (bibtex-parse-entry): New optional arg content.
1135 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1136 Use bibtex-text-in-field-bounds.
1137 (bibtex-print-help-message): Handle BibTeX strings and preambles.
1138 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1139 bibtex-parse-string-postfix.
1140 (bibtex-find-text-internal): New function.
1141 (bibtex-remove-delimiters): Use it.
1142 (bibtex-find-text): Use it. New optional arg help.
1143 (bibtex-complete): Handle BibTeX string and preamble entries.
1144 (bibtex-Preamble): Fix order of closing delimiters.
1146 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1148 * vc.el (vc-default-revert): New fun.
1150 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1152 2005-12-14 Romain Francoise <romain@orebokech.com>
1154 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1155 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1156 (font-lock-remove-keywords): Likewise.
1158 2005-12-14 Juri Linkov <juri@jurta.org>
1160 * log-view.el (log-view-diff): Doc fix.
1162 * isearch.el (isearch-query-replace): Use (mark) instead of
1163 isearch-opoint if mark is active in transient-mark-mode.
1165 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1167 * isearch.el (isearch-query-replace): Check for isearch-other-end.
1169 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
1171 * progmodes/cpp.el (cpp-face): New widget.
1172 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1174 2005-12-14 Juri Linkov <juri@jurta.org>
1176 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1177 around `erase-buffer' and `insert'.
1179 * descr-text.el (describe-text-properties): Replace buffer name
1180 "*Help-2*" with "*Help*<2>".
1181 (describe-char): Add functions print-help-return-message,
1182 toggle-read-only. Use help-setup-xref with nil to not store
1183 describe-char in help-xref-stack. Use help-make-xrefs to
1186 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1188 * wdired.el (wdired-old-point): New internal variable.
1189 (wdired-change-to-wdired-mode): Set it buffer-locally.
1190 (wdired-abort-changes): Restore point after aborting changes.
1192 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1194 * vc.el (vc-do-command): Add a new value t for okstatus.
1196 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1197 frame in case of errors.
1199 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1201 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1202 so it comes after "On the Left" in the menu.
1204 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
1206 * cus-edit.el (customize-apropos, customize-apropos-options)
1207 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1209 2005-12-12 Bill Wohler <wohler@newt.com>
1211 * vc-svn.el (vc-svn-registered): Fix problem of visiting
1212 non-writable Subversion-controlled files by saving window
1213 configuration before calling vc-do-command. vc-do-command calls
1214 pop-to-buffer on error which is unexpected during registration.
1216 2005-12-12 Jay Belanger <belanger@truman.edu>
1218 * calc/README: Update the summary of changes.
1220 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1222 * descr-text.el (describe-char): Rework last fix to solve the problem
1223 is the same way it's solved for everything else in that function
1224 (i.e. by extracting the info before setting up the *Help* buffer).
1226 2005-12-12 Kim F. Storm <storm@cua.dk>
1228 * subr.el (version-regexp-alist): Allow space as separator before
1229 non-numeric part, e.g. "1.0 alpha".
1230 (version-to-list): Interpret .X.Y version as 0.X.Y version.
1232 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
1234 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
1235 Implement Logging and the keep-modes setting.
1236 (org-get-category): Make sure a string is returned.
1237 (org-log-done): New function.
1238 (org-log-done, org-closed-string): New options.
1240 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1242 * tooltip.el (tooltip-y-offset): Change default to 20.
1244 2005-12-12 Richard M. Stallman <rms@gnu.org>
1246 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1248 * frame.el (display-hourglass): Doc fix.
1250 * help.el (help-for-help-internal): Simplify entry for `a'.
1252 * info.el (Info-on-current-buffer): Doc fix.
1253 (info-insert-file-contents): Don't test (featurep 'jka-compr).
1255 * startup.el (inhibit-splash-screen): Make this the real name.
1256 (inhibit-startup-message): Make this the alias.
1257 (command-line): Find only simple.el, and use its directory
1258 to fill in other preloaded files' names.
1259 (command-line): Deactivate the mark if deactivate-mark is set.
1261 * international/mule.el (load-with-code-conversion):
1262 Bind deactivate-mark.
1264 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1266 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
1268 * cus-edit.el (customize-apropos): Avoid listing an option more
1269 than once under different aliases. No longer list user options
1270 that are not defined with defcustom (unless a prefix arg is given).
1272 (customize-apropos-options): Doc fix.
1274 2005-12-11 Juri Linkov <juri@jurta.org>
1276 * frame.el (set-background-color, set-foreground-color)
1277 (set-cursor-color, set-mouse-color, set-border-color):
1278 Add explicit prompts to read colors by `facemenu-read-color'.
1279 (show-trailing-whitespace, blink-cursor-delay)
1280 (blink-cursor-interval, display-hourglass, hourglass-delay):
1282 (display-hourglass, hourglass-delay): Doc fix.
1283 (cursor-in-non-selected-windows): Capitalize words in tag.
1285 * faces.el (frame-background-mode): Replace `choice-item' keywords
1286 with `const' to not make [default] button. Change default value tag
1287 from `default' to `automatic'. Doc fix.
1288 (trailing-whitespace) <defface>: Change group `whitespace' to
1291 2005-12-11 Richard M. Stallman <rms@gnu.org>
1293 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1295 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1297 * term/mac-win.el: Create keymap for mac-apple-event-map.
1299 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
1301 * tooltip.el (tooltip-mode): Move to start of file so that it
1302 appears at top of customize buffer.
1304 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1305 Add the gud groupname.
1306 (gud-tooltip-mode): Add the tooltip groupname.
1307 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1308 avoid conflict with tooltip-use-echo-area.
1310 2005-12-10 Romain Francoise <romain@orebokech.com>
1312 * help.el (help-for-help-internal): Add `r' in doc string.
1314 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1316 * align.el (align-regexp, align-highlight-rule):
1317 Use region-beginning and region-end instead of point and mark, so that
1318 repetition (with `repeat-complex-command') recomputes the region
1321 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
1323 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1324 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1325 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1326 (balance-windows): Rewrite using the above new functions.
1328 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
1330 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1331 react if global-hi-lock-mode seems intended.
1332 (global-hi-lock-mode) Renamed from hi-lock-mode.
1333 (hi-lock-archaic-interface-message-used)
1334 (hi-lock-archaic-interface-deduce): New variables.
1335 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1336 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1337 (hi-lock-find-patterns, hi-lock-font-lock-hook):
1338 Replace hi-lock-buffer-mode with hi-lock-mode.
1340 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
1342 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1343 completion list, even after a partial completion has been
1344 inserted in the current buffer. If there are more than 1
1345 completion, redisplay the *Completions* buffer; if the
1346 completion is unique, delete the *Completions* window.
1348 2005-12-10 Eli Zaretskii <eliz@gnu.org>
1350 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1351 strings and long subject lines that were broken into multiple
1352 lines at arbitrary places. Handle subjects that have "Re: " in
1355 2005-12-10 John W. Eaton <jwe@octave.org>
1357 * emacs/octave-mod.el (octave-electric-space): Don't indent
1358 comments or strings if octave-auto-indent is nil.
1360 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1362 * term/mac-win.el: Require url when compiling.
1363 Call mac-process-deferred-apple-events after loading init files.
1364 (mac-apple-event-map): New defvar. Define event handlers in it.
1365 (core-event, internet-event): New Apple event class symbols.
1366 (open-application, reopen-application, open-documents)
1367 (print-documents, open-contents, quit-application)
1368 (application-died, show-preferences, autosave-now, get-url):
1369 New Apple event ID symbols.
1370 (about): New HICommand ID symbol.
1371 (mac-event-spec, mac-event-ae): New macros.
1372 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1373 (mac-ae-selection-range, mac-ae-text-for-search)
1374 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1375 (mac-application-menu-map): Remove keymap. Handlers for HICommand
1376 and Services menu events are now defined in mac-apple-event-map.
1377 (mac-drag-n-drop): Remove selection range handling.
1379 2005-12-10 Kenichi Handa <handa@m17n.org>
1381 * simple.el (zap-to-char):
1382 * isearch.el (isearch-process-search-char): Translate CHAR by
1383 translation-table-for-input.
1385 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
1387 * foldout.el (foldout-exit-fold): Properly hide subtree.
1389 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1391 * files.el (save-buffer):
1392 * international/ucs-tables.el (ucs-set-table-for-input):
1393 * mail/mail-extr.el (mail-extract-address-components):
1394 * mail/sendmail.el (mail-mode): Reformat doc string.
1396 2005-12-09 Juri Linkov <juri@jurta.org>
1398 * isearch.el (isearch-highlight): Change main overlay priority
1399 from 1 to 1001. Simplify.
1400 (isearch-lazy-highlight-update): Change lazy overlay priority
1403 * replace.el (replace-highlight): Change overlay priority from
1406 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1407 Change overlay priority from 1 to 1001. Reuse existing overlay.
1409 * compare-w.el (compare-windows-highlight): Change overlay
1410 priority from 1 to 1000.
1412 * menu-bar.el (menu-bar-edit-menu): Add listp around
1413 pending-undo-list to disable menu item "undo" when pending
1416 * locate.el (locate): Disable undo in *Locate* buffer.
1418 2005-12-09 Kim F. Storm <storm@cua.dk>
1420 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1422 2005-12-09 David Ponce <david@dponce.com>
1424 * recentf.el: Improvement of the menu code.
1425 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
1426 instead of menu hook.
1427 (recentf-show-menu, recentf-hide-menu): New functions.
1428 (recentf-menu-customization-changed, recentf-mode): Use them.
1429 (recentf-menu-action, recentf-max-menu-items)
1430 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1431 (recentf-arrange-by-rule-others)
1432 (recentf-arrange-by-rules-min-items)
1433 (recentf-arrange-by-rule-subfilter) : Don't use
1434 `recentf-menu-customization-changed'.
1435 (recentf-arrange-rules): Likewise. Accept functions to compute
1437 (recentf-menu-filter): Likewise. Doc fix.
1438 (recentf-menu-value-shortcut): Doc fix.
1439 (recentf-dump-variable): Quote atom value.
1440 (recentf-make-menu-items): Update to use it as a menu filter.
1441 (recentf-match-rule): New function.
1442 (recentf-arrange-by-rule): Use it.
1443 (recentf-indirect-mode-rule): New function.
1444 (recentf-build-mode-rules): Use it.
1445 (recentf-dir-rule): New function.
1446 (recentf-arrange-by-dir): Use it.
1447 (recentf-filter-changer-current): Rename from
1448 `recentf-filter-changer-state'. All references updated.
1449 (recentf-filter-changer-alist): Update filter names.
1450 (recentf-filter-changer-select): New function.
1451 (recentf-filter-changer): Use it. Make a sub-menu from filters
1452 available in `recentf-filter-changer-alist'.
1453 (recentf-data-cache, recentf-clear-data)
1454 (recentf-update-menu): Remove. All references updated.
1455 (recentf-match-rule-p, recentf-build-dir-rules)
1456 (recentf-filter-changer-goto-next)
1457 (recentf-filter-changer-get-current)
1458 (recentf-filter-changer-get-next): Remove.
1460 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
1462 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1463 buffer "Reset" button to "Reset to Current" for consistency with
1466 2005-12-08 John Paul Wallington <jpw@pobox.com>
1468 * ibuf-ext.el (define-ibuffer-filter filename):
1469 If `dired-directory' is a list then really use its car.
1471 2005-12-08 Kim F. Storm <storm@cua.dk>
1473 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1474 indention of text on right side of replaced rectangle.
1476 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
1478 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1479 No need to check gud-comint-buffer is bound.
1480 (gdb): Prevent multiple debugging when first session uses gdba.
1482 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1484 CC Mode update to 5.31.
1486 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1487 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
1488 might do this function properly in the future).
1490 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1491 macros c-sentence-end and c-default-value-sentence end, to cope
1492 with Emacs 22's new function `sentence-end'.
1494 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1496 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1497 compat issue using `c-put-overlay' and `c-delete-overlay'.
1499 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1500 compat macros to handle overlays/extents.
1502 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1504 * progmodes/cc-fix.el: Add definitions of the macros push and pop
1505 (for GNU Emacs 20.4)
1507 * progmodes/cc-defs.el:
1508 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1510 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1511 highlighting mechanism so it will work in XEmacs too.
1513 * progmodes/cc-defs.el: Insert c-int-to-char.
1515 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1516 call to the new macro c-int-to-char. This solves XEmacs's
1517 regarding characters as different from integers.
1519 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1521 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1524 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1525 construct to make the indirect face lookup work in XEmacs.
1527 (c-cpp-matchers): Append the negation char face to the existing
1528 fontification, so that the cpp face doesn't disappear. Use
1529 `c-make-syntactic-matcher' to avoid negation chars in comments and
1532 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1533 to map to `font-lock-negation-char-face' in emacsen where it
1536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1538 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1540 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1541 "c-subword-move-mode" as "c-subword-mode".
1543 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1544 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
1546 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1548 * progmodes/cc-mode.el: Added autoload directive for
1549 `c-subword-move-mode' for use in older emacsen.
1551 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1553 * progmodes/cc-mode.el:
1554 (i) Insert a binding for C-c C-backspace into
1555 c-bind-special-erase-keys which works in TTYs.
1556 (ii) Make sure that when file styles are used, any explicitly
1557 given style variables take priority over those in the style. Do
1558 this by calling `hack-local-variables' a second time.
1560 * progmodes/cc-vars.el: Add language specific customization
1561 widgets for AWK to c-doc-comment-style, c-require-final-newline
1562 and c-default-style. Add a defcustom for awk-mode-hook. Give
1563 c-syntactic-element and c-syntactic-context doc-strings by
1564 directly setting their `variable-documentation' propery. This
1565 allows Emacs 22.1 to read these with C-h v.
1567 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1570 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1572 * progmodes/cc-fonts.el, cc-vars.el
1573 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1574 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1577 (c-doc-comment-style): Made GtkDoc default in C mode.
1579 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1582 (c-bind-special-erase-keys): New function for use on
1583 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1585 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1586 <delete> key behavior in XEmacs according to `delete-forward-p'.
1587 C.f. `c-electric-delete'.
1589 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1591 * progmodes/cc-mode.el: Give c-hungry-backspace and
1592 c-hungry-delete-forward permanent key bindings.
1594 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1595 c-syntactic-context for calls to "criteria functions", for
1596 consistency with other calls to user functions.
1598 * progmodes/cc-cmds.el (c-indent-command): expunge use of
1599 `current-prefix-arg', since this might be the prefix arg to a
1600 command which calls c-indent-command as a function. Change the
1601 interactive spec from "p" to "P".
1603 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1604 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1605 was difficult to understand.
1607 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1609 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1610 first char of an identifier.
1612 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1615 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1617 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1618 auto-fill doesn't split a c-comment's last word from a hanging
1619 "*/" when a space is typed between them after fill-column.
1621 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1623 * progmodes/cc-styles.el (c-set-style,
1624 c-setup-paragraph-variables): Abort the command if we're not in a
1627 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1628 with blank comment-prefix, and a blank line as the comment's
1631 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1633 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1634 Incorporated the patterns added in the Emacs development branch
1635 for the new Emacs 22 face `font-lock-negation-char-face'.
1637 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1638 of "red" since it stands out better in xterms and DOS terminals.
1640 * progmodes/cc-engine.el (c-literal-faces): Added
1641 `font-lock-comment-delimiter-face' which is new in Emacs 22.
1643 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1645 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1646 forcibly enable c-electric-flag.
1648 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1649 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1650 just after the comment-prefix of a C-style comment will close that
1653 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1655 * progmodes/cc-fonts.el (c-basic-matchers-before,
1656 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1659 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1662 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1663 (c-cpp-message-directives, c-cpp-include-directives,
1664 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1665 c-cpp-expr-directives): Introduced new language constants to
1666 control cpp syntax in a cleaner way.
1668 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1670 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1672 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1673 c-multiline-string-start-char): New language constants and
1674 variables to specify how newlines in string literals work.
1676 (c-font-lock-invalid-string): Use them.
1678 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1679 unbalanced close brace is entered. Optimization by avoiding going
1680 back over arbitrarily large blocks. Removed hints that this
1681 function only would be relevant/useful in AWK.
1683 (c-electric-brace): Indent syntactically after the cleanups since
1684 lineup functions might do it differently then.
1686 * progmodes/cc-engine.el, cc-langs.el
1687 (c-opt-op-identifier-prefix): New language constant and variable.
1689 (c-just-after-func-arglist-p, c-after-special-operator-id,
1690 c-search-decl-header-end, c-inside-bracelist-p): Use it.
1692 * progmodes/cc-align.el, cc-engine.el
1693 (c-after-special-operator-id): New helper to handle C++ operator
1696 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1697 c-guess-basic-syntax): Handle C++ operator identifiers in
1700 * progmodes/cc-langs.el (c-assignment-operators): Added the
1701 trigraph version of ^= too.
1703 * progmodes/cc-langs.el (c-assignment-operators): Added the
1704 trigraph version of |= in C++.
1706 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1707 `c-decl-hangon-kwds' after the identifier name.
1709 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1710 whether an arglist is "nonempty", ignore a comment after the open
1711 paren if it isn't followed by a non-comment token on the same
1714 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1715 heuristics below the point to cope with classes inside special
1716 brace lists in Pike.
1718 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1720 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1722 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1724 * progmodes/cc-guess.el (cc-guess-install): New function to
1725 install an already guessed style in another buffer.
1727 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1728 sets `inhibit-read-only' - `c-save-buffer-state' should be used
1729 anyway if the change always is undone.
1731 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1733 Implement togglable electricity:
1735 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1736 saying when it should be used.
1738 * progmodes/cc-engine.el: Add the new buffer-local variable,
1741 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1742 c-toggle-auto-newline.
1744 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1745 c-toggle-auto-newline. Remove the binding for
1746 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
1747 c-toggle-electric-state.
1749 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1751 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1752 c-\(forward\|backward\)-subword.
1753 (c-update-modeline): Add the new modeline flag `l' for
1754 `c-electric-flag'. Make the auto-newline flag `a' dependent on
1756 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
1757 the old name an alias of the new name.
1758 (c-toggle-electric-state): New function.
1759 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1760 Adapt these functions to do electric things only when
1761 c-electric-flag is non-nil.
1762 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1763 new functions from c-electric-brace.
1764 (c-point-syntax): Add a check for "virtual semicolons" in AWK
1765 mode, so that the tentative extra newline doesn't change the
1766 syntax of the following brace.
1767 (c-electric-brace): restructure by extracting the above functions.
1768 Tidy up the coding somewhat.
1769 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1772 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1774 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1775 anchor position(s) using faces. Thanks to Masatake YAMATO for the
1778 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1779 (c-submode-indicators): Changed name from `c-auto-hungry-string'
1780 since it's now used to track another submode.
1782 (c-update-modeline): Converted to function and extended to check
1783 `c-subword-move-mode'.
1785 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1786 Converted to compat aliases for `c-forward-subword' and
1787 `c-backward-subword'.
1789 * progmodes/cc-subword.el: New functions and minor mode to handle
1790 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1792 (c-forward-subword, c-backward-subword, c-mark-subword,
1793 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1794 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1795 Functions corresponding to the standard word handling functions.
1797 (c-subword-move-mode): Minor mode that replaces all the standard
1798 word handling functions with their subword equivalences.
1800 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1802 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1803 entry for one-liner-defun.
1805 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1806 name in its def-edebug-spec.
1808 * progmodes/cc-cmds.el (c-electric-brace): Make the
1809 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
1810 compacts space before a comment, if this will make things fit on
1813 Introduce an "awk" style, mainly for auto-newline and clean-ups.
1815 * progmodes/cc-align.el: new function c-snug-1line-defun-close
1817 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1818 clean-up one-liner-defun.
1820 * progmodes/cc-styles.el: Add the new "awk" style.
1822 * progmodes/cc-vars.el: Add description of one-liner-defun to
1823 c-cleanup-list's doc-string. New user options,
1824 c-max-one-liner-length. In c-default-style, set the default style
1827 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1829 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1830 macros inside labels.
1832 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1833 `c-at-statement-start-p' and `c-at-expression-start-p'.
1835 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1836 error if the mark isn't set.
1838 * progmodes/cc-engine.el (c-guess-continued-construct,
1839 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1840 accurately detect functions inside functions.
1842 * progmodes/cc-engine.el (c-at-expression-start-p): New function
1843 like `c-at-statement-start-p' that additionally recognizes commas
1844 and expression parentheses as delimiters.
1846 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1847 to avoid heuristics that doesn't work for unclosed blocks.
1849 (c-at-statement-start-p): New function.
1851 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1852 Objective-C directives, e.g. directives spanning lines should work
1853 reasonably well now.
1855 (c-put-c-type-property, c-clear-c-type-property): New helpers.
1857 (c-forward-objc-directive): New function to move over any ObjC
1860 (c-just-after-func-arglist-p, c-guess-basic-syntax,
1861 c-basic-matchers-before): Use it.
1863 (c-font-lock-objc-iip-decl): Removed.
1865 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1866 in the template arglist recognition.
1868 * progmodes/cc-styles.el (c-style-alist): Fixed several
1869 inconsistencies in the Whitesmith style.
1871 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1872 lineup function to get lines after Whitesmith style blocks
1875 (c-lineup-whitesmith-in-block): Backed out the compensation for
1876 opening parens since it's done using `add' lists in the style
1877 definition instead. Don't use the anchor position since it varies
1878 too much between the syntactic symbols. :P
1880 * progmodes/cc-vars.el (c-valid-offset): Updated.
1882 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1883 lists where the offsets are combined according to several
1884 different methods: `first', `min', `max', and `add'. Report
1885 offset evaluation errors with `c-benign-error' so that some kind
1886 of reindentation still is done.
1888 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1889 `arglist-intro' the same way as `arglist-cont-nonempty' and
1892 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1893 situations for `arglist-cont-nonempty' and `arglist-close'.
1895 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1898 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1899 cc-bytecomp-boundp' in a number of places.
1901 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1902 macro related issue.
1904 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1906 * progmodes/cc-awk.el: Change the terminology of regexps: A char
1908 [asdf], a char class [:alpha:]. Include code for char classes.
1909 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
1910 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1912 Remove (nearly all of) the cruft associated with AWK Mode's former
1913 concept of "virtual semicolons":
1915 Adapt c-beginning-of-statement, c-end-of-statement (together with
1916 subfunctions) to use the new notion of "virtual semicolon" in
1917 place of the old awkward special handling for AWK. There remains
1918 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1919 * progmodes/cc-cmds.el:
1920 (c-ascertain-adjacent-literal): In the backwards direction, now
1921 recognises AWK regexp delimiters as string delimiters.
1922 (c-after-statement-terminator-p): Adapt for virtual semicolons;
1923 check more rigorously for "end of macro".
1924 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1926 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1927 out the code for forward movement into ...
1928 (c-end-of-statement): Now contains the code for forward movement,
1929 adapted for virtual semicolons.
1931 * progmodes/cc-engine.el:
1932 (c-ws*-string-limit-regexp): new regexp.
1933 (c-forward-single-comment, c-backward-single-comment): Comment out
1934 the (now redundant) "special" AWK stuff.
1936 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1937 c-string-par-start, c-string-par-separate to be more like Text
1938 Mode than Fundamental Mode.
1940 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1942 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1943 to the fontified region so that fontification doesn't occur
1945 (could happen e.g. when fontifying a line with an unfinished
1948 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1950 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1951 moved to near the start of the file. ^L now separate sections of
1952 the file. New defconsts: c-awk-non-eol-esc-pair-re,
1953 c-awk-blank-or-comment-line-re,
1954 c-awk-one-line-possibly-open-string-re,
1955 c-awk-regexp-one-line-possibly-open-char-class-re,
1956 c-awk-one-line-possibly-open-regexp-re,
1957 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
1958 c-awk-vsemi-status-unknown-p.
1960 Amend the concept of "virtual semicolons" (in the indentation
1961 engine) for languages like AWK, such that they are now
1962 conceptually attached to end of the last token of a statement, not
1963 the end of the line. (In AWK Mode, however, the pertinent text
1964 property is still physically set on the EOL.) Remove the specific
1965 tests for awk-mode, thus facilitating the introduction of other
1966 language modes where EOLs can end statements. (Note: The
1967 funtionality in cc-cmds.el, specifically
1968 c-beginning/end-of-statement has yet to be amended.)
1970 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1971 c-vsemi-status-unknown-p.
1973 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1974 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
1975 c-vsemi-status-unknown-p-fn (in a new page).
1977 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1978 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1979 numerous awkward forms like
1980 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1982 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
1983 variable before-ws-ip, the place just after char-before-ip
1986 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1989 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1991 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1992 `c-tentative-buffer-changes'.
1994 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1995 converted to macro to choose between Emacs and XEmacs at compile
1998 (c-set-region-active): New set counterpart to
1999 `c-region-is-active-p'.
2001 (c-tentative-buffer-changes): New macro to handle temporary buffer
2002 changes in a convenient way.
2004 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2005 for `c-tentative-buffer-changes'.
2007 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2008 the checks for paren sexps between the point and the keyword, to
2009 avoid some false alarms.
2011 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2012 Fixed a situation where an error could be thrown for unbalanced
2013 parens. Changed to make use of c-keyword-member' to avoid some
2014 repeated regexp matches.
2016 (c-opt-lambda-key, c-opt-inexpr-block-key,
2017 c-opt-inexpr-class-key): These language variable are no longer
2020 (c-block-stmt-kwds): New language constant used by
2021 c-looking-at-inexpr-block'.
2023 (c-guess-basic-syntax): Removed an optional check that looked at
2024 the existence of the now removed language variables.
2026 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2027 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2028 object instantiation expressions as declarations in some contexts.
2029 This bug only affected languages where the declarator can't be
2030 enclosed in parentheses.
2032 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2033 insert newlines before and after substatement braces.
2035 * progmodes/cc-engine.el: Improved the heuristics for recognizing
2036 function declaration headers and the handling of C++ style member
2039 (c-just-after-func-arglist-p): Rewritten to use
2040 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
2042 (c-beginning-of-member-init-list): Removed since it isn't used
2045 (c-guess-basic-syntax): Case 5B adapted for the new
2046 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
2047 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2048 covers all cases now).
2050 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2052 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2054 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2055 c-string-par-start/separate c-sentence-end-with-esc-eol,
2056 initialised in c-setup-paragraph-variables, used in string
2057 scanning subroutines of c-beginning-of-statement.
2059 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
2060 which precedes the newly inserted `{'.
2062 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2064 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2065 function for declaration level blocks. It should now cope with
2066 templates better and also be a lot more comprehensible.
2068 (c-looking-at-decl-block): The new function.
2070 (c-search-uplist-for-classkey): The old one. It's now a wrapper
2073 (c-add-class-syntax, c-guess-continued-construct,
2074 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2076 (c-decl-block-key): Changed to tell apart ambiguous and
2077 unambiguous keywords. Pike specials are now handled directly in
2080 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2081 language constants and variables to make the backward skip in
2082 `c-looking-at-decl-block' as tight as possible.
2084 (c-nonsymbol-token-char-list): New language constant.
2086 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2087 find balanced template arglists backwards.
2089 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2090 making char classes for `c-syntactic-skip-backward'.
2092 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2093 16D - can't be a class-close at that point.
2095 * progmodes/cc-engine.el (c-guess-basic-syntax,
2096 c-add-class-syntax): Don't narrow out the enclosing declaration
2097 level. This makes everything a lot easier, and it was actually
2098 only four small places that needed it to work. Some places that
2099 previously did `widen' are removed now, which has the effect that
2100 `c-guess-basic-syntax' never will look at things outside the
2101 current narrowment now. The anchor position for `topmost-intro'
2102 is affected by this, but it was so bogus it was basically useless
2103 before, and now it's equally bogus but in a slightly different
2106 (c-narrow-out-enclosing-class): Gone.
2108 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2109 the narrowed region.
2111 (c-least-enclosing-brace): Removed silly optional argument.
2113 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2114 the point could be left directly after an open paren when finding
2115 the beginning of the first decl in the block.
2117 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2118 Specify which submatch to use.
2120 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2122 (c-decl-start-re): No no longer any need for special treatment of
2123 ObjC due to the above.
2125 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2126 presumably follows C in that regard.
2128 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2129 New language constants to specify operator tokens inside
2130 identifiers in a more high level way.
2132 (c-opt-identifier-prefix-key): New internal language constant.
2134 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
2135 c-identifier-start, c-identifier-key): Now completely calculated
2136 from other constants.
2138 (c-identifier-last-sym-match): Decommissioned since it's no longer
2141 (c-operators): Use `c-identifier-ops'. Documented
2144 * progmodes/cc-engine.el (c-forward-name): Removed the
2145 optimization when c-identifier-key is equal to c-symbol-key since
2146 it doesn't work in byte compiled files. Don't record empty
2147 regions as identifiers.
2149 * progmodes/cc-langs.el (c-filter-ops): New helper function to
2150 simplify access to `c-operators' and its likes.
2152 (c-operator-list, c-all-op-syntax-tokens,
2153 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
2154 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
2155 c-primary-expr-regexp, c-cast-parens): Use it.
2157 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2158 an explicit language in functions.
2160 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2161 variant of adornment.
2163 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2166 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2169 * progmodes/cc-engine.el (c-on-identifier,
2170 c-simple-skip-symbol-backward): Small fix for handling "-"
2171 correctly in `skip-chars-backward'. Affected the operator lfun
2174 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2175 diagnostic message about precompiled language vars not being used.
2177 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2178 "__attribute__" is followed by a parenthesis.
2180 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
2181 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2182 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2184 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2185 cleanups to properly detect the declared identifiers in various
2188 (c-decl-start-kwds): New language constant to recognize
2189 declarations that can start anywhere. Used for class declarations
2192 (c-specifier-key, c-not-decl-init-keywords,
2193 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
2194 c-find-decl-spots): Implement `c-decl-start-kwds'.
2196 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
2197 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2198 handling of the compiler specific extension keywords into a new
2199 language constant `c-decl-hangon-kwds' that defines keyword
2200 clauses to be ignored in declarations.
2202 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2203 past unrecognized tokens when handling `c-colon-type-list-kwds'.
2204 Necessary to stop at the declared identifier in e.g. IDL valuetype
2207 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
2208 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
2209 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
2210 c-forward-decl-or-cast-1): Recognize the declared identifier in
2211 class and enum declarations as such and not as part of the type.
2213 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2214 interpretation of PRECEDING-TOKEN-END when there's no preceding
2217 (c-forward-decl-or-cast-1): Don't disregard sure signs of
2218 declarations when there's some syntax error later on.
2220 (c-complex-decl-matchers): Did away with a reference to
2223 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2224 value - this variable is always dynamically bound.
2226 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
2227 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
2228 cc-cmds.el, cc-defs.el: Changed the policy for marking up
2229 functions that might do hidden buffer changes: All such internal
2230 functions are now marked instead of those that don't.
2232 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
2233 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
2234 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
2235 c-literal-type): Allow these functions to make hidden buffer changes,
2236 so that they are free to use text property caching later on.
2238 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
2239 c-electric-brace, c-electric-slash, c-electric-star,
2240 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
2241 c-electric-paren, c-electric-continued-statement, c-indent-command,
2242 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
2243 c-context-line-break): Added `c-save-buffer-state' calls to comply
2244 with the changed semantics of the functions above.
2246 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2247 when macros occur in obscure places. Optimized the sexp movement
2250 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2252 Enhancements for c-beginning-of-statement to work in AWK Mode:
2254 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2255 (completed statement) with `}' (statement completed by closing
2256 brace or semicolon) and `$' (statement completed by EOL).
2258 (c-awk-virtual-semicolon-ends-prev-line-p,
2259 c-awk-virtual-semicolon-ends-line-p,
2260 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2261 c-awk-at-statement-end-p): new functions
2263 * progmodes/cc-cmds.el: Simplify the structure of functions
2264 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
2265 two functions and c-beginning-of-statement to handle AWK Mode.
2267 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2268 c-backward-single-comment for AWK mode. Attempt to clarify their
2271 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2273 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2275 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2276 label handling. Labels are now recognized in a uniform and more
2277 robust way, regardless of context. Text properties are put on all
2278 labels to recognize the following declarations better. Multiword
2279 labels are handled both in indentation and fontification for the
2280 benefit of language extensions like Qt. For consistency, keywords
2281 in labels are now fontified with the label face instead. That
2282 also applies to "case" and "default".
2284 (c-beginning-of-statement-1): Fixed some bugs in the label
2285 handling. Disregard `c-nonlabel-token-key' in labels that begin
2286 with `c-label-kwds'.
2288 (c-find-decl-spots): Support that the callback adds more
2289 `c-decl-end' spots to find.
2291 (c-forward-decl-or-cast-1): Don't treat a list of plain
2292 identifiers followed by a colon as a declaration.
2294 (c-forward-label): New function to recognize labels.
2296 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2297 `c-forward-label'. Moved the label recognition cases (14 and 15)
2298 earlier since they aren't so context sensitive now. Handle labels
2299 on the top level gracefully. Moved access label recognition to
2300 the generic label case (CASE 15) - removed CASE 5E.
2302 (c-font-lock-declarations): Added recognition of labels in the
2303 same round since we need to handle labels in parallell with other
2304 declarations to recognize both accurately. It should also improve
2307 (c-simple-decl-matchers, c-basic-matchers-after): Moved
2308 `c-font-lock-labels' so that it only is used on decoration level 2
2309 since `c-font-lock-declarations' handles it otherwise.
2311 (c-complex-decl-matchers): Removed the simplistic recognition of
2314 (c-decl-prefix-re): Removed the kludges that was necessary to cope
2315 with labels earlier.
2317 (c-decl-start-re): New language variable to make
2318 `c-font-lock-declarations' stop for the special protection labels
2319 in Objective-C that start with `@'.
2321 (c-label-key): Removed since it's no longer used.
2323 (c-recognize-colon-labels, c-label-prefix-re): New language
2324 constants to support recognition of generic colon-terminated
2327 (c-type-decl-end-used): `c-decl-end' is now used whenever there
2328 are colon terminated labels.
2330 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2331 first argument starts with a special brace list.
2333 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2334 c-font-lock-declarations): Broke out the declaration and cast
2335 recognition from `c-font-lock-declarations' to a new function, so
2336 that it can be used in the indentation engine.
2338 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2339 up to the start of the literal. Fixed bug with the point on the
2340 wrong side of the search limit that could happen when the start
2341 position is inside a literal.
2343 * progmodes/cc-engine.el (c-parse-state,
2344 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2345 so that it's kept a little bit back to increase the hit rate.
2347 (c-parse-state): Changed the macro handling and fixed some
2348 glitches. Macro context is checked more often than necessary now,
2349 but otoh less garbage conses are generated.
2351 * progmodes/cc-engine.el (c-parse-state,
2352 c-invalidate-state-cache): Cache the last position where
2353 `c-state-cache' applies. This can speed up refontification quite
2354 a bit in blocks where there are many non-brace parens before the
2357 (c-state-cache-end): New variable for this.
2359 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2362 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2363 get close initial continue positions when the start position is
2364 inside a literal or macro. Do not call the callback for spots
2365 before the start position (which can happen e.g. for `c-decl-end'
2366 spots inside comments). Optimize better in special cases when the
2367 region is a single line inside a literal or macro (typically when
2368 the current line is refontified).
2370 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2371 to `c-add-stmt-syntax' - there's no need to explicitly whack off
2372 entries from the paren state.
2374 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2375 special case for "else if" clauses.
2377 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2378 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2380 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2381 language variable to recognize the gcc extension with statement
2382 blocks inside expressions.
2384 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2385 it somewhat more comprehensible. The argument AT-BLOCK-START is
2386 no longer used and hence removed.
2388 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2389 to `c-add-stmt-syntax'.
2391 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2392 `c-beginning-of-statement-1' instead of duplicating parts of it.
2393 This fixes bogus label recognition.
2395 * progmodes/cc-engine.el (c-add-type, c-check-type,
2396 c-forward-name, c-forward-type): Improved storage of template
2397 types in `c-found-types' so that they can be recognized better.
2399 (c-syntactic-content): Added option to skip past nested parens.
2401 * progmodes/cc-engine.el (c-forward-name): Set
2402 `c-last-identifier-range' all the time. It's less work that way.
2403 Handle that there might not be an identifier to store in
2404 `c-last-identifier-range'.
2406 (c-forward-type): Handle that `c-last-identifier-range' might be
2407 nil from `c-forward-name'.
2409 * progmodes/cc-defs.el: (c-safe-scan-lists,
2410 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2412 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2413 to work even if the form fails.
2415 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2416 down in a large file in one go.
2418 (c-get-fallback-start-pos): New helper function for
2421 * progmodes/cc-align.el (c-lineup-assignments): New lineup
2422 function which is like `c-lineup-math' but returns nil instead of
2423 `c-basic-offset' when it doesn't match.
2425 (c-lineup-math): Changed to use `c-lineup-assignments'.
2427 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2429 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2430 c-beginning-of-statement. New subfunctions
2431 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2433 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2435 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2436 hardcoded char classes whereever possible. Changed a couple of
2437 places to use skip by syntax instead of skip by char class.
2439 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2440 Fixed a bug in the regexp that caused extreme backtracking.
2442 * progmodes/cc-langs.el (c-block-comment-starter,
2443 c-block-comment-ender): New language constants to specify in a
2444 single place how block comments look.
2446 (c-comment-start-regexp, c-block-comment-start-regexp,
2447 comment-start, comment-end, comment-start-skip,
2448 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2449 c-syntactic-ws, c-nonempty-syntactic-ws,
2450 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2451 `c-line-comment-starter', `c-block-comment-starter' and
2452 `c-block-comment-ender'.
2454 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2455 language constants to break up things a bit.
2457 (c-simple-ws): New language constant for simple whitespace.
2459 * progmodes/cc-defs.el (c-concat-separated): New convenience
2462 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2463 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2464 newlines. Allow and ignore nil elements in the list.
2466 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2468 * progmodes/cc-cmds.el: Comment out a (n almost certainly
2469 superfluous) check, (eq here (point-max)) in
2470 c-beginning-of-statement.
2472 * progmodes/cc-cmds.el: Tidy up the comments in
2473 c-beginning-of-statement and subfunctions.
2475 * progmodes/cc-awk.el: Replace calls to put-text-property to the
2476 more flexible c-put-char-property and c-clear-char-properties.
2477 Add the author's email address.
2479 * progmodes/cc-langs.el: New variable,
2480 c-block-comment-start-regexp.
2482 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2483 closing "*/" of a block comment.
2485 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2486 subfunctions) so that it works at BOB and EOB.
2488 * progmodes/cc-cmds.el, cc-vars.el: More updating of
2489 c-beginning-of-statement, including new variable
2490 c-block-comment-start-regexp.
2492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2494 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2495 symbols from `*-font-lock-extra-types' so that there's no need to
2496 use `regexp-opt' on those lists.
2498 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2499 `c-type-modifier-kwds' is empty.
2501 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2502 there are several strings on the same line.
2504 * progmodes/cc-engine.el (c-literal-limits): Removed the
2505 compatibility function for older emacsen. `c-literal-limits-fast'
2506 has now taken the place of this function.
2508 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2509 with older emacsen: We now require `pps-extended-state'.
2511 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2513 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2514 which obviates the need to hack sentence-end. This now handles
2515 escaped newlines in strings correctly. Correct minor bugs in
2516 c-move-over-sentence and in c-beginning-of-statement.
2518 * progmodes/cc-cmds.el (c-beginning-of-statement (and
2519 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2520 that movement over macros and code are rigorously separated from
2521 eachother. Correct a few incidental bugs.
2523 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2524 Improve its doc-string. Improve the handling of certain specific
2527 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2529 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2530 (c-guess-basic-syntax): Changed the way class-level labels are
2531 recognized; they can now contain essentially any symbols.
2533 (c-opt-extra-label-key): New language variable to cope with the
2534 special protection label syntax in Objective-C.
2536 (c-opt-access-key): Removed; this is now handled better by
2537 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2539 (c-complex-decl-matchers): Update to handle that
2540 `c-opt-access-key' no longer exists.
2542 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2543 improved label recognition in `c-beginning-of-statement-1'.
2545 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2546 Recognize bitfields better.
2548 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2549 Removed some cruft and fixed a bug that could cause it to go to a
2550 position further down.
2552 * progmodes/cc-langs.el, cc-engine.el
2553 (c-beginning-of-statement-1): Improved detection of labels in
2554 declaration contexts.
2556 (c-beginning-of-decl-1): Use it.
2558 (c-nonlabel-token-key): New language constant and variable needed
2559 by `c-beginning-of-statement-1'.
2561 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2562 manifested itself due to the correction in `c-forward-sexp'.
2564 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2565 these behave as documented when used at the buffer limits.
2567 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2568 (c-type-decl-end-used): Made this a language variable.
2570 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2571 correctly when `combine-after-change-calls' is used together with
2572 temporary narrowings.
2574 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2575 labels correctly when the start point is immediately after the
2578 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2579 since it isn't used anymore.
2581 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2582 bracket arglists such as template parens in C++.
2584 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2585 in the last check-in. Some optimization.
2587 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2588 where it could stop at the same level in a preceding sexp when
2591 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2592 text property lookup only when it's needed.
2594 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2595 Changed the policy for paren marked angle brackets to be more
2596 persistent; once marked they remain marked even when they're found
2597 to be unbalanced in the searched region. This should keep the
2598 paren syntax around even when individual lines are refontified in
2599 multiline template arglists.
2601 (c-parse-and-markup-<>-arglists): New dynamically bound variable
2602 to control markup so that incorrect angle bracket arglists aren't
2603 marked in contexts where the correct value for
2604 `c-disallow-comma-in-<>-arglists' isn't known.
2606 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2607 argument has become `c-parse-and-markup-<>-arglists'.
2609 (c-remove-<>-arglist-properties): Removed - no longer used.
2611 (c-after-change-check-<>-operators): New function used on
2612 `after-change-functions' to avoid that "<" and ">" characters that
2613 are part of longer operators have paren syntax.
2615 (c-<>-multichar-token-regexp): New language variable used by
2616 `c-after-change-check-<>-operators'.
2618 (c-after-change): Call `c-after-change-check-<>-operators'.
2620 (c-font-lock-<>-arglists): Use the context properties set by
2621 `c-font-lock-declarations' to set
2622 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2625 (c-font-lock-declarations): Removed code that undoes the invalid
2626 markup done by `c-font-lock-<>-arglists'.
2628 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2629 after `c-font-lock-declarations'.
2631 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2632 paren-level feature.
2634 (c-guess-basic-syntax): Improved the anchor position for
2635 `template-args-cont' in nested template arglists. There's still
2636 much to be desired in this area, though.
2638 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2640 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2641 Make the "Text Filling and Line Breaking" commands work for AWK
2644 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2646 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2648 (c-major-mode-is 'awk-mode) can be used instead now.
2650 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2651 it doesn't work no longer are supported.
2653 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2654 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2655 requires support for the syntax-table' text property, which rules
2656 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
2657 cruft associated with those versions.
2659 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2660 for the `syntax-table' text property, which rules out Emacs 19 and
2661 XEmacs < 21.4. Removed various compatibility cruft associated
2662 with those versions.
2664 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2665 support for the `syntax-table' text property.
2667 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2668 variable and use an extra quoted face name instead. All the
2669 emacsen flavors handle that correctly.
2671 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2672 c-font-lock-declarators, c-font-lock-declarations,
2673 c-complex-decl-matchers, c-basic-matchers-after): Use a text
2674 property to mark the items in in declarator lists to handle
2675 refontification inside multiline declarations better.
2677 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2678 construct like "a * b = c;" as a declaration.
2680 2005-12-08 Kim F. Storm <storm@cua.dk>
2682 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2683 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
2684 select either meta, hyper, or super modifier for rectangle commands.
2685 (cua--rectangle-modifier-key): New defvar.
2686 (cua--M/H-key): Use it. Remove special case for `space'.
2687 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2688 on X, to meta otherwise. Always bind C-return to toggle
2689 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
2691 * emulation/cua-rect.el (cua-help-for-rectangle): Use
2692 cua--rectangle-modifier-key. Handle super modifier too.
2693 (cua--init-rectangles): Always bind C-return to toggle rectangle.
2694 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2696 * ido.el: Move Acknowledgements and History after Commentary.
2697 Minor changes to Commentary.
2699 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2700 keymap if cua--prefix-override-timer is `shift'.
2701 (cua--shift-control-prefix): New function; emulate "type prefix
2702 key twice" functionality to handle shifted prefix key override.
2703 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2705 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2707 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
2709 * textmodes/org.el (org-insert-heading): Try to do items before
2711 (org-agenda-mode): Quote `org-agenda-mode-hook'.
2712 (org-insert-item): New function.
2713 (org-renumber-ordered-list): Don't skip to higher level lists.
2715 2005-12-08 Juri Linkov <juri@jurta.org>
2717 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2719 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2721 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2723 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2724 the constructed function name fun-1.
2726 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2727 because such links don't lead to parent documentation.
2729 2005-12-08 Kenichi Handa <handa@m17n.org>
2731 * descr-text.el (describe-char): Use *Help-2* buffer if the
2732 current buffer is *Help*. Call describe-text-properties while
2733 setting the original buffer.
2735 2005-12-07 Bill Wohler <wohler@newt.com>
2737 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2738 and causes problems with non-MH users (such as Gnus users).
2740 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
2742 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2743 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2744 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2745 command "info sources". Move calls to GDB command "list".
2746 (gdb-find-file-hook): Just use gdb-source-file-list.
2747 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2748 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2749 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2750 (gdb-data-list-register-values-handler): Use correct trigger name.
2752 2005-12-07 Kim F. Storm <storm@cua.dk>
2754 * ido.el (ido-completion-map): Renamed from ido-mode-map.
2755 (ido-common-completion-map, ido-file-completion-map)
2756 (ido-file-dir-completion-map, ido-buffer-completion-map):
2757 Renamed from ido-mode-....-map.
2758 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2759 (ido-setup-completion-map): Renamed from ido-define-mode-map.
2760 (ido-read-internal): Bind minibuffer-local-filename-completion-map
2761 to ido-completion-map.
2763 2005-12-07 Kenichi Handa <handa@m17n.org>
2765 * international/mule-cmds.el
2766 (set-display-table-and-terminal-coding-system): If the coding
2767 system specified in `unibyte-display' property is different from
2768 the arg coding-system, don't setup standard-display-table.
2770 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2772 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2773 that comments end at \n, regardless of selective-display.
2775 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
2777 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2778 (gdb-version): New variables.
2779 (gdb-source-file-list, gdb-register-names)
2780 (gdb-changed-registers): New variables for use with GDB 6.4+.
2781 (gdb-ann3): Replace with...
2782 (gdb-init-1, gdb-init-2): ...two new functions.
2783 (gdba, gdb-prompt): Call gdb-init-1.
2784 (gdb-get-version): New function. Call gdb-init-2 from here.
2785 (gud-watch): Make it work with mouse events too.
2786 (gdb-post-prompt): Don't add to queue until GDB version is known.
2787 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2788 (gdb-locals-mode): Use gdb-version.
2789 (gdb-memory-format-map, gdb-memory-unit-map)
2790 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2791 (gdb-locals-font-lock-keywords-1)
2792 (gdb-locals-font-lock-keywords-2): New variables.
2793 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2794 (gdb-set-gud-minor-mode-existing-buffers-1)
2795 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2796 (gdb-var-update-1, gdb-var-update-handler-1)
2797 (gdb-data-list-register-values-handler)
2798 (gdb-data-list-register-values-custom)
2799 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2800 (gdb-stack-list-locals-handler, gdb-get-register-names):
2801 New functions for use with GDB 6.4+.
2802 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2803 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2804 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2805 (gdb-stack-list-locals-regexp)
2806 (gdb-data-list-register-names-regexp): New regexps for use with
2809 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2811 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2813 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
2815 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2816 prompts work for AUTH PLAIN. Also reported by Steve Allan
2817 <seallan@verizon.net>.
2819 2005-12-06 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
2821 * frame.el (set-frame-parameter): Add doc string.
2823 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
2825 * textmodes/org.el (org-occur-highlights): New variable.
2826 (org-highlight-new-match, org-remove-occur-highlights): New functions.
2827 (org-highlight-sparse-tree-matches): New option.
2828 (org-do-occur): New function.
2829 (org-get-heading): Make it work also at beginning of line.
2830 (org-category-table): New variable.
2831 (org-get-category-table, org-get-category)
2832 (org-camel-to-words, org-link-search): New functions.
2833 (org-select-this-todo-keyword): New variable.
2834 (org-todo-list): New command.
2835 (org-shiftright, org-shiftleft): New commands.
2836 (org-agenda-todo): Add prefix argument.
2837 (org-show-hierarchy-above): New option.
2838 (org-show-todo-tree): Numerical prefix creates tree for specific
2840 (org-outline-level): New function, to assign a level to plain
2842 (org-cycle-include-plain-lists): New option.
2843 (org-mode): Use `org-outline-level' as value of `outline-level'.
2844 (org-cycle): Temporarily switch `outline-regexp' if
2845 `org-cycle-include-plain-lists' is non-nil.
2846 (org-start-icalendar-file): Fix format bug.
2847 (org-agenda-get-day-entries): Create category table.
2848 (org-agenda-get-todos, org-agenda-get-timestamps)
2849 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2850 (org-agenda-get-blocks): Use `org-get-category'.
2851 (org-context-in-file-links): Rename from
2852 `org-line-numbers-in-file-links' .
2854 2005-12-06 Romain Francoise <romain@orebokech.com>
2856 * window.el (balance-windows): Delete extraneous third arg in call
2857 to `enlarge-window'.
2859 2005-12-06 Kenichi Handa <handa@m17n.org>
2861 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2863 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
2865 * progmodes/gdb-ui.el (gdb-var-create-handler)
2866 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2867 (gdb-var-list-children-handler, gdb-var-update-handler):
2868 Current buffer is already gdb-partial-output-buffer, don't
2869 make it current again.
2871 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
2873 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2874 (list-buffers-noselect): Use it.
2876 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2878 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2879 (mail-yank-ignored-headers): Use regexp-opt.
2880 (mail-mode-map): Move initialization into declaration.
2881 (mail-sent-via): Remove unused shadowed var `to-line'.
2882 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2883 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2884 (mail-do-fcc): Use dolist and push.
2885 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2886 (mail-yank-ignored-headers): Don't autoload.
2888 2005-12-05 Kenichi Handa <handa@m17n.org>
2890 * international/mule-cmds.el (set-language-info-internal): New fun.
2891 (set-language-info): Call set-language-info-internal to update
2892 language-info-alist. If LANG-ENV is the current one, call
2893 set-language-environment to make INFO effective now.
2894 (set-language-info-alist): Likewise.
2895 (locale-language-names): With locale "en", use English
2896 lang. env. but set the default codings to iso-8859-1.
2898 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
2900 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2901 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2902 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2904 (gdb-frames-mode): Remove redundant call to font-lock-mode.
2905 (gdb-all-registers): Rename from toggle-gdb-all-registers.
2906 Create registers buffer if necessary. Echo new state in minibuffer.
2907 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2909 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
2911 * info.el (Info-fontify-node): Match external links using
2912 non-directory part of filename.
2914 2005-12-04 Juri Linkov <juri@jurta.org>
2916 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2917 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
2918 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2919 because there is no customization option for it.
2921 * font-lock.el (lisp-font-lock-keywords-1):
2922 Add define-global-minor-mode.
2924 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2926 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2927 properties on the constructed variable names.
2929 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2930 Put `definition-name' properties on the constructed function names
2931 next-sym and prev-sym.
2933 * emacs-lisp/find-func.el (find-function-regexp):
2934 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
2935 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
2936 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2937 and easy-menu-define.
2939 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2940 easy-mmode-define-global-mode and define-global-minor-mode.
2941 (lisp-imenu-generic-expression): Add define-global-minor-mode.
2943 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2944 instead of easy-mmode-define-global-mode.
2946 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2947 Use define-minor-mode instead of easy-mmode-define-minor-mode.
2949 * cus-edit.el (customize-group, customize-group-other-window):
2950 Filter out autoloaded options from the group completion list by
2951 using heuristics that autoloaded groups don't have `custom-autoload'
2952 property on their symbols (they have only `custom-loads').
2954 * simple.el (completion-setup-function): Put completions-common-part
2955 face on complete completion string too (i.e. completion string
2956 without completions-first-difference face).
2958 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2960 2005-12-03 Eli Zaretskii <eliz@gnu.org>
2962 * view.el (view-mode): Doc fix.
2964 * disp-table.el (standard-display-european): Add to the warning
2965 message a reference to the doc string.
2967 * play/yow.el (apropos-zippy): Call print-help-return-message,
2968 similar to other Help and Apropos commands.
2970 * help.el (print-help-return-message): If pop-up-frames is
2971 non-nil, set up help-return-method to delete the help window and,
2972 possibly, its frame as well, and don't display message about
2973 scrolling the help window. Doc fix.
2974 (help-return-method): Doc fix.
2976 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
2978 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2979 whereby names of length one or names starting with a
2980 symbol-constituent character would not be returned.
2982 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2984 * subr.el (atomic-change-group): Add edebug and indentation spec.
2986 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2988 * completion.el (save-completions-file-name): Fix typo in last change.
2990 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2992 * info.el: Move back/forward history to the beginning of the tool bar.
2994 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
2996 * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2997 Add fset of allout-real-isearch-abort during compile to fix
2998 byte-compilation warnings.
2999 (allout-mode-p): Move definition of this macro above all uses, or
3000 byte compilation in barren emacs (eg, during emacs build) will
3001 lack the definition.
3002 (allout-mode): Move this variable above any uses, or byte
3003 compilation will fail.
3004 (allout-resolve-xref): Remove use of personal file-reference function.
3005 (allout-toggle-current-subtree-encryption): Do the current (ie,
3006 visible containing) topic, rather than nearest around point. Doc fix.
3007 (allout-toggle-subtree-encryption): New function, workhorse that
3008 works on nearest topic containing point.
3009 (allout-encrypt-string): Signal requirement for newer version of pgg.
3010 (allout-resumptions): Doc fix.
3012 2005-12-02 Eli Zaretskii <eliz@gnu.org>
3014 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3016 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
3018 * textmodes/flyspell.el (flyspell-external-point-words):
3019 Consider a misspelling as found in the string search if: (a) misspelling
3020 and found string lengths match, or (b) misspelling is found as
3021 element in a boundary-chars separated longer string, or (c)
3022 ispell-program-name is really ispell and misspelling is found as
3023 part of a TeX string. After successful match move beginning of
3024 search region to end of match. Warn about not found misspellings
3025 once the process is done.
3026 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3028 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
3030 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3031 tool bar (removed inadvertently).
3033 2005-12-02 Juri Linkov <juri@jurta.org>
3035 * log-view.el (log-view-diff): Clarify doc string.
3037 2005-12-01 Bill Wohler <wohler@newt.com>
3039 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3040 triggers lm-verify errors.
3042 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
3044 * simple.el (transient-mark-mode, line-number-mode)
3045 (column-number-mode, size-indication-mode): Remove `:require nil'.
3047 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
3049 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3051 (gdb-breakpoints-mode-map): Use D instead of d for
3052 gdb-delete-breakpoint.
3053 (gdb-get-frame-number): Require a number to match on.
3054 (gdb-threads-mode-map): Add follow-link binding.
3056 2005-11-30 Jason Rumney <jasonr@gnu.org>
3058 * isearch.el (isearch-mode-map): Avoid exiting search on
3059 language-change event.
3061 2005-11-30 Romain Francoise <romain@orebokech.com>
3063 * speedbar.el (speedbar-default-position): New defcustom.
3064 (speedbar-frame-reposition-smartly): Use it.
3066 * dframe.el (dframe-reposition-frame-emacs): Fix position
3067 computation for `left' location.
3068 Update copyright year.
3070 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3072 * help.el (help-map): Move initialization into declaration.
3074 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3076 * help-fns.el (help-argument-name): Don't autoload.
3077 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3078 to be re-loaded when customizing the `help' group.
3080 2005-11-30 John Paul Wallington <jpw@gnu.org>
3082 * help-fns.el (describe-function-1): Fill arglist output.
3084 2005-11-30 Kim F. Storm <storm@cua.dk>
3086 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3087 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3088 after revert-buffer (or anything else which kills all local variables).
3090 * apropos.el (apropos-parse-pattern): Doc fix.
3091 Set apropos-regexp directly, rather than expecting callers to do so.
3092 (apropos-command, apropos, apropos-value, apropos-documentation):
3093 Simplify calls to apropos-parse-pattern.
3095 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
3097 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3098 (hi-lock-face-phrase-buffer): Use hi-yellow face.
3099 (hi-lock-write-interactive-patterns): Use comment-region.
3101 * longlines.el (longlines-mode): Add mail-setup-hook.
3103 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3105 * simple.el (sendmail-user-agent-compose, next-line):
3106 Conditionally use hard-newline.
3108 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3110 * international/latexenc.el (latex-inputenc-coding-alist):
3113 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
3115 * help.el (describe-key-briefly, describe-key): Recognize default
3118 2005-11-29 Romain Francoise <romain@orebokech.com>
3120 * view.el (view-inhibit-help-message): New defcustom.
3121 (view-mode-enter): Use it.
3123 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
3125 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3126 Preserve user position.
3128 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
3130 * font-lock.el: Throw error if facemenu is not loaded to prevent
3131 accidental change of loading order in loadup.el. (Suggested by RMS.)
3133 * loadup.el: Add comment explaining why facemenu must be loaded
3136 2005-11-28 Jay Belanger <belanger@truman.edu>
3138 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3139 (calc-dispatch-map): Add more keys for `calc-same-interface'.
3141 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3143 * calc/calc-embed.el (calc-do-embedded): Update help message.
3145 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3147 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3149 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3151 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3152 called-interactively-p.
3153 (elp-profilable-p): Rename from elp-not-profilable-p.
3154 Invert result and take into account macros and autoloaded functions.
3155 (elp-instrument-function): Update call.
3156 (elp-instrument-package): Update call. Add completion.
3157 (elp-pack-number): Use match-string.
3158 (elp-results-jump-to-definition-by-mouse): Merge into
3159 elp-results-jump-to-definition and then remove.
3160 (elp-output-insert-symname): Make help echo text single-line.
3162 * replace.el (query-replace-map): Move initialization into declaration.
3163 (occur-engine): Use with-current-buffer.
3164 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3165 (occur-mode-mouse-goto): Replace with an alias.
3167 2005-11-28 Juri Linkov <juri@jurta.org>
3169 * simple.el (quoted-insert): Let-bind input-method-function to nil.
3171 * term/w32-win.el: Bind [S-tab] to [backtab].
3173 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3174 `Info-find-file' to t.
3176 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3177 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3178 and same-window-regexps.
3179 (occur-next-error): Don't move point for arg 0.
3181 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
3183 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3185 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3187 * log-edit.el (log-edit-changelog-use-first): New var.
3188 (log-edit-changelog-ours-p): Use it.
3189 (log-edit-insert-changelog): Set it with new arg `use-first'.
3190 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3191 (log-edit-hook): Add them to the list of suggested options.
3193 * textmodes/flyspell.el (flyspell-last-buffer): New var.
3194 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3196 (flyspell-mode-on): Use add-hook for after-change-functions.
3197 (flyspell-mode-off): Use remove-hook for after-change-functions.
3198 (flyspell-changes): Make it buffer-local.
3199 (flyspell-after-change-function): Make it non-interactive. Use push.
3200 (flyspell-post-command-hook): Check input-pending-p while processing
3201 the potentially long list of buffer changes.
3203 2005-11-28 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
3205 * buff-menu.el (list-buffers-noselect): Display the selected
3206 frame's buffer list, not the global one.
3208 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
3210 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3211 that (list last-input-event) works as in interactive spec.
3213 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3215 * loadup.el ("facemenu"): Load facemenu before font-lock, because
3216 `facemenu-keymap' needs to be defined when font-lock is loaded.
3217 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3219 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3221 * completion.el: Remove useless leading * in defcustom docstrings.
3222 (save-completions-file-name): Use ~/.emacs.d if available.
3223 (completion-standard-syntax-table): Rename from
3224 cmpl-standard-syntax-table and fold initialization into declaration,
3225 thus removing cmpl-make-standard-completion-syntax-table.
3226 (completion-lisp-syntax-table, completion-c-syntax-table)
3227 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3228 (cmpl-saved-syntax, cmpl-saved-point): Remove.
3229 (symbol-under-point, symbol-before-point)
3230 (symbol-under-or-before-point, symbol-before-point-for-complete)
3231 (add-completions-from-c-buffer): Use with-syntax-table.
3232 (make-completion): Don't return a list of completion entries.
3234 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3235 (completion-initialize): Rename from initialize-completions.
3236 (completion-find-file-hook): Rename from cmpl-find-file-hook.
3237 (kill-emacs-save-completions): Collect stats here.
3238 (save-completions-to-file, load-completions-from-file):
3239 Use with-current-buffer.
3240 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
3241 into a function. Move all calls to toplevel.
3242 (completion-lisp-mode-hook): New fun.
3243 (completion-c-mode-hook, completion-setup-fortran-mode):
3244 Set the syntax-table here. Use local-set-key.
3245 (completion-saved-bindings): New var.
3246 (dynamic-completion-mode): Make it into a proper minor mode.
3247 (load-completions-from-file): Remove unused var `num-uses'.
3249 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3250 constructor if it is explicitly overridden.
3252 * complete.el (PC-completion-as-file-name-predicate):
3253 Use minibuffer-completing-file-name.
3254 (partial-completion-mode): Use find-file-not-found-functions.
3255 (PC-lisp-complete-symbol): Use with-syntax-table.
3256 (PC-look-for-include-file): Remove dead setq.
3257 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3258 (PC-complete): Use with-current-buffer.
3260 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3261 escape single quotes.
3263 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3265 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3266 of `if' whose condition always returned nil. Doc fix.
3268 * buff-menu.el (Buffer-menu-revert-function): Make the selected
3269 window's buffer the current buffer around the call to
3270 `list-buffers-noselect'. This is necessary to mark that buffer
3271 with a `.' in the Buffer Menu when called from Lisp, for instance
3272 by Auto Revert Mode.
3274 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
3276 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3278 (gdb-pre-prompt): Make sure gdb-error is reset.
3280 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3281 with a child process, detect it.
3282 (gud-speedbar-buttons): Match regexp more carefully.
3284 2005-11-27 Richard M. Stallman <rms@gnu.org>
3286 * mouse.el (mouse-drag-move-window-bottom):
3287 Use adjust-window-trailing-edge.
3289 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3291 * simple.el (blink-matching-open): Ignore
3292 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3293 (blink-matching-paren-on-screen): Update docstring.
3295 * paren.el (show-paren-mode): No longer change
3296 `blink-matching-paren-on-screen'.
3298 2005-11-27 John Paul Wallington <jpw@pobox.com>
3300 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3301 (gdb-threads-select, gdb-edit-register-value):
3302 Use `posn-set-point' instead of `mouse-set-point' because the
3303 latter is not fbound when configured without X.
3305 2005-11-27 Kim F. Storm <storm@cua.dk>
3307 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3308 existing face when partially highlighting a TAB in a rectangle.
3310 2005-11-26 Kim F. Storm <storm@cua.dk>
3312 * ido.el (ido-mode-map): Doc fix.
3313 (ido-mode-common-map, ido-mode-file-map)
3314 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3315 (ido-define-mode-map): Rewrite. Select one of the new maps as
3316 parent for ido-mode-map instead of building from scratch.
3317 (ido-init-mode-maps): New defun to initialize new maps.
3318 (ido-mode): Call it.
3319 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3320 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3322 2005-11-26 John Paul Wallington <jpw@pobox.com>
3324 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3325 `mouse-set-point' because the latter is not fbound when configured
3328 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
3330 * files.el (file-relative-name): Doc fix.
3332 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3334 * progmodes/octave-inf.el (inferior-octave-startup): Force a
3335 non-empty string for secondary prompt PS2.
3337 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3339 * progmodes/compile.el (compilation-setup): Fix last change.
3341 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
3343 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3344 (gdb-mouse-toggle-breakpoint-margin)
3345 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3346 Add gdb-server-prefix to keep out of command history.
3347 (gdb-edit-register-value): New function.
3348 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3349 (gdb-info-registers-custom): Use above map.
3351 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3353 * custom.el (enable-theme): Signal error if argument is not a
3354 theme. Don't recalculate a face if it's not loaded yet.
3356 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3357 the `user' theme is in effect.
3359 * info.el (Info-on-current-buffer): Record actual filename in
3360 Info-current-file, instead of t, or a fake filename if a non-file
3361 buffer. Make autoload.
3362 (Info-find-node, Info-revert-find-node): No need to check for
3363 Info-current-file nil.
3364 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3365 Info-current-file is now never `t'.
3366 (Info-fontify-node): Many simplifications due to Info-current-file
3367 always being valid. Use Info-find-file to find node filename.
3369 2005-11-25 David Kastrup <dak@gnu.org>
3371 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3372 new character, then delete" in order to preserve markers.
3374 2005-11-25 David Ponce <david@dponce.com>
3376 * recentf.el (recentf-arrange-by-rule): Handle a special
3377 `auto-mode-alist'-like "strip suffix" rule.
3378 (recentf-build-mode-rules): Handle second level auto-mode entries.
3380 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
3382 * viper-keym.el (viper-ESC-key): Use different values in terminal and
3385 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3386 jde-javadoc-checker-report-mode.
3388 * ediff-wind (ediff-make-wide-display): Slight simplification.
3390 * ediff.el (ediff-date): Change the date of last update.
3392 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
3394 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3395 Use define-minor-mode, and make it a local mode. Turn on font-lock.
3396 (hi-lock-mode): New global minor mode.
3397 (turn-on-hi-lock-if-enabled): New function.
3398 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3399 Change arguments to regexp and face instead of a font-lock pattern.
3400 Directly set face property, instead of refontifying.
3401 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3402 (hi-lock-find-patterns): Use line-number-at-pos.
3404 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
3405 arguments for hi-lock-set-pattern.
3406 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3407 font-lock-fontify-buffer.
3408 (hi-lock-find-file-hook, hi-lock-current-line)
3409 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3411 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3414 * progmodes/compile.el (compilation-setup): Don't fiddle with
3417 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
3419 * progmodes/gdb-ui.el (gdb-var-create-handler)
3420 (gdb-var-list-children-handler): Find values for all variable
3421 objects. gud-speedbar-buttons decides whether to display them.
3423 2005-11-24 Romain Francoise <romain@orebokech.com>
3425 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3426 buffer name with a space.
3428 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
3430 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3431 `org-export-local-list-max-depth'. Change default value to 3.
3432 (org-auto-renumber-ordered-lists)
3433 (org-plain-list-ordered-item-terminator): New options.
3434 (org-at-item-p, org-beginning-of-item, org-end-of-item)
3435 (org-get-indentation, org-get-string-indentation)
3436 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3438 (org-move-item-down, org-move-item-up): New commands.
3439 (org-export-as-html): New classes for CSS support. Bug fix in
3440 regular expression detecting fixed-width regions. Respect
3441 `org-local-list-ordered-item-terminator'.
3442 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3444 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3445 New item moving functions.
3447 2005-11-24 Juri Linkov <juri@jurta.org>
3449 * isearch.el (isearch-repeat): With empty search ring set
3450 `isearch-error' to the error string instead of signaling error
3451 with the function `error'.
3453 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3455 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3457 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
3459 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3461 (gdb-var-create-handler, gdb-var-list-children-handler):
3462 Don't match on "char **...".
3463 (gdb-var-update-handler): Find values for all variable objects.
3464 (gdb-info-frames-custom): Identify frames by leading "#".
3466 * progmodes/gud.el (gud-speedbar-menu-items): Add
3467 gdb-speedbar-auto-raise as radio button.
3468 (gud-speedbar-buttons): Raise speedbar if requested.
3469 Don't match on "char **...".
3470 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3473 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
3475 * info.el (Info-fontify-node): Handle the case where
3476 Info-current-file is t.
3478 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3480 * simple.el (blink-matching-open): Fix off-by-one in last change.
3482 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3484 * term/mac-win.el: Don't change default directory.
3486 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
3488 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3489 buffers correctly. (It used to throw an error in such buffers.)
3490 Make it ask for confirmation in group buffers and other Custom
3491 buffers containing more than one customization item.
3493 2005-11-22 John Paul Wallington <jpw@gnu.org>
3495 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3496 property on mail and url overlays.
3497 (goto-address-at-point): Use `posn-set-point' instead of
3498 `mouse-set-point' because the latter is not fbound when configured
3501 2005-11-22 Lars Hansen <larsh@soem.dk>
3503 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3504 (ls-lisp-classify, ls-lisp-format): Delete call to
3505 ls-lisp-parse-symlink.
3506 (ls-lisp-handle-switches): Handle symlinks to directories as
3507 directories when ls-lisp-dirs-first in non-nil.
3509 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
3511 * startup.el (command-line): Make sure that loaddefs.el is handled
3512 correctly in load-history.
3514 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
3516 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3517 (gdb-struct-string, gdb-array-string): New constants.
3518 (gdb-info-locals-handler): Use them.
3519 (gdb-reset): Reset gdb-var-list to nil.
3521 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3523 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3526 2005-11-21 Juri Linkov <juri@jurta.org>
3528 * custom.el (defcustom): Update link types in docstring.
3530 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
3532 * custom.el (defgroup): Add doc-string-elt info.
3534 * widget.el (define-widget): Don't use declare for the doc-string-elt.
3536 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3538 * newcomment.el (comment-enter-backward): Fix last fix.
3540 * simple.el (blink-matching-open):
3541 * paren.el (show-paren-function): Allow new paren-class info.
3543 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
3545 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
3546 handled automagically.
3548 2005-11-20 Andreas Schwab <schwab@suse.de>
3550 * descr-text.el (describe-char): When copying overlays put them
3551 over the full char description instead of just the first character
3554 2005-11-20 Juri Linkov <juri@jurta.org>
3556 * simple.el (what-cursor-position):
3557 * descr-text.el (describe-char): Use Lisp-readable syntax
3558 for octal and hex. Reorder decimal, octal and hex values.
3559 Remove excess whitespace in the output. Use `=' in `column='
3560 like in `point=' and `Hscroll='.
3562 * international/mule-cmds.el (encoded-string-description):
3563 Use Lisp-readable syntax for hex.
3565 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3567 * newcomment.el (comment-enter-backward): Handle the case where the
3568 comment is closed by EOB.
3570 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
3572 * longlines.el (longlines-before-revert-hook)
3573 (longlines-after-revert-hook): New functions.
3574 (longlines-mode): Turn off longlines temporarily when reverting.
3575 Add a message-setup-hook.
3576 (longlines-decode-buffer): New function.
3577 (longlines-wrap-line): Preserve marker positions.
3579 2005-11-19 Andreas Schwab <schwab@suse.de>
3581 * emacs-lisp/shadow.el: Handle compressed files.
3583 2005-11-19 Romain Francoise <romain@orebokech.com>
3585 * net/browse-url.el (browse-url-default-browser): Signal an error
3586 if no usable browser can be found, rather than try to load w3.
3588 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
3590 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3591 replacing existing properties.
3592 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3593 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3595 (rcirc-server-prefix, rcirc-server): New faces.
3596 (rcirc-url-regexp): Generate with rx macro.
3597 (rcirc-last-server-message-time): New variable.
3598 (rcirc-filter): Record time of last message.
3599 (rcirc-keepalive): Kill processes that did not send a message
3600 since the last ping.
3601 (rcirc-mode): Give rcirc-topic a local binding here.
3603 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
3605 * subr.el (read-passwd): Fontify the prompt as we do with other
3608 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
3610 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3611 binding buffer-read-only to nil.
3613 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3615 * complete.el (partial-completion-mode):
3616 Mention completion-auto-help in the doc string.
3618 * man.el (Man-highlight-references): Doc fix. Reformat code in a
3621 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3623 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3624 digits, not 8, to avoid misalignment for files larger than 100MB.
3626 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3628 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3629 Mention "keyboard shortcuts" in the help text.
3631 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3633 * startup.el (fancy-splash-default-action): Discard only
3634 mouse-down and succeeding mouse-up events in the splash screen
3635 window so that drag-n-drop event can be processed.
3637 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
3639 * longlines.el (longlines-mode): Add hacks for mail-mode and
3642 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
3644 * textmodes/org.el (org-table-sort-lines): New command.
3645 (org-tbl-menu): Add entry for `org-table-sort-lines'.
3646 (org-add-file): Command removed, use `org-agenda-file-to-front'
3648 (org-export-icalendar): Use `org-icalendar-combined-name'.
3649 (org-cycle-agenda-files, org-agenda-file-to-end)
3650 (org-agenda-file-to-front): New commands.
3651 (org-table-tab-jumps-over-hlines,org-export-html-style): New
3653 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3654 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3656 (org-fill-paragraph): Call `org-table-align' in tables.
3657 (org-mode): Call `org-set-autofill-regexps'.
3658 (org-export-as-html): Support for local handformatted lists.
3659 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3660 (org-export-local-list-max-depth): New option.
3661 (org-html-expand): Use `org-html-protect'.
3663 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
3665 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3667 (gdb): Move definition of gud-pp to...
3669 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
3671 (gdb-find-watch-expression): New function.
3673 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3675 * faces.el (face-attribute, set-face-attribute): Mention existence
3676 of `:ignore-defface' setting in docstring.
3678 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3680 * simple.el (completion-setup-function): Fix last change.
3682 2005-11-17 John Paul Wallington <jpw@pobox.com>
3684 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3685 Use `posn-set-point' instead of `mouse-set-point' because the
3686 latter is not fbound when configured without X.
3688 * comint.el (comint-insert-input): Likewise.
3690 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3692 * simple.el (hard-newline): New variable.
3693 (sendmail-user-agent-compose, next-line): Use it.
3695 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3696 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3697 (mail-mail-reply-to, mail-mail-followup-to)
3698 (mail-position-on-field, mail-signature, mail-yank-original)
3699 (mail-attach-file): Likewise.
3701 * mail/mailheader.el (mail-header-format)
3702 (mail-header-format-function): Likewise.
3704 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3706 2005-11-17 Juri Linkov <juri@jurta.org>
3708 * font-lock.el (font-lock-faces): Rename this defgroup from
3709 `font-lock-highlighting-faces'.
3710 (font-lock-comment-face, font-lock-comment-delimiter-face)
3711 (font-lock-string-face, font-lock-doc-face)
3712 (font-lock-keyword-face, font-lock-builtin-face)
3713 (font-lock-function-name-face, font-lock-variable-name-face)
3714 (font-lock-type-face, font-lock-constant-face)
3715 (font-lock-warning-face, font-lock-negation-char-face)
3716 (font-lock-preprocessor-face)
3717 (font-lock-regexp-grouping-backslash)
3718 (font-lock-regexp-grouping-construct): Rename :group from
3719 `font-lock-highlighting-faces' to `font-lock-faces'.
3721 * cus-edit.el (lisp, c, tex):
3722 * progmodes/ada-mode.el (ada):
3723 * progmodes/asm-mode.el (asm):
3724 * progmodes/cperl-mode.el (cperl-faces):
3725 * progmodes/cpp.el (cpp):
3726 * progmodes/dcl-mode.el (dcl):
3727 * progmodes/f90.el (f90):
3728 * progmodes/fortran.el (fortran):
3729 * progmodes/icon.el (icon):
3730 * progmodes/idlwave.el (idlwave-misc):
3731 * progmodes/m4-mode.el (m4):
3732 * progmodes/make-mode.el (makefile):
3733 * progmodes/meta-mode.el (meta-font):
3734 * progmodes/modula2.el (modula2):
3735 * progmodes/octave-mod.el (octave):
3736 * progmodes/pascal.el (pascal):
3737 * progmodes/perl-mode.el (perl):
3738 * progmodes/prolog.el (prolog):
3739 * progmodes/ps-mode.el (PostScript-edit):
3740 * progmodes/scheme.el (scheme):
3741 * progmodes/sh-script.el (sh-script):
3742 * progmodes/simula.el (simula):
3743 * progmodes/tcl.el (tcl):
3744 * textmodes/nroff-mode.el (nroff):
3745 * textmodes/reftex-vars.el (reftex-fontification-configurations):
3746 * textmodes/sgml-mode.el (sgml):
3747 * textmodes/texinfo.el (texinfo):
3748 Add :link (custom-group-link font-lock-faces) to defgroup.
3750 * hi-lock.el (hi-lock): Rename this defgroup from
3751 `hi-lock-interactive-text-highlighting'. Change parent group from
3752 `faces' to `font-lock'. Add link to the manual.
3753 (hi-lock-mode, hi-lock-file-patterns-range)
3754 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3755 `hi-lock-interactive-text-highlighting' to `hi-lock'.
3756 (hi-lock-faces): Add :group `faces'.
3758 * cus-edit.el (custom-variable-prompt): Clarify the code.
3760 * faces.el (face-read-string): Set the default value arg of
3763 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
3765 * rfn-eshadow.el (file-name-shadow-properties)
3766 (file-name-shadow-tty-properties, file-name-shadow-mode):
3767 Remove autoloads, because the file is now preloaded.
3769 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3771 * printing.el (easy-menu-intern): Don't define.
3772 (pr-get-symbol): Use easy-menu-intern only if defined.
3774 * simple.el (blink-matching-open): Simplify a bit.
3775 (completion-setup-function): Fix the case of partial-completion-mode
3776 when the minibuffer's contents start with "-".
3777 Obey completion-base-size-function even when
3778 minibuffer-completing-file-name is non-nil.
3780 2005-11-16 Richard M. Stallman <rms@gnu.org>
3782 * net/eudcb-ph.el (eudc-ph-open-session):
3783 Use set-process-query-on-exit-flag.
3785 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3787 * international/ucs-tables.el (ucs-set-table-for-input):
3788 Use make-local-variable, not make-variable-buffer-local.
3790 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3791 Improve warning message text.
3793 * savehist.el (savehist-save-hook): Add :group.
3795 * menu-bar.el (menu-bar-help-menu):
3796 Rename Find Extra Packages to External Packages.
3798 * cus-edit.el (Custom-reset-standard): Verify that
3799 :custom-standard-value prop exists before calling it.
3801 * apropos.el (apropos-calc-scores): Use apropos-pattern.
3803 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
3805 * wid-edit.el (color): Enclose %t in %{...%}.
3807 * cus-edit.el (face): Enclose %t in %{...%}.
3809 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
3811 * savehist.el (savehist-mode-hook): Re-add the var.
3812 (savehist-mode): Use it.
3814 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3816 * textmodes/flyspell.el: Fix commenting convention.
3817 Remove unnecessary leading * in custom docstrings.
3818 (flyspell-emacs): Remove unused var.
3819 (flyspell-delete-region-overlays): Use remove-overlays.
3820 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3821 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3822 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3823 (flyspell-debug-signal-word-checked): Use with-current-buffer.
3824 (make-flyspell-overlay): Don't locally reuse a global name.
3825 (flyspell-highlight-incorrect-region)
3826 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3827 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3828 (flyspell-notify-misspell): Remove unused args `start' and `end'.
3829 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
3830 Wrap calls to accept-process-output inside with-local-quit since it's
3831 often called from a post-command-hook.
3832 (flyspell-correct-word, flyspell-auto-correct-word):
3833 Use ispell-send-string.
3834 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
3836 * calendar/diary-lib.el (diary-list-entries): Also hide the
3837 terminating newline.
3839 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
3841 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3842 window-system, to allow fonts on tty.
3844 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
3846 * progmodes/gud.el (gud-speedbar-item-info): New function.
3847 (gud-install-speedbar-variables): Use it to display data type
3848 of watch expression as a tooltip in speedbar.
3850 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
3852 * font-core.el (global-font-lock-mode): Add :version keyword,
3853 because default was changed.
3855 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3857 * startup.el (command-line): Use `custom-reevaluate-setting' for
3858 `file-name-shadow-mode'.
3860 * loadup.el: Preload rfn-eshadow.
3862 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3863 Add :version keyword.
3864 (file-name-shadow-properties, file-name-shadow-tty-properties)
3865 (file-name-shadow): Add :version keyword.
3867 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3868 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3869 in the custom-group property of the symbol frames and the fringe
3870 group got no link to its parent group frames.
3873 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3875 * progmodes/gud.el (gud-stop-subjob): New function.
3876 (gud-menu-map, gud-tool-bar-map): Use it.
3878 2005-11-16 Kim F. Storm <storm@cua.dk>
3880 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3882 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
3883 to a more useful/logical place.
3885 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3887 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3888 go buttons complementary.
3890 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3892 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3893 (rfn-eshadow-sifn-equal): New function.
3894 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3896 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
3898 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3901 * viper.el (viper-emacs-state-mode-list): Ensure that
3902 rcirc-mode buffers come up in Emacs state.
3904 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3907 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3909 * term.el (term-termcap-format): Fix typos.
3910 (term-down): Fix the negative argument case.
3912 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3914 * progmodes/gdb-ui.el: Remove face-alias left over from change on
3916 (gdb-ann3): New command gud-go.
3917 (menu): Accomodate gdb-mi.el.
3918 (gdb-assembler-custom): Make buffer of selected window current
3919 so that set-window-point works.
3921 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3922 buttons and include new ones.
3924 2005-11-16 Kim F. Storm <storm@cua.dk>
3926 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3927 (gud-menu-map): Use it.
3929 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
3931 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3932 that works correctly for Custom and that does not override a user
3935 * help-mode.el (help-make-xrefs, help-xref-on-pp)
3936 (help-xref-interned, help-follow): Make hyperlinks for variables
3937 that are unbound, but have a non-nil variable-documentation property.
3939 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3940 mode hook. (It conflicted with defcustoms for some mode hooks.)
3941 Use the `variable-documentation' property to give the mode hook a
3942 docstring and expand that docstring.
3944 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
3946 * savehist.el (savehist-mode): Don't bother with
3947 `custom-set-minor-mode'.
3948 (savehist-coding-system): Check XEmacs version.
3949 (history-length): Declare also at run time.
3950 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
3951 Don't set the customize state.
3952 (savehist-minibuffer-hook): Special case for when
3953 minibuffer-history-variable is equal to t.
3955 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3957 * files.el (write-file): Refresh VC status.
3959 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3960 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3961 than fundamental-mode to see if the mode was set.
3963 2005-11-14 Romain Francoise <romain@orebokech.com>
3965 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3966 dummy function in `eval-when-compile' to avoid compiler warning.
3967 Require `man' at compile time.
3969 2005-11-14 Jay Belanger <belanger@truman.edu>
3971 * calc-alg.el (calcFunc-write-out-power): Rename it to
3972 calcFunc-powerexpand.
3973 (math-write-out-power): Rename it to math-powerexpand; have it
3974 handle negative exponents.
3975 (calc-writeoutpower): Rename it to calc-powerexpand.
3977 * calc-ext.el: Change calcFunc-writeoutpower and
3978 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3980 Add calcFunc-ldiv to autoloads.
3982 * calc-arith.el (calcFunc-ldiv): New function.
3984 * calc.el (calc-left-divide): New function.
3986 2005-11-14 Juri Linkov <juri@jurta.org>
3988 * cus-edit.el (custom-variable-prompt): Set the default value arg
3991 * cus-dep.el (custom-make-dependencies): Reverse the list of
3994 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3996 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3997 Highlighting" entry, it is on by default now.
3998 (menu-bar-options-save): Do not save global-font-lock-mode.
4000 2005-11-13 Richard M. Stallman <rms@gnu.org>
4002 * textmodes/flyspell.el (flyspell-large-region):
4003 Call flyspell-accept-buffer-local-defs.
4005 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
4007 * textmodes/flyspell.el (flyspell-notify-misspell):
4008 Fix misspelling of "Misspelling".
4009 (flyspell-process-localwords): New function.
4010 (flyspell-large-region): Call flyspell-process-localwords and
4011 flyspell-delete-region-overlays.
4012 (flyspell-delete-region-overlays): New function.
4013 (flyspell-delete-all-overlays): Call that.
4015 2005-11-13 Richard M. Stallman <rms@gnu.org>
4017 * help.el (help-for-help-internal): Improve doc of C-h a.
4018 (describe-key): Improve prompt; doc fix.
4020 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4022 * vc-svn.el (vc-svn-registered): Catch all errors.
4024 * cus-dep.el (custom-make-dependencies): Typo.
4026 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
4028 * net/tramp-util.el (top): Fix compilation warning.
4030 2005-11-13 Kim F. Storm <storm@cua.dk>
4032 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
4034 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
4036 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4037 (gud-speedbar-buttons): Match on "const char *" too.
4039 * progmodes/gdb-ui.el (gdb-var-create-handler)
4040 (gdb-var-list-children-handler): Match on "const char *" too.
4041 (gdb-var-evaluate-expression-handler): Match on empty string.
4042 (gdb-var-update-handler): Only call
4043 gdb-var-evaluate-expression-handler when required.
4045 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
4047 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4048 selected window. This still doesn't work for speedbar.
4049 (gud-speedbar-buttons): Handle string expressions properly.
4051 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4052 (gdb-var-create-handler): Handle string expressions properly.
4053 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4054 Handle string expressions properly. Move "type" field into regexp.
4056 2005-11-12 Karl Fogel <kfogel@red-bean.com>
4058 * bookmark.el (bookmark-maybe-message): New function to reduce
4059 code duplication: invokes `message' iff baud-rate is high enough.
4060 (bookmark-write-file): Use above instead of an inline conditional.
4061 (bookmark-load): Same.
4063 2005-11-12 Karl Fogel <kfogel@red-bean.com>
4065 * bookmark.el (bookmark-write-file): Don't visit the destination
4066 file, just write the data to it using write-region. This is
4067 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4068 change to avoid visiting the file in the first place.
4070 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
4072 * hi-lock.el (hi-lock-mode): Set the default value of
4075 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
4077 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4078 arg to `file-attributes'.
4079 (find-lisp-format): The UID and GID can now be strings.
4081 2005-11-12 Kim F. Storm <storm@cua.dk>
4083 * help.el (help-map): Bind C-h d to apropos-documentation.
4085 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4086 when point is at end-of-buffer.
4088 * apropos.el (apropos-match-face): Doc fix.
4089 (apropos-sort-by-scores): Add new choice `verbose'.
4090 (apropos-documentation-sort-by-scores): New defcustom.
4091 (apropos-pattern): Now contains the pattern entered by the user.
4092 (apropos-pattern-quoted): New defvar.
4093 (apropos-regexp): New defvar, containing the regexp corresponding
4095 (apropos-all-words-regexp): Rename from apropos-all-regexp.
4096 (apropos-read-pattern): New defun. Use it to read pattern arg in
4097 interactive calls; returns list of words for a word list, and
4098 string for a regexp.
4099 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
4100 parses a list of words or regexp as returned by apropos-read-pattern.
4101 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4102 (apropos-score-doc): Return a very high score if the string
4103 entered by the user matches literally.
4104 (apropos-variable): Doc fix. Use apropos-read-pattern.
4105 (apropos-command): Doc fix. Use apropos-read-pattern and
4106 apropos-parse-pattern. Call apropos-print with nosubst=t.
4107 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
4108 apropos-parse-pattern.
4109 (apropos-documentation): Doc fix. Use apropos-read-pattern and
4110 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
4111 apropos-documentation-sort-by-scores. Call apropos-print with
4113 (apropos-documentation-internal): Pass doc string through
4114 substitute-key-definition before adding text properties.
4115 Highlight substring matching literal user input if possible.
4116 (apropos-documentation-check-doc-file): Remove locals beg and end.
4117 Fix calculation of score (as added twice). Pass doc string through
4118 substitute-key-definition before adding text properties.
4119 (apropos-documentation-check-elc-file): Pass doc string through
4120 substitute-key-definition before adding text properties.
4121 Highlight substring matching literal user input if possible.
4122 (apropos-print): Add new arg NOSUBST; if set, command and variable
4123 doc strings have already been passed through substitute-key-definition.
4124 Add code to handle apropos-accumulator items without score element
4125 for backwards compatibility (e.g. with woman package).
4126 Only show scores if apropos-sort-by-scores is `verbose'.
4128 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4130 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4131 Add jka-compr-load-suffixes to load-suffixes.
4133 * jka-compr.el: Require jka-cmpr-hook.
4134 (jka-compr-info-compress-message, jka-compr-info-compress-program)
4135 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4136 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4137 (jka-compr-info-can-append, jka-compr-info-strip-extension)
4138 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4139 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
4140 (jka-compr-uninstall): Remove entries from
4141 jka-compr-added-to-file-coding-system-alist after they are used.
4142 (jka-compr-error): Remove unused var `curbuf'.
4143 (jka-compr-file-local-copy): Remove unused var `notfound'.
4145 2005-11-10 Romain Francoise <romain@orebokech.com>
4147 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4149 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
4151 * progmodes/gud.el (gud-menu-map): Move parentheses.
4152 (gdb): New command gud-pv.
4154 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4156 * tar-mode.el: Remove spurious or unnecessary leading stars
4158 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4159 (tar-parse-octal-integer-safe): Use mapc.
4160 (tar-header-block-summarize): Remove unused var `ck'.
4161 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4162 cleared before. Obey default-enable-multibyte-characters.
4163 Use mapconcat. Simplify setting of tar-header-offset.
4164 (tar-mode-map): Move initialization inside delcaration.
4165 (tar-flag-deleted): Use `abs'.
4166 (tar-expunge-internal): Remove unused var `line'.
4167 (tar-expunge-internal): Don't hardcode point-min==1.
4168 (tar-expunge): Widen while doing set-buffer-multibyte.
4169 (tar-rename-entry): Use file-name-coding-system.
4170 (tar-alter-one-field): Don't hardcode point-min==1.
4171 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4172 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
4174 2005-11-10 Masatake YAMATO <jet@gyve.org>
4176 * add-log.el (add-log-current-defun): Handle class::method
4177 notation of c++. Fix incorrect comment.
4179 2005-11-10 Alan Mackenzie <acm@muc.de>
4181 * help-fns.el (describe-variable): Make C-h v work when a variable
4182 has variable documentation yet is unbound.
4184 2005-11-10 Masatake YAMATO <jet@gyve.org>
4186 * man.el (Man-highlight-references): Set an empty
4187 string to `Man-arguments' if it is nil.
4188 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4190 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4192 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4193 commenting conventions.
4195 * cus-dep.el (custom-make-dependencies): Simplify.
4196 Better follow the commenting conventions.
4198 2005-11-09 Richard M. Stallman <rms@gnu.org>
4200 * apropos.el (apropos-pattern): Rename from apropos-regexp.
4201 (apropos-orig-pattern): Rename from apropos-orig-regexp.
4203 (apropos-rewrite-regexp): Doc fix.
4204 (apropos-variable, apropos-command, apropos, apropos-value):
4205 Change prompt; carry through the argument renaming.
4207 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4209 * find-lisp.el: Require dired.
4210 (find-lisp-find-dired-internal): Do not call
4211 `abbreviate-file-name' on DIR.
4213 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
4215 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4217 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
4219 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4220 when using the speedbar.
4221 (gdb): New command gud-pp.
4222 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4224 2005-11-09 Juri Linkov <juri@jurta.org>
4226 * replace.el (occur-excluded-properties): New defcustom.
4227 (occur-1, occur-engine, occur-accumulate-lines): Use it.
4229 2005-11-08 Jay Belanger <belanger@truman.edu>
4231 * calc/calc-units.el (math-convert-units): Replace any composite
4232 unit by its definition.
4234 2005-11-08 Lars Hansen <larsh@soem.dk>
4236 * emacs-lisp/autoload.el (update-directory-autoloads):
4237 Add obsolete function alias.
4239 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4241 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4242 comment-indent-function.
4243 (lisp-comment-indent): Replace by an alias for comment-indent-default.
4245 * reveal.el (reveal-post-command): Rework the handling of
4246 reveal-open-spots, so as to be more reliable. There were several
4247 tricky corner cases where an open spot might be lost, or where
4248 a closed spot might end up on the list of open spots.
4249 Only reveal text that's ellipsised.
4251 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
4253 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4255 2005-11-07 John Paul Wallington <jpw@gnu.org>
4257 * ibuffer.el (ibuffer): Search iconified frames too when
4258 getting Ibuffer buffer's window.
4260 2005-11-06 Richard M. Stallman <rms@gnu.org>
4262 * progmodes/compile.el (compilation-internal-error-properties):
4263 save-excursion around the computation of MARKER.
4265 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
4267 * textmodes/flyspell.el (flyspell-external-point-words):
4268 flyspell-get-word returns a list, not just a string.
4270 2005-11-06 John Paul Wallington <jpw@pobox.com>
4272 * ibuffer.el (ibuffer): Search all visible frames when getting
4273 Ibuffer buffer's window.
4275 2005-11-07 Masatake YAMATO <jet@gyve.org>
4277 * man.el (Man-reference-regexp): Accept spaces between
4278 `Man-name-regexp' and `Man-section-regexp'.
4279 (Man-apropos-regexp): New variable.
4280 (Man-abstract-xref-man-page): Use value for `Man-target-string'
4282 (Man-highlight-references, Man-highlight-references0):
4283 Handle the case when `Man-arguments' includes "-k".
4284 (Man-highlight-references0): Rename the argument `TARGET-POS' to
4285 `TARGET'. `TARGET' can be a number, function or nil.
4287 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
4289 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4290 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4291 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4292 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4293 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4294 (gdb-send-item): Use buffer-local-value and simplify.
4296 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
4298 * startup.el (command-line): Use `custom-reevaluate-setting' for
4299 `global-font-lock-mode'.
4301 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4302 by default, except in batch mode or when the -D option is given.
4304 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4305 specified keyword args on to `define-minor-mode'. Update docstring.
4307 2005-11-05 Romain Francoise <romain@orebokech.com>
4309 * replace.el (occur-engine): Add marker at end of line, too.
4311 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4313 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4314 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4315 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4316 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4317 argument to all these routines, so the passphrase can be managed
4318 externally and passed in to the system.
4319 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4320 pgg-add-passphrase-to-cache function.
4322 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4323 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4324 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4325 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4326 argument to all these routines, so the passphrase can be managed
4327 externally and passed in to the system.
4328 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4331 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4333 * font-lock.el: Don't deal with font-lock-face-attributes here,
4336 * startup.el (command-line): ... here. Use face-spec-set instead
4337 of custom-declare-face.
4339 * faces.el (face-spec-set): Reset the face if spec is not nil.
4341 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4343 * newcomment.el (comment-region-internal): Box more tightly in the
4344 common case where there's no TAB in the boxed text.
4346 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4348 * info.el (info-tool-bar-map): Use images prev-node, next-node and
4351 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
4353 * newsticker.el: Commentary updated. Code formatting changed.
4354 (newsticker-version): Change to "1.9".
4355 (newsticker, newsticker-feed): Doc fix.
4356 (newsticker-url-list): Doc fix. Add option "Weekly".
4357 (newsticker-retrieval-interval): Add option "Weekly".
4358 (newsticker-headline-processing): Doc fix.
4359 (newsticker-auto-mark-filter): Remove.
4360 (newsticker-auto-mark-filter-list): New.
4361 (newsticker-layout, newsticker-sort-method): Doc fix.
4362 (newsticker-hide-old-items-in-newsticker-buffer)
4363 (newsticker-heading-format, newsticker-item-format)
4364 (newsticker-desc-format): Doc fix.
4365 (newsticker-show-all-rss-elements): Remove.
4366 (newsticker-show-all-news-elements): New.
4367 (newsticker-faces, newsticker-ticker): Doc fix.
4368 (remove-from-invisibility-spec): Code formatting.
4369 (newsticker--process-ids): New.
4370 (newsticker-mode): Doc fix.
4371 (newsticker-mode): Change mode-line-format.
4372 (newsticker-start): Remove debug output.
4373 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
4374 (newsticker-w3m-show-inline-images): Code formatting.
4375 (newsticker-next-item): Call `force-mode-line-update'.
4376 (newsticker-previous-item): Call `force-mode-line-update'.
4377 (newsticker-next-feed): Call `force-mode-line-update'.
4378 (newsticker-previous-feed): Call `force-mode-line-update'.
4379 (newsticker-mark-all-items-at-point-as-read): Code formatting.
4380 (newsticker-show-old-items): Do not show descs.
4381 (newsticker-hide-entry): Hide too much.
4382 (newsticker-hide-entry, newsticker-show-entry)
4383 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4384 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4385 (newsticker-toggle-auto-narrow-to-item): Code formatting.
4386 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4387 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4388 (newsticker-get-news): Call `force-mode-line-update'.
4389 Collect process ids.
4390 (newsticker--sentinel): Change coding system handling.
4391 Move image retrieval to new functions newsticker--get-logo-url-*.
4392 Move feed parsing to new functions newsticker--parse-*.
4393 Update list of process ids.
4394 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4395 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4396 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4397 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4398 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4399 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4400 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4401 (newsticker--decode-coding-string): Remove.
4402 (newsticker--decode-numeric-entities): Check input. Format code.
4403 (newsticker--remove-whitespace): Check input.
4404 (newsticker--do-forget-preformatted): Doc fix.
4405 (newsticker--decode-rfc822-date): Allow for missing time.
4406 (newsticker--update-process-ids): New.
4407 (newsticker--image-sentinel): Change comment.
4408 (newsticker--image-read): Change error message.
4409 (newsticker--imenu-goto): Doc fix. Show headline title.
4410 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4411 (newsticker--buffer-do-insert-text): Clean whitespace in
4412 html-rendered headline title. Code formatting.
4413 Call `newsticker--buffer-print-extra-elements'.
4414 (newsticker--buffer-print-extra-element): Remove.
4415 (newsticker--buffer-print-extra-elements): New.
4416 (newsticker--buffer-do-print-extra-element): New.
4417 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
4419 (newsticker--run-auto-mark-filter)
4420 (newsticker--do-run-auto-mark-filter):
4421 Use `newsticker-auto-mark-filter-list'.
4423 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
4425 * net/rcirc.el: Use split-string OMIT-NULLS argument.
4426 (rcirc-print): Force redisplay before running hooks. Do long
4427 buffer truncation after making new text read-only. Deal with nil
4428 text when decoding strings. If TARGET is nil, use either the
4429 currently selected buffer, if it is an rcirc buffer and of the
4430 same process or the process buffer.
4431 (rcirc-mode): Remove header-line. Recompute short buffer names.
4432 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4433 (rcirc-short-buffer-name): Add variable.
4434 (rcirc-kill-buffer-hook): Recompute short buffer names.
4435 Remove nick from private channel.
4436 (rcirc-send-input): Send command text to current-buffer.
4437 Don't clear overlay arrow here.
4438 (rcirc-short-buffer-name): Return a short buffer name.
4439 (rcirc-update-short-buffer-names, rcirc-abbreviate)
4440 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4441 buffer-name abbreviations.
4442 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4443 Do not touch nick-table when killing a parted channel.
4444 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4445 Clear arrow from current buffer if it is now hidden.
4446 (rcirc-current-buffer): Add variable.
4447 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4448 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4449 Remove -face from names.
4450 (rcirc-update-activity-string): Print "DND" when globally ignoring
4452 (rcirc-ignore-buffer-activity-flag): Rename from
4453 rcirc-ignore-channel-activity.
4454 (rcirc-ignore-all-activity-flag): Doc fix.
4455 (rcirc-channels): Remove variable.
4456 (rcirc-kill-buffer-hook):
4457 (rcirc-get-buffer-create): Add nick to private channel.
4458 (rcirc-multiline-edit-submit): Remove tabs.
4459 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4461 (rcirc-remove-nick-channel): Bug fix.
4462 (rcirc-toggle-ignore-buffer-activity): Rename from
4463 rcirc-toggle-ignore-channel-activity.
4464 (rcirc-record-activity): Add buffers to the front of the list.
4465 (rcirc-update-activity): Remove killed buffers from list.
4466 (rcirc-process-server-response-1): Remove last argument if it is
4467 null before calling handler.
4468 (rcirc): Add "rcirc" defcustom prefix.
4469 (rcirc-prompt): Simplify default prompt.
4470 Use custom-initialize-default.
4471 (rcirc-private-chats): Remove variable.
4472 (rcirc-prompt): Change initialization.
4473 (rcirc-version): Remove function.
4474 (rcirc-id-string): Add constant.
4475 (rcirc-last-buffer): Remove variable.
4476 (rcirc-buffer-alist): Add variable.
4477 (rcirc-connect): Update variable setup.
4478 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4479 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4481 (rcirc-handler-generic): Trigger activity.
4482 (rcirc-send-message): Create the buffor of the target.
4483 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4484 (rcirc-get-buffer): Just return nil if there is no matching buffer.
4485 (rcirc-multiline-edit-cancel): Remove function.
4486 (rcirc-set-last-buffer): Remove function.
4487 (rcirc-get-any-buffer): Add function.
4488 (rcirc-join-channels): Don't print /join text.
4489 (rcirc-toggle-ignore-channel-activity): Add and update echo area
4491 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4492 (rcirc-handler-NOTICE): Recognize CTCP responses.
4493 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4494 constructing TOPIC string for buffers we are not JOINed.
4495 (rcirc-handler-CTCP-response): Add handler.
4496 (rcirc-multiline-edit-submit): Restore the window-configuration
4497 before adjusting point.
4498 (rcirc): Add customization group.
4499 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4500 (rcirc-user-full-name, rcirc-startup-channels-alist)
4501 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4502 (rcirc-ignore-all-activity-flag, rcirc-time-format)
4503 (rcirc-input-ring-size, rcirc-read-only-flag)
4504 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4505 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4506 Change defvar to defcustom.
4507 (rcirc-update-prompt): Add optional ALL arg, which will update
4508 prompts in all rcirc buffers. Regexp quote replacement text.
4509 (rcirc-fill-column): Accept frame-width as a value.
4510 (rcirc-set-changed): Add function.
4511 (rcirc-next-active-buffer): Write more meaningful messages.
4512 (rcirc-faces): Add customization group.
4513 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4514 (rcirc-nick-in-message-face, rcirc-prompt-face)
4515 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4516 (with-rcirc-process-buffer): Move before first usage.
4517 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4518 (rcirc-debug-flag): Rename from `rcirc-log-p'.
4519 (rcirc-debug): Rename from `rcirc-log'.
4520 (rcirc-format-response-string): Do not print `-' chars for a
4521 NOTICE with no sender. Simplify output of server responses.
4523 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4525 (rcirc-browse-url-map, rcirc-browse-url-at-point)
4526 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4527 mouse and RET clickable.
4529 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4531 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4533 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4535 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4536 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4537 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4538 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4539 argument to all these routines, so the passphrase can be managed
4540 externally and passed in to the system.
4541 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4542 pgg-add-passphrase-to-cache function.
4544 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4545 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4546 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4547 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4548 argument to all these routines, so the passphrase can be managed
4549 externally and passed in to the system.
4550 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4553 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
4555 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4556 from goto-address-url-regexp.
4558 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
4560 * textmodes/org.el (org-read-date, org-goto-calendar)
4561 (org-recenter-calendar, org-agenda-goto-calendar):
4562 Temporarily clear `calendar-move-hook'.
4564 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
4566 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4569 * ediff-util.el (ediff-previous-difference): Don't skip regions that
4572 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4574 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4575 Undo previous change.
4577 * startup.el (command-line): Use `custom-reevaluate-setting' for
4578 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
4579 tty-register-default-colors on Mac.
4581 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4583 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4584 (gdb-buffer-type): Make it automatically buffer local...
4585 (gdb-get-create-buffer): ...and set it accordingly.
4586 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4589 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4591 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4594 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4596 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4597 case GUD buffer is not visible.
4598 (gdb-goto-breakpoint): Try to force display in source buffer.
4599 (gdb-frame-gdb-buffer): Copy other similar functions.
4600 (gdb-restore-windows): Don't display source if not asked for.
4601 (gdb-assembler-buffer-name): Don't capitalise.
4603 2005-11-03 Richard M. Stallman <rms@gnu.org>
4605 * wid-edit.el (key-sequence): New widget type.
4607 * simple.el (set-mark-command-repeat-pop): New variable.
4608 (set-mark-command): Only interpret plan C-@ after a pop as a pop
4609 if set-mark-command-repeat-pop is true.
4611 * info.el (Info-fontify-node): Don't display extra "see" if there
4612 already is one here.
4614 * mouse.el: Fix special handling of DEL after dragging a region:
4615 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4616 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
4618 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4620 * textmodes/ispell.el (ispell-command-loop): Change `i' description
4621 not to assume it pertains to an affix.
4623 * textmodes/flyspell.el (flyspell-post-command-hook):
4624 Bind deactivate-mark to prevent deactivation.
4626 2005-11-03 Lars Hansen <larsh@soem.dk>
4628 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4629 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4630 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4632 2005-11-03 Romain Francoise <romain@orebokech.com>
4634 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
4635 Update copyright years.
4637 2005-11-03 Sam Steingold <sds@gnu.org>
4639 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4640 Use system-type instead of window-system because window-system is not
4641 correctly defined during loadup.
4643 2005-11-02 Mark A. Hershberger <mah@everybody.org>
4645 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4646 (xml-parse-tag): Join strings separated by a comment properly.
4648 2005-11-02 Andreas Schwab <schwab@suse.de>
4650 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4652 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4654 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4655 (byte-optimize-pure-func): Quote the eval'd value.
4657 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4658 Rename from perl-font-lock-syntactic-face-function.
4659 Change the calling convention so it can be used as a font-lock MATCHER.
4660 Do the parse-partial-sexp loop outselves.
4661 (perl-font-lock-syntactic-keywords): Use it.
4662 (perl-mode): Don't set font-lock-syntactic-face-function any more.
4664 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
4666 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4667 disassembly buffer too.
4668 (gdb-exited): Remove overlay arrows when execution has finished.
4669 (gdb-info-frames-custom, gdb-info-threads-custom)
4670 (gdb-info-registers-custom): Don't add inappropriate text
4671 properties if inferior is not active.
4673 2005-11-02 Glenn Morris <rgm@gnu.org>
4675 * progmodes/fortran.el (fortran-blink-match):
4676 Use `blink-matching-delay'.
4678 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
4680 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4682 2005-11-02 Lars Hansen <larsh@soem.dk>
4684 * net/tramp.el (tramp-action-out-of-band): Handle scp message
4685 "Permission denied".
4687 2005-11-01 Richard M. Stallman <rms@gnu.org>
4689 * textmodes/flyspell.el (flyspell-external-point-words):
4690 Pass nil to flyspell-get-word.
4692 2005-11-02 Kim F. Storm <storm@cua.dk>
4694 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4695 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4697 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4699 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4700 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4701 (calendar-mouse-print-dates): Add optional `event' argument.
4702 Update interactive-spec.
4703 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4704 Use `calendar-event-to-date' instead of `event'.
4706 2005-11-02 Masatake YAMATO <jet@gyve.org>
4708 * progmodes/ld-script.el (ld-script-builtins):
4709 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4710 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4711 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4713 2005-11-01 Romain Francoise <romain@orebokech.com>
4715 * vc-sccs.el: Update copyright year.
4716 * ezimage.el: Likewise.
4718 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4720 * info.el (Info-fontify-node): Use `string-width' for fontifying
4723 2005-11-01 Juri Linkov <juri@jurta.org>
4725 * info.el (Info-fontify-node): Downcase node header keywords Node,
4726 Prev, Next, Up before comparison.
4727 (Info-history): Insert absolute directory name, and put invisible
4730 2005-11-01 Juri Linkov <juri@jurta.org>
4732 * info.el (Info-file-supports-index-cookies): New variable.
4733 (Info-find-node-2): Check makeinfo version for index cookie support.
4734 (Info-index-nodes): Search for nodes with index cookies only when
4735 Info-file-supports-index-cookies is t. Otherwise, search nodes
4736 with "Index" in the node name.
4737 (Info-index-node): Search index cookie in the current node only when
4738 Info-file-supports-index-cookies is t. Otherwise, check the word
4739 "Index" in the node name.
4740 (Info-find-emacs-command-nodes): Remove code that searches nodes
4741 with "Index" node name in the top menu.
4743 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4745 * progmodes/scheme.el (scheme-mode-variables): Use the default
4746 comment-indent-function.
4748 * faces.el (face-attribute): Handle the case where a face inherits from
4749 a non-existent face.
4751 * simple.el (eval-expression-print-format): Use lisp-readable syntax
4752 for octal and hexa output, and merge the char into the paren.
4753 (kill-new): Use push.
4754 (copy-to-buffer): Use with-current-buffer.
4755 (completion-setup-function): Move code in loop to remove redundancy.
4756 (minibuffer-local-must-match-map): Don't add bindings that duplicate
4757 those inherited from minibuffer-local-completion-map.
4759 * savehist.el (savehist-mode) <defcustom>:
4760 Use custom-set-minor-mode if available.
4761 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4762 and emit a message if applicable.
4764 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
4766 * savehist.el: Sync up to version 19.
4767 (savehist-mode): New minor mode.
4768 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4769 (savehist-length): Remove (use history-length instead).
4770 (savehist-file-modes): Rename from savehist-modes.
4771 (savehist-save-hook, savehist-loaded): New vars.
4772 (savehist-load): Use savehist-mode. Try to smooth up transition from
4773 old format to new format.
4774 (savehist-install): Allow savehist-autosave-interval to be nil.
4775 (savehist-save): Run the new hook. Be more careful to only trim the
4777 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
4778 (savehist-printable): Print into a buffer rather than char-by-char.
4780 2005-11-01 John Wiegley <johnw@newartisans.com>
4782 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4783 toggle-ignore keybinding (C-a). The author said it had been
4784 disabled much earlier due to a possible incompatibility, but after
4785 many months of usage I have encountered no problems (and it is a
4786 rather useful option, especially for switching to " *temp*").
4788 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4789 support for OS/X's AddressBook, by calling out to the open source
4790 program "contacts" (installable through Fink).
4792 * net/eudc.el (eudc-expand-inline): If the
4793 `eudc-multiple-match-handling-method' is set to `all', delete the
4794 query string before inserting the query result.
4796 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4797 flag, to prevent Eshell from using the system ls when
4798 `eshell-ls-insert-directory' is in used.
4799 (eshell-ls-insert-directory): Disable font-lock in directory
4800 buffer so that Eshell's own fontification is seen. This broke
4801 recently due to changes in font-lock, so this goes back to version
4804 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
4806 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4807 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4808 (gdb-many-windows): Doc fix.
4810 2005-10-31 Romain Francoise <romain@orebokech.com>
4812 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4814 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4816 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4817 that global-font-lock-mode can be enabled by default.
4819 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4820 (font-lock-add-keywords, font-lock-remove-keywords)
4821 (font-lock-fontify-buffer): Remove autoload cookies.
4823 * jit-lock.el (jit-lock-register): Likewise.
4825 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4827 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4829 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4830 intact if there is no gud-comint-buffer.
4832 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
4834 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4835 old prompt comint-prompt-read-only is t and GDB commands are
4836 issued from tool bar etc.
4838 2005-10-31 Masatake YAMATO <jet@gyve.org>
4840 * vc.el (vc-directory-exclusion-list): Add "{arch}".
4842 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
4844 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4845 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4847 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
4849 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4850 starting at beginning of line. Fontification is messed up when
4851 `open-paren-in-column-0-is-defun-start' set to t.
4852 Reported by John Paul Wallington <jpw@pobox.com>.
4854 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
4856 * comint.el (comint-send-input): Call `comint-update-fence' when
4857 `comint-process-echoes' and `comint-prompt-read-only' are both
4858 non-nil, to avoid leftover read-only newline.
4860 2005-10-30 Richard M. Stallman <rms@gnu.org>
4862 * textmodes/flyspell.el (flyspell-external-point-words):
4863 Detect when WORD can't be checked properly because
4864 flyspell-get-word finds just part of it, and move on.
4866 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4867 boundarychar for Polish.
4868 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4869 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4871 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4873 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4874 (gdb-registers-font-lock-keywords): Delete.
4875 (gdb-registers-mode): Don't fontify.
4876 (gdb-info-registers-custom): Use text properties instead as, in
4877 future, changed register values will use font-lock-warning-face.
4878 (gdb-local-font-lock-keywords): Rename to...
4879 (gdb-locals-font-lock-keywords): ...for consistency.
4881 2005-10-30 Andre Spiegel <spiegel@gnu.org>
4883 * vc.el (vc-switch-backend): Better error message if the buffer is
4884 not visiting a file under version control.
4886 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4888 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4890 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4893 2005-10-29 Richard M. Stallman <rms@gnu.org>
4895 * replace.el (occur-mode-mouse-goto): Always go to other window.
4896 (occur-mode-goto-occurrence): Always switch in same window.
4898 * simple.el (undo): Display message at end, not at start.
4900 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4902 (cancel-timer-internal): New function.
4903 (timer-event-handler): Use cancel-timer-internal,
4904 and pass the cell it returns to timer-activate...
4906 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4907 (jit-lock-deferred-fontify, jit-lock-context-fontify)
4908 (jit-lock-after-change): Test memory-full.
4910 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4912 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4913 part of the decoded armor to find the key-identifier.
4914 (pgg-gpg-lookup-key-owner): New function to return the
4915 human-readable identifier of a key owner.
4916 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4918 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4919 the key value) if we have a key and can match it against a secret
4920 key. Also, added a note pointing out fact that the prompt only
4921 indicates the first matching key.
4923 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4925 (pgg-pending-timers): A new hash for tracking the passphrase cache
4926 timers, so that new ones supercede old ones.
4927 (pgg-add-passphrase-to-cache): Rename from
4928 `pgg-add-passphrase-cache' to reduce confusion (all callers
4929 changed). Modified to cancel old timers when new ones are added.
4930 (pgg-remove-passphrase-from-cache): Rename from
4931 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4932 changed). Modified to cancel old timers when their keys are
4933 removed from the cache.
4934 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4935 XEmacs, an indirection to delete-itimer.
4936 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4937 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4938 users can only check cache without risk of prompting. Correct bug in
4939 notruncate behavior.
4940 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4941 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4942 Add informative docstrings.
4943 (pgg-decrypt): Convey provided passphrase in subordinate call to
4946 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4947 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4948 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4949 'passphrase' argument, so the passphrase can be managed externally
4950 and then passed in to the system.
4952 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4953 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4954 so the passphrase cache can be used reliably with identifiers
4955 besides a pgp packet's key id.
4957 * pgg-gpg.el (pgg-pgp-encrypt-region)
4958 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4959 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4960 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4961 argument to all these routines, so the passphrase can be managed
4962 externally and passed in to the system.
4964 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4965 'notruncate' argument, so the passphrase cache can be used
4966 reliably with identifiers besides a pgp packet's key id.
4968 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4970 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4971 symmetric encryption.
4972 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4973 encrypted session key.
4974 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4975 message ask for the passphrase in a proper way.
4977 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4978 New user commands for symmetric encryption.
4980 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
4982 * textmodes/conf-mode.el (conf-assignment-sign)
4983 (conf-assignment-regexp): Fix docstrings.
4984 (conf-mode-initialize): New function.
4985 (conf-mode): Remove optional args. Use delay-mode-hooks to
4986 recognize recursive calls.
4987 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4988 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4989 (conf-xdefaults-mode): Use define-derived-mode and
4990 conf-mode-initialize.
4992 2005-10-29 Romain Francoise <romain@orebokech.com>
4994 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4996 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4998 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4999 part of the decoded armor to find the key-identifier.
5000 (pgg-gpg-lookup-key-owner): New function to return the
5001 human-readable identifier of a key owner.
5002 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5004 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5005 the key value) if we have a key and can match it against a secret
5006 key. Also, added a note pointing out fact that the prompt only
5007 indicates the first matching key.
5009 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5011 (pgg-pending-timers): A new hash for tracking the passphrase cache
5012 timers, so that new ones supercede old ones.
5013 (pgg-add-passphrase-to-cache): Rename from
5014 `pgg-add-passphrase-cache' to reduce confusion (all callers
5015 changed). Modified to cancel old timers when new ones are added.
5016 (pgg-remove-passphrase-from-cache): Rename from
5017 `pgg-remove-passphrase-cache' to reduce confusion (all callers
5018 changed). Modified to cancel old timers when their keys are
5019 removed from the cache.
5020 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5021 XEmacs, an indirection to delete-itimer.
5022 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5023 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5024 users can only check cache without risk of prompting. Correct bug in
5025 notruncate behavior.
5026 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5027 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5028 Add informative docstrings.
5029 (pgg-decrypt): Convey provided passphrase in subordinate call to
5032 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
5034 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5035 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5036 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5037 'passphrase' argument, so the passphrase can be managed externally
5038 and then passed in to the system.
5040 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5041 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5042 so the passphrase cache can be used reliably with identifiers
5043 besides a pgp packet's key id.
5045 * pgg-gpg.el (pgg-pgp-encrypt-region)
5046 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5047 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5048 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5049 argument to all these routines, so the passphrase can be managed
5050 externally and passed in to the system.
5052 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5053 'notruncate' argument, so the passphrase cache can be used
5054 reliably with identifiers besides a pgp packet's key id.
5056 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
5058 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5059 symmetric encryption.
5060 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5061 encrypted session key.
5062 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5063 message ask for the passphrase in a proper way.
5065 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5066 New user commands for symmetric encryption.
5068 2005-10-28 Bill Wohler <wohler@newt.com>
5070 * help-mode.el (help-url): New button type. Calls browse-url.
5071 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5072 Similar to Info nodes: URL `url'.
5073 (help-make-xrefs): Create help-url buttons for
5074 help-xref-url-regexp matches.
5076 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
5078 * tool-bar.el (tool-bar-add-item-from-menu)
5079 (tool-bar-local-item-from-menu): Fix doc strings.
5081 2005-10-28 Romain Francoise <romain@orebokech.com>
5083 * ldefs-boot.el: Update.
5085 * subr.el (locate-library): Move from help-fns.el.
5086 * help-fns.el (locate-library): Move to subr.el.
5088 2005-10-28 Richard M. Stallman <rms@gnu.org>
5090 * net/tramp.el (tramp-completion-mode): defvar moved up.
5092 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5094 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5096 * files.el (find-file-noselect): Use %d to format large file size.
5098 * bindings.el (mode-line-format): Add %e.
5100 * loadup.el ("facemenu"): Load unconditionally.
5101 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5102 ("x-dnd"): Load, when appropriate.
5104 * startup.el (command-line): Call before-init-hook earlier.
5105 Warn about some bad characters in -u user name.
5107 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5108 (flyspell-external-point-words): Error if misspelled word is not found.
5109 Set flyspell-large-region-beg at end of word.
5111 2005-10-28 Andreas Schwab <schwab@suse.de>
5113 * view.el (View-revert-buffer-scroll-page-forward):
5114 Use view-page-size-default.
5116 2005-10-28 Juri Linkov <juri@jurta.org>
5118 * international/quail.el (quail-get-current-str): Translate last
5119 raw character for deterministic input methods.
5121 2005-10-27 Jay Belanger <belanger@truman.edu>
5123 * calc/calc-ext.el: Add functions to autoloads.
5124 (math-identity-matrix-p, math-ident-row-p): New functions.
5126 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5127 multiplication by an identity matrix; don't turn multiplication by
5128 an inverse matrix into division.
5129 (math-div-symbol-fancy): Replace division by matrices with
5130 multiplication by inverse.
5132 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5134 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5135 (calc-writeoutpower): New functions.
5137 2005-10-27 Romain Francoise <romain@orebokech.com>
5139 * replace.el (occur-engine): Include colon in mouse-face highlight.
5141 * dired-x.el: Change Maintainer field.
5143 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
5145 * longlines.el (longlines-mode): Bind after-change-functions to
5146 nil during initial decoding and final encoding.
5148 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5150 * term.el (term-emulate-terminal, term-handle-colors-array)
5151 (term-handle-ansi-escape): Specify the terminfo capabilities
5154 2005-10-26 Richard M. Stallman <rms@gnu.org>
5156 * info.el (Info-fontify-node): Fix detection of sentence-break
5159 2005-10-26 Romain Francoise <romain@orebokech.com>
5161 * smerge-mode.el: Add `tools' to file keywords.
5163 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
5165 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5166 when the fringe is not available.
5168 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5169 (def-gdb-auto-update-trigger): Simplify construction.
5170 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5171 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5173 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5174 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5176 (gdb-info-locals-custom): Remove as it's a no-op.
5178 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
5180 * longlines.el (longlines-mode): Remove narrowing before
5181 performing the initial decoding or final encoding.
5183 2005-10-25 Romain Francoise <romain@orebokech.com>
5185 * emacs-lisp/find-func.el (find-library-name): Also strip
5186 extension if library name ends in .el, to take advantage of
5187 `find-library-suffixes'.
5189 2005-10-25 Richard M. Stallman <rms@gnu.org>
5191 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5193 2005-10-25 Juri Linkov <juri@jurta.org>
5195 * textmodes/texinfo.el (texinfo-mode): Change charset of one
5196 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5198 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5200 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5201 (blackbox-redefine-key): Add argument `map'.
5203 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5204 regions when moving the jit-lock-context-unfontify-pos boundary.
5206 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
5208 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5210 2005-10-25 Masatake YAMATO <jet@gyve.org>
5212 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5214 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5216 * play/blackbox.el (blackbox-redefine-key): New function.
5217 (blackbox-mode-map): Use it to remap existing bindings for cursor
5218 motion instead of binding literal keys.
5220 2005-10-25 Glenn Morris <rgm@gnu.org>
5222 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5223 diary does not end in a newline. Do not assume a blank line at
5224 the start of the diary file.
5226 2005-10-25 Kenichi Handa <handa@m17n.org>
5228 * international/quail.el (quail-translate-key): If the input
5229 method is deterministic and failed to handle the last key, restart
5230 the key handling loop from an appropriate key.
5232 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
5234 * vc.el (vc-dired-mode): Extend comment for binding of
5235 `directory-listing-before-filename-regexp'.
5237 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5239 * textmodes/texinfo.el (texinfo-mode):
5240 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5241 not to unnecessarily expose emacs-mule's internal char codes.
5243 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
5245 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5246 Display hand pointer and help-echo on disabled icon too.
5247 (gdb-mouse-until): New function.
5248 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5250 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
5252 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5253 with 2005-10-23 change to doctor.el.
5255 * finder.el (finder-mode-map): Add follow-link binding.
5257 2005-10-25 Kim F. Storm <storm@cua.dk>
5259 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5260 to gdb-mouse-toggle-breakpoint-fringe.
5261 (gdb-mouse-toggle-breakpoint-margin): Rename from
5262 gdb-mouse-toggle-breakpoint. Fix doc.
5263 (gdb-mouse-toggle-breakpoint-fringe): New defun.
5264 (gdb-put-string): Add optional SPROPS arg. Add props to string.
5265 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5266 string properties also for fringe breakpoint bitmaps.
5268 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
5270 * textmodes/org.el (org-start-icalendar-file): Fix format form.
5272 2005-10-25 Masatake YAMATO <jet@gyve.org>
5274 * simple.el (completion-common-substring):
5275 Use `completion-common-substring' prior to `completion-base-size'.
5277 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
5279 * savehist.el: Require CL while compiling.
5280 (savehist-history-variables): Remove.
5281 (savehist-save-minibuffer-history, savehist-additional-variables)
5282 (savehist-minibuffer-history-variables): New vars.
5283 (savehist-save): Use them.
5284 (savehist-uninstall, savehist-minibuffer-hook): New funs.
5285 (savehist-install): New fun, extracted from savehist-load.
5286 (savehist-load): Use them.
5288 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5290 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5291 a dummy doc-string-elt property.
5292 (defalias, defvaralias, define-category): Add a docstring property.
5294 * image.el (defimage):
5295 * widget.el (define-widget):
5296 * custom.el (defface, defcustom): Add `doc-string' declaration.
5298 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5299 (defadvice): Add `doc-string' declaration.
5301 * emacs-lisp/byte-run.el (macro-declaration-function):
5302 Handle `doc-string' declarations.
5303 (define-obsolete-function-alias, define-obsolete-variable-alias):
5304 Add `doc-string' declaration.
5306 2005-10-24 Kenichi Handa <handa@m17n.org>
5308 * international/utf-7.el (utf-7): Add autoload cookie.
5310 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5312 2005-10-24 Eli Zaretskii <eliz@gnu.org>
5314 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5315 list of directories passed to batch-update-autoloads. Add "." to
5316 the list of the echoed directories.
5323 * pgg.el: Moved here from the gnus subdirectory.
5325 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
5327 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5328 in case comint-prompt-read-only is set to t.
5330 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5331 in case comint-prompt-read-only is set to t.
5333 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
5335 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5337 (icalendar-import-format): Handle CLASS, STATUS, URL.
5338 Rename `subject' to `summary'.
5339 (icalendar-import-format-summary): Rename from
5340 `icalendar-import-format-subject'.
5341 (icalendar-import-format-url, icalendar-import-format-status)
5342 (icalendar-import-format-class): New variables.
5343 (icalendar--rris): Take variable argument list.
5344 (icalendar--datestring-to-isodate): Remove unnecessary
5345 calendar-style check when converting dates with explicit month names.
5346 (icalendar-export-region): Change return type of conversion
5347 subroutines. Bury current buffer unless error occurred.
5348 (icalendar--convert-to-ical)
5349 (icalendar--parse-summary-and-rest): New functions.
5350 (icalendar--convert-ordinary-to-ical)
5351 (icalendar--convert-weekly-to-ical)
5352 (icalendar--convert-yearly-to-ical)
5353 (icalendar--convert-block-to-ical)
5354 (icalendar--convert-cyclic-to-ical)
5355 (icalendar--convert-anniversary-to-ical): Change return type.
5356 Strip trailing blanks from subject.
5357 (icalendar--convert-sexp-to-ical): Change return type.
5358 Strip trailing blanks from subject. Handle simple sexp
5359 entries as generated by icalendar.el.
5360 (icalendar--convert-float-to-ical)
5361 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5362 (icalendar-import-file): Doc fix.
5363 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5364 Correct call to icalendar--rris.
5365 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
5367 (icalendar--add-diary-entry): Rename `subject' to `summary'.
5369 2005-10-24 Romain Francoise <romain@orebokech.com>
5371 * server.el (server-sentinel): Set query-on-exit flag to nil on
5372 new client processes (it isn't inherited from the server process).
5374 * replace.el (occur-engine): Rearrange text properties.
5376 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5378 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5379 case-fold-search is nil.
5380 (debug-help-follow): Use help-xref-interned directly.
5382 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5384 * thumbs.el (thumbs-image-type): Add .pbm.
5386 2005-10-23 Richard M. Stallman <rms@gnu.org>
5388 * faces.el (inhibit-face-set-after-frame-default): New variable.
5389 (set-face-attribute): Bind it.
5390 (face-set-after-frame-default): Test it.
5392 * help-fns.el (describe-simplify-lib-file-name): New function.
5393 (describe-function-1, describe-variable): Use it.
5395 * faces.el (describe-face): Use describe-simplify-lib-file-name.
5397 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5398 Eliminate nil as possible value.
5399 (tooltip-hide-delay): Reduce internal-border-width.
5401 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5402 (menu-bar-file-menu) <new-file>: Likewise.
5404 * simple.el (line-move-finish): Ignore fields computing LINE-END.
5406 * international/mule.el (load-with-code-conversion):
5407 Pass full file name to `eval-buffer' unless preloading.
5409 * textmodes/flyspell.el (flyspell-large-region):
5410 Call ispell-check-version.
5412 * textmodes/ispell.el (ispell-local-dictionary-overridden):
5413 Fix the make-variable-buffer-local call that was supposed
5414 to be for this variable.
5415 (ispell-aspell-supports-utf8): Doc fix.
5416 (ispell-find-aspell-dictionaries): Preserve elements of
5417 ispell-dictionary-alist for dictionaries that aspell doesn't report.
5418 (ispell-aspell-find-dictionary): Return nil on error.
5420 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5421 (doctor-symptoms): Likewise.
5423 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5425 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5427 * cus-edit.el (custom-button, custom-button-pressed): New vars.
5428 (custom-raised-buttons): Add :set spec.
5429 (custom-button-unraised, custom-button-pressed-unraised):
5430 New faces, so that custom-raised-buttons actually does something.
5431 (custom-mode): Use custom-button and custom-button-pressed.
5433 * wid-edit.el (widget-specify-button): Don't ignore
5434 widget-mouse-face on graphic terminals.
5435 (widget-move-and-invoke): Cleanup.
5437 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
5439 * whitespace.el (whitespace-cleanup): Doc fix.
5441 2005-10-23 Romain Francoise <romain@orebokech.com>
5443 * emulation/viper.el (viper-set-hooks): Quote forms passed to
5444 `eval-after-load' to avoid evaluating their result.
5446 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
5448 * files.el (directory-listing-before-filename-regexp):
5449 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
5451 * dired.el (dired-move-to-filename-regexp): Remove.
5452 All occurences replaced by `directory-listing-before-filename-regexp'.
5454 * dired-x.el, locate.el, vc.el:
5455 Replace `dired-move-to-filename-regexp' by
5456 `directory-listing-before-filename-regexp'. In vc.el it is
5457 overwritten locally; maybe this can be handled in files.el too.
5459 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
5460 replaced by `directory-listing-before-filename-regexp'.
5462 2005-10-23 Andreas Schwab <schwab@suse.de>
5464 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5465 and eval-next-after-load.
5467 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5469 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5472 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
5474 * allout.el: Remove autoloads for mailcrypt and crypt++.
5475 Require pgg, pgg-gpg during compilation.
5476 (allout-version): Increment version number to 2.1, and use a literal
5478 (allout-default-encryption-scheme): Remove.
5479 (allout-passphrase-verifier-handling)
5480 (allout-passphrase-verifier-string)
5481 (allout-file-passphrase-verifier-string)
5482 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5483 (allout-passphrase-hint-handling): Rename and simplify.
5484 (allout-init): Use `find-file-hook' if available, otherwise
5486 (allout-mode): Use `write-file-functions' if available, otherwise
5487 `local-write-file-hooks' and, instead of making auto-save-hook
5488 buffer local, make the write-file-hook activity contingent to
5490 (allout-mode): Use key-binding substitution in the docstring.
5491 (allout-kill-line): Spell-out kill ring data structure mutation
5492 instead of using byte-compiler-complaint-provoking `pop'.
5493 (allout-insert-listified): Use `insert' rather than `insert-string'
5494 (allout-toggle-current-subtree-encryption): Update docstring, adjust
5495 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5496 (allout-encrypt-string): Totally revamped vis new underlying
5497 encryption facilities.
5498 (allout-mc-activate-passwd): Remove.
5499 (allout-obtain-passphrase): New, more or less replaces
5500 allout-mc-activate-passwd.
5501 (allout-encrypted-key-info): More or less replaces
5502 allout-encrypted-text-type.
5503 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5504 (my-mark-marker): Use `(featurep 'xemacs)'.
5506 2005-10-23 Lars Hansen <larsh@soem.dk>
5508 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5509 (byte-compile-file-form-defmumble, byte-compile-defun)
5510 (byte-compile-defmacro): Use it.
5511 (byte-compile-form): Don't call byte-compile-set-symbol-position
5512 when a byte-compile handler is called.
5514 2005-10-22 Romain Francoise <romain@orebokech.com>
5516 * savehist.el (savehist-history-variables): Add `grep-find-history'.
5518 * subr.el (eval-after-load): Convert library name to an absolute
5519 file name using locate-library, since load-history no longer has
5520 library names in it.
5522 2005-10-22 Richard M. Stallman <rms@gnu.org>
5524 * files.el (make-temp-file): Move from subr.el.
5525 * subr.el (make-temp-file): Move to files.el.
5527 * window.el (get-buffer-window-list): Move from subr.el.
5528 * subr.el (get-buffer-window-list): Move to window.el.
5530 * image.el (image-load-path): Use eval-at-startup to initialize.
5532 * subr.el (eval-at-startup): New macro.
5534 * subr.el: Much rearrangement of functions and division
5535 into pages. No code changes.
5537 2005-10-22 Kenichi Handa <handa@m17n.org>
5539 * tar-mode.el (tar-extract): Be sure to call
5540 find-operation-coding-system if set-auto-coding doesn't find a
5543 2005-10-22 Kim F. Storm <storm@cua.dk>
5545 * image.el (image-type-header-regexps): Rename from image-type-regexps.
5547 (image-type-file-name-regexps): New defconst.
5548 (image-type-from-data): Simplify loop.
5549 (image-type-from-buffer): New defun.
5550 (image-type-from-file-header): Use it instead of image-type-from-data.
5551 Use image-search-load-path instead of only looking in data-directory.
5552 (image-type-from-file-name): New defun.
5553 (image-search-load-path): Change `pathname' to `filename'.
5554 Make PATH arg optional, default to image-load-path.
5556 2005-10-21 Richard M. Stallman <rms@gnu.org>
5558 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5560 * textmodes/paragraphs.el (sentence-end-base): New variable.
5561 (sentence-end): Use sentence-end-base.
5563 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5565 * font-lock.el (font-lock-default-fontify-region): Check the multiline
5566 property independently from the font-lock-multiline variable.
5568 2005-10-21 Richard M. Stallman <rms@gnu.org>
5570 * emacs-lisp/find-func.el (find-library-name): Doc fix.
5572 * startup.el (command-line): Convert library names
5573 in `load-history' to absolute file names.
5575 * subr.el (symbol-file): Doc fix.
5577 * loadhist.el (file-loadhist-lookup): Call locate-library
5578 instead of find-library-name. Don't try converting
5579 abs file names to library names, since load-history no longer
5580 has library names in it.
5581 (file-dependents, file-provides, file-requires): Doc fixes.
5583 2005-10-21 Juri Linkov <juri@jurta.org>
5585 * progmodes/etags.el (tags-table-mode): New function.
5586 (tags-verify-table): Replace initialize-new-tags-table with
5589 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5591 (desktop-modes-not-to-save): Add tags-table-mode to the
5594 * info.el (Info-index-next): Add total number of index
5595 alternatives to the message.
5597 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5598 backward only space (instead of space and period) before looking
5601 * simple.el (set-variable): Use user-variable-p instead of symbolp.
5602 Add the old variable value as 4th default-value arg of read-string.
5604 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5606 * cus-face.el (custom-declare-face): Make face from X resources
5609 * disp-table.el (standard-display-g1, standard-display-graphic):
5610 Refuse to use string glyphs also on Mac.
5611 (standard-display-european): Don't set terminal coding system also
5614 * frame.el (display-screens): Use x-display-screens also on Mac.
5616 2005-10-21 Romain Francoise <romain@orebokech.com>
5618 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
5620 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5622 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5625 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5626 warning face on open-paren-in-column-0.
5628 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5629 boundary case. Fix typo.
5630 Suggested by Martin Rudalics <rudalics@gmx.at>.
5632 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
5634 * textmodes/org.el (org-combined-agenda-icalendar-file)
5635 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5636 (org-export-icalendar-this-file)
5637 (org-export-icalendar-all-agenda-files)
5638 (org-export-icalendar-combine-agenda-files): New commands.
5639 (org-export-icalendar, org-print-icalendar-entries)
5640 (org-start-icalendar-file, org-finish-icalendar-file)
5641 (org-ical-ts-to-string): New functions.
5642 (org-read-date, org-goto-calendar)
5643 (org-agenda-goto-calendar): Inhibit displaying diary entries by
5645 (orgtbl-setup): Remove the :keys arguments from the menu description.
5646 (org-after-save-iCalendar-file-hook): New variable.
5648 2005-10-21 Kenichi Handa <handa@m17n.org>
5650 * language/vietnamese.el (tcvn-5712): Make it an alias of
5651 vietnamese-tcvn coding-system.
5653 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
5655 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5658 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5660 * progmodes/sh-script.el (sh-escaped-line-re): New var.
5661 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5662 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5663 whose line is either continued or ends with a comment.
5665 2005-10-20 Romain Francoise <romain@orebokech.com>
5667 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5669 * replace.el (occur-engine): Add follow-link property.
5671 * font-core.el (font-lock-mode): Doc fix.
5673 2005-10-20 Richard M. Stallman <rms@gnu.org>
5675 * net/rcirc.el: New file.
5677 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
5679 * term.el (term-term-name): Initialize to "eterm-color".
5681 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
5683 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5684 for encryption functionality.
5685 Move allout customization subgroup from `editing' to `outlines' group.
5686 Fix commentary keywords to legitimate ones.
5687 Update author info (using my current email address, obscurified).
5688 (allout-encrypt-string, allout-encryption-produce-work-buffer)
5689 (allout-encrypted-topic-p, allout-encrypted-text-type)
5690 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5691 (allout-situate-encryption-key-verifier)
5692 (allout-get-encryption-key-verifier, allout-verify-key)
5693 (allout-next-topic-pending-encryption)
5694 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5695 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5696 (outline-key-verifier-handling, outline-key-hint-handling)
5697 (outline-encrypt-unencrypted-on-saves): New defcustoms.
5698 (allout-file-key-verifier-string, allout-encryption-scheme)
5699 (allout-key-verifier-string, allout-key-hint-string)
5700 (allout-after-save-decrypt): New variables.
5701 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5702 (allout-after-saves-handler): New hook functions.
5703 (allout-post-command-business): Do allout-after-save-decrypt.
5704 (allout-enable-file-variable-adjustment): Custom var to enable
5705 mechanism for adding and adjusting settings of Emacs file variables.
5706 (allout-adjust-file-variable, allout-file-vars-section-data):
5707 New functions, implement the mechanism.
5708 (outlineify-sticky): Use the file vars mechanism.
5709 (allout-inhibit-protection, allout-during-write-cue)
5710 (allout-override-protect, allout-before-change-protect): Remove.
5711 (allout-flag-region, allout-open-topic): Adjust read-only text.
5712 (allout-open-line-not-read-only): Add to facilitate read-only
5713 text based protection.
5714 (allout-kill-line): Revise to adjust read-only text, clue the
5715 user about the inhibition.
5716 (allout-unprotected): Use unwind-protect.
5717 (allout-shift-in, allout-shift-out): Disallow manually shifting a
5718 topic deeper than the offspring depth of the previous topic -
5719 avoiding confusing "containment discontinuities".
5720 (allout-reindent-bodies): Fix retention of body relative hanging
5721 indent during promotion of collapsed bodies.
5722 (allout-open-topic): Make it easy to open new topic with same
5723 bullet as current topic - topic creation functions provided with
5724 any universal argument provokes now prompt for bullet, defaulting
5725 to the bullet of the previous topic.
5726 (allout-plain-bullets-string, allout-distinctive-bullets-string):
5727 Plain bullet alternates `.' period and `,' comma only. All other
5728 bullets are relegated to special status (but customizable).
5729 (allout-end-of-entry): Rename from allout-end-of-current-entry
5730 since it actually operates w.r.t. most immediately containing
5731 entry, visible or not.
5732 (allout-hide-current-entry, allout-show-current-entry): Use the
5734 (allout-old-expose-topic): Solidify deprecation.
5735 (allout-end-of-subtree): Add so we can span concealed as well
5737 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5738 (allout-end-of-current-heading): Tweak to just respect the first line.
5739 (allout-get-body-text): Add.
5740 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5741 when invoked interactively.
5742 (allout-up-current-level): Use `interactive-p'.
5743 (allout-mode, allout-init): Miscellaneous docstring and
5744 operational refinements, as well as hookups of new encryption stuff.
5745 (allout-beginning-of-current-entry): Now works as advertised.
5746 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5747 (allout-isearch-rectification): Refine condition for isearching.
5748 (allout-isearch-abort, allout-enwrap-isearch)
5749 (allout-flag-region, my-region-active-p): Relocate some macros.
5750 (allout-title): Fallback title is (buffer-name), not
5751 non-existing (current-buffer-name).
5752 (subst-char-in-string): Define if absent (for some XEmacs versions).
5754 2005-10-20 Jari Aalto <jari.aalto@cante.net>
5756 * mail/sendmail.el (mail-setup-hook, mail-aliases)
5757 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5758 (mail-citation-prefix-regexp, mail-signature-file)
5759 (mail-default-headers, mail-bury-selects-summary)
5760 (mail-send-nonascii): Add autoload cookies.
5762 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5764 * frame.el (blink-cursor-mode): Add `mac' to the list of
5765 window-system's that support blinking cursor.
5767 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
5769 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5771 2005-10-20 Eli Zaretskii <eliz@gnu.org>
5773 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5774 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5775 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5777 2005-10-20 Kim F. Storm <storm@cua.dk>
5779 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5780 (ido-set-current-directory): Don't add / after final @.
5781 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5782 Explicitly handle ange-ftp completion oddities.
5783 (ido-make-file-list): Don't rotate list at tramp root to avoid
5784 triggering tramp file handler for expand-file-name via get-file-buffer.
5786 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5788 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5790 2005-10-19 Jay Belanger <belanger@truman.edu>
5792 * calc/calc-units.el (math-standard-units): Add units, adjust
5793 symbols and update values.
5794 (math-unit-prefixes): Add more prefixes.
5796 2005-10-19 Romain Francoise <romain@orebokech.com>
5798 * bookmark.el (bookmark-menu-heading): New face.
5799 (bookmark-bmenu-list): Use it.
5800 Don't fiddle with `baud-rate' at top-level.
5802 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5804 * image.el (create-image, find-image): Mention max-image-size in
5807 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5809 * savehist.el (savehist-load): Revert to checking XEmacs.
5811 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5812 Various docstring and line-width fixups.
5813 (conf-mode): Use cond.
5814 Set font-lock-defaults. Don't set comment-use-syntax.
5816 2005-10-18 David Ponce <david@dponce.com>
5818 * tree-widget.el (tree-widget-button-click): New function.
5819 (tree-widget-button-keymap): Use it.
5821 2005-10-18 Romain Francoise <romain@orebokech.com>
5823 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5824 (bookmark-bmenu-hide-filenames): Add follow-link property.
5825 Improve help-echo text.
5827 * ffap.el (find-file-at-point): Doc fix.
5829 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5831 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5833 2005-10-18 Masatake YAMATO <jet@gyve.org>
5835 Install to the CVS repository what I forgot to install in my
5838 * progmodes/python.el (python-complete-symbol): Pass the common
5839 prefix substring of completion to `display-completion-list'.
5841 * textmodes/org.el (org-complete): Ditto.
5843 2005-10-18 Masatake YAMATO <jet@gyve.org>
5845 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5847 * woman.el (WoMan-xref-man-page): New button type derived
5848 from `Man-abstract-xref-man-page'.
5849 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5851 * man.el (Man-abstract-xref-man-page): New button type.
5852 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5853 (Man-highlight-references): Add new optional argument `xref-man-type'.
5855 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5857 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5859 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
5861 * cus-edit.el (Custom-move-and-invoke): Delete.
5862 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5864 * wid-edit.el (widget-move-and-invoke): New function, from
5865 Custom-move-and-invoke.
5867 2005-10-17 Bill Wohler <wohler@newt.com>
5869 Move all remaining images from lisp/toolbar to etc/images, move
5870 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
5871 the low resolution images in their own directory (low-color).
5873 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5874 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5875 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5876 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5877 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5878 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5879 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5881 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5882 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5883 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5884 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5885 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5886 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5887 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5888 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5889 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5890 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5891 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5892 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5893 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5894 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5895 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5897 To conform with convention, replace the underscore (_) in the
5898 following image names with dash (-) or (/) as appropriate.
5900 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5901 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5902 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5903 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5904 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5905 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5906 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5907 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5908 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5909 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5910 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5911 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5912 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5913 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5914 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5916 * info.el (info-tool-bar-map): Replace underscores in image names
5919 * makefile.w32-in (WINS): Remove toolbar.
5921 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5923 * tool-bar.el: Move to lisp from toolbar. Now that
5924 toolbar is empty, it should be deleted when folks run "cvs up -P".
5926 2005-10-18 Jay Belanger <belanger@truman.edu>
5928 * calc/calc-store.el (calc-store-into): Get the proper variable name
5929 to display in message.
5931 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5933 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5934 expressions display in speedbar for all buffers when debugging.
5935 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5937 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5938 (speedbar-insert-button, speedbar-make-button):
5939 Use add-text-properties.
5940 (speedbar-update-localized-contents)
5941 (speedbar-update-directory-contents)
5942 (speedbar-update-special-contents): Use dolist.
5943 (speedbar-buffer-easymenu-definition): Add a menu separator.
5945 2005-10-17 Jason Rumney <jasonr@gnu.org>
5947 * makefile.w32-in: Use $(lisp) consistently.
5948 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5949 for shell specific generation of mh-autoloads.
5951 2005-10-17 Richard M. Stallman <rms@gnu.org>
5953 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5955 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5957 * jit-lock.el (jit-lock-fontify-now):
5958 Move jit-lock-context-unfontify-pos to avoid wasted work.
5960 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
5962 * net/tramp.el (tramp-completion-mode): New defvar. Used in
5963 `tramp-completion-mode' for checking if we are in completion mode.
5964 (tramp-completion-handle-file-name-all-completions): Reorder code
5965 in order to complete for file names only in case there are no
5966 method/user/host completions. This is necessary for cooperation
5967 with ido. Reported by Kim F. Storm <storm@cua.dk>.
5969 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
5971 * longlines.el (longlines-search-forward)
5972 (longlines-search-backward): Match any number of spaces.
5974 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
5976 * diff-mode.el (diff-mode): Doc fix.
5978 2005-10-16 David Reitter <david.reitter@gmail.com>
5980 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5981 as default on darwin and windows systems.
5983 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
5985 * arc-mode.el (archive-zip-extract): Doc fix.
5987 2005-10-16 Romain Francoise <romain@orebokech.com>
5989 * mouse.el (mouse-1-click-follows-link): Doc fix.
5991 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5993 * savehist.el: Don't require CL at runtime.
5994 (savehist-xemacs): Remove.
5995 (savehist-coding-system): Use utf-8 if present, regardless of religion.
5996 (savehist-no-conversion): Use (featurep 'xemacs).
5997 (savehist-load): Check existence of start-itimer rather than XEmacs.
5999 (savehist-process-for-saving): Replace use of CL funs `subseq' and
6002 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
6004 * savehist.el: Newer version.
6005 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6006 (savehist-last-checksum, savehist-no-conversion): New vars.
6007 (savehist-autosave, savehist-process-for-saving, savehist-printable):
6009 (savehist-load, savehist-save): Use them.
6010 (savehist-delimit): Remove.
6012 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6014 * progmodes/compile.el (compilation-goto-locus): Display the
6015 compilation buffer first and the source buffer second, in case they're
6016 in overlapping frames. Don't raise the compilation frame if it was the
6017 selected window upon entry. Pass the `other-window' arg to
6020 * info.el (Info-fontify-node): Use dolist.
6021 Change add-text-properties to put-text-property.
6023 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6025 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6028 2005-10-16 Masatake YAMATO <jet@gyve.org>
6030 * dabbrev.el (dabbrev-completion): Pass the common
6031 prefix substring of completion to `display-completion-list'.
6033 * filecache.el (file-cache-minibuffer-complete)
6034 (file-cache-complete): Ditto.
6036 * tempo.el (tempo-display-completions): Ditto.
6038 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6040 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6042 * eshell/em-hist.el (eshell-list-history): Ditto.
6044 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6046 * mail/mailalias.el (mail-complete): Ditto.
6048 * progmodes/etags.el (complete-tag): Ditto.
6050 * progmodes/make-mode.el (makefile-complete): Ditto.
6052 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6054 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6056 * progmodes/pascal.el (pascal-complete-word)
6057 (pascal-show-completions): Ditto.
6059 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6061 * simple.el (completion-common-substring): New variable.
6062 (completion-setup-function): Use `completion-common-substring'
6065 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6067 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6068 (x-get-selection, mac-select-convert-to-string): Convert from/to
6069 UTF-16 clipboard data as in native byte order, no BOM.
6071 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
6073 * progmodes/gud.el (gud-tool-bar-map): Rename the images
6074 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6075 (gud-sentinel): Use speedbar-frame to check for speedbar.
6077 2005-10-15 Richard M. Stallman <rms@gnu.org>
6079 * savehist.el: New file.
6081 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
6083 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6084 Fix bug in \bf fontification.
6086 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6088 * pcvs.el (cvs-edit-log-files): New var.
6089 (cvs-mode-edit-log): New arg `file'.
6090 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6091 Instead force the use of the original file and nothing else.
6092 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6093 the cvs-minor-wrap-function is set.
6094 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6096 2005-10-14 Bill Wohler <wohler@newt.com>
6098 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6099 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6100 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6101 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6102 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6103 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6104 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6105 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6106 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6107 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6108 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6109 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6110 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6111 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6112 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6114 * progmodes/gud.el (gud-tool-bar-map): Rename the images
6115 appropriately (for example, gud-break to gud/break).
6117 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
6119 * longlines.el (longlinges-search-function)
6120 (longlines-search-forward, longlines-search-backward): New functions.
6121 (longlines-mode): Set isearch-search-fun-function to
6122 longlinges-search-function.
6124 * mouse.el (mouse-drag-region-1): Handle the case where a
6125 double-click event is bound to an arbitrary function.
6127 2005-10-14 David Ponce <david@dponce.com>
6129 * recentf.el (recentf-track-opened-file)
6130 (recentf-track-closed-file, recentf-update-menu)
6131 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6132 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6133 mouse-1-click-follows-link.
6135 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6137 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6138 Gnome file-manager.png. Suggested by
6139 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6141 * toolbar/README: Add diropen.xpm.
6143 2005-10-13 Bill Wohler <wohler@newt.com>
6145 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6146 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
6148 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6150 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6151 Don't waste the byte-compiler's time on constant data.
6153 2005-10-13 Kenichi Handa <handa@m17n.org>
6155 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6156 byte with `escape-glyph' face.
6158 * international/fontset.el (ccl-encode-unicode-font):
6159 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6160 Handle the case that ucs-mule-to-mule-unicode translates a character to
6161 ASCII (usually for IPA characters).
6163 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6165 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6166 Don't hide the underline of titles if font-lock-mode is disabled.
6168 2005-10-12 Bill Wohler <wohler@newt.com>
6170 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
6171 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6172 files in MH-E-SRC have been updated.
6173 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6175 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6177 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6178 (mixal-mode-syntax-table): Add \n as end-comment.
6179 (mixal-operation-codes-alist): Immediately initialize to full value.
6180 (mixal-add-operation-code): Remove.
6181 (mixal-describe-operation-code): Make the arg non-optional.
6182 Use the interactive spec instead.
6183 Use mixal-operation-codes-alist rather than mixal-operation-codes.
6184 (mixal-font-lock-keywords): Don't highlight comments here any more.
6185 (mixal-font-lock-syntactic-keywords): New var.
6186 (mixal-mode): Use it. Fix comment-start-skip.
6188 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6190 * startup.el (command-line-x-option-alist): -nb => -nbi
6192 2005-10-12 Kim F. Storm <storm@cua.dk>
6194 * startup.el (fancy-splash-default-action): Discard mouse click in
6195 the splash screen window, as it has no sensible meaning in the
6196 next window to be selected. Fixes error reported by Jan D.
6198 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6200 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6202 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6204 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6205 Try to fix up minor layout issues like indentation, line break, etc...
6206 (mixal-mode-syntax-table): Don't try to specify comment syntax,
6207 because it doesn't work.
6208 (mixal-operation-codes): Add some more codes.
6209 (mixal-font-lock-keywords): Process comments here.
6210 (mixal-mode): mixasm no longer needs -g option.
6212 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
6214 * progmodes/sh-script.el (sh-tmp-file):
6215 Use mktemp -t. Finish support for es and rc shells.
6217 2005-10-11 Jay Belanger <belanger@truman.edu>
6219 * calc/calcalg2.el (calc-integral): With an argument, compute the
6222 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
6224 * mouse.el (mouse-drag-region-1): Don't try to catch a
6225 double-click when doing follow-link (it's overridden anyway).
6227 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
6229 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6230 (autoload-print-form-outbuf): Add docstring.
6232 2005-10-11 Juri Linkov <juri@jurta.org>
6234 * info.el (Info-mode-menu): Delete menu item "Edit".
6235 (Info-mode): Delete description of Info-edit from docstring,
6236 and rearrange descriptions of Info commands in the order
6237 they are documented in the Info manual.
6239 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6241 * calendar/appt.el (appt-check): Use diary-selective-display var.
6243 2005-10-10 Richard M. Stallman <rms@gnu.org>
6245 * net/newsticker.el (newsticker-start, newsticker-show-news):
6246 Add autoload cookies.
6248 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6250 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6252 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
6254 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6256 2005-10-10 Jay Belanger <belanger@truman.edu>
6258 * calc/calc-arith.el (math-check-known-scalarp)
6259 (math-check-known-matrixp): Check the values of arguments that are
6261 (math-check-known-square-matrixp): New function.
6262 (math-known-square-matrixp): Use math-check-known-square-matrixp.
6263 (math-super-types): Add sqmatrix type.
6265 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6266 mode name `square' to `sqmatrix'.
6268 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6269 mode name `square' to `sqmatrix'.
6271 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6273 * progmodes/etags.el (select-tags-table-mode): Don't use
6275 (tags-select-tags-table): Pass `button' to the action function.
6276 (select-tags-table): Place the side-info on button properties rather
6277 than in hidden text. Abbreviate file names.
6278 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6279 (select-tags-table-select): Add `button' argument.
6280 Get side-info from the button property rather than from hidden text.
6282 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
6284 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6285 (gud-speedbar-buttons): Preserve point if possible.
6286 (gud-sentinel): Restore previous speedbar display type.
6288 * progmodes/gdb-ui.el (gdba): Improve diagram.
6289 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6290 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6291 Call get-buffer-window once.
6293 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6295 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6296 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6297 (pascal-indent-command): Remove unused var `ind'.
6298 (pascal-indent-case): Remove unused var `oldpos'.
6299 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6300 since it's now used as a proper minor mode map.
6301 (pascal-outline): Rename to pascal-outline-mode.
6302 (pascal-outline-mode): Use define-minor-mode.
6303 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6306 2005-10-10 Andreas Schwab <schwab@suse.de>
6308 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6309 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
6311 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6312 outside source directory.
6314 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
6316 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6318 (orgtbl-mode-map): Full keymap instead of sparse, because all
6319 `self-insert-command' keys are redefined in this map.
6320 (org-export-as-html): Specify charset for HTML file, by taking it
6321 from the coding system.
6323 2005-10-10 Kenichi Handa <handa@m17n.org>
6325 * textmodes/flyspell.el (flyspell-check-word-p):
6326 If unread-command-events is non-empty, don't call sit-for.
6328 2005-10-09 Richard M. Stallman <rms@gnu.org>
6330 * font-lock.el (font-lock-syntactic-keywords)
6331 (font-lock-keywords): Doc fixes.
6333 * textmodes/flyspell.el (flyspell-external-point-words):
6334 Simplify logic, and don't try to check for consecutive appearances
6335 of one incorrect word.
6337 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
6339 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6342 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6343 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6344 (gud-expansion-speedbar-buttons): New function.
6345 (gud-speedbar-buttons): Check for gud-comint-buffer.
6347 2005-10-09 Bill Wohler <wohler@newt.com>
6349 * Makefile.in (updates): Add mh-loaddefs dependency.
6351 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
6353 * speedbar.el (speedbar-file-key-map): Fix typo.
6355 2005-10-09 Daniel Brockman <daniel@brockman.se>
6357 * cus-start.el (line-spacing): Add custom spec.
6359 2005-10-09 Romain Francoise <romain@orebokech.com>
6361 * textmodes/ispell.el (ispell-check-version): Fix last change.
6363 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6365 * term/x-win.el: Remove -i, --icon-type from comment.
6367 * startup.el (command-line-x-option-alist): Remove options -i,
6368 -itype, --icon-type, added -nb, --no-bitmap-icon
6370 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
6372 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6375 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
6377 * textmodes/ispell.el (ispell-check-version):
6378 Ignore hyphen, and all that follows, in aspell's version text.
6380 2005-10-08 Jay Belanger <belanger@truman.edu>
6382 * calc/calc-arith.el (math-known-square-matrixp): New function.
6383 (math-pow-fancy): Check for matrices before distributing exponent
6386 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6387 fullscreen keypad. Suggested by Luc Teirlinck.
6388 (calc-keypad-show-input): Add space for formatting.
6390 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6391 Add square matrix option.
6393 * calc/calc-poly.el (math-expand-term): Check for matrices instead
6394 of checking calc-matrix-mode when deciding how to expand.
6396 * calc/calc.el (calc-set-mode-line): Add square matrix option.
6398 2005-10-08 Lars Hansen <larsh@soem.dk>
6400 * net/tramp.el (tramp-perl-directory-files-and-attributes):
6402 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6404 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
6406 Sync with Tramp 2.0.51.
6408 * net/tramp.el (tramp-handle-set-visited-file-modtime)
6409 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6410 Insert special handling for `last-coding-system-used', again
6411 it still seems to be necessary (unlike stated before).
6412 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6413 (tramp-password-prompt-regexp): There might be other words before
6414 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6415 (tramp-chunksize): Improve docstring.
6416 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6417 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
6418 Christian Joergensen <bugs@razor.dk>.
6420 2005-10-07 Glenn Morris <rgm@gnu.org>
6422 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6423 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6426 2005-10-07 Romain Francoise <romain@orebokech.com>
6428 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6429 (ibuffer-do-shell-command-pipe-replace)
6430 (ibuffer-do-shell-command-file, ibuffer-do-eval)
6431 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6432 (ibuffer-do-revert, ibuffer-do-replace-regexp)
6433 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6434 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6435 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6436 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6437 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6438 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6439 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6440 Autoload file sans suffix.
6442 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6444 2005-10-07 David Ponce <david@dponce.com>
6446 * recentf.el (recentf-menu-open-all-flag): New option.
6447 (recentf-digit-shortcut-command-name): New function.
6448 (recentf--shortcuts-keymap): New variable.
6449 (recentf-menu-shortcuts): New variable.
6450 (recentf-make-menu-items): Initialize it. Replace the "More..."
6451 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6452 (recentf-menu-value-shortcut): New function.
6453 (recentf-make-menu-item): Use it. No more in-lined.
6454 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6455 (recentf-open-most-recent-file): Rename from
6456 `recentf-open-file-with-key'. Don't depend on key binding.
6457 (recentf-mode-map): New variable.
6458 (recentf-mode): Use it.
6460 2005-10-06 Bill Wohler <wohler@newt.com>
6462 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
6464 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6465 (MH-E-SRC): New. Used by mh-autoloads.
6466 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6467 files in MH-E-SRC have been updated.
6468 (compile, recompile, bootstrap): Depend on mh-autoloads.
6470 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
6472 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6473 gud-break and gud-remove icons when the fringe is not available.
6475 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6478 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6480 * play/zone.el (zone): Wrap body with save-window-excursion.
6482 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6484 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6485 Use the new `list-only' arg to diary-list-entries.
6487 * calendar/diary-lib.el: Use overlays rather than selective-display.
6488 (diary-selective-display): New var.
6489 (diary-header-line-format): Use it.
6490 (diary-list-entries): Add argument `list-only'.
6491 Put the buffer in diary-mode. Don't add \^M at beg and end.
6492 Replace \^M by invisible overlays.
6493 (diary-unhide-everything): Replace \^M by invisible overlays.
6494 (print-diary-entries): Look for overlays rather than \^M.
6495 Add a space to the temp buffer name.
6496 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6497 Put the buffer in diary-mode.
6498 (list-sexp-diary-entries): Replace \^M by invisible overlays.
6499 (diary-anniversary): Make the year arg optional.
6500 (diary-time-regexp): New const.
6501 (diary-font-lock-keywords): Use it to accept a few more time formats.
6503 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6505 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
6507 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6508 Fix bug introduced 2005-07-03: Use (car (last ...))
6509 to faithfully reproduce replaced artist-last.
6510 (artist-set-arrow-points-for-poly): Likewise.
6511 Suggested by Johan Bockg
\e,Ae
\e(Brd.
6513 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
6515 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6516 * wid-edit.el (widget):
6517 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6518 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6520 2005-10-06 Kenichi Handa <handa@m17n.org>
6522 * international/mule-cmds.el (set-language-environment):
6523 Fix setting up of case-table for unibyte mode.
6525 * simple.el (what-cursor-position): If the character is displayed
6526 by some `display' text property, show that. Don't use
6527 single-key-description for eight-bit characters in multibyte mode.
6529 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
6531 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6533 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6534 (gdb-info-frames-custom): Use inverse-video for first five
6535 characters of selected frame only.
6536 (gdb-get-frame-number): Select frame even when point is on frame
6539 2005-10-06 Masatake YAMATO <jet@gyve.org>
6541 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6542 Put `font-lock-function-name-face'.
6543 (gdb-info-frames-custom): Put `font-lock-function-name-face'
6544 and `font-lock-variable-name-face'
6545 (gdb-registers-font-lock-keywords): New font lock keywords definition.
6546 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6547 (gdb-memory-font-lock-keywords): New font lock keywords definition.
6548 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6549 (gdb-local-font-lock-keywords): New font lock keywords definition.
6550 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6551 (gdb-threads-font-lock-keywords): New font lock keywords definition.
6552 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6554 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
6556 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6557 (ediff-merge-region-is-non-clash-to-skip): Previously called
6558 ediff-merge-region-is-non-clash.
6560 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6561 Use insert-buffer-substring.
6563 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6564 selecting files to patch. Also bug fixes.
6566 * ediff-util.el (ediff-setup): Bug fix.
6567 (ediff-next-difference): Never skip clashes that differ in white
6570 * ediff-wind.el (ediff-setup-control-frame)
6571 (ediff-destroy-control-frame): Check the menubar feature.
6573 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6574 (viper-refresh-mode-line): Use make-local-variable to localize
6575 some vars instead of make-variable-buffer-local. Suggested by
6578 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6579 (viper-restore-cursor-type, viper-set-insert-cursor-type):
6580 Use make-local-variable instead of make-variable-buffer-local.
6581 Suggested by Stefan Monnier.
6583 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6584 (viper-comint-mode-hook): Use make-local-variable on
6585 require-final-newline.
6586 (viper-non-hook-settings): Don't use make-variable-buffer-local.
6588 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6590 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6591 also the second char of a comment-start sequence.
6592 (scheme-sexp-comment-syntax-table): New var.
6593 (lambda, define): Set their scheme-doc-string-elt property.
6594 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6595 Use lisp-font-lock-syntactic-face-function now that it properly
6596 handles |...| symbols.
6597 (scheme-mode-variables): Set lisp-doc-string-elt-property,
6598 parse-sexp-lookup-properties and font-lock-extra-managed-props.
6600 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6602 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6604 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6605 (lisp-doc-string-elt-property): New var.
6606 (lisp-font-lock-syntactic-face-function): Use it.
6607 Rewrite to recognize docstrings even for forms not at toplevel.
6609 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6610 annotation on the | part of #| rather than on the # part.
6611 (scheme-font-lock-syntactic-face-function): New function, to
6612 distinguish strings from |...| symbols.
6613 (scheme-mode-variables): Use it. Also fix up the font-lock-time
6614 syntax-table so that #|...|# is properly highlighted.
6616 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6617 Don't mark as docstring the 3rd elem of an unknown toplevel form.
6619 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6621 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6624 * emacs-lisp/eldoc.el: Move comments into docstrings.
6625 (eldoc-message-commands): Initialize in its declaration.
6626 Add move-beginning-of-line and move-end-of-line.
6627 (eldoc-add-command, eldoc-add-command-completions)
6628 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6630 * outline.el (outline-mark-subtree): Activate the mark.
6632 * calendar/appt.el (appt-time-regexp): New var.
6633 (appt-add, appt-make-list): Use it.
6634 (appt-convert-time): Clean up.
6636 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6637 Don't set any syntax-table property here.
6638 (tex-font-lock-verb): New function. Do it here.
6639 (tex-font-lock-syntactic-keywords): Use it.
6641 2005-10-04 Richard M. Stallman <rms@gnu.org>
6643 * wid-edit.el (widget-file-complete): Get the widget start point
6644 the right way. Default directory to `/' if file has none.
6646 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6648 * textmodes/flyspell.el (flyspell-mode-on):
6649 Call ispell-maybe-find-aspell-dictionaries.
6651 * textmodes/ispell.el (ispell-word, ispell-region):
6652 Call ispell-maybe-find-aspell-dictionaries.
6653 (ispell-accept-buffer-local-defs):
6654 Don't call ispell-maybe-find-aspell-dictionaries
6656 2005-10-04 Richard M. Stallman <rms@gnu.org>
6658 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6660 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
6662 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6663 instead of `fboundp' in order to allow for anonymous functions.
6665 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
6667 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6668 case the user clicks on the link while another window is selected.
6669 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6671 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6673 (dframe-help-echo): Save point in case mouse tracking is off.
6675 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
6677 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6679 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6681 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6682 not change the global value of those vars.
6684 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6685 make-local-variable which we do not need any more.
6687 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
6689 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6690 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6691 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6692 (speedbar-path-line): Define obsolete aliases.
6693 (speedbar-line-directory): Doc fix.
6695 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6696 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6697 instead of speedbar-line-path.
6699 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6701 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6702 to nil if dropping on a window. Handle dropping on a minibuffer window
6703 like dropping on a non-window part of Emacs.
6705 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6707 * net/ange-ftp.el: Use with-current-buffer.
6708 (ange-ftp-insert-directory): Do not follow symlinks any more.
6710 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6711 Remove interactive spec.
6713 2005-10-03 Kim F. Storm <storm@cua.dk>
6715 * ido.el (ido-mode): Use custom-initialize-set.
6717 2005-10-02 Richard M. Stallman <rms@gnu.org>
6719 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6720 Use insert-buffer-substring.
6722 * net/tramp.el: Pacify byte compiler warnings in pacification code.
6723 (tramp-handle-file-local-copy): Use insert-buffer-substring.
6725 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6727 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6729 (ange-ftp-insert-directory): Fix up the search for the case where
6732 2005-10-02 Romain Francoise <romain@orebokech.com>
6734 * progmodes/compile.el (compile-goto-error): Delete extra paren.
6736 2005-10-02 Andreas Schwab <schwab@suse.de>
6738 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6739 directory component in the session info.
6741 2005-10-01 Richard M. Stallman <rms@gnu.org>
6743 * comint.el (comint-redirect-subvert-readonly): Doc fix.
6745 * simple.el (next-error-internal): New function.
6747 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6748 (compilation-start): Pass new arg to compilation-buffer-name.
6749 (compile-goto-error): Use next-error-internal.
6751 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6753 * speedbar.el: Remove RCS tag.
6754 (speedbar-check-read-only): Handle non-existent files.
6756 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6758 * info.el (Info-speedbar-hierarchy-buttons)
6759 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6761 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6763 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6764 Do not match newline.
6765 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6766 (bibtex-summary): Remove unnecessary save-excursion.
6767 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6769 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6771 * term/mac-win.el: Add charset info for "iso10646-1".
6772 Modify default fontset to use ATSUI-compatible fonts for some charsets
6775 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6777 * speedbar.el: Re-apply arch tag.
6778 (speedbar-version): Rename to version 1.0. Suggested by Eric
6780 Reapply two changes from Emacs CVS' version of speedbar lost
6782 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6783 (speedbar-frame-parameters): Improve customize type.
6785 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6787 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6788 (ange-ftp-file-directory-p): Fix the symlink case.
6789 (ange-ftp-insert-directory): When listing a single file, get a list of
6790 the parent buffer and extract the relevant line. Inspired from a patch
6791 by Katsumi Yamaoka <yamaoka@jpl.org>.
6792 (ange-ftp-file-name-sans-versions): Simplify.
6794 2005-09-30 Bill Wohler <wohler@newt.com>
6796 Move MH-E image files from toolbar and mail directories into
6799 * mail/reply2.*: Move to etc/images/mail/reply*.
6801 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6802 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6805 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6806 * toolbar/reply*: Move to etc/images/mail.
6808 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6810 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
6812 * speedbar.el: New version 1.0pre3.
6814 Frame management code (including timer, and mouse click specifics)
6816 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
6817 (speedbar-timer): Removed. Use dframe-timer.
6818 (speedbar-close-frame): Removed. Use dframe-close-frame.
6819 (speedbar-activity-change-focus-flag): Removed. Use
6820 dframe-activity-change-focus-flag.
6821 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
6822 dframe-update-speed.
6824 (speedbar-current-frame): New macro. Use this instead of the
6825 variable speedbar-frame.
6827 (speedbar-use-images, speedbar-expand-image-button-alist)
6828 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6830 (speedbar-find-image-on-load-path): Removed. Replaced by
6831 defezimage in ezimage.el.
6832 (speedbar-expand-image-button-alist): Removed. Replaced by
6833 ezimage-expand-image-button-alist in ezimage.el.
6835 (speedbar-ignored-directory-regexp)
6836 (speedbar-add-ignored-directory-regexp)
6837 (speedbar-ignored-directory-expressions)
6838 (speedbar-line-directory, speedbar-buffers-line-directory)
6839 (speedbar-directory-line, speedbar-buffers-line-directory):
6840 Renamed, replacing `path' with `directory'.
6842 (speedbar-create-directory, speedbar-expand-line-descendants)
6843 (speedbar-toggle-line-expansion)
6844 (speedbar-contract-line-descendants): New commands.
6846 (speedbar-query-confirmation-method, speedbar-select-frame-method)
6847 (speedbar-use-tool-tips-flag): New options.
6849 (speedbar-check-read-only, speedbar-require-version)
6850 (speedbar-insert-separator, speedbar-buffers-tail-notes)
6851 (speedbar-handle-delete-frame, speedbar-try-completion)
6852 (speedbar-update-localized-contents): New functions.
6854 (speedbar-incompatible-version, speedbar-ro-to-do-point)
6855 (speedbar-object-read-only-indicator): New variables.
6857 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6860 (speedbar-separator-face): New face.
6862 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6863 (speedbar-ignored-modes): Add fundamental-mode.
6864 (speedbar-directory-unshown-regexp): Add . directories.
6866 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6867 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6868 `]' for full expand/close.
6869 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6871 (speedbar-check-vc): Support hidden files.
6872 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6873 (speedbar-this-file-in-vc): Use vc-state if available. If VC
6874 state is nil, it is not checked out.
6876 (speedbar-line-text, speedbar-line-token): Support expand buttons
6878 (speedbar-refresh): Universal argument acts as power-click.
6879 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6880 that buffer to get variable values.
6882 And many other bugfixes.
6884 * dframe.el, ezimage.el, sb-image.el: New files.
6886 * sb-*.xpm: Remove files. New image files installed into
6889 2005-09-30 Kenichi Handa <handa@m17n.org>
6891 * ps-mule.el (ps-mule-show-warning): If a character is in
6892 ps-print-translation-table, don't treat it as non-printable.
6894 2005-09-30 David Ponce <david@dponce.com>
6896 * tree-widget.el (tree-widget-themes-load-path): New variable.
6897 (tree-widget-themes-directory): Doc fix.
6898 (tree-widget-image-formats) [Emacs]: Doc fix.
6899 (tree-widget--locate-sub-directory): New function.
6900 (tree-widget-themes-directory): Use it.
6902 * recentf.el (recentf-filename-handlers): Rename from
6903 `recentf-filename-handler'. Allow a list of functions.
6904 (recentf-menu-items-for-commands): Fix :help strings.
6905 (recentf-apply-filename-handlers): New function.
6906 (recentf-expand-file-name): Use it.
6907 (recentf-cleanup): Remove duplicates too.
6909 2005-09-29 Juri Linkov <juri@jurta.org>
6911 * faces.el: Rearrange face definitions to be in the same order as
6912 their face descriptions in "(emacs)Standard Faces".
6914 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6916 * tooltip.el (tooltip): Add group `basic-faces'.
6918 * buff-menu.el (Buffer-menu-buffer): Remove group
6919 `font-lock-highlighting-faces'.
6921 * progmodes/compile.el (compilation-error, compilation-warning)
6922 (compilation-info, compilation-line-number, compilation-column-number):
6923 Change group from `font-lock-highlighting-faces' to `compilation'.
6925 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6926 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6927 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6928 (vhdl-font-lock-reserved-words-face)
6929 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6930 `font-lock-highlighting-faces'.
6932 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6934 2005-09-28 Kim F. Storm <storm@cua.dk>
6936 * emulation/cua-base.el: Set CUA move property on additional commands:
6937 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6938 forward-sexp, backward-sexp, forward-list, backward-list.
6940 2005-09-28 Romain Francoise <romain@orebokech.com>
6942 * comint.el (comint-show-output): Really set point at the
6943 beginning of the output when not using `comint-use-prompt-regexp'.
6945 2005-09-27 Jay Belanger <belanger@truman.edu>
6947 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6950 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
6952 * textmodes/org.el (org-table-sum): Fix format string.
6954 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6957 2005-09-26 Romain Francoise <romain@orebokech.com>
6959 * isearch.el (isearch-forward-regexp): Close doc string.
6961 2005-09-25 Richard M. Stallman <rms@gnu.org>
6963 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6965 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6967 * progmodes/compile.el (compilation-error-properties):
6968 When getting the file from the previous error message,
6969 correctly decode the new data format.
6971 * progmodes/cc-cmds.el (c-electric-paren):
6972 Call old-blink-paren only for close-paren.
6974 2005-09-24 Andreas Schwab <schwab@suse.de>
6976 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6979 2005-09-25 Romain Francoise <romain@orebokech.com>
6981 * dired-aux.el (dired-copy-file-recursive):
6982 * dired.el (dired-delete-file):
6983 * ediff-mult.el (ediff-dir-diff-copy-file):
6984 * ediff-util.el (ediff-test-save-region):
6985 * forms.el (forms-mode):
6986 * ido.el (ido-file-internal, ido-delete-file-at-head):
6987 * log-edit.el (log-edit-done):
6988 * ses.el (ses-yank-resize):
6989 * play/gomoku.el (gomoku-human-plays, gomoku)
6990 (gomoku-human-resigns, gomoku-prompt-for-other-game)
6991 (gomoku-offer-a-draw):
6992 * play/landmark.el (lm-human-resigns, lm):
6993 * net/eudcb-ldap.el (eudc-ldap-check-base):
6994 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6995 * progmodes/ebrowse.el (ebrowse-find-pattern):
6996 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6997 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6998 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7000 * vc.el (vc-delete-file):
7001 * play/gomoku.el (gomoku-terminate-game, gomoku)
7002 (gomoku-prompt-for-move, gomoku-human-takes-back):
7003 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7004 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7006 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7008 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7009 color rxvt terminals by using the code xterm.el used to use before
7010 2005-04-09 in order to match the colors used by rxvt.
7012 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7014 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7015 colors rxvt-unicode terminals by using the same code as xterm.el.
7017 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7019 * textmodes/tex-mode.el (tex-font-lock-append-prop)
7020 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7021 new symbol used for the tex-verbatim face.
7023 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7025 * woman.el (woman-file-name):
7026 * wid-edit.el (widget-file-prompt-value)
7027 (widget-coding-system-prompt-value):
7028 * w32-fns.el (set-w32-system-coding-system):
7029 * vc.el (vc-version-diff, vc-annotate):
7030 * textmodes/reftex-auc.el (reftex-arg-cite)
7031 (reftex-arg-index-tag):
7032 * textmodes/refer.el (refer-get-bib-files):
7033 * textmodes/artist.el (artist-figlet-choose-font):
7034 * terminal.el (terminal-emulator):
7035 * replace.el (occur-read-primary-args):
7036 * rect.el (string-rectangle, string-insert-rectangle):
7037 * ps-print.el (ps-print-preprint):
7038 * progmodes/pascal.el (pascal-goto-defun):
7039 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7040 * progmodes/compile.el (compilation-find-file):
7041 * printing.el (pr-interactive-n-up):
7042 * play/animate.el (animate-birthday-present):
7043 * net/rcompile.el (remote-compile):
7044 * man.el (man, Man-goto-section, Man-follow-manual-reference):
7045 * mail/rmailsum.el (rmail-summary-search-backward)
7046 (rmail-summary-search):
7047 * mail/rmailout.el (rmail-output-read-rmail-file-name)
7048 (rmail-output-read-file-name):
7049 * mail/rmail.el (rmail-search, rmail-search-backwards):
7050 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7051 * locate.el (locate):
7052 * international/quail.el (quail-show-keyboard-layout):
7053 * international/mule.el (set-buffer-file-coding-system)
7054 (revert-buffer-with-coding-system, set-file-name-coding-system)
7055 (set-terminal-coding-system, set-keyboard-coding-system)
7056 (set-next-selection-coding-system):
7057 * international/mule-diag.el (describe-coding-system)
7058 (describe-font, describe-fontset):
7059 * international/mule-cmds.el (universal-coding-system-argument)
7060 (search-unencodable-char, describe-input-method)
7061 (set-language-environment, describe-language-environment):
7062 * international/codepage.el (codepage-setup):
7063 * international/code-pages.el (codepage-setup):
7064 * info.el (Info-search, Info-follow-reference)
7065 (Info-search-backward):
7066 * emacs-lisp/advice.el (ad-read-advised-function)
7067 (ad-read-advice-class, ad-clear-cache, ad-activate)
7068 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7069 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7071 * ediff-util.el (ediff-toggle-regexp-match):
7072 * ediff-ptch.el (ediff-prompt-for-patch-file):
7073 * dired-aux.el (dired-diff):
7075 * cus-edit.el (custom-variable-prompt):
7076 * calendar/timeclock.el (timeclock-ask-for-project):
7077 * calc/calcalg3.el (calc-get-fit-variables):
7078 * calc/calc-store.el (calc-edit-variable)
7079 (calc-permanent-variable):
7080 * vc-mcvs.el (vc-mcvs-register):
7081 * shadowfile.el (shadow-define-literal-group):
7082 * woman.el (woman-file-name):
7083 * vc.el (vc-version-diff, vc-merge):
7084 * textmodes/reftex-index.el (reftex-index-complete-tag):
7085 * format.el (format-decode-buffer, format-decode-region):
7086 * emulation/viper-cmd.el (viper-read-string-with-history):
7087 * emacs-lisp/debug.el (cancel-debug-on-entry):
7088 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7089 * ediff.el (ediff-merge-revisions)
7090 (ediff-merge-revisions-with-ancestor, ediff-revision):
7091 * completion.el (interactive-completion-string-reader):
7092 * calc/calc-prog.el (calc-user-define-formula):
7093 Follow convention for reading with the minibuffer.
7095 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
7097 * progmodes/python.el (python-describe-symbol): Add globals() and
7098 locals() to the arguments of emacs.ehelp.
7100 2005-09-24 Magnus Henoch <mange@freemail.hu>
7102 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7103 New function, code extracted from ispell-valid-dictionary-list.
7104 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7107 2005-09-24 Eli Zaretskii <eliz@gnu.org>
7109 * subr.el (version-regexp-alist): Extend valid syntax for version
7110 strings: allow any of the characters -,_,+ to separate the
7111 alpha/beta/rc part from the version part. Doc fix.
7112 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
7114 2005-09-23 David Reitter <david.reitter@gmail.com>
7116 * mail/mailclient.el: New file.
7118 2005-09-23 Richard M. Stallman <rms@gnu.org>
7120 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7121 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7124 * progmodes/cc-mode.el (c-font-lock-init):
7125 Specify font-lock-lines-before.
7127 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7129 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7132 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
7134 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7135 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
7136 of `remap' feature when available. Additional key bindings for
7138 (org-mode-restart, org-force-self-insert): New commands.
7139 (org-time-stamp-inactive): New command.
7140 (org-remap): New function.
7141 (org-table-auto-blank-field, org-level-color-stars-only): New options.
7142 (org-enable-fixed-width-editor): Move to `org-structure'
7143 customization group.
7144 (org-self-insert-command, orgtbl-self-insert-command): Modify to
7145 blank field after field motion commands.
7147 2005-09-23 Kenichi Handa <handa@m17n.org>
7149 * international/mule-cmds.el (set-language-environment):
7150 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7151 have to call utf-translate-cjk-load-tables.
7153 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7155 * mouse.el (mouse-move-drag-overlay): Fix last change.
7157 2005-09-22 David Ponce <david@dponce.com>
7159 * tree-widget.el (tree-widget-value-create): Fix previous change.
7161 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7163 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7165 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7167 * mouse.el (mouse-move-drag-overlay): New function.
7168 (mouse-drag-region-1): Use it.
7169 Try to simplify a bit the state handling. Handle clicks on links
7170 inside intangible areas.
7171 (mouse-save-then-kill): Minor simplification.
7172 (mouse-secondary-overlay): Make it always non-nil instead of
7173 recreating it each time.
7174 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7175 (mouse-kill-secondary, mouse-secondary-save-then-kill):
7176 Simplify accordingly.
7178 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7180 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7182 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
7184 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7185 (ediff-file-name-sans-prefix): Treat nil as an empty string.
7186 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7189 * ediff-util.el: Use insert-buffer-substring.
7191 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7193 * emulation/viper-cmd.el (viper-change-state): Don't move over the
7194 field boundaries in the minibuffer.
7195 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7196 (viper-minibuffer-post-command-hook): New hook.
7197 (viper-line): Don't move cursor at bolp.
7199 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7201 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7202 avoid compiler warnings.
7204 * emulation/viper-macs.el (ex-map): Better messages.
7206 * emulation/viper-utils.el (viper-beginning-of-field): New function.
7208 * emulation/viper.el: Replace make-variable-buffer-local with
7209 viper-make-variable-buffer-local everywhere, to avoid warnings.
7211 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7213 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7214 Delete unused var `old-selected-window'.
7215 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7216 (mouse-drag-secondary): Delete unused var `start-frame'.
7218 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7220 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7222 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7224 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7225 Re-indent within 80 columns. Use inhibit-read-only.
7227 2005-09-19 Romain Francoise <romain@orebokech.com>
7229 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7231 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7233 * font-lock.el (font-lock-default-fontify-region): Don't add a line
7234 unconditionally, since the after-change-function already did it.
7236 2005-09-19 Miles Bader <miles@gnu.org>
7238 * net/newsticker.el: Get rid of CVS keyword.
7240 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan+sf@dd.chalmers.se>
7242 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7243 The prompt is formatted later.
7245 2005-09-19 David Ponce <david@dponce.com>
7247 * tree-widget.el (tree-widget-value-create): Save the converted
7250 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
7252 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7255 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
7257 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7258 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
7259 <slawomir.nowaczyk.847@student.lu.se>.
7261 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7263 * image.el (image-load-path): Use symbol `data-directory' instead
7264 of its value, for backward compatibility with packages that bind
7265 it during `find-image'. Suggested by Katsumi Yamaoka.
7266 (image-search-load-path): Handle symbols whose values are strings.
7268 2005-09-18 Romain Francoise <romain@orebokech.com>
7270 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7271 with-current-buffer form in save-excursion.
7273 2005-09-18 D Goel <deego@gnufans.org>
7275 * apropos.el (apropos-command): Fix `message' call: first arg
7276 should be a format spec. In this and all other cases that appear
7277 below and elsewhere in the source code, I made a change only when
7278 two conditions were satisfied: [1] I can think of a possibility
7279 that the arguments would cause an error, for example, the code in
7280 question relies on external variables such as filenames. [2] I
7281 was sure that the arg to `message' could not have been nil in the code.
7283 * textmodes/tildify.el (tildify-region): Ditto.
7285 * textmodes/reftex-index.el (reftex-index-change-entry)
7286 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7287 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7288 * textmodes/org.el (org-complete, org-deadline, org-schedule)
7289 (org-priority, org-table-sum):
7290 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7291 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7292 (flyspell-word, flyspell-display-next-corrections):
7293 * textmodes/bibtex.el (bibtex-print-help-message):
7294 * textmodes/artist.el (artist-key-set-point-poly):
7295 * term/mac-win.el (mac-services-insert-text):
7296 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7297 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7298 (vhdl-port-paste-testbench, vhdl-compose-new-component)
7299 (vhdl-compose-configuration):
7300 * progmodes/sh-script.el (sh-blink, sh-show-indent)
7301 (sh-set-indent, sh-learn-line-indent):
7302 * progmodes/ps-mode.el (ps-mode-target-column):
7303 * progmodes/idlwave.el (idlwave-make-tags)
7304 (idlwave-scan-library-catalogs):
7305 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7306 * progmodes/gud.el (gud-jdb-analyze-source):
7307 * progmodes/flymake.el (flymake-log):
7308 * progmodes/ebnf2ps.el (ebnf-generate-region):
7309 * progmodes/cmacexp.el (c-macro-expansion):
7310 * progmodes/ada-xref.el (ada-treat-cmd-string):
7311 * progmodes/ada-mode.el (ada-create-case-exception-substring)
7312 (ada-justified-indent-current, ada-batch-reformat):
7313 * play/zone.el (zone):
7314 * play/landmark.el (lm-move):
7315 * play/decipher.el (decipher-show-alphabet):
7316 * net/newsticker.el (newsticker--display-jump)
7317 (newsticker--display-scroll):
7318 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7319 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7320 * mail/feedmail.el (feedmail-dump-message-to-queue):
7321 * eshell/esh-proc.el (eshell-remove-process-entry):
7322 * emulation/ws-mode.el (ws-last-error):
7323 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7324 (viper-record-kbd-macro):
7325 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7326 * emacs-lisp/lisp-mnt.el (lm-report-bug):
7327 * emacs-lisp/find-func.el (find-function-noselect):
7328 * calendar/timeclock.el (timeclock-status-string)
7329 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7330 (timeclock-when-to-leave-string):
7331 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7332 * calc/calc-units.el (calc-enter-units-table):
7333 * calc/calc-mode.el (calc-mode-record-mode):
7334 * woman.el (woman-mini-help):
7335 * wdired.el (wdired-change-to-wdired-mode):
7336 * vc.el (vc-retrieve-snapshot):
7337 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7338 * startup.el (display-startup-echo-area-message):
7339 * simple.el (set-goal-column):
7340 * ses.el (ses-command-hook, ses-recalculate-cell):
7341 * server.el (server-process-filter):
7342 * printing.el (pr-interface-txt-print, pr-interface-printify)
7344 * pcvs.el (cvs-help):
7345 * log-edit.el (log-edit, log-edit-mode-help):
7346 * iswitchb.el (iswitchb-possible-new-buffer):
7347 * isearch.el (isearch-edit-string):
7348 * image-mode.el (image-mode, image-minor-mode):
7349 * ibuf-macs.el (define-ibuffer-filter):
7350 * hi-lock.el (hi-lock-find-patterns):
7351 * files.el (toggle-read-only):
7352 * ediff-util.el (ediff-copy-diff)
7353 (ediff-write-merge-buffer-and-maybe-kill):
7354 * echistory.el (Electric-history-undefined):
7355 * dnd.el (dnd-insert-text):
7356 * dired-aux.el (dired-query):
7357 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7358 * bookmark.el (bookmark-bmenu-locate):
7359 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7360 Fix `message' calls to ensure first arg is a format string.
7361 The change was made only when these two conditions were satisfied:
7362 [1] when there is a possibility that the arguments would cause an error
7363 for example, if the code in question relies on external variables
7364 such as filenames, and
7365 [2] if the arg to `message' could not have been nil in the code.
7367 * pcomplete.el (pcomplete--help): Fix `message' format spec.
7368 Not having a %s would be weird, though not technically wrong.
7370 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7372 * term/mac-win.el (mac-add-charset-info): Doc fix.
7374 2005-09-17 Romain Francoise <romain@orebokech.com>
7376 * shell.el (shell-resync-dirs): Handle echoing processes more
7377 reliably. Don't insert resync command if `comint-process-echoes'
7380 2005-09-17 Magnus Henoch <mange@freemail.hu>
7382 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7383 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7384 aspell versions >= 0.60.
7385 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7386 only if ispell-aspell-supports-utf8 is non-nil.
7388 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
7390 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7391 buffer-local value to lisp-indent-function.
7393 2005-09-17 Milan Zamazal <pdm@zamazal.org>
7395 * progmodes/glasses.el (glasses-make-readable): If
7396 glasses-separator differs from underscore, put appropriate
7397 overlays over underscore characters.
7398 (glasses-convert-to-unreadable): If glasses-separator differs from
7399 underscore, try to convert glasses-separator characters to
7402 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7404 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7405 Use with-syntax-table and dolist.
7407 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
7409 * textmodes/reftex-auc.el:
7410 * textmodes/reftex-cite.el:
7411 * textmodes/reftex-dcr.el:
7412 * textmodes/reftex-global.el:
7413 * textmodes/reftex-parse.el:
7414 * textmodes/reftex-ref.el:
7415 * textmodes/reftex-sel.el:
7416 * textmodes/reftex-toc.el:
7417 * textmodes/reftex-vars.el:
7418 * textmodes/reftex.el: Small changes to remove compiler warnings.
7420 * textmodes/reftex-index.el: Likewise.
7421 (reftex-query-index-phrase): More efficient use of markers.
7423 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7425 * image.el (image-load-path): New variable.
7426 (image-search-load-path): New function.
7427 (find-image): Search for images in `image-load-path'.
7429 2005-09-15 Richard M. Stallman <rms@gnu.org>
7431 * follow.el: Change Maintainer field.
7433 2005-09-15 David Ponce <david@dponce.com>
7435 * recentf.el (recentf-save-file-modes): New option.
7436 (recentf-save-list): Use it.
7438 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
7440 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7441 (mode-line-mule-info, mode-line-modified): Move bindings from
7444 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7446 * simple.el (sendmail-user-agent-compose): Revert last change.
7448 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7450 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7451 Use with-current-buffer.
7452 (ange-ftp-gwp-start): Remove unused var `gw-user'.
7453 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7454 (ange-ftp-insert-directory): Remove unused var `short'.
7455 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7457 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7458 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7460 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7461 (check-calendar-holidays, diary-list-entries): Autoload.
7462 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7463 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7465 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7466 which mistakenly removed a call to display-buffer.
7468 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
7470 * obsolete/iso-insert.el: Move to obsolete/ from international/.
7472 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
7474 * progmodes/hideshow.el
7475 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7476 (hs-allow-nesting): New user var.
7477 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7478 (hs-hide-block-at-point): When nesting allowed,
7479 if there is already an overlay in place, delete it.
7480 (hs-safety-is-job-n): Delete func; remove call sites.
7481 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7482 (hs-overlay-at): New func.
7483 (hs-already-hidden-p, hs-show-block): Use it.
7484 (hs-hide-all): Don't pre-clean if nesting allowed.
7485 (hs-show-all): Temporarily disallow
7486 nesting around call to `hs-discard-overlays'.
7488 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
7490 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7491 Delete unused local var.
7493 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
7495 * help-fns.el (describe-categories): "?\ " -> "?\s".
7496 (help-do-arg-highlight): Recognize also ARG-n, as in
7497 `move-to-left-margin' (ARG+n is already recognized). Simplify.
7499 * international/codepage.el (dos-unsupported-char-glyph):
7500 * net/newsticker.el (tool-bar-map, w3-mode-map)
7501 (w3m-minor-mode-map):
7502 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7504 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7506 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
7508 * custom.el (custom-push-theme): Handle the case where a symbol is
7509 bound but face properties have not yet been assigned.
7511 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7512 Fix behavior if noerase is `t' and there is no mail buffer.
7514 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7515 if `continue' is nil, rather than signal an error.
7517 2005-09-12 Richard M. Stallman <rms@gnu.org>
7519 * font-lock.el (font-lock-keywords): Add autoload.
7521 * help-fns.el (describe-variable): Rearrange to put source link
7522 in a predictable place.
7524 * net/newsticker.el: New file.
7526 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7528 * calendar/calendar.el (calendar-for-loop): Add edebug info.
7529 (calendar-basic-setup): Use the new nil arg.
7530 (number-of-diary-entries): Move to diary-lib.el.
7532 * calendar/diary-lib.el: Use with-current-buffer, match-string.
7533 (diary-list-entries): Use with-syntax-table and dolist.
7534 Rename from list-diary-entries.
7535 Use number-of-diary-entries if `number' is nil.
7536 (diary, diary-view-entries): Use this new name and new nil arg value.
7537 (number-of-diary-entries): Move from calendar.el.
7538 (diary-unhide-everything): New function.
7539 (include-other-diary-files, fancy-diary-display)
7540 (diary-show-all-entries, make-diary-entry): Use it.
7541 (diary-mail-entries): Use buffer-string.
7542 (mark-diary-entries): Fix long standing paren typo.
7543 (diary-sexp-entry): Use count-lines.
7544 (make-diary-entry): Avoid `previous-line'.
7545 (diary-mode-map): New var.
7546 (diary-mode): Redraw cal after saving. Setup header-line.
7547 (fancy-diary-display-mode): Use local-set-key.
7549 * startup.el (command-line): Try calling various terminal-init-foo-bar
7550 functions by stripping hyphenated suffixes from $TERM.
7552 * files.el (normal-mode): Check boundness of font-lock-keywords.
7554 2005-09-12 Richard M. Stallman <rms@gnu.org>
7556 * progmodes/compile.el: Don't decide a file's directory
7557 until the user actually tries to go there.
7558 (compilation-next-error-function):
7559 Pass compilation-find-file the directory from the file-struct.
7560 (compilation-internal-error-properties): Separate local FILE-STRUCT
7561 from FILE. Doc the args better. Rename arg FMT to FMTS.
7562 (compilation-find-file): Arg DIR renamed to DIRECTORY.
7563 Expand it, and if nil, use default-directory.
7564 (compilation-get-file-structure): Don't mix specified directory
7565 with default directory. Put specified directory into
7566 file-struct. Don't make the file name absolute.
7568 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7569 (compile-command): Add autoload.
7570 (compilation-disable-input): Add autoload.
7572 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
7574 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7575 strings of the variables it can override.
7576 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7577 %Q and %q, for fully-qualified domain name and unqualified host name.
7579 2005-09-11 Kim F. Storm <storm@cua.dk>
7581 * emacs-lisp/authors.el (authors-aliases): Update list.
7582 (authors-fixed-entries): Update mldrag.el entry.
7584 2005-09-10 Alan Mackenzie <acm@muc.de>
7586 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7587 from the region narrowed to.
7589 2005-09-10 Magnus Henoch <mange@freemail.hu>
7591 * textmodes/ispell.el (ispell-check-version): Signal an error if
7592 aspell version is less than 0.60.
7594 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
7596 * progmodes/octave-inf.el (inferior-octave-startup):
7597 Resync current dir at the end.
7599 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
7601 * woman.el (woman-topic-at-point-default):
7602 Rename to woman-use-topic-at-point-default.
7603 (woman-topic-at-point): Rename to woman-use-topic-at-point.
7604 (woman-file-name): Reflect renames above. Automatically use the
7605 word at point as topic if woman-use-topic-at-point is non-nil.
7606 Otherwise offer it as default but don't insert it in the
7607 minibuffer. Also use `test-completion' instead of `assoc' as
7608 suggested by Stefan Monnier.
7610 2005-09-10 Andre Spiegel <spiegel@gnu.org>
7612 * vc.el (vc-directory, vc-update-change-log): Throw an error on
7613 the attempt to do it over Tramp. This is not yet supported.
7615 2005-09-10 Eli Zaretskii <eliz@gnu.org>
7617 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7618 (menu-bar-non-minibuffer-window-p): New functions.
7619 ("Split Window", "Save As..."): Use them.
7620 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7621 ("Print Buffer", "Truncate Long Lines in this Buffer"):
7622 Use menu-bar-menu-frame-live-and-visible-p.
7623 ("Save Buffer", "Insert File", "Open Directory...")
7624 ("Open File...", "Visit New File..."):
7625 Use menu-bar-non-minibuffer-window-p.
7626 (kill-this-buffer-enabled-p, dired <menu-enable>):
7627 Use menu-bar-non-minibuffer-window-p.
7629 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7631 * cus-start.el (all): Don't complain about fringe-related
7632 built-ins if fringes are not supported. Ditto about
7633 selection-related built-ins. Fix the test for GTK-related built-ins.
7635 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7636 ("Postscript Print Buffer", "Print Region", "Save As...")
7637 ("Save", "Insert File...", "Open Directory...")
7638 ("Open File...", "Visit New File..."")
7639 ("Truncate Long Lines in this Buffer"): Don't look at
7640 menu-updating-frame if this display does not support multiple frames.
7642 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7644 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7646 2005-09-09 Emilio Lopes <eclig@gmx.net>
7648 * woman.el: Format- and whitespace-related changes.
7650 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7652 * woman.el: Fix my email address.
7654 2005-09-08 Richard M. Stallman <rms@gnu.org>
7656 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7657 (sh-mode): Locally set skeleton-pair-default-alist.
7659 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7661 * progmodes/flymake.el: Require `compile' unconditionally.
7663 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7665 * woman.el (woman-file-name): Provide a default, not initial input.
7667 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7669 * font-lock.el (font-lock-support-mode): Doc fix.
7671 * descr-text.el (describe-property-list): Handle non-symbol prop names.
7673 2005-09-08 Richard M. Stallman <rms@gnu.org>
7675 * simple.el (blink-matching-open): Get rid of text props from
7676 the string shown in echo area. Don't permanently set point.
7677 Some rearrangements.
7679 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
7681 * recentf.el (recentf-filename-handler): Add custom choice
7682 `abbreviate-file-name'.
7684 * msb.el (msb--very-many-menus): Fix typo.
7686 * disp-table.el (standard-display-european): Don't set
7687 enable-multibyte-characters to nil.
7689 2005-09-08 David Ponce <david@dponce.com>
7691 * recentf.el (recentf-show-file-shortcuts-flag): New option.
7692 (recentf-expand-file-name): Doc fix.
7693 (recentf-dialog-mode-map): Define digit shortcuts.
7694 (recentf--files-with-key): New variable.
7695 (recentf-show-digit-shortcut-filter): New function.
7696 (recentf-open-files-items): New function.
7697 (recentf-open-files): Use it.
7698 (recentf-open-file-with-key): New command.
7700 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7702 * buff-menu.el (Buffer-menu-sort-by-column): New function.
7703 Suggested by Kim F. Storm.
7704 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7705 (Buffer-menu-make-sort-button): Use global keymap.
7707 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
7709 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7710 (Man-getpage-in-background-advice): Remove defadvice; it isn't
7711 necessary any longer with the remapped command.
7712 (Man-bgproc-sentinel-advice): Remove defadvice which counts
7713 formatting time only.
7715 * net/tramp.el (tramp-action-password)
7716 (tramp-multi-action-password): Compile the password prompt from
7717 `method', `user' and `host'. Sometimes it isn't obvious which
7718 password to enter, for example with remote files offered by
7719 recentf.el, or with multiple steps. Suggested by Robert Marshall
7720 <robert@chezmarshall.freeserve.co.uk>.
7722 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7724 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7725 Fix regexp for when "s///" is at the beginning of line.
7727 2005-09-07 Jay Belanger <belanger@truman.edu>
7729 * calc/calc-poly.el (math-expand-term): Multiply out any powers
7730 when in matrix mode.
7732 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7734 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7735 non-anonymous functions.
7737 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
7739 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7740 when using a header line. Otherwise, use mouse-1-click-follows-link.
7742 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7743 can't be moved; don't signal an error.
7745 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
7747 * cus-theme.el (custom-theme-write-faces): Save the current face
7748 spec, not the defface spec.
7750 * custom.el (custom-known-themes): Clarify meaning of "standard".
7751 (custom-push-theme): Save old values in the standard theme.
7752 (disable-theme): Correct typo.
7753 (custom-face-theme-value) Deleted unused function.
7754 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7756 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7758 * progmodes/compile.el (compilation-goto-locus): Take into account
7759 iconified frames when determining whether the buffer is
7761 Don't reset window height if the window already existed.
7763 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
7765 * custom.el (load-theme): Rename from require-theme.
7766 Add interactive spec.
7767 (enable-theme): Rename from custom-enable-theme.
7768 Add interactive spec.
7769 (disable-theme): Rename from custom-disable-theme.
7770 Add interactive spec.
7771 (custom-make-theme-feature): Doc fix.
7772 (custom-theme-directory): Doc fix.
7773 (provide-theme): Call enable-theme.
7775 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7777 * obsolete/lazy-lock.el (lazy-lock-mode):
7778 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7779 font-lock-mode if it's off. Print a warning instead.
7781 * progmodes/compile.el (compilation-start): Ignore errors if the
7782 process died before we get to send-eof.
7784 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7785 Undo last change. Enclosing the result in quotes broke things on Unix
7786 since tex-send-command passes it through shell-quote-argument.
7787 (tex-send-command): Pass `file' through convert-standard-filename
7789 (tex-uptodate-p): Handle the case where TeX hasn't put additional
7790 info in a transcript.
7792 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7794 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7795 fix compilation warning. Reorder the key definitions to group
7796 together keys emitted by the current version of xterm.
7798 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7799 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7800 Reorder predicates to correct min-color usage.
7802 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
7804 * longlines.el (longlines-mode): Inhibit read-only when encoding.
7805 Kill local variables when longlines-mode is turned off.
7807 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7809 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7811 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7813 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7815 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7816 (font-lock-lines-before): Change default to being inactive.
7817 (font-lock-default-fontify-region): Obey font-lock-lines-before.
7818 (font-lock-after-change-function): Don't handle f-l-lines-before here.
7820 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7822 * net/tramp.el (tramp-handle-make-auto-save-file-name):
7823 Deactivate temporarily advice if active (not needed for Emacs 22,
7824 but for backwards compatibility).
7825 (tramp-exists-file-name-handler): Rewrite. First implementation
7827 (tramp-advice-make-auto-save-file-name):
7828 Call `tramp-handle-make-auto-save-file-name' (again, just for
7829 backwards compatibility).
7831 2005-08-31 Reto Zimmermann <reto@gnu.org>
7833 * progmodes/vhdl-mode.el
7834 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7835 (vhdl-end-p): Fix indentation bug "else" after "-- when".
7836 (vhdl-set-default-project): New function (easier setting of default).
7837 (vhdl-port-copy): Handle extended identifiers for generics.
7838 (vhdl-compiler-alist): Better description for error message regexp.
7839 (vhdl-make): Query for target, use previous as default.
7840 (vhdl-port-copy): Fix port copy for port names starting with "signal".
7841 (vhdl-font-lock-keywords-2): Fix fontification for record
7843 (vhdl-speedbar-make-subpack-line): Add package body link.
7844 (vhdl-generate-makefile-1): Not include itself as dependency.
7845 (vhdl-font-lock-init): Highlight c-preprocessor directives.
7846 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7847 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7848 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7849 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7850 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7851 (vhdl-import-project): Add string argument for `error'.
7852 (vhdl-compose-configuration)
7853 (vhdl-compose-configuration-architecture): Add configuration
7854 declaration generation.
7855 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7856 (vhdl-trailer-re): Add "record" keyword (better indentation).
7857 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7859 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7860 (vhdl-testbench-entity-file-name)
7861 (vhdl-testbench-architecture-file-name): Allow separate
7862 customization of testbench file names.
7863 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7864 (vhdl-get-visible-signals): Allow newline within alias declaration.
7865 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7866 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7867 (member-ignore-case): Alias for missing function in XEmacs.
7868 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7869 (vhdl-update-sensitivity-list): Ignore case on read signals.
7870 (vhdl-replace-string): Adjust case only for file names.
7871 (vhdl-update-sensitivity-list): Fix search for read signals.
7872 (vhdl-update-sensitivity-list): Exclude formal parameters.
7873 (vhdl-get-visible-signals): Include aliases of signals.
7874 (vhdl-get-visible-signals): Fix signal name searching.
7875 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7876 (vhdl-fixup-whitespace-region): Fix for character
7877 literals (e.g. ':').
7879 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7881 * ansi-color.el (comint-last-output-start):
7882 * bs.el (font-lock-verbose):
7883 * diff-mode.el (add-log-buffer-file-name-function):
7884 * dired-x.el (vm-folder-directory):
7885 * faces.el (help-xref-stack-item):
7886 * files.el (font-lock-keywords):
7887 * find-lisp.el (dired-buffers, dired-subdir-alist):
7888 * ido.el (cua-inhibit-cua-keys):
7889 * log-view.el (cvs-minor-wrap-function):
7890 * outline.el (font-lock-warning-face):
7891 * simple.el (compilation-current-error):
7892 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7893 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7894 * tooltip.el (comint-prompt-regexp):
7895 * w32-fns.el (explicit-shell-file-name):
7896 * term/mac-win.el (mac-charset-info-alist)
7897 (mac-services-selection, mac-system-script-code):
7898 * term/tty-colors.el (msdos-color-values):
7899 * term/w32-win.el (xlfd-regexp-registry-subnum):
7900 * term/x-win.el (x-keysym-table, x-selection-timeout)
7901 (x-session-id, x-session-previous-id):
7902 * textmodes/ispell.el (mail-yank-prefix):
7903 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7904 * textmodes/org.el (calc-embedded-close-formula)
7905 (calc-embedded-open-formula)
7906 (font-lock-unfontify-region-function):
7907 * textmodes/reftex-global.el (isearch-next-buffer-function)
7909 * textmodes/reftex.el (font-lock-keywords):
7910 * textmodes/tex-mode.el (font-lock-comment-face)
7911 (font-lock-doc-face):
7912 * textmodes/texinfo.el (outline-heading-alist):
7915 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7916 (artist-spray-chars, artist-mode-init, artist-replace-string)
7917 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7918 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7919 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7921 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7922 (conf-align-assignments): "?\ " -> "?\s".
7924 * textmodes/reftex-index.el (TeX-master): Add defvar.
7925 (reftex-index-phrases-marker): Move up defvar.
7927 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7928 (reftex-toc-include-labels-indicator)
7929 (reftex-toc-include-index-indicator)
7930 (reftex-toc-max-level-indicator): Move up declarations.
7932 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7933 of args to `tramp-run-real-handler', even if it's empty in this case.
7935 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7937 * dired.el (dired-move-to-filename-regexp): Add date format for
7938 Mac OS X 10.3 in East Asian locales.
7940 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7942 * files.el (make-auto-save-file-name): Add file name handler call
7945 * net/tramp.el (tramp-file-name-handler-alist)
7946 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7947 (tramp-handle-make-auto-save-file-name): Rename from
7948 `tramp-make-auto-save-file-name'.
7949 (tramp-exists-file-name-handler): New defun.
7950 (tramp-advice-make-auto-save-file-name): Make defadvice only when
7951 `make-auto-save-file-name' is not a magic file name operation.
7953 2005-08-30 Richard M. Stallman <rms@gnu.org>
7955 * files.el (risky-local-variable-p):
7956 Match `-predicates' and `-commands.
7958 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7959 (custom-save-all): Visit the file if necessary;
7960 kill the buffer if we created it.
7961 (custom-save-delete): Don't visit file or kill buffer here.
7963 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
7965 * textmodes/org.el (org-special-keyword): New face.
7966 (org-table-copy-down, org-table-eval-formula)
7967 (org-table-recalculate, org-init-section-numbers):
7968 Use `string-to-number' instead of `string-to-int'.
7969 (org-get-location): Use `insert-buffer-substring' instead of
7971 (org-modify-diary-entry-string): New function.
7972 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7973 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7974 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7976 (org-export-as-html): Handle QUOTE keyword.
7977 (org-quote-string): New option.
7978 (org-bookmark-jump-unhide): New function, used for
7979 `bookmark-after-jump-hook'.
7980 (org-diary-default-entry): Apply only when not called through
7983 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
7985 * net/eudc.el (mode-popup-menu):
7986 * play/handwrite.el (ps-printer-name, ps-lpr-command):
7987 * progmodes/ada-mode.el (compile-auto-highlight)
7988 (skeleton-further-elements):
7989 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7990 * progmodes/cmacexp.el (msdos-shells):
7991 * progmodes/compile.el (font-lock-extra-managed-props)
7992 (font-lock-keywords, font-lock-maximum-size)
7993 (font-lock-support-mode):
7994 * progmodes/grep.el (font-lock-lines-before):
7995 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7996 * progmodes/mixal-mode.el (compile-command):
7997 * progmodes/perl-mode.el (font-lock-comment-face)
7998 (font-lock-doc-face, font-lock-string-face):
7999 * progmodes/prolog.el (comint-prompt-regexp):
8000 * progmodes/sh-script.el (font-lock-comment-face)
8001 (font-lock-set-defaults, font-lock-string-face):
8002 * progmodes/sql.el (font-lock-keyword-face)
8003 (font-lock-set-defaults, font-lock-string-face):
8004 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8005 (itimer-version, lazy-lock-defer-contextually)
8006 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8009 * progmodes/cperl-mode.el (cperl-electric-lbrace)
8010 (cperl-electric-keyword, cperl-electric-pod)
8011 (cperl-electric-backspace, cperl-forward-re)
8012 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8013 (vc-rcs-header, vc-sccs-header): Add defvars.
8015 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8016 (font-lock-syntactic-keywords, gud-find-expr-function):
8019 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8020 (gdb-frame-parameters): Declare before use.
8022 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8023 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8024 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8025 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8027 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8028 (idlwave-help-with-source): Use `insert-buffer-substring', not
8031 2005-08-29 Juri Linkov <juri@jurta.org>
8033 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8034 Put outline-back-to-heading function call inside save-excursion.
8036 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
8038 * man.el (Man-init-defvars, Man-translate-references)
8039 (Man-support-local-filenames, Man-highlight-references):
8040 * progmodes/sql.el (sql-interactive-mode):
8041 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8043 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8044 (compilation-mode-font-lock-keywords): Add defvars.
8045 (checkdoc-interactive-loop): "?\ " -> "?\s".
8047 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8048 (font-lock-doc-face, font-lock-string-face)
8049 (font-lock-keywords-case-fold-search): Add defvars.
8050 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8052 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8053 Don't pass X and Y (they are ignored anyway).
8054 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8055 (mouse-delete-window): Make arguments optional.
8057 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8058 (caesar-translate-table, minor-modes, news-buffer-save)
8059 (news-group-name, news-minor-modes): Add defvars.
8061 * emacs-lisp/lselect.el (mouse-highlight-priority)
8062 (x-lost-selection-functions, zmacs-regions):
8063 * emacs-lisp/pp.el (font-lock-verbose):
8064 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8065 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8067 * emacs-lisp/tcover-unsafep.el (safe-functions):
8068 * international/mule-cmds.el (mac-system-coding-system)
8069 (mac-system-locale):
8070 * language/ethio-util.el (rmail-current-message)
8071 (rmail-message-vector):
8072 * language/thai-util.el (thai-auto-composition-mode):
8073 * mail/metamail.el (rmail-current-message, rmail-message-vector):
8074 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8075 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8076 (vm-primary-inbox, vm-spool-files):
8077 * mail/rmail.el (deleted-head, font-lock-fontified)
8078 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8079 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8081 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8082 (rmail-summary-mode-map):
8083 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8084 (rmail-last-label, rmail-last-multi-labels)
8085 (rmail-summary-vector, rmail-total-messages):
8086 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8087 * mail/rmailsum.el (msgnum):
8088 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8089 (rmail-current-message):
8090 * obsolete/fast-lock.el (font-lock-face-list):
8091 * obsolete/rnewspost.el (mail-reply-buffer):
8092 * obsolete/scribe.el (compile-command):
8093 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8095 2005-08-28 John Paul Wallington <jpw@gnu.org>
8097 * ibuf-ext.el (ibuffer-auto-update-changed):
8098 Use `frame-or-buffer-changed-p' to check whether we need to update.
8099 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8100 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
8101 as a `frame-or-buffer-changed-p' state vector instead.
8103 2005-08-27 Romain Francoise <romain@orebokech.com>
8105 * textmodes/makeinfo.el (makeinfo-compile):
8106 Use `compilation-start'. Set `next-error-function' according to
8108 (makeinfo-next-error): New function.
8109 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8110 (makeinfo-buffer): Likewise.
8112 * progmodes/compile.el (compilation-start): Add autoload cookie.
8114 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8115 * textmodes/sgml-mode.el: Likewise.
8116 * progmodes/python.el: Likewise.
8118 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8120 * simple.el (blink-matching-paren-distance): Document the meaning
8121 of nil value, and allow to customize to nil.
8123 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8124 command.com, not command.exe.
8126 2005-08-26 John Wiegley <johnw@newartisans.com>
8128 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8129 code around a bit so that an extraneous nil argument is not added
8130 to a command when no args are given.
8132 * eshell/esh-arg.el (eshell-parse-double-quote): If a
8133 double-quoted argument resolves to nil, return it as an empty
8134 string rather than as nil. This made it impossible to pass "" to
8135 a shell script as a null string argument.
8137 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8139 * outline.el (outline-invent-heading): New fun.
8140 (outline-promote, outline-demote): Use it.
8141 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8142 (outline-end-of-subtree): Remove unused var `opoint'.
8144 2005-08-26 David Reitter <david.reitter@gmail.com>
8146 * menu-bar.el (truncate-lines, write-file, print-buffer)
8147 (ps-print-buffer-faces, ps-print-buffer, split-window):
8148 Disable menu items when the frame they refer to is invisible, or when
8149 they refer to a buffer and the minibuffer is selected.
8151 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
8153 * progmodes/flymake.el (flymake-highlight-err-lines):
8154 Use save-excursion around flymake-highlight-line to preserve point.
8156 2005-08-26 Eli Zaretskii <eliz@gnu.org>
8158 * progmodes/octave-mod.el: Change Author and Maintainer address.
8159 (octave-maintainer-address): Change Kurt's email address.
8160 * progmodes/octave-inf.el: Change Author and Maintainer address.
8161 * progmodes/octave-hlp.el: Change Author and Maintainer address.
8163 2005-08-26 Kim F. Storm <storm@cua.dk>
8165 * subr.el (version-list-<, version-list-<=, version-list-=):
8166 Rename from integer-list-*.
8167 (version-list-not-zero): Likewise. Fix while loop.
8168 (version=): Use version-list-= instead of string-equal.
8170 2005-08-26 Richard M. Stallman <rms@gnu.org>
8172 * outline.el (outline-promote): Try shortening the heading.
8173 As last resort, read the heading to use.
8174 (outline-demote): As last resort, read the heading to use.
8176 2005-08-26 Romain Francoise <romain@orebokech.com>
8178 * progmodes/compile.el (compilation-start): Doc fix.
8180 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8181 (antlr-font-lock-additional-keywords): Fix reference to
8182 `antlr-font-lock-literal-regexp' erroneously changed during the
8184 (antlr-run-tool): Use `compilation-start'.
8186 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8187 instead of the obsolete `compile-internal'.
8189 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
8191 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8192 (number, original-date):
8193 * calendar/cal-china.el (date):
8194 * calendar/cal-coptic.el (date):
8195 * calendar/cal-french.el (date):
8196 * calendar/cal-hebrew.el (date, entry, number, original-date):
8197 * calendar/cal-islam.el (date, number, original-date):
8198 * calendar/cal-iso.el (date):
8199 * calendar/cal-julian.el (date):
8200 * calendar/cal-mayan.el (date):
8201 * calendar/cal-menu.el (date, event):
8202 * calendar/cal-persia.el (date):
8203 * calendar/lunar.el (date):
8204 * calendar/solar.el (date): Add defvars.
8209 * obsolete/bg-mouse.el:
8210 * obsolete/sun-curs.el:
8211 * obsolete/swedish.el: Move the `defvar's to the top level.
8213 * smerge-mode.el (smerge-refined-change): Add :group.
8215 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8217 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8218 (smerge-keep-n): Remove props.
8219 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8220 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8221 now that it's done in smerge-keep-n.
8222 (smerge-refined-change): New face.
8223 (smerge-refine-chopup-region, smerge-refine-highlight-change)
8224 (smerge-refine): New funs.
8225 (smerge-basic-map): Bind smerge-refine.
8227 2005-08-25 Juri Linkov <juri@jurta.org>
8229 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8230 compilation-process-setup-function and compilation-disable-input
8231 in grep-mode instead of let-bindings in grep.
8233 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8234 Delete "Automatic File De/compression" (auto-compression-mode).
8236 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
8238 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8239 Silence warning about non-existent variable.
8241 2005-08-25 Richard M. Stallman <rms@gnu.org>
8243 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8244 Rename "Describe Key" to "Describe Key or Mouse Operation".
8246 * mail/mailalias.el (build-mail-aliases): Delete comments
8247 from the contents before processing them.
8249 * isearch.el (isearch-edit-string): Erase the Search prompt
8250 if user enters an empty string and there is no default.
8252 * comint.el (comint-file-name-prefix): Add autoload.
8254 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
8256 * subr.el (play-sound): Rearrange to avoid warning.
8258 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
8260 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8262 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8264 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8266 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8268 * custom.el (custom-theme-set-variables): Sort minor modes last.
8270 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8272 * subr.el (version-separator, version-regexp-alist): New vars used by
8273 version comparison funs.
8274 (integer-list-<, integer-list-=, integer-list-<=)
8275 (integer-list-not-zero): New funs for integer list comparison.
8276 (version-to-list, version=, version<, version<=): New funs for version
8279 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
8281 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8282 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8283 time to silence the byte-compiler.
8285 * ibuffer.el (ibuffer-compile-make-eliding-form)
8286 (ibuffer-check-formats): Use `with-no-warnings' to hide references
8287 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8288 so it's silly to get warnings for it).
8289 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8290 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8291 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8292 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8293 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8294 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8295 Defvar at compile time.
8296 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8297 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8298 Declare them before use.
8300 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8301 (info-xref-good, info-xref-bad): Defvar at compile time.
8303 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8304 Use `let*' instead of `let'.
8306 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8307 (*mouse-y*, menu, char): Defvar at compile time.
8308 (sc::menu): Declare it before use.
8309 (sc::pack-one-line): Use `let', not `let*'.
8311 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8312 (mail-send-hook): Defvar at compile time.
8314 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8315 Defvar at compile time.
8317 * term/sun-mouse.el (current-global-mousemap)
8318 (current-local-mousemap): Declare them before use.
8320 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
8322 * bookmark.el (bookmark-after-jump-hook): New hook.
8323 (bookmark-jump): Run `bookmark-after-jump-hook'.
8325 2005-08-23 Juri Linkov <juri@jurta.org>
8327 * faces.el (minibuffer-prompt): Doc fix.
8329 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
8331 * progmodes/xscheme.el: Trivial changes to silence warnings.
8332 (xscheme-previous-mode, xscheme-previous-process-state):
8334 (xscheme-last-input-end, xscheme-process-command-line)
8335 (xscheme-process-name, xscheme-buffer-name)
8336 (xscheme-expressions-ring-max, xscheme-expressions-ring)
8337 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8338 (xscheme-control-g-synchronization-p)
8339 (xscheme-control-g-disabled-p, xscheme-string-receiver)
8340 (default-xscheme-runlight, xscheme-runlight)
8341 (xscheme-runlight-string, xscheme-process-filter-state)
8342 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8343 Move to beginning of file.
8344 (scheme-interaction-mode-commands-alist)
8345 (scheme-interaction-mode-map, scheme-debugger-mode-map):
8346 Declare them before use. Note: the initialization code for the variables
8347 has not been moved because it uses functions that reference the variables.
8348 (xscheme-control-g-message-string, xscheme-process-filter-alist)
8349 (xscheme-prompt-for-expression-map): Declare them before use.
8350 (scheme-debugger-mode-commands): "?\ " -> "?\s".
8352 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
8354 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8356 2005-08-22 Juri Linkov <juri@jurta.org>
8358 * faces.el (set-face-underline): Delete this duplicate function
8359 and make an obsolete alias to set-face-underline-p.
8360 (set-face-underline-p): Use docstring of set-face-underline.
8361 (describe-face): Create hyperlink to parent face.
8363 * info.el (Info-insert-dir): Use save-excursion around
8364 insert-buffer-substring.
8365 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8366 (Info-escape-percent): Delete function.
8367 (Info-fontify-node): Replace Info-escape-percent by
8368 replace-regexp-in-string with REP arg set to lambda that
8369 duplicates `%' and preserves text properties.
8371 * progmodes/compile.el (compilation-disable-input): Doc fix.
8372 (define-compilation-mode): Doc fix and refill.
8373 (kill-compilation): Use `mode-name' in the error message.
8374 (compilation-find-file): Use `compilation-error' in the
8375 read-file-name's prompt.
8377 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8379 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8380 (smerge-auto-leave): Make undo re-enable the mode.
8381 (debug-ignored-errors): Add the user-error of impossible resolution.
8382 (smerge-resolve): Move things around a bit, in preparation for later.
8383 (smerge-diff): Don't fail if the buffer has no associated file.
8384 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8385 (smerge-conflict-overlay): New function.
8386 (smerge-match-conflict): Don't add text properties here.
8387 (smerge-find-conflict): Instead, add an overlay here.
8388 Also check for the case where we're inside a conflict already, so as to
8389 obviate the need for font-lock-multiline, which is unbearably slow with
8390 large conflicts and ciomplex font-lock patterns.
8391 (smerge-remove-props): Remove overlay rather than text-properties.
8392 (smerge-mode): Don't set font-lock-multiline.
8393 Remove overlays when turned off.
8395 2005-08-21 Kim F. Storm <storm@cua.dk>
8397 * ido.el (ido-ignore-item-p): Use save-match-data.
8398 Bind case-fold-search to ido-case-fold locally.
8400 2005-08-20 Richard M. Stallman <rms@gnu.org>
8402 * files.el (normal-mode): If font lock is on, turn it off and on.
8404 * subr.el (replace-regexp-in-string): Doc fix.
8406 * startup.el (command-line-1): Don't suppress startup screen
8407 due to existing processes.
8409 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8411 * progmodes/compile.el (compilation-disable-input): Default to nil.
8413 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8415 * progmodes/compile.el (compilation-disable-input): New defcustom.
8416 (compilation-start): If compilation-disable-input is non-nil, send
8417 EOF to the compilation process.
8419 2005-08-20 Eli Zaretskii <eliz@gnu.org>
8421 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8422 Run the argument of tex-shell-cd-command through
8423 convert-standard-filename, to get the correct style of slashes on
8424 Windows, and enclose the result in quotes, in case the file name
8425 includes whitespace or other special characters.
8427 2005-08-19 Andreas Schwab <schwab@suse.de>
8429 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8432 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
8434 * cus-start.el (minibuffer-prompt-properties): Correct typo.
8436 2005-08-18 Kim F. Storm <storm@cua.dk>
8438 * scroll-lock.el: Fix errors due to incorrect line wrapping.
8440 2005-08-18 Richard M. Stallman <rms@gnu.org>
8442 * scroll-lock.el: New file.
8444 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
8446 * dired.el (dired-move-to-end-of-filename):
8447 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8449 2005-08-18 Kim F. Storm <storm@cua.dk>
8451 * ido.el (ido-everywhere): Fix defcustom :set function to disable
8452 rather than toggle mode when custom value is nil.
8453 (ido-everywhere): Fix defun doc string.
8455 2005-08-17 Richard M. Stallman <rms@gnu.org>
8457 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8458 as tag instead of "Inviolable".
8460 2005-08-17 Kim F. Storm <storm@cua.dk>
8462 * windmove.el (windmove-coordinates-of-position): Remove.
8463 (windmove-coordinates-of-window-position): Remove.
8464 (windmove-reference-loc): Use posn-at-point instead.
8466 * subr.el (insert-for-yank-1): Doc fix.
8468 * ido.el (ido-enter-matching-directory): Rename from
8469 ido-enter-single-matching-directory. Change `slash' choice to
8470 `only'. Add `first' choice.
8471 (ido-exhibit): Adapt to above changes.
8473 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
8475 * Makefile.in: Expand comment about building loaddefs.el.
8477 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
8479 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8480 Comment use of defadvice.
8482 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8484 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
8486 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8487 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8488 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8489 * progmodes/idlw-shell.el, progmodes/ld-script.el,
8490 * progmodes/which-func.el, ruler-mode.el, strokes.el,
8491 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8492 for backward compatibility for faces that did not appear in the
8493 previous Emacs release.
8495 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8497 2005-08-15 Kim F. Storm <storm@cua.dk>
8499 * emulation/cua-base.el (cua-delete-region): Return t if
8500 deleted region was non-empty.
8501 (cua-replace-region): Inhibit overwrite-mode for
8502 self-insert-command if replaced region was non-empty.
8503 (cua--explicit-region-start, cua--status-string): Make them
8504 buffer-local at top-level...
8505 (cua-mode): ...rather than when mode is enabled.
8507 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
8509 * progmodes/vhdl-mode.el (vhdl-emacs-21):
8510 Set t for Emacs 21, 22, and so on.
8512 2005-08-15 David Ponce <david@dponce.com>
8514 * tree-widget.el: Update Commentary header.
8515 (tree-widget-theme): Doc fix.
8516 (tree-widget-space-width): New option.
8517 (tree-widget-image-properties): Look up in the default theme too.
8518 (tree-widget--cursors): Only for images with arrow pointer shape.
8519 (tree-widget-lookup-image): Pointer shape is hand by default.
8520 (tree-widget-icon): Rename generic icon widget from
8521 `tree-widget-control'.
8522 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8523 derive from `tree-widget-icon'.
8524 (tree-widget-handle): Improve default look and feel of the text
8526 (tree-widget): Rename :*-control properties to :*-icon properties.
8527 Add :action and :help-echo properties.
8528 (tree-widget-after-toggle-functions): Move.
8529 (tree-widget-close-node, tree-widget-open-node): Remove.
8530 (tree-widget-before-create-icon-functions): New hook.
8531 (tree-widget-value-create): Update to allow customization of icons
8532 and nodes at run-time via that new hook.
8533 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8534 (tree-widget-icon-action, tree-widget-icon-help-echo)
8535 (tree-widget-action, tree-widget-help-echo): New functions.
8537 2005-08-15 Kim F. Storm <storm@cua.dk>
8539 * ido.el (ido-buffer-internal): Use with-no-warnings.
8540 (ido-make-merged-file-list): Use while-no-input.
8542 2005-08-15 Richard M. Stallman <rms@gnu.org>
8544 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8545 (flyspell-large-region): Fix doc and custom type.
8547 2005-08-14 Richard M. Stallman <rms@gnu.org>
8549 * files.el (interpreter-mode-alist): Doc fix.
8551 * mail/rmail.el (rmail-nonignored-headers): New variable.
8552 (rmail-clear-headers): Use it.
8553 (rmail-reply): Better handling of mail-followup-to header.
8555 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8556 Rename variable from sh-font-lock-keywords. In the `shell' entry,
8557 don't try to refer to executable-font-lock-keywords.
8558 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8559 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8560 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8561 (sh-mode): Set comment-start-skip, local-abbrev-table,
8562 imenu-case-fold-search.
8563 (sh-set-shell): Don't set them here.
8564 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
8565 Don't cache the results in the original alist; don't ever modify
8568 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8570 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8573 2005-08-15 Andreas Schwab <schwab@suse.de>
8575 * desktop.el: Put autoload cookie at risky-local-variable declarations.
8577 * dired.el, info.el, mail/rmail.el: Revert last change.
8579 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
8581 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8582 modification in `eval-after-load' form.
8583 * info.el: Likewise.
8584 * mail/rmail.el: Likewise.
8586 2005-08-14 Juri Linkov <juri@jurta.org>
8588 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8589 Remove highlighting of "Compilation started". Highlight only
8590 the word "finished" in "Compilation finished". Add highlighting
8591 of "interrupt", "killed", "terminated" and the exit code.
8592 (compilation-start): Add newline after header. Use exactly the
8593 same time stamp format as the finishing message.
8594 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8596 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8597 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8598 Add highlighting of "interrupt", "killed", "terminated".
8600 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8601 enabled and the current command is self-insert-command, call it
8602 explicitly with overwrite-mode bound to nil, to not allow it
8603 to delete the character after the selected region.
8605 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
8607 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8608 move-end-of-line, end-of-line, and beginning-of-line to the list
8609 of commands after which the echo area is updated.
8611 2005-08-12 Eli Zaretskii <eliz@gnu.org>
8613 * cus-edit.el (custom-save-all, custom-save-delete):
8614 Bind recentf-exclude to exclude custom-file.
8616 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
8618 * mail/rmailsum.el (rmail-summary-end-of-message): New command
8619 to go to the bottom of the mail message. Added to
8620 `rmail-summary-mode-map' with key "/".
8621 (rmail-summary-show-message): New (internal) function for use by
8622 both `rmail-summary-beginning/end-of-message'.
8623 (rmail-summary-beginning-of-message): Change to use
8624 rmail-summary-show-message.
8626 * mail/rmail.el (rmail-end-of-message): New command to go to the
8627 end of the current message. Added to `rmail-mode-map' with key "/".
8628 (rmail-beginning-of-message): Fix to work as documented.
8629 (rmail-mode): Change documentation.
8631 * progmodes/compile.el (compilation-start): Add the line
8632 "Compilation started" with compilation start time.
8633 (compilation-mode-font-lock-keywords): Add `started' to keywords.
8635 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
8637 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8640 2005-08-11 Richard M. Stallman <rms@gnu.org>
8642 * simple.el (pop-global-mark): Reverse test of widen-automatically.
8644 * battery.el (battery-status-function): Don't use ignore-errors.
8646 2005-08-11 Lute Kamstra <lute@gnu.org>
8648 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8649 define-obsolete-variable-alias.
8651 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8653 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8654 (ange-ftp-send-cmd): Revert last change, and expand
8655 the comment explaining the problem.
8657 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
8659 * ldefs-boot.el: Update.
8661 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8662 item to "Time, Load and Mail". Change help echo text.
8664 * time.el (display-time-use-mail-icon, display-time-format)
8665 (display-time-string-forms): Shorten first line of docstrings.
8667 2005-08-10 Lars Hansen <larsh@soem.dk>
8669 * desktop.el (desktop-buffer-mode-handlers):
8670 Make non-customizable. Add autoload cookie. Change initial value to
8671 nil; add elements in respective modules instead. Fix doc string.
8672 (desktop-load-file): New function.
8673 (desktop-minor-mode-handlers): New autoloaded variable.
8674 (desktop-create-buffer): Call minor mode handlers.
8675 Use desktop-load-file to load major and minor mode modules prior to
8676 checking for a handler.
8677 (desktop-save): Don't add nil to desktop-minor-modes for minor
8678 modes with nil function in desktop-minor-mode-table. Don't delete
8679 desktop file before rewriting it.
8680 (desktop-locals-to-save): Add autoload cookie. Don't make
8681 automatically buffer-local. Add variables column-number-mode,
8682 size-indication-mode, indent-tabs-mode,
8683 indicate-buffer-boundaries, indicate-empty-lines and
8684 show-trailing-whitespace.
8685 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8686 regexps. Don't use desktop-clear-preserve-buffers-regexp.
8687 (desktop-clear-preserve-buffers-regexp): Delete.
8688 (desktop-clear-preserve-buffers): Update initial value and docstring.
8689 (desktop-save-buffer): Fix doc string.
8691 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8692 (hilit-chg-desktop-restore): New function.
8693 (highlight-changes-mode): Add highlight-changes-mode to
8694 desktop-locals-to-save.
8696 * dired.el: Add handler to desktop-buffer-mode-handlers.
8697 (dired-restore-desktop-buffer): Remove autoload cookie.
8698 (dired-mode): Add autoload cookie.
8700 * info.el: Add handler to desktop-buffer-mode-handlers.
8701 (Info-restore-desktop-buffer): Remove autoload cookie.
8702 (Info-mode): Add autoload cookie.
8704 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8705 (mh-restore-desktop-buffer): Remove autoload cookie.
8706 (mh-folder-mode): Add autoload cookie.
8708 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8709 (rmail-restore-desktop-buffer): Remove autoload cookie.
8711 2005-08-11 Masatake YAMATO <jet@gyve.org>
8713 * hexl.el (hexl-address-region):
8714 (hexl-ascii-region, hexl-font-lock-keywords):
8715 (hexl-highlight-line-range): Use the term "region"
8716 instead of "area" for consistency with the other symbols
8719 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8721 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8722 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8723 out by Juri Linkov). Add `display-battery-mode'.
8725 2005-08-09 Juri Linkov <juri@jurta.org>
8727 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8728 Remove `-text' from face variable names.
8729 (compilation-error-file-name, compilation-warning-file-name)
8730 (compilation-info-file-name): Delete faces.
8731 (compilation-line-number, compilation-column-number):
8732 Remove face underlining.
8733 (compilation-message-face): Set to `underline' value by default.
8734 (compilation-error-face, compilation-warning-face)
8735 (compilation-info-face): Remove `-file-name' from face names.
8736 (compilation-error-text-face, compilation-warning-text-face)
8737 (compilation-info-text-face): Delete face variables.
8738 (compilation-text-face): Delete function.
8740 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8741 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8742 (grep-error-face): Set to `compilation-error' instead of
8743 `compilation-error-face' (which is redefined to `grep-hit-face' in
8745 (grep-mode-font-lock-keywords): Remove `-text' from face variable
8746 names. Use `grep-error-face' instead of `compilation-error-text-face'.
8748 * dired-aux.el (dired-do-query-replace-regexp):
8749 Use `query-replace-read-args'.
8751 * replace.el (query-replace-read-from, query-replace-read-to)
8752 (query-replace-read-args): Rename arg `string' to `prompt'.
8754 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8756 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8758 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8760 (ange-ftp-canonize-filename): Handle file names beginning with ~
8763 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8765 * textmodes/fill.el (canonically-space-region)
8766 (fill-context-prefix, fill-french-nobreak-p)
8767 (fill-delete-newlines, fill-comment-paragraph)
8768 (justify-current-line): "?\ " -> "?\s".
8770 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
8772 * textmodes/fill.el (fill-nonuniform-paragraphs):
8773 Improve argument/docstring consistency.
8775 2005-08-09 Richard M. Stallman <rms@gnu.org>
8777 * textmodes/ispell.el (ispell-word): More fboundp checks.
8779 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8780 (find-file-noselect-1): Call it here, only if RAWFILE.
8781 (normal-mode): Always set some major mode.
8782 (save-some-buffers-action-alist): Change some explanation strings.
8783 (file-name-non-special): In the `quote' method, use unwind-protect.
8785 2005-08-09 Magnus Henoch <mange@freemail.hu>
8787 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8788 (ispell-have-aspell-dictionaries): New variable.
8789 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8790 (ispell-get-aspell-config-value): New function.
8791 (ispell-aspell-find-dictionary): New function.
8792 (ispell-aspell-add-aliases): New function.
8793 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8794 appropriate. Don't look for ispell dictionaries if we use aspell.
8795 (ispell-menu-map): Don't build a submenu of dictionaries.
8797 2005-08-09 Richard M. Stallman <rms@gnu.org>
8799 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8800 (sql-read-passwd): Use read-passwd.
8802 * progmodes/idlw-toolbar.el (idlwave-toolbar)
8803 (idlwave-toolbar-is-possible): Add defvars.
8805 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8808 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8809 (idlwave-system-class-info, idlwave-executive-commands-alist):
8812 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8814 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8817 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8818 and content-type: headers.
8820 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8822 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8823 and rename some of them to be more self-explanatory.
8825 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8827 * startup.el (command-line-1): Implement -scriptload.
8829 * replace.el (occur-engine): Initial *Occur* output not undoable.
8831 * menu-bar.el (menu-bar-file-menu): Rename some menu items
8832 and improve help strings.
8834 * isearch.el (isearch-repeat): When changing direction,
8835 mark search successful.
8837 * ediff-init.el: Use (featurep 'xemacs).
8839 * comint.el (send-invisible): Identify buffer, if not selected.
8841 * align.el: Delete autoload for c-guess-basic-syntax.
8843 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8845 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8846 Improve argument/docstring consistency. Doc fixes.
8847 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8848 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8849 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8850 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8851 (r2bv-organization, r2bv-pages, r2bv-primary-author)
8852 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8853 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8854 Defvar at compile time.
8856 2005-08-09 Juri Linkov <juri@jurta.org>
8858 * info.el: Replace `info' with upper-case `Info' where appropriate.
8859 (info-title-1, info-title-2, info-title-3, info-title-4)
8860 (info-menu-header): Move up face definitions.
8861 (info-menu-star): Rename from `info-menu-5'.
8862 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8863 (Info-fontify-visited-nodes): Fix docstring.
8864 (Info-hide-note-references): Fix docstring.
8865 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8866 menu items in the same way as on cross-references.
8867 (info-apropos): Fix sorting order and formatting to be like in the
8868 stand-alone Info browser. Display error messages for 1 sec.
8869 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
8870 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8872 (Info-insert-dir): Restore point after calling
8873 `insert-buffer-substring'.
8875 2005-08-08 Richard M. Stallman <rms@gnu.org>
8877 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8878 (recompute-lucid-menubar): Add defvars.
8880 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8882 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8884 * net/net-utils.el (run-dig): Rename from `dig'.
8886 * play/gametree.el (gametree-mode): Use make-local-variable,
8887 not make-variable-buffer-local.
8889 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8891 * ansi-color.el (ansi-color-make-extent)
8892 (ansi-color-set-extent-face): Use fboundp, not functionp.
8894 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8895 not make-variable-buffer-local.
8897 * bookmark.el (Info-current-file): Add defvar.
8898 (bookmark-jump-noselect): Use with-no-warnings.
8900 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8902 * ebuff-menu.el (Helper-return-blurb): Add defvar.
8904 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8906 * find-file.el (ada-procedure-start-regexp)
8907 (ada-package-start-regexp): Add defvars.
8909 * info.el (Info-insert-dir): Use insert-buffer-substring.
8911 * xml.el (xml-att-def-re): Add defvar.
8913 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8916 * subr.el (while-no-input): Return t if there is input.
8918 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
8920 * cus-start.el (all): Add `overflow-newline-into-fringe'.
8922 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
8924 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8925 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8927 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
8929 * cmuscheme.el (scheme-start-file): Replace reference to
8930 `user-emacs-directory' by "~/.emacs.d/".
8932 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
8934 * info.el (Info-dir-remove-duplicates): Avoid case folding
8935 in loop; instead, keep downcased strings for comparison.
8936 Suggested by Helmut Eller.
8938 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8940 Sync with Tramp 2.0.50.
8942 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8943 XEmacs case; not necessary anymore.
8944 (tramp-user-regexp): Allow "@" as part of user name.
8945 (tramp-handle-set-visited-file-modtime)
8946 (tramp-handle-insert-file-contents)
8947 (tramp-handle-write-region): No special handling for
8948 `last-coding-system-used, because this is done in
8949 `tramp-accept-process-output' now.
8950 (tramp-accept-process-output): New defun.
8951 (tramp-process-one-action, tramp-process-one-multi-action)
8952 (tramp-wait-for-regexp, tramp-wait-for-output)
8953 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
8954 Howells <dhowells@redhat.com>.
8955 (clear-visited-file-modtime): Defadvice removed. The check for
8956 unset buffer's modtime does not need to be based on
8957 `tramp-buffer-file-attributes'. Suggested by RMS.
8958 (tramp-message): Insert "\n" if not being at beginning of line.
8959 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8960 sequence with same logic.
8961 (tramp-completion-handle-expand-file-name): Discard call of
8962 `tramp-drop-volume-letter'. It is not necessary, and there have
8963 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8964 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8965 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8966 should always be visible.
8967 (tramp-handle-insert-directory, tramp-setup-complete)
8968 (tramp-set-process-query-on-exit-flag)
8969 (tramp-append-tramp-buffers): Pacify byte-compiler.
8970 (tramp-bug): Delete non-existing variables from list.
8971 Apply `tramp-load-report-modules' as pre-hook.
8972 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8973 `shell-prompt-pattern' because of non-7bit characters.
8974 Reported by Sebastian Luque <sluque@mun.ca>.
8975 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8976 (tramp-match-string-list): Remove function.
8977 (tramp-wait-for-regexp): Remove call of that function.
8978 Suggested by Kim F. Storm <storm@cua.dk>.
8979 (tramp-set-auto-save-file-modes): Use octal integer code #o600
8980 instead of octal character code ?\600. The latter resulted in a
8981 syntax error with XEmacs.
8983 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8984 XEmacs case; not necessary anymore.
8985 (tramp-smb-handle-write-region): No special handling for
8986 `last-coding-system-used, because this is done in
8987 `tramp-accept-process-output' now.
8988 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8990 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
8992 * wid-edit.el (widget-choice-value-create):
8993 Unconditionally respect user choice. Set :explicit-choice back to nil
8994 when no longer needed.
8995 (widget-choice-action): Unconditionally respect user choice.
8996 Eliminate :explicit-choice-value.
8998 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9000 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9001 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9002 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9003 running new function `toggle-indicate-empty-lines'.
9004 Rename "Customize" item to "Customize fringe".
9005 Rename "Indicators" item to "Buffer boundaries" and change help echo.
9006 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9007 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9008 Delete "Empty lines only" item.
9009 (menu-bar-showhide-fringe-ind-customize): New function.
9010 (menu-bar-showhide-fringe-ind-mixed)
9011 (menu-bar-showhide-fringe-ind-box)
9012 (menu-bar-showhide-fringe-ind-right)
9013 (menu-bar-showhide-fringe-ind-left)
9014 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9015 instead of `fringe-indicators'.
9017 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
9019 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9020 Change the date of last update.
9022 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
9024 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9025 (viper-exec-yank, viper-put-back): Don't display modification msg
9026 if in the minibuffer.
9028 * viper-init.el (viper-replace-overlay-cursor-color)
9029 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9030 Make variables frame local.
9032 * viper-util.el (viper-append-filter-alist): Use append instead of
9035 * viper.el (viper-vi-state-mode-list)
9036 (viper-emacs-state-mode-list): Move help-mode and
9037 completion-list-mode from the first list to the second.
9038 (viper-mode): Docstring.
9039 (viper-go-away, viper-non-hook-settings): Don't localize
9040 minor-mode-alist in newer Emacsen. Add advice to
9041 set-cursor-color. Don't bind "\C-c\\".
9043 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
9045 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9046 (scheme-macro-expand-command): New user options.
9047 (scheme-trace-procedure, scheme-expand-current-form): New commands.
9048 (scheme-form-at-point, scheme-start-file)
9049 (scheme-interactively-start-process): New functions.
9050 (scheme-get-process): New function, extracted from `scheme-proc'.
9051 (run-scheme): Call `scheme-start-file' to get start file, and pass
9052 it to `make-comint'.
9053 (switch-to-scheme, scheme-proc):
9054 Call `scheme-interactively-start-process' if no Scheme buffer/process
9057 2005-08-06 Juri Linkov <juri@jurta.org>
9059 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9060 Use `compilation-text-face', `compilation-info-text-face' and
9061 `compilation-error-text-face' instead of `font-lock-keyword-face'.
9062 (compilation-error): New face.
9063 (compilation-error-file-name): Inherit from
9064 `compilation-error' instead of `font-lock-warning-face'.
9065 (compilation-warning-file-name): Inherit from
9066 `compilation-warning' instead of `font-lock-warning-face'.
9067 (compilation-info, compilation-error-file-name)
9068 (compilation-warning-file-name, compilation-info-file-name)
9069 (compilation-line-number, compilation-column-number): Doc fix.
9070 (compilation-error-text-face, compilation-warning-text-face)
9071 (compilation-info-text-face): New face variables.
9072 (compilation-line-face, compilation-column-face)
9073 (compilation-enter-directory-face)
9074 (compilation-leave-directory-face): Doc fix.
9075 (compilation-text-face): New function.
9077 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9078 instead of 1 to display binary file names as info file links.
9079 (grep-error-face): Use `compilation-error-face' instead of
9080 `font-lock-keyword-face'.
9081 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9082 and `compilation-warning-text-face' instead of
9083 `font-lock-keyword-face'. Use `compilation-error-text-face'
9084 instead of `grep-error-face'.
9086 2005-08-05 Kenichi Handa <handa@m17n.org>
9088 * international/code-pages.el: Add autoload cookies for all coding
9091 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
9093 * cus-start.el (all): Put undo.c where it alphabetically belongs.
9095 2005-08-04 Juri Linkov <juri@jurta.org>
9097 * progmodes/compile.el (compilation-mode-map):
9098 * progmodes/grep.el (grep-mode-map):
9099 Bind TAB to `compilation-next-error' and [backtab] to
9100 `compilation-previous-error'.
9102 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9103 matching line numbers, column numbers and their ranges with regexp
9104 matching only line numbers.
9105 (grep-context-face): New face variable.
9106 (grep-mode-font-lock-keywords): Use it.
9108 * faces.el (read-face-name): Delete duplicate faces.
9110 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
9112 * thumbs.el (thumbs-find-image): Don't make variables
9113 automatically buffer local.
9114 (thumbs-current-tmp-filename, thumbs-current-image-filename)
9115 (thumbs-image-num): Make automatically buffer local.
9116 (thumbs-show-thumbs-list): Use `make-local-variable', not
9117 `make-variable-buffer-local'.
9118 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9120 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9121 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9122 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9123 (bother, bye, canyou, chatlst, continue, deathlst, describe)
9124 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9125 (feelings-about, foullst, found, hello, history, howareyoulst)
9126 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9127 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9128 (neglst, obj, object, owner, please, problems, qlist)
9129 (random-adjective, relation, remlst, repetitive-shortness)
9130 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9131 (shortlst, something, sportslst, stallmanlst, states, subj)
9132 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9133 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9134 Defvar at compile time.
9136 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9137 not `make-variable-buffer-local'.
9139 2005-08-02 Kim F. Storm <storm@cua.dk>
9141 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9142 rectangle overlay in selected window.
9144 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
9146 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9147 instead of display group. Make `indicate-buffer-boundaries'
9148 customizable through Custom.
9150 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
9152 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9153 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9154 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9155 (gdb-put-string): Fix typos in docstrings.
9157 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
9159 Update copyright notices of files in progmodes directory for
9160 release of Emacs 22.1.
9162 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9164 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9165 Don't barf if the GUD buffer has been killed.
9167 2005-08-01 Kim F. Storm <storm@cua.dk>
9169 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9171 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9173 * simple.el (next-error-follow-minor-mode):
9174 make-variable-buffer-local -> make-local-variable.
9176 * emacs-lisp/cl-extra.el: Require CL also when compiling.
9178 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9179 (byte-compile-form-make-variable-buffer-local): New functions to warn
9180 about misuses of make-variable-buffer-local where make-local-variable
9183 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
9185 * bs.el (bs-attributes-list): Doc fix.
9186 (bs): Update url-link.
9188 * desktop.el (desktop-save-buffer): Fix typos in docstring.
9189 (desktop-load-default): Simplify.
9191 * ibuffer.el (ibuffer-columnize-and-insert-list)
9192 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9193 (ibuffer-unmark-all, ibuffer-toggle-marks)
9194 (ibuffer-unmark-forward, ibuffer-unmark-backward)
9195 (ibuffer-compile-make-format-form, ibuffer-format-column)
9196 (ibuffer-current-buffers-with-marks)
9197 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9199 (ibuffer-mode): Fix typo in docstring.
9200 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9201 with `define-obsolete-variable-alias'.
9202 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
9204 2005-07-29 Kenichi Handa <handa@m17n.org>
9206 * international/mule-cmds.el (select-message-coding-system):
9207 Be sure to use LF for end-of-line. If no coding system is decided,
9208 return iso-8859-1-unix.
9210 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9212 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9213 (ange-ftp-pending-error-line): New vars.
9214 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9215 to handle the non-fatal no-route-to-host messages.
9216 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9218 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
9220 * isearch.el (isearch-mode-map, isearch-other-meta-char)
9221 (isearch-quote-char, isearch-printing-char)
9222 (isearch-text-char-description): "?\ " -> "?\s".
9223 (isearch-lazy-highlight-cleanup)
9224 (isearch-lazy-highlight-initial-delay)
9225 (isearch-lazy-highlight-interval)
9226 (isearch-lazy-highlight-max-at-a-time)
9227 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9228 Declare with define-obsolete-*-alias macros.
9229 (isearch-forward): Fix typo in docstring.
9230 (search-invisible, search-ring-yank-pointer)
9231 (regexp-search-ring-yank-pointer): Doc fixes.
9233 * recentf.el (recentf-menu-append-commands-p): Declare with
9234 `define-obsolete-variable-alias'.
9235 (recentf-max-saved-items, recentf-menu-filter)
9236 (recentf-arrange-by-rule-subfilter): Doc fixes.
9237 (recentf-menu-append-commands-flag)
9238 (recentf-initialize-file-name-history, recentf-expand-file-name)
9239 (recentf-clear-data): Fix typos in docstrings.
9241 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
9243 * progmodes/gdb-ui.el: Smarten comments.
9244 (gdb-info-breakpoints-custom): Use nowarn when finding file.
9246 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9248 * term/apollo.el (terminal-init-apollo): New function containing
9249 all former top level forms in the file.
9250 * term/bobcat.el (terminal-init-bobcat):
9251 * term/cygwin.el (terminal-init-cygwin):
9252 * term/iris-ansi.el (terminal-init-iris-ansi):
9253 * term/linux.el (terminal-init-linux):
9254 * term/news.el (terminal-init-news):
9255 * term/rxvt.el (terminal-init-rxvt):
9256 * term/sun.el (terminal-init-sun):
9257 * term/tvi970.el (terminal-init-tvi970):
9258 * term/vt100.el (terminal-init-vt100):
9259 * term/vt102.el (terminal-init-vt102):
9260 * term/vt125.el (terminal-init-vt125):
9261 * term/vt200.el (terminal-init-vt200):
9262 * term/vt201.el (terminal-init-vt201):
9263 * term/vt220.el (terminal-init-vt220):
9264 * term/vt240.el (terminal-init-vt240):
9265 * term/vt300.el (terminal-init-vt300):
9266 * term/vt320.el (terminal-init-vt320):
9267 * term/vt400.el (terminal-init-vt400):
9268 * term/vt420.el (terminal-init-vt420):
9269 * term/wyse50.el (terminal-init-wyse50):
9270 * term/xterm.el (terminal-init-xterm): Likewise.
9272 * term/README: Describe the terminal-init-* functionality.
9274 * startup.el (command-line): After loading the terminal initialization
9275 file call the corresponding terminal initialization function.
9277 2005-07-27 Kenichi Handa <handa@m17n.org>
9279 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9282 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9283 (ps-mule-composition-prologue): Fix for the case that
9284 RelativeCompose is false.
9286 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9288 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9290 * descr-text.el (describe-char): Handle the case where the list of
9291 chars is displayed in a separate frame.
9292 Be a bit more discriminating when looking for the char.
9294 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
9296 * bookmark.el (bookmark-automatically-show-annotations)
9297 (bookmark-read-annotation-text-func): Doc fixes.
9298 (bookmark-save): Improve argument/docstring consistency.
9299 (bookmark-get-bookmark, bookmark-get-bookmark-record)
9300 (bookmark-alist-from-buffer)
9301 (bookmark-upgrade-file-format-from-0)
9302 (bookmark-grok-file-format-version)
9303 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9304 (bookmark-read-annotation-mode)
9305 (bookmark-insert-current-bookmark, bookmark-jump)
9306 (bookmark-exit-hook): Fix typos in docstrings.
9307 (bookmark-exit-hooks): Define as obsolete alias.
9308 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9309 not `bookmark-exit-hooks'. Fix docstring.
9310 (bookmark-bmenu-select): "?\ " -> "?\s".
9312 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
9314 * startup.el (command-line): Fix typo.
9316 2005-07-24 Richard M. Stallman <rms@gnu.org>
9318 * tooltip.el (tooltip-mode): Test emacs-basic-display,
9319 not emacs-quick-startup.
9321 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
9323 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9324 (reb-next-match, reb-show-subexp): Use `with-selected-window'
9325 instead of `reb-with-current-window'.
9326 (reb-prev-match): Likewise. Also, don't move left if the search
9328 (reb-initialize-buffer): New function.
9329 (re-builder, reb-change-syntax): Use it.
9331 * man.el (Man-goto-page): Make second argument NOERROR optional.
9333 2005-07-23 Richard M. Stallman <rms@gnu.org>
9335 * man.el (Man-bgproc-sentinel): Check here for failure to find
9336 any man page in the output, and report the error here.
9337 (Man-arguments): Make it permanent local.
9338 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
9339 (Man-mode): Pass t for NOERROR.
9341 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9342 (grep-mode-font-lock-keywords):
9343 Don't use compilation-...-face for messages that are not file names.
9345 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9346 Don't use compilation-...-face for messages that are not file names.
9348 2005-07-22 Juri Linkov <juri@jurta.org>
9350 * startup.el (normal-splash-screen): Update menu name.
9352 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9354 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9356 * term/xterm.el: Load term/rxvt if the terminal is actually an
9358 (xterm-rxvt-set-background-mode): Remove, not used anymore.
9360 * term/rxvt.el (function-key-map): Use substitute-key-definition
9361 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9363 * term/cygwin.el: New file.
9365 2005-07-22 Kim F. Storm <storm@cua.dk>
9367 * image-file.el (insert-image-file, image-file-yank-handler):
9368 Fix last change to maintain a (unique) yank-handler on yanked images.
9370 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
9372 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9373 of the file size (as in "177B" for 177 bytes). This happens with
9374 "ls -lh" on FreeBSD.
9376 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
9378 * hilit-chg.el (highlight-changes-global-initial-state)
9379 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9380 (hilit-chg-fixup, highlight-changes-mode):
9381 Fix typos in docstrings.
9382 (highlight-changes-global-modes, highlight-changes-rotate-faces):
9385 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
9387 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9388 mode function using `eval-after-load'.
9390 2005-07-21 Kim F. Storm <storm@cua.dk>
9392 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9393 included when reporting an emacs crash, and tell about the DEBUG file.
9395 * image-file.el (insert-image-file): Add yank-handler.
9396 (image-file-yank-handler): Yank handler to make unique copies of
9397 images when they are yanked into a buffer next to each other.
9399 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
9401 * comint.el (comint-use-prompt-regexp, comint-send-input)
9402 (comint-source-default, comint-extract-string)
9403 (comint-get-source, comint-word, comint-completion)
9404 (comint-source, comint-prompt-read-only, comint-update-fence):
9405 Fix typos in docstrings.
9406 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9407 Declare with define-obsolete-*-alias macros.
9408 (comint-previous-matching-input-from-input)
9409 (comint-next-matching-input-from-input)
9410 (comint-previous-matching-input, comint-next-matching-input)
9411 (comint-forward-matching-input):
9412 Improve argument/docstring consistency.
9414 * desktop.el (desktop-clear-preserve-buffers-regexp):
9415 Also preserve the *server* buffer.
9417 * simple.el (clone-indirect-buffer): Doc fix.
9418 (fixup-whitespace, just-one-space)
9419 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9420 (next-error, next-error-highlight)
9421 (next-error-highlight-no-select, next-error-last-buffer)
9422 (next-error-buffer-p, next-error-find-buffer, next-error)
9423 (previous-error, next-error-no-select, previous-error-no-select)
9424 (open-line, split-line, minibuffer-prompt-width, kill-new)
9425 (binary-overwrite-mode): Fix typos in docstrings.
9426 (set-fill-column): Fix typo in message.
9428 * skeleton.el (skeleton-proxy-new): Doc fix.
9430 * strokes.el (strokes-load-hook): Doc fix.
9431 (strokes-grid-resolution, strokes-get-grid-position)
9432 (strokes-renormalize-to-grid, strokes-read-stroke)
9433 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9434 (strokes-global-map): Fix typos in docstrings.
9435 (strokes-help): Doc fix. Fix help message and pass it through
9436 `substitute-command-keys'.
9438 * tempo.el (tempo-insert-prompt, tempo-interactive)
9439 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9440 (tempo-insert-string-functions, tempo-local-tags)
9441 (tempo-define-template, tempo-insert-template)
9442 (tempo-insert-prompt-compat, tempo-is-user-element)
9443 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9444 Fix typos in docstrings.
9446 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9447 (vcursor-key-bindings, vcursor-use-vcursor-map)
9448 (vcursor-find-window, vcursor-scroll-down)
9449 (vcursor-disable, vcursor-beginning-of-buffer)
9450 (vcursor-end-of-buffer): Fix typos in docstrings.
9451 (vcursor-relative-move, vcursor-get-char-count):
9452 Improve argument/docstring consistency.
9454 * version.el: "?\ " -> "?\s".
9456 * wid-edit.el (widget-default-create, widget-after-change)
9457 (widget-default-format-handler, widget-checklist-add-item)
9458 (widget-radio-add-item, widget-choose, widget-specify-secret)
9459 (widget-field-value-create, widget-field-value-get)
9460 (widget-editable-list-format-handler)
9461 (widget-editable-list-entry-create, widget-group-value-create)
9462 (widget-documentation-link-add)
9463 (widget-documentation-string-value-create): "?\ " -> "?\s".
9464 (widget-convert-text): Doc fix.
9465 (widget-narrow-to-field, widget-field-find)
9466 (widget-url-link-action, widget-emacs-library-link-action)
9467 (widget-color-notify): Fix typos in docstrings.
9469 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9470 (x-select-text, set-w32-system-coding-system)
9471 (w32-add-charset-info): Fix typos in docstrings.
9473 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9474 (cua-enable-cua-keys, cua-use-hyper-key)
9475 (cua-virtual-rectangle-edges): Fix typos in docstrings.
9476 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9478 * net/tramp.el (tramp-handle-load): Fix typo in error message.
9480 * emacs-lisp/re-builder.el (regexp-builder): Declare with
9481 `defalias' instead of faking it.
9483 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9484 (eshell-ls-missing, eshell-ls-dired-initial-args)
9485 (eshell-ls-use-in-dired): Fix typos in docstrings.
9487 2005-07-20 Kim F. Storm <storm@cua.dk>
9489 * emulation/cua-base.el (cua-mode): Improve doc string.
9491 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
9493 * abbrev.el (expand-region-abbrevs): Doc fix.
9494 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9495 Improve argument/docstring consistency.
9497 * arc-mode.el (archive-get-descr, archive-alternate-display):
9499 (archive-l-e): Improve argument/docstring consistency.
9500 (archive-tmpdir, archive-unixdate, archive-unixtime)
9501 (archive-chmod-entry): Fix typos in docstrings.
9502 (archive-unflag, archive-unflag-backwards)
9503 (archive-unmark-all-files): "?\ " -> "?\s".
9505 * buff-menu.el (Buffer-menu-unmark): Doc fix.
9506 (Buffer-menu-not-modified, Buffer-menu-execute)
9507 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9508 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9510 * composite.el (compose-string, encode-composition-rule)
9511 (compose-last-chars): Fix typos in docstrings.
9513 * desktop.el (desktop-enable, desktop-basefilename):
9514 Declare with `define-obsolete-variable-alias'.
9515 (desktop-internal-v2s): Don't quote keywords.
9516 (desktop-clear): "?\ " -> "?\s".
9518 * dired.el (dired-align-file, dired-flag-backup-files)
9519 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9520 (dired-listing-switches, dired-ls-F-marks-symlinks)
9521 (dired-dwim-target, dired-load-hook, dired-mode-hook)
9522 (dired-directory, dired-faces, dired, dired-revert)
9523 (dired-mode, dired-summary, dired-view-file)
9524 (dired-copy-filename-as-kill, dired-delete-file)
9525 (dired-no-confirm, dired-unmark-all-marks)
9526 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9527 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9528 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9529 Fix typos in message strings.
9531 * dired-x.el (virtual-dired): Declare with `defalias'.
9532 (dired-mark-unmarked-files, dired-local-variables-file)
9533 (dired-omit-here-always): Doc fix.
9534 (dired-omit-mode, dired-find-subdir)
9535 (dired-enable-local-variables, dired-clean-up-buffers-too)
9536 (dired-extra-startup, dired-mark-extension, dired-jump)
9537 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9538 (dired-smart-shell-command, dired-guess-shell-alist-user)
9539 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9540 (dired-x-bind-find-file, dired-x-submit-report):
9541 Fix typos in docstrings.
9542 (dired-mark-unmarked-files): "?\ " -> "?\s".
9544 * dirtrack.el (dirtrack-list): Fix typos in docstring.
9546 * faces.el (describe-face): "?\ " -> "?\s".
9547 (read-all-face-attributes, read-face-font, modify-face)
9548 (face-attr-construct, italic): Fix typos in docstrings.
9549 (frame-update-face-colors): Declare with
9550 `define-obsolete-function-alias'.
9552 * files.el (find-file-noselect, recode-file-name): Doc fixes.
9553 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9554 (magic-mode-alist, buffer-file-numbers-unique)
9555 (write-file-functions, get-free-disk-space):
9556 Fix typos in docstrings.
9557 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9558 (write-contents-hooks, write-file-hooks):
9559 Declare with `define-obsolete-variable-alias'.
9561 * forms-d2.el (arch-rj): Fix typo in docstrings.
9562 (arch-tocol): Likewise. "?\ " -> "?\s".
9564 * frame.el (set-frame-font, cursor-in-non-selected-windows):
9565 Fix typo in docstring.
9566 (set-screen-width, set-screen-height): Delete redundant info in
9568 (new-frame, screen-height, screen-width): Declare with
9569 `define-obsolete-function-alias'.
9570 (delete-frame-hook, blink-cursor): Declare with
9571 `define-obsolete-variable-alias'.
9573 * paths.el (prune-directory-list): Fix typos in docstring.
9575 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9576 (cvs-prefix-get): Fix typos in docstrings.
9578 * ps-print.el (ps-extend-face-list, ps-extend-face)
9579 (ps-print-background-image): Fix typos in docstrings.
9580 (ps-default-fg, ps-default-bg): Doc fixes.
9582 * s-region.el (s-region-bind): Doc fix.
9583 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9585 * textmodes/org.el (org-table-formula-substitute-names)
9586 (org-table-get-vertical-vector): Doc fixes.
9587 (org-table-recalculate): Remove unused argument to `message'.
9589 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9591 * textmodes/org.el (org-table-column-names)
9592 (org-table-column-name-regexp)
9593 (org-table-named-field-locations): New variables.
9594 (org-archive-subtree): Protect `this-command' when calling
9595 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9597 (org-complete): Remove fixed-formula completion.
9598 (org-edit-formulas-map): New variable.
9599 (org-table-edit-formulas): New command.
9600 (org-finish-edit-formulas, org-abort-edit-formulas)
9601 (org-show-variable, org-table-get-vertical-vector): New functions.
9602 (org-table-maybe-eval-formula): Handle `:=' fields.
9603 (org-table-get-stored-formulas, org-table-store-formulas)
9604 (org-table-get-formula, org-table-modify-formulas)
9605 (org-table-replace-in-formulas): Handle named field formulas.
9606 (org-table-get-specials): Store locations of named fields.
9608 2005-07-19 Juri Linkov <juri@jurta.org>
9610 * progmodes/grep.el (grep-regexp-alist)
9611 (grep-mode-font-lock-keywords, grep-process-setup):
9612 Use default GNU grep match color "01;31m" instead of "01;41m".
9613 (grep-regexp-alist, grep-mode-font-lock-keywords):
9614 Use `\\[[0-9]*m' instead of `\\[00m'.
9615 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9616 sgr_start where its handling is more important. Use the real
9617 length of sgr_start instead of constant 8.
9618 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9619 specially. Delete all remaining escape sequences.
9620 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9621 (grep-regexp-alist): Make hyperlink only for binary file name
9622 instead of the whole line.
9623 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9624 (grep-mode): Add autoload.
9626 * emacs-lisp/find-func.el (find-function-regexp):
9627 Add `define-compilation-mode'.
9629 2005-07-19 Juri Linkov <juri@jurta.org>
9631 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9632 (compare-windows-sync-string-size, compare-windows-recenter)
9633 (compare-windows-highlight, compare-windows): Add version 22.1.
9634 (compare-windows) <defface>: Inherit from lazy-highlight instead
9635 of duplicating its default value.
9637 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9638 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9640 * descr-text.el (describe-char): Create link buttons for `charset'
9641 and `code point'. Add the current input method name with a link
9642 button to `to input' field. Print face names of display table
9643 characters in `The display table entry is displayed by' section
9644 instead of printing face-id in the `display' field.
9645 Guess hardcoded faces and create a link button for them.
9646 Skip empty fields when calculating max-width.
9647 Treat `widget-create' specially while inserting strings from the
9648 collected field list.
9649 (describe-char-after): Made obsolete in version 22.1, not 21.5.
9651 * diff-mode.el (diff-file-header): Change foreground color from
9652 yellow to green on light backgrounds.
9653 (diff-context): Inherit from `shadow' only for color/grayscale
9654 with more than 88 colors.
9655 (diff-indicator-removed, diff-indicator-added)
9656 (diff-indicator-changed): New faces.
9657 (diff-font-lock-keywords): Use new faces. Regroup rules.
9658 Add "^---$" for `normal' diff format. Fontify `#' lines with
9659 font-lock-comment-delimiter-face and font-lock-comment-face.
9660 Add `#' to ^[^...] in the rule for `diff-context-face'.
9662 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9663 a button-like box. Inherit from `highlight' on low colors.
9664 (shadow): Use shades of gray only for color/grayscale with
9665 more than 88 colors. Use green for light backgrounds with
9666 8 colors, and yellow for dark backgrounds with 8 colors.
9668 * font-lock.el (font-lock-regexp-grouping-backslash):
9669 Don't inherit from escape-glyph (use bold for all cases).
9671 * info.el (info-xref-visited): Use light foreground color `violet'
9672 for dark backgrounds instead of dark color `magenta3'.
9673 (info-title-1): Use `yellow' color for dark backgrounds.
9675 * isearch.el (isearch): Use not-too-dark magenta3 instead of
9678 * replace.el (match): Use slightly more light RoyalBlue3 instead
9681 * wid-edit.el (widget-inactive): Inherit from `shadow'.
9683 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
9685 * novice.el (disabled-command-hook): Declare it with
9686 `define-obsolete-variable-alias'.
9688 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9689 (desktop-buffer-misc-functions, desktop-buffer-handlers)
9690 (desktop-load-default): Add release to obsolescence info.
9691 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9692 (desktop-append-buffer-args, desktop-read):
9693 Fix typos in docstrings.
9694 (desktop-kill): Fix typo in message.
9695 (desktop-save): Doc fix.
9697 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
9699 * viper-cmd.el (viper-escape-to-state): Bug fix.
9700 (viper-envelop-ESC-key): Change the definition of fast
9701 keysequence so it'll work with keyboard macros.
9703 * ediff.el (ediff-patch-buffer): Change the docstring.
9705 2005-07-19 Kenichi Handa <handa@m17n.org>
9707 * international/mule-cmds.el (select-safe-coding-system): Try to
9708 use an auto-coding (if any) before anything else. If the found
9709 auto-coding is invalid, show a warning message.
9711 * international/mule.el (find-auto-coding): New function created
9712 by modifying the body of set-auto-coding.
9713 (set-auto-coding): Use find-auto-coding to find a coding.
9715 2005-07-18 Richard M. Stallman <rms@gnu.org>
9717 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9718 not isearch-mode-end-hook-error.
9719 (allout-before-change-protect): Fix error message.
9721 2005-07-18 Juri Linkov <juri@jurta.org>
9723 * allout.el (allout-mode):
9724 * calculator.el (calculator-copy):
9725 * custom.el (custom-known-themes):
9726 * dired.el (dired-desktop-buffer-misc-data)
9727 (dired-restore-desktop-buffer):
9728 * dired-x.el (dired-omit-marker-char):
9729 * files.el (basic-save-buffer):
9730 * font-core.el (font-lock-mode):
9731 * calendar/calendar.el (calendar-goto-hebrew-date)
9732 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9733 (calendar-goto-persian-date):
9734 * language/ethio-util.el (ethio-sera-to-fidel-region):
9735 * textmodes/picture.el (picture-mode):
9736 Delete duplicate duplicate words.
9738 2005-07-18 Juri Linkov <juri@jurta.org>
9740 * isearch.el (isearch-mode-map): Remove key bindings for regexp
9742 (isearch-fallback): Don't call `isearch-process-search-char'.
9743 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9744 (isearch-process-search-char): Call `isearch-fallback' for regexp
9746 (isearch-return-char): Make obsolete with `make-obsolete' instead
9747 of simply documenting it as obsolete in the docstring.
9748 (isearch-fallback): Refill docstring.
9750 * international/isearch-x.el
9751 (isearch-process-search-multibyte-characters): Remove unneeded
9752 `concat'. Add intermediate values to `junk-hist' instead of
9753 `minibuffer-history'. Test the length of `str'.
9755 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
9757 * allout.el (allout-resolve-xref): Fix typos in error strings.
9758 (allout-before-change-protect): Remove unneeded `concat'.
9760 * array.el (array-mode, array-reconfigure-rows)
9761 (untabify-backward): Fix typos in docstrings.
9762 (array-reconfigure-rows): Use `insert-buffer-substring', not
9765 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9766 * progmodes/ada-mode.el (ada-make-body):
9767 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9769 * dired.el (dired-log):
9770 * tar-mode.el (tar-subfile-save-buffer):
9771 * play/zone.el (zone-pgm-stress-destress):
9772 Use `insert-buffer-substring', not `insert-buffer'.
9774 2005-07-17 Simon Josefsson <jas@extundo.com>
9776 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9778 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
9780 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9781 Add plain auth method.
9782 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9784 2005-07-17 Kim F. Storm <storm@cua.dk>
9786 * ido.el (dired-other-window): Add ido property.
9788 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
9790 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9791 Fix typo in docstring.
9792 (byte-compile-interactive-only-functions): Add `insert-buffer' and
9793 `insert-file-literally'.
9795 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9796 info and delete redundant message. Doc fix.
9797 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9798 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9800 2005-07-16 Richard M. Stallman <rms@gnu.org>
9802 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9803 (byte-compile-and): Use byte-compile-and-recursion.
9804 (byte-compile-or-recursion): New function.
9805 (byte-compile-or): Use that.
9806 (byte-compile-if): Guard the else-clause too.
9807 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9809 * isearch.el (isearch-mode-end-hook-quit): New variable.
9810 (isearch-done): Bind it.
9811 (isearch-mode-end-hook): Doc fix.
9813 * allout.el (allout-isearch-did-quit): Variable deleted.
9814 (allout-real-isearch-abort): Function name no longer used.
9815 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9816 (allout-isearch-rectification): isearch-mode always exists.
9817 Don't set allout-isearch-did-quit.
9818 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9819 allout-isearch-did-quit.
9820 (allout-enwrap-isearch): Just add the hook.
9821 (allout-isearch-abort): Function deleted.
9822 (allout-pre-command-business): Avoid warning.
9824 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9825 Correctly avoid warnings.
9826 (pascal-outline): Likewise.
9828 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9830 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9832 * play/tetris.el (tetris-mode): Avoid warning.
9834 * play/snake.el (snake-mode): Avoid warning.
9836 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9837 (gamegrid-set-display-table): Avoid warning.
9838 (gamegrid-set-timer): Likewise.
9839 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9840 (gamegrid-add-score-with-update-game-score-1): Take FILE
9842 (gamegrid-add-score-with-update-game-score): Pass that argument.
9843 Rename have-shared-game-dir to gamegrid-shared-game-dir.
9845 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9847 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9848 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9850 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9853 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9854 (sc-ask): Avoid warnings.
9856 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9857 (eshell-hist-initialize): Use that var the natural way.
9859 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9861 * emacs-lisp/re-builder.el (reb-cook-regexp):
9862 Avoid warning calling lre-compile-string.
9863 (reb-color-display-p): Avoid warning.
9865 * calculator.el (calculator-last-input): Guard uses
9866 of event-key and key-press-event-p.
9867 (event-key, key-press-event-p): Delete definitions.
9869 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9870 (find-gc-source-directory, find-gc-subrs-callers)
9871 (find-gc-noreturn-list, find-gc-source-files)
9872 (find-gc-subrs-called): Vars renamed and defvar'd.
9874 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9875 (checkdoc-overlay-put, checkdoc-delete-overlay)
9876 (checkdoc-overlay-start, checkdoc-overlay-end)
9877 (checkdoc-mode-line-update, checkdoc-char=):
9878 Define such that compiler knows they are defined.
9879 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
9880 (checkdoc-read-event): Delete. Use read-event directly.
9882 * whitespace.el (whitespace-make-overlay)
9883 (whitespace-overlay-put, whitespace-delete-overlay)
9884 (whitespace-overlay-start, whitespace-overlay-end):
9885 Define such that compiler knows they are defined.
9886 (whitespace): Move conditional inside.
9888 * tempo.el (tempo-insert-template): Suppress warning.
9890 * ediff-diff.el (longlines-mode): Add defvar.
9892 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
9894 * server.el: Bind "C-x #" in a way that works even if C-x is
9895 redefined to a command key, not a prefix key.
9897 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9899 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9900 cl-make-type-test till execution time.
9902 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
9904 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9907 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9909 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9911 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
9913 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9914 a defcustom with two :set or :type keywords.
9916 2005-07-15 Richard M. Stallman <rms@gnu.org>
9918 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9919 Don't give ^M comment-end syntax.
9921 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
9923 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9924 Don't consider gdbmi (gdb-mi.el has its own update functions).
9925 (gdb-var-delete): Make it work for gdbmi as well.
9926 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9928 * progmodes/gud.el (etags, sdb): Only require etags when needed.
9929 (gud-speedbar-menu-items): Correct logic for enabling items.
9931 2005-07-15 Kim F. Storm <storm@cua.dk>
9933 * ido.el: Fix commentary.
9934 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9935 Use with-no-warnings around ffap-guesser.
9936 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9937 Let bind minibuffer-completing-file-name to t.
9939 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
9941 * startup.el (site-run-file, keyboard-type): Doc fixes.
9942 (command-line): Check for "--basic-display" argument; also for
9943 "--quick", not "--bare-bones" (which was renamed).
9944 (fancy-splash-text): Add missing item "Getting New Versions".
9945 (normal-splash-screen): Fix typos and improve consistency with
9946 `fancy-splash-text'. Update copyright year.
9948 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9949 valid binding for `help-char'.
9951 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9953 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
9955 * term.el (term-mode): Disable cua-mode for term buffers.
9957 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
9959 * add-log.el (add-log-mailing-address, change-log-merge):
9961 (change-log-get-method-definition): Fix typo in docstring.
9963 2005-07-14 Kim F. Storm <storm@cua.dk>
9965 * emulation/cua-base.el:
9966 (cua--pre-command-handler-1, cua--pre-command-handler)
9967 (cua--post-command-handler-1, cua--post-command-handler):
9968 Split in two. Check (buffer local) value of cua-mode.
9969 (cua-selection-mode): New command.
9971 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9973 * custom.el (custom-initialize-safe-set)
9974 (custom-initialize-safe-default): Doc fixes.
9976 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9977 and simplify :init-value again.
9979 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9980 and simplify :init-value again. Delete autoload.
9982 * startup.el (command-line): Use `custom-reevaluate-setting' again
9985 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9986 a defcustom with two :initialize keywords.
9988 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
9990 * allout.el (my-mark-marker, allout-isearch-prior-pos)
9991 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9992 (allout-post-command-business, allout-flag-region)
9993 (isearch-reenable-font-lock, allout-yank)
9994 (allout-insert-latex-header, allout-insert-latex-trailer)
9995 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9996 (allout-latex-verb-quote): Fix typos in docstrings.
9997 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9998 (allout-unprotected, allout-prefix-data):
9999 Improve argument/docstring consistency.
10000 (allout-chart-subtree): Fix argument spec.
10001 (allout-open-topic): Rename `use_sib_bullet' argument to
10002 `use-sib-bullet'. Doc fix.
10004 * whitespace.el (whitespace-check-buffer-leading)
10005 (whitespace-check-buffer-trailing)
10006 (whitespace-check-buffer-indent)
10007 (whitespace-check-buffer-spacetab)
10008 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10009 (whitespace-check-leading-whitespace)
10010 (whitespace-check-trailing-whitespace)
10011 (whitespace-check-spacetab-whitespace)
10012 (whitespace-check-indent-whitespace)
10013 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10014 (whitespace-modes): Fix typos in docstrings.
10015 (defgroup, defcustom): Doc fixes.
10017 * winner.el (winner-mode, winner-boring-buffers)
10018 (winner-pending-undo-ring): Doc fixes.
10019 (winner-ring): Remove unneeded `progn'.
10020 (winner-equal): `defsubst' it.
10021 (winner-redo): Fix message.
10023 2005-07-13 Kim F. Storm <storm@cua.dk>
10025 * simple.el (line-move-1): Always use vertical-motion to
10026 do the last (or only) line move to ensure some movement.
10027 Undo 2005-06-23 change--don't check for overlays.
10029 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10031 * term/mac-win.el (ccl-encode-mac-roman-font)
10032 (ccl-encode-mac-centraleurroman-font)
10033 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10034 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10035 Change charset-id boundary of dimension to ?\xef.
10036 (mac-char-fontspec-list): New constant.
10037 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
10038 argument. Nil uses itself as family in font-spec. Previous
10039 behavior for nil is now provided by non-nil non-string argument.
10040 All callers changed. Add font-specs for Mac fonts to
10041 "fontset-default" unless iso8859-1 fonts are installed.
10043 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10045 * progmodes/sh-script.el (sh-get-indent-info): Only indent
10046 a continuation line if the \ is preceded by SPC or TAB.
10047 (sh-get-indent-info): Simplify.
10048 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10049 Use with-current-buffer.
10051 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10052 when the matched text is empty.
10054 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
10056 * startup.el (command-line): Revert to previous handling of
10057 tooltip-mode. Explain in comment why the complexity is needed.
10059 * tooltip.el (tooltip-mode): Revert to previous implementation of
10062 * frame.el (blink-cursor-mode): Revert to previous implementation
10063 of its defcustom. Update comment.
10065 2005-07-12 Lars Hansen <larsh@soem.dk>
10067 * desktop.el: Update e-mail address.
10069 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10071 * term/mac-win.el (mac-services-mail-selection)
10072 (mac-services-mail-to): New functions.
10073 (mac-application-menu-map): Bind them.
10075 2005-07-12 wulei <milton@wulei.net> (tiny change)
10077 * progmodes/gdb-ui.el: Add note about buffering with Windows.
10079 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
10081 * custom.el (custom-reevaluate-setting): Doc fix.
10083 2005-07-11 Jay Belanger <belanger@truman.edu>
10085 * calc/calc.el (calc-embedded-announce-formula-alist)
10086 (calc-embedded-open-close-plain-alist)
10087 (calc-embedded-open-close-mode-alist): Add checks for additional
10088 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10090 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
10092 * custom.el (custom-enable-theme): Don't add theme to
10093 `custom-enabled-themes' with `push' because there is no
10094 setf-method for `delq'.
10096 2005-07-11 Richard M. Stallman <rms@gnu.org>
10098 * custom.el (custom-declare-variable): Doc fix.
10100 * dired-aux.el (dired-compare-directories): Remove "." and ".."
10103 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10104 Do nothing if edebug-active.
10106 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10107 (edebug-display): Do it here instead.
10109 2005-07-10 Richard M. Stallman <rms@gnu.org>
10111 * cus-face.el (custom-theme-set-faces): Make it work.
10112 (custom-reset-faces): Doc fix.
10113 (custom-theme-reset-internal-face, custom-theme-face-value):
10116 * custom.el (custom-push-theme): Maintain list of the settings
10117 of a given theme in its theme-settings property.
10118 Maintain position of old settings in the theme-value
10119 or theme-face property.
10120 (custom-enabled-themes): New variable.
10121 (custom-theme-enabled-p): New function.
10122 (provide-theme): Update custom-enabled-themes.
10123 Disable and reenable the `user' theme.
10124 (require-theme): Doc fix.
10125 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10126 (custom-theme-value, custom-theme-variable-value): Likewise.
10127 (custom-theme-reset-internal): Likewise.
10128 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10129 (custom-enable-theme, custom-disable-theme): New functions.
10130 (custom-variable-theme-value, custom-face-theme-value): Likewise.
10131 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10132 (custom-theme-reset-variables): Simplify.
10133 (deftheme, custom-declare-theme, custom-make-theme-feature):
10136 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
10138 * longlines.el (longlines-show-region)
10139 (longlines-unshow-hard-newlines): Recognize hard newlines by
10140 non-nil hard property, instead of t.
10142 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
10144 * viper-cmd.el (viper--key-maps): New variable.
10145 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10146 emulation-mode-map-alists.
10147 (viper-envelop-ESC-key): Use viper-subseq.
10148 (viper-search-forward/backward/next): Disable debug-on-error.
10150 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10151 (viper-ESC-key): New defcustoms.
10153 * viper-macs.el (ex-map-read-args): Use viper-subseq.
10155 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10156 (viper-subseq): Copy of subseq from cl.el.
10158 * viper.el (viper-go-away, viper-set-hooks): Use
10159 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10161 * viper-mous.el (viper-current-frame-saved): Use defvar.
10163 * viper-init.el: Get rid of -face in face names.
10165 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10166 Make it work with longlines mode
10168 * ediff-mult.el (ediff-meta-mode-hook): New variable.
10170 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10172 * ediff-init.el: Get rid of -face in face names.
10174 2005-07-10 Richard M. Stallman <rms@gnu.org>
10176 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10177 and with-timeout-unsuspend.
10179 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10180 and with-timeout-unsuspend.
10182 * emacs-lisp/timer.el (with-timeout-timers): New variable.
10183 (with-timeout): Bind that variable to record timers.
10184 (with-timeout-suspend, with-timeout-unsuspend): New functions.
10186 * emacs-lisp/debug.el (debug-help-follow): New function.
10187 (debugger-mode-map): Use that instead of help-follow.
10188 (debugger-setup-buffer): Use eval-buffer-list
10189 to handle eval-buffer frames.
10191 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
10193 * timezone.el (timezone-parse-date): Change first regexp
10194 so it will not mistakenly match dates with no time zone.
10196 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
10198 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10200 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
10202 * custom.el (custom-initialize-safe-set)
10203 (custom-initialize-safe-default): New functions.
10205 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10206 and simplify :init-value.
10208 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10209 and simplify :init-value. Delete obsolete comment.
10211 * startup.el (command-line): Use `custom-reevaluate-setting' to
10212 handle `tooltip-mode'. Delete obsolete comment.
10214 * files.el (set-visited-file-name): Avoid calling
10215 `file-name-nondirectory' with a nil argument.
10217 2005-07-09 Richard M. Stallman <rms@gnu.org>
10219 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10220 was called with nil for the buffer, handle the read position right.
10221 Handle read position for eval-region, too.
10223 2005-07-09 Juri Linkov <juri@jurta.org>
10225 * fringe.el (fringe-mode): Add period in docstring.
10226 (fringe-query-style): Build prompt depending on `all-frames' arg.
10228 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10229 to not create links to unrelated functions in the Help buffer.
10231 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10234 * simple.el (next-error-hook): New variable.
10235 (next-error): Use it. Doc fix.
10237 * textmodes/ispell.el (ispell-command-loop): Add current
10238 dictionary name and program name to mode-line-format.
10239 (ispell-region, ispell-process-line): Add current dictionary name
10240 and program name to messages.
10242 2005-07-08 Jay Belanger <belanger@truman.edu>
10244 * calc/calc.el (calc-embedded-announce-formula-alist)
10245 (calc-embedded-open-close-formula-alist)
10246 (calc-embedded-open-close-word-alist)
10247 (calc-embedded-open-close-plain-alist)
10248 (calc-embedded-open-close-new-formula-alist)
10249 (calc-embedded-open-close-mode-alist)
10250 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10251 (calc-embedded-mode-hook): New variables.
10253 * calc/calc-embed.el (calc-embedded-firsttime)
10254 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10256 (calc-do-embedded): Use calc-embedded-firsttime,
10257 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10258 determine whether or not to run hooks.
10259 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10260 calc-embedded-firsttime-formula appropriately.
10261 Set calc-embedded delimiter variables according to mode.
10263 2005-07-08 Richard M. Stallman <rms@gnu.org>
10265 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10266 Check for "emacs", etc., as entire symbol, not just as word.
10267 (checkdoc-file-comments-engine): Use regexp-quote on FN.
10269 * files.el (set-visited-file-name): Report the error
10270 for "empty filename" earlier.
10271 (kill-some-buffers): Ignore buffers already dead.
10273 * fringe.el (fringe-mode): Doc fix.
10275 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10276 Check for (featurep 'xemacs) and turn off warnings in what it guards.
10277 Use unwind-protect to ensure byte-compile-unresolved-functions
10280 * whitespace.el (whitespace-buffer-leading-cleanup):
10281 Simplify w/ skip-chars-forward.
10282 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10284 * mail/rmail.el (rmail-only-expunge): Fix paren error.
10285 Unconditionally try to leave point at the same old place.
10287 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
10289 * comint.el (comint-postoutput-scroll-to-bottom)
10290 (comint-show-maximum-output): Take scroll-margin into consideration.
10292 2005-07-08 Kim F. Storm <storm@cua.dk>
10294 * ido.el (ido-use-filename-at-point): New choice `guess'.
10295 (ido-file-internal): Try ffap-guesser if selected.
10297 * ido.el (ido-before-fallback-functions): New hook.
10298 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10299 (ido-read-file-name): Run it.
10301 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10303 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10304 strings rather than a list of symbols to the completion function.
10306 2005-07-07 Jay Belanger <belanger@truman.edu>
10308 * calc/calc-units.el (math-apply-units): Change the places in
10309 which units are simplified.
10311 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
10313 * cus-edit.el (customize-option, customize-option-other-window):
10314 Make them handle aliases.
10316 * custom.el (custom-variable-p): Make it recursively follow
10317 aliases. Mention that in the docstring.
10319 2005-07-07 Richard M. Stallman <rms@gnu.org>
10321 * cus-start.el (exec-path): Use `directory' instead of `file'.
10324 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10326 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10327 when called non-interactively. Doc fix.
10329 2005-07-07 Lute Kamstra <lute@gnu.org>
10331 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10332 new address as well.
10334 2005-07-07 Kenichi Handa <handa@m17n.org>
10336 * international/mule.el (make-coding-system):
10337 Describe `ascii-incompatible' property in the docstring.
10338 (set-file-name-coding-system): Signal an error if coding-system is
10339 ascii-incompatible.
10340 (set-keyboard-coding-system): Likewise.
10342 * international/mule-cmds.el (set-default-coding-systems):
10343 Don't set default-file-name-coding-system and
10344 default-keyboard-coding-system if coding-system is ASCII-incompatible.
10346 * international/utf-16.el: Declare that all UTF-16-based coding
10347 systems are ASCII-incompatible.
10349 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
10351 * progmodes/gud.el: Require font-lock for displaying errors.
10354 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10356 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10357 values for the pattern lists which are `read'able but not
10358 `append'able (like symbols).
10360 2005-07-06 Richard M. Stallman <rms@gnu.org>
10362 * progmodes/flymake.el (flymake-float-time): Instead of
10363 with-no-warnings, test for xemacs.
10364 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10367 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
10369 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10371 2005-07-05 Lute Kamstra <lute@gnu.org>
10373 * battery.el: Add support for Darwin (with much debugging help
10374 from Samuel Lauber <sam124@operamail.com>).
10375 (battery-status-function, battery-echo-area-format)
10376 (battery-mode-line-format): Add support for pmset on Darwin.
10377 (battery-load-low, battery-load-critical): New user options.
10378 (battery-pmset): New function.
10380 2005-07-05 Lute Kamstra <lute@gnu.org>
10382 Update FSF's address in GPL notices.
10384 * textmodes/page-ext.el: Update FSF's address.
10386 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10388 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10389 filling from using prefix when filling a single-line docstring.
10391 * progmodes/flymake.el: Remove useless eval-when-compile.
10393 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10395 2005-07-04 Richard M. Stallman <rms@gnu.org>
10397 * textmodes/org.el (org-file-apps-defaults-gnu):
10398 Rename from org-file-apps-defaults-linux.
10399 (org-default-apps): Don't test system-type for `linux'.
10400 (org-file-apps): Doc fix.
10402 2005-07-04 David Ponce <david@dponce.com>
10404 * tree-widget.el: Improve header Commentary section.
10405 (tree-widget) [defgroup]
10406 (tree-widget-image-enable, tree-widget-themes-directory)
10407 (tree-widget-theme, tree-widget-image-properties-emacs)
10408 (tree-widget-image-properties-xemacs, tree-widget-create-image)
10409 (tree-widget-image-formats, tree-widget-control)
10410 (tree-widget-empty-control, tree-widget-leaf-control
10411 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10412 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10413 (tree-widget-keep, tree-widget-after-toggle-functions)
10414 (tree-widget-open-node, tree-widget-close-node): Doc fix.
10415 (tree-widget-open-control, tree-widget-close-control): Fix doc and
10416 :help-echo message.
10417 (tree-widget-set-theme): Doc fix. Use `string-equal'.
10418 (tree-widget-image-properties): Doc fix. Clearer implementation.
10419 (tree-widget--cursors): New constant.
10420 (tree-widget-lookup-image): New function split from
10421 `tree-widget-find-image'. Clearer implementation.
10422 (tree-widget-find-image): Use it.
10423 (tree-widget-button-keymap): Use `set-keymap-parent'.
10424 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10425 Define the sub-widgets here.
10426 (tree-widget-node): Check that :node is not a tree-widget.
10427 (tree-widget-get-super, tree-widget-open-control)
10428 (tree-widget-close-control, tree-widget-empty-control)
10429 (tree-widget-leaf-control, tree-widget-guide)
10430 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10431 (tree-widget-no-handle, tree-widget-value-delete)
10432 (tree-widget-map): Remove.
10433 (tree-widget-children-value-save): Doc fix. Simplified.
10434 (tree-widget-value-create): Update according to previous changes.
10436 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
10438 * textmodes/org.el: Leading space replaced by TABS.
10439 (org-recalc-marks, org-table-rotate-recalc-marks)
10440 (org-table-get-specials): Treat "^" and "_" marks.
10441 (org-table-justify-field-maybe): Optional argument NEW.
10442 (org-table-eval-formula): Parsing of the format simplified.
10443 New modes C,I. Honor the %= parameter in the current table.
10444 Avoid unnecessary re-align by using the NEW argument to
10445 `org-table-justify-field-maybe'.
10446 (org-calc-default-modes): Default for date-format mimicks org-mode.
10447 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10449 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10451 * cus-face.el (custom-theme-set-faces): Make it handle face
10452 aliases whose alias declarations are pre- or autoloaded.
10454 2005-07-04 Juri Linkov <juri@jurta.org>
10456 * faces.el (read-face-name): Put the code for getting a face name
10457 from the buffer before adding the faces from the `face' property.
10458 Use `completing-read-multiple' instead of `completing-read'.
10459 Require `crm'. Add default value and post-process the returned
10462 * emacs-lisp/crm.el (crm-find-current-element)
10463 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10465 * emacs-lisp/lisp-mode.el (eval-defun-1):
10466 * emacs-lisp/edebug.el (edebug-eval-defun):
10467 Remove unnecessary quotes.
10469 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
10471 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10472 (prolog-indent-level): Fix typo in docstring.
10474 * info.el (Info-history, Info-history-forward)
10475 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10477 * add-log.el (add-change-log-entry):
10478 * comint.el (comint-dynamic-list-input-ring)
10479 (comint-dynamic-list-completions):
10480 * dabbrev.el (dabbrev-expand):
10481 * delim-col.el (delimit-columns-rectangle-line):
10482 * diff-mode.el (diff-context->unified, diff-reverse-direction)
10483 (diff-unified->context):
10484 * ediff-init.el (ediff-abbrev-jobname):
10485 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10486 (ediff-replace-session-activity-marker-in-meta-buffer):
10487 * info.el (Info-summary):
10488 * lpr.el (printify-region):
10489 * printing.el (pr-create-interface):
10490 * ps-print.el (ps-print-quote):
10491 * ses.el (ses-column-widths, ses-print-cell)
10492 (ses-adjust-print-width, ses-center):
10493 * shell.el (shell-file-name-quote-list):
10494 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10495 (strokes-fill-current-buffer-with-whitespace)
10496 (strokes-xpm-for-stroke, strokes-list-strokes)
10497 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10498 * term.el (term-dynamic-list-input-ring)
10499 (term-dynamic-list-completions):
10500 * calc/calc.el (math-format-stack-value):
10501 * emacs-lisp/edebug.el (edebug-display-freq-count):
10502 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10503 (delphi-new-comment-line):
10504 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10505 * progmodes/executable.el (executable-set-magic):
10506 * progmodes/python.el (inferior-python-mode):
10507 * progmodes/scheme.el (scheme-mode-syntax-table):
10508 * progmodes/sh-script.el (sh-maybe-here-document):
10509 * progmodes/sql.el (sql-copy-column):
10510 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10511 * textmodes/bibtex.el (bibtex-mode):
10512 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10513 (sgml-auto-attributes):
10514 * textmodes/table.el (table-insert, table-shorten-cell)
10515 (table--generate-source-scan-lines, table-delete-row)
10516 (*table--cell-delete-char, table--spacify-frame)
10517 (table--horizontally-shift-above-and-below)
10518 (table--cell-insert-char, table--cell-blank-str)
10519 (table--fill-region-strictly):
10520 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10521 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10523 * add-log.el (change-log):
10524 * apropos.el (apropos):
10525 * comint.el (comint-completion, comint-source):
10526 * dabbrev.el (dabbrev):
10527 * delim-col.el (columns):
10528 * diff-mode.el (diff-mode):
10529 * ediff.el (ediff):
10530 * ediff-diff.el (ediff-diff):
10531 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10532 * ediff-mult.el (ediff-mult):
10533 * ediff-ptch.el (ediff-ptch):
10534 * ediff-wind.el (ediff-window):
10535 * facemenu.el (facemenu):
10536 * indent.el (indent):
10538 * jka-cmpr-hook.el (compression, jka-compr):
10540 * outline.el (outlines):
10541 * pcmpl-cvs.el (pcmpl-cvs):
10542 * pcmpl-rpm.el (pcmpl-rpm):
10543 * printing.el (printing):
10544 * ps-print.el (postscript, ps-print, ps-print-horizontal)
10545 (ps-print-vertical, ps-print-headers, ps-print-font)
10546 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10547 (ps-print-background, ps-print-printer, ps-print-page)
10548 (ps-print-miscellany):
10550 * shell.el (shell, shell-directories, shell-faces):
10551 * startup.el (initialization):
10552 * strokes.el (strokes):
10554 * uniquify.el (uniquify):
10555 * w32-vars.el (w32):
10556 * calc/calc.el (calc):
10557 * emacs-lisp/bytecomp.el (bytecomp):
10558 * emacs-lisp/cl-indent.el (lisp-indent):
10559 * emacs-lisp/edebug.el (edebug):
10560 * emacs-lisp/elp.el (elp):
10561 * emacs-lisp/testcover.el (testcover):
10562 * emacs-lisp/trace.el (trace):
10563 * emulation/viper-ex.el (viper-ex):
10564 * emulation/viper-mous.el (viper-mouse):
10565 * mail/mailalias.el (mailalias):
10566 * mail/supercite.el (supercite, supercite-frames)
10567 (supercite-attr, supercite-cite, supercite-hooks):
10568 * net/rcompile.el (remote-compile):
10569 * net/rlogin.el (rlogin):
10570 * obsolete/ooutline.el (outlines):
10571 * progmodes/delphi.el (delphi):
10572 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10573 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10574 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10575 (ebnf-optimization):
10576 * progmodes/etags.el (etags):
10577 * progmodes/executable.el (executable):
10578 * progmodes/idlwave.el (idlwave):
10579 * progmodes/pascal.el (pascal):
10580 * progmodes/prolog.el (prolog):
10581 * progmodes/python.el (python):
10582 * progmodes/scheme.el (scheme):
10583 * progmodes/sh-script.el (sh, sh-script):
10584 * progmodes/sql.el (SQL):
10585 * progmodes/tcl.el (tcl):
10586 * textmodes/bibtex.el (bibtex, bibtex-autokey):
10587 * textmodes/enriched.el (enriched):
10588 * textmodes/makeinfo.el (makeinfo):
10589 * textmodes/sgml-mode.el (sgml):
10590 * textmodes/table.el (table-hooks):
10591 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10592 * textmodes/texinfo.el (texinfo):
10593 * textmodes/two-column.el (two-column):
10594 Finish `defgroup' description with period.
10596 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10597 * eshell/esh-var.el (eshell-var):
10598 * progmodes/vhdl-mode.el (vhdl-testbench):
10599 * textmodes/org.el (org): Fix typos in docstrings.
10601 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10604 * progmodes/flymake.el (flymake-find-file): Remove.
10605 (flymake-float-time): Use `with-no-warnings'.
10606 (flymake-check-start-time, flymake-check-was-interrupted)
10607 (flymake-err-info, flymake-is-running, flymake-last-change-time)
10608 (flymake-new-err-info): `defvar' at compile time.
10610 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
10612 * replace.el (occur-hook): Doc fix.
10613 (occur-1): Don't call `occur-hook' if there are no matches.
10615 2005-07-03 Richard M. Stallman <rms@gnu.org>
10617 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10618 global-map, save the same map.
10619 (global-map): Don't alter it at top level.
10620 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10621 Then alter it here instead.
10622 (tpu-edt-off): Set global-map to the saved one.
10624 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10625 All references simplified.
10626 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
10627 (zmacs-regions): Add defvar.
10628 (repeat-complex-command-map): Everything about that deleted.
10630 * textmodes/artist.el (artist-key-is-drawing)
10631 (artist-key-endpoint1, artist-key-poly-point-list)
10632 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10633 (artist-key-compl-table, artist-rb-save-data)
10634 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10635 Don't put them in eval-when-compile.
10636 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10638 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10639 Use with-no-warnings.
10641 * net/browse-url.el (dos-windows-version): Add defvar.
10643 * mail/supercite.el (filladapt-prefix-table): Add defvar.
10645 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10646 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10647 (rmail-new-summary-line-count): Rename from new-summary-line-count.
10649 (rmail-summary-beginning-of-message): Use with-no-warnings.
10650 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10652 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10653 Use with-no-warnings.
10655 * emulation/vi.el (vi-mark-region): Use c-mark-function.
10656 (c-mark-function): Add point-moving-unit property.
10657 (vi-goto-line): Use with-no-warnings.
10659 * emulation/edt.el (edt-last-copied-word): Add defvar.
10660 (zmacs-region-stays): Likewise.
10661 (edt-mark-section-wisely): Use c-mark-function for C.
10662 Use makr-defun for Fortran.
10663 (time-string): defvar deleted.
10664 (edt-display-the-time): Don't set time-string.
10666 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10668 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10669 Don't warn when name is not constant
10670 or for defining the group `emacs'.
10672 * tooltip.el (gud-tooltip-mode): Add defvar.
10674 * startup.el (default-frame-background-mode): Add defvar.
10676 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10678 * info.el (tool-bar-map): Add defvar.
10680 * dired.el (dnd-protocol-alist): Add defvar.
10682 * dired-aux.el (dired-query): Display question with answer, when
10685 * custom.el (custom-add-option): Doc fix.
10687 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10689 2005-07-03 Eli Zaretskii <eliz@gnu.org>
10691 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10692 bogus name from the last change.
10694 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
10696 * custom.el (custom-declare-variable): Fix typos in comment.
10697 (custom-known-themes): Doc fix.
10698 (custom-theme-directory): New defcustom.
10699 (require-theme): Make it check `custom-theme-directory'.
10701 * cus-theme.el (custom-new-theme-mode): New function.
10702 (custom-theme-name, custom-theme-variables, custom-theme-faces)
10703 (custom-theme-description): Add compiler defvars.
10704 (customize-create-theme): Add doc to the "*New Custom Theme*"
10705 buffer. Use `custom-new-theme-mode'.
10706 (custom-theme-write): Put the created buffer in emacs-lisp-mode
10707 and save it to the `custom-theme-directory'. Make this the
10708 default directory of the buffer.
10710 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
10712 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10713 Fix unbalanced parentheses.
10715 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10717 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10718 into flymake-mode and delegate to flymake-mode.
10720 * find-file.el (ff-which-function-are-we-in): Clean up.
10722 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
10724 * replace.el (occur-rename-buffer): Fix docstring.
10726 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10727 (edt-last-copied-word, edt-learn-macro-count)
10728 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10729 (edt-rect-start-point, edt-user-global-map, rect-start-point)
10730 (time-string, zmacs-region-stays):
10731 * emulation/edt-mapper.el (edt-save-function-key-map)
10732 (EDT-key-name): `defvar' to silence the byte-compiler.
10734 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
10736 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10737 font-lock-regexp-backslash. Doc fix.
10738 (font-lock-regexp-backslash-grouping-construct): Rename from
10739 font-lock-regexp-backslash-construct. Doc fix.
10740 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10741 grouping constructs.
10743 2005-07-02 Eli Zaretskii <eliz@gnu.org>
10745 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10746 updating all the prerequisites.
10748 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
10750 * textmodes/org.el (org-agenda-start-on-weekday)
10751 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10752 (org-agenda-use-time-grid, org-archive-location)
10753 (org-allow-space-in-links, org-usenet-links-prefer-google)
10754 (org-enable-table-editor, org-export-default-language)
10755 (org-export-html-show-new-buffer, org-fill-paragraph)
10756 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10757 (org-goto-quit, org-occur, org-eval-in-calendar)
10758 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10759 (org-agenda-diary-entry, org-remember-help)
10760 (org-table-convert-region, org-at-table-p)
10761 (org-table-move-row-down, org-table-move-row-up)
10762 (org-table-copy-region, org-table-toggle-vline-visibility)
10763 (org-table-get-stored-formulas, org-table-get-specials)
10764 (org-recalc-commands, org-table-eval-formula)
10765 (org-table-formula-substitute-names, orgtbl-make-binding)
10766 (org-format-org-table-html, org-format-table-table-html)
10767 (org-format-table-table-html-using-table-generate-source)
10768 (org-customize): Fix typos in docstrings.
10769 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10770 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10771 (org-back-to-heading): Doc fixes.
10772 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10773 (org-agenda-change-all-lines, org-get-header):
10774 Improve argument/docstring consistency.
10775 (orgtbl-error): Fix error message.
10777 * progmodes/flymake.el (flymake-find-possible-master-files)
10778 (flymake-master-file-compare, flymake-get-line-err-count)
10779 (flymake-highlight-line, flymake-gui-warnings-enabled):
10780 Fix typos in docstrings.
10781 (flymake-parse-line, flymake-get-project-include-dirs-function)
10782 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10784 (flymake-get-project-include-dirs-function)
10785 (flymake-make-err-menu-data):
10786 Improve argument/docstring consistency.
10788 2005-07-01 Lute Kamstra <lute@gnu.org>
10790 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10791 Catch errors with ignore-errors. Use temporary buffer.
10792 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
10794 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10795 background color faces.
10796 (facemenu-set-foreground, facemenu-set-background):
10797 Use facemenu-set-face-from-menu.
10798 (facemenu-set-face-from-menu): Treat face names that start with
10799 "fg:" or "bg:" as special.
10800 (facemenu-add-new-color): Don't create faces. Simplify.
10802 2005-06-30 Richard M. Stallman <rms@gnu.org>
10804 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10805 (crm-find-current-element): Likewise.
10807 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
10809 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10811 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10813 * arc-mode.el (archive-extract): Make it work as a mouse binding.
10814 (archive-mouse-extract): Make it an obsolete alias.
10815 (archive-mode-map): Don't use archive-mouse-extract any more.
10816 (archive-mode, archive-extract): write-contents-hooks ->
10817 write-contents-functions.
10818 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10820 (archive-rename-entry): Update the call.
10821 (archive-zip-summarize): Remove unused var `method'.
10822 (archive-lzh-summarize): Remove unused var `creator'.
10824 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10825 dedicated frame upon exit.
10827 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10828 (archive-zip-extract, archive-zip-expunge)
10829 (archive-zip-update, archive-zip-update-case): Use executable-find.
10830 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10831 Use restore-buffer-modified-p.
10832 (archive-extract, archive-add-new-member, archive-write-file-member):
10833 Use with-current-buffer.
10834 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10836 2005-06-30 Andreas Schwab <schwab@suse.de>
10838 * progmodes/gud.el (gud-filter): Remove unneeded progn.
10840 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10842 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10844 2005-06-30 Juri Linkov <juri@jurta.org>
10846 * faces.el (vertical-border): Inherit from mode-line-inactive
10849 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
10851 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10852 example, -NLINES in the `occur' docstring).
10854 * replace.el (occur-1): When no matches are found, do not set the
10855 `buffer-read-only' and modified flags for the occur buffer,
10856 because it is deleted.
10858 * emulation/cua-base.el (cua-check-pending-input)
10859 (cua-repeat-replace-region, cua-mode, cua-debug)
10860 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10861 Fix typos in docstrings.
10863 * emulation/cua-gmrk.el (cua-toggle-global-mark)
10864 (cua-cut-region-to-global-mark)
10865 (cua--cut-rectangle-to-global-mark):
10866 Remove period from end of messages.
10868 * emulation/cua-rect.el (cua-do-rectangle-padding):
10869 Remove period from end of messages.
10870 (cua--rectangle-seq-format): Fix typo in docstring.
10871 (cua-sequence-rectangle, cua-fill-char-rectangle):
10872 Improve argument/docstring consistency.
10874 2005-06-29 Juri Linkov <juri@jurta.org>
10876 * faces.el (default-frame-background-mode): New internal variable.
10877 (frame-set-background-mode): Use it.
10879 * startup.el (normal-top-level): Set default-frame-background-mode
10880 instead of frame-background-mode. Before setting it, test for its
10881 nil value. Remove tests for frame-background-mode and frame
10882 parameter `reverse'. Add test for "unspecified-fg".
10884 * term/xterm.el (xterm-rxvt-set-background-mode):
10885 * term/rxvt.el (rxvt-set-background-mode):
10886 Set default-frame-background-mode instead of frame-background-mode.
10888 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10890 * simple.el (set-variable): Warn about obsolete user variables.
10892 * imenu.el (imenu--completion-buffer):
10893 * mouse.el (mouse-buffer-menu-alist):
10894 * msb.el (msb-invisible-buffer-p):
10895 * calendar/diary-lib.el (diary-header-line-format):
10896 * emacs-lisp/pp.el (pp-buffer):
10897 * progmodes/cperl-mode.el (cperl-do-auto-fill):
10898 * textmodes/picture.el (picture-replace-match):
10899 Change space constants followed by a sexp to "?\s ".
10901 * play/decipher.el (decipher-loop-with-breaks):
10902 * textmodes/texinfo.el (texinfo-insert-@item): Change space
10903 constants "protected" from end of line by a comment to "?\s".
10905 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10907 * font-lock.el (save-buffer-state): Use `declare'.
10909 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10910 reset the syntax-table to cperl-mode-syntax-table.
10911 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10912 "foo_print_bar" is not matched as a reserved keyword.
10914 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
10916 * textmodes/org.el (orgtbl-setup): New function, for delayed
10917 setup for the orgtbl commands.
10918 (org-calc-default-modes): New option.
10919 (orgtbl-make-binding): Use `defun' to get better help display.
10920 (org-diary): Call `org-compile-prefix-format'.
10921 (org-table-formula-substitute-names): New function.
10922 (org-agenda-day-view, org-agenda-week-view): New commands.
10923 (org-agenda-toggle-week-view): Command removed.
10924 (org-tbl-menu): Split off from org-org-menu.
10925 (org-mode): Move removal of outline-mode menus to here.
10926 (org-table-formula-debug): New option.
10927 (org-table-insert-row): Keep first field if just "#" or "*".
10928 (org-mode): Paragraph regexps fixed.
10929 (org-table-recalculate-regexp): New constant.
10930 (org-table-justify-field-maybe): Avoid replace if not necessary.
10931 (org-copy-special, org-cut-special): Use `call-interactively'.
10932 (org-table-copy-region): Take region from `interactive' call.
10933 (org-trim): Return string even if no match.
10934 (org-formula): New face.
10935 (org-set-font-lock-defaults): No longer highlight "FIXME".
10936 But highlight formula-related fields in table.
10937 (org-table-p): Use regexp, not fontification.
10938 (org-table-align): Handle white space at end of line.
10939 (org-table-formula-evaluate-inline): New option.
10940 (org-mode): Auto-wrapping in comment lines turned off.
10941 (org-table-copy-down): Evaluate only in copied field, not in
10943 (org-table-current-formula): Variable removed.
10944 (org-table-store-formulas, org-table-get-stored-formulas)
10945 (org-table-modify-formulas, org-table-replace-in-formulas)
10946 (org-table-maybe-eval-formula): New functions.
10947 (org-table-get-formula): Modify to use stored formulas.
10948 (org-table-insert-column, org-table-delete-column)
10949 (org-table-move-column): Call `org-table-modify-formulas'.
10950 (org-complete): Add completion for keyword formulas.
10951 (orgtbl-mode): Pull orgtbl-mode-map to start of
10952 minor-mode-map-alist.
10954 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10956 * progmodes/python.el (python-check): Require `compile' before
10957 modifying its variables.
10959 * newcomment.el (comment-indent-default): Don't get fooled by an early
10962 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10964 * ps-print.el (ps-print-version): Fix version number.
10966 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
10968 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10970 2005-06-28 Richard M. Stallman <rms@gnu.org>
10972 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10973 (flyspell-local-mouse-map): Declaration deleted.
10974 (flyspell-mouse-map): Bind only mouse-2.
10975 (flyspell-mode-map): Don't test flyspell-use-local-map.
10976 (flyspell-overlay-keymap-property-name): Var deleted.
10977 (flyspell-mode-on): Don't make local bindings for
10978 flyspell-mouse-map and flyspell-mode-map.
10979 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10981 * textmodes/ispell.el (ispell-word): Do not ignore short words.
10983 * progmodes/compile.el (compilation-next-error-function):
10984 Don't switch buffers; operate on the current buffer.
10986 * progmodes/compile.el (compilation-error-file-name)
10987 (compilation-warning-file-name, compilation-info-file-name)
10988 (compilation-line-number, compilation-column-number): New faces.
10989 (compilation-error-face, compilation-warning-face)
10990 (compilation-info-face, compilation-line-face)
10991 (compilation-column-face): Use them.
10993 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10995 * comint.el (comint-password-prompt-regexp): Accept ", try again".
10997 * bindings.el (global-map): Bind insertchar and its variants.
10999 2005-06-27 Richard M. Stallman <rms@gnu.org>
11001 * textmodes/artist.el (artist-text-overwrite)
11002 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11004 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11006 * ps-print.el: It was not working the page selection for printing.
11007 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11008 (ps-print-version): New version 6.6.7.
11009 (ps-end-sheet): New fun.
11010 (ps-header-sheet, ps-end-job): Call it.
11012 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
11014 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11016 2005-06-27 Lute Kamstra <lute@gnu.org>
11018 * facemenu.el (facemenu-unlisted-faces): Add foreground and
11019 background color faces.
11020 (facemenu-get-face): Delete function.
11021 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11022 (facemenu-add-new-color): Make second argument mandatory.
11023 Create the appropriate face and return it. Simplify.
11024 (facemenu-set-foreground, facemenu-set-background): Don't check if
11025 color is defined. Use return value of facemenu-add-new-color.
11027 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
11029 * progmodes/gud.el (gud-filter): Add missing argument to
11030 with-selected-window.
11032 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11034 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11035 a :require to the defcustom.
11037 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11038 defcustoms corresponding to minor modes.
11040 2005-06-26 David Ponce <david@dponce.com>
11042 * recentf.el: Require tree-widget instead of wid-edit.
11043 (recentf-filename-handler): Fix widget :type.
11044 (recentf-cancel-dialog, recentf-open-more-files)
11045 (recentf-open-files-action): Doc fix.
11046 (recentf-dialog-goto-first): New function.
11047 (recentf-dialog-mode-map): Set parent keymap first.
11048 (recentf-dialog-mode): Define with define-derived-mode.
11049 Don't display continuation lines in dialogs.
11050 (recentf-edit-list): Rename from recentf-edit-selected-items.
11051 (recentf-edit-list-select): Rename from recentf-edit-list-action.
11053 (recentf-edit-list-validate): New function.
11054 (recentf-edit-list): Update accordingly.
11055 (recentf-open-files-item-shift): Remove.
11056 (recentf-open-files-item): Convert menu elements into tree and
11057 link widgets. Don't create the widgets.
11058 (recentf-open-files): Update accordingly.
11059 (recentf-save-list): Untabify.
11061 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
11063 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11064 (keep-lines): Add INTERACTIVE arg. Never delete lines only
11065 partially contained in the active region. Do not take active
11066 region into account when called from Lisp, unless INTERACTIVE arg
11067 is non-nil. Use `forward-line' instead of `beginning-of-line' to
11068 avoid trouble with fields. Make marker point nowhere when no
11069 longer used. Always return nil. Doc fix.
11070 (flush-lines): Add INTERACTIVE arg. Do not take active region
11071 into account when called from Lisp, unless INTERACTIVE arg is
11072 non-nil. Use `forward-line' instead of `beginning-of-line' to
11073 avoid trouble with fields. Make marker point nowhere when no
11074 longer used. Always return nil. Doc fix.
11075 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
11076 interchangeable. Do not take active region into account when
11077 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
11078 message in echo area when called from Lisp, unless INTERACTIVE arg
11079 is non-nil. Avoid saying "1 occurrences". Do not use markers.
11080 Return the number of matches. Doc fix.
11082 (perform-replace): Make comment follow double space convention for
11083 the sake of `outline-minor-mode'.
11085 * faces.el (facep): Doc fix.
11087 2005-06-25 Richard M. Stallman <rms@gnu.org>
11089 * facemenu.el (facemenu-enable-faces-p): New function.
11090 (facemenu-background-menu, facemenu-foreground-menu)
11091 (facemenu-face-menu): Add menu-enable property.
11093 * jka-compr.el (jka-compr-insert-file-contents):
11094 Special handling if cannot find the uncompression program.
11096 * cus-face.el (custom-face-attributes): Add autoload.
11098 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11099 Bind comment-indent-function locally.
11101 * window.el (save-selected-window): Use save-current-buffer.
11103 * subr.el (with-selected-window): Use save-current-buffer.
11105 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11106 and with-current-buffer.
11108 2005-06-24 Richard M. Stallman <rms@gnu.org>
11110 * simple.el (line-move-1): Fix previous change.
11112 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
11114 * replace.el (occur-1): Set `buffer-read-only' and the
11115 buffer-modified flag before running `occur-hook' to protect
11116 against unintentional buffer switches that can lead to data loss.
11118 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
11120 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11121 (gud-gdb-marker-filter): Use font-lock-warning-face for any
11124 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11126 (gdb-var-create-handler): Put name of expression in quotes.
11128 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
11130 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11131 elements of RING in order, and without bogus nil elements.
11133 2005-06-23 Richard M. Stallman <rms@gnu.org>
11135 * simple.el (set-variable): Args renamed; doc fix.
11136 (line-move-1): When there are overlays around, use vertical-motion.
11138 * faces.el (escape-glyph): Use brown against light background.
11139 (nobreak-space): Rename from no-break-space.
11140 Fix previous change.
11142 * dired-aux.el (dired-do-copy): Fix arg prompt.
11144 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11146 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11148 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11149 rather than "Distributor".
11151 2005-06-23 Lute Kamstra <lute@gnu.org>
11153 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11154 (debug-on-entry): Use it. New interactive declaration that uses
11155 function-called-at-point.
11157 2005-06-23 Kim F. Storm <storm@cua.dk>
11159 * subr.el (save-match-data): Add comment about using evaporate arg
11162 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
11164 * cus-edit.el (customize-face)
11165 (customize-face-other-window): Handle face aliases.
11167 * faces.el (face-documentation, set-face-attribute)
11168 (face-spec-set): Handle face aliases.
11170 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
11172 * help-mode.el (help-make-xrefs): If a symbol representing a face
11173 name is not followed by the word "face", it could still be a
11174 function or variable name, so don't bypass other checks.
11176 2005-06-22 Juri Linkov <juri@jurta.org>
11178 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11179 Replace aliased functions with calls where second arg `inherit' is t.
11181 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
11183 * progmodes/gdb-ui.el (gdb-error): New variable.
11184 (gdb-error): New function.
11185 (gdb-annotation-rules): Act on error-begin and error annotations.
11186 (gdb-concat-output): Use font-lock-warning-face for errors.
11188 2005-06-22 Miles Bader <miles@gnu.org>
11190 * bindings.el (propertized-buffer-identification): Use renamed
11191 `Buffer-menu-buffer' face.
11193 * faces.el (vertical-border): Rename from `vertical-divider'.
11194 (escape-glyph): Change dark-background color back to `cyan'.
11196 2005-06-21 Juri Linkov <juri@jurta.org>
11198 * faces.el (face-user-default-spec): Try getting `customized-face'
11199 prior to `saved-face'.
11200 (frame-background-mode): Refill docstring.
11202 * emacs-lisp/lisp-mode.el (eval-defun-1):
11203 * emacs-lisp/edebug.el (edebug-eval-defun):
11204 Set `saved-face' temporarily to nil before calling form.
11205 Set `customized-face' to the new spec after that.
11207 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
11209 * subr.el (1value, lambda, key-substitution-in-progress):
11212 * autoinsert.el (auto-insert-alist):
11213 * ses.el (ses-call-printer):
11214 * subr.el (noreturn):
11215 * emacs-lisp/lisp.el (check-parens):
11216 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11217 * net/browse-url.el (browse-url-mosaic):
11218 * progmodes/cc-defs.el (c-safe-scan-lists):
11219 * progmodes/ebnf-abn.el (ebnf-abn-lex):
11220 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11221 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11222 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11223 * progmodes/ebnf-iso.el (ebnf-iso-lex):
11224 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11226 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11228 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11230 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
11232 * calendar/appt.el (appt-make-list): Activate the package, if
11233 not already active (for backwards compatibility).
11235 2005-06-20 Kim F. Storm <storm@cua.dk>
11237 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
11239 2005-06-20 Miles Bader <miles@gnu.org>
11241 * faces.el (vertical-divider): New face.
11243 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
11245 * simple.el (kill-whole-line): Doc fix.
11246 (next-error-buffer-p, next-error-find-buffer)
11247 (clone-indirect-buffer): Fix typos in docstrings.
11248 (comment-line-break-function): Doc fix: don't say variable
11249 is automatically buffer-local (it isn't).
11251 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
11253 * net/tramp-ftp.el (top):
11254 * net/tramp-smb.el (top):
11255 * net/tramp-util.el (top):
11256 * net/tramp-uu.el (top):
11257 * net/tramp-vc.el (top):
11258 * net/tramp.el (top): Revert copyright years back to original
11259 ones. Tramp has a life outside GNU Emacs.
11261 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
11263 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11265 2005-06-18 Juri Linkov <juri@jurta.org>
11267 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11268 end of first regexp to limit the match to the position between
11269 line number and source line with same separator character as used
11270 between file name and line number. In the second regexp limit
11271 mouse-face area to file name and line number by adding new group
11272 for them and referring it in HYPERLINK arg.
11273 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11274 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11275 previous line where grep markers may be already removed.
11277 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
11279 * progmodes/ps-mode.el: Update version and maintainer's email address.
11281 2005-06-18 Steve Youngs <steve@xemacs.org>
11283 * net/browse-url.el (browse-url-browser-function)
11284 (browse-url-default-browser): Add firefox.
11285 (browse-url-firefox-program, browse-url-firefox-arguments)
11286 (browse-url-firefox-startup-arguments)
11287 (browse-url-firefox-new-window-is-tab): New defcustoms.
11288 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11290 2005-06-17 Richard M. Stallman <rms@gnu.org>
11292 * startup.el (command-line): Warn if specified user name has
11295 * term.el (term-get-old-input, term-input-filter, term-input-sender)
11296 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11298 * longlines.el (longlines-mode, longlines-show-hard-newlines):
11301 * faces.el (underline): Try bold if terminal doesn't support underline.
11303 * mail/sendmail.el (mail-setup-with-from): New variable.
11304 (mail-insert-from-field): New function.
11305 (sendmail-send-it): Call it.
11306 (mail-setup): Optionally call it here.
11308 * term/linux.el: Call tty-no-underline.
11310 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
11312 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11314 2005-06-17 Miles Bader <miles@gnu.org>
11316 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11317 (ediff-current-diff-C, ediff-current-diff-Ancestor)
11318 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11319 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11320 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11321 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11322 Remove "-face" suffix from face names.
11323 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11324 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11325 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11326 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11327 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11328 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11329 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11330 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11331 New backward-compatibility aliases for renamed faces.
11332 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11333 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11334 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11335 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11336 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11337 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11338 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11339 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11340 Use renamed ediff faces.
11342 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11343 Remove "-face" suffix from face names.
11344 (eshell-test-ok-face, eshell-test-failed-face):
11345 New backward-compatibility aliases for renamed faces.
11346 (eshell-run-test): Use renamed eshell-test faces.
11348 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11350 (eshell-prompt-face): New backward-compatibility alias for renamed
11352 (eshell-emit-prompt): Use renamed eshell-prompt face.
11354 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11355 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11356 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11357 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11358 Remove "-face" suffix from face names.
11359 (eshell-ls-directory-face, eshell-ls-symlink-face)
11360 (eshell-ls-executable-face, eshell-ls-readonly-face)
11361 (eshell-ls-unreadable-face, eshell-ls-special-face)
11362 (eshell-ls-missing-face, eshell-ls-archive-face)
11363 (eshell-ls-backup-face, eshell-ls-product-face)
11364 (eshell-ls-clutter-face):
11365 New backward-compatibility aliases for renamed faces.
11366 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11368 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11369 Remove "-face" suffix from face name.
11370 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11371 instead of literal face.
11373 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
11375 * emacs-lisp/warnings.el (display-warning, lwarn)
11376 (warning-minimum-log-level): Doc fixes.
11377 (warning-minimum-level, warning-minimum-log-level):
11378 Add :debug to :type choices.
11380 * progmodes/ada-mode.el (ada-format-paramlist)
11381 (ada-get-indent-case, ada-check-matching-start)
11382 (ada-check-defun-name, ada-goto-matching-decl-start)
11383 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11384 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11385 (ada-make-subprogram-body): Follow error conventions.
11386 (ada-case-exception-file, ada-indent-comment-as-code)
11387 (ada-indent-handle-comment-special, ada-indent-renames)
11388 (ada-indent-return, ada-search-directories-internal)
11389 (ada-tab-policy, ada-case-exception-substring)
11390 (ada-other-file-alist, ada-matching-start-re)
11391 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11392 (ada-imenu-generic-expression, ada-compile-goto-error)
11393 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11394 (ada-popup-menu, ada-add-extensions, ada-mode)
11395 (ada-region-selected, ada-create-case-exception)
11396 (ada-create-case-exception-substring, ada-after-keyword-p)
11397 (ada-activate-keys-for-case, ada-adjust-case-region)
11398 (ada-adjust-case-buffer, ada-format-paramlist)
11399 (ada-scan-paramlist, ada-insert-paramlist)
11400 (ada-indent-newline-indent)
11401 (ada-indent-newline-indent-conditional)
11402 (ada-justified-indent-current, ada-goto-previous-word)
11403 (ada-indent-current, ada-get-indent-open-paren)
11404 (ada-get-indent-paramlist, ada-get-indent-end)
11405 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11406 (ada-get-indent-block-start, ada-get-indent-subprog)
11407 (ada-get-indent-noindent, ada-get-indent-label)
11408 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11409 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11410 (ada-goto-stmt-end, ada-goto-next-word)
11411 (ada-check-matching-start, ada-check-defun-name)
11412 (ada-goto-matching-decl-start, ada-goto-matching-start)
11413 (ada-goto-matching-end, ada-search-ignore-string-comment)
11414 (ada-in-decl-p, ada-looking-at-semi-or)
11415 (ada-looking-at-semi-private, ada-in-paramlist-p)
11416 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11417 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11418 (ada-next-procedure, ada-previous-procedure, ada-next-package)
11419 (ada-previous-package, ada-create-menu)
11420 (ada-fill-comment-paragraph-justify)
11421 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11422 (ada-other-file-name, ada-last-which-function-line)
11423 (ada-last-which-function-subprog, ada-which-function)
11424 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11425 (ada-gen-treat-proc, ada-check-emacs-version)
11426 (ada-continuation-indent, ada-align-region-separate):
11427 Fix typos in docstrings.
11428 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11430 2005-06-16 Lute Kamstra <lute@gnu.org>
11432 * simple.el (fundamental-mode): Run after-change-major-mode-hook
11435 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11437 * comint.el (comint-replace-by-expanded-filename)
11438 (comint-prompt-regexp, comint-delimiter-argument-list)
11439 (comint-preinput-scroll-to-bottom):
11440 * info.el (Info-hide-cookies-node):
11441 * ls-lisp.el (ls-lisp-classify):
11442 * find-file.el (ff-search-directories, ff-special-constructs)
11443 (ff-find-other-file):
11444 * font-lock.el (font-lock-keywords):
11445 * shell.el (shell-prompt-pattern)
11446 (shell-dynamic-complete-functions, shell-mode)
11447 (shell-delimiter-argument-list):
11448 * term.el (term-replace-by-expanded-filename)
11449 (term-prompt-regexp, term-delimiter-argument-list):
11450 * woman.el (woman-ignore, woman0-if):
11451 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11452 * emacs-lisp/elint.el (elint-init-env):
11453 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11454 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11455 * language/ethio-util.el (ethio-tilde-escape)
11456 (ethio-use-three-dot-question):
11457 * net/zone-mode.el (zone-mode-load-time-setup):
11458 * progmodes/cc-align.el (c-lineup-argcont):
11459 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11460 * progmodes/cperl-mode.el (cperl-set-style-back):
11461 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11462 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11463 Fix spellings in docstrings.
11465 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11466 * progmodes/modula2.el (m2-for): Fix spellings.
11468 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11470 * simple.el (undo-more): Don't use `format' on `error' arguments.
11471 Improve argument/docstring consistency.
11472 (pending-undo-list): Doc fix.
11474 * smerge-mode.el (smerge-ensure-match):
11475 * emulation/vip.el (vip-ex):
11476 * net/zone-mode.el (zone-mode-update-serial):
11477 * progmodes/idlwave.el (idlwave-complete):
11478 * progmodes/vhdl-mode.el (vhdl-visit-file)
11479 (vhdl-compose-wire-components):
11480 Don't use `format' on `error' arguments.
11482 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11483 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11484 (tooltip-help-tips): Fix typos in docstrings.
11486 2005-06-16 David Ponce <david@dponce.com>
11488 * tree-widget.el (tree-widget-value-create): Simplify last change.
11490 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
11492 * ido.el (ido-incomplete-regexp): New variable.
11493 (ido-set-matches-1): Handle invalid-regexp error and set
11494 ido-incomplete-regexp.
11495 (ido-incomplete-regexp): New face.
11496 (ido-completions): Use it.
11497 (ido-complete, ido-exit-minibuffer, ido-completions):
11498 Handle incomplete regexps.
11499 (ido-completions): Add check for complete match when entering a regexp.
11501 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11503 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11505 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11507 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11508 by field delimiters.
11510 2005-06-15 David Ponce <david@dponce.com>
11512 * tree-widget.el: eval-and-compile inlined functions so they will
11513 be available at run-time too.
11514 (tree-widget-super-format-handler)
11515 (tree-widget-format-handler): Remove.
11516 (tree-widget-value-create): Handle the :indent property.
11518 2005-06-15 Miles Bader <miles@gnu.org>
11520 * progmodes/which-func.el (which-func): Only inherit
11521 `font-lock-function-name-face' when that makes sense against the
11522 default mode-line face, otherwise set the face color explicitly.
11524 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11525 faces instead of (non-existent) variables.
11527 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11529 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11530 (iswitchb-get-matched-buffers): Likewise. Simplify.
11532 2005-06-14 Miles Bader <miles@gnu.org>
11534 * progmodes/ld-script.el (ld-script-location-counter):
11535 Remove "-face" suffix from face name.
11536 (ld-script-location-counter-face):
11537 New backward-compatibility alias for renamed face.
11538 (ld-script-location-counter-face): Use renamed face.
11540 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11541 (cperl-hash): Remove "-face" suffix from face names.
11542 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11543 New backward-compatibility aliases for renamed faces.
11544 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11545 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11547 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11549 (which-func-face): New backward-compatibility alias for renamed face.
11550 (which-func-format): Use renamed which-func face.
11552 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11553 (vhdl-function, vhdl-directive, vhdl-reserved-word)
11554 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11556 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11557 (vhdl-speedbar-configuration, vhdl-speedbar-package)
11558 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11559 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11560 (vhdl-speedbar-architecture-selected)
11561 (vhdl-speedbar-configuration-selected)
11562 (vhdl-speedbar-package-selected)
11563 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11565 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11567 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11568 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11569 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11571 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11573 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11574 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11575 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11576 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11577 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11578 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11580 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11582 (sh-heredoc-face): New backward-compatibility alias for renamed face.
11583 (sh-heredoc-face): Use renamed sh-heredoc face.
11585 * progmodes/idlw-help.el (idlwave-help-link):
11586 Remove "-face" suffix from face name.
11587 (idlwave-help-link-face):
11588 New backward-compatibility alias for renamed face.
11589 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11591 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11592 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11593 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11594 New backward-compatibility aliases for renamed faces.
11595 (idlwave-shell-disabled-breakpoint-face)
11596 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11598 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11599 Remove "-face" suffix from face names.
11600 (flymake-errline-face, flymake-warnline-face):
11601 New backward-compatibility aliases for renamed faces.
11602 (flymake-highlight-line): Use renamed flymake faces.
11604 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11605 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11606 (ebrowse-member-class, ebrowse-progress):
11607 Remove "-face" suffix from face names.
11608 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11609 (ebrowse-file-name-face, ebrowse-default-face)
11610 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11611 (ebrowse-progress-face):
11612 New backward-compatibility aliases for renamed faces.
11613 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11614 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11615 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11616 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11618 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11620 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11621 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11623 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11624 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11625 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11626 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11627 backward-compatibility aliases for renamed faces.
11628 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11629 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11630 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11631 remove "font-lock-". Use renamed antlr-mode faces.
11632 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
11633 literal face-names with face variable references.
11635 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11637 (Buffer-menu-buffer-face): New backward-compatibility alias for
11639 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11641 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
11643 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11644 Eliminate "-face" suffix.
11645 (makefile-targets): Inherit from font-lock-function-name-face and
11646 eliminate "-face" suffix.
11647 (makefile-shell): Remove attributes and eliminate "-face" suffix.
11648 (makefile-*-font-lock-keywords): Append makefile-targets in rule
11649 actions, instead of prepending, to make it less visible.
11650 (makefile-previous-dependency, makefile-match-dependency):
11651 Don't match a target on a continuation line.
11653 * files.el (auto-mode-alist): Put Makefile in gmake mode.
11655 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
11657 * progmodes/gdb-ui.el (menu): Re-order menu items.
11658 (gdb-tooltip-print): Respect tooltip-use-echo-area.
11660 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11661 Define in tooltip.el.
11662 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11663 (gud-tooltip-tips): Respect tooltip-use-echo-area and
11664 gud-tooltip-echo-area.
11666 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11667 backward compatibility and make obsolete.
11668 (tooltip-help-tips): Use tooltip-use-echo-area.
11669 (tooltip-show-help-function): Rename to...
11670 (tooltip-show-help): ...this, because it is a function.
11671 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11673 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
11675 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11676 (edebug-print-length, edebug-print-level, edebug-print-circle)
11677 (edebug-modify-breakpoint, edebug-eval-last-sexp)
11678 (edebug-eval-print-last-sexp): Doc fixes.
11680 2005-06-14 Kim F. Storm <storm@cua.dk>
11682 * ido.el (ido-mode): Make a new keymap every time we enable ido,
11683 as the coverage buffer/file/both may change.
11685 2005-06-14 Lute Kamstra <lute@gnu.org>
11687 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11688 and run-mode-hooks. Simplify.
11690 * mail/rmailedit.el (rmail-edit-mode):
11691 * progmodes/octave-inf.el (inferior-octave-mode):
11692 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11694 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11695 and run-mode-hooks.
11696 (recentf-edit-list, recentf-open-files): Don't call
11697 kill-all-local-variables directly.
11699 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11701 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11703 * emacs-lisp/byte-run.el (make-obsolete)
11704 (define-obsolete-function-alias): Rename arguments FUNCTION and
11705 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11706 (make-obsolete-variable, define-obsolete-variable-alias):
11707 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11710 * isearchb.el (isearchb-activate):
11711 * pcvs.el (cvs-mode):
11712 * ses.el (ses-load):
11713 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11714 * net/tramp.el (tramp-find-file-exists-command)
11715 (tramp-find-shell):
11716 * progmodes/ada-mode.el (ada-create-case-exception)
11717 (ada-create-case-exception-substring, ada-make-subprogram-body):
11718 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11719 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11720 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11721 * textmodes/org.el (org-promote, org-evaluate-time-range)
11722 (org-agenda-next-date-line, org-agenda-previous-date-line)
11723 (org-agenda-error, org-open-at-point, org-table-move-row)
11724 (org-format-table-table-html-using-table-generate-source)
11725 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11726 * textmodes/reftex.el (reftex-access-scan-info):
11727 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11728 (reftex-toc-promote-prepare): Follow error conventions.
11730 * diff-mode.el (diff-mode): Fix typo in docstring.
11732 * forms.el (forms--intuit-from-file): Fix reference to
11733 `forms-number-of-fields' in error message.
11734 (forms-print): Fix quoting in error message.
11736 * forms.el (forms-mode):
11737 * emulation/vi.el (vi-goto-insert-state):
11738 * progmodes/flymake.el (flymake-new-err-info)
11739 (flymake-start-syntax-check-for-current-buffer)
11740 (flymake-simple-cleanup):
11741 * eshell/esh-var.el (eshell/export):
11742 * progmodes/gud.el (xdb):
11743 * textmodes/flyspell.el (flyspell-incorrect-hook)
11744 (flyspell-maybe-correct-transposition)
11745 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11747 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
11749 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11752 2005-06-13 Kim F. Storm <storm@cua.dk>
11754 * subr.el (add-to-ordered-list): New defun.
11756 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11757 add cua--keymap-alist to emulation-mode-map-alists.
11759 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11761 * subr.el (complete-in-turn): New macro.
11762 (dynamic-completion-table, lazy-completion-table): Add debug info.
11764 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11765 in preference to face aliases.
11767 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11768 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11769 Remove unused vars `start' and `firstline'.
11770 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11771 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11773 2005-06-13 Eli Zaretskii <eliz@gnu.org>
11775 * cus-start.el (all): Don't complain about missing GTK-related
11776 variables, unless either `gtk' is boundp or this isn't a
11777 `windows-nt' build.
11779 2005-06-13 Lute Kamstra <lute@gnu.org>
11781 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11784 * ediff-mult.el (ediff-meta-mode):
11785 * ediff-util.el (ediff-mode): Use run-mode-hooks.
11787 * ledit.el (ledit-mode): Use delay-mode-hooks.
11789 * woman.el (woman-mode-line-format): Delete constant.
11790 (woman-mode-map): Initialize it properly.
11791 (woman-mode): Set mode-class property to special.
11792 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
11793 Set major-mode and mode-name. Don't set mode-line-format directly.
11794 (Man-getpage-in-background): Don't reference woman-mode-line-format.
11796 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11797 string argument obsolete.
11799 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
11801 * textmodes/org.el (org-CUA-compatible): New option.
11802 (org-disputed-keys): New variable.
11803 (org-key): New function.
11804 (orgtbl-make-binding): Add docstring to the created function.
11805 (org-mode): Set paragraph start/separate regexps.
11806 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11807 (org-archive-location, org-archive-mark-done)
11808 (org-archive-stamp-time): New options.
11809 (org-archive-subtree): New command.
11810 (org-fill-paragraph): New function.
11811 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11812 (org-fake-empty-table-line): Function removed.
11813 (org-format-org-table-html): Do not create empty table lines at
11814 separator lines. Improved table header treatment.
11815 (org-link-format): New option.
11816 (org-make-link): New function.
11817 (org-insert-link, org-store-link): Use org-make-link.
11818 (org-open-file): Quote file name for shell command, to allow
11819 spaces in file names.
11820 (org-link-regexp): Fix bug with mailto link.
11821 (org-link-maybe-angles-regexp, org-protected-link-regexp):
11823 (org-export-as-html): Deal with the optional angles around a link.
11824 Better treatment of file: links.
11825 (org-open-at-point): Replace @{ and @} with < and >.
11826 (org-run-mode-hooks): Function removed.
11827 (org-agenda-mode): No longer use `org-run-mode-hooks'.
11829 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
11831 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11832 MI command -data-list-register-values.
11833 (gdb-post-prompt): Indent properly.
11835 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
11837 * hilit-chg.el (highlight-changes-colors): Rename from
11838 `highlight-changes-colours'.
11839 (highlight-changes-colours): Keep as obsolete alias.
11840 (highlight-changes-face-list): Doc fix.
11841 (hilit-chg-make-list): Use `highlight-changes-colors'.
11843 2005-06-12 Mark A. Hershberger <mah@everybody.org>
11845 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11846 defun-prompt-regexp.
11848 2005-06-12 Eli Zaretskii <eliz@gnu.org>
11850 * loadup.el: Don't say we are dumping under 2 names on windows-nt
11853 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11854 Don't use an old loaddefs.el, as in Makefile.in.
11856 2005-06-12 Lute Kamstra <lute@gnu.org>
11858 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11860 * man.el (Man-mode-map): Initialize it properly.
11861 (Man-mode): Set mode-class property to special.
11863 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11865 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
11867 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11868 A newline is needed in the docstring there.
11870 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11873 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11875 * printing.el: Doc fix. The menubar is no more changed when printing
11876 is loaded, it only changes when pr-menu-bind or pr-update-menus is
11877 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
11878 (pr-version): New version number (6.8.4).
11879 (pr-menu-bind): New command.
11880 (pr-update-menus): Docstring and code fix.
11881 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11883 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11884 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11886 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
11888 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11889 "Returns" to "return", document useful return values, etc.
11891 2005-06-11 Alan Mackenzie <acm@muc.de>
11893 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11894 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11895 (adaptive-file-function): Minor amendment to doc-string.
11897 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11899 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11900 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11901 Fix :type--it is `integer', not `string'.
11903 * faces.el (modeline-highlight): Rename from (the erroneous)
11904 `modeline-higilight'.
11906 2005-06-11 Lute Kamstra <lute@gnu.org>
11908 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11909 lisp-interaction-mode-map but make it the parent.
11910 (edebug-eval-mode): Use define-derived-mode.
11912 2005-06-11 Andreas Schwab <schwab@suse.de>
11914 * bindings.el: Add binding of `ESC functionkey' for every
11916 * hexl.el (hexl-mode-map): Likewise.
11918 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
11920 * progmodes/compile.el (compilation-error-regexp-alist-alist)
11921 [msft]: update regexp for newer msft compilers.
11923 2005-06-10 Mark A. Hershberger <mah@everybody.org>
11925 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11926 ATTLIST portions of included DTDs.
11927 (xml-parse-dtd): Eliminate use of inefficient match-data.
11929 2005-06-10 Miles Bader <miles@gnu.org>
11931 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11932 (mpuz-text): Remove "-face" suffix from face names.
11933 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11934 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11935 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11937 * play/gomoku.el (gomoku-O, gomoku-X):
11938 Remove "-face" suffix from face names.
11939 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11940 New backward-compatibility aliases for renamed faces.
11941 (gomoku-font-lock-keywords): Use renamed gomoku faces.
11943 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11945 * thumbs.el: Fixes for changes of 2005-06-09.
11946 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11948 (thumbs-thumbname): Remove directory separator from format string;
11949 `thumbs-thumbsdir' now returns a valid directory name.
11950 (thumbs-temp-dir): New defsubst.
11951 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11954 * cus-edit.el (minibuffer):
11955 * files.el (make-backup-file-name-function):
11956 * filesets.el (filesets-external-viewers):
11957 * hilit-chg.el (highlight-changes-colours)
11958 (highlight-changes-face-list, highlight-changes-rotate-faces):
11959 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11960 * kmacro.el (kmacro-call-macro):
11961 * log-edit.el (log-edit-changelog-full-paragraphs):
11962 * mouse.el (mouse-1-click-follows-link):
11963 * skeleton.el (skeleton-autowrap):
11964 * subr.el (insert-for-yank-1):
11965 * tempo.el (tempo-insert-region):
11966 * terminal.el (terminal-emulator):
11967 * time.el (display-time-mail-face):
11968 * vc.el (vc-annotate):
11969 * vcursor.el (vcursor-copy-line):
11970 * woman.el (woman-bold-headings, woman-ignore)
11971 (woman-default-faces, woman-monochrome-faces):
11972 * calendar/todo-mode.el (todo-insert-threshold):
11973 * emulation/pc-select.el (pc-select-selection-keys-only)
11974 (pc-selection-mode):
11975 * emulation/vip.el (vip-find-char-forward):
11976 * emulation/viper-cmd.el (viper-find-char-forward):
11977 * international/mule-cmds.el
11978 (select-safe-coding-system-accept-default-p)
11979 (input-method-exit-on-invalid-key):
11980 * international/mule-diag.el (describe-coding-system):
11981 * international/ucs-tables.el (unify-8859-on-encoding-mode):
11982 * net/browse-url.el (browse-url-xterm-program):
11983 * obsolete/lazy-lock.el (lazy-lock-mode):
11984 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11986 * progmodes/cpp.el (cpp-face-light-name-list)
11987 (cpp-face-dark-name-list):
11988 * progmodes/delphi.el (delphi-newline-always-indents):
11989 Fix spellings in docstrings.
11991 * ido.el (ido-mode, ido-file-extensions-order)
11992 (ido-default-file-method, ido-default-buffer-method)
11993 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11994 (ido-decorations, ido-read-file-name-as-directory-commands)
11995 (ido-read-file-name-non-ido, ido-work-directory-list)
11996 (ido-ignore-item-temp-list, ido-current-directory)
11997 (ido-magic-forward-char, ido-enter-find-file)
11998 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11999 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12001 2005-06-10 Lute Kamstra <lute@gnu.org>
12003 * play/dunnet.el (dun-mode): Use define-derived-mode.
12004 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
12007 * play/doctor.el (doctor-mode-map): Remove defvar.
12008 (doctor-mode): Use define-derived-mode.
12010 * mail/mspools.el (mspools-mode):
12011 * net/eudc-hotlist.el (eudc-hotlist-mode):
12012 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12014 2005-06-10 Miles Bader <miles@gnu.org>
12016 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12017 Remove "-face" suffix from face names.
12018 (flyspell-incorrect-face, flyspell-duplicate-face):
12019 New backward-compatibility aliases for renamed faces.
12020 (flyspell-mode-on, make-flyspell-overlay)
12021 (flyspell-highlight-incorrect-region)
12022 (flyspell-highlight-duplicate-region)
12023 (flyspell-display-next-corrections)
12024 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12026 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12028 (texinfo-heading-face): New backward-compatibility alias for
12030 (texinfo-heading-face): Use renamed texinfo-heading face.
12032 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12033 suffix from face names.
12034 (tex-math-face, tex-verbatim-face):
12035 New backward-compatibility aliases for renamed faces.
12036 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12037 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12040 * textmodes/table.el (table-cell): Remove "-face" suffix from face
12042 (table-cell-face): New backward-compatibility alias for renamed face.
12043 (table--put-cell-face-property, table--update-cell-face):
12044 Use renamed table-cell face.
12046 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12048 (sgml-namespace-face): New backward-compatibility alias for
12050 (sgml-namespace-face): Use renamed sgml-namespace face.
12052 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12053 (org-level-4, org-level-5, org-level-6, org-level-7)
12054 (org-level-8, org-warning, org-headline-done)
12055 (org-deadline-announce, org-scheduled-today)
12056 (org-scheduled-previously, org-link, org-done, org-table)
12057 (org-time-grid): Remove "-face" suffix from face names.
12058 (org-level-1-face, org-level-2-face, org-level-3-face)
12059 (org-level-4-face, org-level-5-face, org-level-6-face)
12060 (org-level-7-face, org-level-8-face, org-warning-face)
12061 (org-headline-done-face, org-deadline-announce-face)
12062 (org-scheduled-today-face, org-scheduled-previously-face)
12063 (org-link-face, org-done-face, org-table-face)
12064 (org-time-grid-face):
12065 New backward-compatibility aliases for renamed faces.
12066 (org-level-faces, org-set-font-lock-defaults, org-timeline)
12067 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12068 (org-agenda-get-timestamps, org-agenda-get-scheduled)
12069 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12071 * emulation/viper-init.el (viper-search, viper-replace-overlay)
12072 (viper-minibuffer-emacs, viper-minibuffer-insert)
12073 (viper-minibuffer-vi): Remove "-face" suffix from face names.
12074 (viper-search-face, viper-replace-overlay-face)
12075 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12076 (viper-minibuffer-vi-face):
12077 New backward-compatibility aliases for renamed faces.
12078 (viper-search-face, viper-replace-overlay-face)
12079 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12080 (viper-minibuffer-vi-face): Use renamed viper faces.
12082 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12083 Remove "-face" suffix from face names.
12084 (testcover-nohits-face, testcover-1value-face):
12085 New backward-compatibility aliases for renamed faces.
12086 (testcover-mark): Use renamed testcover faces.
12088 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12090 (diary-button-face): New backward-compatibility alias for renamed face.
12091 (diary-entry): Use renamed diary-button face.
12093 * calendar/calendar.el (diary, calendar-today, holiday)
12094 (mark-visible-calendar-date): Remove "-face" suffix from face names.
12095 (diary-face, calendar-today-face, holiday-face):
12096 New backward-compatibility aliases for renamed faces.
12097 (eval-after-load "facemenu", diary-entry-marker)
12098 (calendar-today-marker, calendar-holiday-marker, diary-face):
12099 Use renamed calendar faces.
12101 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12102 (compare-windows-face): New backward-compatibility alias for
12104 (compare-windows-highlight): Use renamed compare-windows face.
12106 * strokes.el (strokes-char): Remove "-face" suffix from face name.
12107 (strokes-char-face): New backward-compatibility alias for renamed face.
12108 (strokes-encode-buffer): Use renamed strokes-char face.
12110 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12111 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12112 Remove "-face" suffix from face names.
12113 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12114 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12115 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12116 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12117 Use renamed pcvs faces.
12118 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12119 * pcvs-defs.el (cvs-mode-map): Likewise.
12120 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12122 * info.el (info-title-1, info-title-2, info-title-3)
12123 (info-title-4): Remove "-face" suffix from and downcase face names.
12124 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12125 (Info-title-4-face):
12126 New backward-compatibility aliases for renamed faces.
12127 (Info-fontify-node): Use renamed info faces.
12129 * hilit-chg.el (highlight-changes, highlight-changes-delete):
12130 Remove "-face" suffix from face names.
12131 (highlight-changes-face, highlight-changes-delete-face):
12132 New backward-compatibility aliases for renamed faces.
12133 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12134 (hilit-chg-make-list): Use renamed highlight-changes faces.
12136 * generic-x.el (show-tabs-tab, show-tabs-space):
12137 Remove "-face" suffix from face names.
12138 (show-tabs-tab-face, show-tabs-space-face):
12139 New backward-compatibility aliases for renamed faces.
12140 (show-tabs-generic-mode-font-lock-defaults-1)
12141 (show-tabs-generic-mode-font-lock-defaults-2):
12142 Use renamed show-tabs faces.
12144 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12145 (smerge-markers): Remove "-face" suffix from face names.
12146 (smerge-mine-face, smerge-other-face, smerge-base-face)
12147 (smerge-markers-face):
12148 New backward-compatibility aliases for renamed faces.
12149 (smerge-mine-face, smerge-other-face, smerge-base-face)
12150 (smerge-markers-face): Use renamed smerge faces.
12152 * log-view.el (log-view-file, log-view-message): Remove "-face"
12153 suffix from face names.
12154 (log-view-file-face, log-view-message-face):
12155 New backward-compatibility aliases for renamed faces.
12156 (log-view-file-face, log-view-message-face): Use renamed log-view
12159 * paren.el (show-paren-match, show-paren-mismatch):
12160 Remove "-face" suffix from face names.
12161 (show-paren-match-face, show-paren-mismatch-face):
12162 New backward-compatibility aliases for renamed faces.
12163 (show-paren-function): Use renamed show-paren faces.
12165 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12166 (ruler-mode-margins, ruler-mode-fringes)
12167 (ruler-mode-column-number, ruler-mode-fill-column)
12168 (ruler-mode-comment-column, ruler-mode-goal-column)
12169 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12170 suffix from face names.
12171 (ruler-mode-default-face, ruler-mode-pad-face)
12172 (ruler-mode-margins-face, ruler-mode-fringes-face)
12173 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12174 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12175 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12176 New backward-compatibility aliases for renamed faces.
12177 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12178 (ruler-mode-column-number, ruler-mode-fill-column)
12179 (ruler-mode-comment-column, ruler-mode-goal-column)
12180 (ruler-mode-tab-stop, ruler-mode-current-column)
12181 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12184 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12186 (whitespace-highlight-the-space): Use renamed face.
12187 (whitespace-highlight-face): New backward-compatibility alias for
12190 * woman.el (woman-italic, woman-bold, woman-unknown)
12191 (woman-addition, woman-symbol-face):
12192 Remove "-face" suffix from face names.
12193 (woman-italic-face, woman-bold-face, woman-unknown-face)
12194 (woman-addition-face):
12195 New backward-compatibility aliases for renamed faces.
12196 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12197 (woman-decode-region, woman-replace-match)
12198 (woman-display-extended-fonts, woman-special-characters)
12199 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12200 Use renamed woman faces.
12202 * longlines.el (longlines-visible-face): Face removed.
12204 * diff-mode.el (diff-header, diff-file-header, diff-index)
12205 (diff-hunk-header, diff-removed, diff-added, diff-changed)
12206 (diff-function, diff-context, diff-nonexistent): Remove "-face"
12207 suffix from face names.
12208 (diff-header-face, diff-file-header-face, diff-index-face)
12209 (diff-hunk-header-face, diff-removed-face, diff-added-face)
12210 (diff-changed-face, diff-function-face, diff-context-face)
12211 (diff-nonexistent-face): New backward-compatibility aliases for
12213 (diff-header-face, diff-file-header-face)
12214 (diff-index, diff-index-face, diff-hunk-header)
12215 (diff-hunk-header-face, diff-removed, diff-removed-face)
12216 (diff-added, diff-added-face, diff-changed-face, diff-function)
12217 (diff-function-face, diff-context-face, diff-nonexistent)
12218 (diff-nonexistent-face): Use renamed diff-mode faces.
12220 * progmodes/compile.el (compilation-warning-face)
12221 (compilation-info-face): Remove "-face" suffix from face names.
12222 (compilation-warning-face, compilation-info-face):
12223 New backward-compatibility aliases for renamed faces.
12224 (compilation-warning-face, compilation-info-face):
12225 Use renamed compilation faces.
12227 * add-log.el (change-log-date, change-log-name)
12228 (change-log-email, change-log-file, change-log-list)
12229 (change-log-conditionals, change-log-function)
12230 (change-log-acknowledgement): Remove "-face" suffix from face names.
12231 (change-log-date-face, change-log-name-face)
12232 (change-log-email-face, change-log-file-face)
12233 (change-log-list-face, change-log-conditionals-face)
12234 (change-log-function-face, change-log-acknowledgement-face):
12235 New backward-compatibility aliases for renamed faces.
12236 (change-log-font-lock-keywords): Use renamed change-log faces.
12238 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12239 (custom-set, custom-changed, custom-saved, custom-button)
12240 (custom-button-pressed, custom-documentation, custom-state)
12241 (custom-comment, custom-comment-tag, custom-variable-tag)
12242 (custom-variable-button, custom-face-tag, custom-group-tag-1)
12243 (custom-group-tag): Remove "-face" suffix from face names.
12244 (custom-magic-alist, custom-magic-value-create)
12245 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12246 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12247 (custom-set-face, custom-changed-face, custom-saved-face)
12248 (custom-button-face, custom-button-pressed-face)
12249 (custom-documentation-face, custom-state-face)
12250 (custom-comment-face, custom-comment-tag-face)
12251 (custom-variable-tag-face, custom-variable-button-face)
12252 (custom-face-tag-face, custom-group-tag-face-1)
12253 (custom-group-tag-face):
12254 New backward-compatibility aliases for renamed faces.
12256 * wid-edit.el (widget-documentation, widget-button)
12257 (widget-field, widget-single-line-field, widget-inactive)
12258 (widget-button-pressed): "-face" suffix removed from face names.
12259 (widget-documentation-face, widget-button-face)
12260 (widget-field-face, widget-single-line-field-face)
12261 (widget-inactive-face, widget-button-pressed-face):
12262 New backward-compatibility aliases for renamed faces.
12263 (widget-documentation-face, widget-button-face)
12264 (widget-button-pressed-face, widget-specify-field)
12265 (widget-specify-inactive): Use renamed widget faces.
12267 2005-06-10 Kenichi Handa <handa@m17n.org>
12269 * term/x-win.el (x-clipboard-yank): Remove condition-case
12272 2005-06-11 Kenichi Handa <handa@m17n.org>
12274 * add-log.el (change-log-font-lock-keywords): Make the regexp for
12275 date lines stricter.
12277 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
12279 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12280 of x-get-selection.
12282 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
12284 * comint.el (comint-mode, comint-snapshot-last-prompt):
12285 * frame.el (frame-current-scroll-bars):
12286 * term.el (term-mode, term-check-proc, term-input-sender)
12287 (term-simple-send, term-extract-string, term-word)
12288 (term-match-partial-filename):
12289 * window.el (window-current-scroll-bars):
12290 * emulation/cua-base.el (cua-normal-cursor-color)
12291 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12292 (cua-global-mark-cursor-color):
12293 * mail/undigest.el (rmail-forward-separator-regex):
12294 Fix typos in docstrings.
12296 * comint.el (comint-check-proc, make-comint-in-buffer)
12297 (comint-source-default): Doc fixes.
12299 * term.el (term-send-string): Improve argument/docstring consistency.
12301 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
12303 * comint.el (comint-send-input): Bind `inhibit-read-only' around
12304 call to `delete-region'.
12305 (comint-mode-hook): Do not enable Font Lock by default.
12307 2005-06-09 Lute Kamstra <lute@gnu.org>
12309 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12312 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12314 * emacs-lisp/debug.el (debugger-will-be-back): New var.
12316 (debugger-step-through, debugger-continue, debugger-jump)
12317 (debugger-return-value): Set it when needed.
12318 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12319 Use inhibit-read-only.
12321 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
12323 * window.el (shrink-window-if-larger-than-buffer)
12324 (window-size-fixed): Fix typo in docstring.
12326 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
12327 thumbnails directory on loading.
12328 (thumbs-conversion-program): Use `eq' to check the system type,
12330 (thumbs-temp-dir): Initialize to `temporary-file-directory',
12331 not "/tmp". Fix docstring.
12332 (thumbs-thumbsdir): New function to return the thumbnails
12333 directory, creating it if needed.
12334 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12335 (thumbs-temp-file): Delete variable and make it into a function.
12336 (thumbs-resize-image, thumbs-modify-image): Use it.
12337 (thumbs-kill-buffer): Simplify.
12338 (thumbs-gensym): Defalias or duplicate CL `gensym'.
12339 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12342 2005-06-09 Kim F. Storm <storm@cua.dk>
12344 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12345 set-match-data to free markers in match-data.
12347 * replace.el (replace-match-data): Pass RESEAT arg `t' to
12348 match-data to unchain markers in match-data.
12350 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12352 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12353 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
12356 2005-06-08 Richard M. Stallman <rms@gnu.org>
12358 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12359 give the variable a doc string that doesn't say don't set it directly.
12361 * textmodes/ispell.el (ispell-check-version):
12362 Use match-string-no-properties.
12363 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12364 (ispell-buffer-local-words): Likewise.
12366 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12367 except on terminals with enough colors to really display it.
12368 (makefile-dependency-regex): Delete spurious `bb'.
12370 * faces.el (escape-glyph): Use blue once again in last case.
12371 (no-break-space): Redefine so that it isn't invisible on a tty.
12373 2005-06-08 Kim F. Storm <storm@cua.dk>
12375 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12376 also when reading directory name.
12378 2005-06-08 Lute Kamstra <lute@gnu.org>
12380 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12381 (flyspell-mode-line-string): Remove autoload cookie.
12382 (flyspell-mode): Remove defvar.
12384 2005-06-07 Lute Kamstra <lute@gnu.org>
12386 * textmodes/org.el (org-run-mode-hooks): New function.
12387 (org-agenda-mode): Use it.
12389 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
12391 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12393 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12395 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12397 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
12399 * font-lock.el (font-lock-add-keywords): Doc fix.
12401 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12403 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12404 (tex-compile-default): In the absence of any history, use the order in
12405 tex-compile-alist to choose the preferred command.
12406 (tex-compile-commands): Reorder a bit.
12408 * textmodes/flyspell.el (flyspell-auto-correct-binding)
12409 (flyspell-incorrect-face, flyspell-duplicate-face):
12410 Use (X)Emacs-agnostic code.
12411 (flyspell-mode-map): Don't overwrite at each load. Remove code
12412 redundant with the subsequent add-minor-mode. Merge Emacs and
12414 (flyspell-word): Minor simplification.
12415 (flyspell-math-tex-command-p): Quieten the byte-compiler.
12416 (flyspell-external-point-words): Remove unused vars `size' and `start'.
12417 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12418 Merge the corresponding Emacs code.
12419 (flyspell-correct-word, flyspell-xemacs-popup):
12420 Use flyspell-do-correct.
12422 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12423 a dedicated window.
12425 * international/latexenc.el (latexenc-find-file-coding-system):
12426 Undo part of last patch, to turn off a compiler warning.
12428 2005-06-06 Juri Linkov <juri@jurta.org>
12430 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12431 Rename `tmm-inactive-face' to `tmm-inactive'.
12433 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
12435 * iswitchb.el: Rename faces.
12437 2005-06-06 Kim F. Storm <storm@cua.dk>
12439 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12440 (cua-global-mark): Remove -face suffix from face names.
12442 * emulation/cua-gmrk.el (cua--init-global-mark):
12443 Remove cua-global-mark face setup.
12445 2005-06-06 Richard M. Stallman <rms@gnu.org>
12447 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12448 just like other allowed characters.
12449 (makefile-match-dependency): Exclude leading and training whitespace
12450 from the range of regexp subexp 1.
12451 (makefile-macroassign-regex): Don't try to match the body,
12452 just the name of the macro being defined.
12454 * info.el (Info-read-node-name-2): New function.
12455 (Info-read-node-name-1): Use that.
12456 Add a completion-base-size-function property.
12458 * simple.el (completion-setup-function): Look for
12459 completion-base-size-function property of minibuffer-completion-table.
12461 * files.el (locate-file-completion): Doc fix.
12463 * printing.el: Don't call pr-update-menus; user must do that.
12465 * emacs-lisp/debug.el (debugger-window): New variable.
12466 (debug): Use debugger-window if it is set and still alive.
12467 Record debugger-window for next entry.
12469 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12471 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
12473 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12474 (hack-one-local-variable, hack-local-variables)
12475 (hack-local-variables-prop-line): Pass that arg.
12477 2005-06-06 Kim F. Storm <storm@cua.dk>
12479 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12480 (ido-indicator): Remove -face suffix from face names.
12482 2005-06-06 Juri Linkov <juri@jurta.org>
12484 * font-lock.el (font-lock-regexp-backslash)
12485 (font-lock-regexp-backslash-construct): New faces.
12486 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
12487 after `('. Add `while-no-input' to control structures.
12489 * faces.el (no-break-space, shadow): New faces.
12490 (escape-glyph): Use less loud colors pink2 and red4.
12492 * diff-mode.el (diff-context-face)
12493 * dired.el (dired-ignored)
12494 * rfn-eshadow.el (file-name-shadow)
12495 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12497 * info.el (Info-title-1-face): Use green instead of yellow because
12498 bold yellow is not readable on light backgrounds.
12500 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12501 before selecting the desired mode to not spend time fontifying
12504 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
12506 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12507 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12509 * ps-print.el (ps-default-fg, ps-default-bg):
12510 Fix typos in docstrings.
12512 * isearchb.el (isearchb): Don't pass a spurious second argument to
12513 `iswitchb-completions'.
12515 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
12517 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12519 (gdb-find-file-hook): Add doc string.
12521 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12522 C dereferenced pointer expression.
12523 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
12525 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12527 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12528 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12529 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12530 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12531 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12532 Make background transparent.
12534 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12536 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
12537 (font-lock-remove-keywords): Doc fix.
12538 (font-lock-mode-major-mode): Compiler defvar.
12539 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12541 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12542 (font-lock-mode): Update `font-lock-mode-major-mode'.
12543 (font-lock-set-defaults): Compiler defvar.
12544 (font-lock-default-function): Take `font-lock-mode-major-mode'
12547 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12548 keep track of which major mode it enabled the minor mode for.
12549 Use find-file-hook again. Update docstring.
12551 * simple.el (eval-expression-print-level)
12552 (eval-expression-print-length, eval-expression-debug-on-error):
12555 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
12557 * iswitchb.el (iswitchb-single-match-face)
12558 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12559 (iswitchb-invalid-regexp-face): New faces.
12560 (iswitchb-completions): Use them.
12561 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12562 now marked as an obsolete alias.
12563 (iswitchb-read-buffer): Remove check for bound font variables.
12564 (iswitchb-invalid-regexp): New free variable.
12565 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12566 set iswitchb-invalid-regexp.
12567 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12569 (iswitchb-completions): Add check for complete match when entering
12571 (iswitchb-completions): Remove require-match argument.
12572 (iswitchb-exhibit): Fix caller.
12573 (iswitchb-common-match-inserted): New variable.
12574 (iswitchb-complete, iswitchb-completion-help): Use it.
12576 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
12578 * url-http.el (url-http-chunked-encoding-after-change-function):
12579 Use `url-http-debug' instead of `message'.
12581 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
12583 * url-http.el (url-http-parse-headers): Pass redirected URL as a
12586 2005-06-04 Kim F. Storm <storm@cua.dk>
12588 * simple.el (line-move): Only call sit-for when moving backwards.
12590 * ido.el (ido-make-merged-file-list-1): New defun split from
12591 ido-make-merged-file-list.
12592 (ido-make-merged-file-list): Bind throw-on-input around call to
12593 ido-make-merged-file-list-1. Return input-pending-p if
12594 interrupted by more input available.
12595 (ido-read-internal): Handle input-pending-p return value from
12596 ido-make-merged-file-list.
12598 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12600 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12601 compatibility code.
12603 * international/latexenc.el (latexenc-find-file-coding-system):
12604 Don't inherit the EOL part of the coding-system from the
12605 tex-main buffer. Fit within 80 columns.
12607 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
12609 * tmm.el (tmm-inactive-face): New face.
12610 (tmm-remove-inactive-mouse-face): New function.
12611 (tmm-prompt, tmm-add-one-shortcut)
12612 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12613 but not selectable.
12615 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
12617 * faces.el (face-equal): Improve argument/docstring consistency.
12619 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
12621 * progmodes/make-mode.el (makefile-targets-face)
12622 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12623 (makefile-bsdmake-dependency-regex)
12624 (makefile-makepp-rule-action-regex)
12625 (makefile-bsdmake-rule-action-regex): New constants.
12626 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12628 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12629 Allow (...) within `...' for makepp messages.
12631 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
12633 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12635 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12636 "." files are deleted from all file lists before comparison.
12638 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12639 (viper-ESC-key): Made them customizable.
12641 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12643 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
12645 * autorevert.el (auto-revert-buffers): Use save-match-data.
12647 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12649 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12650 menu items with a nil command binding.
12652 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
12654 * emacs-lisp/cl-macs.el (defsetf):
12655 Improve argument/docstring consistency.
12657 * faces.el (list-faces-display): Improve the formatting by
12658 computing the maximum length required for any face-name (reworked
12659 patch of 1999-01-11, accidentally deleted on 1999-07-21).
12660 (internal-find-face): Remove redundant info in docstring.
12662 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
12664 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12665 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12666 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12667 (gdb-assembler-custom): Improve regexps.
12668 (def-gdb-auto-update-handler): Use window point to preserve point.
12670 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12672 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12674 2005-05-31 Jay Belanger <belanger@truman.edu>
12676 * calc/calc-embed.el (calc-embedded-word): Change argument passed
12678 (calc-embedded-make-info): Have plain prefix argument select
12681 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
12683 * faces.el (list-faces-display): Signal error if passed a regexp
12684 that matches no face name.
12686 * simple.el (filter-buffer-substring): Fix typo in docstring.
12688 2005-05-31 Richard M. Stallman <rms@gnu.org>
12690 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12691 (vhdl-emacs-21): Doc fix.
12692 (vhdl-mode): Unconditionally set comment-padding.
12693 (vhdl-fixup-whitespace-region): Insert spaces only where
12695 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12697 2005-05-30 John Wiegley <johnw@newartisans.com>
12699 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12700 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12701 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12702 `directory-sep-char' to ?/, and all uses of `string-to-int' to
12703 `string-to-number'.
12705 2005-05-30 Jay Belanger <belanger@truman.edu>
12707 * calc/calc.el (calc-bug-address): Fix docstring.
12708 (calc-window-hook, calc-trail-window-hook): New variables.
12709 (calc-trail-display): Restore use of calc-trail-window-hook.
12710 (calc): Restore use of calc-window-hook.
12712 2005-05-31 Masatake YAMATO <jet@gyve.org>
12714 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12716 * help-fns.el (help-C-file-name): Add autoload mark for
12717 `find-function-noselect'.
12719 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12721 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12722 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12724 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12726 * calendar/diary-lib.el (mark-included-diary-files): Only kill
12727 included diary buffer if it was not already being visited.
12728 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12730 * calendar/icalendar.el (top-level): Do not require appt.
12732 * mail/supercite.el (sc-select-attribution): Only use a list
12733 element from sc-attrib-selection-list if it returns a string.
12734 Reported by Davide G. M. Salvetti <salve@debian.org>.
12736 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
12738 * thumbs.el (thumbs-thumbname): The resulting thumbname now
12739 includes a hash value to improve its uniqueness, and has a ".jpg"
12740 extension. Also, it is now a valid filename on all systems.
12741 (thumbs-make-thumb): Use `let', not `let*'.
12742 (thumbs-show-thumbs-list): Check for JPEG availability.
12744 2005-05-30 Richard M. Stallman <rms@gnu.org>
12746 * filesets.el (filesets-menu-ensure-use-cached):
12747 Prevent warning when emacs-version>= is undefined.
12749 * printing.el (pr-interactive-n-up): Use string-to-number.
12751 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12753 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12754 Warn only when name to be defined is quoted.
12756 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
12758 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12759 Make regexp more robust.
12760 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12761 Force regeneration of disassembly.
12763 2005-05-29 Jay Belanger <belanger@truman.edu>
12765 * calc/calc.el (calc-user-invocation): Check if
12766 calc-invocation-macro is non-nil.
12768 2005-05-29 Juri Linkov <juri@jurta.org>
12770 * add-log.el (change-log-font-lock-keywords):
12771 Add `+' to e-mail regexp to accept mail address with keywords.
12773 * man.el (Man-name-regexp): Add `:' to accept qualified names.
12775 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
12777 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12779 * ielm.el (inferior-emacs-lisp-mode): Ditto.
12781 2005-05-29 Richard M. Stallman <rms@gnu.org>
12783 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12784 Undo the change that moves to end of the current word.
12786 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12788 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12789 Throw error when count <= 0 to ensure input is a number.
12790 (gdb-read-memory-custom): Pick up address from buffer.
12791 (gdb-memory-mode): Allow user to increment and decrement
12792 memory address from header line.
12794 2005-05-29 Richard M. Stallman <rms@gnu.org>
12796 * flyspell.el (flyspell-version): Function deleted.
12797 (flyspell-auto-correct-previous-hook): Doc fix.
12799 * jit-lock.el (jit-lock-function, jit-lock-after-change):
12800 Do nothing if memory is full.
12802 * font-lock.el (font-lock-fontify-syntactically-region):
12803 Pass t for GREEDY to looking-back.
12805 * saveplace.el (save-place-alist-to-file): Write the file
12806 using write-region.
12808 * subr.el (looking-back): New argument GREEDY.
12810 * progmodes/compile.el (compilation-start): Set the mode
12811 before inserting the initial text.
12813 * progmodes/which-func.el (which-func-update-1): Turn the mode
12814 off in case of error by setting which-func-mode.
12816 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
12818 * flyspell.el (flyspell-auto-correct-previous-word):
12819 Narrow down to what's on the screen, and recenter overlays
12820 at the end of the next word.
12822 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
12824 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12825 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12826 (flyspell-abbrev-p): Default to nil.
12827 (flyspell-use-global-abbrev-table-p): Doc fix.
12828 (flyspell-large-region): Allow nil as value.
12829 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12831 (mail-mode-flyspell-verify): More robust handling
12832 of `mail-header-separator'. More efficient signature detection.
12833 Allow for regexp metacharacters in message-header-separator.
12834 Adding `To' not to be checked in mail-mode-flyspell-verify.
12836 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12837 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12838 Bind flyspell-auto-correct-binding.
12840 (flyspell-mode-map): Likewise.
12841 (flyspell-mode): Doc fix.
12842 (flyspell-accept-buffer-local-defs): Preserve current buffer.
12843 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12844 (flyspell-word-cache-result): New var, always local.
12845 (flyspell-check-pre-word-p): Doc fix.
12846 (flyspell-check-changed-word-p): Handle spc like newline.
12847 (flyspell-post-command-hook): Set flyspell-word-cache-result.
12848 (flyspell-word-search-backward, flyspell-word-search-forward):
12850 (flyspell-word): Return t if nothing to check.
12851 When parsing TeX code, check for after } or \.
12852 Use flyspell-word-search-backward to find previous word.
12853 Return nil if duplicated word.
12854 For word already checked, return same value as last time.
12855 Set flyspell-word-cache-result after checking.
12856 Don't clobber the return value.
12857 (flyspell-get-word): Major rewrite.
12858 (flyspell-external-point-words): New locals pword, pcount.
12859 Fix size used in progress message.
12860 Find the proper corresponding word in flyspell-large-region-buffer.
12861 (flyspell-region): Check for flyspell-large-region = nil.
12862 (flyspell-highlight-incorrect-region): Clean up overlays in region.
12863 (flyspell-auto-correct-word): Check that WORD is a cons.
12864 (flyspell-correct-word): Likewise.
12866 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
12868 * progmodes/make-mode.el (makefile-rule-action-regex)
12869 (makefile-macroassign-regex, makefile-makepp-mode)
12870 (makefile-bsdmake-mode): Continuation lines may be empty.
12871 Reported by Joshua Varner.
12872 (makefile-makepp-font-lock-keywords): Add $(stem).
12874 2005-05-28 Karl Berry <karl@gnu.org>
12876 * textmodes/tex-mode.el: Now that tex-send-command calls
12877 shell-quote-argument (2005-03-31 change), remove all calls to
12878 shell-quote-argument; they all end up invoking tex-send-command.
12879 The double quoting loses on filenames with non-safe characters,
12880 such as "@". Reported by Frederik Fouvry.
12882 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12884 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12885 about preserving point.
12887 2005-05-27 Jay Belanger <belanger@truman.edu>
12889 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12892 * calc/calc-embed.el (calc-embed-arg): New variable.
12893 (calc-do-embedded-activate, calc-embedded-activate-formula)
12894 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12895 variable by new variable.
12896 (calc-embedded-make-info): Replace undeclared variable by new
12897 variable. When selecting region with positive prefix
12898 argument, use end of previous line instead of beginning of line.
12900 * calc/calc-aent.el (calc-arg-values): Declare it.
12902 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12905 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12907 * calc/calc.el (calc-alg-map): Declare it.
12909 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12911 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
12913 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12914 (gdb-registers-buffer, toggle-gdb-all-registers):
12915 Toggle display of floating point registers.
12916 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12918 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
12919 (toggle-gud-tooltip-dereference):
12920 Rename from gud-toggle-tooltip-dereference.
12922 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12924 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12926 2005-05-27 Jay Belanger <belanger@truman.edu>
12928 * calc/calc-prog.el (calc-kbd-report): Remove.
12929 (calc-kbd-query): Rewrite.
12931 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
12933 * image.el (image-library-alist): Move to image.c.
12934 (image-type-available-p): Doc fix.
12936 2005-05-27 Lute Kamstra <lute@gnu.org>
12938 * calc/calc.el (calc):
12939 * outline.el (outline-1, outline-2, outline-3, outline-4)
12940 (outline-5, outline-6, outline-7, outline-8):
12941 * textmodes/dns-mode.el (dns-mode):
12942 * textmodes/sgml-mode.el (sgml-namespace-face):
12943 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12944 (tex-verbatim-face, tex-use-reftex):
12945 * textmodes/texinfo.el (texinfo-heading-face):
12946 Specify customization group.
12948 * longlines.el: Don't require easy-mmode.
12949 (longlines-visible-face): Specify customization group.
12951 2005-05-27 Kenichi Handa <handa@m17n.org>
12953 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12954 encoding table of windows-1251.
12956 * international/ucs-tables.el (ucs-set-table-for-input):
12957 If translation-table-for-input of a coding system is a symbol, get
12958 its translation-table property.
12960 * international/code-pages.el: Don't register a coding system into
12961 non-iso-charset-alist more than once.
12962 (cp-make-coding-system): Likewise.
12964 2005-05-26 John Wiegley <johnw@newartisans.com>
12966 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12967 `eshell-resume-eval' is wrapped in a list, it indicates that the
12968 command was run asynchronously. In that case, unwrap the value
12969 before checking the delimiter value.
12971 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12972 character before a space at the end of a line is \, assume the space
12973 is part of the last argument rather than a final argument separator.
12975 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12976 is in use, and the target is `t' or `nil' (which are the most common
12977 values), don't assume that the symbol target is a buffer.
12979 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12981 * calendar/calendar.el (calendar-mode-line-format):
12982 Use mode-line-highlight as mouse-face.
12984 * time.el (display-time-string-forms, display-time-update):
12985 Use mode-line-highlight as mouse-face.
12987 2005-05-26 Jay Belanger <belanger@truman.edu>
12989 * calc/calc.el (calc-language-alist): Remove extra defvar.
12991 2005-05-26 Lute Kamstra <lute@gnu.org>
12993 * arc-mode.el (archive-mode):
12994 * bookmark.el (bookmark-read-annotation-mode)
12995 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12997 * calc/calc-yank.el (calc-edit-mode):
12998 * calc/calc.el (calc-mode, calc-trail-mode):
12999 * calculator.el (calculator-mode):
13000 * chistory.el (command-history-mode):
13002 * cus-edit.el (custom-mode):
13003 * descr-text.el (describe-text-mode):
13004 * ebuff-menu.el (Electric-buffer-menu-mode):
13005 * ediff-util.el (ediff-mode):
13006 * emacs-lisp/re-builder.el (reb-mode):
13007 * emulation/vi.el (vi-mode-setup):
13008 * emulation/ws-mode.el (wordstar-mode):
13009 * eshell/esh-mode.el (eshell-mode):
13010 * forms.el (forms-mode):
13011 * help-mode.el (help-mode):
13012 * hexl.el (hexl-mode):
13013 * ibuffer.el (ibuffer-mode):
13014 * ielm.el (inferior-emacs-lisp-mode):
13015 * info.el (Info-mode, Info-edit-mode):
13016 * international/swedish.el:
13017 * ledit.el (ledit-from-lisp-mode):
13018 * locate.el (locate-mode):
13019 * mail/rmail.el (rmail-mode):
13020 * mail/rmailedit.el (rmail-edit-mode):
13021 * mail/rmailsum.el (rmail-summary-mode):
13022 * mail/supercite.el (sc-electric-mode):
13023 * net/eudc.el (eudc-mode):
13024 * net/quickurl.el (quickurl-list-mode):
13025 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13026 * obsolete/ooutline.el (outline-mode):
13027 * obsolete/options.el (Edit-options-mode):
13028 * obsolete/rnews.el (news-mode):
13029 * obsolete/rnewspost.el (news-reply-mode):
13030 * play/5x5.el (5x5-mode):
13031 * play/decipher.el (decipher-mode, decipher-stats-mode):
13032 * play/gomoku.el (gomoku-mode):
13033 * play/snake.el (snake-mode):
13034 * play/solitaire.el (solitaire-mode):
13035 * play/tetris.el (tetris-mode):
13036 * progmodes/ada-mode.el (ada-mode):
13037 * progmodes/antlr-mode.el (antlr-mode):
13038 * progmodes/autoconf.el (autoconf-mode):
13039 * progmodes/dcl-mode.el (dcl-mode):
13040 * progmodes/delphi.el (delphi-mode):
13041 * progmodes/ebrowse.el (ebrowse-tree-mode)
13042 (ebrowse-electric-list-mode, ebrowse-member-mode)
13043 (ebrowse-electric-position-mode):
13044 * progmodes/f90.el (f90-mode):
13045 * progmodes/fortran.el (fortran-mode):
13046 * progmodes/icon.el (icon-mode):
13047 * progmodes/idlw-help.el (idlwave-help-mode):
13048 * progmodes/idlw-shell.el (idlwave-shell-mode):
13049 * progmodes/idlwave.el (idlwave-mode):
13050 * progmodes/inf-lisp.el (inferior-lisp-mode):
13051 * progmodes/m4-mode.el (m4-mode):
13052 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13053 * progmodes/modula2.el (modula-2-mode):
13054 * progmodes/octave-inf.el (inferior-octave-mode):
13055 * progmodes/octave-mod.el (octave-mode):
13056 * progmodes/pascal.el (pascal-mode):
13057 * progmodes/sh-script.el (sh-mode):
13058 * progmodes/sql.el (sql-mode, sql-interactive-mode):
13059 * progmodes/vhdl-mode.el (vhdl-mode):
13060 * progmodes/xscheme.el (scheme-interaction-mode):
13061 * replace.el (occur-mode):
13062 * ses.el (ses-mode):
13063 * simple.el (completion-list-mode):
13065 * speedbar.el (speedbar-mode):
13066 * term.el (term-mode):
13067 * terminal.el (terminal-edit-mode):
13068 * textmodes/reftex-index.el (reftex-index-mode)
13069 (reftex-index-phrases-mode):
13070 * textmodes/reftex-sel.el (reftex-select-label-mode)
13071 (reftex-select-bib-mode):
13072 * textmodes/reftex-toc.el (reftex-toc-mode):
13073 * wdired.el (wdired-change-to-wdired-mode):
13074 * wid-browse.el (widget-browse-mode):
13075 Use run-mode-hooks.
13077 * array.el (array-mode):
13078 * calendar/todo-mode.el (todo-mode):
13079 * man.el (Man-mode):
13080 * play/landmark.el (lm-mode):
13081 * play/mpuz.el (mpuz-mode):
13082 Use kill-all-local-variables and run-mode-hooks.
13084 * subr.el (delay-mode-hooks): Specify indentation.
13086 2005-05-26 Mark A. Hershberger <mah@everybody.org>
13088 * xml.el (xml-substitute-special): Don't die for undefined xml
13091 2005-05-26 Jay Belanger <belanger@truman.edu>
13093 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13096 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
13098 * progmodes/gdb-ui.el (gdb-frame-address):
13099 Rename from gdb-current-address.
13100 (gdb-previous-frame-address): Rename from gdb-previous-address.
13101 (gdb-selected-frame): Rename from gdb-current-frame.
13102 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13103 (gdb-frame-number): Rename from gdb-current-stack-level.
13104 (gdb-ann3): Match new mode-name for disassembly buffer.
13105 Extend initialization of variables.
13106 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13107 (gdb-memory-mode): Use mouse-face in header line.
13108 (gdb-assembler-buffer-name): Call it disassembly and give frame
13110 (gdb-source-spec-regexp, gdb-assembler-custom)
13111 (gdb-invalidate-assembler, gdb-frame-handler):
13112 Make robust to leading zeroes in address format.
13114 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
13116 * textmodes/org.el (org-mode): Use `define-derived-mode' to
13118 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13120 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13122 * log-edit.el (log-edit-changelog-entries): Distinguish between
13123 filenames like xfns.c and fns.c.
13125 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
13127 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13128 point after reverting.
13129 (Buffer-menu-make-sort-button): Handle the case where
13130 `Buffer-menu-use-header-line' is nil.
13132 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
13134 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13135 New funcs. In minibuffer-local-completion-map bind `]', `/'
13138 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13140 * startup.el (normal-top-level): Allow modification of load-path while
13141 we're iterating over it.
13143 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
13145 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13146 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13147 (thumbs-resize-interactive, thumbs-insert-image)
13148 (thumbs-insert-thumb, thumbs-dired-show-marked)
13149 (thumbs-find-image-at-point, thumbs-delete-images)
13150 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13151 (thumbs-increment-image-size, thumbs-decrement-image-size):
13152 Fix typos in docstrings.
13154 2005-05-24 Andre Spiegel <spiegel@gnu.org>
13156 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13157 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13158 (cperl-mode): Use them.
13160 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
13162 * window.el (quit-window, shrink-window-if-larger-than-buffer):
13165 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
13167 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13168 Bind C-d to gdb-inferior-io-eof.
13170 * dired.el (dired-dnd-popup-notice): Use message-box.
13172 2005-05-23 Masatake YAMATO <jet@gyve.org>
13174 * bindings.el (mode-line-major-mode-keymap):
13175 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13177 * faces.el (mode-line-highlight): New face.
13179 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13182 * bindings.el (top-level, help-echo, mode-line-modified)
13183 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13186 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
13188 * progmodes/cc-engine.el (c-guess-basic-syntax):
13189 Remove spurious call to `zerop'.
13191 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13193 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13195 CC Mode update to 5.30.10:
13197 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13198 could go past the limit in decoration level 2, thereby causing
13199 errors during interactive fontification.
13201 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13202 the file is evaluated interactively.
13204 * cc-engine.el (c-guess-basic-syntax): Handle operator
13205 declarations somewhat better in C++.
13207 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13208 make use of `run-mode-hooks' which has been added in Emacs 21.1.
13209 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13210 (awk-mode): Use it.
13211 (make-local-hook): Suppress warning about obsoleteness.
13213 * cc-engine.el, cc-align.el, cc-cmds.el
13214 (c-append-backslashes-forward, c-delete-backslashes-forward)
13215 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13216 Compensate for return value from `forward-line' when it has moved
13217 but not to a different line due to eob.
13219 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13220 `objc-method-intro' and `objc-method-args-cont'.
13222 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
13224 CC Mode update to 5.30.10:
13226 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13227 in the copyright statement. Incidentally, change "along with GNU
13228 Emacs" to "along with this program" where it occurs.
13230 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13231 so that it is interactive, hence can be found by M-x awk-mode
13232 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
13233 <gmorris+emacs@ast.cam.ac.uk>.
13235 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13238 2005-05-23 Kevin Ryde <user42@zip.com.au>
13240 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13241 c-parse-state, to avoid a lisp error (on bad code).
13243 2005-05-23 Lute Kamstra <lute@gnu.org>
13245 * subr.el (font-lock-defaults): Remove defvar as it's already
13246 defined in font-core.el.
13248 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13250 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
13252 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13253 more general and work when GDB variable "print pretty" is on,
13254 as with Emacs, for example.
13256 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
13258 * font-core.el: Update comment.
13260 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13261 Use `after-change-major-mode-hook' instead of `find-file-hook'.
13263 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13265 2005-05-22 Eli Zaretskii <eliz@gnu.org>
13267 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13268 and `yank-handler' in the doc strings.
13270 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13272 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
13274 2005-05-22 Richard M. Stallman <rms@gnu.org>
13276 * help.el (describe-key): Move print-help-return-message call
13277 out of conditional.
13279 * progmodes/etags.el (list-tags): Use with-no-warnings.
13281 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13282 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13283 (starttls-extra-args, starttls-extra-arguments): Add defvars.
13285 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13287 * language/viet-util.el (viet-viscii-nonascii-translation-table):
13290 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13291 Use defvar, not defconst.
13293 * hexl.el (hexl-follow-line): Use with-no-warnings.
13295 * emulation/tpu-extras.el: Use write-file-functions instead of
13298 * dired.el (dired-font-lock-keywords): Fontify files with junk
13299 extensions even if marked by -F.
13301 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
13303 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13304 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13305 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13306 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13307 (concatenate, list-length, get*, getf, cl-remprop):
13308 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13309 (etypecase, progv, lexical-let, lexical-let*)
13310 (multiple-value-bind, multiple-value-setq, shiftf):
13311 Improve argument/docstring consistency.
13313 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13315 2005-05-22 Andre Spiegel <spiegel@gnu.org>
13317 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13320 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
13321 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13323 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
13325 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13326 already deleted variables: auto-fill-hook, blink-paren-hook,
13327 lisp-indent-hook, inhibit-local-variables, unread-command-event,
13328 suspend-hooks, comment-indent-hook, meta-flag,
13329 before-change-function, after-change-function,
13330 font-lock-doc-string-face.
13332 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
13334 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13336 2005-05-21 Eli Zaretskii <eliz@gnu.org>
13338 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13339 rmail-dont-reply-to.
13341 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13343 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13344 literal blank when splitting new-header-values.
13346 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
13348 * calendar/cal-menu.el (cal-menu-update): Add separator as a
13349 string so that tmm doesn't create a completion entry for it.
13351 * textmodes/table.el (table-disable-menu): Ditto.
13353 2005-05-21 Richard M. Stallman <rms@gnu.org>
13355 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13357 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13359 * net/rcompile.el (remote-compile): Use compilation-start.
13361 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13363 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
13365 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13366 Default to makefile-bsdmake-mode on BSD systems.
13368 * imenu.el (imenu-generic-expression, imenu--generic-function'):
13369 REGEXP may also be a search function now. The part of doc-string
13370 for describing the structure was 95% identical to that of
13371 `imenu--generic-function'. Unify it there.
13373 * progmodes/make-mode.el (makefile-imenu-generic-expression):
13374 Use function to find dependencies, because regexp alone is so complex,
13375 it easily goes into an endless loop.
13376 (makefile-makepp-mode): Also add submenu for Perl functions
13377 defined in the makefile.
13378 (makefile-bsdmake-mode): Special imenu-generic-expression no
13379 longer needed, due to function call.
13380 (makefile-match-dependency): Take BOUND into account when checking
13383 2005-05-20 Jay Belanger <belanger@truman.edu>
13385 * calc/calc-units.el (calc-invalidate-units-table):
13386 Use inhibit-read-only.
13387 (math-build-units-table-buffer): Use view-mode.
13389 2005-05-20 David Kastrup <dak@gnu.org>
13391 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13392 easy-menu-add is not a nop on Emacs; and clarify when to call it.
13394 2005-05-20 Lute Kamstra <lute@gnu.org>
13396 * diff-mode.el (diff-header-face, diff-file-header-face)
13397 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13398 (diff-added-face, diff-changed-face, diff-function-face)
13399 (diff-context-face, diff-nonexistent-face): Put them in the
13400 diff-mode customization group.
13402 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13404 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13406 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13408 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13409 Minor regexp-optimization.
13411 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
13413 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13414 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13415 (org-agenda-add-time-grid-maybe): New function.
13416 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13417 (org-table-create): `dotimes' instead of `mapcar'.
13418 (org-xor): Simplify implementation.
13419 (org-agenda): `inhibit-redisplay' turned on.
13420 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13421 a consistent line after a state change.
13422 (org-agenda-remove-times-when-in-prefix): New option.
13423 (org-prefix-has-time): New variable.
13424 (org-parse-time-string): Optional argument NODEFAULT.
13425 (org-format-agenda-item): Parse items for time-of-day
13426 specifications and move these into the prefix if possible.
13427 (org-agenda-priority): Get current heading, not previous heading
13428 during agenda remote editing.
13430 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
13432 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13433 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13434 (remove-duplicates, delete-duplicates, substitute)
13435 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13436 (nsubstitute-if-not, find, find-if, find-if-not, position)
13437 (position-if, position-if-not, count, count-if, count-if-not)
13438 (mismatch, search, sort*, stable-sort, merge, member*)
13439 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13440 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13441 (intersection, nintersection, set-difference, nset-difference)
13442 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13443 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13444 (nsublis, tree-equal): Improve argument/docstring consistency.
13446 * subr.el (send-string, send-region): Remove obsolescence declaration.
13447 (window-dot, set-window-dot, read-input, show-buffer)
13448 (eval-current-buffer, string-to-int):
13449 Add release number to obsolescence declarations.
13451 2005-05-19 Kim F. Storm <storm@cua.dk>
13453 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13454 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13456 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
13458 * faces.el (list-faces-display): Make back button respect optional
13461 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
13463 * calculator.el (calculator-radix-grouping-mode)
13464 (calculator-radix-grouping-digits, calculator-displayer)
13465 (calculator-radix-grouping-separator, calculator-copy-displayer):
13466 * dabbrev.el (dabbrev-search-these-buffers-only):
13467 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13468 (diff-advance-after-apply-hunk, diff-mode-hook)
13469 (diff-minor-mode-prefix):
13470 * imenu.el (imenu-use-popup-menu):
13471 * jit-lock.el (jit-lock-context-time):
13472 * newcomment.el (comment-fill-column, comment-column)
13473 (comment-style, comment-padding, comment-multi-line)
13474 (comment-empty-lines, comment-auto-fill-only-comments):
13475 * reveal.el (reveal-around-mark):
13476 * uniquify.el (uniquify-buffer-name-style)
13477 (uniquify-after-kill-buffer-p)
13478 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13479 (uniquify-min-dir-content, uniquify-separator)
13480 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13481 * w32-vars.el (w32-fixed-font-alist):
13482 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13483 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13484 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13485 * progmodes/perl-mode.el (perl-indent-level)
13486 (perl-continued-statement-offset, perl-continued-brace-offset)
13487 (perl-brace-offset, perl-brace-imaginary-offset)
13488 (perl-label-offset, perl-indent-continued-arguments)
13489 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13490 * progmodes/tcl.el (tcl-indent-level)
13491 (tcl-continued-indent-level, tcl-auto-newline)
13492 (tcl-tab-always-indent, tcl-electric-hash-style)
13493 (tcl-help-directory-list, tcl-use-smart-word-finder)
13494 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13495 (inferior-tcl-source-command):
13496 * textmodes/fill.el (enable-kinsoku):
13497 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13498 * textmodes/table.el (table-yank-handler):
13499 Specify missing group (and type, if simple) in defcustom.
13501 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
13503 * progmodes/compile.el (compilation-finish-function): Fix defvar.
13505 2005-05-19 Richard M. Stallman <rms@gnu.org>
13507 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13509 * subr.el (event-basic-type): Don't get an error.
13510 (left-fringe-p): Function deleted.
13512 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13513 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13515 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13518 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13520 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13522 * emacs-lisp/bytecomp.el
13523 (byte-compile-file-form-custom-declare-variable):
13524 Call byte-compile-nogroup-warn if appropriate.
13526 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13527 (compilation-set-window): Don't call left-fringe-p; do it directly.
13529 2005-05-19 Jay Belanger <belanger@truman.edu>
13531 * calc/calc-graph.el (calc-graph-format-data): Make sure
13532 var-PlotRejects is bound before trying to check its value.
13534 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
13536 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13537 definition of this variable from reftex-global.el to reftex.el,
13538 because it is needed in the menu.
13540 2005-05-19 Lute Kamstra <lute@gnu.org>
13542 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13543 years are fixed. Don't insert a space after a dash.
13545 2005-05-19 Kim F. Storm <storm@cua.dk>
13547 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13549 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
13551 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13552 strings, because (eq ... ?\\) is fairly frequent.
13554 * progmodes/make-mode.el (makefile-add-this-line-targets):
13555 Simplify and integrate into `makefile-pickup-targets'.
13556 (makefile-add-this-line-macro): Simplify and integrate into
13557 `makefile-pickup-macros.
13558 (makefile-pickup-filenames-as-targets): Simplify.
13559 (makefile-previous-dependency, makefile-match-dependency):
13560 Don't stumble over `::'.
13562 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
13564 * subr.el (post-command-idle-hook, post-command-idle-delay):
13565 Remove obsoletion of post-command-idle-hook and
13566 post-command-idle-delay.
13568 * faces.el (list-faces-display): Provide button when describe-face
13569 is called to take user back to the list of faces.
13571 * help-fns.el (describe-variable): Remove hyperlinks in a
13572 variable's value as these are quite frequently inappropriate.
13574 * follow.el (follow-submit-feedback, follow-mode):
13575 Remove references to post-command-idle-hook.
13577 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
13579 * progmodes/make-mode.el (makefile-previous-dependency)
13580 (makefile-match-dependency): Check for := (and in bsd mode also
13581 !=) to give a better result, even when font-lock is not on.
13583 2005-05-18 Jay Belanger <belanger@truman.edu>
13585 * calc/calc-help.el (calc-s-prefix-help):
13586 Add `calc-copy-special-constant' to help string.
13588 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
13590 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13592 2005-05-18 Jay Belanger <belanger@truman.edu>
13594 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13595 in linear factors are in proper order.
13597 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
13599 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13600 Support for jurabib.
13602 * textmodes/reftex.el (featurep): Define aliases for overlay
13603 commands, for XEmacs compatibility, and use these aliases in
13604 overlay initializations.
13605 (reftex-highlight): Use `reftex-move-overlay'.
13606 (reftex-unhighlight): Use `reftex-delete-overlay'.
13607 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
13608 (reftex-access-search-path): Use `reftex-uniquify' instead of
13611 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13612 `before-string' property modification enables for Emacs as well.
13613 (reftex-select-item): Use `reftex-delete-overlay'.
13614 (reftex-select-mark): Use `reftex-make-overlay' and
13615 `reftex-overlay-put'.
13616 (reftex-select-unmark): Use `reftex-delete-overlay' and
13617 `reftex-overlay-put'.
13619 2005-05-18 Lute Kamstra <lute@gnu.org>
13621 * emacs-lisp/lisp.el (check-parens): Fix docstring.
13623 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
13625 * add-log.el (add-change-log-entry):
13626 * array.el (array-make-template, array-reconfigure-rows)
13627 (array-init-max-row, array-init-max-column)
13628 (array-init-columns-per-line, array-init-field-width):
13629 * replace.el (replace-match-maybe-edit, perform-replace):
13630 * textmodes/spell.el (spell-region):
13631 Replace `read-input' by `read-string'.
13633 * forms.el (forms-mode):
13634 * finder.el (finder-compile-keywords):
13635 * shadowfile.el (shadow-read-files):
13636 Replace `eval-current-buffer' by `eval-buffer'.
13638 * terminal.el (te-pass-through):
13639 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13640 (ange-ftp-raw-send-cmd):
13641 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13642 (send-process-next-char, telnet-initial-filter, telnet):
13643 Replace `send-string' by `process-send-string'.
13645 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13646 (prolog-consult-region): Replace `send-string' by
13647 `process-send-string'; replace `send-region' by `process-send-region'.
13649 * progmodes/delphi.el (delphi-log-msg):
13650 Replace `set-window-dot' by `set-window-point'.
13652 * subr.el (window-dot, set-window-dot, read-input, send-string)
13653 (send-region, show-buffer, eval-current-buffer):
13654 Make really obsolete, as the comment says.
13656 2005-05-17 Kim F. Storm <storm@cua.dk>
13658 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13659 (cua--init-keymaps): Bind C-return instead of S-return to set
13662 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13663 instead of S-return to toggle/clear rectangle mark.
13665 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
13667 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13668 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13669 Also fontify plain strings assigned to variables, mostly so that a
13670 colon has a face and is thus not taken as a dependency separator.
13671 (makefile-previous-dependency): Inline the new matcher, because it
13672 is too complex to work in both directions.
13673 (makefile-match-dependency): Eliminate `backward' arg (see above).
13674 Completely reimplemented so as to not sometimes go into an endless
13675 loop. It should also be more efficient, because first it only
13676 searches for `:', instead of applying the very complex regexp.
13677 (makefile-mode): Cancel `font-lock-support-mode', because blocks
13678 to be fontified in one piece can be too long for JIT.
13679 Makefiles are never *that* big.
13681 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
13683 * dired.el (dired-mode): Simplify.
13685 2005-05-17 Lute Kamstra <lute@gnu.org>
13687 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13688 defcustom for the mode hook variable.
13690 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13691 Emacs Lisp Reference Manual.
13693 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
13695 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13697 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13698 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13700 * net/tramp-smb.el (tramp-smb-open-connection):
13701 Pass `tramp-chunksize' as fifth (required) argument.
13703 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
13705 * font-lock.el (lisp-font-lock-keywords-1):
13706 Set `font-lock-negation-char-face' for [^...] char group.
13707 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13709 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13710 a var, and refine it to mask one more level of nested vars.
13711 (makefile-rule-action-regex): Turn it into a var, and refine it so
13712 it recognizes backslashed continuation lines as belonging to the
13714 (makefile-macroassign-regex): Refine it so it recognizes
13715 backslashed continuation lines as belonging to the same command.
13716 (makefile-var-use-regex): Don't look at the next char, because it
13717 might be the same one to be skipped by the initial [^$], leading
13718 to an overlooked variable use.
13719 (makefile-make-font-lock-keywords): Remove two parameters, which
13720 are now variables that some of the modes set locally.
13721 Handle dependency and rule action matching through functions, because
13722 regexps alone match too often. Dependency matching now comes
13723 last, so it can check, whether a colon already matched something else.
13724 (makefile-mode): Inform that font-lock improves makefile parsing
13726 (makefile-match-dependency, makefile-match-action): New functions.
13728 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
13730 * emacs-lisp/cl-extra.el (equalp): Doc fix.
13732 * align.el (align-regexp):
13733 * ansi-color.el (ansi-color-get-face):
13734 * array.el (array-reconfigure-rows, array-init-max-row)
13735 (array-init-max-column, array-init-columns-per-line)
13736 (array-init-field-width):
13737 * dired-aux.el (dired-trample-file-versions):
13738 * dired-x.el (dired-mark-sexp):
13739 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13740 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13741 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13742 * faces.el (face-read-integer):
13743 * files.el (backup-extract-version, insert-directory):
13744 * hexl.el (hexl-insert-decimal-char):
13745 * server.el (server-process-filter):
13746 * shell.el (shell-extract-num):
13747 * startup.el (command-line-1):
13748 * term.el (term-command-hook):
13749 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13750 (time-stamp-do-number):
13751 * time.el (display-time-update):
13752 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13753 (timezone-fix-time):
13754 * vms-patch.el (vms-suspend-resume-hook):
13755 * calendar/appt.el (appt-convert-time):
13756 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13757 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13758 * calendar/cal-islam.el (mark-islamic-diary-entries):
13759 * calendar/calendar.el (calendar-cursor-to-date)
13760 (calendar-star-date):
13761 * calendar/diary-lib.el (diary-attrtype-convert)
13762 (mark-diary-entries, diary-entry-time):
13763 * calendar/solar.el (solar-get-number):
13764 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13765 * emacs-lisp/re-builder.el (reb-display-subexp):
13766 * emulation/edt.el (edt-set-scroll-margins):
13767 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13768 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13769 (vip-get-ex-count):
13770 * emulation/viper-ex.el (viper-get-ex-token)
13771 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13772 * international/fontset.el (fontset-plain-name):
13773 * mail/feedmail.el (feedmail-look-at-queue-directory):
13774 * mail/mailalias.el (mail-get-names):
13775 * mail/rmail.el (rmail-convert-to-babyl-format):
13776 * mail/rmailsum.el (rmail-make-basic-summary-line)
13777 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13778 (rmail-summary-goto-msg):
13779 * mail/smtpmail.el (smtpmail-read-response):
13780 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13781 (ange-ftp-vms-add-file-entry):
13782 * play/gametree.el (gametree-looking-at-ply)
13783 (gametree-current-branch-score):
13784 * progmodes/ada-xref.el (ada-prj-find-prj-file)
13785 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13786 * progmodes/cperl-mode.el (condition-case):
13787 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13788 (ebrowse-set-member-buffer-column-width)
13789 (ebrowse-select-1st-to-9nth):
13790 * progmodes/etags.el (etags-snarf-tag):
13791 * progmodes/flymake.el (flymake-parse-line):
13792 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13793 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13794 (idlwave-shell-menu-def):
13795 * progmodes/ps-mode.el (ps-run-goto-error):
13796 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13797 (vhdl-speedbar-contract-level):
13798 * term/mac-win.el (x-handle-numeric-switch):
13799 * term/sun-mouse.el (sun-get-frame-data):
13800 * term/w32-win.el (x-handle-numeric-switch):
13801 * term/x-win.el (x-handle-numeric-switch):
13802 * textmodes/ispell.el (ispell-parse-output):
13803 * textmodes/nroff-mode.el (nroff-outline-level):
13804 * textmodes/reftex-cite.el (reftex-bib-sort-year)
13805 (reftex-bib-sort-year-reverse, reftex-format-citation):
13806 * textmodes/reftex-parse.el (reftex-init-section-numbers)
13807 (reftex-section-number):
13808 * textmodes/texinfmt.el (texinfo-paragraphindent):
13809 Replace `string-to-int' by `string-to-number'.
13811 * international/latexenc.el: Add page marker to force the "Local
13812 Variables:" string out of the last page.
13814 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13816 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13817 tooltip-change-major-mode.
13818 (gud-tooltip-print-command): Remove case where gud-minor-mode
13819 is gdb ("--fullname").
13820 (gud-tooltip-tips): Turn GUD tooltips off for this case and
13823 2005-05-16 Jay Belanger <belanger@truman.edu>
13825 * calc/calc-store.el (calc-copy-special-constant): New function.
13827 * calc/calc-ext.el (calc-init-extensions): Add binding for
13828 `calc-copy-special-constant'.
13830 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13831 for the `calc-copy-special-constant' command.
13833 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13835 * subr.el (left-fringe-p): New function.
13837 * progmodes/compile.el (compilation-setup): Set local value of
13838 overlay-arrow-string to "" always.
13839 (compilation-set-window): Left fringe then don't scroll.
13840 No left fringe then no arrow and scroll message to top.
13841 (compilation-context-lines): Adjust doc string accordingly.
13843 2005-05-16 Kim F. Storm <storm@cua.dk>
13845 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13846 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13847 (ido-wide-find-dir-or-delete-dir): New command for M-d.
13848 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
13849 (ido-read-file-name): Handle commands with ido property value
13850 equal to find-file as reading a file name, to allow C-d to enter dired.
13851 (ibuffer-find-file): Add ido property with value find-file.
13853 2005-05-15 Kim F. Storm <storm@cua.dk>
13855 * subr.el (open-network-stream-nowait): Remove.
13856 (open-network-stream-server): Remove.
13858 2005-05-15 Richard M. Stallman <rms@gnu.org>
13860 * faces.el (describe-face): Output a definition link button.
13862 * help-mode.el (help-face-def): New button type.
13864 * emacs-lisp/copyright.el (copyright-fix-years):
13865 Match properly if the first year is 2-digit.
13866 Don't mess up the whitespace after the years by filling.
13868 * dired-aux.el (dired-mark-confirm):
13869 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13871 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13872 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13873 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13875 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13876 Set font-lock-comment-start-skip.
13878 * font-lock.el (font-lock-comment-start-skip): New variable.
13879 (font-lock-comment-end-skip): New variable.
13880 (font-lock-fontify-syntactically-region): Use them if non-nil.
13882 2005-05-15 Jay Belanger <belanger@truman.edu>
13884 * calc/calc-store.el (calc-store-value): Return a string rather
13885 than display it as a message.
13886 Use calc-var-name for variable name.
13887 (calc-store-into): Add the result of calc-store-value to message.
13888 (calc-copy-variable): Add a message.
13889 (calc-store-exchange): Improve error messages.
13890 (calc-store-binary, calc-store-map): Don't reset the values of
13893 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
13895 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13896 manual to docstring.
13898 * files.el (hack-local-variables-confirm): Add STRING argument.
13899 Make the function handle non file visiting buffers correctly.
13900 (hack-local-variables-prop-line, hack-local-variables)
13901 (hack-one-local-variable): Use STRING arg of
13902 `hack-local-variables-confirm'.
13904 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
13906 Sync with Tramp 2.0.49.
13908 * net/tramp.el (tramp-handle-dired-call-process)
13909 (tramp-handle-insert-directory):`insert-buffer' cannot be used
13910 because the contents of the Tramp buffer is changed before
13911 insertion (`expand-file' and alike).
13912 (tramp-handle-insert-directory): If `localname' has an empty
13913 nondirectory name, it must not be quoted.
13914 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
13915 variable `tramp-chunksize'. Change callees.
13916 (tramp-open-connection-setup-interactive-shell): Check remote host
13917 for buggy `send-process-string' implementation.
13918 Set `tramp-chunksize' if found. Reported by Michael Kifer
13919 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13920 (tramp-handle-shell-command): `insert-buffer' cannot be used
13921 because the contents of the Tramp buffer is changed before
13922 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
13923 <frederic.bothamy@free.fr>.
13924 (tramp-set-auto-save): Actions should be done for Tramp file name
13925 handler only. Ange-FTP has its own auto-save mechanism.
13926 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13927 (tramp-set-auto-save-file-modes): Set file modes of
13928 `buffer-auto-save-file-name' to ?\600 as fallback solution.
13929 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13930 (tramp-bug): Remove obsolete variable.
13931 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
13932 for presence of `mml-mode'. Make it running for older Emacsen as well.
13934 2005-05-14 John Paul Wallington <jpw@pobox.com>
13936 * ibuf-ext.el (define-ibuffer-filter filename):
13937 If `dired-directory' is a list, use its car.
13939 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
13941 * ibuffer.el (define-ibuffer-column filename):
13942 If `dired-directory' is a list, use its car.
13944 2005-05-14 Richard M. Stallman <rms@gnu.org>
13946 * subr.el (symbol-file): Doc fix.
13948 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13949 (byte-compile-form): Call byte-compile-nogroup-warn.
13950 (byte-compile-warning-types): Doc fix.
13952 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13954 * progmodes/cc-engine.el (c-literal-faces):
13955 Add font-lock-comment-delimiter-face.
13957 * net/net-utils.el (dig): Use with-no-warnings.
13959 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13960 (sc-recite-frame-alist, sc-default-cite-frame)
13961 (sc-default-uncite-frame, sc-default-recite-frame)
13962 (sc-attrib-selection-list, sc-rewrite-header-list):
13963 Mark as risky-local-variable.
13965 * international/ogonek.el (ogonek-jak, ogonek-how):
13966 Don't use beginning-of-buffer.
13968 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13970 * calendar/solar.el (solar-data-list): Move definition up.
13972 * dnd.el (dnd-protocol-alist): Add autoload.
13974 * progmodes/sh-script.el: Many doc usage fixes.
13975 (sh-indent-after-do): Change default to match common styles.
13977 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
13979 * files.el (interpreter-mode-alist)
13980 (auto-mode-interpreter-regexp): Doc fixes.
13982 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
13984 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13986 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13988 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13990 * dired.el (dired-mode): make-variable-buffer-local =>
13991 make-local-variable.
13993 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13995 * term/mac-win.el (mac-select-convert-to-string): Try coding
13996 systems in mac-script-code-coding-systems if specified one cannot
13997 encode string for `com.apple.traditional-mac-plain-text'.
13999 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
14001 * progmodes/make-mode.el (makefile-targets-face)
14002 (makefile-shell-face, makefile-makepp-perl-face): New faces.
14003 (makefile-dependency-regex): Fix it to not make the colon in
14004 $(var:a=b) special.
14005 (makefile-rule-action-regex): New regexp for highlighting embedded
14007 (makefile-macroassign-regex): Handle != for highlighting as
14008 embedded Shell strings.
14009 (makefile-var-use-regex): New const.
14010 (makefile-statements, makefile-automake-statements)
14011 (makefile-gmake-statements, makefile-makepp-statements)
14012 (makefile-bsdmake-statements): New consts.
14013 (makefile-make-font-lock-keywords): New function.
14014 (makefile-automake-font-lock-keywords)
14015 (makefile-gmake-font-lock-keywords)
14016 (makefile-makepp-font-lock-keywords)
14017 (makefile-bsdmake-font-lock-keywords): New consts.
14018 (makefile-mode-map): Add switchers between the various submodes.
14019 (makefile-mode): Document the availability of the variants.
14020 (makefile-automake-mode, makefile-gmake-mode)
14021 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14023 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14024 new variants of makefile-mode.
14026 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14028 * font-lock.el (font-lock-comment-delimiter-face): Fix up
14031 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
14033 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14034 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14036 * files.el (normal-mode): Extend the scope of the
14037 `enable-local-variables' binding to include the `set-auto-mode' call.
14038 (magic-mode-alist): Doc fix.
14040 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14042 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14043 font-lock-comment-face rather than copying its setting.
14045 2005-05-12 Andreas Schwab <schwab@suse.de>
14047 * eshell/esh-mode.el (eshell-send-input): Doc fix.
14049 2005-05-12 Lute Kamstra <lute@gnu.org>
14051 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14052 defcustom for the mode hook variable. Delete the last argument.
14053 * generic-x.el: Fix callers of define-generic-mode.
14054 (generic-x-modes): Delete group.
14055 (show-tabs-tab-face, show-tabs-space-face): Put them in the
14056 generic-x customization group.
14058 2005-05-12 Kim F. Storm <storm@cua.dk>
14060 * font-lock.el (font-lock-negation-char-face): Default to "off".
14062 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14063 font-lock-negation-char-face to ! in !=.
14065 2005-05-12 Masatake YAMATO <jet@gyve.org>
14067 * add-log.el (find-change-log): Fix typos in the docstring
14070 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
14072 * international/latexenc.el (latexenc-find-file-coding-system):
14073 Avoid `re-search-forward' when looking for input encoding because
14074 of speed and safety. Better regular expressions for recognizing
14075 input encoding. Limit a search for TeX-master/tex-main-file to
14076 the local variable section.
14078 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
14080 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14081 syntax of $ to "'" (quote).
14083 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
14085 * dnd.el (dnd-protocol-alist): Improve custom type.
14087 * dired.el (dired-dnd-protocol-alist): New variable.
14088 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
14089 `dired-mode-hook' to the end.
14091 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14093 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14094 comment-end if comment-start-skip is not set.
14095 Obey the font-lock-comment-delimiter-face variables.
14097 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14099 * files.el (executable-find): Move from executable.el. Use
14101 * progmodes/executable.el (executable-find): Move to files.el.
14103 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14104 when trying to ensure forward progress.
14106 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
14108 * mouse-sel.el (mouse-sel-follow-link-p): New function.
14109 (mouse-select, mouse-select-internal, mouse-extend-internal):
14110 Use it to implement mouse-1-click-follows-link functionality.
14112 2005-05-11 Richard M. Stallman <rms@gnu.org>
14114 * font-lock.el (font-lock-fontify-syntactically-region):
14115 Use font-lock-comment-delimiter-face for comment delimiters.
14117 2005-05-10 Jay Belanger <belanger@truman.edu>
14119 * calc/calc-help.el (calc-m-prefix-help): Add mention of
14120 preserving embedded modes.
14122 2005-05-10 Richard M. Stallman <rms@gnu.org>
14124 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14126 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14127 Move from ada-stmt.el.
14128 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14130 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14131 Move to ada-mode.el.
14132 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14134 * cus-edit.el (custom-file): Call file-chase-links.
14136 * files.el (read-directory-name): Fix previous change.
14137 (hack-local-variables-confirm): New function.
14138 (hack-local-variables-prop-line, hack-local-variables)
14139 (hack-one-local-variable): Use it.
14141 2005-05-10 Lute Kamstra <lute@gnu.org>
14143 * font-lock.el (font-lock-keywords-alist)
14144 (font-lock-removed-keywords-alist): Clarify docstrings.
14146 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
14148 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14149 (gdb-source-info): Check for preprocessor info.
14150 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
14151 a macro for a function.
14152 (gdb-info-breakpoints-custom): Try to find file again if not already
14153 found (user might have used GDB dir command).
14154 (gdb-get-location): Update gdb-location-alist correctly for change
14155 to gdb-info-breakpoints-custom.
14157 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14158 (gud-tooltip-print-command): Add gdbmi case.
14159 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14162 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
14164 * startup.el (fancy-splash-insert): Fix typo in doc string.
14166 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
14168 * obsolete/float.el (string-to-float):
14169 * obsolete/hilit19.el (hilit-add-pattern):
14170 * obsolete/rnews.el (news-parse-range, news-select-message)
14171 (news-get-pruned-list-of-files): Replace `string-to-int' by
14172 `string-to-number'.
14174 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14175 `find-file-not-found-hooks'; use `add-hook'.
14176 (uncompress-while-visiting): Set `write-file-functions', not
14177 `write-file-hooks'; use `add-hook'.
14179 2005-05-09 Kim F. Storm <storm@cua.dk>
14181 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14182 (cua-paste): Handle clipboard action.
14183 (cua--init-keymaps): Remap clipboard-kill-region and
14184 clipboard-kill-ring-save.
14186 2005-05-08 Eli Zaretskii <eliz@gnu.org>
14188 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14189 Improve commentary.
14191 * simple.el (next-error-overlay-arrow-position): Revert the change
14192 made on 2005-04-30.
14194 2005-05-07 Jay Belanger <belanger@truman.edu>
14196 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14197 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14198 `calc-sel-reselect'.
14200 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14201 Calc is in embedded mode.
14203 2005-05-07 Eli Zaretskii <eliz@gnu.org>
14205 * progmodes/compile.el (compilation-setup):
14206 Set overlay-arrow-string to an empty string on text terminals.
14208 * textmodes/ispell.el (ispell-program-name): Try looking for
14209 "aspell" along exec-path, and if found, use it as the default
14212 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
14214 * international/mule.el (sgml-xml-auto-coding-function):
14215 Recognize encoding='FOO' in single quotes as well as in double quotes.
14217 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
14219 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14220 as well as `interactive', so that defmacro* would recognize
14223 2005-05-07 Eli Zaretskii <eliz@gnu.org>
14225 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14226 Explain more about the LIGHTER arg's usage in the doc string.
14227 Add commentary to clarify what the code does. Fix the regexp that
14228 strips whitespace from LIGHTER. Quote LIGHTER before using it,
14229 since it could have characters special to regular expressions.
14231 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14233 * replace.el (occur-1): Bind inhibit-read-only so that
14234 erase-buffer doesn't barf on read-only text properties (likewise
14235 for add-text-properties in occur-engine). Mark buffer as unmodified.
14236 (occur-engine): Don't set buffer-read-only here.
14238 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14240 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14241 list-buffers-directory. This caused the *cvs-commit* buffer to be
14242 sometimes mistakenly reused as a *cvs* buffer.
14244 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
14246 * tooltip.el: Move code for GUD tooltips into gud.el.
14247 (require): CL no longer needed to compile case.
14248 (tooltip-mode): Do not toggle functions for GUD tooltips.
14249 (tooltip-gud-tips-p): Remove. Replace with minor mode
14250 gud-tooltip-mode in gud.el.
14251 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14252 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14253 tooltip-gud prefix with gud-tooltip and obsolete.
14254 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14255 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14256 (tooltip-mouse-motion): Mouse movement functions/variable.
14257 Rename in gud.el by adding gud prefix.
14258 (tooltip-gud-original-filter, tooltip-gud-dereference)
14259 (tooltip-gud-event, tooltip-toggle-gud-tips)
14260 (tooltip-gud-process-output, tooltip-gud-print-command)
14261 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
14262 gud.el by replacing tooltip-gud prefix with gud-tooltip.
14263 (gdb-tooltip-print): Move to gdb-ui.el.
14265 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14266 (require): CL needed to compile case.
14267 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14268 tooltip-gud-tips-p. Make it a minor-mode.
14269 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14270 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14271 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14272 (gud-tooltip-change-major-mode)
14273 (gud-tooltip-activate-mouse-motions-if-enabled)
14274 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14275 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14276 (gud-tooltip-original-filter, gud-tooltip-dereference)
14277 (gud-tooltip-event, tooltip-toggle-gud-tips)
14278 (gud-tooltip-process-output, gud-tooltip-print-command)
14279 (gud-tooltip-tips): Move from tooltip.el.
14281 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14282 (gdb-cpp-define-alist-flags): Doc fix.
14283 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14284 gud-tooltip-mode is t.
14286 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14288 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14289 evaporate if their text is deleted.
14290 (goto-address-at-point): Make it work as a mouse binding as well.
14291 (goto-address-at-mouse): Obsolete it. Update users.
14293 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
14295 * calendar/appt.el (top-level): No longer activate on load.
14297 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
14299 * calendar/cal-bahai.el (mark-bahai-diary-entries):
14300 * net/webjump.el (webjump):
14301 * progmodes/idlw-help.el (idlwave-do-context-help1)
14302 (idlwave-highlight-linked-completions):
14303 * textmodes/po.el (po-find-file-coding-system-guts):
14304 Replace `assoc-ignore-case' by `assoc-string'.
14306 2005-05-06 Eli Zaretskii <eliz@gnu.org>
14308 * files.el (locate-file): Doc fix.
14310 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14311 Remove the redundant test for ms-dos.
14313 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14314 look for the preprocessor with exec-suffixes. If not found in
14315 standard places, look in exec-path. Remove most of the tests that
14318 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14320 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14322 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14323 file-name clash with jka-compr.el on 8+3 filesystems.
14325 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14327 * term/mac-win.el: Don't define or bind scroll bar functions if
14328 x-toolkit-scroll-bars is t.
14329 (x-select-text, x-get-selection-value): Clear
14330 x-last-selected-text-clipboard if x-select-enable-clipboard is
14332 (PRIMARY): Put mac-scrap-name property.
14333 (mac-select-convert-to-file-url): New function.
14334 (public.file-url): New selection target type. Add to
14335 selection-converter-alist.
14336 (x-get-selection, x-selection-value): Handle it.
14337 (x-cut-buffer-or-selection-value): New alias.
14339 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14341 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14342 entry to avoid calling bibtex-find-entry with arg global
14343 being t. Remove arg key.
14344 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14345 (bibtex-copy-summary-as-kill): Change accordingly.
14347 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14349 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14350 (org-agenda-date-later): Use with-current-buffer.
14352 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
14354 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14355 (define-obsolete-variable-alias): Doc Fixes.
14357 2005-05-06 Kim F. Storm <storm@cua.dk>
14359 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
14360 vertical-motion when selective-display is active.
14362 * ido.el (ido-setup-hook): New hook.
14363 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14364 (ido-input-stack): New var.
14365 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
14366 ido-next-work-file binding to M-O.
14367 Bind M-f to ido-wide-find-file-or-pop-dir.
14368 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14369 (ido-read-internal): Run ido-setup-hook.
14370 Catch quit in read-file-name and read-string to cancel edit.
14371 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14372 Automatically pop-all when completing a directory name (RET).
14373 (ido-file-internal): Add with-no-warnings around ffap and dired code.
14374 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14375 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14376 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14377 New functions for M-b/M-f to move among the directory components.
14378 (ido-make-merged-file-list): Catch quit to cancel merge.
14379 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14380 (ido-completion-help): No warnings for ido-completion-buffer-full.
14382 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
14384 * font-lock.el (font-lock-negation-char-face): New face and variable.
14385 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14386 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14387 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14388 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14390 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
14392 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14393 Fix typo in docstring.
14395 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14396 (ebrowse-print-statistics-line)
14397 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14399 * term/w32-win.el (image-library-alist): Add additional name for
14402 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
14404 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14405 use gcc instead of cpp.
14407 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14408 (gdb-create-define-alist): Use it.
14409 (gdb-cpp-define-alist-program): Update for MS-DOS.
14411 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
14413 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14415 2005-05-04 Richard M. Stallman <rms@gnu.org>
14417 * help.el (describe-key): No error when UNTRANSLATED is nil.
14419 * simple.el (line-move-1): Fix previous change to signal errors
14422 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
14424 * calendar/icalendar.el (icalendar-version): Now at 0.12.
14425 (icalendar-duration-correction): Remove.
14426 (icalendar--get-event-properties): Split result at commas.
14427 (icalendar--decode-isoduration): New optional argument
14428 DURATION-CORRECTION.
14429 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14430 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14431 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14432 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14433 (icalendar--convert-anniversary-to-ical): New functions, extracted
14434 from icalendar-export-region, with bug fixes.
14435 (icalendar-export-region): Use the above functions.
14436 (icalendar-import-buffer): Check before saving diary file.
14437 (icalendar--convert-recurring-to-diary)
14438 (icalendar--convert-non-recurring-all-day-to-diary)
14439 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14440 extracted from icalendar--convert-ical-to-diary, with bug fixes.
14441 (icalendar--convert-ical-to-diary): Use the above functions.
14443 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
14445 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14446 Remove these recent additions.
14447 (c-mode): Restore to before 2005-04-28.
14449 * progmodes/cc-vars.el (cc-define-list-program): Remove this
14452 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14453 (gdb-define-alist): New variables.
14454 (gdb-create-define-alist): New function.
14455 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14456 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14457 with string-to-number.
14458 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
14460 * progmodes/gud.el: Replace string-to-int with string-to-number.
14461 (gud-find-file): Handle gdb-define-alist.
14463 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14465 2005-05-02 Jay Belanger <belanger@truman.edu>
14467 * calc/calc-aent.el (math-read-token):
14468 * calc/calc-bin.el (calc-word-size):
14469 * calc/calc-ext.el (calc-read-number-fancy):
14470 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14471 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14472 * calc/calc-frac.el (calc-over-notation):
14473 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14474 (calc-graph-num-points, calc-graph-init):
14475 * calc/calc-prog.el (calc-read-parse-table-part)
14476 (calc-edit-macro-repeats):
14477 * calc/calc-yank.el (calc-do-grab-rectangle):
14478 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14479 Replace `string-to-int' by `string-to-number'.
14481 2005-05-02 Kim F. Storm <storm@cua.dk>
14483 * kmacro.el: Use executing-kbd-macro-index variable.
14485 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
14487 * net/rlogin.el (rlogin-parse-words): Delete func.
14488 (rlogin): Use split-string, not rlogin-parse-words.
14489 Also, if there are option-like elements in the parsed args,
14490 take the host to be the first arg immediately following them.
14491 Suggested by Michael Mauger.
14493 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14495 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14497 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14499 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14500 (cc-mode-cpp-program): Rename to cc-define-list-program and
14501 move to cc-vars.el.
14503 * progmodes/cc-vars.el (cc-define-list-program):
14504 Change to "gcc -E -dM -". Make customizable.
14506 2005-05-02 Kim F. Storm <storm@cua.dk>
14508 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14510 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14512 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14514 * international/mule-util.el (truncate-string): Remove alias and
14515 obsolete declaration.
14517 * international/mule-cmds.el (update-iso-coding-systems):
14518 Remove alias and obsolete declaration.
14520 * international/mule.el (coding-system-parent): Remove alias and
14521 obsolete declaration.
14523 * subr.el (define-function, sref): Remove aliases and obsolete
14525 (chars-in-region): Remove obsolete declaration.
14527 2005-05-01 Richard M. Stallman <rms@gnu.org>
14529 * info.el (Info-mode): Set widen-automatically to nil, locally.
14531 * simple.el (widen-automatically): New variable.
14532 (pop-global-mark): Obey widen-automatically.
14534 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
14536 * term/xterm.el (function-key-map): Call substitute-key-definition
14537 before the keymap size is increased by a lot of define-key calls.
14539 2005-05-01 Richard M. Stallman <rms@gnu.org>
14541 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14542 Rename ARG to ELEMENT. Doc fix.
14544 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14546 * allout.el (allout-exposure): Remove macro and obsolete declaration.
14547 Remove references to allout-exposure/change to allout-new-exposure.
14549 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14552 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14553 (compiled-function-p, focus-frame, unfocus-frame):
14554 Remove aliases and obsolete declarations.
14555 Back out inadvertent changes from previous commit.
14557 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14559 * files.el (require-final-newline): Make Custom tags consistent
14560 with mode-require-final-newline.
14561 (mode-require-final-newline): Doc fix.
14563 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14565 * international/latexenc.el (latexenc-find-file-coding-system):
14566 Fix regular expressions.
14568 2005-05-01 David Kastrup <dak@gnu.org>
14570 * international/latexenc.el (latexenc-find-file-coding-system):
14571 Fix regular expressions.
14573 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14575 * subr.el (string-to-int): Make obsolete.
14577 2005-04-30 Richard M. Stallman <rms@gnu.org>
14579 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14581 * loadup.el: load jka-comp-hook.
14583 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14584 (jka-compr-handler): Add autoload. `put' calls moved
14585 to jka-comp-hook.el.
14586 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14587 (jka-compr-inhibit): Autoload.
14589 * jka-comp-hook.el: New file.
14590 Enable the mode by default.
14592 * files.el (backup-buffer-copy): Use copy-file instead
14593 of write-region, and put back the 'excl.
14595 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
14597 * progmodes/flymake.el (flymake-split-string)
14598 (flymake-split-string, flymake-log, flymake-pid-to-names)
14599 (flymake-reg-names, flymake-get-source-buffer-name)
14600 (flymake-unreg-names, flymake-add-line-err-info)
14601 (flymake-add-err-info): Clarify docstrings.
14602 (flymake-popup-menu, flymake-make-emacs-menu)
14603 (flymake-make-xemacs-menu): Add docstrings.
14604 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14605 Set variables directly throughout.
14607 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
14609 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14610 exists. Initialize cc-define-alist.
14611 (c-mode): Add cc-create-define-alist locally to after-save-hook.
14612 If there is no file (Macroexpansion) don't create an alist.
14614 2005-04-29 Sam Steingold <sds@gnu.org>
14616 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14617 (cc-create-define-alist): Use it instead of the hard-coded string.
14619 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14621 * international/mule-conf.el (file-coding-system-alist): Fix regexp
14624 2005-04-29 Lute Kamstra <lute@gnu.org>
14626 * emacs-lisp/generic.el: Improve commentary section.
14627 (define-generic-mode): Improve docstring.
14629 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
14631 * textmodes/org.el (many places): Change to quiet the byte compiler.
14632 (org-prefix-format-compiled): New variable.
14633 (org-compile-prefix-format): New function.
14634 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14635 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14636 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14637 (org-get-entries-from-diary): Use `org-get-time-of-day' for
14638 consistency with entries from `org-mode' files.
14639 (org-get-time-of-day): Fix bug with partial matches early in a line.
14640 (org-non-link-chars): New constant.
14641 (org-link-regexp): Respect `org-non-link-chars'.
14642 (org-agenda-day-view): Remove command.
14643 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14644 (org-follow-bbdb-link, org-store-link): Search also company field.
14645 (org-highlight-overlay): New variable.
14646 (org-highlight, org-unhighlight): New functions.
14647 (org-agenda-mode): Add pre-command-hook to remove highlight.
14648 (org-evaluate-time-range): Behavior depends upon whether time stamp
14649 contains a time or not.
14650 (org-show-subtree, org-show-entry): New functions.
14651 (org-agenda-cleanup-fancy-diary): Remove empty lines.
14653 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
14655 * comint.el (comint-output-filter-functions): Add autoload cookie.
14657 2005-04-28 Kim F. Storm <storm@cua.dk>
14659 * ido.el (ido-everywhere): Fix last change.
14661 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
14663 * international/latexenc.el: New file.
14664 * international/mule-conf.el (file-coding-system-alist): For .tex,
14665 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14667 2005-04-28 Lute Kamstra <lute@gnu.org>
14669 * font-lock.el (font-lock-add-keywords)
14670 (font-lock-remove-keywords): Clarify docstring.
14671 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14672 Don't start docstrings with a `*'.
14673 (font-lock-update-removed-keyword-alist): Give it a docstring.
14675 * generic-x.el: Update commentary section.
14676 Only require font-lock when compiling.
14677 Define all modes conditionally.
14678 Place all generic modes in the generic-x-modes customization group.
14679 (generic-x-modes): New customization group.
14680 (generic-default-modes, generic-mswindows-modes)
14681 (generic-unix-modes, generic-other-modes): New constants.
14682 (generic-define-mswindows-modes, generic-define-unix-modes):
14683 Update docstrings. Make them obsolete.
14684 (generic-extras-enable-list): New default value. Update docstring.
14685 Improve :type. Change :set function.
14686 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14689 * emacs-lisp/generic.el (generic-mode-internal):
14690 Simplify font-lock-defaults.
14691 (define-generic-mode): Fix docstring.
14693 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14695 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14696 font-lock-face property to highlight matches.
14698 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
14700 * progmodes/cc-mode.el (cc-create-define-alist): New function.
14701 (cc-define-alist): New variable.
14702 (c-mode): Make it local and initialize it.
14704 * progmodes/gdb-ui.el (gdb-active-process): New variable.
14705 (gdb-exited): New function.
14706 (gdb-annotation-rules): Use it.
14707 (gdb-starting): Set gdb-active-process to t.
14708 (gdb-stopping): Amend doc string.
14709 (gdb-reset): Set gdb-active-process to nil.
14711 * tooltip.el (tooltip-gud-tips): Show the associated #define
14712 directives when a C program under GDB is not executing.
14714 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14716 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14717 font-lock-fontify-syntactic-keywords.
14719 * font-lock.el (font-lock-default-fontify-region): Don't force
14720 parse-sexp-lookup-properties to nil.
14722 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
14724 * man.el (man-mode-syntax-table): Set up `:' to have
14725 word-constituent syntax.
14727 2005-04-27 Lute Kamstra <lute@gnu.org>
14729 * novice.el (disable-command): Don't add spurious newlines to the
14730 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
14732 2005-04-26 Jay Belanger <belanger@truman.edu>
14734 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14735 than one window before deleting window.
14737 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
14739 * shell.el (shell-prompt-pattern): Doc fix.
14740 (shell-mode): Set paragraph-separate buffer locally to "\\'".
14742 * comint.el (comint-prompt-regexp, comint-get-old-input)
14743 (comint-use-prompt-regexp)
14744 (comint-use-prompt-regexp-instead-of-fields)
14745 (comint-replace-by-expanded-history, comint-send-input)
14746 (comint-output-filter, comint-get-old-input-default)
14747 (comint-line-beginning-position, comint-bol, comint-show-output)
14748 (comint-backward-matching-input, comint-forward-matching-input)
14749 (comint-next-prompt, comint-previous-prompt):
14750 Rename `comint-use-prompt-regexp-instead-of-fields' to
14751 `comint-use-prompt-regexp'. Keep old name as alias and declare
14753 (comint-use-prompt-regexp): Shorten first line of doc string.
14755 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14756 Set paragraph-separate buffer locally to "\\'".
14758 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14759 Adapt to above name change.
14761 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14762 (smbclient-prompt-regexp): Ditto.
14764 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14766 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
14768 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14770 Break lines that are over 80 characters wide.
14772 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14774 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14775 New fun and var, to preserve compatibility.
14777 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14779 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
14781 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14782 name to file-newer-than-file-p.
14784 2005-04-26 Richard M. Stallman <rms@gnu.org>
14786 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14788 * progmodes/python.el (python-mode):
14789 Use new name eldoc-documentation-function.
14791 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14793 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14794 (eldoc-documentation-function):
14795 Rename from eldoc-print-current-symbol-info-function. Calls changed.
14797 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
14799 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14801 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14803 * term/xterm.el (function-key-map): Fix strings for
14804 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
14805 {C,S,A,C-S}-{f1-f12}.
14807 2005-04-26 Kenichi Handa <handa@m17n.org>
14809 * international/mule-cmds.el (select-safe-coding-system):
14810 Fix previous change.
14812 2005-04-26 Lute Kamstra <lute@gnu.org>
14814 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14816 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14817 (font-lock-comment-delimiter-face): Ditto.
14819 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14821 2005-04-25 Jay Belanger <belanger@truman.edu>
14823 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14824 to t while inserting information; use help-mode.
14826 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14828 * term.el (ansi-term-color-vector): Use the xterm colors.
14829 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
14831 2005-04-25 Lute Kamstra <lute@gnu.org>
14833 * font-core.el (font-lock-defaults): Fix docstring.
14835 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14837 2005-04-25 Kenichi Handa <handa@m17n.org>
14839 * international/mule-cmds.el (select-safe-coding-system):
14840 Don't check consistency with coding: spec, etc if raw-text or
14841 no-conversion was found to be safe.
14843 2005-04-24 Richard M. Stallman <rms@gnu.org>
14845 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14846 citation markers at start of each line.
14848 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14849 citation markers at start of each line.
14851 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14853 * files.el (mode-require-final-newline): Fix previous change.
14854 (require-final-newline): Fix type label.
14856 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14858 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14859 statement in buffer (broken by 2004-11-24 change).
14861 2005-04-24 Kim F. Storm <storm@cua.dk>
14863 * ido.el (ido-everywhere): Save and restore old read-buffer-function
14864 and read-file-name-function values. Don't overwrite existing
14865 non-nil values if ido-mode is enabled without ido-everywhere.
14867 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
14869 * files.el (mode-require-final-newline): Minor doc fix.
14871 2005-04-24 Eli Zaretskii <eliz@gnu.org>
14873 * subr.el (syntax-after): Doc fix.
14874 (syntax-class): If argument is nil, return nil. Mask off upper 16
14877 * files.el (mode-require-final-newline): Doc fix.
14878 (backup-buffer-copy): Fix last change.
14880 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14882 * term/mac-win.el: Require select. Set selection-coding-system to
14883 mac-system-coding-system. Call menu-bar-enable-clipboard.
14884 (x-last-selected-text-clipboard, x-last-selected-text-primary)
14885 (x-select-enable-clipboard): New variables.
14886 (x-select-text, x-get-selection, x-selection-value)
14887 (x-get-selection-value, mac-select-convert-to-string)
14888 (mac-services-open-file, mac-services-open-selection)
14889 (mac-services-insert-text): New functions.
14890 (CLIPBOARD, FIND): Put mac-scrap-name property.
14891 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14892 (public.tiff): Put mac-ostype property.
14893 (selection-converter-alist): Add entries for them.
14894 (mac-application-menu-map): New keymap.
14895 (interprogram-cut-function, interprogram-paste-function): Set to
14896 x-select-text and x-get-selection-value, respectively.
14897 (split-window-keep-point): Set to t.
14899 2005-04-23 Richard M. Stallman <rms@gnu.org>
14901 * files.el (read-directory-name): Always pass non-nil
14902 DEFAULT-FILENAME arg to read-file-name.
14903 (backup-buffer-copy, basic-save-buffer-2): Take care against
14904 writing thru an unexpected existing symlink.
14905 (revert-buffer): In indirect buffer, revert the base buffer.
14906 (magic-mode-alist): Doc fix.
14907 (buffer-stale-function): Doc fix.
14908 (minibuffer-with-setup-hook): Avoid warning.
14909 (mode-require-final-newline): Doc and custom fix.
14911 * follow.el (follow-end-of-buffer): Use with-no-warnings.
14913 * font-lock.el (font-lock-comment-face): On terminals with few colors,
14914 use the default appearance.
14915 (font-lock-comment-delimiter-face): New face, new variable.
14917 * imenu.el (imenu--generic-function): The official position of a
14918 definition is the start of the line that BEG is in.
14920 * midnight.el (midnight-timer): Move defvar up.
14922 * mouse.el (mouse-drag-region-1): Delete some debugging code.
14924 * saveplace.el (save-place-to-alist): Use with-no-warnings.
14926 * startup.el (command-line): Use with-no-warnings.
14928 * window.el (window-size-fixed): New defvar.
14930 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14932 * mail/rmail.el (rmail-font-lock-keywords):
14933 Use font-lock-comment-delimiter-face.
14935 * mail/sendmail.el (mail-font-lock-keywords):
14936 Use font-lock-comment-delimiter-face.
14938 * progmodes/compile.el (next-error-highlight-timer): New defvar.
14940 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14942 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14943 Specify t for LAXMATCH when matching directories.
14944 Save match data around compilation-compat-error-properties form.
14946 2005-04-23 David Kastrup <dak@gnu.org>
14948 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14949 Mention that the autoloaded aliases should be kept for AUCTeX.
14951 2005-04-23 Andreas Schwab <schwab@suse.de>
14953 * isearch.el (isearch-forward): Doc fix.
14955 2005-04-23 Eli Zaretskii <eliz@gnu.org>
14957 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14958 (jit-lock-stealth-nice): Change default value to 0.5.
14960 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
14962 * abbrev.el (write-abbrev-file): Write table entries in
14963 alphabetical order by table name.
14965 2005-04-22 Kim F. Storm <storm@cua.dk>
14967 * ido.el (ido-read-internal): Fix `list' completion.
14969 2005-04-22 Kenichi Handa <handa@m17n.org>
14971 * recentf.el (recentf-save-file-coding-system): New variable.
14972 (recentf-save-list): Encode the file by
14973 recentf-save-file-coding-system and add coding: tag.
14975 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
14977 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14979 2005-04-21 Lute Kamstra <lute@gnu.org>
14981 * loadhist.el (unload-feature): Don't remove a function from hooks
14982 if it is about to be restored to an autoload . Remove functions
14983 that will become unbound from auto-mode-alist. Simplify the code.
14985 * subr.el (assq-delete-all): New implementation that is linear,
14986 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
14987 (rassq-delete-all): New function.
14989 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14990 Add size-indication-mode.
14992 2005-04-21 Kenichi Handa <handa@m17n.org>
14994 * international/mule-cmds.el: Add autoload for widget-value in
14997 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
14999 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15002 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15004 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
15006 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15007 (inferior-lisp-filter-regexp, inferior-lisp-program)
15008 (inferior-lisp-load-command, inferior-lisp-prompt)
15009 (inferior-lisp-mode-hook, lisp-source-modes)
15010 (inferior-lisp-load-hook): defvar->defcustom.
15011 (inferior-lisp-program, inferior-lisp-prompt)
15012 (inferior-lisp-load-hook): Doc fixes.
15013 (inferior-lisp-install-letter-bindings): Small change in
15014 introductory comment.
15016 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
15018 * vc.el (vc-annotate-color-map): Change some colors so that text
15019 using them as foreground is readable on both white and black
15022 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15024 * international/mule-conf.el (translation-table-for-input):
15025 Remove redundant declaration.
15027 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
15029 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15031 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15032 (tooltip-toggle-gud-tips): New function.
15034 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15036 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15037 right angle brackets.
15039 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
15041 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15043 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15045 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15046 Remove. Update callers to use expand-file-name instead.
15048 * subr.el (syntax-class): New function.
15050 * simple.el (blink-matching-open): Use it.
15052 * paren.el (show-paren-function): Use it to recognize parens that are
15053 also used in 2-char comment markers.
15055 2005-04-19 Lute Kamstra <lute@gnu.org>
15057 * loadhist.el (unload-feature): Update for new format of
15058 load-history. Simplify the code.
15060 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15062 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15063 (mac-add-charset-info): New function. Initialize variable
15064 mac-charset-info-alist using it.
15065 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15067 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15068 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15069 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15072 2005-04-19 Kim F. Storm <storm@cua.dk>
15074 * simple.el (next-buffer, prev-buffer, next-error)
15075 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15076 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15078 * bindings.el (next-buffer, prev-buffer, next-error)
15079 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15080 (clone-indirect-buffer-other-window): Move bindings from simple.el.
15081 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15082 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15084 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15086 * isearch.el (isearch-edit-string): Make the search-ring available for
15087 minibuffer history commands.
15088 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15089 the default history commands now work just as well.
15090 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15092 2005-04-18 Kim F. Storm <storm@cua.dk>
15094 * emulation/cua-base.el (cua--pre-command-handler): Add more
15095 elaborate check for shift modifier on non-window systems.
15097 2005-04-18 Lars Hansen <larsh@math.ku.dk>
15099 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15101 2005-04-18 Kim F. Storm <storm@cua.dk>
15103 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15104 and make it optional. Don't test tooltip-gud-echo-area here.
15105 (tooltip-gud-process-output, gdb-tooltip-print):
15106 Pass tooltip-gud-echo-area to tooltip-show.
15107 (tooltip-help-tips): Remove second optional arg to tooltip-show.
15109 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15111 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15112 `display-graphic-p' may not be bound yet.
15114 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
15116 * startup.el (command-line): No longer enable Xterm Mouse mode by
15117 default in terminals compatible with xterm.
15119 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15121 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
15123 * tooltip.el (tooltip-gud-echo-area): Rename from
15124 tooltip-use-echo-area.
15125 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15126 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15127 area independently of where help tooltips are displayed.
15129 2005-04-17 David Kastrup <dak@gnu.org>
15131 * cus-theme.el (custom-theme-write-variables): Quote variables
15134 2005-04-17 Richard M. Stallman <rms@gnu.org>
15136 * simple.el (yank-excluded-properties): Add follow-link to value.
15138 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15140 * startup.el (fancy-splash-max-time): Just 30 seconds.
15141 (fancy-splash-delay): Just 7.
15142 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15144 * loadhist.el (unload-feature): Update for new format of load-history.
15147 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15148 (rmail-font-lock-keywords): Don't fontify the text of a citation.
15150 * mail/sendmail.el (mail-font-lock-keywords):
15151 Don't fontify subject text.
15152 Don't fontify the text of a citation.
15154 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
15156 * comint.el (comint-output-filter): Run comint-output-filter-functions
15157 with point where the user had it.
15159 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15161 * international/ucs-tables.el (ucs-set-table-for-input):
15162 Disable when using unify-on-decoding.
15164 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
15166 * emulation/cua-base.el (cua-global-mark-face): Add special case
15167 for displays supporting a high number of colors.
15169 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
15171 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15173 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
15175 * filesets.el (filesets-add-buffer): If user supplies a name of a
15176 non-existing fileset, create a new fileset.
15178 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
15180 * textmodes/org.el (org-up-heading-all): Fix bug with
15181 `outline-up-heading-all'.
15183 2005-04-16 Andreas Schwab <schwab@suse.de>
15185 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15186 /etc/permissions.d/* and /etc/aliases.d/*.
15188 2005-04-16 Kenichi Handa <handa@m17n.org>
15190 * international/code-pages.el (cp-make-coding-system):
15191 Set `translation-table-for-input' property value to the symbol
15192 ucs-mule-to-mule-unicode, not to that value.
15193 (pt154): Escape guillemet by `\'.
15195 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
15197 * loadup.el: Load tooltip if x-show-tip is fboundp.
15199 * startup.el (command-line): Add comment.
15201 * tooltip.el (tooltip-mode): Specify correct standard value for
15202 Custom in init-value.
15204 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
15206 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15209 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
15211 * textmodes/org.el (org-agenda-date-prompt): Rename from
15212 `org-agenda-date-today'.
15213 (org-evaluate-time-range): Insert at point instead of directly
15215 (org-first-headline-recenter, org-subtree-end-visible-p)
15216 (org-optimize-window-after-visibility-change): New functions
15217 (org-agenda-post-command-hook): Don't allow point at end of line,
15218 to make sure it always hits the text properties.
15219 (org-agenda-next-date-line, org-agenda-previous-date-line):
15221 (org-set-regexps-and-options): Category may contain white space.
15222 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15223 Improve marker positions.
15224 (org-agenda-new-marker): Argument POS made optional.
15225 (org-agenda-get-timestamps): Deadlines which are done are listed
15226 in org-done-face now.
15227 (org-agenda-get-todos, org-agenda-get-timestamps)
15228 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15229 Set `undone-face' and `done-face' properties.
15230 (org-last-todo-state-is-todo): New variable.
15231 (org-todo): Set `org-last-todo-state-is-todo'.
15232 (org-agenda-todo): Change face according to
15233 `org-last-todo-state-is-todo'. And change other lines referring to
15235 (org-calendar-goto-agenda): New command.
15236 (org-calendar-to-agenda-key): New option.
15237 (org-startup-folded): New allowed value `content'.
15238 (org-set-regexps-and-options): Accept new value `content' for
15239 `org-startup-folded'.
15240 (org-get-current-options): Handle new value `content' for
15241 `org-startup-folded'.
15242 (org-insert-todo-heading): New command.
15243 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15244 interactively in empty file and option
15245 `org-insert-mode-line-in-empty-file' has been set.
15246 (org-agenda-todo,org-agenda-priority): Modify to use
15247 `org-agenda-change-all-lines'.
15248 (org-warning-face): Change color on dark background
15250 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15252 * international/mule-cmds.el (set-locale-environment): On Mac OS,
15253 use preferences AppleLocale and AppleLanguages, and variable
15254 mac-system-locale for default locale. On Mac OS Classic, use
15255 mac-system-coding-system for default coding systems.
15257 * term/mac-win.el: Don't set file-name-coding-system.
15258 Decode variables system-name, emacs-build-system, user-login-name, and
15259 user-full-name by mac-system-coding-system on Mac OS Classic.
15260 (mac-system-coding-system): New variable.
15262 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
15264 * startup.el (command-line): Handle `xterm-mouse-mode' before
15267 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15269 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15271 * progmodes/sh-script.el (sh-here-document-word): Make it a
15272 defcustom. Doc fix.
15273 (sh-add): Bash uses $(( )) for arithmetic.
15274 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15275 (sh-maybe-here-document): Remove quotes and leading whitespace
15276 from heredoc word when closing. Indent heredoc with tabs if word
15279 2005-04-13 Richard M. Stallman <rms@gnu.org>
15281 * simple.el (undo): Fix previous change.
15283 * custom.el (defface): Doc fix.
15285 2005-04-13 Lute Kamstra <lute@gnu.org>
15287 * Makefile.in (DONTCOMPILE): Remove list.
15288 (compile, compile-always): Don't use DONTCOMPILE.
15289 (update-authors): Load the library in which batch-update-authors
15291 * makefile.w32-in (DONTCOMPILE): Remove list.
15292 (compile, compile-always): Fix comments.
15293 (update-authors): Load the library in which batch-update-authors
15296 * generic-x.el (generic-mode-ini-file-find-file-hook):
15297 Rename to ini-generic-mode-find-file-hook.
15298 Keep generic-mode-ini-file-find-file-hook as an alias.
15299 (ini-generic-mode-find-file-hook): Rename from
15300 generic-mode-ini-file-find-file-hook. Fix docstring.
15301 (ini-generic-mode): Docstring change.
15302 (bat-generic-mode-run-as-comint): Silence the byte compiler.
15304 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15307 * generic.el: Move to the emacs-lisp subdir.
15309 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15311 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15312 and C-S- function and cursor motion keys.
15314 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
15316 * startup.el (command-line): Enable Xterm Mouse mode by default.
15317 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15318 for Custom. No longer show "Mouse" in mode line when enabled.
15321 2005-04-12 Kim F. Storm <storm@cua.dk>
15323 * emulation/cua-base.el (cua-rectangle-face)
15324 (cua-rectangle-noselect-face): Define face attributes here.
15326 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15328 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15330 * startup.el (command-line): Turn off blinking cursor if
15331 cursorBlink in resources is off or false.
15333 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15335 * term/mac-win.el (dnd): Require dnd.
15336 (mac-drag-n-drop): Call dnd-handle-one-url.
15337 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15338 (kTextEncodingISOLatin2): Remove constants.
15339 (mac-script-code-coding-systems): New constant.
15340 (mac-handle-language-change): New function.
15341 (special-event-map): Bind it to `language-change' event.
15342 (mac-centraleurroman, mac-cyrillic): New coding systems.
15343 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15344 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15345 and mac-cyrillic-encoder to encode-mac-centraleurroman and
15346 encode-mac-cyrillic, respectively.
15348 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15350 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15351 Don't set overlay-arrow-string to "=>" as this is done
15354 2005-04-12 Lute Kamstra <lute@gnu.org>
15356 * generic-x.el (rc-generic-mode, rul-generic-mode):
15357 Fix auto-mode-alist entries.
15358 (etc-fstab-generic-mode): Tweak fontification.
15360 * generic.el (generic-make-keywords-list): Fix docstring.
15361 (generic-mode-internal): Simplify generic-font-lock-keywords.
15363 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15365 * whitespace.el (whitespace-buffer-leading)
15366 (whitespace-buffer-trailing): Revert the incorrect test inversion.
15367 However, fix the highlight area for the leading and
15368 trailing whitespaces to show space.
15370 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15372 * whitespace.el (whitespace-version): Bump to 3.5
15374 (whitespace-buffer-leading, whitespace-buffer-trailing):
15375 Invert sense of the test to highlight the whitespace.
15377 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15379 * progmodes/gud.el (gud-display-line): GUD uses its own
15380 overlay arrow now so don't set overlay-arrow-string.
15381 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15383 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
15385 * term.el (term-ansi-current-bold, term-ansi-current-underline)
15386 (term-ansi-current-reverse, term-ansi-current-invisible)
15387 (term-ansi-face-already-done): Change to boolean.
15388 (term-reset-terminal, term-handle-colors-array): Handle the above
15390 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15391 (term-emulate-terminal): Use the new name.
15393 * faces.el (secondary-selection): Use yellow1, not yellow.
15394 (trailing-whitespace): Use red1, not red.
15396 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15398 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15399 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15400 (dired-dnd-handle-file): Call dnd-get-local-file-uri
15402 * cus-edit.el (dnd): New group.
15404 * term/w32-win.el (dnd): Require dnd
15405 (w32-drag-n-drop): Call dnd-handle-one-url.
15407 * x-dnd.el: Require dnd.
15408 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15409 Call dnd-handle-one-url.
15410 (x-dnd-types-alist, x-dnd-insert-utf8-text)
15411 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15412 to dnd-insert-text.
15413 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15414 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15415 (x-dnd-get-local-file-name, x-dnd-open-local-file)
15416 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15418 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15420 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15422 * wdired.el: Doc fixes.
15423 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15424 (wdired-use-dired-vertical-movement): Rename from
15425 wdired-always-move-to-filename-beginning.
15426 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15427 (wdired-change-to-wdired-mode): Change mode name.
15428 (wdired-newline): Delete.
15430 2005-04-11 Richard M. Stallman <rms@gnu.org>
15432 * whitespace.el (whitespace-highlight-the-space):
15433 Don't call whitespace-unhighlight-the-space here.
15435 * simple.el (undo): Record t in undo-equiv-table
15436 for the redo record made by an undo-in-region.
15438 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15440 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15441 (gdb-frame-inferior-io-buffer): New Functions to control
15442 display of separate IO buffer.
15443 (menu): Add them to menu-bar.
15444 (gdb-display-buffer): Check for buffer another frame.
15445 Protect GUD buffer.
15446 (gdb-setup-windows): Create IO buffer if not already there.
15447 (gdb-memory-mode): Remove purecopy noops.
15449 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15451 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15452 and pass to self-insert-command.
15454 2005-04-11 Lute Kamstra <lute@gnu.org>
15456 * generic.el: Commentary section cleanup.
15458 (generic-use-find-file-hook, generic-lines-to-scan)
15459 (generic-find-file-regexp, generic-ignore-files-regexp)
15460 (default-generic-mode, generic-mode-find-file-hook)
15461 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15462 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
15463 (generic-use-find-file-hook, generic-lines-to-scan)
15464 (generic-find-file-regexp, generic-ignore-files-regexp)
15465 (default-generic-mode, generic-mode-find-file-hook)
15466 (generic-mode-ini-file-find-file-hook): Move from generic.el.
15468 2005-04-10 Karl Fogel <kfogel@red-bean.com>
15470 * bookmark.el (bookmark-write-file): Catch errors writing file.
15471 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15473 2005-04-10 Richard M. Stallman <rms@gnu.org>
15475 * startup.el (fancy-splash-tail): Update copyright year.
15476 (command-line): Split part of -Q into -D.
15477 (emacs-basic-display): New defvar.
15478 (fancy-splash-text): Correct name of menu item.
15480 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15482 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15485 * comint.el (comint-send-input): New arg ARTIFICIAL.
15486 Callers in this file changed.
15488 * abbrev.el (define-abbrevs): Read system abbrevs properly.
15490 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15492 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
15494 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
15495 `ldap-search-internal'.
15497 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15499 * files.el (set-auto-mode-1): Use line-end-position.
15501 * international/latin-1.el:
15502 * international/latin-2.el:
15503 * international/latin-3.el:
15504 * international/latin-4.el:
15505 * international/latin-5.el:
15506 * international/latin-8.el:
15507 * international/latin-9.el: Give punctuation syntax to NBSP.
15509 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15510 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15511 Use char-classes to accept non-ascii letters, accepted in some recent
15512 bibtex implementations.
15514 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
15516 * custom.el (custom-set-minor-mode): Any non-nil value for the
15517 variable should enable the mode when set through Custom.
15519 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15521 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15522 TAB binding so tab-always-indent is obeyed.
15523 (vhdl-minibuffer-local-map): Move initialization into declaration.
15524 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15525 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15526 (vhdl-hooked-abbrev): Avoid test for XEmacs.
15527 (vhdl-current-line): Use line-beginning-position.
15528 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15529 with-output-to-temp-buffer, so the current position can be recorded.
15531 2005-04-10 Masatake YAMATO <jet@gyve.org>
15533 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15534 Add regexp for gcov.
15536 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15538 * calendar/time-date.el (time-to-seconds, seconds-to-time)
15539 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15540 syntax which Emacs 20 doesn't support.
15542 2005-04-09 Richard M. Stallman <rms@gnu.org>
15544 * help.el (describe-key-briefly, describe-key):
15545 Replace strings as event types with "(any string)".
15547 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15549 * arc-mode.el (archive-mode-map): Move initialization into
15550 the declaration. Override *all* bindings of `undo'.
15551 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15553 2005-04-09 Jay Belanger <belanger@truman.edu>
15555 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15557 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
15559 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15560 (xterm-register-default-colors): Update color values computation
15561 to match xterm-200.
15563 2005-04-09 Kenichi Handa <handa@m17n.org>
15565 * international/code-pages.el (iso-latin-7): Fix the map.
15567 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
15569 * emacs-lisp/lisp.el (defun-prompt-regexp)
15570 (parens-require-spaces, buffer-end, end-of-defun)
15571 (insert-parentheses): Doc fixes.
15573 2005-04-08 Kim F. Storm <storm@cua.dk>
15575 * comint.el (comint-highlight-prompt): Fix face spec.
15576 * hi-lock.el (hi-green): Likewise.
15578 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15580 * cus-edit.el (custom-modified-face):
15581 * comint.el (comint-highlight-input): Fix previous changes.
15582 * term.el (term-handle-ansi-escape): Add a comment.
15584 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15586 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15587 in the buffer and in whitespace-highlighted-space.
15588 (whitespace-unhighlight-the-space): Simplify.
15589 (whitespace-buffer): Simplify.
15591 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15593 * textmodes/table.el (table-cell-face): Add special case for
15594 displays supporting a high number of colors.
15595 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15596 (vhdl-font-lock-reserved-words-face)
15597 (vhdl-speedbar-architecture-face)
15598 (vhdl-speedbar-instantiation-face)
15599 (vhdl-speedbar-architecture-selected-face)
15600 (vhdl-speedbar-instantiation-selected-face): Likewise.
15601 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15602 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15603 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15604 (ebrowse-root-class-face, ebrowse-member-attribute-face)
15605 (ebrowse-progress-face): Likewise.
15606 * progmodes/compile.el (compilation-info-face): Likewise.
15607 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15608 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15609 * calendar/calendar.el (diary-face): Likewise.
15610 * woman.el (woman-italic-face, woman-bold-face)
15611 (woman-unknown-face): Likewise.
15612 * wid-edit.el (widget-button-pressed-face): Likewise.
15613 * whitespace.el (whitespace-highlight-face): Likewise.
15614 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15615 * pcvs-info.el (cvs-marked-face): Likewise.
15616 * info.el (info-xref): Likewise.
15617 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15618 * hilit-chg.el (highlight-changes-face)
15619 (highlight-changes-delete-face): Likewise.
15620 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15621 (hi-red-b): Likewise.
15622 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15623 * font-lock.el (font-lock-keyword-face)
15624 (font-lock-function-name-face, font-lock-warning-face): Likewise.
15625 * cus-edit.el (custom-invalid-face, custom-modified-face)
15626 (custom-set-face, custom-changed-face, custom-variable-tag-face)
15627 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15628 * comint.el (comint-highlight-prompt): Likewise.
15630 2005-04-08 Lute Kamstra <lute@gnu.org>
15632 * font-lock.el (font-lock-keywords): Docstring fixes.
15634 2005-04-08 Kenichi Handa <handa@m17n.org>
15636 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15637 chars are more than a limit, print " and more..." at the tail.
15639 2005-04-08 Kim F. Storm <storm@cua.dk>
15641 * emacs-lisp/authors.el (authors-aliases): Update list.
15642 (authors-ignored-files): New list.
15643 (authors-fixed-entries): Fix typo.
15644 (authors-renamed-files-alist): Update list.
15645 (authors-add): Check authors-ignored-files.
15647 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
15649 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15650 optional, to ensure backward compatibility.
15652 2005-04-08 Stephen Eglen <stephen@gnu.org>
15654 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15656 2005-04-08 Kim F. Storm <storm@cua.dk>
15658 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15660 * mouse.el (mouse-on-link-p): Doc fix.
15662 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
15664 * ielm.el (ielm-prompt-read-only): Doc fix.
15666 * comint.el (comint-prompt-read-only): Doc fix.
15668 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
15670 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15671 ensure dired always handles wildcards passed to ffap.
15672 (find-file-at-point): Use it.
15673 (ffap-dired-wildcards): Doc fix.
15675 2005-04-07 Juri Linkov <juri@jurta.org>
15677 * simple.el (next-error-overlay-arrow-position): New defvar.
15678 Put "=>" on its property `overlay-arrow-string'. Add it to
15679 `overlay-arrow-variable-list'.
15681 * progmodes/compile.el (compilation-setup):
15682 Set `next-error-overlay-arrow-position' to nil. Also set it to
15683 nil in the local hook `kill-buffer-hook'. Make local variable
15684 `overlay-arrow-string' and set it to "=>".
15685 (compilation-goto-locus): Set BOL position to
15686 `next-error-overlay-arrow-position' instead of
15687 `overlay-arrow-position'.
15689 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15690 locally instead of adding it to the global hook.
15691 (Info-kill-buffer): Move up.
15693 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
15695 * term/xterm.el (xterm-standard-colors): Update color values from
15698 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
15700 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15703 * lazy-lock.el: Move them to the obsolete subdir.
15705 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15707 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15708 (wdired-add-replace-advice): Remove.
15709 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15711 2005-04-06 Kim F. Storm <storm@cua.dk>
15713 * startup.el (command-line): Add --bare-bones alias for -Q.
15715 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15717 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15718 create the startup fontset if a font specification ends with
15721 2005-04-06 Lute Kamstra <lute@gnu.org>
15723 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15726 * emacs-lisp/copyright.el (copyright-update-year): Replace the
15727 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
15729 2005-04-05 Lute Kamstra <lute@gnu.org>
15731 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15732 (define-generic-mode): Ditto. Fix debug declaration.
15734 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15735 Put them in the generic-x group.
15737 * calendar/timeclock.el (timeclock): Doc fix.
15739 * generic.el (define-generic-mode): Don't use custom-current-group.
15740 Document default :group value.
15741 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15742 (define-global-minor-mode): Don't use custom-current-group.
15744 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
15746 * startup.el (command-line-1): Display startup-echo-area-message
15747 when fancy splash screen is in use.
15749 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15750 (sh-escaped-newline): New face.
15751 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15752 newline, and use sh-escaped-newline face.
15754 * progmodes/tcl.el (tcl-escaped-newline): New face.
15755 (tcl-builtin-list): New variable.
15756 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15757 newlines. Fix keywords subexpression number.
15759 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
15761 * textmodes/org.el (org-diary-default-entry): Fix call to
15762 `add-to-diary-entry'.
15764 2005-04-05 Kim F. Storm <storm@cua.dk>
15766 * ediff-init.el: Use (featurep 'xemacs).
15768 2005-04-05 David Ponce <david@dponce.com>
15770 * cus-edit.el (face): Derive from symbol widget. Display sample
15771 of the current face on the fly.
15772 (widget-face-sample-face-get, widget-face-notify): New functions.
15773 (widget-face-value-create): Remove.
15775 * wid-edit.el (widget-field-end): Temporarily remove field
15776 narrowing before to call `get-char-property'.
15778 2005-04-04 Jay Belanger <belanger@truman.edu>
15780 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15781 (math-read-subscripts): New variable.
15782 (math-read-preprocess-string): Process subscripts.
15784 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
15786 * comint.el (comint-prompt-read-only): Doc fix.
15788 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15791 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
15793 * textmodes/org.el (org-insert-mode-line-in-empty-file):
15794 Change default value to nil.
15796 2005-04-04 Lute Kamstra <lute@gnu.org>
15798 * autorevert.el (auto-revert-mode): Specify :group.
15799 * battery.el (display-battery-mode): Specify :group.
15800 * diff-mode.el (diff-minor-mode): Specify :group.
15801 * font-core.el (font-lock-mode): Specify :group.
15802 * hl-line.el (hl-line-mode): Specify :group.
15803 * iimage.el (iimage): New customization group.
15804 (iimage-mode): Specify :group.
15805 * longlines.el (longlines-mode): Specify :group.
15806 * master.el: Don't require easy-mmode.
15807 (master): New customization group.
15808 (master-mode): Specify :group.
15809 * msb.el (msb-mode): Specify :group.
15810 * reveal.el (reveal-mode): Specify :group.
15811 * simple.el (next-error-follow-minor-mode): Specify :group.
15812 * smerge-mode.el (smerge-mode): Specify :group.
15813 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15814 * emulation/cua-base.el (cua-mode): Specify :group.
15815 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15816 * language/thai-util.el (thai-auto-composition-mode)
15817 (thai-word-mode): Specify :group.
15818 * mail/supercite.el (sc-minor-mode): Specify :group.
15819 * progmodes/cwarn.el (cwarn-mode): Specify :group.
15820 * progmodes/flymake.el (flymake-mode): Specify :group.
15821 * progmodes/glasses.el (glasses-mode): Specify :group.
15822 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15823 * textmodes/enriched.el (enriched-mode): Specify :group.
15824 * textmodes/refill.el (refill-mode): Specify :group.
15826 * add-log.el (change-log-font-lock-keywords): Names in
15827 parenthesized lists can contain spaces.
15829 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
15831 * startup.el (fancy-splash-text): Shorten default text of
15832 "Emacs Tutorial" line. Also, if the current language env
15833 indicates an available tutorial file other than TUTORIAL,
15834 extract its title and append it to the line in parentheses.
15835 (fancy-splash-insert): If arg is a thunk, funcall it.
15837 2005-04-04 Jay Belanger <belanger@truman.edu>
15839 * calc.el (calc-language-alist): Add tags to customization type.
15841 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
15843 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15846 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
15848 * add-log.el (change-log-font-lock-keywords): The manual
15849 describing a Change Log entry, says: (...) "Aside from these
15850 header lines, every line in the change log starts with a space or
15851 a tab.". The font-lock was not highlighting lines started with
15852 spaces, added support for it.
15854 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15856 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15857 (bibtex-generate-url-list): Update docstring accordingly. Put the
15858 complex example in the docstring.
15859 (bibtex-font-lock-url): Use pop.
15861 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15863 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15865 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15867 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15869 * filesets.el (filesets-set-default): Doc fix.
15871 2005-04-03 Lute Kamstra <lute@gnu.org>
15873 * generic.el (define-generic-mode): Add argument to specify
15874 keywords for defcustom.
15875 (default-generic-mode): Specify :group.
15877 * generic-x.el: Specify :group for all generic modes.
15879 * desktop.el (desktop-no-desktop-file-hook)
15880 (desktop-after-read-hook): Doc fix.
15882 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
15884 * simple.el (visible-mode): Use explicit :group keyword.
15885 This changes the group of `visible-mode-hook' from paren-blinking
15888 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
15890 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
15891 mailbox specifications as well as URLs.
15892 (rmail-insert-inbox-text): Remove unused conditional branches.
15894 2005-04-01 Jay Belanger <belanger@truman.edu>
15896 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15897 (calc-gnuplot-print-command): Move definitions to calc.el.
15899 * calc/calc-embed.el (calc-embedded-announce-formula)
15900 (calc-embedded-open-formula, calc-embedded-close-formula)
15901 (calc-embedded-open-word, calc-embedded-close-word)
15902 (calc-embedded-open-plain, calc-embedded-close-plain)
15903 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15904 (calc-embedded-open-mode, calc-embedded-close-mode):
15905 Move definitions to calc.el.
15907 * calc/calc.el (calc-settings-file, calc-language-alist):
15909 (calc-embedded-announce-formula, calc-embedded-open-formula)
15910 (calc-embedded-close-formula, calc-embedded-open-word)
15911 (calc-embedded-close-word, calc-embedded-open-plain)
15912 (calc-embedded-close-plain, calc-embedded-open-new-formula)
15913 (calc-embedded-close-new-formula, calc-embedded-open-mode)
15914 (calc-embedded-close-mode, calc-gnuplot-name)
15915 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15916 from other files and make customizable.
15918 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15920 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15922 (cvs-mode-run): Don't call cvs-update-header here.
15923 (cvs-run-process): Call cvs-update-header.
15924 Use process properties for cvs-postprocess and cvs-buffer so that
15925 the sentinel can behave better if the temp buffer is killed.
15926 Use a pipe rather than a tty, to better handle unexpected prompts.
15927 (cvs-sentinel): Rewrite. Call cvs-update-header.
15929 2005-04-01 Andre Spiegel <spiegel@gnu.org>
15931 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15932 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
15934 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15936 * generic.el (define-generic-mode): Add indentation rule.
15938 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
15940 * files.el (mode-require-final-newline): Make Custom correctly
15941 report a nil value and allow to set it to nil via Custom.
15944 2005-04-01 Kenichi Handa <handa@m17n.org>
15946 * international/characters.el: Enable the correct case setting for
15947 dotless-i and dotted-I.
15949 2005-04-01 Kim F. Storm <storm@cua.dk>
15951 * ido.el (ido-file-internal): Fall back to non-ido command if
15952 initial directory is on slow ftp (or tramp) host.
15954 2005-03-31 Richard M. Stallman <rms@gnu.org>
15956 * emacs-lisp/autoload.el (make-autoload):
15957 Handle define-global-minor-mode.
15959 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15960 Rename from easy-mmode-define-global-mode.
15961 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15963 * progmodes/scheme.el (scheme-mode-syntax-table):
15964 Update syntax of | and # for two-character comment syntax.
15966 2005-03-31 Lute Kamstra <lute@gnu.org>
15968 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15969 (define-minor-mode): Call custom-current-group at load-time.
15971 * generic.el (define-generic-mode): Add debug declaration.
15972 Add defcustom for the mode hook.
15973 (generic-mode-internal): Use run-mode-hooks.
15975 2005-03-31 Kim F. Storm <storm@cua.dk>
15977 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15978 (mouse-fixup-help-message): New defun called by show_help_echo
15979 to fixup mouse-2 prefix in help messages when applicable.
15981 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15983 2005-03-31 Kenichi Handa <handa@m17n.org>
15985 * language/thai-word.el (thai-find-word-ends): Pay attention to
15986 the case that we reach the end of buffer.
15988 * textmodes/fill.el (fill-text-properties-at): New function.
15989 (fill-newline): Use fill-text-properties-at instead of
15990 text-properties-at.
15992 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15994 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15995 not comint-quote-filename.
15997 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
15999 * help-fns.el (help-with-tutorial): Revert last change.
16001 2005-03-31 Kim F. Storm <storm@cua.dk>
16003 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16005 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
16007 * calendar/cal-china.el: Update reference to "Calendrical
16008 Calculations" book; there's a new edition.
16009 * calendar/cal-coptic.el: Likewise.
16010 * calendar/cal-french.el: Likewise.
16011 * calendar/cal-hebrew.el: Likewise.
16012 * calendar/cal-islam.el: Likewise.
16013 * calendar/cal-iso.el: Likewise.
16014 * calendar/cal-julian.el: Likewise.
16015 * calendar/cal-mayan.el: Likewise.
16016 * calendar/cal-persia.el: Likewise.
16017 * calendar/calendar.el: Likewise.
16018 * calendar/holidays.el: Likewise.
16019 * calendar/lunar.el: Likewise.
16020 * calendar/solar.el: Likewise.
16022 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16023 white space from doc string.
16025 2005-03-30 Jay Belanger <belanger@truman.edu>
16027 * calc/calc-help.el (calc-full-help): Remove email address.
16029 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
16031 * help-fns.el (help-with-tutorial): Delete title line.
16033 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16035 * calendar/cal-x.el (calendar-one-frame-setup)
16036 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16037 rather than `symbol' for set-window-dedicated-p.
16039 * calendar/appt.el (appt-buffer-name): Make it a constant.
16040 (appt-add): Doc fix.
16042 * filesets.el (filesets-menu-path, filesets-menu-before)
16043 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
16044 (filesets-menu-cache-file): Use directory ~/.emacs.d.
16045 (filesets-add-submenu): Delete and use add-submenu instead.
16047 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
16049 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16050 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16051 (org-diary-default-entry): New function.
16052 (org-get-entries-from-diary): Better parsing of diary entries.
16053 (org-agenda-check-no-diary): New function.
16054 ("diary-lib"): Advice to function `add-to-diary-list', to allow
16055 linking to diary entries.
16056 (org-agenda-execute-calendar-command): New function.
16057 (org-agenda): Improve visible section in window.
16058 Use `org-fit-agenda-window'.
16059 (org-fit-agenda-window): New option.
16060 (org-move-subtree-down): Better handling of empty lines
16062 (org-cycle): Numeric prefix is interpreted now as show-subtree N
16064 (org-fontify-done-headline): New option.
16065 (org-headline-done-face): New face.
16066 (org-set-font-lock-defaults): Use `org-headline-done-face'.
16067 (org-table-copy-down): Rename from `org-table-copy-from-above'.
16068 When current field is non-empty, it is copied to next row.
16069 (org-table-copy-from-above): Fix bug which made it
16070 impossible to copy fields containing only a single non-white character.
16072 2005-03-30 Kim F. Storm <storm@cua.dk>
16074 * kmacro.el (kmacro-end-macro): Isearch may store this command
16075 into the macro -- so ignore it when executing keyboard macro.
16077 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
16079 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16081 2005-03-29 Kenichi Handa <handa@m17n.org>
16083 * language/thai.el ("Thai"): Set setup-function and exit-function
16084 for Thai language environment.
16086 * language/thai-util.el: Require thai-word.
16087 (thai-word-mode-map): New variable.
16088 (thai-word-mode): New minor mode.
16089 (setup-thai-language-environment-internal): New function.
16090 (exit-thai-language-environment-internal): New function.
16092 * language/thai-word.el (thai-word-table): Declare it by defvar,
16093 use dolist to initialize it.
16094 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16095 (thai-fill-find-break-point): New functions.
16097 2005-03-29 Richard M. Stallman <rms@gnu.org>
16099 * simple.el (idle-update-delay): Move definition up.
16100 (set-mark): Doc fix.
16102 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
16104 * longlines.el: New file.
16106 * simple.el (buffer-substring-filters): New variable.
16107 (filter-buffer-substring): New function.
16108 (kill-region, copy-region-as-kill): Use it.
16110 * register.el (copy-to-register, append-to-register)
16111 (prepend-to-register): Use filter-buffer-substring.
16113 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
16115 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16116 (gud-filter-pending-text): Move in front of gdb.
16117 (gud-overlay-arrow-position): New variable.
16118 (gud-sentinel, gud-display-line): Use it in place of
16119 overlay-arrow-position.
16121 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16123 * progmodes/fortran.el (fortran-if-indent): Doc fix.
16124 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16125 (fortran-font-lock-keywords-4): New variable.
16126 (fortran-blocks-re, fortran-end-block-re)
16127 (fortran-start-block-re): New constants, for hideshow.
16128 (hs-special-modes-alist): Add a Fortran entry.
16129 (fortran-mode-map): Bind fortran-end-of-block,
16130 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16131 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
16132 (fortran-looking-at-if-then, fortran-end-of-block)
16133 (fortran-beginning-of-block): New functions, for hideshow.
16135 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16136 Doc fix. Tweak regexp.
16137 (f90-beginning-of-block): Push mark first.
16139 2005-03-29 Jay Belanger <belanger@truman.edu>
16141 * calc/calc.el: Update copyright date.
16142 (calc-version): Increase to 2.1.
16143 (calc-version-date): Remove.
16145 * calc/calc-help.el: Update copyright date.
16146 (calc-full-help): Remove reference to calc-version-date.
16147 Update copyright date.
16149 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16151 * vc.el (vc-do-command): Use a pipe for async processes, so password
16152 prompts don't show up at places where the user can't reply.
16154 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
16156 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16157 on the file name we pass to the inferior shell.
16159 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16161 * progmodes/which-func.el (which-function): Be robust in the face of an
16162 imenu--make-index-alist failure.
16164 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16166 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16168 * progmodes/python.el (python-preoutput-filter): Fix last change.
16170 2005-03-29 Lute Kamstra <lute@gnu.org>
16172 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16173 functions and compiled macros.
16174 (debug-convert-byte-code): Handle macros too.
16175 (debug-on-entry-1): Don't signal an error when trying to clear a
16176 function that is not set to debug on entry.
16178 2005-03-29 Jay Belanger <belanger@truman.edu>
16180 * calc/calc-lang.el: Add functions to math-function-table
16181 properties of tex and math.
16183 2005-03-29 Kenichi Handa <handa@m17n.org>
16185 * ps-mule.el (ps-mule-plot-string): Translate characters by
16186 ps-print-translation-table.
16187 (ps-mule-begin-job): Call find-charset-region/string with
16188 ps-print-translation-table.
16189 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16191 * ps-print.el (ps-print-translation-table): New variable.
16192 (ps-plot-region): Translate characters by ps-print-translation-table.
16194 2005-03-29 Juri Linkov <juri@jurta.org>
16196 * simple.el (next-error-highlight-timer): New variable.
16198 * progmodes/compile.el (compilation-goto-locus):
16199 Use `next-error-highlight-timer' instead of `sit-for'.
16201 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16203 * mail/supercite.el (sc-mail-field): Use assoc-string.
16204 (sc-get-address): Simplify regexps.
16206 * files.el (minibuffer-with-setup-hook): New macro.
16207 (find-file-read-args): Use it to avoid let-binding
16208 minibuffer-with-setup-hook (which breaks turning on/off
16209 file-name-shadow-mode while in the prompt).
16211 * complete.el (PC-read-include-file-name-internal):
16212 Use test-completion.
16214 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
16216 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16218 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16220 * window.el (window-buffer-height): Use count-screen-lines.
16222 * progmodes/python.el (python-preoutput-leftover): New var.
16223 (python-preoutput-filter): Use it.
16224 (python-send-receive): Loop until all the result has been received.
16226 2005-03-28 Juri Linkov <juri@jurta.org>
16228 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16230 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16231 "Recover Crashed Session".
16232 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16233 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16234 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16235 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16236 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16237 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16238 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16239 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16241 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16242 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16243 Ediff Sessions", "Toggle use of separate control buffer frame",
16244 "Use separate frame for Ediff control buffer".
16246 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16247 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16248 "Rename Bookmark", "Delete Bookmark".
16250 * info.el (Info-mode-menu): Remove ellipsis from "Index".
16251 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16252 Add `:active Info-index-alternatives' to "Next Matching Item".
16254 * wdired.el (wdired-change-to-wdired-mode):
16255 Mention `wdired-abort-changes' key in the initial message.
16257 * international/mule.el (auto-coding-alist): Associate non-ascii
16258 image filename extensions with `no-conversion'.
16260 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16262 * international/iso-acc.el:
16263 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16265 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
16267 * textmodes/sgml-mode.el (html-mode): Doc update.
16269 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16271 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
16273 * term.el (term-move-columns): Fix face after extending a line.
16274 (term-insert-spaces): Likewise.
16275 (term-reset-terminal): Fix off by one error.
16277 2005-03-26 Eli Zaretskii <eliz@gnu.org>
16279 * international/mule.el (auto-coding-alist): Add .xpi files.
16281 * files.el (auto-mode-alist): Add .xpi files.
16283 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
16285 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16287 2005-03-26 Eli Zaretskii <eliz@gnu.org>
16289 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16291 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
16293 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16294 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
16296 * calendar/cal-move.el (calendar-beginning-of-year): Move the
16297 cursor to Jan 1 when needed.
16298 (calendar-end-of-year): Fix -/+ typo.
16299 Reported by Chong Yidong <cyd@stupidchicken.com>.
16301 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16303 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16305 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16306 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
16308 2005-03-25 Richard M. Stallman <rms@gnu.org>
16310 * filesets.el (filesets-init): Add autoload.
16312 * mail/mailalias.el (mail-directory): Doc fix.
16314 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16316 * mail/mailalias.el (mail-directory-process): Do nothing if
16317 mail-directory-process is an atom.
16318 (mail-get-names): Ignore mail-directory-names if it is an atom.
16319 (mail-directory-process defvar): Doc fix.
16320 (mail-names): Doc fix.
16322 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
16324 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16326 2005-03-26 Kenichi Handa <handa@m17n.org>
16328 * international/mule-util.el (detect-coding-with-priority):
16329 Call update-coding-systems-internal before detect-coding-region.
16331 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
16333 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16334 (gdb-frames-mode-map): Add follow-link property.
16336 2005-03-25 Jay Belanger <belanger@truman.edu>
16338 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16341 2005-03-25 Juri Linkov <juri@jurta.org>
16343 * image-mode.el: Optimize image filename extension regexps in
16344 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
16345 in `auto-mode-alist'.
16346 (image-mode): Add `image-toggle-display-text' to local hook
16347 `change-major-mode-hook'. Display the image as an image by
16348 default. Set `cursor-type' and `truncate-lines' if the image
16349 is already displayed. Take into account the current mode (image
16350 or text) in message.
16351 (image-minor-mode): New minor mode.
16352 (image-mode-maybe, image-toggle-display-text): New functions.
16353 (image-toggle-display): Use called-interactively-p.
16354 Let-bind `inhibit-read-only' to t.
16356 * image-mode.el (image-minor-mode): Set `cursor-type' and
16357 `truncate-lines' if the image is already displayed. Add turning
16358 image-minor-mode off to `change-major-mode-hook'. Add message.
16359 Call `image-toggle-display-text' after turning image-minor-mode off.
16361 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16363 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16364 Terminal.app, use utf-8.
16365 (set-display-table-and-terminal-coding-system): Add coding-system arg.
16366 (set-locale-environment): Use it.
16368 * term/xterm.el: Undo last change, better done in mule-cmds.el.
16370 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16372 * progmodes/python.el (python-close-block-statement-p)
16373 (python-outdent-p, python-current-defun): Use symbol-end.
16375 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
16377 * files.el (save-some-buffers): Doc fix.
16379 2005-03-25 Werner Lemberg <wl@gnu.org>
16381 * complete.el, thumbs.el: Replace `legal' with `valid'.
16382 * calendar/calendar.el: Replace `legal' with `valid'.
16383 * emacs-lisp/advice.el: Replace `legal' with `valid'.
16384 * mail/supercite.el: Replace `legal' with `valid'.
16385 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16386 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16387 Replace `legal' with `valid'.
16388 * textmodes/reftex-vars.el, textmodes/reftex.el:
16389 Replace `legal' with `valid'.
16391 2005-03-25 Werner Lemberg <wl@gnu.org>
16393 * calc/calc-forms.el, calc/calc-sel.el:
16394 * midnight.el, vc-cvs.el:
16395 * emacs-lisp/cl-macs.el:
16396 * emulation/vip.el:
16397 * eshell/esh-io.el, eshell/esh-var.el:
16398 * mail/supercite.el:
16399 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16400 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16401 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16402 * progmodes/sh-script.el, progmodes/xscheme.el:
16403 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16404 * textmodes/reftex-index.el, textmodes/reftex-parse.el
16405 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16406 * textmodes/reftex.el, textmodes/org.el:
16407 Replace `illegal' with `invalid'.
16409 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16411 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16412 (flymake-find-buildfile, flymake-find-possible-master-files)
16413 (flymake-check-include, flymake-parse-line): Replace loops over the
16414 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
16416 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16417 Substitute file-name-as-directory in the rest of the file.
16418 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16419 (flymake-replace-region): Remove unused arg `buffer'.
16420 (flymake-check-patch-master-file-buffer): Update calls to it.
16421 (flymake-add-err-info): Remove unused var `count'.
16422 (flymake-mode): Use define-minor-mode.
16424 * progmodes/flymake.el: Use with-current-buffer.
16425 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16426 flymake-replace-regexp-in-string, flymake-line-beginning-position)
16427 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16428 Avoid testing for `xemacs'.
16429 (flymake-nop): Move.
16430 (flymake-region-has-flymake-overlays): Return the computed value.
16431 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16432 Remove unused var `endline'.
16433 (flymake-get-line-count): Remove unused function.
16434 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16438 * hilit-chg.el (global-highlight-changes):
16439 * hi-lock.el (hi-lock-mode):
16440 * follow.el: find-file-hooks -> find-file-hook.
16442 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16444 2005-03-24 Juri Linkov <juri@jurta.org>
16446 * dired.el (dired-mode-map): Add menu item "Compare directories"
16447 for dired-compare-directories.
16449 * dired-aux.el (dired-compare-directories): Add autoload cookie.
16450 Doc fix. Replace `read-file-name' with `read-directory-name'.
16452 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16454 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16456 2005-03-24 Jay Belanger <belanger@truman.edu>
16458 * calc/calc-embed.el (calc-embedded-mode-change): Save all
16459 relevant mode settings in calc-embedded-original-modes when modes
16460 are permanently changed.
16462 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16464 * autoinsert.el: find-file-hooks -> find-file-hook.
16466 2005-03-24 Lute Kamstra <lute@gnu.org>
16468 * generic.el (generic-font-lock-defaults): Make it obsolete.
16469 (generic-font-lock-keywords): New variable to replace
16470 generic-font-lock-defaults.
16471 (generic-mode-set-font-lock): Delete it.
16472 (generic-mode-internal): Don't call generic-mode-set-font-lock.
16473 (generic-bracket-support): Add docstring.
16475 * generic-x.el: Rename generic-font-lock-defaults to
16476 generic-font-lock-keywords throughout.
16477 (mailagent-rules-setup-function): Delete it.
16478 (mailagent-rules-generic-mode): Use anonymous function instead.
16479 (show-tabs-generic-mode-font-lock-defaults-1)
16480 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16482 (show-tabs-tab-face, show-tabs-space-face): Specify background,
16485 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16486 Recognize define-generic-mode.
16488 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16490 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16491 if there's no completion table.
16493 2005-03-23 Miles Bader <miles@gnu.org>
16495 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16496 Remove tty-specific variants, as they're no longer needed.
16498 2005-03-23 Lute Kamstra <lute@gnu.org>
16500 * generic-x.el: Code cleanup: make args constant whenever possible.
16501 (installshield-statement-keyword-list)
16502 (installshield-system-functions-list)
16503 (installshield-system-variables-list, installshield-types-list)
16504 (installshield-funarg-constants-list): Make them constants.
16506 * generic.el (generic-make-keywords-list): Add autoload cookie.
16508 * calendar/time-date.el: Add comment on time value formats.
16509 Don't require parse-time.
16510 (with-decoded-time-value): New macro.
16511 (encode-time-value): New function.
16512 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16513 (days-to-time): Return a valid time value when arg is huge.
16514 (time-since): Use time-subtract.
16515 (time-to-number-of-days): Use time-to-seconds.
16517 2005-03-23 David Ponce <david@dponce.com>
16519 * recentf.el: (recentf-keep): New option.
16520 (recentf-menu-action): Default to `find-file'.
16521 (recentf-keep-non-readable-files-flag)
16522 (recentf-keep-non-readable-files-p)
16523 (recentf-file-readable-p, recentf-find-file)
16524 (recentf-cleanup-remote): Remove.
16525 (recentf-include-p): More robust.
16526 (recentf-keep-p): New function.
16527 (recentf-remove-if-non-kept): Rename from
16528 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
16529 All callers updated.
16530 (recentf-menu-items-for-commands): Fix help string.
16531 (recentf-track-closed-file): Update. Doc fix.
16532 (recentf-cleanup): Update. Count removed files. Doc fix.
16534 2005-03-23 Kim F. Storm <storm@cua.dk>
16536 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16537 Don't inherit from fringe face (now happens automatically).
16539 2005-03-22 Kim F. Storm <storm@cua.dk>
16541 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16544 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16546 * menu-bar.el (showhide-date-time): Remove.
16547 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16548 (menu-bar-make-mm-toggle): Simplify.
16550 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16552 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16553 Accept qualified variable and function names.
16555 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
16557 * bindings.el (completion-ignored-extensions):
16558 Remove ".lis" for `vax-vms'.
16560 2005-03-22 Andreas Schwab <schwab@suse.de>
16562 * generic-x.el: Revert last change.
16563 * ldefs-boot.el: Update.
16565 2005-03-22 Jay Belanger <belanger@truman.edu>
16567 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16568 (calc-embedded-save-original-modes)
16569 (calc-embedded-restore-original-modes): New functions.
16570 (calc-do-embedded): Save original modes when entering embedded mode
16571 and restore when leaving embedded mode.
16572 (calc-embedded-modes-change): Change the value of
16573 calc-embedded-original-modes to reflect permanent changes.
16575 2005-03-22 Lute Kamstra <lute@gnu.org>
16577 * generic-x.el: Require generic again.
16579 2005-03-22 Miles Bader <miles@gnu.org>
16581 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16582 Tweak details to look good on both ttys and bitmap displays, light
16583 or dark background, etc.
16585 2005-03-21 Kim F. Storm <storm@cua.dk>
16587 * tooltip.el (tooltip-show-help-function): Check car and cdr of
16590 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16592 * icomplete.el: Don't forcibly turn on the mode upon load.
16593 (icomplete-mode): Use define-minor-mode.
16594 (icomplete-eoinput): Default to nil.
16595 (icomplete-minibuffer-setup): Remove autoload.
16596 (icomplete-tidy): Simplify.
16597 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16598 in the initial state or if the user has modified the field.
16599 Fix handling of icomplete-max-delay-chars.
16600 Remove code that handles the oddball case where
16601 minibuffer-completion-table is an integer.
16602 Wrap icomplete-completions in while-no-input in case building
16603 completions takes more time than expected.
16604 (icomplete-completions): Simplify.
16606 2005-03-21 Richard M. Stallman <rms@gnu.org>
16608 * jka-compr.el (jka-compr-really-do-compress):
16609 Make variable buffer-local.
16611 * image-mode.el: Handle .xpm files too.
16612 (image-toggle-display): Preserve modification flag.
16614 * help.el (where-is): Don't mention aliases with no key bindings.
16616 2005-03-21 Lute Kamstra <lute@gnu.org>
16618 * generic.el: Fix commentary section. Don't require cl for
16620 (generic-mode-list): Add autoload cookie.
16621 (generic-use-find-file-hook, generic-lines-to-scan)
16622 (generic-find-file-regexp, generic-ignore-files-regexp)
16623 (generic-mode, generic-mode-find-file-hook)
16624 (generic-mode-ini-file-find-file-hook): Fix docstrings.
16625 (define-generic-mode): Make it a defmacro. Fix docstring.
16626 (generic-mode-internal): Code cleanup. Add autoload cookie.
16627 (generic-mode-set-comments): Code cleanup.
16628 * generic-x.el: Don't prevent compilation. Don't require generic.
16629 Follow coding conventions. Minor code cleanup.
16630 (etc-fstab-generic-mode): Add some keywords.
16631 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16632 define-generic-mode like a function declaration.
16634 2005-03-21 Jay Belanger <belanger@truman.edu>
16636 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16639 2005-03-21 Sam Steingold <sds@gnu.org>
16641 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16643 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
16645 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16646 Add underscore to "f$ lexicals" regexp.
16648 2005-03-20 Juri Linkov <juri@jurta.org>
16650 * subr.el (progress-reporter-do-update): When `min-value' is equal
16651 to `max-value', set `percentage' to 0 and prevent division by zero.
16653 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
16655 Sync with Tramp 2.0.48.
16657 * net/tramp.el (all): Change all addresses to .gnu.org.
16658 (tramp-append-tramp-buffers): New defun.
16659 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16660 Catch `dont-send' signal.
16661 (tramp-set-auto-save-file-modes): Set always permissions, because
16662 there might be an old auto-saved file belonging to another
16663 original file. This could be a security threat. Reported by
16664 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16665 Check for Emacs 21.3.50 removed.
16667 * net/tramp-smb.el (all): Remove debug construct for
16668 `with-parsed-tramp-file-name'.
16669 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16670 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16671 No error message if DIRECTORY or FILENAME doesn't exist.
16672 (tramp-smb-open-connection): Check existence of
16673 `tramp-smb-program'.
16675 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16677 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16678 Properly handle the case where the `m' or `s' command's argument is not
16680 (perl-indent-new-calculate): New function.
16681 (perl-indent-line): Use it.
16683 2005-03-20 Miles Bader <miles@gnu.org>
16685 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16686 in text-mode too. Change to new face names.
16687 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16688 Add `:weight bold' attribute.
16689 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16691 2005-03-19 Juri Linkov <juri@jurta.org>
16693 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
16695 * international/mule.el (auto-coding-alist): Sync with
16696 `auto-mode-alist' by adding upper case archive file extensions
16697 and adding ear/war to jar extension.
16699 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
16701 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16702 running, restart it.
16704 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
16706 * finder.el (finder-current-item): Throw an error on an empty line.
16708 * man.el (Man-follow-manual-reference): If current-word returns
16711 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
16713 * simple.el (goto-line): Doc fix.
16715 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
16717 * files.el (save-buffer): Doc fix.
16719 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
16721 * recentf.el (recentf-cleanup-remote): New variable.
16722 (recentf-cleanup): Use it to conditionally check availability of
16725 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
16727 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16730 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16732 * language/thai-word.el: New file.
16734 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16736 * files.el (backup-buffer): If the file's directory is not
16737 writable, use copy instead of move to backup the file.
16739 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16741 * obsolete/keyswap.el: Moved to obsolete/ from term/.
16743 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16745 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16746 Use functionp instead of symbolp and fboundp. Reported by Drkm
16747 <darkman_spam@yahoo.fr>.
16748 (ps-print-version): New version 6.6.6.
16750 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
16752 * textmodes/table.el (table--line-column-position): New idiom.
16753 (table--row-column-insertion-point-p): New function to test
16754 validity of row and column insertion operation at a location.
16755 (table-global-menu, table-cell-menu): Use above functions for
16756 deterministic test operation.
16757 (table--editable-cell-p): Behave in deterministic fashion.
16759 2005-03-18 Juri Linkov <juri@jurta.org>
16761 * isearch.el (isearch-lazy-highlight-new-loop):
16762 Make arguments beg and end optional.
16763 (isearch-update): Remove optional arguments nil from
16764 isearch-lazy-highlight-new-loop.
16765 (isearch-lazy-highlight-search): Let-bind case-fold-search to
16766 isearch-lazy-highlight-case-fold-search instead of
16767 isearch-case-fold-search, and let-bind isearch-regexp to
16768 isearch-lazy-highlight-regexp.
16769 Use isearch-lazy-highlight-last-string instead of isearch-string.
16771 * replace.el (perform-replace): Remove bindings of global
16772 variables isearch-string, isearch-regexp, isearch-case-fold-search.
16773 Add three new arguments to `replace-highlight'.
16774 (replace-highlight): Add arguments string, regexp, case-fold.
16775 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16776 to allow isearch-lazy-highlight-new-loop to use these values
16777 to set corresponding isearch-lazy-highlight-* internal
16778 variables whose values lazy highlighting will use regardless of
16779 changes to global variables isearch-string, isearch-regexp,
16780 isearch-case-fold-search during lazy highlighting loop.
16781 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16782 to `lazy-highlight-cleanup'.
16784 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16785 (ispell-highlight-face): Set default face to `isearch' when
16786 lazy highlighting is enabled.
16787 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16788 priority to 1. Add lazy highlighting.
16789 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16790 from `isearch-dehighlight'.
16792 2005-03-18 David Ponce <david@dponce.com>
16794 * files.el (hack-local-variables): Do a case-insensitive search
16797 2005-03-18 Juri Linkov <juri@jurta.org>
16799 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16800 `isearch-lazy-highlight-cleanup', add alias to old name and
16801 declare obsolete. Add release numbers to other obsolete vars.
16802 (isearch-done, isearch-lazy-highlight-new-loop):
16803 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16804 (lazy-highlight-cleanup) <variable>: Doc fix.
16805 (isearch-lazy-highlight-update): Rename obsolete
16806 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16808 2005-03-18 Kenichi Handa <handa@m17n.org>
16810 * language/thai-util.el: Fix categorization of Thai characters in
16811 thai-category-table.
16812 (thai-composition-pattern): Adjust it for the above change.
16813 (thai-self-insert-command, thai-compose-syllable): New functions.
16814 (thai-compose-region): Use thai-compose-syllable.
16815 (thai-compose-string): Likewise.
16816 (thai-composition-function): Likewise.
16817 (thai-auto-composition): New function.
16818 (thai-auto-composition-mode): New minor mode.
16820 * language/thai.el: Fix patterns to be registered in
16821 composition-function-table.
16823 * international/quail.el (quail-input-method): Locally bind
16824 inhibit-modification-hooks to t.
16826 2005-03-17 Richard M. Stallman <rms@gnu.org>
16828 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16829 (perl-mode): Use run-mode-hooks.
16831 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16832 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16833 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16835 * mail/sendmail.el (sendmail-send-it): Reenable the code
16836 to compute resend-to-address and use it.
16838 * tar-mode.el (tar-mode): Turn off undo unconditionally.
16840 * image-mode.el: New file.
16842 * image.el (insert-sliced-image): Add autoload cookie.
16844 * font-lock.el (font-lock-lines-before): New user option.
16845 (font-lock-after-change-function): Obey it.
16847 * bindings.el (esc-map): Make M-g a prefix.
16848 Bind M-g g and M-g M-g to goto-line.
16850 * faces.el (face-id): Doc fix.
16852 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16854 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16855 (rmail-show-message): Use rmail-unknown-mail-followup-to.
16856 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16858 * mail/sendmail.el (mail-yank-ignored-headers)
16859 (mail-font-lock-keywords, mail-mode-fill-paragraph):
16860 Add Mail-Followup-To and Mail-Reply-To headers.
16861 (mail-citation-hook): Add autoload cookie.
16862 (mail-mode): Doc fix.
16863 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16864 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16865 (mail-mode-fill-paragraph): Handle those headers.
16866 (mail-mailing-lists): New variable.
16867 (mail-mail-reply-to, mail-mail-followup-to): New functions.
16869 2005-03-17 Juri Linkov <juri@jurta.org>
16871 * isearch.el (isearch-fallback): Check for `(car previous)'
16872 before calling `isearch-other-end-state'.
16874 2005-03-17 Kim F. Storm <storm@cua.dk>
16876 * simple.el (move-beginning-of-line): Move to beginning of buffer
16877 line, as well as beginning of screen line.
16879 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
16881 * calendar/diary-lib.el (mark-diary-entries): Use new optional
16882 argument REDRAW rather than calendar-redrawing variable.
16883 * calendar/calendar.el (calendar-redrawing): Delete.
16884 (redraw-calendar): Do not bind calendar-redrawing.
16886 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
16888 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16891 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16893 * help.el (describe-mode): Allow a :minor-mode-function property to
16894 specify a different minor mode toggle function than the variable.
16895 * simple.el (auto-fill-function):
16896 * subr.el (add-minor-mode): Use it.
16898 2005-03-16 Kenichi Handa <handa@m17n.org>
16900 * language/ethio-util.el (sera-being-called-by-w3): New variable.
16901 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16902 (ethio-fidel-to-sera-buffer): Likewise.
16904 2005-03-16 Juri Linkov <juri@jurta.org>
16906 * emacs-lisp/find-func.el (find-function-regexp):
16907 Add defun-emitting macro `menu-bar-make-toggle'.
16909 * isearch.el: Put `isearch-scroll' property to
16910 `split-window-horizontally'.
16912 * info.el: Update error messages for `debug-ignored-errors'.
16913 (Info-isearch-search): Doc fix.
16914 (Info-find-node): Move up code to go into info buffer before
16915 recording the node to the history.
16916 (Info-fontify-node): Fontify titles only if the next line
16917 has two or more `*', `=', `-', `.'.
16918 Display "go to this node" for empty (match-string 3).
16920 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16922 * term/mac-win.el: Add mouse pointer shape constants.
16924 2005-03-15 Kim F. Storm <storm@cua.dk>
16926 * simple.el (move-beginning-of-line): Use vertical-motion.
16928 2005-03-15 Juri Linkov <juri@jurta.org>
16930 * isearch.el (isearch-error): New variable.
16931 (isearch-invalid-regexp, isearch-within-brackets): Remove.
16932 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16933 (isearch-within-brackets-state): Remove.
16934 (isearch-case-fold-search-state, isearch-pop-fun-state):
16935 Decrease frame index.
16936 (isearch-mode, isearch-top-state, isearch-push-state)
16937 (isearch-edit-string, isearch-abort, isearch-search-and-update)
16938 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16939 (isearch-search, isearch-lazy-highlight-new-loop):
16940 Replace `isearch-invalid-regexp' with `isearch-error'.
16941 Remove `isearch-within-brackets'.
16942 (isearch-search): Add `search-failed' handler to `condition-case'.
16943 (isearch-lazy-highlight-search): Add `condition-case' to catch
16944 errors and allow `isearch-lazy-highlight-update' to try
16945 highlighting from the beginning of the window.
16946 (isearch-repeat): Move up code to set isearch-wrapped to t
16947 before calling isearch-wrap-function.
16949 * info.el (Info-isearch-initial-node): New internal variable.
16950 (Info-search): Signal an error in isearch mode when search leaves
16951 the initial node. Signal an error when `bound' is non-nil and
16952 nothing was found in the current subfile.
16953 (Info-isearch-search): Remove `condition-case'.
16954 (Info-isearch-wrap): Don't wrap when search failed during leaving
16955 the initial node. If `Info-isearch-search' is nil, wrap around
16957 (Info-isearch-start): New fun.
16958 (Info-mode): Add buffer-local hook `Info-isearch-start' to
16959 `isearch-mode-hook'.
16961 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16963 * simple.el (normal-erase-is-backspace): Set default to t if
16966 * term/mac-win.el (function-key-map): Sync with x-win.el.
16968 2005-03-15 Kenichi Handa <handa@m17n.org>
16970 * international/mule-cmds.el (locale-language-names): Modify the
16971 format of elements and add more entries.
16972 (locale-preferred-coding-systems): Add more entries.
16973 (set-locale-environment): Adjust for the change of
16974 locale-language-names.
16976 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16978 * pcvs.el (smerge-ediff): Remove bogus autoload.
16980 2005-03-14 Lute Kamstra <lute@gnu.org>
16982 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16983 Ignore a `*' at the beginning of a line.
16985 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16986 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16988 (dont-compile, eval-when-compile, eval-and-compile): Use declare
16989 to specify indentation.
16991 * generic.el (define-generic-mode): Let generic-mode-list be a
16992 list of strings; test membership with equal.
16994 2005-03-14 Kim F. Storm <storm@cua.dk>
16996 * simple.el (next-line, previous-line): Add optional try-vscroll
16997 arg to recognize interactive use. Pass it on to line-move.
16998 (line-move): Don't perform auto-window-vscroll when defining or
16999 executing keyboard macro to ensure consistent behavior.
17001 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17003 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17005 2005-03-13 Lute Kamstra <lute@gnu.org>
17007 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17008 debugger-setup-buffer so that backtrace marks the frames set to
17009 debug-on-exit and we don't have to do it manually. Set an extra
17010 debug-on-exit for macro's.
17011 (debugger-setup-buffer): Don't mark the top frame manually.
17013 2005-03-12 Lute Kamstra <lute@gnu.org>
17015 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17016 lisp-indent-function throughout.
17017 (with-no-warnings): Set lisp-indent-function property.
17019 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
17021 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17022 Add entry for backslash.
17024 2005-03-12 Juri Linkov <juri@jurta.org>
17026 * info.el (Info-search): Four fixes for backward search.
17028 2005-03-11 Jay Belanger <belanger@truman.edu>
17030 * calc/calc.el (calc-language-alist): New variable.
17031 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17032 (calc-embedded-find-modes): Use calc-language-alist instead of
17033 calc-embedded-language-alist.
17035 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17037 * calendar/calendar.el (calendar-redrawing): New internal
17039 (redraw-calendar): Remove bogus save-excursion from previous
17040 change. Bind calendar-redrawing to t for mark-diary-entries.
17041 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17042 calendar if that is why we were called.
17044 2005-03-11 Kenichi Handa <handa@m17n.org>
17046 * international/mule.el (make-coding-system): Set property
17047 coding-system-define-form to nil.
17048 (define-coding-system-alias): Likewise.
17050 2005-03-11 Kenichi Handa <handa@m17n.org>
17052 These changes are suggested by Dave Love <fx@gnu.org>.
17054 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17056 (adaptive-fill-regexp): Add more bullets.
17057 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17060 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17062 * help.el (describe-mode): Properly handle non-trivial lighters.
17063 Don't ignore minor modes that are not listed in minor-mode-list.
17065 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17066 feature ON when the user requests to turn it OFF.
17068 2005-03-10 Lute Kamstra <lute@gnu.org>
17070 * emacs-lisp/debug.el (debug-entry-code): Delete it.
17071 (implement-debug-on-entry): New function to replace debug-entry-code.
17072 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
17073 second argument as the 2005-03-07 change makes it obsolete.
17074 (debug-on-entry, cancel-debug-on-entry): Update call to
17076 (debug, debugger-setup-buffer): Comment update.
17077 (debugger-frame-number): Update to work with implement-debug-on-entry.
17079 2005-03-10 Jay Belanger <belanger@truman.edu>
17081 * calc/calc-embed.el (math-ms-args): Declare it.
17082 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17084 (calc-embedded-subst): Use math-multi-subst-rec to substitute
17087 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
17089 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17092 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17093 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17094 (tooltip-gud-tips): Simplify.
17095 (tooltip-gud-tips-p): Remove superfluous :set.
17096 (tooltip-gud-modes): Add fortran-mode.
17097 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17099 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17101 2005-03-09 Kim F. Storm <storm@cua.dk>
17103 * play/animate.el (animate-place-char): Use forward-line instead
17104 of next-line to improve performance.
17106 2005-03-09 Simon Josefsson <jas@extundo.com>
17108 * net/browse-url.el (browse-url-default-browser): Doc fix.
17110 2005-03-09 Miles Bader <miles@gnu.org>
17112 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17113 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17115 2005-03-09 Kenichi Handa <handa@m17n.org>
17117 * international/latin-1.el: Set case and syntax for 255 only if
17118 set-case-syntax-set-multibyte is nil.
17120 * textmodes/ispell.el (ispell-insert-word): New function.
17121 (ispell-word): Use ispell-insert-word to insert a new word.
17122 (ispell-process-line): Likewise.
17123 (ispell-complete-word): Likewise.
17125 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
17127 * calendar/calendar.el (redraw-calendar): Preserve point.
17128 Reported by Matt Hodges <MPHodges@member.fsf.org>.
17129 (calendar-week-start-day): Move after definition of
17130 redraw-calendar. Delete buffer test, since redraw-calendar has
17133 * calendar/diary-lib.el (mark-diary-entries): Only call
17134 redraw-calendar in the first of any recursive calls.
17135 Reported by Alan Shutko <ats@acm.org>.
17137 2005-03-08 Juri Linkov <juri@jurta.org>
17139 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17140 (html-horizontal-rule, html-line, html-image, html-checkboxes)
17141 (html-radio-buttons): Add a space before the trailing `/>' where
17142 sgml-xml-mode is non-nil.
17143 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17144 the subsequent tag of the empty XML tag.
17145 (html-href-anchor): Don't set initial input to "http:".
17146 (html-image): Ask for the image URL and set point inside alt="".
17147 (html-name-anchor): Duplicate the name in the `id' attribute when
17148 sgml-xml-mode is non-nil.
17149 (html-paragraph): Remove \n before <p>.
17150 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17151 instead of `checked' when sgml-xml-mode is non-nil.
17153 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17154 Remove 1 space before #RRGGBB to not truncate it on terminal
17155 windows w/o fringes. Remove 1 space between bg and fg examples
17157 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17158 avoid byte-compile warnings.
17160 * image-file.el (image-file-handler): Put `safe-magic' property to
17161 `image-file-handler'.
17163 * info.el (Info-isearch-search): Emulate word search in
17164 isearching through multiple Info nodes with Info-search.
17165 (Info-isearch-wrap): Allow isearch-word.
17167 2005-03-08 Lute Kamstra <lute@gnu.org>
17169 * emacs-lisp/debug.el (debugger-step-through): Make sure that
17170 stepping into the debugger's code is not possible.
17171 (debugger-jumping-flag): Docstring update.
17173 2005-03-08 Jay Belanger <belanger@truman.edu>
17175 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17176 embedded mode begins.
17177 (calc-embedded-language-alist): New variable.
17178 (calc-embedded-find-modes): Use calc-embedded-language-alist to
17179 set default language mode.
17181 2005-03-08 Kenichi Handa <handa@m17n.org>
17183 * international/ccl.el (define-ccl-program): Fix docstring about
17184 extra 256 bytes assured for the output buffer.
17186 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17187 Fix BUFFER_MAGNIFICATION to 2.
17188 (ccl-encode-mule-utf-16be-with-signature): Likewise.
17190 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
17192 * align.el (align-rules-list): Added an alignment rule for CSS
17193 declarations (applies to css-mode and html-mode buffers).
17195 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17197 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17199 2005-03-07 Kim F. Storm <storm@cua.dk>
17201 * simple.el (move-beginning-of-line): New command.
17203 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17205 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17207 * emulation/cua-base.el: Put CUA move property on move-end-of-line
17208 and move-beginning-of-line.
17210 * apropos.el (apropos-print): Omit command from M-x ... RET.
17212 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
17214 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17215 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17217 2005-03-06 Richard M. Stallman <rms@gnu.org>
17219 * bindings.el (esc-map): Bind M-g to goto-line.
17221 * facemenu.el (global-map): Bind M-o, not M-g.
17223 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17225 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17226 "Open Directory" as for "Open File".
17228 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
17230 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17231 (push-mark-command): Run activate-mark-hook.
17233 2005-03-06 Richard M. Stallman <rms@gnu.org>
17235 * help-mode.el (help-mode-finish): Don't alter the element
17236 in view-return-to-alist if there already is one.
17238 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17239 make sure the current buffer is the expected one.
17241 * novice.el (disabled-command-function): Output in *Disabled Command*.
17242 Explicitly ignore non-keyboard events, and explicitly handle C-g.
17244 * textmodes/flyspell.el (flyspell-large-region):
17245 Pass args differently for aspell.
17247 * files.el (mode-require-final-newline): Doc fix.
17249 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17251 * progmodes/which-func.el (which-function):
17252 Specify NOERROR when calling imenu--make-index-alist.
17254 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17256 * simple.el (normal-erase-is-backspace): Define default value.
17258 * custom.el (custom-theme-set-variables): Remove unused var
17260 (custom-reevaluate-setting): Simple function to handle variables
17261 that are defined before their default value can really be
17264 * startup.el (command-line): Use it for temporary-file-directory,
17265 small-emporary-file-directory, auto-save-file-name-transforms,
17266 blink-cursor-mode, and normal-erase-is-backspace.
17268 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17269 progress, even with buggy anchored keywords.
17271 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
17273 * simple.el (goto-line): Remove unbalanced final parenthesis.
17275 2005-03-05 Richard M. Stallman <rms@gnu.org>
17277 * simple.el (goto-line): Use a number at point as the default.
17278 With C-u as arg, switch buffers.
17280 2005-03-05 Juri Linkov <juri@jurta.org>
17282 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17283 with `no-blinking-cursor'.
17285 * startup.el (no-blinking-cursor): New defvar.
17286 (command-line): Add `--no-blinking-cursor' to longopts.
17287 Set `no-blinking-cursor' to t for command line arguments
17288 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
17289 with `no-blinking-cursor' in the condition for calling
17290 `blink-cursor-mode'.
17292 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
17294 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17295 (menu-bar-options-save): Add blink-cursor-mode.
17296 (menu-bar-options-menu): Add blink-cursor-mode.
17298 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
17300 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17301 (icalendar-export-file, icalendar-export-region)
17302 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17303 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17305 2005-03-04 Lute Kamstra <lute@gnu.org>
17307 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17308 (debug-function-list): Ditto.
17310 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
17312 * textmodes/texinfmt.el (texinfo-append-refill):
17313 Redefine the types of line to which @refill
17314 is not appended by replacing a search for `@refill\\|@bye' with
17315 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
17316 itemize@refill' bug and the unfilled long lines bug.
17317 (texinfmt-version): Update number and date.
17319 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17321 * international/code-pages.el (windows-1250, windows-125[2-8])
17322 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17324 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17326 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17329 2005-03-02 Romain Francoise <romain@orebokech.com>
17331 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17332 buffer after removing limits.
17333 (ibuffer-pop-filter): Ditto.
17336 2005-03-02 Miles Bader <miles@gnu.org>
17338 * button.el (make-text-button): If the user doesn't specify a
17339 type, use the default. Rewrite to use `add-text-properties' and
17342 2005-03-01 Lute Kamstra <lute@gnu.org>
17344 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17345 (debugger-jumping-flag): New var.
17346 (debug-entry-code): Use it.
17347 (debugger-jump): Use debugger-jumping-flag and add
17348 debugger-reenable to post-command-hook.
17349 (debugger-reenable): Use debugger-jumping-flag and remove itself
17350 from post-command-hook.
17351 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17354 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
17356 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17357 inclusion of "itemize\\|", which may be unnecessary, is certainly
17358 inelegant, and stops refilling in itemize lists when formatting
17359 Japanese Texinfo files to Info.
17360 Update copyright to 2005.
17362 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
17364 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17365 of an error if GDB can't find the source file.
17367 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
17369 * calendar/calendar.el (redraw-calendar): Work from any buffer,
17370 not just the calendar.
17372 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17374 (diary-redraw-calendar): New function.
17375 (make-diary-entry): Add diary-redraw-calendar to local
17376 write-contents-functions. Turn off selective display before
17377 inserting in diary.
17379 2005-03-01 Kim F. Storm <storm@cua.dk>
17381 * emacs-lisp/copyright.el (copyright-fix-years): New command.
17383 2005-03-01 Lute Kamstra <lute@gnu.org>
17385 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17386 that debug-entry-code can be safely removed from a function while
17387 this code is being evaluated. Revert the 2005-02-27 change as the
17388 new implementation no longer requires it. Make sure that a
17389 function body containing just a string is not mistaken for a docstring.
17390 (debug): Skip one more frame in case of debug on entry.
17391 (debugger-setup-buffer): Delete one more frame line in case of
17393 (debugger-frame-number): Update to use the new text introduced by
17394 the 1999-11-03 change. Skip one more frame in case of debug on entry.
17396 2005-02-28 Kim F. Storm <storm@cua.dk>
17398 * double.el (double-translate-key): Call force-window-update after
17399 read-event to avoid crash in redisplay.
17401 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17403 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17404 (debug): Use it. Move the inhibit-trace earlier.
17405 (debug-entry-code): New const.
17406 (debug-on-entry-1): Use it.
17408 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
17410 * international/utf-16.el (ccl-encode-mule-utf-16le):
17411 Fix BUFFER_MAGNIFICATION to 2.
17412 (ccl-encode-mule-utf-16be): Likewise.
17414 2005-02-28 Kenichi Handa <handa@m17n.org>
17416 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17417 Fix BUFFER_MAGNIFICATION to 4.
17418 (ccl-encode-mule-utf-16be-with-signature): Likewise.
17420 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
17422 * speedbar.el (speedbar-update-flag): Doc fix.
17423 (speedbar-show-info-under-mouse): Give set-mouse-position the right
17426 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17428 * reveal.el (reveal-post-command): Don't try to reveal overlays which
17429 have a non-nil `invisible' property but are actually visible.
17431 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17432 for perldoc sections.
17433 (perl-outline-regexp, perl-outline-level): New var and function.
17434 (perl-mode): Use them.
17436 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
17438 * calendar/diary-lib.el (diary-remind): Discard any mark portion
17439 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17441 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
17443 * cus-edit.el: Comment change.
17444 (custom-buffer-create-internal): Slightly reword text at top of
17445 Custom buffers. Mention there that saving an option edits the
17446 init file. Add link to Emacs manual node on `custom-file'.
17447 (custom-magic-alist): Rewrite individual State messages to use
17448 capitalized keywords. Doc fix.
17450 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
17452 * calendar/calendar.el (calendar-buffer): Move above
17453 calendar-week-start-day.
17454 (calendar-week-start-day): Doc fix. Add :set function.
17455 (calendar-minimum-window-height): New variable.
17456 (generate-calendar-window): Only resize window if selected-window
17457 is displaying the calendar buffer. Use new variable
17458 calendar-minimum-window-height.
17459 (generate-calendar): Reword error message.
17460 (calendar-mode-map): Bind DEL to scroll-other-window-down.
17462 2005-02-27 Andreas Schwab <schwab@suse.de>
17464 * vc.el (vc-do-command): Don't run command asynchronously when
17465 operating in a remote directory.
17467 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17468 change from sync with Tramp 2.0.47.
17470 2005-02-27 Richard M. Stallman <rms@gnu.org>
17472 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17474 * textmodes/flyspell.el (flyspell-mode-on):
17475 Call ispell-change-dictionary only if necessary.
17477 * emacs-lisp/re-builder.el (regexp-builder): New function.
17479 * register.el (describe-register-1): Explicitly handle
17480 yank-excluded-properties = t.
17482 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17483 (custom-magic-alist): Change the status descriptions again.
17484 (face widget-type): Total rewrite based on `restricted-sexp'
17485 to eliminate the confusing double hiding levels.
17487 * emacs-lisp/debug.el (debug-on-entry-1):
17488 If function body is empty, add nil as body form.
17490 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17492 * emacs-lisp/trace.el (inhibit-trace): New var.
17493 (trace-make-advice): Use it.
17495 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17497 2005-02-26 Kim F. Storm <storm@cua.dk>
17499 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17500 (mouse-on-link-p, mouse-drag-region-1): Use it.
17502 2005-02-25 Lute Kamstra <lute@gnu.org>
17504 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17506 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
17508 * frame.el (blink-cursor-mode): Add :group keyword.
17510 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
17512 * calendar/icalendar.el (icalendar--decode-isodatetime):
17513 New optional argument DAY-SHIFT.
17514 (icalendar-export-region): Fix coding-system-for-write.
17515 (icalendar--convert-ical-to-diary): Shift end-day of all-day
17518 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17520 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17522 2005-02-24 Kim F. Storm <storm@cua.dk>
17524 * international/iso-acc.el (iso-accents-compose): Fix crash
17525 during redisplay. Call force-window-update after read-event
17526 and delete-region to signal that window is not accurate.
17528 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17530 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17531 Remove unused and inexistent var `inhibit-trace'.
17532 (debugger-mode): Use run-mode-hooks.
17533 (debugger-list-functions): Add buttons; setup xref stack.
17535 2005-02-23 Richard M. Stallman <rms@gnu.org>
17537 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17538 appointment says it was explicitly made.
17539 (appt-add): Set the 3rd element.
17540 (appt-make-list): Preserve explicit appointments.
17542 * subr.el (find-tag-default): Catch errors in forward-sexp.
17544 2005-02-23 Juri Linkov <juri@jurta.org>
17546 * info.el (Info-isearch-search): New defcustom.
17547 (Info-isearch-search): Call the default isearch function
17548 when Info-isearch-search is nil.
17549 (Info-isearch-wrap): Use variable Info-isearch-search.
17551 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
17553 * cus-edit.el: Comment change.
17555 2005-02-22 Kim F. Storm <storm@cua.dk>
17557 * progmodes/hideif.el (hide-ifdef-use-define-alist):
17558 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
17560 2005-02-22 Simon Josefsson <jas@extundo.com>
17562 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17564 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
17565 Oskarsson" <myrkraverk@users.sourceforget.net>.
17567 2005-02-22 Kim F. Storm <storm@cua.dk>
17569 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17570 check that window of that event is the selected window.
17571 (mouse-drag-region-1): Compare mouse event window to selected
17572 window before setting point.
17574 * tooltip.el (tooltip-show-help-function): Pass event to
17575 mouse-on-link-p so it can check selected window.
17577 2005-02-22 Kenichi Handa <handa@m17n.org>
17579 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17580 (ps-mule-show-warning): New function.
17581 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17582 characters are found.
17584 * ps-print.el (ps-header-footer-string): Return a list of header
17585 and footer strings.
17587 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17589 * pcvs.el (cvs-retrieve-revision): Fix thinko.
17591 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17593 * frame.el (blink-cursor-mode): Use define-minor-mode.
17595 * term/mac-win.el (function-key-map): Use char-names more consistently.
17596 (file-name-coding-system): Only set it for MacOS-9. The other case is
17597 already handled in mule-cmds.el (where it also works when mac-win.el
17600 2005-02-21 Kenichi Handa <handa@m17n.org>
17602 * international/mule.el (ctext-pre-write-conversion): Always use
17603 " *code-converting-work*" buffer for work.
17605 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17607 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
17609 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17611 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
17613 * ses.el (undo-more): Restore defadvice, but only the part that
17614 allows changes outside the restricted area of the buffer.
17616 2005-02-20 Kim F. Storm <storm@cua.dk>
17618 * simple.el (line-move): Add fourth optional arg try-vscroll which
17619 must be set to perform auto-window-vscroll.
17620 When moving backwards and doing auto-window-vscroll, automatically
17621 vscroll to the last part of lines which are taller than the window.
17622 (next-line, previous-line): Set try-vscroll arg on line-move.
17624 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
17626 * replace.el (query-replace, query-replace-regexp)
17627 (replace-string, replace-regexp): When operating on region, make
17628 the minibuffer prompt say so.
17630 * isearch.el (isearch-forward): Document isearch-query-replace and
17631 isearch-query-replace-regexp keybindings.
17633 2005-02-19 Jay Belanger <belanger@truman.edu>
17635 * calc/calc-aent.el (math-read-token): Add local variable.
17637 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17638 (calc-edit-top): Move declaration to earlier in file.
17639 (calc-edit-macro-repeats): Add local variables.
17641 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17642 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17644 Adjust integration rule for calcFunc-tan.
17646 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17648 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17649 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17650 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17651 (viper-skip-separators): Bug fix.
17652 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17653 particular major mode.
17654 (viper-del-backward-char-in-replace): Don't put deleted char on the
17657 * viper-ex.el (viper-color-display-p): New function.
17658 (viper-has-face-support-p): Use viper-color-display-p.
17660 * viper-keym.el (viper-gnus-modifier-map): New keymap.
17662 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17664 * viper-util.el (viper-glob-unix-files): Fix shell status check.
17665 (viper-file-remote-p): Make equivalent to file-remote-p.
17667 * viper.el (viper-major-mode-modifier-list):
17668 Use viper-gnus-modifier-map.
17670 2005-02-19 David Kastrup <dak@gnu.org>
17672 * subr.el (subregexp-context-p): Fix garbled doc string by adding
17675 2005-02-19 Jay Belanger <belanger@truman.edu>
17677 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17678 Remove extra definitions.
17679 (calc-coth): New function.
17680 (calcFunc-cot): Fix `let'.
17682 2005-02-19 Eli Zaretskii <eliz@gnu.org>
17684 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17685 the reasons we use "type pc" in these faces.
17687 * button.el (button): Ditto.
17689 2005-02-19 Michael Mauger <mmaug@yahoo.com>
17691 * replace.el (query-replace-read-from): Set the value of
17692 query-replace-from-history-variable to handle the case of an empty
17693 string entered to accept the suggested default.
17695 * net/tramp.el (tramp-file-name-for-operation):
17696 Use dired-call-process instead of dired-call-process-command.
17698 2005-02-19 Jay Belanger <belanger@truman.edu>
17700 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17701 (math-div-non-trig): New variables.
17702 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17703 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17704 (math-combine-prod, math-div-symb-fancy): Add simplifications for
17707 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
17709 * progmodes/gdb-ui.el (gdb-var-update-handler)
17710 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17711 for watch expressions,
17712 (gdb-var-create-handler): Don't set speedbar-update-flag.
17713 (gdb-post-prompt): Simplify test for speedbar.
17715 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17717 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17718 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17719 we use the syntax table of the correct buffer.
17720 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17723 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17724 (ediff-file-remote-p): Make synonymous with file-remote-p.
17725 In all deffaces ediff-*-face-*, use min-colors.
17727 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17728 ediff-recurse-to-subdirectories.
17729 (ediff-mark-if-equal): Check that the arguments are strings, use
17730 ediff-same-contents (after to Felix Gatzemeier).
17732 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17735 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17737 * log-view.el (log-view-message-re): Fix up Subversion regexp.
17739 2005-02-18 David Kastrup <dak@gnu.org>
17741 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17742 use `mark-active' when defined.
17744 2005-02-18 Kenichi Handa <handa@m17n.org>
17746 * ps-print.el (ps-font-info-database): New entry
17747 ZapfChancery-MediumItalic with correct font name. Fix font name
17748 of the entry Zapf-Chancery-MediumItalic.
17750 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
17752 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17754 2005-02-16 Kim F. Storm <storm@cua.dk>
17756 * ido.el (ido-fallback-command): Pass user input to fallback command.
17758 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
17760 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17761 (gdb-find-file-hook): Add server prefix.
17763 2005-02-16 Richard M. Stallman <rms@gnu.org>
17765 * replace.el (perform-replace): Pass new args to replace-highlight.
17766 (replace-highlight): Take region args,
17767 and pass them to isearch-lazy-highlight-new-loop.
17769 * novice.el (disabled-command-hook): Autoload the defalias
17770 and the make-obsolete-variable call.
17772 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17774 * isearch.el (isearch-lazy-highlight-start-limit)
17775 (isearch-lazy-highlight-end-limit): New variables limit
17776 the region for highlighting.
17777 (isearch-lazy-highlight-new-loop): New args BEG and END.
17778 (isearch-lazy-highlight-search): Use the new vars.
17779 (isearch-lazy-highlight-update): Likewise.
17781 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17783 * cus-start.el (all): Use default-boundp.
17785 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
17787 * menu-bar.el (menu-bar-select-frame): Handle current frame.
17789 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
17791 * autorevert.el (auto-revert-stop-on-user-input)
17792 (auto-revert-verbose): Doc fixes.
17794 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
17796 * international/mule-cmds.el (set-locale-environment): Remove call
17797 to set-selection-coding-system on Windows.
17799 2005-02-15 Jay Belanger <belanger@truman.edu>
17801 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17802 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17804 (math-simplify-sqrt): Add simplifications.
17806 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17809 * calc/calc-ext.el: Add functions to autoloads.
17811 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17812 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17813 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17814 (math-csc-raw, math-cot-raw): New functions.
17816 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17818 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17819 the variable name in a message.
17821 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17822 calcFunc-csc, calcFunc-cot.
17824 * calc/calcalg2.el: Add derivative and integration rules for
17825 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17826 calcFunc-csch, calcFunc-coth.
17827 (math-do-integral-methods): Add to checks for when to use
17830 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17832 2005-02-15 Lute Kamstra <lute@gnu.org>
17834 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17835 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
17836 <monnier@iro.umontreal.ca>
17837 (lisp-outline-level): Improve efficiency. Suggested by David
17838 Kastrup <dak@gnu.org>.
17840 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
17842 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17843 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17844 (gdb-set-gud-minor-mode-existing-buffers): New functions.
17845 (gdb-find-file-hook): New hook. Add it to find-file-hook.
17846 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17848 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
17850 * cus-start.el (all): Comment change.
17852 2005-02-14 Lute Kamstra <lute@gnu.org>
17854 * cus-start.el (all): Check if symbol is void.
17856 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
17858 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17859 optional argument to \cite.
17861 2005-02-14 Richard M. Stallman <rms@gnu.org>
17863 * cus-edit.el (custom-buffer-create-internal): Update help message.
17864 (custom-magic-alist): Update help messages.
17866 * cus-start.el (all): Allow a var to specify a standard value.
17868 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
17870 * custom.el (custom-theme-set-variables): Handle variable aliases.
17872 * frame.el (blink-cursor-timer): Doc fix.
17873 (blink-cursor): Make it an alias for `blink-cursor-mode' and
17875 (blink-cursor-mode): Define with defcustom and use correct
17876 standard expression in that defcustom.
17877 * startup.el (command-line): Adapt to above changes in frame.el.
17879 2005-02-11 Lute Kamstra <lute@gnu.org>
17881 * apropos.el (apropos-score-doc): Prevent division by zero.
17883 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
17885 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17886 (icalendar--get-event-property-attributes)
17887 (icalendar--get-event-properties)
17888 (icalendar--datetime-to-diary-date): New functions.
17889 (icalendar--split-value): Doc fix.
17890 (icalendar--datetime-to-noneuropean-date)
17891 (icalendar--datetime-to-european-date): New optional argument
17892 SEPARATOR. Return result as a string instead of a list.
17893 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17894 (icalendar--convert-string-for-export): Rename arg S to STRING.
17895 (icalendar-export-region): Doc fix. Change name of error buffer.
17896 Save output buffer.
17897 (icalendar-import-file): Add blank at end of prompt.
17898 (icalendar-import-buffer): Doc fix. Do not switch to error
17899 buffer. Indicate status in return value.
17900 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
17901 buffer. Save output buffer. Handle exception from recurrence
17902 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
17903 events. Fix problems with weekly all-day events.
17905 2005-02-10 Richard M. Stallman <rms@gnu.org>
17907 * simple.el (eval-expression-print-format):
17908 Avoid warning about edebug-active.
17910 * help.el (help-for-help-internal): Rename from help-for-help.
17911 (help-for-help): Define with defalias.
17913 * font-core.el (font-lock-default-function): Use with-no-warnings.
17915 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17917 * custom.el (defface): Doc fix.
17919 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
17921 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17922 width 0" to prevent word wrapping problems.
17924 2005-02-09 Kim F. Storm <storm@cua.dk>
17926 * ido.el (ido-file-extensions-order): New defcustom.
17927 (ido-file-extension-lessp, ido-file-extension-aux)
17928 (ido-file-extension-order): New advanced file ordering.
17929 (ido-file-lessp): New simple file ordering.
17930 (ido-sort-list): Remove.
17931 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17932 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17934 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
17936 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17937 that some versions of grep produce.
17938 (grep-mode-font-lock-keywords): Likewise.
17940 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
17942 * progmodes/gdb-ui.el (gdb-location-list): New variable.
17943 (gdb-cdir): Delete.
17944 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17945 (gdb-source-info): Treat case when source file is in another
17946 directory properly.
17947 (gdb-get-location): New function.
17949 2005-02-07 Jay Belanger <belanger@truman.edu>
17951 * calc/calc-prog.el (calc-write-parse-table-part)
17952 (calc-fix-token-name): Fix a check for language type.
17954 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17956 2005-02-07 Andre Spiegel <spiegel@gnu.org>
17958 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17959 as directory not writable.
17961 2005-02-07 Kim F. Storm <storm@cua.dk>
17963 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17964 (cua--standard-movement-commands): Remove list.
17965 Instead, set CUA property value to move for movement commands.
17966 (cua-movement-commands): Remove. Users must set CUA prop instead.
17967 (cua--pre-command-handler): Check CUA property.
17968 (cua--init-keymaps): Don't remap undo commands.
17969 (cua-mode): Don't call cua--rectangle-on-off.
17971 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17972 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17973 (cua--rect-undo-set-point): New var.
17974 (cua--rectangle-undo-boundary): Setup undo apply entry.
17975 (cua--rect-undo-handler): New function for rectangle undo.
17976 (cua--rect-start-position, cua--rect-end-position): Add.
17977 (cua--rectangle-post-command): Call cua--rectangle-set-corners
17978 for restored rectangle. Set point if cua--rect-undo-set-point.
17980 2005-02-06 Jay Belanger <belanger@truman.edu>
17982 * calc/calc-lang.el (calc-tex-language): Display more information
17985 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17988 2005-02-06 Richard M. Stallman <rms@gnu.org>
17990 * emacs-lisp/lisp.el (buffer-end): Doc fix.
17992 2005-02-05 Arne_J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
17994 * net/ldap.el (ldap-search-internal): Support attributes with
17995 optional descriptions separated by a semi-colon, as in
17996 "userCertificate;binary".
17998 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18000 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18001 isn't a cons (i.e. the version is 0).
18003 2005-02-05 Eli Zaretskii <eliz@gnu.org>
18005 * help.el (help-for-help): Doc fix.
18007 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
18009 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
18010 GDB-Windows on the menu-bar as this works better.
18012 2005-02-04 Jay Belanger <belanger@truman.edu>
18014 * calc/calc-embed.el (calc-embedded-update): Don't put in
18015 unnecessary newlines. Adjust the end of formula marker.
18017 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18018 (math-latex-parse-two-args): New function.
18020 2005-02-03 Lute Kamstra <lute@gnu.org>
18022 * help-fns.el (help-with-tutorial): Make sure that users cannot
18023 remove the entire text of the tutorial by means of `undo'.
18025 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
18027 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18028 in recent changes, where the ispell process was repeatedly
18029 killed & restarted.
18031 * international/mule-cmds.el (set-locale-environment): Set file-name
18032 coding system to utf-8 on Darwin systems.
18033 (set-default-coding-systems): Don't set default-file-name-coding-system
18036 2005-02-03 Richard M. Stallman <rms@gnu.org>
18038 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18040 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
18042 * faces.el (list-faces-display): Add optional argument.
18044 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18046 * font-core.el (font-lock-default-function): Handle the rare case where
18047 only font-lock-keywords is set.
18049 2005-02-02 Kenichi Handa <handa@m17n.org>
18051 * international/characters.el: Cancel previous change for
18052 I-WITH-DOT-ABOVE and DOTLESS-i.
18054 * international/latin-5.el: Cancel previous change.
18056 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
18058 * progmodes/gud.el: Correction to syntax in gud-menu-map.
18060 2005-02-02 Kenichi Handa <handa@m17n.org>
18062 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18065 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18066 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18068 * case-table.el (get-upcase-table): New function.
18069 (copy-case-table): Copy upcaes table too if non-nil.
18070 (set-case-syntax-delims): Maintain upcase table too.
18071 (set-case-syntax-pair): Likewise.
18072 (set-upcase-syntax, set-downcase-syntax): New functions.
18073 (set-case-syntax): Maintain upcase table too.
18075 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
18077 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18079 * progmodes/gud.el (gud-goto-info): New function.
18080 (gud-tool-bar-map): Use correct icon.
18082 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
18084 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18085 When delegating, order args in the funcall correctly.
18087 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
18089 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18091 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
18093 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18094 buffer not visiting a file.
18096 2005-01-31 Jay Belanger <belanger@truman.edu>
18098 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18099 bound on the line with the formula.
18101 2005-01-31 Kim F. Storm <storm@cua.dk>
18103 * ses.el (ses-create-cell-variable-range)
18104 (ses-destroy-cell-variable-range, ses-reset-header-string)
18105 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18106 (ses-insert-row): Fix format of apply undo entries.
18108 2005-01-31 Jay Belanger <belanger@truman.edu>
18110 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18113 * calc/calc-embed.el (calc-embedded-open-formula)
18114 (calc-embedded-close-formula): Ignore matrix environments.
18116 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18119 * calc/calc-lang.el (math-function-table, math-oper-table)
18120 (math-variable-table): Adjust the LaTeX portions.
18122 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18123 (math-latex-ignore-words): New constant.
18125 2005-01-31 Richard M. Stallman <rms@gnu.org>
18127 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18128 (ispell-local-dictionary): Doc fix.
18129 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18130 Don't reinitialize at run time. Don't defcustom.
18131 All uses changed to append ispell-local-dictionary-alist,
18133 (ispell-current-dictionary): New variable for dictionary in use.
18134 (ispell-dictionary): Now used only for global default.
18135 (ispell-start-process): Set ispell-current-dictionary,
18136 not ispell-dictionary.
18137 (ispell-change-dictionary): Use this only for setting
18139 (ispell-internal-change-dictionary): New function
18140 to change the current dictionary in use.
18141 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18142 Use ispell-current-dictionary.
18143 Handle ispell-local-dictionary-overridden.
18144 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18146 2005-01-31 Jay Belanger <belanger@truman.edu>
18148 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18150 * calc/calc-ext.el: Add calc-latex-language to autoloads.
18151 (calc-mode-map): Add calc-latex-language.
18153 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18154 (math-latex-print-frac): New functions.
18155 (math-oper-table, math-function-table, math-variable-table)
18156 (math-complex-format, math-input-filter): Add latex properties.
18157 (calc-set-language): Set math-expr-special-function-mapping.
18159 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18160 (calc-write-parse-table-part): Add LaTeX support.
18162 * calc/calc.el (calc-language): Adjust docstring.
18163 (calc-set-mode-line): Add LaTeX support.
18164 (math-expr-special-function-mapping): New variable.
18165 (math-tex-ignore-words): Add to list.
18167 * calc/calccomp.el (math-compose-expr, math-compose-rows):
18169 (math-compose-expr): Add support for special functions.
18171 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18173 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
18175 * progmodes/gdb-ui.el (gdb-memory-address)
18176 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18177 (gdb-memory-mode-map, gdb-memory-format-keymap)
18178 (gdb-memory-format-menu, gdb-memory-unit-keymap)
18179 (gdb-memory-unit-menu): New variables for a buffer
18180 that lets the user examine program memory.
18181 (gdb-memory-set-address, gdb-memory-set-repeat-count)
18182 (gdb-memory-format-binary, gdb-memory-format-octal)
18183 (gdb-memory-format-unsigned, gdb-memory-format-signed)
18184 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18185 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18186 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18187 (gdb-memory-unit-byte, gdb-memory-unit-menu)
18188 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18189 (gdb-memory-mode, gdb-memory-buffer-name)
18190 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18191 New functions for above buffer.
18193 2005-01-30 Richard M. Stallman <rms@gnu.org>
18195 * cus-edit.el (custom-bury-buffer): Function deleted.
18196 (custom-buffer-done-function): Option deleted.
18197 (custom-buffer-done-kill): New replacement option.
18198 (Custom-buffer-done): Call quit-window.
18199 (custom-buffer-create-internal): Update for above changes.
18201 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
18203 * simple.el (undo-ask-before-discard): New var.
18204 (undo-outer-limit-truncate): Implement it.
18205 (undo-extra-outer-limit): Doc update.
18207 2005-01-29 Richard M. Stallman <rms@gnu.org>
18209 * ses.el (undo-more): Delete defadvice.
18210 (ses-begin-change): Doc fix.
18212 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18213 instead of rebinding C-x u and C-_.
18215 * files.el (normal-backup-enable-predicate): Return nil for files
18216 in /tmp, regardless of temporary-file-directory.
18218 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18220 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18221 (open-rectangle, delete-whitespace-rectangle-line)
18222 (clear-rectangle-line): If FILL, pass t instead of FILL
18223 for move-to-column's 2nd arg.
18225 * simple.el (undo): Fix the test for continuing a series of undos.
18226 (undo-more): Set pending-undo-list to t when we reach end.
18227 (pending-undo-list): Move up defvar.
18229 * wid-edit.el (widget-button-click):
18230 Shorten the range of the track-mouse binding.
18232 * comint.el (comint-insert-input): Undo previous changes;
18233 use last-input-event in interactive spec.
18235 2005-01-29 Eli Zaretskii <eliz@gnu.org>
18237 * progmodes/compile.el (compilation-start): Bind buffer-read-only
18238 to nil before invoking call-process. Reset buffer's modified flag
18239 after fontifying it in the no-async branch.
18241 * wid-edit.el (widget-specify-button): If mouse pointer shape
18242 cannot be changed, use mouse face instead.
18244 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
18246 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18247 (gdb-goto-breakpoint): Make breakpoint handling work on template
18248 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
18249 (gdb-assembler-custom): Update to recognize breakpoint information
18250 added on 2005-01-19.
18252 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18254 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18255 (dsssl-mode): Use define-derived-mode.
18256 (scheme-mode-initialize): Remove.
18257 (scheme-mode): Use run-mode-hooks.
18259 * cus-edit.el (customize-group-other-window)
18260 (custom-buffer-create-other-window): Don't override special-display-*.
18261 (custom-mode-map): Make it dense.
18263 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18264 sets the default value.
18266 2005-01-28 Eli Zaretskii <eliz@gnu.org>
18268 * descr-text.el: Add more keywords.
18270 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18272 * speedbar.el: Avoid unnecessary use of locate-library.
18274 * international/mule-cmds.el (standard-display-european-internal):
18275 Don't fiddle with latin-1 non-break space any more since it's now
18276 special cased in the C code.
18277 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18279 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
18281 * cus-start.el (all): Add `undo-outer-limit'.
18283 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18285 * textmodes/bibtex.el (bibtex-format-entry):
18286 Use `bibtex-empty-field-re' only on the text of fields, not on entire
18288 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18289 not on part of a buffer.
18291 2005-01-25 Lute Kamstra <lute@gnu.org>
18293 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18294 nonempty field text strings like "{letters\\macro{}more letters}".
18296 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18297 (bibtex-entry-offset, bibtex-parse-association)
18298 (bibtex-parse-field-name): Fix typos in docstrings.
18299 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18301 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
18303 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18304 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18305 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18306 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18308 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18309 isearch minor mode.
18311 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
18313 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18315 2005-01-24 Lute Kamstra <lute@gnu.org>
18317 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18318 CASECHARS and NOT-CASECHARS regular expressions of the
18319 "nederlands" and "nederlands8" dictionaries to prevent a "Range
18320 striding over charsets" error.
18322 2005-01-24 Jay Belanger <belanger@truman.edu>
18324 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18325 display variable name.
18327 2005-01-24 Kenichi Handa <handa@m17n.org>
18329 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18330 Fix setting of the element of encoded-kbd-iso2022-invocations.
18332 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
18334 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18335 (gdb-threads-select): Change to also accept mouse events.
18336 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18337 (gdb-threads-mouse-select): Delete.
18339 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
18341 * files.el (insert-directory): Take care of empty directory,
18342 listed without -a switch.
18344 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
18346 * textmodes/refill.el (refill-post-command-function):
18347 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18348 to the list of functions that we should be careful not to undo.
18349 (refill-late-fill-paragraph-function): Remove.
18350 (refill-saved-state): New var.
18351 (refill-mode): Use it to save fill-paragraph-function.
18352 Save also the value of auto-fill-function.
18354 * term/w32-win.el: Simplify code.
18356 2005-01-23 Kim F. Storm <storm@cua.dk>
18358 * simple.el (line-move): Adapt to new return value from
18359 pos-visible-in-window-p.
18361 * simple.el (line-move): Fix last change. Check partial
18362 visibility at point rather than at window-start.
18364 2005-01-22 Jason Rumney <jasonr@gnu.org>
18366 * term/w32-win.el (xw-defined-colors): Remove debug-message.
18368 2005-01-22 David Kastrup <dak@gnu.org>
18370 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18372 2005-01-22 Eli Zaretskii <eliz@gnu.org>
18374 * type-break.el (type-break-mode): Add a test for
18375 type-break-file-name being non-nil.
18377 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
18379 * net/eudc.el (top level): Call (message "") via progn, so that
18380 eudc-options-file is loaded.
18382 2005-01-22 Kim F. Storm <storm@cua.dk>
18384 * simple.el (line-move-1): Rename from line-move.
18385 (line-move): New function that adjusts vscroll for partially
18386 visible rows, and calls line-move-1 otherwise.
18388 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
18390 * pcomplete.el: Define pcomplete-read-event instead of read-event,
18391 since it's not a complete read-event implementation
18393 2005-01-20 Jay Belanger <belanger@truman.edu>
18395 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18396 for called function.
18398 2005-01-20 Steven Tamm <steventamm@mac.com>
18400 * term/mac-win.el (process-connection-type): Remove.
18401 Controlled now by s/darwin.h:PTY_ITERATION.
18403 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18405 * window.el (handle-select-window): Don't switch window when we're
18408 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
18410 * subr.el (dotimes-with-progress-reporter): New macro.
18412 * ses.el (ses-dotimes-msg): Remove macro.
18413 Use `dotimes-with-progress-reporter' instead.
18415 2005-01-19 Steven Tamm <steventamm@mac.com>
18417 * term/mac-win.el (process-connection-type): Use new
18418 operating-system-release variable to use ptys on Darwin 7 (OS X
18419 10.3) when using carbon build.
18421 2005-01-19 Jay Belanger <belanger@truman.edu>
18423 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18424 flags if the last command was a tab or M-tab.
18426 * calc/calc-prog.el (calc-user-define-edit): Put original formula
18427 in formula editing buffer.
18429 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18431 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18432 breakpoint image symbol in margin.
18434 2005-01-19 Jay Belanger <belanger@truman.edu>
18436 * calc/calc-prog.el (calc-execute-kbd-macro):
18437 Ignore calc-keep-arg-flag.
18439 2005-01-19 Kenichi Handa <handa@m17n.org>
18441 * textmodes/ispell.el (ispell-looking-at): New function.
18442 (ispell-process-line): Use ispell-looking-at to compare the ispell
18443 output and the buffer contents.
18445 2005-01-18 Jay Belanger <belanger@truman.edu>
18447 * calc/calc.el (calc-display-raw): Fix docstring.
18449 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
18451 * simple.el (blink-matching-open): Strip extra info from syntax.
18453 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18454 funny chars in the end-of-here-doc marker.
18456 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18458 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18459 that enable/disabled state of breakpoints is shown correctly in
18460 fringe and on ttys.
18461 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18462 Add breakpoint information as text properties.
18463 (gdb-mouse-toggle-breakpoint):
18464 Rename to gdb-mouse-set-clear-breakpoint.
18465 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
18466 breakpoints in the margin.
18467 (gdb-remove-strings): Simplify.
18469 2005-01-17 Jay Belanger <belanger@truman.edu>
18471 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18474 2005-01-17 Richard M. Stallman <rms@gnu.org>
18476 * progmodes/grep.el (grep-find): Copy from `grep' the condition
18477 for calling grep-compute-defaults.
18479 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18480 if buffer is empty.
18482 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18484 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
18486 * hilit-chg.el (highlight-changes-mode): Don't autoload.
18488 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18489 non-preloaded variables.
18491 2005-01-17 Steven Tamm <steventamm@mac.com>
18493 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18494 tex-shell cause to force interactivity when using pipes.
18496 2005-01-17 Kim F. Storm <storm@cua.dk>
18498 * simple.el (just-one-space): Make arg optional.
18500 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
18502 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18503 posn-at-x-y to t to access left-margin.
18505 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
18507 Sync with Tramp 2.0.47.
18509 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18510 catching keep-date problems in cp/scp operations.
18511 (tramp-handle-copy-file): Don't call `set-file-modes'
18512 unconditionally. Specialized functions should know better what is
18513 necessary. This improves performance a little bit, and the
18514 functions could catch errors with `cp -p' and `scp -p'.
18515 (tramp-do-copy-or-rename-file-via-buffer)
18516 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18518 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18519 Call `set-file-modes' when appropriate.
18520 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
18521 Johnsson <isak@hypergene.com>
18522 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18523 of both Tramp buffer and debug buffer. Reported by Joakim Verona
18525 (tramp-file-name-for-operation): Mark `shell-command' as magic for
18528 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
18529 `find-file-hooks' and `dired-mode-hook'.
18530 (tramp-minor-mode-map): Respective map. Add remapping for
18531 `compile' and `recompile'.
18532 (tramp-remap-command, tramp-recompile): New defuns.
18533 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18534 in buffer "*Compilation*". Call the commands asynchronously.
18536 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18537 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18538 `shell-command', because it isn't magic in XEmacs. Reported by
18539 Adrian Aichner <adrian@xemacs.org>.
18541 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18542 `substitute-in-file-name.
18543 (tramp-smb-handle-substitute-in-file-name): New defun.
18544 (tramp-smb-advice-PC-do-completion): Delete advice.
18546 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
18548 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18549 Fix error in deleting region.
18551 2005-01-15 Richard M. Stallman <rms@gnu.org>
18553 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18554 In non-temp buffer, switch syntax table temporarily.
18556 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18558 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18560 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18562 * imenu.el (imenu--split-menu): Copy menulist before sorting.
18563 (imenu--generic-function): Use START, not BEG, as pos of definition.
18565 * simple.el (just-one-space): Argument specifies number of spaces.
18567 * simple.el (eval-expression-print-format): Avoid warning
18568 about edebug-active.
18570 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
18572 * progmodes/sh-script.el: Code copied from make-mode.el
18573 with small changes,
18574 (sh-mode-map): Bind C-c C-\.
18575 (sh-backslash-column, sh-backslash-align): New variables.
18576 (sh-backslash-region, sh-append-backslash): New functions.
18578 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
18580 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18581 (rmail-pop-password, rmail-pop-password-required): Move to
18582 rmail-obsolete group.
18583 (rmail-set-pop-password): Rename to rmail-set-remote-password.
18584 All callers updated.
18585 (rmail-get-pop-password): Rename to rmail-get-remote-password.
18586 Take an argument specifying whether it is POP or IMAP mailbox we
18587 are using. All callers updated.
18588 (rmail-pop-password-error): Rename to
18589 rmail-remote-password-error. Added mailutils-specific error message.
18590 (rmail-movemail-search-path)
18591 (rmail-movemail-variant-in-use): New variables.
18592 (rmail-remote-password, rmail-remote-password-required):
18593 New customization variables.
18594 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18595 (rmail-parse-url): New function.
18596 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18597 with GNU mailutils movemail.
18599 2005-01-15 Kevin Ryde <user42@zip.com.au>
18601 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18602 suffix to space, $ or '$, to correctly position point when going
18603 to @table style constants like DBL_MAX.
18605 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
18607 * type-break.el (type-break-mode, type-break-file-time)
18608 (type-break-file-keystroke-count, type-break-choose-file):
18609 Don't store data in or load data from the file if type-break-file-name
18611 (type-break-file-name): Doc update as per the above.
18613 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
18615 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18616 lookup-key might return nil; handle that.
18618 2005-01-15 Alan Mackenzie <acm@muc.de>
18620 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18621 rather than the element found, thus enabling the tree to be setcar'd.
18623 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18625 * textmodes/org.el (org-show-following-heading): New option.
18626 (org-show-hierarchy-above): Use `org-show-following-heading'.
18627 (org-cycle): Documentation fix.
18629 * textmodes/org.el (orgtbl-optimized): New option
18630 (orgtbl-mode): New command, a minor mode.
18631 (orgtbl-mode-map): New variable.
18632 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18633 (orgtbl-error, orgtbl-self-insert-command)
18634 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18636 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18637 a local variable in each org-mode buffer.
18639 * textmodes/org.el (org-set-regexps-and-options): Rename from
18640 `org-set-regexps'. Added checking for STARTUP keyword.
18641 (org-get-current-options): Add STARTUP options.
18642 (org-table-insert-row): Make mode intelligent about when
18643 realignment is needed.
18644 (org-self-insert-command, org-delete-backward-char, org-delete-char):
18646 (org-enable-table-editor): New default value `optimized'.
18647 (org-table-blank-field): Support blanking regions if active.
18649 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18651 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18652 if the year is not given.
18654 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18655 Add new escapes %m and %M, fixed bug with %F by adding
18657 (reftex-reference): Remove ?. from list of spaces.
18658 (reftex-label-info): Add automatic label prefix recognition.
18660 * textmodes/reftex-index.el (reftex-index-next-phrase):
18661 Add slave parameter to call of `reftex-index-this-phrase'.
18662 (reftex-index-this-phrase): New optional argument.
18663 (reftex-index-region-phrases): Add slave parameter to call of
18664 `reftex-index-this-phrase'.
18665 (reftex-display-index): New argument redo.
18666 (reftex-index-rescan): Add `redo' to arguments of
18667 `reftex-display-index'.
18668 (reftex-index-Rescan, reftex-index-revert)
18669 (reftex-index-switch-index-tag): Add `redo' to arguments of
18670 `reftex-display-index'.
18671 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18672 indexing. Fix bug with matching is there is a quote before or
18675 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18676 Fix bug when collecting citation keys in lines with comments.
18677 (reftex-citation): Prefix argument no longer rescans the document,
18678 but forces prompting for optional arguments of cite macros.
18679 (reftex-do-citation): Prompting for optional arguments implemented.
18681 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18682 Add optional arguments to most cite commands.
18683 (reftex-cite-cleanup-optional-args): New option
18684 (reftex-cite-prompt-optional-args): New option.
18685 (reftex-trust-label-prefix): New option.
18687 * textmodes/reftex-toc.el (reftex-toc-find-section):
18688 Add push-mark before changing the position in the buffer.
18690 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18691 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18693 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
18695 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18698 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
18700 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18701 (sgml-mode): Use it.
18702 (sgml-get-context): Better keep track of implicitly closed tags.
18704 2005-01-13 Kenichi Handa <handa@m17n.org>
18706 * textmodes/ispell.el: These changes are to fix misalignment error
18707 caused by equivalent characters of different Emacs charsets.
18708 (ispell-unified-chars-table): New variable.
18709 (ispell-get-decoded-string): New function.
18710 (ispell-get-casechars, ispell-get-not-casechars)
18711 (ispell-get-otherchars): Call ispell-get-decoded-string.
18713 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
18715 * custom.el (custom-declare-variable): Just put symbol instead
18716 of (defvar . symbol) in `current-load-list'.
18718 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18720 * emacs-lisp/elint.el: Fixed typo in Commentary section.
18722 2005-01-12 Jay Belanger <belanger@truman.edu>
18724 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18725 to create a Calc summary.
18727 2005-01-12 Kim F. Storm <storm@cua.dk>
18729 * mouse.el (mouse-on-link-p): Change functionality and doc
18730 string to comply with latest description in lisp ref.
18732 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
18734 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18735 Enable mouse clicks on mode-line, header-line and margin.
18736 (event-type): Give mouse event symbols an `event-kind' property
18737 with value `mouse-click'.
18739 2005-01-12 Juri Linkov <juri@jurta.org>
18741 * facemenu.el (list-colors-display): Add new arg buffer-name.
18742 Use it. Fix docstring. Replace code for identifying duplicate
18743 colors by the name with call to `list-colors-duplicates' which
18744 identifies duplicate colors by the value unless the color
18745 is one of special Windows colors. Set truncate-lines to t.
18746 Print sorted duplicate color names on each line. Indent to 22
18747 \(the longest color name in rgb.txt) instead of 20. Optimize.
18748 (list-colors-duplicates): New function.
18749 (facemenu-color-name-equal): Delete function.
18751 * facemenu.el (list-colors-print): New function created from code
18752 in list-colors-display. Print #RRGGBB at the window right edge.
18753 (list-colors-display): When temp-buffer-show-function is not
18754 defined, call list-colors-print from temp-buffer-show-hook
18755 to get the right value of window-width in list-colors-print
18756 after the buffer is displayed.
18758 * simple.el (pop-mark): Move deactivate-mark out of conditional
18759 part to deactivate the active mark regardless of the state of the
18762 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18763 variables line in desktop files.
18765 2005-01-12 Juri Linkov <juri@jurta.org>
18767 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18768 Bring together isearch highlight related options.
18769 (lazy-highlight): Replace group `replace' by `matching'.
18770 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18771 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18772 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18773 and declare them obsolete.
18774 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18775 (isearch-faces): Remove defgroup.
18776 (isearch-overlay, isearch-highlight, isearch-dehighlight):
18777 Move isearch highlighting code closer to lazy highlighting code.
18779 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18780 (query-replace-highlight, query-replace-lazy-highlight)
18781 (query-replace): Move definitions to the beginning of the file.
18783 2005-01-11 Juri Linkov <juri@jurta.org>
18785 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18786 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18787 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18789 * info.el (Info-history-forward): New variable.
18790 (Info-select-node): Reset Info-history-forward to nil.
18791 (Info-last): Turn into defalias.
18792 (Info-history-back): Rename from Info-last.
18793 Add current node to Info-history-forward.
18794 (Info-history-forward): New fun.
18795 (Info-mode-map): Replace Info-last by Info-history-back.
18796 Bind Info-history-forward to "r".
18797 (Info-mode-menu): Replace Info-last by Info-history-back.
18798 Fix menu item text. Add menu item for Info-history-forward.
18799 (info-tool-bar-map): Replace Info-last by Info-history-back.
18800 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
18801 for Info-history-forward.
18802 (Info-mode): Replace Info-last by Info-history-back in docstring.
18803 Add local variable Info-history-forward.
18804 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18806 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18808 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18809 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18810 Ignore select-window events rather than fiddle with
18811 mouse-autoselect-window.
18813 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
18815 * type-break.el (type-break-mode): Fix previous change.
18817 2005-01-10 Jay Belanger <belanger@truman.edu>
18819 * calc/calc-ext.el (calc-reset): Reset when inside embedded
18820 calculator; only reset when point is inside a calculator.
18821 Don't adjust the window height if the window takes up the whole height
18824 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18826 * ebuff-menu.el (Electric-buffer-menu-mode):
18827 Preserve value of buffer-local var header-line-format.
18829 2005-01-09 Jay Belanger <belanger@truman.edu>
18831 * calc/calc.el (calc-mode-var-list-restore-saved-values):
18832 Make sure settings file exists before accessing it.
18834 * calc/calc-embed.el (calc-embedded-subst):
18835 Replace math-multi-subst-rec, which is only supposed to be called
18836 by math-multi-subst, by math-multi-subst.
18838 2005-01-09 Andre Spiegel <spiegel@gnu.org>
18840 * vc.el (vc-allow-async-revert): New user option.
18841 (vc-disable-async-diff): New internal variable.
18842 (vc-revert-buffer): Use them to disable asynchronous diff.
18844 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18845 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18846 asynchronously if vc-disable-async-diff is t.
18848 2005-01-09 Jay Belanger <belanger@truman.edu>
18850 * calc/calc.el (defcalcmodevar): New macro.
18851 (calc-mode-var-list-restore-default-values)
18852 (calc-mode-var-list-restore-saved-values): New functions.
18853 (calc-mode-var-list): Use defcalcmodevar to define it.
18854 (calc-always-load-extensions, calc-line-numbering)
18855 (calc-line-breaking, calc-display-just, calc-display-origin)
18856 (calc-number-radix, calc-leading-zeros, calc-group-digits)
18857 (calc-group-char, calc-point-char, calc-frac-format)
18858 (calc-prefer-frac, calc-hms-format, calc-date-format)
18859 (calc-float-format, calc-full-float-format, calc-complex-format)
18860 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18861 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18862 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18863 (calc-matrix-brackets, calc-language, calc-language-option)
18864 (calc-left-label, calc-right-label, calc-word-size)
18865 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18866 (calc-display-raw, calc-internal-prec, calc-angle-mode)
18867 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18868 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18869 (calc-window-height, calc-display-trail, calc-show-selections)
18870 (calc-use-selections, calc-assoc-selections)
18871 (calc-display-working-message, calc-auto-why, calc-timing)
18872 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18873 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18874 (calc-gnuplot-default-device, calc-gnuplot-default-output)
18875 (calc-gnuplot-print-device, calc-gnuplot-print-output)
18876 (calc-gnuplot-geometry, calc-graph-default-resolution)
18877 (calc-graph-default-resolution-3d, calc-invocation-macro)
18878 (calc-show-banner): Use defcalcmodevar to declare them and set
18879 their default values.
18881 * calc/calc-ext.el (calc-reset): Restore saved values of variables
18882 instead of default values (but restore default values if there is
18885 2005-01-09 David Kastrup <dak@gnu.org>
18887 * desktop.el (desktop-restore-eager): Fix typo in type.
18889 2005-01-08 Richard M. Stallman <rms@gnu.org>
18891 * cus-edit.el (customize): Delete :link.
18893 2005-01-08 Jay Belanger <belanger@truman.edu>
18895 * calc/calc.el (calc-mode): Remove the extension from the
18896 `calc-settings-file' file name when loading it.
18898 2005-01-08 Kim F. Storm <storm@cua.dk>
18900 * info.el (Info-mode-map, Info-next-link-keymap)
18901 (Info-prev-link-keymap, Info-up-link-keymap):
18902 Map follow-link to mouse-face.
18903 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18905 2005-01-08 Jay Belanger <belanger@truman.edu>
18907 * calc/calc.el (calc-settings-file): Change default value.
18908 Suggested by cgw in a comment in calc-mode.el.
18910 * calc/calc-mode.el (calc-settings-file-name):
18911 Compare calc-settings-file to user-init-file instead of ~/.emacs.
18912 Replace ~/.emacs in a prompt by calc-settings-file.
18914 2005-01-07 Lars Hansen <larsh@math.ku.dk>
18916 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18917 (desktop-lazy-idle-delay): New customizable variables.
18918 (desktop-buffer-args-list): New variable.
18919 (desktop-append-buffer-args): New function.
18920 (desktop-save): Call desktop-append-buffer-args for some buffers.
18921 (desktop-lazy-create-buffer): New function.
18922 (desktop-idle-create-buffers): New function.
18923 (desktop-read): Add message about buffers to restore lazily.
18924 (desktop-lazy-abort): New command.
18925 (desktop-clear): Call desktop-lazy-abort.
18926 (desktop-lazy-complete): New command.
18928 2005-01-06 Richard M. Stallman <rms@gnu.org>
18930 * emacs-lisp/find-func.el (find-face-definition):
18931 Rename from find-face.
18933 2005-01-06 Kim F. Storm <storm@cua.dk>
18935 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18937 * man.el (Man-xref-man-page, Man-xref-header-file)
18938 (Man-xref-normal-file): Add follow-link property.
18940 2005-01-06 Jay Belanger <belanger@truman.edu>
18942 * calc/calc-units.el: Make sure the proper macro definitions are
18943 available when compiling.
18945 2005-01-06 Juri Linkov <juri@jurta.org>
18947 * isearch.el (isearch-lazy-highlight-update):
18948 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18950 2005-01-06 Miles Bader <miles@gnu.org>
18952 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18953 (isearch-lazy-highlight-face): Use new name.
18955 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18957 * uniquify.el (uniquify-rationalize-file-buffer-names):
18958 Re-add an interactive spec.
18959 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18962 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18963 (isearch-update, isearch-done): Adjust calls accordingly.
18965 2005-01-05 Richard M. Stallman <rms@gnu.org>
18967 * custom.el (custom-set-variables, custom-theme-set-variables):
18968 Clarify documentation.
18970 * emacs-lisp/find-func.el (find-variable)
18971 (find-variable-other-window, find-variable-other-frame):
18972 Fix the TYPE args to find-function-read and find-function-do-it.
18973 (find-function): Doc fix.
18974 (find-function-at-point): Replace function-at-point alias.
18976 2005-01-04 Richard M. Stallman <rms@gnu.org>
18978 * cus-face.el (custom-declare-face):
18979 Record defface in current-load-list.
18981 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18983 * emacs-lisp/find-func.el: Doc fixes.
18984 (find-face-regexp): New variable.
18985 (find-function-regexp-alist): New variable.
18986 (find-function-C-source): Third arg is now TYPE.
18987 (find-function-search-for-symbol): Handle general TYPE.
18988 (find-function-read, find-function-do-it): Handle general TYPE.
18989 (find-definition-noselect, find-face): New functions.
18990 (function-at-point): Alias deleted.
18992 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
18994 * battery.el (display-battery-mode): Rename from display-battery.
18995 Handle the case where it gets turned off.
18997 2005-01-04 Richard M. Stallman <rms@gnu.org>
18999 * cus-edit.el (customize): Make :link point to user doc.
19001 * man.el (Man-fontify-manpage): Turn off undo generation.
19003 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19005 2005-01-04 Andreas Schwab <schwab@suse.de>
19007 * files.el (insert-directory): Only look for error lines in
19008 inserted text. Don't move too far after processing --dired markers.
19010 2005-01-04 Richard M. Stallman <rms@gnu.org>
19012 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19013 Don't expand if the character is @, period, dash, etc.
19014 (define-mail-abbrev): Quote names that contain problem characters.
19016 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
19018 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19020 2005-01-03 Richard M. Stallman <rms@gnu.org>
19022 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19023 (query-replace-highlight, query-replace-lazy-highlight)
19024 (query-replace): Definitions moved up. Doc fix.
19026 2005-01-03 Richard M. Stallman <rms@gnu.org>
19028 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19029 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19030 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19031 (lazy-highlight-face): Rename from isearch-lazy-...
19032 Change all references to them.
19034 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
19036 * cus-edit.el (custom-file): Doc fix for defcustom.
19037 (custom-file): The function no longer sets the variable
19038 `custom-file' to its return value.
19040 * startup.el (command-line): No longer load `custom-file'.
19042 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19044 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19046 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19047 Don't confuse module-prefixed identifiers for labels.
19048 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19050 2005-01-02 Richard M. Stallman <rms@gnu.org>
19052 * files.el (basic-save-buffer-1): Fix previous change.
19054 * loadhist.el (file-loadhist-lookup): New function.
19055 (file-provides, file-requires): Use it.
19057 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19058 instead of calculating the right size.
19060 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19062 * vc-svn.el (vc-svn-diff): Stay local if possible.
19064 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
19066 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19068 * files.el (hack-local-variables): Fix last change.
19070 2005-01-02 Jay Belanger <belanger@truman.edu>
19072 * calc/calc-yank.el (calc-edit-top): New variable.
19073 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19074 object. Change header properties.
19075 (calc-edit-finish, calc-edit-finish-stack-object)
19076 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19078 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19079 for the beginning of the edited object.
19080 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19081 for the beginning of the edited object.
19082 * calc/calc-prog.el (calc-edit-macro-finish-edit)
19083 (calc-finish-formula-edit, calc-macro-repeats)
19084 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19085 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19086 beginning of the edited object.
19087 (calc-user-define-edit): Change the header for editing macros.
19088 Remove unnecessary variable.
19090 2005-01-01 Jay Belanger <belanger@truman.edu>
19092 * calc/calc-yank.el (calc-edit-mode): Change default header.
19093 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19094 * calc/calc-store.el (calc-edit-variable): Change title to match new
19096 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19097 mode to match new header.
19098 (calc-user-define-edit): Change titles to include names of commands.
19099 (calc-finish-formula-edit): Adjust to handle new header.
19100 (calc-finish-macro-edit): Remove.
19101 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19102 (calc-edit-macro-command, calc-edit-macro-command-type)
19103 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19104 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19105 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19106 (calc-edit-macro-finish-edit): New functions.
19107 (calc-user-define-edit): Use new functions to edit named calc macros.
19109 2005-01-01 Stefan <monnier@iro.umontreal.ca>
19111 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19113 * ses.el (copy-region-as-kill): Deactivate mark.
19115 2005-01-01 Richard M. Stallman <rms@gnu.org>
19117 * replace.el (occur-1): If the output buffer is also an input,
19118 don't kill it, rename it.
19120 * faces.el (set-face-background, set-face-foreground): Doc fix.
19122 * cus-face.el (custom-face-attributes): Fix :help-echo strings
19123 for :foreground and :background.
19125 * dired.el (dired-view-command-alist): Variable deleted.
19126 (dired-view-file, dired-mouse-find-file-other-window):
19127 Delete the code to use it.
19129 2005-01-01 Kim F. Storm <storm@cua.dk>
19131 * image.el (insert-sliced-image): Use t for line-height property.
19133 See ChangeLog.11 for earlier changes.
19135 ;; Local Variables:
19136 ;; coding: iso-2022-7bit
19139 Copyright (C) 2005 Free Software Foundation, Inc.
19140 Copying and distribution of this file, with or without modification,
19141 are permitted provided the copyright notice and this notice are preserved.
19143 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1